/*============================
    firstview
============================*/
.main{
  position: relative;
}
.top-mv{
  width: 100%;
  height:100%;
  max-height: 1260px;
  position: relative;
  z-index:-2;
}
.slider__mv{
  width: 100%;
  height: inherit;
  margin: 0 0 0 auto;
}
.slider__img img{
  width: 100%;
  height: inherit;
  object-fit: cover;
  object-position: left;
}
/* slider 高さ調整 */
.slider__mv .slick-list {
  height: inherit;
}
.slider__mv .slick-track{
  height: inherit;
}

@media screen and (max-width: 768px) {
  .top-mv{
    height: 600px;
  }
}
@media screen and (max-width: 499px) {
  .top-mv{
    height: 400px;
  }
}



/*============================
    concept
============================*/
.top-concept{
  position: relative;
  color: #fff;
  margin-bottom: 200px;
}
.top-concept .inner__large{
  padding: 150px 0 330px;
}
.top-concept::before{
  content: "";
  background-color: #0a0a0a;
  max-width: 1680px;
  width:98%;
  height: 100%;
  position: absolute;
  top: -5%;
  right: 0;
  z-index: -1;
}
.top-concept .textarea{
  width: 45%;
  padding-top: 7%;
}
.top-concept .concept__img{
  width: 50%;
}
.top-concept .concept__img02{
  width: 38%;
  max-width: 730px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-concept .concept__catch{
  width:50%;
  max-width: 935px;
  position: absolute;
  bottom: 5%;
  right: 2%;
}
.copy{
  font-size:30px;
}
@media screen and (max-width: 1280px) {
  .top-concept{
    margin-bottom: 170px;
  }
  .top-concept .inner__large {
    padding: 100px 0 280px;
  }
}
@media screen and (max-width: 1024px) {
    .top-concept{
    margin-bottom: 130px;
  }
  .top-concept::before{
    top: -3%;
  }
  .top-concept .inner__large {
    padding: 100px 0 230px;
  } 
  .top-concept .textarea{
    padding-top: 0;
  }
  .copy{
    font-size: 24px;
  }

}
@media screen and (max-width: 880px) {
  .top-concept .textarea {
    width: 50%;
  }
  .top-concept .concept__img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
    .top-concept{
    margin-bottom: 100px;
  }
  .top-concept::before{
    top:0;
  }
  .top-concept .inner__large {
    padding: 60px 0 170px;
  }
  .top-concept .flexbox{
    flex-direction: column;
  }
  .top-concept .textarea{
    width: 100%;
    margin-bottom: 40px;
  }
  .top-concept .concept__img {
    width: 85%;
    max-width: 600px;
    margin: 0 0 20px auto;
  }
  .copy{
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .top-concept{
    margin-bottom: 70px;
  }
  .top-concept::before{
    top:-2%;
  }
  .top-concept .inner__large {
      padding: 50px 0 80px;
  }
  .copy{
    font-size: 19px;
  }
  .top-concept .concept__img02 {
    width: 85%;
    position: initial;
  }
  .top-concept .concept__catch{
    width: 70%;
    position: initial;
    margin: 20px 0 0 auto;
  }
}



/*============================
    worries
============================*/
.top-worries{
  margin-bottom: 180px;
}
.top-worries .textarea{
  width: 48%;
}

@media screen and (max-width:1280px) {
  .top-worries{
    margin-bottom: 150px;
  }
  .top-worries .textarea:first-child{
    width: 520px;
  }
  .top-worries .textarea:last-child{
    width:calc(100% - 560px);
  }
}
@media screen and (max-width: 1024px) {
  .top-worries{
    margin-bottom: 100px;
  }
  .top-worries .textarea:first-child{
    width: 430px;
  }
  .top-worries .textarea:last-child{
    width:calc(100% - 450px);
  }
}
@media screen and (max-width: 880px) {
  .top-worries .flexbox{
    flex-direction: column;
  }
  .top-worries .textarea:first-child{
    width: 100%;
    margin-bottom: 20px;
  }
  .top-worries .textarea:last-child{
    width:100%;
  }
}
@media screen and (max-width: 768px) {
  .top-worries{
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-worries{
    margin-bottom: 60px;
  }
}




/*============================
  menu
============================*/
.top-menu{
  padding: 150px 0 280px;
  color: #fff;
}
.top-menu .textarea{
  padding-top: 5%;
  width: 45%;
}
.top-menu .imgarea{
  width: 50%;
  position: relative;
}
.top-menu .menu__img:first-child{
  width: 100%;
  max-width: 660px;
}
.top-menu .menu__img:last-child{
  width: 70%;
  max-width: 440px;
  position: absolute;
  top: 95%;
  right: -6%;
}
@media screen and (max-width: 1280px) {
  .top-menu{
    padding: 150px 0;
    color: #fff;
  }
  .top-menu .menu__img:last-child{
    position: initial;
    margin: 20px 0 0 auto
  }
}

@media screen and (max-width: 1024px) {
  .top-menu{
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-menu{
    padding: 70px 0;
  }
}
@media screen and (max-width: 660px) {
  .top-menu .flexbox{
    flex-direction: column;
  }
  .top-menu .textarea {
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-menu .imgarea{
    width: 100%;
  }
}



/*============================
    news
============================*/
.top-news .inner__large{
  padding: 150px 0;
}
.top-news .titlearea{
  width: 25%;
}
.top-news .textarea{
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .top-news .inner__large{
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news .inner__large{
    padding: 70px 0;
  }
  .top-news .titlearea{
    width: 100%;
  }
  .top-news .textarea{
    width: 100%;
  }
    .top-news .btn_small{
    margin: 30px auto 0;
    text-align: center;
  }
}



/*============================
  salon
============================*/
.top-salon{
  margin-bottom: 150px;
}
.top-salon .flexbox{
  align-items: center;
  flex-direction: row-reverse;
}
.top-salon .textarea{
  width: 47%;
}
.top-salon .salon__img{
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 6%;
}
.salon__dl .dt{
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.salon__dl .dd{
  display: inline-block;
  width: calc(100% - 105px);
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .top-salon{
    margin-bottom: 120px;
  }
  .top-salon .textarea{
    width: 45%;
  }
  .top-salon .salon__img{
    margin-right: 5%;
  }
  .salon__dl .dt{
    width: 80px;
  }
  .salon__dl .dd{
    display: inline-block;
    width: calc(100% - 85px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-salon{
    margin-bottom: 80px;
  }
  .salon__dl .dd{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 699px) {
  .top-salon .flexbox{
    flex-direction: column;
  }
  .top-salon .textarea{
    width: 100%;
    margin-bottom: 30px;
  }
  .top-salon .salon__img{
    width: 100%;
    margin: 0;
  }
}