/* SIXPAD Core Belt 2 - White Page */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Yu Gothic","Meiryo",sans-serif;color:#111;background:#fff;line-height:1.7;font-size:15px;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none}

/* PR Bar */
.pr-bar{background:#000;color:#fff;text-align:center;font-size:12px;letter-spacing:.08em;padding:8px 12px;font-weight:500}
.pr-bar strong{font-weight:700;color:#ffcc00;margin-right:4px}

/* Header */
.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eee}
.header__inner{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;max-width:1400px;margin:0 auto}
.brand{font-weight:900;font-size:20px;letter-spacing:.18em}
.brand span{color:#cc0000}
.nav{display:flex;gap:22px;font-size:13px;font-weight:500}
.nav a:hover{color:#cc0000}
.btn-buy{background:#cc0000;color:#fff;padding:10px 22px;border-radius:999px;font-weight:700;font-size:13px;letter-spacing:.05em;transition:.2s}
.btn-buy:hover{background:#a30000;transform:translateY(-1px)}
@media(max-width:780px){.nav{display:none}.header__inner{padding:10px 14px}}

/* Hero */
.hero{position:relative;background:#0a0a0a;color:#fff;overflow:hidden}
.hero__img{width:100%;display:block;opacity:1}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.65) 35%,rgba(0,0,0,.25) 65%,rgba(0,0,0,0) 100%);z-index:1;pointer-events:none}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 60%,rgba(0,0,0,.55) 100%);z-index:1;pointer-events:none}
.hero__copy{position:absolute;left:6%;top:50%;transform:translateY(-50%);max-width:600px;z-index:2;text-shadow:0 2px 14px rgba(0,0,0,.55)}
.hero__eyebrow{font-size:13px;letter-spacing:.32em;color:#ffcc00;font-weight:800;margin-bottom:18px;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.hero__title{font-size:60px;font-weight:900;line-height:1.08;margin-bottom:24px;letter-spacing:-.01em;text-shadow:0 4px 24px rgba(0,0,0,.7),0 2px 8px rgba(0,0,0,.8)}
.hero__title em{font-style:normal;color:#ff4747;display:block}
.hero__sub{font-size:18px;margin-bottom:32px;max-width:520px;font-weight:500;line-height:1.6;color:#f5f5f5}
.hero__price{font-size:15px;margin-bottom:24px;background:rgba(0,0,0,.55);display:inline-block;padding:10px 18px;border-radius:10px;border:1px solid rgba(255,204,0,.3);backdrop-filter:blur(4px)}
.hero__price strong{font-size:38px;color:#ffcc00;font-weight:900;margin:0 4px;letter-spacing:-.02em;text-shadow:0 2px 6px rgba(0,0,0,.6)}
.hero__cta{display:inline-flex;align-items:center;gap:12px;background:#cc0000;color:#fff;padding:20px 42px;border-radius:999px;font-weight:900;font-size:18px;letter-spacing:.05em;box-shadow:0 14px 36px rgba(204,0,0,.5),0 0 0 4px rgba(255,255,255,.08);transition:.25s}
.hero__cta:hover{background:#fff;color:#cc0000;transform:translateY(-2px)}
.hero__cta::after{content:"→";font-size:22px}
@media(max-width:980px){.hero__title{font-size:44px}.hero__copy{max-width:480px}}
@media(max-width:780px){
 .hero{min-height:560px}
 .hero__img{height:560px;object-fit:cover}
 .hero::before{background:linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.45) 50%,rgba(0,0,0,.85) 100%)}
 .hero::after{display:none}
 .hero__copy{left:5%;right:5%;top:auto;bottom:8%;transform:none;max-width:none}
 .hero__title{font-size:32px}
 .hero__sub{font-size:14px;margin-bottom:22px}
 .hero__price{font-size:13px;padding:8px 14px}
 .hero__price strong{font-size:28px}
 .hero__cta{padding:16px 28px;font-size:15px;width:100%;justify-content:center}
}

/* Awards strip */
.awards{background:#f4f4f4;padding:36px 20px;text-align:center}
.awards__grid{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;align-items:center;max-width:1100px;margin:0 auto}
.awards__grid img{height:120px;width:auto}
.awards__note{margin-top:16px;font-size:11px;color:#666}

/* Sections */
section{padding:80px 20px}
.container{max-width:1100px;margin:0 auto}
.section-eyebrow{font-size:13px;letter-spacing:.3em;color:#cc0000;font-weight:700;text-align:center;margin-bottom:14px}
.section-title{text-align:center;font-size:38px;font-weight:900;line-height:1.3;margin-bottom:50px;letter-spacing:-.01em}
.section-title em{font-style:normal;color:#cc0000}
@media(max-width:780px){section{padding:50px 16px}.section-title{font-size:24px;margin-bottom:30px}}

/* Highlights */
.highlights{background:#fafafa}
.highlights__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.highlight{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:.3s}
.highlight:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1)}
.highlight__num{position:absolute;top:18px;left:22px;font-size:14px;font-weight:900;color:#cc0000;letter-spacing:.1em;background:#fff;padding:4px 10px;border-radius:999px;z-index:2}
.highlight__media{position:relative;background:#000}
.highlight__media img{width:100%;aspect-ratio:16/9;object-fit:cover}
.highlight__body{padding:24px 26px 28px}
.highlight__title{font-size:20px;font-weight:900;line-height:1.4;margin-bottom:8px}
.highlight__title em{font-style:normal;color:#cc0000}
.highlight__text{font-size:14px;color:#444}
@media(max-width:780px){.highlights__grid{grid-template-columns:1fr;gap:18px}.highlight__title{font-size:16px}}

/* Features */
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}
.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}
.feature-row__title{font-size:30px;font-weight:900;line-height:1.35;margin-bottom:18px}
.feature-row__title em{font-style:normal;color:#cc0000}
.feature-row__text{font-size:15px;color:#333;margin-bottom:20px}
.feature-row__bullet{font-size:13px;color:#666;border-left:3px solid #cc0000;padding:6px 0 6px 14px;margin-bottom:8px}
.feature-row__media img{border-radius:14px;width:100%}
.feature-stat{display:inline-block;background:#cc0000;color:#fff;font-weight:900;font-size:24px;padding:10px 22px;border-radius:999px;margin:8px 0}
.feature-stat span{font-size:42px;letter-spacing:-.03em}
@media(max-width:780px){.feature-row{grid-template-columns:1fr;gap:24px;margin-bottom:50px}.feature-row.reverse{direction:ltr}.feature-row__title{font-size:22px}}

/* Compare table */
.compare{background:#111;color:#fff;padding:80px 20px}
.compare .section-title{color:#fff}
.compare .section-eyebrow{color:#ffcc00}
.compare__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:0;background:#1c1c1c;border-radius:14px;overflow:hidden;font-size:14px}
.compare__cell{padding:18px 16px;border-right:1px solid #2a2a2a;border-bottom:1px solid #2a2a2a;text-align:center}
.compare__cell:last-child{border-right:0}
.compare__head{background:#000;font-weight:900;font-size:15px}
.compare__head img{margin:0 auto 8px;width:80px;height:80px;object-fit:contain;background:#fff;padding:6px;border-radius:10px}
.compare__row-label{background:#000;text-align:left;font-weight:700;color:#ffcc00}
.compare__highlight{background:#2a1010;color:#ff6666}
.compare__price{font-size:18px;font-weight:900}
.compare__price em{font-style:normal;color:#ffcc00}
.compare__free{font-size:24px;color:#22dd66;font-weight:900}
@media(max-width:780px){.compare__grid{grid-template-columns:1fr;font-size:13px}.compare__cell{border-right:0}}

/* Lifestyle slider grid */
.lifestyle{background:#f7f7f7}
.lifestyle__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.lifestyle__item{position:relative;border-radius:12px;overflow:hidden}
.lifestyle__item img{aspect-ratio:3/4;object-fit:cover;width:100%}
.lifestyle__item span{position:absolute;bottom:14px;left:14px;background:rgba(0,0,0,.7);color:#fff;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600}
@media(max-width:780px){.lifestyle__grid{grid-template-columns:repeat(2,1fr);gap:8px}}

/* Voice */
.voice-stats{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:760px;margin:0 auto 50px;text-align:center}
.voice-stat{background:#fff;border:2px solid #cc0000;border-radius:18px;padding:30px}
.voice-stat__num{font-size:64px;font-weight:900;color:#cc0000;line-height:1;letter-spacing:-.04em}
.voice-stat__num small{font-size:32px}
.voice-stat__label{font-size:14px;font-weight:700;margin-top:8px}
.voice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.voice-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:24px;display:flex;gap:16px}
.voice-card img{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0}
.voice-card__meta{font-size:12px;color:#cc0000;font-weight:700;margin-bottom:6px}
.voice-card__text{font-size:14px;color:#333;line-height:1.7}
@media(max-width:780px){.voice-stats,.voice-grid{grid-template-columns:1fr}.voice-stat__num{font-size:48px}}

/* Insta */
.insta{background:#fafafa}
.insta__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.insta__item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:#000}
.insta__item img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:.3s}
.insta__item:hover img{opacity:1;transform:scale(1.05)}
.insta__item__name{position:absolute;left:10px;right:10px;bottom:10px;color:#fff;font-size:12px;font-weight:700;text-shadow:0 2px 6px rgba(0,0,0,.6)}
.insta__avatar{position:absolute;top:10px;left:10px;width:36px;height:36px;border-radius:50%;border:2px solid #fff}
@media(max-width:980px){.insta__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:580px){.insta__grid{grid-template-columns:repeat(2,1fr)}}

/* Tech */
.tech{background:#0a0a0a;color:#fff;padding:90px 20px}
.tech .section-title{color:#fff}
.tech .section-eyebrow{color:#ffcc00}
.tech__hero img{width:100%;border-radius:16px;margin-bottom:40px}
.tech__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.tech__card{background:#161616;border-radius:14px;padding:30px;border:1px solid #222}
.tech__card h3{font-size:20px;font-weight:900;margin-bottom:14px;line-height:1.4}
.tech__card h3 em{font-style:normal;color:#ffcc00}
.tech__card p{font-size:14px;color:#aaa;line-height:1.8}
.tech__card img{margin-top:18px;border-radius:10px;width:100%}
@media(max-width:780px){.tech__grid{grid-template-columns:1fr}}

/* Useful */
.useful__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.useful__card img{border-radius:14px;margin-bottom:18px}
.useful__card h3{font-size:18px;font-weight:900;margin-bottom:10px;line-height:1.5}
.useful__card p{font-size:13px;color:#555}
@media(max-width:780px){.useful__grid{grid-template-columns:1fr}}

/* Trainer */
.trainer{background:#f5f5f5}
.trainer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.trainer__card{background:#fff;border-radius:14px;padding:30px;text-align:center}
.trainer__card img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 18px}
.trainer__card h3{font-size:20px;font-weight:900;margin-bottom:14px;letter-spacing:.1em}
.trainer__card p{font-size:13px;color:#444;text-align:left;line-height:1.8}
@media(max-width:780px){.trainer__grid{grid-template-columns:1fr}}

/* Plan */
.plan{background:linear-gradient(135deg,#fff7f7 0%,#fff 100%)}
.plan__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.plan__card{background:#fff;border:1px solid #f0d0d0;border-radius:18px;padding:34px;text-align:center;transition:.3s}
.plan__card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(204,0,0,.12)}
.plan__num{display:inline-block;background:#cc0000;color:#fff;font-weight:900;font-size:13px;padding:4px 14px;border-radius:999px;margin-bottom:18px;letter-spacing:.1em}
.plan__title{font-size:22px;font-weight:900;margin-bottom:14px}
.plan__big{font-size:16px;color:#444;margin:18px 0}
.plan__big strong{font-size:42px;color:#cc0000;font-weight:900;letter-spacing:-.02em}
.plan__note{font-size:11px;color:#888;margin-top:14px}
@media(max-width:780px){.plan__grid{grid-template-columns:1fr}}

/* Price */
.price{background:#fff;padding:90px 20px}
.price__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1100px;margin:0 auto;background:#fafafa;border-radius:24px;padding:50px;border:1px solid #eee}
.price__media img{border-radius:14px}
.price__name{font-size:14px;letter-spacing:.3em;color:#cc0000;font-weight:700;margin-bottom:8px}
.price__title{font-size:34px;font-weight:900;margin-bottom:18px;line-height:1.3}
.price__amount{font-size:14px;color:#444;margin:18px 0 6px}
.price__amount strong{font-size:42px;color:#111;font-weight:900;margin:0 6px;letter-spacing:-.02em}
.price__monthly{background:#fff3f3;border:1px dashed #cc0000;padding:14px 18px;border-radius:12px;display:inline-block;margin:10px 0 22px;font-size:14px}
.price__monthly strong{font-size:28px;color:#cc0000;font-weight:900;margin:0 4px}
.price__sizes{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 22px}
.price__sizes span{border:1px solid #ddd;padding:8px 14px;border-radius:8px;font-size:12px;background:#fff}
.price__sizes em{font-style:normal;color:#cc0000;font-weight:700;display:block;font-size:14px;margin-bottom:2px}
.price__merits{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;margin:14px 0;font-size:12px}
.price__merits li{list-style:none;padding-left:18px;position:relative}
.price__merits li::before{content:"✓";color:#cc0000;font-weight:900;position:absolute;left:0}
.price__cta{display:block;background:#cc0000;color:#fff;text-align:center;padding:22px;border-radius:14px;font-weight:900;font-size:18px;letter-spacing:.05em;box-shadow:0 12px 30px rgba(204,0,0,.3);transition:.25s}
.price__cta:hover{background:#a30000;transform:translateY(-2px)}
@media(max-width:780px){.price__inner{grid-template-columns:1fr;padding:24px;gap:24px}.price__title{font-size:24px}}

/* FAQ */
.faq{background:#fafafa}
.faq__list{max-width:880px;margin:0 auto}
.faq__item{background:#fff;border:1px solid #eee;border-radius:12px;margin-bottom:10px;overflow:hidden}
.faq__q{padding:20px 24px;font-weight:700;font-size:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px}
.faq__q::before{content:"Q.";color:#cc0000;font-weight:900;font-size:18px;flex-shrink:0}
.faq__q::after{content:"+";font-size:24px;color:#cc0000;font-weight:300;flex-shrink:0}
.faq__item.open .faq__q::after{content:"−"}
.faq__a{padding:0 24px 22px 56px;font-size:14px;color:#444;display:none}
.faq__item.open .faq__a{display:block}

/* Spec */
.spec{background:#fff}
.spec__table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:30px}
.spec__table th,.spec__table td{padding:14px 16px;text-align:left;border-bottom:1px solid #eee}
.spec__table th{background:#f7f7f7;width:30%;font-weight:700;color:#111}
.spec h3{font-size:20px;font-weight:900;margin-bottom:18px;border-left:4px solid #cc0000;padding-left:12px}

/* Final CTA */
.final-cta{background:linear-gradient(135deg,#cc0000 0%,#7a0000 100%);color:#fff;text-align:center;padding:90px 20px}
.final-cta h2{font-size:42px;font-weight:900;line-height:1.2;margin-bottom:18px}
.final-cta p{font-size:18px;margin-bottom:36px;opacity:.9}
.final-cta .price__cta{background:#fff;color:#cc0000;display:inline-block;padding:24px 56px;font-size:20px;border-radius:999px;box-shadow:0 14px 40px rgba(0,0,0,.3)}
.final-cta .price__cta:hover{background:#ffcc00;color:#000}
.final-cta__note{margin-top:24px;font-size:12px;opacity:.8}
@media(max-width:780px){.final-cta h2{font-size:26px}.final-cta p{font-size:14px}.final-cta .price__cta{padding:18px 32px;font-size:16px;display:block}}

/* Footer */
.footer{background:#0a0a0a;color:#aaa;padding:70px 20px 30px}
.footer__inner{max-width:1200px;margin:0 auto}
.footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid #1d1d1d}
.footer__brand{font-weight:900;font-size:22px;letter-spacing:.18em;color:#fff;margin-bottom:14px}
.footer__brand span{color:#cc0000}
.footer__about{font-size:12px;line-height:1.8}
.footer h4{color:#fff;font-size:13px;font-weight:700;letter-spacing:.1em;margin-bottom:14px}
.footer ul{list-style:none}
.footer li{margin-bottom:8px;font-size:12px}
.footer a:hover{color:#fff}
.footer__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:24px;font-size:11px;color:#666}
.footer__bottom a{margin-right:16px}
.footer__contact{background:#141414;border-radius:10px;padding:18px;margin-top:14px;font-size:12px;line-height:1.9}
.footer__contact strong{color:#ffcc00}
.footer__highlight{background:#1a0808;border:1px solid #3a1010;border-radius:10px;padding:14px 18px;font-size:11px;color:#aa8888;margin-top:20px;line-height:1.8}
@media(max-width:780px){.footer__top{grid-template-columns:1fr 1fr;gap:24px}}
@media(max-width:480px){.footer__top{grid-template-columns:1fr}}

/* About page */
.page-hero{background:#111;color:#fff;padding:80px 20px;text-align:center}
.page-hero h1{font-size:36px;font-weight:900;letter-spacing:.05em}
.page-hero p{margin-top:14px;color:#bbb;font-size:14px}
.page-content{max-width:900px;margin:60px auto;padding:0 20px}
.page-content h2{font-size:22px;font-weight:900;margin:40px 0 16px;border-left:4px solid #cc0000;padding-left:12px}
.page-content table{width:100%;border-collapse:collapse;margin:14px 0;font-size:14px}
.page-content table th,.page-content table td{padding:14px 16px;border-bottom:1px solid #eee;vertical-align:top;text-align:left}
.page-content table th{background:#f7f7f7;width:30%;font-weight:700;white-space:nowrap}
.page-content p{margin-bottom:14px;font-size:14px;color:#333}
.page-content ul{margin:14px 0 14px 24px;font-size:14px;color:#333}
.page-content ul li{margin-bottom:6px}
.back-home{display:inline-block;margin-top:40px;color:#cc0000;font-weight:700;font-size:14px}
.back-home::before{content:"← "}
