:root{--red:#8f1d22;--red-dark:#671116;--ink:#211d1a;--muted:#736b65;--paper:#f7f3ec;--line:#ddd3c7;--gold:#b8954f;--white:#fff;--shadow:0 16px 40px rgba(43,28,19,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",YuGothic,system-ui,sans-serif;font-size:16px;line-height:1.65}
button,input,textarea{font:inherit}
button{cursor:pointer}
.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px clamp(16px,4vw,56px);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}.brand img{width:54px;height:54px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.35}.brand b{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:1.1rem}.brand small{color:var(--muted);font-size:.76rem}
.cart-button{display:flex;align-items:center;gap:7px;border:0;border-radius:12px;padding:10px 14px;background:var(--ink);color:#fff}.cart-icon{font-size:1.35rem;line-height:1}.cart-button b{font-size:1rem;color:#fff}.cart-button small{font-size:.78rem;color:#cfc5ba}
main{max-width:1240px;margin:auto;padding:0 clamp(16px,4vw,48px) 90px}
.brand-switcher{display:flex;justify-content:center;gap:8px;margin:22px auto 0}.brand-switcher a{border:1px solid var(--line);border-radius:999px;padding:10px 18px;color:var(--muted);background:#fff;text-decoration:none;font-weight:800}.brand-switcher a.active{border-color:var(--red);background:var(--red);color:#fff}
.shared-cart-note{margin:10px 0 0;text-align:center;color:var(--muted);font-size:.88rem}
.intro{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(380px,1.18fr);min-height:480px;margin:24px 0 18px;overflow:hidden;border-radius:24px;background:var(--paper)}
.intro-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,6vw,72px)}.eyebrow{margin:0 0 12px;color:var(--red);font-weight:800;letter-spacing:.12em}.intro h1{margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(2.3rem,5vw,4.5rem);line-height:1.18;letter-spacing:.03em}.intro-copy>p:last-child{max-width:31em;margin:25px 0 0;color:var(--muted)}.intro>img{width:100%;height:100%;object-fit:cover}
.order-type{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:560px;margin:26px auto 8px;padding:6px;border-radius:16px;background:var(--paper)}.type-button{border:0;border-radius:11px;padding:14px;background:transparent;color:var(--muted);font-weight:700}.type-button.active{background:var(--red);color:#fff;box-shadow:0 4px 16px rgba(143,29,34,.24)}.pickup-note{margin:0 auto 18px;text-align:center;color:var(--red);font-weight:800}
.filters{position:sticky;top:75px;z-index:20;display:flex;gap:8px;overflow:auto;padding:10px 0;background:#fff;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;padding:9px 16px;background:#fff;color:var(--muted)}.filter.active{border-color:var(--ink);background:var(--ink);color:#fff}
.menu-section{padding:34px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-heading span{color:var(--red);font-size:.84rem;font-weight:800;letter-spacing:.18em}.section-heading h2{margin:4px 0 0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(1.8rem,4vw,2.8rem)}.section-heading p{margin:0;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--paper)}.product-card-body{display:flex;flex:1;flex-direction:column;padding:18px}.tag{width:max-content;margin-bottom:9px;padding:3px 8px;border:1px solid #cbbd9f;color:#7b6845;font-size:.78rem}.product-card h3{min-height:3.25em;margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:1.15rem;line-height:1.45}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px}.price{display:flex;flex-direction:column;font-size:1.25rem;font-weight:800;color:var(--red);line-height:1.25}.price small{color:var(--muted);font-size:.72rem;font-weight:500}.price del{margin-right:4px}.add-button{border:0;border-radius:10px;padding:10px 14px;background:var(--ink);color:#fff;font-weight:700}.add-button:active{transform:scale(.97)}
.notice{margin:40px 0;padding:clamp(24px,5vw,48px);border-radius:24px;background:var(--paper)}.notice h2{margin:0 0 22px;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:1.8rem}.notice ol{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;list-style:none;counter-reset:steps}.notice li{position:relative;padding:18px 12px 18px 54px;border-top:1px solid var(--line);counter-increment:steps}.notice li:before{content:counter(steps);position:absolute;left:9px;top:14px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--red);color:#fff;font-weight:800}.notice li b,.notice li span{display:block}.notice li span,.notice>p{color:var(--muted)}.notice>p{margin:20px 0 0}
footer{display:flex;align-items:center;gap:13px;padding:28px clamp(16px,4vw,56px);background:var(--ink);color:#fff}footer img{object-fit:contain}.footer-info{display:flex;align-items:center;gap:28px;min-width:0}footer p{margin:0;line-height:1.4}footer span{font-size:.85rem;color:#cfc5ba}footer address{display:flex;flex-wrap:wrap;gap:6px 18px;font-style:normal}footer address a{color:#fff;text-decoration:none}footer address a:hover{text-decoration:underline}.official-site{margin-left:auto;color:#fff;white-space:nowrap}
.floating-cart{position:fixed;z-index:25;left:50%;bottom:max(14px,env(safe-area-inset-bottom));display:none;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:min(620px,calc(100% - 24px));transform:translateX(-50%);border:0;border-radius:15px;padding:15px 18px;background:var(--red);color:#fff;box-shadow:0 12px 34px rgba(75,16,19,.32)}.floating-cart.visible{display:grid}.floating-cart>span:first-child{font-size:.85rem}.floating-cart strong{text-align:center}.floating-cart>span:last-child{font-weight:800}
.overlay{position:fixed;inset:0;z-index:40;background:rgba(20,15,12,.55);backdrop-filter:blur(3px)}.cart-drawer{position:fixed;z-index:50;top:0;right:0;width:min(540px,100%);height:100dvh;transform:translateX(105%);background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.18);transition:transform .28s ease}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.drawer-head small{color:var(--red);font-weight:700}.drawer-head h2{margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif}.drawer-head button{border:0;background:transparent;font-size:2rem;line-height:1}.drawer-body{height:calc(100dvh - 83px);overflow:auto;padding:20px 22px 50px}.empty-cart{padding:48px 10px;text-align:center;color:var(--muted)}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:13px 0;border-bottom:1px solid var(--line)}.cart-brand{display:inline-block;margin-bottom:4px;padding:2px 7px;border-radius:999px;background:var(--paper);color:var(--red);font-size:.72rem;font-weight:800}.cart-item h4{margin:0;font-size:.96rem}.cart-item p{margin:3px 0 0;color:var(--red);font-weight:800}.qty-controls{display:flex;align-items:center;gap:9px}.qty-controls button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff}.remove{grid-column:1/-1;justify-self:start;border:0;background:transparent;color:var(--muted);font-size:.8rem}.cart-total{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:2px solid var(--ink)}.cart-total strong{font-size:1.35rem;color:var(--red)}
form h3{margin:28px 0 14px;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:1.35rem}label{display:block;margin:12px 0;color:var(--muted);font-size:.9rem;font-weight:700}input,textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff;color:var(--ink);font-size:1rem}input:focus,textarea:focus{outline:3px solid rgba(143,29,34,.15);border-color:var(--red)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.postal-field{margin:12px 0}.postal-field>label{margin:0}.postal-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.postal-row input{margin-top:6px}.postal-row button{border:0;border-radius:10px;padding:12px 14px;background:var(--ink);color:#fff;font-weight:700;white-space:nowrap}.postal-status{display:block;margin-top:6px;color:var(--muted);font-size:.8rem}.form-note{font-size:.86rem;color:var(--muted)}.line-button{width:100%;border:0;border-radius:12px;padding:15px;background:#06c755;color:#fff;font-weight:800;font-size:1.02rem}.line-button:disabled{background:#aaa;cursor:not-allowed}
.toast{position:fixed;z-index:80;left:50%;bottom:30px;max-width:calc(100% - 32px);transform:translate(-50%,30px);opacity:0;border-radius:10px;padding:12px 18px;background:var(--ink);color:#fff;transition:.2s}.toast.show{transform:translate(-50%,0);opacity:1}
.option-overlay{position:fixed;inset:0;z-index:60;background:rgba(20,15,12,.62);backdrop-filter:blur(4px)}.option-modal{position:fixed;z-index:70;left:50%;top:50%;width:min(560px,calc(100% - 24px));max-height:calc(100dvh - 32px);overflow:auto;transform:translate(-50%,-45%);opacity:0;pointer-events:none;border-radius:22px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28);transition:.2s}.option-modal.open{transform:translate(-50%,-50%);opacity:1;pointer-events:auto}.option-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.option-modal-head small{color:var(--red);font-weight:800}.option-modal-head h2{margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:1.5rem}.option-modal-head button{border:0;background:transparent;font-size:2rem;line-height:1}.option-modal-body{padding:20px 22px 24px}.option-product-name{margin:0 0 16px;font-weight:800;line-height:1.5}.option-fields label{margin:14px 0}.option-fields select{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:11px;padding:13px 42px 13px 13px;background:#fff;color:var(--ink);font-size:1rem}.option-total{display:flex;align-items:center;justify-content:space-between;margin:22px 0 14px;padding-top:16px;border-top:1px solid var(--line)}.option-total strong{color:var(--red);font-size:1.35rem}.option-confirm{width:100%;border:0;border-radius:12px;padding:15px;background:var(--red);color:#fff;font-weight:800;font-size:1.02rem}.cart-options{margin:5px 0 0;color:var(--muted);font-size:.8rem;line-height:1.45}
@media(max-width:860px){.intro{grid-template-columns:1fr;min-height:auto}.intro-copy{padding:38px 28px}.intro>img{max-height:330px}.product-grid{grid-template-columns:repeat(2,1fr)}.notice ol{grid-template-columns:1fr}.filters{top:75px}}
@media(max-width:560px){.site-header{padding:8px 12px}.brand img{width:45px;height:45px}.brand b{font-size:1rem}.brand small{font-size:.7rem}.cart-button .cart-label{display:none}.cart-button{padding:9px 11px}.brand-switcher{flex-wrap:wrap;margin-top:14px}.brand-switcher a{flex:0 0 calc(50% - 4px);padding:9px 6px;text-align:center;font-size:.82rem;white-space:nowrap}.intro{margin-top:14px;border-radius:17px}.intro-copy{padding:28px 22px}.intro h1{font-size:2.25rem}.intro>img{height:235px}.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:42% 58%;min-height:170px}.product-card img{height:100%;aspect-ratio:auto}.product-card-body{padding:14px}.product-card h3{min-height:auto;font-size:1.03rem}.card-bottom{align-items:end}.price{font-size:1.1rem}.add-button{padding:9px 11px}.section-heading{align-items:start;flex-direction:column}.section-heading p{font-size:.85rem}.field-row{grid-template-columns:1fr}.postal-row{grid-template-columns:1fr}.postal-row button{width:100%}.notice{border-radius:17px}footer{align-items:flex-start;flex-wrap:wrap;padding-bottom:90px}.footer-info{display:block;flex:1;min-width:220px}footer address{display:grid;gap:3px;margin-top:10px;font-size:.9rem}.official-site{width:100%;margin-left:67px}.floating-cart{font-size:.92rem}}

.copy-button,.line-button,.email-button{display:block;width:100%;box-sizing:border-box;border:0;border-radius:12px;padding:15px;color:#fff;text-align:center;text-decoration:none;font-weight:800;font-size:1.02rem}
.copy-button{margin:10px 0;background:var(--ink)}
.line-button{background:#06c755}
.email-button{background:#2767a8}
.copy-button:disabled,.email-button:disabled{background:#aaa;cursor:not-allowed}
.line-fallback{margin:12px 0 0;text-align:center;color:var(--muted);font-size:.86rem}
.line-fallback strong{color:var(--ink);user-select:all}
.line-fallback p{margin:0 0 10px;line-height:1.6}.line-fallback a{color:var(--red);font-weight:800;text-underline-offset:3px}.line-fallback img{display:block;margin:0 auto;border:1px solid var(--line);border-radius:8px}
.header-actions{display:flex;align-items:center;gap:8px}.header-line{display:inline-block;border-radius:10px;padding:10px 12px;background:#06c755;color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}.line-entry{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:18px 22px;border:1px solid #b7e9c6;border-radius:16px;background:#f0fff4}.line-entry strong{font-size:1.08rem}.line-entry p{margin:4px 0 12px;color:var(--muted)}.line-entry a{display:inline-block;border-radius:10px;padding:10px 16px;background:#06c755;color:#fff;text-decoration:none;font-weight:800}.line-entry img{flex:none;border-radius:8px}@media(max-width:600px){.header-line{padding:9px 8px;font-size:.85rem}.line-entry{padding:15px}.line-entry img{width:76px;height:76px}.line-entry p{font-size:.9rem}}
.order-method-separator{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted);font-size:.82rem}.order-method-separator:before,.order-method-separator:after{content:"";flex:1;height:1px;background:var(--line)}
.email-note{margin:9px 0 0;text-align:center;color:var(--muted);font-size:.82rem}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.option-actions{display:grid;gap:10px}.option-continue{width:100%;border:1px solid var(--red);border-radius:12px;padding:15px;background:#fff;color:var(--red);font-weight:800;font-size:1.02rem}.option-confirm:active,.option-continue:active{transform:scale(.99)}
.option-quantity{display:flex;align-items:center;justify-content:space-between;margin:20px 0 8px;padding:14px 0;border-top:1px solid var(--line)}.option-quantity>span{color:var(--muted);font-weight:800}.option-qty-controls{display:flex;align-items:center;gap:16px}.option-qty-controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:1.35rem;font-weight:800}.option-qty-controls button:disabled{opacity:.35;cursor:not-allowed}.option-qty-controls strong{min-width:2ch;text-align:center;font-size:1.2rem}.option-quantity+.option-total{margin-top:0;padding-top:12px}
.delivery-area-notice{display:grid;grid-template-columns:auto 1fr;gap:2px 12px;max-width:760px;margin:14px auto 4px;padding:15px 18px;border:1px solid #d7c39a;border-radius:14px;background:#fff9eb;color:var(--ink)}.delivery-area-notice strong{color:var(--red)}.delivery-area-notice small{grid-column:2;color:var(--muted)}.delivery-area-notice a{color:var(--red);font-weight:800}.cart-delivery-area{margin:16px 0 12px;padding:12px 14px;border-radius:11px;background:#fff9eb;color:var(--ink);font-size:.88rem;line-height:1.55}.cart-delivery-area b{color:var(--red)}.cart-delivery-area small{color:var(--muted)}.delivery-only[hidden]{display:none!important}@media(max-width:560px){.delivery-area-notice{grid-template-columns:1fr;gap:3px}.delivery-area-notice small{grid-column:1}}
.delivery-minimum-table{max-width:760px;margin:10px auto 22px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.delivery-minimum-table summary{padding:14px 18px;color:var(--red);font-weight:800;cursor:pointer}.delivery-minimum-table[open] summary{border-bottom:1px solid var(--line)}.delivery-minimum-intro,.minimum-consult{margin:14px 18px;color:var(--muted)}.minimum-prefecture-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:0 18px 14px;padding:5px;border-radius:12px;background:var(--paper)}.minimum-prefecture-tab{border:0;border-radius:9px;padding:11px 6px;background:transparent;color:var(--muted);font-weight:800}.minimum-prefecture-tab.active{background:var(--red);color:#fff;box-shadow:0 3px 12px rgba(143,29,34,.2)}.minimum-prefecture-panel[hidden]{display:none}.minimum-prefecture-heading{margin:0 18px 11px;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:1.14rem}.minimum-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 18px}.minimum-groups section{border-radius:11px;padding:13px;background:#f7f5f0}.minimum-groups h3{margin:0 0 7px;color:var(--red);font-size:1rem}.minimum-groups p{margin:0;color:var(--ink);font-size:.86rem;line-height:1.7}.minimum-prefecture-note{margin:11px 18px 0;padding:11px 13px;border-radius:10px;background:#fff9eb;color:var(--muted);font-size:.86rem}.minimum-consult{font-weight:700}.delivery-minimum-status{margin:10px 0 16px;padding:12px 14px;border-radius:11px;font-size:.9rem;font-weight:700;line-height:1.55}.delivery-minimum-status.short{background:#fff1d6;color:#704500}.delivery-minimum-status.eligible{background:#e8f6ec;color:#17652d}.delivery-minimum-status.consult{background:#f6ecec;color:#7f1f25}.checkout-choice{display:grid;gap:8px;margin:0 0 18px}.checkout-choice-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:11px 12px;background:#fff}.checkout-choice-card.active{border-color:#8f1d22;background:#fff8f8}.checkout-choice-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--red);color:#fff;font-size:.72rem;font-weight:900}.checkout-choice-card strong,.checkout-choice-card small{display:block}.checkout-choice-card small{margin-top:2px;color:var(--muted);font-size:.75rem;font-weight:500}.checkout-choice-card>b{color:var(--red);font-size:.76rem}.checkout-choice-card.coming-soon{background:#f7f5f0;color:var(--muted)}.checkout-choice-card.coming-soon .checkout-choice-icon{background:#06c755}.checkout-choice-card.coming-soon>b{color:var(--muted)}@media(max-width:620px){.minimum-groups{grid-template-columns:1fr}.delivery-minimum-table{margin-left:0;margin-right:0}.minimum-prefecture-tab{font-size:.9rem}.checkout-choice-card{grid-template-columns:auto 1fr}.checkout-choice-card>b{grid-column:2}}
.minimum-prefecture-tabs{grid-template-columns:repeat(5,1fr)}
@media(max-width:620px){.minimum-prefecture-tabs{grid-template-columns:repeat(3,1fr)}}
