/*
Theme Name: Wan & Do
Theme URI: https://example.com/
Author: Wan & Do
Description: 東京都練馬区の犬専門フォトスタジオ「Wan & Do」オリジナルテーマ。STUDIOデザイン（https://preview.studio.site/live/EjOQQMX4OJ）準拠。
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: wan-and-do
*/

/* ==========================================================================
   CSS変数（デザイントークン）— デザイン変更時はここだけを編集する
   ========================================================================== */
:root {
  /* カラー */
  --color-base: #f2efe7;        /* ベースカラー（背景） */
  --color-sub: #864a35;         /* サブカラー（文字・線） */
  --color-sub-dark: #40220f;    /* 濃いブラウン（STUDIOデザイン準拠） */
  --color-white: #ffffff;
  --color-accent: #864a35;      /* CTAボタン等 */

  /* フォント（サイト全体を Zen Kaku Gothic New に統一） */
  --font-body: 'Zen Kaku Gothic New', sans-serif;
  --font-heading: 'Zen Kaku Gothic New', sans-serif;
  --font-heading-en: 'Zen Kaku Gothic New', sans-serif;

  /* 文字サイズ */
  --fs-base: 16px;
  --fs-sm: 14px;
  --fs-lg: 20px;
  --fs-h2: 32px;
  --fs-h3: 24px;
  --fs-en-label: 18px;

  /* 余白 */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-section: 96px;        /* セクション間の縦余白 */

  /* レイアウト */
  --content-max: 1190px;
  --radius: 12px;
  --radius-btn: 8px;            /* CTAボタンの角丸 */
  --radius-card: 14px;          /* カードの角丸 */
  --header-height: 84px;

  /* 線 */
  --border: 1px solid var(--color-sub);

  /* モーション */
  --ease: .35s ease;

  /* タイポグラフィ */
  --letter-spacing: .04em;       /* サイト全体の基本字間（ゆったり） */
}

/* ==========================================================================
   ベース
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-base);
  color: var(--color-sub);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.8;
  letter-spacing: var(--letter-spacing);   /* サイト全体をゆったりした字間に */
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-sub); text-decoration: none; }
a:hover { opacity: .7; transition: opacity .3s; }
h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.4; }
ul { list-style: none; margin: 0; padding: 0; }

.inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--space-md);
}

/* セクション共通見出し */
.section { padding: var(--space-section) 0; }
.section-heading { text-align: center; margin-bottom: var(--space-lg); }
.section-heading .en {
  display: block;
  font-family: var(--font-heading-en);
  font-size: var(--fs-en-label);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.section-heading .ja {
  /* 一回り小さく＋字間広めで上品・落ち着いた印象に */
  font-size: clamp(19px, 2.2vw, 25px);
  letter-spacing: .13em;
  margin: var(--space-xs) 0 0;
}

/* CTAボタン（角丸8px） */
.btn-cta {
  display: inline-block;
  background: var(--color-accent);
  color: var(--color-white);
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-btn);
  font-weight: 700;
  white-space: nowrap;
  border: 2px solid var(--color-accent);
  transition: opacity var(--ease), transform var(--ease);
}
.btn-cta:hover { opacity: .85; }
/* 白抜きCTA（背景透過・白枠・白文字） */
.btn-cta--outline {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}
/* 白背景＋茶文字（茶色背景セクション上で映えるボタン。例：よくある質問を見る） */
.btn-cta--white {
  background: var(--color-white);
  color: var(--color-sub);
  border-color: var(--color-white);
}
.btn-cta--white:hover { background: var(--color-white); color: var(--color-sub); opacity: .85; }
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  border-bottom: var(--border);
  padding-bottom: 4px;
  font-weight: 500;
}
.section-action { text-align: center; margin-top: var(--space-lg); }
.section-action--left { text-align: left; }
.section-action--down { margin-top: var(--space-xl); }   /* ボタンを一段下げる（カードとの間隔を広げる） */
.section-heading--left { text-align: left; }

/* アイコン共通ラッパー（後でimg差し替え可能な独立要素） */
.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ==========================================================================
   ヘッダー（通常は固定ソリッド／トップはMVに重なる透過）
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-base);
  transition: background var(--ease), box-shadow var(--ease);
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;                 /* 中間幅での不自然な改行を防止 */
  gap: clamp(8px, 1.5vw, 24px);
  min-height: var(--header-height);
}
/* ロゴ（画像／白・茶の出し分け）— 一回り大きく */
.site-logo { margin: 0; line-height: 0; flex: 0 0 auto; }
.site-logo a { display: inline-block; }
.site-logo img { width: auto; height: clamp(46px, 4.6vw, 64px); }
.site-logo .logo-on-light { display: block; }   /* 既定はソリッド：茶ロゴ */
.site-logo .logo-on-dark  { display: none; }

.global-nav ul {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(18px, 2.4vw, 40px);     /* メニュー間隔を広げてゆとりを */
  align-items: center;
}
.global-nav a {
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 500;
  white-space: nowrap;               /* メニュー項目を改行させない */
}
.header-cta {
  margin-left: clamp(8px, 1vw, 20px);
  padding: 12px clamp(14px, 1.6vw, 26px);
  font-size: clamp(12px, 1.05vw, 14px);
  flex: 0 0 auto;
}
/* ボタン内の右矢印アイコン（参考：icon-ref.png） */
.btn-cta i, .btn-more i { font-size: .82em; }
.btn-cta i { margin-left: .5em; }   /* btn-cta はflexでないため余白を付与 */
/* .btn-more は inline-flex の gap で間隔を取るため margin-left は付けない（矢印が離れすぎるのを防ぐ） */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex: 0 0 auto; }
.nav-toggle span { display: block; width: 28px; height: 2px; background: var(--color-sub); margin: 6px 0; transition: background var(--ease); }

/* --- トップの透過ヘッダー（MVに重なる絶対配置） --- */
.site-header.is-overlay {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: transparent;
  border-bottom: none;
}
/* 透過ヘッダー（MVに重なる時）だけロゴ・メニューを少し下げる */
.site-header.is-overlay .inner { padding-top: var(--space-sm); }
.site-header.is-overlay .site-logo .logo-on-dark  { display: block; }  /* 写真上：白ロゴ */
.site-header.is-overlay .site-logo .logo-on-light { display: none; }
.site-header.is-overlay .global-nav a { color: var(--color-white); }
.site-header.is-overlay .nav-toggle span { background: var(--color-white); }
/* スクロール後はソリッドに戻す（茶ロゴ・茶文字） */
.site-header.is-overlay.is-scrolled {
  position: fixed;
  background: var(--color-base);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
/* ベージュ地（スクロール後）は元の位置に戻す */
.site-header.is-overlay.is-scrolled .inner { padding-top: 0; }
.site-header.is-overlay.is-scrolled .site-logo .logo-on-dark  { display: none; }
.site-header.is-overlay.is-scrolled .site-logo .logo-on-light { display: block; }
.site-header.is-overlay.is-scrolled .global-nav a { color: var(--color-sub); }
.site-header.is-overlay.is-scrolled .nav-toggle span { background: var(--color-sub); }

/* ハンバーガー → ✕ */
.nav-toggle.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ==========================================================================
   モバイルドロワー（中身・並び順はフッターサイトマップと一致）
   ========================================================================== */
.mobile-drawer {
  position: fixed;
  inset: var(--header-height) 0 0 0;
  z-index: 90;
  background: var(--color-base);
  padding: var(--space-lg) var(--space-md) var(--space-xl);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.mobile-drawer[hidden] { display: none; }
.drawer-nav ul { display: grid; gap: 2px; }
.drawer-nav a {
  display: block;
  padding: var(--space-sm) var(--space-xs);
  border-bottom: 1px solid rgba(134, 74, 53, .15);
  font-weight: 500;
}
.drawer-cta { text-align: center; }
.drawer-sns { display: flex; gap: var(--space-md); justify-content: center; }
.drawer-sns .icon-wrapper {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--color-sub);
  font-size: 20px;
  color: var(--color-sub);
}
body.drawer-open { overflow: hidden; }

/* ==========================================================================
   追従CTA（PC・スマホ共通／画面右下に常時表示）
   ========================================================================== */
.floating-cta {
  position: fixed;
  right: clamp(12px, 2vw, 28px);
  bottom: clamp(12px, 2vw, 28px);
  z-index: 80;
  display: none;                 /* PCはヘッダーに予約ボタンが追従するため非表示 */
  align-items: center;
  gap: .4em;
  background: var(--color-accent);
  color: var(--color-white);
  padding: 14px 22px;
  border-radius: var(--radius-btn);   /* 角丸8px */
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(64, 34, 15, .35);
  transition: transform var(--ease), box-shadow var(--ease);
}
.floating-cta:hover { transform: translateY(-3px); opacity: 1; box-shadow: 0 12px 28px rgba(64, 34, 15, .45); }
.floating-cta i { font-size: .82em; }

/* ==========================================================================
   メインビジュアル（スライダー / ケンバーンズ / 中央ロゴ）
   ========================================================================== */
.mv {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  background: var(--color-sub);
}
.mv-slider { position: absolute; inset: 0; }
.mv-slide {
  position: absolute;
  inset: 0;
  z-index: 0;                 /* 退場中スライドは下、登場中は上で重ねてクロスフェード */
  opacity: 0;
  transition: opacity 1.6s ease;
}
.mv-slide.is-active { opacity: 1; z-index: 1; }
.mv-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  /* 休止状態＝ズーム済み（1.16）。これにより is-active 解除時に
     アニメーションが外れても“縮み戻り”が起きず、フェードアウト中も拡大を維持する */
  transform: scale(1.16);
  /* アニメーション終了直後にこの静止値へ切り替わる際、瞬時にスナップせず
     フェードと同じ1.6秒でなめらかに追従させる（切り替え時の“グッと動く”を解消） */
  transition: transform 1.6s ease;
}
/* ケンバーンズ：アクティブ中のみ 1.04 → 1.16 へズームイン（both で開始時から from を適用） */
.mv-slide.is-active .mv-img { animation: kenburns 7s ease-out both; }
@keyframes kenburns {
  from { transform: scale(1.04); }
  to   { transform: scale(1.16); }
}
/* 視認性のためのオーバーレイ：上部（ヘッダーの白ロゴ/メニュー）を濃く、
   中央は薄く透過して写真のクリアさを残す。中央ロゴはdrop-shadowで担保。 */
