/* =============================================================
   lp-sub.css — 公開ページ（料金・ブログ・LP・規約・お問い合わせ）の部品
   lp-top.css（トークン・ヘッダー・フッター・ボタン）のあとに読み込む。
   方針: 長い本文は「紙のカード（クリーム地に濃い文字）」に載せて読みやすく、
         見出しと短い導入だけ夜空の上に置く。
   ============================================================= */
body.lp-body, body.lp-sub { margin: 0; background: var(--lp-bg); color: var(--lp-text); font-family: var(--font-body); font-size: 15px; line-height: 1.9; }
body.lp-body::before { display: none; }
.lp-container { max-width: 880px; margin: 0 auto; padding: 0 20px; }
.lp-sub-main { padding-bottom: 24px; }

/* ---------- 見出し・本文 ---------- */
.lp-section { padding: 56px 0; }
.lp-section-alt { background: rgba(255,255,255,0.035); border-top: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); }
.lp-section h2 { font-family: var(--font-display); font-size: clamp(21px, 2.6vw, 26px); font-weight: 700; color: var(--lp-cream); line-height: 1.5; margin: 0 0 16px; padding-left: 16px; border-left: 3px solid var(--lp-gold); letter-spacing: 0.03em; }
.lp-section h3 { font-family: var(--font-display); }
.lp-section p { font-size: 15px; line-height: 1.95; color: var(--lp-text); margin: 0 0 14px; }
.lp-section p:last-child { margin-bottom: 0; }
.lp-section strong { color: var(--lp-cream); font-weight: 700; }
.lp-section a { color: var(--lp-gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(246,197,106,0.5); }
.lp-section a:hover { text-decoration-color: var(--lp-gold); }
@media (max-width: 640px) { .lp-section { padding: 44px 0; } .lp-section h2 { font-size: 20px; padding-left: 12px; } .lp-section p { font-size: 14.5px; } }

/* ---------- ヒーロー（小さめ） ---------- */
.lp-hero { position: relative; overflow: hidden; background: #171B45 url('../img/design/bg-night.jpg?v=20260923a') center 30% / cover no-repeat; padding: 60px 20px 52px; text-align: center; }
.lp-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,16,48,0.6) 0%, rgba(14,16,48,0.45) 40%, rgba(20,24,56,0.92) 100%); }
.lp-hero-nightmare { background-image: url('../img/design/bg-night-lake.jpg?v=20260923a'); background-position: center 60%; }
.lp-hero-meaning { background-image: url('../img/design/bg-night-crystal.jpg'); background-position: center 40%; }
.lp-hero-inner { position: relative; max-width: 760px; margin: 0 auto; }
.lp-hero-label { display: inline-block; font-family: var(--font-display); font-size: 13px; letter-spacing: 0.18em; color: var(--lp-gold); margin: 0 0 12px; }
.lp-hero-label::before { content: '✧ '; }
.lp-hero h1 { font-family: var(--font-display); font-size: clamp(24px, 3.4vw, 36px); line-height: 1.5; color: var(--lp-cream); text-shadow: 0 4px 30px rgba(0,0,0,0.45); margin: 0 0 16px; letter-spacing: 0.03em; }
.lp-hero-sub { font-size: 15.5px; line-height: 2; color: #EDE7F5; margin: 0 0 22px; }
.lp-hero-compact { padding: 44px 20px 36px; }
.lp-hero-compact h1 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 8px; }
.lp-hero-compact .lp-hero-sub { margin: 0; font-size: 14.5px; }
@media (max-width: 640px) { .lp-hero { padding: 44px 16px 40px; } .lp-hero h1 { font-size: 23px; } .lp-hero-sub { font-size: 14.5px; } .lp-hero-sub br { display: none; } }

