.elementor-4220 .elementor-element.elementor-element-e11153b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a773202 */@charset "UTF-8";

/* ==========================================================================
   栄養プログラム LP — ダーク＋薄いゴールド（ラグジュアリー）
   ========================================================================== */
:root {
    /* アクセントゴールド：くすみを減らし濃いめの金色 */
    --lp-color-primary: #d4a83a;
    --lp-color-primary-light: rgba(212, 168, 58, 0.16);
    --lp-color-primary-dark: #9a7228;
    --lp-color-gold-bright: #e8c456;
    --lp-color-text-body: #f0ebe4;
    --lp-color-text-muted: #d0c9be;
    --lp-color-text-heading: #fffefb;
    /* 大見出し・セクションタイトル用（より明るく） */
    --lp-color-text-display: #fff5e6;
    --lp-color-bg-white: #14141a;
    --lp-color-accent: rgba(212, 168, 58, 0.4);
    --lp-bg-page: #0a0a0c;
    --lp-bg-elevated: #18181f;
    --lp-bg-card: #1f1f28;
    --lp-font-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    --lp-font-sans: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    --lp-radius: 12px;
    --lp-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    --lp-gradient-bg: linear-gradient(160deg, #16161e 0%, #0a0a0c 100%);
    --lp-gradient-gold: linear-gradient(135deg, #f0d878 0%, #d4a83a 42%, #9a7228 100%);
    --lp-shadow-premium: 0 12px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    --lp-border-gold: 1px solid rgba(201, 169, 98, 0.28);
    --lp-nav-h: 52px;
    /* 本文・見出しの可読性＋ラグジュアリーな深み（重ねて立体感） */
    --lp-text-shadow-body: 0 1px 2px rgba(0, 0, 0, 0.55), 0 2px 12px rgba(0, 0, 0, 0.35),
        0 0 1px rgba(0, 0, 0, 0.6);
    --lp-text-shadow-heading: 0 2px 4px rgba(0, 0, 0, 0.6), 0 4px 18px rgba(0, 0, 0, 0.42),
        0 0 32px rgba(201, 169, 98, 0.1);
    /* ヒーロー：キャッチはセクション見出し（.lp-story-h2）と同系色で統一 */
    --lp-hero-title-color: var(--lp-color-text-display);
    --lp-hero-lead-color: #f5f0e8;
    --lp-hero-badge-color: #ffe9a8;
    /* キャッチ：くっきりした黒の縁＋控えめなゴールドの外光 */
    --lp-text-shadow-hero-title:
        0 0 1px rgba(0, 0, 0, 0.95),
        0 1px 3px rgba(0, 0, 0, 0.92),
        0 2px 12px rgba(0, 0, 0, 0.78),
        0 4px 28px rgba(0, 0, 0, 0.5),
        0 0 2px rgba(0, 0, 0, 0.85),
        0 0 28px rgba(212, 168, 58, 0.28),
        0 0 56px rgba(212, 168, 58, 0.12);
    /* プログラム説明など：本文を一段明るく */
    --lp-color-text-bright: #f2ebe2;
    --lp-text-shadow-hero-lead:
        0 1px 3px rgba(0, 0, 0, 0.78),
        0 2px 14px rgba(0, 0, 0, 0.42),
        0 0 20px rgba(201, 169, 98, 0.32),
        0 0 40px rgba(201, 169, 98, 0.14);
    --lp-text-shadow-hero-badge:
        0 1px 3px rgba(0, 0, 0, 0.92),
        0 2px 10px rgba(0, 0, 0, 0.55),
        0 0 16px rgba(201, 169, 98, 0.55),
        0 0 32px rgba(201, 169, 98, 0.28);
    --lp-text-shadow-gold-cta: 0 1px 2px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.25);
}

html {
    scroll-padding-top: var(--lp-nav-h);
}

body.lp-page-dark {
    margin: 0;
    background: var(--lp-bg-page);
    color: var(--lp-color-text-body);
}

/* メインコピー：影でコントラストと高級感（継承されないためセレクタで付与） */
body.lp-page-dark .lp-content-wrapper :is(p, li, td, th, dd, dt, label, summary, caption, blockquote) {
    text-shadow: var(--lp-text-shadow-body);
}

body.lp-page-dark .lp-content-wrapper .lp-story-body,
body.lp-page-dark .lp-content-wrapper .lp-story-lead,
body.lp-page-dark .lp-content-wrapper .lp-pain-list li,
body.lp-page-dark .lp-content-wrapper .lp-program-list li,
body.lp-page-dark .lp-content-wrapper .lp-win-list li,
body.lp-page-dark .lp-content-wrapper .lp-voice-text,
body.lp-page-dark .lp-content-wrapper .lp-voice-title,
body.lp-page-dark .lp-content-wrapper .lp-faq-text,
body.lp-page-dark .lp-content-wrapper .lp-bar-label,
body.lp-page-dark .lp-content-wrapper .lp-pricing-notes,
body.lp-page-dark .lp-content-wrapper .lp-flow-step-body,
body.lp-page-dark .lp-content-wrapper .lp-accordion-content,
body.lp-page-dark .lp-content-wrapper .lp-check-item,
body.lp-page-dark .lp-content-wrapper .lp-tag,
body.lp-page-dark .lp-content-wrapper .lp-solution-quote-inner {
    text-shadow: var(--lp-text-shadow-body);
}

body.lp-page-dark .lp-content-wrapper .lp-hero-badge {
    color: var(--lp-hero-badge-color);
    text-shadow: var(--lp-text-shadow-hero-badge);
}

body.lp-page-dark .lp-content-wrapper .lp-pricing-amount,
body.lp-page-dark .lp-content-wrapper .lp-pricing-label {
    text-shadow: var(--lp-text-shadow-body);
}

body.lp-page-dark .lp-content-wrapper h1,
body.lp-page-dark .lp-content-wrapper h2,
body.lp-page-dark .lp-content-wrapper h3,
body.lp-page-dark .lp-content-wrapper h4 {
    text-shadow: var(--lp-text-shadow-heading);
}

body.lp-page-dark .lp-content-wrapper .lp-hero h1.lp-catchphrase {
    color: #fff5e6 !important;
    -webkit-text-fill-color: #fff5e6 !important;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 1),
        0 2px 14px rgba(0, 0, 0, 0.78),
        0 4px 28px rgba(0, 0, 0, 0.5),
        0 0 36px rgba(212, 168, 58, 0.35) !important;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

body.lp-page-dark .lp-content-wrapper .lp-hero-lead {
    color: var(--lp-hero-lead-color);
    text-shadow: var(--lp-text-shadow-hero-lead);
}

body.lp-page-dark .lp-content-wrapper .lp-btn-inner {
    text-shadow: var(--lp-text-shadow-gold-cta);
}

body.lp-page-dark .lp-content-wrapper img,
body.lp-page-dark .lp-content-wrapper video,
body.lp-page-dark .lp-content-wrapper iframe {
    text-shadow: none;
}

/* Influencer Japan 型: 固定ページ内ナビ */
.lp-ij-nav {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(10, 10, 12, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201, 169, 98, 0.2);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.lp-ij-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 10px 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.lp-ij-nav-inner a {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
    color: var(--lp-color-text-body);
    text-decoration: none;
    border: 1px solid rgba(201, 169, 98, 0.35);
    background: rgba(22, 22, 30, 0.9);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.lp-ij-nav-inner a:hover,
.lp-ij-nav-inner a:focus-visible {
    background: rgba(201, 169, 98, 0.2);
    color: var(--lp-color-text-heading);
    border-color: var(--lp-color-primary);
    outline: none;
}

body.lp-page-dark .lp-ij-nav-inner a {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 0 1px rgba(0, 0, 0, 0.5);
}

/* ご契約の流れ */
.lp-flow-section {
    padding: 70px 0;
    background: var(--lp-bg-elevated);
    border-top: 1px solid rgba(201, 169, 98, 0.12);
}

.lp-flow-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.lp-flow-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.lp-flow-step:last-child {
    margin-bottom: 0;
}

.lp-flow-step-num {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #e8c456 0%, #c49428 100%);
    color: #1a1410;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.lp-flow-step-body {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.lp-flow-step-body strong {
    display: block;
    font-size: 1.05rem;
    color: var(--lp-color-text-heading);
    margin-bottom: 6px;
}

.lp-flow-step-body span {
    display: block;
    font-size: 0.9rem;
    color: var(--lp-color-text-muted);
    line-height: 1.7;
}

/* 文章構成用セクション（悩み・解決・締め） */
.lp-story-section {
    padding: 72px 0;
    border-top: 1px solid rgba(201, 169, 98, 0.12);
}

.lp-story-pain {
    background:
        radial-gradient(ellipse 90% 60% at 50% 0%, rgba(212, 168, 58, 0.08) 0%, transparent 55%),
        var(--lp-bg-page);
}

/* お悩みセクション：リードをさらに明るく（見出しは .lp-story-h2 共通） */

#pain .lp-story-lead {
    color: #ddd6c8;
    font-size: 0.95rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

#pain .lp-pain-list li {
    background: rgba(32, 30, 38, 0.92);
    border: 1px solid rgba(212, 168, 58, 0.32);
    color: #ebe6dc;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

#pain.lp-story-section {
    padding-bottom: 88px;
}

.lp-story-solution {
    background:
        radial-gradient(ellipse 100% 80% at 50% 0%, rgba(212, 168, 58, 0.07) 0%, transparent 55%),
        linear-gradient(180deg, #1e1e28 0%, #15151c 100%);
}

/* 「どんなプログラムか」：視認性重視で全体を明るく */
#solution .lp-program-grid dt {
    color: var(--lp-color-gold-bright);
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65), 0 0 12px rgba(212, 168, 58, 0.2);
}

#solution .lp-program-grid dd {
    color: var(--lp-color-text-bright);
    font-size: 1.03rem;
    line-height: 1.95;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

#solution .lp-program-grid dd strong {
    color: #fff5e8;
    font-weight: 700;
}

#solution .lp-solution-quote {
    background: rgba(40, 38, 48, 0.92);
    border: 1px solid rgba(212, 168, 58, 0.38);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

#solution .lp-solution-quote-inner {
    color: var(--lp-color-text-bright);
    font-size: 1.06rem;
}

