/* =========================================================================
   utaverse LIVE - コンカフェ特化Pococha公式ライバー事務所LP 専用スタイル
   既存utaverseのビジュアル言語を継承しつつ、LIVEサブブランドとして
   ネオンピンク＋ライブ配信感のあるトーンに調整
========================================================================= */

:root {
    --primary: #F8B4C6;
    --primary-hover: #F4729E;
    --primary-dark: #EC407A;
    --secondary: #BDE0FE;
    --accent: #FFD166; /* ライブ配信感のアクセント（ゴールド） */
    --line-green: #06c755;
    --line-green-hover: #05a747;
    --bg-base: #FFF5F9;
    --bg-surface: rgba(255, 255, 255, 0.75);
    --bg-card: #ffffff;
    --text-main: #1a1320;
    --text-muted: #5b525f;
    --border-soft: rgba(236, 64, 122, 0.12);
    --gradient-brand: linear-gradient(135deg, #F8B4C6 0%, #BDE0FE 100%);
    --gradient-live: linear-gradient(135deg, #FF7AB6 0%, #FFD166 100%);
    --shadow-soft: 0 12px 36px rgba(236, 64, 122, 0.12);
    --shadow-card: 0 8px 24px rgba(26, 19, 32, 0.06);
    --shadow-button: 0 8px 22px rgba(236, 64, 122, 0.25);
    --font-jp: 'Noto Sans JP', sans-serif;
    --font-en: 'Figtree', 'Outfit', sans-serif;
    --font-heading: 'Figtree', 'Noto Sans JP', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

.live-body {
    background-color: var(--bg-base);
    color: var(--text-main);
    font-family: var(--font-jp);
    line-height: 1.75;
    letter-spacing: -0.01em;
    overflow-x: hidden;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-image:
        radial-gradient(circle at 10% -10%, rgba(248, 180, 198, 0.35) 0%, transparent 45%),
        radial-gradient(circle at 110% 20%, rgba(189, 224, 254, 0.35) 0%, transparent 50%);
    background-attachment: fixed;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 110px 0;
    position: relative;
    z-index: 1;
}

.text-gradient {
    background: var(--gradient-live);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.sp-only { display: none; }

/* =========================================================================
   ナビゲーションバー
========================================================================= */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(255, 245, 249, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-soft);
    padding: 0 20px;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo {
    font-family: var(--font-en);
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    background: var(--gradient-live);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.navbar-logo .logo-sub {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--gradient-live);
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 12px rgba(255, 122, 182, 0.35);
}

.navbar-links {
    display: flex;
    gap: 30px;
}

.navbar-links a {
    color: var(--text-main);
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.navbar-links a:hover { color: var(--primary-dark); }

.btn-nav {
    background: var(--gradient-live);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    border: 3px solid #fff;
    box-shadow: var(--shadow-button);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-nav:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* ハンバーガー */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: var(--text-main);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================================
   トップバナー
========================================================================= */
.top-banner {
    background: #1a1320;
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 10px 16px;
    margin-top: 72px;
    line-height: 1.5;
}

.top-banner .highlight {
    color: var(--accent);
    font-weight: 700;
}

/* =========================================================================
   ヒーロー
========================================================================= */
.hero {
    position: relative;
    padding: 80px 0 110px;
    overflow: hidden;
}

.hero-bg-effect {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 122, 182, 0.25), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(255, 209, 102, 0.22), transparent 50%);
    filter: blur(10px);
    z-index: 0;
}

.hero-container {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.beta-badge {
    display: inline-block;
    background: var(--bg-card);
    color: var(--primary-dark);
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-card);
    margin-bottom: 28px;
    letter-spacing: 0.02em;
}

.main-catch {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
}

.sub-catch {
    font-size: clamp(0.95rem, 1.6vw, 1.1rem);
    color: var(--text-muted);
    line-height: 1.9;
    margin-bottom: 36px;
}

.brand-text {
    font-family: var(--font-en);
    font-weight: 900;
    background: var(--gradient-live);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.01em;
}

/* ヒーロー動画 */
.hero-video-wrap {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 1248 / 704;
    margin: 0 auto 40px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--bg-card);
    box-shadow: 0 12px 32px rgba(236, 64, 122, 0.18), 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-soft);
}

.hero-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authority-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
    margin-bottom: 40px;
}

.authority-list li {
    background: var(--bg-card);
    padding: 12px 22px;
    border-radius: 999px;
    box-shadow: var(--shadow-card);
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.authority-list .icon { font-size: 1.15rem; }
.authority-list strong {
    color: var(--primary-dark);
    font-weight: 800;
    margin: 0 2px;
}

/* =========================================================================
   ボタン
========================================================================= */
.btn {
    display: inline-block;
    font-family: var(--font-heading);
    font-weight: 700;
    border-radius: 999px;
    text-align: center;
    transition: all 0.25s ease;
    cursor: pointer;
    padding: 16px 36px;
    font-size: 1rem;
    border: none;
    letter-spacing: 0.01em;
}

.btn-primary {
    background: var(--gradient-live);
    color: #fff;
    box-shadow: var(--shadow-button);
}

.btn-primary:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.btn-line {
    background: var(--line-green);
    color: #fff;
    box-shadow: 0 8px 22px rgba(6, 199, 85, 0.25);
}

.btn-line:hover {
    background: var(--line-green-hover);
    transform: translateY(-2px);
}

.btn.large {
    padding: 18px 44px;
    font-size: 1.05rem;
}

.pulse {
    animation: pulse-soft 2s infinite;
}

@keyframes pulse-soft {
    0%, 100% { box-shadow: 0 8px 22px rgba(236, 64, 122, 0.25); }
    50% { box-shadow: 0 8px 32px rgba(236, 64, 122, 0.5); }
}

.cta-wrapper { text-align: center; }
.cta-note {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-top: 12px;
}
.cta-bench {
    font-size: 0.82rem;
    color: var(--text-main);
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.btn-secondary-link {
    display: inline-block;
    margin-top: 14px;
    font-size: 0.92rem;
    color: var(--primary-dark);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid var(--primary-dark);
    padding-bottom: 2px;
    transition: opacity .15s ease;
}
.btn-secondary-link:hover { opacity: 0.7; }

/* =========================================================================
   共通セクションパーツ
========================================================================= */
.section-badge {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.25em;
    color: var(--primary-dark);
    padding: 4px 14px;
    border: 1.5px solid var(--primary-dark);
    border-radius: 999px;
    margin-bottom: 18px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
}

.section-title.left-align { text-align: left; }

.section-lead {
    font-size: 1rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.95;
    margin-bottom: 56px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.section-head-center {
    text-align: center;
    margin-bottom: 48px;
}

.section-head-center .section-title { margin-bottom: 18px; }
.section-head-center .section-lead { margin-bottom: 0; }

/* フェードイン */
.fade-in, .blur-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.visible, .blur-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.blur-reveal.delay-1 { transition-delay: 0.15s; }
.blur-reveal.delay-2 { transition-delay: 0.3s; }
.blur-reveal.delay-3 { transition-delay: 0.45s; }

/* =========================================================================
   ABOUT
========================================================================= */
.about { background: transparent; }
.about-head { text-align: center; margin-bottom: 56px; }
.about-head .section-badge { margin-bottom: 14px; }

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-card {
    background: var(--bg-card);
    padding: 36px 28px;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

.about-card.highlight {
    background: linear-gradient(145deg, #fff 0%, #FFF0F6 100%);
    border-color: rgba(236, 64, 122, 0.3);
}

.about-icon {
    font-size: 2.4rem;
    margin-bottom: 16px;
}

.about-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.5;
}

.about-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.85;
}

.about-card strong { color: var(--primary-dark); font-weight: 700; }

/* =========================================================================
   PROBLEM
========================================================================= */
.problem {
    background: #fffdfb;
}

.pain-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 56px;
}

.pain-card {
    background: var(--bg-card);
    padding: 32px 24px;
    border-radius: 20px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    text-align: center;
}

.pain-icon {
    font-size: 2.6rem;
    margin-bottom: 14px;
}

.pain-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.pain-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.85;
}

.pain-card strong { color: var(--text-main); }

.problem-conclusion { text-align: center; }

.highlight-box {
    display: inline-block;
    background: var(--bg-card);
    padding: 32px 48px;
    border-radius: 24px;
    border: 2px dashed var(--primary-dark);
    box-shadow: var(--shadow-card);
    font-size: 1rem;
    line-height: 1.9;
}

.big-text {
    display: block;
    font-size: clamp(1.2rem, 2.6vw, 1.6rem);
    font-weight: 900;
    color: var(--primary-dark);
    margin-top: 12px;
    line-height: 1.5;
}

/* =========================================================================
   SOLUTION
========================================================================= */
.solution { background: transparent; }

.solution-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.flow-card {
    flex: 1 1 0;
    background: var(--bg-card);
    padding: 32px 24px;
    border-radius: 22px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    text-align: left;
    position: relative;
    min-width: 0;
}

.flow-step {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1.6rem;
    background: var(--gradient-live);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
}

.flow-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.5;
}

.flow-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.85;
}

