/** Shopify CDN: Minification failed

Line 800:0 Unexpected "="

**/
/* ============================================================
   ★CATERPY ヒーロー見出し: PC/SP出し分け + ライムマーカー
   ============================================================ */

/* --- デフォルト(PC): SP用を非表示 --- */
.text-block--AblNpWFF5cUt4NmhIM__text_LVJ436 {
  display: none;
}

/* --- SP(749px以下): PC用を隠してSP用を表示 --- */
@media (max-width: 749px) {
  .text-block--AdzRrTkY4WHpydG9xW__text_6fYGaB {
    display: none;
  }
  .text-block--AblNpWFF5cUt4NmhIM__text_LVJ436 {
    display: block;
  }
}

/* --- ライムマーカー(太字部分に下線ハイライト) --- */
.text-block--AdzRrTkY4WHpydG9xW__text_6fYGaB strong,
.text-block--AblNpWFF5cUt4NmhIM__text_LVJ436 strong {
  font-weight: inherit;
  background: linear-gradient(transparent 58%, #c4d600 58%);
  padding: 0 3px;
  color: inherit;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* --- ヒーロー: 見出し・テキストを黒に --- */
.text-block--AdzRrTkY4WHpydG9xW__text_6fYGaB,
.text-block--AdzRrTkY4WHpydG9xW__text_6fYGaB h3,
.text-block--AblNpWFF5cUt4NmhIM__text_LVJ436,
.text-block--AblNpWFF5cUt4NmhIM__text_LVJ436 h3,
.text-block--ATjRRMTZ5NXpoNDNRc__text_VdW7WG,
.text-block--ATjRRMTZ5NXpoNDNRc__text_VdW7WG p,
.text-block--AeFVlb3pxNksrSVY0V__text_NJkmf9,
.text-block--AeFVlb3pxNksrSVY0V__text_NJkmf9 p {
  color: #0a0a0a !important;
}

/* ===== PC（デフォルト）===== */
.text-block--AdzRrTkY4WHpydG9xW__text_6fYGaB h3 {
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.text-block--ATjRRMTZ5NXpoNDNRc__text_VdW7WG p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 32px;
}



/* ===== SP（749px以下で上書き）===== */
@media (max-width: 749px) {
  .text-block--AblNpWFF5cUt4NmhIM__text_LVJ436 h3 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .text-block--ATjRRMTZ5NXpoNDNRc__text_VdW7WG p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

}

/* ============================================================
   ★PC/SP画像分け - picture要素対応
   ============================================================ */

/* picture要素自体をコンテナいっぱいに広げる */
.slide__image-container picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

/* picture内のimg、または直接の子imgのどちらにも適用 */
.slide__image-container picture img,
.slide__image-container > .slide__image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
/* ============================================================
   ★ヒーロースライド: PC/SPでアスペクト比を固定
   （テーマの slide_height 設定を上書き）
   ============================================================ */

/* PC: 横長ヒーロー（画像比率に合わせて要調整） */
.slideshow-section slideshow-component,
.slideshow-section slideshow-slides,
.slideshow-section slideshow-slide {
  aspect-ratio: 96 / 35 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* SP: 縦長ヒーロー（画像比率に合わせて要調整） */
@media (max-width: 749px) {
  .slideshow-section slideshow-component,
  .slideshow-section slideshow-slides,
  .slideshow-section slideshow-slide {
    aspect-ratio: 3 / 4 !important;
  }
}

/* ============================================================
   ★ヒーロー: フォントサイズ（clamp で滑らかに変化）
   ============================================================ */

/* 見出し: 393pxで27px → 1920pxで64px */
.text-block--AdzRrTkY4WHpydG9xW__text_6fYGaB h3,
.text-block--AblNpWFF5cUt4NmhIM__text_LVJ436 h3 {
  font-size: clamp(27px, 3.34vw, 64px) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em !important;
  font-weight: 900 !important;
}

/* 本文: 393pxで12px → 1920pxで15px */
.text-block--ATjRRMTZ5NXpoNDNRc__text_VdW7WG p,
.text-block--AeFVlb3pxNksrSVY0V__text_NJkmf9 p {
  font-size: clamp(12px, 0.78vw, 15px) !important;
  line-height: 1.9 !important;
}

/* ============================================================
   ★ヒーロー: 左揃え（テキスト + ブロック群コンテナ）
   ============================================================ */
.slideshow-section .group-block-content {
  --horizontal-alignment: flex-start !important;
  align-items: flex-start !important;
}

.text-block--AdzRrTkY4WHpydG9xW__text_6fYGaB,
.text-block--AdzRrTkY4WHpydG9xW__text_6fYGaB h3,
.text-block--AblNpWFF5cUt4NmhIM__text_LVJ436,
.text-block--AblNpWFF5cUt4NmhIM__text_LVJ436 h3,
.text-block--ATjRRMTZ5NXpoNDNRc__text_VdW7WG,
.text-block--ATjRRMTZ5NXpoNDNRc__text_VdW7WG p,
.text-block--AeFVlb3pxNksrSVY0V__text_NJkmf9,
.text-block--AeFVlb3pxNksrSVY0V__text_NJkmf9 p {
  text-align: left !important;
}

/* ============================================================
   ★PC（750px以上）: 左インデント + 垂直中央
   ============================================================ */
@media (min-width: 750px) {
  .slideshow-section .slide__content {
    padding-inline-start: 16% !important;
    padding-inline-end: 8% !important;
    /* slide__content自体は元から高さ100%。中央寄せはflexで処理 */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  /* group-block-content の height: 100% を削除 */
  .slideshow-section .group-block-content {
    justify-content: center !important;
    /* height: 100% !important;  ← 削除 */
  }
}

/* ============================================================
   ★SP（749px以下）: 上揃え + ボタンを下部にプッシュ
   ============================================================ */
@media (max-width: 749px) {
  .slideshow-section .slide__content {
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .slideshow-section .group-block-content {
    justify-content: flex-start !important;
    flex: 1 !important;          /* heightの代わりにflex:1で親を埋める */
    /* height: 100% !important;  ← 削除 */
  }
  .slideshow-section .button--AN0tkVzdhaS9Hc0xOQ__button_dEP9cP {
    margin-top: auto !important;
  }

}

/* ============================================================
   ★ヒーロー: ボタンを横並び + デザイン調整
   ============================================================ */

/* 見出し・テキストは縦並びのまま、ボタンだけ横並びに */
.slideshow-section .group-block-content {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 12px 16px !important;
}

/* 見出し・テキストは100%幅で強制改行 */
.slideshow-section .group-block-content > rte-formatter {
  width: 100% !important;
  flex: 0 0 100% !important;
}

/* ボタン共通リセット */
.slideshow-section a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 28px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  transition: all 0.3s ease !important;
  border-radius: 0 !important;          /* ← 追加：角丸なし */
}

/* ボタン1: 黒背景・白文字（商品を見る） */
.slideshow-section .button--AN0tkVzdhaS9Hc0xOQ__button_dEP9cP {
  background-color: #0a0a0a !important;
  color: #ffffff !important;
  border: 1px solid #0a0a0a !important;
}
.slideshow-section .button--AN0tkVzdhaS9Hc0xOQ__button_dEP9cP:hover {
  background-color: #c4d600 !important;
  color: #0a0a0a !important;
  border-color: #c4d600 !important;
}

/* ボタン2: 白背景・黒文字・黒枠（ブランドの哲学） */
.slideshow-section .button--AaDZhZHhDUzZVK0Z0T__button_e3XVpN {
  background-color: transparent !important;
  color: #0a0a0a !important;
  border: 1px solid #0a0a0a !important;
}
.slideshow-section .button--AaDZhZHhDUzZVK0Z0T__button_e3XVpN:hover {
  background-color: #0a0a0a !important;
  color: #ffffff !important;
}

/* ============================================================
   ★SP: ボタンは縦並び（スタック）でフル幅
   ============================================================ */
@media (max-width: 749px) {
  .slideshow-section a.button {
    width: 184px !important;
    max-width: 100% !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
  }
}

/* ============================================================
   ★ヒーロー: テキストブロックのPC/SP出し分け
   ============================================================ */

/* デフォルト(PC): SP用テキストを非表示 */
.text-block--AeFVlb3pxNksrSVY0V__text_NJkmf9 {
  display: none;
}

/* SP(749px以下): PC用テキストを隠してSP用を表示 */
@media (max-width: 749px) {
  .text-block--ATjRRMTZ5NXpoNDNRc__text_VdW7WG {
    display: none;
  }
  .text-block--AeFVlb3pxNksrSVY0V__text_NJkmf9 {
    display: block;
  }
}
















/* ============================================================
   ★★★ CATERPY カスタムヒーロースライダー（リニューアル版） ★★★
   ============================================================ */

.caterpy-hero {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.caterpy-hero__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.caterpy-hero__track {
  display: flex;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.caterpy-hero__slide {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
}

/* --- スライド内側のラッパー（幅制御） --- */
.caterpy-hero__slide-inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ページ幅設定の場合：他セクションと揃える */
.caterpy-hero__slide--width-page .caterpy-hero__slide-inner {
  max-width: 1320px;
  padding-inline: clamp(20px, 4vw, 32px);
}

/* 全幅設定の場合：そのまま100% */
.caterpy-hero__slide--width-full .caterpy-hero__slide-inner {
  max-width: 100%;
  padding-inline: 0;
}

/* ============================================================
   3画像レイアウト
   ============================================================ */

.caterpy-hero__three {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
  padding: clamp(40px, 5vw, 80px) clamp(24px, 5vw, 64px);
  align-items: center;
  aspect-ratio: 96 / 35;
}

/* --- テキストカラム --- */
.caterpy-hero__text {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 32px);
  min-width: 0;
}

.caterpy-hero__eyebrow {
  font-size: clamp(10px, 0.75vw, 13px);
  letter-spacing: 0.15em;
  color: #0a0a0a;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #0a0a0a;
  align-self: flex-start;
  text-transform: uppercase;
  font-weight: 600;
}

.caterpy-hero__heading {
  font-size: clamp(22px, 6.5vw, 64px);
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #0a0a0a;
  margin: 0;
}

/* ★ライムマーカー（[[ ]] で囲んだ部分） */
.caterpy-hero__mark {
  background: linear-gradient(transparent 58%, #c4d600 58%);
  padding: 0 3px;
  color: inherit;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.caterpy-hero__body {
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 1.9;
  color: #0a0a0a;
}

.caterpy-hero__body p { margin: 0 0 0.5em 0; }

/* --- ボタン --- */
.caterpy-hero__buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.caterpy-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  min-width: 200px;
  box-sizing: border-box;
}

.caterpy-hero__btn--primary {
  background: #0a0a0a;
  color: #ffffff;
  border: 1px solid #0a0a0a;
}
.caterpy-hero__btn--primary:hover {
  background: #c4d600;
  color: #0a0a0a;
  border-color: #c4d600;
}

.caterpy-hero__btn--secondary {
  background: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
}
.caterpy-hero__btn--secondary:hover {
  background: #0a0a0a;
  color: #ffffff;
}

.caterpy-hero__btn-arrow { font-size: 1.1em; }

/* --- 画像3枚カラム --- */
.caterpy-hero__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(12px, 1.5vw, 20px);
  height: 100%;
}

.caterpy-hero__image { margin: 0; display: flex; flex-direction: column; }
.caterpy-hero__image-wrap { position: relative; overflow: hidden; width: 100%; flex: 1; }
.caterpy-hero__image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* PC：画像A=左、2行ぶち抜き */
.caterpy-hero__image--1 { grid-column: 1; grid-row: 1 / 3; }
/* PC：画像B=右上 */
.caterpy-hero__image--2 { grid-column: 2; grid-row: 1; }
/* PC：画像C=右下 */
.caterpy-hero__image--3 { grid-column: 2; grid-row: 2; }

/* --- キャプション --- */
.caterpy-hero__caption {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #404040;
  margin-top: 8px;
  font-weight: 600;
}
.caterpy-hero__caption-num { font-weight: 700; }
.caterpy-hero__caption-label { text-transform: uppercase; }

/* ============================================================
   1画像フルブリードレイアウト
   ============================================================ */

.caterpy-hero__single {
  position: relative;
  width: 100%;
  aspect-ratio: 96 / 35;
  overflow: hidden;
}

.caterpy-hero__single-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.caterpy-hero__single-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caterpy-hero__single-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: clamp(40px, 5vw, 80px) clamp(32px, 8vw, 128px);
  box-sizing: border-box;
  z-index: 2;
}
.caterpy-hero__single-overlay--left { justify-content: flex-start; }
.caterpy-hero__single-overlay--center { justify-content: center; }
.caterpy-hero__single-overlay--right { justify-content: flex-end; }

.caterpy-hero__single-overlay .caterpy-hero__text {
  max-width: 600px;
}

/* ============================================================
   ドット・矢印
   ============================================================ */

.caterpy-hero__dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.caterpy-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #0a0a0a;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease;
}
.caterpy-hero__dot.is-active { background: #0a0a0a; }

.caterpy-hero__arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #0a0a0a;
  background: rgba(255, 255, 255, 0.85);
  color: #0a0a0a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.caterpy-hero__arrow-btn:hover { background: #0a0a0a; color: #ffffff; }
.caterpy-hero__arrow-btn--prev { left: 16px; }
.caterpy-hero__arrow-btn--next { right: 16px; }

/* ============================================================
   PC：SP用要素を非表示
   ============================================================ */
@media (min-width: 750px) {
  .caterpy-hero__heading--sp,
  .caterpy-hero__body--sp { display: none; }
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-hero__heading--pc,
  .caterpy-hero__body--pc { display: none; }

  /* SP時は幅指定を無効化（常に全幅） */
  .caterpy-hero__slide-inner {
    max-width: 100% !important;
    padding-inline: 0 !important;
  }

  /* --- 3画像レイアウト：SP用 --- */
  .caterpy-hero__three {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 32px 20px;
    gap: 24px;
    aspect-ratio: auto;
  }
  .caterpy-hero__text {
    grid-column: 1;
    grid-row: 1;
  }
  .caterpy-hero__images {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px;
    height: auto;
  }

  /* SP：画像順序 = 画像B（上）→画像A（中央大）→画像C（下） */
  .caterpy-hero__image--1 { grid-column: 1; grid-row: auto; order: 2; }
  .caterpy-hero__image--2 { grid-column: 1; grid-row: auto; order: 1; }
  .caterpy-hero__image--3 { grid-column: 1; grid-row: auto; order: 3; }

  /* SP：各画像のアスペクト比 */
  .caterpy-hero__image--1 .caterpy-hero__image-wrap { aspect-ratio: 11 / 14; }
  .caterpy-hero__image--2 .caterpy-hero__image-wrap,
  .caterpy-hero__image--3 .caterpy-hero__image-wrap { aspect-ratio: 16 / 5; }

  /* ボタン：縦並び・フル幅 */
  .caterpy-hero__buttons {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .caterpy-hero__btn {
    width: 100%;
    max-width: 320px;
    padding: 12px 20px;
    min-width: 0;
  }

  /* --- 1画像フル：SP用 --- */
  .caterpy-hero__single {
    aspect-ratio: 3 / 4;
  }
  .caterpy-hero__single-overlay {
    padding: 32px 24px;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 50%);
  }

  /* 矢印：小さく */
  .caterpy-hero__arrow-btn {
    width: 36px; height: 36px; font-size: 18px;
  }
  .caterpy-hero__arrow-btn--prev { left: 8px; }
  .caterpy-hero__arrow-btn--next { right: 8px; }
  .caterpy-hero__dots { bottom: 16px; }
}/*



/* =========================================================
   ★CATERPY ヒーロー Aシーンスライド 追記分
   ※ custom-styles.css の .caterpy-hero 系の末尾に追記
   ========================================================= */

.caterpy-hero__scene { position: relative; width: 100%; }
.caterpy-hero__scene-viewport {
  position: relative; width: 100%;
  aspect-ratio: 96 / 35;
  overflow: hidden; background: #0a0a0a;
}
.caterpy-hero__scene-track {
  display: flex; width: 100%; height: 100%;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.caterpy-hero__scene-slide { flex: 0 0 100%; width: 100%; height: 100%; }
.caterpy-hero__scene-img { width: 100%; height: 100%; }
.caterpy-hero__scene-img picture,
.caterpy-hero__scene-img img {
  display: block; width: 100%; height: 100%; object-fit: cover;
}

.caterpy-hero__scene-overlay {
  position: absolute; inset: 0; background: #000; z-index: 2; pointer-events: none;
}

.caterpy-hero__scene-content {
  position: absolute; inset: 0; z-index: 3;
  display: flex;
  padding: clamp(24px, 5vw, 80px) clamp(24px, 6vw, 110px);
  box-sizing: border-box; pointer-events: none;
}
.caterpy-hero__scene-content .caterpy-hero__text { pointer-events: auto; max-width: 640px; }
.caterpy-hero__scene-content--left-bottom { align-items: flex-end; justify-content: flex-start; }
.caterpy-hero__scene-content--left-center { align-items: center; justify-content: flex-start; }
.caterpy-hero__scene-content--center { align-items: center; justify-content: center; text-align: center; }
.caterpy-hero__scene-content--center .caterpy-hero__buttons { justify-content: center; }

/* 画像に重ねる時の文字色 */
.caterpy-hero__eyebrow--on-image {
  color: var(--lime, #c4d600); border-bottom-color: rgba(255,255,255,0.5);
}
.caterpy-hero__heading--on-image { color: #ffffff; text-shadow: 0 2px 16px rgba(0,0,0,0.35); }
.caterpy-hero__body--on-image { color: rgba(255,255,255,0.94); text-shadow: 0 1px 10px rgba(0,0,0,0.3); }
.caterpy-hero__btn--secondary-on-image {
  background: transparent; color: #ffffff; border-color: rgba(255,255,255,0.85);
}
.caterpy-hero__btn--secondary-on-image:hover {
  background: #ffffff; color: #0a0a0a; border-color: #ffffff;
}

/* シーンのドット */
.caterpy-hero__scene-dots {
  position: absolute; bottom: 16px; right: clamp(16px, 4vw, 48px);
  z-index: 4; display: flex; gap: 8px;
}
.caterpy-hero__scene-dot {
  width: 8px; height: 8px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.8); background: transparent;
  padding: 0; cursor: pointer; transition: background 0.2s;
}
.caterpy-hero__scene-dot.is-active { background: #ffffff; }

/* 1画像フル：黒シェード */
.caterpy-hero__single-shade { position: absolute; inset: 0; background: #000; z-index: 1; pointer-events: none; }
.caterpy-hero__single-overlay { z-index: 2; }

/* SP（749px以下） */
@media (max-width: 749px) {
  .caterpy-hero__scene-viewport { aspect-ratio: 3 / 4; }
  .caterpy-hero__scene-content { padding: clamp(20px, 6vw, 32px); }
  .caterpy-hero__scene-content--left-center,
  .caterpy-hero__scene-content--center {
    align-items: flex-end; justify-content: flex-start; text-align: left;
  }
  .caterpy-hero__scene-content--center .caterpy-hero__buttons { justify-content: flex-start; }
  .caterpy-hero__scene-content .caterpy-hero__text { max-width: 100%; }
  .caterpy-hero__scene .caterpy-hero__buttons,
  .caterpy-hero__single .caterpy-hero__buttons {
    flex-direction: column; width: 100%; gap: 8px;
  }
  .caterpy-hero__scene .caterpy-hero__btn,
  .caterpy-hero__single .caterpy-hero__btn {
    width: 100%; max-width: 320px; min-width: 0;
  }
}
/* =========================================================
   ★CATERPY ヒーロー 微調整（CTA幅・高さ／PC本文サイズ）
   ※ caterpy-hero_追記CSS.css の「後ろ」に貼り付け（上書き用）
   ========================================================= */

/* --- PC：本文を少し大きく --- */
@media (min-width: 750px) {
  .caterpy-hero__body--on-image {
    font-size: clamp(15px, 1.05vw, 19px);
    line-height: 2.0;
  }
}

/* --- PC：CTAボタンの幅を内容ぴったりに（広すぎ解消） --- */
@media (min-width: 750px) {
  .caterpy-hero__scene .caterpy-hero__btn,
  .caterpy-hero__single .caterpy-hero__btn {
    min-width: 0;
    width: auto;
    gap: 16px;
    padding: 14px 28px;
  }
  .caterpy-hero__scene .caterpy-hero__buttons,
  .caterpy-hero__single .caterpy-hero__buttons {
    gap: 12px;
  }
}

/* --- SP：CTAボタンの幅・高さを縮める --- */
@media (max-width: 749px) {
  .caterpy-hero__scene .caterpy-hero__buttons,
  .caterpy-hero__single .caterpy-hero__buttons {
    align-items: stretch;
    width: fit-content;      /* ← 追加: 一番長いボタンの幅に合わせて container 自体を縮める */
    max-width: 100%;         /* ← 追加: 画面をはみ出さないようにする保険 */
    gap: 8px;
  }
  .caterpy-hero__scene .caterpy-hero__btn,
  .caterpy-hero__single .caterpy-hero__btn {
    width: 100%;
    min-width: 0;
    max-width: none;
    justify-content: center;
    gap: 14px;
    padding: 10px 18px;
    font-size: 12px;
  }
}
============================================================
   ★★★ CATERPY 主力ラインナップセクション ★★★
   ============================================================ */

.caterpy-featured {
  background: #fafafa;
}

.caterpy-featured-section {
  padding-block: clamp(60px, 8vw, 120px);
}
.caterpy-featured__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー --- */
.caterpy-featured__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 64px);
  flex-wrap: wrap;
}

.caterpy-featured__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.caterpy-featured__eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #737373;
}

.caterpy-featured__heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-featured__subheading {
  font-size: 14px;
  color: #404040;
  margin: 0;
}

.caterpy-featured__view-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.caterpy-featured__view-all:hover {
  background: #0a0a0a;
  color: #ffffff;
}

.caterpy-featured__arrow {
  font-size: 16px;
}

/* ============================================================
   ★★★ 主力ラインナップ 2グループ構造 ★★★
   ============================================================ */

.caterpy-featured__groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
}

/* グループ見出し（中央揃え・中央下線バー） */
.caterpy-featured__group-head {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 3px solid #0a0a0a;
}
.caterpy-featured__group-head--lime {
  border-bottom-color: #c4d600;
}
.caterpy-featured__group-kicker {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0f6e56;
  margin-bottom: 5px;
}
.caterpy-featured__group-brand {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0a0a0a;
}

/* グループ内の2カード */
.caterpy-featured__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.5vw, 20px);
}

/* サブキャッチ */
.caterpy-card__subcatch {
  font-size: 12px;
  line-height: 1.5;
  color: #737373;
  margin: 0 0 10px;
}

/* ペルソナ（こんな方に） */
.caterpy-card__persona {
  font-size: 11px;
  line-height: 1.5;
  color: #0f6e56;
  background: #eef7f2;
  border-radius: 5px;
  padding: 6px 8px;
  margin: 10px 0 0;
}

/* 診断バナー */
.caterpy-featured__diagnosis {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: clamp(32px, 5vw, 56px) auto 0;
  max-width: 520px;
  padding: 16px 24px;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.caterpy-featured__diagnosis:hover {
  background: #1f1f1f;
}
.caterpy-featured__diagnosis-arrow {
  color: #c4d600;
  transition: transform 0.3s ease;
}
.caterpy-featured__diagnosis:hover .caterpy-featured__diagnosis-arrow {
  transform: translateX(4px);
}




/* --- 商品カード --- */
.caterpy-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.caterpy-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.caterpy-card__link:hover {
  transform: translateY(-4px);
}
.caterpy-card__link:hover .caterpy-card__image {
  transform: scale(1.03);
}

.caterpy-card__image-wrap {
  aspect-ratio: 1 / 1;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.caterpy-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.caterpy-card__image--placeholder {
  background: linear-gradient(135deg, #e8e8e8 0%, #d4d4d4 100%);
}

.caterpy-card__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 2;
}
.caterpy-card__tag--feature {
  background: #c4d600;
  color: #0a0a0a;
}

.caterpy-card__body {
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.caterpy-card__name-en {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
  color: #0a0a0a;
}

.caterpy-card__name-jp {
  font-size: 12px;
  color: #737373;
  margin: 0 0 16px;
  letter-spacing: 0.06em;
}

.caterpy-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.caterpy-card__tag-pill {
  font-size: 11px;
  padding: 4px 10px;
  border: 1px solid #d4d4d4;
  color: #404040;
  border-radius: 2px;
}

.caterpy-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 20px;
}

.caterpy-card__price-prefix {
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
}

.caterpy-card__price-amount {
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1;
}

.caterpy-card__price-amount--sale {
  color: #d72c2c;
}

.caterpy-card__price-compare {
  font-size: 13px;
  color: #737373;
  text-decoration: line-through;
}

.caterpy-card__price-suffix {
  font-size: 13px;
  font-weight: 500;
  color: #404040;
}

.caterpy-card__price-note {
  font-size: 11px;
  color: #737373;
  margin-left: 4px;
}

/* --- カラースウォッチ --- */
.caterpy-card__colors {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.caterpy-card__color-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: inline-block;
  flex-shrink: 0;
}

.caterpy-card__color-dot--more {
  background: #f5f5f5 !important;
  font-size: 9px;
  font-weight: 700;
  color: #404040;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --- CTAリンク（カード下部） --- */
.caterpy-card__cta {
  margin-top: auto;
  padding: 14px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0a0a0a;
  border-top: 1px solid #0a0a0a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.caterpy-card__link:hover .caterpy-card__cta {
  color: #c4d600;
}

.caterpy-card__cta-arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.caterpy-card__link:hover .caterpy-card__cta-arrow {
  transform: translateX(4px);
}
.caterpy-card__colors-total {
  font-size: 12px;
  font-weight: 600;
  color: #404040;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin-left: 6px;
  flex-shrink: 0;
}
.caterpy-featured__empty {
  text-align: center;
  padding: 80px 20px;
  color: #737373;
  background: #ffffff;
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-featured__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .caterpy-featured__view-all {
    align-self: stretch;
    justify-content: center;
  }



  /* 2グループを縦積み、各グループ内は2列 */
  .caterpy-featured__groups {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .caterpy-featured__pair {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .caterpy-featured__group-brand {
    font-size: 18px;
  }

  .caterpy-featured__group-kicker {
    font-size: 11px;
  }

  .caterpy-card__image-wrap {
    margin-bottom: 12px;
  }

  .caterpy-card__body {
    padding: 0 6px;
  }

  .caterpy-card__name-en {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

  .caterpy-card__name-jp {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .caterpy-card__cta {
    font-size: 11px;
    padding: 10px 0;
    letter-spacing: 0.04em;
  }

  .caterpy-card__cta-arrow {
    display: inline;
  }


}



/* ============================================================
   ★view-all CTA: PC/SP出し分け
   ============================================================ */

/* デフォルト(PC): SP用フッターを非表示 */
.caterpy-featured__footer {
  display: none;
}

/* SP(749px以下): PC用ボタンを隠し、SP用フッターを表示 */
@media (max-width: 749px) {
  .caterpy-featured__view-all--pc {
    display: none;
  }

  .caterpy-featured__footer {
    display: block;
    margin-top: 32px;
  }

  .caterpy-featured__view-all--sp {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   ★★★ CATERPY MORE PRODUCTS（横スクロールカルーセル） ★★★
   ============================================================ */

.caterpy-more {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #ffffff;
}

.caterpy-more__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー --- */
.caterpy-more__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 48px);
  flex-wrap: wrap;
}

.caterpy-more__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.caterpy-more__eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #737373;
}

.caterpy-more__heading {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-more__subheading {
  font-size: 14px;
  color: #404040;
  margin: 0;
}

/* --- 矢印ナビ --- */
.caterpy-more__nav {
  display: flex;
  gap: 8px;
}

.caterpy-more__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #0a0a0a;
  background: transparent;
  color: #0a0a0a;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.caterpy-more__arrow:hover {
  background: #0a0a0a;
  color: #ffffff;
}

/* --- 横スクロールトラック --- */
.caterpy-more__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3 * 24px) / 4);  /* PC: 4枚見え */
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
}
.caterpy-more__track::-webkit-scrollbar { display: none; }

/* --- カード --- */
.caterpy-more-card {
  scroll-snap-align: start;
}

.caterpy-more-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.caterpy-more-card__link:hover {
  transform: translateY(-4px);
}
.caterpy-more-card__link:hover .caterpy-more-card__image {
  transform: scale(1.03);
}

.caterpy-more-card__image-wrap {
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fafafa;
}

.caterpy-more-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.caterpy-more-card__image--placeholder {
  background: linear-gradient(135deg, #e8e8e8 0%, #d4d4d4 100%);
}

.caterpy-more-card__body {
  padding: 0 4px;
}

.caterpy-more-card__name-en {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
  color: #0a0a0a;
  line-height: 1.4;
}

.caterpy-more-card__name-jp {
  font-size: 11px;
  color: #737373;
  margin: 0 0 12px;
  letter-spacing: 0.06em;
}

.caterpy-more-card__colors {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.caterpy-more-card__color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: inline-block;
  flex-shrink: 0;
}

.caterpy-more-card__color-dot--more {
  background: #ffffff !important;
  font-size: 8px;
  font-weight: 600;
  color: #404040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.caterpy-more__empty {
  text-align: center;
  padding: 80px 20px;
  color: #737373;
  background: #fafafa;
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-more__track {
    grid-auto-columns: calc((100% - 2 * 8px) / 3);
    gap: 8px;
  }

  .caterpy-more__arrow {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .caterpy-more-card__image-wrap {
    margin-bottom: 10px;
  }

  .caterpy-more-card__body {
    padding: 0 2px;
  }

  .caterpy-more-card__name-en {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 2px;
  }

  .caterpy-more-card__name-jp {
    font-size: 9px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .caterpy-more-card__colors {
    gap: 3px;
  }

  .caterpy-more-card__color-dot {
    width: 10px;
    height: 10px;
  }
}
/* --- MORE PRODUCTS 価格 --- */
.caterpy-more-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
}

.caterpy-more-card__price--sale {
  color: #d72c2c;
}

.caterpy-more-card__price--compare {
  font-size: 11px;
  color: #737373;
  text-decoration: line-through;
  font-weight: 400;
}

/* ============================================================
   ★★★ CATERPY FOR YOUR LIFESTYLE ★★★
   ============================================================ */

.caterpy-lifestyle {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #fafafa;
}

.caterpy-lifestyle__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー（中央揃え） --- */
.caterpy-tech__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 80px);
}

.caterpy-lifestyle__eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 16px;
}

.caterpy-lifestyle__heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-lifestyle__subheading {
  font-size: 14px;
  color: #404040;
  margin: 0;
}

/* --- スクローラー --- */
.caterpy-lifestyle__scroller {
  position: relative;
}

.caterpy-lifestyle__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- カード（画像全面背景 + 白文字オーバーレイ） --- */
.caterpy-lifestyle-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  height: auto;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.caterpy-lifestyle-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  z-index: 1;
}
.caterpy-lifestyle-card:hover .caterpy-lifestyle-card__image {
  transform: scale(1.05);
}

.caterpy-lifestyle-card__image--placeholder {
  background: linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
}

/* オーバーレイ：下から黒グラデーションで文字を読みやすく */
.caterpy-lifestyle-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.caterpy-lifestyle-card__content {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  color: #ffffff;
}

.caterpy-lifestyle-card__num {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

.caterpy-lifestyle-card__category {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
}

.caterpy-lifestyle-card__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
  color: #ffffff;
}

.caterpy-lifestyle-card__description {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.95);
  white-space: pre-line;
}

.caterpy-lifestyle-card__cta {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  align-self: flex-start;
  transition: gap 0.3s ease, border-color 0.3s ease;
}
.caterpy-lifestyle-card:hover .caterpy-lifestyle-card__cta {
  gap: 16px;
  border-color: #c4d600;
  color: #c4d600;
}

.caterpy-lifestyle-card__cta-arrow {
  font-size: 14px;
}

/* スクロールバーはデフォルト非表示 */
.caterpy-lifestyle__scrollbar {
  display: none;
}

/* ============================================================
   SP（749px以下）— 横スクロール + カスタムスクロールバー
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-lifestyle__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .caterpy-lifestyle__track::-webkit-scrollbar { display: none; }

.caterpy-lifestyle-card {
    flex: 0 0 66%;
    scroll-snap-align: start;
    aspect-ratio: 3 / 4;
    height: auto;
  }

.caterpy-lifestyle-card__content {
    padding: 20px;
    justify-content: flex-end;  /* 下寄せを明示 */
  }

  .caterpy-lifestyle-card__title {
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  .caterpy-lifestyle-card__description {
    font-size: 11px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .caterpy-lifestyle-card__num {
    font-size: 9px;
    margin-bottom: 8px;
  }

  .caterpy-lifestyle-card__category {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .caterpy-lifestyle-card__cta {
    font-size: 10px;
  }
  /* スクロールバー */
  .caterpy-lifestyle__scrollbar {
    display: block;
    position: relative;
    width: 60%;
    max-width: 240px;
    height: 2px;
    margin: 20px auto 0;
    background: #e5e5e5;
    border-radius: 1px;
    overflow: hidden;
  }

  .caterpy-lifestyle__scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #0a0a0a;
    border-radius: 1px;
    cursor: grab;
  }
  .caterpy-lifestyle__scrollbar-thumb:active {
    cursor: grabbing;
  }
}
/* ============================================================
   ★★★ CATERPY テクノロジーセクション ★★★
   ============================================================ */

.caterpy-tech {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #0a0a0a;
  color: #ffffff;
  scroll-behavior: auto;
  --tech-head-offset: 60px;
  --tech-tabs-h: 100px;
}

.caterpy-tech__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー --- */
.caterpy-tech__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 80px);
}

