/* ============================================================
   style.css — 懇親会体験設計サービス 事業構想資料 v0.1
   設計方針:
   - 各 .page = A4横(297:210)。container-type:inline-size を持ち、
     内部の文字・余白はすべて cqw(ページ幅の%) で指定。
     → 画面でも印刷(A4横)でもレイアウト比率が一致する。
   - トーンは「イベント・クリエイティブ会社の余白」。
       生成り #F6F3ED / 墨 #1C1B19 / 朱 #E0502B の3色が基本。
       欧文の見出しは Instrument Serif、ラベルは Inter、和文は Noto Sans JP。
   - 名称・価格・未確定事項は隠さず「未決」タグで面に出す。
   - ページ番号・目次のページ参照は js/main.js が並び順から採番する（手で書かない）。
   ============================================================ */

:root {
  --paper:   #f6f3ed;
  --paper-2: #ede8df;
  --paper-3: #e2dbcf;
  --ink:     #1c1b19;

  --fg:   #1c1b19;
  --fg-2: #5f5b53;
  --fg-3: #9b968c;
  --line: #d6cfc2;
  --line-2: #e6e0d5;

  --ac:      #e0502b;
  --ac-soft: #f5ddd3;
  --ac-2:    #b8a58a;   /* 補助色（図の2番目の系列だけに使う） */

  --en: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --serif: 'Instrument Serif', 'Times New Roman', Georgia, serif;
  --jp: 'Noto Sans JP', -apple-system, BlinkMacSystemFont,
        'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;

  --page-max: 1180px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--jp); color: var(--fg); background: #3a3833;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

/* ============================ 画面用ツールバー ============================ */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: 46px; display: flex; align-items: center; gap: 14px;
  padding: 0 16px; background: rgba(28,27,25,.94); color: #f3efe7;
  backdrop-filter: blur(6px); font-size: 12px; letter-spacing: .04em;
}
.tb-title { color: #aaa498; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tb-title b { color: #fff; font-weight: 700; }
.tb-right { margin-left: auto; display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.tb-pos { font-family: var(--en); font-weight: 600; letter-spacing: .16em; color: #aaa498; }
.btn {
  appearance: none; border: 1px solid var(--ac); background: var(--ac); color: #fff;
  font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .06em;
  padding: 7px 14px; cursor: pointer; border-radius: 0;
}
.btn:hover { opacity: .85; }
.progress { position: fixed; top: 46px; left: 0; height: 2px; width: 0; background: var(--ac); z-index: 51; }
@media (max-width: 640px) { .tb-title { display: none; } }

/* ============================ ページ枠 ============================ */
.sheet { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 74px 16px 88px; }

.page {
  position: relative; width: 100%; max-width: var(--page-max);
  aspect-ratio: 297 / 210; background: var(--paper);
  container-type: inline-size; overflow: hidden; isolation: isolate;
  box-shadow: 0 14px 40px rgba(0,0,0,.35); color: var(--fg);
}
.page.dark {
  background: #1c1b19;
  --fg: #f3efe7; --fg-2: #bdb7ab; --fg-3: #7f7a70;
  --line: rgba(243,239,231,.22); --line-2: rgba(243,239,231,.1);
  --paper: #1c1b19; --paper-2: #282724; --paper-3: #34322e;
  --ac-soft: rgba(224,80,43,.18);
}

.pad {
  position: absolute; inset: 0;
  padding: 3.3cqw 4.6cqw 4.4cqw;
  display: flex; flex-direction: column;
}

/* ------------------------ ページ見出し ------------------------ */
.crumb {
  display: flex; align-items: center; gap: 1.2cqw;
  font-family: var(--en); font-size: .72cqw; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--fg-3);
}
.crumb .cn { color: var(--ac); }
.track { margin-left: auto; display: flex; gap: .35cqw; }
.track i { display: block; width: 2.3cqw; height: .22cqw; background: var(--line); }
.track i.on { background: var(--ac); }
.track i.done { background: var(--fg-3); }

.ph { margin-top: 1.5cqw; display: flex; align-items: baseline; gap: 1.4cqw; flex-wrap: wrap; }
.pt { margin: 0; font-size: 2.05cqw; font-weight: 700; letter-spacing: .02em; line-height: 1.35; }
.pe { font-family: var(--serif); font-style: italic; font-size: 1.75cqw; color: var(--fg-3); line-height: 1; }

.body { flex: 1 1 auto; min-height: 0; margin-top: 1.9cqw; display: flex; flex-direction: column; justify-content: space-between; }
/* 余白を下に溜めず、ブロックの間に配る（.auto は列の中でだけ効かせる） */
.body > .auto, .body > .mt1, .body > .mt2, .body > .mt3 { margin-top: 0; }
.body > * + * { margin-top: 1.2cqw; }

.folio {
  position: absolute; left: 4.6cqw; right: 4.6cqw; bottom: 1.9cqw;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--en); font-size: .68cqw; font-weight: 500;
  letter-spacing: .16em; color: var(--fg-3);
}
.folio .pgno { font-weight: 700; color: var(--fg-2); }

/* ------------------------ 文字 ------------------------ */
.lead { font-size: 1.2cqw; line-height: 1.9; color: var(--fg-2); letter-spacing: .02em; }
.lead b { color: var(--fg); font-weight: 700; }
.lead .r, .r { color: var(--ac); }
.small { font-size: .95cqw; line-height: 1.8; color: var(--fg-2); }
.tiny { font-size: .74cqw; line-height: 1.7; color: var(--fg-3); }
.kicker {
  font-family: var(--en); font-size: .7cqw; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--fg-3);
}
.kicker.r { color: var(--ac); }
.serif { font-family: var(--serif); font-weight: 400; }
.it { font-style: italic; }
.statement { font-size: 2.3cqw; font-weight: 700; line-height: 1.5; letter-spacing: .02em; }
.statement .thin { font-weight: 300; color: var(--fg-2); }
.statement em { font-style: normal; color: var(--ac); }
.hl { background: linear-gradient(transparent 62%, var(--ac-soft) 62%); }