.mv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(64, 34, 15, .40) 0%,
    rgba(64, 34, 15, .10) 24%,
    rgba(64, 34, 15, .06) 60%,
    rgba(64, 34, 15, .30) 100%
  );
  pointer-events: none;
}
.mv-logo {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
}
.mv-logo img {
  width: min(38vw, 360px);
  height: auto;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,.35));
}
@media (prefers-reduced-motion: reduce) {
  .mv-slide.is-active .mv-img { animation: none; }
}

/* MV直下：最新のお知らせバー（1件のみ・クリックで詳細へ） */
.latest-notice-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  flex-wrap: wrap;
  padding: var(--space-sm) var(--space-md);
  background: var(--color-base);
  color: var(--color-sub);
  font-size: var(--fs-sm);
  text-align: center;
  border-bottom: 1px solid rgba(134, 74, 53, .2);
  transition: opacity var(--ease);
}
.latest-notice-bar:hover { opacity: .75; }
.latest-notice-date { opacity: .7; font-family: var(--font-heading-en); }
.latest-notice-sep { opacity: .35; }
.latest-notice-tag { opacity: .7; }
.latest-notice-ttl { font-weight: 700; }
@media (max-width: 690px) {
  .latest-notice-bar { font-size: 12px; padding: var(--space-xs) var(--space-sm); }
}

/* ==========================================================================
   各セクション
   ========================================================================== */
/* 茶色背景セクションの共通テキスト処理 */
.section--dark { background: var(--color-sub); color: var(--color-white); }
.section--dark .section-heading .en,
.section--dark .section-heading .ja { color: var(--color-white); }

/* カードの浮き上がりホバー（撮影プラン・ギャラリー・イベント） */
.plan-card,
.gallery-grid figure,
.event-card {
  transition: transform var(--ease), box-shadow var(--ease);
}
.plan-card:hover,
.gallery-grid figure:hover,
.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(64, 34, 15, .18);
}
/* ホバー強化：画像のズーム（はみ出しは各サムネイルでクリップ） */
.plan-thumb, .event-thumb { overflow: hidden; }
.plan-thumb img, .event-thumb img { transition: transform var(--ease); }
.plan-card:hover .plan-thumb img,
.event-card:hover .event-thumb img,
.gallery-card:hover .gallery-thumb img { transform: scale(1.06); }

/* --- About us（参考：h.png） --- */
/* サブコピー：ゆったりした字間（スマホのみ2行に改行） */
.about-sub {
  font-size: var(--fs-sm);
  letter-spacing: .12em;
  margin: 0 0 var(--space-xs);
}
.br-sp { display: none; }   /* スマホ専用改行（既定は非表示） */
/* メインコピー：全デバイス3行（display:block）・字間広め・大きめ */
.about-bigcopy {
  font-family: var(--font-heading);
  font-size: clamp(18px, 4.2vw, 30px);
  letter-spacing: .06em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 clamp(28px, 3vw, 38px);   /* 本文との心地よい余白（約30〜38px） */
}
.about-bigcopy span { display: block; }

/* MV直下のコンセプト：MVとの隙間（上）は控えめに、下は広めに */
.section.about {
  padding-top: calc((var(--space-section) + var(--space-lg)) / 2);
  padding-bottom: calc(var(--space-section) + var(--space-lg));
}

/* About us（トップ）：左テキスト・右スライダー（PC）／スマホは上テキスト・下写真 */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.about-intro-txt { text-align: left; }
/* 見出し・本文ともに行間をゆったりさせて読み心地よく */
.about-intro-txt .about-bigcopy { text-align: left; line-height: 2; }
.about-intro-txt .about-body { line-height: 2.05; }
/* 右：写真の縦スクロール無限スライダー（グランハウス参考） */
.about-vslider {
  position: relative;
  height: clamp(460px, 54vw, 660px);   /* 16:9を約2枚同時に見せる高さ */
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(180deg, transparent, #000 7%, #000 93%, transparent);
}
.about-vtrack {
  display: flex;
  flex-direction: column;
  animation: about-vscroll 28s linear infinite;
}
.about-vslider:hover .about-vtrack { animation-play-state: paused; }
.about-vslide {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-bottom: var(--space-md);   /* gapではなくmarginで2セットを正確に半分にしてシームレス化 */
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
}
@keyframes about-vscroll {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }   /* 2セットの半分＝1セット分でシームレス */
}
/* スマホ用：横スクロール */
@keyframes about-hscroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .about-vtrack { animation: none; }
}

.about-top {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: var(--space-xl);
  align-items: start;
}
.about-body { font-size: var(--fs-sm); margin-bottom: var(--space-lg); }
.about-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
/* 下部 大小2枚 */
.about-photos {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: var(--space-lg);
  align-items: start;
  margin-top: var(--space-xl);
}
.about-photos figure { margin: 0; }
.about-photos img { width: 100%; object-fit: cover; border-radius: var(--radius); }
.about-photo-big img { aspect-ratio: 1 / 1; }
.about-photo-small { margin-top: 14%; }
.about-photo-small img { aspect-ratio: 4 / 3; }

/* --- 撮影のこだわり（茶色背景・白カード・アイコン左 / 参考：i.png） --- */
.feature { background: var(--color-sub); color: var(--color-white); }
.feature .section-heading .en,
.feature .section-heading .ja { color: var(--color-white); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-md); }
.feature-card {
  background: var(--color-white);
  color: var(--color-sub);
  border-radius: var(--radius-card);
  padding: var(--space-md);
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
  text-align: left;
}
/* アイコンの下に薄い地色（base）の角丸パネルを敷く（参考：feature-ref.png） */
.feature-card .icon-wrapper {
  flex: 0 0 auto;
  align-self: stretch;
  width: 64px;
  min-height: 64px;
  background: var(--color-base);
  border-radius: 10px;
  font-size: 28px;
  color: var(--color-sub);
}
.feature-card h3 { font-size: var(--fs-lg); margin: 0 0 6px; }
.feature-card p { font-size: var(--fs-sm); margin: 0; }

/* --- 撮影プラン（カード統一 / ボタン下揃え） --- */
.plan-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-md); }
.plan-card {
  background: var(--color-white);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.plan-thumb { display: block; }
.plan-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.plan-card .body {
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}
.plan-en {
  font-family: var(--font-heading-en);
  font-size: var(--fs-sm);
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .8;
  margin: 0;
}
.plan-card h3 { font-size: var(--fs-lg); margin: 0; }
.plan-desc { font-size: var(--fs-sm); margin: 0; }
/* タグ（SCFの繰り返しフィールドから動的生成） */
.plan-tags { display: flex; flex-wrap: wrap; gap: var(--space-xs); margin: 4px 0; }
.plan-tags li {
  border: 1px solid var(--color-sub);
  border-radius: 999px;
  padding: 2px 12px;
  font-size: var(--fs-sm);
  line-height: 1.6;
}
/* トップカードのタグは控えめに（金額・タイトルより目立たせない） */
.plan-card .plan-tags li { font-size: 12px; padding: 1px 10px; }
/* 料金（平日・休日を縦に併記） */
.plan-prices { margin: 4px 0 0; display: grid; gap: 4px; }
.plan-prices div { display: flex; align-items: baseline; gap: var(--space-xs); }
.plan-prices dt {
  flex: 0 0 auto;
  font-size: var(--fs-sm);
  background: var(--color-base);
  border-radius: 4px;
  padding: 1px 8px;
}
.plan-prices dd { margin: 0; font-weight: 700; }
.plan-btn { margin-top: auto; align-self: flex-start; padding-top: var(--space-xs); }

/* --- ギャラリー（茶色背景 / 行間広め） --- */
.gallery { background: var(--color-sub); color: var(--color-white); }
.gallery .section-heading .en,
.gallery .section-heading .ja { color: var(--color-white); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--space-lg);         /* 写真同士の左右の間隔を広げる */
  row-gap: var(--space-xl);            /* 1列目と2列目の間の上下余白を広げる */
}
.gallery-card {
  margin: 0;
  background: var(--color-white);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);   /* 茶色背景の上でカードを明確に区切る */
}
.gallery-thumb { display: block; overflow: hidden; }
.gallery-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform var(--ease); }
.gallery-body { padding: var(--space-sm) var(--space-md) var(--space-md); }
.gallery-ttl { font-size: var(--fs-base); margin: 0 0 var(--space-xs); color: var(--color-sub); }
/* タクソノミー（犬種・年齢・撮影回数）の可愛いタグ風デザイン */
.gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 var(--space-md);         /* タグ下に余白 → ボタン */
}
.gallery-tags li {
  border: 1px solid rgba(134, 74, 53, .4);
  border-radius: 999px;
  padding: 2px 12px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--color-sub);
}
.gallery-btn { color: var(--color-sub); border-bottom-color: var(--color-sub); font-size: var(--fs-sm); }

