@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500&display=swap");html{scroll-behavior:smooth;scroll-padding-top:72px}.lp{--gold:#c9a961;--gold-light:#dfc07a;--gold-dim:rgba(201,169,97,.15);--dark-base:#0a0e1a;--dark-warm:#12100e;--cream:#f5f0e6;--cream-bg:#faf6ef;--text-light:#e8e2d4;--text-dark:#1a1a1a;--serif:"Noto Serif JP","Playfair Display",serif;--sans:"Noto Sans JP","Inter",sans-serif;font-family:var(--sans);margin:0;padding:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-light);background:var(--dark-base)}*,:after,:before{box-sizing:border-box}.lp-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.lp-header-scrolled{background:rgba(10,14,26,.92);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:.875rem 2rem;border-bottom:1px solid rgba(201,169,97,.08)}.lp-header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.lp-header-logo{font-family:var(--serif);font-size:.85rem;font-weight:500;color:var(--gold);text-decoration:none;letter-spacing:.12em;transition:opacity .3s}.lp-header-logo:hover{opacity:.8}.lp-header-nav{display:flex;gap:2rem}.lp-header-nav a{color:var(--text-light);text-decoration:none;font-size:.75rem;letter-spacing:.08em;opacity:.6;transition:opacity .3s;position:relative;padding-bottom:2px}.lp-header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.lp-header-nav a:hover{opacity:1}.lp-header-nav a:hover:after{width:100%}.lp-section{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.lp-section-pad{padding:100px 24px}.lp-section-hero{min-height:100vh;min-height:100dvh;padding:0 24px}.lp-bg-deep{background:linear-gradient(180deg,#0a0e1a,#0f1220 50%,#0a0e1a);color:var(--text-light)}.lp-bg-warm{background:linear-gradient(180deg,#12100e,#1a1610 50%,#12100e);color:var(--text-light)}.lp-bg-cream{background:var(--cream-bg);color:var(--text-dark)}.lp-bg-gradient{background:linear-gradient(170deg,#0a0e1a,#151a2e 40%,#0e1225);color:var(--text-light)}.lp-bg-image{position:relative;overflow:hidden}.lp-bg-image:before{content:"";position:absolute;inset:0;background-size:cover;background-position:50%;opacity:.15;z-index:0}.lp-bg-image>*{position:relative;z-index:1}.lp-bg-hero:before{background-image:url(https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?w=2000&q=80);opacity:.2}.lp-bg-cosmic:before{background-image:url(https://images.unsplash.com/photo-1462331940025-496dfbfc7564?w=2000&q=80);opacity:.1}.lp-bg-gold:before{background-image:url(https://images.unsplash.com/photo-1618005198919-d3d4b5a92ead?w=2000&q=80);opacity:.08}.lp-bg-dark-texture:before{background-image:url(https://images.unsplash.com/photo-1557682250-33bd709cbe85?w=2000&q=80);opacity:.06}.lp-inner{max-width:800px;width:100%;margin:0 auto}.lp-inner-wide{max-width:1000px;width:100%;margin:0 auto}.lp-divider{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:2.5rem auto}.lp-serif{font-family:var(--serif)}.lp-section-label{font-family:var(--sans);font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);opacity:.8;margin-bottom:1.5rem}.lp-h1{font-size:2rem;line-height:1.8;letter-spacing:.04em}.lp-h1,.lp-h2{font-family:var(--serif);font-weight:600}.lp-h2{font-size:1.6rem;line-height:1.7;letter-spacing:.03em}.lp-body{font-size:1rem;line-height:2;letter-spacing:.02em}.lp-body,.lp-body-sm{font-family:var(--sans);font-weight:300}.lp-body-sm{font-size:.9rem;line-height:1.9;opacity:.7}.lp-accent{color:var(--gold);font-weight:600}.lp-big-number,.lp-strong{font-weight:700}.lp-big-number{font-family:"Playfair Display",var(--serif);font-size:3rem;color:var(--gold);line-height:1.1;letter-spacing:-.02em}.lp-quote{font-family:var(--serif);font-size:.95rem;font-style:italic;opacity:.7;padding:1.5rem 0 1.5rem 2rem;border-left:1px solid var(--gold);margin:2.5rem 0;line-height:2}.lp-spacer{height:2.5rem}.lp-spacer-lg{height:4rem}.lp-hero-brand{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:90%;max-width:800px}.lp-hero-logo{display:inline-block;font-family:var(--sans);font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);opacity:.9;margin-bottom:.5rem;border:1px solid rgba(201,169,97,.3);padding:.5rem 1.5rem}.lp-hero-sub{font-family:var(--sans);font-size:.7rem;letter-spacing:.2em;opacity:.5;margin-bottom:3rem}.lp-hero-headline{font-family:var(--serif);font-size:1.75rem;font-weight:500;line-height:2;letter-spacing:.05em}.lp-scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.4}.lp-scroll-indicator span{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase}.lp-scroll-line{width:1px;height:40px;background:linear-gradient(180deg,var(--gold),transparent);animation:lp-scroll-pulse 2s ease-in-out infinite}@keyframes lp-scroll-pulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.lp-fade{opacity:0;transform:translateY(40px);transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.lp-fade.lp-visible{opacity:1;transform:translateY(0)}.lp-fade-delay-1{transition-delay:.15s}.lp-fade-delay-2{transition-delay:.3s}.lp-fade-delay-3{transition-delay:.45s}.lp-steps{display:flex;flex-direction:column;gap:2rem;max-width:640px;margin:0 auto}.lp-step{display:flex;gap:1.5rem;align-items:flex-start;text-align:left}.lp-step-num{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:var(--gold);opacity:.3;line-height:1;flex-shrink:0;width:3rem}.lp-step-content{flex:1;padding-top:.25rem}.lp-step-title{font-family:var(--serif);font-size:1.1rem;font-weight:600;margin-bottom:.375rem}.lp-step-desc{font-size:.85rem;opacity:.55;line-height:1.8}.lp-pain-list{max-width:640px;margin:0 auto;list-style:none;padding:0;text-align:left}.lp-pain-item{padding:1.25rem 0;border-bottom:1px solid rgba(201,169,97,.1);font-size:1rem;line-height:1.9;display:flex;align-items:baseline;gap:1rem}.lp-pain-icon{color:var(--gold);opacity:.5;font-size:.6rem;flex-shrink:0;margin-top:.6rem}.lp-solutions{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.lp-solution-card{padding:2rem;background:rgba(201,169,97,.04);border:1px solid rgba(201,169,97,.1);border-radius:2px;text-align:left;transition:border-color .3s,background .3s}.lp-solution-card:hover{border-color:rgba(201,169,97,.25);background:rgba(201,169,97,.06)}.lp-solution-title{font-family:var(--serif);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.lp-solution-detail{font-size:.9rem;opacity:.6;line-height:1.8}.lp-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;text-align:center;width:100%;max-width:800px}.lp-stat-number{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:var(--gold);line-height:1.1}.lp-stat-label{font-size:.75rem;letter-spacing:.1em;opacity:.5;margin-top:.5rem}.lp-themes{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:900px}.lp-theme-card{text-decoration:none;color:inherit;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative}.lp-theme-card:hover{transform:translateY(-6px)}.lp-theme-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(201,169,97,0);border-radius:4px;transition:border-color .3s;pointer-events:none}.lp-theme-card:hover:after{border-color:rgba(201,169,97,.3)}.lp-theme-img{width:100%;aspect-ratio:16/10;background:hsla(0,0%,100%,.04);border-radius:4px;overflow:hidden}.lp-theme-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.lp-theme-card:hover .lp-theme-img img{transform:scale(1.03)}.lp-theme-name{text-align:center;margin-top:.75rem;font-size:.8rem;font-weight:400;letter-spacing:.1em;opacity:.6}.lp-package-price{font-family:"Playfair Display",var(--serif);font-size:3rem;font-weight:700;color:var(--gold);margin:1.5rem 0 .25rem;letter-spacing:-.02em}.lp-package-price-note{font-size:.8rem;opacity:.45;margin-bottom:3rem;letter-spacing:.05em}.lp-package-list{text-align:left;list-style:none;padding:0;max-width:560px;margin:0 auto}.lp-package-list li{padding:1rem 0 1rem 2rem;border-bottom:1px solid rgba(201,169,97,.08);font-size:.95rem;position:relative;line-height:1.7;font-weight:300}.lp-package-list li:before{content:"—";position:absolute;left:0;color:var(--gold);opacity:.5}.lp-faq{max-width:680px;margin:0 auto;width:100%;text-align:left}.lp-faq-item{border-bottom:1px solid rgba(0,0,0,.06)}.lp-bg-deep .lp-faq-item,.lp-bg-gradient .lp-faq-item,.lp-bg-warm .lp-faq-item{border-bottom-color:rgba(201,169,97,.08)}.lp-faq-q{width:100%;background:none;border:none;color:inherit;font-family:var(--serif);font-size:1rem;font-weight:500;padding:1.5rem 3rem 1.5rem 0;text-align:left;cursor:pointer;position:relative;line-height:1.7;transition:color .3s}.lp-faq-q:hover{color:var(--gold)}.lp-faq-q:after{content:"";position:absolute;right:0;top:50%;width:12px;height:12px;border-right:1px solid var(--gold);border-bottom:1px solid var(--gold);transform:translateY(-70%) rotate(45deg);transition:transform .3s ease;opacity:.5}.lp-faq-q.lp-faq-open:after{transform:translateY(-30%) rotate(-135deg)}.lp-faq-a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.lp-faq-a.lp-faq-show{max-height:400px}.lp-faq-a p{font-size:.9rem;opacity:.6;line-height:1.9;padding-bottom:1.5rem;font-weight:300}.lp-quiz{width:100%;max-width:520px}.lp-quiz-progress{width:100%;height:2px;background:rgba(201,169,97,.1);margin-bottom:2.5rem;overflow:hidden}.lp-quiz-progress-bar{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));transition:width .5s cubic-bezier(.16,1,.3,1)}.lp-quiz-question{font-family:var(--serif);font-size:1.1rem;font-weight:500;margin-bottom:2rem;line-height:1.8}.lp-quiz-options{display:flex;flex-direction:column;gap:.75rem}.lp-quiz-option{padding:1.125rem 1.5rem;border:1px solid rgba(201,169,97,.12);border-radius:2px;cursor:pointer;transition:all .3s ease;font-size:.95rem;background:transparent;color:inherit;text-align:left;font-family:var(--sans);font-weight:300}.lp-quiz-option:hover{border-color:rgba(201,169,97,.4);background:rgba(201,169,97,.06)}.lp-quiz-result{text-align:center}.lp-quiz-result-row{margin-bottom:2rem}.lp-quiz-result-label{font-size:.8rem;letter-spacing:.1em;opacity:.5;margin-bottom:.5rem}.lp-quiz-result-value{font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700;color:var(--gold)}.lp-quiz-disclaimer{font-size:.7rem;opacity:.35;margin-top:2.5rem;line-height:1.7}.lp-form-card{background:linear-gradient(180deg,rgba(201,169,97,.03),rgba(10,14,26,.5));border:1px solid rgba(201,169,97,.1);color:var(--text-light);border-radius:2px;padding:3.5rem 2.5rem;width:100%;max-width:520px}.lp-form-title{font-family:var(--serif);font-size:1.4rem;font-weight:600;margin-bottom:.75rem;text-align:center;letter-spacing:.05em}.lp-form-desc{font-size:.85rem;opacity:.5;text-align:center;margin-bottom:2.5rem;line-height:1.9;font-weight:300}.lp-field{margin-bottom:1.5rem}.lp-label{display:block;font-size:.7rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;opacity:.6;margin-bottom:.5rem}.lp-input,.lp-select,.lp-textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(201,169,97,.15);border-radius:2px;background:hsla(0,0%,100%,.03);color:var(--text-light);font-family:var(--sans);font-size:.95rem;font-weight:300;outline:none;transition:border-color .3s,background .3s;box-sizing:border-box}.lp-input:focus,.lp-select:focus,.lp-textarea:focus{border-color:var(--gold);background:rgba(201,169,97,.04)}.lp-textarea{min-height:110px;resize:vertical}.lp-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23c9a961' d='M5 6L0 0h10z' opacity='0.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.lp-select option{background:var(--dark-base);color:var(--text-light)}.lp-cta{display:block;width:100%;max-width:280px;margin:2.5rem auto 0;padding:1rem 2rem;background:transparent;color:var(--gold);border:1px solid var(--gold);border-radius:0;font-size:.85rem;font-weight:500;font-family:var(--sans);cursor:pointer;transition:all .4s ease;letter-spacing:.15em;text-transform:uppercase}.lp-cta:hover{background:var(--gold);color:var(--dark-base)}.lp-cta:disabled{opacity:.4;cursor:not-allowed}.lp-form-success{text-align:center;padding:2.5rem 0}.lp-form-error{color:#d4756a;font-size:.8rem;margin-top:.75rem;text-align:center}.lp-footer{padding:4rem 2rem 2.5rem;background:#060810;color:var(--text-light);border-top:1px solid rgba(201,169,97,.06)}.lp-footer-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}.lp-footer-brand{font-family:var(--serif);font-size:.9rem;color:var(--gold);opacity:.6;letter-spacing:.08em}.lp-footer-links{display:flex;justify-content:center;gap:2rem}.lp-footer-links a{color:var(--text-light);text-decoration:none;font-size:.75rem;opacity:.35;transition:opacity .3s;letter-spacing:.05em}.lp-footer-links a:hover{opacity:.7}.lp-footer-copy{font-size:.65rem;opacity:.25;letter-spacing:.08em}@media (max-width:767px){.lp-header-nav{display:none}.lp-section-pad{padding:80px 20px}}@media (min-width:768px){.lp-section-pad{padding:140px 40px}.lp-h1{font-size:2.75rem;line-height:1.7}.lp-h2{font-size:2rem}.lp-hero-headline{font-size:2.5rem;line-height:1.9}.lp-hero-logo{font-size:.7rem}.lp-stats{grid-template-columns:repeat(4,1fr)}.lp-stat-number{font-size:3.5rem}.lp-themes{grid-template-columns:repeat(5,1fr);gap:1.25rem}.lp-big-number{font-size:4rem}.lp-form-card{padding:4rem 3rem}.lp-quiz-result-value{font-size:3rem}.lp-package-price{font-size:4rem}.lp-footer-inner{grid-template-columns:1fr auto 1fr;text-align:left}.lp-footer-copy{text-align:right}.lp-footer-links{justify-content:center}.lp-steps{gap:2.5rem}.lp-step-num{font-size:3rem}}@media (min-width:1024px){.lp-h1{font-size:3.25rem}.lp-hero-headline{font-size:3rem}.lp-section-pad{padding:160px 60px}}