/* ========== 0. Tokens ========== */
:root{--mp-text:#2B2B2B; --mp-sub:#5C5C5C; --mp-bg:#FFF;--mp-accent:#EEDB9F; --mp-cta:#F3D88C; --mp-line:#E8E1C8;--mp-pill-pos:#E8F7E8; --mp-pill-neu:#F2F2F2; --mp-pill-neg:#FCEAEA;--space-s:.9rem; --space-m:1.4rem; --space-l:2.2rem;}

/* ========== 1. Base / Reset (scoped) ========== */
.mp-lp{font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;color:var(--mp-text);line-height:1.7;background:var(--mp-bg)}
.mp-lp *{box-sizing:border-box}
.mp-lp img,.mp-lp video{max-width:100%;height:auto;display:block;margin:0 auto}
.sp-only{display:none}
@media (max-width:767px){.sp-only{display:inline}}
.nowrap{white-space:nowrap}

/* ========== 2. Type ========== */
.mp-lp h1,.mp-lp h2,.mp-lp h3{font-family:"Noto Serif JP","Hiragino Mincho ProN",serif;line-height:1.35;letter-spacing:.02em;color:var(--mp-text);margin:0 0 .6em}
.mp-lp p{color:var(--mp-sub);margin:0 0 1.1em}
.mp-lp .lead{font-size:1.05rem;color:var(--mp-text)}
.mp-lp .note{font-size:.85rem;color:var(--mp-sub);margin-top:.5em;line-height:1.6}
.mp-lp .thema{text-align:center}
.mp-lp .khl{font-weight:700;background:linear-gradient(transparent 62%,#FFF3A6 62%);padding:0 .06em}
.mp-lp .khl--strong{background:linear-gradient(transparent 62%,#FDE58A 62%)}
.mp-lp .khl--soft{background:linear-gradient(transparent 62%,#FFFBEF 62%)}
.mp-lp .kterm{display:inline-block;padding:.1em .5em;border-radius:.75em;background:#FFFBEF;border:1px solid var(--mp-line);font-weight:700;color:var(--mp-text);line-height:1.2}

/* ========== 3. Sections / Layout ========== */
.mp-lp .sec{padding:40px 16px}
@media (min-width:768px){.mp-lp .sec{padding:80px 24px}}
.mp-lp .sec h2{font-size:clamp(1.4rem,3.5vw,2rem)}
@media (min-width:1024px){
  .mp-lp .sec>:where(h2,.lead,details,.badges,.compare,.interstitial-offer,.rating-row,.review-scroller,.plans,.cta-row,.pay-icons,.legal,.cta-line){max-width:1040px;margin-inline:auto;width:100%;}
  .mp-lp .lead{line-height:1.9}
  .mp-lp p{line-height:1.8}
}
@media (min-width:1280px){
  .mp-lp .sec>:where(h2,.lead,details,.badges,.compare,.interstitial-offer,.rating-row,.review-scroller,.plans,.cta-row,.pay-icons,.legal,.cta-line){max-width:980px}
}

/* ========== 4. Hero ========== */
.mp-lp{--hero-top-pc:50%;--hero-top-sp:56%}
.mp-lp .hero{position:relative;height:100svh;min-height:560px;overflow:hidden}
.mp-lp .hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.mp-lp .hero::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.42);z-index:1}
@media (max-width:767px){
  .mp-lp .hero::before{content:"";position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 100%);z-index:1}
}
.mp-lp .hero__content{position:absolute;left:50%;top:var(--hero-top-sp);transform:translate(-50%,-50%);z-index:2;display:grid;place-items:center;text-align:center;padding:0;width:min(92vw,980px)}
@media (min-width:768px){.mp-lp .hero__content{top:var(--hero-top-pc);width:min(90vw,1040px)}}
.mp-lp .hero__headline{color:#fff;font-size:clamp(1.5rem,4.6vw,2.6rem);line-height:1.35;margin:0 0 .5em;text-shadow:0 2px 6px rgba(0,0,0,.25)}
.mp-lp .hero__sub{color:#fff;font-size:clamp(1rem,2.5vw,1.25rem);opacity:.95;margin:0 0 .9em;text-shadow:0 2px 6px rgba(0,0,0,.25)}
/* Meta/Social 表示 */
.mp-lp .hero__meta{display:none!important}
.mp-lp .hero__social{color:#fff;font-size:.95rem;opacity:.9;margin-top:1rem;text-shadow:0 1px 4px rgba(0,0,0,.25)}
@media (max-width:767px){.mp-lp .hero__social{display:none!important}}
@media (min-width:1024px){.mp-lp .hero{height:80vh;min-height:600px}.mp-lp .hero__content{top:48%}}

/* ========== 5. Buttons ========== */
.mp-lp .btn{display:inline-block;border-radius:999px;padding:12px 22px;text-decoration:none;transition:.2s}
.mp-lp .btn--primary{background:var(--mp-cta);color:#3C3C3C;font-weight:700;letter-spacing:.02em;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.mp-lp .btn--primary:hover{transform:translateY(-1px);filter:brightness(.98)}
.mp-lp .btn--ghost{border:1px solid var(--mp-accent);background:#fff;color:#3C3C3C}
.mp-lp .btn--sm{padding:10px 16px;font-size:.92rem}
.mp-lp .btn--wide{width:100%;text-align:center}
@media (max-width:767px){.mp-lp .btn--primary{width:80%;max-width:420px}}

/* ========== 6. Story/Gaps/Longread ========== */
.mp-lp .media{margin:14px 0}
.mp-lp .media figcaption{font-size:.86rem;color:#8a8a8a;text-align:center;margin-top:.3em}
.mp-lp .longread{border:none;background:transparent}
.mp-lp .longread>summary{cursor:pointer;list-style:none;padding:.2rem 0 .6rem;font-weight:600;color:#6b6b6b;display:inline-flex;gap:.25rem}
.mp-lp .longread>summary::-webkit-details-marker{display:none}
.mp-lp .longread>summary span{border-bottom:1px dashed #cfc6a6}
.mp-lp .longread>summary span::after{content:"▼";font-size:.9em;margin-left:.25rem}
.mp-lp .longread[open]>summary span::after{content:"▲"}
.mp-lp .longread__body{padding:14px 16px;background:#fff;border:1px solid var(--mp-line);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.mp-lp .longread__body p{line-height:1.95;margin:0 0 1.1em}
.mp-lp .longread__body p:first-child{margin-top:.25rem}
.mp-lp .sec--gap .media{margin:10px 0 16px}
.mp-lp .sec--gap .longread__body{padding:18px}
.mp-lp .sec--evening .longread__body{padding:18px 18px 22px;background:#fffdfa;border:1px solid #eee3cf;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.04)}
@media (max-width:767px){
  .mp-lp .sec--story .lead{font-size:1.03rem}
  .mp-lp .longread__body{font-size:.98rem}
}

/* ========== 7. Interstitial Offer ========== */
.mp-lp .interstitial-offer{margin:28px 0;padding:16px;border:1px dashed var(--mp-accent);background:#FFFCF2;border-radius:12px;text-align:center}
.mp-lp .interstitial-offer kbd{font-size:1.1rem}
.mp-lp .interstitial-offer .actions{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}

/* クーポンコピー（共通） */
.mp-lp .coupon-copy{-webkit-appearance:none;appearance:none;font:inherit;line-height:1;display:inline-flex;align-items:center;gap:.4em;padding:10px 16px;border-radius:999px;border:1px solid var(--mp-accent);background:#fff;color:#3C3C3C;box-shadow:0 6px 18px rgba(0,0,0,.04);cursor:pointer;text-decoration:none;transition:.2s;white-space:nowrap}
.mp-lp .coupon-copy:hover{transform:translateY(-1px);filter:brightness(.98)}
.mp-lp .coupon-copy:focus-visible{outline:2px solid color-mix(in srgb,var(--mp-cta) 70%,#000 0%);outline-offset:2px}

/* ========== 8. Reviews ========== */
.mp-lp .sec--proof{--space-s:.9rem;--space-m:1.4rem;--space-l:2.2rem}
.mp-lp .rating-row{display:flex;gap:8px;margin:.9rem 0 1.4rem}
.mp-lp .pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;font-weight:700}
.mp-lp .pill--pos{background:var(--mp-pill-pos)} .mp-lp .pill--neu{background:var(--mp-pill-neu)} .mp-lp .pill--neg{background:var(--mp-pill-neg)}
.mp-lp .review-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:80%;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding:4px 0 16px;margin-bottom:.9rem;cursor:grab}
@media (min-width:768px){.mp-lp .review-scroller{grid-auto-columns:46%}}
.mp-lp .review{scroll-snap-align:start;border:1px solid var(--mp-line);border-radius:14px;padding:16px 16px 18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.mp-lp .review__title{font-size:1.05rem;margin-bottom:.45rem}
.mp-lp .review-number{text-align:center;font-weight:700;margin-bottom:var(--space-l)}
.mp-lp .review-number small{font-weight:400;color:#8b8b8b}

/* ========== 9. Compare (表) ========== */
.mp-lp .compare{margin-top:28px}
.mp-lp .compare__title{margin:.7rem 0 1.4rem}
.mp-lp .compare .table-scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;border:1px solid var(--mp-line);border-radius:14px;background:#FFFCF2;box-shadow:0 6px 18px rgba(0,0,0,.04);position:relative}
.mp-lp .compare .table-scroll::after{content:"";position:absolute;top:0;right:0;bottom:0;width:28px;background:linear-gradient(90deg,rgba(255,252,242,0) 0%,#FFFCF2 70%);pointer-events:none}
.mp-lp .compare__table{min-width:680px;border-collapse:separate;border-spacing:0;width:100%;table-layout:auto}
.mp-lp .compare__table th,.mp-lp .compare__table td{padding:12px 14px;border-bottom:1px solid var(--mp-line);vertical-align:top;background:#fff}
.mp-lp .compare__table thead th{position:sticky;top:0;background:#FFF6DA;z-index:2;font-weight:700}
.mp-lp .compare__table th:first-child,.mp-lp .compare__table td:first-child{position:sticky;left:0;z-index:1;background:#fff;font-weight:700;border-right:1px solid var(--mp-line);width:34%}
.mp-lp .compare__table tbody tr:nth-child(odd) td:not(:first-child){background:#FFFDF5}
.mp-lp .compare__table td:nth-child(3){background:#FFFBE6;font-weight:600}
.mp-lp .compare__table tbody tr:last-child td{border-bottom:0}
.mp-lp .compare__table thead th:first-child{border-top-left-radius:14px}
.mp-lp .compare__table thead th:last-child{border-top-right-radius:14px}
/* モバイルは sticky を無効化して重なり回避＋横スクロール維持 */
@media (max-width:768px){
  .mp-lp .compare__table{table-layout:fixed;min-width:700px;width:100%}
  .mp-lp .compare__table thead th,
  .mp-lp .compare__table th:first-child,
  .mp-lp .compare__table td:first-child{position:static;left:auto;z-index:auto;box-shadow:none;background:#FFFBEF}
  .mp-lp .compare__table th,.mp-lp .compare__table td{white-space:normal;padding:14px 12px}
  .mp-lp .compare .table-scroll::after{display:none}
}

/* ========== 10. Badges ========== */
.mp-lp .badges{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0;padding:0;list-style:none}
.mp-lp .badges li{display:inline-block;padding:.42em .84em;border-radius:9999px;background:#F4F4F4;border:1px solid #ECE6D4;color:var(--mp-sub);font-size:.86rem;font-weight:500;line-height:1.2;white-space:nowrap}
.mp-lp .badges li:hover{background:#EEE;color:var(--mp-text)}

/* ========== 11. Ingredients ========== */
.mp-lp .ingredients{display:grid;grid-template-columns:1fr;gap:.75rem;margin:1.2rem 0;padding:0;list-style:none}
@media (min-width:768px){.mp-lp .ingredients{grid-template-columns:1fr 1fr;column-gap:1.2rem}}
.mp-lp .ingredients li{position:relative;display:flex;flex-direction:column;justify-content:center;padding:.9rem 1rem .9rem 3rem;background:#fff;border:1px solid var(--mp-line);border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.03);line-height:1.6;color:var(--mp-sub);overflow-wrap:anywhere}
.mp-lp .ingredients li strong{font-size:1rem;font-weight:700;color:var(--mp-text)}
.mp-lp .ingredients li span{font-size:.9rem;color:var(--mp-sub);margin-top:.25rem}
.mp-lp .ingredients li::before{content:"✦";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem;border-radius:9999px;background:var(--mp-accent);color:#2B2B2B;font-size:.9rem;font-weight:600;display:grid;place-items:center;box-shadow:0 2px 6px rgba(0,0,0,.08)}

/* ========== 12. FAQ ========== */
.mp-lp .faq{border:1px solid var(--mp-line);border-radius:12px;background:#fff;margin-bottom:10px;overflow:hidden}
.mp-lp .faq>summary{cursor:pointer;list-style:none;padding:12px 14px;font-weight:700;background:#FFFCF2}
.mp-lp .faq>summary::-webkit-details-marker{display:none}
.mp-lp .faq .a{padding:12px 14px;color:var(--mp-sub)}

/* ========== 13. Plans / Checkout ========== */
.mp-lp .plans{display:grid;grid-template-columns:1fr;gap:14px}
@media (min-width:780px){.mp-lp .plans{grid-template-columns:repeat(3,1fr)}}
.mp-lp .plan{border:1px solid var(--mp-line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.mp-lp .plan h3{font-size:1.1rem;padding:12px 14px 0}
.mp-lp .plan .price{font-weight:700;padding:4px 14px 8px}
.mp-lp .plan .bullets{margin:0;padding:0 16px 14px 28px;color:var(--mp-sub)}
.mp-lp .plan .btn{margin:0 14px 16px;width:calc(100% - 28px);text-align:center}
.mp-lp .reasons{margin:1rem 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:.75rem}
@media (min-width:768px){.mp-lp .reasons{grid-template-columns:1fr 1fr;column-gap:1.2rem}}
.mp-lp .reasons li{position:relative;padding:.85rem .8rem .85rem 3rem;background:#fff;border:1px solid var(--mp-line);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.04);color:var(--mp-sub);line-height:1.75;overflow-wrap:anywhere}
.mp-lp .reasons li strong{color:var(--mp-text)}
.mp-lp .reasons--check li::before{content:"✓";position:absolute;left:.9rem;top:50%;transform:translateY(-50%);display:inline-grid;place-items:center;width:1.25rem;height:1.25rem;border-radius:999px;background:var(--mp-cta);color:#2B2B2B;box-shadow:0 2px 6px rgba(0,0,0,.06);font-size:.9rem;font-weight:700;line-height:1}
.mp-lp .reasons--tight li{padding:1rem 1rem 1rem 2.4rem;line-height:1.65}

/* CTA row */
.mp-lp .cta-row{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:2rem;text-align:center}
@media (min-width:640px){.mp-lp .cta-row{grid-template-columns:1fr 1fr 1fr}}
.mp-lp .sec--checkout{overflow-x:hidden}

/* 支払等 */
.mp-lp .pay-icons{display:flex;list-style:none;padding:0;margin:2rem auto;width:320px;color:var(--mp-sub)}
.mp-lp .legal{display:block;margin:14px 0 5rem;color:#888;font-size:.86rem}

/* ========== 14. Trialセクション（短文化） ========== */
.mp-lp .sec--trial{--trial-max:640px}
.mp-lp .sec--trial .title{letter-spacing:.03em;line-height:1.45;margin:0 0 .45rem;font-size:clamp(1.35rem,4.2vw,2rem)}
.mp-lp .sec--trial .lead{color:var(--mp-text);letter-spacing:.015em;line-height:1.95;margin:0 0 1.1rem;font-size:clamp(1rem,2.8vw,1.125rem)}
.mp-lp .sec--trial .cta-line{margin:1.1rem 0 .6rem;text-align:center}
.mp-lp .sec--trial .cta-line .btn--primary{max-width:520px;margin-inline:auto;padding:12px 20px;border-radius:999px;background:var(--mp-cta);box-shadow:0 10px 28px rgba(0,0,0,.06)}
.mp-lp .sec--trial .trial-note{text-align:center;color:var(--mp-sub);font-size:.95rem;line-height:1.85;margin-top:.8rem}
.mp-lp .sec--trial .trial-note kbd{background:#fff;border:1px solid #E8E1C8;border-radius:.35rem;padding:.06rem .42rem;font-weight:600}
@media (min-width:1024px){.mp-lp .sec--trial :where(.title,.lead,.cta-line,.trial-note){max-width:var(--trial-max);margin-inline:auto}}
@media (max-width:767px){.mp-lp .sec--trial{padding-bottom:76px}}

/* ========== 15. Sticky Offer（完全統合） ========== */
.mp-lp main,.mp-lp .sec:last-of-type{padding-bottom:50px}
@media (max-width:767px){.mp-lp main,.mp-lp .sec:last-of-type{padding-bottom:50px}}

.mp-lp .offer-sticky{
  position:fixed;left:0;right:0;bottom:0;z-index:9999;
  background:#FFFBEF;border-top:1px solid var(--mp-line);
  transform:translateY(100%);transition:transform .3s ease;
  padding:8px 14px;gap:12px;display:flex;justify-content:space-between;align-items:center;
}
.mp-lp .offer-sticky.is-visible{transform:translateY(0)}
.mp-lp .offer-sticky__txt{font-size:.95rem}
.mp-lp .offer-sticky kbd{background:#fff;border:1px solid #E8E1C8;border-radius:.35rem;padding:.05rem .4rem}

@media (min-width:768px){
  .mp-lp .offer-sticky .coupon-copy{padding:8px 12px}
  .mp-lp .offer-sticky .btn--primary.btn--sm{padding:10px 14px}
}

/* モバイルは2段構成・中央寄せ（競合を1本に統合） */
@media (max-width:767px){
  .mp-lp .offer-sticky{display:grid;grid-template-areas:"txt" "btns";grid-template-columns:1fr;row-gap:10px;justify-items:center;text-align:center;padding:12px 14px;gap:0;}
  .mp-lp .offer-sticky__txt{grid-area:txt;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mp-lp .offer-sticky__actions{grid-area:btns;display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;max-width:380px;}
  .mp-lp .offer-sticky .coupon-copy,
  .mp-lp .offer-sticky .btn--primary{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 12px;font-size:.95rem;border-radius:12px;}
  .mp-lp .offer-sticky .coupon-copy{background:#fff;border:1px solid var(--mp-accent);box-shadow:0 3px 8px rgba(0,0,0,.05);font-weight:600;color:#3C3C3C}
}

/* ========== 16. A11y / Motion ========== */
@media (prefers-reduced-motion:reduce){.mp-lp .hero__video{animation:none;transition:none}}

/* === Fix: 変化セクションのゴーストCTAが崩れる === */
.mp-lp .sec--change .cta-line{text-align:center;margin: 1.6rem 0 0;}
.mp-lp .sec--change .cta-line .btn--ghost{display: inline-flex;      /* 縦中央揃え＆高さ安定 */align-items: center;justify-content: center;min-height: 46px;padding: 12px 18px;border: 1px solid var(--mp-accent);border-radius: 999px;background: #fff;color: #3C3C3C;box-shadow: 0 6px 18px rgba(0,0,0,.05);letter-spacing: .02em;}
@media (max-width:767px){
  .mp-lp .sec--change .cta-line .btn--ghost{min-height: 44px;padding: 12px 16px;}
}

/* （念のため）他セクションが参照している .cta-line を復活させる軽いユーティリティ */
.mp-lp .cta-line{text-align:center;margin: 1.6rem 0 .2rem;   /* 以前の -1rem をやめ、圧迫感を解消 */}

/* ===== FAQ polish ===== */
.mp-lp .sec--faq{ --faq-gap:12px; }
.mp-lp .faq{border:1px solid var(--mp-line);border-radius:14px;background:#FFFCF2;         /* やさしい台紙色 */margin: var(--faq-gap) 0;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.04);scroll-margin-top: 84px;}

.mp-lp .faq > summary{cursor:pointer; list-style:none;padding:14px 18px;font-weight:700; color:var(--mp-text);display:flex; align-items:center; gap:.6rem;position:relative;}

/* 矢印アイコン（回転アニメ） */
.mp-lp .faq > summary::after{content:""; margin-left:auto; width:10px; height:10px;border-right:2px solid #8c835f; border-bottom:2px solid #8c835f;transform: rotate(-45deg); transition: transform .18s ease;}
.mp-lp .faq[open] > summary::after{ transform: rotate(45deg); }

/* 本文カード */
.mp-lp .faq .a{padding:14px 18px 16px;background:#fff; color:var(--mp-sub);border-top:1px solid var(--mp-line);line-height:1.9;}

/* 小見出し（「購入について」など）を視覚的に区切る */
.mp-lp .sec--faq .h4-sub{margin: 1.6rem 0 .4rem; padding:.2rem 0;color:var(--mp-text); font-weight:800;border-bottom: 1px dashed #e6dcc0;}

/* タップしやすさ＆フォーカス */
.mp-lp .faq > summary:focus-visible{outline:2px solid color-mix(in srgb, var(--mp-cta) 70%, #000 0%);outline-offset:3px; border-radius:8px;}

/* モバイル微調整 */
@media (max-width:767px){
  .mp-lp .faq > summary{ padding:16px; }
  .mp-lp .faq .a{ padding:14px 16px 18px; }
}

/* 低速モーション派への配慮 */
@media (prefers-reduced-motion: reduce){
  .mp-lp .faq > summary::after{ transition:none; }
}
/* ===== FAQ 読みやすさアップ（上書き用・短縮版） ===== */
.mp-lp .sec--faq { --faq-font: 1rem; --faq-line: 1.9; }
.mp-lp .faq{background:#FFFCF2;border:1px solid var(--mp-line);border-radius:14px;margin-bottom:12px;}
.mp-lp .faq > summary{padding:14px 16px;font-weight:700;letter-spacing:.02em;}
.mp-lp .faq[open] > summary { background:#FFF9E8; } /* 開いた時だけ少し濃く */

/* ▼ 回答本文：行間・段落・左右余白・文字サイズ */
.mp-lp .faq .a{padding:16px 18px 18px;font-size:var(--faq-font);line-height:var(--faq-line);color:var(--mp-sub);}

/* 段落の間をしっかり空ける */
.mp-lp .faq .a p{ margin:0 0 0.9em; }

/* 読みやすい箇条書き */
.mp-lp .faq .a ul,
.mp-lp .faq .a ol{margin:0.2em 0 0.9em 1.2em;/padding:0;}
.mp-lp .faq .a li{margin:0 0 .55em;padding-left:.2em;}

/* 拾い読みのための強調（既存の .kterm / strong を活かす） */
.mp-lp .faq .a strong{ color:var(--mp-text); font-weight:700; }
.mp-lp .faq .a kbd{background:#fff; border:1px solid #E8E1C8; border-radius:.35rem;padding:.06rem .42rem; font-weight:600;}

/* スマホは少し大きめ、PCは横幅を絞る */
@media (max-width:767px){
  .mp-lp .sec--faq { --faq-font: 1.03rem; }
}
@media (min-width:1024px){
  .mp-lp .sec--faq :where(h2,details){ max-width: 840px; margin-inline:auto; }
}

/* 開閉の矢印を視覚支援（任意） */
.mp-lp .faq > summary{position:relative; cursor:pointer; list-style:none;}
.mp-lp .faq > summary::after{content:"▾"; position:absolute; right:16px; top:50%;transform:translateY(-50%); transition:.2s;}
.mp-lp .faq[open] > summary::after{ transform:translateY(-50%) rotate(180deg);}

/* === Checkout（見出し・導入の呼吸） === */
.mp-lp .sec--checkout h2{letter-spacing:.03em; line-height:1.45; margin:0 0 .65rem;}
.mp-lp .sec--checkout .lead{color:var(--mp-sub); font-size:1.05rem;letter-spacing:.015em; margin:0 0 1.05rem;}

/* === 理由カード：やさしいカード感＋行間UP === */
.mp-lp .sec--checkout .reasons li{background:#fffdfa; border-color:#eee3cf; line-height:1.9;padding:1rem .9rem 1rem 2.8rem; border-radius:14px;}
.mp-lp .sec--checkout .reasons--check li::before{left:.95rem; width:1.25rem; height:1.25rem;background:var(--mp-cta);}
@media (min-width:768px){
  .mp-lp .sec--checkout .reasons{grid-template-columns:1fr 1fr}
}

/* === クーポン帯：控えめに・読みやすく === */
.mp-lp .sec--checkout .interstitial-offer{margin:1.2rem 0 0; padding:16px 14px;background:#fffdf5; border:1px dashed #eadfbf;border-radius:14px;}
.mp-lp .sec--checkout .interstitial-offer p{margin:0 0 .6rem}

/* === セクション下の安全余白（固定バー対策） === */
@media (max-width:767px){
  .mp-lp .sec--checkout{ padding-bottom:84px; }
}

/* === 「1杯で〜」まとめ文の強調デザイン === */
.mp-lp .sec--summary {background: #FFFDF6;                    /* やさしい背景トーン */border-left: 4px solid var(--mp-cta);   /* 黄色ラインで“要約感” */border-radius: 10px;padding: 14px 16px 16px;margin: 18px 0 22px;font-size: 1.05rem;line-height: 1.9;color: var(--mp-text);}
.mp-lp .sec--summary strong {font-weight: 700;color: var(--mp-cta);}

/* 小見出し風にしたい場合 */
.mp-lp .sec--summary::before {content: "まとめ";                      /* ←任意でラベル追加 */display: inline-block;font-size: 0.85rem;font-weight: 600;color: var(--mp-sub);background: #fff;border: 1px solid #eee1c5;border-radius: 6px;padding: 0.05rem 0.5rem;margin-bottom: 0.35rem;}

/* 要点まとめカード */
.mp-lp .sec--summary{margin: 1.2rem 0 1.4rem;padding: 14px 16px;border: 1px solid var(--mp-line);border-radius: 14px;background: #FFFBEF;box-shadow: 0 6px 18px rgba(0,0,0,.04);line-height: 1.9;}
.mp-lp .sec--summary strong{display:block;font-weight:800;color: var(--mp-text);margin-bottom:.25rem;letter-spacing:.01em;}
.mp-lp .sec--summary .kterm{margin-right:.5rem;vertical-align:middle;}

/* プラン価格まわり */
.mp-lp .plan .price{font-weight:700;padding:4px 14px 2px;color:var(--mp-text)}
.mp-lp .plan .price--sale{color:#D83B2D; font-weight:800;}
.mp-lp .plan .price--note{font-size:.9rem; color:#7a7468; margin-left:.35rem; font-weight:600;}

/* 箇条書きの行間をやや詰めて読みやすく */
.mp-lp .plan .bullets li{ margin:.25rem 0; }

/* サブ購入ボタン（カード内） */
.mp-lp .btn--sub{display:block;text-align:center;border:1px solid var(--mp-accent);background:#fff;color:#3C3C3C;font-weight:700;border-radius:999px;padding:10px 16px;box-shadow:0 6px 18px rgba(0,0,0,.04);transition:.2s;}
.mp-lp .btn--sub:hover{ transform:translateY(-1px); filter:brightness(.98); }
.mp-lp .plan img{border-bottom:1px solid var(--mp-line);border-radius:14px 14px 0 0;}
.mp-lp .plan{border-radius:14px; overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.05);}

/* チェック理由の下を少し広く */
.mp-lp .sec--checkout .reasons{ margin-bottom: 1.2rem; }

/* まとめカード → クーポン帯 の間 */
.mp-lp .sec--checkout .interstitial-offer{ margin-top: 1.2rem; margin-bottom: 4rem; }

/* プラン群の下をすこし広げる */
.mp-lp .sec--checkout .plans{ margin-top: .6rem; margin-bottom: 2rem; }

/* 下のポエティックなリードを読みやすく */
.mp-lp .sec--checkout > .lead{margin: 1.2rem 0 1.2rem;line-height: 1.95;}
.mp-lp .plan h3{ padding: 14px 14px 6px; }
.mp-lp .plan .price,
.mp-lp .plan .bullets,
.mp-lp .plan .btn{ margin-left:0; margin-right:0; }

/* 商品ページボタンの配置とデザイン統一 */
.mp-lp .plan .btn--sub {display: block;width: 88%;margin: 1rem auto 1.2rem;text-align: center;background: #FFF9EB;color: #3c3c3c;border: 1.5px solid #E8C26E;border-radius: 999px;font-weight: 700;padding: 12px 16px;box-shadow: 0 3px 10px rgba(232, 194, 110, 0.25);transition: all 0.25s ease;}
.mp-lp .plan .btn--sub:hover {background: #FBEFD6;transform: translateY(-2px);}

/* ---- Price block ---- */
.mp-lp .priceblock{ margin: .25rem 0 1rem; font-variant-numeric: tabular-nums; }
.mp-lp .price-row{ display:flex; align-items:baseline; gap:10px; flex-wrap:wrap; }

.mp-lp .price--was{color:#9a9a9a; text-decoration:line-through; font-weight:600;font-size:1rem; letter-spacing:.02em;}
.mp-lp .price--now{color:#E14A3B; font-weight:800; font-size:1.45rem; letter-spacing:.02em;}
.mp-lp .price-badge{padding:.28em .6em; border-radius:999px; font-weight:700;background:#FFF3D1; border:1px solid #F0D48A; color:#6B4D00; font-size:.86rem;}
.mp-lp .price-meta{margin-top:.8rem; color:#6f6f6f; font-size:.95rem; line-height:1.6;text-align:center;}
.mp-lp .price-meta b{ color:#2b2b2b; }

/* 既存 .plan .price は使わないのでリセット（衝突回避） */
.mp-lp .plan .price{ display:none !important; }

/* モバイル微調整 */
@media (max-width:480px){
  .mp-lp .price--now{ font-size:1.55rem; }
  .mp-lp .price-badge{ font-size:.84rem; }
}

/* 価格行：親幅いっぱい→中身に合わせて縮む＋バンド化 */
.mp-lp .plan .priceblock{ display: inline-block;max-width: min(26rem, 92%);}

.mp-lp .plan .price-row{display: inline-flex;align-items: baseline;gap: 10px;padding: 6px 10px;border-radius: 12px;background: #FFFDF5;                 /* ← ごく薄い台紙色 */border: 1px solid #F0E7CF;}

/* スマホは少しだけ強めに（タップ誤差も減る） */
@media (max-width:480px){
  .mp-lp .plan .price-row{padding: 8px 12px;gap: 12px;}
}

/* 価格行まわり：中央寄せ＆背景を削除してフラットに */
.mp-lp .plan .priceblock{display: block;margin: 6px auto 10px;max-width: min(26rem, 92%);}

.mp-lp .plan .price-row{
  display: inline-flex;                 /* 中身分だけの幅に縮む */
  align-items: baseline;
  gap: 10px;
  padding: 0;                           /* ← 背景帯をやめるのでパディングも0 */
  background: transparent !important;   /* ← 背景OFF */
  border: 0 !important;                 /* ← 枠線OFF */
  border-radius: 0 !important;
}

/* スマホの可読性だけ微調整（間隔ちょい広め） */
@media (max-width:480px){
  .mp-lp .plan .price-row{ gap: 12px; }
}

/* 旧価格・新価格・バッジの微調整（任意・見た目整え） */
.mp-lp .price--was{ opacity:.45; text-decoration:line-through; }
.mp-lp .price--now{ color:#D24530; font-weight:800; letter-spacing:.02em; }
.mp-lp .price--badge{
  background:#F8E7AD; color:#3C3C3C; border:1px solid #E7D9A4;
  padding:.35em .7em; border-radius:999px; font-weight:700; white-space:nowrap;
}

/* 価格行と「詳細・購入へ」ボタンが詰まらないように */
.mp-lp .plan .bullets{ margin-top:.4rem; }    /* 箇条書きの上に少し呼吸 */
.mp-lp .plan .btn{ margin-top: 14px; }        /* ボタンを価格群から離す */

/* カード内の“左寄り感”軽減：カードのコンテンツ幅を少し絞って中央に */
.mp-lp .plan > *{
  max-width: 640px;                 /* 余白を作る“内側の幅” */
  margin-left: auto; margin-right: auto;
}
/* ------- Plans：中央寄せレイアウトの芯を作る ------- */
.mp-lp .plan{
  --plan-inner: min(620px, 92%);        /* 内側の最大幅（お好みで 600〜660px） */
  text-align: left;
}

/* 画像：大きくなりすぎない＆中央寄せ＆角丸 */
.mp-lp .plan > img{
  width: min(560px, 92%);               /* ← 画像だけ少し細めに */
  height: auto;
  display: block;
  margin: 8px auto 12px;                /* 中央寄せ */
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

/* 見出し・価格・箇条書き・ボタン…カード直下の要素は“内側幅”で中央に束ねる */
.mp-lp .plan > :not(img){
  max-width: var(--plan-inner);
  margin-left: auto;
  margin-right: auto;
}

/* 価格ブロック（背景なし・中央寄せ） */
.mp-lp .plan .priceblock{        /* 使っていなければ .plan h3 + .price などでも可 */
  display: block;
  margin: 4px auto 10px;
  max-width: var(--plan-inner);
}
.mp-lp .plan .price-row{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* 旧価格/現価格/バッジの見た目（任意） */
.mp-lp .price--was{opacity:.45;text-decoration:line-through}
.mp-lp .price--now{color:#D24530;font-weight:800;letter-spacing:.02em}
.mp-lp .price--badge{
  background:#F8E7AD;color:#3C3C3C;border:1px solid #E7D9A4;
  padding:.35em .7em;border-radius:999px;font-weight:700;white-space:nowrap;
}

/* 箇条書き＆ボタンの呼吸（詰まり防止） */
.mp-lp .plan .bullets{max-width:var(--plan-inner);margin:8px auto 0}
.mp-lp .plan .btn{margin-top:14px}

/* セクション下部：Stickyと重ならない安全余白 */
.mp-lp .sec--checkout{padding-bottom: 0px;}
@media (min-width:768px){ .mp-lp .sec--checkout{padding-bottom: 10px;} }

/* === カード全体の中央バランスを整える === */
.mp-lp .plan {display: flex;flex-direction: column;align-items: center;text-align: left;padding: 1.2rem;}

/* === 画像サイズと位置 === */
.mp-lp .plan > img {width: 88%;max-width: 340px;/height: auto;margin: 0 auto 12px;display:block;border-radius: 12px;}

/* === テキストや価格部分の配置 === */
.mp-lp .plan h3,
.mp-lp .plan .priceblock,
.mp-lp .plan .bullets,
.mp-lp .plan .btn {width: 100%;max-width: 320px;             /* ← 内容の可読幅を統一 */margin-left: auto;margin-right: auto;}

/* === 価格行の整列 === */
.mp-lp .plan .price-row {justify-content: center;      /* ← 中央寄せに */gap: 10px;}

/* === 詳細ボタンの見栄えを中央で固定 === */
.mp-lp .plan .btn {display: block;text-align: center;margin: 18px auto 0;}

/* === スマホではさらに余白調整 === */
@media (max-width: 480px) {
  .mp-lp .plan {margin-bottom: 1rem; padding: 1.5rem 1rem;}
  .mp-lp .plan > img {width: 92%;}
}

/* 締めコピー（誰かのため…）をカード風に強調 */
.mp-lp .sec--checkout > .lead:last-of-type{background:#FFFDF6;border:1px solid var(--mp-line);border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.04);padding:16px 18px;margin: 1.2rem auto 3rem;max-width: 720px;text-align: center;color: var(--mp-text);letter-spacing:.015em;line-height:1.95;font-size: clamp(1.02rem, 2.8vw, 1.18rem);}

/* CTAブロックを“全部同じサイズ”に統一 */
.mp-lp .cta-row{ gap: 20px; margin-top: 1.6rem; }
.mp-lp .cta-row .btn{width: 100%;max-width: 520px;margin-inline: auto;min-height: 52px;padding: 12px 18px;border-radius: 999px;letter-spacing: .02em;font-size: 1rem;}

/* ここでモバイル時の 80% 指定を打ち消す */
@media (max-width: 767px){
  .mp-lp .cta-row .btn--primary{width: 100% !important;max-width: 520px !important;}
}

/* ゴーストボタンも見栄えを合わせる（枠の太さと影を少しだけ） */
.mp-lp .cta-row .btn--ghost{border:1.5px solid var(--mp-accent);background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.05);}

/* 1️⃣ Heroセクション（テキストが上に寄りすぎ防止） */
@media (min-width: 1024px) {
  .mp-lp .hero {height: 80vh;min-height: 640px;}
  .mp-lp .hero__content {top: 50%;transform: translate(-50%, -50%);text-align: center;max-width: 880px;}
}

/* 2️⃣ 各セクションの中央寄せと余白調整 */
@media (min-width: 1024px) {
  .mp-lp .sec {padding: 80px 24px;max-width: 960px;margin-inline: auto;}
  .mp-lp .sec > * {margin-left: auto;margin-right: auto;}
}

/* 3️⃣ 画像とテキストのバランス（横長画面でも伸びすぎ防止） */
@media (min-width: 1024px) {
  .mp-lp img {max-width: 640px;height: auto;}
  .mp-lp .plan img {max-width: 380px;}
}

/* 4️⃣ テキストの読みやすさ（PC幅時の行間と文字間） */
@media (min-width: 1024px) {
  .mp-lp p {line-height: 1.9;letter-spacing: 0.01em;font-size: 1.05rem;}
  .mp-lp .lead {font-size: 1.1rem;line-height: 1.9;}
}

/* 5️⃣ CTAボタン行を中央寄せ（左右に広がらないように） */
@media (min-width: 1024px) {
  .mp-lp .cta-row {display: flex;justify-content: center;gap: 1rem;margin-top: 2rem;}
  .mp-lp .cta-row .btn {flex: 0 0 auto;width: 260px;}
}

/* 6️⃣ フッター下の余白（Stickyと重なり防止） */
@media (min-width: 1024px) {
  .mp-lp main {padding-bottom: 120px;}
}

/* === 顔の見えるプロテイン === */
.mp-lp .sec--family{background:#FFFDF5;border-top:1px solid #F2E8C8;padding:60px 16px 40px;text-align:center;}
.mp-lp .sec--family h2{font-size:1.4rem;letter-spacing:.04em;color:var(--mp-text);margin-bottom:1rem;}
.mp-lp .sec--family .lead{max-width:680px;margin:0 auto 1.6rem;color:#5C5C5C;line-height:1.85;}
.mp-lp .sec--family .family-photo{width:min(92%,420px);border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.06);margin-inline:auto;}

/* === フッター情報 === */
.mp-lp .sec--footer{background:#fff;border-top:1px solid #F2E8C8;text-align:center;padding:40px 16px 60px;color:#888;font-size:.9rem;line-height:1.8;margin-bottom: 4rem;}
.mp-lp .sec--footer a{color:#B8983A;text-decoration:underline;text-underline-offset:2px;}
.mp-lp .sec--footer a:hover{opacity:.8;}
.mp-lp .family-message {margin-top: 1rem;color: #6B6B6B;font-style: italic;font-size: 0.95rem;}