:root{color-scheme:light;font-family:Inter,Noto Sans JP,Yu Gothic UI,Hiragino Kaku Gothic ProN,system-ui,sans-serif;color:#f8f7f2;background:#e9e5dc;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #171717;--navy: #102b50;--red: #951a2b;--yellow: #e7bd22;--paper: #f6f1e6;--safe-top: max(14px, env(safe-area-inset-top));--safe-bottom: max(16px, env(safe-area-inset-bottom))}*{box-sizing:border-box}html,body,#app,.app-shell,.store-screen{width:100%;height:100%;min-height:100dvh;margin:0;overflow:hidden}body{overscroll-behavior:none}button,a{font:inherit;-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #f0c92e;outline-offset:3px}[hidden]{display:none!important}.store-screen{position:fixed;inset:0;isolation:isolate;background:#e9e5dc}#store-canvas{position:absolute;inset:0;display:block;width:100%;height:100%;cursor:grab;touch-action:none}#store-canvas.is-dragging{cursor:grabbing}.scene-grade{position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgb(255 255 255 / 7%),transparent 22%,transparent 78%,rgb(38 29 15 / 8%)),radial-gradient(circle at 50% 47%,transparent 54%,rgb(23 19 15 / 12%) 115%);pointer-events:none}.store-header{position:absolute;z-index:20;top:0;right:0;left:0;display:flex;align-items:flex-start;justify-content:space-between;padding:var(--safe-top) 16px 12px;pointer-events:none}.store-brand{display:flex;align-items:center;gap:9px;padding:7px 13px 7px 8px;border:1px solid rgb(255 255 255 / 28%);border-radius:4px;color:#fff;background:#101f2dd6;box-shadow:0 8px 28px #1a160f2e;backdrop-filter:blur(12px)}.brand-mark{width:38px;height:38px;object-fit:contain}.brand-copy{display:grid;gap:5px}.brand-word{font-size:clamp(22px,5.5vw,32px);font-weight:900;font-style:italic;line-height:.84;letter-spacing:-.075em}.brand-sub{color:#ffffffb8;font-size:8px;font-weight:700;letter-spacing:.04em}.header-actions{display:flex;gap:8px;pointer-events:auto}.language-toggle,.menu-button{min-width:45px;height:45px;padding:0 11px;border:1px solid rgb(255 255 255 / 34%);border-radius:4px;color:#fff;font-size:10px;font-weight:800;background:#101f2dd6;box-shadow:0 8px 28px #1a160f29;backdrop-filter:blur(12px)}.menu-button{display:grid;place-content:center;gap:5px;width:45px}.menu-button span{display:block;width:17px;height:2px;background:currentColor;transition:transform .2s ease}.menu-button[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.entry-status{position:absolute;z-index:9;top:calc(var(--safe-top) + 73px);left:16px;display:flex;align-items:center;gap:8px;max-width:min(72vw,360px);padding:8px 11px;border:1px solid rgb(255 255 255 / 24%);border-radius:3px;color:#fff;font-size:9px;font-weight:700;line-height:1.45;background:#181918b3;box-shadow:0 8px 24px #0000001f;pointer-events:none;backdrop-filter:blur(9px)}.status-dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px #951a2b2e}.entry-status[data-state=loading] .status-dot{background:var(--yellow);animation:status-pulse 1s ease-in-out infinite}.entry-status[data-state=ready] .status-dot{background:#4fa46a;box-shadow:0 0 0 4px #4fa46a2b}.quick-menu{position:absolute;z-index:30;top:calc(var(--safe-top) + 54px);right:16px;width:220px;padding:8px;border:1px solid rgb(255 255 255 / 18%);border-radius:5px;color:#fff;background:#141b20ed;box-shadow:0 18px 55px #00000042;backdrop-filter:blur(16px)}.quick-menu p{margin:4px 9px 8px;color:#ffffff7a;font-size:8px;font-weight:800;letter-spacing:.1em}.quick-menu button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:45px;padding:0 10px;border:0;border-top:1px solid rgb(255 255 255 / 9%);color:#fff;font-size:11px;font-weight:700;text-align:left;background:transparent}.quick-menu button:hover{background:#ffffff12}.quick-menu strong{color:var(--yellow);font-size:9px}.quick-menu button>span{display:grid;gap:2px}.quick-menu button b{font:inherit}.quick-menu button small{color:#ffffff73;font-size:8px;font-weight:600}.scene-loader{position:absolute;z-index:60;inset:0;display:grid;place-content:center;justify-items:center;gap:8px;color:var(--ink);background:#eeeae1;transition:opacity .55s ease,visibility .55s ease}.scene-loader.is-hidden{visibility:hidden;opacity:0;pointer-events:none}.scene-loader strong{margin-top:14px;font-size:31px;font-weight:900;font-style:italic;letter-spacing:-.07em}.scene-loader small{color:#69655d;font-size:10px;font-weight:700}.loader-line{position:relative;width:160px;height:3px;overflow:hidden;background:#d1cbbf}.loader-line:after{position:absolute;inset:0;width:55%;background:var(--red);content:"";animation:loader-slide 1.1s ease-in-out infinite}.fatal-message{position:absolute;z-index:70;inset:0;display:grid;place-content:center;padding:28px;color:#fff;text-align:center;background:#1d2124}.fatal-message strong{color:var(--yellow);letter-spacing:.16em}dialog{color:#f6f5f0}dialog::backdrop{background:#110f0ca3;backdrop-filter:blur(5px)}.product-dialog{position:fixed;inset:auto 0 0;width:min(100%,850px);max-width:none;max-height:min(89dvh,770px);margin:0 auto;padding:30px 18px calc(var(--safe-bottom) + 8px);overflow:auto;border:1px solid rgb(255 255 255 / 13%);border-bottom:0;border-radius:18px 18px 0 0;background:#000115;box-shadow:0 -22px 70px #00000061}.product-dialog[open]{animation:sheet-up .3s cubic-bezier(.2,.8,.2,1)}.dialog-handle{position:absolute;top:9px;left:50%;width:38px;height:4px;border-radius:99px;background:#ffffff40;transform:translate(-50%)}.dialog-close{position:absolute;z-index:3;top:13px;right:13px;display:grid;place-items:center;width:41px;height:41px;padding:0;border:1px solid rgb(255 255 255 / 16%);border-radius:50%;color:#fff;font-size:24px;background:#0000003b}.product-layout{display:grid;gap:20px}.product-case-stage{position:relative;width:min(78vw,320px);height:min(56dvh,455px);min-height:370px;margin:-8px auto 0;overflow:hidden;border:1px solid rgb(255 255 255 / 10%);border-radius:7px;background:radial-gradient(circle at 50% 44%,rgb(75 83 87 / 54%),transparent 54%),linear-gradient(180deg,#1a2226,#0d1113);box-shadow:inset 0 0 60px #0000005c,0 18px 38px #00000047}#product-case-canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none}#product-case-canvas.is-dragging{cursor:grabbing}.case-drag-hint{position:absolute;right:10px;bottom:10px;left:10px;display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 10px;border-radius:3px;color:#ffffffb8;font-size:8px;font-weight:700;background:#00000073;pointer-events:none}.case-drag-hint span:first-child{color:var(--yellow);font-size:16px}.product-copy{min-width:0}.product-code{margin:0 0 8px;color:var(--yellow);font-size:10px;font-weight:800;letter-spacing:.14em}.product-copy h2{display:-webkit-box;margin:0 43px 18px 0;overflow:hidden;font-size:clamp(16px,4.2vw,23px);line-height:1.52;letter-spacing:-.02em;-webkit-box-orient:vertical;-webkit-line-clamp:4}.product-facts{display:grid;margin:0;border-top:1px solid rgb(255 255 255 / 10%)}.product-facts>div{display:grid;grid-template-columns:82px 1fr;gap:10px;padding:9px 0;border-bottom:1px solid rgb(255 255 255 / 8%)}.product-facts dt{color:#8f9a9f;font-size:10px;font-weight:700}.product-facts dd{margin:0;color:#eef0eb;font-size:11px;font-weight:600;line-height:1.5}.product-facts .price dd{color:var(--yellow);font-size:18px;font-weight:900}.price-notice{margin:12px 0 16px;color:#7f898d;font-size:9px;line-height:1.55}.fanza-button,.primary-button{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 18px;border:0;border-radius:3px;color:#fff;font-size:12px;font-weight:800;text-decoration:none;background:var(--red)}.fanza-button:after{margin-left:10px;content:"↗"}.info-dialog{width:min(calc(100% - 28px),580px);padding:29px 22px 22px;border:1px solid rgb(255 255 255 / 14%);border-radius:8px;background:#171d20;box-shadow:0 24px 80px #0000006b}.eyebrow{margin:0 0 8px;color:var(--yellow);font-size:9px;font-weight:800;letter-spacing:.15em}.info-dialog h2{margin:0 44px 14px 0;font-size:23px}.help-body{margin:0 0 22px}.help-row{position:relative;margin:0 0 12px;padding-left:20px;color:#d3d8d9;font-size:13px;line-height:1.75}.help-row:before{position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--yellow);content:""}.help-gap{height:8px}.dialog-actions{display:flex;justify-content:flex-end}.dialog-actions .primary-button{min-width:120px}.about-divider{height:1px;margin:31px 0 0;background:linear-gradient(90deg,var(--red),rgb(255 255 255 / 8%))}.privacy-section small{display:block;margin-top:25px;color:#737d80;font-size:9px}.about-page{background:#14191c;color:#f6f5f0}.about-page-header{display:flex;align-items:center;justify-content:space-between;padding:14px clamp(16px,4vw,40px)}.about-back{color:#cfd4d5;font-size:12px;font-weight:700;text-decoration:none}.about-back:hover{color:var(--yellow)}.about-page-main{max-width:720px;margin:0 auto;padding:8px clamp(16px,4vw,40px) 72px}.about-page-main .eyebrow{margin:0 0 10px;color:var(--yellow);font-size:9px;font-weight:800;letter-spacing:.15em}.about-page-main h1{margin:0 0 18px;font-size:clamp(26px,5vw,38px);line-height:1.25}.about-lead{margin:0 0 28px;color:#c5cacb;font-size:14px;line-height:1.9}.about-block{margin-top:26px}.about-block h2{margin:0 0 10px;font-size:20px;color:#f5f3ed}.about-block h3{margin:22px 0 6px;color:var(--yellow);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.about-block p{margin:0;color:#b7bdbe;font-size:13px;line-height:1.9}.about-block a{color:#f0cd38;text-underline-offset:3px}@media(max-width:699px){.product-copy{display:flex;flex-direction:column}.product-code{order:1}.product-copy h2{order:2;margin-bottom:14px}.product-facts{display:contents}.product-facts .price{order:3;border-top:1px solid rgb(255 255 255 / 10%)}.fanza-button{order:4;margin:16px 0}.product-facts>div:not(.price){order:5}.price-notice{order:6}}@media(min-width:700px){.store-header{padding-right:22px;padding-left:22px}.entry-status{left:22px}.product-dialog{inset:50% auto auto 50%;width:min(calc(100% - 42px),1080px);max-height:min(90dvh,760px);margin:0;padding:34px;border:1px solid rgb(255 255 255 / 15%);border-radius:16px;box-shadow:0 28px 100px #00000094;transform:translate(-50%,-50%)}.product-dialog[open]{animation:modal-in .3s cubic-bezier(.2,.8,.2,1)}.product-dialog .dialog-handle{display:none}.product-layout{grid-template-columns:minmax(340px,410px) minmax(0,1fr);align-items:center;gap:34px}.product-case-stage{width:min(37vw,400px);height:min(70dvh,590px);min-height:480px;margin:0}.product-copy{padding:8px 6px 8px 0}.product-copy h2{font-size:clamp(20px,2.1vw,28px)}}@media(max-width:520px){.brand-sub{display:none}.store-brand{padding:6px 10px 6px 6px}.brand-mark{width:34px;height:34px}.entry-status{top:calc(var(--safe-top) + 58px)}}@media(max-height:580px){.entry-status{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes loader-slide{0%{transform:translate(-120%)}to{transform:translate(240%)}}@keyframes status-pulse{50%{opacity:.42;transform:scale(.78)}}@keyframes sheet-up{0%{opacity:0;transform:translateY(45px)}}@keyframes modal-in{0%{opacity:0;transform:translate(-50%,-47%) scale(.975)}}@keyframes spin{to{transform:rotate(360deg)}}
