/*============================
    firstview
============================*/
.main {
  position: relative;
}
.top-mv{
  width: 100%;
  max-height: 834px;
  position: relative;
  z-index: 1;
  padding-top:50px;
}
.top-mv__img{
  position: relative;
  width: 80%;
  margin:0 0 0 auto;
}
.top-mv,.top-mv__img{
  height:250px;
}
.top-mv__img img{
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.main__copy{
  position: absolute;
  top: 58%;
  left: 25%;
  z-index: 3;
  width: 30%;
}

/* slider 高さ調整 */
.slider__mv,
.slider__mv .slick-list,
.slider__mv .slick-track,
.slick-slide img{
  height: inherit;
}
.slick-slide img{
 object-fit:cover; 
}
@media screen and (min-width: 768px) {
.top-mv,.top-mv__img{
  height:450px;
}
.main__copy{
  position: absolute;
  top: 50%;
  left: 25%;
  z-index: 3;
  width: 30%;
}
}
@media screen and (min-width: 1024px) {
.main__copy{
  width: 25%;
}
}
@media screen and (min-width: 1280px) {
.top-mv,.top-mv__img{
  height:550px;
}
.main__copy{
  width: 20%;
}
}
@media screen and (min-width: 1720px) {
.top-mv,.top-mv__img{
  height:650px;
}
.main__copy{
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 3;
  width: 15%;
}
}

/* 背景*/
.sub_bg {
  background: url(../images/sub_bg.png) no-repeat center center / cover ;
} 
/*============================
    top-space
============================*/
.top-space .inner{
  padding-bottom:0;
}
/* flexbox */
.space_textBox .textarea {
  width: 100%;
    background: #fff;
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.1);
  padding:30px;
} 
.space_textBox .img{
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width:1024px) {
.top-space .inner{
  padding-top:150px;  
}
.top-space .inner::before{
  position:absolute;
  content:"";
  background: #fff;
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.1);
  margin-left: calc(50% - 50vw);
  width:800px;
  height:600px;
  top: 25%;
  left: 0%;
  z-index: -4;
}
/* flexbox */
.space_textBox::before{
  position: absolute;
  content: "";
  background: url(../images/img_txt_bg.png) no-repeat center center / cover ;
  width:80%;
  height:300px;
  top:-10%;
  right:0;
  margin-right: calc(50% - 50vw);
  z-index: -5;
} 
.space_textBox .textarea {
  width: 48%;
  margin-top: 80px;
  background:transparent;
  box-shadow:none;
  padding: 0px 0 50px 0;
}
.space_textBox .img{
  flex: 1;
  z-index: 0;
  width: 100%;
  margin-right: calc(50% - 50vw);
}
}
@media screen and (min-width:1600px) {
.space_textBox::before{
  width:100%;
  height:300px;
  top:-10%;
} 
.space_textBox{
  column-gap: 8%;
}
.top-space .inner::before{
  width:1200px;
  height:650px;
  top: 25%;
}
.space_textBox .textarea {
  margin-top: 100px;
}
}
/*============================
    top-hairtype
============================*/
.top-hairtype .inner{
  padding-top:60px;
  padding-bottom:0px;
} 
.top-hairtype .inner::before{
  position: absolute;
  content: "";
  background: url(../images/img_type_bg.png) no-repeat center center / cover ;
  width:100%;
  height:100%;
  top: 0%;
  left: 0%;

  z-index: -2;
}
/* flexbox */
.type_textBox .textarea {
  width: 100%;
  margin-bottom: 60px;
} 
.type_textBox .img{
  width: 100%;
}
@media screen and (min-width:1024px) {
.top-hairtype::before{
  position: absolute;
  content: "";
  background: url(../images/illust01.png) no-repeat center center / cover ;
  width:150px;
  height:200px;
  top:-15%;
  right:0;
  z-index: -1;
}
/* flexbox */
.type_textBox{
  align-items: center;
  column-gap: 4%;
}
.type_textBox .textarea {
  width:48%;
  margin-bottom: 0px;
  padding-bottom:80px;
}
.type_textBox .img{
    flex: 1;
    z-index: 0;
    width: 100%;
    margin-left: calc(50% - 50vw);
}
}
@media screen and (min-width:1400px) {
.top-hairtype::before{
  width:150px;
  height:200px;
  top:10%;
}
}
@media screen and (min-width:1700px) {
.top-hairtype::before{
  width:320px;
  height:450px;
  top:-10%;
}
/* flexbox */
.top-hairtype .inner::before{
  width:90%;

}
.type_textBox{
  align-items: center;
  margin-left: calc(50% - 40vw);
}
.type_textBox .textarea {
  width:48%;
  padding-bottom:200px;
}
.type_textBox .img{
    flex: 1;
    z-index: 0;
    width: 100%;
    margin-left: calc(50% - 50vw);
  }
}
/*============================
    top-yourlife
============================*/
/* flexbox */
.life_textBox .textarea {
  width: 100%;
    background: #fff;
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.1);
  padding:30px;
} 
.life_textBox .img{
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width:1024px) {
.top-yourlife::before{
  position: absolute;
  content: "";
  background: url(../images/illust02.png) no-repeat center center / cover ;
  width:150px;
  height:170px;
  top:-10%;
  left:2%;
  z-index: -1;
}
.top-yourlife .inner{
  padding-bottom:0;
}
.top-yourlife .inner::before{
  position:absolute;
  content:"";
  background: #fff;
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.1);
  margin-left: calc(50% - 50vw);
  width:800px;
  height:700px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -4;
}
/* flexbox */
.life_textBox{
  align-items: center;
  column-gap: 4%;
}
.life_textBox::before{
  position: absolute;
  content: "";
  background: url(../images/img_txt_bg.png) no-repeat center center / cover ;
  width:80%;
  height:300px;
  top:-20%;
  right:0;
  margin-right: calc(50% - 50vw);
  z-index: -5;
} 
.life_textBox .textarea {
  width: 48%;
  background:transparent;
  box-shadow:none;
  padding: 0px 0 50px 0;
}
.life_textBox .img{
  flex: 1;
  z-index: 0;
  width: 100%;
  margin-right: calc(50% - 50vw);
}
}
@media screen and (min-width:1280px) {
.top-yourlife::before{
  width:150px;
  height:170px;
  top:-10%;
  left:2%;
}
}
@media screen and (min-width:1400px) {
.top-yourlife::before{
  width:150px;
  height:170px;
  top:unset;
  bottom:0%;
  left:1%;
}
.top-yourlife .inner::before{
  width:1000px;
  height:700px;
}
}
@media screen and (min-width:1600px) {
.life_textBox::before{
  width:100%;
  height:300px;
  top:-20%;
} 
.life_textBox{
  column-gap: 8%;
}
.top-yourlife .inner::before{
  width:1200px;
  height:650px;
  top:60%;
}
.life_textBox .textarea {
  margin-top: 100px;
}
}
@media screen and (min-width:1700px) {
.top-yourlife::before{
  width:310px;
  height:350px;
  top:unset;
  bottom:-15%;
  left:10px;
}
}
@media screen and (min-width:1720px) {
.top-yourlife .inner::before{
  width:1200px;
  height:750px;
  top:62%;
}
}
/*============================
    top-menu
============================*/
.top-menu::before{
  position: absolute;
  content: "";
  background: url(../images/img_menu_bg.png) no-repeat center center / cover ;
  width:100%;
  height:100%;
  top:-0%;
  left:0;
  z-index: -6;
}

