/* 駒田政史 特別レッスンLP ページ固有スタイル
   共通変数(--bg/--accent 等)は tokens.css 側。ここは駒田LP固有の差分のみ。 */
:root {
  --gold: #f59e0b;
  --gold-2: #d97706;
  /* ロックアップ（プロジェクト名）フォント。ここの差し替えだけで明朝を切替可:
     しっぽり明朝→ "Shippori Mincho" / Zen Old明朝→ "Zen Old Mincho"
     Zen丸ゴ→ "Zen Maru Gothic" / Klee手書き→ "Klee One" */
  --font-lockup: "Shippori Mincho", "Hiragino Mincho ProN", serif;
}
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
               "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt";
  overflow-x: hidden;
  word-break: auto-phrase;
  line-break: strict;
}
a { color: inherit; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.br-sp { display: none; }
@media (max-width: 640px) { .br-pc { display: none; } .br-sp { display: inline; } }

/* ===== セクション共通 ===== */
section { padding: 100px 0; position: relative; }
.section-eyebrow {
  display: inline-block; color: var(--accent); font-size: 13px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px;
}
.section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; line-height: 1.3; letter-spacing: -0.5px; margin-bottom: 24px; }
.section-subtitle { font-size: 18px; color: var(--text-dim); max-width: 760px; margin-bottom: 48px; }
.accent { color: var(--accent); }
.center { text-align: center; }
.center .section-subtitle { margin-left: auto; margin-right: auto; }
.ic { width: 24px; height: 24px; display: inline-block; vertical-align: middle; }
.ico-inline { width: 18px; height: 18px; display: inline-block; vertical-align: -3px; }

/* 注記（調整中ラベル） */
.note {
  display: inline-block; font-size: 12px; font-weight: 600; color: var(--gold);
  background: rgba(245, 158, 11, 0.12); border: 1px dashed rgba(245, 158, 11, 0.5);
  border-radius: 6px; padding: 2px 10px; margin-left: 8px; vertical-align: middle;
}
.note-block {
  font-size: 13px; color: var(--text-faint); border-left: 3px solid rgba(245,158,11,.5);
  padding: 8px 14px; margin-top: 16px; background: rgba(245,158,11,.05); border-radius: 0 8px 8px 0;
}

