/* public-site.css — 公開サイト（LP/機能/料金/導入の流れ/FAQ/相談）共通コンポーネント */

/* ---- グローバルナビ（多ページ） ---- */
.header-nav { display:flex; align-items:center; gap:18px; }
.header-nav a { color:var(--muted); font-size:14px; font-weight:700; }
.header-nav a:hover, .header-nav a.is-active { color:var(--primary); text-decoration:none; }
.site-header .brand-logo { height:22px; width:auto; display:block; }
.btn-nav { padding:8px 16px; }
.subnav { background:rgba(255,255,255,.96); border-bottom:1px solid var(--line); position:sticky; top:57px; z-index:15; }
.subnav-inner { max-width:960px; margin:0 auto; padding:0 18px; display:flex; gap:20px; overflow-x:auto; }
.subnav a { color:var(--muted); font-size:13.5px; font-weight:700; padding:11px 0; white-space:nowrap; border-bottom:2px solid transparent; }
.subnav a:hover, .subnav a.is-active { color:var(--primary); text-decoration:none; border-bottom-color:var(--primary); }
@media (min-width:761px){ .subnav { display:none; } }
@media (max-width:760px){ .header-nav { display:none; } }

/* ---- サブページ用ヘッダー ---- */
.page-hero { background:radial-gradient(900px 380px at 82% -20%, #dce9ff 0, rgba(220,233,255,0) 60%), linear-gradient(180deg,#ffffff,#f6f8fb); border-bottom:1px solid var(--line); }
.page-hero-inner { max-width:960px; margin:0 auto; padding:46px 18px 34px; text-align:center; }
.page-hero .kicker { color:var(--primary); font-weight:800; font-size:13px; letter-spacing:.06em; }
.page-hero h1 { margin:8px 0 10px; font-size:33px; font-weight:900; letter-spacing:.01em; }
.page-hero p { margin:0 auto; max-width:660px; color:var(--muted); font-size:15.5px; }
.page-hero .hero-cta { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:20px; }
@media (max-width:560px){ .page-hero h1 { font-size:26px; } }

.crumbs { max-width:960px; margin:0 auto; padding:12px 18px 0; font-size:12.5px; color:var(--muted); }
.crumbs a { color:var(--muted); }

/* ---- ヒーロー補強 ---- */
.hero-points { display:flex; gap:8px 20px; justify-content:center; flex-wrap:wrap; margin-top:18px; }
.hero-points span { color:#274; font-size:13.5px; font-weight:700; background:rgba(255,255,255,.7); border:1px solid #cfe6d6; border-radius:999px; padding:5px 13px; }

/* ---- ヒーロー2カラム＋端末モック ---- */
.hero-grid { display:grid; gap:34px; grid-template-columns:1fr; align-items:center; text-align:left; }
@media (min-width:900px){ .hero-grid { grid-template-columns:1.02fr .98fr; } }
.hero-xl.two .hero-xl-inner { text-align:left; max-width:1040px; }
.hero-xl.two h1 { font-size:38px; }
@media (max-width:900px){ .hero-xl.two .hero-xl-inner, .hero-xl.two .hero-grid { text-align:center; } .hero-xl.two .hero-cta,.hero-xl.two .hero-points{justify-content:center;} .hero-xl.two .lead{margin-left:auto;margin-right:auto;} }

/* ---- スマホ端末モック ---- */
.device { justify-self:center; }
.phone { width:266px; max-width:80vw; background:#0f1b2d; border-radius:34px; padding:12px; box-shadow:0 26px 60px rgba(20,40,80,.28); position:relative; }
.phone::before { content:""; position:absolute; top:20px; left:50%; transform:translateX(-50%); width:104px; height:20px; background:#0f1b2d; border-radius:0 0 14px 14px; z-index:2; }
.phone .screen { background:#fff; border-radius:24px; overflow:hidden; }
.ph-top { background:linear-gradient(135deg,var(--primary),#3b86ff); color:#fff; padding:26px 16px 14px; text-align:left; }
.ph-top .t { font-weight:800; font-size:14px; }
.ph-top .s { font-size:11px; opacity:.92; margin-top:2px; }
.ph-body { padding:14px 14px 18px; text-align:left; }
.ph-label { font-size:11px; color:var(--muted); font-weight:700; margin:10px 0 4px; }
.ph-row { display:flex; gap:8px; }
.ph-inp { flex:1; border:1px solid #d7dde6; border-radius:8px; padding:8px 10px; font-size:13px; color:var(--ink); background:#fff; }
.ph-btn { background:var(--primary); color:#fff; border-radius:8px; padding:8px 12px; font-size:12px; font-weight:700; white-space:nowrap; }
.ph-name { border:1px solid #cfe6d6; background:var(--ok-soft); color:#1c6b3c; border-radius:8px; padding:8px 10px; font-size:13px; font-weight:700; margin-top:4px; }
.ph-cat { display:flex; align-items:center; gap:8px; border:1px solid #e6e9ee; border-radius:8px; padding:8px 10px; margin-top:6px; font-size:12.5px; }
.ph-cat .chk { width:16px; height:16px; border-radius:4px; background:var(--primary); color:#fff; display:grid; place-items:center; font-size:11px; flex:0 0 16px; }
.ph-cat .price { margin-left:auto; font-weight:800; color:var(--ink); }
.ph-submit { margin-top:12px; background:var(--primary); color:#fff; text-align:center; border-radius:10px; padding:11px; font-weight:800; font-size:14px; }

/* ---- ブラウザモック ---- */
.browser { background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:0 20px 50px rgba(20,40,80,.14); overflow:hidden; }
.bw-bar { display:flex; align-items:center; gap:7px; padding:10px 14px; background:#eef2f7; border-bottom:1px solid var(--line); }
.bw-dot { width:11px; height:11px; border-radius:50%; }
.bw-url { margin-left:8px; flex:1; background:#fff; border:1px solid #e2e7ee; border-radius:7px; padding:5px 12px; font-size:12px; color:var(--muted); }
.bw-body { padding:18px; }
.bw-title { font-weight:800; font-size:15px; margin-bottom:12px; }
.stat-row { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; margin-bottom:14px; }
.stat { background:var(--bg); border:1px solid var(--line); border-radius:10px; padding:9px 6px; text-align:center; }
.stat .k { font-size:10.5px; color:var(--muted); }
.stat .v { font-size:17px; font-weight:900; color:var(--ink); }
.bw-table { width:100%; border-collapse:collapse; font-size:12.5px; }
.bw-table th { text-align:left; color:var(--muted); font-weight:700; padding:7px 8px; border-bottom:1px solid var(--line); }
.bw-table td { padding:8px; border-bottom:1px solid #f0f2f5; }
.pill { font-size:11px; font-weight:700; border-radius:999px; padding:2px 8px; }
.pill.ok { background:var(--ok-soft); color:var(--ok); }
.pill.wait { background:var(--warn-soft); color:var(--warn); }

/* ---- 信頼バー ---- */
.trust { text-align:center; margin-top:34px; }
.trust .lbl { font-size:12px; color:var(--muted); font-weight:700; letter-spacing:.04em; }
.trust-items { display:flex; gap:12px 26px; justify-content:center; flex-wrap:wrap; margin-top:14px; }
.trust-chip { display:flex; align-items:center; gap:8px; color:#3f4a58; font-weight:800; font-size:14px; }
.trust-chip .ic { width:34px; height:34px; border-radius:9px; background:#fff; border:1px solid var(--line); display:grid; place-items:center; color:var(--primary); box-shadow:var(--shadow-sm); }
.trust-chip .ic svg{ width:18px; height:18px; }

/* ---- 画面ショーケース（交互） ---- */
.show { display:grid; gap:28px; grid-template-columns:1fr; align-items:center; }
@media (min-width:860px){ .show { grid-template-columns:1.05fr 1fr; } .show.rev .txt { order:2; } .show.rev .vis { order:1; } }
.show .txt h3 { font-size:21px; margin:0 0 8px; }
.show .txt p { color:var(--muted); font-size:14.5px; margin:0 0 12px; }
.show .txt ul { margin:0; padding-left:1.1em; color:#3f4a58; font-size:14px; line-height:1.95; }
.show .txt ul li::marker { color:var(--primary); }
.show .txt .kicker { color:var(--primary); font-weight:800; font-size:12px; letter-spacing:.05em; margin-bottom:4px; }

/* ---- 薄色帯（リズム） ---- */
.tint { background:linear-gradient(180deg,#ffffff 0%, #eef4fc 100%); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }

/* ---- ヒーロー：写真背景（文字は白） ---- */
.hero-xl.two { background:linear-gradient(100deg, rgba(11,24,45,.86) 0%, rgba(11,24,45,.66) 52%, rgba(11,24,45,.40) 100%), url('/assets/img/hero-badminton.jpg') center 30%/cover no-repeat; border-bottom:none; }
@media (max-width:900px){ .hero-xl.two { background:linear-gradient(rgba(11,24,45,.82), rgba(11,24,45,.72)), url('/assets/img/hero-badminton.jpg') center/cover no-repeat; } }
.hero-xl.two h1, .hero-xl.two .lead { color:#fff; }
.hero-xl.two h1 .accent { color:#9fd0ff; }
.hero-xl.two .hero-badge { background:rgba(255,255,255,.15); border-color:rgba(255,255,255,.4); color:#fff; box-shadow:none; }
.hero-xl.two .hero-note { color:#d9e4f2; opacity:1; }
.hero-xl.two .hero-points span { background:rgba(255,255,255,.16); border-color:rgba(255,255,255,.32); color:#eaf3ff; }
.hero-xl.two .btn-ghost { background:rgba(255,255,255,.12); color:#fff; border-color:rgba(255,255,255,.65); }
.hero-xl.two .btn-ghost:hover { background:rgba(255,255,255,.22); }
.hero-note { margin-top:12px; font-size:13px; color:#2f4a6b; opacity:.85; }

/* ---- CTA：会場写真背景 ---- */
.cta-band.photo { background:linear-gradient(135deg, rgba(15,79,168,.90) 0%, rgba(22,102,212,.82) 45%, rgba(41,160,106,.82) 130%), url('/assets/img/venue-arena.jpg') center/cover no-repeat; }

/* ---- 特化ストリップ ---- */
.strip { display:grid; gap:14px; grid-template-columns:1fr; margin-top:28px; }
@media (min-width:600px){ .strip { grid-template-columns:repeat(3,1fr); } }
.strip-item { text-align:center; background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px 18px; box-shadow:var(--shadow-sm); }
.strip-item .ic { width:46px; height:46px; border-radius:12px; margin:0 auto 12px; display:grid; place-items:center; background:var(--primary-soft); color:var(--primary); }
.strip-item .ic svg { width:24px; height:24px; }
.strip-item .big { font-size:18px; font-weight:800; color:var(--ink); letter-spacing:.01em; }
.strip-item .sub { color:#4a5563; font-size:13.5px; margin-top:7px; line-height:1.75; }

/* ---- Before/After ---- */
.pain-grid { display:grid; gap:14px; grid-template-columns:1fr; margin-top:8px; }
@media (min-width:720px){ .pain-grid { grid-template-columns:1fr 1fr; } }
.pain { padding:18px; border:1px solid var(--line); border-radius:12px; background:#fff; box-shadow:var(--shadow-sm); }
.pain .no { color:#c0392b; font-weight:800; }
.pain .yes { color:#1e8e4e; font-weight:800; }
.pain .row { display:block; }
.pain .arrow { color:#b7c0cc; margin:6px 0; font-weight:900; }

/* ---- 選ばれる理由 ---- */
.reasons { display:grid; gap:16px; grid-template-columns:1fr; margin-top:8px; counter-reset:reason; }
@media (min-width:720px){ .reasons { grid-template-columns:1fr 1fr; } }
.reason { position:relative; background:#fff; border:1px solid var(--line); border-radius:16px; padding:24px 24px 22px; box-shadow:var(--shadow-sm); }
.reason::before { counter-increment:reason; content:"0" counter(reason); position:absolute; top:18px; right:22px; font-size:34px; font-weight:900; color:#eaf2ff; letter-spacing:.02em; }
.reason .ic { width:46px; height:46px; border-radius:12px; background:var(--primary-soft); color:var(--primary); display:grid; place-items:center; margin-bottom:12px; }
.reason .ic svg { width:24px; height:24px; }
.reason h3 { margin:0 0 8px; font-size:18px; }
.reason p { margin:0; color:var(--muted); font-size:14px; }

/* ---- 機能グリッド補助 ---- */
.feature h3 { display:flex; align-items:center; gap:8px; }
.feature .opt { font-size:11px; font-weight:800; color:var(--warn); background:var(--warn-soft); border-radius:999px; padding:1px 8px; }

/* ---- 料金 ---- */
.plan-grid { display:grid; gap:16px; grid-template-columns:1fr; margin-top:8px; }
@media (min-width:720px){ .plan-grid { grid-template-columns:1fr 1fr; } }
.plan { position:relative; border:1px solid var(--line); border-radius:16px; padding:24px; background:#fff; box-shadow:var(--shadow-sm); }
.plan.recommend { border-color:var(--primary); box-shadow:0 10px 30px rgba(22,102,212,.12); }
.plan .tag { display:inline-block; font-size:12px; font-weight:800; color:var(--primary); background:var(--primary-soft); border-radius:999px; padding:3px 12px; margin-bottom:10px; }
.plan .price { font-size:34px; font-weight:900; color:var(--ink); line-height:1.1; }
.plan .price small { font-size:14px; font-weight:700; color:var(--muted); }
.plan ul { margin:14px 0 0; padding-left:1.2em; color:#3f4a58; line-height:1.95; font-size:14px; }
.plan ul li::marker { color:var(--primary); }
.plan .muted-li { color:var(--muted); }

/* ---- 料金比較表 ---- */
.cmp-wrap { overflow-x:auto; }
.cmp { width:100%; min-width:520px; border-collapse:collapse; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; font-size:14px; box-shadow:var(--shadow-sm); }
.cmp th, .cmp td { padding:13px 14px; border-bottom:1px solid #eef1f5; text-align:center; }
.cmp thead th { background:#f6f8fb; font-size:13px; color:var(--ink); }
.cmp thead th.rec { background:var(--primary-soft); color:var(--primary); }
.cmp tbody th { text-align:left; font-weight:700; color:var(--ink); background:#fbfcfe; }
.cmp td.rec { background:rgba(22,102,212,.05); }
.cmp .yes { color:var(--ok); font-weight:800; }
.cmp .no { color:#c4cbd4; }

/* ---- 導入の流れ ---- */
.steps { display:grid; gap:14px; grid-template-columns:1fr; margin-top:8px; }
@media (min-width:720px){ .steps { grid-template-columns:repeat(4,1fr); } }
.step { border:1px solid var(--line); border-radius:14px; padding:18px; background:#fff; box-shadow:var(--shadow-sm); }
.step .n { width:30px; height:30px; border-radius:50%; background:var(--primary); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:14px; margin-bottom:10px; }
.step h4 { margin:0 0 5px; font-size:15px; }
.step p { margin:0; font-size:13px; color:var(--muted); line-height:1.7; }

/* 縦タイムライン（導入の流れ詳細） */
.flow-steps { margin-top:8px; display:grid; gap:16px; }
.flow-step { display:grid; grid-template-columns:52px 1fr; gap:16px; background:#fff; border:1px solid var(--line); border-radius:14px; padding:20px; box-shadow:var(--shadow-sm); }
.flow-step .n { width:44px; height:44px; border-radius:12px; background:var(--primary); color:#fff; display:grid; place-items:center; font-weight:900; font-size:18px; }
.flow-step h3 { margin:0 0 6px; font-size:17px; }
.flow-step p { margin:0 0 8px; color:var(--muted); font-size:14px; }
.flow-step ul { margin:0; padding-left:1.1em; color:#3f4a58; font-size:13.5px; line-height:1.85; }

/* ---- 導入相談 ---- */
.consult { border-radius:20px; padding:34px 28px; background:linear-gradient(135deg,#0f4fa8 0%,#1666d4 55%,#29a06a 135%); color:#fff; box-shadow:0 16px 40px rgba(22,102,212,.22); }
.consult h2 { margin:0 0 8px; font-size:24px; }
.consult > p { margin:0 0 18px; opacity:.92; font-size:15px; }
.consult-grid { display:grid; gap:14px; grid-template-columns:1fr; margin:0 0 22px; }
@media (min-width:720px){ .consult-grid { grid-template-columns:repeat(3,1fr); } }
.consult-card { background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25); border-radius:12px; padding:16px; }
.consult-card b { display:block; font-size:15px; margin-bottom:4px; }
.consult-card span { font-size:13px; opacity:.9; line-height:1.7; }
.consult .btn { background:#fff; color:var(--primary); }
.consult .btn:hover { background:#eef4ff; }
.consult .btn-ghost { background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.6); }
.consult .btn-ghost:hover { background:rgba(255,255,255,.12); }
.consult .cta-row { display:flex; gap:12px; flex-wrap:wrap; }
.consult .fine { margin:14px 0 0; font-size:12.5px; opacity:.85; }

/* ---- FAQ ---- */
.faq { display:grid; gap:10px; margin-top:8px; }
.faq details { background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow-sm); }
.faq summary { cursor:pointer; list-style:none; padding:16px 18px; font-weight:700; font-size:15px; display:flex; align-items:center; gap:10px; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::before { content:"Q"; width:24px; height:24px; flex:0 0 24px; border-radius:7px; background:var(--primary-soft); color:var(--primary); font-weight:900; display:grid; place-items:center; font-size:13px; }
.faq summary::after { content:"＋"; margin-left:auto; color:var(--muted); font-weight:700; }
.faq details[open] summary::after { content:"−"; }
.faq .a { padding:0 18px 16px 46px; color:var(--muted); font-size:14px; line-height:1.8; }
.faq-cat { margin:34px 0 10px; font-size:16px; font-weight:800; color:var(--ink); padding-left:10px; border-left:4px solid var(--primary); }

/* ---- 汎用 ---- */
.section-narrow { max-width:820px; margin-left:auto; margin-right:auto; }
.callout { background:var(--primary-soft); border:1px solid #cfe0fb; border-radius:12px; padding:16px 18px; color:#22406b; font-size:14px; line-height:1.8; }
.center-cta { text-align:center; margin-top:26px; }
