@import "tailwindcss";

:root{--lime:#dde7d2!important}

.hero-image{object-position:53% center}
@media(max-width:800px){.hero-image{object-position:54% center}}

.anchor-offset{display:block;position:relative;top:-100px;visibility:hidden}.store-menu-link{grid-column:1/-1;background:var(--lime);padding:13px 14px;display:flex;justify-content:space-between;font-size:11px;font-weight:700}.company-page{background:#f8f5f2}.company-header{height:76px;padding:0 7vw;display:flex;align-items:center;border-bottom:1px solid #e4ddd8;background:rgba(248,245,242,.95)}.company-header nav{display:flex;align-items:center;gap:28px;font-size:10px;font-weight:700;letter-spacing:.16em}.company-header nav a:last-child{background:#171717;color:#fff;padding:15px 20px}.company-hero{text-align:center;padding:80px 20px 55px}.company-hero>p{font-family:Georgia,serif;font-size:82px;line-height:1;color:#e9dfda;margin:0 0 -25px}.company-hero h1{font-family:serif;font-size:34px;letter-spacing:.18em;margin:0 0 22px}.company-hero span{font-family:Georgia,serif;color:#bd9487;font-size:10px;font-style:italic;letter-spacing:.22em}.company-profile{width:min(760px,88vw);margin:0 auto 110px;background:#fff;border:1px solid #e5d9d3}.profile-row{display:grid;grid-template-columns:175px 1fr;min-height:92px;border-bottom:1px solid #eaded8;align-items:center;padding:18px 30px}.profile-row:last-child{border:0}.profile-row>div{display:flex;flex-direction:column;gap:8px}.profile-row em{font-family:Georgia,serif;color:#bd9487;font-size:8px;letter-spacing:.14em}.profile-row b{font-family:serif;font-size:12px;font-weight:400}.profile-row p{font-size:12px;color:#666}.company-history{background:#f1ece8;padding:100px max(20px,calc((100vw - 850px)/2))}.history-heading{text-align:center;margin-bottom:65px}.history-heading .section-label{margin-bottom:25px}.history-heading h2{font-family:serif;font-size:36px;font-weight:400;letter-spacing:.08em;margin:0 0 25px}.history-heading span{font-size:12px;color:#756e69;line-height:2}.company-history ol{list-style:none;padding:0;margin:0 auto;max-width:760px}.company-history li{display:grid;grid-template-columns:100px 1fr;position:relative;min-height:72px;border-left:1px solid #d5bbb1;padding:0 0 28px 34px}.company-history li:before{content:"";position:absolute;left:-5px;top:3px;width:8px;height:8px;border-radius:50%;border:1px solid #b98f82;background:#f1ece8}.company-history li:first-child:before,.company-history li:last-child:before{background:#b98f82}.company-history time{font-family:Georgia,serif;color:#b98f82;font-size:10px;font-style:italic}.company-history li p{font-size:12px;margin:0;color:#48423f;line-height:1.7}.history-close{text-align:center;font-family:serif;letter-spacing:.15em;font-size:12px;margin:45px 0 0}
@media(max-width:800px){.company-header{height:66px;padding:0 18px}.company-header nav{gap:13px}.company-header nav a:nth-child(1),.company-header nav a:nth-child(2){display:none}.company-header nav a:last-child{padding:11px 13px}.company-hero{padding-top:60px}.company-hero>p{font-size:58px}.company-profile{width:calc(100% - 36px);margin-bottom:70px}.profile-row{grid-template-columns:110px 1fr;padding:16px;min-height:84px}.profile-row p{line-height:1.6}.company-history{padding:75px 18px}.company-history li{grid-template-columns:70px 1fr;padding-left:20px}.history-heading h2{font-size:30px}}

:root{--ink:#141414;--paper:#f7f7f3;--lime:#d8ff45;--muted:#777;--line:#d9d9d4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;font-feature-settings:"palt";letter-spacing:.02em}a{color:inherit;text-decoration:none}img{display:block;width:100%}button{font:inherit}.header{position:fixed;z-index:50;top:0;left:0;width:100%;height:76px;padding:0 4vw;display:flex;align-items:center;gap:34px;background:rgba(247,247,243,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08)}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:.14em;margin-right:auto}.brand img{width:38px;height:25px;object-fit:contain}.brand small,.footer-brand small{display:block;font-size:7px;letter-spacing:.36em;margin-top:3px}.nav{display:flex;gap:26px;font-size:11px;font-weight:700;letter-spacing:.15em}.nav a:hover{opacity:.5}.reserve,.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;font-size:12px;font-weight:700;letter-spacing:.06em}.top-reserve{background:var(--ink);color:#fff;padding:14px 18px;min-width:130px}.menu-button{display:none}.hero{min-height:100svh;padding:116px 4vw 40px;display:grid;grid-template-columns:minmax(320px,42%) 1fr;gap:5vw;align-items:center;position:relative}.hero-image{height:calc(100svh - 156px);min-height:550px;object-fit:cover;border-radius:2px}.hero-copy{max-width:650px}.kicker,.section-label{font-size:10px;font-weight:700;letter-spacing:.22em;margin:0 0 28px}.kicker:before,.section-label:before{content:"";display:inline-block;width:28px;height:2px;background:var(--lime);vertical-align:middle;margin-right:12px}.hero h1{font-size:clamp(42px,4.6vw,66px);line-height:1.18;letter-spacing:-.055em;margin:0 0 30px;font-weight:750}.hero-lead{font-size:15px;line-height:2;color:#555;margin:0 0 38px}.hero-actions{display:flex;align-items:center;gap:30px}.button.primary{background:var(--lime);padding:18px 22px;min-width:205px}.text-link{font-size:12px;border-bottom:1px solid;padding:6px 0}.vertical{position:absolute;right:1.1vw;bottom:40px;writing-mode:vertical-rl;font-size:8px;letter-spacing:.25em;color:#888}.statement,.menus,.salons{padding:130px 7vw}.statement{display:grid;grid-template-columns:32% 1fr;background:#fff}.statement>div{max-width:800px}.statement h2,.section-title h2,.salon-head h2,.recruit h2{font-size:clamp(34px,4vw,58px);line-height:1.32;letter-spacing:-.04em;margin:0 0 34px}.statement>div>p{max-width:610px;color:#555;line-height:2.1;font-size:15px}.points{display:grid;grid-template-columns:repeat(3,1fr);list-style:none;padding:0;margin:70px 0 0;border-top:1px solid var(--line)}.points li{padding:28px 8px 0 0;display:flex;align-items:end;gap:14px}.points b{font-size:48px;line-height:.9;letter-spacing:-.06em}.points span{font-size:10px;line-height:1.5;color:#666}.menus{background:var(--ink);color:#fff}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.section-title h2{margin:0;text-align:right}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.menu-card{margin:0}.menu-photo{position:relative;overflow:hidden;aspect-ratio:4/5;background:#222}.menu-photo img{height:100%;object-fit:cover;transition:transform .5s}.menu-card:hover img{transform:scale(1.025)}.menu-photo span{position:absolute;top:18px;left:18px;width:36px;height:36px;display:grid;place-items:center;background:var(--lime);color:#111;border-radius:50%;font-size:10px;font-weight:700}.menu-card h3{font-size:20px;margin:20px 0 7px}.menu-card p{color:#aaa;font-size:12px;margin:0}.salons{padding-bottom:150px}.salon-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:46px}.salon-head h2{margin:0}.salon-head>p{font-size:12px;color:#777}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:34px}.filters button{border:1px solid #bbb;border-radius:100px;background:transparent;padding:10px 19px;font-size:11px;cursor:pointer}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 18px}.store-card{background:#fff;transition:transform .25s}.store-card:hover{transform:translateY(-4px)}.store-card>img{aspect-ratio:16/10;object-fit:cover}.store-card>div{padding:18px 18px 20px}.store-card span{font-size:9px;color:#777}.store-card h3{font-size:17px;margin:7px 0 18px}.store-card p{font-size:10px;margin:0;border-top:1px solid #e4e4e4;padding-top:13px;display:flex;justify-content:space-between}.recruit{margin:0 4vw 110px;background:var(--lime);display:grid;grid-template-columns:1.1fr 1fr;min-height:520px}.recruit>img{height:100%;object-fit:cover}.recruit>div{padding:7vw;align-self:center}.recruit h2{margin-bottom:20px}.recruit>div>p:not(.section-label){font-size:13px;line-height:1.9}.recruit-links{display:flex;gap:10px;margin-top:34px}.recruit-links a{background:#111;color:#fff;padding:16px 18px;min-width:140px;display:flex;justify-content:space-between;font-size:11px}footer{background:#111;color:#fff;padding:70px 6vw 30px;display:grid;grid-template-columns:1fr 2fr auto;align-items:start;gap:30px}.footer-brand{font-size:22px;font-weight:800;letter-spacing:.15em}footer>div:nth-child(2){display:flex;gap:28px;font-size:10px;letter-spacing:.16em}footer>p{font-size:8px;color:#777}.mobile-reserve{display:none}
@media(max-width:800px){.header{height:66px;padding:0 18px}.brand{font-size:17px}.brand img{width:31px}.top-reserve,.nav{display:none}.menu-button{display:flex;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:6px;padding:9px}.menu-button span{height:1px;background:#111;width:100%}.nav.open{display:flex;position:fixed;top:66px;left:0;right:0;background:var(--paper);padding:35px 24px 45px;flex-direction:column;gap:25px;border-bottom:1px solid var(--line);font-size:14px}.hero{padding:88px 18px 65px;display:flex;flex-direction:column;gap:30px;align-items:stretch}.hero-image{height:52svh;min-height:390px}.hero h1{font-size:42px}.hero-copy{display:flex;flex-direction:column}.kicker{margin-bottom:18px}.hero-lead{font-size:13px;margin-bottom:26px}.hero-actions{gap:18px}.button.primary{min-width:190px}.vertical{display:none}.statement,.menus,.salons{padding:85px 20px}.statement{display:block}.statement>.section-label{margin-bottom:40px}.statement h2,.section-title h2,.salon-head h2,.recruit h2{font-size:34px}.points{margin-top:45px;gap:10px}.points b{font-size:34px}.points li{display:block}.points span{display:block;margin-top:8px}.section-title{display:block}.section-title h2{text-align:left}.menu-grid{grid-template-columns:1fr;gap:44px}.menu-photo{aspect-ratio:5/4}.salon-head{display:block}.salon-head>p{margin-top:22px}.filters{overflow:auto;flex-wrap:nowrap;padding-bottom:5px;margin-right:-20px}.filters button{white-space:nowrap}.store-grid{grid-template-columns:1fr 1fr;gap:12px}.store-card h3{font-size:14px}.store-card>div{padding:13px}.store-card p{display:none}.recruit{margin:0 0 70px;display:flex;flex-direction:column}.recruit>img{height:320px}.recruit>div{padding:55px 22px 65px}.recruit-links{flex-direction:column}.recruit-links a{width:100%}footer{padding:55px 22px 100px;display:block}.footer-brand{margin-bottom:35px}footer>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr;margin-bottom:45px}.mobile-reserve{display:flex;position:fixed;z-index:60;bottom:12px;left:12px;right:12px;background:var(--lime);padding:16px 18px;font-size:12px;font-weight:700;justify-content:space-between;box-shadow:0 8px 30px rgba(0,0,0,.18)}}
