@charset "UTF-8";
/* =========================================================
   JIDIC 一般社団法人訪日観光デジタルインフラ協議会 公式サイト
   トーン: ネイビー×ゴールド（官公庁系フォーマル・和のディテール）
   規約: gonmura-design-rules base-rules 準拠
   - コンテンツ最大幅 1100px / SP 左右 20px
   - ヘッダー左右 60px / vw フォント不使用
   - 欧文・数字は .en / .num（欧文フォント）
   脱AIデザイン方針（2026-07-29 X・Web リサーチ反映）:
   - 装飾用の色付き上/左ボーダー・均質カードグリッドの羅列を使わない
   - 区切りは「余白 → 背景明度シフト → ヘアライン罫線」の順で弱い手段から
   - 背景・文字色は純グレー/純白を避けて紺・生成りへわずかに寄せる
   - 見出しは明朝 + palt 詰め・ジャンプ率を大きく、非対称レイアウトを基本
   - モーションは transform/opacity のみ・reduced-motion で全停止
   ========================================================= */

:root {
  --gold-700: #8a6a1f; /* 白背景上の小さめゴールド文字用（WCAG AA 4.5:1 対応） */
  --brand-navy: #0b264d; /* JIDIC ロゴの指定色（サイトの --navy-900 とは別値・ロゴにのみ使う） */
  --navy-950: #071026;
  --navy-900: #0a1633;
  --navy-800: #0f1f45;
  --navy-700: #16294f;
  --navy-600: #1e3560;
  --gold-600: #a37f2c;
  --gold-500: #b8923a;
  --gold-400: #c9a24b;
  --gold-300: #d9b45e;
  --gold-100: #f3e9d2;
  --silver-400: #a9b2c2; /* 会員ランク演出用シルバー（正会員カードの枠線など・限定使用） */
  --silver-200: #c9cfda; /* 薄シルバー（フォーム部品・カードの枠線／正会員の罫） */
  --red-600: #c0392b;
  --red-500: #c73e2e;
  --ink: #1a2333;
  --text: #333a45;
  --muted: #6b7280;
  --line: #e5e2d9;      /* 生成り寄りのヘアライン */
  --line-navy: rgba(10, 22, 51, 0.12);
  --bg-light: #f6f4ee;  /* 純グレーを避けた生成り（和紙トーン） */
  --white: #ffffff;
  --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-jp-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-en: "Marcellus", "Times New Roman", serif;
  /* --header-h = ヘッダーの「最低」高さ（デザイン上の基準値）。
     --header-actual = 実際に描画されているヘッダーの高さ。文字だけを拡大されると団体名が
     複数行になりヘッダーが基準値より高くなるため、ドロワーの開始位置と
     スクロールロック時の補償には実測値のほうを使う（JS が実測して上書きする）。
     JS が動かない環境では基準値のままで、拡大前の従来どおりの見た目になる */
  --header-h: 88px;
  --header-actual: var(--header-h);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
/* scrollbar-gutter: メニュー展開でスクロールバーが消えてもページ幅が変わらないようにする
   （スクロールバーが幅を占有する環境で、開いた瞬間にヘッダーが横へ飛ぶのを防ぐ）。
   overflow-y: scroll は scrollbar-gutter 未対応ブラウザ（Safari 18.1 以前など）向けの
   フォールバックで、同じくスクロールバーの領域を常に確保する。
   スクロールバーが幅を持たない環境（macOS の重ね表示）ではどちらも見た目に影響しない */
html { scroll-behavior: smooth; overflow-y: scroll; scrollbar-gutter: stable; }
/* 全幅ブリード(.photo-break 等の 100vw)がスクロールバー幅ぶんはみ出すのをクリップする。
   clip は hidden と違いスクロールコンテナを作らないため sticky ヘッダーに影響しない */
body { overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.9;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  /* コンテンツが画面より短いページでフッターが浮かないよう、
     body を縦 flex にして main で余白を吸収する（sticky footer） */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}
main { flex: 1 0 auto; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg { max-width: 100%; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
table { border-collapse: collapse; width: 100%; }

.en, .num { font-family: var(--font-en); letter-spacing: 0.06em; }

/* 明朝見出し共通: プロポーショナル字詰め（palt）で「べた組みの間延び」を消す */
.serif-head {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-weight: 600;
  color: var(--navy-900);
}

/* 日本語は既定でどこでも改行できるため、狭い幅で「観光／庁」のように語の途中で割れる。
   語の塊を .nb で囲み、改行位置を「・」「/」の後だけに限定する。
   keep-all = 語の途中では折り返さない。ただし文字だけを拡大した場合など語自体が1行に
   収まらないときは、はみ出す（＝横スクロールが出る）代わりに緊急的な折り返しを許す。
   anywhere は min-content 幅も縮めるので表がページ幅を押し広げない。未対応ブラウザ向けに
   break-word を先に書いてフォールバックさせる */
.nb {
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}

/* 文節改行: 改行を文節の切れ目にそろえる（段落など長い文向け）。
   keep-all は漢字・かな同士の暗黙の改行機会を止めるだけで、「、」「。」「・」の後や
   空白では従来どおり折り返せる。<wbr> はそこに任意の改行機会を足すもので、
   「<wbr> の位置だけで改行が決まる」わけではない（2026-09-10 レビュー実測）。
   保険は overflow-wrap: break-word ── anywhere と違い「その語だけで1行に収まらない」
   ときにしか割らないため、「貢／献」のような語割れが起きない
   （.nb は anywhere を含むので長い文に使うと語が割れる・2026-09-10 実測） */
.wrap-phrase {
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* スキップリンク（キーボード操作時のみ表示） */
.skip-link {
  position: absolute;
  top: -48px;
  left: 8px;
  z-index: 200;
  padding: 10px 18px;
  background: var(--navy-900);
  color: var(--white);
  font-size: 13px;
  border-radius: 0 0 4px 4px;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* コンテンツコンテナ（header / footer / KV は対象外） */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }

.section { padding: 128px 0; }
.section--light { background: var(--bg-light); }
/* セクション間の等間隔リズムを崩すための密度違い */
.section--tight { padding: 80px 0; }

/* 中央揃えの型（ネイビー帯など左右対称の帯でのみ使う） */
.section-title { text-align: center; margin-bottom: 48px; }
/* 中央型も英字を主役に反転（DOM は ja→en の順のまま column-reverse で入れ替える） */
.section-title { display: flex; flex-direction: column-reverse; align-items: center; }
.section-title .ja {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-700);
  letter-spacing: 0.3em;
}
.section-title .en {
  display: block;
  font-family: var(--font-en);
  /* Marcellus は単一ウェイト（400）。h2 の 700 を継承すると合成ボールドで太く潰れ、
     白×紺では膨張して特に太く見える。400 を明示してネイティブの細身に戻す
     （2026-08-17 前田さん指摘。背景の ghost「Membership」= Marcellus 400 と揃う） */
  font-weight: 400;
  font-size: 40px;
  line-height: 1.15;
  color: var(--navy-900);
  letter-spacing: 0.06em;
}
/* ネイビー背景上は明るいゴールドで十分なコントラストが出る */
.member-band .section-title .en { color: var(--white); }
.member-band .section-title .ja { color: var(--gold-300); }
.section-title::after {
  content: "";
  display: block;
  order: -1; /* column-reverse のため視覚上は最下段になる */
  width: 40px;
  height: 1px;
  margin: 20px auto 0;
  background: var(--gold-500);
}

/* 左揃えの型（白・生成り背景の本文セクションはこちらが基本。非対称の起点） */
.section-head { margin-bottom: 64px; }
/* 英字セリフ体を主役に・和文は小さな添えラベルにする（見出し序列の反転） */
.section-head .eyebrow {
  display: block;
  font-family: var(--font-en);
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: var(--navy-900);
}
.section-head h2 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--gold-700);
  letter-spacing: 0.3em;
}
/* リード文はカード等のグリッドと同幅（コンテナ幅なり）で折り返す（2026-08-17 上野さん指摘） */
.section-head .lead { margin-top: 18px; font-size: 15.5px; }

/* ---------- header（全幅・左右 60px） ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  /* height ではなく min-height。文字だけを拡大したとき（ブラウザのテキストのみズーム等）に
     団体名が複数行になっても、ヘッダーが縦に伸びて中身を包む。height 固定だと
     align-items:center のため上側が画面外へ切れ、下側が本文へ重なる */
  min-height: var(--header-h);
  padding: 0 60px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.site-header.is-scrolled { box-shadow: 0 4px 18px rgba(10, 22, 51, 0.1); }

/* ロゴ1点構成にしたため、リンクの当たり判定＝ロゴの描画高になる。SP でロゴを 40px まで下げても押しやすさを保つよう下限を設ける（iOS 44px / Android 48dp） */
.brand { display: flex; align-items: center; min-height: 48px; min-width: 0; }
.brand:hover { opacity: 0.75; }
.brand, .brand:hover { transition: opacity 0.25s; }
/* 横組みロックアップ（マーク＋JIDIC）。英文タグラインは外してある（2026-09-07 前田さん指示）。
   viewBox は 759.53x247（比率 3.08:1）なので、高さを決めれば幅は比率で決まる */
.brand-logo {
  flex: none;
  height: 56px;
  width: auto;
  color: var(--brand-navy);
}
/* 視覚的には出さないが読み上げ・検索には残すテキスト */
.brand-name-sr,
.footer-brand .brand-name-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.global-nav ul { display: flex; align-items: center; gap: 28px; }
.global-nav a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--navy-900);
  transition: color 0.25s;
}
.global-nav a:hover { color: var(--gold-600); }
.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.global-nav a:hover::after, .global-nav a.is-current::after { transform: scaleX(1); }

