@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&family=Noto+Sans+JP:wght@400;500;700&display=swap');
:root{--paper:#f7f1e5;--ink:#4b351f;--brown:#7a4824;--blue:#4c83a7;--line:#d8c7ad}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans JP',sans-serif;line-height:1.9}.site-header{height:82px;background:#fffaf1;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;z-index:10;border-bottom:1px solid #eee1cc}.logo{text-decoration:none;color:var(--ink);line-height:1.05}.logo small{display:block;font-family:'Shippori Mincho',serif;font-size:11px}.logo strong{font-family:'Shippori Mincho',serif;font-size:30px}.site-header nav{display:flex;gap:22px;align-items:center}.site-header nav a{color:var(--ink);text-decoration:none;font-size:13px}.nav-order{background:var(--brown);color:#fff!important;padding:8px 15px;border-radius:3px}.hero{position:relative;height:min(62vw,650px);min-height:420px;overflow:hidden}.hero img{width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,15,8,.76),rgba(25,15,8,.1) 70%)}.hero-copy{position:absolute;z-index:1;left:8%;top:50%;transform:translateY(-50%);color:white;max-width:500px}.eyebrow{font-family:'Shippori Mincho',serif;letter-spacing:.18em;font-size:12px}.hero h1{font:600 clamp(38px,6vw,72px)/1.35 'Shippori Mincho',serif;margin:10px 0 18px}.hero p{font-size:18px}.intro,.section,.story{max-width:1050px;margin:auto;padding:90px 6vw}.intro{text-align:center;max-width:800px}.intro h2,.section h2,.story h2{font:600 clamp(30px,4vw,45px)/1.45 'Shippori Mincho',serif;margin:8px 0 24px}.products{display:grid;grid-template-columns:1fr 1fr}.product-card{padding:55px 6vw;display:grid;grid-template-columns:1fr;gap:25px}.product-card img{width:100%;height:310px;object-fit:cover}.product-card h2{font:600 34px 'Shippori Mincho',serif;margin:8px 0}.fresh{background:#f1e3cf}.frozen{background:#e9f1f4}.badge{display:inline-block;background:var(--brown);color:white;padding:4px 11px;font-size:12px;border-radius:20px}.badge.blue{background:var(--blue)}.button{display:inline-block;background:var(--brown);color:white;text-decoration:none;padding:11px 22px;border-radius:3px;margin-top:10px}.blue-button{background:var(--blue)}.sales-grid,.steps{display:grid;grid-template-columns:1fr 1fr;gap:35px}.sales-grid article{background:#fffaf1;padding:18px}.sales-grid img{width:100%;height:280px;object-fit:cover}.sales-grid h3,.steps h3{font:600 23px 'Shippori Mincho',serif}.note{font-size:12px;opacity:.7}.text-link{color:var(--brown);font-weight:700}.tomin{background:#e5eef2;padding:80px 9vw;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.tomin h2{font:600 clamp(32px,4vw,48px)/1.45 'Shippori Mincho',serif}.tomin-visual img{width:100%;max-height:400px;object-fit:cover}.steps>div{background:#fffaf1;padding-bottom:25px}.steps img{width:100%;height:190px;object-fit:cover}.steps span{display:block;margin:18px 20px 0;font-family:'Shippori Mincho',serif;font-size:25px}.steps h3,.steps p{margin-left:20px;margin-right:20px}.order{margin:0 6vw 80px;background:#e8d0a9;padding:50px 6vw;display:flex;justify-content:space-between;align-items:center;gap:30px}.price{font-family:'Shippori Mincho',serif;font-size:22px;text-align:center}.price strong{font-size:44px}.price small{display:block;font:12px 'Noto Sans JP',sans-serif}.story{text-align:center;max-width:850px}.contact{text-align:center;background:#f0e4d0;padding:70px 6vw}.contact .button{margin-top:15px}.contact .note{margin-top:25px}footer{background:#4a321f;color:#fff5e7;padding:45px 7vw;text-align:center}.footer-logo{font:600 34px 'Shippori Mincho',serif}.footer-links{display:flex;justify-content:center;gap:25px;margin:20px 0}.footer-links a{color:#fff5e7;text-decoration:none;font-size:13px}
@media(max-width:800px){.site-header{height:auto;padding:15px 5vw;align-items:flex-start}.site-header nav{display:none}.hero{min-height:520px}.hero-copy{left:7%;right:7%}.products,.sales-grid,.steps,.tomin{grid-template-columns:1fr}.product-card{padding:40px 7vw}.section,.intro,.story{padding:65px 7vw}.sales-grid img{height:220px}.tomin{padding:60px 7vw}.order{margin:0 5vw 60px;display:block;padding:35px 7vw}.price{margin-top:25px}.footer-links{flex-wrap:wrap}}