/* ==========================================================================
   ギャラリー一覧（撮影いただいたお客様 / archive-gallery）・詳細（single-gallery）
   ========================================================================== */
/* 一覧：PC=3列（スマホ2列はレスポンシブで指定）。トップのカード意匠を踏襲 */
.page-gallery-archive .gallery-archive-grid,
.single-gallery .gallery-related-grid { grid-template-columns: repeat(3, 1fr); }
.page-gallery-archive .about-head,
.single-gallery .about-head { text-align: center; }

/* 犬種フィルター（クライアントサイド絞り込み・プルダウン） */
.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin: 0 0 var(--space-xl);
}
.gallery-filter-label { font-size: var(--fs-sm); color: var(--color-sub); }
.gallery-filter-field { position: relative; display: inline-block; }
/* カスタム矢印（シェブロン） */
.gallery-filter-field::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-sub);
  border-bottom: 2px solid var(--color-sub);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.gallery-filter-input {
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: var(--fs-sm);
  color: var(--color-sub);
  background: var(--color-white);
  border: 1px solid rgba(134, 74, 53, .4);
  border-radius: 999px;
  padding: 10px 44px 10px 20px;
  cursor: pointer;
  letter-spacing: var(--letter-spacing);
  min-width: 240px;
  transition: border-color var(--ease);
}
.gallery-filter-input:hover { border-color: var(--color-sub); opacity: 1; }
.gallery-filter-input:focus { outline: none; border-color: var(--color-sub); }
.gallery-empty-filter { text-align: center; opacity: .7; }

/* ページネーション（撮影写真一覧など） */
.wando-pagination { margin-top: var(--space-xl); }
.wando-pagination .page-numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-xs);
  margin: 0;
  padding: 0;
}
.wando-pagination .page-numbers li { margin: 0; }
.wando-pagination .page-numbers a,
.wando-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--color-sub);
  border-radius: var(--radius);
  color: var(--color-sub);
  font-size: var(--fs-sm);
  transition: background var(--ease), color var(--ease);
}
.wando-pagination .page-numbers a:hover { background: rgba(134, 74, 53, .08); }
.wando-pagination .page-numbers .current {
  background: var(--color-sub);
  color: var(--color-white);
}
.wando-pagination .page-numbers .dots { border-color: transparent; }

/* 詳細：アイキャッチ（全幅） */
.gallery-hero { margin: 0; }
.gallery-hero img { width: 100%; max-height: 72vh; object-fit: cover; display: block; }
/* 詳細：本文ブロック（中央寄せ・読みやすい幅） */
.gallery-detail { max-width: 760px; text-align: center; }
.gallery-detail-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 0 0 var(--space-md); }
.gallery-detail-tags li a {
  display: inline-block;
  border: 1px solid rgba(134, 74, 53, .4);
  border-radius: 999px;
  padding: 2px 14px;
  font-size: 12px;
  color: var(--color-sub);
}
.gallery-detail-ttl { font-size: clamp(24px, 3.4vw, 34px); letter-spacing: .08em; line-height: 1.5; margin: 0 0 var(--space-lg); }
.gallery-detail-body { text-align: left; margin: 0 0 var(--space-xl); }
/* 詳細：写真を縦に並べる */
.gallery-detail-photos { display: grid; gap: var(--space-md); }
.gallery-detail-photos figure { margin: 0; }
.gallery-detail-photos img { width: 100%; border-radius: var(--radius); }

/* --- 撮影の流れ（白カード・茶丸アイコン / 参考：j.png） --- */
.flow-list { max-width: 900px; margin: 0 auto; display: grid; gap: var(--space-md); }
.flow-item {
  display: flex;
  gap: var(--space-md);
  background: var(--color-white);
  border-radius: var(--radius-card);
  padding: var(--space-md) var(--space-lg);
  align-items: flex-start;
}
.flow-item .icon-wrapper {
  flex: 0 0 auto;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--color-sub);
  color: var(--color-white);
  font-size: 22px;
}
.flow-body h3 { font-size: var(--fs-lg); margin: 4px 0 6px; }
.flow-body p { font-size: var(--fs-sm); margin: 0; }

/* --- FAQ（茶色背景・白カード・Qバッジ＋シェブロン / 参考：k.png） --- */
.faq { background: var(--color-sub); color: var(--color-white); }
.faq .section-heading .en,
.faq .section-heading .ja { color: var(--color-white); }
.faq-list { max-width: 920px; margin: 0 auto; display: grid; gap: var(--space-md); }  /* 間隔を広げる */
.faq-item {
  background: var(--color-white);
  color: var(--color-sub);
  border: 2px solid rgba(134, 74, 53, .18);
  border-radius: var(--radius-btn);
  padding: var(--space-sm) var(--space-md);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-weight: 700;
}
.faq-item summary::-webkit-details-marker { display: none; }
.q-badge, .a-badge {
  flex: 0 0 auto;
  width: 30px; height: 30px;
  border-radius: 6px;
  background: var(--color-sub);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading-en);
  font-weight: 700;
}
.q-text { flex: 1; }
.q-chevron { flex: 0 0 auto; transition: transform var(--ease); opacity: .7; }
.faq-item[open] .q-chevron { transform: rotate(180deg); }
.faq-answer {
  display: flex;
  gap: var(--space-sm);
  align-items: flex-start;
  margin-top: var(--space-sm);
  padding-top: var(--space-sm);
  border-top: 1px dashed rgba(134, 74, 53, .25);
}
.faq-answer p { margin: 0; font-size: var(--fs-sm); }
.a-badge { background: var(--color-base); color: var(--color-sub); }

/* --- よくある質問 詳細ページ（カテゴリー別・トップと同じアコーディオン）--- */
/* 質問カテゴリのプルダウン（見出し＋セレクト・茶色背景の上） */
.faq-cat-select {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  max-width: 920px;
  margin: 0 auto var(--space-xl);
}
.faq-cat-select-label {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  margin: 0;
  font-size: var(--fs-base);
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--color-sub);
}
.faq-cat-select-label i { font-size: .9em; opacity: .85; }
.faq-cat-select-field { position: relative; display: inline-block; }
/* カスタム矢印（シェブロン） */
.faq-cat-select-field::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-sub);
  border-bottom: 2px solid var(--color-sub);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.faq-cat-select-input {
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: var(--fs-base);
  color: var(--color-sub);
  background: var(--color-white);
  border: 1px solid rgba(134, 74, 53, .3);
  border-radius: 999px;
  padding: 13px 48px 13px 24px;
  min-width: min(360px, 82vw);
  cursor: pointer;
  letter-spacing: var(--letter-spacing);
}
.faq-cat-select-input:focus { outline: 2px solid rgba(255, 255, 255, .6); outline-offset: 2px; }
/* カテゴリーブロック（プルダウンのジャンプ先・スティッキーヘッダー分を補正） */
.faq-cat { max-width: 920px; margin: 0 auto; scroll-margin-top: 96px; }
.faq-cat + .faq-cat { margin-top: var(--space-xl); }
.faq-cat-ttl {
  color: var(--color-sub);
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: .08em;
  margin: 0 0 var(--space-md);
  padding-bottom: var(--space-xs);
  border-bottom: 1px solid rgba(134, 74, 53, .2);
}
/* FAQ詳細ページの地色はベースカラー（クリーム）に。白カードは影で区切る */
.page-faq .faq { background: var(--color-base); color: var(--color-sub); }
.page-faq .faq-item { box-shadow: 0 6px 18px rgba(134, 74, 53, .08); }

/* --- イベント（カレンダー・時計アイコン / 参考：l.png） PC=横4つ --- */
.section.event { padding-top: 20px; }
.section.event .section-heading { margin-bottom: var(--space-md); }
.event-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-md); }
.event-card { background: var(--color-white); border-radius: var(--radius-card); overflow: hidden; }
.event-thumb { display: block; }
.event-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.event-card .body { padding: var(--space-md); }
.event-card h3 { font-size: var(--fs-lg); margin: 0 0 var(--space-xs); }
/* トップページ「イベント・お知らせ」のカード見出しは控えめに */
.section.event .event-card h3 { font-size: var(--fs-base); line-height: 1.6; letter-spacing: .02em; }
.event-meta { font-size: var(--fs-sm); display: grid; gap: 6px; }
.event-meta span { display: flex; align-items: center; gap: var(--space-xs); }
.event-meta .icon-wrapper { width: 18px; color: var(--color-sub); }

