:root {
  --white: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f8f9fb;
  --surface-purple: #f8f6ff;
  --ink: #111111;
  --ink-soft: #2b2b2f;
  --muted: #68686f;
  --line: #e7e7ec;
  --line-strong: #d9d9e1;
  --orange: #ff6a00;
  --orange-2: #ff7a18;
  --orange-soft: #fff4ec;
  --purple: #6d3cf5;
  --purple-2: #7c4dff;
  --purple-soft: #f2eeff;
  --dark: #0c0c0f;
  --dark-2: #15151a;
  --shadow-xs: 0 1px 2px rgba(17,17,20,.04);
  --shadow-sm: 0 10px 36px rgba(17,17,20,.07);
  --shadow-cta: 0 14px 34px rgba(255,106,0,.24);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --sans: "Inter", "Noto Sans JP", "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--white); }
body {
  margin: 0;
  color: var(--ink-soft);
  background: var(--white);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 440;
  line-height: 1.88;
  letter-spacing: .012em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
strong { color: var(--ink); font-weight: 760; }
.loading { min-height: 100vh; display: grid; place-items: center; color: var(--muted); background: var(--white); }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; background: rgba(255,255,255,.7); backdrop-filter: blur(10px); }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--orange); box-shadow: 0 0 16px rgba(255,106,0,.35); }

#content { overflow: clip; background: var(--white); }
.lp-section {
  position: relative;
  z-index: 0;
  max-width: 820px;
  margin: 0 auto;
  padding: 112px 34px;
  background: var(--white);
}
.lp-section + .lp-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 18%, var(--line-strong) 82%, transparent);
}
.lp-section p { margin: 0 0 1.32em; }
.lp-section p + p { margin-top: 0; }
.lp-section hr { border: 0; height: 1px; margin: 66px 0; background: var(--line); }
.lp-section h1,
.lp-section h2,
.lp-section h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-feature-settings: "palt" 1;
  text-wrap: pretty;
}
.lp-section h1 {
  margin-top: 1.48em;
  font-size: clamp(2.05rem, 5vw, 3.6rem);
  font-weight: 820;
  line-height: 1.26;
  letter-spacing: -.048em;
}
.lp-section h2 {
  margin-top: 2.35em;
  margin-bottom: .9em;
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  font-weight: 780;
  line-height: 1.38;
  letter-spacing: -.035em;
}
.lp-section h3 {
  margin: 2.1em 0 .78em;
  font-size: clamp(1.1rem, 2.2vw, 1.38rem);
  font-weight: 720;
  line-height: 1.5;
  letter-spacing: -.018em;
}
.lp-section ul { margin: 1.55em 0 2.25em; padding: 0; list-style: none; }
.lp-section li { position: relative; padding: .68em 0 .68em 1.65em; border-bottom: 1px solid var(--line); }
.lp-section li::before { content: ""; position: absolute; left: .15em; top: 1.35em; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,106,0,.08); }
.lp-section blockquote { margin: 38px 0; padding: 26px 28px; background: var(--orange-soft); border: 1px solid rgba(255,106,0,.14); border-left: 3px solid var(--orange); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.lp-section blockquote p:last-child { margin-bottom: 0; }

.chapter-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 30px !important;
  color: var(--orange) !important;
  font: 800 .78rem/1 var(--sans) !important;
  letter-spacing: .2em !important;
}
.chapter-kicker::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,106,0,.09); }
.chapter-kicker::after { content: ""; height: 1px; flex: 1; background: var(--line-strong); }
.chapter > .chapter-kicker + h1 { margin-top: 0; margin-bottom: 60px; }

.hero {
  min-height: 100svh;
  max-width: 100%;
  padding: clamp(78px, 10vw, 138px) 24px 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 82% 8%, rgba(255,106,0,.12), transparent 25rem),
    radial-gradient(circle at 12% 78%, rgba(109,60,245,.09), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #fff 72%, #fafafa 100%);
}
.hero > * { width: min(780px, 100%); margin-left: auto !important; margin-right: auto !important; }
.hero #first-view { display: none; }
.hero::before {
  content: "MAJESTIC OWNER  /  SPECIAL INVITATION";
  width: min(780px, 100%);
  margin: 0 auto 58px;
  color: var(--purple);
  font: 800 .72rem/1 var(--sans);
  letter-spacing: .19em;
}
.hero h2:first-of-type { margin-top: 0; }
.hero h2:nth-of-type(-n+2) { color: #414147; font: 650 clamp(1.15rem, 3vw, 1.55rem)/1.6 var(--sans); letter-spacing: -.025em; }
.hero h2:nth-of-type(2) { margin-top: 0; }
.hero h2:nth-of-type(3) { margin-top: 3.2em; }
.hero h1 { margin-top: 0; font-size: clamp(2.65rem, 8vw, 5.65rem); font-weight: 880; line-height: 1.02; letter-spacing: -.068em; }
.hero h1 + h1 { margin-top: .12em; }
.hero #そろそろ { margin-bottom: .38em; color: var(--muted); font-size: clamp(1.35rem, 4vw, 2.35rem); font-weight: 680; }
.hero #自分の仕事で { color: var(--orange); text-shadow: 0 10px 40px rgba(255,106,0,.12); }
.hero #俺の人生は俺が決める { margin-top: 2.5em; padding: 18px 20px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-left: 3px solid var(--purple); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; box-shadow: var(--shadow-xs); }
.hero hr { margin: 56px 0; background: linear-gradient(90deg, var(--purple), rgba(109,60,245,.08) 34%, rgba(255,106,0,.08) 66%, var(--orange)); opacity: .48; }

.future {
  max-width: 100%;
  color: var(--ink-soft);
  background:
    radial-gradient(circle at 8% 12%, rgba(109,60,245,.06), transparent 26rem),
    radial-gradient(circle at 90% 82%, rgba(255,106,0,.065), transparent 28rem),
    var(--white);
}
.future > * { width: min(752px, calc(100% - 68px)); margin-left: auto !important; margin-right: auto !important; }
.future::before { display: none; }
.future h1, .future strong { color: var(--ink); }
.future #オナ禁で終わるな strong, .future #男を磨くなら働き方まで磨け strong { color: var(--orange); }
.future hr { background: var(--line); }

.intro { padding-top: 132px; padding-bottom: 132px; }
.intro h2:first-child { margin-top: 0; font-size: clamp(2.15rem, 5vw, 3.55rem); }
.intro::after { content: ""; position: absolute; left: 34px; top: 90px; width: 48px; height: 4px; background: var(--orange); border-radius: 99px; box-shadow: 14px 0 24px rgba(255,106,0,.2), -8px 0 22px rgba(109,60,245,.12); }

.toc { max-width: 940px; background: var(--surface-soft); border-radius: var(--radius-lg); }
.toc::before { display: none !important; }
.toc h2 { margin-top: 0; }
.toc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 34px; }
.toc-link { display: block; padding: 23px; text-decoration: none; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-xs); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.toc-link:hover { transform: translateY(-2px); border-color: rgba(255,106,0,.38); box-shadow: var(--shadow-sm); }
.toc-link p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.65; }
.toc-link strong { display: block; margin-bottom: .38em; color: var(--ink); font-size: 1rem; }

.chapter { scroll-margin-top: 24px; }
.chapter > h1:not(.chapter-kicker) strong { color: var(--ink); }
.chapter h1[id="エネルギーの行き先です"], .chapter h1[id="その感覚を市場に出した瞬間です"], .chapter h1[id="市場と会話しながらつくるものです"], .chapter h1[id="人生を自分で選ぶ力"], .chapter h1[id="会社しか選べないことです"], .chapter h1[id="会社を辞めてもいい自分でいろ"], .chapter h1[id="決めることです"], .chapter h1[id="右腕です"], .chapter h1[id="止まることです"] {
  padding: .68em .8em;
  background: linear-gradient(90deg, var(--orange-soft), rgba(255,255,255,0));
  border-left: 4px solid var(--orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.freedom-grid, .pillar-grid, .environment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 40px 0 56px; }
.freedom-card, .pillar-card, .environment-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-xs); }
.freedom-card { position: relative; overflow: hidden; }
.freedom-card::after { content: ""; position: absolute; width: 84px; height: 84px; right: -42px; bottom: -46px; border-radius: 50%; background: radial-gradient(circle, rgba(109,60,245,.12), transparent 70%); }
.freedom-card h3, .pillar-card h3, .environment-card h3 { margin: 0 0 .58em; color: var(--orange); font: 820 .76rem/1.4 var(--sans); letter-spacing: .14em; }
.freedom-card p, .pillar-card p, .environment-card p { margin: 0; }