#solution .lp-jin-message p {
    color: var(--lp-color-text-bright);
    font-size: 1.02rem;
}

#solution .lp-jin-message strong {
    color: #fff8ee;
}

.lp-story-solution .lp-story-body {
    text-align: left;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.lp-story-message {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, var(--lp-bg-elevated) 0%, var(--lp-bg-page) 100%);
    border-top: 1px solid rgba(201, 169, 98, 0.12);
}

.lp-message-signoff {
    margin: 28px 0 0;
    text-align: center;
    font-family: var(--lp-font-serif);
    font-size: clamp(1.05rem, 3vw, 1.2rem);
    color: #e8c456;
    letter-spacing: 0.06em;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.lp-story-h2 {
    font-family: var(--lp-font-serif);
    font-size: clamp(1.35rem, 3.5vw, 1.75rem);
    text-align: center;
    color: var(--lp-color-text-display);
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 12px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 168, 58, 0.12);
}

.lp-story-lead {
    text-align: center;
    font-size: 0.92rem;
    color: #d4cdc0;
    margin: 0 0 28px;
}

.lp-story-body {
    font-size: 1rem;
    line-height: 2;
    color: var(--lp-color-text-body);
    text-align: center;
}

.lp-pain-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.lp-pain-list li {
    position: relative;
    padding: 14px 16px;
    margin-bottom: 10px;
    background: var(--lp-bg-card);
    border-radius: var(--lp-radius);
    border: 1px solid rgba(201, 169, 98, 0.15);
    line-height: 1.75;
    color: var(--lp-color-text-body);
    font-size: 0.95rem;
    text-align: left;
    list-style: none;
    list-style-type: none;
}