/* --- アクセス（ロゴ + 情報 + 地図） ---
   grid-template-areas で配置：PC＝左列（情報→ボタン）／右列（地図、縦に2行分）
   SP＝情報→地図→ボタン の順に並べ替え（下のメディアクエリで上書き） */
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "info map" "cta map";
  gap: var(--space-xl);
}
.access-info { grid-area: info; }
.access-map  { grid-area: map; }
.access-cta  { grid-area: cta; }
.access-logo { margin: 0 0 var(--space-md); }
.access-logo img { width: auto; max-width: 280px; height: auto; }
/* ラベルの真下に内容が縦に並ぶよう整理 */
.access-table { margin: 0; }
.access-table dt {
  font-weight: 700;
  margin-top: var(--space-md);
  padding-bottom: 2px;
}
.access-table dt:first-child { margin-top: 0; }
.access-table dd {
  margin: 0;
  padding-bottom: var(--space-xs);
  border-bottom: 1px solid rgba(134, 74, 53, .15);
}
/* 交通：光が丘駅・平和台駅・練馬インターなど複数行のリスト表記 */
.access-routes-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
/* 「スタジオ詳細を見る」ボタン：grid-area配置のため間隔は grid の gap で確保（margin不要） */
.access-cta { margin: 0; align-self: start; }
/* 駐車場注釈リンク（小さめ） */
.parking-note {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: 4px;
  font-size: 12px;
  text-decoration: underline;
  opacity: .85;
}
.parking-note i { font-size: .8em; }
.access-map iframe, .access-map img { width: 100%; height: 100%; min-height: 320px; border: 0; border-radius: var(--radius); object-fit: cover; }

/* アクセスのみ地色を茶色に（イベント・コラムはベージュのまま） */
.section.access { background: var(--color-sub); color: var(--color-white); }
.section.access .section-heading .en,
.section.access .section-heading .ja { color: var(--color-white); }
.section.access .access-table dd { border-bottom-color: rgba(255, 255, 255, .25); }
.section.access .parking-note { color: var(--color-white); }
/* 茶背景上のCTAは白ベタ＋茶文字で目立たせる */
.section.access .btn-cta { background: var(--color-white); color: var(--color-sub); border-color: var(--color-white); }
.section.access .btn-cta:hover { background: var(--color-white); color: var(--color-sub); }

/* --- コラム・YouTube（サムネイル表示） --- */
.latest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xl); }
.latest-grid .latest-col:only-child { grid-column: 1 / -1; max-width: 600px; margin: 0 auto; }
.latest-title { border-bottom: var(--border); padding-bottom: var(--space-xs); margin-bottom: var(--space-md); }
/* コラム：サムネイル＋日付＋タイトル */
.column-list { display: grid; gap: var(--space-md); }
.column-card { display: flex; gap: var(--space-md); align-items: center; }
.column-thumb { flex: 0 0 auto; width: 96px; }
.column-thumb img { width: 96px; height: 72px; object-fit: cover; border-radius: 8px; }
.column-body { display: flex; flex-direction: column; gap: 2px; }
.column-body time { font-size: var(--fs-sm); opacity: .8; }
.column-ttl { font-weight: 500; }
/* YouTube：サムネイルグリッド */
.yt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-md); }
.yt-archive-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }
.yt-card { display: block; }
.yt-thumb { position: relative; display: block; border-radius: 8px; overflow: hidden; aspect-ratio: 16 / 9; }
.yt-thumb img { width: 100%; height: 100%; object-fit: cover; }
.yt-play {
  position: absolute; inset: 0; margin: auto;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(134, 74, 53, .85);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.yt-ttl { display: block; font-size: var(--fs-sm); margin-top: var(--space-xs); font-weight: 500; }

/* ==========================================================================
   フッター（白地・茶文字）
   ========================================================================== */
.site-footer {
  background: var(--color-white);
  color: var(--color-sub);
  border-top: var(--border);
}
.site-footer a { color: var(--color-sub); }
.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-xl);
  padding: var(--space-lg) 0;   /* CTA削除後の間延び解消（上下を詰める） */
  align-items: start;
}
/* ブランド（ロゴ→キャッチ→住所・営業時間→SNS） */
.footer-brand .site-logo { margin: 0 0 var(--space-md); line-height: 0; }
.footer-brand .site-logo img { width: auto; height: 56px; }
.footer-catch { font-weight: 500; margin: 0 0 var(--space-md); }
.footer-meta { font-size: var(--fs-sm); display: grid; gap: 4px; margin-bottom: var(--space-sm); }
.footer-meta p { margin: 0; }   /* 既定の段落余白を消して住所〜アクセスの行間を詰める */
.footer-map-link { text-decoration: underline; text-underline-offset: 2px; }
.footer-map-link:hover { opacity: .75; }
.footer-sns { display: flex; gap: var(--space-sm); }
.footer-sns .icon-wrapper {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-sub);
  color: var(--color-sub);
  font-size: 18px;
  transition: background var(--ease), color var(--ease);
}
.footer-sns a:hover .icon-wrapper { background: var(--color-sub); color: var(--color-white); opacity: 1; }
/* 右カラム（サイトマップ + CTA） */
.footer-right { display: grid; gap: var(--space-lg); justify-items: start; }
.footer-nav ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: var(--space-xs) var(--space-lg);
  font-size: var(--fs-sm);
}
.copyright { text-align: center; font-size: var(--fs-sm); padding: var(--space-md) 0; border-top: 1px solid rgba(134, 74, 53, .15); }
.footer-legal-link { margin-left: var(--space-sm); opacity: .75; text-decoration: underline; }

/* ==========================================================================
   下層ページ共通・アーカイブ
   ========================================================================== */
.page-title { text-align: center; padding: var(--space-xl) 0 0; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-md); }
.single-content { max-width: 800px; margin: 0 auto; }
.single-content .eyecatch img { border-radius: var(--radius); }
.selecttype-embed { margin-top: var(--space-lg); }
.single-cta { text-align: center; margin-top: var(--space-lg); }

/* ==========================================================================
   固定ページ用カスタムテンプレート（template-about / flow / youtube）
   ========================================================================== */
/* ページ共通ヒーロー */
.page-hero {
  position: relative;
  text-align: center;
  padding: var(--space-xl) var(--space-md);
  background: var(--color-base);
}
.page-hero .en {
  display: block;
  font-family: var(--font-heading-en);
  font-size: var(--fs-en-label);
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .8;
}
.page-hero .ja { font-size: var(--fs-h2); margin: var(--space-xs) 0 var(--space-sm); }
.page-hero .lead { max-width: 720px; margin: 0 auto; }

/* ページ共通CTAフッターブロック */
.page-cta {
  text-align: center;
  padding: var(--space-xl) var(--space-md);
  margin-top: var(--space-section);
  background: var(--color-white);
}
.page-cta .lead { margin-bottom: var(--space-md); }

/* --- 私たちのこと（template-about.php）専用 --- */
/* ヒーロー：ヘッダーに重なる全幅画像（高さは控えめ＝50〜60vh）＋左に白アーチパネル */
.about-hero {
  position: relative;
  height: clamp(220px, 38vh, 440px);   /* さらにスリムなバナー（35〜40vh目安） */
  overflow: hidden;
  background: var(--color-sub);
}
.about-hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
/* ヘッダー（白ロゴ/メニュー）の視認性確保のため上部のみ淡く暗く、下はクリアに */
.about-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(rgba(64,34,15,.34), rgba(64,34,15,.05) 38%, rgba(64,34,15,0) 60%);
  pointer-events: none;
}
/* 白い半透明アーチパネル（上部が綺麗な半円アーチ／左寄せ・透明感・コンパクト） */
.about-hero-arch {
  position: absolute;
  left: clamp(16px, 5vw, 80px);
  bottom: 0;
  z-index: 2;
  /* 幅・高さとも固定px＝どの画面幅・画面高でも常に同一サイズ・同一比率（393pxと480pxで完全一致） */
  width: 196px;
  height: 220px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* 高さ≥幅を保つので、この縦半径でも参考aのような自然で滑らかなアーチになる */
  border-radius: 50% 50% 0 0 / 40% 40% 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1.1vh, 9px);                /* アイコン〜見出し〜線〜英語をまとめる */
  padding: clamp(18px, 3.4vh, 32px) var(--space-sm) clamp(14px, 2.6vh, 24px);
  text-align: center;
}
.about-hero-arch .arch-icon {
  font-size: clamp(28px, 3vw, 34px);
  color: var(--color-sub);
  opacity: .9;
}
/* 日本語見出し（主役）：アイコンとバランスよく大きめに */
.about-hero-arch .arch-ja {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: .2em;
  font-weight: 700;
  color: var(--color-sub);
  margin: 0;
  text-indent: .2em;            /* letter-spacing分の中央寄せ補正 */
}
/* 見出し下の区切り線 */
.about-hero-arch .arch-divider {
  width: 28px;
  height: 1px;
  background: var(--color-sub);
  opacity: .4;
}
/* 英語（小さめ・下に配置） */
.about-hero-arch .arch-en {
  font-family: var(--font-heading-en);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--color-sub);
  opacity: .6;
  text-indent: .22em;
}

/* SP：アーチパネルが大きすぎるため縮小（PCの約6割） */
@media (max-width: 690px) {
  .about-hero-arch {
    width: 128px;
    height: 143px;
    gap: 4px;
    padding: 13px var(--space-xs) 10px;
  }
  .about-hero-arch .arch-icon { font-size: 19px; }
  .about-hero-arch .arch-ja { font-size: 14px; letter-spacing: .14em; }
  .about-hero-arch .arch-divider { width: 20px; }
  .about-hero-arch .arch-en { font-size: 9px; letter-spacing: .16em; }
}