/* ===== ヒーロー ===== */
.hero { padding: 116px 0 130px; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 760px; height: 760px;
  background: radial-gradient(circle, rgba(132, 204, 22, 0.08) 0%, transparent 65%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; text-align: center; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 30px; }
.hero-badge {
  background: var(--accent-dim); color: var(--accent); padding: 6px 14px;
  border-radius: 999px; font-size: 12px; font-weight: 600; border: 1px solid rgba(132, 204, 22, 0.3);
}
.hero h1 { font-size: clamp(34px, 5.6vw, 64px); font-weight: 900; line-height: 1.18; letter-spacing: -1px; margin-bottom: 22px; }
.hero h1 .accent, .hero-lead .accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-lead { font-size: clamp(17px, 2.4vw, 26px); font-weight: 700; letter-spacing: -0.5px; line-height: 1.5; color: var(--text); max-width: 760px; margin: -4px auto 26px; }
/* プロジェクト名ロックアップ（章標） */
.hero-project {
  display: inline-flex; flex-direction: column; align-items: center; gap: 9px;
  margin: 24px auto 46px; padding: 20px 40px;
  border-top: 1px solid rgba(132, 204, 22, 0.35);
  border-bottom: 1px solid rgba(132, 204, 22, 0.35);
}
.hp-label {
  font-family: var(--font-lockup);
  font-size: clamp(18px, 2.6vw, 23px); font-weight: 700; letter-spacing: 2px; color: var(--text);
}
.hp-name {
  font-family: var(--font-lockup);
  font-size: clamp(22px, 3.1vw, 33px); font-weight: 800; letter-spacing: 4px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
@media (max-width: 640px) { .hero-project { padding: 16px 18px; margin: 18px auto 36px; } .hp-label { font-size: 15px; letter-spacing: 0.5px; } .hp-name { font-size: 20px; letter-spacing: 1px; } }
/* ヒーロー動画（YouTube 埋め込み・16:9 レスポンシブ） */
.hero-video {
  position: relative; width: 100%; max-width: 840px; margin: 4px auto 40px;
  aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  background: #000;
}
.hero-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hero-sub { font-size: clamp(15px, 2vw, 19px); color: var(--text-dim); max-width: 800px; margin: 0 auto 38px; }
.hero-cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  color: #000; padding: 16px 34px; border-radius: 12px; font-weight: 700; font-size: 16px;
  text-decoration: none; display: inline-block; border: none; cursor: pointer;
  box-shadow: 0 8px 32px rgba(132, 204, 22, 0.25); transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 48px rgba(132, 204, 22, 0.4); }
.btn-primary .small { display: block; font-size: 11px; font-weight: 500; margin-top: 4px; color: rgba(0,0,0,0.7); }
.btn-secondary {
  background: transparent; color: var(--text); padding: 16px 32px; border-radius: 12px;
  font-weight: 600; font-size: 16px; text-decoration: none; border: 1px solid var(--border);
  display: inline-block; transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: var(--accent); background: var(--accent-dim); }
.btn-secondary .small { display: block; font-size: 11px; font-weight: 500; margin-top: 4px; color: var(--text-faint); }

/* ===== 課題（1000万円の壁） ===== */
.problem { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.wall-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 8px 0 40px; }
.wall-stat {
  background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--border); border-left: 4px solid var(--danger);
  border-radius: 16px; padding: 30px 28px;
}
.wall-stat .big { font-size: clamp(32px, 5vw, 52px); font-weight: 900; color: var(--danger-2); letter-spacing: -1px; line-height: 1.1; }
.wall-stat .lbl { font-size: 14px; color: var(--text-dim); margin-top: 8px; }
.problem-lead { font-size: clamp(17px, 2.2vw, 22px); font-weight: 700; line-height: 1.6; max-width: 820px; }
.problem-lead b { color: var(--accent-2); }
.problem-body { color: var(--text-dim); max-width: 820px; margin-top: 18px; font-size: 16px; }
.problem-body b { color: var(--text); }

/* ===== このレッスンのしくみ（非同期・AIMASエディタ） ===== */
.how { background: var(--bg); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.how-step {
  position: relative; background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px;
  display: flex; flex-wrap: wrap; align-items: center; column-gap: 14px;
}
.how-step .hs-no { font-size: 12px; font-weight: 800; letter-spacing: 1px; color: var(--accent); order: 1; }
.how-step .hs-ic { width: 50px; height: 50px; margin: 0; border-radius: 13px; background: var(--accent-dim); color: var(--accent); display: flex; align-items: center; justify-content: center; order: 0; flex-shrink: 0; }
.how-step .hs-ic .ic { width: 26px; height: 26px; }
.how-step h4 { font-size: 18px; font-weight: 800; margin: 14px 0 8px; flex-basis: 100%; order: 2; }
.how-step p { font-size: 14px; color: var(--text-dim); line-height: 1.65; flex-basis: 100%; order: 3; }
.how-step::after { content: "→"; position: absolute; right: -13px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 22px; font-weight: 700; z-index: 3; }
.how-step:last-child::after { content: ""; }
.how-callout {
  margin-top: 28px; background: var(--bg-2); border: 1px solid var(--border); border-left: 4px solid var(--accent);
  border-radius: 0 14px 14px 0; padding: 20px 24px; font-size: 15px; color: var(--text-dim);
}
.how-callout b { color: var(--text); }

/* ===== 支援のしくみ（手数料ゼロ＝全額遠征費 / 循環） ===== */
.model { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.fee-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 4px 0 44px; }
.fee-card { border-radius: 16px; padding: 26px 26px; border: 1px solid var(--border); }
.fee-card.normal { background: var(--bg-2); }
.fee-card.special { background: linear-gradient(135deg, rgba(132,204,22,.15) 0%, var(--bg) 100%); border-color: rgba(132,204,22,.5); }
.fee-card .fc-tag { font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--text-dim); }
.fee-card.special .fc-tag { color: var(--accent); }
.fee-card .fc-amount { font-size: clamp(26px, 4vw, 38px); font-weight: 900; letter-spacing: -1px; margin: 8px 0 4px; }
.fee-card.normal .fc-amount { color: var(--text-dim); }
.fee-card .fc-desc { font-size: 14px; color: var(--text-dim); }
.fee-card.special .fc-desc { color: var(--text); }