.caterpy-tech__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c4d600;
  margin: 0 0 16px;
}

.caterpy-tech__heading {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}

/* --- 見出し・サブテキスト：PC/SP出し分け --- */
.caterpy-tech__heading--sp,
.caterpy-tech__subheading--sp {
  display: none;
}

@media (max-width: 749px) {
  .caterpy-tech__heading--pc,
  .caterpy-tech__subheading--pc {
    display: none;
  }
  .caterpy-tech__heading--sp,
  .caterpy-tech__subheading--sp {
    display: block;
  }
}

/* --- タブ --- */
.caterpy-tech__tabs {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 80px);
  border-bottom: 1px solid #404040;
  margin-bottom: clamp(40px, 5vw, 64px);
  flex-wrap: wrap;
position: sticky;
  top: var(--tech-head-offset);
  z-index: 3;
  background: #0a0a0a;
  padding-top: 22px;
}

.caterpy-tech__tab {
  background: transparent;
  border: none;
  color: #737373;
  padding: 16px 0 20px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  transition: color 0.3s ease;
  text-align: center;
}
.caterpy-tech__tab:hover {
  color: #d4d4d4;
}
.caterpy-tech__tab.is-active {
  color: #ffffff;
}
.caterpy-tech__tab.is-active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #c4d600;
}

.caterpy-tech__tab-title {
  display: block;
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.caterpy-tech__tab-title strong {
  font-weight: 700;
  font-size: 1.3em;
}
.caterpy-tech__tab--no-subtitle .caterpy-tech__tab-title {
  margin-bottom: 0;
}
.caterpy-tech__tab-subtitle {
  display: block;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #737373;
}

/* --- パネル --- */
.caterpy-tech__panel {
  display: none;
}
.caterpy-tech__panel.is-active {
  display: block;
}

.caterpy-tech__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}

/* --- 左：テキスト --- */
.caterpy-tech__meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4d600;
  margin: 0 0 16px;
}

.caterpy-tech__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}

.caterpy-tech__desc {
  font-size: 14px;
  line-height: 1.9;
  color: #d4d4d4;
  margin-bottom: 32px;
}
.caterpy-tech__desc p { margin: 0 0 0.5em; }
.caterpy-tech__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}
.caterpy-tech__feature-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
  background: #1a1a1a;
  aspect-ratio: 16 / 9;
}
.caterpy-tech__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 750px) {
  .caterpy-tech__feature-image {
    aspect-ratio: 21 / 10.3;
  }
  
}
.caterpy-tech__feature {
  border-top: 1px solid #404040;
  padding-top: 16px;
}

.caterpy-tech__feature-num {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #c4d600;
  display: block;
  margin-bottom: 8px;
}

.caterpy-tech__feature-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}

.caterpy-tech__feature-desc {
  font-size: 12px;
  color: #d4d4d4;
  line-height: 1.7;
  margin: 0;
}

/* --- 右：ビジュアル --- */
.caterpy-tech__visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: calc(var(--tech-head-offset) + var(--tech-tabs-h) + 24px);
  align-self: start;
}

.caterpy-tech__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1a1a1a;
}

.caterpy-tech__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caterpy-tech__video--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  font-size: 13px;
  background: repeating-linear-gradient(
    45deg,
    #1a1a1a,
    #1a1a1a 12px,
    #2a2a2a 12px,
    #2a2a2a 13px
  );
}

/* --- HOW TO USE カード --- */
.caterpy-tech__howto {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: #1a1a1a;
  border: 1px solid #404040;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  width: 100%;
}
.caterpy-tech__howto:hover {
  border-color: #c4d600;
  background: #1f1f1f;
}
.caterpy-tech__howto.is-active {
  border-color: #c4d600;
  background: rgba(196, 214, 0, 0.08);
}

.caterpy-tech__howto-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c4d600;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.caterpy-tech__howto-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.caterpy-tech__howto-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #c4d600;
  font-weight: 600;
}

.caterpy-tech__howto-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.caterpy-tech__howto-desc {
  font-size: 12px;
  color: #a3a3a3;
  line-height: 1.6;
}

.caterpy-tech__howto-cta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 10px 18px;
  border: 1px solid #c4d600;
  color: #c4d600;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.caterpy-tech__howto:hover .caterpy-tech__howto-cta {
  background: #c4d600;
  color: #0a0a0a;
}

/* --- 下部CTA --- */
.caterpy-tech__cta-row {
  margin-top: clamp(40px, 5vw, 64px);
  text-align: center;
}

.caterpy-tech__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: #c4d600;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.caterpy-tech__cta:hover {
  background: #ffffff;
  color: #0a0a0a;
}

.caterpy-tech__empty {
  text-align: center;
  padding: 60px 20px;
  color: #737373;
}

/* --- メタ+見出し + 正方形画像 横並びレイアウト --- */
.caterpy-tech__title-row {
  display: flex;
  align-items: stretch;
  gap: clamp(16px, 2vw, 32px);
  margin-bottom: 24px;
}