.lp-pain-list li:last-child {
    margin-bottom: 0;
}

/* Container and NAV */
.lp-voice-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.lp-voice-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

/* Tab Buttons */
.lp-tab-btn {
    display: inline-block;
    padding: 12px 25px;
    background: var(--lp-bg-card);
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    color: var(--lp-color-text-body);
    transition: all 0.3s;
    border: 2px solid rgba(201, 169, 98, 0.3);
    font-size: 0.95rem;
    outline: none;
    appearance: none;
}

.lp-tab-btn:hover {
    background: rgba(201, 169, 98, 0.12);
    transform: translateY(-2px);
}

.lp-tab-btn.is-active {
    background: linear-gradient(135deg, #b88828 0%, #e8c456 100%);
    color: #1a1410;
    border-color: var(--lp-color-gold-bright);
    box-shadow: 0 4px 20px rgba(212, 168, 58, 0.4);
}

/* Tab Content Area */
.lp-tab-content {
    display: none;
    text-align: left;
    animation: fadeInTab 0.5s ease;
}

.lp-tab-content.is-active {
    display: block;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Voice Card Styling（料金カードと同系のコントラスト） */
.lp-voice-card {
    background: #1f1f28 !important;
    border: 2px solid rgba(212, 168, 58, 0.35) !important;
    border-radius: 12px;
    padding: 30px;
    box-shadow: var(--lp-shadow);
    position: relative;
    margin-bottom: 20px;
}

.lp-voice-card::before {
    content: "VOICE";
    position: absolute;
    top: -12px;
    left: 20px;
    background: linear-gradient(135deg, #8b7355, #c9a962);
    color: #0a0a0c;
    font-size: 0.75rem;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.lp-voice-card .lp-voice-title {
    color: #fff5e8 !important;
    -webkit-text-fill-color: #fff5e8 !important;
}

.lp-voice-card .lp-voice-text {
    color: #e8e2d8 !important;
}

.lp-voice-title {
    font-weight: bold;
    font-size: 1.15rem;
    color: var(--lp-color-text-heading);
    margin-bottom: 15px;
    line-height: 1.5;
    border-bottom: 2px dotted rgba(201, 169, 98, 0.35);
    padding-bottom: 12px;
    margin-top: 10px;
}

.lp-voice-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--lp-color-text-body);
}

/* Wrapper & Layout */
.lp-content-wrapper {
    font-family: var(--lp-font-sans);
    color: var(--lp-color-text-body);
    line-height: 1.9;
    font-size: 16px;
    overflow-x: hidden;
    background: var(--lp-bg-page);
}

.lp-content-wrapper * {
    box-sizing: border-box;
}

.lp-content-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Premium Design Classes（料金カード .lp-pricing-card と同系：WPで変数が死んでも読めるよう実色＋!important） */
.lp-premium-card {
    background: #1f1f28 !important;
    background-image: none !important;
    box-shadow: var(--lp-shadow-premium);
    border: 2px solid rgba(212, 168, 58, 0.35) !important;
    border-radius: var(--lp-radius);
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    color: #e8e4dc !important;
}

.lp-premium-card h1,
.lp-premium-card h2,
.lp-premium-card h3 {
    color: #fff5e8 !important;
    -webkit-text-fill-color: #fff5e8 !important;
}

.lp-premium-card h4 {
    color: #e8c456 !important;
}

.lp-premium-card p,
.lp-premium-card li,
.lp-premium-card td,
.lp-premium-card th {
    color: #efe8dc !important;
}

.lp-premium-card strong {
    color: #fff8ee !important;
}

.lp-premium-card h3 span {
    color: #d4ccc0 !important;
    -webkit-text-fill-color: #d4ccc0 !important;
}

.lp-premium-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--lp-gradient-gold);
}