.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }
.flow-step {
  position: relative; background: var(--bg-2);
  border: 1px solid var(--border); border-radius: 18px; padding: 26px 20px; text-align: center;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; column-gap: 12px; row-gap: 12px;
}
.flow-step .step-no { font-size: 12px; font-weight: 800; letter-spacing: 1px; color: var(--accent); flex-basis: 100%; }
.flow-step .step-ic { width: 54px; height: 54px; margin: 0; border-radius: 14px; background: var(--accent-dim); display: flex; align-items: center; justify-content: center; color: var(--accent); flex-shrink: 0; }
.flow-step .step-ic .ic { width: 28px; height: 28px; }
.flow-step h4 { font-size: 16px; font-weight: 800; margin: 0; }
.flow-step p { font-size: 14px; color: var(--text-dim); line-height: 1.6; flex-basis: 100%; margin: 0; }
.flow-step::after { content: "→"; position: absolute; right: -14px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 22px; font-weight: 700; z-index: 3; }
.flow-step:last-child::after { content: none; }
.flow-arrow-down { text-align: center; font-size: 68px; font-weight: 900; line-height: 1; color: var(--accent); -webkit-text-stroke: 2px var(--accent); text-stroke: 2px var(--accent); margin: 12px 0 2px; }
.dual-value { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
.dual-card { background: linear-gradient(135deg, rgba(132,204,22,.28) 0%, rgba(132,204,22,.08) 100%); border: 1px solid rgba(132,204,22,.55); border-radius: 16px; padding: 28px; display: flex; flex-wrap: wrap; align-items: center; column-gap: 14px; }
.dual-card .dv-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-dim); color: var(--accent); display:flex; align-items:center; justify-content:center; margin-bottom: 0; flex-shrink: 0; }
.dual-card h4 { font-size: 22px; font-weight: 800; margin-bottom: 0; }
.dual-card p { color: var(--text-dim); font-size: 16px; flex-basis: 100%; margin-top: 14px; }

