:root{--ink:#17342d;--green:#1f5b49;--gold:#b78a45;--paper:#f7f4ec;--line:#d9d4c7;--white:#fff;--danger:#a12d2d}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Yu Mincho","Hiragino Mincho ProN",serif;line-height:1.65}.site-header{height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--white);border-bottom:1px solid var(--line)}.site-header div{display:flex;gap:18px;align-items:center}.site-header strong{font-size:20px}.eyebrow{font:600 11px/1.2 Arial,sans-serif;letter-spacing:.18em;color:var(--gold)}.secure{font:12px Arial,sans-serif;color:#587068}main{max-width:1180px;margin:auto;padding:48px 24px 80px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;margin-bottom:48px}.hero h1{font-size:clamp(32px,4.8vw,58px);line-height:1.35;font-weight:500;margin:12px 0 20px}.hero p{max-width:650px}.hero-card,.preview{background:linear-gradient(145deg,#184d3d,#0d3028);color:#f8edce;box-shadow:0 24px 50px #17342d24}.hero-card{aspect-ratio:1.55;padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #d4b170}.hero-card span{font:10px Arial;letter-spacing:.24em}.hero-card b{font-size:30px;letter-spacing:.12em;margin:12px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.panel{background:var(--white);border:1px solid var(--line);padding:28px;margin-bottom:18px}.step{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px}.step>span{font:600 12px Arial;color:var(--gold);border-top:2px solid var(--gold);padding-top:5px}.step h2{font-size:21px;margin:0}.step p{font:13px Arial;color:#68736f;margin:2px 0}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.choice-grid.two{grid-template-columns:1fr 1fr}.choice{border:1px solid var(--line);padding:16px;display:flex;flex-direction:column;gap:4px;cursor:pointer}.choice:has(input:checked){border:2px solid var(--green);padding:15px;background:#eef5f1}.choice input{accent-color:var(--green)}.choice span{color:var(--green);font-weight:bold}.choice small{font-family:Arial;color:#5d6965}.fields{display:grid;gap:14px}.fields.two{grid-template-columns:1fr 1fr}.fields.three{grid-template-columns:repeat(3,1fr)}.wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:14px}input,select,textarea{width:100%;border:1px solid #bbb7ad;background:white;padding:12px;font:15px Arial,sans-serif;border-radius:0}input:focus,select:focus,textarea:focus{outline:2px solid #76a899;outline-offset:1px}.segmented{display:flex;gap:24px;margin-bottom:14px}.segmented label,.consent{flex-direction:row;align-items:center}.segmented input,.consent input{width:auto}.recipient{padding:18px 0;border-top:1px solid var(--line)}.recipient h3{font-size:15px}.summary{position:sticky;top:18px}.preview{min-height:330px;padding:32px 25px;display:flex;flex-direction:column;justify-content:center;text-align:center}.preview h3{font-size:24px;font-weight:500}.preview p{font-size:13px;white-space:pre-wrap}.preview div{margin-top:20px}.summary dl{margin:18px 0}.summary dl div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:9px 0}.summary dt,.summary dd{margin:0}.summary dd{font-weight:bold}.submit{width:100%;border:0;background:var(--green);color:white;padding:18px;font-size:17px;font-weight:bold;cursor:pointer}.submit:disabled{opacity:.55}.note{font:12px Arial;text-align:center;color:#64706c}.error{background:#fff0f0;color:var(--danger);padding:14px;margin:12px 0;border-left:4px solid var(--danger)}footer{background:var(--ink);color:#dfe8e4;text-align:center;padding:26px;font:12px Arial}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-card{display:none}.layout{grid-template-columns:1fr}.summary{position:static;order:-1}.choice-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){main{padding:28px 14px}.site-header{padding:0 14px}.secure{display:none}.panel{padding:20px}.choice-grid,.choice-grid.two,.fields.two,.fields.three{grid-template-columns:1fr}.hero h1{font-size:34px}}
[hidden]{display:none!important}
.application-page{max-width:1000px}.application-heading{margin-bottom:30px}.application-heading h1{font-size:clamp(30px,4vw,48px);font-weight:500;margin:8px 0}.product-status{text-align:center;padding:28px;color:#64706c}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.product-card{border:1px solid var(--line);padding:14px;cursor:pointer}.product-card:has(input:checked){border:2px solid var(--green);padding:13px;background:#eef5f1}.product-card input{width:auto}.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#eee}.product-card small{font-family:Arial;color:#5d6965;font-weight:400}.success{background:#eef8f2;color:var(--green);padding:14px;margin:12px 0;border-left:4px solid var(--green)}
.free-message{border-top:1px solid var(--line);padding-top:18px}.secondary-button{margin:12px 0;border:1px solid var(--green);background:white;color:var(--green);padding:12px 20px;font-weight:bold;cursor:pointer}.secondary-button:disabled{opacity:.55}.generate-status{min-height:1.5em;font:13px Arial,sans-serif;color:#52645e}.free-message small{font:12px Arial,sans-serif;color:#64706c;text-align:right}.preview h3,.preview p{overflow-wrap:anywhere;word-break:normal}.preview h3{max-height:3.2em;overflow:hidden}.preview p{max-height:9.9em;overflow:hidden}
:root{--ink:#17342d;--green:#1f5b49;--gold:#b78a45;--paper:#f7f4ec;--line:#d9d4c7;--white:#fff;--danger:#a12d2d}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Yu Mincho","Hiragino Mincho ProN",serif;line-height:1.65}.site-header{height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--white);border-bottom:1px solid var(--line)}.site-header div{display:flex;gap:18px;align-items:center}.site-header strong{font-size:20px}.eyebrow{font:600 11px/1.2 Arial,sans-serif;letter-spacing:.18em;color:var(--gold)}.secure{font:12px Arial,sans-serif;color:#587068}main{max-width:1180px;margin:auto;padding:48px 24px 80px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;margin-bottom:48px}.hero h1{font-size:clamp(32px,4.8vw,58px);line-height:1.35;font-weight:500;margin:12px 0 20px}.hero p{max-width:650px}.hero-card,.preview{background:linear-gradient(145deg,#184d3d,#0d3028);color:#f8edce;box-shadow:0 24px 50px #17342d24}.hero-card{aspect-ratio:1.55;padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #d4b170}.hero-card span{font:10px Arial;letter-spacing:.24em}.hero-card b{font-size:30px;letter-spacing:.12em;margin:12px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.panel{background:var(--white);border:1px solid var(--line);padding:28px;margin-bottom:18px}.step{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px}.step>span{font:600 12px Arial;color:var(--gold);border-top:2px solid var(--gold);padding-top:5px}.step h2{font-size:21px;margin:0}.step p{font:13px Arial;color:#68736f;margin:2px 0}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.choice-grid.two{grid-template-columns:1fr 1fr}.choice{border:1px solid var(--line);padding:16px;display:flex;flex-direction:column;gap:4px;cursor:pointer}.choice:has(input:checked){border:2px solid var(--green);padding:15px;background:#eef5f1}.choice input{accent-color:var(--green)}.choice span{color:var(--green);font-weight:bold}.choice small{font-family:Arial;color:#5d6965}.fields{display:grid;gap:14px}.fields.two{grid-template-columns:1fr 1fr}.fields.three{grid-template-columns:repeat(3,1fr)}.wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:14px}input,select,textarea{width:100%;border:1px solid #bbb7ad;background:white;padding:12px;font:15px Arial,sans-serif;border-radius:0}input:focus,select:focus,textarea:focus{outline:2px solid #76a899;outline-offset:1px}.segmented{display:flex;gap:24px;margin-bottom:14px}.segmented label,.consent{flex-direction:row;align-items:center}.segmented input,.consent input{width:auto}.recipient{padding:18px 0;border-top:1px solid var(--line)}.recipient h3{font-size:15px}.summary{position:sticky;top:18px}.preview{min-height:330px;padding:32px 25px;display:flex;flex-direction:column;justify-content:center;text-align:center}.preview h3{font-size:24px;font-weight:500}.preview p{font-size:13px;white-space:pre-wrap}.preview div{margin-top:20px}.summary dl{margin:18px 0}.summary dl div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:9px 0}.summary dt,.summary dd{margin:0}.summary dd{font-weight:bold}.submit{width:100%;border:0;background:var(--green);color:white;padding:18px;font-size:17px;font-weight:bold;cursor:pointer}.submit:disabled{opacity:.55}.note{font:12px Arial;text-align:center;color:#64706c}.error{background:#fff0f0;color:var(--danger);padding:14px;margin:12px 0;border-left:4px solid var(--danger)}footer{background:var(--ink);color:#dfe8e4;text-align:center;padding:26px;font:12px Arial}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-card{display:none}.layout{grid-template-columns:1fr}.summary{position:static;order:-1}.choice-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){main{padding:28px 14px}.site-header{padding:0 14px}.secure{display:none}.panel{padding:20px}.choice-grid,.choice-grid.two,.fields.two,.fields.three{grid-template-columns:1fr}.hero h1{font-size:34px}}
[hidden]{display:none!important}
.application-page{max-width:1000px}.application-heading{margin-bottom:30px}.application-heading h1{font-size:clamp(30px,4vw,48px);font-weight:500;margin:8px 0}.product-status{text-align:center;padding:28px;color:#64706c}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.product-card{border:1px solid var(--line);padding:14px;cursor:pointer}.product-card:has(input:checked){border:2px solid var(--green);padding:13px;background:#eef5f1}.product-card input{width:auto}.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#eee}.product-card small{font-family:Arial;color:#5d6965;font-weight:400}.success{background:#eef8f2;color:var(--green);padding:14px;margin:12px 0;border-left:4px solid var(--green)}
.success{background:#eef8f2;color:var(--green);padding:14px;margin:12px 0;border-left:4px solid var(--green)}

.gift-visuals{margin:0 0 48px}.section-heading{max-width:760px;margin:0 auto 24px;text-align:center}.section-heading h2{font-size:clamp(27px,3.5vw,40px);font-weight:500;margin:8px 0}.section-heading>p:last-child{color:#52645e}.gift-visual-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.card-sample,.product-showcase{margin:0;background:var(--white);border:1px solid var(--line);overflow:hidden}.card-finish{display:grid;gap:16px;padding:22px!important;background:#eee9df;align-content:center}.card-finish figure{margin:0}.card-finish img{display:block;width:100%;height:auto;background:#fff;border:1px solid #d8d2c4;box-shadow:0 16px 32px #17342d24}.card-finish figcaption{margin-top:7px;color:#5b6764;font:11px Arial,sans-serif;letter-spacing:.14em}.card-sample>div:last-child,.product-showcase{padding:22px}.card-sample h3,.product-showcase h3{font-size:21px;font-weight:500;margin:0 0 8px}.card-sample p{margin:0 0 7px}.card-sample small,.product-showcase>small{display:block;color:#64706c;font:12px/1.65 Arial,sans-serif}.product-showcase-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.product-showcase-heading .eyebrow{margin:0 0 6px}.product-count-badge{white-space:nowrap;border:1px solid #d4b170;background:#fbf5e8;padding:7px 10px;font:12px Arial,sans-serif;color:#6a5737}.purchase-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.purchase-product-card{margin:0;border:1px solid var(--line);background:#fbfaf7;overflow:hidden}.purchase-product-card img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:#eee}.purchase-product-card figcaption{padding:10px}.purchase-product-card strong,.purchase-product-card small{display:block}.purchase-product-card strong{font-size:14px;line-height:1.45}.purchase-product-card small{margin-top:5px;color:#68736f;font:11px/1.5 Arial,sans-serif}.purchase-product-grid>.product-status,.purchase-product-grid>.error{grid-column:1/-1}.purchase-product-grid>.error{margin:0}
@media(max-width:900px){.gift-visual-grid{grid-template-columns:1fr}.card-sample{display:grid;grid-template-columns:1.15fr .85fr}}
@media(max-width:600px){.gift-visuals{margin-bottom:32px}.card-sample{display:block}.card-finish{padding:16px!important}.card-sample>div:last-child,.product-showcase{padding:16px}.product-showcase-heading{align-items:flex-end}.purchase-product-grid{grid-template-columns:1fr}.purchase-product-card{display:grid;grid-template-columns:42% 58%}.purchase-product-card img{height:100%}.purchase-product-card figcaption{align-self:center}}

.hero-photo{position:relative;display:flex;align-items:center;min-height:560px;margin:0 0 72px;overflow:hidden;background-image:linear-gradient(90deg,rgba(12,38,32,.88) 0%,rgba(12,38,32,.67) 43%,rgba(12,38,32,.08) 78%),url('/images/cold-shabu-hero.jpg');background-size:cover;background-position:center;color:#fff}.hero-photo-content{width:min(820px,78%);padding:68px}.hero-photo .eyebrow{color:#ddc28d}.hero-photo h1{margin:20px 0 22px;font-size:clamp(38px,4vw,58px);line-height:1.34;color:#fff;text-shadow:0 2px 14px #0b1f1a66}.hero-photo h1 em{font-style:normal;color:#e5cf9f}.hero-photo-content>p:not(.eyebrow){max-width:470px;font-size:16px}.hero-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;min-width:230px;margin-top:22px;padding:17px 22px;background:#fff;color:var(--ink);font-weight:700;text-decoration:none}.hero-cta span{color:var(--gold);font-size:20px}.hero-product-count{position:absolute;right:48px;bottom:36px;width:145px;aspect-ratio:1;border-radius:50%;background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 18px 40px #09231c38}.hero-product-count strong{font-size:46px;line-height:1;color:var(--gold);font-weight:500}.hero-product-count span{font:11px/1.55 Arial,sans-serif}
@media(max-width:900px){.hero-photo{min-height:500px}.hero-photo-content{width:78%;padding:48px}.hero-product-count{right:28px;bottom:24px;width:125px}.hero-product-count strong{font-size:38px}}
@media(max-width:600px){.hero-photo{min-height:560px;align-items:flex-end;background-image:linear-gradient(0deg,rgba(12,38,32,.94) 0%,rgba(12,38,32,.58) 58%,rgba(12,38,32,.05) 100%),url('/images/cold-shabu-hero.jpg');background-position:58% center;margin:0 0 44px}.hero-photo-content{width:100%;padding:34px 24px 110px}.hero-photo h1{font-size:37px}.hero-photo-content>p:not(.eyebrow){font-size:14px}.hero-product-count{right:20px;bottom:20px;width:100px}.hero-product-count strong{font-size:32px}.hero-product-count span{font-size:9px}.hero-cta{min-width:200px;padding:14px 18px}}
.product-image-placeholder{display:grid;place-items:center;aspect-ratio:4/3;background:#eee9df;color:#68736f;font:12px Arial,sans-serif}