/* ------------------------ レイアウト ------------------------ */
.row { display: flex; gap: 2.4cqw; }
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4cqw; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8cqw; }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4cqw; }
.g6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1cqw; }
.grow { flex: 1 1 auto; min-height: 0; }
.col { display: flex; flex-direction: column; min-height: 0; }
.mt0 { margin-top: .5cqw; } .mt1 { margin-top: 1cqw; } .mt2 { margin-top: 1.8cqw; } .mt3 { margin-top: 2.6cqw; }
.auto { margin-top: auto; }
.vcenter { justify-content: center; }

/* ------------------------ パーツ ------------------------ */
/* 上罫だけのカード（箱にしない＝余白で区切る） */
.item { border-top: .1cqw solid var(--fg); padding-top: .9cqw; }
.item.lite { border-top-color: var(--line); }
.item .no { font-family: var(--en); font-size: .7cqw; font-weight: 700; letter-spacing: .14em; color: var(--ac); }
.item h3 { margin: .45cqw 0 0; font-size: 1.24cqw; font-weight: 700; line-height: 1.5; letter-spacing: .02em; }
.item h3 .en { display: block; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 1.25cqw; color: var(--fg-3); line-height: 1.2; }
.item p { margin-top: .45cqw; font-size: .98cqw; line-height: 1.8; color: var(--fg-2); }
.item p b { color: var(--fg); }

