.asset-lp{--asset-primary:#3b79c9;--asset-secondary:#ff8370;--asset-accent:#5ac0de;--asset-highlight:#ffd166;--asset-background:#f7fbff;--asset-card-bg:#fff;--asset-text-dark:#2d3748;--asset-text-medium:#718096;--asset-text-light:#fff;--asset-gradient-warm:radial-gradient(circle at 20% 20%,rgba(90,192,222,.3) 0%,rgba(90,192,222,0) 50%),radial-gradient(circle at 80% 80%,rgba(255,131,112,.2) 0%,rgba(255,131,112,0) 50%),radial-gradient(circle at 40% 60%,rgba(59,121,201,.2) 0%,rgba(59,121,201,0) 60%),linear-gradient(135deg,#f7fbff 0%,#e1f4ff 100%);--asset-gradient-cool:radial-gradient(circle at 70% 20%,rgba(90,192,222,.4) 0%,rgba(90,192,222,0) 50%),radial-gradient(circle at 30% 70%,rgba(147,104,236,.3) 0%,rgba(147,104,236,0) 60%),radial-gradient(circle at 90% 90%,rgba(59,121,201,.4) 0%,rgba(59,121,201,0) 70%),linear-gradient(135deg,#e0f2ff 0%,#d9e8ff 100%);--asset-shadow-sm:0 2px 8px rgba(59,121,201,.07);--asset-shadow:0 5px 15px rgba(59,121,201,.1);--asset-shadow-lg:0 8px 24px rgba(59,121,201,.15);font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;color:var(--asset-text-dark);line-height:1.6;overflow-x:hidden;background-color:var(--asset-background)}.asset-lp *{box-sizing:border-box}.asset-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.asset-section-title{font-size:2.4rem;font-weight:800;text-align:center;margin-bottom:40px;line-height:1.4;color:var(--asset-primary);position:relative;padding-bottom:15px}.asset-section-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--asset-secondary);border-radius:3px}.asset-subtitle{display:block;font-size:1.8rem;font-weight:700;color:var(--asset-secondary);margin-top:a0px}@media (min-width:768px){.asset-section-title{font-size:3rem}.asset-subtitle{font-size:2rem}}.asset-hero{position:relative;background:var(--asset-gradient-warm);padding:100px 0 80px;color:var(--asset-text-light);overflow:hidden}.asset-hero:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");opacity:.2;mix-blend-mode:overlay;pointer-events:none}.asset-badge-group{position:relative;width:100%;display:flex;justify-content:space-between;margin-bottom:40px}.asset-badge{width:120px;height:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:rgba(255,255,255,.9);border-radius:50%;box-shadow:var(--asset-shadow);font-weight:900;color:var(--asset-text-dark);z-index:2}.asset-age-badge{font-size:2.8rem}.asset-income-badge{font-size:1.6rem;line-height:1.2}.asset-income-badge span{font-size:2.8rem;font-weight:900}.asset-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;position:relative}.asset-hero-title{font-size:2.4rem;font-weight:900;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.asset-hero-concept{font-size:5rem;font-weight:900;margin:20px 0;text-shadow:0 2px 8px rgba(0,0,0,.4)}.asset-hero-subtitle{font-size:1.8rem;margin-bottom:40px;font-weight:500}@media (min-width:768px){.asset-hero-title{font-size:3rem}.asset-hero-concept{font-size:6rem}.asset-hero-subtitle{font-size:2rem}}.asset-cta-button{position:relative;display:inline-block;background:var(--asset-secondary);color:var(--asset-text-light);padding:20px 50px;border-radius:50px;font-size:1.8rem;font-weight:700;text-decoration:none;text-align:center;box-shadow:0 4px 0 rgba(147,4,33,.8);transition:all .3s ease}.asset-cta-button:hover{transform:translateY(4px);box-shadow:0 0 0 rgba(147,4,33,.8)}.asset-cta-button:before{content:'';position:absolute;top:50%;right:20px;width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff;transform:translateY(-50%) rotate(45deg)}.asset-cta-label{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;width:70px;height:70px;background:#fff;color:var(--asset-secondary);font-size:1.4rem;font-weight:900;border-radius:50%;top:-20px;left:-20px;line-height:1.2;text-shadow:none;box-shadow:var(--asset-shadow);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.asset-problems{padding:80px 0;background:#f8f9fa}.asset-problems-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.asset-problems-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.asset-problems-grid{grid-template-columns:repeat(4,1fr)}}.asset-problem-card{background:#fff;border-radius:20px;padding:30px;box-shadow:var(--asset-shadow);text-align:center}.asset-problem-icon{font-size:3rem;margin-bottom:20px}.asset-problem-title{font-size:1.8rem;font-weight:700;margin-bottom:15px;line-height:1.4}.asset-problem-desc{font-size:1.4rem;color:var(--asset-text-medium)}.asset-solutions{padding:80px 0;background:#fff}.asset-solution-overview{display:flex;flex-direction:column;align-items:center;gap:40px}@media (min-width:768px){.asset-solution-overview{flex-direction:row}}.asset-solution-image{width:100%;max-width:500px;border-radius:20px;overflow:hidden}.asset-solution-image img{width:100%;height:auto;display:block}.asset-solution-content{flex:1}.asset-solution-title{font-size:2rem;font-weight:700;margin-bottom:20px;line-height:1.4}.asset-solution-desc{font-size:1.6rem;margin-bottom:30px;color:var(--asset-text-medium)}.asset-solution-points{display:flex;flex-direction:column;gap:15px}.asset-solution-point{display:flex;align-items:center;gap:15px}.asset-point-label{display:inline-block;padding:5px 10px;background:var(--asset-primary);color:#fff;border-radius:5px;font-size:1.4rem;font-weight:700}.asset-point-text{font-size:1.6rem;font-weight:600}.asset-strategies{padding:80px 0;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}.asset-strategy-cards{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.asset-strategy-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.asset-strategy-cards{grid-template-columns:repeat(3,1fr)}.asset-strategy-card.asset-highlight{grid-column:span 3}}.asset-strategy-card{position:relative;background:#fff;border-radius:20px;padding:30px;box-shadow:var(--asset-shadow)}.asset-strategy-card.asset-highlight{background:var(--asset-gradient-cool);position:relative}.asset-strategy-card.asset-highlight:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");opacity:.2;mix-blend-mode:overlay;pointer-events:none;border-radius:20px}.asset-strategy-number{position:absolute;top:-20px;left:20px;width:40px;height:40px;background:var(--asset-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700}.asset-highlight .asset-strategy-number{background:var(--asset-highlight);color:var(--asset-primary)}.asset-strategy-title{font-size:1.8rem;font-weight:700;margin:20px 0 15px;line-height:1.4}.asset-strategy-desc{font-size:1.4rem;margin-bottom:20px;color:inherit;opacity:.9}.asset-key-point{background:rgba(255,255,255,.1);border-radius:10px;padding:15px;display:flex;flex-direction:column;gap:5px}.asset-highlight .asset-key-point{background:rgba(255,255,255,.2)}.asset-seminar-content{padding:80px 0;background:#fff}.asset-content-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.asset-content-grid{grid-template-columns:repeat(2,1fr)}.asset-content-item.asset-highlight{grid-column:span 2}}@media (min-width:1024px){.asset-content-grid{grid-template-columns:repeat(3,1fr)}.asset-content-item.asset-highlight{grid-column:auto}}.asset-content-item{background:#f8f9fa;border-radius:20px;padding:30px;text-align:center;transition:all .3s ease}.asset-content-item:hover{transform:translateY(-5px);box-shadow:var(--asset-shadow)}.asset-content-item.asset-highlight{background:var(--asset-gradient-warm);color:#fff;position:relative;overflow:hidden}.asset-content-item.asset-highlight:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");opacity:.2;mix-blend-mode:overlay;pointer-events:none}.asset-content-icon{font-size:3rem;margin-bottom:20px}.asset-content-title{font-size:1.8rem;font-weight:700;margin-bottom:15px;line-height:1.4}.asset-content-desc{font-size:1.4rem;color:inherit;opacity:.9}.asset-bonus-content{margin-top:60px;background:#f8f9fa;border-radius:20px;padding:30px;text-align:center}.asset-bonus-title{font-size:2rem;font-weight:700;margin-bottom:15px;color:var(--asset-secondary)}.asset-bonus-desc{font-size:1.6rem;font-weight:600}.asset-testimonials{padding:80px 0;background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%)}.asset-testimonial-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.asset-testimonial-grid{grid-template-columns:repeat(3,1fr)}}.asset-testimonial-card{background:#fff;border-radius:20px;padding:30px;box-shadow:var(--asset-shadow)}.asset-testimonial-profile{display:flex;align-items:center;margin-bottom:20px;gap:15px}.asset-profile-image{width:60px;height:60px;border-radius:50%;overflow:hidden}.asset-profile-image img{width:100%;height:100%;object-fit:cover}.asset-profile-info{display:flex;flex-direction:column;gap:5px}.asset-profile-age,.asset-profile-job,.asset-profile-location{font-size:1.4rem;color:var(--asset-text-medium)}.asset-testimonial-text{font-size:1.6rem;line-height:1.8}.asset-seminar-schedule{padding:80px 0;background:var(--asset-gradient-cool);color:#fff;position:relative;overflow:hidden}.asset-seminar-schedule:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");opacity:.2;mix-blend-mode:overlay;pointer-events:none}.asset-schedule-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:40px}.asset-schedule-card{background:rgba(255,255,255,.1);border-radius:15px;padding:20px;display:flex;flex-direction:column;align-items:center;position:relative;transition:all .3s ease}.asset-schedule-card:hover{background:rgba(255,255,255,.2);transform:translateY(-5px)}.asset-date-badge{font-size:2rem;font-weight:700;margin-bottom:10px}.asset-date-badge span{font-size:1.6rem;font-weight:400}.asset-time-venue{text-align:center;margin-bottom:15px}.asset-time{font-size:1.8rem;font-weight:700;margin-bottom:5px}.asset-venue{font-size:1.4rem;background:#fff;color:var(--asset-primary);padding:5px 10px;border-radius:5px;display:inline-block}.asset-availability{font-size:1.4rem}.asset-availability.asset-few{color:var(--asset-highlight);font-weight:700;position:relative;padding-right:30px}.asset-availability.asset-few:after{content:'!';position:absolute;top:-5px;right:0;width:24px;height:24px;background:var(--asset-highlight);color:var(--asset-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;animation:pulse 1s infinite}.asset-special-bonus{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.asset-gift-banner{background:rgba(255,255,255,.1);border-radius:15px;padding:20px;display:flex;align-items:center;gap:20px}.asset-gift-banner.asset-premium{background:var(--asset-highlight);color:var(--asset-primary)}.asset-gift-icon{font-size:3rem}.asset-gift-text h3{font-size:1.8rem;font-weight:700;margin-bottom:5px}.asset-gift-text p{font-size:1.6rem;font-weight:600;margin:0}.asset-gift-text .asset-small{font-size:1.2rem;opacity:.8}.asset-cta-container{text-align:center}.asset-cta-large{font-size:2.2rem;padding:25px 60px}.asset-footer{padding:40px 0;background:var(--asset-primary);color:#fff;text-align:center;position:relative}.asset-footer:before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--asset-accent) 0%,var(--asset-secondary) 100%)}.asset-footer-text{font-size:1.4rem;margin-bottom:10px;opacity:.8}.asset-footer-copyright{font-size:1.2rem;margin-top:20px;opacity:.6}