/* .global-nav a より詳細度を上げないと color/padding が上書きされる（レビュー指摘対応） */
.global-nav a.nav-cta {
  display: inline-block;
  padding: 12px 20px;
  background: var(--navy-900);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid var(--navy-900);
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
.global-nav a.nav-cta::after { content: none; }
/* ホバーは反転(統一ルール) */
.global-nav a.nav-cta:hover { background: var(--white); color: var(--navy-900); }
/* ご入会(最優先 CTA・金の塗り) */
.global-nav a.nav-cta--join { background: var(--gold-600); border-color: var(--gold-600); }
.global-nav a.nav-cta--join:hover { background: var(--white); color: var(--gold-700); border-color: var(--gold-600); }
/* お問い合わせ(枠線・第二 CTA) */
.global-nav a.nav-cta--sub { background: transparent; color: var(--navy-900); }
.global-nav a.nav-cta--sub:hover { background: var(--navy-900); color: var(--white); }
/* 現在地の第二 CTA（お問い合わせページのお問い合わせボタン）は枠だけ金にする。
   塗りを変えるとホバーの反転と見分けがつかなくなるため色は触らない（2026-09-10 前田さん決定） */
.global-nav a.nav-cta--sub.is-current { border-color: var(--gold-600); }
/* ドロワー最下部のポリシーリンク。デスクトップのヘッダーメニューには出さない */
.global-nav .nav-legal { display: none; }

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.25s;
}
.nav-toggle:hover { opacity: 0.7; }
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px auto;
  background: var(--navy-900);
  transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- hero（KV・全幅・写真） ----------
   写真の上にネイビーのスクリムを左厚めに敷き、左に文字・右に写真が抜ける非対称構図。
   右端に縦書きの英文ラベル（和のディテール）。 */
.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-position: 72% center;
}
/* スクリム（文字の可読性確保）。真っ黒でなく紺で沈める */
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(97deg, rgba(7, 16, 38, 0.94) 0%, rgba(10, 22, 51, 0.78) 38%, rgba(10, 22, 51, 0.28) 72%, rgba(7, 16, 38, 0.42) 100%),
    linear-gradient(180deg, rgba(7, 16, 38, 0.25) 0%, transparent 30%, transparent 62%, rgba(7, 16, 38, 0.55) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 170px 40px 120px;
}
/* Mission ラベル（英字・金の小さな添え。見出しの上に置く） */
.hero-eyebrow {
  margin-bottom: 14px;
  font-family: var(--font-en);
  font-size: 15px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-300);
  text-shadow: 0 1px 12px rgba(7, 16, 38, 0.6);
}
.hero-catch {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 54px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 24px rgba(7, 16, 38, 0.6);
}
.hero-sub {
  margin-top: 20px;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 23px;
  color: var(--gold-300);
  letter-spacing: 0.12em;
  text-shadow: 0 1px 12px rgba(7, 16, 38, 0.6);
}
/* 金の罫（見出しの重心を作る）。JS 到達時に描画アニメーション */
.hero-rule {
  width: 72px;
  height: 1px;
  margin: 30px 0 0;
  background: var(--gold-400);
  transform-origin: left;
}
.hero-lead {
  margin-top: 26px;
  max-width: 560px;
  font-size: 15.5px;
  line-height: 2.15;
  color: #e3e7f0;
  text-shadow: 0 1px 10px rgba(7, 16, 38, 0.7);
}
/* 右端の縦書き英文ラベル */
.hero-side {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.42em;
  color: rgba(217, 180, 94, 0.75);
  pointer-events: none;
}
/* ヒーロー登場演出（JS が .is-loaded を付与。JS 無効時は最初から表示） */
.hero-eyebrow, .hero-catch, .hero-sub, .hero-lead { opacity: 1; }
.hero.js-anim .hero-eyebrow,
.hero.js-anim .hero-catch,
.hero.js-anim .hero-sub,
.hero.js-anim .hero-lead { opacity: 0; transform: translateY(18px); }
.hero.js-anim .hero-rule { transform: scaleX(0); transform-origin: left; }
.hero.js-anim.is-loaded .hero-eyebrow { opacity: 1; transform: none; transition: opacity 0.9s ease, transform 0.9s ease; }
.hero.js-anim.is-loaded .hero-catch { opacity: 1; transform: none; transition: opacity 0.9s ease 0.1s, transform 0.9s ease 0.1s; }
.hero.js-anim.is-loaded .hero-sub { opacity: 1; transform: none; transition: opacity 0.9s ease 0.35s, transform 0.9s ease 0.35s; }
.hero.js-anim.is-loaded .hero-rule { transform: scaleX(1); transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.55s; }
.hero.js-anim.is-loaded .hero-lead { opacity: 1; transform: none; transition: opacity 0.9s ease 0.6s, transform 0.9s ease 0.6s; }
/* 写真のごく緩やかなズーム（Ken Burns）。transform のみ・26秒かけて 1.06 → 1 */
@keyframes hero-kenburns {
  from { transform: scale(1.06); }
  to   { transform: scale(1); }
}

/* ---------- NEWS パネル（ヒーロー内・右下のコンパクトバー） ----------
   FV の写真内で完結させる。縦書きの News ラベルで横幅を節約し、日付+タイトルのみ表示 */
.hero .news-panel {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: min(620px, calc(100% - 40px));
  display: flex;
  align-items: stretch;
  background: var(--bg-light);
  box-shadow: 0 16px 36px rgba(7, 16, 38, 0.35);
}
/* ラベルは背景・文字を反転（明るい地に紺文字）。パネル地と同化して境目が消えるため、
   右端に上下を詰めた金のヘアラインを立ててリストとの仕切りにする */
.news-panel-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
}
.news-panel-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: var(--gold-500);
}
.news-panel-label .en {
  writing-mode: vertical-rl;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.32em;
  color: var(--navy-900);
}
.news-panel .news-list { flex: 1; min-width: 0; border-top: 0; padding: 6px 16px; }
.news-panel .news-row {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 4px;
  font-size: 13.5px;
}
.news-panel .news-row:last-child { border-bottom: 0; }
.news-panel .news-row time { font-size: 13px; }
/* 横幅が限られるためカテゴリチップは出さず、タイトルは1行省略 */
.news-panel .news-row .cat { display: none; }
.news-panel .news-row .title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-panel .news-empty { border-bottom: 0; padding: 14px 4px; font-size: 13px; }
.news-panel .all {
  align-self: center;
  flex-shrink: 0;
  padding: 0 16px 0 4px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gold-700);
  white-space: nowrap;
  transition: color 0.25s;
}
.news-panel .all:hover { color: var(--gold-600); }

/* ---------- 入会 CTA バナー（ゴールド帯） ----------
   グラデはほぼ平坦な同系金 + 上下に細い濃金の二重罫で「章の区切り」の格式を出す */
.join-banner {
  background: linear-gradient(104deg, #ad852e 0%, #c39a41 52%, #a87f2a 100%);
  border-top: 1px solid #8a6a1f;
  border-bottom: 1px solid #8a6a1f;
}
.join-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 44px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: var(--navy-950);
}
.join-banner-copy .small { display: block; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; }
.join-banner-copy .big {
  display: block;
  margin-top: 6px;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
.join-banner-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 36px;
  background: var(--navy-900);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
}
.join-banner-btn { border: 1px solid var(--navy-900); }
.join-banner-btn:hover {
  background: transparent;
  color: var(--navy-900);
}
.join-banner-btn .arrow { font-family: var(--font-en); }

/* ---------- 発起人・参画省庁・後援（ネイビー3カラム帯・全幅） ---------- */
.founders-band { background: var(--navy-900); color: var(--white); }
.founders-band-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 52px 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
/* カラム間の仕切りはヘアライン1本（アイコン羅列に頼らない） */
.founder-item { position: relative; padding-left: 24px; }
.founder-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold-500), rgba(201, 162, 75, 0.15));
}
.founder-item h3 {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 17px;
  font-weight: 600;
  color: var(--gold-300);
  letter-spacing: 0.14em;
}
.founder-item p { margin-top: 10px; font-size: 15px; line-height: 1.9; color: #dde2ee; }

/* 参画省庁のみの一列帯（発起人・後援名義の削除後・2026-08-06 前田さん指示）。
   1項目でも間延びしないよう中央揃え・薄めの帯にする */
.founders-band--single .founders-band-inner {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 38px 40px;
}
.founders-band--single .founder-item { padding-left: 0; }
.founders-band--single .founder-item::before { display: none; }

/* ---------- 設立時パートナー（2026-09-07 先方指示・協議会についてページ） ----------
   団体概要セクションの中の1ブロックとして置く（独立セクションにすると背景の塗り分けが
   増えてページが縞に見える・2026-09-07 前田さん指摘）。
   先方ロゴは朱色でサイトの紺×金とは別系統。色は改変せず、生成りのパネルに余白を取って
   置くことで「引用された別ブランド」として成立させる */
.partner-block { margin-top: 56px; }
/* 見出しはサイト標準の小見出し（.activity-block h3 と共有）。
   DESIGN.md「セクションごとに独自の見出しスタイルを発明しない」に従う
   （下余白だけ後方で詰めている ── .partner-block h3 の上書きを参照） */
.block-lead { font-size: 16px; line-height: 1.95; color: var(--text); }
.link-cards {
  display: grid;
  /* 1件でも間延びしないよう1枚あたりの上限を決め、増えたら折り返す。
     auto-fit は余ったトラックを 0 幅に潰すので、下の justify-content が
     実際のカード数に対して効く（auto-fill だと空トラックが幅を食って中央に寄らない） */
  /* 上限は 300px ── 260px だと団体名の末尾に添えた矢印だけが2行目に落ちる
     （「一般社団法人おもてなしICT協議会」が 16px で約252px あり、矢印分が入らない） */
  grid-template-columns: repeat(auto-fit, minmax(0, 300px));
  /* PC は見出し・リード文と同じ左揃え（2026-09-11 前田さん指示）。
     SP のみ中央寄せに戻す（767px メディアの .link-cards を参照） */
  justify-content: start;
  gap: 36px 32px;
  margin-top: 26px;
}
.link-card { display: block; text-align: center; }
.link-card-thumb {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  /* ページ地と同じ白。面で沈めず --line の細罫だけでパネルを区切る（2026-09-07 前田さん指示） */
  background: var(--white);
  border: 1px solid var(--line);
  transition: border-color 0.25s;
}
/* aspect-ratio 非対応ブラウザ（iOS 14 以前）でも枠が潰れないよう padding で 4:3 を確保 */
@supports not (aspect-ratio: 4 / 3) {
  .link-card-thumb { padding-top: 75%; }
}
/* ホバーはカーソルが乗っている側だけに出す ── 団体名にカーソルを置いたときに画像だけが
   反応するのを避ける（2026-09-11 前田さん指示）。リンク領域は <a> 全体のまま変えない */
.link-card-thumb:hover { border-color: var(--gold-400); }
/* 画像は枠の内側 22px に絶対配置して object-fit で収める。
   以前の「flex の子に max-height: 100%」は、枠の高さが aspect-ratio 由来だと
   iOS Safari で % が解決されず max-height が効かなくなり、height 属性の 430px のまま
   幅だけ縮んで縦長に伸びていた（2026-09-10 前田さん報告・Chrome で再現確認済み） */
.link-card-thumb img {
  position: absolute;
  /* inset 短縮形は Safari 14.0 以前で未対応（aspect-ratio 非対応と同じ窓）なので個別指定にする */
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: block;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  max-width: none;
  object-fit: contain;
  transition: opacity 0.25s;
}
/* ホバーは画像の透過フェード（2026-09-11 前田さん指示「画像のホバーによく使われるやつ」）。
   枠の位置は動かさない。DESIGN.md の標準ホバーは 0.75 だが、白地に朱色1色のロゴだと
   変化が伝わりにくいため 0.65 まで落とす（同日「少しだけ透過濃く」） */
.link-card-thumb:hover img { opacity: 0.65; }
/* 上余白は margin ではなく padding ── margin だと画像枠との間の 16px がどちらの
   :hover にも該当せず、リンク内にホバー無反応の帯ができる（2026-09-11 レビュー指摘） */
.link-card-name {
  display: block;
  padding-top: 16px;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--navy-900);
  word-break: keep-all;
  overflow-wrap: anywhere;
  transition: color 0.25s;
}
/* 「詳しく読む」ボタンは置かず、団体名の後ろに矢印だけ添える
   （2026-09-11 前田さん指示「詳しく読むってボタン削除・〜協議会の後に＞が自然」） */
