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

/* LPコンテンツ */

/* ===============================================### 
初期設定
###=============================================== */
.lp_cashmere{
  --font-ja: var(--yugothic);
  --font-en: "Aktiv Grotesk", sans-serif;
  --fw-thin: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  --color-black: #353839;
  --color-white: #fff;
  color: #353839;
}

.lp_cashmere img,
.lp_cashmere svg{
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src:
    url("../font/aktiv-grotesk-regular.otf") format("opentype");
}


/* ===============================================### 
アニメーション設定
###=============================================== */
.lp_cashmere .js-fade-in{
  opacity: 0;
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.lp_cashmere .js-fade-in.show{
  opacity: 1;
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.lp_cashmere .flex-wrap{
  display: flex;
}

/************** text **************/
.lp_cashmere .content__title{
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: var(--fw-semi-bold);
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
}

.lp_cashmere .content__text{
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fw-thin);
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}

.lp_cashmere .credit{
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.075em;
  line-height: 2;
}

.lp_cashmere .credit .flex-wrap{
  align-items: center;
  gap: 1.5rem;
}

.lp_cashmere .credit li:not(:first-child){
  margin-top: 0.7rem;
}

.lp_cashmere .credit-icon{
  display: grid;
  place-content: center;
  padding: 3px 0 0;
  width: 4rem;
  height: 2rem;
  font-family: var(--font-en);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: var(--fw-medium);
  color: var(--color-white);
  background-color: var(--color-black);
}

/************** image **************/
.lp_cashmere .content__image.large-image{
  width: 60rem;
}

.lp_cashmere .content__image.small-image{
  width: 30rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** text **************/
  .lp_cashmere .content__title{
    font-size: calc(30 * (100vw / 375));
  }

  .lp_cashmere .content__text{
    font-size: calc(14 * (100vw / 375));
  }

  .lp_cashmere .credit{
    font-size: calc(14 * (100vw / 375));
  }

  .lp_cashmere .credit .flex-wrap{
    gap: calc(15 * (100vw / 375));
  }

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

  .lp_cashmere .credit-icon{
    margin-top: calc(-2 * (100vw / 375));
    padding: 3px 0 0;
    width: calc(40 * (100vw / 375));
    height: calc(20 * (100vw / 375));
    font-size: calc(11 * (100vw / 375));
  }

  /************** image **************/
  .lp_cashmere .content__image.large-image{
    width: calc(375 * (100vw / 375));
  }

  .lp_cashmere .content__image.small-image{
    width: calc(187.5 * (100vw / 375));
  }
}


/* ===============================================### 
MV
###=============================================== */
.lp_cashmere .mv{
}

.lp_cashmere .mv__inner{
  width: 120rem;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_cashmere .mv__inner{
    width: calc(375 * (100vw / 375));
  }
}


/* ===============================================### 
lead-area
###=============================================== */
.lp_cashmere .lead-area{
  margin-top: 5.1rem;
}

.lp_cashmere .lead-area__item.item02{
  margin-top: 6.9rem;
}

/************** text **************/
.lp_cashmere .lead-area__title{
  font-family: var(--font-ja);
  font-size: 1.8rem;
  font-weight: var(--fw-semi-bold);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.lp_cashmere .lead-area__item.item02 .lead-area__title{
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: var(--fw-semi-bold);
}

.lp_cashmere .lead-area__detail{
  margin-top: 2.4rem;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fw-thin);
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}

.lp_cashmere .lead-area__item.item02 .lead-area__detail{
  margin-top: 1.7rem;
  font-size: 1.3rem;
}

/************** image **************/
.lp_cashmere .lead-area__image{
  width: 12rem;
  margin-top: 2.3rem;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_cashmere .lead-area{
    margin-top: calc(41 * (100vw / 375));
  }

  .lp_cashmere .lead-area__item.item02{
    margin-top: calc(49 * (100vw / 375));
  }

  /************** text **************/
  .lp_cashmere .lead-area__title{
    font-size: calc(18 * (100vw / 375));
  }

  .lp_cashmere .lead-area__item.item02 .lead-area__title{
    font-size: calc(16 * (100vw / 375));
  }

  .lp_cashmere .lead-area__detail{
    margin-top: calc(14 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  .lp_cashmere .lead-area__item.item02 .lead-area__detail{
    margin-top: calc(12 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
  }

  /************** image **************/
  .lp_cashmere .lead-area__image{
    width: calc(100 * (100vw / 375));
    margin-top: calc(13 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ01
###=============================================== */
.lp_cashmere .content01{
  margin-top: 8rem;
}

.lp_cashmere .content01 .content__inner{
}

.lp_cashmere .content01 .slide-wrap{
  width: 100%;
}

/************** image **************/
.lp_cashmere .content01 .content__image{
  width: 17.5rem;
}

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

  /************** image **************/
  .lp_cashmere .content01 .content__image{
    width: calc(140 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ02
###=============================================== */
.lp_cashmere .content02{
  position: relative;
  width: 100%;
  margin-top: 12.4rem;
  padding-bottom: 7.3rem;
}

.lp_cashmere .content02::after{
  content: '';
  position: absolute;
  top: 38.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 47rem;
  background-color: #FBF1E5;
  pointer-events: none;
}

.lp_cashmere .content02 .content__inner{
  position: relative;
  z-index: 1;
}

.lp_cashmere .content02 .content__item{
  width: fit-content;
  margin-top: 2.8rem;
  margin-inline: auto;
}

/************** text **************/
.lp_cashmere .content02 .content__text{
  margin-top: 3.3rem;
}

/************** image **************/
.lp_cashmere .content02 .content__image{
  width: 45rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_cashmere .content02{
    margin-top: calc(84 * (100vw / 375));
    padding-bottom: calc(43 * (100vw / 375));
  }

  .lp_cashmere .content02::after{
    top: calc(384 * (100vw / 375));
    height: calc(286 * (100vw / 375));
  }

  .lp_cashmere .content02 .content__item{
    margin-top: calc(28 * (100vw / 375));
  }

  /************** text **************/
  .lp_cashmere .content02 .content__text{
    margin-top: calc(23 * (100vw / 375));
  }

  /************** image **************/
  .lp_cashmere .content02 .content__image{
    width: calc(300 * (100vw / 375));
    margin-inline: auto;
  }
}


/* ===============================================### 
コンテンツ03
###=============================================== */
.lp_cashmere .content03{
  position: relative;
  width: 100%;
  margin-top: 10.4rem;
}

.lp_cashmere .content03 .content__inner{
  width: fit-content;
  margin-inline: auto;
}

.lp_cashmere .content03 .content__item.item01{
  margin-top: 2.8rem;
}

.lp_cashmere .content03 .content__item.item02{
  margin-top: 7.3rem;
}

.lp_cashmere .content03 .flex-wrap{
}

/************** text **************/
.lp_cashmere .content03 .content__text{
  margin-top: 3.3rem;
}

.lp_cashmere .content03 .credit{
  margin-top: 2.7rem;
}

/************** image **************/
.lp_cashmere .content03 .content__image.small-image.image02{
  margin-top: 10rem;
}

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

  .lp_cashmere .content03 .content__item.item01{
    margin-top: calc(27 * (100vw / 375));
  }

  .lp_cashmere .content03 .content__item.item02{
    margin-top: calc(53 * (100vw / 375));
  }

  /************** text **************/
  .lp_cashmere .content03 .content__text{
    margin-top: calc(33 * (100vw / 375));
  }

  .lp_cashmere .content03 .credit{
    margin-top: calc(18 * (100vw / 375));
    margin-left: calc(15 * (100vw / 375));
  }

  /************** image **************/
  .lp_cashmere .content03 .content__image.small-image.image02{
    margin-top: calc(62 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ04
###=============================================== */
.lp_cashmere .content04{
  position: relative;
  width: 100%;
  margin-top: 11.9rem;
}

.lp_cashmere .content04 .content__inner{
  width: fit-content;
  margin-inline: auto;
}

.lp_cashmere .content04 .content__item.item01{
  margin-top: 2.8rem;
}

.lp_cashmere .content04 .content__item.item02{
  margin-top: 7.3rem;
}

.lp_cashmere .content04 .flex-wrap{
}

/************** text **************/
.lp_cashmere .content04 .content__text{
  margin-top: 3.3rem;
}

.lp_cashmere .content04 .credit{
  margin-top: 2.7rem;
}

/************** image **************/
.lp_cashmere .content04 .content__image{
}

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

  .lp_cashmere .content04 .content__item.item01{
    margin-top: calc(26 * (100vw / 375));
  }

  .lp_cashmere .content04 .content__item.item02{
    margin-top: calc(52 * (100vw / 375));
  }

  /************** text **************/
  .lp_cashmere .content04 .content__text{
    margin-top: calc(34 * (100vw / 375));
  }

  .lp_cashmere .content04 .credit{
    margin-top: calc(18 * (100vw / 375));
    margin-left: calc(15 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ05
###=============================================== */
.lp_cashmere .content05{
  position: relative;
  width: 100%;
  margin-top: 11.9rem;
}

.lp_cashmere .content05 .content__inner{
  width: fit-content;
  margin-inline: auto;
}

.lp_cashmere .content05 .content__item.item01{
  margin-top: 2.8rem;
}

.lp_cashmere .content05 .content__item.item02{
  margin-top: 7.3rem;
}

.lp_cashmere .content05 .flex-wrap{
}

/************** text **************/
.lp_cashmere .content05 .content__text{
  margin-top: 3.3rem;
}

.lp_cashmere .content05 .credit{
  margin-top: 2.7rem;
}

/************** image **************/
.lp_cashmere .content05 .content__image.small-image.image02{
  margin-top: 10rem;
}

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

  .lp_cashmere .content05 .content__item.item01{
    margin-top: calc(28 * (100vw / 375));
  }

  .lp_cashmere .content05 .content__item.item02{
    margin-top: calc(52 * (100vw / 375));
  }

  /************** text **************/
  .lp_cashmere .content05 .content__text{
    margin-top: calc(33 * (100vw / 375));
  }

  .lp_cashmere .content05 .credit{
    margin-top: calc(17 * (100vw / 375));
    margin-left: calc(15 * (100vw / 375));
  }

  /************** image **************/
  .lp_cashmere .content05 .content__image.small-image.image02{
    margin-top: calc(64 * (100vw / 375));
  }
}



/* ===============================================### 
button-area
###=============================================== */
.lp_cashmere .button-area{
  margin-top: 7.6rem;
  margin-bottom: 10.1rem;
}

/************** button **************/
.lp_cashmere .link-button{
}

.lp_cashmere .link-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 5rem;
  margin-inline: auto;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.075em;
  text-align: center;
  border: 1px solid #333333;
}

.lp_cashmere .link-button.item{
  background-color: #333333;
  color: #ffffff;
}

.lp_cashmere .link-button.top{
  margin-top: 2rem;
  background-color: #ffffff;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_cashmere .button-area{
    margin-top: calc(54 * (100vw / 375));
    margin-bottom: calc(143 * (100vw / 375));
  }

  /************** button **************/
  .lp_cashmere .link-button{
    width: calc(300 * (100vw / 375));
    height: calc(50 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  .lp_cashmere .link-button.top{
    margin-top: calc(20 * (100vw / 375));
  }
}