/* ===== 駒田さん紹介 ===== */
.coach { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%); }
.coach-wrap { display: grid; grid-template-columns: 360px 1fr; gap: 48px; align-items: start; }
.coach-photo { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); aspect-ratio: 3 / 3.4; background: var(--bg-3); }
.coach-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.coach-photo-cap { margin-top: 12px; font-size: 12.5px; color: var(--text-dim); line-height: 1.55; text-align: center; }
.coach-photo-cap strong { color: var(--text); }
.coach-badge-row { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.cred-pill { font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%); color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.cred-pill .ico-inline { width: 14px; height: 14px; }
.coach-name { font-size: clamp(26px, 3.4vw, 38px); font-weight: 900; letter-spacing: -0.5px; }
.coach-role { color: var(--text-dim); font-size: 15px; margin: 8px 0 22px; }
.coach-role a { color: var(--accent); text-decoration: underline; }
.cred-list { list-style: none; display: grid; gap: 10px; margin-bottom: 28px; }
.cred-list li { display: flex; gap: 10px; font-size: 15px; color: var(--text); }
.cred-list li .ico-inline { color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.ism-box { background: var(--bg-2); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 14px 14px 0; padding: 22px 24px; margin-bottom: 24px; }
.ism-box h4 { font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.ism-box h4 .accent { font-weight: 800; }
.ism-box p { color: var(--text-dim); font-size: 15px; }
.pathway { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pw-card { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 18px; }
.pw-card .pw-no { font-size: 11px; font-weight: 800; color: var(--accent); letter-spacing: 1px; }
.pw-card h5 { font-size: 15px; font-weight: 800; margin: 6px 0 6px; }
.pw-card p { font-size: 14px; color: var(--text-dim); line-height: 1.65; }
.dreams { margin-top: 56px; }
.dreams-eyebrow { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.dreams-title { text-align: center; font-size: clamp(26px, 3.6vw, 36px); font-weight: 800; line-height: 1.4; margin-bottom: 28px; }
.dream-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dream-card { background: linear-gradient(135deg, rgba(132,204,22,.08) 0%, var(--bg-3) 100%); border: 1px solid rgba(132,204,22,.3); border-radius: 18px; padding: 28px; }
.dream-card .dream-no { font-size: 12px; font-weight: 800; letter-spacing: 1px; color: var(--accent); margin-bottom: 10px; }
.dream-card h4 { font-size: 20px; font-weight: 900; line-height: 1.4; margin-bottom: 10px; }
.dream-card p { font-size: 14.5px; color: var(--text-dim); }
.dreams-note { margin: 32px auto 0; max-width: 860px; text-align: center; font-size: clamp(16px, 2.2vw, 20px); font-weight: 800; line-height: 1.6; color: var(--text); }
.dreams-note .accent { font-weight: 800; font-size: 1.3em; }
.dreams-note .dn-lockup {
  font-family: var(--font-lockup);
  font-weight: 800; letter-spacing: 1.5px;
  font-size: 1.12em;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.dreams-note .dn-lockup .dn-q { color: var(--text); -webkit-text-fill-color: var(--text); }
@media (max-width: 768px) { .dream-cards { grid-template-columns: 1fr; } }

/* ===== レッスン内容 / 料金 ===== */
.lesson { background: var(--bg); }
.lesson-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 32px; align-items: stretch; }
.lesson-features { display: grid; gap: 16px; align-content: start; }
.lf-card { display: flex; gap: 16px; background: var(--bg-2); border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px; }
.lf-card .lf-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-dim); color: var(--accent); display:flex; align-items:center; justify-content:center; flex-shrink: 0; }
.lf-card h4 { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.lf-card p { font-size: 14px; color: var(--text-dim); }
.price-card {
  background: linear-gradient(160deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid rgba(132,204,22,.35); border-radius: 20px; padding: 34px 30px; text-align: center;
  display: flex; flex-direction: column;
}
.price-card .pc-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 2px; color: var(--accent); text-transform: uppercase; }
.price-card .pc-amount { font-size: clamp(40px, 6vw, 58px); font-weight: 900; letter-spacing: -1px; margin: 10px 0 2px; }
.price-card .pc-amount small { font-size: 18px; font-weight: 700; color: var(--text-dim); }
.price-card .pc-cap { font-size: 14px; color: var(--text-dim); margin-bottom: 20px; }
.price-card .pc-cap b { color: var(--accent); font-weight: 800; }
.price-card .pc-list { list-style: none; text-align: left; display: grid; gap: 10px; margin: 4px 0 24px; }
.price-card .pc-list li { display: flex; gap: 10px; font-size: 14px; }
.price-card .pc-list li .ico-inline { color: var(--accent); flex-shrink: 0; }
.price-card .btn-primary { margin-top: auto; }
.allquote { margin-top: 20px; text-align: center; font-size: 15px; font-weight: 700; background: var(--accent-dim); border: 1px solid rgba(132,204,22,.3); border-radius: 12px; padding: 14px 18px; }
.allquote .accent { font-weight: 800; }

/* ===== 透明性 / お金の流れ ===== */
.flow-trans { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.trans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 8px; }
.trans-card { background: var(--bg-2); border: 1px solid var(--border); border-radius: 16px; padding: 26px 24px; }
.trans-card .tc-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-dim); color: var(--accent); display:flex;align-items:center;justify-content:center; margin-bottom: 14px; }
.trans-card h4 { font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.trans-card p { font-size: 14px; color: var(--text-dim); }
.bank-box { margin-top: 32px; background: var(--bg-3); border: 1px solid var(--border); border-radius: 16px; padding: 26px 28px; }
.bank-box h4 { font-size: 16px; font-weight: 800; margin-bottom: 14px; display:flex; align-items:center; gap: 8px; }
.bank-box h4 .ico-inline { color: var(--accent); }
.bank-table { width: 100%; border-collapse: collapse; }
.bank-table th, .bank-table td { text-align: left; padding: 10px 0; border-bottom: 1px dashed var(--border); font-size: 14px; }
.bank-table th { color: var(--text-dim); font-weight: 600; width: 130px; vertical-align: top; }

/* ===== 選手紹介 ===== */
.players { background: var(--bg); }
.player-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.player-card { background: var(--bg-2); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.player-photo { position: relative; aspect-ratio: 4 / 3; background: var(--bg-3); border-bottom: 1px solid var(--border); overflow: hidden; }
.player-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; z-index: 2; }
.player-photo-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--text-faint); z-index: 1; }
.player-photo-ph .ic { width: 40px; height: 40px; margin-bottom: 8px; }
.player-photo-ph small { font-size: 11px; }
.player-body { padding: 22px 24px; }
.player-body .pl-tag { font-size: 11px; font-weight: 800; letter-spacing: 1px; color: var(--accent); }
.player-body h4 { font-size: 21px; font-weight: 900; margin: 6px 0 4px; }
.player-body h4 .pl-yomi { font-size: 12px; font-weight: 600; color: var(--text-dim); margin-left: 8px; }
.player-body p { font-size: 14px; color: var(--text-dim); }
.player-body .pl-meta { font-size: 13px; color: var(--text-dim); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.player-body .pl-meta b { color: var(--accent); font-weight: 800; }
.player-body .pl-results { list-style: none; display: grid; gap: 8px; }
.player-body .pl-results li { font-size: 14px; color: var(--text-dim); line-height: 1.6; padding-left: 17px; position: relative; }
.player-body .pl-results li::before { content: "▸"; position: absolute; left: 0; color: var(--accent); }
.player-body .pl-results li b { color: var(--text); font-weight: 800; }

/* ===== 申し込み ===== */
.apply { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%); }
.apply-card { max-width: 720px; margin: 0 auto; background: var(--bg-2); border: 1px solid var(--border); border-radius: 20px; padding: 38px 36px; }
.apply-steps { max-width: 720px; margin: 0 auto 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; text-align: left; }
.apply-steps .as { background: var(--bg-3); border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; font-size: 13px; color: var(--text-dim); }
.apply-steps .as b { display: block; color: var(--text); font-size: 14px; margin-bottom: 2px; }
.apply-steps .as .as-no { color: var(--accent); font-weight: 800; }
.form-row { display: grid; gap: 7px; margin-bottom: 20px; text-align: left; }
.form-row label { font-size: 14px; font-weight: 700; }
.form-row label .req { color: var(--danger-2); font-size: 12px; margin-left: 6px; }
.form-row input, .form-row select, .form-row textarea {
  background: var(--bg-3); border: 1px solid var(--border); border-radius: 10px;
  padding: 13px 14px; color: var(--text); font-size: 15px; font-family: inherit; width: 100%;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--accent); }
