@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap";:root{--brand: #c2410c;--brand-dark: #9a3412;--brand-bg: #f4ede4;--cream-bg: #fff7ed;--dark-anchor:#3f3a36;--dark-text: #fde9d9;--body-text: #1a1614;--muted: #6b5f58;--border: #e9e0d5;--white: #ffffff;--light-gray: #f9fafb;--green-tint: #f0fdf4;--green-text: #166534;--radius: 12px;--radius-sm: 6px;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--container: 1100px;--gutter: clamp(20px, 5vw, 60px);--section-v: clamp(56px, 8vw, 100px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;font-size:16px;color:var(--body-text);line-break:strict;word-break:normal;-webkit-text-size-adjust:100%}body{background:var(--white);line-height:1.75;letter-spacing:.03em;overflow-x:hidden}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}ul,ol{list-style:none}h1,h2,h3,h4{line-break:strict;word-break:normal;overflow-wrap:normal;line-height:1.3;font-weight:800}h1{font-size:clamp(28px,4vw,52px)}h2{font-size:clamp(22px,3vw,38px)}h3{font-size:clamp(18px,2.5vw,26px)}h4{font-size:clamp(16px,2vw,20px);font-weight:700}p{font-size:clamp(15px,1.1vw,17px)}.lead{font-size:clamp(16px,1.4vw,20px);color:var(--muted);line-height:1.8}.container{max-width:var(--container);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}section{padding-top:var(--section-v);padding-bottom:var(--section-v)}.motif-safety-frame{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.motif-check-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--brand);border-radius:50%;flex-shrink:0}.motif-check-badge svg{color:var(--white)}.motif-divider{display:inline-block;position:relative;padding-left:20px}.motif-divider:before{content:"";position:absolute;left:0;top:8%;height:85%;width:4px;background:var(--brand);border-radius:2px}.motif-trust-badge{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;background:var(--brand);color:var(--white);border-radius:50%;width:80px;height:80px;font-weight:800;text-align:center;line-height:1.1;font-size:11px}.motif-trust-badge .num{font-size:22px;line-height:1;display:block}.section-heading{text-align:center;margin-bottom:clamp(32px,4vw,56px)}.section-heading h2{position:relative;display:inline-block;padding-bottom:16px}.section-heading h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:48px;height:4px;background:var(--brand);border-radius:2px}.section-heading p{margin-top:12px;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:var(--radius-sm);font-weight:700;font-size:16px;cursor:pointer;border:2px solid transparent;transition:background .12s ease,transform .1s ease,box-shadow .12s ease;text-align:center;max-width:100%;white-space:normal;min-height:52px;line-height:1.3;text-decoration:none}.btn-primary{background:var(--brand);color:var(--white);border-color:var(--brand)}.btn-primary:hover,.btn-primary:focus-visible{background:var(--brand-dark);border-color:var(--brand-dark);transform:scale(1.02);box-shadow:0 4px 16px #c2410c59;text-decoration:none}.btn-secondary{background:transparent;color:var(--brand);border-color:var(--brand)}.btn-secondary:hover,.btn-secondary:focus-visible{background:var(--brand);color:var(--white);text-decoration:none}.btn-outline-white{background:transparent;color:var(--white);border-color:#ffffffb3}.btn-outline-white:hover{background:#ffffff26;text-decoration:none}.btn-lg{padding:18px 40px;font-size:18px;min-height:60px}.btn-full{width:100%}.cta-group{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 1px 4px #0000000f}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:12px;padding-bottom:12px}.site-header .logo img,.site-header .logo svg{height:40px;width:auto}.header-cta .btn{padding:10px 24px;font-size:15px;min-height:44px}#hero{background:var(--dark-anchor);color:var(--dark-text);padding-top:clamp(56px,8vw,96px);padding-bottom:clamp(56px,8vw,96px)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:center}.hero-copy{order:1}.hero-visual{order:2}.hero-kicker{display:inline-flex;align-items:center;gap:8px;background:#c2410c40;border:1px solid rgba(194,65,12,.5);color:#f8b799;padding:6px 14px;border-radius:4px;font-size:13px;font-weight:700;margin-bottom:20px;letter-spacing:.08em}#hero h1{color:var(--white);margin-bottom:16px}#hero h1 .accent{color:#f8b799}#hero .lead{color:#fde9d9d9;margin-bottom:32px}.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:var(--white);padding:6px 12px;border-radius:4px;font-size:13px;font-weight:700}.hero-badge svg{color:#f8b799;flex-shrink:0}.hero-price-note{font-size:13px;color:#fde9d9b3;margin-top:10px}.hero-visual-wrap{position:relative;border-radius:var(--radius);overflow:visible;box-shadow:var(--shadow-md)}.hero-visual-wrap .hero-img-inner{border-radius:var(--radius);overflow:hidden;position:relative}.hero-visual-wrap img{width:100%;border-radius:var(--radius);filter:contrast(1.05) saturate(1.1)}.hero-visual-wrap .hero-img-inner:after{content:"";position:absolute;inset:0;border-radius:var(--radius);border:2px solid rgba(194,65,12,.25);pointer-events:none}.hero-float-card{position:absolute;bottom:-16px;left:-16px;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:12px 16px;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:10px;z-index:10;font-size:12px}.hero-float-card .float-icon{width:36px;height:36px;background:var(--brand);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.hero-float-card .float-text strong{display:block;font-weight:800;font-size:15px;color:var(--brand);line-height:1}.hero-float-card .float-text span{color:var(--muted);font-size:11px}.hero-award-badge{position:absolute;top:-12px;right:-12px;background:#f59e0b;color:var(--white);border-radius:50%;width:68px;height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:9px;font-weight:800;line-height:1.2;text-align:center;box-shadow:0 2px 8px #00000040;z-index:10}.hero-visual-overlay{position:absolute;bottom:-12px;right:-12px;display:flex;gap:8px}#trust-band{background:var(--brand);color:var(--white);padding:clamp(28px,4vw,48px) 0}.trust-band-inner{display:flex;gap:clamp(24px,3vw,48px);align-items:center;justify-content:center;flex-wrap:wrap}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.trust-item .num{font-size:clamp(28px,3.5vw,44px);font-weight:800;line-height:1}.trust-item .label{font-size:12px;opacity:.9;white-space:nowrap}.trust-divider{width:1px;height:48px;background:#ffffff4d}#problem{background:var(--white)}.problem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px;margin-bottom:40px}.problem-card{display:flex;gap:16px;align-items:flex-start;padding:24px}.problem-icon{flex-shrink:0;width:48px;height:48px;background:var(--cream-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand)}#contents{background:var(--cream-bg)}.contents-intro{text-align:center;margin-bottom:clamp(32px,4vw,48px)}.contents-badge{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:var(--white);padding:8px 20px;border-radius:4px;font-weight:800;font-size:15px;margin-bottom:16px}.contents-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px}.content-item{padding:16px 12px;text-align:center;font-size:13px;font-weight:500}.content-item .item-icon{width:40px;height:40px;margin:0 auto 8px;color:var(--brand)}.content-item .item-name{font-weight:700;font-size:14px;margin-bottom:4px}.content-item .item-spec{color:var(--muted);font-size:12px}.contents-image-wrap{margin:32px auto 0;max-width:600px;border-radius:var(--radius);overflow:hidden}#features{background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-card{padding:32px 24px;text-align:center;transition:transform .14s ease,box-shadow .14s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-icon{width:56px;height:56px;margin:0 auto 16px;background:var(--cream-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand)}.feature-card h4{margin-bottom:8px}#specs{background:var(--light-gray)}.specs-table-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.specs-table{width:100%;border-collapse:collapse;background:var(--white);font-size:15px}.specs-table th,.specs-table td{padding:14px 20px;text-align:left;border-bottom:1px solid var(--border)}.specs-table th{background:var(--cream-bg);font-weight:700;color:var(--brand-dark);width:180px}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:none}.specs-table td strong{color:var(--brand);font-weight:800}#pricing{background:var(--cream-bg)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.pricing-card{padding:32px 24px;text-align:center;display:flex;flex-direction:column;gap:16px}.pricing-card.featured{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand),var(--shadow-md)}.pricing-badge{display:inline-block;background:var(--brand);color:var(--white);padding:4px 16px;border-radius:4px;font-size:12px;font-weight:700;margin-bottom:8px}.pricing-card h3{font-size:20px}.pricing-price{font-size:clamp(32px,4vw,44px);font-weight:800;color:var(--brand);line-height:1.1}.pricing-price .yen{font-size:.6em}.pricing-sub{font-size:12px;color:var(--muted);margin-top:2px}.pricing-features{text-align:left;display:flex;flex-direction:column;gap:8px;flex:1}.pricing-feature{display:flex;align-items:flex-start;gap:8px;font-size:14px}.pricing-feature svg{color:var(--brand);flex-shrink:0;margin-top:2px}.guarantee-badge{display:inline-flex;align-items:center;gap:12px;background:var(--white);border:2px solid var(--brand);border-radius:var(--radius);padding:16px 24px;font-weight:700;color:var(--brand-dark);margin-top:8px}.guarantee-badge svg{color:var(--brand);flex-shrink:0}#comparison{background:var(--white)}.comparison-table-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.comparison-table{width:100%;border-collapse:collapse;background:var(--white);font-size:15px;min-width:600px}.comparison-table th,.comparison-table td{padding:14px 18px;text-align:center;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.comparison-table th:last-child,.comparison-table td:last-child{border-right:none}.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:none}.comparison-table thead th{background:var(--brand-bg);font-weight:700;font-size:14px}.comparison-table thead th.highlight{background:var(--brand);color:var(--white)}.comparison-table tbody td.good{color:var(--green-text);font-weight:700}.comparison-table tbody td.bad{color:#9ca3af}.comparison-table tbody th{text-align:left;font-weight:500;background:var(--light-gray)}.comparison-table .highlight-col{background:#fff8f5}.comparison-cards{display:none}.comparison-card{padding:20px;margin-bottom:16px}.comparison-card h4{margin-bottom:12px;color:var(--brand-dark)}.comparison-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.comparison-row:last-child{border-bottom:none}.comparison-row .label{color:var(--muted)}.comparison-row .val{font-weight:700}.comparison-row .val.good{color:var(--green-text)}.comparison-row .val.bad{color:#9ca3af}#flow{background:var(--white)}.flow-steps{display:flex;gap:0;align-items:flex-start;position:relative}.flow-steps:before{content:"";position:absolute;top:24px;left:calc(10% + 24px);right:calc(10% + 24px);height:2px;background:var(--border);z-index:0}.flow-step{flex:1;text-align:center;position:relative;z-index:1;padding:0 8px}.flow-num{width:48px;height:48px;background:var(--brand);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;margin:0 auto 12px;position:relative;z-index:2}.flow-step h4{font-size:14px;margin-bottom:4px}.flow-step p{font-size:12px;color:var(--muted)}.highlight-strip{background:var(--brand);color:var(--white);border-radius:var(--radius);padding:24px 32px;margin-bottom:40px;display:flex;gap:20px;align-items:center}.highlight-strip .hs-icon{font-size:40px;line-height:1;opacity:.8;flex-shrink:0}.highlight-strip h3{color:var(--white);font-size:clamp(18px,2vw,26px);margin-bottom:4px}.highlight-strip p{color:#ffffffd9;font-size:14px}#reviews{background:var(--brand-bg)}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.review-card{padding:28px}.review-stars{display:flex;gap:2px;margin-bottom:10px;color:#f59e0b}.review-text{font-size:15px;line-height:1.7;margin-bottom:16px;color:var(--body-text)}.review-author{font-size:13px;color:var(--muted);font-weight:500}.reviews-summary{text-align:center;padding:24px;background:var(--white);border-radius:var(--radius);display:flex;align-items:center;gap:24px;justify-content:center}.reviews-rating-num{font-size:56px;font-weight:800;color:var(--brand);line-height:1}.reviews-rating-detail{text-align:left}.reviews-rating-detail .stars{display:flex;gap:3px;color:#f59e0b;font-size:22px;margin-bottom:4px}.reviews-rating-detail .count{font-size:14px;color:var(--muted)}#faq{background:var(--white)}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;font-size:16px;font-weight:700;cursor:pointer;text-align:left;color:var(--body-text);font-family:inherit}.faq-question .q-mark{background:var(--brand);color:var(--white);width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.faq-question .q-text{flex:1}.faq-chevron{flex-shrink:0;color:var(--brand);transition:transform .2s ease}.faq-item[open] .faq-chevron,.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 0 20px 44px;font-size:15px;color:var(--muted);line-height:1.8;display:none}.faq-item.open .faq-answer{display:block}#final-cta{background:var(--dark-anchor);color:var(--dark-text);padding-top:clamp(56px,8vw,96px);padding-bottom:clamp(56px,8vw,96px)}#final-cta .section-heading h2{color:var(--white)}#final-cta .section-heading h2:after{background:#f8b799}#final-cta .section-heading p{color:#fde9d9cc}.final-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.final-pricing-card{background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.final-pricing-card.featured{background:#c2410c59;border-color:var(--brand)}.final-pricing-card h3{color:var(--white);font-size:18px}.final-price{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:#f8b799;line-height:1}.final-price-sub{font-size:12px;color:#fde9d9b3}.final-cta-trust{display:flex;gap:24px;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:32px}.final-trust-item{display:flex;align-items:center;gap:8px;color:#fde9d9e6;font-size:14px;font-weight:500}.final-trust-item svg{color:#f8b799}.site-footer{background:#2a2623;color:#fde9d9b3;padding:clamp(32px,4vw,56px) 0 24px}.footer-inner{display:grid;grid-template-columns:1fr 2fr;gap:40px;margin-bottom:32px}.footer-logo img{height:32px;width:auto;filter:brightness(2) saturate(0);opacity:.7}.footer-company{font-size:12px;margin-top:8px;opacity:.6}.footer-links{display:flex;gap:40px}.footer-link-group h5{font-size:12px;font-weight:700;color:#fde9d9e6;margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em}.footer-link-group a{display:block;font-size:13px;color:#fde9d999;margin-bottom:6px}.footer-link-group a:hover{color:#fde9d9e6;text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:12px;flex-wrap:wrap;gap:8px}.notify-bar{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:20px 24px;display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:32px}.notify-bar p{font-size:14px;flex:1;min-width:200px}.notify-btn{background:transparent;border:1px solid rgba(253,233,217,.4);color:#fde9d9e6;padding:8px 20px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}.notify-btn:hover{background:#ffffff1a}html.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease}html.js .reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html.js .reveal{opacity:1;transform:none;transition:none}}.pending-note{display:block;font-size:12px;color:#fde9d980;margin-top:4px}@media(max-width:960px){.features-grid{grid-template-columns:repeat(2,1fr)}.contents-grid{grid-template-columns:repeat(3,1fr)}.pricing-grid,.final-pricing-grid{grid-template-columns:1fr;gap:16px}.footer-inner{grid-template-columns:1fr;gap:24px}.footer-links{flex-wrap:wrap;gap:24px}}@media(max-width:768px){:root{--section-v: clamp(40px, 6vw, 64px)}.hero-inner{grid-template-columns:1fr}.hero-copy{order:1}.hero-visual{order:2;max-height:220px;overflow:hidden}.hero-visual-wrap img{object-fit:cover;max-height:220px}.hero-visual-overlay{bottom:8px;right:8px}.problem-grid{grid-template-columns:1fr}.contents-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.trust-band-inner{gap:16px}.trust-divider{display:none}.flow-steps:before{display:none}.flow-steps{flex-direction:column;gap:16px}.flow-step{text-align:left;display:flex;gap:16px;align-items:flex-start}.flow-num{flex-shrink:0;margin:0}.flow-content{text-align:left}.reviews-summary{flex-direction:column;text-align:center}.reviews-rating-detail{text-align:center}.reviews-rating-detail .stars{justify-content:center}}@media(max-width:430px){.hero-float-card,.hero-award-badge{display:none}#hero{padding-top:28px;padding-bottom:28px}.hero-kicker{font-size:11px;padding:4px 10px;margin-bottom:12px}#hero h1{margin-bottom:10px}#hero .lead{margin-bottom:16px;font-size:14px}.hero-badges{margin-bottom:16px}.hero-badges .hero-badge:nth-child(n+4){display:none}.hero-price-note{font-size:11px;margin-top:6px}.specs-table-wrap{overflow:visible}.specs-table thead{display:none}.specs-table tbody tr{display:block;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:12px;padding:8px 0}.specs-table th,.specs-table td{display:block;width:100%;border:none;border-bottom:1px solid var(--border);padding:10px 16px}.specs-table tr th{border-bottom:1px solid var(--border)}.specs-table tr td{border-bottom:none}.specs-table th{font-size:12px;color:var(--muted);background:var(--cream-bg);width:100%}.comparison-table-wrap{display:none}.comparison-cards{display:block}.contents-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.hero-badges{gap:8px}.hero-badge{font-size:11px;padding:5px 8px}.cta-group{flex-direction:column}.cta-group .btn{width:100%}.btn-lg{font-size:16px;padding:16px 24px}.header-cta .btn{font-size:13px;padding:8px 14px}}@media(max-width:390px){.btn,.btn-lg{font-size:15px;padding:14px 16px}.trust-item .num{font-size:22px}.trust-item .label{font-size:11px}.pricing-price{font-size:28px}.final-price{font-size:26px}.header-cta .btn{font-size:12px;padding:8px 10px}.contents-grid{grid-template-columns:repeat(2,1fr);gap:8px}}@media(max-width:720px){.btn,.cta{width:100%;white-space:normal}.cta-group{flex-direction:column;align-items:stretch}}.sr-only[data-astro-cid-j7pv25f6]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