.flow-card strong { color: var(--primary-dark); font-weight: 700; }

.flow-arrow {
    align-self: center;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--primary);
    flex: 0 0 auto;
}

.solution-note {
    text-align: center;
    background: linear-gradient(135deg, #FFF0F6 0%, #F0F8FF 100%);
    padding: 28px 32px;
    border-radius: 20px;
    border: 1px solid var(--border-soft);
}

.solution-note p {
    font-size: 1rem;
    line-height: 1.95;
    color: var(--text-main);
}

.solution-note strong { color: var(--primary-dark); }

/* 希少性の早期提示（3つの約束直後） */
.solution-scarcity {
    margin-top: 24px;
    text-align: center;
}
.solution-scarcity p {
    display: inline-block;
    background: #FFF8E1;
    border: 1px solid #FFCA28;
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #5D4037;
    line-height: 1.5;
}
.solution-scarcity strong { color: #B71C1C; }
.solution-scarcity a {
    color: var(--primary-dark);
    margin-left: 6px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* セクション末尾CTA（反復配置） */
.section-cta {
    margin-top: 40px;
    text-align: center;
}
.section-cta .btn-primary { display: inline-block; }
.section-cta .cta-bench { margin-top: 8px; }

/* =========================================================================
   FEATURES
========================================================================= */
.features { background: #fffdfb; }

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.feature-card {
    background: var(--bg-card);
    padding: 32px 26px;
    border-radius: 22px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 14px;
}

.feature-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.85;
    margin-bottom: 10px;
}

.feature-card strong { color: var(--primary-dark); font-weight: 700; }

.feature-note {
    font-size: 0.8rem !important;
    color: #8a7a85 !important;
    border-top: 1px dashed var(--border-soft);
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

/* =========================================================================
   PAYOUT
========================================================================= */
.payout { background: transparent; }

.payout-table-wrap {
    background: var(--bg-card);
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    margin-bottom: 56px;
    overflow-x: auto;
}

.payout-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.payout-table thead th {
    background: linear-gradient(135deg, #FFF0F6 0%, #F0F8FF 100%);
    padding: 14px 12px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-main);
    border-bottom: 2px solid var(--border-soft);
    text-align: center;
}

.payout-table tbody td {
    padding: 16px 12px;
    border-bottom: 1px solid var(--border-soft);
    text-align: center;
    font-weight: 500;
}

.payout-table tbody tr:last-child td { border-bottom: none; }

.payout-table .payout-ours {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1.2rem;
    color: var(--primary-dark);
}

.payout-table .payout-others {
    color: var(--text-muted);
    font-size: 1rem;
}

.payout-table .highlight-row {
    background: rgba(255, 209, 102, 0.08);
}

.payout-table .highlight-row .payout-ours {
    font-size: 1.4rem;
    background: var(--gradient-live);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.table-note {
    margin-top: 16px;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.8;
}

/* シミュレーション */
.simulation-box {
    background: linear-gradient(160deg, #ffffff 0%, #FFF5F9 100%);
    border-radius: 28px;
    padding: 48px 36px;
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-card);
}

.simulation-heading {
    font-size: clamp(1.4rem, 2.8vw, 1.8rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 12px;
}

.simulation-lead-small {
    text-align: center;
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.85;
}

.sim-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.sim-card {
    background: var(--bg-card);
    padding: 28px 24px;
    border-radius: 20px;
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-card);
    position: relative;
}

.sim-card-highlight {
    border: 2px solid var(--primary-dark);
    background: linear-gradient(145deg, #ffffff 0%, #FFF0F6 100%);
}

.sim-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.sim-badge-a {
    background: #E3F2FD;
    color: #1976D2;
}

.sim-badge-b {
    background: var(--gradient-live);
    color: #fff;
}

.sim-card-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.5;
}

.sim-table {
    background: #fafafa;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 16px;
}

.sim-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    font-size: 0.92rem;
}

.sim-row:last-child { border-bottom: none; }

.sim-label {
    color: var(--text-muted);
}

.sim-value {
    font-weight: 600;
}

.sim-value strong {
    color: var(--text-main);
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1.1rem;
}

.sim-row-total {
    padding-top: 14px;
    border-top: 2px solid var(--primary-dark);
    border-bottom: none;
    margin-top: 6px;
}

.sim-row-total .sim-label {
    color: var(--text-main);
    font-weight: 700;
    font-size: 0.95rem;
}

.sim-profit {
    font-family: var(--font-en);
    font-size: 1.6rem !important;
    font-weight: 900;
    background: var(--gradient-live);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sim-profit small {
    font-size: 0.75rem;
    color: var(--text-muted);
    -webkit-text-fill-color: var(--text-muted);
    margin-left: 4px;
    font-weight: 500;
}

.sim-point {
    font-size: 0.88rem;
    color: var(--text-main);
    line-height: 1.85;
    padding-top: 4px;
}

.sim-point strong { color: var(--primary-dark); }

.simulation-disclaimer {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.8;
}

/* =========================================================================
   SUPPORT
========================================================================= */
.support { background: #fffdfb; }

.support-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.support-item {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    padding: 26px 24px;
    border-radius: 20px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    align-items: flex-start;
}

.support-num {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gradient-live);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(255, 122, 182, 0.35);
}

.support-body h3 {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 8px;
}

.support-body p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.85;
}

.support-body strong { color: var(--primary-dark); font-weight: 700; }

/* =========================================================================
   FLOW (導入ステップ)
========================================================================= */
.flow { background: transparent; }

.step-list {
    max-width: 760px;
    margin: 0 auto;
}

.step-list li {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px dashed var(--border-soft);
    align-items: flex-start;
}

.step-list li:last-child { border-bottom: none; }

.step-number {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--gradient-live);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1.4rem;
    box-shadow: 0 6px 18px rgba(255, 122, 182, 0.35);
}

.step-detail h4 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.5;
}

.step-detail p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.9;
}

.step-sublist {
    margin-top: 12px;
    background: #fafafa;
    border-radius: 12px;
    padding: 12px 18px;
}

.step-sublist li {
    position: relative;
    padding: 6px 0 6px 20px;
    font-size: 0.9rem;
    line-height: 1.8;
    color: var(--text-main);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.step-sublist li:last-child { border-bottom: none; }

.step-sublist li::before {
    content: '•';
    position: absolute;
    left: 4px;
    top: 6px;
    color: var(--primary-dark);
    font-weight: 900;
}

.step-sublist strong { color: var(--primary-dark); font-weight: 700; }

.step-subnote {
    margin-top: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #FFF9E6 0%, #FFF0F6 100%);
    border-left: 3px solid var(--accent);
    border-radius: 10px;
    font-size: 0.88rem !important;
    line-height: 1.8 !important;
    color: var(--text-main) !important;
}

.step-subnote strong { color: var(--primary-dark); font-weight: 800; }

/* =========================================================================
   CASES (メリット比較)
========================================================================= */
.cases { background: #fffdfb; }

.merit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.merit-col {
    background: var(--bg-card);
    padding: 36px 32px;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
}

.merit-col-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--primary);
}

.merit-list li {
    padding: 12px 0;
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--text-main);
    border-bottom: 1px dashed var(--border-soft);
}

