@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

body {
  margin: 0;
}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* ============================================================
   フェードイン
   ============================================================ */
.js-fade {
  visibility: hidden;
  opacity: 0;
  transition: 1s ease-in-out;
}
.js-fade.is-active {
  visibility: visible;
  opacity: 1;
}

/* ============================================================
   スライドイン（左から）
   ============================================================ */
.js-slide-left {
  opacity: 0;
  transform: translateX(-6rem);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.js-slide-left.is-active {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================================
   スライドイン（右から）
   ============================================================ */
.js-slide-right {
  opacity: 0;
  transform: translateX(6rem);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.js-slide-right.is-active {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================================
   Splide スライダー（sec03・sec06）
   ============================================================ */
.splide__slide img {
  display: block;
  width: 100%;
}

/* ページネーション配置：右下 */
.splide__pagination {
  position: absolute;
  left: auto;
  padding: 0;
  display: flex;
  gap: 0.7rem;
  z-index: 1;
  pointer-events: none;
}

/* sec03 ページネーション位置 */
.sec03 .splide__pagination {
  bottom: -1.3rem;
  right: 0;
}

/* sec06 ページネーション位置 */
.sec06 .splide__pagination {
  bottom: -0.9rem;
  right: 1.4rem;
}

/* ページネーションボタン：横棒 */
.splide__pagination__page {
  pointer-events: auto;
  display: block;
  width: 4.7rem;
  height: 0.4rem;
  background: #ccc;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: none;
}

/* アクティブなページネーションバー：左から黒く充塡 */
.splide__pagination__page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #000;
}
.splide__pagination__page.is-active::before {
  animation: splide-bar 5s linear forwards;
}
@keyframes splide-bar {
  from { width: 0%; }
  to   { width: 100%; }
}

/* is-activeのscaleリセット */
.splide__pagination__page.is-active {
  transform: scale(1);
  background: #ccc;
}

/* ============================================================
   PC / SP 表示切り替え
   ============================================================ */
.pc { display: block; }
.sp { display: none; }

/* ============================================================
   ベース
   ============================================================ */
.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}
.feature * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}
.feature a {
  color: #000;
  text-decoration: none;
}
.feature a img {
  transition: 0.6s;
}
.feature a:hover img {
  opacity: 0.7;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}

/* ============================================================
   2カラムレイアウト
   ============================================================ */
.feature .wrap {
  display: flex;
}
.feature .wrap .LeftCont {
  width: 50%;
}
.feature .wrap .LeftCont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
}
.feature .wrap .LeftCont__Child {
  position: relative;
}
.feature .wrap .LeftCont .mv__Thum {
  height: calc(100vh - 80px);
  width: 100%;
}
.feature .wrap .LeftCont .mv__Thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.feature .wrap .LeftCont .mv__Ttl {
  position: absolute;
  /* 中央揃えに合わせる */
  left: 50.4%;
  transform: translateX(-50%);
  
  /* サイズと下部の位置 */
  bottom: 10rem;
  width: 60rem;
  
  /* 要素を前面に出しつつクリックを貫通させる指定 */
  z-index: 5;
  pointer-events: none;
}
.feature .wrap .RightCont {
  width: 50%;
}
.feature .wrap .RightCont__Inner {
  padding-top: 80px;
  overflow: clip;
  width: 49rem;
  margin: auto;
}

.feature .credit {
  width: 41.9733333333rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.98rem;
}
.feature .credit .item {
  display: inline-block;
  position: relative;
}
.feature .credit .item .link {
  font-size: 1.568rem;
  line-height: 2.744rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-variant-numeric: proportional-nums;
  font-kerning: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
}
.feature .credit .item.-mr0,
.feature .credit .item:last-child {
  margin-right: 0;
}

/* ============================================================
   MV
   ============================================================ */
.feature .mv__Inner {
  position: relative;
  width: 100%;
}
.feature .mv__Txt {
  font-size: 1.568rem;
  text-align: center;
  font-weight: 500;
  line-height: 3.136rem;
  letter-spacing: 0.05em;
  margin: 5.5rem auto 8.1rem;
}

/* ============================================================
   カテゴリタイトル（共通）
   ============================================================ */
