@charset "UTF-8";
@font-face {
  font-family: 'CormorantGaramond';
  src: url("../../font/CormorantGaramond-Medium.woff"); 
}

@font-face {
  font-family: 'EBGaramond';
  src: url("../../font/EBGaramond-Regular.woff"); 
}

.sp_only {
  display: none !important;
}

.cateList {
  width: 1100px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  display: flex;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  margin: 20px auto;
  color: #000;
}
.cateList li {
  margin-left: 2px;
  margin-right: 5px;
}

/* fade */
.fade_up{
  transform: translateY(100px);
    opacity: 0;
}
.fade_up.active{
    transition: transform 1s, opacity 1s;
    transform: translateY(0);
    opacity: 1;
}

/* slick */
.slick-dots {
  margin: 0;
  position: absolute;
  right: 0.3rem;
  bottom: 1rem;
}

.slick-dots li button {
  margin: 0;
}

.slick-dots li {
  margin: 0 0.6rem;
}

.slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  background: #58595B;
  border: none;
}

/* 共通 */
#LOOKBOOKouter {
    width: 140rem;
    margin: auto;
    font-family: 'EB Garamond', serif;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    line-height: 1.5;
    color: #58595b;
    position: relative;
}

#LOOKBOOKouter img ,
#LOOKBOOKouter video {
  width: 100%;
}

#LOOKBOOKouter .fl {
  display: flex;
  flex-wrap: wrap;
}

#LOOKBOOKouter .mv{
    width: 110rem;
    margin: 0 auto;
}

.content__container {
  margin-top: 10rem;
}

.content__unit {
  position: relative;
}

.content__number {
  position: absolute;
  font-family: linotype-didot, serif;
  color: #000;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  z-index: 2;
  width: 9.5rem;
}

/* sec01 */
.content__wrapper--sec01 {
  display: flex;
  flex-wrap: wrap;
  width: 105rem;
  margin-left: auto;
}

.content__unit--sec01-01 {
  width: 40rem;
}

.content__unit--sec01-01-02 {
  padding-top: 2rem;
}

.content__unit--sec01-02 {
  width: 40rem;
  padding-top: 15.5rem;
  padding-left: 20rem;
}

.content__wrapper--sec01 .content__number {
  top: 10.2rem;
  right: 32.7rem;
}

.content__wrapper--sec01 .product__credit {
  text-align: right;
  padding-top: 1rem;
}

/* sec02 */
.content__wrapper--sec02 {
  display: flex;
  flex-wrap: wrap;
  width: 110rem;
  margin: 18rem auto 0;
}

.content__unit--sec02-01 {
  width: 46rem;
  padding-top: 6.5rem;
}

.content__unit--sec02-02 {
  width: 56rem;
  margin-left: auto;
}

.content__wrapper--sec02 .content__number {
  top: 2rem;
  left: -6.5rem;
}

.content__wrapper--sec02 .product__credit {
  padding-top: 1.5rem;
}

/* sec03 */
.content__wrapper--sec03 {
  margin-top: 18rem;
}

.content__wrapper--sec03 .content__unit {
  display: flex;
  flex-wrap: wrap;
}

.content__unit--sec03-01 {
  width: 84rem;
}

.content__unit--sec03-02 {
  width: 89rem;
  margin-top: 8rem;
  margin-left: auto;
}

.content__unit--sec03-01 .content__image {
  width: 40rem;
}

.content__unit--sec03-01 .content__image:nth-of-type(3) {
  margin-left: 4rem;
}

.content__unit--sec03-02 .content__video {
  width: 28.1rem;
}

.content__unit--sec03-02 .content__image {
  width: 40rem;
  margin-left: auto;
}

.content__wrapper--sec03 .content__number {
  top: 1rem;
  right: -7.5rem;
}

.content__wrapper--sec03 .product__credit {
  margin-top: auto;
  padding-right: 2rem;
  text-align: right;
}

/* sec04 */
.content__wrapper--sec04 {
  display: flex;
  flex-wrap: wrap;
  width: 124rem;
  margin: 17.5rem auto 0;
}

.content__unit--sec04-01 {
  width: 45rem;
  padding-top: 28.5rem;
}