/* セクション地色の切り替え（クリーム⇄白⇄茶）＋繊細な境界線で視覚リズム */
.about-sec { padding: var(--space-section) 0; }
.about-sec--cream { background: var(--color-base); }
.about-sec--white { background: var(--color-white); }
.about-sec + .about-sec,
.about-sec + .section.feature,
.section.feature + .about-sec { border-top: 1px solid rgba(134, 74, 53, .08); }

/* 2カラム（左画像／右テキスト・中央揃え）。reverse で 左テキスト／右画像 */
.about-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}
.about-col-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.about-col-txt { text-align: center; }   /* メッセージを際立たせる中央揃え */

/* About各セクション共通の見出し：英語ラベル（小）＋日本語見出し（大）。日本語を大きく */
.about-head { margin-bottom: var(--space-sm); }
.about-head-en,
.about-col-txt .en,
.about-photographer .en,
.about-thought .en {
  display: block;
  font-family: var(--font-heading-en);
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .55;
}
.about-head-ja,
.about-col-txt h2,
.about-photographer h2 {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.9vw, 30px);   /* 日本語見出しを一回り大きく */
  letter-spacing: .12em;
  line-height: 1.5;
  margin: 6px 0 var(--space-md);
}
.about-col-txt p { margin: 0 0 var(--space-sm); }
.about-col-txt p:last-child { margin-bottom: 0; }
/* 本文を左揃えにするテキストカラム（名前の由来・自己紹介） */
.about-col-txt--left { text-align: left; }
.about-col-txt--left .about-divider { margin-left: 0; }
/* reverse：画像は右へ（DOMは画像先頭→order で右に移動） */
.about-2col--reverse .about-col-img { order: 2; }

/* About共通の区切り線（見出し→線→本文） */
.about-divider {
  display: block;
  width: 48px;
  height: 2px;
  margin: var(--space-md) auto;
  background: var(--color-sub);
  opacity: .5;
}
.about-divider--sp-only { display: none; }

/* 始めたきっかけ・名前の由来：全幅・見出し→線→ブロック（小見出し→テキスト→写真） */
.about-reason .inner { text-align: center; }
.reason-blocks {
  display: grid;
  gap: var(--space-xl);
  max-width: 820px;
  margin: var(--space-lg) auto 0;
}
/* ブロック内は写真と左端を揃えて左揃え */
.reason-block { text-align: left; }
.reason-block-ttl {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: .08em;
  margin: 0 0 var(--space-sm);
}
.reason-block-text {
  font-size: 15px;
  line-height: 1.95;
  text-align: left;          /* 長文は左揃えで読みやすく */
  margin: 0 0 var(--space-md);
}
.reason-block-text p { margin: 0 0 var(--space-sm); }
.reason-block-text p:last-child { margin-bottom: 0; }
.reason-block-img { margin: 0; }   /* 写真は最後 */
.reason-block-img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
}

/* テキスト上の小見出し（自己紹介など） */
.about-subhead {
  font-family: var(--font-heading);
  font-size: clamp(17px, 2vw, 20px);
  letter-spacing: .06em;
  margin: 0 0 var(--space-sm);
}

/* ① 想い：全要素中央揃え */
.about-thought .inner { text-align: center; }
.about-thought .about-head { margin-bottom: var(--space-xs); }
/* 想いのメッセージ文：見出しより控えめ＋上品な区切り線 */
.thought-message {
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.9vw, 20px);
  letter-spacing: .08em;
  line-height: 1.9;
  font-weight: 500;
  max-width: 760px;
  margin: 0 auto var(--space-md);
}
.thought-message::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: var(--space-md) auto 0;
  background: var(--color-sub);
  opacity: .5;
}
/* 「想い」本文：中央揃え・最大幅で上下にスッと読ませる */
.about-thought-lead {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: .04em;
}
.about-thought-lead p { margin: 0; }
.about-thought-lead p + p { margin-top: var(--space-sm); }

/* ① 想い：横スクロール無限ループスライダー（中田工芸様参考／16:9） */
.thought-slider {
  margin-top: var(--space-xl);
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.thought-track {
  display: flex;
  width: max-content;
  animation: thought-scroll 45s linear infinite;
}
.thought-slider:hover .thought-track { animation-play-state: paused; }
.thought-slide {
  flex: 0 0 auto;
  width: clamp(260px, 30vw, 440px);
  margin-right: var(--space-md);
}
.thought-slide img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}
@keyframes thought-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }   /* 2セット並べた半分＝1セット分でシームレス */
}
@media (prefers-reduced-motion: reduce) {
  .thought-track { animation: none; }
}

/* イベント詳細ページのカメラマン紹介：見出し→写真→本文の縦並び */
.photographer-photo { max-width: 480px; margin: 0 auto var(--space-lg); }
.photographer-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); display: block; }

/* ④ 自己紹介：2カラム（左写真／右テキスト左揃え）。プロフィールは本文下に表示 */
.about-col-txt .pf-name {
  font-family: var(--font-heading);
  font-size: var(--fs-lg);
  letter-spacing: .06em;
  margin: var(--space-md) 0 4px;
}
.about-col-txt .pf-text {
  font-size: var(--fs-sm);
  line-height: 1.9;
  margin: 0;
}

/* 予約CTA（背景に写真を透過オーバーレイ／存在感のある安心バンド） */
.about-cta {
  position: relative;
  background: var(--color-sub);
  color: var(--color-white);
  text-align: center;
  padding: clamp(56px, 9vh, 104px) var(--space-md);
  overflow: hidden;
}
/* 背景写真：地色の上に薄く透過して敷く（目を引く質感） */
.about-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .26;
  mix-blend-mode: luminosity;   /* 茶のトーンに馴染ませる */
}
.about-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(64,34,15,.55), rgba(64,34,15,.7));
}
.about-cta .inner { position: relative; z-index: 1; max-width: 760px; }
.about-cta-micro {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: var(--fs-sm);
  margin: 0 0 var(--space-md);
}
.about-cta-ttl {
  color: var(--color-white);
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: .08em;
  line-height: 1.7;
  margin: 0 0 var(--space-sm);
}
.about-cta-sub { font-size: var(--fs-sm); opacity: .9; margin: 0 0 var(--space-lg); }
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  background: var(--color-white);
  color: var(--color-sub);
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 19px);
  padding: clamp(16px, 2.2vh, 22px) clamp(36px, 6vw, 72px);
  border-radius: var(--radius-btn);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
  transition: transform var(--ease), box-shadow var(--ease);
}
.about-cta-btn:hover {
  transform: translateY(-3px);
  opacity: 1;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .36);
}
.about-cta-btn i { font-size: .8em; }
.about-cta-note { font-size: var(--fs-sm); opacity: .8; margin: var(--space-md) 0 0; }

/* ==========================================================================
   撮影プラン（一覧 archive-plan / 詳細 single-plan）
   ========================================================================== */
.plan-price { font-weight: 700; margin: 0; }   /* 単一料金表記 */

/* --- 一覧：ページ見出し --- */
.plan-archive-head { text-align: center; padding: var(--space-section) 0 0; }
.plan-archive-head .en {
  display: block;
  font-family: var(--font-heading-en);
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .55;
}
.plan-archive-head .ja { font-size: clamp(24px, 3vw, 32px); letter-spacing: .14em; margin: var(--space-xs) 0 var(--space-sm); }
.plan-archive-head .lead { max-width: 640px; margin: 0 auto; font-size: var(--fs-sm); }

/* 一覧：セクション見出しは中央揃え＋線とカードの間を広めに */
.page-plan-archive .about-head { text-align: center; }
.page-plan-archive .plan-archive-grid { margin-top: var(--space-xl); }
.page-plan-archive .option-grid { margin-top: var(--space-md); }

/* --- 一覧 セクションA：撮影プラン（PC=3カラム） --- */
.plan-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }
.plan-archive-card {
  background: var(--color-white);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 18px rgba(134, 74, 53, .08);   /* 白地・クリーム地どちらでも浮かせる */
  transition: transform var(--ease), box-shadow var(--ease);
}
.plan-archive-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(134, 74, 53, .16); }
.plan-archive-thumb { display: block; overflow: hidden; }
.plan-archive-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform var(--ease); }
.plan-archive-card:hover .plan-archive-thumb img { transform: scale(1.05); }
.plan-archive-body { padding: var(--space-md); display: flex; flex-direction: column; gap: var(--space-xs); flex: 1; }
.plan-archive-ttl { font-size: var(--fs-lg); letter-spacing: .06em; margin: 0; }
.plan-archive-ttl a { color: var(--color-sub); }
.plan-archive-price { font-weight: 700; margin: 0; }
.plan-archive-btn { align-self: flex-start; margin-top: auto; }
.plan-empty { text-align: center; opacity: .7; }

/* --- 一覧 セクションB：オプション（PC=4カラム・カードはプランと同じ見せ方） --- */
.option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-md); }
.option-grid .plan-archive-body { padding: var(--space-md); gap: 6px; }
.option-grid .plan-archive-ttl { font-size: var(--fs-base); }
.option-grid .plan-archive-price { font-size: 12px; }
.option-grid .plan-archive-btn { font-size: var(--fs-sm); }
/* 一覧ページのタグ（撮影プラン・オプション共通）を小さく */
.page-plan-archive .plan-tags li { font-size: 12px; }

