﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px){
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}

/* LPコンテンツ */

/* ===============================================### 
初期設定
###=============================================== */
.ss-lookbook{
  font-family: var(--hirakaku);
  --font-en: "Outfit", sans-serif;
  --color-black: #242424;
  --color-white: #fff;
  color: #242424;
  overflow: hidden;
}

.ss-lookbook img,
.ss-lookbook svg{
  width: 100%;
  height: auto;
}


@font-face {
  font-family: "HK Grotesk";
  src:
    url("../font/Outfit-VariableFont_wght.ttf") format("ttf");
}



/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.ss-lookbook .content .content__inner{
  width: 80rem;
  margin-inline: auto;
}

.ss-lookbook .flex-wrap{
  display: flex;
}

/************** text **************/
.ss-lookbook .credit{
  font-size: 1.2rem;
  font-weight: var(--font-weight-light);
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.ss-lookbook .credit-price{
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.03em;
}

.ss-lookbook .arrival-info{
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
}

.ss-lookbook .credit-icon{
  display: grid;
  place-content: center;
  padding: 5px;
  width: 6.5rem;
  height: 2.5rem;
  font-family: var(--font-en);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  background-color: var(--color-black);
}

.ss-lookbook .credit .flex-wrap{
  gap: 2rem!important;
  align-items: flex-start;
  justify-content: space-between;
}

/* ===========### responsive ###=========== */
/*** PC ***/
@media screen and (min-width: 768px) {
  .ss-lookbook .credit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ss-lookbook .credit p{
    width: 29rem;
  }
}

/*** SP ***/
@media screen and (max-width: 767px) {
  .ss-lookbook .content .content__inner{
    width: calc(375 * (100vw / 375));
  }

  /************** text **************/
  .ss-lookbook .credit{
    width: calc(335 * (100vw / 375));
    margin-inline: auto;
    font-size: calc(12 * (100vw / 375));
    letter-spacing: 0.08em;
    line-height: 1.6;
  }

  .ss-lookbook .credit li:not(:first-child){
    margin-top: calc(14 * (100vw / 375));
  }

  .ss-lookbook .credit li p{
    width: 77%;
  }

  .ss-lookbook .arrival-info{
    font-size: calc(9.5 * (100vw / 375));
  }

  .ss-lookbook .credit-price{
    font-family: var(--font-en);
    font-size: calc(11 * (100vw / 375));
    letter-spacing: 0.03em;
  }

  .ss-lookbook .credit-icon{
    padding: 5px;
    width: calc(64 * (100vw / 375));
    height: calc(25 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
  }

  .ss-lookbook .credit .flex-wrap{
    gap: calc(10 * (100vw / 375))!important;
  }
}



/* ===============================================### 
アニメーション設定
###=============================================== */
.ss-lookbook .js-fade-in{
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
}

.ss-lookbook .js-fade-in.show{
  opacity: 1;
  transform: translate(0, 0);
}

.ss-lookbook .js-fade-in.fade-delay01{
  transition-delay: 0.5s;
}



/* ===============================================### 
MV
###=============================================== */
.ss-lookbook .mv{
}

.ss-lookbook .mv .mv__inner{
}

/************** image **************/
.ss-lookbook .mv__image{
  width: 100%;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** image **************/
  .ss-lookbook .mv__image{
    width: calc(375 * (100vw / 375));
    margin-inline: auto;
  }
}



/* ===============================================### 
lead-area
###=============================================== */
.ss-lookbook .lead-area{
  margin-top: 9.4rem;
}

.ss-lookbook .lead-area .lead-area__inner{
}

/************** text **************/
.ss-lookbook .lead-area .lead-text{
  font-size: 1.6rem;
  font-weight: var(--font-weight-light);
  text-align: center;
  line-height: 1.8125;
  letter-spacing: 0.08em;
}

/************** video **************/
.ss-lookbook .content__video{
  width: 45rem;
  height: auto;
  margin-top: 9.3rem;
  margin-inline: auto;
}

.ss-lookbook .content__video iframe{
  width: 100%;
  height: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .lead-area{
    margin-top: calc(55 * (100vw / 375));
  }
  
  .ss-lookbook .lead-area .lead-area__inner{
  }
  
  /************** text **************/
  .ss-lookbook .lead-area .lead-text{
    font-size: calc(14 * (100vw / 375));
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  /************** video **************/
  .ss-lookbook .content__video{
    width: calc(335 * (100vw / 375));
    margin-top: calc(54 * (100vw / 375));
    margin-inline: auto;
  }
}


/* ===============================================### 
コンテンツ01
###=============================================== */
.ss-lookbook .content01{
  margin-top: 12.8rem;
}

.ss-lookbook .content01 .content__inner{
}

.ss-lookbook .content01 .content__item.item01{
  position: relative;
}

.ss-lookbook .content01 .content__item.item01::after{
  content: '';
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 74rem;
  height: 52.1rem;
  background-color: #B3CAA6;
  z-index: -1;
  pointer-events: none;
}

.ss-lookbook .content01 .content__item.item02{
  margin-top: 4.1rem;
}

.ss-lookbook .content01 .flex-wrap{
  gap: 2rem;
}

/************** text **************/
.ss-lookbook .content01 .credit{
  margin-top: 7rem;
}

/************** image **************/
.ss-lookbook .content01 .content__item.item01 .content__image{
  width: 74rem;
}

.ss-lookbook .content01 .content__item.item02 .content__image{
  width: 39rem;
}

.ss-lookbook .content01 .content__item.item02 .content__image.image02{
  margin-top: 5rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .content01{
    margin-top: calc(60 * (100vw / 375));
  }

  .ss-lookbook .content01 .content__inner{
  }

  .ss-lookbook .content01 .content__item.item01{
  }

  .ss-lookbook .content01 .content__item.item01::after{
    content: '';
    position: absolute;
    top: calc(19 * (100vw / 375));
    left: calc(20 * (100vw / 375));
    width: calc(355 * (100vw / 375));
    height: calc(250 * (100vw / 375));
  }

  .ss-lookbook .content01 .content__item.item02{
    margin-top: calc(26 * (100vw / 375));
  }

  .ss-lookbook .content01 .content__item.item02 .flex-wrap{
    display: block;
  }

  /************** text **************/
  .ss-lookbook .content01 .credit{
    margin-top: calc(45 * (100vw / 375));
  }

  /************** image **************/
  .ss-lookbook .content01 .content__item.item01 .content__image{
    width: calc(355 * (100vw / 375));
  }

  .ss-lookbook .content01 .content__item.item02 .content__image{
    width: calc(220 * (100vw / 375));
  }

  .ss-lookbook .content01 .content__item.item02 .content__image.image02{
    margin-top: calc(-100 * (100vw / 375));
    margin-left: calc(155 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ02
###=============================================== */
.ss-lookbook .content02{
  margin-top: 12rem;
}

.ss-lookbook .content02 .content__inner{
}

.ss-lookbook .content02 .content__item.item01{
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.ss-lookbook .content02 .content__item.item01::after{
  content: '';
  position: absolute;
  top: 10.2rem;
  left: 10rem;
  width: 40rem;
  height: 47rem;
  background-color: #E4C5D9;
  z-index: -1;
  pointer-events: none;
}

.ss-lookbook .content02 .content__item.item02{
  margin-top: 5rem;
}

.ss-lookbook .content02 .content__item.item03{
  margin-top: 4.4rem;
  margin-left: 18.4rem;
}

.ss-lookbook .content02 .flex-wrap{
  gap: 1.7rem;
}

/************** text **************/
.ss-lookbook .content02 .credit{
  margin-top: 4rem;
}

.ss-lookbook .content02 .credit li:nth-of-type(3){
  margin-top: 2.3rem;
}

/************** image **************/
.ss-lookbook .content02 .content__item.item01 .content__image{
  width: 40rem;
}

.ss-lookbook .content02 .content__item.item02 .content__image{
  width: 50rem;
}

.ss-lookbook .content02 .content__item.item03 .content__image{
  width: 30rem;
}

.ss-lookbook .content02 .content__item.item03 .content__image.image02{
  margin-top: 5rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .content02{
    margin-top: calc(60 * (100vw / 375));
  }

  .ss-lookbook .content02 .content__inner{
  }

  .ss-lookbook .content02 .content__item.item01{
  }

  .ss-lookbook .content02 .content__item.item01::after{
    content: '';
    position: absolute;
    top: calc(90 * (100vw / 375));
    left: calc(73 * (100vw / 375));
    width: calc(241 * (100vw / 375));
    height: calc(380 * (100vw / 375));
  }

  .ss-lookbook .content02 .content__item.item02{
    margin-top: calc(42 * (100vw / 375));
  }

  .ss-lookbook .content02 .content__item.item03{
    margin-top: calc(24 * (100vw / 375));
    width: fit-content;
    margin-inline: auto;
  }

  .ss-lookbook .content02 .flex-wrap{
    gap: calc(12 * (100vw / 375));
  }

  /************** text **************/
  .ss-lookbook .content02 .credit{
    margin-top: calc(25 * (100vw / 375));
  }

  .ss-lookbook .content02 .credit li:nth-of-type(2){
    margin-top: calc(18 * (100vw / 375));
  }

  .ss-lookbook .content02 .credit li:nth-of-type(3){
    margin-top: calc(20 * (100vw / 375));
  }

  /************** image **************/
  .ss-lookbook .content02 .content__item.item01 .content__image{
    width: calc(255 * (100vw / 375));
  }

  .ss-lookbook .content02 .content__item.item02 .content__image{
    width: calc(355 * (100vw / 375));
  }

  .ss-lookbook .content02 .content__item.item03 .content__image{
    width: calc(162 * (100vw / 375));
  }

  .ss-lookbook .content02 .content__item.item03 .content__image.image02{
    margin-top: calc(50 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ03
###=============================================== */
.ss-lookbook .content03{
  margin-top: 12.1rem;
}

.ss-lookbook .content03 .content__inner{
}

.ss-lookbook .content03 .content__item.item01{
}

.ss-lookbook .content03 .content__item.item02{
  width: fit-content;
  margin-top: 4.5rem;
  margin-left: 4.1rem;
  margin-right: auto;
}

.ss-lookbook .content03 .content__item.item02 .flex-wrap{
  gap: 1.8rem;
}

/************** text **************/
.ss-lookbook .content03 .credit{
  margin-top: 4rem;
}

/************** image **************/
.ss-lookbook .content03 .content__item.item01 .content__image{
  width: 40rem;
}

.ss-lookbook .content03 .content__item.item02 .content__image{
  width: 35rem;
}

.ss-lookbook .content03 .content__item.item02 .content__image.image02{
  margin-top: 5rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .content03{
    margin-top: calc(60 * (100vw / 375));
  }

  .ss-lookbook .content03 .content__inner{
  }

  .ss-lookbook .content03 .content__item.item01{
  }

  .ss-lookbook .content03 .content__item.item02{
    margin-top: calc(26 * (100vw / 375));
    margin-inline: auto;
  }

  .ss-lookbook .content03 .content__item.item02 .flex-wrap{
    display: block;
  }

  /************** text **************/
  .ss-lookbook .content03 .credit{
    margin-top: calc(26 * (100vw / 375));
  }

  .ss-lookbook .content03 .credit li:nth-of-type(2){
    margin-top: calc(22 * (100vw / 375));
  }

  /************** image **************/
  .ss-lookbook .content03 .content__item.item01 .content__image{
    width: calc(187 * (100vw / 375));
  }

  .ss-lookbook .content03 .content__item.item02 .content__image{
    width: calc(220 * (100vw / 375));
  }

  .ss-lookbook .content03 .content__item.item02 .content__image.image02{
    position: relative;
    margin-top: calc(-69 * (100vw / 375));
    margin-left: calc(154 * (100vw / 375));
    z-index: -1;
  }
}


/* ===============================================### 
コンテンツ04
###=============================================== */
.ss-lookbook .content04{
  margin-top: 12rem;
}

.ss-lookbook .content04 .content__inner{
}

.ss-lookbook .content04 .content__item.item01{
  position: relative;
}

.ss-lookbook .content04 .content__item.item01::after{
  content: '';
  position: absolute;
  top: 6rem;
  left: 6rem;
  width: 74rem;
  height: 52.1rem;
  background-color: #C7E3E3;
  z-index: -1;
  pointer-events: none;
}

.ss-lookbook .content04 .content__item.item02{
  margin-top: 11.1rem;
}

.ss-lookbook .content04 .flex-wrap{
  gap: 7.5rem;
}

/************** text **************/
.ss-lookbook .content04 .credit{
  width: 37.5rem;
  height: 20.3rem;
  margin-top: 11.6rem;
}

/************** image **************/
.ss-lookbook .content04 .content__item.item01 .content__image{
  width: 74rem;
}

.ss-lookbook .content04 .content__item.item02 .content__image{
  width: 35rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .content04{
    margin-top: calc(60 * (100vw / 375));
  }

  .ss-lookbook .content04 .content__inner{
  }

  .ss-lookbook .content04 .content__item.item01{
  }

  .ss-lookbook .content04 .content__item.item01::after{
    content: '';
    position: absolute;
    top: calc(20 * (100vw / 375));
    left: calc(20 * (100vw / 375));
    width: calc(355 * (100vw / 375));
    height: calc(250 * (100vw / 375));
  }

  .ss-lookbook .content04 .content__item.item02{
    margin-top: calc(41 * (100vw / 375));
  }

  .ss-lookbook .content04 .item-wrap.flex-wrap{
    flex-direction: column-reverse;
    gap: initial;
  }

  /************** text **************/
  .ss-lookbook .content04 .credit{
    width: calc(335 * (100vw / 375));
    height: fit-content;
    margin-top: calc(25 * (100vw / 375));
  }

  .ss-lookbook .content04 .credit li:nth-of-type(2){
    margin-top: calc(20 * (100vw / 375));
  }

  /************** image **************/
  .ss-lookbook .content04 .content__item.item01 .content__image{
    width: calc(355 * (100vw / 375));
  }

  .ss-lookbook .content04 .content__item.item02 .content__image{
    width: calc(220 * (100vw / 375));
    margin-left: calc(155 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ05
###=============================================== */
.ss-lookbook .content05{
  margin-top: 12rem;
}

.ss-lookbook .content05 .content__inner{
}

.ss-lookbook .content05 .content__item.item01{
}

.ss-lookbook .content05 .content__item.item02{
  margin-top: 2rem;
}

.ss-lookbook .content05 .flex-wrap{
  gap: 2rem;
}

/************** text **************/
.ss-lookbook .content05 .credit{
  margin-top: 4rem;
}

/************** image **************/
.ss-lookbook .content05 .content__image{
  width: 40rem;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .content05{
    margin-top: calc(25 * (100vw / 375));
  }

  .ss-lookbook .content05 .content__inner{
  }

  .ss-lookbook .content05 .content__item.item01{
  }

  .ss-lookbook .content05 .content__item.item02{
    margin-top: calc(10 * (100vw / 375));
  }

  .ss-lookbook .content05 .flex-wrap{
    gap: calc(20 * (100vw / 375));
  }

  /************** text **************/
  .ss-lookbook .content05 .credit{
    margin-top: calc(25 * (100vw / 375));
  }

  /************** image **************/
  .ss-lookbook .content05 .content__image{
    width: calc(335 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ06
###=============================================== */
.ss-lookbook .content06{
  margin-top: 12.1rem;
}

.ss-lookbook .content06 .content__inner{
  width: fit-content;
  margin-inline: auto;
}

.ss-lookbook .content06 .content__item.item01{
}

.ss-lookbook .content06 .content__item.item02{
  width: fit-content;
  margin-top: 3rem;
  margin-inline: auto;
}

/************** text **************/
.ss-lookbook .content06 .credit{
  margin-top: 3.9rem;
}

.ss-lookbook .content06 .credit .flex-wrap{
  gap: 14.5rem !important;
}

/************** image **************/
.ss-lookbook .content06 .content__item.item01 .content__image{
  width: 50rem;
}

.ss-lookbook .content06 .content__item.item02 .content__image{
  width: 30rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .content06{
    margin-top: calc(57 * (100vw / 375));
  }

  .ss-lookbook .content06 .content__inner{
  }

  .ss-lookbook .content06 .content__item.item01{
  }

  .ss-lookbook .content06 .content__item.item02{
    margin-top: calc(20 * (100vw / 375));
    margin-left: calc(154 * (100vw / 375));
  }

  /************** text **************/
  .ss-lookbook .content06 .credit{
    margin-top: calc(26 * (100vw / 375));
  }

  .ss-lookbook .content06 .credit .flex-wrap{
    gap: initial!important;
  }

  /************** image **************/
  .ss-lookbook .content06 .content__item.item01 .content__image{
    width: calc(375 * (100vw / 375));
  }

  .ss-lookbook .content06 .content__item.item02 .content__image{
    width: calc(220 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ07
###=============================================== */
.ss-lookbook .content07{
  margin-top: 12rem;
}

.ss-lookbook .content07 .content__inner{
}

.ss-lookbook .content07 .content__item.item01{
}

.ss-lookbook .content07 .content__item.item02{
  width: fit-content;
  margin-top: 3.9rem;
  margin-left: 4.1rem;
  margin-right: auto;
}

.ss-lookbook .content07 .content__item.item02 .flex-wrap{
  gap: 2rem;
}

/************** text **************/
.ss-lookbook .content07 .credit{
  margin-top: 4rem;
}

/************** image **************/
.ss-lookbook .content07 .content__item.item01 .content__image{
  width: 40rem;
}

.ss-lookbook .content07 .content__item.item02 .content__image{
  width: 35rem;
}

.ss-lookbook .content07 .content__item.item02 .content__image.image02{
  margin-top: 5rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .content07{
    margin-top: calc(60 * (100vw / 375));
  }

  .ss-lookbook .content07 .content__inner{
  }

  .ss-lookbook .content07 .content__item.item01{
  }

  .ss-lookbook .content07 .content__item.item02{
    margin-top: calc(20 * (100vw / 375));
    margin-inline: auto;
  }

  .ss-lookbook .content07 .content__item.item01 .item-wrap.flex-wrap{
    display: block;
  }

  .ss-lookbook .content07 .content__item.item02 .flex-wrap{
    gap: calc(12 * (100vw / 375));
  }

  /************** text **************/
  .ss-lookbook .content07 .credit{
    margin-top: calc(27 * (100vw / 375));
  }

  /************** image **************/
  .ss-lookbook .content07 .content__item.item01 .content__image{
    width: calc(220 * (100vw / 375));
  }

  .ss-lookbook .content07 .content__item.item01 .content__image.image02{
    position: relative;
    margin-top: calc(-67 * (100vw / 375));
    margin-left: calc(159 * (100vw / 375));
    z-index: -1;
  }

  .ss-lookbook .content07 .content__item.item02 .content__image{
    width: calc(162 * (100vw / 375));
  }

  .ss-lookbook .content07 .content__item.item02 .content__image.image02{
    margin-top: calc(52 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ08
###=============================================== */
.ss-lookbook .content08{
  margin-top: 12.1rem;
}

.ss-lookbook .content08 .content__inner{
}

.ss-lookbook .content08 .content__item.item01{
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding: 4rem;
}

.ss-lookbook .content08 .content__item.item01::after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 58rem;
  height: 66.9rem;
  background-color: #F7E391;
  z-index: -1;
  pointer-events: none;
}

.ss-lookbook .content08 .content__item.item02{
  margin-top: 4.9rem;
}

/************** text **************/
.ss-lookbook .content08 .credit{
  margin-top: 7rem;
}

.ss-lookbook .content08 .credit li:nth-of-type(3){
  margin-top: 2.5rem;
}

/************** image **************/
.ss-lookbook .content08 .content__item.item01 .content__image{
  width: 50rem;
}

.ss-lookbook .content08 .content__item.item02 .content__image{
  width: 40rem;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .content08{
    margin-top: calc(59 * (100vw / 375));
  }

  .ss-lookbook .content08 .content__inner{
  }

  .ss-lookbook .content08 .content__item.item01{
    padding: calc(20 * (100vw / 375));
  }

  .ss-lookbook .content08 .content__item.item01::after{
    width: calc(375 * (100vw / 375));
    height: calc(435 * (100vw / 375));
  }

  .ss-lookbook .content08 .content__item.item02{
    margin-top: calc(20 * (100vw / 375));
  }

  /************** text **************/
  .ss-lookbook .content08 .credit{
    margin-top: calc(26 * (100vw / 375));
  }

  .ss-lookbook .content08 .credit li:nth-of-type(2){
    margin-top: calc(20 * (100vw / 375));
  }

  .ss-lookbook .content08 .credit li:nth-of-type(3){
    margin-top: calc(21 * (100vw / 375));
  }

  /************** image **************/
  .ss-lookbook .content08 .content__item.item01 .content__image{
    width: calc(335 * (100vw / 375));
  }

  .ss-lookbook .content08 .content__item.item02 .content__image{
    width: calc(220 * (100vw / 375));
  }
}


/* ===============================================### 
staff-credit
###=============================================== */
.ss-lookbook .staff-credit{
  margin-top: 10.1rem;
  margin-bottom: 9.4rem;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.8125;
  letter-spacing: 0;
  text-align: center;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .ss-lookbook .staff-credit{
    margin-top: calc(78 * (100vw / 375));
    margin-bottom: calc(55 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
    line-height: 1.8;
  }
}