.caterpy-tech__title-block {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* title-row内のmetaとtitleのmarginをリセット（gapで管理） */
.caterpy-tech__title-row .caterpy-tech__meta {
  margin: 0 0 12px;
}
.caterpy-tech__title-row .caterpy-tech__title {
  margin: 0;
}

/* 見出し横：画像＋キャプション（縦積み） */
.caterpy-tech__title-figure {
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* 正方形画像：小さめ・円形トリミング＋ライム細枠 */
.caterpy-tech__title-image {
  width: clamp(72px, 8vw, 120px);
  height: clamp(72px, 8vw, 120px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  border: 2px solid #c4d600;   /* ← 枠の太さ・色はここ */
  box-sizing: border-box;
}
.caterpy-tech__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 画像下の小さいキャプション */
.caterpy-tech__title-caption {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #d4d4d4;
  text-align: center;
  max-width: clamp(80px, 9vw, 130px);
}
.caterpy-tech__subheading--align-left {
  text-align: left;
}
.caterpy-tech__subheading--align-center {
  text-align: center;
}

.caterpy-tech [hidden] {
  display: none !important;
}

/* HOW TOカードが非表示のとき、上のvideo-wrapとの余白も詰める */
.caterpy-tech__visual {
  gap: 0;
}
.caterpy-tech__video-wrap + .caterpy-tech__howto:not([hidden]) {
  margin-top: 16px;
}
/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  /* グリッドをflex化してorderで順序制御: 動画→HOWTO→テキスト */
  .caterpy-tech__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .caterpy-tech__visual {
    order: 1;
    gap: 12px;
    position: static;
  }
  .caterpy-tech__text {
    order: 2;
  }

  /* タイトル横の正方形画像はSPでもキープ（gapを詰める） */
  .caterpy-tech__title-row {
    gap: 12px;
    margin-bottom: 16px;
    align-items: stretch;
  }
  .caterpy-tech__title-row .caterpy-tech__meta {
    margin: 0 0 8px;
  }

  /* 特徴は2列キープ */
  .caterpy-tech__features {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

.caterpy-tech__tabs {
    position: static;
    padding-top: 0;
  }


  /* HOW TOカードのレイアウト調整 */
  .caterpy-tech__howto {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 12px 16px;
    padding: 16px;
  }
.caterpy-tech__howto-cta {
    grid-column: 1 / -1;
    text-align: center;
  }

  .caterpy-tech__feature-image {
    aspect-ratio: auto;
  }
  .caterpy-tech__feature-image img {
    height: auto;
    object-fit: contain;
  }
}



/* ============================================================
   ★★★ CATERPY EXPLORE ★★★
   ============================================================ */

.caterpy-explore {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #ffffff;
}

.caterpy-explore__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー --- */
.caterpy-explore__header {
  margin-bottom: clamp(32px, 5vw, 48px);
}

.caterpy-explore__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.caterpy-explore__eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #737373;
}

.caterpy-explore__heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-explore__subheading {
  font-size: 14px;
  color: #404040;
  margin: 0;
}

/* --- タブ --- */
.caterpy-explore__tabs {
  display: flex;
  gap: clamp(8px, 1.5vw, 16px);
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: clamp(32px, 5vw, 48px);
  flex-wrap: wrap;
}

.caterpy-explore__tab {
  background: transparent;
  border: none;
  color: #737373;
  padding: 16px 4px 20px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.caterpy-explore__tab:hover {
  color: #0a0a0a;
}
.caterpy-explore__tab.is-active {
  color: #0a0a0a;
}
.caterpy-explore__tab.is-active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0a0a0a;
}

.caterpy-explore__tab-label {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.caterpy-explore__tab-num {
  display: none;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #737373;
}

/* --- パネル --- */
.caterpy-explore__panel {
  display: none;
}
.caterpy-explore__panel.is-active {
  display: block;
}

/* --- グリッド --- */
.caterpy-explore__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
}

/* --- カード --- */
.caterpy-explore-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.caterpy-explore-card:hover {
  transform: translateY(-4px);
}
.caterpy-explore-card:hover .caterpy-explore-card__image {
  transform: scale(1.05);
}

.caterpy-explore-card__image-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fafafa;
}

.caterpy-explore-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.caterpy-explore-card__image--placeholder {
  background: linear-gradient(135deg, #e8e8e8 0%, #d4d4d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

/* 背景バリエーション（プレースホルダー時） */
.caterpy-explore-card--lime .caterpy-explore-card__image--placeholder {
  background: linear-gradient(135deg, #e3eb6c 0%, #c4d600 100%);
  color: #0a0a0a;
}
.caterpy-explore-card--dark .caterpy-explore-card__image--placeholder {
  background: linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
  color: #ffffff;
}

.caterpy-explore-card__body {
  padding: 0 4px;
}

.caterpy-explore-card__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 6px;
  color: #0a0a0a;
}

.caterpy-explore-card__meta {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #737373;
  margin: 0;
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  /* タブは横スクロール維持（数が多い場合のため） */
  .caterpy-explore__tabs {
    gap: 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .caterpy-explore__tabs::-webkit-scrollbar { display: none; }

  .caterpy-explore__tab {
    white-space: nowrap;
    padding: 12px 0 16px;
    flex-shrink: 0;
  }

  /* ★カードは2列グリッドで全部見せる */
  .caterpy-explore__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }

  .caterpy-explore-card__title {
    font-size: 12px;
    line-height: 1.4;
  }

  .caterpy-explore-card__meta {
    font-size: 9px;
  }
}

/* タブレット中間 */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-explore__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================================================
   ★★★ CATERPY 世界展開（トップ用） ★★★
   ============================================================ */
.caterpy-global {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #ffffff;
}
.caterpy-global__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- 見出し --- */
.caterpy-global__header { text-align: center; margin-bottom: 40px; }
.caterpy-global__eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: #737373; margin: 0 0 16px;
}
.caterpy-global__heading {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(26px, 3vw, 36px); font-weight: 700;
  line-height: 1.4; letter-spacing: 0.03em; margin: 0 0 12px; color: #0a0a0a;
}
.caterpy-global__mark {
  background: linear-gradient(transparent 60%, #c4d600 60%);
  padding: 0 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.caterpy-global__subheading { font-size: 14px; color: #404040; margin: 0; }

/* --- 地図 + ピン --- */
.caterpy-global__map {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  margin: 0 auto 28px;
  overflow: hidden;
  background: #f5f5f5;
}
.caterpy-global__map-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.caterpy-global__pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  transform: translate(-50%, -50%);
  width: 28px; height: auto; line-height: 0;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  z-index: 2;
}
@media (max-width: 749px) {
  .caterpy-global__pin {
    left: var(--pin-x-sp);
    top: var(--pin-y-sp);
    width: 16px;
  }
}
.caterpy-global__pin img { width: 100%; height: auto; display: block; border-radius: 3px; }
.caterpy-global__pin.is-hot {
  transform: translate(-50%, -50%) scale(1.7);
  box-shadow: 0 0 0 2px #c4d600, 0 0 12px 3px rgba(196, 214, 0, 0.7);
  z-index: 5;
}

/* --- スタット --- */
.caterpy-global__stat { text-align: center; margin-bottom: 28px; }
.caterpy-global__stat-num {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(40px, 6vw, 64px); font-weight: 800; color: #0a0a0a; line-height: 1.1;
}
.caterpy-global__stat-num .caterpy-global__mark {
  background: linear-gradient(transparent 62%, #c4d600 62%);
}
.caterpy-global__stat-unit { font-size: 0.4em; font-weight: 700; margin-left: 6px; color: #404040; }
.caterpy-global__stat-label { font-size: 13px; color: #404040; margin-top: 8px; }

/* --- グループ見出し --- */
.caterpy-global__group-label {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: #737373; text-align: center;
  margin: clamp(32px, 5vw, 48px) 0 20px;
}
/* 見出しテキストが空欄のとき：カード群の直後にチップ群が来るので、ここで余白を作る */
.caterpy-global__cards + .caterpy-global__chips {
  margin-top: 24px;
}
/* 見出しテキストがあるとき：見出し自体の上marginを使い、チップ側の余白は0にして二重にしない */
.caterpy-global__cards + .caterpy-global__group-label--chips {
  margin-top: 24px;
}
.caterpy-global__cards + .caterpy-global__group-label--chips + .caterpy-global__chips {
  margin-top: 0;
}
/* --- サイトありカード --- */
.caterpy-global__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
  max-width: 1080px; margin: 0 auto;
}
.caterpy-global-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 16px; background: #ffffff; border: 1px solid #e5e5e5;
  text-decoration: none; color: #1a1a1a;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.caterpy-global-card:hover {
  transform: translateY(-4px); border-color: #0a0a0a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.caterpy-global-card {
  display: flex; flex-direction: column; gap: 8px;
  padding: 14px 16px; background: #ffffff; border: 1px solid #e5e5e5;
  text-decoration: none; color: #1a1a1a;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.caterpy-global-card:hover {
  transform: translateY(-4px); border-color: #0a0a0a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* 1段目: 国旗 + 国名 */
.caterpy-global-card__top {
  display: flex; align-items: center; gap: 10px; min-height: 26px;
}
.caterpy-global-card__flag { height: 22px; width: auto; border-radius: 3px; display: block; flex-shrink: 0; }
.caterpy-global-card__flag-globe { font-size: 20px; line-height: 1; flex-shrink: 0; }
.caterpy-global-card__name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px; font-weight: 700; color: #1a1a1a; line-height: 1.3;
}


/* 2段目: CTA */
.caterpy-global-card__bottom {
  display: flex; align-items: center; justify-content: flex-start; gap: 8px;
}
.caterpy-global-card__cta {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em; color: #737373;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
}
.caterpy-global-card__arrow { transition: transform 0.25s ease; color: #737373; }
.caterpy-global-card:hover .caterpy-global-card__cta { color: #404040; }
.caterpy-global-card:hover .caterpy-global-card__arrow { transform: translateX(4px); color: #404040; }
.caterpy-global-card__badge {
  display: none;
}

/* --- サイトなしチップ --- */
.caterpy-global__chips {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  max-width: 1080px; margin: 0 auto;
}
.caterpy-global__chip {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 10px; border: 1px solid #e5e5e5;
  font-size: 12.5px; color: #404040;
}
.caterpy-global__chip-flag {
  width: 22px; height: auto; border: 1px solid #e5e5e5; flex-shrink: 0; display: block;
}
.caterpy-global__chip-globe { width: 22px; text-align: center; font-size: 15px; flex-shrink: 0; }

/* --- タブレット --- */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-global__cards { grid-template-columns: repeat(3, 1fr); }
  .caterpy-global__chips { grid-template-columns: repeat(4, 1fr); }
}
/* --- SP --- */
/* --- SP --- */
@media (max-width: 749px) {
  .caterpy-global__cards { grid-template-columns: repeat(3, 1fr); gap: 8px; }
.caterpy-global__chips { grid-template-columns: repeat(3, 1fr); }
  .caterpy-global-card { padding: 10px; gap: 6px; }
.caterpy-global-card__top { flex-direction: column; align-items: flex-start; gap: 4px; min-height: auto; }  .caterpy-global-card__flag { height: 18px; }
  .caterpy-global-card__flag-globe { font-size: 16px; }
  .caterpy-global-card__name { font-size: 11px; line-height: 1.3; }
  .caterpy-global-card__cta { font-size: 9px; gap: 4px; }

  .caterpy-global__chip {
    padding: 6px 8px;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
  }
  .caterpy-global__chip-flag {
    width: 16px;
  }
}



/* ============================================================
   ★★★ CATERPY AMBASSADORS ★★★
   ============================================================ */

.caterpy-ambs {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #ffffff;
}

.caterpy-ambs__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー --- */
.caterpy-ambs__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 64px);
  flex-wrap: wrap;
}

.caterpy-ambs__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.caterpy-ambs__eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #737373;
}

.caterpy-ambs__heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-ambs__subheading {
  font-size: 14px;
  color: #404040;
  margin: 0;
  line-height: 1.7;
}

.caterpy-ambs__view-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.caterpy-ambs__view-all:hover {
  background: #0a0a0a;
  color: #ffffff;
}

.caterpy-ambs__arrow {
  font-size: 16px;
}

/* --- グリッド --- */
.caterpy-ambs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

/* --- カード --- */
.caterpy-ambs-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
a.caterpy-ambs-card:hover {
  transform: translateY(-4px);
}
a.caterpy-ambs-card:hover .caterpy-ambs-card__image {
  transform: scale(1.05);
}

.caterpy-ambs-card__image-wrap {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fafafa;
}

.caterpy-ambs-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.caterpy-ambs-card__image--placeholder {
  background: linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  padding: 16px;
  text-align: center;
}

.caterpy-ambs-card__body {
  padding: 0 4px;
}

.caterpy-ambs-card__sport {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  color: #c4d600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
  background: #0a0a0a;
  padding: 4px 8px;
  display: inline-block;
}

.caterpy-ambs-card__name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 4px;
  color: #0a0a0a;
  line-height: 1.4;
}

.caterpy-ambs-card__name-en {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #737373;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
}

.caterpy-ambs-card__quote {
  font-size: 13px;
  color: #404040;
  line-height: 1.85;
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 0.5px solid #e5e5e5;
}

.caterpy-ambs-card__quote li:last-child {
  margin-bottom: 0;
}

.caterpy-ambs-card__quote li::before {
  content: '・';
}

.caterpy-ambs__empty {
  text-align: center;
  padding: 60px 20px;
  color: #737373;
}

/* --- フッターCTA（デフォルト：PCでは非表示） --- */
.caterpy-ambs__footer {
  display: none;
}

/* ============================================================
   タブレット中間サイズ（750-989px）— 2列
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-ambs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SP（749px以下）— 2列 + フッターボタン
   ============================================================ */
@media (max-width: 749px) {
  /* ヘッダー: 縦並び */
  .caterpy-ambs__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  /* PC用「すべてのアンバサダー」を非表示 */
  .caterpy-ambs__view-all--pc {
    display: none;
  }

  /* グリッド: 2列 */
  .caterpy-ambs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }

  /* カード内サイズ調整 */
  .caterpy-ambs-card__image-wrap {
    margin-bottom: 12px;
  }

  .caterpy-ambs-card__sport {
    font-size: 9px;
    padding: 3px 6px;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
  }

  .caterpy-ambs-card__name {
    font-size: 16px;
  }

  .caterpy-ambs-card__name-en {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .caterpy-ambs-card__quote {
    font-size: 11px;
    line-height: 1.6;
  }

  /* フッターCTAを表示 */
  .caterpy-ambs__footer {
    display: block;
    margin-top: 32px;
  }

  .caterpy-ambs__view-all--sp {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}


/* ============================================================
   ★★★ CATERPY 累計販売数バナー ★★★
   ============================================================ */

.caterpy-sales {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 32px);
  text-align: center;
  color: #ffffff;
  background: #0a0a0a;
}

.caterpy-sales__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.caterpy-sales__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caterpy-sales__bg-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #232323 0%, #0a0a0a 100%);
}

.caterpy-sales__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000000;
}

.caterpy-sales__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
}

.caterpy-sales__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c4d600;
  margin: 0 0 10px;
}

.caterpy-sales__num {
  font-family: 'Akshar', sans-serif;
  font-weight: 700;
  font-size: clamp(56px, 9vw, 120px);
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.caterpy-sales__figure {
  line-height: 1;
}

.caterpy-sales__unit {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 0.44em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.caterpy-sales__suffix {
  font-family: 'Akshar', sans-serif;
  font-size: 0.4em;
  font-weight: 500;
  color: #c4d600;
  line-height: 1;
  align-self: flex-start;
  margin-left: 2px;
}
.caterpy-sales__sub {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  margin: 12px 0 0;
}
.caterpy-sales__note {
  font-size: 11px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin: 20px auto 0;
  max-width: 720px;
  letter-spacing: 0.03em;
}


/* SP: パララックスを無効化（通常表示） */
@media (max-width: 749px) {
  .caterpy-sales {
    padding: clamp(48px, 12vw, 72px) 20px;
  }
  .caterpy-sales__num {
    font-size: clamp(40px, 12vw, 60px);
  }
}

.caterpy-sales__mark {
  background: linear-gradient(transparent 62%, rgba(196, 214, 0, 0.85) 62%);
  padding: 0 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* ============================================================
   ★★★ CATERPY CUSTOMER VOICES ★★★
   ============================================================ */

.caterpy-reviews {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #f4f8d3;
}

.caterpy-reviews__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー --- */
.caterpy-reviews__header {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.caterpy-reviews__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #404040;
  margin: 0 0 16px;
}

.caterpy-reviews__heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-reviews__subheading {
  font-size: 14px;
  color: #404040;
  margin: 0;
}

/* --- モール別評価 --- */
.caterpy-reviews__malls {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.5vw, 16px);
  max-width: 820px;
  margin: 0 auto clamp(40px, 6vw, 72px);
}

.caterpy-reviews-mall {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 8px;
  text-align: center;
}

.caterpy-reviews-mall--avg {
  background: #0a0a0a;
  border-color: #0a0a0a;
}

.caterpy-reviews-mall__name {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #737373;
  margin-bottom: 8px;
}
.caterpy-reviews-mall--avg .caterpy-reviews-mall__name {
  color: #c4d600;
}

.caterpy-reviews-mall__score {
  font-family: 'Akshar', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: #0a0a0a;
}
.caterpy-reviews-mall--avg .caterpy-reviews-mall__score {
  color: #ffffff;
}

.caterpy-reviews-mall__score-unit {
  font-size: 0.42em;
  color: #a3a3a3;
  margin-left: 2px;
}

/* 部分星: グレー星の上にライム星を幅で重ねる */
.caterpy-reviews-mall__stars {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin: 6px 0 4px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.caterpy-reviews-mall__stars-bg {
  color: #d4d4d4;
  display: block;
}
.caterpy-reviews-mall--avg .caterpy-reviews-mall__stars-bg {
  color: #404040;
}
.caterpy-reviews-mall__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #c4d600;
}

.caterpy-reviews-mall__count {
  font-family: 'Manrope', sans-serif;
  font-size: 9.5px;
  color: #737373;
  margin-top: 2px;
}
.caterpy-reviews-mall--avg .caterpy-reviews-mall__count {
  color: #a3a3a3;
}

/* SP */
@media (max-width: 749px) {
  .caterpy-reviews__malls {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
/* --- 統計注釈 --- */
.caterpy-reviews__stats-note {
  text-align: center;
  font-size: 11px;
  color: #737373;
  line-height: 1.7;
  margin: clamp(32px, 5vw, 48px) auto 0;
  max-width: 720px;
  letter-spacing: 0.03em;
  padding: 0 16px;
}

/* --- レビューグリッド（PC） --- */
.caterpy-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

/* --- カルーセル（SPのみ表示） --- */
.caterpy-reviews__carousel {
  display: none;
}

/* --- レビューカード --- */
.caterpy-reviews-card {
  background: #ffffff;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
}

.caterpy-reviews-card__stars {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  color: #d4d4d4;
}

.caterpy-reviews-card__star.is-filled {
  color: #c4d600;
}

.caterpy-reviews-card__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.5;
  color: #0a0a0a;
}

.caterpy-reviews-card__body {
  font-size: 13px;
  color: #404040;
  line-height: 1.8;
  margin: 0 0 24px;
  flex: 1;
}

.caterpy-reviews-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.caterpy-reviews-card__attribute {
  color: #737373;
  text-transform: uppercase;
}

.caterpy-reviews-card__product {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 11px;
}

/* --- 下部CTA --- */
.caterpy-reviews__cta-row {
  margin-top: clamp(32px, 5vw, 48px);
  text-align: center;
}

.caterpy-reviews__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.caterpy-reviews__cta:hover {
  background: #0a0a0a;
  color: #ffffff;
}

/* ============================================================
   タブレット中間
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-reviews__grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
   @media (max-width: 749px) {   
  /* PCグリッドを非表示 */
  .caterpy-reviews__grid {
    display: none;
  }

  /* カルーセルを表示 */
  .caterpy-reviews__carousel {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 -20px;
    padding: 0 11vw 8px;
    -webkit-overflow-scrolling: touch;
  }
  .caterpy-reviews__carousel::-webkit-scrollbar { display: none; }

  .caterpy-reviews__track {
    display: flex;
    gap: 12px;
    width: max-content;
    padding-bottom: 4px;
  }

  .caterpy-reviews__carousel .caterpy-reviews-card {
    flex: 0 0 78vw;
    max-width: 360px;
    scroll-snap-align: center;
    padding: 24px 20px;
  }

  .caterpy-reviews-card__title {
    font-size: 16px;
  }

  .caterpy-reviews-card__body {
    font-size: 12px;
  }

  .caterpy-reviews-card__meta {
    font-size: 10px;
  }

  .caterpy-reviews__cta {
    width: 100%;
    justify-content: center;
  }
}




/* ============================================================
   ★★★ CATERPY MADE IN JAPAN ★★★
   ============================================================ */

.caterpy-mij {
  background: #0a0a0a;
  color: #ffffff;
  padding: clamp(60px, 8vw, 120px) 0;
  position: relative;
  overflow: hidden;
}


.caterpy-mij__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- グリッド --- */
.caterpy-mij__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

/* --- 左: テキスト --- */
.caterpy-mij__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c4d600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.caterpy-mij__eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #c4d600;
}

.caterpy-mij__heading {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  color: #ffffff;
}

.caterpy-mij__accent {
  background: linear-gradient(transparent 60%, rgba(196, 214, 0, 0.4) 60%);
  padding: 0 4px;
}

.caterpy-mij__lead {
  font-size: 14px;
  line-height: 2.0;
  color: #d4d4d4;
  margin-bottom: 40px;
}
.caterpy-mij__lead p { margin: 0 0 0.5em; }

/* --- 特徴 --- */
.caterpy-mij__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 40px;
}

.caterpy-mij__feature {
  display: flex;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid #c4d600;
  align-items: flex-start;
}

.caterpy-mij__feature-icon {
  width: 36px;
  height: 36px;
  background: #c4d600;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.caterpy-mij__feature-body {
  min-width: 0;
}

.caterpy-mij__feature-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #ffffff;
  line-height: 1.5;
}

.caterpy-mij__feature-desc {
  font-size: 12px;
  color: #d4d4d4;
  line-height: 1.7;
  margin: 0;
}

/* --- CTA --- */
.caterpy-mij__cta-row {
  margin-bottom: 16px;
}

.caterpy-mij__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: #c4d600;
  color: #0a0a0a;
  border: 1px solid #c4d600;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.caterpy-mij__cta:hover {
  background: #ffffff;
  color: #0a0a0a;
  border-color: #ffffff;
}

.caterpy-mij__note {
  font-size: 11px;
  color: #737373;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

/* --- 右: ビジュアル --- */
.caterpy-mij__visual {
  position: relative;
  height: 540px;
}

.caterpy-mij__visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 100%;
}

.caterpy-mij__image {
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border: 1px solid #404040;
  position: relative;
}
.caterpy-mij__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caterpy-mij__image--1 {
  grid-column: 1 / 3;
  grid-row: 1;
}
.caterpy-mij__image--2 {
  grid-column: 1;
  grid-row: 2;
}
.caterpy-mij__image--3 {
  grid-column: 2;
  grid-row: 2;
}

.caterpy-mij__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #d4d4d4;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 12px;
}

.caterpy-mij__location-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #c4d600;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 6px 12px;
  z-index: 2;
}