.content__unit--sec04-02 {
  padding-left: 8rem;
}

.content__unit--sec04-02 .content__image:nth-of-type(1) {
  width: 56rem;
}

.content__unit--sec04-02 .content__image:nth-of-type(2) {
  width: 50rem;
  padding-top: 4rem;
  padding-left: 21rem;
}

.content__wrapper--sec04 .content__number {
  top: 23.8rem;
  right: 1.3rem;
}

.content__wrapper--sec04 .product__credit {
  padding-top: 1rem;
}

/* sec05 */
.content__wrapper--sec05 {
  width: 56rem;
  margin: 18rem auto 0;
}

.content__wrapper--sec05 .content__number {
  top: -4rem;
  right: -7.5rem;
}

.content__wrapper--sec05 .product__credit {
  padding-top: 1.5rem;
}

/* sec06 */
.content__wrapper--sec06 {
  margin-top: 18rem;
  width: 98rem;
}

.content__wrapper--sec06 .content__unit {
  display: flex;
  flex-wrap: wrap;
}

.content__unit--sec06-01-01 .content__image {
  width: 50rem;
}

.content__unit--sec06-01-02 {
  margin-left: auto;
}

.content__unit--sec06-01-02 .content__image {
  width: 40rem;
}

.content__wrapper--sec06 .content__number {
  top: -5rem;
  left: 1.8rem;
}

.content__wrapper--sec06 .product__credit {
  padding-top: 1.5rem;
}

/* sec07 */
.content__wrapper--sec07 {
  display: flex;
  flex-wrap: wrap;
  width: 123rem;
  margin-top: 18rem;
  margin-left: auto;
}

.content__unit--sec07-01 .content__image:nth-of-type(1) {
  width: 56rem;
  margin-left: auto;
}

.content__unit--sec07-01 .content__image:nth-of-type(2) {
  width: 46rem;
  margin-left: auto;
  padding-top: 4rem;
  padding-left: 2rem;
}

.content__unit--sec07-02 {
  width: 45rem;
  margin-top: auto;
  margin-bottom: -0.5rem;
  margin-left: auto;
}

.content__wrapper--sec07 .content__number {
  top: -4.7rem;
  right: 1rem;
}

.content__wrapper--sec07 .product__credit {
  text-align: right;
  margin-top: auto;
  margin-bottom: -0.5rem;
}

/* sec08 */
.content__wrapper--sec08 {
  width: 60rem;
  margin: 18rem auto 0;
}

.content__unit--sec08-01-02 .content__image {
  padding-top: 2rem;
}

.content__wrapper--sec08 .content__number {
  top: -5.5rem;
  left: -6.9rem;
}

.content__wrapper--sec08 .product__credit {
  padding-top: 1.5rem;
}

/* sec09 */
.content__wrapper--sec09 {
  margin-top: 18rem;
  width: 98rem;
}

.content__wrapper--sec09 .content__unit {
  display: flex;
  flex-wrap: wrap;
}

.content__unit--sec09-01-01 .content__image {
  width: 50rem;
}

.content__unit--sec09-01-02 {
  margin-left: auto;
}

.content__unit--sec09-01-02 .content__image {
  width: 40rem;
  padding-top: 12.5rem;
}

.content__wrapper--sec09 .content__number {
  bottom: 5.5rem;
  right: -7.5rem;
}

.content__wrapper--sec09 .product__credit {
  padding-top: 1.5rem;
}

/* sec10 */
.content__wrapper--sec10 {
  width: 89rem;
  margin-top: 18rem;
  margin-left: auto;
  margin-right: 10rem;
}

.content__unit--sec10-01 {
  width: 60rem;
  margin-left: auto;
}

.content__unit--sec10-02 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4rem;
}

.content__unit--sec10-02 .content__image {
  width: 54rem;
}

.content__wrapper--sec10 .content__number {
  top: -1rem;
  left: 1.5rem;
}

.content__wrapper--sec10 .product__credit {
  margin-top: auto;
  margin-bottom: -0.5rem;
  padding-left: 2rem;
}