.lp-text-gradient {
    background: linear-gradient(45deg, var(--lp-color-primary-dark), #9F8C7D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Grids & Flex - RESPONSIVE FIXES */
.lp-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.lp-flex-col {
    flex: 1;
    min-width: 280px;
    /* Ensure wrapping on small screens */
}

/* 実践ボディメイク講義：2カラムリスト（狭い幅での不自然な改行を抑える） */
.lp-bodymake-split {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 36px;
    align-items: flex-start;
    margin-top: 8px;
}

.lp-bodymake-col {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 720px) {
    .lp-bodymake-col {
        flex: 1 1 calc(50% - 18px);
        min-width: min(100%, 300px);
    }
}

#curriculum .lp-bodymake-col h4 {
    margin: 0 0 12px !important;
}

#curriculum .lp-bodymake-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#curriculum .lp-bodymake-list li {
    position: relative;
    padding: 10px 0 10px 1.65em;
    margin: 0;
    line-height: 1.75;
    font-size: clamp(0.92rem, 2.6vw, 1rem);
    color: #efe8dc !important;
    word-break: keep-all;
    line-break: strict;
    overflow-wrap: break-word;
    hyphens: none;
}

#curriculum .lp-bodymake-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 10px;
    color: #d4a83a;
    font-weight: 700;
}

/* Responsive Grid System */
.lp-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.lp-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Mobile adjustments for Grids */
@media (max-width: 900px) {
    .lp-grid-3 {
        grid-template-columns: repeat(2, 1fr);
        /* 2 cols on tablet */
    }
}

@media (max-width: 600px) {

    .lp-grid-3,
    .lp-grid-2 {
        grid-template-columns: 1fr;
        /* 1 col on mobile */
    }

    .lp-premium-card {
        padding: 25px 20px;
        /* Less padding on mobile */
    }

    .lp-voice-nav {
        gap: 10px;
    }

    .lp-tab-btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
}

/* Lists - CHECKMARK FIX */
.lp-check-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.lp-check-item {
    background: #2a2a35 !important;
    color: #f0ebe4 !important;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(201, 169, 98, 0.28) !important;
    display: flex;
    /* Flexbox for alignment */
    align-items: flex-start;
    /* Align top */
    gap: 12px;
    line-height: 1.6;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Pseudo-element for checkmark icon */
.lp-check-item::before {
    content: "✔";
    color: var(--lp-color-primary);
    font-weight: bold;
    flex-shrink: 0;
    /* Prevent shrinking */
    margin-top: 2px;
    /* Fine-tune optical alignment */
}

/* Image Frame - ASPECT RATIO FIX */
.lp-image-frame {
    width: 100%;
    background-color: var(--lp-bg-card);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.15);
    /* Allow height to accommodate tall images without cropping/stretching excessively */
    height: auto;
    min-height: 200px;
}

.lp-image-frame img {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    display: block;
}

/* Profile Adjustments */
.lp-profile-img-container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Headings */
.lp-content-wrapper h2 {
    font-family: var(--lp-font-serif);
    color: var(--lp-color-text-heading);
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}

.lp-content-wrapper h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--lp-color-primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .lp-content-wrapper h2 より詳細度を上げてストーリー見出しの明るいトーンを確実に適用 */
.lp-content-wrapper h2.lp-story-h2 {
    color: var(--lp-color-text-display);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 168, 58, 0.12);
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: clamp(1.35rem, 3.5vw, 1.75rem);
    font-weight: 800;
}

.lp-content-wrapper h3 {
    font-family: var(--lp-font-serif);
    color: var(--lp-color-text-heading);
    margin-top: 30px;
    margin-bottom: 20px;
}

/* ROI Table（ライブZoom表：料金カード／プレミアムカードと同系・ダーク＋金） */
.lp-roi-table {
    width: 100%;
    min-width: 440px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 40px 0;
    box-shadow: var(--lp-shadow);
    border-radius: var(--lp-radius);
    overflow: hidden;
    border: 2px solid rgba(212, 168, 58, 0.35);
    background: #1f1f28;
}

