.lp-body{font-family:M PLUS Rounded\ 1c,Noto Sans JP,sans-serif;color:#1a202c;background:#fff;margin:0;padding:0;--primary:#ea580c;--primary-dark:#c2410c;--accent:#fbbf24;--green:#16a34a;--text:#1a202c;--text-muted:#64748b;--bg-gray:#f8fafc;--radius:1rem;--shadow:0 4px 24px rgba(0,0,0,.08)}.lp-body *,.lp-body :after,.lp-body :before{box-sizing:border-box;margin:0;padding:0}.lp-container{max-width:1080px;margin:0 auto;padding:0 1.5rem}.lp-section{padding:5rem 0}.lp-section-gray{background:var(--bg-gray)}.pc-only{display:none}@media (min-width:768px){.pc-only{display:block}}#lp-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.07);transition:box-shadow .3s}#lp-navbar.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.1)}.lp-nav-content{justify-content:space-between;height:64px}.lp-logo,.lp-nav-content{display:flex;align-items:center}.lp-logo{gap:.5rem;font-size:1.05rem;font-weight:700;color:var(--primary);text-decoration:none}.lp-logo-white span:last-child{color:#fff}.nav-links{display:flex;list-style:none;align-items:center;gap:1.5rem}.nav-links a{color:var(--text);text-decoration:none;font-size:.9rem;transition:color .2s}.nav-links a:hover{color:var(--primary)}.lp-btn-sm{background:var(--primary);color:#fff!important;padding:.5rem 1.2rem;border-radius:2rem;font-weight:700;transition:background .2s}.lp-btn-sm:hover{background:var(--primary-dark)}.lp-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.lp-hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px}@media (max-width:767px){.lp-hamburger{display:flex}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 1.5rem;gap:.75rem;box-shadow:0 8px 24px rgba(0,0,0,.1);align-items:flex-start}.nav-links.open{display:flex}}.lp-hero{padding:9rem 0 5rem;background:linear-gradient(160deg,#fff7ed,#fff 60%);text-align:center}.lp-hero-badge{display:inline-block;background:rgba(234,88,12,.1);color:var(--primary);font-size:.8rem;letter-spacing:.08em;padding:.35rem 1rem;border-radius:2rem}.lp-hero-badge,.lp-hero-title{font-weight:700;margin-bottom:1.5rem}.lp-hero-title{font-size:clamp(2rem,6vw,3.5rem);line-height:1.25;color:var(--text)}.lp-accent{color:var(--primary);position:relative}.lp-accent:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:4px;background:var(--accent);border-radius:2px}.lp-hero-sub{font-size:1.05rem;color:var(--text-muted);line-height:1.85;margin-bottom:2.5rem}.lp-hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.lp-btn-primary{display:inline-block;background:var(--primary);color:#fff;padding:.9rem 2.2rem;border-radius:2rem;font-weight:700;font-size:1rem;text-decoration:none;box-shadow:0 4px 20px rgba(234,88,12,.3);transition:all .2s}.lp-btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 8px 30px rgba(234,88,12,.4)}.lp-btn-outline{display:inline-block;border:2px solid var(--primary);color:var(--primary);padding:.9rem 2.2rem;border-radius:2rem;font-weight:700;font-size:1rem;text-decoration:none;transition:all .2s}.lp-btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.lp-btn-white{display:inline-block;background:#fff;color:var(--primary);padding:.9rem 2.5rem;border-radius:2rem;font-weight:700;font-size:1.05rem;text-decoration:none;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:all .2s}.lp-btn-white:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.2)}.lp-hero-stats{gap:0;justify-content:center;flex-wrap:wrap;background:#fff;border-radius:1.2rem;box-shadow:var(--shadow);padding:1.5rem 2rem;max-width:700px;margin:0 auto;gap:1rem}.lp-hero-stats,.lp-stat{display:flex;align-items:center}.lp-stat{flex-direction:column;gap:.3rem;min-width:140px}.lp-stat-num{font-size:1.8rem;font-weight:700;color:var(--primary)}.lp-stat-label{font-size:.78rem;color:var(--text-muted)}.lp-stat-divider{width:1px;height:40px;background:#e2e8f0}@media (max-width:600px){.lp-stat-divider{display:none}.lp-hero-stats{gap:1.5rem}}.lp-section-header{text-align:center;margin-bottom:3rem}.lp-section-badge{display:inline-block;background:rgba(234,88,12,.1);color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:.12em;padding:.3rem .9rem;border-radius:2rem;margin-bottom:.75rem}.lp-section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--text)}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.lp-feature-card{background:#fff;border-radius:var(--radius);padding:2.5rem 2rem;box-shadow:var(--shadow);border-top:4px solid var(--primary);transition:transform .3s}.lp-feature-card:hover{transform:translateY(-6px)}.lp-feature-num{font-size:2.5rem;font-weight:700;color:rgba(234,88,12,.15);line-height:1;margin-bottom:.5rem}.lp-feature-icon{font-size:2rem;margin-bottom:1rem}.lp-feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.lp-feature-card p{font-size:.92rem;color:var(--text-muted);line-height:1.75;margin-bottom:.75rem}.lp-feature-note{font-size:.8rem;color:#94a3b8;border-top:1px solid #e2e8f0;padding-top:.75rem}.lp-demo-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.lp-demo-img{display:flex;justify-content:center}.lp-demo-img img{width:100%;max-width:260px;border-radius:1.5rem;box-shadow:0 20px 60px rgba(234,88,12,.15)}.lp-demo-text p{color:var(--text-muted);line-height:1.8;font-size:.95rem;margin:1rem 0 1.5rem}.lp-check-list{list-style:none;margin-bottom:2rem;display:flex;flex-direction:column;gap:.6rem}.lp-check-list li{font-size:.92rem;color:var(--text)}@media (max-width:767px){.lp-demo-row{grid-template-columns:1fr;gap:2rem}.lp-demo-img{order:-1}}.lp-pricing-card{background:#fff;border-radius:1.5rem;padding:3rem 2.5rem;box-shadow:var(--shadow);max-width:600px;margin:0 auto;text-align:center}.lp-pricing-label{font-size:.85rem;color:var(--text-muted);letter-spacing:.06em;margin-bottom:.5rem}.lp-pricing-value{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.lp-pricing-note{font-size:.88rem;color:var(--text-muted);margin-bottom:1.5rem}.lp-pricing-includes{list-style:none;margin-bottom:2rem;display:inline-flex;flex-direction:column;gap:.6rem;text-align:left}.lp-pricing-includes li{font-size:.92rem;color:var(--text)}.lp-faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.faq-question{width:100%;gap:1rem;padding:1.2rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.95rem;font-weight:600;color:var(--text);font-family:inherit}.faq-q-label,.faq-question{display:flex;align-items:center}.faq-q-label{justify-content:center;width:2rem;height:2rem;background:var(--primary);color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;flex-shrink:0}.faq-arrow{margin-left:auto;font-size:.75rem;color:var(--text-muted);transition:transform .3s;flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.5rem 1.2rem calc(1.5rem + 3rem);display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-answer>*{overflow:hidden}.faq-a-label{display:none}.faq-answer p{font-size:.92rem;color:var(--text-muted);line-height:1.8;border-top:1px solid #f1f5f9;padding-top:.75rem}.faq-item:not(.open) .faq-answer p{visibility:hidden;height:0;padding:0;margin:0;border:none}.lp-cta-section{background:linear-gradient(135deg,var(--primary) 0,#f97316 100%);padding:5rem 0}.lp-cta-inner{text-align:center;color:#fff}.lp-cta-inner h2{font-size:clamp(1.6rem,4vw,2.3rem);font-weight:700;margin-bottom:1rem}.lp-cta-inner p{font-size:1.05rem;opacity:.9;margin-bottom:2.5rem}.lp-footer{background:#1a202c;padding:3rem 0 1.5rem}.lp-footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.lp-footer-inner .lp-logo{color:#fff}.lp-footer-links{list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}.lp-footer-links a{color:hsla(0,0%,100%,.6);text-decoration:none;font-size:.88rem;transition:color .2s}.lp-footer-links a:hover{color:#fff}.lp-copyright{text-align:center;color:hsla(0,0%,100%,.4);font-size:.82rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.visible{opacity:1;transform:none}