.link-card-name .arrow {
  margin-left: 6px;
  font-size: 0.9em;
  color: var(--gold-700);
  transition: color 0.25s;
}
/* 団体名側のホバーはサイト標準のテキストリンク（金へ色変化）。矢印も同時に動かす */
.link-card-name:hover { color: var(--gold-700); }
.link-card-name:hover .arrow { color: var(--gold-600); }


/* ---------- 設立趣意（プロース部の見出し・本文） ---------- */
.purpose-prose .eyebrow {
  display: block;
  font-family: var(--font-en);
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: var(--navy-900);
}
.purpose-prose h2 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-700);
  letter-spacing: 0.3em;
}
.purpose-prose .lead {
  margin-top: 28px;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 19px;
  line-height: 2.2;
  color: var(--navy-800);
}
.purpose-prose .body { margin-top: 20px; font-size: 15px; line-height: 2.1; }
.purpose-prose .more { margin-top: 32px; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid var(--gold-500);
  color: var(--gold-700);
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
.text-link:hover { background: var(--gold-700); border-color: var(--gold-700); color: var(--white); }

/* ---------- 協議会の目的（9項目・誌面風の吊り数字リスト） ----------
   均質なアイコンカード 9 連は使わない。Marcellus の大きな数字＋ヘアライン罫で組む */
.objective-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 56px;
  border-top: 1px solid var(--line-navy);
}
.objective-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--line-navy);
}
.objective-item .no {
  font-family: var(--font-en);
  font-size: 38px;
  line-height: 1;
  color: var(--gold-500);
  letter-spacing: 0;
  padding-top: 2px;
}
.objective-item .body { font-size: 15px; font-weight: 500; line-height: 1.85; color: var(--ink); padding-top: 6px; }