.lp-roi-table th {
    background: linear-gradient(180deg, #2d2a38 0%, #1f1f28 100%);
    color: #fff5e8;
    padding: 16px 14px;
    font-family: var(--lp-font-serif);
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(212, 168, 58, 0.35);
}

.lp-roi-table th:first-child {
    text-align: left;
}

body.lp-page-dark .lp-content-wrapper .lp-roi-table th {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.lp-roi-table td {
    background-color: #1a1a22;
    color: #efe8dc;
    padding: 16px 14px;
    border-bottom: 1px solid rgba(201, 169, 98, 0.15);
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.lp-roi-table td:first-child {
    text-align: left;
}

.lp-roi-table tbody tr:last-child td {
    border-bottom: none;
}

.lp-roi-table td strong {
    color: #e8c456;
    font-weight: 700;
}

.lp-roi-table td.lp-roi-td-feedback-overview {
    text-align: left;
    vertical-align: top;
}

.lp-roi-table .lp-service-feedback-list {
    margin: 10px 0 0;
    padding-left: 1.2em;
    line-height: 1.75;
    font-size: 0.95rem;
    color: #efe8dc;
    list-style-type: disc;
}

.lp-roi-table .lp-service-feedback-list li {
    margin-bottom: 6px;
}

.lp-roi-table .lp-service-feedback-list li:last-child {
    margin-bottom: 0;
}

.lp-service-feedback-note {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.82rem;
    font-weight: 400;
    color: #b8aea6;
    line-height: 1.45;
}

.lp-roi-table .highlight-cell {
    color: #e8c456;
    font-weight: bold;
    background-color: rgba(212, 168, 58, 0.1);
}

@media (min-width: 640px) {

    .lp-roi-table td:first-child,
    .lp-roi-table td:last-child {
        white-space: nowrap;
    }

    .lp-roi-table td.lp-roi-td-feedback-staff {
        white-space: normal;
    }
}

/* Highlight Box */
.lp-highlight-box {
    background-color: var(--lp-color-primary-light);
    padding: 30px;
    border-radius: var(--lp-radius);
    margin: 30px 0;
}

/* Button */
.lp-btn-inner {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    background: linear-gradient(135deg, #c9a962 0%, #8b7355 100%);
    color: #0a0a0c;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 10px 28px rgba(201, 169, 98, 0.35);
}

.lp-btn-inner:hover {
    opacity: 0.95;
    transform: translateY(-3px);
    box-shadow: 0 15px 36px rgba(201, 169, 98, 0.45);
}

/* Responsive */
@media (max-width: 768px) {

    .lp-grid-3,
    .lp-grid-4 {
        grid-template-columns: 1fr;
    }

    .lp-content-wrapper h2 {
        font-size: 1.5rem;
    }
}

/* ======================================== 
   Accordion & FAQ 
======================================== */
.lp-accordion {
    border-top: 2px solid rgba(201, 169, 98, 0.2);
}

.lp-accordion-item {
    border-bottom: 1px solid rgba(201, 169, 98, 0.15);
}

.lp-accordion-item[open] {
    background-color: rgba(201, 169, 98, 0.06);
}

.lp-accordion-summary {
    padding: 25px 20px;
    cursor: pointer;
    font-weight: bold;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: background-color 0.2s;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--lp-color-text-heading);
}

.lp-accordion-summary:hover {
    background-color: rgba(201, 169, 98, 0.08);
}

.lp-accordion-summary::-webkit-details-marker {
    display: none;
}

/* Custom Q marker */
.lp-faq-q {
    color: var(--lp-color-primary);
    font-size: 1.3rem;
    line-height: 1.2;
    flex-shrink: 0;
    font-family: var(--lp-font-serif);
}

.lp-faq-text {
    flex-grow: 1;
}

.lp-accordion-content {
    padding: 0 20px 30px 50px;
    color: var(--lp-color-text-body);
    line-height: 1.8;
}

/* Mobile tweak */
@media (max-width: 600px) {
    .lp-accordion-content {
        padding: 0 20px 30px 20px;
    }
}

/* ======================================== 
   Custom Icons (CSS Only)
======================================== */
.lp-video-placeholder {
    width: 120px;
    height: 80px;
    background: linear-gradient(135deg, #6D5D52 0%, #502220 100%);
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(80, 34, 32, 0.2);
    border: 2px solid #8a7b6e;
}

/* Play button triangle */
.lp-video-placeholder::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
    margin-left: 5px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Tape/Film styling details */
.lp-video-placeholder::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 15px;
    right: 15px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

/* ======================================== 
   Categorized Customer Voices Section (Carousel) 
======================================== */
.lp-voice-tabs {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

/* Carousel Container */
.lp-voice-carousel-container {
    margin-bottom: 40px;
    padding: 20px 0;
}

.lp-voice-carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--lp-color-primary) #1a1a22;
    padding: 10px 0 20px 0;
}

.lp-voice-carousel-wrapper::-webkit-scrollbar {
    height: 8px;
}

.lp-voice-carousel-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.lp-voice-carousel-wrapper::-webkit-scrollbar-thumb {
    background: var(--lp-color-primary, #A0522D);
    border-radius: 4px;
}

.lp-voice-carousel {
    display: flex;
    gap: 20px;
    padding: 0 10px;
}

.lp-voice-carousel .lp-voice-card {
    flex: 0 0 calc(100% - 40px);
    min-width: 300px;
    max-width: 400px;
    scroll-snap-align: start;
}

/* Carousel Display Logic - Show all carousels */
.lp-voice-carousel-container .lp-voice-carousel-wrapper {
    display: block;
}

/* Image Carousel */
.lp-image-carousel-container {
    margin-top: 60px;
    margin-bottom: 40px;
}

.lp-image-carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--lp-color-primary) #1a1a22;
    padding: 10px 0 20px 0;
}

.lp-image-carousel-wrapper::-webkit-scrollbar {
    height: 8px;
}

.lp-image-carousel-wrapper::-webkit-scrollbar-track {
    background: #1a1a22;
    border-radius: 4px;
}

.lp-image-carousel-wrapper::-webkit-scrollbar-thumb {
    background: var(--lp-color-primary, #A0522D);
    border-radius: 4px;
}

.lp-image-carousel {
    display: flex;
    gap: 20px;
    padding: 0 10px;
}

.lp-image-carousel-item {
    flex: 0 0 calc(100% - 40px);
    min-width: 300px;
    max-width: 500px;
    scroll-snap-align: start;
}

.lp-image-carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Pricing block */
.lp-pricing-section {
    padding: 70px 0;
    background: var(--lp-bg-page);
    border-top: 1px solid rgba(201, 169, 98, 0.12);
}

.lp-pricing-card {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 32px;
    background: #1f1f28 !important;
    border: 2px solid rgba(201, 169, 98, 0.35);
    border-radius: var(--lp-radius);
    box-shadow: var(--lp-shadow);
    text-align: center;
}

.lp-pricing-label {
    margin: 0 0 8px;
    font-size: 0.95rem;
    color: var(--lp-color-text-muted);
    letter-spacing: 0.05em;
}

.lp-pricing-amount {
    margin: 0 0 24px;
    font-family: var(--lp-font-serif);
    font-size: clamp(2rem, 6vw, 2.75rem);
    font-weight: 800;
    color: var(--lp-color-primary);
    line-height: 1.2;
}

.lp-pricing-amount span {
    font-size: 0.55em;
    font-weight: 700;
    margin-left: 2px;
}

.lp-pricing-notes {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.92rem;
    color: var(--lp-color-text-body);
    line-height: 1.85;
}

.lp-pricing-notes li {
    margin-bottom: 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.lp-pricing-notes li:last-child {
    margin-bottom: 0;
}

/* Site footer */
.lp-site-footer {
    padding: 48px 20px 32px;
    background: #050506;
    color: #c4beb6;
    font-size: 0.85rem;
    line-height: 1.7;
    border-top: 1px solid rgba(201, 169, 98, 0.15);
}

body.lp-page-dark .lp-site-footer .lp-site-footer-brand,
body.lp-page-dark .lp-site-footer p,
body.lp-page-dark .lp-site-footer a {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 2px 8px rgba(0, 0, 0, 0.35);
}

.lp-site-footer-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.lp-site-footer-brand {
    font-family: var(--lp-font-serif);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.lp-site-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    margin: 20px 0 16px;
}

.lp-site-footer-links a {
    color: #c9bfb8;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lp-site-footer-links a:hover {
    color: #fff;
}

.lp-site-footer-copy {
    margin: 0;
    font-size: 0.78rem;
    color: #9a918b;
}

/* Responsive */
@media (max-width: 768px) {
    .lp-voice-carousel .lp-voice-card {
        flex: 0 0 calc(100% - 20px);
        min-width: 280px;
    }

    .lp-image-carousel-item {
        flex: 0 0 calc(100% - 20px);
        min-width: 280px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .lp-voice-carousel .lp-voice-card {
        flex: 0 0 calc(100% - 10px);
        min-width: 260px;
    }

    .lp-image-carousel-item {
        flex: 0 0 calc(100% - 10px);
        min-width: 260px;
    }
}

/* --------------------------------------------------------------------------
   Hero / 選ばれる理由グラフ / タグ
   -------------------------------------------------------------------------- */
.lp-hero {
    background:
        radial-gradient(ellipse 95% 65% at 50% 8%, rgba(201, 169, 98, 0.1) 0%, transparent 52%),
        radial-gradient(ellipse 120% 80% at 50% -20%, rgba(201, 169, 98, 0.16) 0%, transparent 55%),
        linear-gradient(180deg, #0e0e12 0%, var(--lp-bg-page) 100%);
    padding-bottom: 8px;
}

.lp-hero-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 24px 50px;
    text-align: center;
    /* 透過パネル：明るめにして文字を浮かせる */
    background: rgba(48, 44, 56, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(255, 220, 160, 0.18);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(0, 0, 0, 0.35);
}

@media (max-width: 640px) {
    .lp-hero-inner {
        margin-left: 12px;
        margin-right: 12px;
        padding: 32px 18px 44px;
    }
}

.lp-hero-badge {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(145deg, rgba(90, 70, 35, 0.55) 0%, rgba(45, 38, 28, 0.85) 100%);
    color: var(--lp-hero-badge-color);
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.1em;
    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(232, 200, 100, 0.45),
        0 0 32px rgba(212, 168, 58, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    margin: 0 auto 40px auto;
    border: 1px solid rgba(232, 196, 90, 0.55);
}

.lp-catchphrase .lp-hero-kicker {
    font-size: 0.55em;
    display: block;
    margin-bottom: 15px;
    color: var(--lp-color-text-muted);
    font-weight: normal;
}

.lp-hero-lead {
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 2;
    color: var(--lp-hero-lead-color);
    max-width: 640px;
    margin: 0 auto;
}

.lp-hero-cta-wrap {
    margin-top: 32px;
}

.lp-hero-cta-wrap .lp-btn-inner {
    margin: 0 auto;
    background: linear-gradient(145deg, #dfc78a 0%, #c9a962 38%, #9a7d4a 100%);
    color: #141210;
    box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 236, 200, 0.25),
        0 0 36px rgba(201, 169, 98, 0.45),
        0 4px 16px rgba(201, 169, 98, 0.25);
}

.lp-hero-cta-wrap .lp-btn-inner:hover {
    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 236, 200, 0.35),
        0 0 48px rgba(201, 169, 98, 0.55),
        0 6px 20px rgba(201, 169, 98, 0.35);
}

.lp-reasons-section {
    background: var(--lp-bg-elevated);
    padding: 70px 0;
}

.lp-reasons-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 50px 30px;
    background: var(--lp-bg-card);
    border-radius: 20px;
    box-shadow: var(--lp-shadow);
    border: 1px solid rgba(201, 169, 98, 0.15);
    position: relative;
    overflow: hidden;
}

.lp-reasons-inner > .lp-gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--lp-gradient-gold);
}

.lp-chart-block {
    margin-bottom: 40px;
}

.lp-chart-block:last-of-type {
    margin-bottom: 0;
}

.lp-chart-block h3 {
    font-size: 1.05rem;
    margin: 0 0 20px;
    color: var(--lp-color-text-heading);
    text-align: center;
    font-family: var(--lp-font-serif);
    font-weight: 700;
}

.lp-bar-row {
    margin-bottom: 14px;
}

.lp-bar-row:last-child {
    margin-bottom: 0;
}

.lp-bar-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    font-size: 0.88rem;
    margin-bottom: 6px;
    color: var(--lp-color-text-body);
}

.lp-bar-label span:last-child {
    color: var(--lp-color-primary);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.lp-bar-track {
    height: 12px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.12);
}

.lp-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #8b7355, #c9a962, #e8d5a3);
    border-radius: 5px;
}

.lp-win-list {
    list-style: none;
    margin: 0 auto 36px;
    padding: 0;
    max-width: 720px;
}

.lp-win-list li {
    position: relative;
    padding: 12px 14px 12px 16px;
    margin-bottom: 10px;
    border-left: 3px solid var(--lp-color-primary);
    background: rgba(201, 169, 98, 0.06);
    border-radius: 0 8px 8px 0;
    line-height: 1.75;
    font-size: 0.95rem;
    text-align: left;
    list-style: none;
    list-style-type: none;
}

.lp-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto;
}

