*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh}.app-header{position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000004d}.company-header{background:#0a0a0a;border-bottom:1px solid rgba(255,255,255,.05);position:relative;z-index:20}.company-header-content{max-width:1400px;margin:0 auto;width:100%;padding:.75rem 1.5rem;display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"nav logo language";align-items:center;gap:1rem}.header-logo{display:inline-flex;align-items:center;justify-content:center;min-width:0;grid-area:logo;justify-self:center}.header-logo img{height:18px;width:auto;max-height:18px;max-width:min(200px,55vw);display:block;object-fit:contain}.header-logo picture{display:inline-flex;align-items:center;justify-content:center}.company-nav-area{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;position:relative;min-width:0;grid-area:nav}.mobile-nav-container{display:none;align-items:center;gap:.5rem}.nav-text-button{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border-radius:0;border:none;background:transparent;color:#fffffff2;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s ease;white-space:nowrap}.nav-text-button:hover,.nav-text-button:focus-visible{color:#fff;text-decoration:none}.language-switcher{grid-area:language;justify-self:end}.dropdown-icon-button{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;gap:.5rem;min-width:0;justify-self:center;transition:transform .3s}.dropdown-icon{display:inline-block;font-size:.75rem;transition:transform .3s}.dropdown-icon.open{transform:rotate(180deg)}.company-nav{display:flex;gap:2rem;align-items:center}.company-nav a{color:#ffffffd9;text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s;white-space:nowrap}.company-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#007bff;transition:width .3s}.company-nav a:hover{color:#fff;text-decoration:none}.company-nav a:hover:after{width:100%}.product-header{background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:10}.product-header-content{max-width:1400px;margin:0 auto;width:100%;padding:.6rem 1.5rem;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"product nav button";align-items:center;gap:.5rem}.product-header .product-name{font-family:Makinas-4-Subset,sans-serif;font-size:1.6rem;color:#fff;white-space:nowrap;display:flex;align-items:center;align-self:center;justify-self:start;grid-area:product;line-height:1;position:relative;top:10px}.product-nav-container{display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;min-width:0;justify-self:center;grid-area:nav}.product-nav{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap}.product-nav a{color:#ffffffbf;text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s;white-space:nowrap}.product-nav a:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#007bff;transition:width .3s}.product-nav a:hover{color:#fff;text-decoration:none}.product-nav a:hover:after{width:100%}.product-nav-3d-link{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;color:#ffffffbf;text-decoration:none;text-align:center;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s;white-space:nowrap}.product-nav-3d-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#007bff;transition:width .3s}.product-nav-3d-link img{width:1rem;height:1rem;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}.product-nav-3d-link:hover,.product-nav-3d-link:focus-visible{color:#fff}.product-nav-3d-link:hover:after,.product-nav-3d-link:focus-visible:after{width:100%}.buy-button{background:linear-gradient(135deg,#007bff 0%,#0056b3 100%);color:#fff;border:none;padding:.6rem 1.15rem;border-radius:var(--button-radius);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #007bff4d;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;justify-self:end;grid-area:button}.buy-button:hover{background:linear-gradient(135deg,#0056b3 0%,#003d82 100%);box-shadow:0 4px 12px #007bff80;transform:translateY(-2px)}.buy-button:active{transform:translateY(0)}.product-buy-mobile{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.5rem;border-radius:var(--button-radius);border:1px solid rgba(0,0,0,.15);background:#ffffff;color:#0b0b0b;font-size:.95rem;font-weight:600;cursor:pointer;width:100%;max-width:260px;box-shadow:0 6px 18px #00000026;transition:transform .2s ease,box-shadow .2s ease}.product-buy-mobile:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0003}.product-buy-mobile:active{transform:translateY(0)}.product-purchase-actions{display:flex;justify-content:flex-end;align-items:center;grid-area:button}.product-purchase-options{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}.product-purchase-options .purchase-options{flex-direction:row;align-items:center;width:auto;gap:.75rem}.product-purchase-options .purchase-option{padding:.45rem 1rem;min-width:0;box-shadow:0 4px 12px #0000004d}.product-purchase-options .purchase-option__logo{height:26px;max-width:120px}.global-footer{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border-top:1px solid rgba(255,255,255,.1);padding:3rem 1.5rem}.footer-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-links{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.footer-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#007bff;transition:width .3s}.footer-links a:hover{color:#fff;text-decoration:none}.footer-links a:hover:after{width:100%}.language-switcher{position:relative;margin-left:auto}.language-current{display:flex;align-items:center;gap:.5rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);color:#ffffffe6;padding:.5rem 1rem;border-radius:var(--button-radius);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s;white-space:nowrap}.language-current:hover{background:rgba(0,0,0,.5);border-color:#fff3}.dropdown-arrow{font-size:.7rem;transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:var(--button-radius);overflow:hidden;box-shadow:0 4px 12px #0000004d;min-width:120px;z-index:1000}.language-option{display:block;width:100%;background:transparent;border:none;color:#ffffffe6;padding:.75rem 1rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s;text-align:left;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.05)}.language-option:last-child{border-bottom:none}.language-option:hover{background:rgba(0,123,255,.2);color:#fff}@media (max-width: 1024px){.company-header-content{padding:.75rem 1rem}.product-header-content{padding:.85rem 1rem}.company-nav{gap:1.5rem}.product-nav{gap:2rem}.product-header .product-name{font-size:1.05rem}}@media (max-width: 768px){.company-header-content,.product-header-content{gap:.75rem}.buy-button{padding:.5rem .85rem}.product-purchase-actions{justify-content:center;width:100%}.product-purchase-options{width:100%;justify-content:center}.product-purchase-options .purchase-options{flex-direction:column;width:100%}.product-purchase-options .purchase-option{width:100%}.product-buy-mobile{max-width:100%}.app-main{padding:0 1rem 3rem}}@media (max-width: 768px) and (orientation: portrait){.company-header-content{grid-template-columns:1fr auto 1fr;grid-template-areas:"nav logo language";align-items:center}.header-logo{grid-area:logo;z-index:2100;justify-self:center}.header-logo img{height:18px;max-height:18px}.company-nav-area{grid-area:nav;justify-content:flex-start;width:100%;position:relative}.language-switcher{grid-area:language;justify-self:end}.mobile-nav-container{display:flex}.company-nav{position:absolute;top:calc(100% + .4rem);left:50%;transform:translate(-50%);width:min(82vw,320px);background:#1a1a1a;flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;border:0;border-radius:0 0 12px 12px;box-shadow:0 4px 8px #0000004d;z-index:4000;pointer-events:none}.company-nav.mobile-open{max-height:320px;pointer-events:auto}.company-nav a{padding:1rem 1.25rem;width:100%;text-align:center;border-bottom:none}.company-nav a:after{left:50%;transform:translate(-50%)}.company-nav a.landscape-only{display:none}.product-header-content{grid-template-columns:auto 1fr auto;grid-template-areas:"product nav button";align-items:center}.product-header .product-name{grid-area:product;justify-self:start}.product-nav-container{grid-area:nav;justify-self:center;width:100%;position:relative}.buy-button{grid-area:button;justify-self:end}.product-nav-dropdown{position:absolute;top:calc(100% + .4rem);left:50%;transform:translate(-50%);width:min(82vw,320px);background:#0a0a0a;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;border:0;border-radius:0 0 12px 12px;box-shadow:0 4px 8px #0000004d;z-index:3500;pointer-events:none}.product-nav-dropdown.mobile-open{max-height:320px;pointer-events:auto}.product-nav{flex-direction:column;gap:0;width:100%}.product-nav a{padding:1rem 1.25rem;width:100%;text-align:center;border-bottom:none}.product-nav a.landscape-only{display:none}}@media (max-width: 480px){.company-header-content{padding:.5rem .75rem}.product-header-content{padding:.65rem .75rem}.product-header .product-name{font-size:1rem}.buy-button{padding:.5rem 1rem;font-size:.8rem}.product-purchase-options .purchase-option__logo{height:22px}.nav-text-button{padding:.4rem .75rem;font-size:.9rem}.language-switcher{position:relative;right:auto}.language-current{padding:.4rem .8rem;font-size:.75rem}.language-option{padding:.6rem .8rem;font-size:.75rem}}.app-main{flex:1;min-height:calc(100vh - 200px);width:100%;box-sizing:border-box;padding:0 1.5rem 4rem}.app-main>*{width:100%}.page-section{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;content-visibility:auto;contain-intrinsic-size:auto 500px}body,h1,h2,h3,p,ul,li{margin:0;padding:0}body{font-family:Noto Sans JP,sans-serif;background-color:#000;color:#fff;line-height:1.6}.homepage{min-height:100vh;display:flex;flex-direction:column;align-items:center}.homepage-hero{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%)}.homepage-content{max-width:800px;margin:0 auto}.homepage-title{font-size:3rem;margin-bottom:1rem;font-weight:700}.homepage-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#ccc}.homepage-description{font-size:1.1rem;color:#999}.homepage-products{padding:4rem 2rem}.homepage-container{max-width:1200px;margin:0 auto}.section-title{font-size:2rem;margin-bottom:2rem;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#1a1a1a;border-radius:8px;padding:2rem;text-align:center;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;max-width:300px;height:auto;margin-bottom:1rem;border-radius:8px}.product-card h3{font-size:1.5rem;margin-bottom:.5rem}.product-card p{color:#ccc;margin-bottom:1rem}.product-link{display:inline-block;padding:.75rem 1.5rem;background:#007bff;color:#fff;text-decoration:none;border-radius:4px;transition:background .3s}.product-link:hover{background:#0056b3}.support-page{min-height:100vh;padding:4rem 2rem;background-color:#0a0a0a}.support-container{max-width:900px;margin:0 auto;background:#1a1a1a;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000004d;text-align:center}.support-title{font-size:2.5rem;margin-bottom:2rem;color:#fff;border-bottom:2px solid #333;padding-bottom:1rem}.company-content{margin-top:2rem}.company-image-container{text-align:center;margin-bottom:2rem}.owner-image{max-width:300px;width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000004d}.company-info{margin-top:2rem;max-width:700px;margin-left:auto;margin-right:auto}.info-row{display:grid;grid-template-columns:150px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #333;text-align:left}.info-row:last-child{border-bottom:none}.info-row dt{font-weight:700;color:#ccc}.info-row dd{margin:0;color:#fff}.phone-note{font-size:.9rem;color:#999;display:block;margin-top:.5rem}.info-row a{color:#007bff;text-decoration:none;transition:color .3s}.info-row a:hover{color:#0056b3;text-decoration:underline}.contact-content{margin-top:2rem}.contact-info{margin-top:1rem;max-width:700px;margin-left:auto;margin-right:auto}.contact-section{margin-top:3rem;max-width:700px;margin-left:auto;margin-right:auto}.contact-section-title{font-size:1.5rem;margin-bottom:1rem;text-align:left}.sns-page .support-container{text-align:left}.sns-intro{margin:0 auto 2rem;max-width:640px;color:#ccc;line-height:1.7}.sns-channel-link{display:inline-block;font-size:1.25rem;font-weight:600;color:#fff;padding:.15rem 0;border-bottom:2px solid rgba(255,255,255,.15);text-decoration:none;transition:color .2s ease,border-color .2s ease}.sns-channel-link:hover{color:#8ac6ff;border-color:#8ac6ff;text-decoration:none}.legal-page{min-height:100vh;padding:4rem 2rem;background-color:#0a0a0a}.legal-content{margin-top:2rem;line-height:1.8;max-width:900px;margin-left:auto;margin-right:auto;text-align:left}.legal-updated{color:#999;font-size:.9rem;margin-bottom:1rem}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.8rem;margin-bottom:1rem;color:#fff;border-left:4px solid #007bff;padding-left:1rem}.legal-section h3{font-size:1.4rem;margin-top:1.5rem;margin-bottom:.75rem;color:#ddd}.legal-section p{margin-bottom:1rem;color:#ccc}.legal-section ul,.legal-section ol{margin-left:2rem;margin-bottom:1rem;color:#ccc}.legal-section li{margin-bottom:.5rem;line-height:1.6}.inquiry-page{min-height:100vh;padding:4rem 2rem}.inquiry-container{max-width:800px;margin:0 auto}.inquiry-title{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.inquiry-intro{margin-bottom:2rem;font-size:1.1rem;line-height:1.8;color:#ccc;text-align:center}.inquiry-card{background:#222;border-radius:8px;padding:2rem;margin-bottom:2rem;text-align:center}.inquiry-card h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.inquiry-email{display:inline-block;font-size:1.2rem;color:#007bff;text-decoration:none;margin-bottom:1rem;transition:color .3s}.inquiry-email:hover{color:#0056b3;text-decoration:underline}.inquiry-response{color:#999;margin-bottom:1.5rem}.inquiry-subtitle{font-size:1.2rem;margin-bottom:.75rem;color:#fff;text-align:left}.inquiry-list{margin-left:1.5rem;color:#ccc;text-align:left}.inquiry-list li{margin-bottom:.5rem;line-height:1.6}@media (max-width: 768px){.homepage-title{font-size:2rem}.support-container{padding:2rem 1.5rem}.support-title{font-size:2rem}.info-row{grid-template-columns:1fr;gap:.5rem}.info-row dt{font-size:.9rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}}:root{font-family:Noto Sans JP,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;--accent-color: #65BBE9;--button-radius: 8px;line-height:1.5;font-weight:400;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;width:100%;background-color:#000;color:#fff;overflow-x:hidden}#root{min-height:100vh;width:100%;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}
