@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');
:root{--ink:#30281f;--yellow:#f4d348;--paper:#fffefa;--line:#ddd9d1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans JP',sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}header{height:104px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:36px;background:var(--paper)}.brand{display:flex;align-items:center;gap:12px;font-size:22px;letter-spacing:1.8px;font-weight:800;line-height:1.15}.brand small{display:block;font-size:12px;letter-spacing:5px;margin-top:7px}.brand-mark{font-size:48px;position:relative;letter-spacing:-6px}.brand-mark span{font-size:17px;color:#bd941d;position:absolute;right:-7px;top:0}nav{display:flex;gap:38px}nav a{font-size:14px;text-align:center;font-weight:600}nav small{display:block;font-size:10px;letter-spacing:1.5px;margin-top:6px}.header-cta{font-size:13px;padding:17px 20px;border:1px solid var(--ink)}.header-cta span{padding-left:24px}.hero{height:620px;min-height:580px;position:relative;background:#3d342c;color:white;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover;object-position:65% 55%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,13,.67),rgba(20,17,13,.15) 70%)}.hero-copy{position:absolute;left:9%;top:12%}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2.4px;margin:0 0 24px}.hero h1{font-size:76px;line-height:1.4;letter-spacing:8px;margin:0 0 23px;font-weight:500}.hero-copy>p:not(.eyebrow){font-size:15px;line-height:2.1;letter-spacing:1.4px}.yellow-button{display:inline-flex;background:var(--yellow);color:var(--ink);align-items:center;gap:60px;padding:19px 26px;font-size:14px;font-weight:600;margin-top:20px}.hero-bottom{position:absolute;bottom:29px;left:5%;right:5%;display:flex;justify-content:space-between;font-size:10px;letter-spacing:2px}.hero-note{position:absolute;right:6%;bottom:100px;font-size:23px;letter-spacing:2px;font-weight:700;transform:rotate(-7deg);line-height:1.4}.intro-line{padding:28px 9%;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:13px;letter-spacing:1px}.section{padding:90px 9%}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}h2{font-size:32px;line-height:1.7;font-weight:600;letter-spacing:2px;margin:0}.section-heading .eyebrow{margin-bottom:14px}.section-index{font-size:12px;letter-spacing:1px;color:#83786c}.tabs{display:flex;margin:35px 0 28px;border-bottom:1px solid var(--line);gap:32px}.tabs button{background:none;border:0;padding:12px 3px 16px;color:#867b6f;cursor:pointer;font-size:14px}.tabs button[aria-selected=true]{color:var(--ink);border-bottom:3px solid var(--ink);font-weight:700}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px}.menu-card .image-wrap{background:#eee9e1;aspect-ratio:1.4;overflow:hidden}.menu-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.menu-card:hover img{transform:scale(1.04)}.menu-card h3{font-size:17px;margin:20px 0 8px;font-weight:500}.menu-card p{font-size:13px;color:#83786c;margin:0 0 12px;line-height:1.8}.price{font-size:15px}.price small{font-size:12px;margin-right:8px;color:#83786c}.menu-caption{font-size:12px;color:#81766b;margin:30px 0 0}.story{background:#eeeae2;display:grid;grid-template-columns:1fr 1fr}.story-photo{position:relative;min-height:540px}.story-photo img{width:100%;height:100%;position:absolute;object-fit:cover}.story-photo span{position:absolute;bottom:30px;left:30px;color:white;font-size:12px;letter-spacing:2px}.story-copy{padding:65px 13%}.story-copy h2{font-size:30px;margin-bottom:25px}.story-copy>p:not(.eyebrow){font-size:14px;line-height:2.25}.story-sign{border-top:1px solid #cec7bd;padding-top:23px;margin-top:30px;font-size:13px;font-weight:700;letter-spacing:2px}.shop{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}.shop>img{width:100%;height:380px;object-fit:cover}.shop>div>p:not(.eyebrow){font-size:14px;margin:23px 0 30px}.shop-detail{border-top:1px solid var(--line);padding-top:20px}.shop-detail h3{font-size:16px;letter-spacing:1px}.shop-detail p{font-size:13px;line-height:2;color:#81766b}footer{background:#302b25;color:#f8f4e9;padding:50px 9% 24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.footer-brand{font-size:23px;letter-spacing:2px;font-weight:700}.footer-brand span{font-size:12px}footer>div:not(.footer-bottom){display:flex;gap:30px;font-size:13px}.footer-bottom{width:100%;border-top:1px solid #595248;padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:#bdb4a7}.footer-bottom small{font-size:11px}a,button{transition:opacity .2s}a:hover,button:hover{opacity:.75}:focus-visible{outline:3px solid #cba122;outline-offset:5px}@media(min-width:1500px){.hero{height:720px}.hero-copy{top:16%}}@media(max-width:850px){header{height:86px;padding:0 5%}.brand{font-size:17px}.brand-mark{font-size:40px}nav{gap:20px}nav a{font-size:12px}.header-cta{display:none}.hero{height:600px}.hero h1{font-size:66px}.hero-copy{left:7%}.section{padding:65px 7%}.story-copy{padding:45px 10%}.story-copy h2{font-size:24px}.shop{gap:35px}.intro-line{padding:24px 7%;font-size:11px}.hero-note{font-size:19px}.menu-grid{gap:18px}h2{font-size:27px}}@media(max-width:560px){header{height:90px;gap:10px}.brand{font-size:14px;letter-spacing:1px;gap:8px}.brand small{font-size:9px;letter-spacing:3px}.brand-mark{font-size:34px}nav{gap:16px}nav a{font-size:11px}nav a:nth-child(2){display:none}nav small{font-size:8px}.hero{height:580px;min-height:0}.hero>img{object-position:62% center}.hero-copy{top:10%;left:7%}.hero h1{font-size:57px}.hero-copy>p:not(.eyebrow){font-size:13px}.hero-copy .eyebrow{font-size:9px}.hero-note{font-size:14px;right:7%;bottom:65px}.hero-bottom{font-size:8px}.intro-line{display:block;line-height:2}.intro-line span{display:block}.section{padding:55px 7%}h2{font-size:23px;letter-spacing:1px}.section-index{display:none}.eyebrow{font-size:10px;letter-spacing:2px}.menu-grid{grid-template-columns:1fr;gap:28px}.menu-card{display:grid;grid-template-columns:43% 1fr;column-gap:18px;align-items:center}.menu-card .image-wrap{grid-row:1/5;aspect-ratio:1}.menu-card h3{font-size:15px;margin:0 0 5px}.menu-card p{font-size:11px;margin:0 0 5px}.menu-card .price{font-size:14px}.menu-caption{font-size:10px;line-height:1.7}.story{grid-template-columns:1fr}.story-photo{min-height:320px}.story-copy{padding:45px 7%}.story-copy h2{font-size:27px}.shop{grid-template-columns:1fr;gap:25px}.shop>img{height:280px}footer{padding:40px 7% 24px}footer>div:not(.footer-bottom){gap:23px;font-size:12px}.footer-bottom{display:block;line-height:2.3}.footer-bottom small{display:block;font-size:10px}}
