:root{--bg:#f7f8fb;--surface:#fff;--text:#0f172a;--muted:#64748b;--brand:#10b981;--border:#e5e7eb;--shadow:0 8px 24px #0f172a0f}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f7f8fb;background:var(--bg);color:#0f172a;color:var(--text);font-family:noto-sans-cjk-jp,sans-serif;margin:0}img{display:block;max-width:100%}.button{align-items:center;background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:5px;color:#0f172a;color:var(--text);cursor:pointer;display:inline-flex;gap:8px;justify-content:center;padding:6px 12px}.button.primary{background:#10b981;background:var(--brand);border-color:#0000;color:#fff;font-weight:600}.button.ghost{background:#0000}.input{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;padding:10px 12px}.container{margin:0 auto;max-width:1320px;padding:0 20px}.header{background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:20}.header-inner{gap:16px;padding:10px}.header-inner,.logo{align-items:center;display:flex}.logo{gap:10px}.logo img{width:140px}.search{align-items:center;display:flex;flex:1 1;gap:8px}.search input{width:100%}.navbar{align-items:center;display:flex;gap:10px}.navbar a{border:1px solid #0000;border-radius:10px;color:#0f172a;color:var(--text);padding:8px 10px;text-decoration:none}.navbar a.active{background:#f0fdf4;border-color:#a7f3d0;color:#065f46}.main{grid-gap:20px;display:grid;gap:20px;grid-template-columns:260px 1fr;margin-top:18px;min-height:100vh}.center{margin-bottom:10px;width:100%}.leftnav{align-self:start;background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 24px #0f172a0f;box-shadow:var(--shadow);padding:12px;position:-webkit-sticky;position:sticky;top:100px}.leftnav h3{font-size:14px;font-weight:800;margin:6px 0 10px}.leftnav button{background:#0000;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;cursor:pointer;margin:6px 0;padding:10px 12px;text-align:left;width:100%}.leftnav button.active{background:#f0fdf4;border-color:#a7f3d0;color:#065f46}.slider{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;overflow:hidden;position:relative}.slides{display:flex;transition:transform .45s ease}.slide{background:#ddd;height:240px;min-width:100%}.slider-dots{bottom:10px;display:flex;gap:6px;justify-content:center;left:0;position:absolute;right:0}.slider-dots button{background:#cbd5e1;border:none;border-radius:999px;height:8px;opacity:.8;width:8px}.slider-dots button.active{background:#10b981;opacity:1}.grid--products{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}@media (min-width:640px){.grid--products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.grid--products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1200px){.grid--products{grid-template-columns:repeat(5,minmax(0,1fr))}}.card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:2px;box-shadow:0 8px 24px #0f172a0f;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;padding:10px}.product-card{min-height:300px}.product-img{aspect-ratio:1/1;background:#f1f5f9;border-radius:12px;object-fit:cover;width:100%}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;font-weight:700;line-height:1.25;margin:10px 0 4px;overflow:hidden}.product-sub{color:#64748b;color:var(--muted);font-size:.9rem;min-height:12px;text-align:right}.m_buttons{background-color:#e2e2e2;border-radius:6px;flex-direction:row;height:auto}.card .row,.m_buttons{align-items:center;display:flex}.card .row{gap:10px;justify-content:space-between;margin-top:10px}.card .price{font-weight:800}.utinty_count{margin:5px 10px}.button.plus_minus{font-size:1.2rem}.products-empty{border:1px dashed #e5e7eb;border:1px dashed var(--border);border-radius:12px;display:grid;height:180px;place-items:center}.footer,.products-empty{background:#fff;background:var(--surface);color:#64748b;color:var(--muted)}.footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--border);min-height:150px;padding:40px 0}.footer-inner{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.footer-left{flex:1 1 260px}.footer-logo{height:40px;margin-bottom:8px;width:auto}.footer-desc{color:#64748b;color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:8px}.footer-copy{color:#94a3b8;font-size:12px}.footer-right{align-items:flex-end;display:flex;flex:1 1 240px;flex-direction:column;gap:12px}.footer-links{display:flex;flex-wrap:wrap;gap:12px 16px}.footer-links a{color:#0f172a;color:var(--text);font-size:14px;opacity:.8;text-decoration:none;transition:opacity .2s ease}.footer-links a:hover{color:#10b981;color:var(--brand);opacity:1}.footer-social{display:flex;font-size:20px;gap:12px}.footer-social a{text-decoration:none;transition:transform .2s ease}.footer-social a:hover{transform:scale(1.1)}.drawer{background:#fff;background:var(--surface);border-left:1px solid #e5e7eb;border-left:1px solid var(--border);box-shadow:-16px 0 40px #00000014;display:flex;flex-direction:column;height:100dvh;max-width:88vw;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:380px;z-index:50}.drawer.open{transform:translateX(0)}.drawer-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:12px 16px}.drawer-body{grid-gap:12px;display:grid;gap:12px;overflow:auto;padding:12px 16px}.topbar{background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:none;position:-webkit-sticky;position:sticky;top:0;z-index:22}.topbar-inner{align-items:center;display:flex;justify-content:space-between;padding:10px 0}.icon-btn{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;color:#333;display:grid;font-size:1.5rem;height:40px;place-items:center;width:40px}.bottom-total{background:#fff;background:var(--surface);border-top:1px solid #e5e7eb;border-top:1px solid var(--border);bottom:0;left:0;position:fixed;right:0;z-index:40}.bottom-total-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1320px;padding:10px 20px}@media (max-width:1024px){.main{grid-template-columns:1fr}.leftnav{display:none}}@media (max-width:768px){.header{display:none}.topbar{display:block}.slide{height:160px}.logo img{padding:3px 0;width:120px}.container{padding:0 10px}.footer{min-height:30vh}.footer-inner{flex-direction:column;text-align:center}.footer-inner,.footer-right{align-items:center}.input{color:#000;font-size:.9rem;font-weight:600}.input.special{width:95%}}.hidden{display:none!important}
/*# sourceMappingURL=main.16c092c1.css.map*/