:root{
  --g:#1e8c45;--gd:#155e2e;--gl:#e8f5ee;
  --or:#e07500;--or-grad:linear-gradient(180deg,#f09500,#c85f00);--gold:#c8900a;--gold-bg:#fffbf0;
  --tx:#1a1a1a;--sub:#555;--mu:#888;
  --bg:#f5f6f3;--wh:#fff;--bd:#dde5d8;--bl:#1a5fa8;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Noto Sans JP',sans-serif;background:var(--bg);color:var(--tx);line-height:1.7;overflow-x:hidden}

.pr{flex-shrink:0;background:rgba(0,0,0,.62);color:#fff;font-size:13px;font-weight:700;padding:3px 9px;border-radius:4px;backdrop-filter:blur(4px);letter-spacing:.05em}

.hd{background:var(--wh);border-bottom:1px solid var(--bd);padding:10px 16px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:200;box-shadow:0 1px 8px rgba(0,0,0,.08)}
.hd-left{display:flex;align-items:center;gap:10px;min-width:0}
.hd-logo{font-size:13px;font-weight:700;color:var(--g)}
.hd-cta{background:var(--or-grad);color:#fff;font-size:13px;font-weight:700;padding:7px 16px;border-radius:6px;text-decoration:none;white-space:nowrap}

@media(max-width:640px){
  .hd{flex-wrap:wrap;row-gap:8px}
  .hd-left{width:100%}
  .hd-logo{white-space:nowrap}
  .hd-cta{margin-left:auto}
}

/* ═══ FV（ファーストビュー） ═══ */
.fv2{background:var(--wh);padding:14px 16px 22px;position:relative;isolation:isolate}
.fv2::before{content:'';position:absolute;inset:0;background:url('../images/fv_back.webp') center/cover no-repeat;opacity:.7;filter:saturate(80%);z-index:-1}
.fv2>*{position:relative}

/* 写真 + 見出し */
.fv2-top{display:flex;align-items:center;gap:14px;max-width:1080px;margin:0 auto 16px}
.fv2-photos{display:flex;align-items:center;gap:0;flex:0 0 54.6%;max-width:442px;position:relative;background:var(--wh)}
.fv2-photo-item{position:relative;flex:1;height:350px;overflow:hidden}
.fv2-photo-item:first-child{border-radius:10px 0 0 10px;clip-path:polygon(0 0,calc(100% - 4px) 0,calc(100% - 50px) 100%,0 100%)}
.fv2-photo-item:last-child{border-radius:0 10px 10px 0;margin-left:-46px;clip-path:polygon(50px 0,100% 0,100% 100%,4px 100%)}
.fv2-photo-ph{width:100%;height:100%;background:repeating-linear-gradient(135deg,#e3e5e0,#e3e5e0 10px,#d7dad3 10px,#d7dad3 20px)}
.fv2-arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;margin:0;border-radius:50%;background:var(--wh);box-shadow:0 2px 8px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;color:var(--tx);z-index:2}
.fv2-badge{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:5px 10px;border-radius:8px;line-height:1.3}
.fv2-photo-item:last-child .fv2-badge{left:54px}
.fv2-badge-before{background:rgba(20,20,20,.68)}
.fv2-badge-after{background:rgba(30,140,69,.85)}
.fv2-badge-main{font-size:14px;font-weight:900;color:#fff}
.fv2-badge-sub{font-size:13px;font-weight:700;color:rgba(255,255,255,.9)}

.fv2-headline{flex:1;text-align:left}
.fv2-tag{display:inline-flex;align-items:center;gap:4px;background:var(--g);color:#fff;font-size:13px;font-weight:900;padding:4px 12px;border-radius:20px;margin-bottom:8px}
.fv2-tag::before{content:'★';font-size:10px}
.fv2-h1{font-size:clamp(20px,5.6vw,34px);font-weight:900;line-height:1.25;letter-spacing:-.02em;color:var(--tx)}
.fv2-h1 em{font-style:normal;font-size:1.5em;color:var(--g);padding:0 1px}
.fv2-sub1{font-size:clamp(15px,3.4vw,17px);font-weight:900;color:var(--g);margin-top:4px}
.fv2-sub2{display:inline-block;font-size:15px;font-weight:700;color:#fff;background:var(--tx);padding:3px 10px;border-radius:4px;margin-top:6px}

/* 商品比較ストリップ */
.fv2-prods{display:flex;max-width:1080px;margin:0 auto 12px;background:var(--wh);border:1px solid var(--bd);border-radius:14px;box-shadow:0 4px 18px rgba(0,0,0,.08);overflow:hidden}
.fv2-prod{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;text-decoration:none;color:inherit;border-right:1px solid var(--bd)}
.fv2-prod:last-child{border-right:none}
.fv2-medal-ph{width:40px;height:40px;border-radius:50%;}
.fv2-rank{font-size:16px;font-weight:900}
.fv2-rank-1{color:var(--gold)}
.fv2-rank-2{color:#8a9faf}
.fv2-rank-3{color:#a07050}
.fv2-prod-ph{width:70px;height:70px;border-radius:10px;background:repeating-linear-gradient(135deg,#e9ebe6,#e9ebe6 8px,#dcdfd8 8px,#dcdfd8 16px);margin:2px 0}
.fv2-prod-name{font-size:14px;font-weight:900;color:var(--tx)}
.fv2-prod-sub{font-size:13px;color:var(--mu);margin-top:-2px}
.fv2-stars .s-stars{gap:1px;justify-content:center}
.fv2-stars .s-stars span{font-size:12px}
.fv2-price{font-size:13px;color:var(--tx);margin-top:2px}
.fv2-price strong{font-size:15px;font-weight:900;color:var(--g)}

/* 比較ポイント */
.fv2-points{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 0;max-width:1080px;margin:0 auto 16px;background:var(--bg);border-radius:10px;padding:10px 12px; gap: 24px;}
.fv2-points-label{font-size:14px;font-weight:900;color:var(--tx);padding:0 12px 0 0;border-right:1px solid var(--bd);margin-right:10px}
.fv2-point{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700;color:var(--sub);padding:0 10px;border-right:1px solid var(--bd)}
.fv2-point:last-child{border-right:none}
.fv2-icon-ph{display:inline-block;width:40px;height:40px;border-radius:50%;background:var(--wh);flex-shrink:0}

/* CTA */
.fv2-cta-w{max-width:460px;margin:0 auto;text-align:center}
.fv2-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:var(--or-grad);color:#fff;font-size:16px;font-weight:900;padding:18px 24px;border-radius:999px;text-decoration:none;box-shadow:0 6px 22px rgba(220,110,0,.38);letter-spacing:.02em;transition:transform .15s}
.fv2-cta:hover{transform:translateY(-2px)}
.fv2-cta-arrow{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#fff;color:#e07000;font-size:13px;font-weight:900;flex-shrink:0}
.fv2-note{font-size:12px;color:var(--mu);margin-top:8px;line-height:1.6}

@media(max-width:640px){
  .fv2::before{background-position:calc(50% - 400px) center}
  .fv2-cta{font-size:14px;padding:16px 14px;gap:6px}
  .fv2-cta-arrow{width:22px;height:22px;font-size:11px}
  .fv2-top{gap:8px;flex-direction:column;align-items:flex-start}
  .fv2-photos{flex:0 0 auto;width:286px;max-width:100%}
  .fv2-photo-item{height:200px}
  .fv2-headline{text-align:left}
  .fv2-h1{white-space:nowrap;font-size:clamp(16px,6.6vw,28px)}
  .fv2-h1 br{display:none}
  .fv2-photo-item:first-child{clip-path:polygon(0 0,calc(100% - 3px) 0,calc(100% - 29px) 100%,0 100%)}
  .fv2-photo-item:last-child{margin-left:-26px;clip-path:polygon(29px 0,100% 0,100% 100%,3px 100%)}
  .fv2-photo-after{background-position:-12px center!important}
  .fv2-arrow{width:24px;height:24px;font-size:12px}
  .fv2-badge{padding:4px 7px}
  .fv2-photo-item:last-child .fv2-badge{left:34px}
  .fv2-badge-main{font-size:12px}
  .fv2-badge-sub{font-size:11px}
  .fv2-prods{flex-wrap:nowrap}
  .fv2-prod{padding:12px 4px}
  .fv2-prod-ph{width:56px;height:56px}
  .fv2-prod-name{font-size:14px}
  .fv2-prod-sub{font-size:11px}
  .fv2-points{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 4px;padding:8px}
  .fv2-points-label{grid-column:1/-1;width:auto;border-right:none;padding:0 0 6px;margin:0 0 4px;border-bottom:1px solid var(--bd);text-align:center}
  .fv2-point{font-size:13px;padding:4px 2px;border-right:none;justify-content:center}
}

@media(min-width:900px){
  .fv2{padding:24px 20px 32px}
  .fv2-top{gap:32px}
  .fv2-photos{max-width:520px}
  .fv2-tag{font-size:20px}
  .fv2-h1{font-size:50px}
  .fv2-sub1{font-size:20px}
  .fv2-sub2{font-size:15px}
  .fv2-points-label{font-size:16px}
  .fv2-point{font-size:15px}
  .fv2-badge-main{font-size:18px}
  .fv2-badge-sub{font-size:16px}
  .fv2-rank{font-size:18px}
  .fv2-prod-name{font-size:18px}
  .fv2-prod-sub{font-size:16px}
  .fv2-price{font-size:18px}
}

/* 共通見出し */
.sec-ey{font-size:13px;font-weight:700;letter-spacing:.15em;color:var(--g);text-transform:uppercase;margin-bottom:8px}
.sec-h{font-size:clamp(22px,5.5vw,32px);font-weight:900;line-height:1.2;margin-bottom:6px;letter-spacing:-.02em}
.sec-h em{font-style:normal;color:var(--g)}

/* PAIN */
.pain2{background:var(--bg);padding:52px 20px}
.pain2-inner{max-width:900px;margin:0 auto}
.pain2-h{text-align:center;font-size:clamp(20px,4.5vw,28px);font-weight:900;color:var(--tx);line-height:1.4;margin-bottom:36px}
.pain2-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 16px}
.pain2-item{display:flex;flex-direction:column;align-items:center;text-align:center}
.pain2-photo-wrap{position:relative;width:140px;height:140px;margin-bottom:16px}
.pain2-photo-ph{width:100%;height:100%;border-radius:50%;background:repeating-linear-gradient(135deg,#e3e5e0,#e3e5e0 10px,#d7dad3 10px,#d7dad3 20px)}
.pain2-cap{font-size:14px;font-weight:900;color:var(--tx);line-height:1.6}

@media(max-width:680px){
  .pain2-grid{grid-template-columns:repeat(2,1fr);gap:28px 16px}
  .pain2-photo-wrap{width:116px;height:116px}
  .pain2-cap{font-size:13px}
}

/* TRANSFORM */
.tf-video-sec{background:var(--wh);padding:44px 20px 40px;text-align:center}
.tf-video-h{font-size:clamp(20px,4.2vw,32px);font-weight:900;color:var(--tx);line-height:1.4;margin-bottom:24px;letter-spacing:-.01em}
.tf-video-wrap{position:relative;max-width:480px;margin:0 auto}
.tf-video{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.16);background:var(--bg);cursor:pointer}
.tf-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.25);border:none;padding:0;cursor:pointer;transition:transform .15s,opacity .15s}
.tf-play-btn:hover{transform:translate(-50%,-50%) scale(1.06)}
.tf-play-btn svg{width:26px;height:26px;margin-left:3px}
.tf-video-wrap.is-playing .tf-play-btn{display:none}
.tf-ribbon{position:absolute;right:calc(-6% - 20px);bottom:-9%;width:50%;filter:drop-shadow(0 4px 10px rgba(0,0,0,.22));pointer-events:none}

@media(max-width:480px){
  .tf-play-btn{width:52px;height:52px}
  .tf-play-btn svg{width:20px;height:20px}
  .tf-ribbon{width:56%;right:calc(-7% - 20px);bottom:-8%}
}

@media(min-width:900px){
  .tf-video-wrap{max-width:560px}
}

/* キャッチ：3ステップ */
.tf-catch2{background:var(--wh);padding:36px 20px 40px}
.tf-catch2-inner{max-width:760px;margin:0 auto;text-align:center}
.tf-catch2-h{font-size:clamp(16px,3.2vw,20px);font-weight:900;color:var(--tx);margin-bottom:20px;letter-spacing:-.01em}
.tf-catch2-card{display:flex;align-items:center;justify-content:center;gap:16px;background:var(--wh);border:1px solid var(--bd);border-radius:16px;box-shadow:0 4px 18px rgba(0,0,0,.06);padding:20px 26px}
.tf-catch2-step{display:flex;align-items:center;gap:10px}
.tf-catch2-icon-ph{width:50px;height:50px;flex-shrink:0}
.tf-catch2-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.tf-catch2-num{font-size:13px;font-weight:700;color:var(--mu)}
.tf-catch2-title{font-size:14px;font-weight:900;color:var(--tx);white-space:nowrap}
.tf-catch2-arrow{font-size:16px;color:var(--mu);flex-shrink:0}
.tf-catch2-chevron{margin-top:18px;font-size:22px;color:var(--mu);line-height:1}

@media(max-width:640px){
  .tf-catch2-card{flex-direction:column;align-items:stretch;gap:16px;padding:18px 20px}
  .tf-catch2-step{width:100%}
  .tf-catch2-title{white-space:normal}
  .tf-catch2-arrow{align-self:center;transform:rotate(90deg)}
}

/* HOW: 目的別におすすめを選ぶ */
.how{background:var(--wh);padding:40px 20px 36px}
.how-inner{max-width:640px;margin:0 auto;text-align:center}
.how-eyebrow{font-size:14px;font-weight:700;color:var(--g);margin-bottom:-10px}
.how-h{font-size:clamp(26px,6vw,40px);font-weight:900;color:var(--tx);letter-spacing:-.01em;margin-bottom:10px}
.how-sub{font-size:13px;color:var(--sub);margin-bottom:18px}
.how-divider{width:48px;height:2px;background:var(--tx);opacity:.7;margin:0 auto}

@media(max-width:480px){
  .how{padding:32px 20px 28px}
  .how-eyebrow{font-size:18px}
  .how-sub{font-size:12px}
}

/* RANKING①：公式サイトで確認 */
.rk-cta-sec{background:linear-gradient(160deg,var(--gd),#0e3d20);padding:52px 20px 150px;position:relative;text-align:center;overflow:hidden}
.rk-cta-inner{max-width:640px;margin:0 auto;position:relative;z-index:1}
.rk-cta-h{font-size:clamp(22px,5vw,32px);font-weight:900;color:#fff;line-height:1.5;letter-spacing:-.01em;margin-bottom:12px}
.rk-cta-h em{font-style:normal;color:#f5e060}
.rk-cta-sub{font-size:13px;color:rgba(255,255,255,.72);margin-bottom:28px}
.rk-cta-main{margin-bottom:24px}
.rk-cta-coupon{display:inline-block;height:64px;width:auto;object-fit:contain;margin-bottom:12px}
.rk-cta-name{font-size:clamp(26px,6vw,36px);font-weight:900;color:#fff;margin-bottom:16px}
.rk-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:460px;background:linear-gradient(135deg,#e07000,#f09500);color:#fff;font-size:clamp(17px,4vw,22px);font-weight:900;padding:20px 24px;border-radius:12px;text-decoration:none;box-shadow:0 8px 26px rgba(220,110,0,.4);letter-spacing:.01em;transition:transform .15s}
.rk-cta-btn:hover{transform:translateY(-2px)}
.rk-cta-sub-list{max-width:460px;margin:0 auto 30px;display:flex;flex-direction:column;gap:12px}
.rk-cta-sub-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:10px}
.rk-cta-sub-name{font-size:15px;font-weight:900;color:#fff}
.rk-cta-sub-link{font-size:13px;font-weight:700;color:#f5e060;text-decoration:none;display:inline-flex;align-items:center;gap:4px}
.rk-cta-notes{max-width:640px;margin:0 auto;text-align:left}
.rk-cta-notes p{font-size:12px;color:rgba(255,255,255,.45);line-height:1.8}
.rk-pr-badge{display:inline-block;border:1px solid rgba(255,255,255,.5);color:rgba(255,255,255,.8);font-size:13px;font-weight:900;padding:1px 6px;border-radius:3px;margin-right:4px}
.rk-wave{position:absolute;left:0;bottom:0;width:100%;height:120px;line-height:0;pointer-events:none}
.rk-wave svg{width:100%;height:100%;display:block}

/* 最終CTA：上部に波（.rk-cta-sec流用、下波なしの分の余白を調整） */
.rk-cta-sec-fin{padding-top:0;padding-bottom:56px}
.rk-cta-sec-fin .rk-cta-inner{padding-top:48px}

@media(max-width:480px){
  .rk-cta-sec{padding:44px 20px 110px}
  .rk-cta-btn{padding:16px 20px}
  .rk-cta-coupon{height:100px}
  .rk-wave{height:80px}
  .rk-cta-sec-fin{padding-top:0;padding-bottom:44px}
  .rk-cta-sec-fin .rk-cta-inner{padding-top:36px}
}

/* RANKING②：助成金 */
.rk-subsidy-sec{background:#f2e9d5;padding:48px 20px 60px}
.rk-subsidy-inner{max-width:960px;margin:0 auto}
.rk-subsidy-top{display:flex;align-items:center;gap:48px;margin-bottom:48px}
.rk-subsidy-text{flex:1;min-width:240px}
.rk-subsidy-h{font-size:clamp(26px,5vw,38px);font-weight:900;color:var(--gd);line-height:1.35;padding-bottom:18px;position:relative}
.rk-subsidy-h::after{content:'';position:absolute;left:0;bottom:0;width:32px;height:3px;background:var(--gold)}
.rk-subsidy-lead{font-size:15px;color:var(--tx);line-height:1.9;margin-top:18px}
.rk-subsidy-lead strong{color:var(--g);font-weight:900}
.rk-subsidy-photo-wrap{position:relative;flex-shrink:0;width:340px;height:300px}
.rk-subsidy-photo-ph{width:100%;height:100%;border-radius:20px;background:repeating-linear-gradient(135deg,#e9e3d6,#e9e3d6 10px,#ddd5c2 10px,#ddd5c2 20px)}
.rk-subsidy-callout{position:absolute;width:60px;height:60px;border-radius:50%;background:#fff;border:2px dotted var(--gold);box-shadow:0 4px 14px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;z-index:2}
.rk-subsidy-callout-1{top:-4%;left:calc(-18% - 50px)}
.rk-subsidy-callout-2{top:36%;left:calc(-22% - 50px)}
.rk-subsidy-callout::after{content:'';position:absolute;top:50%;left:100%;width:60px;height:0;border-top:1.5px dashed rgba(21,94,46,.4);transform-origin:left center}
.rk-subsidy-callout-1::after{transform:rotate(38deg)}
.rk-subsidy-callout-2::after{transform:rotate(-8deg)}
.rk-subsidy-callout-ph{width:35px;height: 35px;border-radius:50%;background:var(--bd)}
.rk-subsidy-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.rk-subsidy-card{background:none;border-radius:0;padding:0;text-align:center;box-shadow:none}
.rk-subsidy-icon-ph{width:85px;height:85px;border-radius:50%;background:#fff;margin:0 auto 14px}
.rk-subsidy-card-h{font-size:14px;font-weight:900;color:var(--tx);margin-bottom:10px}
.rk-subsidy-card-big{font-size:28px;font-weight:900;color:var(--g);margin-bottom:8px}
.rk-subsidy-card-note{font-size:12px;color:var(--sub);line-height:1.7}
.rk-subsidy-steps{list-style:none;counter-reset:rkstep;text-align:left;display:flex;flex-direction:column;gap:8px;max-width:190px;margin:0 auto}
.rk-subsidy-steps li{counter-increment:rkstep;font-size:13px;color:var(--tx);display:flex;align-items:center;gap:8px}
.rk-subsidy-steps li::before{content:counter(rkstep);flex-shrink:0;width:20px;height:20px;border-radius:50%;background:none;border:1.5px solid var(--g);color:var(--g);font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center}

@media(max-width:680px){
  .rk-subsidy-top{flex-direction:column;gap:28px}
  .rk-subsidy-photo-wrap{width:100%;max-width:320px;height:260px}
  .rk-subsidy-cards{grid-template-columns:1fr;gap:24px}
  .rk-subsidy-card{display:grid;grid-template-columns:auto 1fr;align-items:start;column-gap:16px;row-gap:4px;text-align:left}
  .rk-subsidy-icon-ph{grid-column:1;grid-row:1/span 6;margin:0}
  .rk-subsidy-steps{margin:0;max-width:none}
}

.tbl-note{max-width:740px;margin:10px auto 0;font-size:12px;color:var(--mu);line-height:1.7}

/* 個別商品（カード型） */
.ps2{padding:52px 20px}
.ps2.alt{background:var(--wh)}
.ps2.def{background:var(--bg)}
.ps2-intro{max-width:640px;margin:0 auto 32px;text-align:center}
.ps2-intro-h{font-size:clamp(22px,5vw,32px);font-weight:900;color:var(--tx);margin-bottom:8px}
.ps2-intro-sub{font-size:14px;color:var(--sub)}
.ps2-inner{max-width:900px;margin:0 auto}

/* ヒーローカード */
.ps2-hero{position:relative;display:flex;background:var(--wh);border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08);margin-bottom:20px}
.ps2-ribbon{position:absolute;top:16px;left:0;background:linear-gradient(135deg,#f5d060,#c8900a);color:#1a1a1a;font-size:13px;font-weight:900;padding:6px 18px 6px 14px;border-radius:0 20px 20px 0;box-shadow:0 3px 10px rgba(0,0,0,.2);z-index:2}
.ps2-hero-photo-wrap{flex:0 0 66%;position:relative}
.ps2-hero-photo-ph{width:100%;height:100%;min-height:220px;background:repeating-linear-gradient(135deg,#e9e3d6,#e9e3d6 10px,#ddd5c2 10px,#ddd5c2 20px)}
.ps2-hero-info{flex:1;padding:32px 28px;display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.ps2-name-en{font-size:clamp(24px,4.2vw,32px);font-weight:900;color:var(--g);letter-spacing:-.01em}
.ps2-name-ja{font-size:13px;color:var(--mu);margin-bottom:8px}
.ps2-hero-stars{margin-bottom:10px}
.ps2-hero-stars .s-stars span{font-size:17px}
.ps2-hero-copy{font-size:13px;color:var(--sub);line-height:1.8;margin-bottom:14px}
.ps2-coupon-badge{display:inline-block;background:var(--gold-bg);border:1px solid var(--gold);color:#a8790a;font-size:13px;font-weight:700;padding:5px 14px;border-radius:20px;margin-bottom:14px}
.ps2-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 20px;border-radius:10px;color:#fff;font-size:15px;font-weight:900;text-decoration:none;text-align:center;transition:transform .15s}
.ps2-cta-btn:hover{transform:translateY(-2px)}
.ps2-cta-btn.gn{background:linear-gradient(135deg,#1a6e38,#28a356);box-shadow:0 6px 20px rgba(30,140,69,.3)}
.ps2-cta-btn.on{background:linear-gradient(135deg,#c06000,#e07500);box-shadow:0 6px 20px rgba(200,100,0,.28)}
.ps2-cta-btn.gy{background:linear-gradient(135deg,#4a5e60,#6a8082);box-shadow:0 4px 16px rgba(0,0,0,.15)}
.ps2-hero-note{font-size:12px;color:var(--mu);margin-top:8px;line-height:1.6}

/* 星評価カード */
.stars-row{display:flex;background:var(--bg);border-radius:16px;padding:0;margin-bottom:20px;box-shadow:0 3px 14px rgba(0,0,0,.04);overflow:hidden}
.star-it{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 10px;border-right:1px solid var(--bd)}
.star-it:last-child{border-right:none}
.s-lb{font-size:15px;font-weight:900;color:var(--tx)}
.s-stars{display:flex;gap:1px}
.s-stars span{font-size:15px;color:#ddd}
.s-stars span.on{color:#f5c518}
.stars-row .s-stars span{font-size:24px}

/* スペック一覧グリッド */
.ps2-spec-card{background:var(--wh);border-radius:16px;overflow:hidden;box-shadow:0 3px 14px rgba(0,0,0,.05);margin-bottom:10px}
.ps2-spec-label{display:block;width:100%;text-align:center;background:var(--bg);color:var(--tx);font-size:15px;font-weight:900;padding:16px 20px;border-bottom:1px solid var(--bd)}
.ps2-spec-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.ps2-spec-item{display:flex;align-items:center;gap:14px;padding:22px 20px;border-right:1px solid var(--bd);border-bottom:1px solid var(--bd)}
.ps2-spec-item:nth-child(3n){border-right:none}
.ps2-spec-item:nth-child(n+4){border-bottom:none}
.ps2-spec-icon-ph{flex-shrink:0;width:50px;height:50px;border-radius:50%;background:var(--gl)}
.ps2-spec-k{font-size:13px;color:var(--mu);font-weight:700}
.ps2-spec-v{font-size:15px;font-weight:900;color:var(--tx)}
.ps2-spec-v.hi{color:var(--g)}
.spec-note{font-size:12px;color:var(--mu);text-align:center;margin:0 0 32px}

/* ポイント（交互レイアウト） */
.ps2-points{display:flex;flex-direction:column;margin-bottom:8px}
.ps2-point{display:flex;align-items:center;gap:36px;padding:26px 0;flex-direction:row-reverse}
.ps2-point:nth-child(even){flex-direction:row}
.ps2-point-photo-wrap{position:relative;flex:0 0 48%}
.ps2-point-photo-ph{width:100%;aspect-ratio:16/10;border-radius:18px;background:repeating-linear-gradient(135deg,#e9e3d6,#e9e3d6 10px,#ddd5c2 10px,#ddd5c2 20px)}
.ps2-point:nth-child(odd) .ps2-point-photo-ph{border-radius:110px 18px 18px 110px/50% 18px 18px 50%}
.ps2-point:nth-child(even) .ps2-point-photo-ph{border-radius:18px 110px 110px 18px/18px 50% 50% 18px}
.ps2-point-callout{position:absolute;top:50%;right:-18px;transform:translateY(-50%);width:104px;height:104px;border-radius:50%;box-shadow:0 6px 16px rgba(0,0,0,.25)}
.ps2-point-text{flex:1;min-width:0;display:grid;grid-template-columns:auto 1fr;column-gap:20px;row-gap:2px;grid-template-areas:"num title" "label title" ". desc";align-items:start}
.ps2-point-num{grid-area:num;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;font-size:52px;color:var(--gold);line-height:1;text-align:center}
.ps2-point-num-label{grid-area:label;font-size:13px;font-weight:900;color:var(--g);letter-spacing:.15em;text-align:center}
.ps2-point-title{grid-area:title;font-size:23px;font-weight:900;color:var(--tx);line-height:1.45;align-self:center;margin:0}
.ps2-point-desc{grid-area:desc;font-size:14px;color:var(--sub);line-height:1.8;margin-top:8px}
.ps2-point-text .ps2-hero-note{grid-column:2}

/* 口コミ */
.rv-t{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900;color:var(--g);margin-bottom:16px}
.rv-t-icon-ph{width:28px;height:28px;border-radius:50%;background:var(--gl)}
.ps2-review-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}
.rv{background:var(--wh);border:1px solid var(--bd);border-radius:14px;padding:18px}
.rv-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.rv-avatar-ph{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--bd)}
.rv-head-text{display:flex;flex-direction:column;gap:3px}
.rv-stars{display:flex;gap:1px}
.rv-stars span{font-size:13px;color:#ddd}
.rv-stars span.on{color:#f5c518}
.rv-who{font-size:13px;color:var(--mu)}
.rv-body{font-size:14px;color:var(--tx);line-height:1.8}

/* 最終CTAバー */
.ps2-final-cta{display:flex;align-items:center;gap:16px;background:var(--bg);border-radius:14px;padding:14px 18px;flex-wrap:wrap}
#naxlu .ps2-final-cta{background:var(--wh)}
.ps2-final-thumb-ph{flex-shrink:0;width:56px;height:56px;border-radius:8px;background:repeating-linear-gradient(135deg,#eceeea,#eceeea 8px,#dfe2db 8px,#dfe2db 16px)}
.pd-cta{flex:1;text-align:center;padding:14px 20px;border-radius:10px;color:#fff;font-weight:900;font-size:14px;text-decoration:none;white-space:nowrap;min-width:200px;transition:transform .15s}
.pd-cta:hover{transform:translateY(-2px)}
.pd-cta.gn{background:var(--g)}
.pd-cta.on{background:var(--or)}
.pd-cta.gy{background:#7a8c8e}
.pd-cta-note{font-size:12px;color:var(--mu);text-align:center;margin-top:8px}

@media(max-width:768px){
  .ps2-hero{flex-direction:column}
  .ps2-hero-photo-ph{min-height:200px}
  .stars-row{flex-wrap:wrap;justify-content:flex-start}
  .star-it{flex:0 0 33.333%;padding:18px 6px;border-bottom:1px solid var(--bd)}
  .star-it:nth-child(3n){border-right:none}
  .star-it:nth-child(n+4){border-bottom:none}
  .stars-row .s-stars span{font-size:18px}
  .ps2-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ps2-spec-item{padding:16px 14px;border-right:1px solid var(--bd);border-bottom:1px solid var(--bd);min-width:0}
  .ps2-spec-item:nth-child(3n){border-right:1px solid var(--bd)}
  .ps2-spec-item:nth-child(n+4){border-bottom:1px solid var(--bd)}
  .ps2-spec-item:nth-child(even){border-right:none}
  .ps2-spec-item:nth-child(5),.ps2-spec-item:nth-child(6){border-bottom:none}
  .ps2-spec-item>div:last-child{min-width:0}
  .ps2-spec-k,.ps2-spec-v{overflow-wrap:break-word}
  .ps2-point,.ps2-point:nth-child(even){flex-direction:column;gap:16px;align-items:stretch}
  .ps2-point-photo-wrap{flex-basis:auto;width:100%}
  .ps2-point:nth-child(odd) .ps2-point-photo-ph,.ps2-point:nth-child(even) .ps2-point-photo-ph{border-radius:16px}
  .ps2-point-callout{width:80px;height:80px;font-size:10px;right:8px;top:auto;bottom:-16px;transform:none}
  .ps2-point-num{font-size:40px}
  .ps2-review-cards{grid-template-columns:1fr}
  .ps2-final-cta{justify-content:center}
  .pd-cta{min-width:100%;white-space:normal}
  .prod-coupon{flex-direction:column;align-items:stretch;text-align:center}
  .pc-left{padding:16px 20px;justify-content:center;flex-wrap:wrap}
  .pc-left::after{display:none}
  .pc-right{padding:14px 20px;width:100%;border-radius:0 0 10px 10px}
  .prod-coupon .pd-cta{min-width:0;width:294px;max-width:100%;white-space:normal}
}

/* FAQ */
.faq-sec{background:var(--bg);padding:52px 20px}
.faq-in{max-width:700px;margin:0 auto}
.faq-item{background:var(--wh);border-radius:10px;margin-bottom:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.faq-q{display:flex;align-items:flex-start;gap:10px;padding:16px 18px;cursor:pointer;font-size:14px;font-weight:700;line-height:1.5}
.qm{color:var(--g);font-size:16px;font-weight:900;flex-shrink:0;margin-top:1px}
.arr{margin-left:auto;font-size:12px;color:var(--mu);transition:transform .2s;flex-shrink:0;margin-top:3px}
.faq-item.open .arr{transform:rotate(180deg)}
.faq-a{display:none;padding:0 18px 16px 38px;font-size:13px;color:var(--sub);line-height:1.8;border-top:1px solid var(--bd);padding-top:12px}
.faq-item.open .faq-a{display:block}
.am{color:var(--or);font-weight:900}

footer{background:#111;color:rgba(255,255,255,.32);font-size:13px;text-align:center;padding:28px 20px;line-height:2}
.page_footer_nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin:16px auto 0}
.page_footer_nav a{color:rgba(255,255,255,.6);font-size:12px;font-weight:700;text-decoration:none;line-height:1.4}
.page_footer_nav a:not(:last-child){border-right:1px solid rgba(255,255,255,.25);padding-right:18px}
.page_footer_nav a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}

/* ══ 個別商品内クーポン ══ */
.prod-coupon{
  background:#fff;
  border-radius:12px;overflow:hidden;margin-bottom:20px;
  display:flex;align-items:stretch;flex-wrap:wrap;
  box-shadow:0 3px 14px rgba(0,0,0,.08);
}
.pc-left{
  background:linear-gradient(135deg,#b31c1c,#d02020);
  display:flex;align-items:center;gap:16px;
  position:relative;z-index:2;
  flex:1;min-width:220px;
}
@media(min-width:769px){
  .pc-left{padding:16px 30px 16px 22px}
}
.pc-left::after{
  content:'';position:absolute;top:0;bottom:0;left:100%;margin-left:-1px;
  width:21px;background:#d02020;
  clip-path:polygon(0 0,100% 50%,0 100%);
  z-index:1;
}
.pc-badge-col{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}
.pc-badge{
  background:#fff;color:#c00;font-size:13px;font-weight:900;
  padding:4px 14px;border-radius:20px;white-space:nowrap;flex-shrink:0;
}
.pc-body{flex:1;min-width:140px}
.pc-title{font-size:16px;font-weight:900;color:#fff;margin-bottom:2px}
.pc-title em{font-style:normal;color:#ffe060}
.pc-desc{font-size:13px;color:rgba(255,255,255,.75);line-height:1.6}
.pc-right{
  background:#fff;
  border:2px solid #d02020;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:10px;
  padding:14px 28px;
  flex-shrink:0;
  position:relative;z-index:1;
}
@media(min-width:769px){
  .pc-right{border-radius:0 10px 10px 0}
}
.pc-price{text-align:center}
.pc-price .pcp-label{font-size:12px;color:var(--sub);margin-bottom:2px;white-space:nowrap}
.pc-price .pcp-month{font-size:20px;font-weight:900;color:#d02020;line-height:1.2;white-space:nowrap}
.pc-price .pcp-month em{font-style:normal;font-size:1.15em}
.pc-price .pcp-note{font-size:12px;color:var(--mu);margin-top:2px;white-space:nowrap}
.prod-coupon .pd-cta{flex:none;min-width:0;padding:13px 26px}

/* ══ フラクショナル星評価 ══ */
.frac-stars{position:relative;display:inline-block;font-size:16px;line-height:1}
.frac-stars .s-empty{color:#ddd;display:block;letter-spacing:2px}
.frac-stars .s-filled{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#ffd700;letter-spacing:2px;width:var(--fill)}
.star-score{font-size:13px;font-weight:900;color:var(--sub);margin-top:3px}

.no1-note{font-size:12px;color:var(--mu);line-height:1.7;border-top:1px solid var(--bd);padding-top:10px;margin-top:10px}

/* でも、こんなことが気になる */
.concern-sec{background:var(--wh);padding:52px 20px 44px}
.concern-inner{max-width:900px;margin:0 auto}
.concern-h{text-align:center;font-size:clamp(22px,4.8vw,32px);font-weight:900;color:var(--tx);margin-bottom:10px;letter-spacing:-.01em}
.concern-h em{font-style:normal;color:var(--g)}
.concern-sub{text-align:center;font-size:14px;color:var(--sub);margin-bottom:32px}

.concern-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}
.concern-card{background:var(--wh);border:1px solid var(--bd);border-radius:14px;padding:24px 20px;text-align:center;box-shadow:0 3px 14px rgba(0,0,0,.05)}
.concern-num{display:block;font-size:13px;font-weight:700;color:var(--mu);letter-spacing:.08em;margin-bottom:12px}
.concern-icon-ph{width:64px;height:64px;margin:0 auto 16px}
.concern-title{position:relative;font-size:16px;font-weight:900;color:var(--tx);padding-bottom:12px;margin-bottom:14px}
.concern-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:28px;height:3px;background:var(--g);border-radius:2px}
.concern-list{list-style:none;text-align:left;display:flex;flex-direction:column;gap:8px}
.concern-list li{font-size:14px;color:var(--sub);display:flex;align-items:flex-start;gap:6px;line-height:1.5}
.concern-list li::before{content:'✓';color:var(--g);font-weight:900;flex-shrink:0}

.concern-banner{display:flex;align-items:center;gap:14px;background:var(--bg);border-radius:12px;padding:16px 20px;margin-bottom:36px}
.concern-check{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--g);color:#fff;font-size:18px;font-weight:900;display:flex;align-items:center;justify-content:center}
.concern-banner-text p{font-size:13px;color:var(--sub);line-height:1.5}
.concern-banner-strong{font-size:15px!important;font-weight:900;color:var(--g)!important;margin-top:2px}

.concern-prod-h{text-align:center;font-size:15px;font-weight:900;color:var(--tx);margin-bottom:20px}
.concern-prods{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.concern-prod{display:flex;flex-direction:column;align-items:center;gap:10px}
.concern-prod-ph{width:100px;height:100px;border-radius:12px;background:repeating-linear-gradient(135deg,#eceeea,#eceeea 8px,#dfe2db 8px,#dfe2db 16px)}
.concern-prod-name{font-size:14px;font-weight:700;color:var(--tx);text-align:center;line-height:1.5}
.concern-prod-name span{font-size:13px;color:var(--mu);font-weight:400}

@media(max-width:680px){
  .concern-cards{grid-template-columns:1fr;gap:14px}
  .concern-prods{gap:20px}
  .concern-prod-ph{width:80px;height:80px}
}

/* ═══ 5 REASONS：ランキングカード ═══ */
.reasons{overflow:hidden}
.rk-list{background:var(--bg);padding:28px 20px 44px}
.rk-card{display:flex;align-items:stretch;max-width:900px;margin:0 auto 18px;background:var(--wh);border:2px solid var(--g);border-radius:16px;overflow:hidden;box-shadow:0 3px 14px rgba(0,0,0,.06)}
.rk-card:last-child{margin-bottom:0}
.rk-card.rk-gold{border-color:var(--gold)}
.rk-icon-wrap{flex:0 0 100px;display:flex;align-items:center;justify-content:center;padding:20px 12px}
.rk-icon-ph{width:64px;height:64px;}
.rk-text{flex:1;min-width:0;padding:22px 18px;display:flex;flex-direction:row;align-items:center;gap:16px}
.rk-text-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.rk-q{font-size:26px;font-weight:900;color:var(--tx);line-height:1.4}
.rk-best{display:inline-flex;align-items:center;gap:4px;background:#f0b429;color:#1a1a1a;font-size:13px;font-weight:900;padding:3px 10px;border-radius:20px;letter-spacing:.05em;margin-top:2px}
.rk-best-ico{font-size:10px}
.rk-winner{font-size:17px;font-weight:900;color:var(--g);letter-spacing:-.01em;margin-top:2px}
.rk-desc-row{display:flex;align-items:center;gap:10px;width:100%}
.rk-desc{font-size:13px;color:var(--sub);line-height:1.7;flex:1}
.rk-link{flex-shrink:0;font-size:13px;font-weight:900;color:#fff;background:var(--g);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:10px 22px;border-radius:8px;white-space:nowrap}
.rk-arrow{display:inline-block}

.rk-right{flex:0 0 260px;background:var(--gold-bg);display:flex;flex-direction:column;justify-content:center;gap:12px;padding:18px 20px}
.rk-row{display:flex;align-items:flex-start;gap:10px}
.rk-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center;margin-top:1px}
.rk-row-2 .rk-num{background:#8a9faf}
.rk-row-3 .rk-num{background:#a07050}
.rk-row-name{font-size:13px;font-weight:900;color:var(--tx)}
.rk-row-note{font-size:12px;color:var(--sub);line-height:1.5;margin-top:2px}
.rk-btn-mobile{display:none}

@media(min-width:681px){
  .rk-card{position:relative}
  .rk-best{position:absolute;top:16px;left:20px;margin-top:0}
  .rk-icon-wrap{position:relative;top:20px}
}

@media(max-width:680px){
  .rk-card{flex-direction:column;position:relative}
  .rk-icon-wrap{position:absolute;top:20px;left:18px;padding:0;flex:none}
  .rk-icon-ph{width:40px;height:40px}
  .rk-text{flex-direction:column;align-items:stretch;padding:14px 18px}
  .rk-text-main{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;gap:6px 8px}
  .rk-q{font-size:18px;padding-left:56px;min-height:40px;display:flex;align-items:center;width:100%}
  .rk-best{margin-top:0}
  .rk-winner{margin-top:0}
  .rk-link-desktop{display:none}
  .rk-right{flex:0 0 auto;gap:10px;padding:12px 18px}
  .rk-desc-row{flex-direction:column;align-items:stretch}
  .rk-desc br{display:none}
  .rk-btn-mobile{
    display:flex;align-items:center;justify-content:center;gap:4px;
    align-self:flex-end;
    flex-shrink:0;
    color:#fff;font-size:13px;font-weight:900;
    padding:10px 18px;border-radius:8px;text-decoration:none;
  }
  .rk-card.rk-green .rk-btn-mobile{background:var(--g)}
  .rk-card.rk-gold .rk-btn-mobile{background:var(--gold)}
}

/* 比較表 */
.tbl-sec2{background:var(--gl);padding:0 20px 56px;position:relative}
.tbl-wave-top{position:relative;margin:0 -20px;width:auto;height:64px;line-height:0}
.tbl-wave-top svg{width:100%;height:100%;display:block}
.tbl-sec2 .tbl-wave-top{height:110px}
.tbl-card{max-width:820px;margin:-4px auto 0;background:var(--wh);border-radius:24px;padding:36px 28px 40px;box-shadow:0 10px 40px rgba(0,0,0,.08)}
.tbl-head2{max-width:640px;margin:0 auto 28px;text-align:center}
.tbl2-eyebrow{font-size:14px;font-weight:700;color:var(--g);margin-bottom:4px}
.tbl2-h{font-size:clamp(28px,6vw,40px);font-weight:900;color:var(--tx);letter-spacing:-.01em;margin-bottom:14px}
.tbl2-sub{font-size:13px;color:var(--sub);line-height:1.8}

.tbl-wrap2{max-width:780px;margin:0 auto;overflow-x:auto;-webkit-overflow-scrolling:touch}
table.ct2{width:100%;min-width:560px;border-collapse:collapse;background:var(--wh);border-radius:16px;overflow:hidden;box-shadow:0 6px 28px rgba(0,0,0,.1)}
table.ct2 th,table.ct2 td{padding:13px 12px;border-bottom:1px solid var(--bd);font-size:13px;font-weight:700;text-align:center;vertical-align:middle;line-height:1.5}
table.ct2 thead th{background:var(--wh);color:var(--tx);font-size:13px;font-weight:700;vertical-align:bottom;padding-top:16px;padding-bottom:16px}
table.ct2 thead th:first-child{text-align:left;width:20%;vertical-align:middle}
table.ct2 thead th:nth-child(2){background:#135025;color:#fff;border-radius:16px 16px 0 0}
table.ct2 thead th:nth-child(2) .ct2-prod-name{color:#fff}
table.ct2 thead th:nth-child(2) .ct2-prod-en{color:rgba(255,255,255,.6)}
table.ct2 thead th:nth-child(2) .ct2-caption{color:rgba(255,255,255,.65)}
table.ct2 thead th:nth-child(2) .frac-stars .s-empty{color:rgba(255,255,255,.22)}
table.ct2 thead th:nth-child(2) .star-score{color:rgba(255,255,255,.75)}
table.ct2 .ak{text-align:left;color:var(--sub);font-size:13px;background:#f8faf6;white-space:nowrap;padding-left:14px;display:flex;align-items:center;gap:8px}
table.ct2 .ak-icon-ph{flex-shrink:0;width:30px;height:30px;}
table.ct2 .ak-label{white-space:normal}
table.ct2 tbody tr:hover{background:#f7fff9}
table.ct2 tbody tr:last-child td{border-bottom:none}
table.ct2 tbody td:nth-child(2){background:#f5fff8}

.ct2-best-badge{display:inline-block;background:linear-gradient(135deg,#f5d060,#e8a000);color:#1a1a1a;font-size:13px;font-weight:900;padding:3px 10px;border-radius:20px;margin-bottom:8px;letter-spacing:.02em}
.ct2-prod-name{font-size:15px;font-weight:900;color:var(--tx)}
.ct2-prod-en{font-size:13px;font-weight:400;color:var(--mu);margin-top:1px}
.ct2-prod-photo{width:78px;height:90px;margin:8px auto 6px;border-radius:10px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.25)}
.ct2-prod-photo img{width:100%;height:100%;object-fit:cover;display:block}
.ct2-prod-photo-ph{width:78px;height:90px;margin:8px auto 6px;border-radius:10px;background:repeating-linear-gradient(135deg,#eceeea,#eceeea 8px,#dfe2db 8px,#dfe2db 16px)}
.ct2-caption{font-size:12px;color:var(--sub);margin-top:4px;font-weight:400}
.ct2-caption span{cursor:help}
.ct2-best{display:inline-block;background:linear-gradient(135deg,#f5d060,#e8a000);color:#1a1a1a;font-size:13px;font-weight:900;padding:2px 7px;border-radius:20px;letter-spacing:.02em;vertical-align:middle}
.ct2-note{font-size:12px;color:var(--sub);font-weight:400}

.ct2-review-lead{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--sub);margin:28px 0 14px}
.ct2-review-lead::before,.ct2-review-lead::after{content:'';flex:1;height:1px;background:#1e8c45}
.ct2-review-btns{display:flex;gap:12px;max-width:700px;margin:0 auto}
.ct2-review-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;background:var(--wh);border:2px solid var(--g);border-radius:12px;padding:14px 10px;text-decoration:none;font-size:13px;font-weight:700;color:var(--g);line-height:1.5;transition:transform .15s}
.ct2-review-btn:hover{transform:translateY(-2px)}
.ct2-review-btn.fill{background:var(--g);color:#fff;border-color:var(--g)}

@media(max-width:680px){
  .tbl-card{padding:28px 16px 32px;border-radius:18px}
  .ct2-review-btns{flex-direction:column}
  .ct2-review-btn{font-size:16px;flex-direction:row;justify-content:center;flex-wrap:wrap}
}

/* ═══ PC専用フォントサイズ調整 ═══ */
@media(min-width:900px){
  .sec-ey{font-size:18px}

  .pain2-h{font-size:32px}
  .pain2-cap{font-size:16px}

  .tf-catch2-num{font-size:16px}
  .tf-catch2-title{font-size:18px}

  .how-eyebrow{font-size:35px}
  .how-sub{font-size:16px}

  .rk-best{font-size:16px}
  .rk-winner{font-size:24px}
  .rk-desc{font-size:15px}
  .rk-row-name{font-size:16px}
  .rk-row-note{font-size:14px}
  .rk-link{font-size:16px}
  .rk-cta-sub{font-size:16px}
  .rk-cta-coupon{height:115px}
  .rk-cta-sub-name{font-size:16px}
  .rk-cta-sub-link{font-size:15px}
  .rk-cta-notes p{font-size:13px}
  .rk-subsidy-card-h{font-size:20px}
  .rk-subsidy-card-note{font-size:15px}
  .rk-subsidy-steps li{font-size:15px}

  .tbl2-eyebrow{font-size:28px}
  .tbl2-sub{font-size:15px}
  .ct2-prod-name{font-size:16px}
  .ct2-prod-en{font-size:15px}
  .ct2-caption{font-size:13px}
  .ct2-review-lead{font-size:18px}
  .ct2-review-btn{font-size:16px}

  .concern-num{font-size:16px}
  .concern-title{font-size:18px}
  .concern-list li{font-size:16px}
  .concern-banner-text p{font-size:15px}
  .concern-banner-strong{font-size:18px!important}
  .concern-prod-h{font-size:25px}
  .concern-prod-name{font-size:18px}

  .ps2-intro-sub{font-size:16px}
  .ps2-name-ja{font-size:16px}
  .ps2-hero-copy{font-size:16px}
  .ps2-coupon-badge{font-size:16px}
  .ps2-cta-btn{font-size:18px}
  .ps2-spec-k{font-size:15px}
  .ps2-spec-v{font-size:17px}
  .ps2-point-desc{font-size:15px}

  .rv-t{font-size:18px}
  .rv-who{font-size:15px}
  .rv-body{font-size:15px}
  .pd-cta{font-size:18px}

  .faq-q{font-size:18px}
  .faq-a{font-size:16px}
}
