main{
  overflow: hidden;
}
/*========mvのjs.bg-swicherの調整==================*/
.in_mv {
  width: 100%;
    height:40vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  /* width: 100%;
  height: 500px;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat; */
  position: relative;
  overflow: hidden;
  }
  .in_mv p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 0 4px #5e5e5e;
  position: absolute;
  top: 200px;
  left: 20px;
  }
/*==========ここまでMVのjs.bg-swicherの調整=======*/

/*==================ボタンCSS====================*/
.btn{
  padding:10px;
  text-align:center;
  color:#fff;
  margin:10px;
  /*border:1px solid #fff;*/
  background-color: rgba(87, 103, 88);
  cursor:pointer;
  position: relative;
  font-size: 18px;
}
.btn::after{
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  transition: unset;
}
.in_btn{
  margin: 30px 0 30px 0;
}

/*==================ご挨拶とサロンコンセプトCSS=============*/
.title p{
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
}
.name{
  text-align: right;
  margin-right: 2rem;
}
video{
  width: 100%;
}
h2{
  line-height: 2.5rem;
}
.p_title{
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
/*==============経歴CSS=================*/
.in_keireki{
  margin: 30px 10px;
}


dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
dl dt {
  position: relative;
}
dl dt::after {
  content: '●';
  position: absolute;
  left: 64px;
}
dl dd {
  width: calc(100% - 6.5em);
  padding: 0.5rem 0.1rem 1rem 1rem;
  border-left: 2px solid #5e5e5e;
  font-size: 14px;
}

/*==========画像付きのメニュー部分================*/
.in_container{
  background-position: center;
  background-size: cover;
  width: 90%;
  height: 400px;
  color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 10px #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in_text{
 text-align: center;
}
.in_text h3{
  letter-spacing: 8px;
}
.in_text span{
  display: block;
  font-size: 10px;
  line-height: 0.8;
  letter-spacing: 2px;
}
.in_text a{
  border: 1px solid #fff;
  padding: 5px 25px;
  background-color:rgba(255, 255, 255, 0.2);
}
.in_text p{
  margin-top: 20px;
  font-size: 14px;
}
.slider {
  width: 100%;
  margin: 10% 0 0 10px;
}
.slider .slick-list {
  padding: 0 30% 0 0!important;
}
.slider li {
  margin: 0 5px 20px;
}

  /*-------------------ここから901px～：大型タブレット、PC用----------------*/
  @media (min-width:901px){
  main{
    max-width: 1180px;
    margin: 0 auto;
  }
  /*ここからmv*/
  .in_mv {
    background-position: center;
    background-size: cover cover;
    background-repeat: no-repeat;
    height: 50vh;
  }
  .in_mv p {
    font-size: 30px;
    top: 400px;
    left: 70px;
  }

  /*ここから初来店とコロナボタンのフレックス*/
  .in_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .in_btn p{
    flex: 1;
    text-align: center;
  }
  .btn::after{
    right: 50px;
    transition: .3s;
  }
  .btn:hover::after{
    right: 30px;
    width: 30px;
  }

  /*経歴のCSS*/
.title{
  font-weight: bold;
  font-size: 20px;
  }
.in_box{
  margin-left: 400px;
  margin-right: 300px;
}
dl dt{
  font-size: 18px;
}
dl dt::after {
  left: 89px;
}
 dl dd{
  font-size: 18px;
}

  /*ここからサロンコンセプトのフレックス*/
  h2{
    line-height: normal;
  }
  .in_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    gap: 30px;
  }
  .in_video{
    flex: 0 0 420px;
  }
  .text_ju{
    padding-left: 15px;
    margin-top: 0;
  }
  .title{
    font-size: 26px;
  }
  /*ここから6個のメニューのフレックス*/
  .slider{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin :20px auto;
    width: 100%;
  }
  .slider li{
    width: 370px;
    margin: 10px;
  }
  .in_container{
    width:  350px;
    height: 400px;
  }
  }

  /*----------------------ここから480px～900px headerのメディアクエリ--------------------*/
  @media (min-width:480px) and (max-width:900px){
  main{
    max-width: 700px;
    margin: 0 auto;
  }
  /*ここからmv*/
  .in_mv {
    height: 600px;
  }
  .in_mv p {
    font-size: 30px;
    top: 450px;
    left: 70px;
  }

  /*ここから初来店とコロナボタンのフレックス*/
  .in_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .in_btn p{
    flex: 1;
    text-align: center;
    font-size: 15px;
  }

  /*ここからサロンコンセプト*/
  h2{
    line-height: normal;
  }
  .inner{
    width: 95%;
  }
  .in_video{
    width: 400px;
    margin: 0 auto;
  }
  .title{
    font-size: 24px;
  }

  .in_box{
    margin-right: 100px;
    margin-left: 200px;
  }
  /*ここから6個のメニューのフレックス*/
  .slider{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin :0 auto;
    width: 100%;
  }
  .slider li{
    width: 320px;
    margin: 15px;
  }
  .in_container{
    width: 320px;
    height: 400px;
  }
  }
  @media (min-width:901px){
     /*ここからmv*/
  .in_mv {
    height: 80vh;
  }
  .in_mv p {
    font-size: 34px;
    top: 450px;
    left: 70px;
  }
  }