/* ---------- 活動内容・政策提言 ---------- */
.activity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.activity-block h3, .policy-block h3, .partner-block h3 {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: 600;
  color: var(--navy-900);
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
/* 設立時パートナーだけ見出しの下余白を詰める ── 見出しとリード文を1つのまとまりとして
   読ませるため（2026-09-11 前田さん指示「グルーピング意識して」）。
   上の共有ルールと詳細度が同じなので、後勝ちさせるためここに置く */
.partner-block h3 { margin-bottom: 12px; }
.activity-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.activity-list li:last-child { border-bottom: 0; }
.activity-list .icon { flex-shrink: 0; width: 26px; height: 26px; margin-top: 3px; color: var(--gold-600); }
.activity-list b { color: var(--navy-900); }
.activity-list .desc { display: block; font-size: 14.5px; color: var(--muted); line-height: 1.7; }
.activity-block .more { margin-top: 28px; }

.policy-block p { font-size: 15px; line-height: 2.05; }
/* 会議室写真の代わりのタイポグラフィパネル（正式写真素材の確定後に差し替え可能な構造） */
.policy-visual {
  margin: 26px 0 0;
  padding: 48px 24px;
  text-align: center;
  background:
    radial-gradient(480px 220px at 80% 0%, rgba(201, 162, 75, 0.14), transparent 70%),
    linear-gradient(120deg, var(--navy-950), var(--navy-700));
  color: var(--white);
}
.policy-visual .mark { font-family: var(--font-en); font-size: 40px; letter-spacing: 0.05em; }
.policy-visual .mark .dot { color: var(--red-500); }
.policy-visual .sub { display: block; margin-top: 6px; font-size: 10px; letter-spacing: 0.22em; color: #aeb6c9; }
.policy-vision {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  background: var(--navy-900);
  color: var(--white);
  transition: background-color 0.25s;
}
.policy-vision:hover { background: var(--navy-600); }
.policy-vision h4 { font-family: var(--font-jp-serif); font-feature-settings: "palt"; font-size: 16px; color: var(--gold-300); }
.policy-vision p { font-size: 14.5px; color: #d4d9e6; line-height: 1.8; }
.policy-vision .arrow { flex-shrink: 0; color: var(--gold-300); font-family: var(--font-en); font-size: 20px; }

/* ---------- 会員区分帯（ネイビー・全幅） ---------- */
.member-band { background: var(--navy-900); color: var(--white); }
.member-band-inner { max-width: 1100px; margin: 0 auto; padding: 112px 40px; }
.member-band .section-title .ja { color: var(--white); }
.member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 40px;
  border-top: 1px solid rgba(201, 162, 75, 0.35);
}
.member-item { padding: 28px 0 8px; }
.member-item .icon { width: 38px; height: 38px; color: var(--gold-400); }
.member-item h3 {
  margin-top: 14px;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 19px;
  /* 他のセリフ見出し（Values・活動カード・会員区分カード）と同じ 600 に揃える */
  font-weight: 600;
  color: var(--gold-300);
  letter-spacing: 0.12em;
}
.member-item p { margin-top: 10px; font-size: 14.5px; line-height: 1.9; color: #ccd2e0; }
.member-cta { margin-top: 48px; text-align: center; }
.member-join-btn {
  display: inline-block;
  min-width: min(360px, 100%);
  padding: 24px 48px;
  text-align: center;
  background: linear-gradient(135deg, #d0542f, var(--red-600));
  color: var(--white);
  border-radius: 4px;
  /* background / color / border-color は transition に入れない ── ベースが linear-gradient
     （background-image）で hover の単色へ補間できず背景だけ即時に切り替わるため、色を補間すると
     白背景に白文字の瞬間ができる。反転は背景と文字色を同時に行う（2026-09-11 レビュー指摘） */
  transition: box-shadow 0.25s, filter 0.25s;
}
.member-join-btn { border: 1px solid transparent; }
.member-join-btn:hover { background: var(--white); color: var(--red-600); border-color: var(--red-600); }
.member-join-btn .big { display: block; font-size: 20px; font-weight: 700; letter-spacing: 0.12em; }
.member-join-btn .small { display: block; margin-top: 6px; font-size: 11px; }

/* ---------- お知らせ一覧（ホームの直近数件・news.html の一覧兼用） ---------- */
/* カテゴリ絞り込み（news.html のみ。選択肢は JS が動的に生成） */
.news-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.news-filter-label { font-size: 13px; color: var(--muted); letter-spacing: 0.04em; }
.custom-select { position: relative; min-width: 200px; }
.custom-select-trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 9px 14px; font-size: 14px; font-family: inherit;
  color: var(--navy-900); background: var(--bg-light);
  border: 1px solid var(--line); border-radius: 4px;
  cursor: pointer; transition: border-color 0.25s, background-color 0.25s;
}
.custom-select-trigger::after {
  content: ''; width: 10px; height: 6px; margin-left: 12px; flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%230a1633'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.25s;
}
.custom-select.open .custom-select-trigger::after { transform: rotate(180deg); }
.custom-select-trigger:hover {
  border-color: var(--gold-400); background-color: var(--gold-100);
}
.custom-select.open .custom-select-trigger {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 2px rgba(185, 146, 58, 0.15);
}
.custom-select-dropdown {
  display: none; position: absolute; top: calc(100% + 4px); left: 0; right: 0;
  margin: 0; padding: 4px 0; list-style: none;
  background: #fff; border: 1px solid var(--line); border-radius: 4px;
  box-shadow: 0 4px 16px rgba(10, 22, 51, 0.10); z-index: 50;
}
.custom-select.open .custom-select-dropdown { display: block; }
.custom-select-dropdown li {
  padding: 9px 14px; font-size: 14px; color: var(--navy-900);
  cursor: pointer; transition: background-color 0.15s, color 0.15s;
}
.custom-select-dropdown li:hover { background: var(--gold-100); color: var(--gold-600); }
.custom-select-dropdown li.selected { color: var(--gold-600); font-weight: 700; }
.news-list { border-top: 1px solid var(--line-navy); }
.news-row {
  display: grid;
  grid-template-columns: 110px 96px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding: 20px 16px;
  border-bottom: 1px solid var(--line-navy);
  font-size: 15px;
  color: var(--ink);
  transition: background-color 0.25s;
}
a.news-row:hover { background: rgba(201, 162, 75, 0.1); }
a.news-row:hover .title { color: var(--gold-600); }
.news-row time { font-family: var(--font-en); font-size: 14.5px; color: var(--muted); }
.news-row .cat {
  justify-self: start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--navy-700);
  border: 1px solid var(--line-navy);
  padding: 2px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.news-row .title { min-width: 0; transition: color 0.25s; }
.news-empty { padding: 32px 4px; font-size: 14px; color: var(--muted); border-bottom: 1px solid var(--line-navy); }
.news-more { margin-top: 28px; }

/* news.html: 記事詳細ビュー */
/* コンテナ内で中央に置く(margin auto が無いと左詰めになり左右の余白が非対称になる) */
/* 記事幅は他ページと同じグリッド幅（.container の 1100px）に合わせる
   （2026-08-06 前田さん指摘。旧: 読みやすさ優先の 820px でお知らせだけ狭かった） */
.news-article { margin: 0 auto; }
.news-article .meta { display: flex; align-items: baseline; gap: 16px; }
.news-article .meta time { font-family: var(--font-en); font-size: 14px; color: var(--muted); }
.news-article h1 {
  margin-top: 14px;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--navy-900);
  letter-spacing: 0.06em;
}
/* タイトルは全幅グレー下線をやめ、短いゴールドのアクセント線で格を示す。
   本文 h2（左のネイビー縦バー）と装飾の種類そのものを分けることで、
   サイズ差が小さくても同格に見えないようにする（2026-08-06 前田さん承認） */
.news-article h1 { position: relative; padding-bottom: 22px; }
.news-article h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  /* 記事幅いっぱいに、左から右へ薄く消えるゴールド
     （2026-08-06 前田さん指示。初期のグレー区切り線と同じ幅感・52px ベタ塗り → 160px → 全幅と段階変更） */
  background: linear-gradient(90deg, var(--gold-500), rgba(184, 146, 58, 0));
}
.news-article .body { margin-top: 32px; font-size: 15.5px; line-height: 2.15; white-space: pre-wrap; overflow-wrap: break-word; }
/* リッチテキスト本文（管理画面の Quill で作成した HTML）。pre-wrap はプレーンテキスト記事専用 */
.news-article .body.is-rich { white-space: normal; }
.news-article .body.is-rich p { margin: 0 0 1.4em; }
.news-article .body.is-rich h2,
.news-article .body.is-rich h3 { margin: 2em 0 0.7em; line-height: 1.5; color: var(--navy-900); }
.news-article .body.is-rich h2 { font-size: 21px; padding: 2px 0 2px 14px; border-left: 4px solid var(--navy-900); }
.news-article .body.is-rich h3 { font-size: 17.5px; color: var(--navy-700); }
.news-article .body.is-rich ul,
.news-article .body.is-rich ol { margin: 0 0 1.4em; padding-left: 1.6em; }
.news-article .body.is-rich a { color: var(--navy-700); text-decoration: underline; text-underline-offset: 3px; }
.news-article .body.is-rich a:hover { color: var(--gold-600); }
.news-article .body.is-rich img { display: block; max-width: 100%; height: auto; margin: 1.6em 0; }
.news-article .body.is-rich blockquote { margin: 1.6em 0; padding: 4px 0 4px 18px; border-left: 3px solid var(--gold-500); color: var(--muted); }
.news-article .back { margin-top: 48px; }

/* ---------- footer（全幅） ---------- */
.site-footer { background: var(--navy-950); color: #c7cddc; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 64px 40px 32px; }
.footer-nav { margin-top: 36px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; }
.footer-nav a { font-size: 13px; transition: color 0.25s; }
.footer-nav a:hover { color: var(--gold-300); }
.footer-legal { margin-top: 20px; display: flex; justify-content: center; gap: 24px; }
.footer-legal a { font-size: 12px; color: #97a0b4; transition: color 0.25s; }
.footer-legal a:hover { color: var(--gold-300); }
/* ロゴ押下で TOP へ戻る（2026-09-11 前田さん指示）。
   a を全幅にするとフッターの空白帯までクリック領域になるので、
   fit-content でロゴの実寸に留めたまま auto マージンで中央に置く */
.footer-brand { display: block; width: fit-content; margin: 40px auto 0; text-align: center; transition: opacity 0.25s; }
.footer-brand:hover { opacity: 0.75; }
/* フッターもヘッダーと同じ横組みロックアップ。英字のみで和文は読み上げ用に隠す */
.footer-logo { display: block; width: auto; height: 52px; margin: 0 auto; color: var(--white); }
.copyright { margin-top: 28px; text-align: center; font-size: 11px; color: #7d8598; letter-spacing: 0.08em; }

/* ---------- 下層ページ共通 ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(900px 400px at 90% 0%, rgba(201, 162, 75, 0.16), transparent 60%),
    linear-gradient(110deg, var(--navy-950), var(--navy-700));
}
.page-hero-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 84px 40px; }
.page-hero .en { display: block; font-family: var(--font-en); font-size: 46px; line-height: 1.1; letter-spacing: 0.06em; color: var(--white); }
.page-hero h1 {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gold-300);
  letter-spacing: 0.32em;
}
.breadcrumb { background: var(--bg-light); border-bottom: 1px solid var(--line); }
.breadcrumb ol { max-width: 1100px; margin: 0 auto; padding: 12px 40px; display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; color: #5b6472; }
.breadcrumb a { color: var(--navy-700); transition: color 0.25s; }
.breadcrumb a:hover { color: var(--gold-600); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: var(--line); }

.prose { max-width: 820px; margin: 0 auto; }
.prose--left { margin: 0; }
/* コンテナ幅いっぱいに広げる版（同一ページ内で 1100px グリッドと混在させないため） */
.prose--wide { max-width: none; }
/* 見出しと本文を同じ中央カラムに揃えるラッパー(見出し左揃え+本文中央の
   「グリッドずれ」と、本文左寄せの「左右非対称」を同時に解消する) */
.prose-col { max-width: 820px; margin: 0 auto; }
.prose-col .prose { margin: 0; max-width: none; }
.prose p + p { margin-top: 1.4em; }
.prose .lead { font-size: 18px; font-family: var(--font-jp-serif); font-feature-settings: "palt"; line-height: 2.2; color: var(--navy-900); }

.subsection-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 64px 0 24px;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 23px;
  font-weight: 600;
  color: var(--navy-900);
  letter-spacing: 0.1em;
}
/* 縦棒装飾ではなく、行末まで伸びるヘアラインで誌面の「柱」をつくる */
.subsection-title::after { content: ""; flex: 1; height: 1px; background: var(--line-navy); transform: translateY(-4px); }

.info-table th, .info-table td { padding: 16px 18px; border: 1px solid var(--line); font-size: 14.5px; text-align: left; vertical-align: top; }
/* 見出し列は通常は折り返さない。ただし文字拡大時にセル幅を押し広げて表がページから
   はみ出すのを避けるため、nowrap ではなく keep-all ＋ 緊急折り返しの組み合わせにする */
.info-table th { width: 220px; background: var(--bg-light); color: var(--navy-900); font-weight: 700; word-break: keep-all; overflow-wrap: break-word; overflow-wrap: anywhere; }

.note { font-size: 12.5px; color: var(--muted); }

/* 吊り数字付きの項目ブロック（基本形は横罫リスト。会員ページ「入会の流れ」でも使用） */
.activity-detail { padding: 30px 0; border-bottom: 1px solid var(--line-navy); }
.activity-detail:first-of-type { border-top: 1px solid var(--line-navy); }
/* 見出しウェイトは他のセリフ見出し（Values 等）と同じ 600 に揃える。
   継承の 700 だと明朝が「いきなり太く」見える（2026-08-17 上野さん指摘） */
/* STEP・数字・テキストは下（ベースライン）揃え（2026-08-17 上野さん指摘。grid 版の上書きと同じ揃え） */
.activity-detail h3 { display: flex; align-items: baseline; gap: 8px; font-size: 19px; font-weight: 600; color: var(--navy-900); font-family: var(--font-jp-serif); font-feature-settings: "palt"; }
/* 欧文数字は Marcellus。太字を持たないため h3 の 700 を継承すると合成ボールドで
   潰れる。400 に固定して Objectives の吊り数字と同じ細さに揃える（2026-08-17 上野さん指摘） */
.activity-detail h3 .no { margin-right: 12px; font-family: var(--font-en); font-weight: 400; font-size: 26px; line-height: 1; color: var(--gold-500); }
/* 入会の流れ（membership）のみ番号の前に STEP ラベルを添える（書体・色は .no から継承） */
.activity-detail h3 .no .step { font-size: 13px; letter-spacing: 0.14em; margin-right: 7px; }
/* Marcellus は 3 の丸底だけ僅かに baseline を割るため、平底の 1・2 が浮いて見える。
   1px 下げる光学補正（relative なので baseline 揃えの計算には影響しない） */
.activity-detail h3 .no .n-flat { position: relative; top: 1px; }
.activity-detail h3 .ttl { flex: 1; min-width: 0; line-height: 1.6; }
.activity-detail h3 .ttl .tag { white-space: nowrap; vertical-align: 2px; }
.activity-detail ul { margin-top: 16px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
.activity-detail ul li { position: relative; padding-left: 18px; font-size: 15px; }
.activity-detail ul li::before { content: ""; position: absolute; left: 0; top: 0.75em; width: 8px; height: 1px; background: var(--gold-500); }
.activity-detail .tag { display: inline-block; margin-left: 8px; padding: 2px 10px; background: var(--gold-100); color: var(--gold-700); font-size: 11px; font-weight: 700; border-radius: 999px; }

/* 活動内容ページ: 番号を主役にした2列カードグリッド版（グリッド配下でのみカード型に上書き。
   素の .activity-detail を使う会員ページ「入会の流れ」には影響させない）。
   7項目のため末尾の奇数枚は全幅に伸ばして右穴あきを防ぐ(photo-tiles と同じ手当) */
.activity-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.activity-detail-grid .activity-detail:last-child:nth-child(odd) { grid-column: 1 / -1; }
.activity-detail-grid .activity-detail { padding: 28px 32px 32px; background: var(--white); border: 1px solid var(--line-navy); }
/* 番号を最大の視覚要素にしてジャンプ率をつくる（アイコンは置かない）。
   baseline 揃えで大きな欧文数字と明朝見出しの足元を合わせる */
.activity-detail-grid .activity-detail h3 { align-items: baseline; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line-navy); }
.activity-detail-grid .activity-detail h3 .no { margin-right: 0; font-size: 44px; }

/* 組織・体制ページ */
.org-list { border-top: 1px solid var(--line-navy); }
.org-list li { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; padding: 16px 4px; border-bottom: 1px solid var(--line-navy); font-size: 15px; }
.org-list b { color: var(--navy-900); font-size: 16px; }
.org-list span { font-size: 14.5px; color: var(--muted); }
.division-list { display: flex; flex-wrap: wrap; gap: 10px; }
.division-list li { padding: 8px 18px; background: var(--white); border: 1px solid var(--gold-400); color: var(--navy-900); font-size: 14.5px; border-radius: 999px; }

/* 会員についてページ */
.member-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 48px; }
.member-detail { padding: 26px 0 0; border-top: 1px solid var(--line-navy); }
.member-detail .icon { width: 36px; height: 36px; color: var(--navy-700); }
/* 見出しウェイトは他のセリフ見出し（Values・活動カード等）と同じ 600 に揃える
   （継承の 700 だと「いきなり太く」見える・2026-08-17 上野さん指摘の横展開） */
.member-detail h3 { margin-top: 12px; font-family: var(--font-jp-serif); font-feature-settings: "palt"; font-size: 21px; font-weight: 600; color: var(--navy-900); letter-spacing: 0.1em; }
.member-detail p { margin-top: 10px; font-size: 15px; }

/* ---------- 規約ページ（プライバシーポリシー・サイトポリシー） ---------- */
.legal { max-width: 820px; margin: 0 auto; }
.legal .preamble { font-size: 15px; line-height: 2.1; }
.legal h2 {
  margin: 56px 0 16px;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 600;
  color: var(--navy-900);
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-navy);
}
.legal p { font-size: 14.5px; line-height: 2.05; }
.legal p + p { margin-top: 1em; }
.legal ul, .legal ol { margin-top: 10px; }
.legal li { position: relative; padding-left: 20px; font-size: 14.5px; line-height: 2; }
.legal ul li::before { content: ""; position: absolute; left: 2px; top: 0.9em; width: 10px; height: 1px; background: var(--gold-500); }
.legal ol { counter-reset: legal; }
.legal ol li { counter-increment: legal; padding-left: 28px; }
.legal ol li::before { content: counter(legal) "."; position: absolute; left: 0; font-family: var(--font-en); color: var(--gold-700); }
.legal .enacted { margin-top: 56px; text-align: right; font-size: 13px; color: var(--muted); }
.legal a { color: var(--gold-700); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--gold-600); }

