/*****************************************
	about: other.css
	レイアウトスタイル定義
*****************************************/

/*----- hero_wrap　index以外の固定 -----*/

/*----- hero -----*/
.hero_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-top: 150px;
}

.hero_wrap h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 3rem;
  margin-bottom: 80px;
  letter-spacing: 1px;
}

/*
.hero_wrap h2::before, .hero_wrap h2::after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  width: 1em;
  height: 1px;
  background-color: #373737;
}
.hero_wrap h2::before {
  left: -50px;
}
.hero_wrap h2::after {
  right: -50px;
}
*/

.hero_wrap h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 20%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}


@media (max-width: 768px) {
  .hero_wrap {
    padding-top: 100px;
  }

  .hero_wrap h2 {
    font-size: 2rem;
    margin-bottom: 60px;
  }

  .hero_wrap h2:before {
    bottom: -10px;
  }




}

/*----- hero_wrap　index以外の固定 -----*/


/* --------------------------------------
  Common
--------------------------------------- */

.slide_wrap {
  position: relative;
}



/* --------------------------------------
  main
--------------------------------------- */

/*----- about -----*/
.about_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#mainvisual {
  width: 50%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
}

.about_img_box_pc {
  width: 50%;
}

.about_img {
  width: 100%;
}



@keyframes kenburnsDownLeft {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@media (max-width: 768px) {

  #mainvisual {
    width: 100%;
    height: 60vh;
  }


  .about_img_sp {
    position: absolute;
    bottom: -15%;
    left: 15%;
    width: 70%;
    z-index: 333;
  }

}


/*----- greeting -----*/

#greeting h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}

#greeting h3,
#greeting p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}



.greeting_textbox02 {
  margin-top: 70px;
  margin-bottom: 50px;
  letter-spacing: 1.5px;
}

.about_img1 {
  display: block;
  margin: 80px;
  margin-left: auto;
  margin-right: auto;
}

.ls01 {
  letter-spacing: 2.5px;
}

.greeting_line {
  width: 1px;
  height: 68px;
  border-top: none;
  border-right: 1px solid #373737;
  border-left: none;
  border-bottom: none;
  margin-bottom: 50px;
}



@media (max-width: 768px) {

  #greeting {
    margin-top: 120px;
  }

  .greeting_textbox02 {
    margin: 0;
  }

  .about_img1 {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #greeting p {
    font-size: 1.1rem;
    line-height: 2.3;
    margin-bottom: 25px;
    text-align: left;
  }


}



/*----- renewal -----*/

#adepeche {
  padding: 50px 0;
}

.adepeche_img {
  width: 100%;
}

.adepeche_wrap {
  display: flex;
  justify-content: center;
}

.adepeche_inn {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.re-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

#adepeche p {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 2.8;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* スライド */
#adepeche_visual {
  width: 600px;
  height: 600px;
  max-width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.adepeche_wrap_sp {
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 970px) {

  #adepeche p {
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 2.5;
  }

  /* スライド */
  #adepeche_visual {
    max-width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

}

@media (max-width: 768px) {

  .adepeche_wrap {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
  }

  .adepeche_inn {
    display: block;
    width: 100%;
  }

  #re3 .adepeche_inn {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  #adepeche p {
    font-size: 1.1rem;
    line-height: 2.3;
    margin-bottom: 25px;
  }

  /* スライド */
  #adepeche_visual {
    width: 100%;
    height: 300px;
    margin: 0;
    margin-bottom: 30px;
  }

}



/*****************************************
	event： other.css
	レイアウトスタイル定義
*****************************************/

/*----- font size -----*/
.font_s12 {
  font-size: 1.2rem;
}

.font_s14 {
  font-size: 1.4rem;
}

.font_s16 {
  font-size: 1.6rem;
}

.font_s18 {
  font-size: 1.8rem;
}

.font_s20 {
  font-size: 2rem;
  font-weight: 600;
}

.font_s22 {
  font-size: 2.2rem;
}

.font_s24 {
  font-size: 2.4rem;
}

.font_s26 {
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  .font_s14 {
    font-size: 1.1rem;
  }

  .font_s18 {
    font-size: 1.2rem;
  }

  .font_s20 {
    font-size: 1.4rem;
  }

  .font_s22 {
    font-size: 1.4rem;
  }
}


/*----- button -----*/
.more_link_box.w500 {
  max-width: 500px;
}


/*----- general -----*/

.pb00 {
  padding-bottom: 0;
}


.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}


/*----- title id="event" -----*/

#event9 .ttl_month {
  padding: 25px 0;
}

/*----- title 共通 -----*/
.ttl_month {
  width: 40%;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #373737;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
}

.ttl {
  text-align: left;
  float: left;
  margin-bottom: 0;
}

