:root{--st-paper: #fdfcf9;--st-cream: #f6f3ee;--st-ink: #352b27;--st-muted: #6f6259;--st-accent: #435f4b;--st-line: #e1dad2}body.st-brand{background:var(--st-paper);color:var(--st-ink);--lc-bg: var(--st-paper);--lc-text: var(--st-ink);--lc-accent: var(--st-accent);--lc-accent-text: var(--st-accent);--lc-text-2: var(--st-muted);--lc-footer-bg: var(--st-footer);--lc-footer-text: var(--st-footer-text);--lc-accent-footer: var(--st-footer-text);--lc-border-soft: var(--st-line);--lc-border: var(--st-line);--lc-radius-card: 2px;--lc-radius-pill: 2px}.st-brand :where(a,button,input,select,summary):focus-visible{outline:2px solid #195b7d;outline-offset:5px}.st-skip{position:fixed;z-index:10000;top:12px;left:12px;padding:14px 20px;background:#fff;color:var(--st-accent);transform:translateY(-180%)}.st-skip:focus{transform:translateY(0)}.st-brand .st-container{max-width:1400px;padding-inline:clamp(24px,4.3vw,72px);margin-inline:auto}.st-brand .st-section{padding-block:clamp(64px,7vw,104px)}.st-brand .st-icon{flex:0 0 auto;width:24px;height:24px}.st-brand .st-eyebrow{margin:0 0 18px;display:flex;align-items:center;gap:12px;color:var(--st-accent);font-size:14px;font-weight:500;letter-spacing:.16em;line-height:1.7}.st-small-rule{display:inline-block;width:28px;height:1px;background:currentColor}.st-brand .st-section h2{margin:0;font-family:var(--font-heading--family);font-weight:500;font-size:clamp(28px,3vw,42px);line-height:1.6;letter-spacing:.07em}.st-brand .st-section p{line-height:1.95}.st-brand .st-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:42px}.st-brand .st-section-head__aside{max-width:380px;font-size:15px}.st-brand .st-section-head__aside p{margin:0 0 12px;color:var(--st-muted)}.st-brand .st-button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:16px 25px;min-height:54px;background:var(--st-accent);color:#fff;border:1px solid var(--st-accent);text-decoration:none;font-size:16px;letter-spacing:.05em;transition:background .2s ease}.st-brand .st-text-link{display:inline-flex;gap:12px;align-items:center;color:inherit;text-decoration:none;font-size:15px;padding-block:9px;border-bottom:1px solid var(--st-line);width:fit-content;min-height:44px}.st-brand .st-text-link .st-icon{width:19px;height:19px;transition:transform .25s ease}.st-brand .st-hero{border-bottom:1px solid var(--st-line)}.st-brand .st-hero__grid{display:grid;grid-template-columns:47% 53%;min-height:620px}.st-brand .st-hero__copy{position:relative;padding:clamp(42px,5vw,72px) clamp(28px,5vw,72px) 42px;display:flex;flex-direction:column;justify-content:center}.st-brand .st-hero h1{font-family:var(--font-heading--family);font-size:clamp(38px,4.35vw,68px);line-height:1.48;font-weight:500;letter-spacing:.055em;color:var(--st-accent);margin:0 0 26px}.st-brand .st-hero__intro{font-size:16px;line-height:2.2;letter-spacing:.04em}.st-brand .st-hero__intro p{margin:0}.st-brand .st-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 22px;margin-top:30px}.st-brand .st-hero__foot{font-size:13px;letter-spacing:.035em;color:var(--st-muted);margin:19px 0 0}.st-brand .st-hero__seal{position:absolute;right:28px;bottom:34px;width:93px;height:93px;border:1px solid var(--st-line);border-radius:50%;display:grid;place-content:center;transform:rotate(-12deg);color:var(--st-accent);font-family:var(--font-heading--family);text-align:center;font-size:14px;line-height:1.8;letter-spacing:.03em}.st-brand .st-hero__visual{position:relative;min-width:0;overflow:hidden;background:var(--st-cream);min-height:620px}.st-brand .st-hero__image{display:block;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center 65%}.st-brand .st-hero__image--illustration{object-fit:contain}.st-brand .st-hero__caption{position:absolute;bottom:28px;right:28px;left:28px;max-width:390px;margin-left:auto;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--st-paper);color:var(--st-ink);text-decoration:none}.st-brand .st-hero__caption small{display:block;color:var(--st-muted);font-size:13px;letter-spacing:.14em;margin-bottom:5px}.st-brand .st-hero__caption strong{font-family:var(--font-heading--family);font-size:19px;font-weight:500}.st-brand .st-arrow-circle{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--st-line);border-radius:50%;flex:0 0 auto}.st-brand .st-hero__service{padding:18px 24px;min-height:66px;display:flex;justify-content:center;align-items:center;gap:40px;font-size:14px;letter-spacing:.04em}.st-brand .st-hero__service>*{display:flex;align-items:center;gap:12px}.st-brand .st-hero__service a{color:var(--st-ink);text-decoration:none}.st-brand .st-hero__service>*+*{border-left:1px solid var(--st-line);padding-left:40px}.st-signature__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.st-brand .st-product{min-width:0}.st-brand .st-product__picture{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:var(--st-cream)}.st-brand .st-product__picture img,.st-product__placeholder{display:block;height:100%;width:100%;object-fit:cover;transition:transform .5s ease}.st-brand .st-product__number{position:absolute;top:12px;left:16px;font-family:Georgia,serif;font-style:italic;font-size:24px;background:var(--st-paper);color:var(--st-accent);min-width:44px;min-height:44px;display:grid;place-content:center}.st-brand .st-product__soldout{position:absolute;right:12px;bottom:12px;background:var(--st-paper);color:var(--st-ink);padding:8px 12px;font-size:14px}.st-brand .st-product__body{padding-top:23px}.st-brand .st-product__occasion{font-size:13px;letter-spacing:.06em;color:var(--st-accent);margin:0 0 7px}.st-brand .st-product h3{font-family:var(--font-heading--family);font-size:24px;font-weight:500;letter-spacing:.06em;margin:0 0 13px;line-height:1.5}.st-brand .st-product h3 a{color:inherit;text-decoration:none}.st-brand .st-product__text{color:var(--st-muted);font-size:15px;margin:0;min-height:78px}.st-brand .st-product__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--st-line);margin-top:20px;padding-top:12px}.st-brand .st-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;margin:0;font-size:17px;font-variant-numeric:tabular-nums}.st-brand .st-price small,.st-price s{font-size:13px}.st-brand .st-price s{color:var(--st-muted)}.st-brand .st-philosophy{background:var(--st-cream);border-block:1px solid var(--st-line)}.st-philosophy__top{display:grid;grid-template-columns:1fr 1.12fr;gap:55px;align-items:center}.st-brand .st-philosophy h2{font-size:clamp(32px,3.3vw,48px);line-height:1.6;color:var(--st-accent)}.st-brand .st-prose{margin-top:25px;font-size:16px}.st-brand .st-prose p{margin:0 0 20px;line-height:2.1}.st-brand .st-craft-art{display:block;width:100%;height:auto;mix-blend-mode:multiply}.st-brand .st-philosophy__handwriting{text-align:center;font-family:var(--font-heading--family);font-size:16px;letter-spacing:.1em;color:var(--st-accent)}.st-craft-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:58px;padding-top:35px;border-top:1px solid var(--st-line);gap:30px}.st-brand .st-craft{display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;align-items:start}.st-brand .st-craft img{width:86px;height:72px}.st-brand .st-craft__number{font-family:Georgia,serif;font-size:15px;color:var(--st-accent);margin:0 0 6px}.st-brand .st-craft h3{font-family:var(--font-heading--family);font-size:18px;font-weight:500;line-height:1.6;margin:0 0 12px}.st-brand .st-craft h3+p{font-size:14px;color:var(--st-muted);margin:0}.st-brand .st-maker{display:grid;grid-template-columns:235px minmax(0,1fr);gap:38px;align-items:center;border-top:1px solid var(--st-line);padding-top:38px;margin-top:38px;max-width:890px;margin-inline:auto}.st-brand .st-maker>img{display:block;width:235px;height:175px;object-fit:cover}.st-brand .st-maker h3{font-family:var(--font-heading--family);font-size:27px;font-weight:500;margin:0 0 12px}.st-brand .st-maker p:last-child{font-size:15px;color:var(--st-muted);margin:0}.st-brand .st-maker .st-eyebrow{margin-bottom:8px}.st-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.st-brand .st-guide-item{border-top:1px solid var(--st-line);padding-top:24px}.st-brand .st-guide-item>.st-icon{width:34px;height:34px;color:var(--st-accent)}.st-brand .st-guide-item h3{font-family:var(--font-heading--family);font-size:20px;font-weight:500;margin:18px 0 12px}.st-brand .st-guide-item p{font-size:15px;color:var(--st-muted);margin:0 0 10px}.st-brand .st-product-summary{font-size:16px;line-height:1.9}.st-brand .st-product-summary>p{margin:0 0 16px}.st-brand .st-product-summary__notes{padding:16px 18px;border-left:2px solid var(--st-accent);background:var(--st-cream);font-size:14px}.st-brand .st-product-summary__notes p{margin:0 0 6px;line-height:1.9}.st-brand .st-product-summary__notes .st-text-link{font-size:14px;padding-block:4px}.st-editor-note{padding:32px;border:1px dashed var(--st-line);font-size:16px}.st-brand .lc-hdr{--lc-hdr-y: 15px;--lc-hdr-navpad-x: 14px;background:var(--st-paper)}.st-brand .lc-hdr__top-inner{padding-block:16px}.st-brand .lc-hdr__link{font-size:15px}.st-brand .lc-hdr__info-caption{font-size:12px}.st-brand .lc-hdr__info-title{font-size:16px}.st-brand .lc-hdr__actions .lc-btn{font-size:14px}.st-brand .lc-hdr__search--desk{max-width:430px;margin-left:auto}.st-brand .lc-section :where(h2),.st-brand .lc-promo .lc-promo__heading{font-size:clamp(28px,2.8vw,40px);letter-spacing:.05em;line-height:1.6;font-weight:500}.st-brand .lc-promo{padding-block:72px;margin:0;background:var(--st-cream)}.st-brand .lc-promo__head{margin-bottom:36px}.st-brand .lc-promo__sub{font-size:15px;color:var(--st-muted)}.st-brand .lc-promo__card{border-radius:0}.st-brand .lc-promo__media{padding-top:74%}.st-brand .lc-promo__body{padding:27px 24px 30px;text-align:left}.st-brand .lc-promo .lc-promo__title{font-size:23px;line-height:1.7}.st-brand .lc-promo__caption{font-size:13px;letter-spacing:.08em}.st-brand .lc-promo .lc-btn{background:transparent;color:var(--st-ink);border:0;border-bottom:1px solid var(--st-line);padding:10px 0;font-size:14px}.st-brand .lc-promo .lc-btn:hover{background:transparent;color:var(--st-accent)}.st-brand .lc-sta__map{border-radius:0}.st-brand .lc-sta__route{font-size:15px}.st-brand .lc-footer{background:var(--st-footer)}.st-brand .lc-footer .lc-footer__title{color:var(--st-footer-text);font-size:19px}.st-brand .lc-footer .lc-footer__body,.st-brand .lc-footer .lc-footer__link{color:var(--st-footer-text);font-size:15px}.st-brand .lc-rt__heading{white-space:pre-line}.st-brand .lc-rt{background:var(--st-cream)}.st-brand .lc-rt__image{border-radius:0}@media(hover:hover)and (pointer:fine){.st-brand .st-button:hover{background:var(--st-hover)}.st-brand .st-text-link:hover .st-icon{transform:translate(4px)}.st-brand .st-product__picture:hover img{transform:scale(1.035)}.st-brand .st-hero__caption:hover .st-arrow-circle{background:var(--st-accent);color:#fff}}@media(prefers-reduced-motion:no-preference){.st-brand .st-arrived{animation:st-arrive .55s ease-out both}@keyframes st-arrive{0%{transform:translateY(12px)}to{transform:translateY(0)}}}@media(min-width:1600px){.st-brand .st-hero__copy{padding-left:max(72px,calc((100vw - 1400px)/2 + 60px))}}@media(max-width:1199px){.st-brand .st-hero__seal{display:none}.st-brand .st-hero__grid,.st-brand .st-hero__visual{min-height:590px}.st-brand .st-craft{grid-template-columns:1fr}.st-brand .st-hero__actions{gap:8px 15px}}@media(max-width:899px){.st-brand .st-hero__grid{grid-template-columns:1fr;min-height:0}.st-brand .st-hero__copy{padding:44px 32px 38px}.st-brand .st-hero h1{font-size:47px;line-height:1.45;margin-bottom:20px}.st-brand .st-hero__visual{min-height:0;aspect-ratio:1.32}.st-brand .st-hero__image{object-position:center 70%}.st-brand .st-hero__intro{font-size:15px;line-height:2}.st-brand .st-hero__actions{margin-top:22px}.st-brand .st-hero__foot{font-size:12px}.st-brand .st-hero__caption{bottom:20px;left:20px;right:20px;padding:13px 16px}.st-brand .st-hero__service{flex-direction:column;gap:8px;padding:16px 20px}.st-brand .st-hero__service>*+*{border-left:0;padding-left:0}.st-brand .st-section-head{align-items:start;flex-direction:column;gap:12px}.st-brand .st-section-head__aside p{margin-bottom:0}.st-brand .st-signature__grid{gap:22px}.st-brand .st-product h3{font-size:21px}.st-philosophy__top{gap:25px}.st-guide-grid{gap:24px}}@media(max-width:767px){.st-brand .st-signature__grid{grid-template-columns:1fr;gap:40px}.st-brand .st-product{display:grid;grid-template-columns:42% minmax(0,1fr);gap:18px;align-items:start}.st-brand .st-product__picture{aspect-ratio:.85}.st-brand .st-product__number{left:8px;top:8px;font-size:17px;min-width:30px;min-height:30px}.st-brand .st-product__body{padding:0}.st-brand .st-product__occasion{font-size:12px;margin-bottom:5px}.st-brand .st-product h3{font-size:20px;margin-bottom:8px}.st-brand .st-product__text{font-size:14px;min-height:0;line-height:1.8}.st-brand .st-product__bottom{margin-top:12px;padding-top:9px;gap:0}.st-brand .st-product__bottom .st-text-link{font-size:13px}.st-brand .st-price{font-size:15px}.st-brand .st-philosophy__top{grid-template-columns:1fr}.st-brand .st-philosophy__art{order:2;margin-top:8px}.st-brand .st-philosophy h2{font-size:36px}.st-brand .st-craft-grid{grid-template-columns:1fr;gap:27px;margin-top:30px;padding-top:30px}.st-brand .st-craft{grid-template-columns:85px minmax(0,1fr);gap:16px}.st-brand .st-craft h3{margin-bottom:7px}.st-brand .st-maker{grid-template-columns:90px minmax(0,1fr);align-items:start;gap:20px}.st-brand .st-maker>img{width:90px;height:112px;object-position:60% center}.st-brand .st-maker h3{font-size:23px}.st-brand .st-maker .st-eyebrow{font-size:12px}.st-brand .st-maker p:last-child{font-size:14px}.st-brand .st-guide-grid{grid-template-columns:1fr;gap:30px}.st-brand .st-guide-item{position:relative;padding-left:50px}.st-brand .st-guide-item>.st-icon{position:absolute;left:0;top:24px}.st-brand .st-guide-item h3{margin-top:0}.st-brand .lc-promo{padding-block:56px}.st-brand .lc-promo__media{padding-top:66%}.st-brand .lc-promo__body{padding:24px}.st-brand .lc-promo .lc-promo__title{font-size:24px}.st-brand .lc-hdr__top-inner{padding-block:13px}}@media(max-width:430px){.st-brand .st-hero__copy{padding-inline:24px}.st-brand .st-hero h1{font-size:42px}}@media(max-width:380px){.st-brand .st-button{font-size:15px;gap:16px;padding-inline:18px}.st-brand .st-product{grid-template-columns:40% minmax(0,1fr);gap:14px}}@media(prefers-reduced-motion:reduce){.st-brand *,.st-brand *:before,.st-brand *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.st-brand .st-hero__decoration{position:absolute;right:24px;bottom:95px;width:116px;height:116px;object-fit:contain;opacity:.68;pointer-events:none;filter:brightness(.75) saturate(.7)}.st-brand .st-signature__container{position:relative}.st-brand .st-signature__ornament{position:absolute;width:90px;height:90px;right:45%;top:-20px;object-fit:contain;opacity:.6;filter:brightness(.75) saturate(.7);pointer-events:none}.st-brand .st-philosophy__art{position:relative}.st-brand .st-craft-art{width:min(100%,420px);margin:0 auto;opacity:.8;filter:brightness(.72) saturate(.65)}.st-brand .st-philosophy__handwriting:after{content:"";display:block;height:24px;width:200px;margin:18px auto 0;background:url(st-ornament.svg) center/contain no-repeat;opacity:.7}.st-brand .st-guide-item{position:relative}.st-brand .st-guide-decoration{width:76px;height:76px;position:absolute;top:3px;right:0;opacity:.7;filter:brightness(.75) saturate(.7)}.st-brand .st-guide-item:has(.st-guide-decoration){padding-top:80px}.st-brand .lc-promo__body{position:relative}.st-brand .st-promo-decoration{width:62px;height:62px;object-fit:contain;position:absolute;right:15px;top:-29px;opacity:.82;filter:brightness(.75) saturate(.7);pointer-events:none}.st-brand .st-philosophy{border-top:4px double var(--st-line)}.st-brand .st-section-head{position:relative}@media(min-width:1200px){.st-brand .st-hero__intro{padding-right:60px}}@media(max-width:1199px){.st-brand .st-hero__decoration{width:75px;height:75px;right:25px;bottom:165px;opacity:.45}}@media(max-width:899px){.st-brand .st-hero__decoration{width:128px;height:128px;right:8%;bottom:104px;opacity:.65}.st-brand .st-signature__ornament{width:68px;height:68px;right:24px;top:0}}@media(max-width:767px){.st-brand .st-hero__decoration{width:58px;height:58px;right:18px;bottom:17px;opacity:.6}.st-brand .st-signature__ornament{top:-40px;width:62px;height:62px}.st-brand .st-guide-item:has(.st-guide-decoration){padding-top:24px}.st-brand .st-guide-decoration{top:17px;left:-8px;right:auto;width:50px;height:50px}}@media(prefers-reduced-motion:no-preference){.st-brand .st-hero__decoration{animation:st-tea-settle 1.1s ease-out both}@keyframes st-tea-settle{0%{transform:translateY(8px) rotate(-4deg)}to{transform:translateY(0) rotate(0)}}}.st-brand :where(.st-hero,.st-section,.st-product-summary) :where(h1,h2,h3,p,a){overflow-wrap:anywhere}.st-brand .lc-promo__media{padding-top:0;aspect-ratio:1.35}.st-brand .lc-promo__img{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0}.st-brand .lc-promo .lc-promo__title{text-align:left}@media(min-width:900px)and (max-height:820px){.st-brand .st-hero__grid,.st-brand .st-hero__visual{min-height:510px}.st-brand .st-hero__copy{padding-top:32px;padding-bottom:28px}.st-brand .st-hero h1{font-size:54px;line-height:1.4;margin-bottom:20px}.st-brand .st-hero__intro{font-size:15px;line-height:1.9}.st-brand .st-hero__actions{margin-top:22px}.st-brand .st-hero__decoration{width:95px;height:95px;bottom:145px}}.st-brand .st-philosophy{background:var(--st-paper)}.st-brand .st-philosophy__top{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:clamp(32px,4vw,64px);align-items:start}.st-brand .st-philosophy__top--text{grid-template-columns:minmax(0,800px);justify-content:center}.st-brand .st-maker-portrait{margin:0;position:sticky;top:36px}.st-brand .st-maker-portrait img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}.st-brand .st-maker-portrait figcaption{font-size:13px;letter-spacing:.12em;color:var(--st-muted);padding-top:14px}.st-brand .st-maker-statement{padding-top:20px;border-top:1px solid var(--st-line);margin-top:24px}.st-brand .st-maker-statement h3{font-family:var(--font-heading--family);font-size:24px;font-weight:500;margin:0 0 12px}.st-brand .st-maker-statement p{font-size:15px;color:var(--st-muted);margin:0 0 14px}.st-brand .st-craft-grid{margin-top:64px;padding-top:30px;gap:40px}.st-brand .st-craft{display:flex;flex-direction:column;gap:15px}.st-brand .st-craft-vignette{display:block;width:180px;height:180px;background-image:url(st-craft-atlas-v2.webp);background-size:300% 200%;background-repeat:no-repeat;background-position:0 50%;mix-blend-mode:multiply}.st-brand .st-craft-vignette--recipe{background-position:50% 50%}.st-brand .st-craft-vignette--oven{background-position:100% 50%}.st-brand .st-craft h3{font-size:21px}.st-brand .st-craft h3+p{font-size:15px}.st-brand .st-craft__number{font-size:16px}.st-brand .lc-cats__circle{background:transparent!important;border:0;border-radius:0}.st-brand .st-category-vignette{display:block;width:100%;aspect-ratio:1;background-image:url(st-category-atlas-v2.webp);background-size:300% 200%;background-repeat:no-repeat;mix-blend-mode:multiply}.st-category-vignette--wagashi{background-position:0 0}.st-category-vignette--yogashi{background-position:50% 0}.st-category-vignette--frozen{background-position:100% 0}.st-category-vignette--ambient{background-position:0 100%}.st-category-vignette--season{background-position:50% 100%}.st-category-vignette--bestseller{background-position:100% 100%}.st-brand .st-guide-item{padding:24px 0 0;display:flex;flex-direction:column}.st-brand .st-guide-number{font-family:Georgia,serif;font-size:38px;line-height:1.3;font-style:italic;color:var(--st-accent);display:block;margin-bottom:16px}.st-brand .st-guide-item h3{margin-top:0}.st-brand .st-guide-item .st-text-link{margin-top:auto}@media(max-width:899px){.st-brand .st-philosophy__top{grid-template-columns:1fr;gap:34px}.st-brand .st-maker-portrait{position:static;margin-inline:-24px}.st-brand .st-maker-portrait figcaption{padding-inline:24px}.st-brand .st-craft{display:grid;grid-template-columns:120px minmax(0,1fr);gap:22px}.st-brand .st-craft-vignette{width:120px;height:120px}.st-brand .st-craft-grid{grid-template-columns:1fr;gap:30px}.st-brand .st-craft h3{font-size:19px}.st-brand .st-guide-item{padding-left:0}}.st-brand :is(.st-category-vignette,.st-craft-vignette){filter:brightness(1.08) saturate(.85);clip-path:inset(0 4%)}.st-brand .st-craft,.st-brand .lc-cats__circle{background:var(--st-paper)!important}.st-brand .lc-cats__circle{border-radius:0!important}.st-brand .lc-testimonial__avatar-image:has(.st-quote-mark){background:transparent}.st-brand .st-quote-mark{display:block;font-family:Georgia,serif;font-size:88px;line-height:1;color:var(--st-accent)}.st-brand .st-category-vignette{--st-sheet-size: 295.3846% 200%;--st-sheet-position: 1.9685% 0%;background-image:none;clip-path:none;filter:none;display:flex;align-items:center;justify-content:center;transform-origin:50% 55%}.st-brand .st-category-vignette:before{content:"";display:block;width:92%;height:92%;background-image:url(st-category-atlas-v2.webp);background-size:var(--st-sheet-size);background-position:var(--st-sheet-position);background-repeat:no-repeat;mix-blend-mode:multiply;filter:brightness(1.08) saturate(.85)}.st-brand .st-category-vignette--yogashi{--st-sheet-size:307.2% 200%;--st-sheet-position:51.7375% 0%}.st-brand .st-category-vignette--frozen{--st-sheet-size:309.6774% 200%;--st-sheet-position:100% 0%}.st-brand .st-category-vignette--ambient{--st-sheet-size:301.1765% 200%;--st-sheet-position:.9747% 100%}.st-brand .st-category-vignette--season{--st-sheet-size:289.8113% 200%;--st-sheet-position:52.6839% 100%}.st-brand .st-category-vignette--bestseller{--st-sheet-size:309.6774% 200%;--st-sheet-position:100% 100%}@media(prefers-reduced-motion:no-preference){.st-brand .st-category-vignette{transition:transform .42s cubic-bezier(.22,.7,.3,1)}.st-brand .st-craft-vignette{transition:transform .42s cubic-bezier(.22,.7,.3,1);transform-origin:50% 70%}.st-brand .lc-cats__item:focus-visible .st-category-vignette{transform:translateY(-4px) rotate(-3deg) scale(1.06)}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:no-preference){.st-brand .lc-cats__item:hover .st-category-vignette{transform:translateY(-4px) rotate(-3deg) scale(1.06)}.st-brand .lc-cats__slide:nth-child(2n) .lc-cats__item:hover .st-category-vignette{transform:translateY(-4px) rotate(3deg) scale(1.06)}.st-brand .st-craft:hover .st-craft-vignette{transform:translateY(-3px) rotate(-2deg) scale(1.04)}}.st-brand .st-category-vignette{background-color:var(--st-paper)}.st-brand .st-category-vignette{mix-blend-mode:normal}.st-brand .st-craft-vignette{position:relative;isolation:isolate;background-image:none;background-color:var(--st-paper);mix-blend-mode:normal;filter:none;clip-path:none}.st-brand .st-craft-vignette:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(st-craft-atlas-v2.webp);background-size:300% 200%;background-position:inherit;background-repeat:no-repeat;mix-blend-mode:multiply;filter:brightness(1.08) saturate(.85);clip-path:inset(0 4%)}.st-brand .st-button--secondary{background:transparent;color:var(--st-accent)}.st-brand .st-button--secondary:hover{color:#fff}.st-brand .st-hero__actions{align-items:stretch;gap:12px}.st-brand .st-hero__actions .st-button{justify-content:center;gap:14px}.st-brand .st-hero__visual{display:flex;aspect-ratio:auto;min-height:0;overflow:visible}.st-brand .st-carousel{display:flex;flex-direction:column;width:100%;min-width:0}.st-brand .st-carousel__track{position:relative;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;flex:1;align-items:stretch}.st-brand .st-carousel__slide{flex:0 0 100%;min-width:0;scroll-snap-align:start;display:flex;flex-direction:column}.st-brand .st-carousel__photo{position:relative;flex:1;min-height:420px;background:var(--st-cream)}.st-brand .st-carousel .st-hero__image{object-position:center 65%}.st-brand .st-carousel .st-hero__badge{position:absolute;z-index:1;top:18px;right:18px}.st-brand .st-carousel .st-hero__caption{position:static;margin:0;max-width:none;width:100%;box-sizing:border-box;padding:18px 28px;flex:0 0 auto;min-height:94px}.st-brand .st-carousel .st-hero__caption strong{overflow-wrap:anywhere}.st-brand .st-carousel__controls{min-height:62px;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:8px 24px;background:var(--st-paper);border-top:1px solid var(--st-line);font-size:14px}.st-brand .st-carousel__controls[hidden]{display:none}.st-brand .st-carousel__controls button{min-height:44px;min-width:44px;padding:8px 12px;font:inherit;color:var(--st-accent);background:transparent;border:1px solid var(--st-line);cursor:pointer}.st-brand .st-carousel__controls button:hover{background:var(--st-cream)}.st-brand .st-carousel__controls button:disabled{cursor:default;color:var(--st-muted)}.st-brand .st-carousel__hint{margin-right:auto}.st-brand .st-carousel__toggle{min-width:82px}.st-brand .st-carousel [data-carousel-status]{min-width:38px;text-align:center;font-variant-numeric:tabular-nums}.st-brand .lc-icons{background:var(--st-cream)}@media(max-width:899px){.st-brand .st-carousel__photo{min-height:0;flex:none;aspect-ratio:1.25}.st-brand .st-hero__actions .st-button:first-child,.st-brand .st-hero__actions .st-button--secondary{flex:1 1 100%}.st-brand .st-carousel .st-hero__caption{min-height:96px;padding:16px 24px}.st-brand .st-carousel__controls{padding:8px 16px;gap:8px;flex-wrap:wrap}.st-brand .st-carousel__hint{font-size:12px}.st-brand .st-carousel__controls button{padding:8px}}body.st-brand{--st-paper:#f7faf6;--st-cream:#edf2e9;--st-ink:#29382e;--st-muted:#576458;--st-accent:#435f4b;--st-hover:#304736;--st-line:#ccd7ca;--st-footer:#263c2d;--st-footer-text:#f5f8f2}body.st-brand[data-st-palette=ivory]{--st-paper:#f6f9fc;--st-cream:#eaf0f5;--st-ink:#283744;--st-muted:#556675;--st-accent:#365a73;--st-hover:#264257;--st-line:#cbd6e0;--st-footer:#243b4d;--st-footer-text:#f3f7fb}body.st-brand[data-st-palette=sakura]{--st-paper:#fcfaf5;--st-cream:#f1eadb;--st-ink:#343630;--st-muted:#66665a;--st-accent:#555a4c;--st-hover:#393e33;--st-line:#dad7c9;--st-footer:#343a30;--st-footer-text:#f9f7ef}body.st-brand[data-st-palette=orange]{--st-paper:#fff5e6;--st-cream:#ffdfb6;--st-ink:#463729;--st-muted:#705740;--st-accent:#ad5009;--st-hover:#813b05;--st-line:#e7c8a3;--st-footer:#533820;--st-footer-text:#fff5e6}body.st-brand[data-st-palette=peach]{--st-paper:#fff0e5;--st-cream:#f8d4b6;--st-ink:#493a30;--st-muted:#745a49;--st-accent:#8d5532;--st-hover:#6c3f23;--st-line:#e8c4a9;--st-footer:#513b2e;--st-footer-text:#fff0e5}body.st-brand[data-st-palette=apricot]{--st-paper:#fff9ed;--st-cream:#f5e7cc;--st-ink:#423d31;--st-muted:#6e624d;--st-accent:#916012;--st-hover:#6c460c;--st-line:#e0d2b7;--st-footer:#49402c;--st-footer-text:#fff9ed}body.st-brand[data-st-palette=airy]{--st-paper:#FBFAF7;--st-cream:#F2F0EB;--st-ink:#332F2C;--st-muted:#625E58;--st-accent:#8D252B;--st-accent-soft:#B56A6D;--st-hover:#6E1D22;--st-line:#DDD8D0;--st-footer:#332F2C;--st-footer-text:#F7F5EF}body.st-brand{--lc-bg:var(--st-paper);--lc-text:var(--st-ink);--lc-text-2:var(--st-muted);--lc-accent:var(--st-accent);--lc-accent-text:var(--st-accent);--lc-bg-2:var(--st-cream);--lc-bg-3:var(--st-cream);--lc-bg-4:var(--st-paper);--lc-footer-bg:var(--st-footer);--lc-footer-text:var(--st-footer-text);--lc-accent-footer:var(--st-footer-text);--lc-border:var(--st-line);--lc-border-soft:var(--st-line);--lc-hv-accent-dark:var(--st-hover);--lc-hv-circle-hover:var(--st-cream);--color-highlight:var(--st-accent)}.st-brand :is(.lc-hdr__logo-img,.lc-hdr__sticky-logo-img){filter:grayscale(1) brightness(.65)}.st-brand :is(.st-hero__image--illustration,.st-hero__decoration,.st-signature__ornament,.st-craft-art,.st-guide-decoration,.st-promo-decoration){filter:grayscale(1) brightness(.72)}.st-brand :is(.st-category-vignette,.st-craft-vignette):before{filter:grayscale(1) brightness(1.08)}body.st-brand[data-st-palette=airy] :is(h1,h2,h3,h4,h5,h6){color:var(--st-ink)}body.st-brand[data-st-palette=airy] .lc-anb{background:var(--st-paper);color:var(--st-ink);border-bottom:1px solid var(--st-line)}body.st-brand[data-st-palette=airy] .lc-anb a{color:var(--st-ink)}body.st-brand[data-st-palette=airy] .st-small-rule{background:var(--st-accent-soft)}body.st-brand[data-st-palette=airy] .lc-promo{background:var(--st-paper);border-top:1px solid var(--st-line)}body.st-brand[data-st-palette=airy] .st-philosophy,body.st-brand[data-st-palette=airy] .lc-cats{background:var(--st-paper);border-block:0}body.st-brand[data-st-palette=airy] :is(.lc-shn,.lc-sta,.lc-rt){background:var(--st-paper)}body.st-brand[data-st-palette=airy] .lc-footer{--lc-footer-border:rgba(247,245,239,.22);--lc-accent-footer:var(--st-footer-text)}body.st-brand[data-st-palette=airy] .lc-footer :is(h1,h2,h3,h4,h5,h6){color:var(--st-footer-text)}body.st-brand[data-st-palette=airy] :is(.lc-hdr__logo-img,.lc-hdr__sticky-logo-img){filter:none}body.st-brand[data-st-palette=airy] :where(.lc-rte,.lc-mprte,.lc-pemb__body,.lc-shn__body,.lcma__body) :where([style*=color]){color:var(--st-ink)!important}body.st-brand[data-st-palette=airy] .st-shopping-guide{padding-bottom:clamp(24px,2.2vw,32px)}body.st-brand[data-st-palette=airy] .shopify-section:has(>.st-shopping-guide)+.shopify-section .lc-shn{margin-top:0;padding-top:clamp(24px,2.2vw,32px)}[data-design=local] .st-brand .lc-mpa{color:var(--st-ink);background:var(--st-paper);border-block-end:1px solid var(--st-line)}[data-design=local] .st-brand .lc-mpa__head{min-height:56px;padding-block:18px;font-family:var(--font-body--family);font-size:16px;font-weight:500;line-height:1.6}[data-design=local] .st-brand .lc-mpa__title{min-width:0;overflow-wrap:anywhere}[data-design=local] .st-brand :is(.lc-mpa__icon,.lc-mpa__chev),[data-design=local] .st-brand .lc-mpa[open] .lc-mpa__head{color:var(--st-accent)}[data-design=local] .st-brand .lc-mpa__head:focus-visible{outline:2px solid var(--st-accent);outline-offset:3px;box-shadow:none}[data-design=local] .st-brand .lc-mpa__body{padding:0 18px 24px 32px}[data-design=local] .st-brand .lc-mpa__body,[data-design=local] .st-brand .lc-mpa__body .lc-mprte{color:var(--st-ink);font-family:var(--font-body--family);font-size:15px;line-height:1.9;overflow-wrap:anywhere}[data-design=local] .st-brand .lc-mpa__body :where(p,ul,ol){margin-block:12px}[data-design=local] .st-brand .lc-mpa__body :where(p,ul,ol,li){font-size:inherit;line-height:inherit}[data-design=local] .st-brand .lc-mpa__body :where(.lc-mprte,.metafield-rich_text_field)>:first-child{margin-block-start:0}[data-design=local] .st-brand .lc-mpa__body :where(.lc-mprte,.metafield-rich_text_field)>:last-child{margin-block-end:0}@media(max-width:767px){[data-design=local] .st-brand .lc-mpa__body,[data-design=local] .st-brand .lc-mpa__body .lc-mprte{font-size:14px}}@media(prefers-reduced-motion:reduce){[data-design=local] .st-brand .lc-mpa__chev{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/st-brand.css.map */
