@charset "UTF-8";
/* ==========================================================================
   商談代行サポート LP  —  案C「行動促進」
   スマホファースト。641px〜 = 中央カラム＋ブルー地／1001px〜 = 2ペイン分割。
   トークンは DESIGN.md 2〜4章に準拠。値は必ず変数経由で使う。
   ========================================================================== */

/* --------------------------------------------------  tokens  */
:root{
  /* color */
  --blue:#1823FF;
  --blue-deep:#0D16C9;
  --blue-pale:#E9EBFF;      /* 白カードの上でも沈まない、うすい青面 */
  --orange:#F0894F;         /* 参考LPの UPDATE バッジ相当。面（ピル）に使う */
  --orange-deep:#C25E1D;    /* 線・文字用。白地で 4.3:1 */
  --orange-pale:#FDEDE1;
  --bg:#F6EFE9;
  --surface:#FFFFFF;
  --ink:#000000;
  --tx:#14191D;
  --head:#282D32;
  --muted:#6F6C66;          /* #ADA9A7 はコントラスト不足のため濃くした（DESIGN.md 7章） */
  --muted-strong:#5C5954;
  --line:#E1DFDE;
  --on-blue:#FFFFFF;
  --on-blue-sub:rgba(255,255,255,.88);
  --on-blue-soft:rgba(255,255,255,.18);

  /* space */
  --pad-x:22px;
  --sp-2xs:6px; --sp-xs:10px; --sp-sm:16px; --sp-md:24px; --sp-lg:44px; --sp-xl:72px;

  /* radius */
  --r-pill:128px;
  --r-card:44px;   /* 上辺だけ大きく取るカード */
  --r-tile:32px;
  --r-photo:26px;
  --r-small:10px;

  /* layout */
  --col-w:440px;
  --bar-h:64px;
  --hdr-h:56px;

  /* type */
  --ff-jp:"Murecho","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  --ff-en:"Archivo Black","Murecho",sans-serif;

  /* texture — ベタ塗りを主役に、粒はごく薄く乗せるだけ */
  --noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.16'/%3E%3C/svg%3E");
  --noise-soft:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}

/* --------------------------------------------------  reset  */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;background:var(--bg);color:var(--tx);
  font-family:var(--ff-jp);font-size:16px;line-height:1.9;letter-spacing:.03em;
  font-weight:400;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,p,ul,ol,dl,figure{margin:0;}
ul,ol{list-style:none;padding:0;}
img{max-width:100%;height:auto;display:block;}
a{color:var(--blue);text-decoration:none;}
a:hover{color:var(--blue-deep);}
svg{display:block;}
:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:4px;}
.hero :focus-visible,.blue :focus-visible,.contact :focus-visible,
.rail :focus-visible,.site-footer :focus-visible{outline-color:#fff;}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;}
}