.feature .-cateTtl {
  margin: 0 auto 4.1733333333rem;
  /* clip-path: inset(0 0 100% 0);
  transition: 1s; */
  text-align: center;
}
.feature .-cateTtl img {
  max-width: none;
  width: auto;
}
.feature .-cateTtl.is-active {
  clip-path: inset(0 0 0 0);
}

/* ============================================================
   モデルテキスト（共通）
   ============================================================ */
.feature .-modelTxt {
  position: absolute;
  font-family: "canada-type-gibson", sans-serif;
  font-style: italic;
  font-size: 2.0906666667rem;
  letter-spacing: 0.17em;
}

/* ============================================================
   sec01
   ============================================================ */
.feature .sec01 {
  margin-bottom: 9.9306666667rem;
}
.feature .sec01 .-cateTtl {
  width: 17.0373333333rem;
}
.feature .sec01__Model.-model01 {
  width: 100%;
  margin: 0 auto;
}
.feature .sec01__Model.-model02 {
  width: 45.08rem;
  margin: 6.3333333333rem auto 4.5733333333rem;
}
.feature .sec01__Txt {
  text-align: justify;
  font-size: 1.568rem;
  letter-spacing: 0.05em;
  line-height: 2.744rem;
  width: 41.8133333333rem;
  margin: 0 auto;
}
.feature .sec01 .credit {
  margin: 1.96rem auto 6.2066666667rem;
}

/* sec01：2番目のアイテムの後で改行 */
.feature .sec01 .credit .item:nth-child(2) {
  margin-right: 13.0666666667rem;
}

/* ============================================================
   sec02
   ============================================================ */
.feature .sec02 {
  margin-top: 9.996rem;
  margin-bottom: 9.7rem;
}
.feature .sec02 .-cateTtl {
  width: 17.0373333333rem;
}
/* 右揃え・左余白あり */
.feature .sec02__Model.-model01 {
  width: 45.08rem;
  margin: 0 0 5.0266666667rem auto;
}
/* 左揃え・右余白あり */
.feature .sec02__Model.-model02 {
  width: 44.1rem;
  margin: 0 auto 4.5733333333rem 0;
}
.feature .sec02__Txt {
  text-align: justify;
  font-size: 1.568rem;
  letter-spacing: 0.064em;
  line-height: 2.744rem;
  width: 42.4933333333rem;
  margin: 0 auto;
}
.feature .sec02 .credit {
  margin: 1.96rem auto 6.1413333333rem;
}

/* ============================================================
   sec03
   ============================================================ */
.feature .sec03 {
  margin-bottom: 9.8626666667rem;
}
.feature .sec03 .-cateTtl {
  width: 17.0373333333rem;
}
/* 中央・余白あり・クロスフェード */
.feature .sec03__Model.-model01 {
  width: 45.7333333333rem;
  margin: 0 auto 6.86rem;
}
/* 右揃え・左余白あり */
.feature .sec03__Model.-model02 {
  width: 42.1333333333rem;
  margin: 0 0 4.5733333333rem auto;
}
.feature .sec03__Txt {
  text-align: justify;
  font-size: 1.568rem;
  letter-spacing: 0.04em;
  line-height: 2.744rem;
  width: 42.4933333333rem;
  margin: 0 auto;
}
.feature .sec03 .credit {
  margin: 1.96rem auto 6.1413333333rem;
}

/* ============================================================
   sec04
   ============================================================ */
.feature .sec04 {
  margin-bottom: 9.5rem;
}
.feature .sec04 .-cateTtl {
  width: 17.0373333333rem;
}
.feature .sec04__Model.-model01 {
  width: 100%;
  margin: 0 auto 6.3986666667rem;
}
.feature .sec04__Model.-model02 {
  width: 44.1rem;
  margin: 0 auto 4.5733333333rem;
}
.feature .sec04__Txt {
  text-align: justify;
  font-size: 1.568rem;
  letter-spacing: 0.07em;
  line-height: 2.744rem;
  width: 43.12rem;
  margin: 0 auto;
}
.feature .sec04 .credit {
  margin: 1.96rem auto 5.88rem;
}

/* ============================================================
   sec05
   ============================================================ */