/* --- 詳細：ヒーロー（タイトル・サブ・金額・タグ） --- */
.single-plan .plan-hero { text-align: center; padding: var(--space-section) 0 var(--space-xl); }
.single-plan .plan-hero .en {
  display: block;
  font-family: var(--font-heading-en);
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .55;
}
.plan-hero-ttl { font-size: clamp(24px, 3.4vw, 36px); letter-spacing: .1em; line-height: 1.5; margin: var(--space-xs) 0 var(--space-sm); }
.plan-hero-sub { max-width: 680px; margin: 0 auto var(--space-lg); font-size: 15px; line-height: 1.95; }
.plan-hero-img { margin: 0 auto var(--space-lg); max-width: 900px; }
.plan-hero-img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); }
.plan-hero-img--32 img { aspect-ratio: 3 / 2; }
.plan-hero-meta { display: flex; flex-direction: column; align-items: center; gap: var(--space-sm); }
.plan-hero-price { font-family: var(--font-heading); font-size: clamp(18px, 2.2vw, 24px); font-weight: 700; letter-spacing: .04em; margin: 0; }
.plan-hero-meta .plan-tags { justify-content: center; }

/* 詳細：各セクション見出しは中央揃えに統一（流れセクションの崩れも解消） */
.single-plan .about-head { text-align: center; }
/* 線（区切り）と本文／写真の間をもう少し広げて心地よく */
.single-plan .plan-sec .about-divider { margin-bottom: var(--space-lg); }

/* 詳細：セクション共通 */
.plan-sec .plan-narrow { max-width: 820px; }
.plan-wysiwyg { font-size: 15px; line-height: 1.95; }
.plan-wysiwyg p { margin: 0 0 var(--space-md); }
.plan-wysiwyg h2, .plan-wysiwyg h3 { letter-spacing: .06em; margin: var(--space-lg) 0 var(--space-sm); }
.plan-wysiwyg img { border-radius: var(--radius); height: auto; }
.plan-wysiwyg ul, .plan-wysiwyg ol { margin: 0 0 var(--space-md); padding-left: 1.4em; }
.plan-wysiwyg li { margin: 0 0 4px; }
/* 注意事項：見出し＋テキストのカード一覧（FAQカードと同じ白カードスタイル） */
.plan-notes-list { display: grid; gap: var(--space-md); }
/* 注意事項カード：見出し→区切り線→本文（.faq-item のカード枠を流用、バッジなし） */
.plan-notes-q { margin: 0; font-size: var(--fs-lg); font-weight: 700; letter-spacing: .02em; }
.plan-notes-a {
  margin-top: var(--space-sm);
  padding-top: var(--space-sm);
  border-top: 1px dashed rgba(134, 74, 53, .25);
}
.plan-notes-a p { margin: 0; font-size: var(--fs-sm); line-height: 1.9; }

/* プラン詳細：複数セクション（見出し＋本文＋写真）を縦に並べる */
.plan-detail-sections { display: grid; gap: var(--space-xl); margin-top: var(--space-lg); }
.plan-detail-section-ttl { font-size: clamp(18px, 2.2vw, 22px); letter-spacing: .06em; margin: 0 0 var(--space-sm); }
.plan-detail-section-photo { margin: var(--space-md) 0 0; }
.plan-detail-section-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); }

/* 撮影ポリシー：セクションごとの写真（1枚=全幅／2枚=PC横並び・SP縦並び） */
.policy-section-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
  margin-top: var(--space-lg);
}
.policy-section-photos.is-single { grid-template-columns: 1fr; }
.policy-section-photos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
@media (max-width: 690px) {
  .policy-section-photos { grid-template-columns: 1fr; }
}

/* 詳細：撮影事例（ギャラリー連動、一覧ページと同じ .gallery-card を流用） */

/* 詳細：撮影と納品の流れ（タイムライン） */
.event-sample-lead { max-width: 820px; margin: 0 auto var(--space-lg); text-align: center; line-height: 1.9; }
.event-sample-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-md); }
.event-sample-card { background: var(--color-white); border-radius: var(--radius-card); overflow: hidden; margin: 0; }
.event-sample-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.event-sample-card figcaption { padding: var(--space-sm) var(--space-md); }
.event-sample-heading { font-weight: 700; letter-spacing: .02em; margin: 0 0 2px; }
.event-sample-text { font-size: var(--fs-sm); line-height: 1.7; margin: 0; opacity: .85; }
@media (max-width: 690px) {
  .event-sample-grid { grid-template-columns: 1fr; }
}

.plan-flow { max-width: 820px; margin: 0 auto; position: relative; }
.plan-flow::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 23px; width: 2px; background: var(--color-sub); opacity: .25; }
.plan-flow-step { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: var(--space-md); align-items: start; margin-bottom: var(--space-lg); }
.plan-flow-step:last-child { margin-bottom: 0; }
.plan-flow-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--color-sub);
  color: var(--color-white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading-en);
  position: relative; z-index: 1;
}
.plan-flow-body h3 { font-size: var(--fs-lg); letter-spacing: .04em; margin: 6px 0 4px; }
.plan-flow-body p { font-size: var(--fs-sm); line-height: 1.9; margin: 0; }

/* 詳細：FAQ（アコーディオン。カードは共通の .faq-item を再利用） */
.plan-faq { display: grid; gap: var(--space-md); }
.plan-faq-a .a-badge { background: var(--color-base); color: var(--color-sub); }

/* 詳細：戻る・セレクトタイプ埋め込み */
.plan-selecttype-embed { margin-top: var(--space-lg); background: var(--color-white); border-radius: var(--radius); padding: var(--space-md); }
.plan-back { text-align: center; padding: var(--space-lg) var(--space-md) 0; }

/* 詳細：その他のプラン（撮影プラン／オプションのピックアップ・白カード） */
.plan-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-md);
}
.plan-related-grid .plan-archive-ttl { font-size: var(--fs-base); }
.plan-related-grid .plan-archive-price { font-size: 12px; }
.plan-related-grid .plan-tags li { font-size: 12px; }
.plan-related-grid .plan-archive-btn { font-size: var(--fs-sm); }

/* --- イベント詳細：開催概要カード（日時・場所・金額）--- */
.event-info {
  max-width: 720px;
  margin: 0 auto;
  background: var(--color-white);
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.about-sec--white .event-info { background: var(--color-base); }
.event-info-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: var(--space-md);
  padding: var(--space-md) var(--space-lg);
}
.event-info-row + .event-info-row { border-top: 1px solid rgba(134, 74, 53, .15); }
.event-info-row dt {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  font-weight: 700;
  letter-spacing: .04em;
}
.event-info-row dt i { width: 1.1em; text-align: center; opacity: .8; }
.event-info-row dd { margin: 0; line-height: 1.8; }
.event-map { margin-top: var(--space-sm); border-radius: var(--radius); overflow: hidden; line-height: 0; }
.event-map iframe { display: block; }

/* 会社概要：概要テーブル＋アクセス地図 */
.company-table {
  max-width: 720px;
  margin: 0 auto;
  background: var(--color-white);
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.about-sec--white .company-table { background: var(--color-base); }
.company-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: var(--space-md);
  padding: var(--space-md) var(--space-lg);
}
.company-row + .company-row { border-top: 1px solid rgba(134, 74, 53, .15); }
.company-row dt { font-weight: 700; letter-spacing: .04em; margin: 0; }
.company-row dd { margin: 0; line-height: 1.8; }
.company-map { border-radius: var(--radius); overflow: hidden; line-height: 0; }
.company-map iframe { display: block; }
@media (max-width: 600px) {
  .company-row { grid-template-columns: 1fr; gap: 4px; padding: var(--space-md); }
}
@media (max-width: 600px) {
  .event-info-row { grid-template-columns: 1fr; gap: 4px; padding: var(--space-md); }
}

/* --- アクセス詳細ページ：外観写真／駅・IC概要／最寄り駅の道順 --- */
.access-exterior { max-width: 900px; margin: var(--space-lg) auto 0; }
.access-exterior img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius); }

/* スタジオ紹介：写真は2列にせず、1枚ずつ縦に並べる（＋ボタンで増やしても同じ幅で積み重なる） */
.access-studio-photos { display: grid; grid-template-columns: 1fr; gap: var(--space-md); margin-top: var(--space-md); }
.access-studio-photos img { width: 100%; max-width: 720px; margin: 0 auto; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius); }

.access-route-lead {
  max-width: 980px;
  margin: var(--space-lg) auto 0;
  font-size: var(--fs-lg);
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-sub);
}

.access-route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  max-width: 980px;
  margin: var(--space-lg) auto 0;
}
.access-route-card {
  background: var(--color-white);
  border-radius: var(--radius-card);
  padding: var(--space-md);
  display: flex;
  align-items: center;
  gap: var(--space-md);
}
.access-route-card .icon-wrapper {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-base);
  color: var(--color-sub);
  font-size: 22px;
}
.access-route-card .route-label { font-weight: 700; letter-spacing: .02em; margin: 0 0 2px; }
.access-route-card .route-text { font-size: var(--fs-sm); opacity: .85; margin: 0; }