.merit-list li:last-child { border-bottom: none; }

.merit-list strong {
    color: var(--primary-dark);
    font-weight: 700;
}

/* =========================================================================
   FAQ
========================================================================= */
.faq { background: transparent; }

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg-card);
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    margin-bottom: 14px;
    overflow: hidden;
}

.faq-q {
    padding: 20px 24px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-main);
    background: linear-gradient(135deg, #fff 0%, #FFF5F9 100%);
    border-bottom: 1px solid var(--border-soft);
}

.faq-a {
    padding: 20px 24px;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.9;
}

.faq-a strong { color: var(--primary-dark); font-weight: 700; }

/* =========================================================================
   CLOSING
========================================================================= */
.closing {
    background: linear-gradient(160deg, #FFF0F6 0%, #F0F8FF 100%);
}

.closing-content {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2;
}

.closing-content p {
    margin-bottom: 18px;
}

.closing-content strong { color: var(--primary-dark); }

/* =========================================================================
   CONTACT
========================================================================= */
.contact {
    background: transparent;
    padding-bottom: 140px;
}

.contact-box {
    background: var(--bg-card);
    padding: 56px 48px;
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-soft);
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contact-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-live);
    opacity: 0.06;
    pointer-events: none;
}

.contact-gift-badge {
    position: relative;
    display: inline-block;
    background: var(--accent);
    color: #6b4b00;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 14px rgba(255, 209, 102, 0.45);
}

