:root{
  --bg:#070707;
  --panel:#111113;
  --panel-2:#18181b;
  --text:#f8f5ed;
  --muted:#c7bfae;
  --line:rgba(255,209,103,.22);
  --gold:#f5c542;
  --gold-2:#ffdf76;
  --cream:#fff7e5;
  --danger:#ff5ea8;
  --shadow:0 22px 60px rgba(0,0,0,.45);
  --radius:24px;
  --max:1400px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",Meiryo,sans-serif;line-height:1.75;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.wrap{width:min(var(--max),calc(100% - 32px));margin-inline:auto}
.are-miru-lp{position:relative;isolation:isolate;min-height:100vh;background:radial-gradient(circle at 15% 8%,rgba(245,197,66,.16),transparent 32%),radial-gradient(circle at 80% 20%,rgba(255,94,168,.09),transparent 30%),linear-gradient(180deg,#060606 0%,#101010 40%,#070707 100%)}
.bg-glow{position:fixed;z-index:-1;filter:blur(70px);opacity:.55;pointer-events:none;border-radius:999px}
.bg-glow-gold{width:300px;height:300px;background:rgba(245,197,66,.24);left:-90px;top:80px}
.bg-glow-purple{width:340px;height:340px;background:rgba(255,94,168,.12);right:-120px;top:420px}

.lp-header{position:sticky;top:0;z-index:50;background:rgba(6,6,6,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.lp-header-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.lp-brand{display:flex;align-items:baseline;gap:10px;min-width:max-content}
.lp-brand strong{font-size:28px;line-height:1;letter-spacing:.02em;color:var(--gold-2);text-shadow:0 0 22px rgba(245,197,66,.28)}
.lp-brand span{font-size:12px;color:var(--muted);letter-spacing:.08em}
.lp-nav{display:flex;align-items:center;gap:8px}
.lp-nav a{padding:9px 13px;border-radius:999px;color:#f8f5ed;font-weight:800;font-size:14px;transition:.2s ease;background:transparent}
.lp-nav a:hover{background:rgba(245,197,66,.13);color:var(--gold-2)}
.mobile-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.05);color:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.mobile-menu-toggle span{display:block;width:20px;height:2px;background:#fff;border-radius:999px}
.mobile-menu-panel{position:fixed;top:0;right:0;bottom:0;width:min(360px,86vw);z-index:100;background:#101010;border-left:1px solid var(--line);box-shadow:var(--shadow);padding:20px;transform:translateX(104%);transition:.26s ease}
.mobile-menu-open .mobile-menu-panel{transform:translateX(0)}
.mobile-menu-backdrop{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.58);backdrop-filter:blur(2px)}
.mobile-menu-open .mobile-menu-backdrop{display:block!important}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.mobile-menu-head strong{font-size:20px;color:var(--gold-2)}
.mobile-menu-close{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;font-size:24px;cursor:pointer}
.mobile-menu-links{display:grid;gap:10px}
.mobile-menu-links a{padding:14px 14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.045);font-weight:800}

.hero-section{padding:30px 0 58px}
.eyebrow,.section-label{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--gold-2);font-weight:900;letter-spacing:.14em;font-size:12px;text-transform:uppercase}
.hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:26px;align-items:center}
.hero-copy{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(140deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:var(--shadow)}
.hero-copy h1{font-size:clamp(34px,5.4vw,74px);line-height:1.05;margin:0 0 18px;letter-spacing:-.05em;text-wrap:balance}
.hero-copy h1::first-line{color:#fff}
.hero-copy p{margin:0;color:var(--muted);font-weight:700;font-size:clamp(15px,1.4vw,18px)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:999px;font-weight:950;letter-spacing:.02em;transition:.2s ease;border:1px solid transparent;cursor:pointer;text-align:center}
.btn-primary{background:linear-gradient(180deg,var(--gold-2),#d99b13);color:#111;box-shadow:0 14px 30px rgba(245,197,66,.2)}
.btn-primary:hover{transform:translateY(-2px);filter:saturate(1.05)}
.btn-ghost{background:rgba(255,255,255,.04);color:var(--text);border-color:var(--line)}
.btn-ghost:hover{background:rgba(245,197,66,.1);color:var(--gold-2)}
.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.hero-badges span{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border:1px solid rgba(245,197,66,.25);border-radius:999px;background:rgba(245,197,66,.08);color:#f7e5a6;font-size:12px;font-weight:900}
.hero-visual{margin:0;border:1px solid rgba(245,197,66,.35);border-radius:28px;overflow:hidden;box-shadow:0 26px 80px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.04) inset;background:#000}
.hero-visual img{width:100%;height:auto}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hero-image-only{padding:24px 0 34px}
.hero-banner{margin:0;border:1px solid rgba(245,197,66,.38);border-radius:30px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.045) inset;background:#050505}
.hero-banner img{width:100%;height:auto}
.service-choice-section{padding-top:34px;background:radial-gradient(circle at 50% 0%,rgba(245,197,66,.13),transparent 42%)}
.service-choice-head{align-items:center}
.main-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-bottom:20px}
.service-pick-card{position:relative;border:1px solid rgba(245,197,66,.22);border-radius:26px;padding:20px;background:linear-gradient(145deg,rgba(255,255,255,.082),rgba(255,255,255,.028));box-shadow:0 18px 48px rgba(0,0,0,.32);overflow:hidden;min-height:100%;display:flex;flex-direction:column;transition:.22s ease}
.service-pick-card::before{content:"";position:absolute;inset:-40% -40% auto auto;width:170px;height:170px;border-radius:999px;background:rgba(245,197,66,.14);filter:blur(16px);pointer-events:none}
.service-pick-card:hover{transform:translateY(-4px);border-color:rgba(245,197,66,.55)}
.service-pick-card.is-dmm{background:linear-gradient(145deg,rgba(245,197,66,.17),rgba(255,94,168,.11),rgba(255,255,255,.028));border-color:rgba(245,197,66,.42)}
.service-pick-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;position:relative;z-index:1}
.service-rank{font-size:12px;color:var(--gold-2);font-weight:950;letter-spacing:.1em}
.service-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border:1px solid rgba(245,197,66,.28);border-radius:999px;background:rgba(245,197,66,.1);font-size:11px;font-weight:950;color:#ffe8a4;white-space:nowrap}
.service-badge.adult-ok{border-color:rgba(255,94,168,.36);background:rgba(255,94,168,.16);color:#ffd8ec}
.service-pick-card h3{position:relative;z-index:1;margin:0 0 9px;font-size:clamp(22px,2vw,30px);line-height:1.12;letter-spacing:-.03em}
.service-catch{position:relative;z-index:1;margin:0 0 14px;color:#f6e9bd;font-weight:900;font-size:14px;line-height:1.55}
.service-pick-card ul{position:relative;z-index:1;margin:0 0 18px;padding:0;list-style:none;display:grid;gap:7px;flex:1}
.service-pick-card li{color:var(--muted);font-size:13px;font-weight:750;line-height:1.55;padding-left:17px;position:relative}
.service-pick-card li::before{content:"";position:absolute;left:0;top:.78em;width:6px;height:6px;border-radius:50%;background:var(--gold-2);box-shadow:0 0 12px rgba(245,197,66,.45)}
.service-cta-row{position:relative;z-index:1;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto}
.service-cta-row .btn{min-height:42px;padding:10px 14px;font-size:13px;flex:1;min-width:136px}
.text-link{color:var(--gold-2);font-weight:950;font-size:13px;white-space:nowrap}
.text-link:hover{text-decoration:underline}
.sub-service-area{margin-top:18px;padding:18px;border:1px solid rgba(245,197,66,.16);border-radius:24px;background:rgba(255,255,255,.035)}
.sub-service-area h3{margin:0 0 12px;font-size:18px;color:#fff}
.sub-service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.sub-service-grid a{display:grid;gap:3px;padding:12px;border:1px solid rgba(245,197,66,.16);border-radius:16px;background:rgba(0,0,0,.2);transition:.18s ease;min-height:82px}
.sub-service-grid a:hover{border-color:rgba(245,197,66,.45);background:rgba(245,197,66,.08);transform:translateY(-2px)}
.sub-service-grid b{font-size:14px;line-height:1.2;color:#fff}
.sub-service-grid span{font-size:12px;line-height:1.45;color:var(--muted);font-weight:750}

.section{padding:68px 0}
.section-head{display:grid;grid-template-columns:1fr minmax(260px,440px);gap:24px;align-items:end;margin-bottom:26px}
.section-head.center{display:block;text-align:center;max-width:860px;margin-inline:auto;margin-bottom:28px}
.section-head h2{font-size:clamp(26px,3.2vw,46px);line-height:1.18;margin:0;letter-spacing:-.04em}
.section-head p{margin:0;color:var(--muted);font-weight:700}

.diagnosis-section{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0))}
.diagnosis-card{max-width:980px;margin:0 auto;padding:22px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:var(--shadow);position:relative;overflow:hidden}
.diagnosis-card::before{content:"";position:absolute;inset:auto -20% -46% -20%;height:260px;background:radial-gradient(circle,rgba(245,197,66,.16),transparent 60%);pointer-events:none}
.diagnosis-progress{height:8px;background:rgba(255,255,255,.08);border-radius:999px;overflow:hidden;margin-bottom:20px}
.diagnosis-progress span{display:block;height:100%;width:16%;background:linear-gradient(90deg,var(--gold),var(--gold-2));border-radius:inherit;transition:.3s ease}
.diagnosis-step{display:none;position:relative;z-index:1}
.diagnosis-step.is-active{display:block;animation:fadeUp .26s ease}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.step-kicker{display:inline-flex;margin-bottom:8px;color:var(--gold-2);font-size:12px;font-weight:950;letter-spacing:.12em}
.diagnosis-step h3{font-size:clamp(22px,2.6vw,34px);margin:0 0 18px;line-height:1.2}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.choice-grid.two{grid-template-columns:repeat(2,1fr)}
.choice-grid.three{grid-template-columns:repeat(3,1fr)}
.choice-grid button{appearance:none;border:1px solid rgba(245,197,66,.25);background:rgba(0,0,0,.25);color:#fff;border-radius:18px;padding:18px 14px;font-weight:950;cursor:pointer;transition:.2s ease;text-align:left;min-height:76px}
.choice-grid button:hover,.choice-grid button:focus-visible{outline:none;background:rgba(245,197,66,.12);border-color:rgba(245,197,66,.55);transform:translateY(-2px)}
.result-grid{display:grid;grid-template-columns:1fr 1fr 1.1fr;gap:14px}
.result-box{border:1px solid rgba(245,197,66,.22);background:rgba(0,0,0,.24);border-radius:22px;padding:18px;min-height:210px;display:flex;flex-direction:column;gap:8px}
.result-box span{color:var(--gold-2);font-weight:950;font-size:13px;letter-spacing:.08em}
.result-box b{font-size:24px;line-height:1.2}
.result-box p{margin:0;color:var(--muted);font-weight:700;font-size:14px;flex:1}
.primary-result{background:linear-gradient(145deg,rgba(245,197,66,.2),rgba(0,0,0,.22));border-color:rgba(245,197,66,.45)}
.warning-result{background:linear-gradient(145deg,rgba(255,94,168,.14),rgba(0,0,0,.22));border-color:rgba(255,94,168,.25)}
.mini-btn{display:inline-flex;align-self:flex-start;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-weight:900;font-size:13px;color:var(--gold-2)}
.diagnosis-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}

.purpose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.purpose-card{position:relative;min-height:210px;padding:22px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:0 12px 35px rgba(0,0,0,.2);overflow:hidden;transition:.2s ease}
.purpose-card:hover{transform:translateY(-4px);border-color:rgba(245,197,66,.55)}
.purpose-card span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:16px;background:rgba(245,197,66,.14);color:var(--gold-2);font-weight:950;font-size:19px;margin-bottom:14px;border:1px solid rgba(245,197,66,.24)}
.purpose-card h3{margin:0 0 8px;font-size:23px;line-height:1.25}
.purpose-card p{margin:0;color:var(--muted);font-weight:700;font-size:14px}
.purpose-card.is-adult{background:linear-gradient(145deg,rgba(255,94,168,.16),rgba(255,255,255,.03))}
.purpose-card.is-adult span{color:#ffd7ec;background:rgba(255,94,168,.22);border-color:rgba(255,94,168,.32)}

.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.035);box-shadow:var(--shadow)}
.service-table{width:100%;min-width:1040px;border-collapse:separate;border-spacing:0}
.service-table th,.service-table td{padding:16px 14px;border-bottom:1px solid rgba(245,197,66,.16);vertical-align:top;text-align:left;font-size:14px}
.service-table thead th{position:sticky;top:0;background:#17130a;color:#ffe9a6;z-index:1;font-weight:950;white-space:nowrap}
.service-table tbody th{font-size:15px;color:#fff;font-weight:950;min-width:180px}
.service-table td{color:var(--muted);font-weight:700}
.service-table small{color:#e7d19a;font-size:12px}
.service-table tr:last-child th,.service-table tr:last-child td{border-bottom:0}
.service-table tr.is-featured th,.service-table tr.is-featured td{background:rgba(245,197,66,.08)}
.service-table a{display:inline-flex;justify-content:center;min-width:76px;padding:8px 11px;border-radius:999px;background:rgba(245,197,66,.15);color:var(--gold-2);font-weight:950;border:1px solid rgba(245,197,66,.3)}

.notes-section{background:radial-gradient(circle at 50% 0%,rgba(245,197,66,.12),transparent 44%)}
.notes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.notes-grid article{padding:22px;border:1px solid rgba(245,197,66,.2);border-radius:22px;background:rgba(255,255,255,.045)}
.notes-grid span{display:inline-flex;margin-bottom:10px;color:var(--gold-2);font-weight:950;letter-spacing:.12em}
.notes-grid h3{margin:0 0 8px;font-size:20px;line-height:1.3}
.notes-grid p{margin:0;color:var(--muted);font-weight:700;font-size:14px}

.adult-section{padding-top:38px}
.adult-grid{display:grid;grid-template-columns:1fr .72fr;gap:24px;align-items:center;border:1px solid rgba(255,94,168,.28);border-radius:30px;padding:26px;background:linear-gradient(145deg,rgba(255,94,168,.13),rgba(245,197,66,.06),rgba(255,255,255,.025));box-shadow:var(--shadow)}
.adult-copy h2{font-size:clamp(26px,3vw,42px);line-height:1.18;margin:0 0 14px;letter-spacing:-.04em}
.adult-copy p{margin:0;color:var(--muted);font-weight:700}
.adult-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.adult-visual{margin:0;border-radius:24px;overflow:hidden;border:1px solid rgba(255,94,168,.35);box-shadow:0 16px 40px rgba(0,0,0,.35)}
.adult-visual img{width:100%;height:auto}

.latest-post-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.latest-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(245,197,66,.18);border-radius:20px;background:rgba(255,255,255,.045);min-height:100%;transition:.2s ease}
.latest-card:hover{transform:translateY(-3px);border-color:rgba(245,197,66,.45)}
.latest-thumb{aspect-ratio:16/10;background:#1b1b1b;overflow:hidden}
.latest-thumb img{width:100%;height:100%;object-fit:cover}
.latest-body{padding:13px;display:flex;flex-direction:column;gap:8px;flex:1}
.latest-body b{font-size:14px;line-height:1.45}
.latest-meta{font-size:12px;color:var(--gold-2);font-weight:900}
.latest-empty{grid-column:1/-1;padding:20px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);font-weight:800;text-align:center}
.new-badge{position:absolute;top:10px;left:10px;background:linear-gradient(180deg,var(--gold-2),#d99b13);color:#111;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:950;box-shadow:0 8px 18px rgba(0,0,0,.28)}

.final-cta-card{text-align:center;border:1px solid var(--line);border-radius:30px;padding:36px 24px;background:linear-gradient(145deg,rgba(245,197,66,.16),rgba(255,255,255,.035));box-shadow:var(--shadow)}
.final-cta-card h2{font-size:clamp(28px,3vw,44px);margin:0 0 10px;line-height:1.2}
.final-cta-card p{color:var(--muted);font-weight:700;margin:0 0 20px}
.lp-footer{padding:42px 0 28px;border-top:1px solid var(--line);background:#050505}
.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}
.footer-inner strong{color:var(--gold-2);font-size:22px}
.footer-inner p{margin:6px 0 0;color:var(--muted);font-weight:700}
.footer-inner nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.footer-inner nav a{font-size:13px;color:var(--muted);font-weight:800;padding:6px 8px}
.footer-note{width:min(var(--max),calc(100% - 32px));margin:18px auto 0;color:#9f9788;font-size:12px;text-align:center;font-weight:700}

.embed-mode .lp-header,.embed-mode .lp-footer{display:none}
.embed-mode .hero-section{padding-top:0}


@media (max-width:1180px){
  .main-service-grid{grid-template-columns:repeat(2,1fr)}
  .sub-service-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1100px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{order:2}
  .hero-visual{order:1}
  .section-head{grid-template-columns:1fr}
  .latest-post-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:840px){
  .lp-nav{display:none}
  .mobile-menu-toggle{display:flex}
  .lp-brand span{display:none}
  .hero-section{padding:18px 0 40px}
  .hero-copy{padding:22px}
  .hero-visual{border-radius:20px}
  .section{padding:48px 0}
  .choice-grid,.choice-grid.three{grid-template-columns:1fr}
  .choice-grid.two{grid-template-columns:1fr}
  .result-grid{grid-template-columns:1fr}
  .purpose-grid,.notes-grid{grid-template-columns:1fr}
  .adult-grid{grid-template-columns:1fr;padding:20px}
  .latest-post-grid{grid-template-columns:repeat(2,1fr)}
  .main-service-grid{grid-template-columns:1fr}
  .sub-service-grid{grid-template-columns:repeat(2,1fr)}
  .service-choice-section{padding-top:20px}
  .hero-image-only{padding:16px 0 22px}
  .hero-banner{border-radius:20px}
  .footer-inner{display:block;text-align:center}
  .footer-inner nav{justify-content:center;margin-top:18px}
}
@media (max-width:520px){
  .wrap{width:min(100% - 22px,var(--max))}
  .lp-header-inner{height:62px}
  .lp-brand strong{font-size:24px}
  .hero-copy h1{font-size:34px}
  .hero-actions .btn,.diagnosis-actions .btn,.adult-actions .btn{width:100%}
  .hero-badges span{font-size:11px}
  .diagnosis-card{padding:16px;border-radius:24px}
  .service-table th,.service-table td{padding:13px 11px;font-size:13px}
  .latest-post-grid{grid-template-columns:1fr}
  .sub-service-grid{grid-template-columns:1fr}
  .service-pick-card{padding:18px;border-radius:22px}
  .service-cta-row .btn{width:100%}
  .latest-thumb{aspect-ratio:16/9}
}

/* v70 logo-first adjustments */
.logo-card{padding-top:18px}
.service-logo-figure{position:relative;z-index:1;margin:0 0 14px;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#080808;box-shadow:0 12px 28px rgba(0,0,0,.26)}
.service-logo-figure img{width:100%;aspect-ratio:16/9;object-fit:cover}
.service-logo-dark{background:#050505}
.service-push{position:relative;z-index:1;margin:0 0 16px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(245,197,66,.12);color:#fff2c5;font-weight:800;font-size:13px;line-height:1.6}
.brand-grid{grid-template-columns:repeat(6,1fr)}
.brand-chip{position:relative;overflow:hidden}
.brand-chip::before{content:"";display:block;height:40px;border-radius:12px;margin-bottom:8px;background:rgba(255,255,255,.04)}
.brand-chip b{display:block}
.brand-chip.brand-unext::before{content:"U-NEXT";display:flex;align-items:center;justify-content:center;background:#0b0b0b;color:#fff;font-weight:950;letter-spacing:.08em}
.brand-chip.brand-hulu::before{content:"hulu";display:flex;align-items:center;justify-content:center;background:#0f2513;color:#1ce783;font-weight:950;font-size:20px;text-transform:lowercase}
.brand-chip.brand-abema::before{content:"ABEMA";display:flex;align-items:center;justify-content:center;background:#fff;color:#111;font-weight:950;letter-spacing:.06em}
.brand-chip.brand-disney::before{content:"Disney+";display:flex;align-items:center;justify-content:center;background:#04142f;color:#fff;font-weight:900}
.brand-chip.brand-danime::before{content:"dアニメ";display:flex;align-items:center;justify-content:center;background:#fff8ef;color:#d65043;font-weight:950}
.brand-chip.brand-fanza::before{content:"FANZA TV+";display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#430224,#8a1463);color:#fff;font-weight:950}
.diagnosis-flow{display:grid;grid-template-columns:repeat(7,1fr);align-items:stretch;gap:12px;max-width:1240px;margin:0 auto 20px}
.flow-card{padding:18px 16px;border-radius:22px;border:1px solid rgba(245,197,66,.18);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));text-align:left;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.flow-icon{display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:18px;background:rgba(245,197,66,.14);border:1px solid rgba(245,197,66,.22);font-size:26px;margin-bottom:10px}
.flow-card h3{margin:0 0 6px;font-size:18px;line-height:1.35}
.flow-card p{margin:0;color:var(--muted);font-weight:700;font-size:13px;line-height:1.6}
.flow-arrow{display:flex;align-items:center;justify-content:center;color:var(--gold-2);font-size:28px;font-weight:900}
.purpose-grid-rich .purpose-card{min-height:unset;display:flex;flex-direction:column}
.purpose-logo-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.mini-logo{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:999px;font-weight:900;font-size:12px;letter-spacing:.02em;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff}
.mini-dmm{background:#101010;border-color:rgba(245,197,66,.32);color:#f9d66f}
.mini-prime{background:#061621;border-color:rgba(50,179,255,.25);color:#6fd1ff}
.mini-netflix{background:#150606;border-color:rgba(255,58,58,.24);color:#ff4e4e}
.mini-dazn{background:#090909;border-color:rgba(255,255,255,.26);color:#fff}
.mini-unext{background:#0b0b0b;border-color:rgba(255,255,255,.2);color:#fff}
.mini-hulu{background:#0c2412;border-color:rgba(28,231,131,.28);color:#1ce783}
.mini-abema{background:#fff;color:#111;border-color:rgba(255,255,255,.65)}
.mini-disney{background:#06152f;border-color:rgba(120,170,255,.3);color:#cddfff}
.mini-danime{background:#fff6ef;color:#d65043;border-color:rgba(214,80,67,.24)}
.mini-fanza{background:linear-gradient(135deg,#4a0628,#a01d72);border-color:rgba(255,94,168,.28);color:#ffe2f0}
.mini-air{background:#12253d;border-color:rgba(103,161,255,.25);color:#b7d3ff}
.purpose-more{margin-top:auto;padding-top:14px;color:var(--gold-2);font-weight:950;font-size:13px}
.purpose-more:hover{text-decoration:underline}

@media (max-width:1180px){
  .diagnosis-flow{grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr}
}
@media (max-width:1100px){
  .brand-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:840px){
  .diagnosis-flow{grid-template-columns:1fr;gap:10px}
  .flow-arrow{transform:rotate(90deg);min-height:16px}
}
@media (max-width:520px){
  .brand-grid{grid-template-columns:1fr}
  .service-logo-figure{border-radius:16px}
}

/* v71 official logos + illustration */
.brand-grid-logos{grid-template-columns:repeat(3,1fr)}
.brand-chip-logo{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:8px;padding:16px 14px}
.brand-chip-logo::before{display:none !important}
.brand-logo-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:68px;padding:8px;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}
.brand-logo-wrap img{max-width:100%;max-height:52px;object-fit:contain}
.brand-chip-logo b{font-size:15px}
.brand-chip-logo span{font-size:12px;line-height:1.5}

.diagnosis-hero-figure{max-width:1320px;margin:0 auto 18px;border-radius:28px;overflow:hidden;border:2px solid rgba(245,197,66,.28);box-shadow:0 18px 40px rgba(0,0,0,.2);background:#fff}
.diagnosis-hero-figure img{display:block;width:100%;height:auto}
.diagnosis-text-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1240px;margin:0 auto 24px}
.diagnosis-text-flow article{padding:18px 16px;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.03));border:1px solid rgba(245,197,66,.18);box-shadow:0 10px 24px rgba(0,0,0,.14)}
.diagnosis-text-flow span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#111;font-weight:950;margin-bottom:10px}
.diagnosis-text-flow h3{margin:0 0 8px;font-size:18px;line-height:1.35}
.diagnosis-text-flow p{margin:0;color:var(--muted);font-size:13px;line-height:1.65;font-weight:700}

.image-logo-list{gap:10px}
.image-logo-list .mini-logo.has-image{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:88px;min-height:78px;padding:8px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#fff;text-align:center}
.image-logo-list .mini-logo.has-image img{width:100%;height:34px;object-fit:contain;border-radius:8px;background:#fff;padding:4px}
.image-logo-list .mini-logo.has-image span{display:block;margin-top:6px;font-size:10px;line-height:1.35;font-weight:900}

.service-table-logos th[scope="row"]{min-width:190px}
.table-service-link{display:flex;flex-direction:column;align-items:flex-start;gap:10px;color:inherit;text-decoration:none}
.table-service-link:hover .table-service-text{color:var(--gold-2)}
.table-logo-wrap{display:flex;align-items:center;justify-content:center;width:150px;max-width:100%;height:62px;padding:8px;border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}
.table-logo-wrap img{max-width:100%;max-height:48px;object-fit:contain}
.table-service-text{display:block;font-weight:900;line-height:1.4}
.table-service-text small{font-size:11px;color:var(--muted);font-weight:800}

@media (max-width:1100px){
  .brand-grid-logos{grid-template-columns:repeat(2,1fr)}
  .diagnosis-text-flow{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .brand-grid-logos{grid-template-columns:1fr}
  .diagnosis-hero-figure{border-radius:20px}
  .diagnosis-text-flow{grid-template-columns:1fr}
  .image-logo-list .mini-logo.has-image{width:82px}
  .table-logo-wrap{width:122px;height:54px}
}

/* v72 visual refresh */
.main-service .service-catch{color:#fff;font-size:16px;line-height:1.7}
.main-service .service-catch strong{display:block;font-size:17px}
#service-dmm .service-catch strong,#service-dmm .service-push{color:#ffe395}
#service-dazn .service-catch strong,#service-dazn .service-push{color:#d8ecff}
#service-prime .service-catch strong,#service-prime .service-push{color:#9adfff}
#service-netflix .service-catch strong,#service-netflix .service-push{color:#ffb0b0}
#service-dmm .btn.btn-primary{background:linear-gradient(135deg,#f5c542,#f7db79);color:#111}
#service-dazn .btn.btn-primary{background:linear-gradient(135deg,#ffffff,#d9d9d9);color:#111}
#service-prime .btn.btn-primary{background:linear-gradient(135deg,#43c8ff,#7fe0ff);color:#062031}
#service-netflix .btn.btn-primary{background:linear-gradient(135deg,#ff3b3b,#ff6b6b);color:#fff}
.main-service .service-cta-row{margin-top:auto}
.main-service ul li{color:#ddd}

.brand-grid-logos{grid-template-columns:repeat(3,1fr);gap:18px}
.brand-chip-logo{padding:16px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(160deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:0 12px 26px rgba(0,0,0,.16)}
.brand-logo-wrap{width:100%;height:82px;border-radius:18px;overflow:hidden;background:transparent;box-shadow:none;padding:0;margin:0 0 10px}
.brand-logo-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.brand-chip-logo b{font-size:16px;color:#fff}
.brand-chip-logo span{color:#cfd3dc}
.brand-chip-logo.brand-disney{background:linear-gradient(160deg,rgba(15,48,98,.58),rgba(255,255,255,.03))}
.brand-chip-logo.brand-abema{background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.025))}
.brand-chip-logo.brand-danime{background:linear-gradient(160deg,rgba(228,102,48,.18),rgba(255,255,255,.03))}
.brand-chip-logo.brand-fanza{background:linear-gradient(160deg,rgba(167,31,108,.22),rgba(255,255,255,.03))}

.diagnosis-intro{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border:1px solid rgba(245,197,66,.18);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));margin-bottom:16px}
.diagnosis-intro h3{margin:4px 0 8px;font-size:24px;line-height:1.35}
.diagnosis-intro p{margin:0;color:var(--muted);font-weight:700}
.diagnosis-start-btn{white-space:nowrap;min-width:210px}
[data-diagnosis]:not(.is-started) .diagnosis-step{display:none !important}

.diagnosis-text-flow article{min-height:146px}

.visual-purpose-grid .purpose-card{overflow:hidden;padding:0}
.visual-purpose-grid .purpose-media{margin:0;height:180px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);background:#0d0d0d}
.visual-purpose-grid .purpose-media img{width:100%;height:100%;object-fit:cover;display:block}
.visual-purpose-grid .purpose-media-sports img{object-fit:contain;background:#080808;padding:18px}
.visual-purpose-grid .purpose-content{padding:18px 18px 20px;display:flex;flex-direction:column;min-height:250px}
.visual-purpose-grid .purpose-content > span:first-child{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(245,197,66,.14);border:1px solid rgba(245,197,66,.22);font-weight:900;margin-bottom:10px}
.visual-purpose-grid .purpose-card h3{margin:0 0 8px}
.visual-purpose-grid .purpose-card p{margin:0;color:var(--muted);line-height:1.7}
.image-logo-list .mini-logo.has-image{width:92px;min-height:86px;gap:0;padding:8px 6px;background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.image-logo-list .mini-logo.has-image img{background:transparent;padding:0;height:38px;object-fit:contain;border-radius:8px}
.image-logo-list .mini-logo.has-image span{margin-top:7px;font-size:10px}
.mini-air{display:flex;align-items:center;justify-content:center;min-height:86px;width:92px;border-radius:16px;background:linear-gradient(160deg,#10325c,#1c4a7f);color:#e8f2ff;border:1px solid rgba(103,161,255,.25)}

.service-table-logos .table-logo-wrap{width:150px;height:60px;border-radius:14px;overflow:hidden;background:transparent;box-shadow:none;padding:0}
.service-table-logos .table-logo-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.service-table-logos th[scope="row"]{background:rgba(255,255,255,.02)}
.table-service-link{gap:8px}
.table-service-text{font-size:14px}
.table-service-text small{display:block;margin-top:2px}

.visual-notes-grid article{display:flex;flex-direction:column;gap:10px}
.note-visual{height:120px;border-radius:18px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.10);box-shadow:0 10px 24px rgba(0,0,0,.14);overflow:hidden;position:relative}
.note-visual::after{content:"";position:absolute;right:-18px;bottom:-18px;width:90px;height:90px;border-radius:50%;background:rgba(255,255,255,.12)}
.note-visual span{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:14px;background:rgba(255,255,255,.14);font-size:18px;font-weight:950;color:#fff}
.note-visual b{position:relative;z-index:1;font-size:18px;line-height:1.45;color:#fff}
.note-price{background:linear-gradient(135deg,#805d05,#e3b32d)}
.note-contract{background:linear-gradient(135deg,#111,#5b5b5b)}
.note-trial{background:linear-gradient(135deg,#0f3d3e,#3db7b8)}
.note-app{background:linear-gradient(135deg,#3c234f,#a46fe5)}
.note-tag{background:linear-gradient(135deg,#143860,#4d8fff)}
.note-adult{background:linear-gradient(135deg,#53162f,#d94b96)}

@media (max-width:1100px){
  .brand-grid-logos{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .diagnosis-intro{flex-direction:column;align-items:flex-start}
  .diagnosis-start-btn{width:100%;min-width:0}
  .visual-purpose-grid .purpose-media{height:160px}
}
@media (max-width:760px){
  .brand-grid-logos{grid-template-columns:1fr}
  .brand-logo-wrap{height:74px}
  .visual-purpose-grid .purpose-content{min-height:auto}
  .image-logo-list .mini-logo.has-image,.mini-air{width:84px;min-height:82px}
  .service-table-logos .table-logo-wrap{width:118px;height:52px}
  .note-visual{height:108px}
}

/* v73 layout polish */
/* 1) main service cards: reduce heavy bold feeling */
.main-service .service-catch,
.main-service .service-catch strong,
.main-service ul li,
.main-service .service-push,
.main-service .text-link{letter-spacing:0;font-weight:700}
.main-service .service-catch{font-size:15px;line-height:1.85}
.main-service .service-catch strong{font-size:16px;line-height:1.75;font-weight:800}
.main-service ul{gap:8px}
.main-service ul li{font-size:14px;line-height:1.75;font-weight:700}
.main-service .service-push{font-size:14px;line-height:1.75;font-weight:700}
.main-service .btn.btn-primary{font-size:15px;font-weight:900;padding:14px 18px;border-radius:999px}
.main-service .text-link{font-size:14px;font-weight:800}

/* 2) other candidates: use right side space with horizontal card layout */
.brand-grid-logos{grid-template-columns:repeat(2,1fr);gap:16px}
.brand-chip-logo{display:grid;grid-template-columns:170px 1fr;align-items:center;gap:18px;min-height:134px;padding:18px 20px;text-align:left}
.brand-chip-logo .brand-logo-wrap{width:170px;height:78px;margin:0;border-radius:16px;align-self:center}
.brand-chip-logo b{font-size:26px;line-height:1.2;margin-bottom:6px}
.brand-chip-logo span{font-size:15px;line-height:1.65;font-weight:700}
.brand-chip-logo::after{content:'公式・詳細をチェック';display:inline-block;margin-top:10px;font-size:12px;font-weight:900;color:#f6cf6d;letter-spacing:.04em}
.brand-chip-logo .brand-logo-wrap + b{margin-top:0}
.brand-chip-logo{position:relative}
.brand-chip-logo > *:nth-child(2), .brand-chip-logo > *:nth-child(3){grid-column:2}
.brand-chip-logo.brand-fanza::after{color:#ffd0eb}
.brand-chip-logo.brand-abema::after{color:#ffe27c}
.brand-chip-logo.brand-disney::after{color:#c8dcff}
.brand-chip-logo.brand-hulu::after{color:#a8ffb3}

/* 3) diagnosis: big start button placed below */
.diagnosis-intro{display:block;padding:24px 24px 22px}
.diagnosis-intro-copy{margin-bottom:18px}
.diagnosis-intro h3{font-size:26px;margin:6px 0 10px}
.diagnosis-intro p{font-size:15px;line-height:1.8}
.diagnosis-start-btn{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:64px;font-size:22px;font-weight:950;border-radius:18px;box-shadow:0 14px 30px rgba(0,0,0,.18)}

/* 4) purpose cards visuals */
.visual-purpose-grid .purpose-media{height:190px}
.visual-purpose-grid .purpose-media img{object-position:center center}
.visual-purpose-grid .purpose-media-sports img{object-fit:cover;background:none;padding:0}
.visual-purpose-grid .purpose-card h3{font-size:26px;line-height:1.25}
.visual-purpose-grid .purpose-card p{font-size:14px}
.image-logo-list{gap:10px 12px}
.image-logo-list .mini-logo.has-image,.mini-air{width:96px;min-height:90px;border-radius:18px}
.image-logo-list .mini-logo.has-image span{font-size:10px;line-height:1.35}

/* 5) comparison logo cell polish */
.service-table-logos .table-logo-wrap{width:144px;height:56px;border-radius:18px;background:transparent;padding:0;overflow:visible}
.service-table-logos .table-logo-wrap img{width:100%;height:100%;object-fit:contain;border-radius:16px}
.table-service-link{gap:10px;align-items:flex-start}
.service-table-logos th[scope="row"]{background:transparent}
.table-service-text{font-size:14px;line-height:1.45}

@media (max-width:1100px){
  .brand-grid-logos{grid-template-columns:1fr}
}
@media (max-width:760px){
  .brand-chip-logo{grid-template-columns:1fr;gap:14px;min-height:auto;padding:16px}
  .brand-chip-logo .brand-logo-wrap{width:140px;height:64px}
  .brand-chip-logo > *:nth-child(2), .brand-chip-logo > *:nth-child(3){grid-column:auto}
  .brand-chip-logo b{font-size:22px}
  .brand-chip-logo span{font-size:14px}
  .brand-chip-logo::after{margin-top:8px}
  .diagnosis-intro h3{font-size:22px}
  .diagnosis-start-btn{font-size:20px;min-height:58px}
  .visual-purpose-grid .purpose-media{height:170px}
}

/* v74 alignment and balance fixes */
/* section headings should start from top-left */
.purpose-section .section-head,
.comparison-section .section-head{
  display:block;
  text-align:left;
  margin-bottom:28px;
}
.purpose-section .section-head .section-label,
.comparison-section .section-head .section-label{display:inline-flex;margin-bottom:10px}
.purpose-section .section-head h2,
.comparison-section .section-head h2{margin:0 0 12px;max-width:none}
.purpose-section .section-head p,
.comparison-section .section-head p{max-width:980px}

/* main service text balance */
.main-service .service-catch,
.main-service .service-catch strong,
.main-service ul li,
.main-service .service-push{font-weight:650}
.main-service .service-catch strong{font-size:15px;line-height:1.7}
.main-service .service-catch{font-size:14px;line-height:1.8}
.main-service ul li,.main-service .service-push{font-size:13.5px;line-height:1.75}

/* CTA alignment */
.main-service .service-cta-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}
.main-service .btn.btn-primary{min-width:0;width:100%;white-space:nowrap;line-height:1.3;padding:13px 16px;font-size:14px}
.main-service .text-link{line-height:1.35;white-space:nowrap;display:inline-flex;align-items:center}

/* other candidates cards */
.brand-chip-logo{grid-template-columns:160px 1fr;gap:16px}
.brand-chip-logo .brand-logo-wrap{width:160px;height:76px}
.brand-chip-logo .brand-logo-wrap img{border-radius:12px}
.brand-chip-logo b{font-size:24px;font-weight:850}
.brand-chip-logo span{font-size:14px;line-height:1.6;font-weight:650}

/* purpose mini logo card alignment */
.purpose-logo-list{align-items:stretch}
.image-logo-list .mini-logo.has-image,
.mini-air{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  padding:10px 8px;
  gap:0;
}
.image-logo-list .mini-logo.has-image img{width:100%;height:36px;object-fit:contain;border-radius:10px}
.image-logo-list .mini-logo.has-image span{margin-top:8px;font-size:10px;font-weight:800;line-height:1.35}
.mini-air span{display:block;font-size:11px;line-height:1.4;font-weight:850}

/* table service cell fixes: remove unwanted gold pill, align logo/text */
.service-table .table-service-link{
  background:none;
  border:0;
  padding:0;
  min-width:0;
  justify-content:flex-start;
  border-radius:0;
  color:inherit;
}
.service-table-logos th[scope="row"]{min-width:210px}
.table-service-link{display:flex;flex-direction:row;align-items:center;gap:14px}
.service-table-logos .table-logo-wrap{flex:0 0 118px;width:118px;height:56px;border-radius:16px;overflow:hidden}
.service-table-logos .table-logo-wrap img{width:100%;height:100%;object-fit:contain;border-radius:14px}
.table-service-text{display:block;font-size:14px;line-height:1.4;font-weight:850}
.table-service-text small{display:block;margin-top:2px;font-size:11px;font-weight:700}

@media (max-width:760px){
  .main-service .service-cta-row{grid-template-columns:1fr;gap:10px}
  .main-service .btn.btn-primary{white-space:normal}
  .brand-chip-logo{grid-template-columns:1fr;gap:12px}
  .brand-chip-logo .brand-logo-wrap{width:144px;height:68px}
  .table-service-link{gap:12px}
  .service-table-logos .table-logo-wrap{flex-basis:100px;width:100px;height:48px}
}

/* v75 button/logo/thumb fixes */
/* Opinion-reflected cleanup: less bold, cleaner hierarchy */
.main-service .service-catch strong,
.main-service .service-catch,
.main-service ul li,
.main-service .service-push,
.main-service .text-link,
.purpose-section h3,
.purpose-section p,
.service-table td,
.service-table tbody th,
.latest-title,
.latest-post-card *{font-weight:600}

/* Main service CTA: top wide button + bottom link */
.main-service .service-cta-row{display:flex;flex-direction:column;align-items:stretch;gap:10px}
.main-service .btn.btn-primary{width:100%;min-width:0;white-space:normal;min-height:54px;padding:14px 18px;font-size:15px;line-height:1.35;border-radius:18px}
.main-service .text-link{display:block;text-align:center;font-size:13px;line-height:1.5;font-weight:700}

/* Purpose mini logos: logo only, no label overflow */
.image-logo-list{gap:12px;align-items:center}
.image-logo-list .mini-logo.has-image{
  width:86px;min-height:70px;padding:10px;border-radius:16px;
  justify-content:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10)
}
.image-logo-list .mini-logo.has-image img{height:34px;width:100%;object-fit:contain;border-radius:10px}
.image-logo-list .mini-logo.has-image span{display:none !important}
.mini-air{width:86px;min-height:70px;padding:10px;justify-content:center}
.mini-air span{font-size:14px;font-weight:800}
.purpose-more{display:none !important}
.visual-purpose-grid .purpose-content{gap:0}
.visual-purpose-grid .purpose-card h3{font-size:24px;font-weight:700}
.visual-purpose-grid .purpose-card p{margin:0 0 14px;font-weight:600}

/* Comparison table polish */
.inline-em{display:inline-block;padding:1px 7px;border-radius:999px;background:rgba(245,197,66,.13);border:1px solid rgba(245,197,66,.22);color:#ffe4a0;font-weight:700}
.comparison-section .section-head p{line-height:1.8}
.service-table th,.service-table td{font-size:13.5px}
.service-table td{line-height:1.75}
.service-table tbody th{font-weight:750}
.service-table-logos .table-logo-wrap{border-radius:18px;overflow:hidden;background:rgba(255,255,255,.03)}
.service-table-logos .table-logo-wrap img{border-radius:14px;padding:2px}
.table-service-link{align-items:center}
.table-service-text{font-weight:700}
.table-service-text small{font-weight:600}

/* Blog thumbnails: never crop */
.latest-thumb{display:flex;align-items:center;justify-content:center;background:#141414}
.latest-thumb img{object-fit:contain;background:#141414}

/* soften global heavy text a bit */
.brand-chip-logo b,.brand-chip-logo span,.section-head p,.notes-grid p,.notes-grid h3{font-weight:650}

@media (max-width:760px){
  .main-service .btn.btn-primary{font-size:14px}
  .image-logo-list .mini-logo.has-image,.mini-air{width:78px;min-height:66px}
  .image-logo-list .mini-logo.has-image img{height:30px}
}


/* v76 latest blog heading fix */
.latest-section .latest-head-left{
  display:block;
  text-align:left;
  max-width:980px;
  margin-left:0;
  margin-right:auto;
  margin-bottom:28px;
}
.latest-section .latest-head-left .section-label{
  display:inline-flex;
  margin-bottom:10px;
}
.latest-section .latest-head-left h2{
  max-width:760px;
  margin:0 0 12px;
  font-size:clamp(28px,3.2vw,46px);
  line-height:1.18;
}
.latest-section .latest-head-left p{
  max-width:900px;
  margin:0;
  color:var(--muted);
  font-weight:650;
  line-height:1.8;
}
@media (max-width:760px){
  .latest-section .latest-head-left h2{
    font-size:30px;
  }
}

/* v77 final tuning */
/* globally reduce heavy boldness */
body, p, li, td, th, span, a, strong, b, h3, h4, small {font-weight:500}
.section-label{font-weight:700}
h1,h2{font-weight:700}

/* quick services */
.service-choice-head{display:block;text-align:left}
.service-choice-head > div{margin-bottom:0}
.service-pick-top{justify-content:flex-end}
.service-rank{display:none !important}
.service-name-text{margin:4px 0 10px;font-size:24px;line-height:1.25;font-weight:700;color:#fff}
.main-service .service-badge{font-weight:600}
.main-service .service-catch strong{font-weight:600}
.main-service ul li,.main-service .service-push,.main-service .text-link{font-weight:500}
.main-service .text-link{text-decoration:none;opacity:.92}
.main-service .text-link:hover{opacity:1}

/* sub-service cards with bullets */
.brand-chip-logo{align-items:flex-start;min-height:156px}
.brand-chip-logo b{font-weight:700;margin-bottom:6px}
.brand-bullet-list{grid-column:2;margin:2px 0 0 0;padding-left:18px;color:#ddd;line-height:1.7;font-size:13px}
.brand-bullet-list li{margin:0 0 2px 0}
.brand-chip-logo::after{display:none}

/* purpose cards */
.visual-purpose-grid .purpose-card h3{font-weight:700}
.visual-purpose-grid .purpose-card p{font-weight:500}
.image-logo-list .mini-logo.has-image,.mini-air{background:rgba(255,255,255,.03)}

/* comparison and emphasis */
.service-table th,.service-table td{font-weight:500}
.service-table thead th{font-weight:700}
.service-table tbody th{font-weight:600}
.table-service-text,.table-service-text small{font-weight:600}
.inline-em{font-weight:600;background:rgba(245,197,66,.10);border-color:rgba(245,197,66,.15)}

/* latest posts heading already left, keep cleaner */
.latest-head-left h2{font-weight:700}
.latest-head-left p{font-weight:500}

/* recap section */
.recap-section .section-head{display:block;text-align:left;margin-bottom:26px}
.recap-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.recap-service-btn{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:96px;padding:18px 20px;border-radius:20px;text-decoration:none;color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid rgba(245,197,66,.16);box-shadow:0 12px 24px rgba(0,0,0,.14)}
.recap-service-btn span{font-size:20px;font-weight:700;line-height:1.3;margin-bottom:6px}
.recap-service-btn small{font-size:13px;opacity:.9}
.recap-service-btn:hover{transform:translateY(-2px)}

@media (max-width:1100px){
  .recap-service-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .service-name-text{font-size:22px}
  .brand-chip-logo{grid-template-columns:1fr;min-height:auto}
  .brand-bullet-list{grid-column:auto;padding-left:18px}
  .recap-service-grid{grid-template-columns:1fr}
  .recap-service-btn{min-height:88px}
}

/* v78 sub-service grid + recap + adult restore */
/* Other candidates: 3 columns x 2 rows to avoid right-side empty space */
.brand-grid-logos{
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.brand-chip-logo{
  grid-template-columns:1fr;
  min-height:230px;
  padding:18px 16px;
  text-align:left;
  align-items:flex-start;
  gap:12px;
}
.brand-chip-logo .brand-logo-wrap{
  width:100%;
  height:78px;
  margin:0;
}
.brand-chip-logo b{
  font-size:22px;
  margin:0;
}
.brand-bullet-list{
  grid-column:auto;
  padding-left:18px;
  margin:0;
  font-size:13px;
  line-height:1.72;
}
.brand-bullet-list li{margin-bottom:2px}

/* recap wording section */
.recap-section .section-head p:not(.section-label){
  max-width:920px;
}
.recap-service-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.recap-service-btn span{font-size:18px}

/* restore adult card look nicely */
.visual-purpose-grid .purpose-card.is-adult .purpose-content > span:first-child{
  background:rgba(217,75,150,.16);
  border-color:rgba(217,75,150,.26);
}
.visual-purpose-grid .purpose-card.is-adult{
  background:linear-gradient(160deg,rgba(167,31,108,.14),rgba(255,255,255,.03));
}

@media (max-width:1100px){
  .brand-grid-logos{grid-template-columns:repeat(2, minmax(0,1fr));}
}
@media (max-width:760px){
  .brand-grid-logos{grid-template-columns:1fr;}
  .brand-chip-logo{min-height:auto;}
  .brand-chip-logo .brand-logo-wrap{height:72px;}
  .brand-chip-logo b{font-size:20px;}
}

/* v79 final polish */
/* other candidates: equal logos, no crop, 3x2 stable cards */
.brand-grid-logos{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.brand-chip-logo{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:220px;padding:18px 18px 16px;text-align:left}
.brand-chip-logo .brand-logo-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:76px;padding:10px 14px;border-radius:14px;background:rgba(0,0,0,.28);margin:0 0 12px;overflow:hidden}
.brand-chip-logo .brand-logo-wrap img{width:100%;height:100%;object-fit:contain !important;border-radius:8px;display:block}
.brand-chip-logo b{display:block;width:100%;font-size:18px;line-height:1.35;font-weight:700;margin:0 0 8px;text-align:left}
.brand-bullet-list{width:100%;padding-left:18px;margin:0;font-size:13px;line-height:1.75}
.brand-bullet-list li{margin:0 0 2px}

/* purpose sports terrestrial chip */
.mini-air{display:flex;align-items:center !important;justify-content:center !important;padding:10px;border-radius:16px}
.mini-air span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;line-height:1.2;margin:0;text-align:center}

/* remove any leftover adult section spacing not needed */
.adult-section{display:none !important}

/* recap uses same top four cards */
.recap-main-grid{margin-top:10px}
.recap-main-grid .service-pick-card{min-height:100%}
.recap-section .section-head p:not(.section-label){max-width:880px}

/* keep top cards readable */
.main-service .service-logo-figure img{border-radius:16px}
.main-service .service-catch,.main-service ul li,.main-service .service-push{font-weight:500}
.main-service .service-catch strong,.service-name-text{font-weight:700}

@media (max-width:1100px){
  .brand-grid-logos{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
  .brand-grid-logos{grid-template-columns:1fr;}
  .brand-chip-logo{min-height:auto;}
  .brand-chip-logo .brand-logo-wrap{height:70px;}
  .brand-chip-logo b{font-size:17px;}
}

/* v80 final requested tweaks */
/* Other candidates: make logos larger and add bottom CTA label */
.brand-chip-logo{
  min-height:238px;
  padding:18px 18px 18px;
}
.brand-chip-logo .brand-logo-wrap{
  height:92px;
  padding:8px 12px;
}
.brand-chip-logo .brand-logo-wrap img{
  max-width:100%;
  max-height:100%;
  object-fit:contain !important;
}
.brand-chip-logo b{
  font-size:20px;
  margin-bottom:8px;
}
.brand-bullet-list{
  font-size:13px;
  line-height:1.72;
  margin-bottom:12px;
}
.brand-cta-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:auto;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(245,197,66,.12);
  border:1px solid rgba(245,197,66,.22);
  color:#ffe6a2;
  font-size:13px;
  font-weight:700;
  line-height:1;
}

/* Restore adult purpose card only inside purpose list */
.visual-purpose-grid .purpose-card.is-adult .purpose-content > span:first-child{
  background:rgba(217,75,150,.16);
  border-color:rgba(217,75,150,.28);
}
.visual-purpose-grid .purpose-card.is-adult{
  background:linear-gradient(160deg,rgba(167,31,108,.14),rgba(255,255,255,.03));
}

/* Comparison logos: slightly rounded */
.service-table-logos .table-logo-wrap{
  border-radius:14px;
}
.service-table-logos .table-logo-wrap img{
  border-radius:10px;
}

@media (max-width:760px){
  .brand-chip-logo{min-height:auto;}
  .brand-chip-logo .brand-logo-wrap{height:82px;}
}

/* v81 other candidates cleanup + notes section */
/* candidate cards: remove left blank feeling */
.brand-grid-logos{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.brand-chip-logo{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  min-height:248px;
  padding:18px 18px 18px;
  text-align:left;
}
.brand-chip-logo .brand-logo-wrap{
  width:100%;
  height:96px;
  margin:0 0 14px;
  padding:10px 14px;
  border-radius:16px;
  background:rgba(20,12,8,.34);
  display:flex;
  align-items:center;
  justify-content:center;
}
.brand-chip-logo .brand-logo-wrap img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  border-radius:10px;
}
.brand-chip-logo b{
  width:100%;
  display:block;
  margin:0 0 10px;
  font-size:22px;
  line-height:1.25;
  font-weight:700;
}
.brand-bullet-list{
  width:100%;
  padding-left:18px;
  margin:0 0 14px;
  font-size:13px;
  line-height:1.72;
}
.brand-cta-label{
  display:flex;
  align-items:center;
  justify-content:center;
  align-self:stretch;
  width:100%;
  min-height:44px;
  margin-top:auto;
  padding:10px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#c99529,#f1cc65);
  color:#1d1405;
  border:1px solid rgba(255,215,130,.48);
  box-shadow:0 10px 22px rgba(0,0,0,.16);
  font-size:14px;
  font-weight:700;
  line-height:1;
}

/* comparison logos slightly rounded official logos */
.service-table-logos .table-logo-wrap{border-radius:14px;background:rgba(255,255,255,.03)}
.service-table-logos .table-logo-wrap img{border-radius:12px;object-fit:contain;padding:3px}

/* page notes bottom section */
.page-notes-section .section-head{display:block;text-align:left;margin-bottom:26px}
.page-notes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.page-notes-grid article{padding:20px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid rgba(245,197,66,.14)}
.page-notes-grid h3{margin:0 0 10px;font-size:20px;font-weight:700}
.page-notes-grid p{margin:0;color:var(--muted);line-height:1.85;font-weight:500}

@media (max-width:1100px){
  .page-notes-grid,.brand-grid-logos{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
  .page-notes-grid,.brand-grid-logos{grid-template-columns:1fr;}
  .brand-chip-logo{min-height:auto}
  .brand-chip-logo .brand-logo-wrap{height:88px}
  .brand-chip-logo b{font-size:20px}
}


/* v82: other candidate logo balance + subtle SEO notes */
.brand-grid-logos{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.brand-chip-logo{
  display:grid;
  grid-template-columns:46% 1fr;
  grid-template-rows:auto 1fr auto;
  gap:14px 18px;
  align-items:start;
  min-height:236px;
  padding:18px;
}
.brand-chip-logo .brand-logo-wrap{
  grid-column:1;
  grid-row:1 / 3;
  width:100%;
  height:142px;
  margin:0;
  padding:14px;
  border-radius:18px;
  background:rgba(0,0,0,.30);
}
.brand-chip-logo .brand-logo-wrap img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  border-radius:12px;
}
.brand-chip-logo b{
  grid-column:2;
  grid-row:1;
  align-self:start;
  font-size:22px;
  line-height:1.25;
  margin:2px 0 0;
}
.brand-bullet-list{
  grid-column:2;
  grid-row:2 / 4;
  align-self:center;
  margin:0;
  padding-left:18px;
  font-size:13px;
  line-height:1.75;
}
.brand-cta-label{
  grid-column:1;
  grid-row:3;
  align-self:end;
  width:100%;
  min-height:46px;
  margin:0;
  border-radius:999px;
  background:linear-gradient(135deg,#c79324,#f2cf68);
  color:#1b1305;
  border:1px solid rgba(255,221,140,.55);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
  font-size:14px;
  font-weight:700;
}

/* make comparison official logos just slightly rounded */
.service-table-logos .table-logo-wrap{
  border-radius:14px !important;
  overflow:hidden;
}
.service-table-logos .table-logo-wrap img{
  border-radius:10px !important;
  padding:2px;
}

/* subtle footer-like SEO note */
.compact-seo-notes{
  padding:34px 0 26px;
  background:transparent;
}
.seo-note-box{
  border-top:1px solid rgba(245,197,66,.16);
  padding-top:18px;
  color:#cfc7b6;
  font-size:13px;
  line-height:1.9;
}
.seo-note-box .section-label{
  font-size:10px;
  opacity:.75;
  margin-bottom:8px;
}
.seo-note-box h2{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.45;
  font-weight:600;
  color:#f1e6cf;
}
.seo-note-box p{
  margin:0 0 10px;
  color:#bfb8aa;
  font-weight:400;
}
.seo-note-box p:last-child{
  margin-bottom:0;
}
.page-notes-grid{
  display:none !important;
}

@media (max-width:1100px){
  .brand-grid-logos{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
  .brand-grid-logos{grid-template-columns:1fr;}
  .brand-chip-logo{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto auto;
    min-height:auto;
  }
  .brand-chip-logo .brand-logo-wrap{
    grid-column:1;
    grid-row:1;
    height:110px;
  }
  .brand-chip-logo b{
    grid-column:1;
    grid-row:2;
  }
  .brand-bullet-list{
    grid-column:1;
    grid-row:3;
    align-self:start;
  }
  .brand-cta-label{
    grid-column:1;
    grid-row:4;
  }
  .compact-seo-notes{
    padding:28px 0 22px;
  }
}

/* v90: scroll restore guard
   Purpose: keep the standalone LP scrollable after hero image changes.
   Do not add iframe auto-height JS. Parent iframe height, if used in WordPress,
   must be adjusted on the WordPress side. */
html,
body{
  height:auto;
  min-height:100%;
  max-height:none;
  overflow-x:hidden;
  overflow-y:auto;
}
body{
  position:relative;
}
.are-miru-lp,
.are-miru-lp > main,
main,
.lp-footer,
.hero-section,
.service-choice-section,
.section,
.page-notes-section{
  height:auto;
  max-height:none;
  overflow:visible;
}
.are-miru-lp > main,
main{
  display:block;
}
.hero-banner,
.hero-banner img{
  max-height:none;
}

/* v92: clickable hero CTA, logo links, richer diagnosis result */
.hero-banner{position:relative}
.hero-click-zones{position:absolute;inset:0;pointer-events:none;z-index:3}
.hero-zone{position:absolute;display:block;overflow:hidden;text-indent:-9999px;white-space:nowrap;pointer-events:auto;border-radius:999px}
.hero-zone:focus-visible{outline:3px solid rgba(255,255,255,.92);outline-offset:4px;box-shadow:0 0 0 6px rgba(245,197,66,.35)}
.hero-zone-diagnosis{left:2.4%;bottom:3.1%;width:44.2%;height:11.6%}
.service-logo-link{display:block;position:relative;z-index:1;margin:0 0 14px;border-radius:20px;color:inherit;text-decoration:none}
.service-logo-link .service-logo-figure{margin:0}
.service-logo-link:hover .service-logo-figure,.service-logo-link:focus-visible .service-logo-figure{border-color:rgba(245,197,66,.62);box-shadow:0 16px 34px rgba(245,197,66,.13),0 12px 28px rgba(0,0,0,.32)}
.service-logo-link:focus-visible{outline:3px solid rgba(245,197,66,.72);outline-offset:4px}
.result-reason-box{position:relative;z-index:1;margin:0 0 16px;padding:16px 18px;border:1px solid rgba(245,197,66,.28);border-radius:20px;background:rgba(245,197,66,.075)}
.result-reason-box span{display:inline-flex;margin-bottom:7px;color:var(--gold-2);font-size:12px;font-weight:950;letter-spacing:.1em}
.result-reason-box p{margin:0;color:#f6e9bd;font-size:14px;font-weight:750;line-height:1.75}
.result-grid-enhanced{grid-template-columns:1.15fr 1.15fr .72fr;align-items:stretch}
.result-service-card{min-height:300px;gap:10px}
.result-logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:78px;margin:2px 0 4px;padding:10px 16px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(0,0,0,.28);transition:.18s ease}
.result-logo-link img{display:block;width:100%;height:100%;object-fit:contain;border-radius:10px}
.result-logo-link:hover,.result-logo-link:focus-visible{border-color:rgba(245,197,66,.55);background:rgba(245,197,66,.08);outline:none}
.result-service-card b{font-size:26px}
.result-service-reason{padding-top:4px;border-top:1px solid rgba(255,255,255,.08);color:#f0dfad !important;font-size:13px !important;line-height:1.65 !important}
.result-main-btn{width:100%;justify-content:center;min-height:48px;margin-top:auto;font-size:15px !important;border-radius:999px}
.compact-warning{background:rgba(255,94,168,.07);border-color:rgba(255,94,168,.22);min-height:auto;opacity:.92}
.compact-warning b{font-size:18px;line-height:1.35}
.compact-warning p{font-size:13px;line-height:1.7;flex:0}
@media (max-width: 900px){
  .result-grid-enhanced{grid-template-columns:1fr}
  .result-service-card{min-height:auto}
  .compact-warning{order:3}
}
@media (max-width: 760px){
  .hero-zone-diagnosis{left:2.5%;bottom:3.1%;width:44%;height:11.8%}
  .result-reason-box{padding:14px}
  .result-logo-link{height:68px}
}

/* v93: hero image full click + diagnosis result focused on two candidates */
.hero-banner-full-link{
  display:block;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
.hero-banner-full-link img{
  display:block;
  width:100%;
  height:auto;
}
.hero-banner-full-link:hover img{
  filter:brightness(1.04) saturate(1.03);
}
.hero-banner-full-link:focus-visible{
  outline:4px solid rgba(245,197,66,.85);
  outline-offset:5px;
  border-radius:30px;
}
.result-grid-two-candidates{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:20px;
  align-items:stretch;
}
.result-card-featured{
  min-height:390px;
  padding:24px;
  border-radius:28px;
}
.result-card-featured .result-rank{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  padding:9px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#101010;
  font-size:18px;
  line-height:1;
  letter-spacing:.06em;
  font-weight:950;
}
.result-card-featured .result-logo-link{
  height:104px;
  margin:8px 0 6px;
  padding:14px 20px;
  border-radius:22px;
}
.result-card-featured b{
  font-size:clamp(30px,3.2vw,44px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.result-card-featured > p[data-result-first-text],
.result-card-featured > p[data-result-second-text]{
  font-size:16px;
  line-height:1.75;
  color:#f4ead0;
}
.result-card-featured .result-service-reason{
  font-size:15px !important;
  line-height:1.8 !important;
  padding-top:12px;
  margin-top:6px;
}
.result-card-featured .result-main-btn{
  min-height:58px;
  font-size:18px !important;
  font-weight:950;
  margin-top:auto;
}
.diagnosis-actions-minimal{
  justify-content:center;
  margin-top:18px;
}
.diagnosis-actions-minimal .btn{
  min-width:220px;
}
@media (max-width: 900px){
  .result-grid-two-candidates{
    grid-template-columns:1fr !important;
  }
  .result-card-featured{
    min-height:auto;
  }
}
@media (max-width: 760px){
  .result-card-featured{
    padding:18px;
    border-radius:24px;
  }
  .result-card-featured .result-rank{
    font-size:16px;
  }
  .result-card-featured .result-logo-link{
    height:82px;
  }
  .result-card-featured .result-main-btn{
    min-height:54px;
    font-size:17px !important;
  }
}


/* v94: diagnosis result light styling + official-page wording */
.result-step .result-reason-box,
.result-step .result-card-featured{
  box-shadow:none;
}
.result-step .result-reason-box{
  padding:15px 17px;
  border-color:rgba(245,197,66,.18);
  background:rgba(255,255,255,.045);
}
.result-step .result-reason-box span{
  color:#ecd58b;
  font-weight:500 !important;
  letter-spacing:.06em;
}
.result-step .result-reason-box p{
  color:#eadfbe;
  font-weight:400 !important;
  line-height:1.8;
}
.result-step .result-card-featured{
  min-height:360px;
  padding:22px;
  border-color:rgba(245,197,66,.16);
  background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.025));
}
.result-step .result-card-featured .result-rank{
  background:rgba(245,197,66,.12);
  border:1px solid rgba(245,197,66,.24);
  color:#f1d986;
  font-size:16px;
  font-weight:500 !important;
  letter-spacing:.04em;
}
.result-step .result-service-name{
  display:block;
  color:#fff6dd;
  font-size:clamp(28px,3vw,40px);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:500 !important;
}
.result-step .result-card-featured > p[data-result-first-text],
.result-step .result-card-featured > p[data-result-second-text],
.result-step .result-card-featured .result-service-reason{
  color:#e1d8bf;
  font-weight:400 !important;
}
.result-step .result-card-featured .result-service-reason{
  border-top:1px solid rgba(255,255,255,.08);
}
.result-step .result-card-featured .result-logo-link{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.10);
}
.result-step .result-card-featured .result-logo-link:hover,
.result-step .result-card-featured .result-logo-link:focus-visible{
  background:rgba(245,197,66,.07);
  border-color:rgba(245,197,66,.32);
}
.result-step .result-card-featured .result-main-btn{
  font-weight:500 !important;
  box-shadow:none;
}
.result-step h3[data-result-title]{
  font-weight:500 !important;
}
@media (max-width:760px){
  .result-step .result-service-name{font-size:30px;}
  .result-step .result-card-featured{padding:18px;}
}

/* v95: mobile bottom visibility guard
   Purpose: prevent the LP from being clipped on smartphone and when it is embedded in WordPress. */
html,
body,
body.are-miru-lp-page{
  height:auto !important;
  min-height:100% !important;
  max-height:none !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  -webkit-overflow-scrolling:touch;
}
body.are-miru-lp-page{
  position:relative !important;
}
.are-miru-lp,
.are-miru-lp > main,
.are-miru-lp main,
.are-miru-lp section,
.are-miru-lp .section,
.are-miru-lp .page-notes-section,
.are-miru-lp .lp-footer{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}
.are-miru-lp{
  min-height:100svh;
  padding-bottom:env(safe-area-inset-bottom,0px);
}
@supports (height:100dvh){
  .are-miru-lp{min-height:100dvh;}
}
.lp-footer{
  display:block !important;
  position:relative !important;
  z-index:1;
  padding-bottom:calc(28px + env(safe-area-inset-bottom,0px));
}
.footer-note{
  display:block !important;
  padding-bottom:env(safe-area-inset-bottom,0px);
}
/* WordPress/Cocoon parent containers when this LP is inserted directly by shortcode. */
body:has(.are-miru-lp),
html:has(.are-miru-lp),
.entry-content:has(.are-miru-lp),
.article:has(.are-miru-lp),
.main:has(.are-miru-lp),
.content:has(.are-miru-lp),
.wp-block-post-content:has(.are-miru-lp),
.cocoon-entry-content:has(.are-miru-lp){
  height:auto !important;
  max-height:none !important;
  overflow-y:visible !important;
}



/* v96: keep extra bottom room inside WordPress iframe embedding. */
:root{--aremiru-mobile-bottom-fix-version:"v97-stable-iframe-height";}
.are-miru-lp{padding-bottom:calc(48px + env(safe-area-inset-bottom,0px)) !important;}
@media (max-width:760px){
  .lp-footer{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px)) !important;}
}


/* v98: category links + Cocoon heading reset + higher contrast CTA buttons */
:root{--aremiru-mobile-bottom-fix-version:"v98-category-heading-button";}

/* Keep semantic h2/h3 tags, but prevent Cocoon/WordPress heading decorations from appearing inside the LP. */
.are-miru-lp :where(h1,h2,h3,h4,h5,h6){
  background:transparent !important;
  border:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  border-top:0 !important;
  border-bottom:0 !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.are-miru-lp :where(h1,h2,h3,h4,h5,h6)::before,
.are-miru-lp :where(h1,h2,h3,h4,h5,h6)::after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
}
.are-miru-lp .section-head h2,
.are-miru-lp .seo-note-box h2,
.are-miru-lp .adult-copy h2,
.are-miru-lp .final-cta-card h2{
  padding:0 !important;
  color:#fff7df;
}
.are-miru-lp .service-pick-card h3,
.are-miru-lp .diagnosis-step h3,
.are-miru-lp .purpose-card h3,
.are-miru-lp .notes-grid h3,
.are-miru-lp .sub-service-area h3{
  padding:0 !important;
}

/* Primary CTAs: gold button + black text for stronger readability. */
.are-miru-lp .btn.btn-primary,
.are-miru-lp #service-dmm .btn.btn-primary,
.are-miru-lp #service-dazn .btn.btn-primary,
.are-miru-lp #service-prime .btn.btn-primary,
.are-miru-lp #service-netflix .btn.btn-primary,
.are-miru-lp #service-dmm-recap .btn.btn-primary,
.are-miru-lp #service-dazn-recap .btn.btn-primary,
.are-miru-lp #service-prime-recap .btn.btn-primary,
.are-miru-lp #service-netflix-recap .btn.btn-primary,
.are-miru-lp .result-card-featured .result-main-btn{
  background:linear-gradient(135deg,#f6c53d 0%,#ffe184 54%,#e4a91f 100%) !important;
  color:#111 !important;
  border:1px solid rgba(255,230,150,.78) !important;
  text-shadow:none !important;
  box-shadow:0 12px 26px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.55) !important;
}
.are-miru-lp .btn.btn-primary:hover,
.are-miru-lp .btn.btn-primary:focus-visible,
.are-miru-lp .result-card-featured .result-main-btn:hover,
.are-miru-lp .result-card-featured .result-main-btn:focus-visible{
  filter:brightness(1.05) saturate(1.04) !important;
  transform:translateY(-2px);
  outline:2px solid rgba(255,225,132,.75);
  outline-offset:3px;
}
.are-miru-lp .brand-cta-label{
  background:linear-gradient(135deg,#f6c53d 0%,#ffe184 56%,#e0a421 100%) !important;
  color:#111 !important;
  border:1px solid rgba(255,230,150,.78) !important;
  text-shadow:none !important;
  box-shadow:0 10px 22px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.55) !important;
}
.are-miru-lp .text-link{
  color:#ffe184 !important;
  text-decoration:none !important;
}
.are-miru-lp .text-link:hover,
.are-miru-lp .text-link:focus-visible{
  color:#fff1b6 !important;
  text-decoration:underline !important;
  text-underline-offset:3px;
}


/* v99: DMM link wording + Prime title height alignment */
:root{--aremiru-mobile-bottom-fix-version:"v99-dmm-link-prime-title";}

/* Only the upper main-service Amazon title is long enough to wrap; keep it on one line and slightly smaller. */
.are-miru-lp #service-prime .service-name-text{
  font-size:20px !important;
  line-height:1.12 !important;
  letter-spacing:-.035em;
  white-space:nowrap;
  margin-bottom:13px !important;
}
@media (max-width:760px){
  .are-miru-lp #service-prime .service-name-text{
    font-size:19px !important;
    white-space:normal;
    line-height:1.2 !important;
  }
}


/* v104: no block reveal animation. Keep CTA shine and normalize long Prime CTA. */
:root{--aremiru-mobile-bottom-fix-version:"v104-no-reveal-button-shine";}

.are-miru-lp{overflow-x:hidden;}

/* Disable all previous block reveal states even if old classes remain in cached HTML. */
.are-miru-lp .scroll-reveal-block,
.are-miru-lp.reveal-enhanced .scroll-reveal-block,
.are-miru-lp.reveal-enhanced .scroll-reveal-block.reveal-from-left,
.are-miru-lp.reveal-enhanced .scroll-reveal-block.reveal-from-right,
.are-miru-lp.reveal-enhanced .scroll-reveal-block.is-reveal-visible{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
  animation:none !important;
  will-change:auto !important;
}

/* Top and recap Amazon CTA: keep button height aligned despite the longer label. */
.are-miru-lp #service-prime .service-cta-row .btn.btn-primary,
.are-miru-lp #service-prime-recap .service-cta-row .btn.btn-primary{
  min-height:54px !important;
  height:54px !important;
  padding:12px 10px !important;
  font-size:13px !important;
  line-height:1.25 !important;
  letter-spacing:-.04em !important;
  white-space:nowrap !important;
  align-self:stretch;
}
@media (max-width:760px){
  .are-miru-lp #service-prime .service-cta-row .btn.btn-primary,
  .are-miru-lp #service-prime-recap .service-cta-row .btn.btn-primary{
    height:auto !important;
    min-height:54px !important;
    font-size:13px !important;
    white-space:normal !important;
    letter-spacing:-.03em !important;
  }
}

/* Periodic button shine: intentionally subtle, not a block animation. */
.are-miru-lp .btn.btn-primary,
.are-miru-lp .result-card-featured .result-main-btn,
.are-miru-lp .brand-cta-label{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.are-miru-lp .btn.btn-primary::after,
.are-miru-lp .result-card-featured .result-main-btn::after,
.are-miru-lp .brand-cta-label::after{
  content:"";
  position:absolute;
  inset:-40% -55%;
  z-index:1;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.18) 47%,rgba(255,255,255,.68) 50%,rgba(255,255,255,.18) 53%,transparent 58%);
  transform:translateX(-70%) skewX(-18deg);
  opacity:0;
  animation:aremiruButtonShine 5.8s ease-in-out infinite;
}
.are-miru-lp .btn.btn-primary > *,
.are-miru-lp .result-card-featured .result-main-btn > *,
.are-miru-lp .brand-cta-label > *{
  position:relative;
  z-index:2;
}
@keyframes aremiruButtonShine{
  0%,72%{opacity:0;transform:translateX(-70%) skewX(-18deg)}
  76%{opacity:.75}
  84%{opacity:.95;transform:translateX(70%) skewX(-18deg)}
  88%,100%{opacity:0;transform:translateX(70%) skewX(-18deg)}
}
@media (prefers-reduced-motion: reduce){
  .are-miru-lp .btn.btn-primary::after,
  .are-miru-lp .result-card-featured .result-main-btn::after,
  .are-miru-lp .brand-cta-label::after{
    animation:none;
    display:none;
  }
}


/* DAZN bundle card additions */
.service-pick-card.is-dazn-bundle{background:linear-gradient(145deg,rgba(0,0,0,.48),rgba(0,195,255,.13),rgba(245,197,66,.10));border-color:rgba(0,195,255,.36)}
.service-pick-card.is-dazn-bundle::before{background:rgba(0,195,255,.18)}
.service-badge.bundle-ok{background:linear-gradient(135deg,rgba(0,195,255,.25),rgba(245,197,66,.18));border-color:rgba(0,195,255,.38);color:#fff}
.service-logo-combo{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px}
.service-logo-combo img{max-width:46%;max-height:72px;object-fit:contain;border-radius:12px;background:#050505}
.service-logo-combo img[src*="logo-dmmtv"]{background:#fff;padding:4px}
.brand-logo-combo{display:flex;align-items:center;justify-content:center;gap:5px}
.brand-logo-combo img{max-width:46%;max-height:34px;object-fit:contain;border-radius:8px;background:#050505}
.brand-logo-combo img[src*="logo-dmmtv"]{background:#fff;padding:2px}
.mini-logo-combo{gap:3px;padding:5px}
.mini-logo-combo img{width:45%;height:auto;object-fit:contain;border-radius:6px}
.table-logo-combo{display:flex;align-items:center;justify-content:center;gap:4px}
.table-logo-combo img{max-width:45%;max-height:28px;object-fit:contain;border-radius:5px;background:#050505}
.table-logo-combo img[src*="logo-dmmtv"]{background:#fff;padding:1px}
.is-dazn-bundle-row{background:rgba(0,195,255,.06)}


/* v106: quick services 2-column layout, Netflix moved to sub-services, logo sizing normalized */
:root{--aremiru-mobile-bottom-fix-version:"v106-quick-services-two-col-netflix-sub";}

#quick-services .main-service-grid.quick-main-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
#quick-services .main-service-grid.quick-main-grid .service-pick-card{padding:18px 16px;}
#quick-services .main-service-grid.quick-main-grid .service-name-text,
#service-recap .main-service-grid .service-name-text{font-size:19px !important;line-height:1.18 !important;letter-spacing:-.03em;min-height:46px;display:flex;align-items:flex-start;margin-bottom:12px !important;}
#quick-services .main-service-grid.quick-main-grid #service-dmm-dazn .service-name-text,
#service-recap #service-dmm-dazn-recap .service-name-text{font-size:18px !important;}
#quick-services .main-service-grid.quick-main-grid #service-prime .service-name-text,
#service-recap #service-prime-recap .service-name-text{font-size:18px !important;white-space:normal !important;}
#quick-services .main-service-grid.quick-main-grid .service-logo-link .service-logo-figure,
#service-recap .main-service-grid .service-logo-link .service-logo-figure{min-height:104px;display:flex;align-items:center;justify-content:center;padding:10px;background:#080808;}
#quick-services .main-service-grid.quick-main-grid .service-logo-link .service-logo-figure img,
#service-recap .main-service-grid .service-logo-link .service-logo-figure img{width:100%;height:84px;aspect-ratio:auto;object-fit:contain;border-radius:14px;}
#quick-services .main-service-grid.quick-main-grid .service-catch,
#service-recap .main-service-grid .service-catch{font-size:13px;}
#quick-services .main-service-grid.quick-main-grid .service-pick-card li,
#service-recap .main-service-grid .service-pick-card li{font-size:12px;}
#quick-services .main-service-grid.quick-main-grid .service-push,
#service-recap .main-service-grid .service-push{font-size:12.5px;line-height:1.55;}
#quick-services .main-service-grid.quick-main-grid .service-cta-row .btn.btn-primary,
#service-recap .main-service-grid .service-cta-row .btn.btn-primary{min-height:56px !important;height:auto !important;padding:10px 10px !important;font-size:12px !important;line-height:1.25 !important;letter-spacing:-.03em !important;white-space:normal !important;text-align:center;justify-content:center;}
#quick-services .main-service-grid.quick-main-grid .service-cta-row .text-link,
#service-recap .main-service-grid .service-cta-row .text-link{font-size:12px;}
#quick-services .main-service-grid.quick-main-grid .service-logo-bundle img,
#service-recap .main-service-grid .service-logo-bundle img{height:78px;width:100%;object-fit:contain;}

@media (max-width:840px){
  #quick-services .main-service-grid.quick-main-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px;}
  #quick-services .main-service-grid.quick-main-grid .service-pick-card{padding:16px 13px;border-radius:22px;}
  #quick-services .main-service-grid.quick-main-grid .service-name-text{font-size:17px !important;min-height:40px;}
  #quick-services .main-service-grid.quick-main-grid #service-dmm-dazn .service-name-text,
  #quick-services .main-service-grid.quick-main-grid #service-prime .service-name-text{font-size:16px !important;}
  #quick-services .main-service-grid.quick-main-grid .service-logo-link .service-logo-figure{min-height:90px;padding:8px;}
  #quick-services .main-service-grid.quick-main-grid .service-logo-link .service-logo-figure img{height:68px;}
  #quick-services .main-service-grid.quick-main-grid .service-logo-bundle img{height:62px;}
  #quick-services .main-service-grid.quick-main-grid .service-catch{font-size:12.5px;}
  #quick-services .main-service-grid.quick-main-grid .service-pick-card li{font-size:11.5px;line-height:1.5;}
  #quick-services .main-service-grid.quick-main-grid .service-push{font-size:12px;}
  #quick-services .main-service-grid.quick-main-grid .service-cta-row .btn.btn-primary{min-height:52px !important;font-size:11.5px !important;}
  #quick-services .main-service-grid.quick-main-grid .service-cta-row .text-link{font-size:11.5px;}
}

@media (max-width:520px){
  #quick-services .main-service-grid.quick-main-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px;}
  #quick-services .main-service-grid.quick-main-grid .service-pick-card{padding:14px 11px;}
  #quick-services .main-service-grid.quick-main-grid .service-badge{font-size:10px;padding:4px 7px;}
  #quick-services .main-service-grid.quick-main-grid .service-name-text{font-size:15px !important;min-height:36px;margin-bottom:10px !important;}
  #quick-services .main-service-grid.quick-main-grid #service-dmm-dazn .service-name-text,
  #quick-services .main-service-grid.quick-main-grid #service-prime .service-name-text{font-size:14px !important;}
  #quick-services .main-service-grid.quick-main-grid .service-logo-link .service-logo-figure{min-height:78px;padding:6px;border-radius:14px;}
  #quick-services .main-service-grid.quick-main-grid .service-logo-link .service-logo-figure img{height:56px;}
  #quick-services .main-service-grid.quick-main-grid .service-logo-bundle img{height:50px;}
  #quick-services .main-service-grid.quick-main-grid .service-catch{font-size:12px;margin-bottom:10px;}
  #quick-services .main-service-grid.quick-main-grid .service-pick-card ul{gap:6px;margin-bottom:12px;}
  #quick-services .main-service-grid.quick-main-grid .service-pick-card li{font-size:11px;padding-left:13px;}
  #quick-services .main-service-grid.quick-main-grid .service-push{font-size:11px;}
  #quick-services .main-service-grid.quick-main-grid .service-cta-row{gap:8px;}
  #quick-services .main-service-grid.quick-main-grid .service-cta-row .btn.btn-primary{min-height:48px !important;font-size:11px !important;padding:9px 8px !important;}
  #quick-services .main-service-grid.quick-main-grid .service-cta-row .text-link{font-size:11px;white-space:normal;}
}


/* v107: top quick-services back to 4-up desktop, bundle logo single-image in purpose/table */
:root{--aremiru-mobile-bottom-fix-version:"v107-quick-four-bundle-logo";}

#quick-services .main-service-grid.quick-main-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
@media (max-width:1180px){
  #quick-services .main-service-grid.quick-main-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:840px){
  #quick-services .main-service-grid.quick-main-grid{grid-template-columns:1fr !important;}
}

.purpose-logo-list .mini-logo-bundle-single{padding:4px !important;}
.purpose-logo-list .mini-logo-bundle-single img{width:100% !important;height:100% !important;object-fit:contain !important;border-radius:8px;}
.service-table-logos .table-logo-bundle-single{background:transparent !important;box-shadow:none !important;padding:0 !important;overflow:hidden !important;}
.service-table-logos .table-logo-bundle-single img{width:100% !important;height:100% !important;object-fit:contain !important;border-radius:14px !important;padding:0 !important;}


/* v109: TSUTAYA DISCAS card / 5-up quick services / free-trial emphasis */
:root{--aremiru-mobile-bottom-fix-version:"v109-tsutaya-afflink";}
.service-badge.free-ok{background:linear-gradient(135deg,rgba(245,197,66,.30),rgba(255,120,54,.22));border-color:rgba(245,197,66,.52);color:#fff;box-shadow:0 8px 18px rgba(245,197,66,.12)}
.service-badge.tsutaya-free{background:linear-gradient(135deg,rgba(245,197,66,.36),rgba(255,255,255,.08));border-color:rgba(245,197,66,.58);color:#ffd76a}
.service-pick-card.is-tsutaya{background:linear-gradient(145deg,rgba(0,0,0,.58),rgba(245,197,66,.12),rgba(255,255,255,.025));border-color:rgba(245,197,66,.34)}
.service-pick-card.is-tsutaya::before{background:rgba(245,197,66,.20)}
.service-logo-tsutaya{background:#000 !important;border-color:rgba(245,197,66,.22) !important}
.service-logo-tsutaya img{object-fit:contain !important;background:#000;border-radius:12px !important}
.table-logo-tsutaya{background:#000 !important;box-shadow:inset 0 0 0 1px rgba(245,197,66,.20)}
.table-logo-tsutaya img{object-fit:contain !important;border-radius:8px !important;background:#000 !important}
.is-tsutaya-row{background:rgba(245,197,66,.045)}
#quick-services .main-service-grid.quick-main-grid{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}
#quick-services .main-service-grid.quick-main-grid #service-tsutaya .service-name-text,
#service-recap #service-tsutaya-recap .service-name-text{font-size:18px !important;white-space:normal !important;}
#quick-services .main-service-grid.quick-main-grid #service-tsutaya .service-logo-link .service-logo-figure img,
#service-recap #service-tsutaya-recap .service-logo-link .service-logo-figure img{height:84px !important;}
@media (max-width:1280px){
  #quick-services .main-service-grid.quick-main-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:900px){
  #quick-services .main-service-grid.quick-main-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:560px){
  #quick-services .main-service-grid.quick-main-grid{grid-template-columns:1fr !important;}
}


/* v110: free trial emphasis */
.section-subcopy{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.7;font-weight:700}
.service-badge.trial-badge-card{position:relative;overflow:hidden;font-size:12px;padding:7px 12px;border-radius:999px;letter-spacing:.02em}
.service-badge.trial-trial,.trial-callout.trial-trial strong,.mini-trial-badge.trial-trial,.trial-table-badge.trial-trial{background:linear-gradient(135deg,#ffe071 0%,#ffb32c 52%,#ff7a2f 100%);color:#1f1500;border-color:rgba(255,214,92,.92);box-shadow:0 10px 24px rgba(255,184,50,.24), inset 0 1px 0 rgba(255,255,255,.45)}
.service-badge.trial-none,.trial-callout.trial-none strong,.mini-trial-badge.trial-none,.trial-table-badge.trial-none{background:linear-gradient(135deg,rgba(148,163,184,.22),rgba(71,85,105,.28));color:#dbe5f2;border-color:rgba(148,163,184,.35);box-shadow:none}
.service-badge.trial-check,.trial-callout.trial-check strong,.mini-trial-badge.trial-check,.trial-table-badge.trial-check{background:linear-gradient(135deg,rgba(59,130,246,.20),rgba(245,197,66,.16));color:#f5f7ff;border-color:rgba(147,197,253,.32)}
.service-badge.trial-badge-card::after,.trial-table-badge.trial-trial::after,.mini-trial-badge.trial-trial::after{content:"";position:absolute;inset:-40% auto -40% -70%;width:42%;transform:skewX(-22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.86),transparent);animation:aremiruTrialShine 3.6s ease-in-out infinite}
@keyframes aremiruTrialShine{0%,42%{left:-70%}58%,100%{left:130%}}
.trial-callout{display:flex;flex-direction:column;gap:5px;margin:14px 0 12px;padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}
.trial-callout strong{position:relative;display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:6px 11px;border-radius:999px;font-size:13px;font-weight:950;line-height:1.1;overflow:hidden}
.trial-callout small{display:block;color:var(--muted);font-size:11px;line-height:1.55;font-weight:750}
.service-cta-row{margin-top:10px}.service-cta-row .text-link{display:none!important}.service-cta-row .btn{width:100%;justify-content:center}
.mini-trial-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;align-self:center;margin:2px 0 7px;padding:5px 9px;border-radius:999px;border:1px solid rgba(245,197,66,.36);font-size:11px;font-weight:950;line-height:1.1;overflow:hidden;white-space:nowrap}
.trial-cell{min-width:130px}.trial-table-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;border:1px solid rgba(245,197,66,.38);font-size:12px;font-weight:950;line-height:1.2;overflow:hidden;white-space:nowrap}.trial-cell small{display:block;margin-top:5px;color:var(--muted);font-size:10.5px;line-height:1.45}.service-table td:last-child a{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:8px 10px;border-radius:999px;background:linear-gradient(135deg,var(--gold),#ff9f1a);color:#141006!important;text-decoration:none;font-weight:950;box-shadow:0 8px 18px rgba(245,197,66,.16)}
@media (prefers-reduced-motion: reduce){.service-badge.trial-badge-card::after,.trial-table-badge.trial-trial::after,.mini-trial-badge.trial-trial::after{animation:none}}


/* v111: free-trial balanced display fixes */
#quick-services .service-pick-top,
#service-recap .service-pick-top{display:none!important;}
#quick-services .section-subcopy{max-width:920px;}
.free-key{color:#ff5fa8;font-weight:950;text-shadow:0 0 14px rgba(255,95,168,.32);}
.service-pick-card .trial-callout.trial-trial{display:flex;text-decoration:none;color:inherit;cursor:pointer;transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;}
.service-pick-card .trial-callout.trial-trial:hover{transform:translateY(-1px);border-color:rgba(255,208,83,.45);box-shadow:0 10px 24px rgba(255,184,50,.12);}
.service-pick-card .trial-callout.trial-trial strong{color:#1f1500;}
.service-pick-card .trial-callout.trial-trial small{color:#f1e6ca;}
.service-pick-card .service-cta-row .btn.btn-primary{white-space:nowrap!important;min-height:50px!important;line-height:1.2!important;font-size:14px!important;padding:12px 14px!important;}

.sub-service-grid.brand-grid-logos{align-items:stretch;}
.sub-service-grid.brand-grid-logos .brand-chip-logo{display:grid!important;grid-template-columns:160px minmax(0,1fr)!important;gap:18px!important;align-items:stretch!important;min-height:238px!important;padding:18px 18px!important;text-align:left!important;}
.sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{grid-column:1!important;width:100%!important;height:98px!important;margin:0!important;align-self:start!important;border-radius:16px!important;}
.sub-service-grid.brand-grid-logos .brand-copy{grid-column:2;display:flex;flex-direction:column;min-width:0;height:100%;}
.sub-service-grid.brand-grid-logos .brand-copy b{display:block;width:100%;font-size:22px!important;line-height:1.25!important;margin:0 0 8px!important;text-align:left!important;}
.sub-service-grid.brand-grid-logos .brand-bullet-list{margin:0 0 12px!important;padding-left:0!important;display:grid!important;gap:6px!important;flex:1;}
.sub-service-grid.brand-grid-logos .brand-bullet-list li{font-size:13px!important;line-height:1.55!important;}
.sub-service-grid.brand-grid-logos .mini-trial-badge{align-self:flex-start!important;margin:0 0 12px!important;min-height:32px!important;padding:7px 13px!important;max-width:100%;white-space:normal!important;text-align:center;}
.sub-service-grid.brand-grid-logos .brand-cta-label{margin-top:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 18px!important;border-radius:999px!important;background:linear-gradient(135deg,#ffe071,#f5c542)!important;color:#111!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 10px 22px rgba(245,197,66,.18)!important;}
.sub-service-grid.brand-grid-logos .brand-chip-logo::after{display:none!important;}

.trial-table-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;white-space:nowrap!important;word-break:keep-all!important;min-height:30px!important;padding:7px 12px!important;}
.service-table th:last-child,.service-table td:last-child{min-width:122px!important;white-space:nowrap!important;word-break:keep-all!important;text-align:center!important;}
.service-table td:last-child a{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;word-break:keep-all!important;min-width:104px!important;padding:9px 14px!important;font-size:13px!important;line-height:1!important;}
.service-table .trial-cell{min-width:132px!important;}
.service-table .trial-cell:empty::after{content:"";}

@media (max-width: 860px){
  .sub-service-grid.brand-grid-logos .brand-chip-logo{grid-template-columns:1fr!important;min-height:auto!important;gap:12px!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{grid-column:auto!important;height:82px!important;}
  .sub-service-grid.brand-grid-logos .brand-copy{grid-column:auto;}
  .sub-service-grid.brand-grid-logos .brand-copy b{font-size:20px!important;}
}
@media (max-width: 1240px){
  .sub-service-grid.brand-grid-logos .brand-chip-logo{grid-template-columns:140px minmax(0,1fr)!important;gap:14px!important;}
  .sub-service-grid.brand-grid-logos .brand-copy b{font-size:20px!important;}
  .service-table td:last-child a{min-width:100px!important;font-size:12.5px!important;padding:8px 12px!important;}
}


/* v112: cleaner free-period layout + aligned action areas */
#quick-services .free-key,
#service-recap .free-key,
.service-table .free-key{color:inherit!important;text-shadow:none!important;font-weight:inherit!important;}

#quick-services .section-subcopy,
#service-recap .section-head p:not(.section-label){color:var(--muted);font-weight:700;}

/* Main and recap cards: one clear trial CTA, no repeated pink emphasis */
#quick-services .service-pick-card .trial-callout,
#service-recap .service-pick-card .trial-callout{margin-top:auto!important;margin-bottom:10px!important;}
#quick-services .service-pick-card,
#service-recap .service-pick-card{display:flex!important;flex-direction:column!important;}
#quick-services .service-pick-card ul,
#service-recap .service-pick-card ul{margin-bottom:12px!important;}
#quick-services .service-push,
#service-recap .service-push{margin-top:auto;}
#quick-services .trial-callout strong,
#service-recap .trial-callout strong{white-space:nowrap!important;}

/* Other candidates: consistent card height and aligned bottom buttons */
.sub-service-grid.brand-grid-logos .brand-chip-logo{
  min-height:252px!important;
  overflow:visible!important;
}
.sub-service-grid.brand-grid-logos .brand-copy{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list{
  flex:1 1 auto!important;
  margin-bottom:12px!important;
}
.sub-service-grid.brand-grid-logos .brand-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  min-height:88px!important;
  margin-top:auto!important;
  width:100%!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .mini-trial-badge{
  margin:0!important;
  min-height:32px!important;
  max-width:100%!important;
  white-space:nowrap!important;
  align-self:flex-start!important;
  font-size:12px!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{
  margin:0!important;
  width:auto!important;
  min-width:160px!important;
  min-height:42px!important;
  white-space:nowrap!important;
}

/* Comparison table: no free-period column; trial link sits under official button */
.service-table{min-width:980px!important;}
.service-table .official-cell{min-width:136px!important;text-align:center!important;vertical-align:middle!important;white-space:normal!important;}
.service-table .official-action-stack{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-width:122px!important;}
.service-table .official-action-stack .official-main-link,
.service-table td:last-child .official-main-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:112px!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  line-height:1!important;
  padding:10px 15px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--gold),#ff9f1a)!important;
  color:#141006!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(245,197,66,.16)!important;
}
.service-table .official-action-stack .official-trial-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:104px!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  font-size:11.5px!important;
  line-height:1!important;
  padding:7px 10px!important;
  text-decoration:none!important;
  margin:0!important;
}
.service-table th:last-child,.service-table td:last-child{min-width:136px!important;}

@media (max-width: 1240px){
  .sub-service-grid.brand-grid-logos .brand-chip-logo{min-height:260px!important;}
  .sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{min-width:148px!important;}
}
@media (max-width: 860px){
  .sub-service-grid.brand-grid-logos .brand-chip-logo{min-height:auto!important;}
  .sub-service-grid.brand-grid-logos .brand-actions{min-height:auto!important;}
  .sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{min-width:150px!important;}
}


/* v113: other-candidate alignment + remove pink free-key emphasis in notes/footer */
:root{--aremiru-mobile-bottom-fix-version:"v114-sub-row7";}
.free-key{color:inherit!important;text-shadow:none!important;font-weight:inherit!important;}
#page-notes .free-key,
.site-footer .free-key,
.page-notes-grid .free-key,
.footer-note .free-key{color:inherit!important;text-shadow:none!important;font-weight:inherit!important;}

/* Other candidates: stable desktop grid, aligned text and buttons */
.sub-service-grid.brand-grid-logos{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo{
  display:grid!important;
  grid-template-columns:150px minmax(0,1fr)!important;
  grid-template-rows:auto!important;
  gap:16px!important;
  align-items:stretch!important;
  min-height:232px!important;
  height:100%!important;
  padding:18px!important;
  text-align:left!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  height:92px!important;
  margin:0!important;
  align-self:start!important;
  border-radius:16px!important;
  box-sizing:border-box!important;
}
.sub-service-grid.brand-grid-logos .brand-copy{
  grid-column:2!important;
  grid-row:1!important;
  display:grid!important;
  grid-template-rows:auto minmax(88px,1fr) auto!important;
  gap:8px!important;
  height:100%!important;
  min-height:0!important;
  min-width:0!important;
}
.sub-service-grid.brand-grid-logos .brand-copy b{
  display:block!important;
  width:100%!important;
  min-height:34px!important;
  margin:0!important;
  font-size:22px!important;
  line-height:1.2!important;
  font-weight:850!important;
  text-align:left!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  min-height:88px!important;
  margin:0!important;
  padding-left:1.05em!important;
  flex:none!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list li{
  margin:0!important;
  font-size:13.5px!important;
  line-height:1.5!important;
  word-break:normal!important;
}
.sub-service-grid.brand-grid-logos .brand-actions{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  gap:9px!important;
  min-height:78px!important;
  margin:0!important;
  width:100%!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .mini-trial-badge{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  min-width:88px!important;
  max-width:150px!important;
  margin:0!important;
  padding:6px 12px!important;
  white-space:nowrap!important;
  font-size:12px!important;
  line-height:1!important;
  border-radius:999px!important;
  align-self:flex-start!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:158px!important;
  max-width:100%!important;
  min-height:42px!important;
  margin:0!important;
  padding:10px 18px!important;
  white-space:nowrap!important;
  line-height:1!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ffe071,#f5c542)!important;
  color:#111!important;
  font-weight:950!important;
  text-align:center!important;
  box-shadow:0 10px 22px rgba(245,197,66,.18)!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo::after{display:none!important;}

@media (max-width:1240px){
  .sub-service-grid.brand-grid-logos .brand-chip-logo{
    grid-template-columns:136px minmax(0,1fr)!important;
    gap:14px!important;
    min-height:244px!important;
  }
  .sub-service-grid.brand-grid-logos .brand-copy b{font-size:20px!important;}
  .sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{min-width:144px!important;}
}
@media (max-width:960px){
  .sub-service-grid.brand-grid-logos{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:700px){
  .sub-service-grid.brand-grid-logos{grid-template-columns:1fr!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo{
    grid-template-columns:132px minmax(0,1fr)!important;
    min-height:220px!important;
  }
}
@media (max-width:520px){
  .sub-service-grid.brand-grid-logos .brand-chip-logo{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  .sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap,
  .sub-service-grid.brand-grid-logos .brand-copy{grid-column:1!important;grid-row:auto!important;}
  .sub-service-grid.brand-grid-logos .brand-copy{grid-template-rows:auto auto auto!important;}
  .sub-service-grid.brand-grid-logos .brand-bullet-list{min-height:auto!important;}
  .sub-service-grid.brand-grid-logos .brand-actions{min-height:auto!important;}
}


/* v114: Other candidates must stay in one horizontal row of 7 equal-height cards */
.sub-service-area{
  overflow:hidden!important;
}
.sub-service-grid.brand-grid-logos{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(146px,1fr))!important;
  grid-auto-flow:column!important;
  gap:10px!important;
  align-items:stretch!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:2px 2px 10px!important;
  scroll-snap-type:x proximity!important;
  -webkit-overflow-scrolling:touch!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:72px auto minmax(116px,1fr) 82px!important;
  gap:10px!important;
  min-height:318px!important;
  height:318px!important;
  max-height:318px!important;
  padding:14px 12px!important;
  text-align:left!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  scroll-snap-align:start!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  height:72px!important;
  margin:0!important;
  border-radius:14px!important;
  align-self:start!important;
  justify-self:stretch!important;
}
.sub-service-grid.brand-grid-logos .brand-logo-wrap img{
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}
.sub-service-grid.brand-grid-logos .brand-copy{
  display:grid!important;
  grid-column:1!important;
  grid-row:2 / 5!important;
  grid-template-rows:auto minmax(116px,1fr) 82px!important;
  gap:8px!important;
  min-width:0!important;
  min-height:0!important;
  height:100%!important;
}
.sub-service-grid.brand-grid-logos .brand-copy b{
  display:block!important;
  min-height:42px!important;
  margin:0!important;
  font-size:16px!important;
  line-height:1.22!important;
  font-weight:900!important;
  text-align:left!important;
  word-break:normal!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list{
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
  min-height:116px!important;
  height:116px!important;
  margin:0!important;
  padding-left:1.1em!important;
  overflow:hidden!important;
  flex:none!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list li{
  margin:0!important;
  font-size:11.5px!important;
  line-height:1.45!important;
  word-break:normal!important;
}
.sub-service-grid.brand-grid-logos .brand-actions{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  min-height:82px!important;
  height:82px!important;
  margin:0!important;
  width:100%!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .mini-trial-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  min-width:84px!important;
  max-width:100%!important;
  margin:0!important;
  padding:6px 10px!important;
  white-space:nowrap!important;
  font-size:11px!important;
  line-height:1!important;
  border-radius:999px!important;
  align-self:center!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  max-width:132px!important;
  min-height:38px!important;
  margin:0!important;
  padding:9px 10px!important;
  white-space:nowrap!important;
  line-height:1!important;
  font-size:12px!important;
  border-radius:999px!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo::after{display:none!important;}

@media (max-width:1240px){
  .sub-service-grid.brand-grid-logos{
    grid-template-columns:repeat(7,minmax(142px,1fr))!important;
    gap:9px!important;
  }
  .sub-service-grid.brand-grid-logos .brand-chip-logo{
    min-height:318px!important;
    height:318px!important;
    max-height:318px!important;
  }
}
@media (max-width:1020px){
  .sub-service-grid.brand-grid-logos{
    grid-template-columns:repeat(7,150px)!important;
  }
}
@media (max-width:700px){
  .sub-service-grid.brand-grid-logos{
    grid-template-columns:repeat(7,150px)!important;
  }
  .sub-service-grid.brand-grid-logos .brand-chip-logo{
    min-height:318px!important;
    height:318px!important;
    max-height:318px!important;
  }
}
@media (max-width:520px){
  .sub-service-grid.brand-grid-logos{
    grid-template-columns:repeat(7,150px)!important;
  }
  .sub-service-grid.brand-grid-logos .brand-chip-logo{
    grid-template-columns:1fr!important;
    grid-template-rows:72px auto minmax(116px,1fr) 82px!important;
    min-height:318px!important;
    height:318px!important;
    max-height:318px!important;
  }
  .sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap,
  .sub-service-grid.brand-grid-logos .brand-copy{grid-column:1!important;grid-row:auto!important;}
  .sub-service-grid.brand-grid-logos .brand-copy{
    grid-row:2 / 5!important;
    grid-template-rows:auto minmax(116px,1fr) 82px!important;
  }
  .sub-service-grid.brand-grid-logos .brand-bullet-list{min-height:116px!important;height:116px!important;}
  .sub-service-grid.brand-grid-logos .brand-actions{min-height:82px!important;height:82px!important;}
}


/* v115: readable one-row horizontal scroller for "その他の候補もチェック" */
:root{--aremiru-mobile-bottom-fix-version:"v115-sub-scroll-readable";}
.sub-service-area{
  overflow:hidden!important;
  padding-bottom:18px!important;
}
.sub-service-grid.brand-grid-logos{
  display:flex!important;
  flex-wrap:nowrap!important;
  grid-template-columns:none!important;
  grid-auto-flow:initial!important;
  gap:16px!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:4px 6px 16px!important;
  scroll-snap-type:x proximity!important;
  -webkit-overflow-scrolling:touch!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo{
  flex:0 0 224px!important;
  width:224px!important;
  min-width:224px!important;
  max-width:224px!important;
  min-height:374px!important;
  height:374px!important;
  max-height:374px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:12px!important;
  padding:16px 14px!important;
  box-sizing:border-box!important;
  text-align:left!important;
  overflow:hidden!important;
  scroll-snap-align:start!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{
  flex:0 0 82px!important;
  width:100%!important;
  height:82px!important;
  min-height:82px!important;
  margin:0!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  grid-column:auto!important;
  grid-row:auto!important;
}
.sub-service-grid.brand-grid-logos .brand-logo-wrap img{
  max-width:86%!important;
  max-height:70%!important;
  object-fit:contain!important;
  display:block!important;
}
.sub-service-grid.brand-grid-logos .brand-copy{
  flex:1 1 auto!important;
  min-width:0!important;
  min-height:0!important;
  width:100%!important;
  height:auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:10px!important;
  grid-column:auto!important;
  grid-row:auto!important;
  grid-template-rows:none!important;
}
.sub-service-grid.brand-grid-logos .brand-copy b{
  display:block!important;
  width:100%!important;
  min-height:26px!important;
  height:auto!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:950!important;
  text-align:left!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:keep-all!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:6px!important;
  min-height:116px!important;
  height:auto!important;
  margin:0!important;
  padding-left:1.1em!important;
  overflow:hidden!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list li{
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.48!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.sub-service-grid.brand-grid-logos .brand-actions{
  flex:0 0 76px!important;
  min-height:76px!important;
  height:76px!important;
  margin-top:auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  width:100%!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .mini-trial-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  min-width:92px!important;
  max-width:100%!important;
  margin:0!important;
  padding:6px 12px!important;
  white-space:nowrap!important;
  font-size:12px!important;
  line-height:1!important;
  border-radius:999px!important;
  align-self:center!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:150px!important;
  min-width:150px!important;
  max-width:150px!important;
  min-height:40px!important;
  margin:0!important;
  padding:10px 14px!important;
  white-space:nowrap!important;
  line-height:1!important;
  font-size:13px!important;
  border-radius:999px!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo::after{display:none!important;}

@media (min-width:1280px){
  .sub-service-grid.brand-grid-logos .brand-chip-logo{
    flex-basis:232px!important;
    width:232px!important;
    min-width:232px!important;
    max-width:232px!important;
  }
}
@media (max-width:700px){
  .sub-service-grid.brand-grid-logos{
    gap:14px!important;
    padding:3px 4px 16px!important;
  }
  .sub-service-grid.brand-grid-logos .brand-chip-logo{
    flex-basis:218px!important;
    width:218px!important;
    min-width:218px!important;
    max-width:218px!important;
    height:370px!important;
    min-height:370px!important;
    max-height:370px!important;
  }
  .sub-service-grid.brand-grid-logos .brand-copy b{font-size:17px!important;}
}


/* v116: balanced non-scroll 2-row layout for "その他の候補もチェック" */
:root{--aremiru-mobile-bottom-fix-version:"v116-balanced-grid";}
.sub-service-area{
  overflow:visible!important;
  padding:20px 20px 22px!important;
}
.sub-service-grid.brand-grid-logos{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  flex-wrap:initial!important;
  gap:18px!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  overflow:visible!important;
  padding:0!important;
  scroll-snap-type:none!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  flex:initial!important;
  height:342px!important;
  min-height:342px!important;
  max-height:342px!important;
  padding:16px!important;
  gap:12px!important;
  text-align:left!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  scroll-snap-align:none!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{
  flex:0 0 96px!important;
  width:100%!important;
  height:96px!important;
  min-height:96px!important;
  max-height:96px!important;
  margin:0!important;
  padding:12px 16px!important;
  border-radius:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  grid-column:auto!important;
  grid-row:auto!important;
  background:rgba(0,0,0,.30)!important;
}
.sub-service-grid.brand-grid-logos .brand-logo-wrap img{
  width:100%!important;
  height:100%!important;
  max-width:86%!important;
  max-height:74%!important;
  object-fit:contain!important;
  display:block!important;
  border-radius:8px!important;
}
.sub-service-grid.brand-grid-logos .brand-copy{
  flex:1 1 auto!important;
  min-width:0!important;
  min-height:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:8px!important;
  grid-column:auto!important;
  grid-row:auto!important;
  grid-template-rows:none!important;
}
.sub-service-grid.brand-grid-logos .brand-copy b{
  display:block!important;
  width:100%!important;
  min-height:28px!important;
  margin:0!important;
  font-size:20px!important;
  line-height:1.28!important;
  font-weight:950!important;
  text-align:left!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:anywhere!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:5px!important;
  min-height:88px!important;
  height:auto!important;
  margin:0!important;
  padding-left:1.1em!important;
  overflow:hidden!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list li{
  margin:0!important;
  font-size:13px!important;
  line-height:1.48!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.sub-service-grid.brand-grid-logos .brand-actions{
  flex:0 0 82px!important;
  min-height:82px!important;
  height:82px!important;
  margin-top:auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  width:100%!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .mini-trial-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  min-width:94px!important;
  max-width:100%!important;
  margin:0!important;
  padding:6px 12px!important;
  white-space:nowrap!important;
  font-size:12px!important;
  line-height:1!important;
  border-radius:999px!important;
  align-self:center!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(168px,100%)!important;
  min-width:138px!important;
  max-width:100%!important;
  min-height:42px!important;
  margin:0!important;
  padding:10px 14px!important;
  white-space:nowrap!important;
  line-height:1!important;
  font-size:13px!important;
  border-radius:999px!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo::after{display:none!important;}
@media (max-width:1120px){
  .sub-service-grid.brand-grid-logos{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo{height:344px!important;min-height:344px!important;max-height:344px!important;}
}
@media (max-width:780px){
  .sub-service-grid.brand-grid-logos{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo{height:342px!important;min-height:342px!important;max-height:342px!important;padding:14px!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{height:88px!important;min-height:88px!important;flex-basis:88px!important;}
  .sub-service-grid.brand-grid-logos .brand-copy b{font-size:18px!important;}
}
@media (max-width:520px){
  .sub-service-grid.brand-grid-logos{grid-template-columns:1fr!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo{height:auto!important;min-height:0!important;max-height:none!important;}
  .sub-service-grid.brand-grid-logos .brand-actions{min-height:78px!important;height:78px!important;}
}

/* v117: polished other-candidate cards - no scroll, centered buttons, fuller logos */
:root{--aremiru-mobile-bottom-fix-version:"v117-balanced-cards";}
.sub-service-area{
  overflow:visible!important;
  padding:20px 20px 22px!important;
}
.sub-service-grid.brand-grid-logos{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:18px!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  overflow:visible!important;
  overflow-x:visible!important;
  overflow-y:visible!important;
  padding:0!important;
  scroll-snap-type:none!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:360px!important;
  min-height:360px!important;
  max-height:360px!important;
  padding:16px!important;
  gap:10px!important;
  text-align:left!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  scroll-snap-align:none!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{
  flex:0 0 108px!important;
  width:100%!important;
  height:108px!important;
  min-height:108px!important;
  max-height:108px!important;
  margin:0!important;
  padding:6px!important;
  border-radius:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  grid-column:auto!important;
  grid-row:auto!important;
  background:rgba(0,0,0,.30)!important;
  box-sizing:border-box!important;
}
.sub-service-grid.brand-grid-logos .brand-logo-wrap img{
  width:100%!important;
  height:100%!important;
  max-width:98%!important;
  max-height:96%!important;
  object-fit:contain!important;
  display:block!important;
  border-radius:8px!important;
}
.sub-service-grid.brand-grid-logos .brand-copy{
  flex:1 1 auto!important;
  min-width:0!important;
  min-height:0!important;
  width:100%!important;
  height:auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:8px!important;
  grid-column:auto!important;
  grid-row:auto!important;
  grid-template-rows:none!important;
}
.sub-service-grid.brand-grid-logos .brand-copy b{
  display:block!important;
  width:100%!important;
  min-height:26px!important;
  margin:0!important;
  font-size:20px!important;
  line-height:1.24!important;
  font-weight:950!important;
  text-align:left!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list{
  flex:0 0 auto!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:5px!important;
  min-height:112px!important;
  height:112px!important;
  margin:0!important;
  padding-left:1.1em!important;
  overflow:hidden!important;
}
.sub-service-grid.brand-grid-logos .brand-bullet-list li{
  margin:0!important;
  font-size:12.6px!important;
  line-height:1.38!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.sub-service-grid.brand-grid-logos .brand-actions{
  flex:0 0 auto!important;
  min-height:0!important;
  height:auto!important;
  margin-top:4px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  width:100%!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .mini-trial-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  min-width:94px!important;
  max-width:100%!important;
  margin:0 auto!important;
  padding:6px 12px!important;
  white-space:nowrap!important;
  font-size:12px!important;
  line-height:1!important;
  border-radius:999px!important;
  align-self:center!important;
}
.sub-service-grid.brand-grid-logos .brand-actions .brand-cta-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(170px,100%)!important;
  min-width:148px!important;
  max-width:100%!important;
  min-height:42px!important;
  margin:0 auto!important;
  padding:10px 14px!important;
  white-space:nowrap!important;
  line-height:1!important;
  font-size:13px!important;
  border-radius:999px!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.sub-service-grid.brand-grid-logos .brand-chip-logo::after{display:none!important;}
@media (max-width:1120px){
  .sub-service-grid.brand-grid-logos{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo{height:362px!important;min-height:362px!important;max-height:362px!important;}
}
@media (max-width:820px){
  .sub-service-grid.brand-grid-logos{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo{height:354px!important;min-height:354px!important;max-height:354px!important;padding:14px!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{height:100px!important;min-height:100px!important;flex-basis:100px!important;}
  .sub-service-grid.brand-grid-logos .brand-copy b{font-size:18px!important;}
}
@media (max-width:520px){
  .sub-service-grid.brand-grid-logos{grid-template-columns:1fr!important;}
  .sub-service-grid.brand-grid-logos .brand-chip-logo{height:auto!important;min-height:0!important;max-height:none!important;}
  .sub-service-grid.brand-grid-logos .brand-bullet-list{height:auto!important;min-height:0!important;}
}
/* v117 logo enlargement: fill the logo panel while keeping the full logo visible */
.sub-service-grid.brand-grid-logos .brand-netflix .brand-logo-wrap img{transform:scale(1.34)!important;}
.sub-service-grid.brand-grid-logos .brand-unext .brand-logo-wrap img{transform:scale(1.30)!important;}
.sub-service-grid.brand-grid-logos .brand-hulu .brand-logo-wrap img{transform:scale(1.28)!important;}
.sub-service-grid.brand-grid-logos .brand-abema .brand-logo-wrap img{transform:scale(1.24)!important;}
.sub-service-grid.brand-grid-logos .brand-disney .brand-logo-wrap img{transform:scale(1.18)!important;}
.sub-service-grid.brand-grid-logos .brand-danime .brand-logo-wrap img{transform:scale(1.12)!important;}
.sub-service-grid.brand-grid-logos .brand-fanza .brand-logo-wrap img{transform:scale(1.12)!important;}

/* v118: lift trial-service buttons and keep full logos visible */
:root{--aremiru-mobile-bottom-fix-version:"v118-trial-button-lift";}
.sub-service-grid.brand-grid-logos .brand-chip-logo .brand-logo-wrap{
  padding:4px!important;
  overflow:hidden!important;
}
.sub-service-grid.brand-grid-logos .brand-logo-wrap img{
  transform:none!important;
  object-fit:contain!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
}
.sub-service-grid.brand-grid-logos .brand-unext .brand-bullet-list,
.sub-service-grid.brand-grid-logos .brand-danime .brand-bullet-list{
  height:92px!important;
  min-height:92px!important;
  max-height:92px!important;
}
.sub-service-grid.brand-grid-logos .brand-unext .brand-actions,
.sub-service-grid.brand-grid-logos .brand-danime .brand-actions{
  margin-top:0!important;
  gap:6px!important;
  transform:translateY(-6px)!important;
}
.sub-service-grid.brand-grid-logos .brand-unext .brand-actions .mini-trial-badge,
.sub-service-grid.brand-grid-logos .brand-danime .brand-actions .mini-trial-badge{
  min-height:24px!important;
  padding:5px 11px!important;
  font-size:11.5px!important;
}
.sub-service-grid.brand-grid-logos .brand-unext .brand-actions .brand-cta-label,
.sub-service-grid.brand-grid-logos .brand-danime .brand-actions .brand-cta-label{
  min-height:40px!important;
}
@media (max-width:820px){
  .sub-service-grid.brand-grid-logos .brand-unext .brand-bullet-list,
  .sub-service-grid.brand-grid-logos .brand-danime .brand-bullet-list{
    height:auto!important;
    min-height:88px!important;
    max-height:none!important;
  }
  .sub-service-grid.brand-grid-logos .brand-unext .brand-actions,
  .sub-service-grid.brand-grid-logos .brand-danime .brand-actions{
    transform:none!important;
  }
}

/* v122: interactive hero with real top service buttons */
.hero-interactive{padding:24px 0 28px}
.hero-shell{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:22px;align-items:stretch}
.hero-copy-card,.hero-service-panel{position:relative;border:1px solid rgba(245,197,66,.24);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018));box-shadow:0 22px 54px rgba(0,0,0,.34);overflow:hidden}
.hero-copy-card{padding:30px 30px 28px}
.hero-copy-card::before,.hero-service-panel::before{content:"";position:absolute;inset:auto auto -30% -10%;width:320px;height:220px;background:radial-gradient(circle,rgba(245,197,66,.18),transparent 68%);pointer-events:none}
.hero-kicker{margin:0 0 10px;color:#f1cf6b;font-size:12px;font-weight:650;letter-spacing:.16em;text-transform:uppercase}
.hero-title-decorated{margin:0;font-size:clamp(38px,5.7vw,78px);line-height:.98;letter-spacing:-.045em;font-weight:720;text-wrap:balance}
.hero-title-line{display:block;color:#fff}
.hero-title-main{margin-top:6px}
.hero-highlight{position:relative;display:inline-block;padding-right:.08em;background:linear-gradient(180deg,#ffeaa1 0%,#f5c542 52%,#d89512 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 22px rgba(245,197,66,.12)}
.hero-highlight::after{content:"";position:absolute;left:2px;right:10px;bottom:-10px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(245,197,66,.88),rgba(245,197,66,0))}
.hero-title-tail{padding-left:.04em}
.hero-lead{margin:28px 0 0;color:#ddd3bd;font-size:clamp(15px,1.55vw,19px);font-weight:470;line-height:1.8}
.hero-mini-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hero-mini-points span{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 14px;border:1px solid rgba(245,197,66,.18);border-radius:999px;background:rgba(245,197,66,.07);color:#f4e2aa;font-size:12px;font-weight:560;letter-spacing:.05em}
.hero-copy-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.hero-copy-actions .btn{min-width:190px;font-weight:700}
.hero-service-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px}
.hero-service-button{position:relative;display:flex;align-items:center;gap:12px;min-height:116px;padding:16px;border:1px solid rgba(245,197,66,.26);border-radius:22px;background:linear-gradient(150deg,rgba(255,255,255,.055),rgba(255,255,255,.018));transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;box-shadow:0 14px 28px rgba(0,0,0,.24)}
.hero-service-button:hover,.hero-service-button:focus-visible{transform:translateY(-3px);border-color:rgba(245,197,66,.54);background:linear-gradient(150deg,rgba(245,197,66,.13),rgba(255,255,255,.032));box-shadow:0 18px 34px rgba(0,0,0,.32);outline:none}
.hero-service-logo{display:flex;align-items:center;justify-content:center;flex:0 0 72px;width:72px;height:72px;padding:10px;border-radius:18px;background:rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.08)}
.hero-service-logo img{max-width:100%;max-height:100%;object-fit:contain}
.hero-service-logo-dark{background:#050505}
.hero-service-copy{display:grid;gap:5px;min-width:0}
.hero-service-copy strong{display:block;color:#fff;font-size:18px;line-height:1.2;font-weight:680;letter-spacing:-.02em}
.hero-service-copy small{display:block;color:#d0c4ac;font-size:12px;line-height:1.55;font-weight:430}
.hero-service-flag{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:26px;padding:0 8px;border-radius:999px;background:rgba(255,94,168,.92);color:#fff;font-size:12px;font-weight:700;box-shadow:0 8px 18px rgba(255,94,168,.25)}
.hero-service-adult{background:linear-gradient(150deg,rgba(255,94,168,.16),rgba(255,255,255,.02))}
.hero-service-netflix .hero-service-logo{background:#0b0b0b}
.hero-service-sports .hero-service-logo{background:linear-gradient(160deg,#041a22,#0c2237)}
.hero-service-prime .hero-service-logo{background:linear-gradient(160deg,#072344,#0c3b75)}
.hero-service-tsutaya .hero-service-logo{background:linear-gradient(160deg,#0b2049,#0d3158)}
.hero-service-dmm .hero-service-logo{background:#090909}
.service-choice-head .section-label{font-weight:700}
.section-head h2{font-weight:680}
.section-head p,.section-subcopy{font-weight:430}
.service-choice-section{padding-top:24px}
.service-catch strong{font-weight:670}
@media (max-width: 1080px){
  .hero-shell{grid-template-columns:1fr;gap:16px}
}
@media (max-width: 760px){
  .hero-interactive{padding:16px 0 18px}
  .hero-copy-card{padding:22px 18px 20px;border-radius:22px}
  .hero-service-panel{padding:12px;gap:10px;border-radius:22px}
  .hero-title-decorated{font-size:clamp(34px,11vw,48px);line-height:1.02}
  .hero-lead{margin-top:22px;font-size:14px;line-height:1.7}
  .hero-mini-points{gap:8px;margin-top:14px}
  .hero-mini-points span{min-height:32px;padding:6px 10px;font-size:11px}
  .hero-copy-actions{gap:10px}
  .hero-copy-actions .btn{flex:1 1 100%;min-width:0}
  .hero-service-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-service-button{min-height:100px;padding:12px;border-radius:18px;gap:10px;align-items:flex-start;flex-direction:column;justify-content:flex-start}
  .hero-service-logo{width:100%;height:46px;flex:0 0 auto;padding:8px;border-radius:14px}
  .hero-service-copy{gap:3px}
  .hero-service-copy strong{font-size:15px}
  .hero-service-copy small{font-size:11px;line-height:1.45}
  .hero-service-flag{top:10px;right:10px;min-width:32px;height:22px;font-size:11px}
}

/* v123: stronger hero title mood + larger top logos */
.hero-copy-card{background:radial-gradient(circle at 0% 0%,rgba(245,197,66,.12),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));}
.hero-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 14px;border:1px solid rgba(245,197,66,.42);border-radius:999px;background:rgba(0,0,0,.26);box-shadow:0 0 0 1px rgba(255,255,255,.03) inset;color:#f5d46c;font-size:11px;font-weight:700;letter-spacing:.14em}
.hero-title-decorated{font-size:clamp(46px,6.6vw,92px);line-height:.92;letter-spacing:-.05em;font-weight:800;text-shadow:0 8px 24px rgba(0,0,0,.34)}
.hero-title-line{display:block}
.hero-title-line:first-child{font-size:.76em;line-height:1;color:#f8f7f2}
.hero-title-main{display:block;margin-top:10px}
.hero-highlight{font-weight:900;background:linear-gradient(180deg,#fff0af 0%,#f6c949 48%,#d98f08 100%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 6px 18px rgba(245,197,66,.22))}
.hero-highlight::after{height:4px;bottom:-12px;left:4px;right:18px}
.hero-title-tail{display:block;margin-top:18px;color:#f8f7f2;font-weight:800}
.hero-lead{margin-top:26px;font-size:clamp(15px,1.6vw,18px);font-weight:460;color:#e4dbc7}
.hero-service-panel{padding:14px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.016))}
.hero-service-button{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px;align-items:stretch;min-height:150px;padding:12px 12px 14px;border-radius:24px}
.hero-service-logo-full{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:92px;padding:8px;border-radius:18px;background:rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.08);overflow:hidden}
.hero-service-logo-full img{width:100%;height:100%;object-fit:contain}
.hero-service-logo-adult{padding:2px;background:linear-gradient(160deg,#2a0017,#42052c)}
.hero-service-label{display:block;text-align:center;color:#f8f4ea;font-size:15px;line-height:1.3;font-weight:700;letter-spacing:.01em}
.hero-service-dmm .hero-service-logo-full{background:#080808}
.hero-service-tsutaya .hero-service-logo-full{background:linear-gradient(160deg,#0a1836,#15355f)}
.hero-service-prime .hero-service-logo-full{background:linear-gradient(160deg,#08274f,#0b407d)}
.hero-service-netflix .hero-service-logo-full{background:#090909}
.hero-service-sports .hero-service-logo-full{background:#050505;padding:18px}
.hero-service-adult .hero-service-logo-full img{object-fit:cover}
@media (max-width: 760px){
  .hero-title-decorated{font-size:clamp(42px,12vw,60px);line-height:.96}
  .hero-title-tail{margin-top:10px}
  .hero-service-button{min-height:126px;padding:10px 10px 12px;gap:8px}
  .hero-service-logo-full{min-height:70px;border-radius:14px;padding:6px}
  .hero-service-sports .hero-service-logo-full{padding:14px}
  .hero-service-label{font-size:13px}
}

/* v124: hero copy revised to "動画サブスクを本気で比較" mood */
.hero-copy-card{padding:28px 30px 30px;background:radial-gradient(circle at 0% 0%,rgba(245,197,66,.15),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));}
.hero-alert-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 18px;margin:0 0 14px;border:2px solid rgba(245,197,66,.65);border-radius:999px;background:rgba(0,0,0,.34);box-shadow:0 0 22px rgba(245,197,66,.12), inset 0 0 0 1px rgba(255,255,255,.04);color:#fff2c0;font-size:clamp(13px,1.2vw,16px);font-weight:800;letter-spacing:.03em}
.hero-brand-kicker{display:block;margin:0 0 14px;padding:0;color:#f0d47e;font-size:12px;font-weight:650;letter-spacing:.14em;background:none;border:none;box-shadow:none;text-transform:none}
.hero-title-decorated{margin:0;font-size:clamp(50px,7vw,98px);line-height:.92;letter-spacing:-.055em;font-weight:900;text-shadow:0 8px 28px rgba(0,0,0,.38)}
.hero-title-line{display:block;color:#f8f7f2}
.hero-title-main{margin-top:8px}
.hero-highlight{display:inline-block;background:linear-gradient(180deg,#fff3be 0%,#f7cf53 44%,#d68b05 100%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 8px 18px rgba(245,197,66,.22))}
.hero-highlight::after{content:"";display:block;width:100%;height:4px;margin-top:10px;border-radius:999px;background:linear-gradient(90deg,rgba(245,197,66,.92),rgba(245,197,66,0))}
.hero-title-tail{margin-top:18px;font-size:.7em;line-height:.95;font-weight:860;letter-spacing:-.045em}
.hero-lead{margin-top:18px;font-size:clamp(15px,1.4vw,18px);line-height:1.75;color:#e5dbc4;font-weight:450}
.hero-service-list-prompt{margin-top:12px;color:#edd67c;font-size:clamp(13px,1.3vw,15px);font-weight:700;letter-spacing:.02em}
.hero-mini-points{margin-top:16px}
.hero-mini-points span{font-weight:650;font-size:12px}
.hero-copy-actions{margin-top:20px}
.hero-copy-actions .btn{font-weight:800}
.hero-service-button{grid-template-rows:minmax(0,1fr) auto;justify-items:stretch}
.hero-service-logo-full{min-height:102px;padding:8px 10px}
.hero-service-label{padding-top:2px;font-size:15px;font-weight:780}
.hero-service-adult .hero-service-label{letter-spacing:.03em}
@media (max-width: 760px){
  .hero-copy-card{padding:20px 18px 22px}
  .hero-alert-pill{min-height:36px;padding:7px 14px;margin-bottom:10px;font-size:12px}
  .hero-brand-kicker{margin-bottom:10px;font-size:11px}
  .hero-title-decorated{font-size:clamp(42px,12.4vw,62px);line-height:.95}
  .hero-title-tail{margin-top:12px;font-size:.67em}
  .hero-lead{margin-top:14px;font-size:14px;line-height:1.68}
  .hero-service-list-prompt{font-size:12px;margin-top:10px}
  .hero-service-logo-full{min-height:78px}
  .hero-service-label{font-size:13px}
}

/* v125: shorter hero copy and horizontal logo buttons */
.hero-copy-card{padding:26px 30px 28px}
.hero-alert-pill,.hero-service-list-prompt{display:none !important}
.hero-brand-kicker{margin:0 0 12px;font-size:12px;font-weight:650;letter-spacing:.14em;color:#f0d47e}
.hero-title-decorated{font-size:clamp(54px,7vw,98px);line-height:.9;letter-spacing:-.055em}
.hero-title-line{display:block}
.hero-title-main{margin-top:6px}
.hero-title-tail{margin-top:10px;font-size:.88em;line-height:.95;font-weight:880;color:#f8f7f2}
.hero-lead{margin-top:18px;font-size:clamp(15px,1.35vw,18px);line-height:1.7;color:#e4dbc7;font-weight:450}
.hero-mini-points{margin-top:16px}
.hero-copy-actions{margin-top:18px}
.hero-service-panel{padding:14px;gap:12px}
.hero-service-button{display:grid;grid-template-rows:minmax(58px,72px) auto;gap:8px;min-height:112px;padding:10px 12px 12px;border-radius:20px;align-items:stretch}
.hero-service-logo-full{width:100%;height:100%;min-height:58px;padding:8px 10px;border-radius:14px;display:flex;align-items:center;justify-content:center}
.hero-service-logo-full img{width:100%;height:100%;object-fit:contain}
.hero-service-logo-adult{padding:0;background:linear-gradient(160deg,#2a0017,#42052c)}
.hero-service-label{display:block;text-align:center;font-size:14px;line-height:1.25;font-weight:780;letter-spacing:0;color:#f8f4ea}
.hero-service-prime .hero-service-label,.hero-service-tsutaya .hero-service-label{font-size:13px}
.hero-service-dmm .hero-service-logo-full,
.hero-service-netflix .hero-service-logo-full{background:#090909}
.hero-service-prime .hero-service-logo-full{background:linear-gradient(160deg,#08274f,#0b407d)}
.hero-service-tsutaya .hero-service-logo-full{background:linear-gradient(160deg,#0a1836,#15355f)}
.hero-service-sports .hero-service-logo-full{background:#050505;padding:12px 16px}
@media (max-width: 760px){
  .hero-copy-card{padding:20px 18px 22px}
  .hero-title-decorated{font-size:clamp(44px,12vw,62px);line-height:.93}
  .hero-title-tail{margin-top:8px;font-size:.82em}
  .hero-lead{margin-top:14px;font-size:14px}
  .hero-service-panel{gap:10px;padding:12px}
  .hero-service-button{grid-template-rows:minmax(46px,58px) auto;min-height:96px;padding:8px 10px 10px;border-radius:16px;gap:6px}
  .hero-service-logo-full{min-height:46px;padding:6px 8px;border-radius:12px}
  .hero-service-sports .hero-service-logo-full{padding:10px 12px}
  .hero-service-label{font-size:12px;line-height:1.2}
  .hero-service-prime .hero-service-label,.hero-service-tsutaya .hero-service-label{font-size:11.5px}
}

/* v126: tighten left hero + make top 6 look clearly clickable */
.hero-shell{gap:18px;align-items:stretch}
.hero-copy-card{
  padding:22px 26px 22px;
  border-radius:26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(245,197,66,.18), transparent 30%),
    linear-gradient(90deg, rgba(245,197,66,.08), rgba(245,197,66,.02) 38%, rgba(255,255,255,.015) 100%);
  box-shadow:0 24px 56px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.025);
}
.hero-copy-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.06), transparent 18%);
}
.hero-brand-kicker{margin:0 0 8px;font-size:12px;letter-spacing:.08em;color:#f2d16f}
.hero-title-decorated{font-size:clamp(58px,7.3vw,106px);line-height:.84;letter-spacing:-.065em;margin:0}
.hero-title-line:first-child{font-size:.82em}
.hero-title-main{margin-top:2px}
.hero-highlight{display:inline-block;filter:drop-shadow(0 8px 16px rgba(245,197,66,.18))}
.hero-highlight::after{margin-top:8px;height:3px}
.hero-title-tail{margin-top:4px;font-size:.88em;line-height:.92}
.hero-lead{margin-top:14px;font-size:clamp(14px,1.3vw,17px);line-height:1.58;max-width:34ch}
.hero-mini-points{gap:8px;margin-top:12px}
.hero-mini-points span{padding:7px 12px;min-height:34px;font-size:11.5px}
.hero-copy-actions{margin-top:14px;gap:10px}
.hero-copy-actions .btn{min-height:46px;padding:11px 18px;box-shadow:0 10px 22px rgba(0,0,0,.16)}
.hero-service-panel{padding:12px;gap:12px;border-radius:26px;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02))}
.hero-service-button{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-rows:minmax(66px,82px) auto;
  gap:7px;
  min-height:116px;
  padding:10px 12px 12px;
  border:1.5px solid rgba(245,197,66,.36);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:
    0 10px 0 rgba(78,53,10,.42),
    0 18px 30px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-service-button::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:34%;
  background:linear-gradient(180deg, rgba(255,255,255,.08), transparent);
  pointer-events:none;
}
.hero-service-button::after{
  content:"›";
  position:absolute;
  right:10px;
  bottom:10px;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(180deg, #ffd75f, #d89a0b);
  color:#241600;
  font-size:18px;
  font-weight:900;
  box-shadow:0 4px 10px rgba(0,0,0,.22);
}
.hero-service-button:hover,.hero-service-button:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(245,197,66,.7);
  box-shadow:
    0 8px 0 rgba(78,53,10,.38),
    0 22px 36px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.12);
}
.hero-service-logo-full{
  min-height:66px;
  padding:4px 6px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-service-logo-full img{width:100%;height:100%;object-fit:contain}
.hero-service-logo-adult{padding:0}
.hero-service-label{padding-right:22px;font-size:13.5px;line-height:1.18;font-weight:820;text-align:left}
.hero-service-prime .hero-service-label,.hero-service-tsutaya .hero-service-label{font-size:12.5px}
@media (max-width: 980px){
  .hero-title-decorated{font-size:clamp(54px,7vw,88px)}
}
@media (max-width: 760px){
  .hero-shell{gap:14px}
  .hero-copy-card{padding:18px 16px 18px;border-radius:20px}
  .hero-brand-kicker{margin-bottom:6px;font-size:11px}
  .hero-title-decorated{font-size:clamp(48px,13vw,70px);line-height:.87}
  .hero-lead{margin-top:12px;font-size:13.5px;line-height:1.55}
  .hero-mini-points{margin-top:10px;gap:6px}
  .hero-mini-points span{padding:6px 10px;min-height:30px;font-size:10.5px}
  .hero-copy-actions{margin-top:12px;gap:8px}
  .hero-copy-actions .btn{min-height:42px;padding:10px 14px}
  .hero-service-panel{padding:10px;gap:10px;border-radius:20px}
  .hero-service-button{grid-template-rows:minmax(52px,60px) auto;min-height:92px;padding:8px 10px 10px;border-radius:14px;gap:5px;box-shadow:0 7px 0 rgba(78,53,10,.36),0 14px 24px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.07)}
  .hero-service-button::after{right:8px;bottom:8px;width:18px;height:18px;font-size:15px}
  .hero-service-logo-full{min-height:52px;padding:3px 5px;border-radius:10px}
  .hero-service-label{padding-right:18px;font-size:11.5px;line-height:1.14}
  .hero-service-prime .hero-service-label,.hero-service-tsutaya .hero-service-label{font-size:10.7px}
}


/* v127: 200-point hero polish — unified title, no extra line, tighter left block, stronger real buttons */
.hero-shell{
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  gap:16px;
  align-items:start;
}
.hero-copy-card{
  min-height:0;
  padding:22px 26px 24px;
  border-radius:26px;
  background:
    radial-gradient(circle at 0% 0%,rgba(245,197,66,.20),transparent 34%),
    linear-gradient(112deg,rgba(255,255,255,.06),rgba(245,197,66,.045) 42%,rgba(255,255,255,.018));
}
.hero-brand-kicker{
  margin:0 0 8px;
  color:#f1d574;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}
.hero-title-decorated{
  margin:0;
  width:100%;
  font-size:clamp(62px,7.55vw,116px);
  line-height:.82;
  letter-spacing:-.068em;
  font-weight:900;
  text-shadow:0 8px 26px rgba(0,0,0,.38);
}
.hero-title-line:first-child,
.hero-title-tail{
  display:block;
  color:#fffdf4;
  font-size:.74em;
  font-weight:900;
  line-height:.92;
  letter-spacing:-.06em;
}
.hero-title-main{
  display:block;
  margin-top:2px;
  line-height:.82;
}
.hero-highlight{
  display:inline-block;
  font-size:1.13em;
  font-weight:950;
  letter-spacing:-.075em;
  background:linear-gradient(180deg,#fff3b8 0%,#ffd34c 44%,#d98f07 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 8px 18px rgba(245,197,66,.25));
}
.hero-highlight::after{
  display:none !important;
}
.hero-title-tail{
  margin-top:4px;
}
.hero-lead{
  margin-top:14px;
  max-width:none;
  color:#eee2cb;
  font-size:clamp(14px,1.25vw,17px);
  line-height:1.55;
  font-weight:500;
}
.hero-mini-points{
  gap:8px;
  margin-top:12px;
}
.hero-mini-points span{
  min-height:31px;
  padding:6px 12px;
  font-size:11.5px;
  font-weight:700;
}
.hero-copy-actions{
  margin-top:12px;
  gap:9px;
}
.hero-copy-actions .btn{
  min-height:44px;
  padding:10px 17px;
  font-size:13.5px;
}

/* Right 6 service buttons: no dummy feel, less blank, logo-first, arrow next to label */
.hero-service-panel{
  align-content:start;
  grid-template-rows:repeat(3,auto);
  padding:12px;
  gap:12px;
  border-radius:26px;
}
.hero-service-button{
  position:relative;
  display:grid;
  grid-template-rows:82px 34px;
  gap:8px;
  align-self:start;
  min-height:132px;
  padding:10px;
  border:1.6px solid rgba(245,197,66,.40);
  border-radius:18px;
  cursor:pointer;
  background:
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.030)),
    radial-gradient(circle at 12% 0%,rgba(245,197,66,.12),transparent 40%);
  box-shadow:
    0 8px 0 rgba(83,56,11,.48),
    0 18px 28px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.10);
}
.hero-service-button::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.08) 26%,transparent 43%);
  transform:translateX(-80%);
  transition:transform .34s ease;
}
.hero-service-button::after{
  display:none !important;
}
.hero-service-button:hover,
.hero-service-button:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(245,197,66,.74);
  box-shadow:
    0 6px 0 rgba(83,56,11,.50),
    0 24px 34px rgba(0,0,0,.32),
    0 0 0 1px rgba(245,197,66,.16) inset;
}
.hero-service-button:hover::before,
.hero-service-button:focus-visible::before{
  transform:translateX(95%);
}
.hero-service-button:active{
  transform:translateY(2px);
  box-shadow:
    0 2px 0 rgba(83,56,11,.56),
    0 12px 22px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.10);
}
.hero-service-logo-full{
  min-height:82px;
  padding:2px 4px;
  border-radius:13px;
  overflow:hidden;
  background:rgba(0,0,0,.46);
  border:1px solid rgba(255,255,255,.06);
}
.hero-service-logo-full img{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(1.22);
  transform-origin:center center;
}
.hero-service-dmm .hero-service-logo-full img{transform:scale(1.42)}
.hero-service-tsutaya .hero-service-logo-full img{transform:scale(1.36)}
.hero-service-prime .hero-service-logo-full img{transform:scale(1.34)}
.hero-service-netflix .hero-service-logo-full img{transform:scale(1.42)}
.hero-service-sports .hero-service-logo-full img{transform:scale(1.62)}
.hero-service-adult .hero-service-logo-full{
  padding:0;
}
.hero-service-adult .hero-service-logo-full img{
  object-fit:cover;
  transform:scale(1.08);
}
.hero-service-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  width:100%;
  min-height:34px;
  padding:7px 9px 7px 10px;
  border:1px solid rgba(245,197,66,.18);
  border-radius:999px;
  background:rgba(0,0,0,.25);
  color:#fff8e5;
  font-size:13.5px;
  line-height:1.12;
  font-weight:850;
  text-align:left;
  letter-spacing:0;
}
.hero-service-label::after{
  content:"›";
  flex:0 0 23px;
  width:23px;
  height:23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(180deg,#ffdc68,#d99a10);
  color:#211500;
  font-size:18px;
  font-weight:950;
  line-height:1;
  box-shadow:0 3px 8px rgba(0,0,0,.24);
}
.hero-service-prime .hero-service-label,
.hero-service-tsutaya .hero-service-label{
  font-size:12.3px;
}

/* Make the hero breathe less on desktop without looking cramped */
.hero-interactive{
  padding:20px 0 22px;
}

@media (max-width:1080px){
  .hero-shell{
    grid-template-columns:1fr;
  }
  .hero-title-decorated{
    font-size:clamp(58px,10vw,96px);
  }
}
@media (max-width:760px){
  .hero-interactive{
    padding:14px 0 18px;
  }
  .hero-copy-card{
    padding:18px 16px 18px;
    border-radius:20px;
  }
  .hero-brand-kicker{
    margin-bottom:6px;
    font-size:11px;
  }
  .hero-title-decorated{
    font-size:clamp(52px,14vw,76px);
    line-height:.84;
  }
  .hero-title-line:first-child,
  .hero-title-tail{
    font-size:.72em;
  }
  .hero-highlight{
    font-size:1.10em;
  }
  .hero-lead{
    margin-top:12px;
    font-size:13.5px;
    line-height:1.5;
  }
  .hero-mini-points{
    gap:6px;
    margin-top:10px;
  }
  .hero-mini-points span{
    min-height:29px;
    padding:5px 9px;
    font-size:10.5px;
  }
  .hero-copy-actions{
    margin-top:10px;
  }
  .hero-service-panel{
    padding:10px;
    gap:10px;
    border-radius:20px;
  }
  .hero-service-button{
    grid-template-rows:58px 30px;
    min-height:104px;
    padding:8px;
    border-radius:15px;
    gap:7px;
    box-shadow:
      0 6px 0 rgba(83,56,11,.44),
      0 14px 22px rgba(0,0,0,.22),
      inset 0 1px 0 rgba(255,255,255,.08);
  }
  .hero-service-logo-full{
    min-height:58px;
    padding:2px 4px;
    border-radius:11px;
  }
  .hero-service-label{
    min-height:30px;
    padding:6px 7px 6px 8px;
    font-size:11.3px;
  }
  .hero-service-prime .hero-service-label,
  .hero-service-tsutaya .hero-service-label{
    font-size:10.1px;
  }
  .hero-service-label::after{
    flex-basis:19px;
    width:19px;
    height:19px;
    font-size:15px;
  }
}


/* v129: final hero balance — centered left copy, compact height, right buttons reverted from over-zoom */
.hero-interactive{
  padding:18px 0 20px;
}
.hero-shell{
  grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);
  gap:18px;
  align-items:center;
}

/* LEFT: center the copy block inside the panel, remove the wasted right feel */
.hero-copy-card{
  min-height:500px;
  padding:28px 34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  border-radius:26px;
  background:
    radial-gradient(circle at 6% 10%,rgba(245,197,66,.18),transparent 32%),
    linear-gradient(118deg,rgba(255,255,255,.055),rgba(245,197,66,.036) 42%,rgba(255,255,255,.015));
}
.hero-brand-kicker{
  margin:0 0 10px;
  color:#f2d16f;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}
.hero-title-decorated{
  width:100%;
  margin:0;
  font-size:clamp(52px,6.25vw,94px);
  line-height:.88;
  letter-spacing:-.06em;
  font-weight:840;
  text-shadow:0 8px 24px rgba(0,0,0,.34);
}
.hero-title-line:first-child,
.hero-title-tail{
  display:block;
  color:#fffdf4;
  font-size:.78em;
  line-height:.92;
  font-weight:840;
  letter-spacing:-.055em;
}
.hero-title-main{
  display:block;
  margin-top:2px;
  line-height:.84;
}
.hero-highlight{
  display:inline-block;
  font-size:1.08em;
  font-weight:900;
  letter-spacing:-.07em;
  background:linear-gradient(180deg,#fff3b8 0%,#ffd34c 45%,#d89508 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 7px 16px rgba(245,197,66,.20));
}
.hero-highlight::after{
  display:none !important;
}
.hero-title-tail{
  margin-top:6px;
}
.hero-lead{
  margin-top:14px;
  max-width:42ch;
  color:#eee2cb;
  font-size:clamp(14px,1.2vw,17px);
  line-height:1.58;
  font-weight:500;
}
.hero-mini-points{
  gap:8px;
  margin-top:14px;
}
.hero-mini-points span{
  min-height:32px;
  padding:6px 12px;
  font-size:11.5px;
  font-weight:700;
}
.hero-copy-actions{
  margin-top:14px;
  gap:10px;
}
.hero-copy-actions .btn{
  min-height:44px;
  padding:10px 18px;
  font-size:13.5px;
  font-weight:820;
}

/* RIGHT: compact clickable buttons, logos large enough but NOT cropped/over-zoomed */
.hero-service-panel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(3,1fr);
  gap:10px;
  padding:11px;
  border-radius:26px;
  align-self:center;
  min-height:500px;
  background:linear-gradient(180deg,rgba(255,255,255,.042),rgba(255,255,255,.018));
}
.hero-service-button{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-rows:minmax(78px,1fr) 32px;
  gap:7px;
  min-height:0;
  padding:9px;
  border:1.5px solid rgba(245,197,66,.38);
  border-radius:17px;
  cursor:pointer;
  background:
    linear-gradient(180deg,rgba(255,255,255,.073),rgba(255,255,255,.030)),
    radial-gradient(circle at 10% 0%,rgba(245,197,66,.10),transparent 42%);
  box-shadow:
    0 7px 0 rgba(83,56,11,.42),
    0 16px 26px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.09);
}
.hero-service-button::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.075) 27%,transparent 45%);
  transform:translateX(-88%);
  transition:transform .32s ease;
}
.hero-service-button::after{
  display:none !important;
}
.hero-service-button:hover,
.hero-service-button:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(245,197,66,.72);
  box-shadow:
    0 5px 0 rgba(83,56,11,.45),
    0 22px 32px rgba(0,0,0,.30),
    0 0 0 1px rgba(245,197,66,.15) inset;
  outline:none;
}
.hero-service-button:hover::before,
.hero-service-button:focus-visible::before{
  transform:translateX(96%);
}
.hero-service-button:active{
  transform:translateY(2px);
  box-shadow:
    0 2px 0 rgba(83,56,11,.52),
    0 12px 20px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-service-logo-full{
  min-height:78px;
  width:100%;
  height:100%;
  padding:6px 10px;
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(0,0,0,.44);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-service-logo-full img{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(1.06);
  transform-origin:center center;
}
.hero-service-dmm .hero-service-logo-full img{transform:scale(1.18)}
.hero-service-tsutaya .hero-service-logo-full img{transform:scale(1.12)}
.hero-service-prime .hero-service-logo-full img{transform:scale(1.08)}
.hero-service-netflix .hero-service-logo-full img{transform:scale(1.12)}
.hero-service-sports .hero-service-logo-full img{transform:scale(1.20)}
.hero-service-adult .hero-service-logo-full{
  padding:0;
  background:linear-gradient(160deg,#260016,#44042d);
}
.hero-service-adult .hero-service-logo-full img{
  object-fit:cover;
  transform:scale(1.00);
}
.hero-service-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  width:100%;
  min-height:32px;
  padding:6px 8px 6px 10px;
  border:1px solid rgba(245,197,66,.18);
  border-radius:999px;
  background:rgba(0,0,0,.25);
  color:#fff8e5;
  font-size:13px;
  line-height:1.12;
  font-weight:850;
  text-align:left;
  letter-spacing:0;
}
.hero-service-label::after{
  content:"›";
  flex:0 0 22px;
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(180deg,#ffdc68,#d99a10);
  color:#211500;
  font-size:17px;
  font-weight:950;
  line-height:1;
  box-shadow:0 3px 8px rgba(0,0,0,.24);
}
.hero-service-prime .hero-service-label,
.hero-service-tsutaya .hero-service-label{
  font-size:11.7px;
}

@media (max-width:1080px){
  .hero-shell{
    grid-template-columns:1fr;
  }
  .hero-copy-card,
  .hero-service-panel{
    min-height:auto;
  }
  .hero-title-decorated{
    font-size:clamp(48px,8.4vw,84px);
  }
}
@media (max-width:760px){
  .hero-interactive{
    padding:14px 0 18px;
  }
  .hero-shell{
    gap:14px;
  }
  .hero-copy-card{
    padding:18px 16px;
    border-radius:20px;
  }
  .hero-brand-kicker{
    margin-bottom:6px;
    font-size:11px;
  }
  .hero-title-decorated{
    font-size:clamp(42px,11.7vw,66px);
    line-height:.88;
    font-weight:820;
  }
  .hero-title-line:first-child,
  .hero-title-tail{
    font-size:.78em;
    font-weight:820;
  }
  .hero-highlight{
    font-size:1.06em;
    font-weight:880;
  }
  .hero-lead{
    margin-top:11px;
    max-width:none;
    font-size:13.5px;
    line-height:1.52;
  }
  .hero-mini-points{
    gap:6px;
    margin-top:10px;
  }
  .hero-mini-points span{
    min-height:29px;
    padding:5px 9px;
    font-size:10.5px;
  }
  .hero-copy-actions{
    margin-top:10px;
  }
  .hero-service-panel{
    min-height:auto;
    gap:10px;
    padding:10px;
    border-radius:20px;
  }
  .hero-service-button{
    grid-template-rows:58px 30px;
    min-height:104px;
    padding:8px;
    gap:6px;
    border-radius:15px;
    box-shadow:
      0 6px 0 rgba(83,56,11,.42),
      0 14px 22px rgba(0,0,0,.22),
      inset 0 1px 0 rgba(255,255,255,.08);
  }
  .hero-service-logo-full{
    min-height:58px;
    padding:4px 7px;
    border-radius:11px;
  }
  .hero-service-label{
    min-height:30px;
    padding:6px 7px 6px 8px;
    font-size:11.2px;
  }
  .hero-service-prime .hero-service-label,
  .hero-service-tsutaya .hero-service-label{
    font-size:10px;
  }
  .hero-service-label::after{
    flex-basis:19px;
    width:19px;
    height:19px;
    font-size:15px;
  }
}


/* v130: strict desktop hero fix — left/right same height, left copy centered, right buttons compact */
@media (min-width: 1081px){
  .hero-interactive{
    padding:18px 0 20px !important;
  }

  .hero-shell{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,.96fr) !important;
    gap:18px !important;
    align-items:stretch !important;
  }

  .hero-copy-card,
  .hero-service-panel{
    height:520px !important;
    min-height:520px !important;
    max-height:520px !important;
    align-self:stretch !important;
    box-sizing:border-box !important;
  }

  /* Left panel: copy block centered within the card, not stuck to the left/top */
  .hero-copy-card{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    padding:28px 34px !important;
    text-align:left !important;
  }

  .hero-brand-kicker,
  .hero-title-decorated,
  .hero-lead,
  .hero-mini-points,
  .hero-copy-actions{
    width:min(100%,520px) !important;
  }

  .hero-brand-kicker{
    margin:0 0 10px !important;
  }

  .hero-title-decorated{
    margin:0 !important;
    font-size:clamp(52px,5.85vw,88px) !important;
    line-height:.88 !important;
    font-weight:840 !important;
    letter-spacing:-.06em !important;
  }

  .hero-title-line:first-child,
  .hero-title-tail{
    font-size:.78em !important;
    font-weight:840 !important;
    line-height:.92 !important;
  }

  .hero-title-main{
    margin-top:2px !important;
    line-height:.84 !important;
  }

  .hero-highlight{
    font-size:1.08em !important;
    font-weight:900 !important;
  }

  .hero-highlight::after{
    display:none !important;
  }

  .hero-title-tail{
    margin-top:6px !important;
  }

  .hero-lead{
    margin-top:14px !important;
    max-width:520px !important;
    font-size:15.5px !important;
    line-height:1.55 !important;
  }

  .hero-mini-points{
    margin-top:14px !important;
    gap:8px !important;
  }

  .hero-mini-points span{
    min-height:31px !important;
    padding:6px 12px !important;
    font-size:11.5px !important;
  }

  .hero-copy-actions{
    margin-top:14px !important;
    gap:10px !important;
  }

  .hero-copy-actions .btn{
    min-height:44px !important;
    padding:10px 18px !important;
    font-size:13.5px !important;
  }

  /* Right panel: fit exactly into the same height as left, no oversized cards */
  .hero-service-panel{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-template-rows:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
    padding:10px !important;
    overflow:hidden !important;
    align-content:stretch !important;
  }

  .hero-service-button{
    height:100% !important;
    min-height:0 !important;
    display:grid !important;
    grid-template-rows:minmax(0,1fr) 31px !important;
    gap:7px !important;
    padding:8px !important;
    border-radius:17px !important;
    overflow:hidden !important;
  }

  .hero-service-logo-full{
    height:100% !important;
    min-height:0 !important;
    padding:6px 10px !important;
    border-radius:12px !important;
  }

  .hero-service-logo-full img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    transform:scale(1.04) !important;
  }

  .hero-service-dmm .hero-service-logo-full img{transform:scale(1.13) !important;}
  .hero-service-tsutaya .hero-service-logo-full img{transform:scale(1.08) !important;}
  .hero-service-prime .hero-service-logo-full img{transform:scale(1.06) !important;}
  .hero-service-netflix .hero-service-logo-full img{transform:scale(1.10) !important;}
  .hero-service-sports .hero-service-logo-full img{transform:scale(1.13) !important;}
  .hero-service-adult .hero-service-logo-full img{
    object-fit:cover !important;
    transform:scale(1.00) !important;
  }

  .hero-service-label{
    min-height:31px !important;
    height:31px !important;
    padding:6px 7px 6px 10px !important;
    font-size:12.5px !important;
    line-height:1.1 !important;
  }

  .hero-service-prime .hero-service-label,
  .hero-service-tsutaya .hero-service-label{
    font-size:11.3px !important;
  }

  .hero-service-label::after{
    flex:0 0 21px !important;
    width:21px !important;
    height:21px !important;
    font-size:16px !important;
  }
}

/* Tablet/mobile keeps normal stacking, but avoids the v128 oversized state */
@media (max-width:1080px){
  .hero-shell{
    align-items:stretch !important;
  }

  .hero-copy-card{
    align-items:center !important;
    text-align:left !important;
  }

  .hero-brand-kicker,
  .hero-title-decorated,
  .hero-lead,
  .hero-mini-points,
  .hero-copy-actions{
    width:min(100%,560px) !important;
  }

  .hero-service-button{
    grid-template-rows:64px 30px !important;
  }

  .hero-service-logo-full img{
    transform:scale(1.04) !important;
  }

  .hero-service-dmm .hero-service-logo-full img{transform:scale(1.12) !important;}
  .hero-service-tsutaya .hero-service-logo-full img{transform:scale(1.08) !important;}
  .hero-service-prime .hero-service-logo-full img{transform:scale(1.06) !important;}
  .hero-service-netflix .hero-service-logo-full img{transform:scale(1.10) !important;}
  .hero-service-sports .hero-service-logo-full img{transform:scale(1.13) !important;}
  .hero-service-adult .hero-service-logo-full img{
    object-fit:cover !important;
    transform:scale(1.00) !important;
  }
}