.access-stations { max-width: 720px; margin: var(--space-lg) auto 0; }
.access-station { margin-bottom: var(--space-lg); }
.access-station:last-child { margin-bottom: 0; }
.access-station-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-lg);
  letter-spacing: .04em;
  margin: 0 0 var(--space-sm);
}
.access-station-ttl i { color: var(--color-sub); }
.access-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-sm); }
.access-steps li { display: flex; gap: var(--space-sm); align-items: flex-start; font-size: var(--fs-sm); line-height: 1.9; }
.access-steps .step-num {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-sub);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading-en);
  font-size: 12px;
}
@media (max-width: 780px) {
  .access-route-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   コラム・お知らせ（一覧・絞り込み・詳細）
   ========================================================================== */
/* 絞り込み：PCはチップ、スマホはプルダウン */
.column-filter { margin: 0 0 var(--space-lg); }
.column-chips { display: flex; flex-wrap: wrap; gap: var(--space-xs); justify-content: center; }
.column-chip {
  font-family: inherit;
  font-size: var(--fs-sm);
  letter-spacing: .02em;
  color: var(--color-sub);
  background: var(--color-white);
  border: 1px solid var(--color-sub);
  border-radius: 999px;
  padding: 8px 18px;
  cursor: pointer;
  transition: background var(--ease), color var(--ease);
}
.column-chip:hover { background: rgba(134, 74, 53, .08); }
.column-chip.is-active { background: var(--color-sub); color: var(--color-white); }
.column-filter-field { display: none; }   /* スマホのみ表示 */
.column-filter-input {
  width: 100%;
  font-family: inherit;
  font-size: var(--fs-base);
  color: var(--color-sub);
  background: var(--color-white);
  border: 1px solid var(--color-sub);
  border-radius: var(--radius);
  padding: 12px 16px;
}

/* 一覧：リスト形式（サムネ＋本文） */
.column-archive-list { max-width: 880px; margin: 0 auto; display: grid; gap: var(--space-md); }
.column-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: var(--space-lg);
  background: var(--color-white);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(134, 74, 53, .08);
  transition: transform var(--ease), box-shadow var(--ease);
}
.column-row:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(134, 74, 53, .16); }
.column-row-thumb { display: block; overflow: hidden; }
.column-row-thumb img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform var(--ease); }
.column-row:hover .column-row-thumb img { transform: scale(1.05); }
.column-row-body { padding: var(--space-md) var(--space-md) var(--space-md) 0; display: flex; flex-direction: column; gap: var(--space-xs); }
.column-row-meta { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-sm); font-size: var(--fs-sm); }
.column-row-meta time { color: var(--color-sub); opacity: .75; letter-spacing: .04em; }
.column-cats { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.column-cats li {
  font-size: 12px;
  letter-spacing: .02em;
  color: var(--color-sub);
  background: var(--color-base);
  border-radius: 999px;
  padding: 2px 12px;
}
.column-row-ttl { font-size: var(--fs-lg); line-height: 1.5; margin: 0; }
.column-row-ttl a { color: var(--color-sub); }
.column-row-ttl a:hover { opacity: .8; }
.column-row-excerpt { font-size: var(--fs-sm); line-height: 1.8; margin: 0; opacity: .9; }
.column-empty-filter { text-align: center; margin-top: var(--space-lg); }

/* 詳細：日付＋カテゴリーのメタ */
.column-single-meta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: var(--space-sm); margin: var(--space-xs) 0 var(--space-sm); }
.column-single-meta time { font-size: var(--fs-sm); opacity: .75; letter-spacing: .04em; }
.column-content { margin-top: var(--space-sm); }
.single-column .plan-related-grid .column-row-meta { display: block; font-size: 12px; opacity: .75; margin-bottom: 4px; }

@media (max-width: 690px) {
  .column-chips { display: none; }            /* スマホはチップを隠す */
  .column-filter-field { display: block; }     /* スマホはプルダウン表示 */
  .column-row { grid-template-columns: 1fr; gap: 0; }
  .column-row-thumb img { aspect-ratio: 16 / 9; }
  .column-row-body { padding: var(--space-md); }
}

/* プラン詳細：PCでも追従予約ボタンを表示（通常はPC非表示のためページ個別で有効化） */
body.single-plan .floating-cta { display: inline-flex; }

/* イベント詳細：フローティング予約ボタン（CTAへアンカー） */
/* 詳細ページではイベント専用ボタンを使うため、共通の追従CTAは隠す（重なり防止） */
body.single-event .floating-cta { display: none; }
#event-cta { scroll-margin-top: 80px; }
.event-float-cta {
  position: fixed;
  right: var(--space-md);
  bottom: var(--space-md);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  background: var(--color-accent);
  color: var(--color-white);
  font-weight: 700;
  letter-spacing: .04em;
  padding: 14px 24px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(64, 34, 15, .28);
  transition: opacity var(--ease), transform var(--ease), visibility var(--ease);
}
.event-float-cta:hover { color: var(--color-white); transform: translateY(-2px); opacity: .92; }
.event-float-cta.is-hidden { opacity: 0; visibility: hidden; transform: translateY(12px); pointer-events: none; }
@media (max-width: 600px) {
  .event-float-cta { left: var(--space-md); right: var(--space-md); justify-content: center; padding: 14px 20px; }
}

/* --- 撮影の流れ 詳細ページ（SCFステップ：Step→見出し→テキスト→写真）--- */
.page-flow .about-head { text-align: center; }
.flow-rows { display: grid; gap: var(--space-md); max-width: 1040px; margin: 0 auto; }
/* ステップ間の連結矢印（時系列を示す丸ノード＋下向きシェブロン） */
.flow-arrow { display: flex; justify-content: center; }
.flow-arrow-node {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid rgba(134, 74, 53, .25);
  box-shadow: 0 4px 12px rgba(134, 74, 53, .08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-sub);
  font-size: 16px;
}
/* PC：左テキスト・右写真 */
.flow-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.flow-row-step {
  display: inline-flex;
  align-items: baseline;
  gap: .4em;
  margin: 0 0 var(--space-xs);
  font-family: var(--font-heading-en);
  color: var(--color-sub);
}
.flow-row-step-label { font-size: var(--fs-sm); letter-spacing: .22em; opacity: .65; }
.flow-row-step-num { font-size: clamp(28px, 4vw, 40px); font-weight: 700; line-height: 1; letter-spacing: .04em; }
.flow-row-ttl { font-size: clamp(20px, 2.6vw, 28px); letter-spacing: .06em; line-height: 1.5; margin: 0 0 var(--space-sm); }
.flow-row-text { font-size: 15px; line-height: 1.95; margin: 0; }
/* 「ご予約申込」ステップ用：控えめ（コンパクト）な予約ボタン */
.flow-row-btn {
  margin-top: var(--space-md);
  padding: 9px 22px;
  font-size: var(--fs-sm);
  font-weight: 500;
}
.flow-row-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }

/* --- Flow: タイムライン形式 --- */
.flow-timeline {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.flow-timeline::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 40px;
  width: 2px;
  background: var(--color-sub);
  opacity: .35;
}
.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--space-lg);
  align-items: start;
  margin-bottom: var(--space-lg);
}
.flow-step:last-child { margin-bottom: 0; }
.flow-step .num {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--color-sub);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading-en);
  font-size: var(--fs-h3);
  position: relative;
  z-index: 1;
}
.flow-step .panel {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 240px;
}
.flow-step .panel .body { padding: var(--space-md); }
.flow-step .panel h3 { font-size: var(--fs-lg); margin: 0 0 var(--space-xs); }
.flow-step .panel img { width: 100%; height: 100%; object-fit: cover; }

/* --- YouTube: 動画グリッド --- */
.youtube-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}
.youtube-card {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
}
.youtube-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.youtube-thumb img { width: 100%; height: 100%; object-fit: cover; }
.youtube-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60px; height: 60px;
  background: rgba(134, 74, 53, .85) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat center / 24px;
  border-radius: 50%;
}
.youtube-card .title { padding: var(--space-sm) var(--space-md); font-weight: 500; }

/* ==========================================================================
   レスポンシブ
   モバイル: 361-690 / タブレット: 691-990 / スモールPC: 991-1280 / PC: 1190-1920
   ========================================================================== */
/* スモールPC */
@media (max-width: 1280px) {
  :root { --content-max: 991px; }
}