.lp-tag {
    display: inline-block;
    padding: 6px 12px;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--lp-color-text-body);
    background: rgba(201, 169, 98, 0.06);
    border: 1px solid rgba(201, 169, 98, 0.22);
    border-radius: 999px;
}

.lp-program-grid {
    text-align: left;
    max-width: 720px;
    margin: 0 auto 32px;
}

.lp-program-grid dl {
    margin: 0;
}

.lp-program-grid dt {
    font-weight: 800;
    color: var(--lp-color-primary);
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.lp-program-grid dt:first-child {
    margin-top: 0;
}

.lp-program-grid dd {
    margin: 0;
    line-height: 1.85;
    color: var(--lp-color-text-body);
}

.lp-solution-quote {
    position: relative;
    background: #1f1f28 !important;
    padding: 40px;
    border-radius: 20px;
    margin: 32px auto 0;
    max-width: 780px;
    text-align: left;
    border: 2px solid rgba(212, 168, 58, 0.3) !important;
}

.lp-solution-quote-inner {
    font-family: var(--lp-font-serif);
    font-style: italic;
    font-size: 1.05rem;
    line-height: 2;
    color: #efe8dc !important;
}

.lp-section-band {
    background: var(--lp-bg-elevated);
}

.lp-section-band-alt {
    background: var(--lp-bg-page);
}

.lp-offer-section {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(180deg, var(--lp-bg-page) 0%, #0e0e12 100%);
}

.lp-offer-card {
    background: #1f1f28 !important;
    padding: 60px 40px;
    border: 2px solid rgba(212, 168, 58, 0.35) !important;
    border-radius: 15px;
    box-shadow: var(--lp-shadow);
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e8e4dc !important;
}

.lp-section-faq {
    background: var(--lp-bg-elevated);
    border-top: 1px solid rgba(201, 169, 98, 0.1);
}

.lp-program-list {
    list-style: none;
    margin: 0 auto 24px;
    padding: 0;
    max-width: 720px;
    text-align: left;
}

.lp-program-list li {
    position: relative;
    padding: 10px 10px 10px 28px;
    margin-bottom: 8px;
    line-height: 1.75;
    font-size: 0.98rem;
}

.lp-program-list li::before {
    content: "・";
    position: absolute;
    left: 8px;
    color: var(--lp-color-primary);
    font-weight: bold;
}

.lp-offer-card h2 {
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 0;
}

.lp-offer-card h2::after {
    display: none;
}

.lp-reasons-section .lp-story-h2 {
    margin-top: 0;
}

.lp-reasons-section .lp-story-h2::after {
    display: block;
}

/* ==========================================================================
   LP 視認性ブースト（テーマ上書き・全セクション）
   ========================================================================== */

.lp-service-lead {
    text-align: center;
    margin-bottom: 28px;
    font-size: 1.05rem;
    line-height: 1.85;
    color: #ddd4c8 !important;
}

/* 選ばれる理由 */
#reasons h2 {
    color: var(--lp-color-text-display) !important;
}

#reasons .lp-story-body {
    color: #efe8dc !important;
}

