:root {
  --ink: #17243a;
  --ink-soft: #536173;
  --navy: #13213a;
  --navy-2: #1d3154;
  --coral: #ff6b4a;
  --coral-dark: #e95335;
  --peach: #fff0e7;
  --cream: #fffaf6;
  --mint: #e2f4ec;
  --green: #2a8c69;
  --line: #e7e8ec;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23, 36, 58, .10);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 76px; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(23,36,58,.08); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(23,36,58,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; }
.brand-mark img { width: 40px; height: 40px; }
.brand-mark svg { width: 28px; height: 28px; }
.brand-mark path { fill: none; stroke: #fff; stroke-width: 3.2; stroke-linecap: round; }
.brand-mark circle { fill: #fff; }
.brand-text { display: grid; line-height: 1.2; }
.brand-text strong { font-size: 1.08rem; letter-spacing: .03em; }
.brand-text small { color: var(--coral-dark); font-weight: 700; font-size: .68rem; letter-spacing: .08em; margin-top: 3px; }
.global-nav { display: flex; align-items: center; gap: 20px; font-size: .84rem; font-weight: 700; }
.global-nav > a:not(.button) { color: #3d4c61; position: relative; }
.global-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--coral); transition: right .2s ease; }
.global-nav > a:not(.button):hover::after { right: 0; }
.global-nav .nav-back { display: inline-flex; align-items: center; padding: 8px 17px; border-radius: 999px; background: #ff9500; color: #fff !important; font-weight: 800; }
.global-nav .nav-back:hover { background: #ff6b00; }
.global-nav .nav-back::after { display: none !important; }
.menu-button { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-button span { width: 26px; height: 2px; background: var(--ink); display: block; margin: 6px 0; transition: .25s; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 26px; border-radius: 999px; font-weight: 800; line-height: 1.25; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg,var(--coral),#ff8a69); box-shadow: 0 12px 25px rgba(255,107,74,.28); }
.button-primary:hover { box-shadow: 0 16px 30px rgba(255,107,74,.35); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-outline { border-color: var(--coral); color: var(--coral-dark); background: #fff; }
.button-light { background: #fff; color: var(--navy); box-shadow: 0 14px 30px rgba(0,0,0,.15); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .82rem; }
.button-wide { width: 100%; border: 0; }

/* スクロール追従の相談CTA（右下固定・バナー風・画像不使用） */
.floating-cta { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: inline-flex; align-items: center; gap: 11px; padding: 13px 22px; border-radius: 16px; background: linear-gradient(135deg, var(--coral), var(--coral-dark)); color: #fff; text-decoration: none; box-shadow: 0 14px 32px rgba(23,36,58,.30); transition: transform .2s ease, box-shadow .2s ease; }
.floating-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(23,36,58,.36); }
.floating-cta svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; flex: 0 0 auto; }
.floating-cta > span { display: block; font-weight: 800; font-size: .98rem; line-height: 1.2; }
.floating-cta small { display: block; font-weight: 600; font-size: .68rem; opacity: .9; margin-top: 2px; }
@media (max-width: 560px) { .floating-cta { right: 14px; bottom: 14px; padding: 11px 16px; gap: 8px; } .floating-cta small { display: none; } .floating-cta > span { font-size: .9rem; } }

.hero { min-height: 760px; position: relative; display: flex; align-items: center; overflow: hidden; margin-top: 76px; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background: url('../images/affiliate-hero.webp') center/cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,27,47,.97) 0%, rgba(14,27,47,.87) 43%, rgba(14,27,47,.48) 68%, rgba(14,27,47,.12) 100%); }
.hero::after { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; left: -300px; bottom: -350px; background: rgba(255,107,74,.18); }
.hero-inner { position: relative; z-index: 2; }
.hero-content { width: min(760px, 67%); color: #fff; padding: 74px 0 90px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; color: var(--coral-dark); font-weight: 900; letter-spacing: .15em; font-size: .76rem; margin: 0 0 17px; }
.eyebrow { color: #ffd0c4; }
.eyebrow span { display: inline-block; width: 34px; height: 2px; background: var(--coral); }
.hero h1 { margin: 0; font-size: clamp(3.1rem, 6.2vw, 6rem); line-height: 1.1; letter-spacing: -.055em; font-weight: 850; }
.hero h1 em { color: #ff9b82; font-style: normal; }
.hero-lead { font-size: clamp(1rem,1.45vw,1.17rem); line-height: 2; margin: 28px 0 32px; color: rgba(255,255,255,.9); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-points { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 11px 24px; font-size: .9rem; font-weight: 700; color: rgba(255,255,255,.86); }
.hero-points li::before { content: "✓"; color: #ffb6a4; margin-right: 7px; }

.intro-strip { background: #fff; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.intro-grid div { padding: 25px 25px; border-right: 1px solid var(--line); }
.intro-grid div:last-child { border-right: 0; }
.intro-grid strong, .intro-grid span { display: block; }
.intro-grid strong { color: var(--coral-dark); font-size: .78rem; letter-spacing: .1em; margin-bottom: 5px; }
.intro-grid span { font-weight: 700; font-size: .92rem; }

.section { padding: 110px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--navy); color: #fff; }
.section-heading { margin-bottom: 55px; }
.section-heading.centered { text-align: center; max-width: 820px; margin-inline: auto; margin-bottom: 58px; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading h2, .dashboard-copy h2, .agency-copy h2, .faq-copy h2, .contact-copy h2 { font-size: clamp(2rem,4vw,3.4rem); line-height: 1.3; letter-spacing: -.04em; margin: 0 0 18px; }
.section-heading p, .dashboard-copy > p, .agency-copy > p, .faq-copy > p, .contact-copy > p { color: var(--ink-soft); margin: 0; font-size: 1.03rem; }
.section-heading.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.section-heading.split-heading p { padding-bottom: 8px; }
.section-kicker.light { color: #ffad98; }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.audience-card { position: relative; background: #fff; border: 1px solid #eee8e4; border-radius: 30px; padding: 42px; overflow: hidden; box-shadow: 0 16px 45px rgba(23,36,58,.06); transition: transform .25s, box-shadow .25s; }
.audience-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.audience-card::after { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%; right: -70px; top: -70px; background: var(--peach); }
.audience-card.agency::after { background: var(--mint); }
.audience-label { color: var(--coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .18em; margin-bottom: 20px; position: relative; z-index: 1; }
.audience-card.agency .audience-label { color: var(--green); }
.audience-icon { position: absolute; right: 31px; top: 31px; z-index: 1; width: 62px; height: 62px; border-radius: 20px; background: var(--coral); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 1.1rem; box-shadow: 0 12px 24px rgba(255,107,74,.22); }
.audience-card.agency .audience-icon { background: var(--green); box-shadow: 0 12px 24px rgba(42,140,105,.2); }
.audience-card h3 { font-size: clamp(1.65rem,3vw,2.35rem); line-height: 1.35; margin: 0 0 18px; position: relative; z-index: 1; }
.audience-card > p { color: var(--ink-soft); font-size: .96rem; margin: 0 0 25px; position: relative; z-index: 1; }
.audience-card ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 11px; }
.audience-card li { font-weight: 700; font-size: .9rem; }
.audience-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--peach); color: var(--coral-dark); margin-right: 10px; font-size: .72rem; }
.audience-card.agency li::before { background: var(--mint); color: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--coral-dark); font-weight: 900; border-bottom: 1px solid #ffc5b5; }
.audience-card.agency .text-link { color: var(--green); border-color: #b5dfd0; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-card { background: #fff; border-radius: 24px; padding: 30px; position: relative; min-height: 275px; border: 1px solid #eee9e5; box-shadow: 0 10px 28px rgba(23,36,58,.04); }
.process-card:not(:last-child)::after { content: "→"; position: absolute; right: -16px; top: 50%; transform: translateY(-50%); z-index: 3; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; font-weight: 900; }
.process-card > span { color: var(--coral-dark); font-size: .72rem; letter-spacing: .1em; font-weight: 900; }
.process-icon { width: 48px; height: 48px; margin-top: 22px; border-radius: 16px; display: grid; place-items: center; background: var(--peach); color: var(--coral-dark); font-weight: 900; }
.process-card h3 { font-size: 1.08rem; margin: 19px 0 11px; }
.process-card p { color: var(--ink-soft); font-size: .86rem; margin: 0; }
.flow-note { margin-top: 40px; background: linear-gradient(135deg,#fff4ed,#f0f8f5); border-radius: 20px; padding: 23px 28px; display: flex; align-items: center; gap: 20px; border: 1px solid #f0e6df; }
.flow-note strong { flex: 0 0 auto; color: var(--coral-dark); }
.flow-note span { color: var(--ink-soft); }

.share-section { overflow: hidden; position: relative; }
.share-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -280px; border-radius: 50%; background: rgba(255,107,74,.12); }
.share-section .section-heading p { color: rgba(255,255,255,.7); }
.channel-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 17px; position: relative; z-index: 1; }
.channel-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 28px 23px; min-height: 225px; backdrop-filter: blur(8px); transition: .25s; }
.channel-card:hover { background: rgba(255,255,255,.11); transform: translateY(-4px); }
.channel-card > span { color: #ffad98; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.channel-card h3 { font-size: 1.04rem; margin: 26px 0 11px; }
.channel-card p { color: rgba(255,255,255,.66); font-size: .82rem; margin: 0; }

.dashboard-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: 70px; align-items: center; }
.dashboard-copy > p { margin-bottom: 30px; }
.number-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 17px; }
.number-list li { display: flex; align-items: center; gap: 16px; }
.number-list li > span { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; font-size: .8rem; }
.number-list strong, .number-list small { display: block; }
.number-list small { color: var(--ink-soft); }
.dashboard-mockup { background: #fff; border-radius: 26px; box-shadow: 0 28px 70px rgba(23,36,58,.17); border: 1px solid #e8eaee; overflow: hidden; }
.dash-top { background: var(--navy); color: #fff; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; font-size: .75rem; }
.dash-logo { font-weight: 900; letter-spacing: .08em; }
.dash-user { color: rgba(255,255,255,.6); }
.dash-body { display: grid; grid-template-columns: 145px 1fr; min-height: 420px; }
.dash-body aside { background: #f7f8fa; padding: 22px 12px; display: grid; align-content: start; gap: 6px; border-right: 1px solid #e8eaee; }
.dash-body aside span { padding: 9px 10px; border-radius: 8px; color: #7a8594; font-size: .68rem; font-weight: 700; }
.dash-body aside .active { background: var(--peach); color: var(--coral-dark); }
.dash-main { padding: 25px; }
.dash-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.dash-title small { color: #9ca5b0; }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.dash-stats div { background: #fafbfc; border: 1px solid #edf0f2; border-radius: 12px; padding: 14px; }
.dash-stats span, .dash-stats strong, .dash-stats small { display: block; }
.dash-stats span { color: #7b8794; font-size: .62rem; }
.dash-stats strong { font-size: 1.25rem; margin: 4px 0 2px; }
.dash-stats small { color: var(--green); font-size: .58rem; }
.dash-table { margin-top: 18px; border: 1px solid #edf0f2; border-radius: 11px; overflow: hidden; }
.dash-row { display: grid; grid-template-columns: 1.6fr .55fr .75fr .55fr; gap: 8px; align-items: center; padding: 12px 13px; border-top: 1px solid #edf0f2; font-size: .63rem; }
.dash-row.head { border-top: 0; background: #f7f8fa; color: #8a94a0; font-weight: 800; }
.status { justify-self: start; border-radius: 99px; padding: 3px 8px; font-size: .55rem; }
.status.confirmed { background: var(--mint); color: var(--green); }
.status.pending { background: #fff3d7; color: #9a6c00; }
.status.paid { background: #e8efff; color: #3e65aa; }
.mock-note { margin: 12px 0 0; color: #9aa3ad; font-size: .58rem; text-align: right; }

.agency-section { background: linear-gradient(180deg,#13213a 0,#1a2c4b 100%); color: #fff; overflow: hidden; }
.agency-hero { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 70px; }
.agency-copy > p { color: rgba(255,255,255,.7); margin-bottom: 30px; }
.network-visual { width: 380px; height: 380px; margin-inline: auto; position: relative; display: grid; place-items: center; }
.network-visual::before, .network-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(255,255,255,.18); }
.network-visual::before { width: 315px; height: 315px; }
.network-visual::after { width: 230px; height: 230px; }
.network-center { width: 112px; height: 112px; border-radius: 34px; display: grid; place-items: center; text-align: center; background: linear-gradient(145deg,var(--coral),#ff947c); font-weight: 900; z-index: 3; box-shadow: 0 20px 40px rgba(255,107,74,.28); line-height: 1.3; }
.network-center small { font-size: .65rem; font-weight: 600; }
.network-node { position: absolute; z-index: 2; background: #fff; color: var(--navy); border-radius: 99px; padding: 8px 14px; font-size: .73rem; font-weight: 900; box-shadow: 0 9px 22px rgba(0,0,0,.17); }
.n1 { top: 4px; left: 50%; transform: translateX(-50%); }
.n2 { right: 0; top: 32%; }
.n3 { right: 25px; bottom: 33px; }
.n4 { left: 20px; bottom: 35px; }
.n5 { left: -4px; top: 32%; }
.line { position: absolute; left: 50%; top: 50%; width: 115px; height: 1px; background: rgba(255,255,255,.28); transform-origin: left center; }
.l1 { transform: rotate(-90deg); }
.l2 { transform: rotate(-25deg); }
.l3 { transform: rotate(42deg); }
.l4 { transform: rotate(138deg); }
.l5 { transform: rotate(205deg); }
.agency-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; margin-top: 68px; }
.agency-feature { border-top: 2px solid rgba(255,173,152,.7); padding: 25px 20px 10px 0; }
.agency-feature span { color: #ffad98; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.agency-feature h3 { font-size: 1.03rem; margin: 14px 0 9px; }
.agency-feature p { color: rgba(255,255,255,.63); font-size: .82rem; margin: 0; }
.scope-note { margin: 35px 0 0; color: rgba(255,255,255,.45); font-size: .75rem; }

.rules-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.reward-card { background: #fff; border: 1px solid #eee8e4; border-radius: 22px; padding: 30px; box-shadow: 0 10px 28px rgba(23,36,58,.04); }
.reward-head span { display: inline-block; color: #fff; background: var(--coral); border-radius: 99px; padding: 4px 11px; font-size: .68rem; font-weight: 900; margin-bottom: 14px; }
.reward-card:nth-child(2) .reward-head span { background: var(--green); }
.reward-card:nth-child(3) .reward-head span { background: var(--navy-2); }
.reward-head strong { display: block; font-size: 1.08rem; line-height: 1.55; }
.reward-card p { color: var(--ink-soft); font-size: .86rem; margin: 14px 0 0; }
.notice-board { margin-top: 46px; background: #fff; border-radius: 28px; border: 1px solid #ebe7e4; overflow: hidden; box-shadow: 0 18px 45px rgba(23,36,58,.06); }
.notice-title { padding: 26px 32px; background: var(--navy); color: #fff; display: flex; align-items: center; gap: 18px; }
.notice-title span { border: 1px solid rgba(255,255,255,.3); border-radius: 99px; padding: 4px 11px; font-size: .68rem; color: #ffd1c6; }
.notice-title h3 { margin: 0; font-size: 1.22rem; }
.notice-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.notice-grid > div { padding: 26px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.notice-grid > div:nth-child(3n) { border-right: 0; }
.notice-grid > div:nth-last-child(-n+3) { border-bottom: 0; }
.notice-grid strong { color: var(--coral-dark); font-size: .84rem; }
.notice-grid p { color: var(--ink-soft); font-size: .8rem; margin: 8px 0 0; }
.earnings-note { text-align: center; color: #7a8594; font-size: .78rem; margin: 25px 0 0; }

.faq-container { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.faq-copy > p { margin-bottom: 28px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid #eae8e5; border-radius: 16px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 21px 58px 21px 22px; font-weight: 800; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span, .faq-item summary span::after { content: ""; position: absolute; width: 16px; height: 2px; background: var(--coral); right: 22px; top: 50%; transition: transform .2s; }
.faq-item summary span::after { right: 0; top: 0; transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item div { padding: 0 22px 22px; color: var(--ink-soft); font-size: .9rem; }
.faq-item p { margin: 0; }

.contact-section { background: var(--navy); color: #fff; padding: 105px 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.contact-copy > p { color: rgba(255,255,255,.7); }
.contact-notes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.contact-notes span { border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.86); border-radius: 99px; padding: 7px 13px; font-size: .78rem; }
.contact-form { background: #fff; color: var(--ink); border-radius: 28px; padding: 38px; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-weight: 800; font-size: .85rem; }
.contact-form label > span:not(.consent span) { color: var(--coral-dark); font-size: .65rem; margin-left: 5px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dfe3e8; border-radius: 11px; padding: 12px 13px; background: #fbfcfd; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,107,74,.12); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; font-size: .76rem; color: var(--ink-soft); }
.contact-form .consent input { width: 17px; height: 17px; margin-top: 4px; flex: 0 0 auto; }
.form-note { margin: 10px 0 0; text-align: center; color: #89939f; font-size: .72rem; }

.site-footer { background: #0d182a; color: #fff; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr; gap: 70px; }
.footer-brand .brand-text small { color: #ffab95; }
.footer-grid > div:first-child > p { color: rgba(255,255,255,.5); max-width: 500px; font-size: .83rem; margin-top: 19px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links strong { font-size: .85rem; margin-bottom: 6px; }
.footer-links a { color: rgba(255,255,255,.55); font-size: .8rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .global-nav { gap: 14px; font-size: .77rem; }
  .global-nav .nav-back { display: none; }
  .hero-content { width: 76%; }
  .channel-grid { grid-template-columns: repeat(3,1fr); }
  .agency-feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, var(--container)); }
  .site-header { height: 68px; }
  .hero { margin-top: 68px; min-height: 700px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .global-nav { position: fixed; left: 0; right: 0; top: 68px; background: #fff; padding: 20px 24px 25px; display: grid; gap: 0; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(23,36,58,.1); transform: translateY(-130%); opacity: 0; transition: .25s ease; }
  .global-nav.open { transform: none; opacity: 1; }
  .global-nav > a:not(.button) { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .global-nav .nav-back { display: block; }
  .global-nav .button { margin-top: 14px; }
  .hero-media { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(14,27,47,.96),rgba(14,27,47,.73)); }
  .hero-content { width: 100%; padding-block: 80px; }
  .hero h1 { font-size: clamp(3rem,11vw,4.5rem); }
  .intro-grid { grid-template-columns: repeat(2,1fr); }
  .intro-grid div:nth-child(2) { border-right: 0; }
  .intro-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-heading.split-heading { grid-template-columns: 1fr; gap: 10px; }
  .audience-grid, .dashboard-grid, .agency-hero, .faq-container, .contact-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-card:nth-child(2)::after { display: none; }
  .channel-grid { grid-template-columns: repeat(2,1fr); }
  .dashboard-grid, .agency-hero, .contact-grid { gap: 48px; }
  .dashboard-copy { order: 1; }
  .dashboard-mockup { order: 2; }
  .network-visual { width: 340px; height: 340px; }
  .rules-grid { grid-template-columns: 1fr; }
  .notice-grid { grid-template-columns: repeat(2,1fr); }
  .notice-grid > div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line) !important; }
  .notice-grid > div:nth-child(2n) { border-right: 0; }
  .notice-grid > div:nth-last-child(-n+2) { border-bottom: 0 !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .brand-text strong { font-size: .95rem; }
  .brand-text small { font-size: .58rem; }
  .hero { min-height: 690px; }
  .hero-content { padding-block: 62px; }
  .hero h1 { font-size: 2.9rem; }
  .hero-lead { line-height: 1.9; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 7px; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-grid div { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 6px; }
  .intro-grid div:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 38px; }
  .audience-card { padding: 31px 24px; }
  .audience-icon { width: 50px; height: 50px; right: 21px; top: 24px; }
  .process-grid, .channel-grid, .agency-feature-grid { grid-template-columns: 1fr; }
  .process-card:not(:last-child)::after { display: none; }
  .flow-note { display: grid; gap: 4px; }
  .dash-body { grid-template-columns: 1fr; }
  .dash-body aside { display: none; }
  .dash-main { padding: 17px; }
  .dash-stats { gap: 6px; }
  .dash-stats div { padding: 10px; }
  .dash-stats strong { font-size: 1rem; }
  .dash-row { grid-template-columns: 1.4fr .45fr .7fr; }
  .dash-row span:last-of-type, .dash-row .status { display: none; }
  .network-visual { width: 280px; height: 280px; }
  .network-visual::before { width: 255px; height: 255px; }
  .network-visual::after { width: 180px; height: 180px; }
  .network-center { width: 92px; height: 92px; border-radius: 27px; }
  .network-node { font-size: .63rem; padding: 6px 10px; }
  .line { width: 88px; }
  .notice-title { display: grid; gap: 9px; padding: 23px 22px; }
  .notice-grid { grid-template-columns: 1fr; }
  .notice-grid > div { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; padding: 22px; }
  .notice-grid > div:last-child { border-bottom: 0 !important; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 8px; }
}

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

/* ============================================================
   トンマナ統一 (利用者LP / home に合わせる) — 2026-07-21
   移植元サイトの極太(weight 700〜900)・特大フォントを、本プロジェクトの
   規約(太字禁止・weight 500 基準)と home のタイプスケールに寄せる。
   元ルールは上にそのまま残し、ここで最後に上書きする(可逆)。
   ※このCSSは当該LPページでのみ読み込まれるため、影響は当該LPに閉じる。
   ============================================================ */

/* 太字は使わない(規約: weight 600+ 禁止)。階層は size と色で作る home 方式に統一 */
body,
body * { font-weight: 500 !important; }

/* ヒーロー見出し: 移植の最大 4.7〜6rem / weight 850 → 抑制的なマーケサイズ / 500。
   ヒーローは利用者LPと同一にはせず、マーケらしい大きさは残す。 */
.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -.02em;
}

/* セクション見出し: 移植の最大 3.4rem → home の text-2xl(1.5rem) 相当に */
.section-heading h2,
.visual-copy h2,
.dashboard-copy h2,
.operation-copy h2,
.future-copy h2,
.contact-copy h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  line-height: 1.35;
  letter-spacing: -.02em;
}

/* フォントも利用者LP(システム)と同じ Zen Maru Gothic に統一。
   base.html.twig で全ページ読込済み。LP の body が OS既定ゴシックに
   上書きしていたのを、ここで最後に戻す。 */
body { font-family: 'Zen Maru Gothic', sans-serif !important; }