/* ============================================================
   タブレット中間
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-mij__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .caterpy-mij__visual {
    height: 480px;
  }
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-mij__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .caterpy-mij__heading {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .caterpy-mij__lead {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 24px;
  }

  .caterpy-mij__features {
    margin-bottom: 24px;
    gap: 10px;
  }

  .caterpy-mij__feature {
    padding: 12px 14px;
    gap: 12px;
  }

  .caterpy-mij__feature-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .caterpy-mij__feature-title {
    font-size: 13px;
  }

  .caterpy-mij__feature-desc {
    font-size: 11px;
    line-height: 1.6;
  }

  .caterpy-mij__cta {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }

  .caterpy-mij__visual {
    height: 360px;
  }

  .caterpy-mij__location-badge {
    font-size: 9px;
    padding: 4px 8px;
  }
}

/* ============================================================
   ★★★ CATERPY FOR BUSINESS（法人・OEM） ★★★
   ============================================================ */

.caterpy-biz {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #fafafa;
}

.caterpy-biz__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* PC: 2カラム / 高さは左右で揃える */
.caterpy-biz__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;  /* ★中央揃えで左右のバランスを取る */
}

/* --- 左: テキスト --- */
.caterpy-biz__text {
  display: flex;
  flex-direction: column;
}

.caterpy-biz__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 16px;
}

.caterpy-biz__heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-biz__subheading {
  font-size: 14px;
  font-weight: 700;
  color: #404040;
  margin: 0 0 24px;
  line-height: 1.7;
}

.caterpy-biz__body {
  font-size: 14px;
  line-height: 1.95;
  color: #404040;
  margin: 0 0 24px;
}
.caterpy-biz__body p {
  margin: 0;
}

/* --- 特徴リスト --- */
.caterpy-biz__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.caterpy-biz__features li {
  font-size: 13px;
  color: #0a0a0a;
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
  font-weight: 600;
}
.caterpy-biz__features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #c4d600;
  color: #0a0a0a;
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

/* --- CTA --- */
.caterpy-biz__cta-row {
  margin-top: 8px;
}

.caterpy-biz__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: #0a0a0a;
  color: #ffffff;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
}
.caterpy-biz__cta:hover {
  background: #c4d600;
  color: #0a0a0a;
  border-color: #c4d600;
}

/* --- スライダー --- */
.caterpy-biz__slider {
  position: relative;
}

.caterpy-biz__slides {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f0f0f0;
}

.caterpy-biz__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.caterpy-biz__slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.caterpy-biz__slide-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.caterpy-biz__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caterpy-biz__slide-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #737373;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: repeating-linear-gradient(
    45deg,
    #f0f0f0,
    #f0f0f0 12px,
    #e5e5e5 12px,
    #e5e5e5 13px
  );
  padding: 20px;
}

.caterpy-biz__slide-placeholder--empty {
  aspect-ratio: 4 / 3;
}

.caterpy-biz__slide-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* --- メーター --- */
.caterpy-biz__meter {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.caterpy-biz__meter-bar {
  flex: 1;
  height: 3px;
  background: #e5e5e5;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}
.caterpy-biz__meter-bar:hover {
  background: #d4d4d4;
}

.caterpy-biz__meter-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #0a0a0a;
  transition: width 0.08s linear;
}

.caterpy-biz__meter-bar.is-done .caterpy-biz__meter-fill {
  width: 100%;
}

/* ============================================================
   タブレット中間
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-biz__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }
}

/* ============================================================
   SP（749px以下）— 順序: 見出し+説明 → スライダー → 詳細
   ============================================================ */
@media (max-width: 749px) {
  /* グリッドをflex化して visual を間に挟む */
  .caterpy-biz__grid {
    display: flex;
    flex-direction: column;
    gap: 0;  /* gap削除（テキスト同士の余白はmarginで管理） */
    align-items: stretch;
  }

  .caterpy-biz__text {
    display: contents;  /* これは継続 */
  }

  /* SP順序制御 + margin（PCと同じ余白感に） */
  .caterpy-biz__eyebrow { order: 1; margin: 0 0 16px; }
  .caterpy-biz__heading { order: 2; margin: 0 0 12px; font-size: 22px; }
  .caterpy-biz__subheading { order: 3; margin: 0 0 24px; font-size: 13px; }
  .caterpy-biz__body { order: 4; margin: 0 0 24px; font-size: 13px; line-height: 1.9; }
  .caterpy-biz__visual { order: 5; margin: 0 0 24px; }
  .caterpy-biz__features { order: 6; grid-template-columns: 1fr; gap: 8px; margin: 0 0 24px; }
  .caterpy-biz__cta-row { order: 7; margin: 0; }

  .caterpy-biz__cta {
    width: 100%;
    justify-content: center;
    padding: 14px 16px;
  }

  .caterpy-biz__slide-caption {
    font-size: 11px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 8px 10px;
  }
}


/* ============================================================
   ★★★ CATERPY JOURNAL ★★★
   ============================================================ */

.caterpy-journal {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #ffffff;
}

.caterpy-journal__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー --- */
.caterpy-journal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 48px);
  flex-wrap: wrap;
}

.caterpy-journal__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.caterpy-journal__eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #737373;
}

.caterpy-journal__heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0;
  color: #0a0a0a;
}

.caterpy-journal__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 749px) {
  .caterpy-journal__controls {
    width: 100%;
    flex-wrap: nowrap;
  }

}
/* --- タブ --- */
.caterpy-journal__tabs {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.caterpy-journal__tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #737373;
  cursor: pointer;
  transition: all 0.3s ease;
}
.caterpy-journal__tab:hover {
  color: #0a0a0a;
}
.caterpy-journal__tab.is-active {
  color: #0a0a0a;
  border-bottom-color: #c4d600;
}

/* --- 右上CTA --- */
.caterpy-journal__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a0a0a;
  padding: 10px 24px;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.caterpy-journal__view-all:hover {
  background: #0a0a0a;
  color: #ffffff;
}

/* ============================================================
   --- 記事グリッド：横スクロール（PC/タブレット/SP共通） ---
   ============================================================ */
.caterpy-journal__grid-wrap {
  position: relative;
}

.caterpy-journal__grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  gap: clamp(16px, 2vw, 32px);
  padding: 4px 4px 12px;
  margin: -4px -4px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.caterpy-journal__grid::-webkit-scrollbar {
  display: none;
}

/* --- 矢印ボタン（PCのみ表示） --- */
.caterpy-journal__arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #0a0a0a;
  background: #ffffff;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 2;
}
.caterpy-journal__arrow:hover {
  background: #0a0a0a;
  color: #ffffff;
}
.caterpy-journal__arrow svg {
  width: 18px;
  height: 18px;
}
.caterpy-journal__arrow--prev { left: -22px; }
.caterpy-journal__arrow--next { right: -22px; }
.caterpy-journal__arrow[disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 989px) {
  .caterpy-journal__arrow {
    display: none;
  }
}

/* --- 記事カード --- */
.caterpy-journal-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
  width: clamp(240px, 24vw, 320px);
  scroll-snap-align: start;
}
.caterpy-journal-card--featured {
  width: clamp(320px, 34vw, 460px);
}
.caterpy-journal-card:hover {
  transform: translateY(-4px);
}
.caterpy-journal-card:hover .caterpy-journal-card__image {
  transform: scale(1.03);
}
.caterpy-journal-card.is-hidden {
  display: none;
}

.caterpy-journal-card__image-wrap {
  aspect-ratio: 3 / 2;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fafafa;
}

.caterpy-journal-card--featured .caterpy-journal-card__image-wrap {
  aspect-ratio: 4 / 3;
}

.caterpy-journal-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.caterpy-journal-card__image--placeholder {
  background: linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 16px;
}

.caterpy-journal-card__body {
  display: flex;
  flex-direction: column;
}

.caterpy-journal-card__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.caterpy-journal-card__category {
  color: #c4d600;
  font-weight: 700;
  padding: 2px 6px;
  background: #0a0a0a;
}

.caterpy-journal-card__badge {
  color: #c4d600;
  font-weight: 700;
  padding: 2px 6px;
  background: #0a0a0a;
}

.caterpy-journal-card__date {
  color: #737373;
}

.caterpy-journal-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #0a0a0a;
}
.caterpy-journal-card--featured .caterpy-journal-card__title {
  font-size: clamp(20px, 2.2vw, 28px);
}

.caterpy-journal-card__excerpt {
  font-size: 13px;
  color: #404040;
  line-height: 1.7;
  margin: 0;
}

.caterpy-journal__empty {
  text-align: center;
  padding: 60px 20px;
  color: #737373;
}

/* --- フッターCTA: PCでは非表示 --- */
.caterpy-journal__footer {
  display: none;
}

/* ============================================================
   SP（749px以下）— カードサイズのみ調整（横スクロールは共通仕様）
   ============================================================ */
@media (max-width: 749px) {
  /* ヘッダー縦並び */
  .caterpy-journal__header {
    flex-direction: column;
    align-items: flex-start;
  }

  /* タブは横スクロール */
.caterpy-journal__tabs {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
    /* 右端フェードで「続きがある」と示す */
-webkit-mask-image: linear-gradient(to right, #000 95%, transparent 100%);
    mask-image: linear-gradient(to right, #000 95%, transparent 100%);
  }
  .caterpy-journal__tabs::-webkit-scrollbar { display: none; }

  .caterpy-journal__tab {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 12px;
  }

  /* PC用CTA非表示 */
  .caterpy-journal__view-all--pc {
    display: none;
  }

  /* カード: SPは1枚あたり画面の75%幅、フィーチャーも統一サイズ */
  .caterpy-journal-card,
  .caterpy-journal-card--featured {
    width: 75%;
    max-width: 320px;
  }

  /* featured も他と同じ画像比率に */
  .caterpy-journal-card__image-wrap,
  .caterpy-journal-card--featured .caterpy-journal-card__image-wrap {
    aspect-ratio: 3 / 2;
    margin-bottom: 14px;
  }

  .caterpy-journal-card__title {
    font-size: 15px;
  }
  .caterpy-journal-card--featured .caterpy-journal-card__title {
    font-size: 15px;
  }

  .caterpy-journal-card__excerpt {
    font-size: 12px;
  }

  /* SP用フッターCTA表示 */
  .caterpy-journal__footer {
    display: block;
    margin-top: 24px;
  }

  .caterpy-journal__view-all--sp {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}



/* ============================================================
   ★★★ CATERPY UGC（SNS投稿） ★★★
   ============================================================ */

/* ============================================================
   ★★★ CATERPY UGC（SNS投稿） ★★★
   ※ このブロックを、UGCの追記分（.caterpy-ugc-card__play 等）の
     「すぐ前」に貼ってください。消えてしまった本体CSSの復元版です。
   ============================================================ */

.caterpy-ugc {
  padding: clamp(60px, 8vw, 120px) 0;
  background: #ffffff;
}

.caterpy-ugc__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー（中央寄せ） --- */
.caterpy-ugc__header {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.caterpy-ugc__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 12px;
}

.caterpy-ugc__heading {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-ugc__subheading {
  font-size: 14px;
  color: #404040;
  margin: 0;
}

/* --- グリッド --- */
.caterpy-ugc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
}

/* --- カード --- */
.caterpy-ugc-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
a.caterpy-ugc-card:hover {
  transform: translateY(-4px);
  border-color: #0a0a0a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
a.caterpy-ugc-card:hover .caterpy-ugc-card__image {
  transform: scale(1.05);
}

/* --- 画像 --- */
.caterpy-ugc-card__image-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: #fafafa;
}

.caterpy-ugc-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.caterpy-ugc-card__image--placeholder {
  background: linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 16px;
  text-align: center;
}

/* --- プラットフォームアイコン（画像右上） --- */
.caterpy-ugc-card__platform {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffffff;
  z-index: 2;
}
.caterpy-ugc-card__platform--instagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.caterpy-ugc-card__platform--tiktok {
  background: #000000;
}
.caterpy-ugc-card__platform--x {
  background: #000000;
}
.caterpy-ugc-card__platform--youtube {
  background: #ff0000;
}
.caterpy-ugc-card__platform--facebook {
  background: #1877f2;
}

/* --- ボディ --- */
.caterpy-ugc-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.caterpy-ugc-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.caterpy-ugc-card__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  background: #0a0a0a;
}

.caterpy-ugc-card__avatar--initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.caterpy-ugc-card__author {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.caterpy-ugc-card__name-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.caterpy-ugc-card__username {
  font-size: 12px;
  font-weight: 700;
  color: #0a0a0a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.caterpy-ugc-card__flag {
  font-size: 13px;
  line-height: 1;
}

.caterpy-ugc-card__handle {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  color: #737373;
  letter-spacing: 0.02em;
}

.caterpy-ugc-card__date {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  color: #737373;
  flex-shrink: 0;
  white-space: nowrap;
}

.caterpy-ugc-card__caption {
  font-size: 12px;
  line-height: 1.6;
  color: #404040;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.caterpy-ugc__empty {
  text-align: center;
  padding: 60px 20px;
  color: #737373;
}

/* --- 下部CTA --- */
.caterpy-ugc__cta-row {
  margin-top: clamp(32px, 5vw, 48px);
  text-align: center;
}

.caterpy-ugc__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
}
.caterpy-ugc__cta:hover {
  background: #0a0a0a;
  color: #ffffff;
}

.caterpy-ugc-card__flag {
  display: inline-flex;
  align-items: center;
}
.caterpy-ugc-card__flag-img {
  width: 20px;
  height: 15px;
  display: block;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08); /* 白系の旗の輪郭 */
}


/* ============================================================
   タブレット中間
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-ugc__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SP（749px以下）— 横スクロール
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-ugc__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .caterpy-ugc__grid::-webkit-scrollbar { display: none; }

  .caterpy-ugc-card {
    flex: 0 0 72%;
    max-width: 280px;
    scroll-snap-align: start;
  }

  .caterpy-ugc-card__body {
    padding: 12px;
    gap: 8px;
  }

  .caterpy-ugc-card__username {
    font-size: 11px;
  }

  .caterpy-ugc-card__caption {
    font-size: 11px;
  }

  .caterpy-ugc__cta {
    width: 100%;
    justify-content: center;
  }
}


/* =========================================================
   CATERPY UGC 動画対応 追記分
   ========================================================= */

/* --- 再生ボタン（サムネイル中央） --- */
.caterpy-ugc-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.55);
  border: 2px solid var(--white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
  backdrop-filter: blur(2px);
}
.caterpy-ugc-card__play:hover {
  background: var(--lime, #c4d600);
  border-color: var(--lime, #c4d600);
  transform: translate(-50%, -50%) scale(1.08);
}
/* 三角形アイコン（CSSのみ） */
.caterpy-ugc-card__play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent var(--white, #ffffff);
  margin-left: 3px; /* 視覚的中央寄せ */
  transition: border-color 0.2s;
}
.caterpy-ugc-card__play:hover .caterpy-ugc-card__play-icon {
  border-left-color: var(--black, #0a0a0a);
}

/* 動画ありカードはサムネイルにわずかな暗がけ（再生ボタンを目立たせる） */
.caterpy-ugc-card--has-video .caterpy-ugc-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.18));
  z-index: 2;
  pointer-events: none;
}

/* =========================================================
   動画モーダル
   ========================================================= */
.caterpy-ugc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
}
.caterpy-ugc-modal[hidden] { display: none; }

.caterpy-ugc-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.86);
  cursor: pointer;
  animation: ugc-fade 0.2s ease;
}
@keyframes ugc-fade { from { opacity: 0; } to { opacity: 1; } }

.caterpy-ugc-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px; /* 縦型動画想定。横型でも収まる */
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: ugc-pop 0.25s ease;
}
@keyframes ugc-pop {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.caterpy-ugc-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white, #ffffff);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.caterpy-ugc-modal__close:hover {
  background: var(--lime, #c4d600);
  border-color: var(--lime, #c4d600);
  color: var(--black, #0a0a0a);
}

.caterpy-ugc-modal__video-wrap {
  width: 100%;
  background: #000;
  border-radius: 0;
  overflow: hidden;
  line-height: 0;
}
.caterpy-ugc-modal__video {
  width: 100%;
  max-height: 80vh;
  display: block;
  background: #000;
}

.caterpy-ugc-modal__link {
  margin-top: 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--white, #ffffff);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: all 0.2s;
}
.caterpy-ugc-modal__link[hidden] { display: none; }
.caterpy-ugc-modal__link:hover {
  background: var(--lime, #c4d600);
  border-color: var(--lime, #c4d600);
  color: var(--black, #0a0a0a);
}
.caterpy-ugc-modal__link span { transition: transform 0.2s; }
.caterpy-ugc-modal__link:hover span { transform: translateX(3px); }

/* SP */
@media (max-width: 749px) {
  .caterpy-ugc-card__play { width: 48px; height: 48px; }
  .caterpy-ugc-modal__dialog { max-width: 100%; }
}

/* ============================================================
   ★★★ CATERPY 協賛・サポート ★★★
   ============================================================ */

.caterpy-sponsor {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #ffffff;
}

.caterpy-sponsor__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- ヘッダー --- */
.caterpy-sponsor__header {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.caterpy-sponsor__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 12px;
}

.caterpy-sponsor__heading {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #0a0a0a;
}

.caterpy-sponsor__subheading {
  font-size: 14px;
  color: #404040;
  margin: 0;
  line-height: 1.7;
}

/* --- メイン協賛カード --- */
.caterpy-sponsor__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(32px, 4vw, 56px);
}

.caterpy-sponsor-feature {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
a.caterpy-sponsor-feature:hover {
  transform: translateY(-4px);
  border-color: #0a0a0a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
a.caterpy-sponsor-feature:hover .caterpy-sponsor-feature__image {
  transform: scale(1.05);
}

.caterpy-sponsor-feature__image-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  background: #fafafa;
}

.caterpy-sponsor-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.caterpy-sponsor-feature__image--placeholder {
  background: linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 16px;
}

.caterpy-sponsor-feature__label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #c4d600;
  color: #0a0a0a;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  z-index: 2;
}

.caterpy-sponsor-feature__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.caterpy-sponsor-feature__date {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #737373;
  margin-bottom: 6px;
}

.caterpy-sponsor-feature__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #0a0a0a;
  margin: 0 0 8px;
}

.caterpy-sponsor-feature__desc {
  font-size: 12px;
  line-height: 1.7;
  color: #404040;
  margin: 0 0 12px;
}

.caterpy-sponsor-feature__more {
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0a0a0a;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}
a.caterpy-sponsor-feature:hover .caterpy-sponsor-feature__more {
  gap: 12px;
  color: #c4d600;
}

/* --- 過去実績ロゴ一覧 --- */
.caterpy-sponsor__past {
  border-top: 1px solid #e5e5e5;
  padding-top: clamp(24px, 3vw, 40px);
}

.caterpy-sponsor__past-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #737373;
  text-align: center;
  margin: 0 0 24px;
}

.caterpy-sponsor__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
}

.caterpy-sponsor__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.caterpy-sponsor__logo-img {
  max-height: 48px;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.caterpy-sponsor__logo:hover .caterpy-sponsor__logo-img {
  filter: grayscale(0%);
  opacity: 1;
}

.caterpy-sponsor__logo-text {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #a3a3a3;
}

/* ============================================================
   タブレット中間
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-sponsor__features {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SP（749px以下）— カードは横スクロール
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-sponsor__features {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .caterpy-sponsor__features::-webkit-scrollbar { display: none; }

  .caterpy-sponsor-feature {
    flex: 0 0 78%;
    max-width: 300px;
    scroll-snap-align: start;
  }

  .caterpy-sponsor__logos {
    gap: 20px 28px;
  }

  .caterpy-sponsor__logo {
    height: 36px;
  }
  .caterpy-sponsor__logo-img {
    max-height: 36px;
    max-width: 100px;
  }
}

/* ============================================================
   ★★★ CATERPY STORES（取扱店舗） ★★★
   ============================================================ */

.caterpy-stores {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #fafafa;
}

.caterpy-stores__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

.caterpy-stores__grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

/* --- 左: テキスト --- */
.caterpy-stores__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 12px;
}

.caterpy-stores__heading {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 16px;
  color: #0a0a0a;
}

.caterpy-stores__lead {
  font-size: 14px;
  line-height: 1.9;
  color: #404040;
  margin-bottom: 24px;
}
.caterpy-stores__lead p { margin: 0; }

.caterpy-stores__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
}
.caterpy-stores__cta:hover {
  background: #0a0a0a;
  color: #ffffff;
}

/* --- 右: ロゴグリッド --- */
.caterpy-stores__logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.caterpy-stores__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  background: #ffffff;
  text-decoration: none;
  padding: 16px;
  transition: background 0.3s ease;
}
a.caterpy-stores__logo:hover {
  background: #f4f8d3;
}

.caterpy-stores__logo-img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.caterpy-stores__logo:hover .caterpy-stores__logo-img {
  filter: grayscale(0%);
  opacity: 1;
}

.caterpy-stores__logo-text {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #a3a3a3;
  text-align: center;
}