/* ---------- フォーム ---------- */
.form-notice {
  max-width: 820px;
  margin: 0 auto 40px;
  padding: 16px 22px;
  background: var(--gold-100);
  border: 1px solid rgba(163, 127, 44, 0.35);
  font-size: 13.5px;
  color: var(--ink);
}
/* 説明文中のリンク（プライバシーポリシー等）── 本文中リンクの共通見た目（.legal a と同じ）で「飛べる」ことを示す */
.form-notice a { color: var(--gold-700); text-decoration: underline; text-underline-offset: 3px; }
.form-notice a:hover { color: var(--gold-600); }
.form { max-width: 820px; margin: 0 auto; }
.form-row { margin-bottom: 26px; }
.form-fieldset { border: 0; padding: 0; margin: 0 0 26px; min-width: 0; }
.form-fieldset legend { padding: 0; }
.form-row > label, .form-row > .form-label { display: block; font-weight: 700; font-size: 14.5px; color: var(--navy-900); margin-bottom: 8px; }
.required, .optional {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  vertical-align: 2px;
}
.required { background: var(--red-600); color: var(--white); }
.optional { background: var(--muted); color: var(--white); }
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--silver-200);
  border-radius: 3px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(184, 146, 58, 0.18);
}
textarea { min-height: 160px; resize: vertical; }
.radio-group { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.radio-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid var(--silver-200);
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s;
}
.radio-card:hover { border-color: var(--gold-500); background: #fdfaf3; }
.radio-card input { margin-top: 6px; accent-color: var(--gold-600); }
.radio-card b { display: block; font-size: 14.5px; color: var(--navy-900); }
.radio-card span { font-size: 12px; color: var(--muted); line-height: 1.6; }
/* 特別会員: 最上位ランクのみフル幅＋金あしらいで格上げ（ゴールドは枠・罫・英字のアクセントに限定） */
.radio-card--special {
  padding: 18px 20px;
  border: 2px solid var(--gold-500);
}
.radio-card--special:hover { border-color: var(--gold-600); }
.radio-card--special input { margin-top: 10px; }
.radio-card--special .rank-en {
  font-size: 12px;
  font-weight: 400; /* Marcellus は単一ウェイト。b 内の 700 を継がせると合成ボールドになる */
  letter-spacing: 0.16em;
  color: var(--gold-700);
  margin-left: 14px;
}
.radio-card--special b {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--gold-300);
}
.radio-card--special > span > span:last-child { font-size: 12.5px; }
/* 正会員: 特別会員（金）の次位としてシルバーの枠。フル幅で2位の格を出す */
.radio-card--regular {
  padding: 18px 20px;
  border: 2px solid var(--silver-400);
}
.radio-card--regular input { margin-top: 9px; }
.radio-card--regular b {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--silver-200); /* 区切り線は特別会員（gold-300）に対応する薄シルバー＝カード枠と同色 */
}
.radio-card--regular > span > span:last-child { font-size: 12.5px; }
/* ハニーポット（スパムボット対策のダミー欄）。視覚・支援技術の双方から隠す */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { text-align: center; margin-top: 40px; }
/* Turnstile のチェック欄。interaction-only なので普段は高さ 0 で、操作が要るときだけ表示される。
   非表示でも中に要素は入るため :empty では判定できず、表示されたときに JS が .is-interactive を付ける */
.turnstile-box { display: flex; justify-content: center; }
.turnstile-box.is-interactive { margin-bottom: 20px; }
.submit-btn {
  display: inline-block;
  /* 幅 280px の固定下限だと、極端に狭い画面（〜300px）で左右の余白ぶんだけ
     はみ出して横スクロールが出る。min() で「280px、ただし親幅を超えない」に留める */
  min-width: min(280px, 100%);
  max-width: 100%;
  padding: 18px 40px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  background: var(--navy-900);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
}
.submit-btn { border: 1px solid var(--navy-900); }
.submit-btn:not(:disabled):hover { background: var(--white); color: var(--navy-900); }
.submit-btn:disabled { opacity: 0.55; cursor: not-allowed; }
.form-result { margin-top: 20px; text-align: center; font-size: 14px; font-weight: 700; color: var(--red-600); }
.form-result.is-success { color: #1e6b3a; }

/* ---------- 画像プレースホルダー（生成画像の差し込み予定地） ----------
   グレーの矩形＋説明ラベル。GPT Image 2 での生成後に <img> へ差し替える。
   比率は --ph-ratio で指定（例: style="--ph-ratio: 3 / 2"）。
   差し替え時は figure ごと <figure class="photo"><img ...></figure> にする */
.img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  aspect-ratio: var(--ph-ratio, 3 / 2);
  background:
    linear-gradient(135deg, rgba(10, 22, 51, 0.045) 25%, transparent 25%, transparent 50%, rgba(10, 22, 51, 0.045) 50%, rgba(10, 22, 51, 0.045) 75%, transparent 75%) 0 0 / 28px 28px,
    #dbd8d0;
  border: 1px solid var(--line-navy);
}
.img-placeholder .ph-label {
  max-width: 82%;
  padding: 12px 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: #4c5566;
  background: rgba(255, 255, 255, 0.82);
  border: 1px dashed rgba(10, 22, 51, 0.28);
}
/* 実画像(生成済み)。プレースホルダーと同じ aspect-ratio コンテナで cover 表示するため、
   生成画像の実比率が枠と多少違ってもレイアウトは崩れない */
.photo {
  margin: 0;
  aspect-ratio: var(--ph-ratio, 3 / 2);
  overflow: hidden;
}
.photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* タイル内の写真はホバーでゆっくり寄る(タイル側の transition と併せる) */
.photo-tile .photo img { transition: transform 0.6s ease; }
.photo-tile:hover .photo img { transform: scale(1.045); }

/* ネイビー背景上に置く場合 */
.img-placeholder--dark { background-color: #223055; border-color: rgba(201, 162, 75, 0.35); }
.img-placeholder--dark .ph-label { background: rgba(10, 22, 51, 0.72); color: #c7cddc; }

/* 写真とテキストの 6:5 スプリット（zigzag 配置の1段分） */
.media-split {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: 56px;
  align-items: center;
}
.media-split--rev .media-split-visual { order: -1; }

/* セクション途中の全幅ブレイク写真（ビューポート全幅ブリード・横長 21:9）。
   コンテナ内から 100vw へはみ出す。右端のスクロールバー幅ぶんは body の overflow-x: clip が吸収 */
.photo-break { width: 100vw; margin-left: calc(50% - 50vw); margin-top: 64px; }
.photo-break figcaption { margin-top: 10px; font-size: 12px; color: var(--muted); text-align: right; }

/* 設立趣意プロース内の写真（本文の下に置く） */
.purpose-prose .img-placeholder { margin-top: 36px; }

@media (max-width: 900px) {
  .media-split { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .media-split--rev .media-split-visual { order: 0; }
  /* スタック時に写真が全幅で間延びしないよう上限を設ける */
  .media-split .media-split-visual { max-width: 560px; }
}

/* 設立趣意: 左写真・右テキストの 6:5 */
.purpose-layout { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 72px; align-items: center; }

/* ---------- 想定される課題（吊り数字の罫線ストリップ。白箱パネルの代替） ---------- */
.issue-strip { margin-top: 112px; }
.issue-strip-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 28px; }
.issue-strip-head .en { font-family: var(--font-en); font-size: 24px; color: var(--navy-900); }
.issue-strip-head .ja { font-size: 13px; font-weight: 700; color: var(--gold-700); letter-spacing: 0.24em; }
.issue-strip-head::after { content: ""; flex: 1; height: 1px; background: var(--line-navy); transform: translateY(-4px); }
.issue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 48px; border-top: 1px solid var(--line-navy); }
.issue-grid li { display: flex; align-items: baseline; gap: 14px; padding: 18px 4px; border-bottom: 1px solid var(--line-navy); font-size: 15px; font-weight: 500; color: var(--ink); }
.issue-grid .no { font-family: var(--font-en); font-size: 22px; line-height: 1; color: var(--gold-500); }

/* ---------- 課題→解決 フロー図（社会インフラ図・2026-08-10 前田さん指示）
   画像モックの緑/ベージュは使わず、サイトの紺×金×明朝に統一。縦フロー: 課題 → JIDIC → 3つの価値 ---------- */
/* 見出しはサイト標準の .section-head（英字大＋和文小）に統一（2026-08-14）。
   リード文だけ本セクションの最低16pxルールに合わせて上書き */
.section--impact .section-head .lead { font-size: 16px; }

/* 他セクションと同じく container 幅いっぱいに置く（B-2 案: 白地の上にブロックを直接並べる） */
.impact-flow { margin: 0; }

/* 課題／解決 ── 縦書きの2文字を大コピーの左に添える和のエディトリアル型（2026-08-13 案R改）。
   金の縦罫で区切り、課題=紺文字／解決=金文字で状態を対比 */
.impact-copy-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin-bottom: 24px; }
.impact-vert {
  flex: none;
  position: relative;
  writing-mode: vertical-rl;
  font-family: var(--font-jp-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--navy-900);
  padding-right: 16px;
}
/* 金の区切り線はラベル縦幅の60%・上下センター */
.impact-vert::after {
  content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  height: 60%; width: 2px; background: var(--gold-400);
}
.impact-vert--solve { color: var(--gold-700); }
/* 大コピー */
.impact-copy {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: var(--navy-900);
}
/* 下線は縦書きラベルの下から行全体に伸びる（右へ消えるグラデーション） */
.impact-copy-row--line::after {
  content: ""; flex: none; width: min(780px, 100%); height: 2px;
  background: linear-gradient(to right, var(--gold-500), rgba(184, 146, 58, 0));
}

