@charset "UTF-8";
/* ============================================================
   GUMP SUZUKI ROUTE 66 CENTENNIAL JOURNEY — 特設ページ
   企画書「ROUTE66_企画書_統合版_20260902.pptx」のトーンを踏襲
   （クリーム紙 × ディープレッド × Impact系見出し × ヴィンテージ印刷）
   JustForFun株式会社 / 2026-09-02
   ============================================================ */

/* ── Reset ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { min-height: 100vh; -webkit-font-smoothing: antialiased; }
img, picture, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }
ul, ol { list-style: none; padding: 0; }
[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ── Tokens（企画書の実カラー） ──────────────────────────── */
:root {
  --paper:      #fbf9f4;
  --paper-2:    #f4f0e6;
  --paper-3:    #efe9dc;
  --sand:       #ded7c8;
  --blush:      #f3ded9;
  --blush-2:    #ffe8e4;

  --ink:        #161513;
  --ink-2:      #3a362e;
  --ink-3:      #4a463e;
  --muted:      #6f6a60;

  --red:        #c0392b;
  --red-deep:   #9c2b20;

  --night:      #161513;
  --night-2:    #221f1b;
  --cream:      #fbf9f4;

  --line:       #ded7c8;
  --line-soft:  rgba(22, 21, 19, .10);

  --font-display: 'Anton', Impact, 'Arial Black', 'Hiragino Sans', sans-serif;
  --font-script:  'Kaushan Script', 'Caveat', cursive;
  --font-label:   Arial, 'Helvetica Neue', 'Noto Sans JP', sans-serif;
  --font-body:    'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;

  --wrap: 1160px;
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --radius: 4px;
  --nav-h: 62px;
}

/* ── Base ────────────────────────────────────────────────── */
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: .02em;
  overflow-x: hidden;
}
/* 紙の粒子感 */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.09 0 0 0 0 0.08 0 0 0 0 0.07 0 0 0 0.055 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
main, .nav, .footer, .sticky-cta { position: relative; z-index: 2; }