.contact-title {
    position: relative;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    margin-bottom: 18px;
    line-height: 1.5;
}

.contact-line-id {
    position: relative;
    margin-top: 14px;
    font-size: 0.88rem;
    color: var(--text-muted);
    letter-spacing: 0.02em;
}

.contact-line-id strong {
    font-family: var(--font-en);
    color: var(--line-green);
    font-weight: 800;
    font-size: 1.05rem;
    margin-left: 2px;
}

.contact-lead {
    position: relative;
    font-size: 0.98rem;
    color: var(--text-muted);
    margin-bottom: 36px;
    line-height: 1.9;
}

.contact-lead strong { color: var(--primary-dark); }

.contact-buttons {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.contact-info {
    position: relative;
    text-align: left;
    background: #fafafa;
    padding: 20px 24px;
    border-radius: 16px;
    margin: 0 auto;
    max-width: 560px;
    font-size: 0.9rem;
    line-height: 1.9;
}

.contact-info li {
    padding: 6px 0;
    color: var(--text-muted);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.contact-info li:last-child { border-bottom: none; }

.contact-info strong {
    color: var(--text-main);
    font-weight: 700;
    margin-right: 4px;
}

/* =========================================================================
   FOOTER
========================================================================= */
.footer {
    background: #1a1320;
    color: #d6ced9;
    padding: 50px 20px 32px;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.footer-links a {
    color: #d6ced9;
    font-size: 0.88rem;
    transition: color 0.2s ease;
}

.footer-links a:hover { color: var(--primary); }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    font-size: 0.82rem;
    color: #8a7a85;
    line-height: 1.8;
}

.footer-note {
    margin-top: 6px;
    font-size: 0.75rem;
}

/* =========================================================================
   レスポンシブ
========================================================================= */
@media (max-width: 980px) {
    .about-grid,
    .pain-points,
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-list {
        grid-template-columns: 1fr;
    }

    .solution-flow {
        flex-direction: column;
    }

    .flow-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .sp-only { display: block; }

    .navbar-links {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: var(--bg-card);
        flex-direction: column;
        gap: 0;
        padding: 16px 0;
        border-bottom: 1px solid var(--border-soft);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transform: translateY(-110%);
        transition: transform 0.3s ease;
    }

    .navbar-links.open {
        transform: translateY(0);
    }

    .navbar-links a {
        padding: 14px 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .btn-nav { display: none; }

    .hamburger { display: block; }

    .section { padding: 80px 0; }

    .about-grid,
    .pain-points,
    .feature-grid,
    .sim-cards,
    .merit-grid {
        grid-template-columns: 1fr;
    }

    .highlight-box {
        padding: 24px 20px;
    }

    .contact-box {
        padding: 40px 24px;
    }

    .contact-buttons {
        flex-direction: column;
    }

    .contact-buttons .btn {
        width: 100%;
    }

    .step-list li {
        gap: 16px;
    }

    .step-number {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }

    .authority-list {
        flex-direction: column;
        align-items: stretch;
    }

    .authority-list li {
        justify-content: center;
    }

    .simulation-box {
        padding: 32px 20px;
    }

    .payout-table-wrap {
        padding: 20px 16px;
        overflow-x: visible;
    }

    /* テーブル → カード型UI 切替 */
    .payout-table { display: block; font-size: 0.92rem; }
    .payout-table thead { display: none; }
    .payout-table tbody { display: block; }
    .payout-table tr {
        display: block;
        background: #fff;
        border: 1px solid var(--border-soft);
        border-radius: 14px;
        padding: 14px 16px;
        margin-bottom: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    }
    .payout-table tr:last-child { margin-bottom: 0; }
    .payout-table tr.highlight-row {
        border-color: var(--primary-dark);
        background: linear-gradient(135deg, #FFF8E1 0%, #FFF0F6 100%);
    }
    .payout-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px dashed var(--border-soft);
        text-align: right;
    }
    .payout-table td:last-child { border-bottom: none; }
    .payout-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: var(--text-muted);
        font-size: 0.78rem;
        margin-right: 12px;
        text-align: left;
        flex-shrink: 0;
    }
    .payout-table .payout-ours { font-size: 1.05rem; }
    .payout-table .highlight-row .payout-ours { font-size: 1.2rem; }
    /* monthly-table 左寄せ調整を解除 */
    .monthly-table tbody td:first-child,
    .monthly-table thead th:first-child {
        padding-left: 0;
        text-align: right;
    }

    /* シミュレーター */
    .sim-calculator {
        grid-template-columns: 1fr;
        padding: 24px 20px;
        gap: 24px;
    }
    .sim-output { padding: 22px 16px; }
}

@media (max-width: 480px) {
    .main-catch { font-size: 1.7rem; }
    .sub-catch { font-size: 0.92rem; }
    .section-title { font-size: 1.35rem; }
    .container { padding: 0 16px; }
    .main-catch-lead { font-size: 1.2rem; }
    .solution-scarcity p { font-size: 0.88rem; padding: 8px 16px; }
}

/* =========================================================================
   HERO: 還元率100% 大型表示
========================================================================= */
.big-percent {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
    margin: 8px 0 4px;
}

.big-percent-num {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: clamp(5rem, 14vw, 10rem);
    letter-spacing: -0.04em;
    line-height: 0.9;
    background: var(--gradient-live);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(255, 122, 182, 0.2);
}

.big-percent-mark {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    color: var(--primary-dark);
    line-height: 1;
    margin-top: 10px;
    margin-left: 4px;
}

.main-catch-lead {
    display: block;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 800;
    color: var(--text-main);
    line-height: 1.3;
}

.main-catch-sub {
    display: block;
    font-size: clamp(1.1rem, 2.3vw, 1.6rem);
    font-weight: 800;
    margin-top: 14px;
    color: var(--text-main);
}

.sub-catch-note {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.82rem;
    color: var(--text-muted);
    background: var(--bg-card);
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid var(--border-soft);
}

.merit-note {
    font-size: 0.82rem !important;
    color: var(--text-muted) !important;
    background: #fafafa;
    padding: 12px 14px;
    border-radius: 12px;
    margin-top: 14px !important;
    line-height: 1.75 !important;
    border-left: 3px solid var(--primary);
}

/* =========================================================================
   REVEAL: 心理学セクション（嘘でしょ? → なぜ → どうやって）
========================================================================= */
.reveal {
    background: linear-gradient(180deg, #fffdfb 0%, #FFF5F9 100%);
}

.reveal-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 860px;
    margin: 0 auto;
}

.reveal-card {
    background: var(--bg-card);
    border-radius: 24px;
    padding: 32px 32px 30px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    position: relative;
    overflow: hidden;
}

.reveal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: var(--gradient-live);
}

.reveal-q {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 800;
    line-height: 1.55;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px dashed var(--border-soft);
    color: var(--text-main);
}

.reveal-q-mark {
    display: inline-block;
    font-family: var(--font-en);
    font-weight: 900;
    color: var(--primary-dark);
    margin-right: 8px;
    font-size: 1.1em;
}

.reveal-a p {
    font-size: 0.98rem;
    line-height: 1.95;
    color: var(--text-main);
    margin-bottom: 14px;
}

.reveal-a p:last-child { margin-bottom: 0; }

.reveal-a strong {
    color: var(--primary-dark);
    font-weight: 800;
}

.reveal-a-note {
    font-size: 0.85rem !important;
    color: var(--text-muted) !important;
    background: #fafafa;
    padding: 12px 16px;
    border-radius: 12px;
    margin-top: 16px !important;
    line-height: 1.7 !important;
}

.reveal-a-diagram {
    margin-top: 20px;
    display: grid;
    gap: 12px;
    background: linear-gradient(135deg, #FFF0F6 0%, #F0F8FF 100%);
    padding: 20px;
    border-radius: 16px;
}

.rd-block {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

.rd-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.5;
    text-align: right;
}

.rd-arrow {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--primary-dark);
}

.rd-result {
    font-size: 0.95rem;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 12px;
    text-align: center;
    line-height: 1.4;
}

.rd-result-liver {
    background: var(--gradient-live);
    color: #fff;
    box-shadow: 0 4px 14px rgba(255, 122, 182, 0.35);
}

.rd-result-agency {
    background: #fff;
    color: var(--text-main);
    border: 2px solid var(--primary);
}

/* =========================================================================
   WAGE TABLE: Pocochaランク別時給
========================================================================= */
.wage-table .rank-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1.05rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rank-pill.rank-e { background: #9e9e9e; }
.rank-pill.rank-d { background: #78909C; }
.rank-pill.rank-c { background: #42A5F5; }
.rank-pill.rank-b { background: #66BB6A; }
.rank-pill.rank-a { background: #FFA726; }
.rank-pill.rank-s {
    background: var(--gradient-live);
    box-shadow: 0 4px 14px rgba(255, 122, 182, 0.45);
}

.wage-range {
    font-family: var(--font-en);
    font-weight: 800;
    white-space: nowrap;
}

.wage-table tbody td:nth-child(2) {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.wage-cap-box {
    margin-top: 28px;
    background: linear-gradient(135deg, #FFF9E6 0%, #FFF0F6 100%);
    border: 1.5px dashed var(--accent);
    border-radius: 20px;
    padding: 26px 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.wage-cap-icon {
    font-size: 2.2rem;
    flex-shrink: 0;
    line-height: 1;
}

.wage-cap-body h3 {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
}

.wage-cap-body p {
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--text-main);
    margin-bottom: 8px;
}

.wage-cap-body p:last-child { margin-bottom: 0; }

.wage-cap-body strong {
    color: var(--primary-dark);
    font-weight: 800;
}

.wage-cap-note {
    font-size: 0.88rem !important;
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    margin-top: 10px !important;
    border-left: 3px solid var(--accent);
}

.wage-monthly-wrap {
    margin-top: 40px;
}

.wage-monthly-title {
    font-size: clamp(1.2rem, 2.4vw, 1.55rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
}

.wage-monthly-lead {
    text-align: center;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.9;
    max-width: 720px;
    margin: 0 auto 28px;
}

.wage-monthly-lead strong { color: var(--text-main); font-weight: 700; }

/* ---- 双方向シミュレーター ---- */
.sim-calculator {
    background: linear-gradient(135deg, #FFF0F6 0%, #FFE9F2 100%);
    border: 1px solid var(--border-soft);
    border-radius: 24px;
    padding: 36px 40px;
    margin: 0 auto 24px;
    max-width: 920px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    align-items: center;
}

.sim-inputs {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sim-input-row { display: flex; flex-direction: column; gap: 8px; }

.sim-input-label {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
}
.sim-input-label label {
    font-weight: 700;
    color: var(--text-main);
    margin-right: auto;
    font-size: 0.95rem;
}
.sim-input-value {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1.8rem;
    color: var(--primary-dark);
    line-height: 1;
}
.sim-input-unit {
    font-weight: 700;
    color: var(--text-main);
    font-size: 1rem;
}

.sim-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
    outline: none;
    cursor: pointer;
}
.sim-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--primary-dark);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(236, 64, 122, 0.35);
}
.sim-slider::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--primary-dark);
    cursor: pointer;
}

.sim-input-scale {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--text-muted);
    padding: 0 2px;
}

.sim-output {
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(236, 64, 122, 0.15);
}
.sim-output-label {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.sim-output-value {
    font-family: var(--font-en);
    line-height: 1;
    margin-bottom: 12px;
}
.sim-output-value #sim-revenue-display {
    font-size: clamp(2.6rem, 5vw, 3.6rem);
    font-weight: 900;
    color: var(--primary-dark);
}
.sim-output-unit {
    font-family: var(--font-base);
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-left: 4px;
}
.sim-output-formula {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px dashed var(--border-soft);
}

.monthly-table tbody td:first-child,
.monthly-table thead th:first-child {
    text-align: left;
    padding-left: 20px;
}

.monthly-table .payout-ours {
    font-family: var(--font-en);
    font-weight: 800;
    font-size: 1.1rem;
}

.monthly-table .highlight-row .payout-ours {
    font-size: 1.3rem;
}

.wage-monthly-insight {
    margin-top: 20px;
    padding: 18px 22px;
    background: #fff;
    border-radius: 16px;
    border-left: 4px solid var(--primary-dark);
    font-size: 0.95rem;
    line-height: 1.9;
    color: var(--text-main);
    box-shadow: var(--shadow-card);
}

.wage-monthly-insight strong { color: var(--primary-dark); font-weight: 800; }

.wage-highlight-box {
    margin-top: 36px;
    background: linear-gradient(135deg, #fff 0%, #FFF0F6 100%);
    border: 2px solid var(--primary-dark);
    border-radius: 24px;
    padding: 32px 32px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    box-shadow: var(--shadow-soft);
}

.wage-highlight-icon {
    font-size: 2.6rem;
    flex-shrink: 0;
}

.wage-highlight-body h3 {
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    font-weight: 800;
    line-height: 1.55;
    margin-bottom: 14px;
}

.wage-highlight-body p {
    font-size: 0.98rem;
    line-height: 1.95;
    color: var(--text-main);
    margin-bottom: 8px;
}

.wage-highlight-body strong {
    color: var(--primary-dark);
    font-weight: 800;
    font-family: var(--font-en);
    font-size: 1.1em;
}

.wage-highlight-note {
    font-size: 0.88rem !important;
    color: var(--text-muted) !important;
    margin-top: 8px !important;
}

/* =========================================================================
   ANALYTICS: データ解析セクション
========================================================================= */
.analytics { background: #fffdfb; }

.analytics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 24px;
}

.analytics-card {
    background: var(--bg-card);
    padding: 30px 26px;
    border-radius: 22px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.analytics-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

.analytics-num {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1.6rem;
    background: var(--gradient-live);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1;
}

.analytics-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 12px;
}

.analytics-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.85;
}

.analytics-card strong {
    color: var(--primary-dark);
    font-weight: 700;
}

.analytics-disclaimer {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.8;
    margin-top: 24px;
}

.analytics-system-showcase {
    margin: 0 auto 44px;
    max-width: 1040px;
    text-align: center;
}

.analytics-system-image {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    display: block;
}

.analytics-system-caption {
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.95;
    color: var(--text-muted);
}

.analytics-system-caption strong {
    color: var(--primary-dark);
    font-weight: 700;
}

/* =========================================================================
   POLICY: 受け入れ基準（月30時間・同一地域20店舗）
========================================================================= */
.policy {
    background: linear-gradient(160deg, #FFF5F9 0%, #fffdfb 100%);
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 28px;
}

.policy-card {
    background: var(--bg-card);
    border-radius: 24px;
    padding: 32px 30px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.policy-card-highlight {
    border: 2px solid var(--primary-dark);
    background: linear-gradient(145deg, #fff 0%, #FFF0F6 100%);
}

.policy-num {
    display: inline-block;
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--gradient-live);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 122, 182, 0.35);
    align-self: flex-start;
    margin-bottom: 18px;
}

.policy-card h3 {
    font-size: clamp(1.15rem, 2.2vw, 1.4rem);
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 14px;
}

.policy-body {
    font-size: 0.98rem;
    line-height: 1.9;
    color: var(--text-main);
    margin-bottom: 16px;
}

.policy-body strong {
    color: var(--primary-dark);
    font-weight: 800;
}

.policy-reason-list {
    background: #fafafa;
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 14px;
}

.policy-reason-list li {
    position: relative;
    padding: 8px 0 8px 22px;
    font-size: 0.9rem;
    line-height: 1.8;
    color: var(--text-main);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.policy-reason-list li:last-child { border-bottom: none; }

.policy-reason-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--primary-dark);
    font-weight: 900;
}

.policy-reason-list strong { color: var(--primary-dark); font-weight: 800; }

.policy-note {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.75;
    padding-top: 8px;
    border-top: 1px dashed var(--border-soft);
}

.policy-footer-note {
    text-align: center;
    padding: 24px 28px;
    background: #fff;
    border: 2px dashed var(--primary);
    border-radius: 20px;
    font-size: 1rem;
    line-height: 1.95;
    color: var(--text-main);
}

.policy-footer-note strong { color: var(--primary-dark); font-weight: 800; }

/* =========================================================================
   COMPARE TABLE: 自前 vs. utaverse LIVE
========================================================================= */
.compare-table-wrap {
    margin-bottom: 48px;
    background: var(--bg-card);
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft);
    overflow-x: auto;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.compare-table thead th {
    padding: 14px 14px;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--text-main);
    background: #fafafa;
    border-bottom: 2px solid var(--border-soft);
    text-align: center;
}

.compare-table thead th.compare-ours {
    background: var(--gradient-live);
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.compare-table tbody td {
    padding: 16px 14px;
    border-bottom: 1px solid var(--border-soft);
    text-align: center;
    font-weight: 500;
    line-height: 1.55;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.compare-table tbody td:first-child {
    text-align: left;
    font-weight: 700;
    color: var(--text-main);
    background: #fafafa;
    border-right: 1px solid var(--border-soft);
}

.compare-table tbody td.compare-ours {
    background: rgba(255, 122, 182, 0.08);
    color: var(--primary-dark);
    font-weight: 800;
    font-size: 0.95rem;
}

.compare-table tbody tr:last-child td { border-bottom: none; }

/* =========================================================================
   レスポンシブ追加
========================================================================= */
@media (max-width: 980px) {
    .analytics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .big-percent-num { font-size: 5.8rem; }
    .big-percent-mark { font-size: 2.6rem; }
    .main-catch-sub { font-size: 1.05rem; }

    .reveal-card { padding: 26px 22px; }
    .reveal-q { font-size: 1rem; }
    .reveal-a p { font-size: 0.93rem; }

    .rd-block {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 8px;
    }
    .rd-label { text-align: center; }
    .rd-arrow { transform: rotate(90deg); }

    .wage-highlight-box {
        flex-direction: column;
        padding: 24px 22px;
        gap: 14px;
    }
    .wage-highlight-icon { font-size: 2.2rem; }

    .wage-cap-box {
        flex-direction: column;
        padding: 22px 20px;
        gap: 12px;
    }
    .wage-cap-icon { font-size: 1.9rem; }

    .monthly-table tbody td:first-child,
    .monthly-table thead th:first-child {
        padding-left: 10px;
    }

    .analytics-grid {
        grid-template-columns: 1fr;
    }

    .analytics-system-image {
        border-radius: 14px;
    }
    .analytics-system-caption {
        font-size: 0.88rem;
        line-height: 1.8;
        margin-top: 16px;
    }

    .policy-grid {
        grid-template-columns: 1fr;
    }

    .compare-table {
        font-size: 0.8rem;
    }
    .compare-table thead th,
    .compare-table tbody td {
        padding: 10px 8px;
    }
    .compare-table tbody td {
        font-size: 0.78rem;
    }
    .compare-table tbody td.compare-ours {
        font-size: 0.82rem;
    }

    .wage-table .rank-pill {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .big-percent-num { font-size: 4.6rem; }
    .big-percent-mark { font-size: 2rem; margin-top: 6px; }
}

/* =========================================================================
   ナビゲーション内 問い合わせ＋LINEのボタン2点並び
========================================================================= */
.navbar-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-nav-outline {
    background: transparent;
    color: var(--primary-dark);
    border: 1.5px solid var(--primary-dark);
    box-shadow: none;
}
.btn-nav-outline:hover {
    background: rgba(236, 64, 122, 0.08);
    transform: translateY(-1px);
}

/* ヒーロー下のサブリンク */
.cta-sub-link {
    margin-top: 14px;
    font-size: 0.85rem;
    color: var(--text-muted);
    text-align: center;
}
.cta-sub-link a {
    color: var(--primary-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* =========================================================================
   問い合わせフォーム（contact.html / contact.php 共通）
========================================================================= */
.contact-form-section {
    padding-top: 130px;
}

.contact-intro-box {
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-left: 4px solid var(--primary-dark);
    border-radius: 18px;
    padding: 28px 32px;
    margin: 40px auto 32px;
    max-width: 780px;
    box-shadow: var(--shadow-card);
}
.contact-intro-title {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--primary-dark);
}
.contact-intro-lead {
    font-size: 0.95rem;
    margin-bottom: 16px;
    color: var(--text-main);
}
.contact-intro-list {
    list-style: disc;
    padding-left: 22px;
    color: var(--text-main);
}
.contact-intro-list li {
    font-size: 0.9rem;
    line-height: 1.75;
    margin-bottom: 10px;
}
.contact-intro-list a {
    color: var(--primary-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

/* フォーム本体 */
.contact-form {
    max-width: 780px;
    margin: 0 auto;
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-radius: 22px;
    padding: 40px 36px;
    box-shadow: var(--shadow-soft);
}

.form-row {
    margin-bottom: 26px;
}

.form-label {
    display: block;
    font-weight: 700;
    font-size: 0.98rem;
    margin-bottom: 8px;
    color: var(--text-main);
}
.form-required {
    display: inline-block;
    background: var(--primary-dark);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
    letter-spacing: 0.05em;
}
.form-required-sub {
    display: inline-block;
    margin-left: 8px;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--border-soft);
    border-radius: 12px;
    background: #fff;
    font-family: var(--font-jp);
    font-size: 1rem;
    color: var(--text-main);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}
.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--primary-dark);
    box-shadow: 0 0 0 3px rgba(236, 64, 122, 0.15);
}
.form-textarea {
    resize: vertical;
    min-height: 220px;
    line-height: 1.7;
}

.form-hint {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-top: 6px;
}

.form-counter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}
.form-counter {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
    margin: 0;
}
.form-counter.reached {
    color: #1a9b3e;
}
.form-counter.reached::before {
    content: '✓ ';
}

/* ハニーポット（人間からは完全に見えない） */
.form-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* 同意チェック */
.form-consent {
    margin-top: 8px;
}
.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    color: var(--text-main);
    cursor: pointer;
    line-height: 1.6;
}
.form-checkbox input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    accent-color: var(--primary-dark);
    flex-shrink: 0;
}
.form-checkbox a {
    color: var(--primary-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

/* エラー表示 */
.form-error {
    background: #fff0f3;
    border: 1px solid #f4a8b8;
    color: #b3144a;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-top: 16px;
    font-weight: 600;
}

/* 送信ボタン */
.form-submit-wrap {
    text-align: center;
    margin-top: 32px;
}
.form-submit-wrap .btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none !important;
    filter: grayscale(0.4);
}

/* contact.php 結果ページ */
.contact-result-box {
    max-width: 720px;
    margin: 40px auto 0;
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-radius: 22px;
    padding: 48px 40px;
    box-shadow: var(--shadow-soft);
    text-align: center;
}
.contact-result-box.result-ok {
    border-top: 5px solid #1a9b3e;
}
.contact-result-box.result-ng {
    border-top: 5px solid var(--primary-dark);
}
.contact-result-icon {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 16px;
}
.contact-result-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: var(--text-main);
}
.contact-result-msg {
    font-size: 1rem;
    color: var(--text-main);
    line-height: 1.8;
    margin-bottom: 28px;
}
.contact-result-subtitle {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 32px 0 16px;
    color: var(--primary-dark);
    text-align: left;
}
.contact-result-dl {
    text-align: left;
    background: var(--bg-base);
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
}
.contact-result-dl dt {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 14px;
}
.contact-result-dl dt:first-child {
    margin-top: 0;
}
.contact-result-dl dd {
    margin: 4px 0 0;
    font-size: 0.95rem;
    color: var(--text-main);
    line-height: 1.7;
    word-break: break-word;
}
.contact-result-note {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.7;
    text-align: left;
    margin-bottom: 24px;
}
.contact-result-note a {
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: underline;
}
.contact-result-actions {
    margin-top: 28px;
}

/* LP内 最終CTAの下に置くメールフォーム導線 */
.contact-alt {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px dashed var(--border-soft);
    text-align: center;
}
.contact-alt-lead {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin-bottom: 16px;
}
.contact-alt-note {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 12px;
}

.btn-outline {
    background: #fff;
    color: var(--primary-dark);
    border: 1.5px solid var(--primary-dark);
    padding: 14px 32px;
    font-size: 0.95rem;
}
.btn-outline:hover {
    background: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
}

/* レスポンシブ */
@media (max-width: 720px) {
    .contact-form {
        padding: 28px 20px;
        border-radius: 16px;
    }
    .contact-intro-box {
        padding: 22px 20px;
        border-radius: 14px;
    }
    .contact-result-box {
        padding: 32px 20px;
        border-radius: 16px;
    }
    .contact-result-title {
        font-size: 1.4rem;
    }
    .form-textarea {
        min-height: 200px;
    }
    .navbar-cta .btn-nav-outline {
        display: none;
    }
}