/*bottom*/
#LOOKBOOKouter .bottom {
    margin: 13rem auto 0;
    border-bottom: 1px solid #acacad;
    font-feature-settings: 'palt';
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.03em;
    width: 110rem;
}
#LOOKBOOKouter .bottom > a {
    border-bottom: double 3px #cacaca;
    /*padding-bottom: 0.4rem;*/
    font-size: 2rem;
    letter-spacing: 0.02em;
    color: #000;
    display: inline-block;
}
#LOOKBOOKouter .bottom p {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2.4rem;
    margin-top: 13.4rem;
    margin-bottom: 13.7rem;
}

/* IE */
@media all and (-ms-high-contrast: none){
  .content__wrapper--sec03 .product__credit {
    margin-top: 41.5rem;
  }

  .content__wrapper--sec07 .product__credit {
    margin-top: 53.5rem;
  }

  .content__wrapper--sec10 .product__credit {
    margin-top: 55rem;
  }
}

/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
  html {
      font-size: calc(10* (100vw / 1400));
  }   
}

/* SP */

@media only screen and (max-width: 560px) {
  .pc_only{
      display: none !important;
  }
  .sp_only{
      display: block !important;
  }

  .cateList {
    line-height: calc(40 *(100vw / 750));
    font-size: calc(20 *(100vw / 750));
    margin: 0 auto 10px!important;
    color: #000000;
    width: 92%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
      flex-wrap: wrap;
  }
  .cateList li{
    margin-right: 5px;
  }

  /* slick */
  .slick-dots {
    right: calc(10 *(100vw / 750));
    bottom: calc(20 *(100vw / 750));
  }

  .slick-dots li {
    margin: 0 calc(10*(100vw / 750));
  }

  .slick-dots li button {
    width: calc(10*(100vw / 750));
    height: calc(10*(100vw / 750));
  }

  /* 共通 */
  #LOOKBOOKouter {
      width: 100%;
      font-size: calc(24 *(100vw / 750));
      line-height: 1.75;
  }

  #LOOKBOOKouter .mv{
      width: 100%;
  }

  .content__container {
    margin-top: calc(185 *(100vw / 750));
  }

  .content__number {
    font-size: calc(86 *(100vw / 750));
    width: calc(103 *(100vw / 750));
  }

  /* sec01 */
  .content__wrapper--sec01 {
    width: calc(700 *(100vw / 750));
  }

  .content__unit--sec01-01 {
    width: 100%;
    padding-top: calc(80 *(100vw / 750));
    order: 2;
  }

  .content__unit--sec01-01 .content__image {
    width: calc(460 *(100vw / 750));
  }

  .content__unit--sec01-01-02 {
    padding-top: calc(30 *(100vw / 750));
  }

  .content__unit--sec01-02 {
    width: calc(450 *(100vw / 750));
    margin-left: auto;
    padding: 0;
  }

  .content__wrapper--sec01 .content__number {
    top: calc(-53 *(100vw / 750));
    left: calc(-20 *(100vw / 750));
    right: auto;
  }

  .content__wrapper--sec01 .product__credit {
    text-align: left;
    padding-top: calc(35 *(100vw / 750));
  }

  /* sec02 */
  .content__wrapper--sec02 {
    width: 100%;
    margin: calc(190 *(100vw / 750)) auto 0;
  }

  .content__unit--sec02-01 {
    width: 100%;
    margin: auto;
    padding-top: calc(80 *(100vw / 750));
    order: 2;
  }

  .content__unit--sec02-01 .content__image {
    width: calc(560 *(100vw / 750));
    margin: 0 auto;
  }

  .content__unit--sec02-02 {
    width: 100%;
  }

  .content__wrapper--sec02 .content__number {
    top: calc(-990 *(100vw / 750));
    left: auto;
    right: calc(10 *(100vw / 750));
  }

  .content__wrapper--sec02 .product__credit {
    padding: calc(35 *(100vw / 750)) 0 0 calc(50 *(100vw / 750));
  }

  /* sec03 */
  .content__wrapper--sec03 {
    margin-top: calc(190 *(100vw / 750));
  }

  .content__unit--sec03-01 {
    width: calc(500 *(100vw / 750));
  }

  .content__unit--sec03-02 {
    width: 100%;
    margin-top: calc(50 *(100vw / 750));
  }

  .content__unit--sec03-01 .content__image {
    width: 100%;
  }

  .content__unit--sec03-01 .content__image:nth-of-type(2) {
    order: 2;
    margin-top: calc(30 *(100vw / 750));
  }

  .content__unit--sec03-01 .content__image:nth-of-type(3) {
    margin-left: 0;
  }

  .content__unit--sec03-02 .content__video {
    width: calc(460 *(100vw / 750));
    margin-left: auto;
    padding-top: calc(30 *(100vw / 750));
  }

  .content__unit--sec03-02 .content__image {
    width: calc(460 *(100vw / 750));
    padding-top: calc(30 *(100vw / 750));
  }

  .content__wrapper--sec03 .content__number {
    top: auto;
    bottom: calc(-201 *(100vw / 750));
    right: calc(180 *(100vw / 750));
  }

  .content__wrapper--sec03 .product__credit {
    padding: calc(35 *(100vw / 750)) 0 0 calc(50 *(100vw / 750));
    text-align: left;
    order: 3;
  }

  /* sec04 */
  .content__wrapper--sec04 {
    width: 100%;
    margin: calc(190 *(100vw / 750)) auto 0;
  }

  .content__unit--sec04-01 {
    width: 100%;
    padding-top: calc(75 *(100vw / 750));
    order: 2;
  }

  .content__unit--sec04-01 .content__video {
    width: calc(540 *(100vw / 750));
    margin-left: calc(75 *(100vw / 750));
  }

  .content__unit--sec04-02 {
    width: 100%;
    padding-left: 0;
  }

  .content__unit--sec04-02 .content__image:nth-of-type(1) {
    width: calc(700 *(100vw / 750));
  }

  .content__unit--sec04-02 .content__image:nth-of-type(2) {
    width: calc(560 *(100vw / 750));
    margin-left: auto;
    padding-top: calc(80 *(100vw / 750));
    padding-left: 0;
  }

  .content__wrapper--sec04 .content__number {
    top: calc(-1700 *(100vw / 750));
    right: calc(70 *(100vw / 750));
  }

  .content__wrapper--sec04 .product__credit {
    padding-top: calc(35 *(100vw / 750));
    padding-left: calc(50 *(100vw / 750));
  }

  /* sec05 */
  .content__wrapper--sec05 {
    width: calc(660 *(100vw / 750));
    margin: calc(195 *(100vw / 750)) auto 0;
  }

  .content__wrapper--sec05 .content__number {
    top: calc(-55 *(100vw / 750));
    left: calc(20 *(100vw / 750));
    right: auto;
  }

  .content__wrapper--sec05 .product__credit {
    padding-top: calc(30 *(100vw / 750));
  }

  /* sec06 */
  .content__wrapper--sec06 {
    margin-top: calc(195 *(100vw / 750));
    width: calc(650 *(100vw / 750));
  }

  .content__unit--sec06-01-01 .content__image {
    width: calc(600 *(100vw / 750));
  }

  .content__unit--sec06-01-02 {
    margin-left: 0;
  }

  .content__unit--sec06-01-02 .content__image {
    /* margin-left: auto;
    margin-right: calc(40 *(100vw / 750)); */
    width: calc(500 *(100vw / 750));
    padding-top: calc(80 *(100vw / 750));
    margin-left: calc(100 *(100vw / 750));
  }

  .content__wrapper--sec06 .content__number {
    top: calc(20 *(100vw / 750));
    left: auto;
    right: calc(-30 *(100vw / 750));
  }

  .content__wrapper--sec06 .product__credit {
    padding-top: calc(30 *(100vw / 750));
    padding-left: calc(50 *(100vw / 750));
  }

  /* sec07 */
  .content__wrapper--sec07 {
    width: 100%;
    margin-top: calc(195 *(100vw / 750));
  }

  .content__unit--sec07-01 .content__image:nth-of-type(1) {
    width: 100%;
  }

  .content__unit--sec07-01 .content__image:nth-of-type(2) {
    width: calc(600 *(100vw / 750));
    padding-top: calc(80 *(100vw / 750));
    padding-left: 0;
  }

  .content__unit--sec07-02 {
    width: calc(500 *(100vw / 750));
    margin-bottom: 0;
    margin-left: calc(50 *(100vw / 750));
    padding-top: calc(80 *(100vw / 750));
  }

  .content__unit--sec07-02 .content__video {
    width: calc(450 *(100vw / 750));
    margin-left: auto;
  }

  .content__wrapper--sec07 .content__number {
    top: calc(-1822 *(100vw / 750));
    left: calc(-23 *(100vw / 750));
    right: auto;
  }

  .content__wrapper--sec07 .product__credit {
    text-align: left;
    padding-top: calc(35 *(100vw / 750));
    margin-bottom: 0;
  }

  /* sec08 */
  .content__wrapper--sec08 {
    width: calc(660 *(100vw / 750));
    margin: calc(190 *(100vw / 750)) auto 0;
  }

  .content__unit--sec08-01-02 .content__image {
    padding-top: calc(30 *(100vw / 750));
  }

  .content__wrapper--sec08 .content__number {
    top: calc(-53 *(100vw / 750));
    left: auto;
    right: calc(20 *(100vw / 750));
  }

  .content__wrapper--sec08 .product__credit {
    padding-top: calc(30 *(100vw / 750));
  }

  /* sec09 */
  .content__wrapper--sec09 {
    margin-top: calc(195 *(100vw / 750));
    width: calc(650 *(100vw / 750));
  }

  .content__unit--sec09-01-01 .content__image {
    width: calc(600 *(100vw / 750));
  }

  .content__unit--sec09-01-02 {
    margin-left: 0;
  }

  .content__unit--sec09-01-02 .content__image {
    /* 
    margin-left: auto;
    margin-right: calc(40 *(100vw / 750)); 
    */
    width: calc(500 *(100vw / 750));
    padding-top: calc(80 *(100vw / 750));
    margin-left: calc(100 *(100vw / 750));
  }

  .content__wrapper--sec09 .content__number {
    bottom: calc(117 *(100vw / 750));
    left: calc(27 *(100vw / 750));
    right: auto;
  }

  .content__wrapper--sec09 .product__credit {
    padding: calc(30 *(100vw / 750)) 0 0 calc(50 *(100vw / 750));
  }

  /* sec10 */
  .content__wrapper--sec10 {
    width: 100%;
    margin: calc(195 *(100vw / 750)) auto 0;
  }

  .content__unit--sec10-01 {
    width: calc(700 *(100vw / 750));
  }

  .content__unit--sec10-02 {
    width: calc(650 *(100vw / 750));
    padding-top: calc(80 *(100vw / 750));
  }

  .content__unit--sec10-02 .content__image {
    width: calc(600 *(100vw / 750));
  }

  .content__wrapper--sec10 .content__number {
    top: calc(112 *(100vw / 750));
    left: auto;
    right: calc(-10 *(100vw / 750));
  }

  .content__wrapper--sec10 .product__credit {
    margin-bottom: 0;
    padding-top: calc(30 *(100vw / 750));
    padding-left: calc(50 *(100vw / 750));
  }

  /*bottom*/
  #LOOKBOOKouter .bottom {
    margin: calc(135* (100vw / 750)) 0 0;
    border-bottom: 1px solid #fff;
    line-height: 1.7;
    letter-spacing: 0.03em;
    width: 100%;
    text-align: center;
  }
  #LOOKBOOKouter .bottom a {
    border-bottom: double 3px #cacaca;
    padding-bottom: calc(3* (100vw / 750));
    font-size: calc(36* (100vw / 750));
    letter-spacing: 0.02em;
    color: #000;
    display: inline-block;
  }
  #LOOKBOOKouter .bottom p {
    margin-top: calc(148* (100vw / 750));
    line-height: 2;
    font-size: calc(26* (100vw / 750));
    margin-bottom: calc(145* (100vw / 750));
  }
}

/* @media only screen and (max-width: 560px) and (min-width: 376px) {
  .content__wrapper--sec09 .content__number {
    left: calc(8 *(100vw / 750));
  }
} */