#reasons .lp-chart-block h3 {
    color: #fff5e8 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

#reasons .lp-bar-label {
    color: #e8e0d4 !important;
}

#reasons .lp-bar-label span:last-child {
    color: var(--lp-color-gold-bright) !important;
}

#reasons .lp-win-list li {
    color: #efe8dc !important;
    background: rgba(212, 168, 58, 0.1) !important;
    border-left-color: var(--lp-color-gold-bright) !important;
}

#reasons .lp-tag {
    color: #e8e2d8 !important;
    background: rgba(212, 168, 58, 0.12) !important;
    border-color: rgba(232, 196, 90, 0.4) !important;
}

#reasons .lp-reasons-inner {
    background: rgba(36, 34, 44, 0.95);
    border-color: rgba(212, 168, 58, 0.28);
}

/* 選ばれる理由：「代謝回復のあとに…」見出し（1枚目：暗背景でもくっきり） */
#reasons .lp-reasons-inner > h3 {
    color: #fff5e8 !important;
    -webkit-text-fill-color: #fff5e8 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55), 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}

/* プログラムの内容 */
#service h2 {
    color: var(--lp-color-text-display) !important;
}

#service h3 {
    color: #fff5e8 !important;
}

#service .lp-premium-card h3 {
    color: #fff5e8 !important;
}

#service .lp-premium-card p {
    color: #ddd4c8 !important;
}

/* カリキュラム */
#curriculum h2 {
    color: #fff5e8 !important;
}

#curriculum > div > div:first-child p {
    color: #d4ccc0 !important;
}

#curriculum .lp-premium-card h3 {
    color: #fff5e8 !important;
}

#curriculum .lp-premium-card h4 {
    color: var(--lp-color-gold-bright) !important;
}