/* ① 課題（Before）: 生成りのパネルに白いチップを敷き詰める（B-2 案）。白×金の解決カードと状態を対比 */
.impact-issues {
  background: var(--bg-light);
  border-radius: 6px;
  padding: 24px 26px;
}
/* パネル内見出し ── 警告アイコン（丸囲みの！・くすんだ赤）を1点だけ添えて
   「起きうるリスクの例示」だと明示する（項目ごとの×は廃止・2026-08-13） */
.impact-issues-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
}
.impact-issues-title::before {
  content: ""; flex: none; width: 20px; height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8923a' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5.4'/%3E%3Ccircle cx='12' cy='16.6' r='1.1' fill='%23b8923a' stroke='none'/%3E%3C/svg%3E") no-repeat center / contain;
}
/* 白カードをやめ、パネルに直接置く罫線区切りリスト（案T・2026-08-13。カードinカードの解消） */
.impact-issues-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* 具体例は中黒なし・PC は中央揃え（SP は左揃えに戻す）。改行は .br-pc で PC のみ */
.impact-issues-grid li {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  text-align: center;
}
/* PC専用の改行（SPでは折返しに任せる） */
.br-pc { display: none; }
@media (min-width: 768px) { .br-pc { display: inline; } }
/* SP専用の改行（説明文を文単位で切る。PC では厚みを出さない） */
.br-sp { display: none; }
@media (max-width: 767px) { .br-sp { display: inline; } }
/* 列の間は縦罫・段の間は横罫（細いヘアライン） */
.impact-issues-grid li:nth-child(3n+2), .impact-issues-grid li:nth-child(3n) { border-left: 1px solid var(--line-navy); }
.impact-issues-grid li:nth-child(n+4) { border-top: 1px solid var(--line-navy); }

/* 塗りの逆三角（▼）＝流れを強く見せる。間隔を詰めてブロックのつながり（グループ）を示す */
.impact-arrows { display: flex; justify-content: center; padding: 24px 0; }
.impact-arrow { display: block; width: 40px; height: 25px; color: var(--gold-500); }

/* ② JIDIC 中核（何をするかの1文を主役に＋金罫＋協議会名は署名として添える・2026-08-13 順序反転） */
.impact-core { background: var(--navy-900); color: var(--white); border-radius: 4px; padding: 36px 40px; text-align: center; }
.impact-core .core-desc {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
/* 2句をつなぐ金の「／」（先方資料の文言そのまま・2026-08-13） */
.impact-core .core-desc .plus { margin: 0 0.3em; color: var(--gold-400); }
.impact-core .core-desc::after {
  content: ""; display: block; width: min(520px, 72%); height: 1px;
  margin: 20px auto 0; background: var(--gold-400);
}
.impact-core .core-name { margin-top: 16px; font-family: var(--font-jp-serif); font-size: 16px; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.9); }

/* Values の小見出し ── 解決の中のサブセクションなので控えめに（英字＋和文の横並び・issue-strip-head と同系） */
/* 「生まれる価値 - Values」のインライン並記（ゴースト版は git 履歴に・戻せる） */
.impact-values-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 32px; }
.impact-values-head h2 { font-family: var(--font-jp-serif); font-feature-settings: "palt"; font-size: 28px; font-weight: 600; color: var(--navy-900); letter-spacing: 0.08em; }
.impact-values-head .en { font-family: var(--font-en); font-size: 24px; color: var(--gold-700); letter-spacing: 0.06em; }

/* ③ 価値（横並び3カード）。タイトルはゴールドのアンダーバーで仕切る */
.impact-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
/* カードはアイボリー塗り・枠線なし（2026-08-14 確定。外側パネルは廃止し課題パネルと同じ生成りの面言語） */
.impact-value {
  background: var(--bg-light);
  border-radius: 6px;
  padding: 26px 26px 28px;
}
/* タイトルは金文字で見せる（旧・蛍光ペン風マーカーは文字の視認性を下げるため
   廃止。文字色を金にして一段大きくし、面ではなく色でジャンプ率をつくる。
   2026-08-17 上野さん指摘） */
.impact-value h3 {
  font-family: var(--font-jp-serif);
  font-size: 23px;
  font-weight: 600;
  color: var(--gold-600);
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-bottom: 18px;
}
.impact-value ul { display: grid; gap: 10px; }
.impact-value li { position: relative; padding-left: 26px; font-size: 16px; line-height: 1.75; color: var(--text); }
/* ゴールドのチェック＝「解決済み」の合図。サイトのアイコン言語（線画・round cap）に合わせた SVG */
.impact-value li::before {
  /* 1行目の行ボックス(1.75em=28px)の縦センターに 16px アイコンを置く: (28-16)/2 = 6px = 0.375em */
  content: ""; position: absolute; left: 0; top: 0.375em;
  width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8923a' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5 11-12'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* ③ 解決（白地のテキストキャッチ・図の終着。紺は JIDIC 帯の1箇所に絞り、面の重なりを避ける。
   揃えは課題ラベル・Values と同じ左揃えで統一 */
.impact-solution { margin-top: 10px; }

/* 図（解決キャッチ）と Values はひとつながり ── セクション間の余白を詰める。
   Values は生成りの面で「価値のかたまり」をグルーピング（2026-08-13） */
.section--impact { padding-bottom: 44px; }
.section--values { padding-top: 0; padding-bottom: 96px; }

/* 図に統合した課題／解決の導入文（旧・独立ナラティブを各ブロックの説明文へ移設） */
.impact-lead { margin-bottom: 22px; font-size: 16px; line-height: 1.95; color: var(--text); }

/* ---------- 額装風写真（右下にずらした金のヘアライン枠。重ね配置の代替） ---------- */
.photo--framed { position: relative; overflow: visible; margin-bottom: 20px; }
.photo--framed::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: -18px;
  bottom: -18px;
  border: 1px solid var(--gold-500);
  pointer-events: none;
}

/* ---------- 写真カード（写真＋短い説明。参考: 業界団体サイトの取り組み紹介型） ---------- */
.photo-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.photo-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--line-navy);
  transition: box-shadow 0.3s ease;
}
.photo-card:hover { box-shadow: 0 14px 30px rgba(10, 22, 51, 0.14); }
.photo-card .img-placeholder { border: 0; border-bottom: 1px solid var(--line-navy); }
.photo-card-body { padding: 20px 24px 24px; }
.photo-card-body h3 {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 600;
  color: var(--navy-900);
  letter-spacing: 0.08em;
}
.photo-card-body p { margin-top: 8px; font-size: 13px; line-height: 1.9; color: var(--muted); }
.photo-card-body .cta { display: inline-block; margin-top: 12px; font-size: 12.5px; font-weight: 700; color: var(--gold-700); }
.photo-card:hover .cta { text-decoration: underline; text-underline-offset: 4px; }
/* 全幅・隙間なしの写真タイル（文字を写真の上に重ねる。MOLTech の Business 型） */
.photo-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; width: 100vw; margin-left: calc(50% - 50vw); }
/* 高さの決まり方: グリッド1セルに「16:10 の透明スペーサー(::before)」と「テキスト」を重ね、
   行の高さは大きい方に従う(=通常は 16:10、文字拡大などでテキストが勝てばタイルごと伸びる)。
   写真は絶対配置の背景レイヤーとして常にタイル全面を cover で追従する */
.photo-tile { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); overflow: hidden; }
.photo-tile::before { content: ""; grid-area: 1 / 1; aspect-ratio: 16 / 10; }
.photo-tile > .photo, .photo-tile > .img-placeholder { position: absolute; inset: 0; aspect-ratio: auto; height: 100%; }
.photo-tile .img-placeholder { border: 0; }
.photo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 38, 0.06) 40%, rgba(7, 16, 38, 0.66) 100%);
  transition: background-color 0.35s;
  pointer-events: none;
}
/* min-width: 0 が無いとグリッドアイテムの min-content 下限が働き、
   文字拡大時に「AML・KYC対策」等の長い1行がトラック幅を押し破る */
.photo-tile-text { grid-area: 1 / 1; align-self: end; position: relative; z-index: 1; min-width: 0; padding: 24px 28px; color: var(--white); }
.photo-tile-text h3, .photo-tile-text p { overflow-wrap: break-word; }
.photo-tile-text h3 {
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 14px rgba(7, 16, 38, 0.7);
}
.photo-tile-text p { margin-top: 6px; font-size: 14.5px; line-height: 1.8; color: #e3e7f0; text-shadow: 0 1px 10px rgba(7, 16, 38, 0.8); }
.photo-tile-text .cta { display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 700; color: var(--gold-300); }
.photo-tile:hover .cta { text-decoration: underline; text-underline-offset: 4px; }
.photo-tile:hover::after { background-color: rgba(201, 162, 75, 0.12); }
/* タイル下の余白(コンパクトリストとの間) */
.photo-tiles + .container { margin-top: 56px; }

/* 巨大英字ゴーストテキスト（背景の透かし） */
.ghost-word {
  position: absolute;
  z-index: 0;
  font-family: var(--font-en);
  font-size: 170px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--navy-900);
  opacity: 0.05;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.ghost-word--br { right: -20px; bottom: 16px; }
.ghost-word--tl { left: -16px; top: 20px; }
.ghost-word--gold { color: var(--gold-300); opacity: 0.06; }

/* 写真カードの下に置く残項目のコンパクト2列リスト */
.activity-list--compact { margin-top: 40px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 48px; }
.activity-list--compact li:nth-last-child(-n+2) { border-bottom: 0; }

/* ---------- 帯・ヒーローの背景写真レイヤー ----------
   写真確定前はプレースホルダーパターン＋右上のラベルチップで意図を示す。
   差し替え時は .bg-fill を background-image に変えるだけ（オーバーレイはそのまま活かす） */
.band-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.band-bg .bg-fill { position: absolute; inset: 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
.member-band .band-bg .bg-fill { background-image: url(../img/member-band-bg.jpg); }
.page-hero .band-bg .bg-fill { background-image: url(../img/page-hero-bg.jpg); }
/* 写真の上に敷く透過ネイビー（差し替え後も文字可読性を担保する層） */
.band-bg .bg-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10, 22, 51, 0.92), rgba(10, 22, 51, 0.78)); }
.band-bg .bg-label {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 12px;
  font-size: 11px;
  color: #aeb6c9;
  background: rgba(7, 16, 38, 0.65);
  border: 1px dashed rgba(201, 162, 75, 0.4);
}
.member-band { position: relative; overflow: hidden; }
.member-band .member-band-inner { position: relative; z-index: 1; }
.page-hero .page-hero-inner { position: relative; z-index: 2; }
.page-hero .band-bg .bg-overlay { background: linear-gradient(110deg, rgba(7, 16, 38, 0.9), rgba(22, 41, 79, 0.82)); }