.review-placeholder, .link-placeholder { margin: 44px 0; padding: 30px; color: var(--muted); background: repeating-linear-gradient(135deg,#fafafa,#fafafa 12px,#f4f4f6 12px,#f4f4f6 24px); border: 1px dashed #cfcfd8; border-radius: var(--radius); text-align: center; font-size: .9rem; }
.review-placeholder strong, .link-placeholder b { display: block; color: var(--purple); font-size: .7rem; letter-spacing: .13em; }
.review-placeholder span, .link-placeholder span { display: block; margin-top: 7px; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; margin: 44px 0; }
.review-grid .review-placeholder { margin: 0; min-height: 142px; display: grid; place-content: center; }
.video-placeholder { aspect-ratio: 16/9; margin: 48px 0 25px; display: grid; place-content: center; gap: 10px; padding: 28px; color: rgba(255,255,255,.78); background: radial-gradient(circle at 24% 20%, rgba(109,60,245,.22), transparent 36%), radial-gradient(circle at 84% 78%, rgba(255,106,0,.16), transparent 34%), #111116; border: 1px dashed #3c3c46; border-radius: var(--radius); box-shadow: var(--shadow-sm); text-align: center; }
.video-placeholder strong { color: #bbaaff; font-size: .75rem; letter-spacing: .14em; }
.video-placeholder span { color: #9999a4; font-size: .78rem; }

.chapter-05 { max-width: 100%; isolation: isolate; overflow: hidden; color: #d8d8df; background: var(--dark); }
.chapter-05::before { display: none; }
.chapter-05::after { content: ""; position: absolute; z-index: -1; inset: -15%; background: radial-gradient(circle at 15% 28%, rgba(109,60,245,.22), transparent 30rem), radial-gradient(circle at 84% 76%, rgba(255,106,0,.11), transparent 25rem); filter: blur(12px); animation: auraBreath 18s ease-in-out infinite alternate; }
.chapter-05 > * { width: min(752px, calc(100% - 68px)); margin-left: auto !important; margin-right: auto !important; }
.chapter-05 h1, .chapter-05 h2, .chapter-05 h3, .chapter-05 strong { color: #fff !important; }
.chapter-05 .chapter-kicker { color: #a98cff !important; }
.chapter-05 .chapter-kicker::before { background: var(--purple); box-shadow: 0 0 0 6px rgba(109,60,245,.15), 0 0 28px rgba(109,60,245,.36); }
.chapter-05 .chapter-kicker::after { background: rgba(255,255,255,.16); }
.chapter-05 ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; margin-top: 38px; }
.chapter-05 li { padding: 17px 19px; border: 1px solid rgba(255,255,255,.105); border-radius: var(--radius-sm); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.chapter-05 li::before { display: none; }
.chapter-05 h2[id="一度手に入れれば使い続けられる"] { margin: 3.1em 0 0; padding: 46px 46px 8px; color: #c7b8ff !important; background: linear-gradient(135deg, rgba(109,60,245,.16), rgba(255,255,255,.035)); border: 1px solid rgba(157,128,255,.23); border-bottom: 0; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.chapter-05 h1[id="ビジネス専用aiまで手に入る"] { margin: 0; padding: 0 46px 48px; border: 1px solid rgba(157,128,255,.23); border-top: 0; border-radius: 0 0 var(--radius-lg) var(--radius-lg); background: linear-gradient(135deg, rgba(109,60,245,.16), rgba(255,106,0,.045)); box-shadow: inset 0 1px rgba(255,255,255,.035), 0 28px 70px rgba(0,0,0,.22); font-size: clamp(2.35rem, 6vw, 4.35rem); }

.chapter-06 .environment-card { border-color: rgba(255,106,0,.16); background: linear-gradient(145deg, #fff, #fffaf6); }
.loop-diagram { margin: 48px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.loop-lane { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-xs); }
.loop-lane:nth-child(2) { border-color: rgba(255,106,0,.22); background: var(--orange-soft); }
.loop-lane strong { display: block; margin-bottom: 15px; color: var(--orange); font-size: .77rem; letter-spacing: .14em; }
.loop-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .92rem; }
.loop-flow span:not(:last-child)::after { content: " →"; color: var(--orange); }

.product-card { margin: 50px 0; padding: clamp(30px, 5vw, 54px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.product-card > h2:first-child { margin-top: 0; color: var(--orange); font: 840 .8rem/1 var(--sans); letter-spacing: .17em; }
.product-card h1[id="158000円税込"] { color: var(--orange); font-size: clamp(2.8rem, 7vw, 4.5rem); font-variant-numeric: tabular-nums; }
.bouzu-zone { position: relative; isolation: isolate; overflow: hidden; margin: 72px -34px 52px; padding: 72px 34px; color: #d9d9df; background: var(--dark); border: 1px solid #26262d; border-radius: var(--radius-lg); box-shadow: 0 30px 90px rgba(17,17,22,.16); }
.bouzu-zone::before, .bouzu-zone::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(36px); pointer-events: none; }
.bouzu-zone::before { width: 380px; height: 380px; left: -180px; top: -90px; background: rgba(109,60,245,.25); }
.bouzu-zone::after { width: 320px; height: 320px; right: -170px; bottom: -70px; background: rgba(255,106,0,.13); }
.bouzu-zone h1, .bouzu-zone h2, .bouzu-zone h3, .bouzu-zone strong { color: #fff; }
.bouzu-zone #bouzu-section { display: inline-flex; align-items: center; margin: 0 0 1.9em; padding: 9px 13px; color: #beaaff; background: rgba(109,60,245,.11); border: 1px solid rgba(155,124,255,.32); border-radius: 999px; font: 820 .7rem/1 var(--sans); letter-spacing: .17em; }
.bouzu-zone h1[id="498000円税込"] { color: var(--orange-2); font-size: clamp(2.8rem, 7vw, 4.5rem); font-variant-numeric: tabular-nums; }
.bouzu-zone li { border-color: rgba(255,255,255,.12); }
.bouzu-zone li::before { background: var(--purple-2); box-shadow: 0 0 0 4px rgba(109,60,245,.12); }

.cta-block { margin: 38px 0 12px; }
.cta-button { display: flex; align-items: center; justify-content: center; min-height: 66px; width: 100%; padding: 17px 24px; color: #fff; background: var(--orange); border: 1px solid var(--orange); border-radius: 14px; text-align: center; text-decoration: none; font-weight: 820; line-height: 1.45; box-shadow: var(--shadow-cta); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.cta-button:hover { transform: translateY(-2px); background: #ed6100; box-shadow: 0 18px 42px rgba(255,106,0,.3); }
.cta-button:focus-visible { outline: 3px solid rgba(109,60,245,.32); outline-offset: 3px; }
.cta-note { margin-top: 11px; color: var(--muted); text-align: center; font-size: .82rem; }
.bouzu-zone .cta-note { color: #aaaab2; }

.comparison-table { width: 100%; margin: 32px 0 60px; overflow: hidden; border: 1px solid var(--line); border-collapse: separate; border-spacing: 0; border-radius: var(--radius); font-size: .92rem; }
.comparison-table th, .comparison-table td { padding: 17px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th { color: var(--orange); background: var(--surface-soft); font-size: .78rem; font-weight: 820; letter-spacing: .07em; }

.approved-fv { margin: 0; padding: 0; display: flex; justify-content: center; background: #fff; }
.approved-fv img { display: block; width: min(1120px, 100%); height: auto; object-fit: contain; }
.approved-ch1-visual { width: min(1060px, calc(100vw - 40px)); margin: 46px 50% 62px; transform: translateX(-50%); }
.approved-ch1-visual img { display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.process-flow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin: 42px 0 56px; }
.process-flow > div { position: relative; padding: 22px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-xs); }
.process-flow > div:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -13px; top: 50%; display: grid; place-items: center; width: 26px; height: 26px; color: var(--orange); background: #fff; border: 1px solid rgba(255,106,0,.22); border-radius: 50%; transform: translateY(-50%); }
.process-flow b, .ore-grid b, .environment-overview b { display: block; color: var(--orange); font-size: .72rem; letter-spacing: .12em; }
.process-flow small, .ore-grid small, .business-equation small, .choice-balance small, .choice-compare small, .income-pillars small, .pro-support-grid small, .plan-overview small { display: block; margin: 7px 0; color: var(--purple); font-size: .65rem; font-weight: 820; letter-spacing: .12em; }
.process-flow span { color: var(--ink); font-size: .95rem; font-weight: 760; }
.proof-strip { display: grid; grid-template-columns: .75fr 1fr 2fr; gap: 1px; margin: 44px 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.proof-strip span { min-width: 0; padding: 21px 22px; background: #fff; }
.proof-strip small { display: block; color: var(--muted); font-size: .65rem; font-weight: 820; letter-spacing: .14em; }
.proof-strip b { display: block; color: var(--ink); font-size: 1.05rem; }
.whitespace-word { margin: 76px 0 24px !important; padding: 52px 30px; color: var(--ink); background: radial-gradient(circle, rgba(109,60,245,.07), transparent 68%); text-align: center; font-size: clamp(3rem, 8vw, 5.4rem); font-weight: 860; letter-spacing: -.06em; }
.resource-trio { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin: 0 0 72px; }
.resource-trio span { padding: 19px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius-sm); text-align: center; }
.resource-trio b { display: block; margin-bottom: 5px; color: var(--purple); font-size: .69rem; letter-spacing: .13em; }
.branch-diagram { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 42px 0 60px; }
.branch-diagram article { padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); }
.branch-diagram small { color: var(--muted); font-size: .68rem; font-weight: 820; letter-spacing: .14em; }
.branch-diagram h3 { margin: 12px 0 18px; font-size: 1.38rem; }
.branch-diagram p { color: var(--muted); font-size: .93rem; }
.branch-diagram strong { display: block; padding-top: 18px; border-top: 1px solid var(--line); }
.branch-muted { background: #f5f5f7; }
.branch-muted strong { color: #77777f; }
.branch-action { background: radial-gradient(circle at 8% 4%, rgba(109,60,245,.11), transparent 15rem), linear-gradient(145deg,#fff,#fff8f2); border-color: rgba(255,106,0,.2) !important; }
.branch-action strong { color: var(--orange); }
.lack-card { margin: 32px 0 50px !important; padding: 28px 30px; color: #6b6b72; background: #f4f4f6; border: 1px solid var(--line); border-radius: var(--radius); font-weight: 700; }
.ore-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 44px 0 60px; }
.ore-grid article { min-height: 142px; padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-xs); }
.ore-grid article:last-child { grid-column: 2 / 3; }
.ore-grid span { display: block; color: var(--ink); font-size: .92rem; font-weight: 730; line-height: 1.55; }
.chapter-02 #好きだけではビジネスになりません { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 68px max(34px, calc((100vw - 760px)/2)); color: #fff; background: var(--dark); }
.chapter-02 #好きだけではビジネスになりません strong { color: #fff; }
.business-equation { display: grid; grid-template-columns: 1fr auto 1.15fr auto 1fr; align-items: stretch; gap: 9px; margin: 42px 0 60px; }
.business-equation div { padding: 21px 17px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.business-equation i { align-self: center; color: var(--orange); font-style: normal; font-weight: 850; }
.business-equation .equation-result { grid-column: 1 / -1; color: #fff; background: linear-gradient(110deg, #6d3cf5, #6d3cf5 52%, #ff6a00 160%); border: 0; text-align: center; }
.business-equation .equation-result small, .business-equation .equation-result b { color: #fff; }
.business-map-ui { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 24px 0 52px; padding: 18px; background: #f7f7f9; border: 1px solid var(--line); border-radius: var(--radius); }
.business-map-ui div { min-height: 112px; padding: 20px; background: #fff; border: 1px dashed #cfcfd7; border-radius: var(--radius-sm); }
.business-map-ui small { display: block; color: var(--purple); font-size: .68rem; font-weight: 820; letter-spacing: .13em; }
.business-map-ui span { color: var(--muted); font-size: .9rem; }
.cycle-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; margin: 40px 0 58px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.cycle-flow > span { padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .75rem; font-weight: 820; letter-spacing: .08em; }
.cycle-flow > span:not(:last-child)::after { content: "→"; margin-left: 16px; color: var(--orange); }
.before-after { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 38px 0 64px; }
.before-after div { padding: 25px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius); }
.before-after div:last-child { background: var(--orange-soft); border-color: rgba(255,106,0,.18); }
.before-after small { display: block; color: var(--muted); font-size: .66rem; font-weight: 820; letter-spacing: .13em; }
.before-after i { color: var(--orange); font-style: normal; font-size: 1.5rem; }
.freedom-core { margin: -22px 0 48px; padding: 26px; background: var(--dark); border-radius: var(--radius); text-align: center; }
.freedom-core small { display: block; color: #a98cff; font-size: .68rem; font-weight: 820; letter-spacing: .15em; }
.freedom-core strong { color: #fff; font-size: clamp(1.25rem,3vw,1.75rem); }
.choice-balance { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin: 40px 0 54px; }
.choice-balance > div { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.choice-balance > strong { color: var(--orange); text-align: center; }
.real-photo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 40px 0 58px; }
.real-photo-grid > div { aspect-ratio: 4/3; display: grid; place-content: center; gap: 8px; padding: 20px; color: var(--muted); background: repeating-linear-gradient(135deg,#fafafa,#fafafa 12px,#f4f4f6 12px,#f4f4f6 24px); border: 1px dashed #c9c9d2; border-radius: var(--radius); text-align: center; }
.real-photo-grid b, .asset-placeholder b, .asset-placeholder strong { color: var(--purple); font-size: .69rem; letter-spacing: .11em; }
.real-photo-grid span, .asset-placeholder span { font-size: .82rem; }
.choice-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 42px 0 58px; }
.choice-compare article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.choice-compare article:first-child { border-top: 3px solid var(--orange); background: #fffaf6; }
.choice-compare article:last-child { border-top: 3px solid #b7b7be; background: #f5f5f7; }
.choice-compare h3 { margin: 8px 0 13px; }
.choice-compare p { margin: 0; color: var(--muted); }
.income-pillars { display: grid; gap: 12px; margin: 42px 0 58px; }
.income-pillars > div { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 25px; background: #f6f6f8; border: 1px solid var(--line); border-radius: var(--radius); }
.income-pillars > div:last-child { background: linear-gradient(100deg,rgba(109,60,245,.08),rgba(255,106,0,.07)); border-color: rgba(109,60,245,.18); }
.income-pillars small { width: 100%; }
.income-pillars span, .income-pillars b { padding: 8px 11px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.income-pillars i, .income-pillars em { color: var(--orange); font-style: normal; font-weight: 850; }
.first-sale-flow { grid-template-columns: repeat(3,minmax(0,1fr)); }
.chapter-04 { background: linear-gradient(180deg,#fff 0%,#fff 88%,#f1f1f3 96%,#17171b 100%); }

.chapter-05 { background-image: linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px); background-size: 42px 42px; }
.ai-help-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; margin: 38px 0 62px; }
.ai-help-grid strong { grid-column: 1 / -1; margin-bottom: 4px; color: #a98cff !important; font-size: .7rem; letter-spacing: .15em; }
.ai-help-grid span { padding: 15px 12px; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; text-align: center; font-size: .84rem; }
.human-decides { display: grid; gap: 0; margin: 42px 0 70px; border-top: 1px solid rgba(255,255,255,.13); }
.human-decides strong { padding: 18px 0; color: var(--orange-2) !important; font-size: .72rem; letter-spacing: .15em; }
.human-decides span { padding: 18px 3px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.11); font-size: clamp(1.2rem,3vw,1.65rem); font-weight: 730; }
.ai-cycle { border-color: rgba(167,141,255,.2); }
.ai-cycle > span, .continuity-cycle > span { color: #fff; background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.13); }
.ai-cycle small { display: block; color: #aaaab3; font-size: .61rem; letter-spacing: 0; }
.ai-product-placeholder { position: relative; display: grid; grid-template-columns: 1fr 150px; align-items: end; gap: 16px; margin: 46px 0 70px; }
.ai-product-placeholder:has(> img) { display: block; }
.ai-product-placeholder > img { display: block; width: 100%; height: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.browser-frame, .phone-frame { min-height: 320px; padding: 56px 28px 28px; display: grid; place-content: center; gap: 9px; background: #15151a; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.28); text-align: center; }
.browser-frame { position: relative; }
.browser-frame::before { content: ""; position: absolute; top: 18px; left: 22px; width: 9px; height: 9px; background: #55555f; border-radius: 50%; box-shadow: 16px 0 #55555f,32px 0 #55555f; }
.browser-frame strong, .phone-frame strong { color: #b9a6ff !important; font-size: .74rem; letter-spacing: .13em; }
.browser-frame span, .phone-frame span { color: #898993; font-size: .72rem; }
.phone-frame { min-height: 245px; padding: 26px 15px; border-radius: 26px; }
.ai-use-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
.continuity-cycle { border-color: rgba(255,106,0,.18); }
.pillar-result { margin: -24px 0 62px; padding: 27px; background: linear-gradient(110deg,var(--purple),#5730c5 62%,#8f4213); border-radius: var(--radius); text-align: center; }
.pillar-result span, .pillar-result b { display: block; color: #fff; }
.pillar-result span { font-size: .71rem; font-weight: 800; letter-spacing: .11em; }
.pillar-result b { font-size: 1.35rem; }
.environment-overview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; margin: 46px 0 58px; }
.environment-overview article { padding: 22px; background: #fff; border: 1px solid rgba(255,106,0,.16); border-radius: var(--radius); }
.environment-overview small { display: block; margin: 7px 0; color: var(--purple); font-size: .65rem; font-weight: 820; letter-spacing: .1em; }
.environment-overview span { font-size: .9rem; font-weight: 720; }
.department-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 42px 0 58px; }
.department-grid article { padding: 20px 16px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.department-grid small { display: block; color: var(--orange); font-size: .62rem; font-weight: 850; letter-spacing: .08em; }
.department-grid span { display: block; margin-top: 7px; color: var(--ink); font-size: .82rem; font-weight: 710; line-height: 1.55; }
.asset-placeholder { min-height: 230px; margin: 18px 0 34px; display: grid; place-content: center; gap: 8px; padding: 28px; color: var(--muted); background: repeating-linear-gradient(135deg,#fafafa,#fafafa 12px,#f4f4f6 12px,#f4f4f6 24px); border: 1px dashed #c9c9d2; border-radius: var(--radius); text-align: center; }
.asset-placeholder.asset-image { min-height: 0; display: block; overflow: hidden; padding: 0; background: none; border: 0; }
.asset-placeholder.asset-image img { display: block; width: 100%; height: auto; object-fit: cover; }
.zoom-placeholder { aspect-ratio: 16/9; }
.zoom-placeholder.asset-image img { height: 100%; }
.plan-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 50px 0 70px; }
.plan-overview article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.plan-overview h3 { margin: 9px 0 20px; }
.plan-overview strong, .plan-overview span { display: block; }
.plan-overview strong { font-size: 1.45rem; }
.plan-overview span { margin-top: 10px; font-size: .9rem; }
.plan-standard { background: #fffaf6; border-color: rgba(255,106,0,.2) !important; }
.plan-pro { color: #d7d7df; background: radial-gradient(circle at 5% 0,rgba(109,60,245,.25),transparent 15rem),var(--dark); border-color: #2e2e35 !important; }
.plan-pro h3, .plan-pro strong { color: #fff; }
.plan-pro small { color: #b29cff; }
.bouzu-photo-placeholder { aspect-ratio: 16/9; color: #aaaab3; background: repeating-linear-gradient(135deg,#15151a,#15151a 12px,#19191f 12px,#19191f 24px); border-color: rgba(255,255,255,.18); }
.bouzu-photo-placeholder.asset-image { aspect-ratio: auto; max-width: 620px; margin-right: auto; margin-left: auto; }
.bouzu-photo-placeholder strong { color: #b7a1ff; }
.service-heading { padding: 18px 20px; border-radius: var(--radius-sm); }
.service-heading-positive { background: rgba(109,60,245,.13); border-left: 3px solid var(--purple-2); }
.service-heading-boundary { background: rgba(255,255,255,.055); border-left: 3px solid #898990; }
.service-list { padding: 12px 22px !important; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); }
.service-boundary-copy { padding: 22px; color: #c6c6cd; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); }
.pro-support-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 26px 0 50px; }
.pro-support-grid article { padding: 21px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-sm); }
.pro-support-grid small { color: #b39dff; }
.pro-support-grid strong { display: block; color: #fff; }
.application-kicker { color: #a98cff; font-size: .72rem; font-weight: 850; letter-spacing: .18em; }
.application-grid { width: min(1080px,calc(100% - 48px)); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 58px auto !important; text-align: left; }
.application-plan { padding: clamp(28px,4vw,46px); border-radius: var(--radius-lg); }
.application-standard { color: var(--ink-soft); background: #fff; border: 1px solid rgba(255,106,0,.24); }
.application-standard h1, .application-standard h2, .application-standard h3, .application-standard strong { color: var(--ink); }
.application-standard h1[id="158000円税込-1"] { color: var(--orange); }
.application-pro { color: #d8d8df; background: radial-gradient(circle at 12% 0,rgba(109,60,245,.2),transparent 19rem),#111116; border: 1px solid rgba(164,136,255,.24); }
.plan-benefit-chip { display: inline-flex; margin-bottom: 22px; padding: 8px 11px; border: 1px solid rgba(255,106,0,.2); border-radius: 999px; font-size: .69rem; font-weight: 800; }
.application-pro .plan-benefit-chip { color: #d5ccff; border-color: rgba(172,146,255,.28); }
.application-plan > h2 { margin-top: 0; }
.application-plan .cta-button { min-height: 68px; }

.bonus-zone { position: relative; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); }
.common-bonuses { padding: 112px max(34px, calc((100vw - 1080px) / 2)); background: linear-gradient(180deg, #fff 0%, #fbfbfd 100%); border-top: 1px solid var(--line); }
.common-bonuses > #special-bonus { margin: 0 0 24px; color: var(--orange); font: 840 .76rem/1 var(--sans); letter-spacing: .2em; }
.common-bonuses > #今回断射塾から参加するあなたへ { max-width: 790px; margin: 0 0 34px; font-size: clamp(2.3rem, 5vw, 4rem); }
.common-bonuses > p, .common-bonuses > h2 { max-width: 760px; }
.common-bonuses > hr { margin: 66px 0 38px; background: linear-gradient(90deg, var(--orange), rgba(255,106,0,.08), transparent); }
.common-bonus-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 58px; }
.common-bonus-card { position: relative; overflow: hidden; padding: clamp(30px, 4vw, 48px); background: rgba(255,255,255,.96); border: 1px solid rgba(255,106,0,.2); border-radius: var(--radius-lg); box-shadow: 0 18px 56px rgba(17,17,20,.065); }
.common-bonus-card:nth-child(2) { border-color: rgba(109,60,245,.17); background: radial-gradient(circle at 96% 5%, rgba(109,60,245,.075), transparent 18rem), #fff; }
.common-bonus-card:nth-child(3) { grid-column: 1 / -1; }
.common-bonus-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, var(--orange), rgba(255,106,0,.06)); }
.common-bonus-card > h2:first-child { margin: 0 0 22px; color: var(--orange); font: 840 .72rem/1 var(--sans); letter-spacing: .17em; }
.common-bonus-card > h1 { margin-top: 0; font-size: clamp(1.85rem, 3.5vw, 2.8rem); }
.common-bonus-card > h3 { margin-top: 1.4em; color: var(--ink); }
.common-bonus-card > hr { display: none; }
.common-bonus-card > p:last-child { margin-bottom: 0; }
.bonus-document-mock { display: grid; grid-template-columns: auto 1fr; gap: 3px 18px; align-items: center; margin: 28px 0 38px; padding: 23px 25px; background: var(--orange-soft); border: 1px solid rgba(255,106,0,.16); border-radius: var(--radius); }
.bonus-document-mock span { grid-row: 1 / 3; display: grid; place-items: center; width: 58px; height: 72px; color: #fff; background: var(--orange); border-radius: 8px 12px 12px 8px; font-size: .72rem; font-weight: 850; letter-spacing: .12em; box-shadow: 8px 8px 20px rgba(255,106,0,.15); }
.bonus-document-mock strong { font-size: 1.25rem; letter-spacing: -.02em; }
.bonus-document-mock small { color: var(--muted); font-size: .72rem; font-weight: 760; letter-spacing: .11em; }
.agency-flow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin: 34px 0 44px; }
.agency-flow div { position: relative; min-height: 126px; padding: 20px 16px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.agency-flow div:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -13px; top: 50%; display: grid; place-items: center; width: 26px; height: 26px; color: var(--orange); background: #fff; border: 1px solid rgba(255,106,0,.2); border-radius: 50%; font-weight: 850; transform: translateY(-50%); }
.agency-flow b { display: block; margin-bottom: 13px; color: var(--orange); font-size: .72rem; letter-spacing: .12em; }
.agency-flow span { color: var(--ink); font-size: .89rem; font-weight: 720; line-height: 1.55; }
.record-value { display: block; width: 100%; padding: 21px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.record-value::before { content: attr(data-record-label); display: block; margin-bottom: 8px; color: var(--muted); font-size: .65rem; font-weight: 820; letter-spacing: .15em; }
.record-value strong { color: var(--orange); }
.record-note { clear: both; padding: 16px 18px; color: var(--muted); background: #fafafa; border-left: 2px solid var(--orange); font-size: .79rem; line-height: 1.7; }

.business-nav-card { grid-column: 1 / -1; padding: clamp(32px, 4.5vw, 54px); border-color: rgba(255,106,0,.24); background: linear-gradient(145deg,#fff 0%,#fff 70%,#faf9ff 100%); }
.business-nav-card::before { background: linear-gradient(180deg,var(--orange),rgba(109,60,245,.5),rgba(255,106,0,.06)); }
.business-nav-main { display: grid; grid-template-columns: minmax(250px,.78fr) minmax(0,1.22fr); grid-template-areas: "visual heading" "visual body"; align-items: start; gap: 28px 42px; }
.business-nav-heading { grid-area: heading; }
.bonus-04-label { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; margin-bottom: 18px; }
.bonus-04-label span { color: var(--orange); font-size: .74rem; font-weight: 850; letter-spacing: .16em; }
.bonus-04-label b { padding: 5px 9px; color: var(--purple); background: var(--purple-soft); border: 1px solid rgba(109,60,245,.13); border-radius: 999px; font-size: .72rem; letter-spacing: .04em; }
.business-nav-heading h1 { margin: 0; font-size: clamp(2rem,4.2vw,3.35rem); line-height: 1.28; }
.business-nav-original { margin: 16px 0 28px !important; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.business-nav-lede { margin-bottom: 0 !important; padding: 21px 23px; background: var(--orange-soft); border-left: 3px solid var(--orange); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.workbook-showcase { grid-area: visual; position: sticky; top: 34px; }
.workbook-showcase figure { margin: 0; }
.workbook-showcase img { display: block; width: 100%; height: auto; background: #fff; border: 1px solid #e2e2e8; box-shadow: 0 22px 56px rgba(17,25,42,.12); }
.workbook-showcase figcaption { margin-top: 9px; color: var(--muted); font-size: .65rem; font-weight: 820; letter-spacing: .13em; text-align: center; }
.workbook-cover { width: min(100%,330px); margin: 0 auto !important; transform: rotate(-1deg); }
.workbook-cover img { border-radius: 4px 12px 12px 4px; }
.workbook-pages { display: grid; grid-template-columns: 1.18fr .82fr; gap: 10px; margin-top: 22px; align-items: start; }
.workbook-pages figure { min-width: 0; }
.workbook-pages img { border-radius: 6px; box-shadow: 0 12px 32px rgba(17,25,42,.09); }
.business-nav-body { grid-area: body; }
.business-nav-body > p:first-child { margin-top: 0; }
.business-nav-body .business-nav-lede + p { margin-top: 32px; }
.business-nav-questions { margin: 25px 0 !important; padding: 21px 23px !important; color: #4d4d55; background: #f7f7f9 !important; border-color: var(--line) !important; border-left-color: var(--purple) !important; font-weight: 680; }
.bonus-04-steps { display: grid; gap: 8px; margin: 30px 0 34px !important; counter-reset: none; }
.bonus-04-steps li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; min-height: 54px; padding: 8px 15px 8px 8px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.bonus-04-steps li::before { display: none; }
.bonus-04-steps b { display: grid; place-items: center; width: 40px; height: 38px; color: var(--orange); background: var(--orange-soft); border-radius: 8px; font-size: .72rem; letter-spacing: .08em; }
.bonus-04-steps span { color: var(--ink); font-size: .94rem; font-weight: 720; line-height: 1.5; }
.bonus-04-practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 58px 0 24px; }
.bonus-04-practice-grid article { padding: 25px; background: #f7f7f9; border: 1px solid var(--line); border-radius: var(--radius); }
.bonus-04-practice-grid small, .paper-pen-callout small, .map-navigator-band small { display: block; color: var(--purple); font-size: .68rem; font-weight: 830; letter-spacing: .13em; }
.bonus-04-practice-grid strong, .bonus-04-practice-grid span { display: block; }
.bonus-04-practice-grid strong { margin: 7px 0; font-size: 1.03rem; line-height: 1.45; }
.bonus-04-practice-grid span { color: var(--muted); font-size: .86rem; }
.paper-pen-callout { margin: 24px 0 46px; padding: 32px; background: radial-gradient(circle at 92% 12%,rgba(109,60,245,.08),transparent 16rem),#fff; border: 1px solid rgba(109,60,245,.18); border-radius: var(--radius); text-align: center; }
.paper-pen-callout strong { display: block; margin: 8px 0 17px; color: var(--ink); font-size: clamp(1.55rem,3vw,2.15rem); line-height: 1.48; }
.paper-pen-callout p { margin: 0; color: var(--muted); }
.use-pocketbiz-ai { margin: .7em 0 1em !important; color: var(--purple) !important; font-size: clamp(1.65rem,3vw,2.25rem) !important; }
.map-navigator-band { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 13px; margin: 42px 0 48px; padding: 20px; color: #d9d9e1; background: #15151a; border: 1px solid #28282f; border-radius: var(--radius-lg); }
.map-navigator-band article { padding: 25px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); }
.map-navigator-band article:first-child { box-shadow: inset 0 2px rgba(109,60,245,.64); }
.map-navigator-band article:last-child { box-shadow: inset 0 2px rgba(255,106,0,.68); }
.map-navigator-band small { color: #aa93ff; }
.map-navigator-band article:last-child small { color: var(--orange-2); }
.map-navigator-band strong, .map-navigator-band span { display: block; }
.map-navigator-band strong { margin: 10px 0 15px; color: #fff; font-size: clamp(1.3rem,2.5vw,1.7rem); line-height: 1.42; }
.map-navigator-band span { color: #aaaab3; font-size: .83rem; line-height: 1.7; }
.map-navigator-band i { align-self: center; color: var(--orange-2); font-size: 1.3rem; font-style: normal; font-weight: 850; }
.business-nav-name { margin: .6em 0 1.4em !important; color: var(--ink) !important; }
.bonus-04-conditions { margin-top: 42px; padding: 27px 29px; background: var(--orange-soft); border: 1px solid rgba(255,106,0,.2); border-radius: var(--radius); }
.bonus-04-conditions > strong { display: inline-flex; margin-bottom: 10px; color: var(--orange); font-size: .78rem; letter-spacing: .09em; }
.bonus-04-conditions > p { margin-bottom: 20px; color: var(--ink); font-weight: 730; }
.bonus-04-conditions dl { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0 0 17px; }
.bonus-04-conditions dl div { padding: 14px 16px; background: #fff; border: 1px solid rgba(255,106,0,.16); border-radius: 10px; }
.bonus-04-conditions dt { color: var(--purple); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.bonus-04-conditions dd { margin: 5px 0 0; color: var(--ink); font-size: .86rem; font-weight: 720; }
.bonus-04-conditions > small { display: block; color: var(--muted); font-size: .76rem; line-height: 1.75; }

.pro-bonuses { isolation: isolate; overflow: hidden; padding: 118px max(34px, calc((100vw - 1120px) / 2)); color: #d9d9e1; background: var(--dark); }
.pro-bonuses::before, .pro-bonuses::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(64px); pointer-events: none; animation: auraBreath 20s ease-in-out infinite alternate; }
.pro-bonuses::before { width: 560px; height: 560px; left: -240px; top: 4%; background: rgba(109,60,245,.25); }
.pro-bonuses::after { width: 440px; height: 440px; right: -180px; bottom: 14%; background: rgba(255,106,0,.13); animation-direction: alternate-reverse; }
.pro-bonuses h1, .pro-bonuses h2, .pro-bonuses h3, .pro-bonuses strong { color: #fff; }
.pro-bonuses > #and-for-pro-members, .pro-bonuses > #pro-first-3-bonus { margin: 0 0 22px; color: #a98cff; font: 840 .75rem/1 var(--sans); letter-spacing: .2em; }
.pro-bonuses > #さらにproを選ぶ方へ { margin: 0 0 34px; font-size: clamp(2.45rem, 5vw, 4.4rem); }
.pro-bonuses > #先着3名限定 { color: var(--orange-2); font-size: clamp(3rem, 7vw, 5.7rem); text-shadow: 0 16px 55px rgba(255,106,0,.14); }
.pro-bonuses > #lowsow-business-debut-package { margin: .2em 0 .5em; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.045em; }
.pro-bonuses > hr { margin: 70px 0; background: linear-gradient(90deg, rgba(109,60,245,.85), rgba(255,255,255,.12) 58%, rgba(255,106,0,.4)); }
.pro-bonus-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 15px; margin: 60px 0 80px; }
.pro-bonus-card { position: relative; overflow: hidden; padding: 31px 26px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); box-shadow: inset 0 1px rgba(255,255,255,.035); backdrop-filter: blur(15px); }
.pro-bonus-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -65px; bottom: -70px; background: radial-gradient(circle, rgba(109,60,245,.22), transparent 68%); }
.pro-bonus-card > h2:first-child { margin: 0 0 22px; color: #ad93ff; font: 840 .72rem/1 var(--sans); letter-spacing: .14em; }
.pro-bonus-card > h1 { margin-top: 0; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.pro-bonus-card > h3 { font-size: 1.02rem; }
.pro-bonus-card > p { color: #c4c4cc; font-size: .93rem; }
.pro-bonus-card > hr { display: none; }

.library-panel { margin: 100px 0 84px; padding: clamp(34px, 5vw, 62px); background: rgba(12,12,16,.74); border: 1px solid rgba(159,130,255,.25); border-radius: 30px; box-shadow: 0 36px 100px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(18px); }
.library-panel > #pro-bonus-04 { margin: 0 0 22px; color: #ad93ff; font: 840 .72rem/1 var(--sans); letter-spacing: .17em; }
.library-panel > #majestic-library { margin: 0; font-size: clamp(2.9rem, 7vw, 5.6rem); letter-spacing: -.06em; }
.library-panel > #マジェスティック全コンテンツアーカイブ { margin: .6em 0 1.4em; color: #ded7ff; }
.library-media-placeholder { min-height: 190px; margin: 38px 0 52px; display: grid; place-content: center; gap: 10px; color: #bbaaff; background: radial-gradient(circle at 20% 20%, rgba(109,60,245,.17), transparent 45%), radial-gradient(circle at 90% 90%, rgba(255,106,0,.08), transparent 40%), rgba(255,255,255,.025); border: 1px dashed rgba(188,171,255,.28); border-radius: var(--radius); text-align: center; }
.library-media-placeholder span { font-size: .86rem; font-weight: 820; letter-spacing: .2em; }
.library-media-placeholder small { color: #85858f; font-size: .65rem; font-weight: 720; letter-spacing: .12em; }
.library-media-placeholder.library-media-image { min-height: 0; display: block; overflow: hidden; padding: 0; border: 0; background: none; }
.library-media-image img { display: block; width: 100%; height: auto; }
.official-video { position: relative; width: 100%; aspect-ratio: 16/9; margin: 42px 0 58px; overflow: hidden; background: var(--dark); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.official-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.library-panel > #全10タイトル数百時間分, .library-panel > #総額50万円相当 { margin: .1em 0; color: var(--orange-2); font-size: clamp(2.2rem, 5vw, 4.2rem); }
.library-value-note { display: inline-flex; margin: 17px 0 34px; padding: 8px 11px; color: #b7b7bf; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 999px; font-size: .69rem; font-weight: 760; letter-spacing: .09em; }
.library-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 58px 0 72px; }
.library-card { padding: 27px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.105); border-radius: var(--radius); }
.library-card > h3:first-child { margin: 0 0 15px; color: #fff; font-size: 1.12rem; line-height: 1.45; }
.library-card > h3:first-child strong { color: #fff; }
.library-card > p { margin-bottom: .85em; color: #bdbdc6; font-size: .91rem; line-height: 1.72; }
.library-card > p:nth-of-type(1) strong { color: var(--orange-2); font-size: .8rem; }
.library-card > hr { display: none; }
.library-panel > #全10タイトル { color: #fff; }
.library-panel blockquote { background: rgba(109,60,245,.12); border-color: rgba(167,141,255,.24); border-left-color: var(--purple-2); }

.pro-bonus-summary { padding-top: 12px; }
.pro-bonus-summary > #pro先着3名だけ { margin-top: 0; color: var(--orange-2); }
.pro-bonus-summary > #lowsow--ボウズと一緒に { max-width: 900px; font-size: clamp(2.45rem, 5.5vw, 4.7rem); }
.qualification-flow { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin: 48px 0 28px; }
.qualification-flow span { position: relative; padding: 19px; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-sm); font-size: .88rem; font-weight: 720; }
.qualification-flow span:not(:last-child)::after { content: "→"; position: absolute; right: -11px; top: 50%; z-index: 2; color: var(--orange-2); transform: translateY(-50%); }
.qualification-flow b { display: block; margin-bottom: 8px; color: #a98cff; font-size: .67rem; letter-spacing: .12em; }
.pro-bonus-summary blockquote { background: linear-gradient(135deg, rgba(109,60,245,.14), rgba(255,106,0,.055)); border-color: rgba(255,255,255,.15); border-left-color: var(--orange); }

.bonus-purpose { padding: 106px max(34px, calc((100vw - 820px) / 2)); background: radial-gradient(circle at 90% 15%, rgba(255,106,0,.065), transparent 25rem), #fff; border-bottom: 1px solid var(--line); }
.bonus-purpose > h2:first-child { margin-top: 0; }
.pro-first-three-label { margin-top: 2.3em !important; padding: 18px 20px; color: #fff !important; background: linear-gradient(90deg, rgba(109,60,245,.19), rgba(255,106,0,.09)); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-sm); font-size: 1.15rem !important; }
.final-bonus-label { display: inline-flex; margin-top: 1.8em !important; padding: 9px 13px; color: #fff !important; background: rgba(109,60,245,.16); border: 1px solid rgba(172,148,255,.3); border-radius: 999px; font-size: .82rem !important; letter-spacing: .02em !important; }

.fit-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 44px 0; }
.fit-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-xs); }
.fit-card h2 { margin-top: 0; font-size: 1.35rem; }
.fit-card.positive { border-top: 3px solid var(--orange); }
.fit-card.negative { border-top: 3px solid #9a9aa2; background: var(--surface-soft); }

.faq { max-width: 900px; }
.faq > #faq { margin: 0 0 11px; color: var(--purple); font: 820 .78rem/1 var(--sans); letter-spacing: .19em; }
.faq > #よくある質問 { margin: 0 0 48px; }
.faq-list { display: grid; gap: 12px; border: 0; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow-xs); }
.faq-item summary { position: relative; padding: 23px 58px 23px 22px; cursor: pointer; list-style: none; font-weight: 740; line-height: 1.55; transition: background .18s ease; }
.faq-item summary:hover { background: var(--surface-soft); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 22px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--purple); background: var(--purple-soft); border-radius: 50%; font-size: 1.18rem; line-height: 1; font-weight: 450; }
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { background: var(--surface-purple); }
.faq-answer { padding: 7px 22px 30px; color: #4c4c53; }
.faq-answer h1, .faq-answer h2, .faq-answer h3 { font-size: 1.23rem; margin-top: 1.45em; }

.closing { padding-top: 144px; padding-bottom: 144px; background: radial-gradient(circle at 92% 48%, rgba(109,60,245,.055), transparent 28rem), radial-gradient(circle at 8% 88%, rgba(255,106,0,.06), transparent 24rem), var(--white); }
.closing > h1:first-child { margin-top: 0; color: var(--purple); font: 820 .78rem/1 var(--sans); letter-spacing: .18em; }
.closing h1[id="俺はこんなもんじゃないで"] { margin: 2.25em 0 .12em; font-size: clamp(2.7rem, 7vw, 4.9rem); }
.closing h1[id="何年経ちましたか"] { margin-top: 0; font-size: clamp(2.7rem, 7vw, 4.9rem); }
.closing h1[id="オナ禁で終わるな-1"], .closing h1[id="男を磨くなら"], .closing h1[id="働き方まで磨け"], .closing h1[id="自分の仕事で-1"], .closing h1[id="人生を動かせ-1"] { color: var(--ink); font-size: clamp(2.15rem, 5vw, 3.7rem); }
.closing h1[id="一度現実に出す"], .closing h1[id="人生を動かせ-1"] { color: var(--orange); }

.application { max-width: 100%; isolation: isolate; overflow: hidden; color: #dcdce2; background: var(--dark); text-align: center; }
.application::before { display: none; }
.application::after { content: ""; position: absolute; z-index: -1; inset: -18%; background: radial-gradient(circle at 22% 18%, rgba(109,60,245,.24), transparent 28rem), radial-gradient(circle at 82% 80%, rgba(255,106,0,.14), transparent 25rem); filter: blur(16px); animation: auraBreath 20s ease-in-out infinite alternate-reverse; }
.application > * { width: min(752px, calc(100% - 68px)); margin-left: auto !important; margin-right: auto !important; }
.application h1, .application h2, .application h3, .application strong { color: white; }
.application > h1:first-child { margin-top: 0; font-size: clamp(1.75rem,4vw,2.65rem); letter-spacing: -.035em; }
.application h1[id="9月29日-2359"], .application h1[id="10月1日"], .application h1[id="158000円税込-1"], .application h1[id="498000円税込-1"] { color: var(--orange-2); font-variant-numeric: tabular-nums; }
.date-year { margin: 2px auto -22px !important; color: #aaaab2; font-size: .78rem; font-weight: 820; letter-spacing: .15em; }
.application .cta-button { max-width: 640px; }
.application .cta-note { color: #aaaab2; }

.notice { max-width: 100%; padding: 90px max(34px,calc((100vw - 920px)/2)); background: #f5f5f7; }
.notice h1 { margin-top: 0; font-size: clamp(1.6rem,3vw,2.2rem); }
.notice h1::before { content: "APPLICATION NOTES"; display: block; margin-bottom: 14px; color: var(--purple); font-size: .7rem; font-weight: 850; letter-spacing: .16em; }
.notice li { color: #57575e; font-size: 1rem; }
.site-footer { max-width: 100%; margin: 0; padding: 62px max(34px,calc((100vw - 920px)/2)) 110px; color: #aaaab3; background: var(--dark); }
.footer-brand { display: block; margin-bottom: 28px; color: #fff; font-size: 1.05rem; letter-spacing: .18em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 23px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-links a { color: #aaaab3; font-size: .82rem; text-decoration: none; }
.footer-links small { color: #6f6f78; }
.footer-links a:hover { color: var(--orange); }
.footer-contact { margin-top: 19px; color: var(--muted); font-size: .82rem; }
.site-footer .footer-contact, .site-footer .footer-contact a { color: #8f8f98; }

.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes auraBreath { from { opacity: .72; transform: scale(1); } to { opacity: 1; transform: scale(1.045); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .chapter-05::after, .application::after, .pro-bonuses::before, .pro-bonuses::after { animation: none; } }

@media (max-width: 700px) {
  body { font-size: 16.5px; line-height: 1.84; padding-bottom: 76px; }
  .approved-fv { width: 100%; }
  .approved-fv img { width: 100%; height: auto; }
  .approved-ch1-visual { width: 100%; margin: 36px 0 50px; transform: none; }
  .approved-ch1-visual img { border-radius: 14px; }
  .lp-section { padding: 86px 20px; }
  .lp-section + .lp-section::before { left: 20px; right: 20px; }
  .lp-section h1 { font-size: clamp(1.9rem, 8.2vw, 2.55rem); overflow-wrap: normal; line-break: strict; letter-spacing: -.045em; }
  .lp-section h2 { font-size: clamp(1.42rem, 6.4vw, 1.98rem); }
  .lp-section h3 { font-size: 1.1rem; }
  .hero { min-height: auto; padding: 76px 20px 88px; background: radial-gradient(circle at 100% 5%, rgba(255,106,0,.11), transparent 18rem), radial-gradient(circle at 0 85%, rgba(109,60,245,.08), transparent 20rem), #fff; }
  .hero::before { margin-bottom: 46px; font-size: .62rem; letter-spacing: .15em; }
  .hero h1 { font-size: clamp(2.38rem, 12.3vw, 3.62rem); letter-spacing: -.072em; }
  .hero #そろそろ { font-size: 1.28rem; }
  .hero #俺の人生は俺が決める { padding: 16px; }
  .future > *, .chapter-05 > *, .application > * { width: 100%; }
  .future, .chapter-05, .application { padding-left: 20px; padding-right: 20px; }
  .toc { margin-left: 12px; margin-right: 12px; border-radius: 22px; }
  .toc-list, .freedom-grid, .pillar-grid, .environment-grid, .fit-pair, .review-grid, .loop-diagram,
  .process-flow, .proof-strip, .resource-trio, .branch-diagram, .ore-grid, .business-map-ui,
  .choice-balance, .real-photo-grid, .choice-compare, .ai-help-grid, .ai-product-placeholder,
  .environment-overview, .plan-overview, .pro-support-grid, .application-grid { grid-template-columns: 1fr; }
  .toc-link { padding: 20px; border-radius: 15px; }
  .process-flow { gap: 10px; }
  .process-flow > div { min-height: 0; padding: 19px 20px; }
  .process-flow > div:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -18px; transform: translateX(50%); }
  .proof-strip { gap: 1px; }
  .proof-strip span { padding: 18px 20px; }
  .whitespace-word { margin-top: 58px !important; padding: 44px 18px; }
  .resource-trio span { padding: 17px; }
  .branch-diagram article, .choice-compare article { padding: 24px 21px; }
  .lack-card { padding: 23px 21px; }
  .ore-grid article { min-height: 0; padding: 21px; }
  .ore-grid article:last-child { grid-column: auto; }
  .chapter-02 #好きだけではビジネスになりません { margin-right: -20px; margin-left: -20px; padding: 54px 20px; }
  .business-equation { grid-template-columns: 1fr; gap: 8px; }
  .business-equation div { padding: 19px; }
  .business-equation i { justify-self: center; line-height: 1; }
  .business-equation i:not(:last-of-type) { font-size: 0; }
  .business-equation i:not(:last-of-type)::after { content: "+"; font-size: 1rem; }
  .business-equation .equation-result { grid-column: auto; }
  .business-map-ui { padding: 13px; }
  .business-map-ui div { min-height: 98px; }
  .cycle-flow { display: grid; grid-template-columns: 1fr; gap: 9px; padding: 20px; }
  .cycle-flow > span { position: relative; border-radius: 10px; text-align: center; }
  .cycle-flow > span:not(:last-child)::after { content: "↓"; position: absolute; left: 50%; bottom: -18px; z-index: 2; margin: 0; transform: translateX(-50%); }
  .before-after { grid-template-columns: 1fr; }
  .before-after i { justify-self: center; line-height: 1; transform: rotate(90deg); }
  .choice-balance { grid-template-columns: 1fr; }
  .choice-balance > strong { padding: 4px 0; }
  .income-pillars > div { padding: 21px; }
  .real-photo-grid > div { aspect-ratio: 16/10; }
  .ai-help-grid { gap: 8px; }
  .ai-help-grid strong { grid-column: auto; }
  .ai-product-placeholder { align-items: stretch; }
  .browser-frame { min-height: 220px; padding: 50px 18px 24px; }
  .ai-product-placeholder .phone-frame { width: 52%; min-height: 210px; justify-self: center; }
  .department-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .department-grid article { padding: 18px 14px; }
  .asset-placeholder { min-height: 180px; padding: 22px 18px; }
  .plan-overview article { padding: 25px 21px; }
  .application-grid { width: 100% !important; gap: 14px; margin: 44px auto !important; }
  .application-plan { padding: 29px 20px; border-radius: 21px; }
  .chapter > .chapter-kicker + h1 { margin-bottom: 46px; }
  .chapter h1[id="エネルギーの行き先です"], .chapter h1[id="その感覚を市場に出した瞬間です"], .chapter h1[id="市場と会話しながらつくるものです"], .chapter h1[id="人生を自分で選ぶ力"], .chapter h1[id="会社しか選べないことです"], .chapter h1[id="会社を辞めてもいい自分でいろ"], .chapter h1[id="決めることです"], .chapter h1[id="右腕です"], .chapter h1[id="止まることです"] { padding: .65em 0 .65em .62em; }
  .chapter-05 ul { grid-template-columns: 1fr; }
  .chapter-05 h2[id="一度手に入れれば使い続けられる"] { padding: 30px 24px 7px; border-radius: 20px 20px 0 0; }
  .chapter-05 h1[id="ビジネス専用aiまで手に入る"] { padding: 0 24px 32px; border-radius: 0 0 20px 20px; }
  .bouzu-zone { margin-left: -8px; margin-right: -8px; padding: 58px 24px; border-radius: 22px; }
  .product-card { padding: 28px 21px; border-radius: 22px; }
  .comparison-table { border: 0; overflow: visible; }
  .comparison-table thead { display: none; }
  .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table td { display: block; width: 100%; }
  .comparison-table tr { margin-bottom: 14px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow-xs); }
  .comparison-table td { display: grid; grid-template-columns: 42% 58%; gap: 8px; padding: 8px 0; border: 0; }
  .comparison-table td::before { color: var(--muted); font-size: .75rem; font-weight: 760; }
  .comparison-table td:nth-child(1)::before { content: "比較"; }
  .comparison-table td:nth-child(2)::before { content: "STANDARD"; }
  .comparison-table td:nth-child(3)::before { content: "PRO 90DAYS"; }
  .common-bonuses, .pro-bonuses, .bonus-purpose { margin-right: -20px; margin-left: -20px; padding-right: 20px; padding-left: 20px; }
  .common-bonuses { padding-top: 88px; padding-bottom: 88px; }
  .common-bonuses > #今回断射塾から参加するあなたへ { font-size: clamp(2rem, 9vw, 2.75rem); }
  .common-bonus-grid, .pro-bonus-grid, .library-grid, .agency-flow, .qualification-flow { grid-template-columns: 1fr; }
  .common-bonus-card:nth-child(3) { grid-column: auto; }
  .common-bonus-card { padding: 29px 21px; border-radius: 21px; }
  .common-bonus-card > h1 { font-size: clamp(1.75rem, 7.6vw, 2.35rem); }
  .business-nav-card { padding: 30px 20px; }
  .business-nav-main { grid-template-columns: 1fr; grid-template-areas: "heading" "visual" "body"; gap: 30px; }
  .business-nav-heading h1 { font-size: clamp(1.95rem,8.4vw,2.65rem); }
  .business-nav-original { overflow-wrap: anywhere; letter-spacing: .08em; }
  .business-nav-lede { padding: 19px 18px; }
  .workbook-showcase { position: static; }
  .workbook-cover { width: min(82%,310px); }
  .workbook-pages { gap: 8px; margin-top: 18px; }
  .business-nav-body { margin-top: 2px; }
  .business-nav-questions { padding: 19px 18px !important; }
  .bonus-04-steps li { grid-template-columns: 40px 1fr; min-height: 58px; padding-right: 12px; }
  .bonus-04-practice-grid, .bonus-04-conditions dl { grid-template-columns: 1fr; }
  .bonus-04-practice-grid { gap: 9px; margin-top: 48px; }
  .bonus-04-practice-grid article { padding: 22px 19px; }
  .paper-pen-callout { padding: 27px 19px; }
  .map-navigator-band { grid-template-columns: 1fr; gap: 10px; padding: 14px; }
  .map-navigator-band i { justify-self: center; line-height: 1; }
  .map-navigator-band article { padding: 22px 19px; }
  .bonus-04-conditions { padding: 24px 19px; }
  .bonus-document-mock { padding: 19px; gap: 3px 14px; }
  .agency-flow { gap: 10px; }
  .agency-flow div { min-height: 0; display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 10px; padding: 17px 18px; }
  .agency-flow div:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -18px; transform: translateX(50%); }
  .agency-flow b { margin: 0; }
  .agency-flow span { font-size: .93rem; }
  .record-value { display: block; width: 100%; margin-right: 0 !important; }
  .pro-bonuses { padding-top: 94px; padding-bottom: 94px; }
  .pro-bonuses > #さらにproを選ぶ方へ { font-size: clamp(2.05rem, 9vw, 2.85rem); }
  .pro-bonuses > #先着3名限定 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .pro-bonus-grid { gap: 14px; margin: 48px 0 66px; }
  .pro-bonus-card { padding: 28px 22px; }
  .library-panel { margin: 72px 0 66px; padding: 30px 20px; border-radius: 22px; }
  .library-panel > #majestic-library { font-size: clamp(2.3rem, 11vw, 3.5rem); overflow-wrap: anywhere; }
  .library-media-placeholder { min-height: 150px; margin: 30px 0 42px; }
  .library-panel > #全10タイトル数百時間分, .library-panel > #総額50万円相当 { font-size: clamp(2rem, 9vw, 2.85rem); }
  .library-grid { gap: 12px; margin: 46px 0 60px; }
  .library-card { padding: 24px 20px; }
  .library-card > h3:first-child { font-size: 1.08rem; }
  .library-card > p { font-size: 1rem; }
  .qualification-flow { gap: 9px; }
  .qualification-flow span { padding: 17px 18px; }
  .qualification-flow span:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -16px; transform: translateX(50%); }
  .bonus-purpose { padding-top: 86px; padding-bottom: 86px; }
  .faq-item summary { padding: 21px 54px 21px 18px; }
  .faq-item summary::after { right: 17px; top: 20px; }
  .faq-answer { padding: 6px 18px 27px; }
  .closing { padding-top: 116px; padding-bottom: 116px; }
  .notice { padding: 70px 20px; }
  .site-footer { padding: 52px 20px 92px; }
  .mobile-cta { position: fixed; z-index: 90; left: 16px; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: center; min-height: 54px; color: white; background: var(--orange); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; text-decoration: none; font-size: .92rem; font-weight: 820; box-shadow: 0 14px 34px rgba(255,106,0,.28); }
}