.caterpy-stores__empty {
  text-align: center;
  padding: 40px 20px;
  color: #737373;
}

/* ============================================================
   タブレット中間
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-stores__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }
  .caterpy-stores__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-stores__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .caterpy-stores__cta {
    width: 100%;
    justify-content: center;
  }

  .caterpy-stores__logos {
    grid-template-columns: repeat(2, 1fr);  /* ★3→2に変更 */
  }

  .caterpy-stores__logo {
    padding: 12px;
  }
  .caterpy-stores__logo-img {
    max-height: 36px;
  }
}
/* ============================================================
   ★★★ CATERPY ランニングクラブ ★★★
   ============================================================ */
.caterpy-rc {
  position: relative;
  padding: clamp(56px, 8vw, 100px) 0;
  overflow: hidden;
  background: #0a0a0a;
  text-align: center;
}
.caterpy-rc--no-image {
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}

.caterpy-rc__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.caterpy-rc__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.caterpy-rc__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.caterpy-rc__link {
  position: relative;
  z-index: 3;
  display: block;
  text-decoration: none;
  color: inherit;
}

.caterpy-rc__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.caterpy-rc__logo {
  height: clamp(56px, 6vw, 88px);
  width: auto;
  margin-bottom: clamp(20px, 3vw, 32px);
}

.caterpy-rc__heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 6vw, 76px);
  line-height: 1.15;
  color: #ffffff;
margin: 0 0 clamp(24px, 3vw, 30px);
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}

.caterpy-rc__subcopy {
  font-size: clamp(14px, 1.6vw, 19px);
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
margin: 0 0 clamp(24px, 3vw, 30px);
  text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

.caterpy-rc__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #c4d600;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 999px;
  transition: transform 0.3s ease;
}
.caterpy-rc__cta:hover {
  transform: scale(1.05);
}
.caterpy-rc__cta-arrow {
  transition: transform 0.3s ease;
}
.caterpy-rc__link:hover .caterpy-rc__cta-arrow {
  transform: translate(2px, -2px);
}

.caterpy-rc__subcta {
  position: absolute;
  right: clamp(16px, 4vw, 48px);
  bottom: clamp(16px, 4vw, 40px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: #ffffff;
  color: #0a0a0a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.caterpy-rc__subcta:hover {
  background: #c4d600;
}
.caterpy-rc__subcta-arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0a0a0a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.caterpy-rc__subcta:hover .caterpy-rc__subcta-arrow {
  transform: translate(2px, -2px);
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-rc__logo {
    height: 48px;
    margin-bottom: 16px;
  }
.caterpy-rc__heading {
    font-size: clamp(28px, 10vw, 44px);
    margin-bottom: 18px;
  }
  .caterpy-rc__subcopy {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .caterpy-rc__cta {
    padding: 13px 24px;
    font-size: 13px;
  }
  .caterpy-rc__subcta {
    position: static;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    width: fit-content;
  }
}
/* ============================================================
   ★★★ CATERPY JOIN US（メルマガ登録） ★★★
   ============================================================ */

.caterpy-news {
  position: relative;
  padding: clamp(56px, 8vw, 100px) 0;
  overflow: hidden;
  background: #0a0a0a;
}

/* 背景画像なしの場合のフォールバック背景 */
.caterpy-news--no-image {
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}

.caterpy-news__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.caterpy-news__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caterpy-news__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(10, 10, 10, 0.55);
}

.caterpy-news__inner {
  position: relative;
  z-index: 3;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

.caterpy-news__content {
  max-width: 560px;
}

.caterpy-news__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c4d600;
  margin: 0 0 12px;
}

.caterpy-news__heading {
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  color: #ffffff;
}

.caterpy-news__subheading {
  font-size: 14px;
  line-height: 1.8;
  color: #e5e5e5;
  margin: 0 0 28px;
}

/* --- フォーム --- */
.caterpy-news__form {
  margin: 0;
}

.caterpy-news__input-row {
  display: flex;
  gap: 0;
  max-width: 480px;
  border: none;
  border-radius: 0;
  background: transparent;
}

.caterpy-news__input {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
  padding: 16px 20px;
  font-size: 14px;
  color: #0a0a0a;
  font-family: inherit;
  outline: none;
}
.caterpy-news__input::placeholder {
  color: #737373;
}

.caterpy-news__submit {
  flex-shrink: 0;
  background: #c4d600;
  color: #0a0a0a;
  border: none;
  border-radius: 0;
  padding: 16px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.caterpy-news__submit:hover {
  background: #ffffff;
  color: #0a0a0a;
}

.caterpy-news__note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin: 14px 0 0;
  letter-spacing: 0.04em;
}

.caterpy-news__success {
  font-size: 15px;
  font-weight: 600;
  color: #c4d600;
  margin: 0;
  padding: 16px 0;
}

.caterpy-news__error {
  font-size: 12px;
  color: #ff8a8a;
  margin: 10px 0 0;
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-news__content {
    max-width: 100%;
  }

  .caterpy-news__input-row {
    flex-direction: column;
    background: transparent;
    border: none;
    border-radius: 0;
    gap: 10px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    
  }

  .caterpy-news__input {
    border: none;
    border-radius: 0;
    background: #ffffff;
    color: #0a0a0a;
    width: 100%;
  }

  .caterpy-news__submit {
    width: 100%;
    padding: 14px;
  }
}

/* ============================================================
   ★★★ CATERPY NEWS（お知らせ・時系列） ★★★
   ============================================================ */

.caterpy-news-strip {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.caterpy-news-strip__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

.caterpy-news-strip__grid {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

/* --- 左: 見出し --- */
.caterpy-news-strip__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 12px;
}

.caterpy-news-strip__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #0a0a0a;
}

.caterpy-news-strip__sub {
  font-size: 12px;
  color: #737373;
  margin: 0;
  line-height: 1.7;
}

/* --- 中央: リスト --- */
.caterpy-news-strip__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d4d4d4;
}

.caterpy-news-strip__item {
  border-bottom: 1px solid #d4d4d4;
}

.caterpy-news-strip__link {
  display: grid;
  grid-template-columns: 110px 90px 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px 0;
  text-decoration: none;
  color: inherit;
}

.caterpy-news-strip__date {
  font-family: 'Manrope', sans-serif;
  color: #737373;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.caterpy-news-strip__tag {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid #d4d4d4;
  text-align: center;
  color: #404040;
  display: inline-block;
  white-space: nowrap;
}

.caterpy-news-strip__text {
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 13px;
}
.caterpy-news-strip__link:hover .caterpy-news-strip__text {
  color: #0a0a0a;
  text-decoration: underline;
}

.caterpy-news-strip__empty {
  text-align: center;
  padding: 40px 20px;
  color: #737373;
}

/* --- 右: CTA --- */
.caterpy-news-strip__cta-wrap {
  align-self: start;
  padding-top: 8px;
}

.caterpy-news-strip__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.caterpy-news-strip__cta:hover {
  background: #0a0a0a;
  color: #ffffff;
}

/* ============================================================
   タブレット中間
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-news-strip__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .caterpy-news-strip__cta-wrap {
    padding-top: 0;
  }
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-news-strip__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* リスト項目: 日付+タグを上段、タイトルを下段に */
  .caterpy-news-strip__link {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 8px 12px;
    padding: 16px 0;
  }

  .caterpy-news-strip__date {
    grid-column: 1;
    grid-row: 1;
  }

  .caterpy-news-strip__tag {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }

  .caterpy-news-strip__text {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 13px;
  }

  .caterpy-news-strip__cta {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   ★★★ CATERPY フッター ★★★
   ============================================================ */

.caterpy-footer {
  background: #f5f5f5;
  padding: clamp(48px, 7vw, 80px) 0 32px;
  border-top: 1px solid #e5e5e5;
}

.caterpy-footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

.caterpy-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
  margin-bottom: clamp(40px, 6vw, 64px);
}

/* --- ブランド --- */
.caterpy-footer__logo {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0a0a0a;
  margin-bottom: 24px;
}

.caterpy-footer__logo-img {
  max-width: 160px;
  height: auto;
  margin-bottom: 24px;
  display: block;
}

.caterpy-footer__desc {
  font-size: 13px;
  color: #404040;
  line-height: 1.8;
  margin: 0 0 24px;
  max-width: 360px;
}

.caterpy-footer__social {
  display: flex;
  gap: 12px;
}

.caterpy-footer__social-link {
  width: 36px;
  height: 36px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0a0a0a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.caterpy-footer__social-link:hover {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffffff;
}

/* --- リンクカラム --- */
.caterpy-footer__col-title {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #0a0a0a;
}

.caterpy-footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.caterpy-footer__col-item {
  margin-bottom: 12px;
}

.caterpy-footer__col-link {
  font-size: 13px;
  color: #404040;
  text-decoration: none;
  transition: color 0.3s ease;
}
a.caterpy-footer__col-link:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

/* --- 下部 --- */
.caterpy-footer__bottom {
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #737373;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
}

.caterpy-footer__bottom-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.caterpy-footer__bottom-link {
  color: #737373;
  text-decoration: none;
  transition: color 0.3s ease;
}
.caterpy-footer__bottom-link:hover {
  color: #0a0a0a;
}

/* ============================================================
   タブレット中間
   ============================================================ */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .caterpy-footer__brand {
    grid-column: 1 / -1;
  }
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .caterpy-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .caterpy-footer__brand {
    grid-column: 1 / -1;
  }

  .caterpy-footer__col-title {
    margin-bottom: 14px;
  }

  .caterpy-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .caterpy-footer__bottom-links {
    gap: 16px;
  }
}
/* ============================================================
   ★★★ 商品ページ PC 2カラム調整 ★★★
   ============================================================ */

@media (min-width: 990px) {
  .product-information__grid.product-information--media-left {
    grid-template-columns: minmax(0, 1.414fr) minmax(0, 1fr) !important;
    column-gap: clamp(32px, 4vw, 56px) !important;
    justify-content: center !important;
    align-items: start !important;
    max-width: 1320px;
    margin-inline: auto;
  }
  media-gallery slideshow-slide {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-rows: none !important;
  }
  media-gallery {
    --thumbnail-width: 64px;
    --image-gap: 8px;
  }
}

/* ============================================================
   ★★★ Horizon標準商品カード用 カラーアイコン（円形） ★★★
   ============================================================ */
.caterpy-pc-colors {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 8px;
  align-items: center;
}

.caterpy-pc-colors__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  box-sizing: border-box;
}

.caterpy-pc-colors__dot--more {
  background: #ffffff !important;
  font-size: 7px;
  font-weight: 600;
  color: #404040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(0, 0, 0, 0.2);
}

/* SP調整 */
@media (max-width: 749px) {
  .caterpy-pc-colors__dot {
    width: 12px;
    height: 12px;
  }
  .caterpy-pc-colors {
    gap: 3px;
  }
}

/* ============================================================
   ★商品ページ 紐スウォッチ（custom.color_swatch）
   ============================================================ */

/* スウォッチ本体（円形・紐写真） */
.caterpy-lace-swatch {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  background-image: var(--swatch-background) !important;
  background-size: cover !important;
  background-position: center !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  display: inline-block !important;
  box-sizing: border-box !important;
}

/* ラベル領域の標準スタイルを完全に消す（縦長グレー・ズレ枠の原因） */
.variant-option--swatches .variant-option__button-label--has-swatch {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 8px 8px 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  border-radius: 50% !important;
  overflow: visible !important;
}

/* ホバー時：ラベルの背景を出さず、スウォッチを少し拡大 */
.variant-option--swatches .variant-option__button-label--has-swatch:hover {
  background: transparent !important;
}
.variant-option--swatches .variant-option__button-label--has-swatch:hover .caterpy-lace-swatch {
  transform: scale(1.05);
}

/* 選択中：円に沿った黒枠 */
.variant-option--swatches .variant-option__button-label--has-swatch:has(input:checked) .caterpy-lace-swatch {
  outline: 2px solid #0a0a0a !important;
  outline-offset: 2px !important;
}

