@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');
:root{--ink:#101827;--blue:#315bff;--text-muted:#667180;--line:#e2e6ec;--paper:#fff;--bg:#f3f5f8;font-family:'Noto Sans JP',sans-serif;color:var(--ink);font-size:16px}*{box-sizing:border-box}body{margin:0;background:white}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{border:0;background:none;color:inherit}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #7390ff;outline-offset:4px}html{scroll-behavior:smooth;scroll-padding-top:100px}.announcement{background:var(--ink);color:white;text-align:center;font-size:12px;letter-spacing:.14em;padding:10px 20px}.announcement span{margin-left:25px;letter-spacing:.03em;color:#c5ccd8}header{height:94px;padding:0 5%;display:flex;align-items:center;gap:40px;border-bottom:1px solid var(--line);background:#fffffff7;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:12px;font-family:Arial,sans-serif;font-size:27px;font-weight:700;letter-spacing:.1em;white-space:nowrap}.brand svg{color:var(--blue);width:29px;height:29px}.brand small{font-size:12px;font-weight:400;letter-spacing:.18em;border-left:1px solid #c7ccd4;padding-left:12px}nav{display:flex;gap:30px;margin:auto;font-size:14px}nav a:hover,.footer-links a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:24px}.icon-button{padding:10px}.cart-trigger{display:flex;align-items:center;gap:10px;font-size:14px}.cart-trigger b{background:var(--ink);color:white;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;font-size:12px}.hero{display:grid;grid-template-columns:46% 54%;min-height:540px}.hero-copy{padding:60px 10.8% 24px;display:flex;flex-direction:column;background:#f6f7f9}.eyebrow{font-family:Arial,sans-serif;font-size:12px;letter-spacing:.15em;font-weight:600;display:flex;align-items:center;gap:9px}.eyebrow>span{height:6px;width:6px;background:var(--blue)}h1{font-size:clamp(48px,5vw,76px);line-height:1.3;letter-spacing:.02em;margin:30px 0 20px;font-weight:700}.blue{color:var(--blue)}.hero-copy p{line-height:1.95;margin:0 0 28px;color:#59616f}.primary{background:var(--blue);color:white;padding:17px 23px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px;font-weight:500;align-self:start;border:1px solid var(--blue);transition:.2s}.primary:hover{background:#2347d7}.primary span{font-size:21px}.hero-bottom{margin-top:auto;padding-top:42px;display:flex;justify-content:space-between;gap:10px;font-size:10px;letter-spacing:.08em;color:var(--text-muted)}.hero-image{position:relative;background:#dde3ed;min-width:0;overflow:hidden}.hero-image>img{width:100%;height:100%;object-fit:cover;position:absolute}.image-caption{position:absolute;bottom:22px;left:26px;right:26px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.13em;color:#233043}.collection{padding:75px 5%}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}h2{font-size:30px;letter-spacing:.01em;font-weight:600;margin:12px 0 0}.section-top>span{color:var(--text-muted);font-size:14px}.toolbar{display:flex;justify-content:space-between;gap:20px;padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:30px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{font-size:14px;padding:10px 19px;border-radius:3px;color:#69717e}.filters button.active{background:var(--ink);color:white}.search-sort{display:flex;gap:15px;align-items:center}.search-box{display:flex;align-items:center;gap:9px;background:var(--bg);padding:8px 12px}.search-box input{width:145px;border:0;background:transparent;font-size:14px;min-width:0}.search-box svg{width:17px;height:17px;color:var(--text-muted)}select{font-size:14px;border:0;background:white;max-width:160px;padding:10px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 25px}.product{min-width:0}.product-image{position:relative;background:var(--bg);aspect-ratio:1.2;overflow:hidden;width:100%;display:block;padding:0;text-align:left}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-image:hover img{transform:scale(1.045)}.badge{position:absolute;left:16px;top:16px;background:white;padding:6px 9px;font-size:10px;letter-spacing:.07em}.badge.digital{background:#e8edff;color:#244bd3}.product-meta{margin:17px 0 7px;font-size:11px;color:var(--text-muted);letter-spacing:.1em}.product h3{font-size:17px;line-height:1.65;font-weight:500;margin:0}.product h3 button{padding:0;text-align:left}.product h3 button:hover{color:var(--blue)}.product-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.price{font-size:17px;font-family:Arial,sans-serif}.price small{font-family:'Noto Sans JP',sans-serif;font-size:11px;color:var(--text-muted);margin-left:7px}.add{height:33px;width:33px;border:1px solid #cbd1db;display:grid;place-items:center;font-size:22px;transition:.2s}.add:hover{background:var(--ink);color:white}.editorial{margin:0 5% 65px;display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white}.editorial>img{width:100%;height:400px;object-fit:cover}.editorial>div{display:flex;justify-content:center;align-items:start;flex-direction:column;padding:45px 14%}.editorial .eyebrow{color:#a4b5e6;font-size:11px}.editorial h2{font-size:35px;line-height:1.65;margin-top:20px}.editorial p{font-size:14px;line-height:2;color:#bec6d3;margin:18px 0 25px}.text-link{border-bottom:1px solid #6e7b93;padding-bottom:9px;font-size:14px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);margin:0 5% 65px;gap:40px}.benefits>div{border-top:1px solid var(--line);padding-top:24px}.benefits span{font-size:11px;letter-spacing:.12em;color:var(--text-muted)}.benefits h3{font-size:17px;font-weight:500}.benefits p{font-size:14px;color:var(--text-muted)}footer{background:#f4f5f7;padding:45px 5% 20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}footer p{font-size:13px;color:var(--text-muted);margin-top:20px}.footer-links{display:flex;align-items:start;gap:24px;font-size:13px}.footer-links button{font-size:13px;padding:0}.footer-bottom{width:100%;border-top:1px solid #dbe0e7;display:flex;justify-content:space-between;padding-top:20px;font-size:11px;color:var(--text-muted);letter-spacing:.05em}dialog{border:0;padding:0;color:var(--ink);box-shadow:0 20px 100px #0003;max-height:90vh;max-height:90dvh}dialog::backdrop{background:#07101e80;backdrop-filter:blur(4px)}.close{position:absolute;right:18px;top:15px;font-size:29px;width:36px;height:36px;z-index:2;background:#ffffffde;line-height:1}.product-dialog{width:min(900px,94vw)}#product-detail{display:grid;grid-template-columns:1fr 1fr}#product-detail>img{width:100%;height:100%;object-fit:cover;min-height:460px}.detail-copy{padding:50px 35px}.detail-copy h2{font-size:26px;margin:14px 0}.detail-copy>p{line-height:1.9;font-size:15px;color:var(--text-muted)}.detail-spec{border-top:1px solid var(--line);padding:18px 0;font-size:14px;line-height:1.9}.detail-copy label{display:block;margin:15px 0;font-size:14px}.detail-copy select{border:1px solid var(--line);margin-left:15px}.detail-copy .primary{width:100%;margin-top:20px;justify-content:center}.cart-dialog{margin:0 0 0 auto;height:100dvh;max-height:100dvh;width:min(490px,100vw);padding:35px;position:fixed;right:0}.drawer-heading{position:relative;padding-bottom:25px;border-bottom:1px solid var(--line)}.drawer-heading h2{font-size:23px}.drawer-heading .close{top:0;right:-15px}#cart-items{padding:10px 0}.cart-item{display:grid;grid-template-columns:90px 1fr;gap:17px;padding:24px 0;border-bottom:1px solid var(--line)}.cart-item img{width:90px;height:100px;object-fit:cover}.cart-item h3{font-size:14px;font-weight:500;margin:0 0 7px}.cart-item small{font-size:12px;color:var(--text-muted)}.cart-item .row{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.quantity{display:flex;align-items:center;border:1px solid var(--line)}.quantity button{padding:3px 12px;font-size:18px}.quantity span{font-size:14px;min-width:20px;text-align:center}.remove{font-size:12px;text-decoration:underline;color:var(--text-muted)}.total{display:flex;justify-content:space-between;align-items:center;margin:25px 0;font-size:17px}.total b{font-family:Arial;font-size:25px}#cart-bottom .primary{width:100%;justify-content:center}#cart-bottom p{font-size:12px;line-height:1.8;color:var(--text-muted)}.empty{text-align:center;padding:55px 15px}.empty h3{font-size:20px}.empty p{color:var(--text-muted);font-size:14px}.secondary{border:1px solid var(--line);padding:13px 20px;font-size:14px;background:white}.checkout-dialog{width:min(580px,94vw);padding:45px 35px}.checkout-dialog h2{margin-bottom:25px}.notice{background:#f0f3fa;padding:20px;margin:22px 0}.notice p,#info-content p{font-size:14px;line-height:1.9;color:#626d7c}.order-line{display:flex;justify-content:space-between;gap:15px;font-size:14px;padding:13px 0;border-bottom:1px solid var(--line)}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:white;padding:15px 24px;z-index:100;opacity:0;pointer-events:none;transition:.25s;font-size:14px;white-space:nowrap}#toast.show{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}@media(min-width:1600px){main{max-width:1600px;margin:auto}}@media(max-width:1000px){header{gap:15px}nav{gap:18px}.brand{font-size:23px}.header-actions{gap:8px}.hero{min-height:500px}.hero-copy{padding-top:45px}.toolbar{flex-direction:column}.search-sort{justify-content:space-between}.search-box{flex:1}.search-box input{width:100%}.editorial>div{padding:35px 10%}.editorial h2{font-size:29px}.footer-links{gap:15px}}@media(max-width:720px){.announcement{font-size:10px;padding:9px 12px}.announcement span{display:block;font-size:10px;margin:4px 0 0}header{height:72px;padding:0 5%;flex-wrap:wrap}.brand{font-size:22px;gap:9px}.brand small{font-size:10px;padding-left:9px}.brand svg{width:23px}nav{display:none}.header-actions{margin-left:auto}.cart-label{display:none}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:36px 6% 22px}.eyebrow{font-size:10px}h1{font-size:52px;margin:23px 0 15px}.hero-copy p{font-size:14px;margin-bottom:22px}.hero-bottom{padding-top:28px}.hero-image{height:300px}.hero-image>img{object-position:center}.collection{padding:45px 5%}.section-top{margin-bottom:24px}h2{font-size:23px}.section-top>span{font-size:12px}.filters button{padding:10px 13px;font-size:13px}.search-sort{gap:8px}select{font-size:12px;padding:8px 0;max-width:120px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px}.product-image{aspect-ratio:.92}.badge{font-size:9px;left:8px;top:8px;padding:4px 6px}.product-meta{font-size:9px;line-height:1.5}.product h3{font-size:14px}.price{font-size:15px}.price small{display:none}.add{height:29px;width:29px}.editorial{grid-template-columns:1fr;margin-bottom:40px}.editorial>img{height:270px}.editorial>div{padding:35px 8%}.editorial h2{font-size:30px}.benefits{grid-template-columns:1fr;gap:24px;margin-bottom:40px}.benefits h3{margin:10px 0}.benefits p{margin:0}.footer-links{flex-direction:column;gap:16px}.footer-bottom{font-size:9px;gap:10px}#product-detail{grid-template-columns:1fr}#product-detail>img{height:230px;min-height:0}.detail-copy{padding:25px}.detail-copy h2{font-size:23px}.cart-dialog{padding:28px 22px}.checkout-dialog{padding:40px 24px}.image-caption{font-size:9px}.primary{font-size:14px}.product-foot{margin-top:10px}#toast{font-size:12px;padding:14px 17px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.account-link{display:flex;gap:7px;align-items:center;font-size:12px;white-space:nowrap}.account-link svg{width:20px}.account-main{max-width:1180px;margin:auto;padding:55px 5% 80px;min-height:75vh}.back-store{display:flex;gap:10px;align-items:center;margin-left:auto;font-size:14px}.account-title{display:flex;align-items:center;justify-content:space-between}.account-title h1{font-size:40px;margin:16px 0}.account-title p{color:#667180}.signout{display:flex;align-items:center;gap:8px;font-size:14px}.account-banner{background:#edf1fa;padding:15px 20px;font-size:13px;margin:30px 0;color:#43506a}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e2e6ec;margin-bottom:35px}.account-stats>div{padding:25px 30px;border-right:1px solid #e2e6ec;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.account-stats span{width:100%;font-size:14px;color:#667180}.account-stats b{font-size:32px;font-weight:500}.account-stats small{font-size:13px;margin-left:8px}.account-stats a{margin-left:auto;font-size:12px}.member-tab-list{width:100%!important;height:auto!important;display:flex!important;justify-content:start!important;background:transparent!important;border-bottom:1px solid #dce2ec;border-radius:0!important;padding:0!important;overflow:auto;gap:12px}.member-tab-list button{padding:17px 16px!important;border-radius:0!important;flex:none!important;color:#6a7586!important;font-size:14px}.member-tab-list button[data-state=active]{color:#315bff!important;border-bottom:2px solid #315bff!important;box-shadow:none!important}.member-tabs [data-slot=tabs-content]{padding-top:20px}.member-section-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:12px 0 20px}.member-section-head h2{font-size:25px;margin:0}.status-filters{display:flex;gap:4px}.status-filters button{font-size:13px;padding:8px 14px;background:#f3f5f8}.status-filters .selected{color:white;background:#101827}.order-card{border:1px solid #e2e6ec;margin:20px 0}.order-card-top{display:flex;justify-content:space-between;padding:14px 20px;background:#f5f6f8;align-items:center;font-size:12px;color:#667180}.status-tag{padding:5px 10px;background:#e7edff;color:#315bff;font-size:12px}.status-tag.cancelled{background:#e4e7ec;color:#667180}.order-card-body{display:flex;align-items:center;gap:22px;padding:22px}.order-card-body img{width:90px;height:90px;object-fit:cover}.order-card-body h3{font-size:16px;margin:0 0 12px}.order-card-body p{margin:0}.order-card-body small{font-size:12px;color:#667180}.order-card-body>button{margin-left:auto;white-space:nowrap}.member-empty{background:#f7f8fa;text-align:center;padding:55px 25px;margin:20px 0}.member-empty>svg{margin:0 auto 20px;color:#9aa5b6}.member-empty h3{font-weight:500;font-size:20px}.member-empty p{color:#667180;font-size:14px;line-height:1.9;margin:16px 0 25px}.login-panel{max-width:540px;margin:45px auto;padding:40px;border:1px solid #e2e6ec;display:flex;flex-direction:column;gap:16px;align-items:start}.login-panel p{font-size:15px;line-height:1.8}.login-panel h2{font-size:26px}.login-panel label,.profile-form label,.address-form label{display:block;font-size:14px;width:100%;margin-bottom:16px}.login-panel input,.profile-form input,.address-form input{display:block;width:100%;padding:12px 14px;margin-top:8px;border:1px solid #cbd2df;background:white;border-radius:2px;font-size:16px}.profile-form{max-width:540px;margin:30px 0}.profile-form input[readonly]{background:#f4f5f8;color:#667180}.fine-print{font-size:13px!important;line-height:1.9;color:#667180}.favorite-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.favorite-grid img{width:100%;aspect-ratio:1.2;object-fit:cover}.favorite-grid h3{font-size:16px;margin:12px 0}.favorite-grid small{font-size:11px;color:#667180}.favorite-grid .text-link{font-size:12px}.address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.address-card{border:1px solid #e2e6ec;padding:25px}.address-card h3{margin:0 0 15px}.address-card p{font-size:14px;line-height:1.9}.address-card>div{display:flex;gap:20px;margin-top:20px}.account-modal{max-height:90dvh;overflow:auto;max-width:600px!important}.address-form{display:grid;grid-template-columns:1fr 1fr;gap:5px 16px}.address-form label:nth-child(5),.address-form label:nth-child(6){grid-column:span 2}.address-form button{grid-column:span 2;justify-content:center}.error-box,.success-box{padding:16px 20px;margin:20px 0;font-size:14px}.error-box{background:#fff0f0;color:#9e2631}.error-box button{margin-left:20px;text-decoration:underline}.success-box{background:#eaf4f1;color:#25634b}.inline-error{font-size:14px;color:#b32636;grid-column:span 2}.order-actions{display:flex;flex-wrap:wrap;gap:12px}.address-snapshot{font-size:14px;line-height:1.9;background:#f3f5f8;padding:15px}.loading-panel{padding:60px;text-align:center;color:#667180}.favorite-toggle{position:absolute;right:14px;top:14px;z-index:1;background:white;border-radius:50%;height:35px;width:35px;display:grid;place-items:center;font-size:22px}.favorite-toggle.saved{color:#315bff}.product{position:relative}.member-link{display:inline-block;margin:8px 0;font-size:14px;color:#315bff}.checkout-dialog label{display:block;font-size:14px;margin:18px 0}.checkout-dialog select,.checkout-dialog textarea{border:1px solid #cbd2df;display:block;width:100%;max-width:none;margin-top:8px;padding:10px;font-size:14px}.checkout-dialog textarea{min-height:75px}.checkout-dialog .primary{margin-bottom:15px}.sync-error{padding:15px;background:#fff0f0;color:#9e2631;font-size:14px;position:sticky;top:94px;z-index:9}.sync-error button{text-decoration:underline}.loading-cart{color:#667180;padding:25px}.detail-actions{display:flex;gap:12px}.detail-actions .secondary{margin-top:20px}.product[data-product-type=教材] .product-image img{object-position:center}.account-page footer{font-size:13px}.account-page header{flex-wrap:nowrap}button:disabled{opacity:.5;cursor:wait}
@media(max-width:1000px){.account-link span{display:none}header nav{gap:12px;font-size:12px}.header-actions{gap:10px}}@media(max-width:720px){.account-main{padding:30px 5% 50px}.account-title h1{font-size:30px}.account-title p{font-size:13px}.account-title{align-items:start}.signout{font-size:12px}.account-stats>div{padding:16px 12px}.account-stats b{font-size:24px}.account-stats span{font-size:12px}.account-stats a{margin:0;font-size:10px}.member-tab-list{gap:0}.member-tab-list button{font-size:12px;padding:15px 10px!important}.member-tab-list svg{display:none}.member-section-head{align-items:start;flex-direction:column}.member-section-head h2{font-size:23px}.order-card-body{flex-wrap:wrap;gap:14px;padding:15px}.order-card-body img{width:60px;height:70px}.order-card-body>div{flex:1}.order-card-body h3{font-size:14px}.order-card-body>button{width:100%;margin:0}.order-card-top{padding:10px 12px;font-size:10px}.favorite-grid{grid-template-columns:repeat(2,1fr);gap:18px}.favorite-grid h3{font-size:14px}.address-grid{grid-template-columns:1fr}.login-panel{padding:25px}.back-store{font-size:12px}.account-banner{font-size:12px;padding:12px}.address-form{grid-template-columns:1fr}.address-form label,.address-form button{grid-column:1!important}.account-modal{padding:22px!important}.sync-error{top:72px}.favorite-toggle{right:8px;top:8px;width:30px;height:30px}.product .badge{max-width:calc(100% - 50px)}.account-page .brand{font-size:20px}}