.form-row.two { grid-template-columns: 1fr 1fr; gap: 16px; }
.apply-card .btn-primary { width: 100%; text-align: center; margin-top: 8px; }

/* ===== FAQ ===== */
.faq { background: var(--bg); }
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: 14px; margin-bottom: 14px; overflow: hidden; background: var(--bg-2); }
.faq-q { padding: 22px 24px; font-weight: 700; font-size: 18px; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-q::after { content: "+"; color: var(--accent); font-size: 24px; font-weight: 400; flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 24px; color: var(--text-dim); font-size: 17px; line-height: 1.75; }
.faq-item.open .faq-a { max-height: 640px; padding: 0 24px 22px; }

/* ===== 最終CTA ===== */
.final-cta { text-align: center; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.final-cta h2 { font-size: clamp(28px, 4.4vw, 46px); font-weight: 900; line-height: 1.3; letter-spacing: -0.5px; margin-bottom: 20px; }
.final-cta h2 .accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.final-cta p { color: var(--text-dim); font-size: 18px; max-width: 660px; margin: 0 auto 36px; }

/* ===== フッター ===== */
footer { border-top: 1px solid var(--border); padding: 40px 0; text-align: center; }
footer p { color: var(--text-faint); font-size: 13px; }
footer .foot-note { margin-top: 8px; font-size: 12px; color: var(--text-faint); }

/* ===== モバイル固定CTA ===== */
.mobile-cta-bar { display: none; }

/* 受付開始前（近日予定）: 申込CTAを無効化した見た目 */
.cta-soon {
  pointer-events: none;
  opacity: .5;
  filter: grayscale(.4);
  cursor: default;
}
/* 受付開始前の告知バナー */
.apply-soon {
  margin: 0 auto 24px;
  max-width: 680px;
  padding: 14px 18px;
  border: 1px solid var(--accent);
  border-radius: 12px;
  background: var(--accent-dim);
  color: var(--text);
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

/* ===== レスポンシブ ===== */
@media (max-width: 900px) {
  .coach-wrap { grid-template-columns: 1fr; gap: 28px; }
  .coach-photo { max-width: 360px; margin: 0 auto; }
  .lesson-grid { grid-template-columns: 1fr; }
  .trans-grid { grid-template-columns: 1fr; }
  .fee-compare { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  section { padding: 72px 0; }
  .how-grid { grid-template-columns: 1fr; }
  .how-step::after { content: "↓"; right: 50%; bottom: -16px; top: auto; transform: translateX(50%); }
  .how-step:last-child::after { content: ""; }
  .flow-grid { grid-template-columns: 1fr 1fr; gap: 14px 26px; }
  .flow-step::after { content: "→"; right: -20px; }
  .flow-step:nth-child(2)::after { content: "↓"; right: 50%; bottom: -28px; top: auto; transform: translateX(50%); }
  .flow-step:last-child::after { content: none; }
  .dual-value { grid-template-columns: 1fr; }
  .pathway { grid-template-columns: 1fr; }
  .wall-stat-grid { grid-template-columns: 1fr; }
  .player-grid { grid-template-columns: 1fr; }
  .apply-steps { grid-template-columns: 1fr; }
  .mobile-cta-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
    flex-direction: column; align-items: center; justify-content: center; gap: 1px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: #000;
    padding: 12px 16px; text-decoration: none; font-weight: 800; font-size: 16px;
    box-shadow: 0 -6px 24px rgba(0,0,0,0.4); transition: transform 0.3s;
  }
  .mobile-cta-bar.is-hidden { transform: translateY(120%); }
  .mobile-cta-bar span { font-size: 11px; font-weight: 600; color: rgba(0,0,0,0.72); }
}
@media (max-width: 640px) {
  .hero { padding: 84px 0 100px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-step::after { content: "↓"; right: 50%; bottom: -22px; top: auto; transform: translateX(50%); }
  .flow-step:last-child::after { content: none; }
  .form-row.two { grid-template-columns: 1fr; }
  .bank-table th { width: 110px; }
}
