@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&family=Zen+Kurenaido&family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap");html{scroll-behavior:smooth;scroll-padding-top:72px}.lp{--green:#5a7c3a;--green-light:#7a9c5a;--green-pale:#e8f0d4;--green-bg:#d4e5b0;--terra:#c96f4a;--terra-dark:#a85838;--honey:#d4a74a;--honey-soft:#f5ead0;--cream:#faf7f0;--cream-warm:#f5f0e6;--beige:#f0e8d4;--heading:#2c3a1f;--text:#3d3d3d;--text-light:#666;--serif:"Noto Serif JP","Playfair Display",serif;--sans:"Noto Sans JP","Inter",sans-serif;--handwritten:"Zen Kurenaido",var(--sans);font-family:var(--sans);margin:0;padding:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;color:var(--text);background:var(--cream)}*,:after,:before{box-sizing:border-box}.lp-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;transition:all .4s ease}.lp-header-scrolled{background:hsla(42,50%,96%,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 8px rgba(0,0,0,.06);padding:.75rem 1.5rem}.lp-header-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.lp-header-logo{font-family:var(--serif);font-size:.9rem;font-weight:600;color:var(--green);text-decoration:none;letter-spacing:.08em}.lp-header-nav{display:flex;gap:1.75rem}.lp-header-nav a{color:var(--text);text-decoration:none;font-size:.8rem;opacity:.55;transition:all .3s;position:relative}.lp-header-nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:var(--green);transition:width .3s}.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-pad{padding:80px 24px}.lp-hero{min-height:100vh;min-height:100dvh;padding:0 24px;position:relative;overflow:hidden}.lp-bg-cream{background:var(--cream)}.lp-bg-green-pale{background:var(--green-pale)}.lp-bg-beige{background:var(--beige)}.lp-bg-honey{background:var(--honey-soft)}.lp-bg-green-dark{background:var(--green);color:#fff}.lp-hero-bg{position:absolute;inset:0;z-index:0;background-image:url(https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=2000&q=80);background-size:cover;background-position:50%;opacity:.12}.lp-inner{max-width:760px;width:100%;margin:0 auto}.lp-inner-wide{max-width:960px;width:100%;margin:0 auto}.lp-divider{width:50px;height:2px;background:var(--green);opacity:.3;margin:2rem auto;border-radius:1px}.lp-label{font-family:Playfair Display,serif;font-size:.7rem;letter-spacing:.2em;color:var(--green-light);margin-bottom:.75rem;font-style:italic}.lp-h1{font-size:1.75rem;line-height:1.8;letter-spacing:.03em}.lp-h1,.lp-h2{font-family:var(--serif);font-weight:600;color:var(--heading)}.lp-h2{font-size:1.5rem;line-height:1.7;letter-spacing:.02em}.lp-h3{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--heading);line-height:1.6}.lp-body{font-size:1rem;font-weight:400;line-height:2;color:var(--text)}.lp-body-sm{font-size:.9rem;line-height:1.8;color:var(--text-light)}.lp-hand{font-family:var(--handwritten);color:var(--terra)}.lp-accent{color:var(--green);font-weight:600}.lp-big-number,.lp-strong{font-weight:700}.lp-big-number{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--green);line-height:1.1}.lp-quote{font-family:var(--serif);font-size:.95rem;font-style:italic;color:var(--text-light);padding:1.25rem 0 1.25rem 1.75rem;border-left:2px solid var(--green-light);margin:2rem 0;line-height:2}.lp-spacer{height:2rem}.lp-spacer-lg{height:3.5rem}.lp-hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;min-height:100dvh;padding:100px 0 60px}.lp-hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--green);background:rgba(90,124,58,.08);padding:.4rem 1rem;border-radius:20px;margin-bottom:2rem;letter-spacing:.05em}.lp-hero-main-text{max-width:600px}.lp-hero-sub{font-size:.95rem;color:var(--text-light);margin-top:1.5rem;line-height:1.9}.lp-hero-cta{display:inline-block;margin-top:2.5rem;padding:1rem 2.5rem;background:var(--terra);color:#fff;border:none;border-radius:40px;font-size:.95rem;font-weight:500;font-family:var(--sans);cursor:pointer;transition:all .3s;text-decoration:none;box-shadow:0 4px 16px rgba(201,111,74,.25);letter-spacing:.05em}.lp-hero-cta:hover{background:var(--terra-dark);transform:translateY(-2px);box-shadow:0 6px 24px rgba(201,111,74,.35)}.lp-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:.35;z-index:1}.lp-scroll-hint span{font-size:.6rem;letter-spacing:.15em;color:var(--text-light)}.lp-scroll-dot{width:4px;height:20px;border-radius:2px;background:var(--green);animation:lp-bounce 2s ease infinite}@keyframes lp-bounce{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(8px);opacity:1}}.lp-fade{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.lp-fade.lp-visible{opacity:1;transform:translateY(0)}.lp-delay-1{transition-delay:.15s}.lp-delay-2{transition-delay:.3s}.lp-testimonials{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:800px;margin:0 auto}.lp-testi-card{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 2px 12px rgba(0,0,0,.04);text-align:left;border:1px solid rgba(90,124,58,.08);transition:box-shadow .3s}.lp-testi-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}.lp-testi-top{gap:1rem;margin-bottom:1rem}.lp-testi-avatar,.lp-testi-top{display:flex;align-items:center}.lp-testi-avatar{width:48px;height:48px;border-radius:50%;background:var(--green-pale);justify-content:center;flex-shrink:0;color:var(--green);font-family:var(--serif);font-size:1.1rem;font-weight:600}.lp-testi-name{font-weight:500;font-size:.9rem;color:var(--heading)}.lp-testi-attr{font-size:.75rem;color:var(--text-light);margin-top:.15rem}.lp-testi-comment{font-size:.95rem;line-height:1.9;color:var(--text)}.lp-steps{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto}.lp-step{display:flex;gap:1.25rem;align-items:flex-start;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid rgba(90,124,58,.06)}.lp-step-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--green);opacity:.25;line-height:1;flex-shrink:0;width:2.5rem}.lp-step-content{flex:1;padding-top:.15rem}.lp-step-title{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--heading);margin-bottom:.25rem}.lp-step-desc{font-size:.85rem;color:var(--text-light);line-height:1.7}.lp-pain-list{max-width:620px;margin:0 auto;list-style:none;padding:0;text-align:left}.lp-pain-item{padding:1rem 0;border-bottom:1px solid rgba(90,124,58,.08);font-size:1rem;line-height:1.8;display:flex;align-items:baseline;gap:.75rem}.lp-pain-check{color:var(--terra);flex-shrink:0;font-size:.85rem}.lp-solutions{max-width:620px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.lp-sol-card{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 2px 8px rgba(0,0,0,.04);border-left:3px solid var(--green);text-align:left}.lp-sol-title{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--heading);margin-bottom:.375rem}.lp-sol-detail{font-size:.9rem;color:var(--text-light);line-height:1.8}.lp-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center;max-width:700px;width:100%}.lp-stat-number{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1}.lp-stat-label{font-size:.75rem;opacity:.7;margin-top:.4rem;letter-spacing:.05em}.lp-themes{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;max-width:900px}.lp-theme-card{text-decoration:none;color:inherit;display:block;transition:transform .4s ease}.lp-theme-card:hover{transform:translateY(-4px)}.lp-theme-img{width:100%;aspect-ratio:16/10;background:#eee;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08)}.lp-theme-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lp-theme-card:hover .lp-theme-img img{transform:scale(1.03)}.lp-theme-name{text-align:center;margin-top:.6rem;font-size:.8rem;color:var(--text-light);letter-spacing:.08em}.lp-founder{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:700px;margin:0 auto}.lp-founder-photo{width:160px;height:160px;border-radius:50%;overflow:hidden;border:3px solid rgba(90,124,58,.15);flex-shrink:0}.lp-founder-photo img{width:100%;height:100%;object-fit:cover}.lp-founder-text{text-align:center}.lp-founder-sig{font-family:var(--serif);font-size:1.1rem;color:var(--green);font-weight:600;letter-spacing:.05em}.lp-pkg-price{font-family:"Playfair Display",var(--serif);font-size:2.5rem;font-weight:700;color:var(--green);margin:1.5rem 0 .25rem}.lp-pkg-note{font-size:.8rem;color:var(--text-light);margin-bottom:2.5rem}.lp-pkg-list{list-style:none;padding:0;max-width:520px;margin:0 auto;text-align:left}.lp-pkg-list li{padding:.75rem 0 .75rem 1.75rem;border-bottom:1px solid rgba(90,124,58,.08);font-size:.95rem;position:relative;line-height:1.7}.lp-pkg-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:600}.lp-faq{max-width:640px;margin:0 auto;width:100%;text-align:left}.lp-faq-item{border-bottom:1px solid rgba(90,124,58,.08)}.lp-faq-q{width:100%;background:none;border:none;color:var(--heading);font-family:var(--sans);font-size:1rem;font-weight:500;padding:1.25rem 2.5rem 1.25rem 0;text-align:left;cursor:pointer;position:relative;line-height:1.7;transition:color .3s}.lp-faq-q:after,.lp-faq-q:hover{color:var(--green)}.lp-faq-q:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;opacity:.4;transition:transform .3s;font-weight:300}.lp-faq-q.lp-open:after{content:"−"}.lp-faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.lp-faq-a.lp-show{max-height:400px}.lp-faq-a p{font-size:.9rem;color:var(--text-light);line-height:1.9;padding-bottom:1.25rem}.lp-quiz{width:100%;max-width:500px;background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.lp-quiz-bar{width:100%;height:3px;background:rgba(90,124,58,.1);border-radius:2px;margin-bottom:2rem;overflow:hidden}.lp-quiz-bar-fill{height:100%;background:linear-gradient(90deg,var(--green),var(--green-light));border-radius:2px;transition:width .5s ease}.lp-quiz-q{font-family:var(--serif);font-size:1.05rem;font-weight:500;color:var(--heading);margin-bottom:1.5rem;line-height:1.7}.lp-quiz-opts{display:flex;flex-direction:column;gap:.625rem}.lp-quiz-opt{padding:.875rem 1.25rem;border:1px solid rgba(90,124,58,.12);border-radius:8px;cursor:pointer;transition:all .2s;font-size:.95rem;background:#fff;color:var(--text);text-align:left;font-family:var(--sans)}.lp-quiz-opt:hover{border-color:var(--green);background:rgba(90,124,58,.04)}.lp-quiz-result{text-align:center}.lp-quiz-result-row{margin-bottom:1.5rem}.lp-quiz-result-label{font-size:.8rem;color:var(--text-light);margin-bottom:.25rem}.lp-quiz-result-value{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--green)}.lp-quiz-disc{font-size:.7rem;color:var(--text-light);opacity:.6;margin-top:1.5rem;line-height:1.6}.lp-form-wrap{background:#fff;border-radius:16px;padding:3rem 2rem;width:100%;max-width:500px;box-shadow:0 8px 32px rgba(0,0,0,.08)}.lp-bg-green-dark .lp-form-wrap{box-shadow:0 8px 32px rgba(0,0,0,.2)}.lp-form-title{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--heading);margin-bottom:.5rem;text-align:center}.lp-form-desc{font-size:.85rem;color:var(--text-light);text-align:center;margin-bottom:2rem;line-height:1.8}.lp-field{margin-bottom:1.25rem}.lp-field-label{display:block;font-size:.8rem;font-weight:500;color:var(--text);margin-bottom:.375rem}.lp-input,.lp-select,.lp-textarea{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;background:#fafafa;color:var(--text);font-family:var(--sans);font-size:.95rem;outline:none;transition:border-color .3s,box-shadow .3s;box-sizing:border-box}.lp-input:focus,.lp-select:focus,.lp-textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(90,124,58,.08);background:#fff}.lp-textarea{min-height:100px;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='%235a7c3a' d='M5 6L0 0h10z' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.lp-cta-btn{display:block;width:100%;max-width:300px;margin:2rem auto 0;padding:1rem 2rem;background:var(--terra);color:#fff;border:none;border-radius:40px;font-size:1rem;font-weight:500;font-family:var(--sans);cursor:pointer;transition:all .3s;letter-spacing:.05em;box-shadow:0 4px 16px rgba(201,111,74,.2)}.lp-cta-btn:hover{background:var(--terra-dark);transform:translateY(-2px);box-shadow:0 6px 24px rgba(201,111,74,.3)}.lp-cta-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.lp-form-ok{text-align:center;padding:2rem 0}.lp-form-err{color:var(--terra);font-size:.8rem;margin-top:.5rem;text-align:center}.lp-footer{padding:3rem 2rem 2rem;background:#f0ede6;border-top:1px solid rgba(90,124,58,.08)}.lp-footer-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:center}.lp-footer-brand{font-family:var(--serif);font-size:.9rem;color:var(--green);letter-spacing:.05em}.lp-footer-info{font-size:.7rem;color:var(--text-light);margin-top:.2rem}.lp-footer-links{display:flex;justify-content:center;gap:1.5rem}.lp-footer-links a{color:var(--text-light);text-decoration:none;font-size:.75rem;transition:color .3s}.lp-footer-links a:hover{color:var(--green)}.lp-footer-copy{font-size:.65rem;color:var(--text-light);opacity:.5}@media (max-width:767px){.lp-header-nav{display:none}.lp-pad{padding:60px 20px}}@media (min-width:768px){.lp-pad{padding:120px 40px}.lp-h1{font-size:2.5rem}.lp-h2{font-size:1.85rem}.lp-hero-content{padding:120px 0 80px}.lp-stats{grid-template-columns:repeat(4,1fr)}.lp-stat-number{font-size:3.5rem}.lp-themes{grid-template-columns:repeat(5,1fr)}.lp-big-number{font-size:3.5rem}.lp-testimonials{grid-template-columns:repeat(3,1fr)}.lp-founder{flex-direction:row;gap:3rem}.lp-founder,.lp-founder-text{text-align:left}.lp-founder-text .lp-divider{margin-left:0}.lp-founder-photo{width:180px;height:180px}.lp-form-wrap{padding:3rem}.lp-quiz{padding:3rem 2.5rem}.lp-quiz-result-value{font-size:2.5rem}.lp-pkg-price{font-size:3.5rem}.lp-footer-inner{grid-template-columns:1fr auto 1fr;text-align:left}.lp-footer-copy{text-align:right}}@media (min-width:1024px){.lp-h1{font-size:2.75rem}.lp-pad{padding:140px 60px}}