/* 隠しラジオボタンが場所を取らないように */
.variant-option--swatches .variant-option__button-label--has-swatch input {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* ============================================================
   ★商品ページ モール遷移ボタン（Amazon/楽天/Yahoo）
   ============================================================ */
.caterpy-mall {
  margin-top: 20px;
}
.caterpy-mall__sep {
  display: block;
  text-align: center;
  margin: 20px 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.caterpy-mall__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: opacity 0.2s ease;
}
.caterpy-mall__btn:hover { opacity: 0.85; }
.caterpy-mall__btn--amazon { background: #ff9900; color: #000; }
.caterpy-mall__btn--rakuten { background: #bf0000; color: #fff; }
.caterpy-mall__btn--yahoo { background: #ff0033; color: #fff; }
.caterpy-mall__note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

/* ============================================================
   シーンページ ① ヒーロー（scene-hero）
   ※ assets/custom-styles.css の末尾に追記してください
   ※ 既存の :root トークン（--lime / --black 等）を参照します
   ============================================================ */

/* ページ内アンカーのスムーズスクロール（既に html に設定済みなら不要） */
html { scroll-behavior: smooth; scrollbar-gutter: stable; }

.scene-hero { position: relative; height: var(--hero-h, 78vh); min-height: 480px; overflow: hidden; }
.scene-hero__bg { position: absolute; inset: 0; }
.scene-hero__bg picture, .scene-hero__bg img { display: block; width: 100%; height: 100%; }
.scene-hero__bg img { object-fit: cover; }
.scene-hero__ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #2a2a2a, #0a0a0a); color: #fff; font-family: 'Manrope', sans-serif; font-size: 13px; letter-spacing: 0.08em; text-align: center; padding: 20px; }
.scene-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.15) 60%, transparent 100%); z-index: 2; }
.scene-hero__inner { position: relative; z-index: 3; max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); height: 100%; display: flex; flex-direction: column; justify-content: center; }
.scene-hero__content { max-width: 640px; color: #fff; }
.scene-hero__eyebrow { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 20px; color: var(--lime, #c4d600); }
.scene-hero__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(36px, 5.5vw, 72px); font-weight: 900; line-height: 1.25; letter-spacing: 0.02em; margin-bottom: 20px; }
.scene-hero__mark { background: linear-gradient(transparent 58%, var(--lime, #c4d600) 58%); padding: 0 6px; margin: 0 -6px; }
.scene-hero__lead { font-size: 16px; line-height: 1.9; margin-bottom: 36px; color: rgba(255,255,255,0.92); max-width: 520px; }
.scene-hero__buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.scene-hero__btn { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 12px; padding: 14px 32px; border: 1px solid var(--lime, #c4d600); background: var(--lime, #c4d600); color: var(--black, #0a0a0a); border-radius: 0; transition: all 0.3s; text-decoration: none; }
.scene-hero__btn:hover { background: #fff; border-color: #fff; color: var(--black, #0a0a0a); }
.scene-hero__btn--secondary { background: rgba(10,10,10,0.55); color: #fff; border-color: #fff; }
.scene-hero__btn--secondary:hover { background: #fff; color: var(--black, #0a0a0a); border-color: #fff; }

@media (max-width: 749px) {
  .scene-hero { height: var(--hero-h-sp, 70vh); min-height: 420px; }
  .scene-hero__inner { justify-content: flex-end; padding-bottom: clamp(36px, 8vw, 56px); }
}


/* ============================================================
   シーンページ ② 価値3つ（scene-value）
   ※ assets/custom-styles.css の末尾に追記
   ============================================================ */
.scene-value { padding: clamp(60px, 8vw, 120px) 0; background: var(--gray-50); }
.scene-value__container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }

.scene-value__header { text-align: center; margin-bottom: clamp(40px, 6vw, 72px); }
.scene-value__eyebrow { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.scene-value__eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gray-500); }
.scene-value__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.4; letter-spacing: 0.03em; margin-bottom: 12px; }
.scene-value__subtitle { font-size: 14px; color: var(--gray-700); }

.scene-value__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.scene-value__card { background: var(--white); padding: clamp(32px, 3.5vw, 44px) clamp(24px, 2.5vw, 36px); display: flex; flex-direction: column; border-top: 3px solid var(--lime, #c4d600); }
.scene-value__label { font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 16px; }
.scene-value__label .no { color: var(--lime, #c4d600); margin-right: 10px; }
.scene-value__key { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(22px, 2.4vw, 28px); font-weight: 900; line-height: 1.3; color: var(--gray-900); margin-bottom: 12px; }
.scene-value__desc { font-size: 13px; line-height: 1.85; color: var(--gray-700); margin-bottom: 28px; }

.scene-value__items { padding-top: 20px; border-top: 1px solid var(--gray-200); display: flex; flex-wrap: wrap; gap: 18px 14px; }
.scene-value__item { display: flex; flex-direction: column; align-items: center; width: 72px; text-decoration: none; color: inherit; }
.scene-value__item:hover { opacity: 0.7; }
.scene-value__circle { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border: 1px solid var(--gray-200); background: var(--white); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.scene-value__circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scene-value__pname { font-size: 10px; line-height: 1.3; text-align: center; margin-top: 7px; color: var(--gray-900); letter-spacing: 0.02em; }
.scene-value__ptag { font-family: 'Manrope', sans-serif; font-size: 8px; letter-spacing: 0.06em; color: var(--gray-500); margin-top: 3px; border: 1px solid var(--gray-200); padding: 1px 5px; border-radius: 2px; }

@media (max-width: 989px) {
  .scene-value__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}


/* ============================================================
   シーンページ ④ 商品紹介（scene-products）Stage 1
   ※ assets/custom-styles.css の末尾に追記
   ============================================================ */

/* セクション見出し（任意） */
.scene-products__intro { text-align: center; padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 32px) 0; }
.scene-products__eyebrow { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.scene-products__eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gray-500); }
.scene-products__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.4; letter-spacing: 0.03em; }

/* 商品の行 */
.scene-prow { width: 100%; }
.scene-prow__inner { max-width: 1320px; margin: 0 auto; padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 32px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.scene-prow--rev .scene-prow__media { order: 2; }

/* 配色スキーム（背景＋文字） */
.pscheme-white { background: var(--white, #ffffff); color: var(--gray-900, #1a1a1a); }
.pscheme-gray  { background: var(--gray-50, #fafafa); color: var(--gray-900, #1a1a1a); }
.pscheme-black { background: var(--black, #0a0a0a); color: #ffffff; }
.pscheme-lime  { background: var(--lime, #c4d600); color: var(--black, #0a0a0a); }

/* テキスト */
.scene-prow__eyebrow { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 14px; color: var(--gray-500, #737373); }
.pscheme-black .scene-prow__eyebrow { color: var(--lime, #c4d600); }
.pscheme-lime .scene-prow__eyebrow { color: var(--black, #0a0a0a); }
.scene-prow__name { font-family: 'Manrope', sans-serif; font-size: clamp(24px, 3vw, 40px); font-weight: 800; letter-spacing: 0.04em; margin-bottom: 6px; }
.scene-prow__sub { font-size: 14px; margin-bottom: 20px; color: var(--gray-500, #737373); }
.pscheme-black .scene-prow__sub { color: var(--gray-300, #d4d4d4); }
.scene-prow__desc { font-size: 14px; line-height: 1.9; margin-bottom: 22px; color: var(--gray-700, #404040); }
.pscheme-black .scene-prow__desc { color: var(--gray-300, #d4d4d4); }
.scene-prow__desc p { margin: 0 0 1em; }
.scene-prow__desc p:last-child { margin-bottom: 0; }

/* タグ */
.scene-prow__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.scene-prow__tag { font-family: 'Manrope', sans-serif; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid currentColor; padding: 5px 10px; border-radius: 0; opacity: 0.7; }

/* CTA */
.scene-prow__cta { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 12px; padding: 14px 32px; border-radius: 0; text-decoration: none; transition: opacity 0.2s; background: var(--black, #0a0a0a); color: #ffffff; border: 1px solid var(--black, #0a0a0a); }
.scene-prow__cta:hover { opacity: 0.85; }
.pscheme-black .scene-prow__cta { background: var(--lime, #c4d600); color: var(--black, #0a0a0a); border-color: var(--lime, #c4d600); }

/* スライダー */
.scene-pslider { position: relative; aspect-ratio: 4 / 3; background: #f0f0f0; }
.scene-pslider--square { aspect-ratio: 1 / 1; }
.scene-pslider__track { display: flex; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.scene-pslider__track::-webkit-scrollbar { display: none; }
.scene-pslider__slide { flex: 0 0 100%; height: 100%; scroll-snap-align: start; }
.scene-pslider__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scene-pslider__ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #e8e8e8, #d4d4d4); color: #737373; font-family: 'Manrope', sans-serif; font-size: 12px; letter-spacing: 0.06em; }
.scene-pslider__dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; pointer-events: auto; }
.scene-pslider__dots button { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.55); border: none; padding: 0; cursor: pointer; transition: background 0.2s, transform 0.2s; }
.scene-pslider__dots button.is-on { background: #fff; transform: scale(1.25); }
.scene-pslider__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 40px; height: 40px; border: none; cursor: pointer; background: rgba(0,0,0,0.45); color: #fff; font-size: 18px; line-height: 1; display: flex; align-items: center; justify-content: center; opacity: 0.9; transition: opacity 0.2s; }
.scene-pslider:hover .scene-pslider__arrow { opacity: 1; }
.scene-pslider__arrow.is-prev { left: 0; }
.scene-pslider__arrow.is-next { right: 0; }
@media (hover: none) { .scene-pslider__arrow { display: none; } }

@media (max-width: 989px) {
  .scene-prow__inner { grid-template-columns: 1fr; }
  .scene-prow--rev .scene-prow__media { order: 0; }
}

/* --- Stage 2: 特徴3点＋信頼バッジ（任意・主役向け） --- */
/* ★全スキーム共通：特徴3点を独立した小カード（番号つき） */
.scene-prow__features { display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; counter-reset: feat; }
.scene-prow__feature { flex: 1; min-width: 150px; background: rgba(255,255,255,0.55); border: 1px solid rgba(0,0,0,0.08); padding: 18px; counter-increment: feat; }
.scene-prow__feature-label { position: relative; font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 14px; font-weight: 700; color: var(--gray-900, #1a1a1a); margin-bottom: 10px; padding-top: 26px; line-height: 1.5; }
.scene-prow__feature-label::before { content: '0' counter(feat); position: absolute; top: 0; left: 0; font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; color: var(--gray-900, #1a1a1a); }
.scene-prow__feature-val { font-size: 12px; line-height: 1.7; color: var(--gray-700, #404040); }

/* 黒スキームのときは白文字に寄せる（白パネルが無いので） */
.pscheme-black .scene-prow__feature { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); }
.pscheme-black .scene-prow__feature-label,
.pscheme-black .scene-prow__feature-label::before { color: #ffffff; }
.pscheme-black .scene-prow__feature-val { color: var(--gray-300, #d4d4d4); }

.scene-prow__trust { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.scene-prow__trust div { border: 1px solid var(--lime, #c4d600); padding: 9px 14px; font-size: 12px; line-height: 1.4; font-weight: 500; }
.pscheme-white .scene-prow__trust div { border-color: var(--gray-900, #1a1a1a); }
.pscheme-gray .scene-prow__trust div { border-color: var(--gray-700, #404040); }
.pscheme-lime .scene-prow__trust div { border-color: var(--black, #0a0a0a); }
/* =========================================================
   scene-products: 動画ブロック（image_source: video）
   ========================================================= */

/* 動画エリアは常に16:9の枠を確保（PC/SP共通） */
.scene-prow--video .scene-prow__media {
  aspect-ratio: 16 / 9;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
}

/* 動画自体：切り取らず、枠の中に収める */
.scene-prow__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.scene-prow--video .scene-prow__inner {
  align-items: center;
}

/* SP（989px以下）：動画が先、テキストが後（元の順序） */
@media (max-width: 989px) {
  .scene-prow--video .scene-prow__media { order: 1 !important; }
  .scene-prow--video .scene-prow__text  { order: 2 !important; }
}

/* =========================================================
   scene-products: テキストの配置（左詰め／中央揃え）
   ========================================================= */
.scene-prow__text--center {
  text-align: center;
}
.scene-prow__text--center .scene-prow__tags,
.scene-prow__text--center .scene-prow__features,
.scene-prow__text--center .scene-prow__trust {
  justify-content: center;
}
.scene-prow__text--center .scene-prow__cta {
  margin-inline: auto;
}

/* =========================================================
   scene-products: 同じ配色が連続するブロックは継ぎ目をなくす
   ========================================================= */
.scene-prow.pscheme-white + .scene-prow.pscheme-white .scene-prow__inner,
.scene-prow.pscheme-gray  + .scene-prow.pscheme-gray  .scene-prow__inner,
.scene-prow.pscheme-black + .scene-prow.pscheme-black .scene-prow__inner,
.scene-prow.pscheme-lime  + .scene-prow.pscheme-lime  .scene-prow__inner {
  padding-block-start: 0;
}


/* ============================================================
   シーンページ ⑤ 関連商品グリッド（scene-grid）
   ※ assets/custom-styles.css の末尾に追記
   - PC：4列で1行、5以上は横スライド／SP：3列、4以上は横スライド
   ============================================================ */
.scene-grid { padding: clamp(60px, 8vw, 120px) 0; background: var(--white, #ffffff); }
.scene-grid__inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }

.scene-grid__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(32px, 5vw, 48px); flex-wrap: wrap; }
.scene-grid__eyebrow { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.scene-grid__eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gray-500); }
.scene-grid__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.4; letter-spacing: 0.03em; }
.scene-grid__head-right { display: flex; align-items: center; gap: 16px; }
.scene-grid__viewall { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--black, #0a0a0a); text-decoration: none; white-space: nowrap; }
.scene-grid__viewall:hover { opacity: 0.65; }
.scene-grid__arrows { display: flex; gap: 8px; }
.scene-grid__arrow { width: 44px; height: 44px; border: 1px solid var(--gray-300, #d4d4d4); background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1; color: var(--black, #0a0a0a); border-radius: 0; transition: all 0.2s; }
.scene-grid__arrow:hover { background: var(--black, #0a0a0a); color: #fff; border-color: var(--black, #0a0a0a); }
.scene-grid.no-overflow .scene-grid__arrows { display: none; }

.scene-grid__track { --g: 16px; display: flex; gap: var(--g); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 4px; }
.scene-grid__track::-webkit-scrollbar { display: none; }
.scene-grid__card { flex: 0 0 calc((100% - 3 * var(--g)) / 4); scroll-snap-align: start; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.scene-grid__card:hover { opacity: 0.8; }
.scene-grid__img { aspect-ratio: 1 / 1; overflow: hidden; background: var(--gray-50, #fafafa); margin-bottom: 14px; }
.scene-grid__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scene-grid__ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #e8e8e8, #d4d4d4); color: #737373; font-family: 'Manrope', sans-serif; font-size: 11px; }
.scene-grid__cat { font-family: 'Manrope', sans-serif; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 6px; }
.scene-grid__name { font-size: 15px; font-weight: 700; color: var(--gray-900); line-height: 1.4; margin-bottom: 6px; }
.scene-grid__sub { font-size: 12px; color: var(--gray-500); line-height: 1.6; margin-bottom: 8px; }
.scene-grid__price { font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 700; color: var(--black, #0a0a0a); margin-top: auto; }

@media (max-width: 749px) {
  .scene-grid__track { --g: 12px; }
  .scene-grid__card { flex-basis: calc((100% - 2 * var(--g)) / 3); }
  .scene-grid__arrows { display: none; }
}
@media (hover: none) { .scene-grid__arrows { display: none; } }



/* ============================================================
   シーンページ ⑥ 体験談・アンバサダー（scene-voice）
   ※ assets/custom-styles.css の末尾に追記
   ============================================================ */
.scene-voice { padding: clamp(60px, 8vw, 120px) 0; background: var(--lime-bg, #f4f8d3); }
.scene-voice__container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }

.scene-voice__header { text-align: center; margin-bottom: clamp(32px, 5vw, 48px); }
.scene-voice__eyebrow { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.scene-voice__eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gray-500); }
.scene-voice__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.4; letter-spacing: 0.03em; }

.scene-voice__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 32px); }
.scene-voice__card { background: var(--white, #ffffff); padding: clamp(28px, 3vw, 40px); display: flex; gap: 24px; align-items: flex-start; }
.scene-voice__avatar { width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0; overflow: hidden; }
.scene-voice__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scene-voice__avatar-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #2a2a2a, #0a0a0a); color: #fff; font-family: 'Manrope', sans-serif; font-weight: 700; }
.scene-voice__body { min-width: 0; }
.scene-voice__sport { font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--lime, #c4d600); background: var(--black, #0a0a0a); padding: 3px 8px; display: inline-block; margin-bottom: 10px; }
.scene-voice__text { font-size: 14px; line-height: 1.85; color: var(--gray-700); margin-bottom: 14px; }
.scene-voice__name { font-size: 14px; font-weight: 700; color: var(--gray-900); margin-bottom: 14px; }
.scene-voice__name span { font-weight: 400; color: var(--gray-500); font-size: 12px; margin-left: 8px; }
.scene-voice__product { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; background: var(--gray-50, #fafafa); text-decoration: none; transition: opacity 0.2s; }
.scene-voice__product:hover { opacity: 0.7; }
.scene-voice__product-img { width: 44px; height: 44px; flex-shrink: 0; overflow: hidden; }
.scene-voice__product-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scene-voice__product-tag { font-family: 'Manrope', sans-serif; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-500); display: block; margin-bottom: 2px; }
.scene-voice__product-name { font-size: 13px; font-weight: 700; color: var(--gray-900); }

@media (max-width: 749px) {
  .scene-voice__grid { grid-template-columns: 1fr; }
  .scene-voice__card { flex-direction: column; gap: 16px; }
}



/* ============================================================
   シーンページ ⑦ CTA（scene-cta）
   ※ assets/custom-styles.css の末尾に追記
   ============================================================ */
.scene-cta { padding: clamp(60px, 8vw, 120px) 0; background: var(--black, #0a0a0a); color: #ffffff; text-align: center; }
.scene-cta__inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }
.scene-cta__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 900; line-height: 1.3; margin-bottom: 16px; }
.scene-cta__lead { font-size: 15px; color: var(--gray-300, #d4d4d4); margin-bottom: 36px; }
.scene-cta__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.scene-cta__btn { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 12px; padding: 14px 32px; border-radius: 0; text-decoration: none; transition: all 0.3s; background: var(--lime, #c4d600); color: var(--black, #0a0a0a); border: 1px solid var(--lime, #c4d600); }
.scene-cta__btn:hover { background: #ffffff; border-color: #ffffff; color: var(--black, #0a0a0a); }
.scene-cta__btn--secondary { background: transparent; color: #ffffff; border-color: #ffffff; }
.scene-cta__btn--secondary:hover { background: #ffffff; color: var(--black, #0a0a0a); border-color: #ffffff; }



/* =========================================================
   About us ① ヒーロー  ※ custom-styles.css の末尾に追記
   （:root変数 / .btn-link / .mark は既存のものを利用。再定義しない）
   ========================================================= */
.about-hero { position: relative; height: 76vh; min-height: 520px; max-height: 760px; overflow: hidden; background: var(--black); }
.about-hero__bg { position: absolute; inset: 0; z-index: 0; }
.about-hero__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(10,10,10,0.62) 0%, rgba(10,10,10,0.2) 60%, transparent 100%); }
.about-hero__shade { position: absolute; inset: 0; z-index: 2; }
.about-hero__inner { position: relative; z-index: 3; max-width: 1320px; margin: 0 auto; padding: 0 32px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.about-hero__content { max-width: 680px; color: var(--white); }
.about-hero__eyebrow { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 20px; color: var(--lime); }
.about-hero__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(36px, 5.5vw, 68px); font-weight: 900; line-height: 1.25; letter-spacing: 0.02em; margin-bottom: 24px; color: var(--white); }
.about-hero__title .mark { background: linear-gradient(transparent 58%, var(--lime) 58%); padding: 0 6px; }
.about-hero__lead { font-size: 16px; line-height: 1.95; color: rgba(255,255,255,0.92); max-width: 560px; }
.about-hero__lead p { margin: 0; }

@media (max-width: 749px) {
  .about-hero { height: 70vh; min-height: 440px; }
  .about-hero__inner { padding-left: 20px; padding-right: 20px; }
}

/* =========================================================
   About us ② ブランドステートメント  ※ custom-styles.css の末尾に追記
   （.accent / :root変数 は既存利用。再定義しない）
   ========================================================= */
.about-statement { padding: clamp(60px, 8vw, 120px) 0; background: var(--white); }
.about-statement--gray { background: var(--gray-50); }
.about-statement__inner { max-width: 920px; margin: 0 auto; text-align: center; padding: 0 32px; }
.about-statement__logo { display: block; height: auto; margin: 0 auto 28px; }
.about-statement__text { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(22px, 3vw, 38px); font-weight: 700; line-height: 1.7; letter-spacing: 0.02em; color: var(--black); }
.about-statement__sub { margin-top: 28px; font-size: 15px; color: var(--gray-700); line-height: 2; }

/* =========================================================
   About us ③ ブランドストーリー  ※ custom-styles.css の末尾に追記
   （.container / .section-label / .accent / :root変数 は既存利用）
   ========================================================= */
.about-story { padding: clamp(60px, 8vw, 120px) 0; background: var(--gray-50); }
.about-story--white { background: var(--white); }
.about-story__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 5vw, 72px); align-items: center; }
.about-story--image-left .about-story__text { order: 2; }
.about-story--image-left .about-story__visual { order: 1; }
.about-story__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3.4vw, 40px); font-weight: 700; line-height: 1.45; letter-spacing: 0.02em; margin-bottom: 24px; }
.about-story__body p { font-size: 15px; line-height: 2.05; color: var(--gray-700); margin-bottom: 20px; }
.about-story__body p:last-child { margin-bottom: 0; }
.about-story__visual { position: relative; }
.about-story__media { aspect-ratio: 4 / 3; border-radius: 4px; overflow: hidden; }
.about-story__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-story__caption { margin-top: 12px; font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-500); }

@media (max-width: 989px) {
  .about-story__grid { grid-template-columns: 1fr; }
  .about-story--image-left .about-story__text,
  .about-story--image-left .about-story__visual { order: 0; }
}

/* =========================================================
   About us ④ 沿革タイムライン  ※ custom-styles.css の末尾に追記
   （.container / .section-label / .section-title / .accent / :root変数 は既存利用）
   ========================================================= */
.about-timeline { padding: clamp(60px, 8vw, 120px) 0; background: var(--white); }
.about-timeline__header { text-align: center; margin-bottom: 48px; }

/* 年表：CSS段組で「左列を上から下→右列」に流す */
.timeline-cols { column-count: 2; column-gap: 56px; max-width: 1000px; margin: 0 auto; }
.tl-item { -webkit-column-break-inside: avoid; break-inside: avoid; display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 16px 0; border-top: 1px solid var(--gray-200); }
.tl-item__year { font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 800; letter-spacing: 0.03em; color: var(--black); position: relative; padding-left: 14px; }
.tl-item__year::before { content: ''; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.tl-item__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 15px; font-weight: 700; line-height: 1.5; color: var(--gray-900); }
.tl-item__desc { font-size: 13px; color: var(--gray-700); line-height: 1.75; margin-top: 3px; }

/* 2テーマカード（文字色は --tl-text 変数で制御） */
.tl-themes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1000px; margin: 56px auto 0; }
.tl-theme { position: relative; overflow: hidden; background: var(--gray-50); border: 1px solid var(--gray-200); padding: 28px 28px 30px; --tl-text: var(--gray-900); --tl-text-muted: var(--gray-700); --tl-chip-border: var(--gray-300); }
.tl-theme--image { border-color: transparent; --tl-text: #ffffff; --tl-text-muted: rgba(255,255,255,0.82); --tl-chip-border: rgba(255,255,255,0.55); }
.tl-theme--image .section-label { color: var(--lime); }
.tl-theme--image .section-label::before { background: var(--lime); }
.tl-theme__media { position: absolute; inset: 0; z-index: 0; }
.tl-theme__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tl-theme__shade { position: absolute; inset: 0; z-index: 1; }
.tl-theme__content { position: relative; z-index: 2; }
.tl-theme__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--tl-text); }
.tl-theme__body { font-size: 13.5px; color: var(--tl-text-muted); line-height: 1.95; margin-bottom: 16px; }
.tl-points { display: flex; flex-direction: column; gap: 8px; }
.tl-point { font-size: 13px; color: var(--tl-text-muted); padding-left: 18px; position: relative; line-height: 1.6; }
.tl-point::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 2px; background: var(--lime); }
.tl-point strong { color: var(--tl-text); font-weight: 700; }
.tl-chips-label { font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.08em; color: var(--tl-text-muted); margin-bottom: 10px; }
.tl-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.tl-chips + .tl-chips-label { margin-top: 16px; }
.tl-chip { font-family: 'Manrope', sans-serif; font-size: 11.5px; letter-spacing: 0.03em; color: var(--tl-text-muted); border: 1px solid var(--tl-chip-border); padding: 5px 11px; border-radius: 999px; }
.tl-chip.lime { background: var(--lime-bg); border-color: var(--lime); color: var(--gray-900); }

.tl-theme__footer-text {
  font-size: 13px;
  color: var(--tl-text-muted);
  line-height: 1.9;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--tl-chip-border);
}

@media (max-width: 749px) {
  .timeline-cols { column-count: 1; }
  .tl-themes { grid-template-columns: 1fr; }
}




/* ============================================================
   About us 共通ベース（最優先で追加）
   ※ custom-styles.css の About セクション群より前に 1 回だけ追記
   ※ 既存コンポーネントはハードコード色のため影響しません
   ============================================================ */

/* --- デザイントークン（トップと同値。未定義だったため追加） --- */
:root {
  --lime: #c4d600;
  --lime-soft: #d8e34d;
  --lime-bg: #f4f8d3;
  --black: #0a0a0a;
  --gray-900: #1a1a1a;
  --gray-700: #404040;
  --gray-500: #737373;
  --gray-300: #d4d4d4;
  --gray-200: #e5e5e5;
  --gray-100: #f5f5f5;
  --gray-50: #fafafa;
  --white: #ffffff;
}

/* --- About配下のコンテナ（テーマ標準と衝突しないようスコープ） --- */
.about-story .container,
.about-timeline .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- eyebrow ラベル --- */
.about-story .section-label,
.about-timeline .section-label,
.tl-theme .section-label {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray-500);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.about-story .section-label::before,
.about-timeline .section-label::before,
.tl-theme .section-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--gray-500);
}
.about-timeline .section-label.center { justify-content: center; }

/* --- 見出し --- */
.about-timeline .section-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

/* --- ライムマーカー：[[ ]] で囲んだ箇所に下線 --- */
.accent {
  background: linear-gradient(transparent 60%, var(--lime) 60%);
  padding: 0 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* =========================================================
   About us ⑤ Made in Japan  ※ custom-styles.css の末尾に追記
   （:root変数 / .accent は既存利用。section-label/title は本ブロックで自己完結）
   ========================================================= */
.about-mono { padding: clamp(60px, 8vw, 120px) 0; background: var(--black); color: var(--white); }
.about-mono .container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }
.about-mono__header { max-width: 760px; margin-bottom: 48px; }
.about-mono .section-label { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.about-mono .section-label::before { content: ''; width: 24px; height: 1px; background: var(--gray-500); }
.about-mono .section-label.lime { color: var(--lime); }
.about-mono .section-label.lime::before { background: var(--lime); }
.about-mono .section-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.4; letter-spacing: 0.03em; margin-bottom: 24px; color: var(--white); }
.about-mono .accent { background: linear-gradient(transparent 60%, rgba(196, 214, 0, 0.4) 60%); padding: 0 4px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.about-mono__lead { font-size: 15px; line-height: 2.05; color: rgba(255,255,255,0.78); }
.about-mono__lead p { margin: 0; }
.about-mono__hero { position: relative; aspect-ratio: 16 / 9; border-radius: 4px; overflow: hidden; margin-bottom: 16px; background: #1a1a1a; }
.about-mono__hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-mono__meta { display: flex; justify-content: flex-end; font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime); margin-bottom: 56px; }
.mono-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.mono-step__img { aspect-ratio: 16 / 9; border-radius: 4px; overflow: hidden; margin-bottom: 18px; background: #1a1a1a; }
.mono-step__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mono-step__num { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.15em; color: var(--lime); margin-bottom: 8px; }
.mono-step__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.mono-step__desc { font-size: 13.5px; line-height: 1.9; color: rgba(255,255,255,0.72); }
.about-mono__note { margin-top: 40px; font-size: 12px; color: rgba(255,255,255,0.5); }

@media (max-width: 989px) {
  .mono-process { grid-template-columns: 1fr; gap: 28px; }
}


/* =========================================================
   About us ⑥ 世界展開  ※ custom-styles.css の末尾に追記
   （:root変数 / .accent は既存利用。section-label/title 等は本ブロックで自己完結）
   ========================================================= */
.about-global { padding: clamp(60px, 8vw, 120px) 0; background: var(--white); }
.about-global .container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }
.about-global__header { text-align: center; margin-bottom: 40px; }
.about-global .section-label { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.about-global .section-label::before { content: ''; width: 24px; height: 1px; background: var(--gray-500); }
.about-global .section-label.center { justify-content: center; }
.about-global .section-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.4; letter-spacing: 0.03em; margin-bottom: 12px; }
.about-global .section-subtitle { font-size: 14px; color: var(--gray-700); margin: 0; }

.about-global__map { aspect-ratio: 32 / 9; max-height: 300px; border-radius: 4px; overflow: hidden; margin: 0 auto 28px; opacity: 0.9; background: var(--gray-100); }
.about-global__map img { width: 100%; height: 100%; object-fit: cover; display: block; }

.global-stat { text-align: center; margin-bottom: 28px; }
.global-stat__num { font-family: 'Manrope', sans-serif; font-size: clamp(40px, 6vw, 64px); font-weight: 800; color: var(--black); line-height: 1.1; }
.global-stat__num .mark { background: linear-gradient(transparent 62%, var(--lime) 62%); padding: 0 4px; }
.global-stat__unit { font-size: 0.4em; font-weight: 700; margin-left: 6px; color: var(--gray-700); }
.global-stat__label { font-size: 13px; color: var(--gray-700); margin-top: 8px; }

.country-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; max-width: 1080px; margin: 0 auto; }
.country-chip { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid var(--gray-200); font-size: 12.5px; color: var(--gray-700); }
.country-chip img.flag { width: 22px; height: auto; border: 1px solid var(--gray-200); flex-shrink: 0; display: block; }
.country-chip .flag-globe { width: 22px; text-align: center; font-size: 15px; flex-shrink: 0; }

@media (max-width: 989px) {
  .country-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 749px) {
  .country-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   About us ⑦ 数字で見るCATERPY  ※ custom-styles.css の末尾に追記
   （:root変数 は既存利用。section-label/title 等は本ブロックで自己完結）
   ========================================================= */
.about-stats { padding: clamp(60px, 8vw, 120px) 0; background: var(--gray-50); }
.about-stats--white { background: var(--white); }
.about-stats .container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }
.about-stats__header { text-align: center; margin-bottom: 56px; }
.about-stats .section-label { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.about-stats .section-label::before { content: ''; width: 24px; height: 1px; background: var(--gray-500); }
.about-stats .section-label.center { justify-content: center; }
.about-stats .section-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.4; letter-spacing: 0.03em; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 32px 16px; background: var(--white); border: 1px solid var(--gray-200); }
.stat__num { font-family: 'Manrope', sans-serif; font-size: clamp(34px, 5vw, 54px); font-weight: 800; letter-spacing: 0.02em; color: var(--black); line-height: 1.1; }
.stat__num .unit { font-size: 0.42em; font-weight: 700; margin-left: 4px; color: var(--gray-700); }
.stat__num .mark { background: linear-gradient(transparent 62%, var(--lime) 62%); padding: 0 2px; }
.stat__label { margin-top: 12px; font-size: 13px; color: var(--gray-700); }

@media (max-width: 989px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   About us ⑧ ブランドの広がり Beyond Laces  ※ custom-styles.css の末尾に追記
   （:root変数 / .accent は既存利用。section-label/title 等は本ブロックで自己完結）
   ========================================================= */
.about-beyond { padding: clamp(60px, 8vw, 120px) 0; background: var(--gray-50); }
.about-beyond--white { background: var(--white); }
.about-beyond .container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }
.about-beyond__header { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.about-beyond .section-label { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.about-beyond .section-label::before { content: ''; width: 24px; height: 1px; background: var(--gray-500); }
.about-beyond .section-label.center { justify-content: center; }
.about-beyond .section-title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.4; letter-spacing: 0.03em; margin-bottom: 14px; }
.about-beyond__lead { font-size: 14px; line-height: 1.95; color: var(--gray-700); margin: 0; }

.beyond-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); }
.beyond-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
a.beyond-card:hover { transform: translateY(-4px); }
a.beyond-card { transition: transform 0.3s ease; }
a.beyond-card:hover .beyond-card__img img { transform: scale(1.04); }
.beyond-card__img { position: relative; aspect-ratio: 1 / 1; background: var(--gray-100); overflow: hidden; margin-bottom: 16px; }
.beyond-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.beyond-card__tag { position: absolute; top: 12px; left: 12px; background: var(--lime); color: var(--black); font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; z-index: 2; }
.beyond-card__name { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.5; color: var(--gray-900); margin-bottom: 6px; }
.beyond-card__desc { font-size: 13px; line-height: 1.8; color: var(--gray-700); }
.beyond-card__link { margin-top: 12px; font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: var(--black); display: inline-flex; align-items: center; gap: 8px; }
a.beyond-card:hover .beyond-card__link { color: var(--lime); }
.beyond-card__arrow { transition: transform 0.3s ease; }
a.beyond-card:hover .beyond-card__arrow { transform: translateX(4px); }

@media (max-width: 989px) {
  .beyond-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   About us ⑨ CTA  ※ custom-styles.css の末尾に追記
   （:root変数 は既存利用。本ブロックで自己完結）
   ========================================================= */
.about-cta { position: relative; padding: clamp(60px, 8vw, 120px) 0; background: var(--black); color: var(--white); text-align: center; overflow: hidden; }
.about-cta__bg { position: absolute; inset: 0; z-index: 0; }
.about-cta__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-cta__shade { position: absolute; inset: 0; z-index: 1; }
.about-cta__inner { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }
.about-cta__eyebrow { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime); margin-bottom: 16px; }
.about-cta__title { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 900; line-height: 1.3; letter-spacing: 0.02em; margin-bottom: 16px; color: var(--white); }
.about-cta__title .accent { background: linear-gradient(transparent 60%, rgba(196, 214, 0, 0.4) 60%); padding: 0 4px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.about-cta__lead { font-size: 15px; line-height: 1.9; color: rgba(255,255,255,0.82); margin: 0 auto 36px; max-width: 640px; }
.about-cta__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.about-cta__btn { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 12px; padding: 14px 32px; border-radius: 0; text-decoration: none; transition: all 0.3s; background: var(--lime); color: var(--black); border: 1px solid var(--lime); }
.about-cta__btn:hover { background: var(--white); border-color: var(--white); color: var(--black); }
.about-cta__btn--secondary { background: transparent; color: var(--white); border-color: var(--white); }
.about-cta__btn--secondary:hover { background: var(--white); color: var(--black); border-color: var(--white); }


/* =========================================================
   CATERPY 取扱店舗マップ（トップ用）  custom-styles.css 末尾に追記
   cmap- 接頭辞でスコープ。トップ共通トークン（--lime等）使用。
   ========================================================= */
.cmap {
  padding: clamp(48px, 6vw, 80px) 0;
  background: var(--gray-50);
}
.cmap__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}
.cmap__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

/* --- 左テキスト --- */
.cmap__eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gray-500); display: flex; align-items: center; gap: 12px; margin: 0 0 20px;
}
.cmap__eyebrow::before { content:""; width: 24px; height: 1px; background: var(--gray-500); }
.cmap__heading {
  font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px); line-height: 1.25; color: var(--black); margin: 0 0 16px;
}
.cmap__lead {
  font-family: 'Noto Sans JP', sans-serif; font-size: 15px; line-height: 1.85;
  color: var(--gray-700); margin: 0 0 28px;
}
.cmap__lead p { margin: 0; }

/* 数字 */
.cmap__stats { display: flex; gap: 36px; margin: 0 0 28px; }
.cmap__stat { display: flex; flex-direction: column; gap: 2px; }
.cmap__stat-num {
  font-family: 'Manrope', sans-serif; font-weight: 800;
  font-size: clamp(32px, 4.4vw, 48px); line-height: 1; color: var(--black);
}
.cmap__stat-label {
  font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gray-500);
}

.cmap__cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; padding: 14px 28px; border-radius: 0;
  background: var(--black); color: var(--white);
  text-decoration: none; transition: all 0.25s;
}
.cmap__cta:hover { background: var(--lime); color: var(--black); }
.cmap__cta span { transition: transform 0.25s; }
.cmap__cta:hover span { transform: translateX(4px); }

.cmap__hint {
  font-family: 'Noto Sans JP', sans-serif; font-size: 12px;
  color: var(--gray-500); margin: 16px 0 0;
}

/* --- 右: 地図 --- */
.cmap__map-wrap { position: relative; }
.cmap__svg {
  width: 100%; height: auto; display: block;
  overflow: visible;
}
/* 県のデフォルト（取扱なし） */
.cmap__svg .prefecture {
  fill: var(--gray-200);
  stroke: var(--white);
  stroke-width: 1;
  stroke-linejoin: round;
  transition: fill 0.2s;
}
/* 取扱あり = ライム */
.cmap__svg .prefecture.is-available {
  fill: var(--lime);
  cursor: pointer;
}
.cmap__svg .prefecture.is-available:hover,
.cmap__svg .prefecture.is-available:focus {
  fill: var(--black);
  outline: none;
}
.cmap__svg .prefecture.is-available:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 2px;
}

/* ツールチップ */
.cmap__tooltip {
  position: absolute; z-index: 5; pointer-events: none;
  transform: translate(-50%, calc(-100% - 12px));
  background: var(--black); color: var(--white);
  font-family: 'Noto Sans JP', sans-serif; font-size: 12px; font-weight: 500;
  white-space: nowrap; padding: 6px 12px; border-radius: 0;
}
.cmap__tooltip::after {
  content: ""; position: absolute; left: 50%; top: 100%;
  transform: translateX(-50%);
  border: 5px solid transparent; border-top-color: var(--black);
}

/* --- タブレット 750-989 --- */
@media (max-width: 989px) {
  .cmap__grid { grid-template-columns: 1fr; gap: 32px; }
  .cmap__text { max-width: 640px; }
  .cmap__map-wrap { max-width: 480px; margin: 0 auto; }
}
/* --- SP 749以下 --- */
@media (max-width: 749px) {
  .cmap__stats { gap: 28px; }
  .cmap__tooltip { display: none; } /* SPはタップ即遷移 */
}

/* 沖縄分離の境界線を非表示（地図をすっきり見せる） */
.cmap__svg .boundary-line { display: none; }

/* =========================================================
   CATERPY 取扱店舗一覧ページ  ※custom-styles.css の末尾に追記
   トップと共通のデザイントークン（--lime 等）を使用。
   当ページ専用に cstores- 接頭辞でスコープし既存と衝突させない。
   ========================================================= */

.cstores {
  padding: clamp(60px, 8vw, 120px) 0;
  background: var(--white);
}
.cstores__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- 見出し（eyebrow + title） --- */
.cstores__eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray-500);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
}
.cstores__eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--gray-500);
  display: inline-block;
}
.cstores__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
  color: var(--black);
  margin: 0 0 16px;
}
.cstores__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-700);
  margin: 0 0 clamp(32px, 5vw, 48px);
  max-width: 720px;
}

/* --- 商品フィルタ --- */
.cstores__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}
.cstores__filter-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-500);
  width: 100%;
  margin: 0 0 4px;
}
.cstores__filter {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 10px 20px;
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--gray-700);
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.cstores__filter:hover { border-color: var(--black); color: var(--black); }
.cstores__filter.is-active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

/* --- 地域クイックナビ --- */
.cstores__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
  margin: 0 0 8px;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.cstores__nav-btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid var(--gray-200);
  background: var(--gray-50);
  color: var(--gray-700);
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.cstores__nav-btn:hover { background: var(--lime-bg); border-color: var(--lime); color: var(--black); }
.cstores__nav-btn[disabled] { opacity: 0.35; pointer-events: none; }
.cstores__nav-count {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  color: var(--gray-500);
  margin-left: 6px;
}

.cstores__tools {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0 0;
}
.cstores__toggle-all {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--gray-700);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px;
}
.cstores__toggle-all:hover { color: var(--black); }

/* --- 地域アコーディオン --- */
.cstores__region {
  border-bottom: 1px solid var(--gray-200);
  scroll-margin-top: 90px;
}
.cstores__region.is-hidden { display: none; }
.cstores__region-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.cstores__region-name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 24px);
  color: var(--black);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.cstores__region-count {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-500);
}
.cstores__region-icon {
  flex: none;
  width: 18px;
  height: 18px;
  position: relative;
  transition: transform 0.25s;
}
.cstores__region-icon::before,
.cstores__region-icon::after {
  content: "";
  position: absolute;
  background: var(--black);
}
.cstores__region-icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.cstores__region-icon::after  { top: 0; left: 8px; width: 2px; height: 18px; transition: transform 0.25s; }
.cstores__region.is-open .cstores__region-icon::after { transform: scaleY(0); }

.cstores__region-body {
  display: none;
  padding: 0 0 24px;
}
.cstores__region.is-open .cstores__region-body { display: block; }

/* --- 都道府県ブロック --- */
.cstores__pref {
  margin: 0 0 28px;
  scroll-margin-top: 90px;
}
.cstores__pref.is-hidden { display: none; }
.cstores__pref-name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--gray-900);
  padding: 8px 0;
  margin: 0 0 12px;
  border-bottom: 2px solid var(--lime);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.cstores__pref-count {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-500);
}

/* --- 店舗カードグリッド --- */
.cstores__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gray-200);
  border: 1px solid var(--gray-200);
}
.cstores__card {
  background: var(--white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cstores__card.is-hidden { display: none; }
.cstores__card-name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: var(--black);
  margin: 0;
}
.cstores__card-chain {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.cstores__card-addr {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: var(--gray-700);
  margin: 0;
}
.cstores__card-tel {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: var(--gray-700);
  text-decoration: none;
}
.cstores__card-tel:hover { color: var(--black); }
.cstores__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 8px;
}
.cstores__badge {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  background: var(--lime-bg);
  color: var(--gray-900);
  border: 1px solid var(--lime);
  border-radius: 0;
}

/* --- 空状態 --- */
.cstores__empty {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--gray-500);
  padding: 48px 0;
  text-align: center;
}

/* --- タブレット 750-989px --- */
@media (max-width: 989px) {
  .cstores__list { grid-template-columns: repeat(2, 1fr); }
}

/* --- SP 749px以下 --- */
@media (max-width: 749px) {
  .cstores__list { grid-template-columns: 1fr; }
  .cstores__filters { gap: 8px; }
  .cstores__filter { flex: 1 1 calc(50% - 4px); text-align: center; padding: 10px 8px; }
}

/* =========================================================
   ヘッダーの中身を下のコンテンツ(1320px)に揃える
   ※ 帯(.header)は全幅キープ。内側の .header__columns だけ制御
   ※ 前回入れた .header{max-width…}のCSSは必ず削除すること
   ========================================================= */
.header .header__columns {
  max-width: 1320px !important;
  margin-inline: auto !important;
  padding-inline: clamp(20px, 4vw, 32px) !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

/* ============================================================
   ★明るい背景セクションが連続する時だけ、下側の上パディングを削除
   （順序非依存 / :has() 使用）
   ============================================================ */
:where(
  .shopify-section:has(.caterpy-featured),
  .shopify-section:has(.caterpy-ugc),
  .shopify-section:has(.caterpy-global),
  .shopify-section:has(.caterpy-explore),
  .shopify-section:has(.about-global),
  .shopify-section:has(.caterpy-reviews),
  .shopify-section:has(.caterpy-biz),
  .shopify-section:has(.caterpy-sponsor),
  .shopify-section:has(.caterpy-more),
  .shopify-section:has(.caterpy-stores),
  .shopify-section:has(.caterpy-journal),
  .shopify-section:has(.caterpy-footer)
)
+ :where(
  .shopify-section:has(.caterpy-featured),
  .shopify-section:has(.caterpy-ugc),
  .shopify-section:has(.caterpy-global),
  .shopify-section:has(.caterpy-explore),
  .shopify-section:has(.about-global),
  .shopify-section:has(.caterpy-reviews),
  .shopify-section:has(.caterpy-biz),
  .shopify-section:has(.caterpy-sponsor),
  .shopify-section:has(.caterpy-more),
  .shopify-section:has(.caterpy-stores),
  .shopify-section:has(.caterpy-journal),
  .shopify-section:has(.caterpy-footer)
)
:where(
  .caterpy-featured-section,
  .caterpy-ugc,
  .caterpy-global,
  .caterpy-explore,
  .about-global,
  .caterpy-reviews,
  .caterpy-biz,
  .caterpy-sponsor,
  .caterpy-more,
  .caterpy-stores,
  .caterpy-journal,
  .caterpy-footer
) {
  padding-top: 0 !important;
}

/* ==========================================================================
   Blog Listing (Tag Filter) - /blogs/blog
   ========================================================================== */

.blog-tags-page {
  padding: clamp(60px, 8vw, 120px) 0;
}

.blog-tags-header {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.blog-tags-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--black);
  margin-top: 8px;
}

/* タグpill */
.tag-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.tag-pill {
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.04em;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-700);
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  padding: 8px 20px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tag-pill:hover {
  background: var(--lime-bg);
  border-color: var(--lime);
}

.tag-pill.is-active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

/* 記事カードグリッド */
.article-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 40px);
}

.article-card {
  display: flex;
  flex-direction: column;
}

.article-card__image-link {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--gray-100);
}

.article-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.article-card:hover .article-card__image {
  transform: scale(1.04);
}

.article-card__image--placeholder {
  width: 100%;
  height: 100%;
  background: var(--gray-100);
}

.article-card__body {
  padding-top: 16px;
}

.article-card__date {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--gray-500);
  margin-bottom: 6px;
}

.article-card__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 8px;
}

.article-card__title a {
  color: inherit;
  text-decoration: none;
}

.article-card__title a:hover {
  text-decoration: underline;
}

.article-card__excerpt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray-700);
}

.article-card-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--gray-500);
  padding: 60px 0;
}

/* ページネーション */
.blog-tags-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(48px, 6vw, 80px);
}

.pagination-link,
.pagination-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: var(--gray-700);
  text-decoration: none;
  border-radius: 0;
}

.pagination-link:hover {
  background: var(--lime-bg);
}

.pagination-current {
  background: var(--black);
  color: var(--white);
}

/* タブレット */
@media (max-width: 989px) {
  .article-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SP */
@media (max-width: 749px) {
  .article-card-grid {
    grid-template-columns: 1fr;
  }

  .tag-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .tag-pill {
    flex-shrink: 0;
  }
}

.blog-tags-page .container {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding-left: clamp(20px, 4vw, 32px) !important;
  padding-right: clamp(20px, 4vw, 32px) !important;
}

/* ==========================================================================
   Blog Article (記事本文) - /blogs/blog/*
   Wix移植HTMLを一括で整える。.blog-post-content 配下をタグ単位で制御。
   ========================================================================== */

/* --- アイキャッチ画像：デカすぎ防止 --- */
.blog-post-featured-image__image {
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

/* --- 本文コンテナ：読みやすい最大幅で中央寄せ --- */
.blog-post-content {
  max-width: 740px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 32px);
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--gray-900);
  line-height: 1.9;
}

/* Wixの入れ子divが幅を持たないよう正規化 */
.blog-post-content section,
.blog-post-content section > div {
  max-width: 100% !important;
  width: auto !important;
}

/* --- 段落 --- */
.blog-post-content p {
  font-size: 16px;
  line-height: 1.95;
  color: var(--gray-700);
  margin: 0 0 1.5em;
}

/* --- 見出し（h2/h3をジャンプ率を抑えて統一） --- */
.blog-post-content h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--black);
  margin: 2.4em 0 0.8em;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--lime);
}

.blog-post-content h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--black);
  margin: 2.2em 0 0.7em;
  padding-left: 14px;
  border-left: 4px solid var(--lime);
}

/* --- 最初の見出しの上余白は詰める --- */
.blog-post-content h2:first-child,
.blog-post-content h3:first-child {
  margin-top: 0;
}

/* --- リンク --- */
.blog-post-content a {
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.blog-post-content a:hover {
  color: var(--lime);
}

/* --- 画像 --- */
.blog-post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}

/* --- YouTube等のiframe：レスポンシブ化 --- */
.blog-post-content iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  margin: 1.5em 0;
  display: block;
}

/* --- リスト --- */
.blog-post-content ul,
.blog-post-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.4em;
}
.blog-post-content li {
  font-size: 16px;
  line-height: 1.9;
  color: var(--gray-700);
  margin-bottom: 0.5em;
}

/* --- Wixの「空divで余白」を抑制（過剰な隙間を詰める） --- */
.blog-post-content div > br:only-child {
  display: none;
}

/* --- SP --- */
@media (max-width: 749px) {
  .blog-post-content p,
  .blog-post-content li {
    font-size: 15px;
  }
  .blog-post-featured-image__image {
    max-height: 320px;
  }
}

/* ============================================================
   ★★★ H2セクション見出し フォントサイズ統一 ★★★
   (Technologyセクションの見出しを基準に、1文字分小さく調整)
   ============================================================ */
:root {
  --h2-size: clamp(22px, 3.6vw, 44px);
  --h2-line-height: 1.4;
}

@media (max-width: 749px) {
  :root {
    --h2-size: clamp(22px, 6.5vw, 44px);
  }
}

.caterpy-featured__heading,
.caterpy-more__heading,
.caterpy-lifestyle__heading,
.caterpy-tech__heading,
.caterpy-explore__heading,
.caterpy-ambs__heading,
.caterpy-reviews__heading,
.caterpy-mij__heading,
.caterpy-biz__heading,
.caterpy-journal__heading,
.caterpy-ugc__heading,
.caterpy-sponsor__heading,
.caterpy-stores__heading,
.caterpy-news__heading,
.caterpy-news-strip__title,
.scene-value__title,
.scene-products__title,
.scene-grid__title,
.scene-voice__title,
.scene-cta__title,
.about-story__title,
.about-timeline .section-title,
.about-mono .section-title,
.about-global .section-title,
.about-stats .section-title,
.about-beyond .section-title,
.about-cta__title,
.cmap__heading,
.cstores__title,
.blog-tags-title 
{
  font-size: var(--h2-size) !important;
  line-height: var(--h2-line-height) !important;
  letter-spacing: -0.015em !important;
  -webkit-font-feature-settings: "palt" 1 !important;
  font-feature-settings: "palt" 1 !important;
}


/* ============================================================
   商品ページ｜エビデンスセクション（product-evidence）
   ※ assets/custom-styles.css の末尾に追記
   ※ :root トークン（--lime / --black 等）は既存のものを利用
   ============================================================ */

.product-evidence {
  padding-block-start: clamp(56px, 8vw, 100px);
  padding-block-end: clamp(56px, 8vw, 100px);
}
.product-evidence__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

/* --- 配色バリエーション --- */
.product-evidence--black {
  background: var(--black, #0a0a0a);
  color: #ffffff;
}
.product-evidence--white {
  background: #ffffff;
  color: var(--gray-900, #1a1a1a);
}
.product-evidence--gray {
  background: var(--gray-50, #fafafa);
  color: var(--gray-900, #1a1a1a);
}

/* 黒背景での各要素の色 */
.product-evidence--black .product-evidence__result-label,
.product-evidence--black .product-evidence__result-intro-text { color: rgba(255,255,255,0.82); }
.product-evidence--black .product-evidence__result-card { border-color: rgba(255,255,255,0.18); }
.product-evidence--black .product-evidence__result-desc { color: rgba(255,255,255,0.82); }
.product-evidence--black .product-evidence__detail-intro,
.product-evidence--black .product-evidence__detail-note { color: rgba(255,255,255,0.82); }
.product-evidence--black .product-evidence__detail-list li { color: rgba(255,255,255,0.78); }
.product-evidence--black .product-evidence__detail { border-color: rgba(255,255,255,0.14); }
.product-evidence--black .product-evidence__poster-thumb { border-color: rgba(255,255,255,0.25); background: #141414; }
.product-evidence--black .product-evidence__btn { color: #ffffff; border-color: rgba(255,255,255,0.6); }
.product-evidence--black .product-evidence__summary { border-color: rgba(255,255,255,0.18); }
.product-evidence--black .product-evidence__summary-text { color: #ffffff; }
.product-evidence--black .product-evidence__disclaimer { color: rgba(255,255,255,0.45); }


/* --- 見出し（基本タイポグラフィ。実際の配置はヒーロー側で制御） --- */
.product-evidence__eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--lime, #c4d600); margin: 0 0 14px;
}
.product-evidence__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(22px, 3vw, 32px); font-weight: 700; line-height: 1.5; letter-spacing: 0.02em;
  margin: 0;
}

/* --- 上部ヒーロー（画像は画面幅いっぱい／PC・SP共通。テキストは常に画像の上に重ねる） --- */
.product-evidence__hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end; /* テキストは下部に配置（画像のどの部分でも読みやすい） */
  width: 100%;
  margin-bottom: clamp(32px, 5vw, 48px);
  aspect-ratio: 3 / 2; /* SP：横型（2:3程度のイメージ） */
}
@media (min-width: 750px) {
  .product-evidence__hero {
    aspect-ratio: 32 / 9; /* PC：横長の帯。縦幅が広くなりすぎないよう抑える */
  }
}
.product-evidence__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.product-evidence__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* PC/SP画像の出し分け（scene-heroと同じ考え方） */
.product-evidence__hero-img--pc { display: block; }
.product-evidence__hero-img--sp { display: none; }
@media (max-width: 749px) {
  .product-evidence__hero-img--pc { display: none; }
  .product-evidence__hero-img--sp { display: block; }
}
/* SP専用画像がある場合、PC画像はabsolute重ね配置を解除して非表示中は場所を取らないように */
.product-evidence__hero-media { display: block; }
.product-evidence__hero-img--pc,
.product-evidence__hero-img--sp {
  position: absolute;
  inset: 0;
}
.product-evidence__hero-text {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 56px) clamp(20px, 4vw, 48px);
  box-sizing: border-box;
}
/* 画像の上のラベル・タイトルは、配色に関わらず常に白 */
.product-evidence__eyebrow--on-image { color: #ffffff; }
.product-evidence__title--on-image { color: #ffffff; }

/* 読みやすさ確保のための下部スクリム（暗さは画像の明るさ設定と両立） */
.product-evidence__hero-text::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 55%, rgba(0,0,0,0) 100%);
}

/* ヒーロー内は独自の余白を持つので、見出し標準スタイルの下余白を打ち消す */
.product-evidence__hero-text .product-evidence__eyebrow { margin-bottom: 12px; }
.product-evidence__hero-text .product-evidence__title { margin-bottom: 0; }
.product-evidence__hero-lead {
  margin-top: 16px;
  font-size: clamp(13px, 1vw, 15.5px);
  line-height: 1.9;
  color: rgba(255,255,255,0.9);
  max-width: 640px;
}
.product-evidence__hero-lead p { margin: 0 0 0.4em; }
.product-evidence__hero-lead p:last-child { margin-bottom: 0; }

/* タイトルのドロップシャドウ強度 */
.product-evidence__title--shadow-none { text-shadow: none; }
.product-evidence__title--shadow-light { text-shadow: 0 1px 6px rgba(0,0,0,0.25); }
.product-evidence__title--shadow-medium { text-shadow: 0 2px 14px rgba(0,0,0,0.4); }
.product-evidence__title--shadow-strong { text-shadow: 0 4px 22px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.5); }

/* 画像なしの場合は通常の中央寄せ見出しにフォールバック */
.product-evidence__hero:not(:has(.product-evidence__hero-media)) {
  aspect-ratio: auto;
  display: block;
}
.product-evidence__hero:not(:has(.product-evidence__hero-media)) .product-evidence__hero-text {
  max-width: 900px;
  text-align: center;
  padding: 0 clamp(20px, 4vw, 32px);
}
.product-evidence__hero:not(:has(.product-evidence__hero-media)) .product-evidence__hero-text::before {
  content: none;
}
.product-evidence__hero:not(:has(.product-evidence__hero-media)) .product-evidence__eyebrow--on-image,
.product-evidence__hero:not(:has(.product-evidence__hero-media)) .product-evidence__title--on-image {
  color: inherit; /* 画像がない時は配色に応じた通常色に戻す */
}

/* 画像なし時は、上の余白を通常どおり確保 */
.product-evidence--has-hero { padding-block-start: 0; }


/* --- ①結果サマリー（端的） --- */
.product-evidence__result-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(20px, 3vw, 28px);
}
.product-evidence__result-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin: 0 0 10px;
}
.product-evidence__result-intro-text {
  font-size: clamp(13.5px, 1.05vw, 16px); line-height: 1.85; color: rgba(255,255,255,0.82);
}
.product-evidence__result-intro-text p { margin: 0; }

.product-evidence__results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: clamp(32px, 5vw, 48px);
}
.product-evidence__result-card {
  border: 1px solid rgba(255,255,255,0.18);
  padding: clamp(24px, 3vw, 32px) 20px;
  text-align: center;
}
.product-evidence__result-num {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; letter-spacing: 0.01em;
  color: var(--lime, #c4d600);
  margin-bottom: 10px;
  line-height: 1.3;
}
.product-evidence__result-desc {
  font-size: clamp(13px, 0.95vw, 15px); line-height: 1.7; color: rgba(255,255,255,0.82); margin: 0;
}

/* --- ②詳細（中段） --- */
.product-evidence__detail {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(28px, 4vw, 40px) 0;
  border-top: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  margin-bottom: clamp(32px, 5vw, 48px);
  align-items: start;
}
.product-evidence__detail-intro,
.product-evidence__detail-note {
  font-size: clamp(13.5px, 1.05vw, 16px); line-height: 1.9; color: rgba(255,255,255,0.82);
}
.product-evidence__detail-intro p,
.product-evidence__detail-note p { margin: 0 0 0.6em; }
.product-evidence__detail-intro p:last-child,
.product-evidence__detail-note p:last-child { margin-bottom: 0; }

.product-evidence__detail-list {
  list-style: none;
  margin: 14px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-evidence__detail-list li {
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  padding-left: 16px;
  position: relative;
}
.product-evidence__detail-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime, #c4d600);
}

/* --- 資料サムネイル＋ボタン --- */
.product-evidence__poster {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.product-evidence__poster-thumb {
  display: block;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255,255,255,0.25);
  background: #141414;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
}
.product-evidence__poster-thumb:hover { border-color: var(--lime, #c4d600); }
.product-evidence__poster-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.product-evidence__poster-ph {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  font-size: 11px; color: #737373; text-align: center; padding: 12px;
}
.product-evidence__btn {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  padding: 11px 26px;
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.6);
  cursor: pointer;
  transition: all 0.25s;
}
.product-evidence__btn:hover {
  background: var(--lime, #c4d600);
  color: var(--black, #0a0a0a);
  border-color: var(--lime, #c4d600);
}

/* --- ③まとめ --- */
.product-evidence__summary {
  border: 1px solid rgba(255,255,255,0.18);
  padding: clamp(20px, 3vw, 28px);
  margin-bottom: 20px;
}
.product-evidence__summary-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--lime, #c4d600);
  margin: 0 0 10px;
}
.product-evidence__summary-text {
  font-size: 14px; line-height: 1.85; color: #ffffff;
}
.product-evidence__summary-text p { margin: 0; }

/* --- ④注記 --- */
.product-evidence__disclaimer {
  font-size: 11px;
  line-height: 1.8;
  color: rgba(255,255,255,0.45);
}
.product-evidence__disclaimer p { margin: 0; }

/* ============================================================
   モーダル（資料の拡大表示）
   ============================================================ */
.product-evidence__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.product-evidence__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-evidence__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.8);
  cursor: pointer;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.product-evidence__modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  max-height: 88vh;
  overflow-y: auto;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
  transform: translateY(16px) scale(0.97);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.28s ease;
}
.product-evidence__modal.is-open .product-evidence__modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.product-evidence__modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(10,10,10,0.7);
  border: 1px solid rgba(255,255,255,0.5);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s, border-color 0.2s;
}
.product-evidence__modal-close:hover {
  background: var(--lime, #c4d600);
  border-color: var(--lime, #c4d600);
  color: var(--black, #0a0a0a);
}

.product-evidence__modal-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ============================================================
   白／グレー背景での各要素の色（共通）
   ※ 上の黒背景向けデフォルト指定より後ろに置くことで上書きする
   ※ アクセント（ラベル・数値・サマリーラベル・箇条書きの点・ボタンhover等）は
     ブランドカラーのライムグリーンを維持し、本文だけ読みやすい濃いグレーにする
   ============================================================ */
.product-evidence--white .product-evidence__result-label,
.product-evidence--gray .product-evidence__result-label { color: var(--gray-500, #737373); }
.product-evidence--white .product-evidence__result-intro-text,
.product-evidence--gray .product-evidence__result-intro-text { color: var(--gray-700, #404040); }
.product-evidence--white .product-evidence__result-card,
.product-evidence--gray .product-evidence__result-card { border-color: var(--gray-200, #e5e5e5); }
.product-evidence--white .product-evidence__result-desc,
.product-evidence--gray .product-evidence__result-desc { color: var(--gray-700, #404040); }
.product-evidence--white .product-evidence__detail-intro,
.product-evidence--gray .product-evidence__detail-intro,
.product-evidence--white .product-evidence__detail-note,
.product-evidence--gray .product-evidence__detail-note { color: var(--gray-700, #404040); }
.product-evidence--white .product-evidence__detail-list li,
.product-evidence--gray .product-evidence__detail-list li { color: var(--gray-700, #404040); }
.product-evidence--white .product-evidence__detail,
.product-evidence--gray .product-evidence__detail { border-color: var(--gray-200, #e5e5e5); }
.product-evidence--white .product-evidence__poster-thumb,
.product-evidence--gray .product-evidence__poster-thumb { border-color: var(--gray-300, #d4d4d4); background: var(--gray-100, #f5f5f5); }
.product-evidence--white .product-evidence__btn,
.product-evidence--gray .product-evidence__btn { color: var(--gray-900, #1a1a1a); border-color: var(--gray-900, #1a1a1a); }
.product-evidence--white .product-evidence__btn:hover,
.product-evidence--gray .product-evidence__btn:hover { background: var(--lime, #c4d600); color: var(--black, #0a0a0a); border-color: var(--lime, #c4d600); }
.product-evidence--white .product-evidence__summary,
.product-evidence--gray .product-evidence__summary { border-color: var(--gray-200, #e5e5e5); border-left: 3px solid var(--lime, #c4d600); }
.product-evidence--white .product-evidence__summary-text,
.product-evidence--gray .product-evidence__summary-text { color: var(--gray-900, #1a1a1a); }
.product-evidence--white .product-evidence__disclaimer,
.product-evidence--gray .product-evidence__disclaimer { color: var(--gray-500, #737373); }

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .product-evidence__results {
    grid-template-columns: 1fr;
  }
  .product-evidence__detail {
    grid-template-columns: 1fr;
  }
  .product-evidence__poster {
    order: -1; /* SPでは資料を先に見せる */
  }
  .product-evidence__poster-thumb {
    max-width: 160px;
  }



}


/* ============================================================
   商品ページ｜エビデンスセクション追記分：研究者情報（教授）
   ※ custom-styles.css の「商品ページ｜エビデンスセクション（product-evidence）」
     ブロックの末尾（"★★★ CATERPY ADVISOR" の直前）に追記してください
   ============================================================ */

.product-evidence__researchers {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 20px 0;
}

.product-evidence__researcher {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.product-evidence__researcher-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--lime, #c4d600);
  background: #141414;
}
.product-evidence__researcher-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-evidence__researcher-info {
  min-width: 0;
}

.product-evidence__researcher-title {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lime, #c4d600);
  margin: 0 0 6px;
  line-height: 1.5;
}

.product-evidence__researcher-name {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
}

.product-evidence__researcher-comment {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}
.product-evidence__researcher-comment p { margin: 0 0 0.6em; }
.product-evidence__researcher-comment p:last-child { margin-bottom: 0; }

/* --- 白／グレー背景での色調整（product-evidence--white / --gray 用） --- */
.product-evidence--white .product-evidence__researcher,
.product-evidence--gray .product-evidence__researcher {
  border-color: var(--gray-200, #e5e5e5);
  background: var(--gray-50, #fafafa);
}
.product-evidence--white .product-evidence__researcher-photo,
.product-evidence--gray .product-evidence__researcher-photo {
  background: var(--gray-100, #f5f5f5);
}
.product-evidence--white .product-evidence__researcher-name,
.product-evidence--gray .product-evidence__researcher-name {
  color: var(--gray-900, #1a1a1a);
}
.product-evidence--white .product-evidence__researcher-comment,
.product-evidence--gray .product-evidence__researcher-comment {
  color: var(--gray-700, #404040);
}

/* ============================================================
   SP（749px以下）
   ============================================================ */
@media (max-width: 749px) {
  .product-evidence__researcher {
    gap: 12px;
    padding: 14px 16px;
  }
  .product-evidence__researcher-photo {
    width: 56px;
    height: 56px;
  }
  .product-evidence__researcher-name {
    font-size: 14px;
  }
  .product-evidence__researcher-comment {
    font-size: 12px;
  }
}



/* ============================================================
   ★★★ CATERPY ADVISOR（アドバイザー） ★★★
   ============================================================ */

/* ------------------------------------------------------------
   ① caterpy-advisor__intro（見出しブロック）
   ------------------------------------------------------------ */
.caterpy-advisor__intro {
  padding: clamp(56px, 7vw, 96px) 0 clamp(40px, 5vw, 64px);
}

.caterpy-advisor__intro-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
  text-align: center;
}

.caterpy-advisor__eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 16px;
}

.caterpy-advisor__subheading {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 28px;
  color: #0a0a0a;
}

.caterpy-advisor__lead {
  font-size: 14px;
  line-height: 1.95;
  color: #404040;
  max-width: 760px;
  margin: 0 auto;
}
/* richtext（description等）が出力する<p>の余白をリセット（scene-prow__descと同じ処理） */
.caterpy-advisor__lead p { margin: 0 0 1em; }
.caterpy-advisor__lead p:last-child { margin-bottom: 0; }

/* PC/SP出し分け（既存のヒーローセクションと同じパターン） */
.caterpy-advisor__lead--sp {
  display: none;
}

@media (max-width: 749px) {
  .caterpy-advisor__lead--pc {
    display: none;
  }
  .caterpy-advisor__lead--sp {
    display: block;
  }
  .caterpy-advisor__subheading {
    font-size: 15px;
  }
}

/* --- 背景色に応じた文字色の自動調整（scene-prowと同じ考え方） ---
     カードは常に白背景・黒文字なので、ここでは見出しエリアの文字色だけを調整します */
.pscheme-black .caterpy-advisor__eyebrow {
  color: #c4d600;
}
.pscheme-black .caterpy-advisor__subheading {
  color: #ffffff;
}
.pscheme-black .caterpy-advisor__lead {
  color: #d4d4d4;
}
.pscheme-black .caterpy-advisor__empty {
  color: #a3a3a3;
}

/* ------------------------------------------------------------
   ② caterpy-advisor__list（アドバイザー一覧）
   ------------------------------------------------------------ */
.caterpy-advisor__list {
  padding: clamp(48px, 6vw, 80px) 0 clamp(64px, 8vw, 120px);
}

.caterpy-advisor__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

.caterpy-advisor__empty {
  text-align: center;
  padding: 80px 20px;
  color: #737373;
}

/* PC：1行3列固定 */
.caterpy-advisor__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

/* --- カード --- */
.caterpy-advisor-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: clamp(28px, 3vw, 36px) clamp(20px, 2.4vw, 28px) clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.caterpy-advisor-card:hover {
  transform: translateY(-4px);
  border-color: #0a0a0a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.caterpy-advisor-card__photo-wrap {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  background: #fafafa;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.caterpy-advisor-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.caterpy-advisor-card__photo--placeholder {
  background: linear-gradient(135deg, #e8e8e8 0%, #d4d4d4 100%);
}

.caterpy-advisor-card__label {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a0a0a;
  background: #c4d600;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.caterpy-advisor-card__name-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 2px;
}

.caterpy-advisor-card__name {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0a0a0a;
  margin: 0;
}

.caterpy-advisor-card__name-suffix {
  font-size: 13px;
  color: #404040;
}

.caterpy-advisor-card__romaji {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #737373;
  margin: 0 0 18px;
}

.caterpy-advisor-card__desc {
  font-size: 13px;
  line-height: 1.85;
  color: #404040;
  margin: 0 0 22px;
}
.caterpy-advisor-card__desc p { margin: 0 0 1em; }
.caterpy-advisor-card__desc p:last-child { margin-bottom: 0; }

.caterpy-advisor-card__connection {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 18px;
  margin-top: 0;
  text-align: left;
}

.caterpy-advisor-card__connection-heading {
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.caterpy-advisor-card__connection-heading::before {
  content: '';
  width: 16px;
  height: 1px;
  background: #c4d600;
  flex-shrink: 0;
}

.caterpy-advisor-card__connection-body {
  font-size: 12.5px;
  line-height: 1.85;
  color: #404040;
  margin: 0;
}
.caterpy-advisor-card__connection-body p { margin: 0 0 1em; }
.caterpy-advisor-card__connection-body p:last-child { margin-bottom: 0; }

.caterpy-advisor-card__connection-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.caterpy-advisor-card__connection-list li {
  font-size: 12px;
  line-height: 1.75;
  color: #404040;
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 4px;
}
.caterpy-advisor-card__connection-list li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #0a0a0a;
}

/* --- タブレット中間 --- */
@media (min-width: 750px) and (max-width: 989px) {
  .caterpy-advisor__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- SP（749px以下）：上段2列＋下段1列（フル幅） ---
     ブロック数が奇数のとき、最後の1枚だけ2列分の幅で表示されます。
     （3人構成なら自動で「上段2列＋下段1列」になります） */
@media (max-width: 749px) {
  .caterpy-advisor__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .caterpy-advisor__grid > .caterpy-advisor-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
  .caterpy-advisor-card {
    padding: 22px 16px 20px;
  }
  .caterpy-advisor-card__photo-wrap {
    width: 88px;
    height: 88px;
  }
}