#curriculum .lp-check-item {
    color: #e8e2d8 !important;
}

#curriculum .lp-flex-col ul li {
    color: #ddd6c8 !important;
}

#curriculum .lp-premium-card ul li {
    color: #e8e2d8 !important;
}

/* 講師・体制 */
#team h2 {
    color: var(--lp-color-text-display) !important;
}

#team .lp-premium-card h3 {
    color: #fff5e8 !important;
}

#team .lp-premium-card p {
    color: #efe8dc !important;
}

/* お客様の声 */
#voices h2 {
    color: var(--lp-color-text-display) !important;
}

#voices > div > p:first-of-type {
    color: #ddd4c8 !important;
}

#voices .lp-voice-title {
    color: #fff5e8 !important;
}

#voices .lp-voice-text {
    color: #e8e2d8 !important;
}

/* 特典 */
#bonus h2 {
    color: var(--lp-color-text-display) !important;
}

#bonus .lp-premium-card p {
    color: #efe8dc !important;
}

/* お申し込み特典：番号付きリスト（吹き出し風カード） */
#bonus .lp-bonus-card {
    padding: 28px 24px 26px;
}

#bonus .lp-bonus-lead {
    text-align: center;
    font-size: 1rem;
    line-height: 1.95;
    margin: 0 0 22px !important;
}

#bonus .lp-bonus-lead strong {
    color: var(--lp-color-gold-bright) !important;
}

#bonus .lp-bonus-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#bonus .lp-bonus-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(42, 42, 53, 0.55);
    border: 1px solid rgba(212, 168, 58, 0.28);
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

#bonus .lp-bonus-badge {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #e8c456;
    color: #e8c456;
    background: rgba(212, 168, 58, 0.12);
    font-weight: 800;
    font-family: var(--lp-font-serif);
    font-size: 1.05rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

#bonus .lp-bonus-item-inner {
    flex: 1;
    min-width: 0;
}

#bonus .lp-bonus-item-title {
    margin: 0 0 8px !important;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff5e8 !important;
    line-height: 1.55;
}

#bonus .lp-bonus-item-title strong {
    color: var(--lp-color-gold-bright) !important;
}

#bonus .lp-bonus-item-text {
    margin: 0 !important;
    font-size: 0.95rem;
    line-height: 1.85;
    color: #e8e4dc !important;
}

#bonus .lp-bonus-item-note {
    margin: 10px 0 0 !important;
    font-size: 0.78rem;
    line-height: 1.7;
    color: #b8aea6 !important;
}

@media (max-width: 480px) {
    #bonus .lp-bonus-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #bonus .lp-bonus-badge {
        margin-top: 0;
    }
}

/* 個別相談CTA・流れ */
#consult-cta h2,
#flow h2 {
    color: var(--lp-color-text-display) !important;
}

#flow > div > p {
    color: #d0c9be !important;
}

#flow .lp-flow-step-body strong {
    color: #fff5e8 !important;
}

#flow .lp-flow-step-body span {
    color: #d4ccc0 !important;
}

/* FAQ */
#faq h2 {
    color: var(--lp-color-text-display) !important;
}

#faq .lp-faq-text {
    color: #f0ebe4 !important;
}

#faq .lp-accordion-content {
    color: #e5dfd4 !important;
}

/* 最後にひとこと */
#message .lp-story-body {
    color: #efe8dc !important;
}

#message .lp-story-body strong {
    color: #fff8ee !important;
}

/* 保証ブロック */
#guarantee h3 {
    color: var(--lp-color-gold-bright) !important;
}

#guarantee .lp-premium-card p {
    color: #efe8dc !important;
}

/* 無料相談（オファー） */
#offer > div > p {
    color: #ddd4c8 !important;
}

#offer .lp-offer-card h2 {
    color: var(--lp-color-text-display) !important;
}

#offer .lp-offer-card p {
    color: #d4ccc0 !important;
}

/* 個別相談のみLP：中間CTAのボタンを中央寄せ（ヒーローと同クラス） */
.lp-consult-cta-section .lp-hero-cta-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* カリキュラム：折りたたみ（details） */
.lp-curriculum-details {
    margin-top: 8px;
}

.lp-curriculum-details-summary {
    cursor: pointer;
    list-style: none;
    font-family: var(--lp-font-serif);
    font-size: clamp(0.98rem, 2.8vw, 1.1rem);
    font-weight: 700;
    color: #fff5e8;
    padding: 18px 22px;
    background: #1f1f28;
    border: 2px solid rgba(212, 168, 58, 0.35);
    border-radius: var(--lp-radius);
    text-align: center;
    box-shadow: var(--lp-shadow);
    line-height: 1.55;
}

.lp-curriculum-details-summary::-webkit-details-marker {
    display: none;
}

.lp-curriculum-details-summary::after {
    content: " ▼";
    font-size: 0.85em;
    color: #e8c456;
}

.lp-curriculum-details[open] .lp-curriculum-details-summary::after {
    content: " ▲";
}

.lp-curriculum-details[open] .lp-curriculum-details-summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: rgba(212, 168, 58, 0.2);
}

.lp-curriculum-details-inner {
    padding: 24px 0 0;
    border: 2px solid rgba(212, 168, 58, 0.35);
    border-top: none;
    border-radius: 0 0 var(--lp-radius) var(--lp-radius);
    background: transparent;
}

#curriculum .lp-curriculum-details-summary {
    color: #fff5e8 !important;
}/* End custom CSS */