.box { background: var(--paper-2); padding: 1.3cqw 1.5cqw; }
.box.line { background: transparent; border: .1cqw solid var(--line); }
.box.ink { background: var(--ink); color: #f3efe7; --fg: #f3efe7; --fg-2: #bdb7ab; --fg-3: #8a857b; --line: rgba(243,239,231,.22); }
.page.dark .box.ink { background: #f3efe7; color: #1c1b19; --fg: #1c1b19; --fg-2: #5f5b53; --fg-3: #9b968c; --line: #d6cfc2; }

/* 要点の帯 */
.point {
  display: flex; gap: 1.4cqw; align-items: baseline;
  border-left: .3cqw solid var(--ac); padding: .3cqw 0 .3cqw 1.2cqw;
}
.point .pl { font-family: var(--en); font-size: .68cqw; font-weight: 700; letter-spacing: .2em; color: var(--ac); flex: 0 0 auto; text-transform: uppercase; }
.point .pb { font-size: 1.18cqw; font-weight: 700; line-height: 1.7; letter-spacing: .02em; }
.point .pb .thin { font-weight: 400; color: var(--fg-2); font-size: .95cqw; }

/* 未決・仮説タグ */
.tbd, .hyp, .tag {
  display: inline-block; font-family: var(--jp); font-size: .66cqw; font-weight: 700;
  letter-spacing: .06em; line-height: 1; padding: .26cqw .5cqw; vertical-align: .14em;
  border: .09cqw solid var(--ac); color: var(--ac); margin: 0 .15cqw; white-space: nowrap;
}
.hyp { border-color: var(--fg-3); color: var(--fg-2); }
.tag { border-color: var(--line); color: var(--fg-2); font-weight: 500; }
.tag.fill { background: var(--fg); border-color: var(--fg); color: var(--paper); }

/* シーン A/B/C の丸 */
.sc {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.3cqw; height: 1.3cqw; border-radius: 50%;
  font-family: var(--en); font-size: .66cqw; font-weight: 700; line-height: 1;
  border: .09cqw solid var(--line); color: var(--fg-3); margin-right: .2cqw; vertical-align: middle;
}
.sc.on { background: var(--fg); border-color: var(--fg); color: var(--paper); }

/* 強度メーター（静 ●○○ 動） */
.meter { display: inline-flex; gap: .22cqw; vertical-align: middle; }
.meter i { display: block; width: .62cqw; height: .62cqw; border-radius: 50%; background: var(--line); }
.meter i.on { background: var(--ac); }

/* 表 */
.tbl { width: 100%; border-collapse: collapse; font-size: .9cqw; }
.tbl th, .tbl td { border-bottom: .09cqw solid var(--line); padding: .6cqw .7cqw; text-align: left; vertical-align: top; line-height: 1.65; }
.tbl thead th {
  border-bottom: .14cqw solid var(--fg); font-family: var(--en); font-size: .7cqw; font-weight: 700;
  letter-spacing: .12em; color: var(--fg); text-transform: uppercase; vertical-align: bottom;
}
.tbl thead th .j { display: block; font-family: var(--jp); font-size: .9cqw; letter-spacing: .04em; text-transform: none; }
.tbl td.k { font-weight: 700; color: var(--fg); white-space: nowrap; }
.tbl td { color: var(--fg-2); }
.tbl td b { color: var(--fg); }
.tbl .us { background: var(--ac-soft); }
.tbl thead th.us { background: var(--ac); color: #fff; border-bottom-color: var(--ac); }
.tbl.center td:not(.k), .tbl.center th:not(:first-child) { text-align: center; }
.tbl.tight th, .tbl.tight td { padding: .42cqw .6cqw; }

/* 記入欄 */
.fill-line { border-bottom: .09cqw dashed var(--fg-3); height: 1.8cqw; }

/* SVG の共通 */
svg text { font-family: var(--jp); }
svg .en { font-family: var(--en); }

/* ============================ 表紙 ============================ */
.cover .pad { padding: 3.6cqw 5cqw 3.4cqw; }
.c-top, .c-bottom { display: flex; justify-content: space-between; align-items: flex-end; font-family: var(--en); font-size: .74cqw; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--fg-3); }
.c-main { margin-top: auto; margin-bottom: auto; position: relative; z-index: 2; }
.c-kicker { font-size: 1.05cqw; font-weight: 500; letter-spacing: .12em; color: var(--fg-2); }
.c-kicker .tbd { font-size: .74cqw; }
.c-title { margin: 1.6cqw 0 0; font-size: 3.6cqw; font-weight: 700; line-height: 1.45; letter-spacing: .02em; }
.c-title .thin { font-weight: 300; color: var(--fg-2); }
.c-title em { font-style: normal; color: var(--ac); }
.c-en { margin-top: 2cqw; font-family: var(--serif); font-style: italic; font-size: 2.1cqw; color: var(--fg-2); }
.c-en b { font-style: normal; font-weight: 400; color: var(--ac); padding: 0 .5cqw; }
.c-bottom { text-transform: none; letter-spacing: .06em; font-family: var(--jp); font-size: .86cqw; font-weight: 400; line-height: 1.8; align-items: flex-end; }
.c-bottom b { color: var(--fg); font-weight: 700; }
.c-art { position: absolute; right: 0; top: 0; width: 40%; height: 100%; z-index: 1; }

/* ============================ 目次 ============================ */
.story { display: flex; flex-direction: column; }
.story .st { display: grid; grid-template-columns: 3.2cqw 12cqw 1fr; gap: 1.2cqw; padding: .95cqw 0; border-top: .09cqw solid var(--line); align-items: start; }
.story .st:last-child { border-bottom: .09cqw solid var(--line); }
.story .sn { font-family: var(--serif); font-size: 2.1cqw; line-height: .9; color: var(--ac); }
.story .sk { font-family: var(--en); font-size: .7cqw; font-weight: 700; letter-spacing: .18em; color: var(--fg); }
.story .sq { font-size: 1.1cqw; font-weight: 700; margin-top: .3cqw; line-height: 1.5; }
.story .sp { display: flex; flex-wrap: wrap; gap: .25cqw 1.3cqw; font-size: .95cqw; color: var(--fg-2); line-height: 1.6; padding-top: .1cqw; }
.story .sp span { white-space: nowrap; }
.story .sp .ref { font-family: var(--en); font-weight: 700; color: var(--fg-3); margin-right: .35cqw; font-size: .72cqw; }

/* ============================ 個別ページ ============================ */
/* P: 1日のタイムライン */
.day { position: relative; }
.day .lane { display: flex; height: 5.2cqw; gap: .2cqw; }
.day .blk { background: var(--fg); color: var(--paper); padding: .55cqw .6cqw; font-size: .74cqw; line-height: 1.45; overflow: hidden; }
.day .blk .t { font-family: var(--en); font-size: .62cqw; font-weight: 600; letter-spacing: .08em; opacity: .7; display: block; }
.day .blk.sub { background: #4a4843; }
.day .blk.void { background: transparent; color: var(--fg-2); border: .12cqw dashed var(--ac); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.day .blk.void .q { font-size: 1.1cqw; font-weight: 700; color: var(--ac); }
.day .scale { display: flex; justify-content: space-between; font-family: var(--en); font-size: .62cqw; color: var(--fg-3); margin-top: .5cqw; letter-spacing: .08em; }

/* 負のループ */
.loop { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; }
.loop .ln { position: relative; padding: .9cqw .8cqw 0 0; }
.loop .ln .d { width: .9cqw; height: .9cqw; border-radius: 50%; background: var(--fg); position: relative; z-index: 2; }
.loop .ln:first-child .d { background: var(--ac); }
.loop .ln::before { content: ""; position: absolute; left: .45cqw; right: 0; top: 1.3cqw; height: .1cqw; background: var(--fg); }
.loop .ln:last-child::before { right: .8cqw; }
.loop .ln p { margin-top: .7cqw; font-size: .86cqw; line-height: 1.6; font-weight: 700; }
.loop .ln p span { display: block; font-weight: 400; color: var(--fg-2); font-size: .76cqw; margin-top: .2cqw; }

/* 4つの壁 */
.walls { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2cqw; }
.wall { display: flex; flex-direction: column; }
.wall .wq { background: var(--paper-2); padding: 1cqw 1.1cqw; min-height: 7.4cqw; }
.wall .wq .no { font-family: var(--en); font-size: .66cqw; font-weight: 700; letter-spacing: .16em; color: var(--fg-3); }
.wall .wq b { display: block; margin-top: .4cqw; font-size: 1.2cqw; line-height: 1.55; }
.wall .arrow { text-align: center; color: var(--ac); font-size: 1.2cqw; line-height: 1.6; }
.wall .wa { border: .12cqw solid var(--ac); padding: .9cqw 1.1cqw; flex: 1; }
.wall .wa .kicker { color: var(--ac); }
.wall .wa b { display: block; margin-top: .35cqw; font-size: 1.08cqw; line-height: 1.55; }
.wall .wa p { margin-top: .35cqw; font-size: .9cqw; line-height: 1.7; color: var(--fg-2); }

/* 3レイヤー */
.layer { border-top: .14cqw solid var(--fg); padding-top: 1cqw; display: flex; flex-direction: column; }
.layer .lh { display: flex; align-items: baseline; justify-content: space-between; }
.layer .lh b { font-size: 1.2cqw; }
.layer .lh .serif { font-size: 1.3cqw; font-style: italic; color: var(--fg-3); }
.chips { display: flex; flex-wrap: wrap; gap: .5cqw; margin-top: .9cqw; }
.chip { font-size: 1.02cqw; font-weight: 500; padding: .45cqw .85cqw; border-radius: 99px; background: var(--paper-2); line-height: 1.3; }
.chip.ac { background: var(--ac); color: #fff; }
.chip.ol { background: transparent; border: .09cqw dashed var(--fg-3); color: var(--fg-2); }

/* シーンカード */
.scene { display: flex; flex-direction: column; }
.scene .sh { display: flex; align-items: center; gap: .9cqw; }
.scene .sl { font-family: var(--serif); font-size: 3.4cqw; line-height: .8; color: var(--ac); }
.scene .sh b { font-size: 1.2cqw; line-height: 1.4; }
.scene .sh b span { display: block; font-family: var(--en); font-size: .64cqw; letter-spacing: .16em; color: var(--fg-3); font-weight: 600; }
.scene svg { width: 100%; height: 8.4cqw; margin: .8cqw 0 .2cqw; }
.scene dl { margin: 0; }
.scene dt { font-family: var(--en); font-size: .66cqw; font-weight: 700; letter-spacing: .16em; color: var(--fg-3); margin-top: 1.05cqw; text-transform: uppercase; }
.scene dd { margin: .2cqw 0 0; font-size: .98cqw; line-height: 1.65; color: var(--fg-2); }
.scene dd b { color: var(--fg); }
.scene dd.q { font-size: 1.18cqw; font-weight: 700; color: var(--fg); }

/* 時間設計 */
.tline { display: grid; gap: .2cqw; }
.tline .tc { padding: .7cqw .7cqw; background: var(--paper-2); display: flex; flex-direction: column; }
.tline .tc .tt { font-family: var(--en); font-size: .62cqw; font-weight: 700; letter-spacing: .1em; color: var(--fg-3); }
.tline .tc b { font-size: 1cqw; margin-top: .2cqw; line-height: 1.4; }
.tline .tc p { font-size: .84cqw; line-height: 1.6; color: var(--fg-2); margin-top: .35cqw; }
.tline .tc.key { background: var(--fg); color: var(--paper); --fg-2: #cfc9bd; --fg-3: #9b968c; }
.tline .tc.post { background: transparent; border: .1cqw dashed var(--fg-3); }

/* アイデア一覧 */
.idea-list { display: flex; flex-direction: column; }
.idea { display: grid; grid-template-columns: 11.2cqw 1fr auto; gap: 1cqw; padding: .56cqw 0; border-top: .09cqw solid var(--line); align-items: baseline; }
.idea:last-child { border-bottom: .09cqw solid var(--line); }
.idea .nm { font-family: var(--en); font-size: .86cqw; font-weight: 700; letter-spacing: .04em; line-height: 1.4; }
.idea .nm small { display: block; font-family: var(--jp); font-weight: 400; font-size: .7cqw; color: var(--fg-3); letter-spacing: 0; }
.idea .ds { font-size: .9cqw; line-height: 1.6; color: var(--fg-2); }
.idea .mk { white-space: nowrap; display: flex; gap: .7cqw; align-items: center; }
.cat-h { display: flex; align-items: baseline; gap: .9cqw; padding-bottom: .6cqw; }
.cat-h .cno { font-family: var(--serif); font-size: 2cqw; line-height: .9; color: var(--ac); }
.cat-h b { font-size: 1.2cqw; }
.cat-h .serif { font-style: italic; font-size: 1.2cqw; color: var(--fg-3); }
.cat-h .aim { margin-left: auto; font-size: .78cqw; color: var(--fg-2); }

/* ドリンク */
.drinks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2cqw; }
.drink { display: flex; flex-direction: column; align-items: center; text-align: center; }
.drink .cup { width: 8.6cqw; height: 11cqw; }
.drink .dn { margin-top: .8cqw; font-family: var(--en); font-size: .98cqw; font-weight: 700; letter-spacing: .1em; }
.drink .dq { margin-top: .35cqw; font-size: 1.14cqw; font-weight: 700; line-height: 1.5; }
.drink .dx { margin-top: .5cqw; font-size: .86cqw; line-height: 1.6; color: var(--fg-2); background: var(--paper-2); padding: .5cqw .7cqw; width: 100%; }

/* フロー（矢印つき横並び） */
.flow { display: flex; align-items: stretch; }
.flow .fs { flex: 1 1 0; position: relative; padding: .8cqw .9cqw; border: .1cqw solid var(--line); background: var(--paper); }
.flow .fs + .fs { margin-left: 1.3cqw; }
.flow .fs + .fs::before { content: "→"; position: absolute; left: -1.15cqw; top: 50%; transform: translateY(-50%); color: var(--ac); font-size: .95cqw; font-family: var(--en); }
.flow .fs .no { font-family: var(--en); font-size: .6cqw; font-weight: 700; letter-spacing: .14em; color: var(--ac); }
.flow .fs b { display: block; font-size: .92cqw; margin-top: .2cqw; }
.flow .fs p { font-size: .8cqw; line-height: 1.55; color: var(--fg-2); margin-top: .3cqw; }
.flow .fs.on { background: var(--fg); border-color: var(--fg); color: var(--paper); --fg-2: #cfc9bd; }

/* スマホのモック */
.phone { width: 17cqw; border: .5cqw solid var(--ink); border-radius: 2.2cqw; background: #fff; padding: 1.2cqw 1cqw 1.4cqw; position: relative; color: #1c1b19; }
.phone::before { content: ""; position: absolute; top: .5cqw; left: 50%; transform: translateX(-50%); width: 4cqw; height: .5cqw; border-radius: 99px; background: var(--ink); }
.phone .ph-h { margin-top: .6cqw; font-family: var(--en); font-size: .56cqw; letter-spacing: .16em; color: #9b968c; font-weight: 700; }
.phone .ph-t { font-size: .98cqw; font-weight: 700; line-height: 1.45; margin-top: .3cqw; }
.phone .pc { margin-top: .6cqw; border: .09cqw solid #e2dbcf; border-radius: .6cqw; padding: .55cqw .6cqw; display: grid; grid-template-columns: 2cqw 1fr; gap: .55cqw; align-items: center; }
.phone .pc .av { width: 2cqw; height: 2cqw; border-radius: 50%; background: #ede8df; display: flex; align-items: center; justify-content: center; font-family: var(--en); font-size: .7cqw; font-weight: 700; color: #5f5b53; }
.phone .pc b { font-size: .72cqw; display: block; line-height: 1.35; }
.phone .pc span { font-size: .62cqw; color: #5f5b53; line-height: 1.45; display: block; }
.phone .pc span em { font-style: normal; color: var(--ac); font-weight: 700; }
.phone .ph-b { margin-top: .8cqw; background: var(--ac); color: #fff; text-align: center; font-size: .7cqw; font-weight: 700; padding: .5cqw; border-radius: 99px; }

/* プラン */
.plans { display: grid; grid-template-columns: 11cqw repeat(3, 1fr); }
.plans > div { padding: .62cqw .9cqw; border-bottom: .09cqw solid var(--line); font-size: .9cqw; line-height: 1.65; color: var(--fg-2); }
.plans .rk { font-weight: 700; color: var(--fg); padding-left: 0; font-size: .82cqw; }
.plans .hd { border-bottom: .14cqw solid var(--fg); padding-bottom: 1cqw; }
.plans .hd .pn { font-family: var(--serif); font-size: 2.3cqw; line-height: 1; color: var(--fg); }
.plans .hd .pj { font-size: .86cqw; font-weight: 700; color: var(--fg); margin-top: .35cqw; }
.plans .mid { background: var(--paper-2); }
.plans b { color: var(--fg); }

/* 3×2 マトリクス（NATURAL） */
.mx { display: grid; grid-template-columns: 7cqw repeat(3, 1fr); gap: .3cqw; }
.mx > div { background: var(--paper-2); padding: .6cqw .7cqw; font-size: .78cqw; line-height: 1.5; color: var(--fg-2); }
.mx .h { background: transparent; font-family: var(--en); font-size: .68cqw; font-weight: 700; letter-spacing: .1em; color: var(--fg); padding-bottom: .2cqw; }
.mx .rh { background: transparent; font-family: var(--en); font-size: .68cqw; font-weight: 700; letter-spacing: .1em; color: var(--fg); display: flex; align-items: center; }
.mx .nat { background: var(--fg); color: var(--paper); }
.mx b { display: block; font-size: .82cqw; }

/* 名称比較 */
.name-card { display: flex; flex-direction: column; border-top: .14cqw solid var(--fg); padding-top: .8cqw; }
.name-card .nm { font-family: var(--serif); font-size: 2.1cqw; line-height: 1; }
.name-card .rd { font-size: .74cqw; color: var(--fg-3); margin-top: .35cqw; }
.name-card .mean { font-size: .9cqw; line-height: 1.7; color: var(--fg-2); margin-top: .6cqw; min-height: 5.8cqw; }
.name-card .mean b { color: var(--fg); }
.score { margin-top: .6cqw; }
.score div { display: flex; justify-content: space-between; align-items: center; font-size: .74cqw; color: var(--fg-2); padding: .26cqw 0; border-top: .09cqw solid var(--line-2); }
.name-card .pc { font-size: .74cqw; line-height: 1.6; color: var(--fg-2); margin-top: .6cqw; }
.name-card .pc b { font-weight: 700; color: var(--fg); }

/* タグライン */
.copy { border-top: .09cqw solid var(--line); padding: 1cqw 0; display: grid; grid-template-columns: 2.6cqw 1fr 18cqw; gap: 1.2cqw; align-items: baseline; }
.copy:last-child { border-bottom: .09cqw solid var(--line); }
.copy .cn { font-family: var(--serif); font-size: 1.6cqw; color: var(--ac); line-height: 1; }
.copy .cc { font-size: 1.55cqw; font-weight: 700; line-height: 1.45; letter-spacing: .02em; }
.copy .cx { font-size: .9cqw; line-height: 1.7; color: var(--fg-2); }

/* 仮説 */
.hyps { display: flex; flex-direction: column; }
.hy { display: grid; grid-template-columns: 2.8cqw 1fr; gap: .9cqw; padding: .75cqw 0; border-top: .09cqw solid var(--line); }
.hy:last-child { border-bottom: .09cqw solid var(--line); }
.hy .hn { font-family: var(--en); font-size: .76cqw; font-weight: 700; color: var(--ac); letter-spacing: .06em; padding-top: .15cqw; }
.hy b { font-size: 1.04cqw; line-height: 1.55; display: block; }
.hy p { font-size: .86cqw; line-height: 1.6; color: var(--fg-2); margin-top: .2cqw; }

/* スケジュールバー */
.sched { display: grid; grid-template-columns: repeat(5, 1fr); gap: .3cqw; }
.sched div { background: var(--paper-2); padding: .6cqw .7cqw; font-size: .76cqw; line-height: 1.55; color: var(--fg-2); }
.sched div b { display: block; font-family: var(--en); font-size: .7cqw; letter-spacing: .08em; color: var(--fg); }
.sched div.key { background: var(--ac); color: #fff; }
.sched div.key b { color: #fff; }

/* 同心円（ビジネスモデル） */
.orbit { position: relative; width: 100%; aspect-ratio: 1 / 1; max-width: 30cqw; margin: 0 auto; }
.orbit svg { width: 100%; height: 100%; display: block; }

/* 成長ステップ */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; gap: .5cqw; }
.steps .sp { background: var(--paper-2); padding: .9cqw .9cqw; display: flex; flex-direction: column; }
.steps .sp .ph0 { font-family: var(--en); font-size: .64cqw; font-weight: 700; letter-spacing: .14em; color: var(--ac); }
.steps .sp b { font-size: 1cqw; margin-top: .3cqw; line-height: 1.45; }
.steps .sp p { font-size: .86cqw; line-height: 1.6; color: var(--fg-2); margin-top: .4cqw; }
.steps .sp .when { margin-top: auto; padding-top: .6cqw; font-size: .7cqw; color: var(--fg-3); border-top: .09cqw solid var(--line); }
.steps .sp.now { background: var(--fg); color: var(--paper); --fg-2: #cfc9bd; --fg-3: #9b968c; --line: rgba(243,239,231,.25); }

/* 論点リスト */
.issues { columns: 2; column-gap: 2.4cqw; }
.iss { break-inside: avoid; border-top: .09cqw solid var(--line); padding: 1.05cqw 0 1.15cqw; display: grid; grid-template-columns: 2.2cqw 1fr; gap: .6cqw; }
.iss .in { font-family: var(--en); font-size: .7cqw; font-weight: 700; color: var(--fg-3); padding-top: .15cqw; }
.iss > div > b { font-size: 1.1cqw; line-height: 1.5; display: block; }
.iss p { font-size: .88cqw; line-height: 1.6; color: var(--fg-2); margin-top: .2cqw; }

/* 今後考えたいこと */
.todo { display: grid; grid-template-columns: 1.4cqw 1fr 5.4cqw 5.4cqw; gap: .7cqw; align-items: center; padding: .5cqw 0; border-top: .09cqw solid var(--line); font-size: .92cqw; }
.todo .cb { width: 1cqw; height: 1cqw; border: .1cqw solid var(--fg-2); }
.todo b { font-weight: 700; }
.todo span.d { color: var(--fg-3); font-weight: 400; font-size: .74cqw; margin-left: .5cqw; }
.todo .who, .todo .due { border-bottom: .09cqw dashed var(--fg-3); height: 1.1cqw; }
.todo-h { display: grid; grid-template-columns: 1.4cqw 1fr 5.4cqw 5.4cqw; gap: .7cqw; font-family: var(--en); font-size: .6cqw; font-weight: 700; letter-spacing: .12em; color: var(--fg-3); padding-bottom: .3cqw; }

/* エンド */
.end .pad { justify-content: center; }

i[data-ref] { font-style: normal; }

/* ---- 余白調整（A4横で下が空くページ） ---- */
.plans > div { display: block; }
.plans .hd { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.name-card .nm { font-size: 2.6cqw; }
.name-card .mean { font-size: 1cqw; min-height: 0; flex: 1; }
.name-card .score div { font-size: .84cqw; padding: .45cqw 0; }
.name-card .pc { font-size: .86cqw; }
.roomy .tbl th, .roomy .tbl td { padding-top: .9cqw; padding-bottom: .9cqw; }
.roomy .tbl { font-size: .98cqw; }
.day .lane { height: 7cqw; }
.day .blk { font-size: .84cqw; }
.loop .ln p { font-size: .98cqw; }
.loop .ln p span { font-size: .84cqw; }
/* ブロックが縮んで重ならないように（伸縮させるのは .grow だけ） */
.body > :not(.grow) { flex-shrink: 0; }
.body.vcenter > * + * { margin-top: 2.6cqw; }
/* ---- ページ個別の縦配分 ---- */
.name-card .mean { flex: 0 0 auto; min-height: 6.4cqw; }
#p-pos .tbl th, #p-pos .tbl td { padding-top: 1.35cqw; padding-bottom: 1.35cqw; }
#p-pos .tbl { font-size: 1.02cqw; }
#p-time svg { height: 11cqw !important; }
#p-time .tline .tc { min-height: 11.5cqw; padding: 1cqw .8cqw; }
.wall .wq { min-height: 8.6cqw; padding: 1.3cqw 1.2cqw; }
.wall .wa { min-height: 11.5cqw; padding: 1.2cqw 1.2cqw; }
#p-why1 .day .lane { height: 9cqw; }
#p-why1 .day .blk { font-size: .92cqw; }
#p-why3 .row { min-height: 13cqw !important; }
#p-why2 .box { padding: 2cqw 1.8cqw 2.2cqw !important; }