.container { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 780px; }
.section { padding-block: clamp(4rem, 10vw, 7.5rem); position: relative; }
.section--alt { background: var(--paper-2); border-block: 1px solid var(--sand); }
.section--blush { background: linear-gradient(180deg, var(--blush-2), var(--paper)); border-top: 1px solid var(--sand); }
.section--dark { background: var(--night); color: var(--cream); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

/* ── Typography ──────────────────────────────────────────── */
.eyebrow {
  font-family: var(--font-label); font-size: clamp(.66rem, 1.5vw, .74rem); font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase; color: var(--red);
  display: flex; align-items: center; gap: .8rem;
}
.eyebrow::before { content: ''; width: clamp(18px, 4vw, 34px); height: 2px; background: var(--red); flex: none; }
.eyebrow--center { justify-content: center; }
.section--dark .eyebrow, .hero .eyebrow { color: #f0a79d; }
.section--dark .eyebrow::before, .hero .eyebrow::before { background: #f0a79d; }

.section-title {
  font-family: var(--font-body); font-weight: 900; text-wrap: balance;
  font-size: clamp(1.55rem, 4.4vw, 2.55rem); line-height: 1.5; letter-spacing: .005em;
  margin-top: .9rem;
}
.section-title em { font-style: normal; color: var(--red); }
.section--dark .section-title em { color: #ef8478; }

.section-en {
  font-family: var(--font-display); font-size: clamp(2rem, 6.4vw, 3.9rem); line-height: 1;
  letter-spacing: .02em; color: var(--ink); opacity: .11; text-transform: uppercase;
  margin-bottom: .5rem; pointer-events: none; user-select: none;
}
.section--dark .section-en { color: var(--cream); opacity: .1; }

.lead { color: var(--ink-2); font-size: clamp(.95rem, 2.1vw, 1.04rem); margin-top: 1.4rem; }
.lead strong { color: var(--ink); font-weight: 700; }
.section--dark .lead { color: rgba(251,249,244,.76); }
.section--dark .lead strong { color: var(--cream); }
.note { color: var(--muted); font-size: .78rem; line-height: 1.9; }
.section--dark .note { color: rgba(251,249,244,.5); }

/* 手書きスクリプト＋赤いスウォッシュ（企画書表紙のトーン） */
.script {
  font-family: var(--font-script); font-weight: 400;
  font-size: clamp(1.7rem, 5vw, 2.9rem); line-height: 1.35; color: var(--ink);
  display: inline-block; position: relative; padding-bottom: .28em;
}
.script::after {
  content: ''; position: absolute; left: 2%; right: 8%; bottom: .06em; height: .11em;
  background: var(--red); border-radius: 50%/100% 100% 0 0; transform: rotate(-.7deg);
}
.section--dark .script, .quote-band .script { color: var(--cream); }

/* ── Rules ───────────────────────────────────────────────── */
.road-rule {
  height: 4px; width: 100%; background: var(--paper);
  background-image: repeating-linear-gradient(90deg, var(--sand) 0 30px, transparent 30px 60px);
}
.rule-sand { height: 1px; background: var(--sand); border: 0; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.9rem; border-radius: 2px; border: 2px solid transparent;
  font-family: var(--font-body); font-weight: 700; font-size: .94rem; letter-spacing: .06em;
  text-decoration: none; cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn--primary { background: var(--red); color: var(--cream); box-shadow: 4px 4px 0 var(--ink); }
.btn--primary:hover { background: var(--red-deep); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.section--dark .btn--ghost, .hero .btn--ghost { border-color: var(--cream); color: var(--cream); }
.section--dark .btn--ghost:hover, .hero .btn--ghost:hover { background: var(--cream); color: var(--ink); }
.hero .btn--primary { box-shadow: 4px 4px 0 rgba(0,0,0,.45); }
.btn--sm { padding: .55rem 1.15rem; font-size: .8rem; box-shadow: 3px 3px 0 var(--ink); }
.btn--block { width: 100%; }

/* ── Nav ─────────────────────────────────────────────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center; background: transparent;
  border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s;
}
.nav.is-stuck { background: rgba(251,249,244,.95); backdrop-filter: blur(8px); border-bottom-color: var(--sand); }
.nav__inner { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); display: flex; align-items: center; gap: 1rem; }
.nav__logo { display: flex; align-items: center; gap: .6rem; text-decoration: none; margin-right: auto; }
.nav__logo img { height: 26px; width: auto; }
.nav__logo .logo--ink { display: none; }
.nav.is-stuck .nav__logo .logo--ink { display: block; }
.nav.is-stuck .nav__logo .logo--cream { display: none; }
.nav__logo span {
  font-family: var(--font-label); font-size: .6rem; font-weight: 700; letter-spacing: .24em;
  color: rgba(251,249,244,.72); text-transform: uppercase; display: none;
}
.nav.is-stuck .nav__logo span { color: var(--muted); }
.nav__links { display: none; gap: 1.5rem; }
.nav__links a {
  font-family: var(--font-label); font-size: .72rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; text-decoration: none; color: rgba(251,249,244,.8); transition: color .2s;
}
.nav.is-stuck .nav__links a { color: var(--ink-2); }
.nav__links a:hover { color: var(--red); }
.nav.is-stuck .nav__links a:hover { color: var(--red); }
.nav__cta { display: none; }
.nav__burger { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; background: none; border: 0; cursor: pointer; margin-left: auto; }
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--cream); transition: transform .3s, opacity .3s, background .3s; }
.nav.is-stuck .nav__burger span { background: var(--ink); }
.nav__burger[aria-expanded="true"] span { background: var(--ink); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile {
  position: fixed; inset: var(--nav-h) 0 auto 0; z-index: 99;
  background: var(--paper); border-bottom: 2px solid var(--ink);
  display: grid; padding: .8rem var(--gutter) 1.6rem; gap: .1rem;
  transform: translateY(-130%); transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.nav__mobile.is-open { transform: translateY(0); }
.nav__mobile a {
  padding: .8rem 0; text-decoration: none; border-bottom: 1px solid var(--sand);
  font-family: var(--font-label); font-size: .8rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink);
}
.nav__mobile .btn { margin-top: 1rem; border-bottom: 0; }
@media (min-width: 980px) {
  :root { --nav-h: 74px; }
  .nav__links, .nav__cta { display: flex; }
  .nav__logo span { display: block; }
  .nav__burger, .nav__mobile { display: none; }
}

/* ── Hero（企画書の表紙＝ダーク × KVパネル） ────────────── */
.hero {
  position: relative; background: var(--night); color: var(--cream);
  padding-block: calc(var(--nav-h) + 2.2rem) clamp(2.5rem, 7vw, 4rem);
  overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; inset: auto 0 0 0; height: 4px;
  background-image: repeating-linear-gradient(90deg, var(--red) 0 30px, transparent 30px 60px);
  opacity: .55;
}
.hero__inner {
  position: relative; z-index: 2; width: 100%; max-width: var(--wrap);
  margin-inline: auto; padding-inline: var(--gutter);
  display: grid; gap: clamp(2rem, 5vw, 3.2rem); align-items: center;
}
.hero__logo { height: clamp(74px, 15vw, 104px); width: auto; margin-bottom: clamp(1.1rem, 3vw, 1.6rem); }
.hero__kv { position: relative; border: 1px solid rgba(251,249,244,.28); padding: 10px; background: rgba(251,249,244,.05); }
.hero__kv img { width: 100%; height: auto; }
.hero__title {
  font-family: var(--font-body); font-weight: 900;
  font-size: clamp(1.72rem, 5.4vw, 3rem); line-height: 1.42; letter-spacing: -.005em;
  margin-top: 1rem; max-width: 18em;
}
.hero__title .accent { color: #f0857a; }
.hero__en {
  font-family: var(--font-display); font-size: clamp(.92rem, 2.5vw, 1.25rem);
  letter-spacing: .18em; color: rgba(251,249,244,.82); margin-top: 1rem; text-transform: uppercase;
}
.hero__meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.hero__chip {
  font-family: var(--font-label); font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  padding: .42rem .9rem; border: 1px solid rgba(251,249,244,.45); border-radius: 2px; color: var(--cream);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero__scroll {
  position: absolute; right: var(--gutter); bottom: 2rem; writing-mode: vertical-rl; z-index: 2;
  font-family: var(--font-label); font-size: .64rem; font-weight: 700; letter-spacing: .3em;
  color: rgba(251,249,244,.55); text-transform: uppercase; display: none;
}
.hero__scroll::after { content: ''; display: block; width: 1px; height: 50px; margin: .8rem auto 0; background: linear-gradient(rgba(251,249,244,.7), transparent); }
@media (min-width: 980px) {
  .hero { min-height: 100svh; display: flex; align-items: center; }
  .hero__inner { grid-template-columns: 1.02fr .98fr; }
  .hero__scroll { display: block; }
}

/* Countdown */
.countdown { display: flex; align-items: flex-end; gap: clamp(.9rem, 2.4vw, 1.7rem); margin-top: 1.8rem; flex-wrap: wrap; }
.countdown__num {
  font-family: var(--font-display); font-size: clamp(2rem, 6.6vw, 3.1rem); line-height: 1;
  color: var(--cream); font-variant-numeric: tabular-nums;
}
.countdown__label { font-family: var(--font-label); font-size: .6rem; font-weight: 700; letter-spacing: .22em; color: rgba(251,249,244,.6); text-transform: uppercase; margin-top: .3rem; }
.countdown__caption { font-family: var(--font-label); font-size: .72rem; font-weight: 700; letter-spacing: .1em; color: rgba(251,249,244,.66); align-self: center; }

/* ── Marquee ─────────────────────────────────────────────── */
.marquee { border-bottom: 1px solid var(--sand); background: var(--ink); overflow: hidden; padding-block: .8rem; }
.marquee__track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.marquee__track span {
  font-family: var(--font-display); font-size: clamp(1rem, 2.8vw, 1.5rem); letter-spacing: .12em;
  color: rgba(251,249,244,.55); padding-inline: 1.3rem; white-space: nowrap; text-transform: uppercase;
}
.marquee__track span::after { content: '★'; color: var(--red); margin-left: 2rem; font-size: .68em; vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Facts ───────────────────────────────────────────────── */
.facts { display: grid; grid-template-columns: repeat(2, 1fr); background: var(--paper); border-bottom: 1px solid var(--sand); }
.fact { padding: clamp(1.4rem, 4vw, 2.3rem) 1.1rem; text-align: center; border-right: 1px solid var(--sand); border-bottom: 1px solid var(--sand); }
.fact:nth-child(2n) { border-right: 0; }
.fact__num { font-family: var(--font-display); font-size: clamp(1.85rem, 5.6vw, 2.9rem); line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.fact__num small { font-size: .4em; color: var(--red); margin-left: .22em; letter-spacing: .04em; }
.fact__label { font-family: var(--font-label); font-size: .62rem; font-weight: 700; letter-spacing: .2em; color: var(--red); text-transform: uppercase; margin-top: .65rem; }
.fact__sub { font-size: .74rem; color: var(--muted); margin-top: .3rem; }
@media (min-width: 760px) {
  .facts { grid-template-columns: repeat(5, 1fr); }
  .fact { border-bottom: 0; border-right: 1px solid var(--sand); }
  .fact:nth-child(2n) { border-right: 1px solid var(--sand); }
  .fact:last-child { border-right: 0; }
}

/* ── Stat grid（WHY NOW / PROFILE） ─────────────────────── */
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--sand); border: 1px solid var(--sand); margin-top: clamp(2rem, 5vw, 2.8rem); }
@media (min-width: 760px) { .stat-grid--4 { grid-template-columns: repeat(4, 1fr); } .stat-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.stat { background: var(--paper); padding: clamp(1.2rem, 3.2vw, 1.8rem) 1rem; text-align: center; }
.section--alt .stat { background: var(--paper-2); }
.stat__num { font-family: var(--font-display); font-size: clamp(1.6rem, 4.6vw, 2.4rem); line-height: 1; color: var(--red); }
.stat__label { font-family: var(--font-label); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); margin-top: .6rem; }
.stat__sub { font-size: .76rem; color: var(--muted); margin-top: .2rem; }

/* ── Story ───────────────────────────────────────────────── */
.story__grid { display: grid; gap: clamp(2.4rem, 6vw, 4rem); align-items: start; }
@media (min-width: 960px) { .story__grid { grid-template-columns: 1.05fr .95fr; } }
.story__body p + p { margin-top: 1.4rem; }
.story__body p { color: var(--ink-2); }
.story__body strong { color: var(--ink); font-weight: 700; }
.story__pull {
  margin-top: 2rem; padding: 1.3rem 1.5rem; border-left: 4px solid var(--red); background: var(--blush);
  font-weight: 700; font-size: clamp(1rem, 2.5vw, 1.15rem); line-height: 1.85; color: var(--ink);
}
.story__figure { position: relative; border: 1px solid var(--sand); background: var(--paper); padding: 10px; }
.story__figure img { width: 100%; height: auto; }
.story__figure figcaption {
  font-family: var(--font-label); font-size: .64rem; font-weight: 700; letter-spacing: .14em;
  color: var(--muted); text-transform: uppercase; padding: .8rem .2rem .2rem; text-align: center;
}

/* ── Voices ──────────────────────────────────────────────── */
.voices__grid { display: grid; gap: 1.1rem; margin-top: clamp(2.2rem, 5vw, 3rem); }
@media (min-width: 820px) { .voices__grid { grid-template-columns: 1fr 1fr; } }
.voice-card { position: relative; padding: clamp(1.5rem, 3.6vw, 2.2rem); border: 1px solid var(--sand); background: var(--paper); }
.section--alt .voice-card { background: var(--paper); }
.voice-card::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--red); }
.voice-card--in::before { background: var(--ink); }
.voice-card__dir { font-family: var(--font-label); font-size: .64rem; font-weight: 700; letter-spacing: .22em; color: var(--red); text-transform: uppercase; }
.voice-card--in .voice-card__dir { color: var(--ink-2); }
.voice-card__route { font-family: var(--font-display); font-size: clamp(1.05rem, 3.2vw, 1.45rem); letter-spacing: .05em; margin-top: .8rem; color: var(--ink); }
.voice-card__route em { font-style: normal; color: var(--muted); padding-inline: .5rem; }
.voice-card__title { font-weight: 900; font-size: clamp(1rem, 2.6vw, 1.18rem); margin-top: 1rem; line-height: 1.65; }
.voice-card__text { color: var(--ink-2); font-size: .91rem; margin-top: .8rem; }
.voices__closer {
  margin-top: 1.6rem; padding: 1.4rem; border: 2px dashed var(--red); background: var(--blush-2);
  text-align: center; font-weight: 700; line-height: 1.9;
}
.voices__closer span { color: var(--red); }

/* 引用バンド（ダーク） */
.quote-band { background: var(--night); color: var(--cream); padding-block: clamp(3rem, 8vw, 5rem); text-align: center; }
.quote-band__q { font-weight: 700; font-size: clamp(1.15rem, 3.4vw, 1.9rem); line-height: 1.7; }
.quote-band__q .mark { color: #ef8478; }
.quote-band__sub { font-family: var(--font-display); font-size: clamp(.85rem, 2.2vw, 1.05rem); letter-spacing: .2em; color: rgba(251,249,244,.6); margin-top: 1.2rem; text-transform: uppercase; }

/* ── Pillars ─────────────────────────────────────────────── */
.pillars { display: grid; gap: 1px; background: var(--sand); border: 1px solid var(--sand); margin-top: clamp(2.2rem, 5vw, 3rem); }
@media (min-width: 700px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .pillars { grid-template-columns: repeat(3, 1fr); } }
.pillar { background: var(--paper); padding: clamp(1.4rem, 3.4vw, 1.9rem); transition: background .2s; }
.pillar--mark {
  background: var(--red); color: var(--cream); display: grid; align-content: center; text-align: center;
}
.pillar--mark:hover { background: var(--red); }
.pillar--mark .mark-en {
  font-family: var(--font-display); font-size: clamp(1.4rem, 3.6vw, 1.8rem); letter-spacing: .04em; line-height: 1.15;
}
.pillar--mark .mark-sub {
  font-family: var(--font-label); font-size: .64rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(251,249,244,.75); margin-top: .8rem;
}
.pillar:hover { background: var(--blush-2); }
.pillar__no { font-family: var(--font-display); font-size: 1.5rem; color: var(--red); line-height: 1; }
.pillar__en { font-family: var(--font-display); font-size: clamp(1.25rem, 3.4vw, 1.6rem); letter-spacing: .04em; margin-top: .5rem; color: var(--ink); }
.pillar__ja { font-weight: 700; font-size: .88rem; color: var(--muted); margin-top: .3rem; }
.pillar__text { color: var(--ink-2); font-size: .88rem; margin-top: .9rem; }

/* ── Route timeline ──────────────────────────────────────── */
.route-line { display: grid; margin-top: clamp(2.2rem, 5vw, 3rem); position: relative; }
.route-line::before {
  content: ''; position: absolute; left: 11px; top: 14px; bottom: 14px; width: 2px;
  background-image: repeating-linear-gradient(180deg, var(--sand) 0 9px, transparent 9px 20px);
}
.stop { display: grid; grid-template-columns: 24px 1fr; gap: 1.1rem; padding-block: .8rem; align-items: baseline; }
.stop__dot { width: 24px; height: 24px; display: grid; place-content: center; }
.stop__dot::after { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 4px var(--paper-2); }
.section--alt .stop__dot::after { box-shadow: 0 0 0 4px var(--paper-2); }
.stop--key .stop__dot::after { width: 13px; height: 13px; background: var(--red); }
.stop__body { display: grid; gap: .18rem; }
.stop__date { font-family: var(--font-label); font-size: .7rem; font-weight: 700; letter-spacing: .14em; color: var(--red); }
.stop__name { font-weight: 700; font-size: 1rem; }
.stop--key .stop__name { font-family: var(--font-display); font-size: clamp(1.2rem, 3.4vw, 1.6rem); letter-spacing: .04em; font-weight: 400; }
.stop__text { color: var(--ink-2); font-size: .87rem; }
.states { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: clamp(1.8rem, 4vw, 2.6rem); padding-top: 1.8rem; border-top: 1px solid var(--sand); }
.states li {
  font-family: var(--font-label); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: .32rem .75rem; border: 1px solid var(--sand); color: var(--muted); background: var(--paper);
}
.states li:first-child, .states li:last-child { border-color: var(--red); color: var(--red); }

/* ── 85 Days schedule ────────────────────────────────────── */
.sched-legend { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; margin-top: clamp(1.8rem, 4vw, 2.4rem); font-family: var(--font-label); font-size: .72rem; font-weight: 700; letter-spacing: .04em; color: var(--muted); }
.sched-legend li { display: inline-flex; align-items: center; gap: .45rem; }
.sched-legend .dot { width: 9px; height: 9px; flex: none; }
.dot--n { background: var(--sand); }
.dot--r { background: var(--ink-3); }
.dot--a { background: #d9a441; }
.dot--g { background: var(--red); }

.schedule { margin-top: 1.4rem; }
.schedule__wrap { position: relative; max-height: 26rem; overflow: hidden; }
.schedule__wrap::after { content: ''; position: absolute; inset: auto 0 0 0; height: 8rem; pointer-events: none; background: linear-gradient(transparent, var(--paper) 88%); }
.section--alt .schedule__wrap::after { background: linear-gradient(transparent, var(--paper-2) 88%); }
.schedule.is-open .schedule__wrap { max-height: none; }
.schedule.is-open .schedule__wrap::after { display: none; }
.schedule__list { border-top: 1px solid var(--ink); }
@media (min-width: 900px) {
  .schedule.is-open .schedule__list { column-count: 2; column-gap: 2.4rem; }
  .schedule.is-open .schedule__list .sday { break-inside: avoid; }
}
.schedule__toggle { margin-top: 1.1rem; width: 100%; }
@media (min-width: 640px) { .schedule__toggle { width: auto; min-width: 260px; } }

.sday { display: grid; grid-template-columns: 2.3rem 3.1rem 1fr 3.1rem; align-items: center; gap: .5rem; padding: .55rem .3rem; border-bottom: 1px solid var(--sand); font-size: .84rem; line-height: 1.5; }
.sday__no { font-family: var(--font-label); font-size: .72rem; font-weight: 700; color: var(--muted); text-align: center; font-variant-numeric: tabular-nums; }
.sday__date { font-family: var(--font-label); font-size: .73rem; font-weight: 700; letter-spacing: .02em; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.sday__seg { color: var(--ink); min-width: 0; }
.sday__km { font-family: var(--font-label); font-size: .77rem; font-weight: 700; text-align: right; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.sday__km::after { content: 'km'; font-size: .68em; color: var(--muted); margin-left: .15em; }
.sday__tag { display: inline-block; margin-left: .55rem; padding: .04rem .42rem; font-family: var(--font-label); font-size: .6rem; font-weight: 700; letter-spacing: .06em; border: 1px solid currentColor; white-space: nowrap; vertical-align: .12em; }
.sday--rec { background: var(--paper-3); }
.sday--rec .sday__seg, .sday--rec .sday__no { color: var(--muted); }
.sday--rec .sday__tag { color: var(--ink-3); }
.sday--adj { background: #faf1dd; }
.sday--adj .sday__tag, .sday--adj .sday__no { color: #a9772a; }
.sday--goal { background: var(--red); border-bottom-color: var(--red); }
.sday--goal .sday__no, .sday--goal .sday__date, .sday--goal .sday__km, .sday--goal .sday__seg { color: var(--cream); }
.sday--goal .sday__km::after { color: rgba(251,249,244,.7); }
.sday--goal .sday__seg { font-weight: 900; }
.sday--goal .sday__tag { color: var(--cream); }
@media (max-width: 560px) {
  .sday { grid-template-columns: 2rem 2.9rem 1fr 2.9rem; font-size: .8rem; gap: .35rem; }
  .sday__tag { display: block; margin: .25rem 0 0; width: fit-content; }
}

/* ── Journeys ────────────────────────────────────────────── */
.journeys { display: grid; gap: 1rem; margin-top: clamp(2.2rem, 5vw, 3rem); }
@media (min-width: 880px) { .journeys { grid-template-columns: repeat(3, 1fr); } }
.journey { display: flex; flex-direction: column; padding: clamp(1.4rem, 3.4vw, 1.9rem); border: 1px solid var(--sand); background: var(--paper); }
.journey__no { font-family: var(--font-label); font-size: .64rem; font-weight: 700; letter-spacing: .22em; color: var(--red); text-transform: uppercase; }
.journey__name { font-family: var(--font-display); font-size: clamp(1.25rem, 3.2vw, 1.5rem); letter-spacing: .04em; margin-top: .55rem; line-height: 1.15; }
.journey__when { font-family: var(--font-label); font-size: .78rem; font-weight: 700; color: var(--ink-2); margin-top: .65rem; }
.journey__list { margin-top: 1rem; display: grid; gap: .45rem; }
.journey__list li { position: relative; padding-left: 1.05rem; color: var(--ink-2); font-size: .87rem; line-height: 1.75; }
.journey__list li::before { content: ''; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; background: var(--red); }
.journey__tag { margin-top: auto; padding-top: 1.1rem; font-family: var(--font-label); font-size: .66rem; font-weight: 700; letter-spacing: .12em; color: var(--muted); text-transform: uppercase; }

/* ── Ways to join（JOIN THE JOURNEY） ───────────────────── */
.ways { display: grid; gap: 1rem; margin-top: clamp(2.2rem, 5vw, 3rem); }
@media (min-width: 880px) { .ways { grid-template-columns: repeat(3, 1fr); } }
.way { position: relative; padding: clamp(1.5rem, 3.6vw, 2rem); border: 1px solid var(--sand); background: var(--paper); display: flex; flex-direction: column; }
.way--lead { border: 2px solid var(--red); background: var(--blush-2); }
.way__badge {
  position: absolute; top: -.8rem; left: 1.2rem; background: var(--red); color: var(--cream);
  font-family: var(--font-label); font-size: .64rem; font-weight: 700; letter-spacing: .12em;
  padding: .2rem .7rem; text-transform: uppercase;
}
.way__no { font-family: var(--font-label); font-size: .66rem; font-weight: 700; letter-spacing: .22em; color: var(--muted); }
.way__en { font-family: var(--font-display); font-size: clamp(1.3rem, 3.4vw, 1.6rem); letter-spacing: .04em; margin-top: .45rem; }
.way__ja { font-weight: 900; font-size: 1rem; margin-top: .5rem; }
.way__text { color: var(--ink-2); font-size: .88rem; margin-top: .8rem; }
.way__note { margin-top: auto; padding-top: 1rem; font-size: .76rem; color: var(--muted); }

/* ── Donuts ──────────────────────────────────────────────── */
.donut { display: grid; gap: clamp(2rem, 5vw, 3.4rem); align-items: center; margin-top: clamp(2rem, 5vw, 2.8rem); }
@media (min-width: 900px) { .donut { grid-template-columns: 1fr 1fr; } }
.donut__fig { border: 1px solid var(--sand); background: var(--paper); padding: 10px; }
.donut__fig img { width: 100%; height: auto; }
.donut__price { display: flex; align-items: baseline; gap: .9rem; margin-top: 1.6rem; padding: 1.1rem 1.3rem; background: var(--ink); color: var(--cream); }
.donut__price b { font-family: var(--font-display); font-size: clamp(1.7rem, 5vw, 2.4rem); font-weight: 400; line-height: 1; }
.donut__price em { font-style: normal; font-family: var(--font-display); font-size: clamp(1.9rem, 5.4vw, 2.6rem); color: #ef8478; line-height: 1; }
.donut__price span { font-size: .8rem; color: rgba(251,249,244,.75); }

/* ── Screenings ──────────────────────────────────────────── */
.screen__grid { display: grid; gap: 1px; background: var(--sand); border: 1px solid var(--sand); margin-top: 2.2rem; }
@media (min-width: 760px) { .screen__grid { grid-template-columns: repeat(2, 1fr); } }
.screen-item { padding: 1.4rem; background: var(--paper); }
.screen-item h3 { font-size: .97rem; font-weight: 900; }
.screen-item p { color: var(--ink-2); font-size: .86rem; margin-top: .55rem; }

/* ── Chapters（THE BIGGER STORY） ───────────────────────── */
.chapters { display: grid; gap: 1px; background: rgba(251,249,244,.18); border: 1px solid rgba(251,249,244,.18); margin-top: clamp(2rem, 5vw, 2.8rem); }
@media (min-width: 820px) { .chapters { grid-template-columns: repeat(3, 1fr); } }
.chapter { background: var(--night); padding: clamp(1.5rem, 3.6vw, 2rem); }
.chapter__no { font-family: var(--font-label); font-size: .66rem; font-weight: 700; letter-spacing: .2em; color: #ef8478; text-transform: uppercase; }
.chapter__name { font-family: var(--font-display); font-size: clamp(1.3rem, 3.6vw, 1.7rem); letter-spacing: .03em; margin-top: .6rem; color: var(--cream); }
.chapter__text { color: rgba(251,249,244,.7); font-size: .87rem; margin-top: .7rem; }

/* ── Forms ───────────────────────────────────────────────── */
.form-card { margin-top: clamp(1.8rem, 4vw, 2.6rem); padding: clamp(1.5rem, 4vw, 2.4rem); border: 2px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--sand); }
.field { display: grid; gap: .45rem; margin-top: 1.1rem; }
.field__label { font-family: var(--font-label); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); display: flex; gap: .6rem; align-items: center; }
.field__label em { font-style: normal; font-size: .6rem; letter-spacing: .08em; color: var(--cream); background: var(--red); padding: .12rem .4rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: .8rem .95rem; border-radius: 0; background: var(--paper);
  border: 1px solid var(--ink-2); color: var(--ink); font-size: .95rem; transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #a49c90; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--red); outline: none; box-shadow: 0 0 0 3px var(--blush); }
.field textarea { min-height: 130px; resize: vertical; line-height: 1.8; }
.field__row { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .field__row { grid-template-columns: 1fr 1fr; } }
.checks { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .55rem; }
.check { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .85rem; border: 1px solid var(--sand); cursor: pointer; font-size: .84rem; color: var(--ink-2); transition: .18s; }
.check:hover { border-color: var(--ink); }
.check input { accent-color: var(--red); width: 15px; height: 15px; }
.check:has(input:checked) { border-color: var(--red); background: var(--blush-2); color: var(--ink); }
.form-actions { margin-top: 1.6rem; display: grid; gap: .8rem; }
.form-hp { position: absolute; left: -9999px; }
.form-error { color: var(--red-deep); font-size: .8rem; font-weight: 700; }
fieldset { border: 0; padding: 0; margin: 1.3rem 0 0; }
legend { padding: 0; }

/* ── Partners ────────────────────────────────────────────── */
.two-col { display: grid; gap: 1rem; margin-top: 2.2rem; }
@media (min-width: 820px) { .two-col { grid-template-columns: 1fr 1fr; } }
.list-card { padding: clamp(1.4rem, 3.4vw, 1.9rem); border: 1px solid var(--sand); background: var(--paper); }
.list-card h3 { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: .05em; }
.list-card--no { background: var(--paper-3); }
.list-card--no h3 { color: var(--muted); }
.list-card ul { margin-top: 1.1rem; display: grid; gap: .6rem; }
.list-card li { position: relative; padding-left: 1.45rem; color: var(--ink-2); font-size: .88rem; line-height: 1.75; }
.list-card li::before { content: '✓'; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.list-card--no li::before { content: '×'; color: var(--muted); }
.tiers { display: grid; gap: 0; margin-top: 2.2rem; border-top: 1px solid var(--sand); }
.tier { display: grid; gap: .15rem; padding: 1.1rem .2rem; border-bottom: 1px solid var(--sand); }
@media (min-width: 700px) { .tier { grid-template-columns: 270px 1fr; gap: 1.4rem; align-items: baseline; } }
.tier__name { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .06em; color: var(--red); }
.tier__text { color: var(--ink-2); font-size: .87rem; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq { margin-top: 2.2rem; display: grid; gap: .5rem; }
.faq details { border: 1px solid var(--sand); background: var(--paper); }
.faq summary { cursor: pointer; padding: 1.05rem 1.3rem; font-weight: 700; font-size: .94rem; list-style: none; display: flex; align-items: center; gap: .85rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: 'Q'; font-family: var(--font-display); color: var(--red); font-size: 1rem; line-height: 1; flex: none; width: 1em; text-align: center; }
.faq summary::after { content: '+'; margin-left: auto; color: var(--muted); font-size: 1.2rem; flex: none; }
.faq details[open] summary::after { content: '−'; }
.faq details[open] summary { border-bottom: 1px solid var(--sand); }
.faq details > div { padding: 1rem 1.3rem 1.2rem 3.1rem; color: var(--ink-2); font-size: .88rem; }

/* ── Notes / Footer ──────────────────────────────────────── */
.notes { border-top: 1px solid var(--sand); background: var(--paper-2); }
.notes ul { display: grid; gap: .5rem; margin-top: 1.1rem; }
.notes li { position: relative; padding-left: 1.1rem; }
.notes li::before { content: '※'; position: absolute; left: 0; }
.footer { background: var(--night); color: var(--cream); padding-block: clamp(3rem, 7vw, 4.5rem); }
.footer__grid { display: grid; gap: 2rem; }
@media (min-width: 780px) { .footer__grid { grid-template-columns: 1.2fr 1fr; align-items: start; } }
.footer__logo { height: 42px; width: auto; }
.footer .note { color: rgba(251,249,244,.55); }
.footer__links { display: flex; flex-wrap: wrap; gap: 1.1rem; }
.footer__links a { font-family: var(--font-label); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(251,249,244,.75); text-decoration: none; }
.footer__links a:hover { color: #ef8478; }
.footer__copy { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(251,249,244,.2); font-family: var(--font-label); font-size: .68rem; letter-spacing: .1em; color: rgba(251,249,244,.45); }

/* ── Sticky CTA ──────────────────────────────────────────── */
.sticky-cta {
  position: fixed; inset: auto 0 0 0; z-index: 90;
  padding: .65rem var(--gutter) calc(.65rem + env(safe-area-inset-bottom));
  background: var(--paper); border-top: 2px solid var(--ink);
  transform: translateY(120%); transition: transform .35s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
@media (min-width: 980px) { .sticky-cta { display: none; } }

/* ── Reveal ──────────────────────────────────────────────── */
[data-animate] { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.4,0,.2,1) var(--delay,0s), transform .7s cubic-bezier(.4,0,.2,1) var(--delay,0s); }
[data-animate].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-animate] { opacity: 1; transform: none; } }

/* ── Hero: fit above the fold ────────────────────────────── */
@media (min-width: 980px) {
  .hero__logo { height: 86px; margin-bottom: 1.1rem; }
  .hero__title { font-size: clamp(2rem, 3.3vw, 2.75rem); line-height: 1.34; margin-top: .8rem; }
  .hero__en { margin-top: .75rem; }
  .hero__meta { margin-top: 1.1rem; }
  .countdown { margin-top: 1.2rem; }
  .countdown__num { font-size: 2.4rem; }
  .hero__actions { margin-top: 1.4rem; }
}
@media (min-width: 980px) and (min-height: 900px) {
  .hero__logo { height: 104px; }
  .hero__title { font-size: clamp(2.4rem, 3.7vw, 3rem); }
  .countdown__num { font-size: 3rem; }
}

/* ── US Route Map ────────────────────────────────────────── */
.map-wrap { margin-top: clamp(2rem, 5vw, 2.8rem); border: 1px solid var(--sand); background: var(--paper); padding: clamp(.8rem, 2.5vw, 1.4rem); }
.section--alt .map-wrap { background: var(--paper); }
.usmap { width: 100%; height: auto; display: block; }
.usmap .m-base path { fill: #e8e2d5; stroke: var(--paper); stroke-width: 1.1; }
.usmap .m-on path { fill: #f6ded9; stroke: var(--paper); stroke-width: 1.2; }
.usmap .m-route-under { fill: none; stroke: var(--paper); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.usmap .m-route {
  fill: none; stroke: var(--red); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 3400; stroke-dashoffset: 3400;
}
.usmap.is-drawn .m-route { animation: mapdraw 2.6s cubic-bezier(.4,0,.2,1) forwards; }
@keyframes mapdraw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .usmap .m-route { stroke-dashoffset: 0; animation: none; } }
.usmap .m-dot { fill: var(--ink); stroke: var(--paper); stroke-width: 1.6; }
.usmap .m-dot--key { fill: var(--red); stroke-width: 2.4; }
.usmap .m-dot--start, .usmap .m-dot--goal { fill: var(--red); stroke: var(--paper); stroke-width: 3; }
.usmap .m-abbr {
  font-family: Arial, sans-serif; font-size: 17px; font-weight: 700; letter-spacing: .1em;
  fill: #c99a90; text-anchor: middle; dominant-baseline: middle;
}
.usmap .m-city { font-family: Arial, 'Noto Sans JP', sans-serif; font-size: 16px; font-weight: 700; fill: var(--ink); }
.usmap .m-city--big { font-family: 'Anton', Impact, sans-serif; font-size: 26px; font-weight: 400; letter-spacing: .02em; }
.usmap .m-flag { font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .12em; fill: var(--red); }
.map-legend { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 1rem; font-family: var(--font-label); font-size: .72rem; font-weight: 700; color: var(--muted); }
.map-legend li { display: inline-flex; align-items: center; gap: .45rem; }
.map-legend i { width: 16px; height: 4px; background: var(--red); display: block; }
.map-legend i.sq { width: 11px; height: 11px; background: #f6ded9; border: 1px solid #ddc9c3; }
@media (max-width: 760px) {
  /* 幅が狭いと中間都市名が重なるため、始点・終点と州名だけ残す（都市名は直下の年表に掲載） */
  .usmap .m-city:not(.m-city--big) { display: none; }
  .usmap .m-city--big { font-size: 40px; }
  .usmap .m-city--sm, .usmap .m-flag--sm { text-anchor: start; transform: translateX(-58px); }
  .usmap .m-abbr { font-size: 26px; }
  .usmap .m-flag { font-size: 21px; }
  .usmap .m-route { stroke-width: 6; }
  .usmap .m-route-under { stroke-width: 11; }
  .usmap .m-dot { r: 4; }
  .usmap .m-dot--key { r: 7; }
  .usmap .m-dot--start, .usmap .m-dot--goal { r: 9; }
  .map-legend { font-size: .68rem; gap: .4rem 1rem; }
}