.ttl_close {
  text-align: right;
  margin-bottom: 0;
  font-size: 2rem;
}

.ttl01_date {
  width: 40%;
  color: #373737;
  font-size: 2rem;
  text-align: end;
  font-style: italic;
  letter-spacing: 2.5px;
}

.line_wrap_area {
  display: flex;
  flex-wrap: wrap;
}

.line_wrap_area a:link {
  margin: 0;
  text-decoration: none;
  margin-bottom: 10px;
}

.line_wrap {
  width: 245px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.line_icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.line_shop {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 768px) {

  .ttl_month {
    width: 80%;
    padding: 5px 0;
    font-size: 1.4rem;
  }

  .ttl_close {
    font-size: 1.2rem;
  }

  .ttl01_date {
    width: 80%;
    font-size: 1.2rem;
  }
}





/*----- month -----*/

.event_box {
  margin-bottom: 160px;
}

.month_event {
  position: relative;
}

.month_event .txt_end {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  background-color: #000;
  opacity: 70%;
  padding: 5rem;
  color: white;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.event_title {
  padding-left: 0.5em;
  border-left: 2px solid;
}

.event_txt {
  margin: 60px 0;
}


@media screen and (min-width: 769px) and (max-width: 1080px) {
  .month_event .txt_end {
    font-size: 2rem;
    padding: 4rem;
  }

}


@media (max-width: 768px) {

  .event_box {
    margin-bottom: 80px;
  }

  .inner_wrap {
    margin: 0 15px;
  }

  .month_img {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .coming {
    padding-top: 10px;
  }

  #month-title .nove_box {
    max-width: 90%;
    margin: 30px auto 0;
  }

  .month_event .txt_end {
    font-size: 1.3rem;
    padding: 1.2rem;
  }

  .event_title {
    border-left: 1.5px solid;
    padding-left: 0.3em;
  }

  .event_txt {
    margin: 20px 0;
  }

  .inner_wrap .container {
    padding: 0;
  }




}

.img_item01 {
  margin: 0 auto 10px;
}


@media (min-width: 769px) {}

@media screen and (min-width: 769px) and (max-width: 970px) {}

@media (max-width: 768px) {}



/*****************************************
	lookbook： other.css
	レイアウトスタイル定義
*****************************************/
/*----- title lookbook -----*/

.ttl0 {
  width: 250px;
  padding: 20px 0;
  margin-left: 40px;
  text-align: left;
  border-bottom: 1px solid #373737;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
}

/*----- title 共通 -----*/
.ttl01 {
  width: 250px;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #373737;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .ttl0 {
    width: 200px;
    padding: 5px 0;
    margin-left: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    white-space: nowrap;
  }

  .ttl01 {
    width: 200px;
    padding: 5px 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    white-space: nowrap;
  }
}




/*----- now -----*/

/*.top_look {
  margin-bottom: 100px;
}*/

.now_collection {
  margin-bottom: 144px;
}

.now_collection_box {
  display: flex;
  flex-wrap: wrap;
}

.now_collection_box li {
  padding: 0;
}

.top_look ul {
  margin-bottom: 0;
}

.top_look .concept_logo {
  width: 200px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {

  /* スライド */
  #top_slid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .slick-arrow:before {
    content: "" !important;
  }
}

/*----- 24SS-season_inn bgcolor -----*/

.now_collection_inn {
  background: #D5BDAE;
  padding-bottom: 80px;
}

/*----- season -----*/
#season {
  margin-bottom: 144px;
}

.season_slide_wrap {
  position: relative;
  width: 100%;
  height: auto;

}

.season_slide_inn {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

.season_box {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

.season_inn {
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
}

.season_img01 {
  width: 100%;
}

.concept_logo {
  width: 300px;
  padding: 20px 0;
}

.season_inn p {
  color: #565646;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 2px;
}

/*----- gallery -----*/

#gallery h3 {
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .season_inn p {
    font-size: 1.6rem;
  }
}


@media (max-width: 768px) {

  #season {
    margin-bottom: 40px;
  }

  .season_box {
    padding: 0 0 20px;
  }

  .season_inn {
    padding: 10px 0;
  }

  .concept_logo {
    width: 50%;
    padding: 20px 0;
  }

  .season_inn p {
    font-size: 1.1rem;
  }

  #gallery h3 {
    font-size: 1.4rem;
  }

  #gallery .more_link_arrow {
    margin: 60px auto 0;
  }

}




/*----- archive -----*/
.archive {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 104px;
}

.archive_collection_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}


.top_look .concept_logo {
  width: 200px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .archive_collection {
    margin-bottom: 104px;
  }

  .archive_collection_box {
    display: flex;
    flex-wrap: wrap;
  }

}




@media (max-width: 768px) {
  .archive {
    margin-bottom: 80px;
  }
}