/* ---------- フッター前の全幅ステートメントバンド（生成り無地・締めの引用） ----------
   会員区分(濃紺)→ここ(明るい生成り)→フッター(濃紺) と明度を交互にして、
   最下部で濃紺が連続する単調さを解消する（2026-08-06 前田さん承認・案A）。
   写真は使わず、上の短い金の罫だけで「章の締め」の格を出す */
.prefooter { background: var(--bg-light); padding: 100px 40px; border-top: 1px solid var(--line); }
.prefooter-statement {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-jp-serif);
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.08em;
  color: var(--navy-900);
}
/* 締めの一文の上に短い金のヘアライン（section-title と同じ語彙で統一） */
.prefooter-statement::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 0 auto 32px;
  background: var(--gold-500);
}

/* ---------- 金の線画装飾（透過・セクション背景の隅） ---------- */
.section--deco { position: relative; overflow: hidden; }
.section--deco > .container { position: relative; z-index: 1; }
/* ---------- スクロール視差（対応ブラウザのみの上乗せ演出） ----------
   写真・線画がスクロールに合わせて緩やかに上下する。transform のみ・
   Safari 等の未対応ブラウザでは静止したまま（progressive enhancement） */
@keyframes parallax-drift { from { transform: translateY(26px); } to { transform: translateY(-26px); } }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .parallax-y { animation: parallax-drift linear both; animation-timeline: view(); animation-range: cover 0% cover 100%; }
  }
}

@media (max-width: 1100px) {
  .photo-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .photo-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* 2列時、末尾が奇数で孤立したら全幅に伸ばす(3枚構成での右穴あき防止) */
  .photo-tile:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .ghost-word { font-size: 120px; }
  .activity-detail-grid { gap: 20px; }
}
@media (max-width: 767px) {
  .photo-card-grid { grid-template-columns: minmax(0, 1fr); }
  .photo-tiles { grid-template-columns: minmax(0, 1fr); }
  .photo-tile:last-child:nth-child(odd) { grid-column: auto; }
  .activity-detail-grid { grid-template-columns: minmax(0, 1fr); }
  .activity-detail-grid .activity-detail:last-child:nth-child(odd) { grid-column: auto; }
  .activity-detail-grid .activity-detail { padding: 22px 20px 26px; }
  .activity-detail-grid .activity-detail h3 .no { font-size: 36px; }
  /* SP もヒーロー内に置く(全幅バー・写真下部に重ねる)。静的配置は overflow:hidden に
     クリップされるため絶対配置のまま、ヒーロー下部の余白で領域を確保する */
  .hero .news-panel { left: 0; right: 0; bottom: 0; width: auto; }
  .ghost-word { font-size: 76px; }
  .section-head .eyebrow, .purpose-prose .eyebrow { font-size: 30px; }
  .section-title .en { font-size: 30px; }
  .page-hero .en { font-size: 34px; }
  .activity-list--compact { grid-template-columns: minmax(0, 1fr); gap: 0; margin-top: 32px; }
  .activity-list--compact li:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .photo--framed { margin-bottom: 14px; }
  .photo--framed::after { top: 10px; left: 10px; right: -10px; bottom: -10px; }
}

/* ---------- スクロールリビール ----------
   IntersectionObserver（main.js）で .is-visible を付与。全要素同時ではなく
   グリッド内は CSS 側で遅延を段階化して「揃って動く AI 感」を消す */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.is-visible { opacity: 1; transform: none; }
/* 目的リスト・会員グリッドなど列内の軽いスタガー */
.objective-list .fade-in:nth-child(3n + 2), .member-grid .fade-in:nth-child(4n + 2) { transition-delay: 0.1s; }
.objective-list .fade-in:nth-child(3n),     .member-grid .fade-in:nth-child(4n + 3) { transition-delay: 0.2s; }
.member-grid .fade-in:nth-child(4n) { transition-delay: 0.3s; }

/* =========================================================
   レスポンシブ
   - 1100px 以下: ナビ→ハンバーガー（項目が重なる前に切替）
   - 767px 以下: SP（左右 20px）
   ========================================================= */
/* 1101〜1500px: デスクトップナビのままでは幅が足りず、リンク文字が語中で縦に折れて
   ヘッダーが崩れる（1200px 前後で顕著・2026-08-18 指摘）。余白・文字サイズを詰めて
   全項目を1行に保つ。ドロワー切替（1100px）の設計判断はそのまま */
@media (max-width: 1500px) and (min-width: 1101px) {
  .site-header { padding: 0 24px; gap: 16px; }
  .brand-logo { height: 48px; }
  /* 項目間隔は固定で詰めず、1101px（詰め最大）→1500px（通常値付近）へ幅に応じて
     滑らかに戻す（広い幅まで詰まったままになる違和感の対策）。
     font-size は DESIGN.md「vw 単位の font-size は使わない」に従い vw を使わず、
     下の 1300px サブブレークポイントで2段階に切り替える */
  .global-nav ul { gap: clamp(12px, calc(3.5vw - 27px), 26px); flex-wrap: wrap; }
  /* nowrap は語中の縦折れ防止。テキストのみズーム等で収まらないときは flex-wrap が
     項目単位で2行目へ逃がす（clip で CTA が到達不能になる後退を防ぐ） */
  .global-nav a { white-space: nowrap; }
  .global-nav a.nav-cta { padding: 10px 14px; font-size: 13px; }
}
@media (max-width: 1300px) and (min-width: 1101px) {
  .global-nav a { font-size: 13.5px; }
}
@media (max-width: 1100px) {
  .site-header { padding: 0 24px; }
  :root { --header-h: 72px; }
  /* ヘッダー高が 88px → 72px に下がるのでロゴも合わせて下げる（上下 13px の余白を確保） */
  .brand-logo { height: 46px; }
  .nav-toggle { display: block; }
  .global-nav {
    position: fixed;
    /* 画面最上部から。パネルの塗りがヘッダー領域まで覆う（2026-08-17 上野さん指摘
       「ヘッダーの上にハンバーガーの塗りがないとおかしい」） */
    top: 0;
    right: 0;
    /* 全画面ではなく右側 76% のドロワーにする（残りは下のオーバーレイで暗く・2026-08-17 上野さん指摘） */
    left: auto;
    width: 76%;
    bottom: 0;
    z-index: 99;
    /* 完全不透明にする（半透明だと背後のヒーロー見出しが透けて文字が二重に見える） */
    background: var(--navy-900);
    /* 上端はヘッダー行（×ボタンの帯）を空けてからメニューを始める */
    padding: calc(var(--header-actual) + 16px) 24px 40px;
    transform: translateX(100%);
    /* 閉時は visibility も隠す（閉じたメニューへキーボードフォーカスが入るのを防ぐ） */
    visibility: hidden;
    transition: transform 0.35s ease, visibility 0s linear 0.35s;
    overflow-y: auto;
    /* ドロワー内を末端までスクロールしても背後のページへ連鎖させない */
    overscroll-behavior: contain;
  }
  .global-nav.is-open { transform: translateX(0); visibility: visible; transition: transform 0.35s ease; }
  /* ドロワー外を暗くするオーバーレイ（タップで閉じる処理は main.js）。
     ヘッダーも含めて全画面を覆う（2026-08-17 上野さん指示）。
     ドロワーは header の子（header の z-index:100 が作る文脈内の z-99）なので、
     body::after ではヘッダーの上に置けない。ヘッダー自身の ::after にすることで
     同じ文脈内に入れ、「ヘッダー背景・ロゴ・ハンバーガー(z-auto) ＜ オーバーレイ(98)
     ＜ ドロワー(99)」の積層にする */
  body.nav-open .site-header::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 98;
    background: rgba(7, 16, 38, 0.55);
    animation: nav-backdrop-in 0.35s ease;
  }
  @keyframes nav-backdrop-in { from { opacity: 0; } }
  /* メニュー展開中は背後のページをスクロールさせない。
     iOS Safari は body の overflow:hidden を無視して背景が動くことがある（WebKit Bug 240859）ため、
     position:fixed でページ自体を固定する。top には JS が「開いた時点のスクロール量 × -1」を入れ、
     閉じるときに元の位置へ scrollTo で戻す。
     position:fixed で高さが 0 になり縦スクロール自体が消えるので overflow:hidden は付けない
     （付けるとビューポートへ伝播し、scrollbar-gutter の予約が実装によって外れて横ずれを招く） */
  body.nav-open { position: fixed; left: 0; right: 0; width: 100%; }
  /* body を固定すると sticky が効かなくなるので、ヘッダーは fixed に切り替えて画面上部へ留める。
     ただし fixed はフローから外れるため、背後のコンテンツがヘッダー1つ分だけ上へ跳ねる。
     ドロワーのスライドイン中（0.35s）は背後が見えているので、同じ高さの padding で相殺する */
  body.nav-open { padding-top: var(--header-actual); }
  body.nav-open .site-header { position: fixed; top: 0; left: 0; right: 0; }
  /* メニュー展開中: ロゴは overlay(98) の下に沈み、×（トグル）だけドロワー(99)の
     塗りの上に白で出す（2026-08-17 上野さん指示。閉じる操作は ×・オーバーレイタップ・
     Escape の3経路） */
  body.nav-open .nav-toggle { position: relative; z-index: 100; }
  body.nav-open .nav-toggle span { background: var(--white); }
  .global-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .global-nav a { display: block; padding: 16px 8px; color: var(--white); font-size: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .global-nav a::after { content: none; }
  .global-nav a:hover { color: var(--gold-300); }
  /* 現在地: ドロワーでは下線（::after）を content:none で消しているため、金の左縦罫＋字下げで示す。
     ホバーは文字色（--gold-300）が変わるだけなので「今いる場所」と「触っている場所」を見分けられる。
     CTA は塗り／枠のボタンなので縦罫は付けず、枠線側で示す（下の --sub.is-current・2026-09-10 前田さん決定） */
  .global-nav a.is-current:not(.nav-cta) { border-left: 3px solid var(--gold-500); padding-left: 13px; }
  .global-nav a.nav-cta { display: block; margin-top: 24px; padding: 16px 8px; text-align: center; font-size: 16px; background: var(--gold-600); border: 0; border-bottom: 0; }
  .global-nav a.nav-cta:hover { background: var(--gold-500); color: var(--white); }
  .global-nav a.nav-cta--sub { margin-top: 12px; background: transparent; border: 1px solid rgba(255, 255, 255, 0.5); color: var(--white); }
  .global-nav a.nav-cta--sub:hover { background: rgba(255, 255, 255, 0.12); color: var(--white); }
  /* CTA の現在地は色だけだと通常枠 rgba(255,255,255,.5) との差が 1.18:1 しかなく
     グレースケール・色覚特性で判別できない（レビュー実測）。左辺を 3px にして
     他の現在地項目（金の左縦罫）と同じ形の手がかりを与える。塗りは変えない */
  .global-nav a.nav-cta--sub.is-current { border-color: var(--gold-500); border-left-width: 3px; }
  /* ポリシーリンク（フッターと同じ小さく細いテキスト・左揃え・縦積み）。
     下端固定ではなく、お問い合わせボタンからの固定マージンで置く（2026-08-17 上野さん指示） */
  .global-nav .nav-legal { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 32px; }
  .global-nav .nav-legal a { display: inline-block; padding: 0; border-bottom: 0; font-size: 12px; font-weight: 400; color: #97a0b4; }
  .global-nav .nav-legal a:hover { color: var(--gold-300); }
  .objective-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; }
  .member-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-side { display: none; }
}