/* ---------- ボタン ---------- */
.lp-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 30px; border-radius: 999px; background: linear-gradient(135deg, var(--lp-orange) 0%, var(--lp-orange-2) 100%); color: #fff; font-weight: 700; font-size: 16px; text-decoration: none !important; box-shadow: 0 10px 28px rgba(232,127,80,0.38), inset 0 1px 0 rgba(255,255,255,0.35); border: none; cursor: pointer; font-family: var(--font-body); white-space: nowrap; transition: transform .15s, box-shadow .15s; }
.lp-cta-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(232,127,80,0.45); color: #fff; }
.lp-cta-btn-outline { background: #fff; color: var(--lp-ink); box-shadow: none; border: 1px solid rgba(59,47,92,0.25); }
.lp-cta-btn-outline:hover { color: var(--lp-ink); box-shadow: 0 6px 16px rgba(59,47,92,0.12); }
.lp-cta-note { margin-top: 10px; font-size: 12.5px; color: var(--lp-muted); line-height: 1.7; }
.lp-midcta { text-align: center; padding: 36px 0; }
.lp-midcta .lp-midcta-lead { font-family: var(--font-display); color: var(--lp-cream); font-size: 16px; margin: 0 0 14px; }
.lp-midcta .lp-midcta-sub { font-size: 13px; margin: 12px 0 0; }
@media (max-width: 640px) { .lp-cta-btn { padding: 14px 22px; font-size: 15px; } .lp-hero .lp-cta-btn, .lp-cta-block .lp-cta-btn, .lp-midcta .lp-cta-btn { width: 100%; max-width: 360px; } }

/* ---------- 手順（紙のカード） ---------- */
.lp-steps { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.lp-step { display: flex; gap: 14px; align-items: flex-start; background: var(--lp-paper); color: var(--lp-ink); border-radius: 18px; padding: 16px 18px; box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
.lp-step-num { flex: none; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--lp-orange), var(--lp-orange-2)); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 16px; box-shadow: 0 6px 14px rgba(232,127,80,0.3); }
.lp-step h3 { font-size: 16px; color: var(--lp-ink); margin: 5px 0 6px; line-height: 1.5; }
.lp-section .lp-step p { font-size: 13.5px; color: var(--lp-ink-soft); line-height: 1.8; margin: 0; }
.lp-step a { color: #C9622F; }

/* ---------- カード ---------- */
.lp-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 22px; }
.lp-card { background: var(--lp-paper); color: var(--lp-ink); border-radius: 18px; padding: 20px 18px 18px; box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
.lp-card-dark { background: var(--lp-paper-2); }
.lp-card-icon { font-size: 30px; margin-bottom: 8px; line-height: 1; }
.lp-card-img { width: 64px; height: 64px; margin-bottom: 10px; }
.lp-card-img img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(59,47,92,0.2)); }
.lp-card h3 { font-size: 15.5px; color: var(--lp-ink); margin: 0 0 6px; line-height: 1.5; }
.lp-section .lp-card p { font-size: 13.5px; color: var(--lp-ink-soft); line-height: 1.8; margin: 0; }
.lp-card a { color: #C9622F; }
@media (max-width: 640px) { .lp-cards { grid-template-columns: 1fr; gap: 10px; } }

/* ---------- 悩みと解決 ---------- */
.lp-problem-list { display: flex; flex-direction: column; gap: 14px; margin-top: 22px; }
.lp-problem { border-radius: 18px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
.lp-problem-q { padding: 16px 18px; background: rgba(255,255,255,0.06); border: 1px solid var(--lp-line); border-bottom: none; }
.lp-problem-label { display: block; font-family: var(--font-display); font-size: 11.5px; letter-spacing: 0.1em; color: var(--lp-gold); }
.lp-problem-q h3 { font-size: 16px; color: var(--lp-cream); margin: 4px 0 0; line-height: 1.5; }
.lp-problem-a { padding: 16px 18px; background: var(--lp-paper); color: var(--lp-ink); }
.lp-solution-label { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: 0.06em; color: #C9622F; margin-bottom: 4px; }
.lp-section .lp-problem-a p { color: var(--lp-ink); font-size: 14px; line-height: 1.85; margin: 0; }
.lp-problem-a a { color: #C9622F; }

/* ---------- 画像＋説明 ---------- */
.lp-features { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.lp-feature { display: flex; gap: 22px; align-items: center; background: rgba(255,255,255,0.05); border: 1px solid var(--lp-line); border-radius: 20px; padding: 18px 20px; }
.lp-feature-reverse { flex-direction: row-reverse; }
.lp-feature-img { flex: none; width: 150px; }
.lp-feature-img img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.4)); }
.lp-feature-text h3 { font-size: 17px; color: var(--lp-cream); margin: 0 0 8px; line-height: 1.5; }
.lp-section .lp-feature-text p { font-size: 14px; margin: 0; }
@media (max-width: 640px) { .lp-feature, .lp-feature-reverse { flex-direction: column; text-align: center; gap: 12px; padding: 16px; } .lp-feature-img { width: 120px; } }

/* ---------- 比較（△ と ◎） ---------- */
.lp-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0; }
.lp-compare-item { border-radius: 18px; padding: 18px; }
.lp-compare-old { background: rgba(255,255,255,0.05); border: 1px solid var(--lp-line); }
.lp-compare-new { background: var(--lp-paper); color: var(--lp-ink); box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
.lp-compare-item h3 { font-size: 15px; margin: 0 0 10px; }
.lp-compare-old h3 { color: var(--lp-muted); }
.lp-compare-new h3 { color: #C9622F; }
.lp-compare-item ul { list-style: none; margin: 0; padding: 0; }
.lp-compare-item li { position: relative; padding-left: 20px; margin-bottom: 6px; font-size: 13.5px; line-height: 1.7; }
.lp-compare-old li { color: var(--lp-text); }
.lp-compare-new li { color: var(--lp-ink); }
.lp-compare-old li::before { content: '△'; position: absolute; left: 0; color: var(--lp-muted); font-size: 12px; }
.lp-compare-new li::before { content: '◎'; position: absolute; left: 0; color: #C9622F; font-size: 12px; }
@media (max-width: 640px) { .lp-compare { grid-template-columns: 1fr; } }

/* ---------- 夢の一覧・年表・表・注意 ---------- */
.lp-dream-list { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.lp-dream-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: var(--lp-paper); color: var(--lp-ink); border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
.lp-dream-icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: rgba(59,47,92,0.08); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.lp-dream-item h3 { font-size: 15.5px; margin: 3px 0 4px; color: var(--lp-ink); line-height: 1.5; }
.lp-section .lp-dream-item p { font-size: 13.5px; color: var(--lp-ink-soft); margin: 0; line-height: 1.8; }
.lp-timeline { position: relative; margin-top: 22px; padding-left: 28px; }
.lp-timeline::before { content: ''; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(180deg, var(--lp-gold), rgba(246,197,106,0.1)); }
.lp-timeline-item { position: relative; margin-bottom: 22px; }
.lp-timeline-item::before { content: ''; position: absolute; left: -25px; top: 7px; width: 10px; height: 10px; border-radius: 50%; background: var(--lp-gold); box-shadow: 0 0 8px rgba(246,197,106,0.6); }
.lp-timeline-era { display: block; font-family: var(--font-display); font-size: 11.5px; letter-spacing: 0.14em; color: var(--lp-gold); }
.lp-timeline-item h3 { font-size: 16px; color: var(--lp-cream); margin: 4px 0 6px; line-height: 1.5; }
.lp-section .lp-timeline-item p { font-size: 14px; margin: 0; }
.lp-table-wrap { margin-top: 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 16px; background: var(--lp-paper); color: var(--lp-ink); padding: 6px 12px; box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
.lp-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.lp-table th, .lp-table td { padding: 11px 12px; text-align: left; border-bottom: 1px solid rgba(59,47,92,0.12); vertical-align: top; line-height: 1.7; color: var(--lp-ink); }
.lp-table th { font-weight: 700; background: rgba(59,47,92,0.05); }
.lp-table tr:last-child td { border-bottom: none; }
.lp-notice { background: rgba(255,255,255,0.05); border: 1px solid rgba(246,197,106,0.4); border-left: 4px solid var(--lp-gold); border-radius: 16px; padding: 22px 20px; }
.lp-notice h2 { border: none; padding: 0; font-size: 19px; margin-bottom: 8px; }
.lp-notice ul { list-style: none; margin: 12px 0 0; padding: 0; }
.lp-notice li { position: relative; padding-left: 20px; margin-bottom: 8px; line-height: 1.75; font-size: 14px; color: var(--lp-text); }
.lp-notice li::before { content: '✦'; position: absolute; left: 0; top: 2px; color: var(--lp-gold); font-size: 11px; }
.lp-references { font-size: 12.5px; color: var(--lp-muted); padding-left: 20px; margin: 8px 0 0; }
.lp-references li { margin-bottom: 6px; line-height: 1.7; }
.lp-section .lp-fine { font-size: 12.5px; color: var(--lp-muted); }
.lp-section h2.lp-h2-small { font-size: 17px; }
.lp-voices { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 22px; }
.lp-voice { background: var(--lp-paper); color: var(--lp-ink); border-radius: 18px; padding: 18px; box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
.lp-voice-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.lp-voice-head img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.lp-voice-meta { font-size: 12.5px; color: var(--lp-ink-soft); }
.lp-section .lp-voice p { font-size: 13.5px; color: var(--lp-ink); line-height: 1.8; margin: 0; }

/* ---------- FAQ（紙のカード） ---------- */
.lp-faq-list { margin-top: 18px; background: var(--lp-paper); color: var(--lp-ink); border-radius: 22px; padding: 6px 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.lp-faq { border-top: 1px solid rgba(59,47,92,0.12); }
.lp-faq:first-child { border-top: none; }
.lp-faq summary { list-style: none; display: flex; align-items: center; gap: 10px; padding: 15px 4px; cursor: pointer; font-weight: 700; font-size: 14.5px; color: var(--lp-ink); line-height: 1.6; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::before { content: '✦'; color: var(--lp-gold); font-size: 12px; flex: none; }
.lp-faq summary::after { content: '+'; margin-left: auto; font-size: 22px; color: var(--lp-ink-soft); font-weight: 400; transition: transform .2s; flex: none; }
.lp-faq[open] summary::after { transform: rotate(45deg); }
.lp-section .lp-faq p, .lp-faq p { padding: 0 4px 16px 26px; font-size: 13.5px; color: var(--lp-ink-soft); line-height: 1.9; margin: 0; }
.lp-faq a { color: #C9622F; }
@media (max-width: 640px) { .lp-faq-list { padding: 4px 14px; border-radius: 18px; } .lp-faq summary { font-size: 14px; } }

/* ---------- 最後の CTA ---------- */
.lp-cta-section { position: relative; overflow: hidden; background: #0E1233 url('../img/design/bg-night-lake.jpg?v=20260923a') center 70% / cover no-repeat; padding: 84px 0 96px; text-align: center; border: none; }
.lp-cta-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,20,54,0.9) 0%, rgba(16,20,54,0.35) 45%, rgba(10,12,40,0.55) 100%); }
.lp-cta-block { position: relative; padding: 0; }
.lp-cta-block h2 { border: none; padding: 0; text-align: center; font-size: clamp(24px, 3.4vw, 34px); text-shadow: 0 4px 30px rgba(0,0,0,0.5); margin-bottom: 0; }
.lp-section .lp-cta-block p, .lp-cta-block p { font-family: var(--font-display); font-size: 15.5px; color: var(--lp-cream); line-height: 2.1; margin: 14px 0 22px; text-shadow: 0 2px 12px rgba(0,0,0,0.6); }
.lp-cta-block .lp-cta-btn { padding: 17px 36px; font-size: 17px; }
.lp-cta-block .lp-cta-note { color: var(--lp-cream); opacity: .85; }
@media (max-width: 640px) { .lp-cta-section { padding: 60px 0 76px; } }

/* ---------- スマホの固定 CTA ---------- */
.lp-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(12,14,40,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--lp-line); display: none; }
.lp-sticky-cta .lp-cta-btn { width: 100%; max-width: none; padding: 13px 16px; font-size: 15px; }
@media (max-width: 640px) { .lp-sticky-cta { display: block; } body.has-sticky { padding-bottom: 72px; } }

/* ---------- 料金ページ ---------- */
.pricing-page .pricing { background: none; padding: 40px 0 56px; }
.pricing-page .plan-toggle { margin: 0 auto 18px; }
.pricing-page .plan .btn-plan { margin-top: 12px; }
.pricing-page .plan .btn-plan-sub { display: block; text-align: center; font-size: 12.5px; color: var(--lp-ink-soft); margin-top: 8px; text-decoration: none; }
.pricing-page .plan .btn-plan-sub:hover { text-decoration: underline; }
.cmp-card { background: var(--lp-paper); color: var(--lp-ink); border-radius: 22px; padding: 18px 18px; box-shadow: 0 20px 50px rgba(0,0,0,0.35); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 20px; }
.cmp-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.cmp-table th, .cmp-table td { padding: 10px 8px; text-align: center; border-bottom: 1px solid rgba(59,47,92,0.1); line-height: 1.6; color: var(--lp-ink); }
.cmp-table th:first-child, .cmp-table td:first-child { text-align: left; color: var(--lp-ink); }
.cmp-table thead th { font-family: var(--font-display); font-size: 13.5px; color: var(--lp-ink-soft); border-bottom: 1px solid rgba(59,47,92,0.25); }
.cmp-table thead th.rec { color: #C9622F; }
.cmp-table tbody tr:last-child td { border-bottom: none; }
.cmp-table .yes { color: #C9622F; font-weight: 800; }
.cmp-table .no { color: rgba(59,47,92,0.35); }
.pricing-note { font-size: 12.5px; color: var(--lp-muted); text-align: center; margin-top: 16px; line-height: 1.8; }
.pricing-note a { color: var(--lp-gold); }
.lp-section .lp-center { text-align: center; }
@media (max-width: 640px) { .cmp-card { padding: 12px 10px; border-radius: 18px; } .cmp-table { font-size: 12px; } .cmp-table th, .cmp-table td { padding: 9px 5px; } }

/* ---------- ブログ ---------- */
.blog-page { padding: 32px 0 56px; }
.blog-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.blog-card { display: flex; gap: 14px; background: var(--lp-paper); color: var(--lp-ink); border-radius: 18px; padding: 16px; text-decoration: none; box-shadow: 0 12px 30px rgba(0,0,0,0.28); transition: transform .15s, box-shadow .15s; }
.blog-card:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,0.35); }
.blog-card-thumbnail { flex: none; width: 96px; height: 72px; border-radius: 12px; overflow: hidden; }
.blog-card-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.blog-card-title { font-family: var(--font-body); font-weight: 700; font-size: 15px; color: var(--lp-ink); line-height: 1.6; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card-description { font-size: 12.5px; color: var(--lp-ink-soft); line-height: 1.7; margin: 6px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card-meta { display: flex; gap: 10px; font-size: 11.5px; color: var(--lp-ink-soft); margin-top: auto; padding-top: 8px; }
.blog-pagination { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 24px; }
.blog-pagination .btn { display: inline-block; padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(243,233,215,0.5); color: var(--lp-cream); text-decoration: none; font-size: 13px; background: rgba(255,255,255,0.04); }
.blog-pagination-info { font-size: 13px; color: var(--lp-muted); }
.blog-empty { text-align: center; color: var(--lp-muted); padding: 40px 0; }
@media (max-width: 640px) { .blog-page { padding: 20px 0 48px; } .blog-list { grid-template-columns: 1fr; gap: 10px; } .blog-card { padding: 14px; } }
/* 記事 */
.blog-article { max-width: 880px; margin: 0 auto; }
.blog-article-header { padding: 8px 0 20px; }
.blog-back-link { display: inline-block; color: var(--lp-gold); text-decoration: none; font-size: 13px; }
.blog-back-link:hover { text-decoration: underline; }
.blog-article-title { font-family: var(--font-display); font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--lp-cream); line-height: 1.5; margin: 12px 0 10px; letter-spacing: 0.02em; }
.blog-article-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--lp-muted); }
.blog-lang-switcher { display: flex; gap: 6px; margin-top: 10px; }
.blog-lang-switcher .lang-link { font-size: 12px; padding: 3px 10px; border-radius: 999px; border: 1px solid var(--lp-line); color: var(--lp-text); text-decoration: none; }
.blog-lang-switcher .lang-link.active { background: var(--lp-gold); color: var(--lp-ink); border-color: transparent; font-weight: 700; }
.blog-article-thumbnail { border-radius: 18px; overflow: hidden; margin-bottom: 18px; box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.blog-article-thumbnail img { width: 100%; height: auto; display: block; }
/* 記事本文: 背景なし・余白なしで、夜空の上にそのまま（文字色は本文の既定色） */
.blog-article-content { padding: 0; font-size: 15.5px; line-height: 2; word-break: break-word; overflow-wrap: anywhere; }
.blog-article-content h2 { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--lp-cream); margin: 36px 0 14px; padding: 10px 14px; border-left: 4px solid var(--lp-gold); background: rgba(255,255,255,0.06); border-radius: 0 10px 10px 0; line-height: 1.5; }
.blog-article-content h2:first-child { margin-top: 0; }
.blog-article-content h3 { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--lp-gold); margin: 26px 0 10px; line-height: 1.5; }
.blog-article-content h4 { font-size: 15.5px; font-weight: 700; color: var(--lp-cream); margin: 20px 0 8px; }
.blog-article-content p { margin: 0 0 18px; }
.blog-article-content ul, .blog-article-content ol { margin: 0 0 18px; padding-left: 24px; }
.blog-article-content li { margin-bottom: 6px; }
.blog-article-content a { color: var(--lp-gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(246,197,106,0.5); }
.blog-article-content a:hover { text-decoration-color: var(--lp-gold); }
.blog-article-content strong { color: var(--lp-cream); font-weight: 700; }
.blog-article-content blockquote { border-left: 3px solid var(--lp-gold); background: rgba(255,255,255,0.05); padding: 12px 18px; margin: 18px 0; border-radius: 0 10px 10px 0; color: var(--lp-text); }
.blog-article-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 14px 0; display: block; }
.blog-article-content table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 13.5px; }
.blog-article-content th, .blog-article-content td { border: 1px solid var(--lp-line); padding: 9px 12px; text-align: left; vertical-align: top; }
.blog-article-content th { background: rgba(255,255,255,0.06); color: var(--lp-cream); font-weight: 700; }
.blog-article-content pre { background: rgba(0,0,0,0.35); color: #EEE8FF; padding: 14px; border-radius: 10px; overflow-x: auto; font-size: 13px; line-height: 1.7; }
.blog-article-content code { background: rgba(255,255,255,0.08); border-radius: 4px; padding: 1px 5px; font-size: 0.92em; }
.blog-article-content pre code { background: none; padding: 0; }
.blog-article-content hr { border: none; border-top: 1px dashed var(--lp-line); margin: 24px 0; }
.blog-faq { margin-top: 22px; background: var(--lp-paper); color: var(--lp-ink); border-radius: 22px; padding: 22px 22px 8px; box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.blog-faq h2 { font-family: var(--font-display); font-size: 19px; color: var(--lp-ink); margin: 0 0 6px; }
.faq-item-display { border-top: 1px solid rgba(59,47,92,0.12); }
.faq-item-display:first-of-type { border-top: none; }
.faq-item-display summary { list-style: none; display: flex; align-items: center; gap: 10px; padding: 14px 4px; cursor: pointer; font-weight: 700; font-size: 14.5px; color: var(--lp-ink); line-height: 1.6; }
.faq-item-display summary::-webkit-details-marker { display: none; }
.faq-item-display summary::before { content: '✦'; color: var(--lp-gold); font-size: 12px; flex: none; }
.faq-item-display summary::after { content: '+'; margin-left: auto; font-size: 22px; color: var(--lp-ink-soft); font-weight: 400; transition: transform .2s; flex: none; }
.faq-item-display[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 4px 14px 26px; font-size: 13.5px; color: var(--lp-ink-soft); line-height: 1.9; }
.blog-share { margin-top: 22px; text-align: center; }
.blog-share-label { display: block; font-size: 12.5px; color: var(--lp-muted); margin-bottom: 10px; }
.blog-share-buttons { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.blog-share-btn { border: none; border-radius: 999px; padding: 9px 18px; font-weight: 700; font-size: 13px; cursor: pointer; font-family: var(--font-body); color: #fff; background: var(--lp-ink); }
.blog-share-btn.share-x { background: #000; }
.blog-share-btn.share-line { background: #06C755; }
.blog-nav-bottom { margin-top: 22px; text-align: center; }
.blog-nav-bottom .btn { display: inline-block; padding: 11px 22px; border-radius: 999px; border: 1px solid rgba(243,233,215,0.5); color: var(--lp-cream); text-decoration: none; font-size: 14px; background: rgba(255,255,255,0.04); }
.blog-404 { text-align: center; padding: 60px 20px; }
.blog-404 h1 { font-family: var(--font-display); font-size: 40px; color: var(--lp-cream); margin: 0 0 8px; }
@media (max-width: 640px) { .blog-article-content { font-size: 15px; line-height: 1.95; } .blog-article-content h2 { font-size: 18px; margin: 28px 0 12px; } .blog-article-content h3 { font-size: 16px; } .blog-faq { padding: 18px 14px 6px; border-radius: 18px; } }

/* ---------- 規約・ポリシー・特商法 ---------- */
.legal-page { max-width: 760px; margin: 0 auto; padding: 36px 20px 56px; }
.legal-header { text-align: center; margin-bottom: 26px; padding: 0; }
.legal-header h1 { font-family: var(--font-display); font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--lp-cream); margin: 0 0 6px; letter-spacing: 0.03em; }
.legal-header p { font-size: 13px; color: var(--lp-muted); margin: 0; }
.legal-card { background: var(--lp-paper); color: var(--lp-ink); border-radius: 20px; padding: 22px 22px; margin-bottom: 14px; box-shadow: 0 12px 30px rgba(0,0,0,0.28); border: none; backdrop-filter: none; }
.legal-card h2 { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--lp-ink); margin: 0 0 10px; padding-bottom: 8px; border-bottom: 1px dashed rgba(59,47,92,0.22); }
.legal-card h3 { font-size: 15px; font-weight: 700; color: #C9622F; margin: 14px 0 6px; }
.legal-card p, .legal-card li { font-size: 14px; color: var(--lp-ink); line-height: 1.9; }
.legal-card p { margin: 0 0 10px; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card ul, .legal-card ol { padding-left: 22px; margin: 6px 0 10px; }
.legal-card li { margin-bottom: 4px; }
.legal-card a { color: #C9622F !important; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-table th, .legal-table td { padding: 11px 10px; border-bottom: 1px solid rgba(59,47,92,0.12); text-align: left; vertical-align: top; line-height: 1.8; color: var(--lp-ink); background: none; }
.legal-table th { width: 32%; color: var(--lp-ink-soft); font-weight: 700; }
.legal-table tr:last-child th, .legal-table tr:last-child td { border-bottom: none; }
.back-link { display: inline-block; margin-top: 12px; color: var(--lp-gold); text-decoration: none; font-size: 14px; }
@media (max-width: 640px) { .legal-page { padding: 28px 16px 48px; } .legal-card { padding: 18px 16px; border-radius: 16px; } .legal-table th { width: 36%; } .legal-table th, .legal-table td { padding: 9px 6px; font-size: 13px; } }

/* ---------- お問い合わせ（未ログイン） ---------- */
body.lp-sub .contact-page { max-width: 640px; margin: 0 auto; padding: 36px 20px 56px; min-height: 0; }
body.lp-sub .contact-header { margin-bottom: 22px; padding-top: 0; }
body.lp-sub .contact-header h1 { font-family: var(--font-display); font-size: clamp(22px, 3vw, 30px); color: var(--lp-cream); margin: 0 0 6px; }
body.lp-sub .contact-header p { color: var(--lp-muted); font-size: 14px; margin: 0; }
body.lp-sub .contact-card { background: var(--lp-paper); color: var(--lp-ink); border-radius: 22px; padding: 24px 22px; box-shadow: 0 20px 50px rgba(0,0,0,0.35); border: none; backdrop-filter: none; }
body.lp-sub .form-group { margin-bottom: 16px; }
body.lp-sub .form-group label { display: block; color: var(--lp-ink); font-weight: 700; font-size: 13.5px; margin-bottom: 6px; }
body.lp-sub .form-group .required { color: #C9622F; }
body.lp-sub .form-group input, body.lp-sub .form-group select, body.lp-sub .form-group textarea { width: 100%; box-sizing: border-box; background: #fff; border: 1px solid rgba(59,47,92,0.2); border-radius: 12px; color: var(--lp-ink); padding: 12px 14px; font-size: 15px; font-family: var(--font-body); line-height: 1.6; outline: none; }
body.lp-sub .form-group input:focus, body.lp-sub .form-group select:focus, body.lp-sub .form-group textarea:focus { border-color: var(--lp-orange); box-shadow: 0 0 0 3px rgba(232,127,80,0.18); }
body.lp-sub .form-group input::placeholder, body.lp-sub .form-group textarea::placeholder { color: #A59CB8; }
body.lp-sub .form-group textarea { min-height: 150px; resize: vertical; }
body.lp-sub .char-count { color: var(--lp-ink-soft); font-size: 11.5px; text-align: right; margin-top: 4px; }
body.lp-sub .submit-btn { width: 100%; border: none; border-radius: 999px; padding: 15px; background: linear-gradient(135deg, var(--lp-orange), var(--lp-orange-2)); color: #fff; font-weight: 700; font-size: 16px; cursor: pointer; font-family: var(--font-body); box-shadow: 0 10px 24px rgba(232,127,80,0.35); margin-top: 4px; }
body.lp-sub .submit-btn:disabled { opacity: .55; cursor: not-allowed; }
body.lp-sub .success-message { text-align: center; padding: 10px 0; }
body.lp-sub .success-message .icon { font-size: 40px; margin-bottom: 8px; }
body.lp-sub .success-message h2 { font-family: var(--font-display); color: var(--lp-ink); font-size: 20px; margin: 0 0 8px; }
body.lp-sub .success-message p { color: var(--lp-ink-soft); font-size: 14px; line-height: 1.9; margin: 0; }
body.lp-sub .hidden { display: none !important; }

/* 紙のカードの中では、強調と link を濃い色に（.lp-section strong が cream なので上書き） */
.lp-step strong, .lp-card strong, .lp-problem-a strong, .lp-dream-item strong, .lp-compare-new strong, .lp-voice strong, .lp-table strong, .lp-table-wrap strong, .lp-faq strong, .cmp-card strong { color: var(--lp-ink); }
.lp-table a, .lp-table-wrap a, .lp-dream-item a, .lp-compare-new a, .lp-voice a, .cmp-card a { color: #C9622F; }