/* タブレット（691-990） */
@media (max-width: 990px) {
  :root {
    --fs-h2: 28px;
    --space-section: 64px;
  }
  .feature-grid, .plan-list, .archive-grid, .yt-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .event-list { grid-template-columns: repeat(2, 1fr); }   /* 4→2列 */
  .gallery-grid { grid-template-columns: repeat(3, 1fr); column-gap: var(--space-md); row-gap: var(--space-lg); }
  /* 撮影プラン：タブレット／スマホ
     プランは横長カード（画像左・本文右）で縦の高さを短く、オプションは2列 */
  .plan-archive-grid { grid-template-columns: 1fr; gap: var(--space-md); }
  .plan-archive-grid .plan-archive-card { flex-direction: row; align-items: stretch; }
  .plan-archive-grid .plan-archive-thumb { flex: 0 0 38%; }
  .plan-archive-grid .plan-archive-thumb img { height: 100%; aspect-ratio: auto; }
  /* イベント一覧は本文が短く画像が縦に伸びてしまうため、画像比率を4:3で固定 */
  .page-event-archive .plan-archive-card { align-items: flex-start; }
  .page-event-archive .plan-archive-thumb img { height: auto; aspect-ratio: 4 / 3; }
  .option-grid { grid-template-columns: repeat(2, 1fr); }
  .access-grid, .latest-grid { grid-template-columns: 1fr; }
  .about-top { grid-template-columns: 1fr; gap: var(--space-lg); }
  /* About us（トップ）：縦積み（上テキスト・下写真）。
     minmax(0,1fr)で横スライダーのmax-content幅に列が引っ張られるのを防ぐ */
  .about-intro { grid-template-columns: minmax(0, 1fr); gap: var(--space-lg); }
  /* 撮影の流れ：SP/タブレットは縦積み（見出し→テキスト→写真の順） */
  .flow-row { grid-template-columns: 1fr; gap: var(--space-md); }
  .about-intro-media { min-width: 0; overflow: hidden; }
  /* iPad（タブレット）でも縦積み時はテキストを中央揃え */
  .about-intro-txt,
  .about-intro-txt .about-bigcopy { text-align: center; }
  /* タブレット以下はコンセプト写真を横スライドに（縦→横へ切替）。
     高さを固定し、写真は高さ100%＋aspect-ratioで幅を算出（潰れ防止） */
  .about-vslider {
    height: clamp(160px, 42vw, 220px);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  }
  .about-vtrack { flex-direction: row; align-items: stretch; height: 100%; width: max-content; animation-name: about-hscroll; }
  .about-vslide {
    height: 100%;
    width: auto;
    margin: 0 var(--space-md) 0 0;
  }
  /* About下部2枚：タブレットはバランスよく等分配置 */
  .about-photos { grid-template-columns: 1fr 1fr; align-items: center; }
  .about-photo-small { margin-top: 0; }
  .youtube-grid { grid-template-columns: repeat(2, 1fr); }
  /* 私たちのこと：2カラム→1カラム（既定は画像上・テキスト下） */
  .about-2col { grid-template-columns: 1fr; gap: var(--space-lg); }
  .about-2col--reverse .about-col-img { order: 0; }
  /* 名前の由来・始めたきっかけ：SPはテキスト上・画像下（orderで制御） */
  .about-2col--sp-txtfirst .about-col-txt { order: -1; }

  /* MV中央ロゴを一回り小さく（背景写真を活かす） */
  .mv-logo img { width: min(42vw, 260px); }

  /* ナビをハンバーガー＋ドロワーに切替 */
  .global-nav { display: none; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }

  /* フッター：センター揃え＋サイトマップ非表示 */
  .footer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; }
  .footer-meta { justify-items: center; }
  .footer-sns { justify-content: center; }
  .footer-right { justify-items: center; }
  .footer-nav { display: none; }   /* サイトマップ非表示 */

  /* 追従CTA：スマホ・タブレットでのみ表示 */
  .floating-cta { display: inline-flex; }
}

/* モバイル（361-690） */
@media (max-width: 690px) {
  :root {
    --fs-h2: 24px;
    --fs-base: 15px;
    --space-section: 48px;
    --header-height: 64px;
  }
  .feature-grid, .archive-grid, .yt-archive-grid { grid-template-columns: 1fr; }
  .about-divider--sp-only { display: block; width: 96px; }
  /* トップ・アクセス：SPのみ 情報→地図→ボタン の順に並べ替え、ボタンは中央配置 */
  .access-grid { grid-template-areas: "info" "map" "cta"; }
  .access-cta { text-align: center; margin-top: var(--space-md); }
  /* TOPの撮影プラン：スマホは横スライド（縦積みの間延び防止） */
  .plan-list {
    display: flex;
    grid-template-columns: none;
    gap: var(--space-md);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--space-md);
    -webkit-overflow-scrolling: touch;
    padding-bottom: var(--space-sm);
    margin-inline: calc(var(--space-md) * -1);
    padding-inline: var(--space-md);
  }
  .plan-list > * {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  /* スマホは縦長を緩和：画像を低め＆本文の余白を少し詰める */
  .plan-list .plan-thumb img { aspect-ratio: 3 / 2; }
  .plan-list .plan-card .body { gap: 4px; padding: var(--space-sm) var(--space-md) var(--space-md); }
  .plan-list .plan-tags { margin: 2px 0; }
  /* TOPのイベント一覧：スマホは横スライド（縦積みの間延び防止） */
  .event-list {
    display: flex;
    grid-template-columns: none;
    gap: var(--space-md);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--space-md);
    -webkit-overflow-scrolling: touch;
    padding-bottom: var(--space-sm);
    margin-inline: calc(var(--space-md) * -1);
    padding-inline: var(--space-md);
  }
  .event-list .event-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .event-card h3 { font-size: var(--fs-base); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); column-gap: var(--space-md); }
  /* トップページのギャラリー（撮影写真）：スマホは横スライド（縦積みの間延び防止） */
  .gallery .gallery-grid {
    display: flex;
    grid-template-columns: none;
    gap: var(--space-md);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--space-md);
    -webkit-overflow-scrolling: touch;
    padding-bottom: var(--space-sm);
    margin-inline: calc(var(--space-md) * -1);
    padding-inline: var(--space-md);
  }
  .gallery .gallery-grid .gallery-card {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }
  /* ギャラリー一覧：スマホは1列（全情報を表示） */
  .page-gallery-archive .gallery-archive-grid { grid-template-columns: 1fr; row-gap: var(--space-lg); }
  /* 撮影事例詳細「その他の事例」：スマホのみ横スライド（縦積みの間延び防止） */
  .single-gallery .gallery-related-grid {
    display: flex;
    grid-template-columns: none;
    gap: var(--space-md);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--space-md);
    -webkit-overflow-scrolling: touch;
    padding-bottom: var(--space-sm);
    margin-inline: calc(var(--space-md) * -1);
    padding-inline: var(--space-md);
  }
  .single-gallery .gallery-related-grid .gallery-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .feature-card { align-items: center; }
  /* 撮影プラン：スマホは縦カードに戻し、画像は4:3で高さを固定（縦長化・間延びを防止） */
  .plan-archive-grid .plan-archive-card { flex-direction: column; align-items: stretch; }
  .plan-archive-grid .plan-archive-thumb { flex: none; }
  .plan-archive-grid .plan-archive-thumb img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
  .plan-flow::before { left: 19px; }
  .plan-flow-step { grid-template-columns: 40px 1fr; gap: var(--space-sm); }
  .plan-flow-num { width: 40px; height: 40px; }

  /* サブコピーをスマホのみ2行に改行 */
  .br-sp { display: inline; }

  /* About us（トップ）：スマホはテキスト中央揃え */
  .about-intro-txt,
  .about-intro-txt .about-bigcopy { text-align: center; }

  /* コンセプトを読むボタンを一回り小さく */
  .about-btn { padding: 10px 20px; font-size: var(--fs-sm); }

  /* 撮影の流れ：アイコン＋見出しは中央、本文は左揃えを維持 */
  .flow-item { flex-direction: column; align-items: center; text-align: center; gap: var(--space-sm); }
  .flow-body { width: 100%; }
  .flow-body h3 { text-align: center; }
  .flow-body p { text-align: left; }

  /* About：スマホは写真を2枚のみ（上部の1枚を非表示／下部の大小2枚を表示） */
  .about-photo { display: none; }
  .about-photos { grid-template-columns: 1fr; gap: var(--space-md); }
  .about-photo-small { margin-top: 0; }

  /* スマホは元のvh基準に戻しつつ、100vhより少しだけ低く */
  .mv { height: 88vh; min-height: 0; }

  /* MV中央ロゴをさらに小さく（背景が隠れすぎないように） */
  .mv-logo img { width: min(48vw, 190px); }

  /* 追従CTAはコンパクトに */
  .floating-cta { padding: 12px 18px; font-size: var(--fs-sm); }

  /* 関連カード（その他のイベント／その他のプラン／撮影の流れのプラン等）：
     スマホのみ横スライド（縦積みの間延び防止）＋画像16:9で縦伸び防止 */
  .event-related-grid,
  .plan-related-grid {
    display: flex;
    grid-template-columns: none;
    gap: var(--space-md);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--space-md);
    -webkit-overflow-scrolling: touch;
    padding-bottom: var(--space-sm);
    margin-inline: calc(var(--space-md) * -1);   /* 端まで使い、次カードを覗かせる */
    padding-inline: var(--space-md);
  }
  .event-related-grid .plan-archive-card,
  .plan-related-grid .plan-archive-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .event-related-grid .plan-archive-thumb img,
  .plan-related-grid .plan-archive-thumb img { aspect-ratio: 16 / 9; height: auto; }

  /* テンプレート系：モバイルでは1カラム＆タイムラインを簡素化 */
  .youtube-grid { grid-template-columns: 1fr; }
  .flow-timeline::before { left: 24px; }
  .flow-step { grid-template-columns: 48px 1fr; gap: var(--space-md); }
  .flow-step .num { width: 48px; height: 48px; font-size: var(--fs-lg); }
  .flow-step .panel { grid-template-columns: 1fr; }
  .flow-step .panel img { aspect-ratio: 16 / 9; }
}
