:root{--primary:#00d4ff;--primary-dark:#00a8cc;--dark:#0a0a0f;--dark-light:#12121a;--gray:#889;--white:#fff;--accent:#ff006e}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--dark);color:var(--white);font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif;line-height:1.6}.main{min-height:100vh;padding-top:62px}.site-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0feb;border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1400px;height:62px;margin:0 auto;padding:0 2rem;display:flex}.nav-brand{color:var(--white);letter-spacing:.08em;font-size:1.2rem;font-weight:900;text-decoration:none}.nav-brand span{color:var(--primary)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--gray);font-size:.85rem;font-weight:700;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary)}.hero{background:linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 100%);text-align:center;justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.hero-content{max-width:800px}.hero-title{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;letter-spacing:.5rem;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:5rem;font-weight:900}.hero-subtitle{color:var(--white);margin-bottom:.5rem;font-size:2rem}.hero-desc{color:var(--gray);margin-bottom:2rem;font-size:1.1rem}.cta-button{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:var(--dark);border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00d4ff4d}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;display:flex}.survey-cta-button{color:var(--white);border:1px solid #ffffff38;border-radius:50px;padding:.95rem 2rem;font-weight:700;text-decoration:none;transition:border-color .3s,background .3s;display:inline-block}.survey-cta-button:hover{border-color:var(--primary);background:#00d4ff14}.products{background:var(--dark-light);padding:5rem 2rem}.section-title{text-align:center;color:var(--white);margin-bottom:3rem;font-size:2.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto;display:grid}.product-card{background:var(--dark);border:1px solid #ffffff1a;border-radius:16px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0006}.product-tag{background:var(--accent);color:var(--white);z-index:1;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;right:1rem}.product-image{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);justify-content:center;align-items:center;width:100%;height:250px;display:flex}.image-placeholder{color:var(--gray);text-align:center;padding:1rem;font-size:1.2rem}.product-info{padding:1.5rem}.product-name{color:var(--white);margin-bottom:.5rem;font-size:1.3rem}.product-desc{color:var(--gray);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.product-price{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.features{background:var(--dark);padding:5rem 2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.feature-card{text-align:center;background:var(--dark-light);border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:var(--white);margin-bottom:.5rem;font-size:1.3rem}.feature-card p{color:var(--gray)}.research-promo{color:#111;border-left:2rem solid var(--dark);border-right:2rem solid var(--dark);background:#d9ff43;grid-template-columns:1.2fr .8fr;align-items:end;gap:clamp(2rem,8vw,8rem);max-width:1400px;margin:0 auto;padding:clamp(3rem,8vw,7rem) 2rem;display:grid}.research-promo>div:first-child p{letter-spacing:.2em;margin-bottom:1.3rem;font:800 .68rem/1 Arial,sans-serif}.research-promo h2{letter-spacing:-.06em;margin:0;font-size:clamp(2.4rem,5vw,5rem);line-height:1.08}.research-promo>div:last-child>p{margin-bottom:1.4rem;font-size:.95rem}.research-promo a{color:#fff;background:#111;justify-content:space-between;padding:1rem 1.2rem;font-weight:800;text-decoration:none;display:flex}.product-actions{flex-direction:column;gap:8px;display:flex}.buy-button{width:100%;color:var(--white);text-align:center;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);border-radius:8px;padding:.8rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:block}.amazon-button{width:100%;color:var(--white);text-align:center;background:#f90;border-radius:8px;padding:.8rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:block}.amazon-button:hover{opacity:.85}.buy-button:hover{opacity:.9}.driver-button{width:100%;color:var(--primary);border:1px solid var(--primary);text-align:center;background:0 0;border-radius:8px;padding:.65rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .3s,color .3s;display:block}.driver-button:hover{background:var(--primary);color:var(--dark)}.faq-section{background:var(--dark);padding:5rem 2rem}.faq-list{gap:.75rem;max-width:800px;margin:0 auto;display:grid}.faq-item{background:var(--dark-light);cursor:pointer;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.faq-question{width:100%;color:var(--white);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;font-size:1rem;font-weight:700;line-height:1.5;display:flex}.faq-chevron{color:var(--primary);flex-shrink:0;font-size:1.4rem;font-weight:300}.faq-answer{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{color:var(--gray);padding:0 1.5rem 1.2rem;font-size:.95rem;line-height:1.8}.driver-section{background:var(--dark-light);padding:5rem 2rem}.driver-note{text-align:center;color:var(--gray);max-width:700px;margin:-2rem auto 3rem;font-size:.95rem;line-height:1.7}.driver-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.driver-card{text-align:center;background:var(--dark);color:var(--white);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;padding:2rem 1.5rem;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative}.driver-card:hover{border-color:#00d4ff4d;transform:translateY(-4px);box-shadow:0 16px 32px #0006}.driver-card.recommended{background:linear-gradient(180deg, #00d4ff0f 0%, var(--dark) 100%);border-color:#00d4ff33}.driver-badge{background:var(--primary);color:var(--dark);border-radius:8px;padding:.2rem .6rem;font-size:.7rem;font-weight:800;position:absolute;top:.8rem;right:.8rem}.driver-icon{margin-bottom:1rem;font-size:2.5rem}.driver-card h3{color:var(--white);margin-bottom:.6rem;font-size:1.1rem}.driver-update{color:var(--accent);letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.driver-card p{color:var(--gray);margin-bottom:0;font-size:.9rem;line-height:1.6}.driver-detail{opacity:.7;margin-top:.6rem;font-size:.8rem!important}.driver-link{color:var(--primary);margin-top:1.2rem;font-size:.85rem;font-weight:700;transition:color .3s;display:inline-block}.driver-card:hover .driver-link{color:var(--white)}@media (max-width:767px){.driver-section{padding:3rem 1rem}.driver-grid{grid-template-columns:1fr;gap:1rem}.driver-note{margin:-1rem auto 2rem}}@media (min-width:768px) and (max-width:1023px){.driver-section{padding:4rem 1.5rem}.driver-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}.footer{background:var(--dark-light);border-top:1px solid #ffffff1a;padding:3rem 2rem}.footer-content{text-align:center;max-width:1000px;color:var(--gray);margin:0 auto}.footer-links{justify-content:center;gap:2rem;margin-top:1rem;display:flex}.footer-links a{color:var(--gray);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary)}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.section-title{font-size:2rem}.product-grid{grid-template-columns:1fr}}.product-image{aspect-ratio:1;background:#f5f5f5;border-radius:12px;width:100%;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;display:block}.brand-section{background:linear-gradient(180deg, var(--dark) 0%, var(--dark-light) 100%);padding:6rem 2rem;position:relative;overflow:hidden}.brand-hero{text-align:center;max-width:800px;margin:0 auto 5rem}.brand-tagline-label{letter-spacing:.3em;color:var(--primary);margin-bottom:1rem;font-size:.75rem;font-weight:800}.brand-tagline{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.2}.brand-catch{color:var(--gray);max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.9}.brand-timeline{max-width:800px;margin:0 auto 5rem;padding-left:0;position:relative}.timeline-node{cursor:pointer;padding:0 0 0 2.5rem;transition:opacity .3s;position:relative}.timeline-node:hover{opacity:.9}.timeline-dot{background:var(--primary);border:3px solid var(--dark);width:14px;height:14px;box-shadow:0 0 0 2px var(--primary);z-index:2;border-radius:50%;position:absolute;top:.6rem;left:0}.timeline-node.last .timeline-dot{background:var(--accent);border-color:var(--dark);box-shadow:0 0 0 2px var(--accent)}.timeline-content{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:1rem;padding:1.25rem 1.5rem;transition:background .3s,border-color .3s}.timeline-node.open .timeline-content,.timeline-node:hover .timeline-content{background:#00d4ff0a;border-color:#00d4ff26}.timeline-header{align-items:center;gap:1rem;display:flex}.timeline-year{color:var(--primary);flex-shrink:0;min-width:4.5rem;font-size:1.4rem;font-weight:900}.timeline-title{color:var(--white);flex:1;font-size:1.05rem}.timeline-chevron{color:var(--gray);flex-shrink:0;font-size:1.3rem;font-weight:300;transition:color .3s,transform .3s}.timeline-node.open .timeline-chevron{color:var(--primary)}.timeline-body{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.timeline-node.open .timeline-body{max-height:200px}.timeline-body p{color:var(--gray);padding-top:1rem;font-size:.92rem;line-height:1.7}.brand-values{text-align:center;max-width:900px;margin:0 auto 4rem}.values-title{color:var(--gray);letter-spacing:.2em;margin-bottom:2rem;font-size:1rem;font-weight:800}.values-grid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.value-card{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:1.5rem .5rem;transition:background .3s,transform .3s}.value-card:hover{background:#00d4ff0f;transform:translateY(-3px)}.value-icon{margin-bottom:.6rem;font-size:1.8rem;display:block}.value-ja{color:var(--white);margin-bottom:.3rem;font-size:1rem;font-weight:700}.value-en{color:var(--gray);letter-spacing:.05em;font-size:.7rem}.brand-cta{text-align:center}.brand-about-link{color:var(--white);border:1px solid #ffffff26;border-radius:50px;padding:.9rem 2.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:border-color .3s,background .3s,color .3s;display:inline-block}.brand-about-link:hover{border-color:var(--primary);color:var(--primary);background:#00d4ff14}@media (max-width:767px){.brand-section{padding:3rem 1rem}.brand-hero{margin-bottom:3rem}.brand-timeline{margin-bottom:3rem;padding-left:0}.timeline-node{padding-left:2rem}.timeline-year{min-width:3.5rem;font-size:1.1rem}.timeline-title{font-size:.92rem}.timeline-dot{width:12px;height:12px;top:.5rem}.values-grid{grid-template-columns:repeat(3,1fr);gap:.7rem}.value-card{padding:1rem .3rem}.value-icon{font-size:1.3rem}}@media (min-width:768px) and (max-width:1023px){.brand-section{padding:4rem 1.5rem}.values-grid{grid-template-columns:repeat(3,1fr)}}.hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:none}.hamburger span{background:var(--white);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:767px){.main{padding-top:54px}.nav-inner{height:54px;padding:0 1rem}.hamburger{display:flex}.nav-links{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;background:#0a0a0ff7;border-bottom:1px solid #ffffff0f;flex-direction:column;gap:0;padding:1rem 0;transition:transform .35s,opacity .35s;position:fixed;top:54px;left:0;right:0;transform:translateY(-110%)}.nav-links.nav-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links a{border-bottom:1px solid #ffffff0a;padding:.9rem 1.5rem;font-size:1rem;display:block}.hero{min-height:60vh;padding:1rem}.hero-title{letter-spacing:.2rem;font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-desc{font-size:.95rem}.products,.features,.faq-section{padding:3rem 1rem}.section-title{font-size:1.8rem}.product-grid,.features-grid{grid-template-columns:1fr;gap:1rem}.faq-list{gap:.5rem}.faq-question{padding:1rem;font-size:.9rem}.faq-answer p{padding:0 1rem 1rem;font-size:.88rem}.product-actions{flex-direction:column}.footer{padding:2rem 1rem}.footer-links{flex-direction:column;gap:.8rem}.research-promo{border-left-width:1rem;border-right-width:1rem;grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1023px){.hero-title{font-size:3.5rem}.products,.features,.faq-section{padding:4rem 1.5rem}.section-title{font-size:2.2rem}.product-grid,.features-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (min-width:1024px){.products,.features{padding:5rem 2rem}.product-grid,.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}