.menu_arw{
  position:absolute;
  width:35px;
  bottom:20px;
  right:20px;
  transform: translateY(-50%);
  transition: .3s ease-out;
}
.menu_list:hover .menu_arw{
  right:10px;
}
.menu_list:not(:last-child){
 margin-bottom:20px;
}
@media screen and (min-width:768px) {
.menu_area{
  column-gap: 2%;
  row-gap:20px;
} 
.menu_list{
  width: 48%;
} 
.menu_list:not(:last-child){
 margin-bottom:00px;
}
}
@media screen and (min-width:1024px) {
.top-menu::before{
  position: absolute;
  content: "";
  background: url(../images/img_menu_bg.png) no-repeat center center / cover ;
  width:100%;
  height:800px;
  top:-10%;
}
.menu_list{
  width: 31%;
}
}
@media screen and (min-width:1280px) {
.top-menu::before{
  height:850px;
}
}
/*============================
    top-gallery
============================*/
.top-gallery .inner{
padding-bottom:30px;
}
.gallery_img_li {
    max-width: 250px;
    margin: 0 10px;
}
@media screen and (min-width:1024px) {
.gallery_img_li {
    max-width: 350px;
    height: auto;
    margin: 0 10px;
}
}
@media screen and (min-width:1280px) {
.gallery_swiper{
  margin-left: calc(50% - 50vw);
}
.gallery_flex .img{
  width:85%;  
}
.gallery_flex .ttl{
  margin-right: calc(50% - 45vw);
}
}
@media screen and (min-width:1720px) {
.gallery_flex .img{
  width:100%;  
}
}
/*============================
    top-store
============================*/
.top-store{
margin-top:50px;
}
.top-store::before{
  position: absolute;
  content: "";
  background: url(../images/img_salon_bg.png) no-repeat center center / cover ;
  width:100%;
  height:300px;
  top:0%;
  z-index: -1;
}
.salon_area{
background: url(../images/img_salonttl_bg.png) no-repeat center center / cover ;
display:block;
   z-index: 1;
}
.salon_list_left .ttl .ttl{
 font-size:22px;
}
.salon_list_left{
  padding:30px;
}
.address_left{
  width:80px;
}
.address_right{
  width: calc(100% - 80px);
}
/* -----Table----- */
.table_salon .tr{
  display: flex;
  justify-content: space-between;
  font-size:13px;
}
.table_salon .tr:not(:last-child){
 margin-bottom: 10px;
}
.table_salon .th{
  width: 20%;
}
.table_salon .td{
  width: 78%;
}
@media screen and (min-width:768px) {
.salon_area{
  display:flex;
  align-items: center;
}
.salon_list_left{
 width:50%;
  padding:30px;
}
.salon_list_right{
 width:50%;
}
.salon_list_left .ttl{
  align-items: center;
}
.salon_list_left .ttl .ttl{
 font-size:24px;
}
}
@media screen and (min-width:1024px) {
.top-store{
margin-top:80px;
}
.salon_list_left .ttl .ttl{
 font-size:30px;
}
}
@media screen and (min-width:1280px) {
.salon_list_left .ttl .ttl{
 font-size:36px;
}
}
@media screen and (min-width:1500px) {
.top-store::before{
  height:380px;
}
}

.top-store03::before{
  background: url(../images/img_salon_bg03.png) no-repeat center center / cover ;
}