.skip-link{
  position:absolute;left:-9999px;top:0;z-index:200;
  padding:12px 18px;background:var(--ink);color:#fff;font-size:14px;font-weight:700;
}
.skip-link:focus{left:8px;top:8px;color:#fff;}

/* --------------------------------------------------  layout shell  */
.stage{position:relative;}

.column{
  position:relative;width:100%;
  background-color:var(--bg);background-image:var(--noise-soft);
  background-size:180px 180px;background-blend-mode:multiply;
}

/* PC専用のブランドレール／縦組みコピーライトはSPでは出さない */
.rail,.gutter-copy{display:none;}

/* --------------------------------------------------  header（常時追従）  */
.site-header{
  position:fixed;top:12px;left:14px;right:14px;z-index:50;
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  height:var(--hdr-h);padding:0 8px 0 18px;
  background:var(--surface);border-radius:var(--r-pill);
  box-shadow:0 8px 22px rgba(0,0,0,.14);
}
.site-header__brand{font-size:13px;font-weight:900;letter-spacing:.04em;color:var(--head);}
.site-header__cta{
  display:inline-flex;align-items:center;min-height:44px;padding:0 18px;
  border-radius:var(--r-pill);background:var(--ink);color:#fff;
  font-size:12px;font-weight:700;letter-spacing:.04em;
  transition:transform .2s ease,opacity .2s ease;
}
.site-header__cta:hover{color:#fff;opacity:.86;}
.site-header__cta:active{transform:scale(.98);}

/* --------------------------------------------------  shared type  */
.label{
  display:inline-block;margin:0 0 15px;
  font-size:13.5px;font-weight:900;line-height:1.4;letter-spacing:.1em;color:var(--blue);
}
.h2{font-size:25px;line-height:1.46;font-weight:900;letter-spacing:.02em;color:var(--head);}
/* 見出しブロックは中央揃え。本文・カードの中身は左のまま */
.section__head,
.card > .label,.card > .h2,
.blue > .label,.blue > .h2,.blue > .lead,.blue > .chance,
.summary > .label,.summary > .summary__title,
.contact{text-align:center;}
.contact .pills{justify-content:center;}
/* インラインブロックのラベル／ピルは、箱ごと中央に置く */
.card > .label,.blue > .chance,.summary > .label{
  display:block;width:fit-content;margin-left:auto;margin-right:auto;
}
.h2--on-blue{color:var(--on-blue);}
.lead{margin-top:14px;font-size:14px;line-height:1.9;color:var(--muted);}
.lead--on-blue{color:var(--on-blue-sub);}
.body{margin-top:20px;font-size:14px;line-height:1.95;color:var(--tx);}
.body + .body{margin-top:16px;}

/* --------------------------------------------------  buttons  */
/* 白い面＋うっすらした白のリング（参考LPのアウトライン表現）で、ブルー地から浮かせる */
.btn-cta{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:80px;padding:16px 26px;text-align:center;
  background:#fff;color:var(--ink);border-radius:var(--r-pill);
  box-shadow:0 0 0 3px rgba(255,255,255,.28),0 16px 32px rgba(2,6,60,.34);
  transition:transform .2s ease,box-shadow .2s ease;
}
.btn-cta:hover{color:var(--ink);transform:translateY(-2px);
  box-shadow:0 0 0 5px rgba(255,255,255,.32),0 22px 40px rgba(2,6,60,.4);}
.btn-cta:active{transform:translateY(0) scale(.99);
  box-shadow:0 0 0 3px rgba(255,255,255,.28),0 8px 18px rgba(2,6,60,.34);}
.btn-cta__label{display:block;font-size:17px;font-weight:900;letter-spacing:.05em;line-height:1.4;}
.btn-cta__label small{display:block;margin-top:5px;font-size:11px;font-weight:500;
  letter-spacing:.06em;color:var(--muted-strong);}

.textlink{
  display:inline-flex;align-items:center;gap:7px;min-height:44px;
  font-size:13px;font-weight:700;color:var(--blue);
  border-bottom:1.5px solid rgba(24,35,255,.4);
}
.textlink svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round;}

/* --------------------------------------------------  1. HERO  */
/* 画面最上端までブルーを塗る。ヘッダーは fixed でこの上に浮かせる。 */
.hero{
  position:relative;
  padding:calc(12px + var(--hdr-h) + 30px) var(--pad-x) 46px;
  background-color:var(--blue);background-image:var(--noise);
  background-size:180px 180px;background-blend-mode:overlay;
  color:var(--on-blue);
}
.hero__title{font-size:40px;line-height:1.28;font-weight:900;letter-spacing:.005em;
  text-align:center;}
.hero__sub{margin-top:18px;font-size:21px;line-height:1.55;font-weight:900;letter-spacing:.02em;
  text-align:center;}
.hero__ask{margin-top:38px;font-size:16px;font-weight:900;letter-spacing:.04em;}
.hero__closing{margin-top:34px;font-size:16px;line-height:1.8;font-weight:900;letter-spacing:.02em;
  text-align:center;}

/* 悩みリスト：整列させ、取り消し線は細く薄く（本文の可読性を優先） */
.notes{display:flex;flex-direction:column;gap:10px;margin-top:14px;}
.note{
  padding:15px 18px;background:#FFFDF9;border-radius:4px 14px 4px 14px;
  box-shadow:0 6px 14px rgba(0,0,0,.14);
}
.note__strike{
  display:block;font-size:13.5px;line-height:1.7;font-weight:500;color:#3F3B37;
  text-wrap:pretty;
  text-decoration-line:line-through;
  text-decoration-color:rgba(244,63,94,.5);
  text-decoration-thickness:1px;
}

/* --------------------------------------------------  波形の境界  */
.wave{width:100%;height:64px;}
.wave path{fill:var(--blue);}
.wave--from-blue{margin-top:-1px;}
.wave--to-blue{margin-bottom:-1px;}

/* --------------------------------------------------  チケット型の画像枠  */
.ticket{position:relative;margin:26px var(--pad-x) 0;}
.ticket img{width:100%;border-radius:var(--r-photo);}
.ticket__notch{
  position:absolute;top:50%;width:30px;height:30px;border-radius:50%;
  background:var(--bg);transform:translateY(-50%);
}
.ticket__notch--l{left:-15px;}
.ticket__notch--r{right:-15px;}

/* --------------------------------------------------  上辺だけ大きな角丸のカード  */
.card{
  margin:34px 14px 0;padding:38px var(--pad-x) 40px;
  background:var(--surface);border-radius:var(--r-card) var(--r-card) var(--r-small) var(--r-small);
  box-shadow:0 12px 32px rgba(0,0,0,.06);
}
/* --- 枠で囲わず、間合いだけで区切る。報酬は同じ列にそろえて対比させる --- */
.compare{margin-top:26px;}
.compare__row + .compare__row{margin-top:34px;}
.compare__head{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.compare__label{
  display:inline-block;padding:5px 12px;border-radius:var(--r-pill);
  background:#E7E1DA;color:#4A4640;
  font-size:11.5px;font-weight:900;line-height:1.4;letter-spacing:.08em;
}
.compare__row--easy .compare__label{background:var(--orange);color:#fff;}
.compare__count{font-size:12px;font-weight:900;letter-spacing:.04em;color:var(--muted-strong);}
.compare__row--easy .compare__count{color:var(--orange-deep);}

.hops{
  display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr;
  align-items:start;gap:6px;margin-top:18px;
}
/* 中央のステップを持たない商談代行は、矢印が真ん中を渡って報酬が同じ列に来る */
.hops--short > :nth-child(1){grid-column:1;}
.hops--short > :nth-child(2){grid-column:2 / 5;}
.hops--short > :nth-child(3){grid-column:5;}
.hop{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;}
.hop__ico{
  display:flex;align-items:center;justify-content:center;
  width:52px;height:52px;border-radius:50%;background:#EFE9E3;
}
.hop__ico svg{width:24px;height:24px;fill:none;stroke:#7E7367;stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;}
.hop__tx{font-size:11.5px;line-height:1.5;font-weight:700;letter-spacing:0;color:var(--head);
  text-wrap:balance;}
.hop--goal .hop__tx{color:var(--head);}
.hop__arrow{display:flex;align-items:center;justify-content:center;height:52px;}
.hop__arrow svg{width:20px;height:12px;fill:none;stroke:#8C8177;stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;}
.compare__row--easy .hop__ico{background:var(--orange-pale);}
.compare__row--easy .hop__ico svg{stroke:var(--orange-deep);}
.compare__row--easy .hop__arrow svg{stroke:var(--orange-deep);}

.pull{
  margin-top:26px;padding:22px 20px;background:#EDE7E1;
  border-radius:var(--r-small) var(--r-photo) var(--r-small) var(--r-photo);
  font-size:17px;line-height:1.6;font-weight:900;letter-spacing:.02em;color:var(--head);
  text-align:center;
}

/* --------------------------------------------------  通常セクション  */
.section{padding:46px 0 6px;}
.section__head{padding:0 var(--pad-x);}

/* 横スクロールレール */
.rail-scroll{
  display:flex;gap:12px;margin-top:24px;padding:4px var(--pad-x) 12px 32px;
  overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:32px;
  scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;
}
.rail-scroll::-webkit-scrollbar{display:none;}
.tile{
  flex:none;width:252px;scroll-snap-align:start;
  padding:24px 22px 26px;background:var(--surface);
  border-radius:var(--r-tile);
  box-shadow:0 10px 24px rgba(0,0,0,.07);
}
.tile__ico{
  display:flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;background:var(--blue-pale);
}
.tile__ico svg{width:22px;height:22px;fill:none;stroke:var(--blue);stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;}
.tile__title{margin-top:16px;font-size:16px;font-weight:900;letter-spacing:.02em;color:var(--head);}
.tile__body{margin-top:10px;font-size:13px;line-height:1.85;color:var(--muted);}
.section .textlink{margin:24px var(--pad-x) 0;}

.pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px;}
.pills li{
  padding:6px 12px;border-radius:var(--r-pill);background:var(--on-blue-soft);
  font-size:11.5px;line-height:1.5;font-weight:700;letter-spacing:.03em;
}
.pills--outline li{background:none;border:1px solid rgba(255,255,255,.45);}

/* --------------------------------------------------  仕事の流れ  */
.steps{display:flex;flex-direction:column;gap:12px;margin:26px var(--pad-x) 0;}
.step{
  position:relative;display:flex;align-items:flex-start;gap:16px;
  padding:14px 18px 14px 14px;background:var(--surface);border-radius:22px;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}
/* 点線トレイルでステップをつなぐ（DESIGN.md 4章の装飾レイヤー） */
.step::after{
  content:"";position:absolute;left:46px;top:100%;height:12px;width:2px;
  background-image:radial-gradient(circle,rgba(24,35,255,.35) 1.6px,transparent 1.6px);
  background-size:2px 9px;background-repeat:repeat-y;
}
.step:last-child::after{display:none;}
.step__ico{flex:none;display:flex;align-items:center;justify-content:center;
  width:64px;height:64px;border-radius:50%;background:var(--blue-pale);}
.step__ico svg{width:30px;height:30px;fill:none;stroke:var(--blue);stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;}
.step__body{min-width:0;padding-top:4px;}
.step__no{display:block;font-family:var(--ff-en);font-size:12.5px;line-height:1;
  letter-spacing:.12em;color:var(--blue);}
.step__title{margin-top:12px;font-size:17px;line-height:1.5;font-weight:900;
  letter-spacing:.02em;color:var(--head);}

/* --------------------------------------------------  収入シミュレーション  */
/* 金額はすべてブルーで統一。単位「万円」と「/ 月」は小さく添える。 */
.calc{
  margin-top:24px;padding:24px 22px;
  background:var(--blue-pale);border-radius:var(--r-small) var(--r-photo) var(--r-small) var(--r-photo);
}
.calc__cond{font-size:12.5px;font-weight:700;letter-spacing:.04em;color:var(--muted-strong);}
.calc__val{margin-top:8px;display:flex;align-items:baseline;gap:4px;color:var(--blue);
  font-variant-numeric:tabular-nums;letter-spacing:-.01em;}
.calc__val b{font-size:46px;line-height:1.05;font-weight:900;}
.calc__val em{font-style:normal;font-size:21px;font-weight:900;}
.calc__note{margin-top:10px;font-size:12.5px;line-height:1.8;color:var(--muted-strong);}

.cases{display:flex;flex-direction:column;gap:12px;margin-top:20px;}
.case{
  display:flex;flex-direction:column;gap:6px;padding:22px 20px;
  background:var(--bg);border-radius:14px;
}
.case__pace{font-size:12.5px;font-weight:900;letter-spacing:.06em;color:var(--muted-strong);}
.case__amount{display:flex;align-items:baseline;gap:4px;color:var(--blue);
  font-variant-numeric:tabular-nums;letter-spacing:-.01em;}
.case__amount b{font-size:38px;line-height:1.05;font-weight:900;}
.case__amount em{font-style:normal;font-size:18px;font-weight:900;}
.case__amount i{font-style:normal;margin-left:8px;font-size:13px;font-weight:700;
  letter-spacing:.04em;color:var(--muted-strong);align-self:flex-end;padding-bottom:5px;}
.case__note{font-size:12.5px;line-height:1.8;color:var(--muted);}
.disclaimer{margin-top:18px;font-size:11.5px;line-height:1.8;color:var(--muted);}

/* --------------------------------------------------  なぜ今  */
.blue{
  padding:8px var(--pad-x) 44px;
  background-color:var(--blue);background-image:var(--noise);
  background-size:180px 180px;background-blend-mode:overlay;
  color:var(--on-blue);
}
.chance{
  display:inline-block;margin:0 0 16px;padding:9px 16px;
  background:#fff;color:var(--blue);border-radius:var(--r-pill);
  font-size:12.5px;line-height:1.4;font-weight:900;letter-spacing:.04em;
}
.reasons{display:flex;flex-direction:column;gap:10px;margin-top:26px;}
.reason{
  padding:16px 20px 18px;background:var(--surface);border-radius:20px;
  box-shadow:0 8px 20px rgba(3,7,60,.18);
}
.reason__no{
  display:inline-block;padding:5px 11px;border-radius:8px;
  background:var(--orange);color:#fff;
  font-family:var(--ff-en);font-size:11px;line-height:1.2;letter-spacing:.12em;
}
.reason__title{margin-top:12px;font-size:17px;line-height:1.4;font-weight:900;
  letter-spacing:.02em;color:var(--head);}

/* --------------------------------------------------  向き・不向き  */
.fit{display:flex;flex-direction:column;gap:14px;margin:26px var(--pad-x) 0;}
.fit__col{padding:26px 22px 28px;border-radius:var(--r-tile);}
.fit__col--yes{background:var(--surface);box-shadow:0 12px 28px rgba(24,35,255,.14);
  border:2px solid var(--blue);}
.fit__col--no{background:#E5DFD8;border:2px solid #CFC7BE;}
.fit__title{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:900;
  letter-spacing:.03em;color:var(--head);}
.fit__badge{display:flex;align-items:center;justify-content:center;flex:none;
  width:30px;height:30px;border-radius:50%;}
.fit__badge svg{width:18px;height:18px;fill:none;stroke-width:2.4;
  stroke-linecap:round;stroke-linejoin:round;}
.fit__col--yes .fit__badge{background:var(--blue);}
.fit__col--yes .fit__badge svg{stroke:#fff;}
.fit__col--no .fit__badge{background:#9A928A;}
.fit__col--no .fit__badge svg{stroke:#fff;}
.fit__list{margin-top:16px;display:flex;flex-direction:column;}
.fit__list li{position:relative;padding:11px 0 11px 26px;font-size:13.5px;line-height:1.7;}
.fit__list li + li{border-top:1px solid rgba(20,25,29,.1);}
.fit__list li::before{
  content:"";position:absolute;left:2px;top:50%;width:13px;height:13px;
  transform:translateY(-50%);background-repeat:no-repeat;background-size:13px 13px;
}
.fit__col--yes .fit__list li::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%231823FF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 10.6l4 4 9-10'/%3E%3C/svg%3E");
}
.fit__col--no .fit__list li{color:var(--muted-strong);}
.fit__col--no .fit__list li::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23847C74' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M4.5 4.5l11 11M15.5 4.5l-11 11'/%3E%3C/svg%3E");
}

/* --------------------------------------------------  まとめ  */
.summary{padding:52px var(--pad-x) 8px;}
.summary__title{font-size:22px;line-height:1.55;font-weight:900;letter-spacing:.02em;color:var(--head);}

/* --------------------------------------------------  最終CTA（ブルー）  */
.contact{
  margin:44px 0 0;padding:44px var(--pad-x) 44px;
  background-color:var(--blue);background-image:var(--noise);
  background-size:180px 180px;background-blend-mode:overlay;
  color:#fff;border-radius:var(--r-card) var(--r-card) 0 0;
}
.contact__kicker{font-size:11.5px;font-weight:900;line-height:1.4;letter-spacing:.12em;
  color:var(--on-blue-sub);}
.contact__title{margin-top:14px;font-size:26px;line-height:1.45;font-weight:900;letter-spacing:.02em;}
.contact__sub{margin-top:12px;font-size:13.5px;line-height:1.85;color:var(--on-blue-sub);}
.contact .btn-cta{margin-top:38px;}
.contact .pills{margin-top:38px;}

/* --------------------------------------------------  footer  */
.site-footer{
  padding:36px var(--pad-x) calc(40px + var(--bar-h) + env(safe-area-inset-bottom));
  background:var(--blue);color:#fff;
  border-top:1px solid rgba(255,255,255,.24);
}
.site-footer__brand{font-size:14px;font-weight:900;letter-spacing:.06em;}
.site-footer__links{margin-top:18px;display:flex;flex-wrap:wrap;gap:18px;}
.site-footer__links a{display:inline-flex;align-items:center;min-height:44px;
  color:#fff;font-size:12.5px;border-bottom:1px solid rgba(255,255,255,.4);}
.site-footer__links a:hover{color:#fff;opacity:.8;}
.site-footer__top{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.pagetop{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:none;
  height:44px;padding:0 18px;
  border:1px solid rgba(255,255,255,.6);border-radius:50%/50%;
  color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.12em;white-space:nowrap;
  transition:background-color .2s ease;
}
.pagetop:hover{color:#fff;background:rgba(255,255,255,.12);}
.pagetop svg{width:11px;height:7px;fill:none;stroke:#fff;stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;}
.site-footer__copy{margin-top:12px;font-size:11px;letter-spacing:.04em;color:rgba(255,255,255,.82);}

/* --------------------------------------------------  下部固定CTAバー  */
.cta-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:60;
  padding:12px 18px calc(16px + env(safe-area-inset-bottom));
  transition:transform .28s ease,opacity .28s ease;
  pointer-events:none;
}
.cta-bar > *{pointer-events:auto;}
.cta-bar__btn{
  display:flex;align-items:center;justify-content:center;
  min-height:var(--bar-h);border-radius:var(--r-pill);
  background:var(--ink);color:#fff;
  font-size:15.5px;font-weight:900;letter-spacing:.06em;
  box-shadow:0 12px 28px rgba(0,0,0,.34);
  transition:transform .2s ease;
}
.cta-bar__btn:hover{color:#fff;}
.cta-bar__btn:active{transform:scale(.98);}
/* 同じボタンが二重に見える最終CTA上でだけ、JSが引っ込める */
.cta-bar.is-tucked{transform:translateY(130%);opacity:0;pointer-events:none;}

/* ==========================================================================
   641px 〜 1000px : ブルー全面地 ＋ 中央440pxカラム（DESIGN.md 9.5章）
   ========================================================================== */
@media (min-width:641px){
  body{background:var(--blue);}
  .column{
    width:var(--col-w);margin:20px auto 60px;
    border-radius:48px;overflow:hidden;
    box-shadow:0 30px 70px rgba(2,6,50,.34);
  }
  /* カラム幅に合わせて中央に浮かせる（overflow:hidden の中では sticky が効かないため fixed） */
  .site-header{
    left:50%;right:auto;transform:translateX(-50%);
    width:calc(var(--col-w) - 28px);top:32px;
  }
  .gutter-copy{
    display:block;position:fixed;right:18px;top:50%;transform:translateY(-50%);
    margin:0;writing-mode:vertical-rl;
    font-size:10px;letter-spacing:.16em;color:rgba(255,255,255,.82);
  }
  .cta-bar{
    left:50%;right:auto;transform:translateX(-50%);
    width:calc(var(--col-w) + 40px);
    padding-bottom:20px;
  }
  .cta-bar.is-tucked{transform:translateX(-50%) translateY(130%);}
}

/* 641〜840px はガターが細いので縦組みコピーライトを出さない（DESIGN.md 9.5-3） */
@media (min-width:641px) and (max-width:840px){
  .gutter-copy{display:none;}
}

/* ==========================================================================
   1001px 〜 : 左=固定ブルーレール ／ 右=440pxカラム（DESIGN.md 9章）
   ========================================================================== */
@media (min-width:1001px){
  .stage{
    display:flex;align-items:flex-start;gap:0;
    max-width:1600px;margin:0 auto;padding-right:170px;
  }
  .rail{
    display:flex;flex-direction:column;justify-content:space-between;
    flex:1 1 auto;align-self:flex-start;
    position:sticky;top:0;height:100vh;min-width:0;
    padding:64px 72px;
    background-color:var(--blue);background-image:var(--noise);
    background-size:180px 180px;background-blend-mode:overlay;
    color:var(--on-blue);overflow:hidden;
  }
  .rail__mark{
    position:absolute;right:-180px;bottom:-40px;width:620px;height:620px;
    pointer-events:none;
  }
  .rail__top,.rail__mid,.rail__bottom{position:relative;z-index:1;max-width:520px;}
  .rail__brand{font-size:15px;font-weight:900;letter-spacing:.12em;}
  .rail__eyebrow{font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--on-blue-sub);}
  .rail__display{
    margin-top:16px;font-size:clamp(40px,4.4vw,64px);line-height:1.22;
    font-weight:900;letter-spacing:-.005em;
  }
  .rail__lead{margin-top:22px;max-width:26em;font-size:14px;line-height:1.95;color:var(--on-blue-sub);}
  .rail__cta{
    display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
    min-height:68px;margin-top:30px;padding:12px 52px;
    background:#fff;color:var(--ink);border-radius:var(--r-pill);
    font-size:16px;font-weight:900;letter-spacing:.05em;
    box-shadow:0 16px 34px rgba(2,6,60,.36),0 2px 0 rgba(2,6,60,.18);
    transition:transform .2s ease,box-shadow .2s ease;
  }
  .rail__cta span{font-size:11px;font-weight:500;letter-spacing:.08em;opacity:.66;}
  .rail__cta:hover{color:var(--ink);transform:translateY(-2px);}
  .rail__cta:active{transform:scale(.98);}

  .column{
    flex:0 0 var(--col-w);width:var(--col-w);margin:20px 0;
    border-radius:48px;overflow:hidden;
    box-shadow:0 30px 70px rgba(2,6,50,.34);
  }
  /* ロゴとCTAは左レールが担うので、カラム内ヘッダーは出さない（DESIGN.md 9-3） */
  .site-header{display:none;}
  .hero{padding-top:56px;}
  .site-footer{padding-bottom:40px;}

  /* PCでは下部固定CTAバーを出さない（DESIGN.md 6章） */
  .cta-bar{display:none;}

  .gutter-copy{display:block;position:fixed;right:26px;top:50%;transform:translateY(-50%);}
}

@media (min-width:1001px) and (max-width:1180px){
  .stage{padding-right:120px;}
  .rail{padding:48px 44px;}
  .gutter-copy{right:14px;}
}