.feature .sec05 {
  margin-bottom: 9.8293333333rem;
}
.feature .sec05 .-cateTtl {
  width: 17.0373333333rem;
}
/* 中央・余白あり */
.feature .sec05__Model.-model01 {
  width: 45.7333333333rem;
  margin: 0 auto 5.5533333333rem;
}
/* 左揃え・右余白あり */
.feature .sec05__Model.-model02 {
  width: 44.1rem;
  margin: 0 auto 4.7666666667rem 0;
}
.feature .sec05__Txt {
  text-align: justify;
  font-size: 1.568rem;
  letter-spacing: 0.05em;
  line-height: 2.744rem;
  width: 41.8133333333rem;
  margin: 0 auto;
}
.feature .sec05 .credit {
  margin: 1.6333333333rem auto 6.2066666667rem;
}

/* ============================================================
   sec06
   ============================================================ */
.feature .sec06 {
  margin-bottom: 10rem;
}
.feature .sec06 .-cateTtl {
  width: 17.0373333333rem;
}
/* 右揃え・左余白あり */
.feature .sec06__Model.-model01 {
  width: 45.08rem;
  margin: 0 0 5.2266666667rem auto;
}
/* 左揃え・右余白あり */
.feature .sec06__Model.-model02 {
  width: 44.1rem;
  margin: 0 auto 4.7066666667rem 0;
}
/* 中央・余白なし・クロスフェード */
.feature .sec06__Model.-model03 {
  width: 100%;
  margin: 9.3333333333rem auto 6.0733333333rem;
}
.feature .sec06__Txt {
  text-align: justify;
  font-size: 1.568rem;
  letter-spacing: 0.04em;
  line-height: 2.744rem;
  width: 41.8133333333rem;
  margin: 0 auto;
}
.feature .sec06 .credit {
  margin: 0.98rem auto 10.1333333333rem;
}
.feature .sec06 .bottom .credit {
  margin: 2.0906666667rem auto 6.2066666667rem;
}

/* sec06：2番目のアイテムの後で改行 */
.feature .sec06 .bottom .credit .item:nth-child(2) {
  margin-right: 16rem;
}

/* ============================================================
   sec07
   ============================================================ */
.feature .sec07 {
  margin-bottom: 12.5rem;
}
.feature .sec07 .-cateTtl {
  width: 19.1466666667rem;
}
/* 右揃え・左余白あり */
.feature .sec07__Model.-model01 {
  width: 45.08rem;
  margin: 0 0 5.3533333333rem auto;
}
/* 左揃え・右余白あり */
.feature .sec07__Model.-model02 {
  width: 42.1333333333rem;
  margin: 0 auto 4.9rem 0;
}
.feature .sec07__Txt {
  text-align: justify;
  font-size: 1.568rem;
  letter-spacing: 0.04em;
  line-height: 2.744rem;
  width: 41.8133333333rem;
  margin: 0 auto;
}
.feature .sec07 .credit {
  margin: 0.98rem auto 5.88rem;
}

/* sec07：2番目のアイテムの後で改行 */
.feature .sec07 .credit .item:nth-child(2) {
  margin-right: 13.0666666667rem;
}

/* ============================================================
   全アイテムボタン
   ============================================================ */
.feature .allitemBtn {
  margin-bottom: 7.5733333333rem;
}
.feature .allitemBtn a {
  margin: auto;
  display: block;
  width: 43.12rem;
}
.feature .allitemBtn a img {
  width: 100%;
}

/* ============================================================
   スタッフクレジット
   ============================================================ */
.staff {
  margin-bottom: 20.2533333333rem;
}
.staff dt {
  font-size: 2.0906666667rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.6333333333rem;
}
.staff dd {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.5026666667rem;
  line-height: 2.94rem;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ============================================================
   フッター調整
   ============================================================ */
.l-container { width: 100%; }
.l-footer { padding: 0; }
.pc-footer { margin: 0; }

/* ============================================================
   クロスフェード インジケーター
   ============================================================ */
.crossfade-indicators {
  position: absolute;
  bottom: 1.2rem;
  right: 1.4rem;
  display: flex;
  gap: 0.4rem;
  z-index: 1;
}
.crossfade-indicator {
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}
.crossfade-indicator.is-active {
  background: #000;
}