@media (max-width: 900px) {
  .activity-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .purpose-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .issue-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 32px; }
  .issue-strip { margin-top: 72px; }
  .founders-band-inner { grid-template-columns: minmax(0, 1fr); gap: 28px; }
      .hero-catch { font-size: 40px; }
  .join-banner-inner { flex-direction: column; text-align: center; }
  /* 課題→解決フロー図: タブレットは課題・価値とも2列に */
  /* タブレット2列: 罫線を2列用に張り直す */
  .impact-issues-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .impact-issues-grid li:nth-child(3n+2), .impact-issues-grid li:nth-child(3n) { border-left: 0; }
  .impact-issues-grid li:nth-child(n+4) { border-top: 0; }
  .impact-issues-grid li:nth-child(2n) { border-left: 1px solid var(--line-navy); }
  .impact-issues-grid li:nth-child(n+3) { border-top: 1px solid var(--line-navy); }
  .impact-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body { font-size: 15px; }
  .container { padding: 0 20px; }
  /* SP はヘッダー高（--header-h: 72px）に収まる範囲。和文の団体名が無くなり
     トグルまでの余白が広がったため PC 比の下げ幅は小さくてよい（2026-09-07 前田さん指示） */
  .brand-logo { height: 44px; }
  .footer-logo { height: 46px; }
  .hero-inner { padding: 100px 20px 190px; }
  .hero-catch { font-size: 31px; }
  .hero-sub { font-size: 18px; }
  .hero-rule { margin-top: 22px; }
  .news-ribbon-inner { padding: 14px 20px; gap: 12px; flex-wrap: wrap; }
  .news-ribbon a { white-space: normal; }
  /* SP はバナーの縦の厚み・文字の重さを抑える（2026-08-06 前田さん指摘「太すぎる」） */
  .join-banner-inner { padding: 24px 20px 26px; gap: 18px; }
  .join-banner-copy .small { font-size: 12px; }
  .join-banner-copy .big { font-size: 24px; }
  .join-banner-btn { padding: 13px 28px; font-size: 15px; }
  /* ヒーローの News 帯も SP では1行リストのまま薄く保つ
     （下の .news-row の SP 用2行レイアウトはお知らせ一覧ページ向けで、ここには適用しない） */
  .news-panel .news-list { padding: 2px 12px; }
  .news-panel .news-row { grid-template-columns: 88px minmax(0, 1fr); gap: 10px; padding: 9px 4px; font-size: 13px; }
  .news-panel .news-row .title { grid-column: auto; }
  .founders-band-inner { padding: 36px 20px; }
  .member-band-inner { padding: 56px 20px; }
  .footer-inner { padding: 48px 20px 28px; }
  .prefooter { padding: 80px 20px; }
  /* 締めの一文は SP では行間 2.5 が間延びするため詰める（2026-09-10 前田さん指摘） */
  .prefooter-statement { font-size: 14.5px; line-height: 2; }
  .page-hero-inner { padding: 52px 20px; }
  .breadcrumb ol { padding: 10px 20px; }
  .section { padding: 80px 0; }
  /* modifier が media の .section に負けないよう SP 用に再宣言（図⇔Values の間 160px 問題の修正） */
  .section--impact { padding-bottom: 32px; }
  .section--values { padding-top: 0; }
  .section--tight { padding: 56px 0; }
  .section-title .ja { font-size: 25px; }
  .purpose-prose .lead { font-size: 17px; }
  .issue-grid { grid-template-columns: minmax(0, 1fr); }
  /* 課題→解決フロー図: スマホで1列＋余白圧縮 */
  .impact-issues { padding: 14px 16px; }
  .impact-issues-grid li { text-align: left; }
  /* スマホ1列: 縦罫なし・横罫のみ */
  .impact-issues-grid { grid-template-columns: minmax(0, 1fr); }
  .impact-issues-grid li:nth-child(2n), .impact-issues-grid li:nth-child(3n+2), .impact-issues-grid li:nth-child(3n) { border-left: 0; }
  .impact-issues-grid li:nth-child(n+2) { border-top: 1px solid var(--line-navy); }
  .impact-values { grid-template-columns: minmax(0, 1fr); }
  .impact-copy { font-size: 23px; }
  /* SP はキャッチが2行になるため、縦書きラベルをテキスト上端に揃える（PC は中央揃えのまま） */
  .impact-copy-row { align-items: flex-start; }
  /* キャッチは max-content だと縦ラベルの隣に入りきらず次行へ落ちる（「解決」だけ
     ラベルと別行になっていた）。縮む flex アイテムにして常に横並びを保つ
     （2026-09-10 前田さん指摘・320〜767px で実測） */
  .impact-copy-row .impact-copy { flex: 1 1 0; min-width: 0; }
  .impact-vert { margin-top: 3px; }
  /* 2行のキャッチに対して区切り線が短く見えるため SP はほぼ全高に */
  .impact-vert::after { height: 92%; }
  .impact-core { padding: 26px 22px; }
  .impact-core .core-desc { font-size: 17px; }
  .impact-core .core-name { font-size: 16px; }
  /* 設立時パートナーのカードは SP だけ中央寄せ（PC は左揃え・2026-09-11 前田さん指示） */
  .link-cards { justify-content: center; }
  .objective-list { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .objective-item { padding: 20px 0; }
  .objective-item .no { font-size: 30px; }
  .member-grid { grid-template-columns: minmax(0, 1fr); }
  .news-row { grid-template-columns: 96px minmax(0, 1fr); gap: 8px 16px; }
  .news-row .cat { grid-column: 2; grid-row: 1; justify-self: end; }
  .news-row .title { grid-column: 1 / -1; }
  .news-article h1 { font-size: 26px; }
  .member-detail-grid { grid-template-columns: minmax(0, 1fr); }
  .info-table th { width: auto; display: block; border-bottom: 0; }
  .info-table td { display: block; }
  .info-table tr { display: block; }
  .info-table tr + tr { margin-top: -1px; }
}

/* 極小幅（〜374px）: KV キャッチの1行目9字「日本の免税制度で、」が収まるサイズへ
   （31px だと「で、」だけが折り返され孤立行になる・2026-08-17 上野さん指摘）。
   サブは 18px を維持（上野さん指示）。リードは行間だけ締めてブロックの間延びを防ぐ */
@media (max-width: 374px) {
  /* 320px: ロックアップは比率 3.08:1 なので高さ 40px＝幅 123px。
     左パディング＋トグル位置から実測で 100px 前後の余白が残る */
  .brand-logo { height: 40px; }
  .footer-logo { height: 42px; }
  .hero-catch { font-size: 27px; }
  .hero-lead { line-height: 1.95; }
  /* 課題コピーは最長行「免税は機能しない。」(9字) が 23px だと縦書きラベルの横に
     収まらず、ラベルが単独行に折れてしまう（解決は8字で収まり配置が揃わない）。
     余白詰めに加えコピーを 21px に一段下げ、ラベル＋コピー横並びを約40pxの余裕で成立させる */
  .impact-copy-row { gap: 16px 14px; }
  .impact-vert { padding-right: 12px; }
  .impact-copy { font-size: 21px; }
  /* 「生まれる価値 - Values」は横並びが入りきらず h2 が「生まれる価/値」で折れるため、
     見出し1行＋下に - Values の縦積みに（2026-08-17 上野さん指摘） */
  .impact-values-head { flex-direction: column; align-items: flex-start; gap: 2px; }
}

/* ---------- モーション有効時のみの演出（reduced-motion 既定 OFF 方式）
   Ken Burns は「reduce で打ち消す」のではなく no-preference の中でだけ有効化する ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero.js-anim .hero-bg { animation: hero-kenburns 26s ease-out both; }
}

/* ---------- reduced-motion（1箇所に集約）
   置き場所はファイル末尾で固定する。@media どうしは詳細度が同じで「後に書いたほうが勝つ」ため、
   上のレスポンシブ用ブロックより前に書くと打ち消しが静かに効かなくなる（ドロワーの
   transition が実例）。今後アニメーションを足したらこのブロックに追記すること ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-in { opacity: 1; transform: none; transition: none; }
  .objective-list .fade-in, .member-grid .fade-in { transition-delay: 0s; }
  /* ヒーロー登場演出も全停止（JS 到達前の非表示状態も解除する） */
  .hero.js-anim .hero-eyebrow,
  .hero.js-anim .hero-catch,
  .hero.js-anim .hero-sub,
  .hero.js-anim .hero-lead { opacity: 1; transform: none; transition: none; }
  .hero.js-anim .hero-rule { transform: none; transition: none; }
  /* ハンバーガー3本線の変形。transition を消しても最終状態（× 形）は同じで機能は変わらない */
  .nav-toggle span { transition: none; }
  .global-nav, .global-nav.is-open { transition: none; }
  /* ドロワー外オーバーレイのフェードも停止（最終状態は同じ） */
  body.nav-open .site-header::after { animation: none; }
  /* 設立時パートナーのカードのホバー（画像の透過・枠線と団体名の色）は即時に切り替える。
     最終状態は同じで、伝わる情報は変わらない */
  .link-card-thumb, .link-card-thumb img, .link-card-name, .link-card-name .arrow { transition: none; }
}
