:root{--handa-font: "Noto Sans JP", sans-serif;--handa-bg: #FAF8F5;--handa-bg-accent: #F3EDE7;--handa-text: #2C2420;--handa-text-sub: #6B5E54;--handa-accent: #B8960C;--handa-border: #DDD8D2;--handa-btn: #2C2420;--handa-btn-text: #FAF8F5;--handa-btn-hover: #463A32;--handa-cta: #6B8E4E;--handa-cta-hover: #587740;--handa-radius: 2px}body{font-family:var(--handa-font)!important;background-color:var(--handa-bg)!important;color:var(--handa-text)!important;letter-spacing:.04em;line-height:1.8;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.h4,.h5{font-family:var(--handa-font)!important;color:var(--handa-text)!important;font-weight:500;letter-spacing:.04em}.header-wrapper,sticky-header{background-color:var(--handa-bg)!important}.header{background-color:var(--handa-bg)!important;border-bottom:1px solid var(--handa-border)}.header__heading-link{color:var(--handa-text)!important;font-weight:500;letter-spacing:.08em}.header__heading-link .h2{white-space:nowrap;font-size:1.875rem;letter-spacing:.14em}@media screen and (max-width:749px){.header__heading-link .h2{font-size:1.5rem;letter-spacing:.1em}}.handa-logo-img{display:block;height:72px;width:auto;max-width:100%}@media screen and (max-width:749px){.handa-logo-img{height:52px}}.handa-section{max-width:1200px;margin:0 auto;padding:80px 24px}@media screen and (max-width:749px){.handa-section{padding:48px 16px}}.handa-section__title{font-size:2.25rem;font-weight:600;text-align:center;letter-spacing:.08em;margin-bottom:12px;color:var(--handa-text)}.handa-section__subtitle{font-size:1rem;text-align:center;color:var(--handa-text-sub);letter-spacing:.16em;text-transform:uppercase;margin-bottom:56px}@media screen and (max-width:749px){.handa-section__title{font-size:1.75rem}.handa-section__subtitle{font-size:.9375rem;margin-bottom:40px}}.handa-hero{position:relative;width:100%;height:100vh;min-height:600px;max-height:900px;overflow:hidden;display:flex;align-items:center;justify-content:center}.handa-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.handa-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2c242026,#2c242059)}.handa-hero__content{position:relative;z-index:2;text-align:center;color:#fff;padding:120px;max-width:min(92%,900px);background:radial-gradient(ellipse 56% 48% at center,rgba(20,15,12,.55) 0%,rgba(20,15,12,.48) 30%,rgba(20,15,12,.35) 55%,rgba(20,15,12,.15) 80%,transparent 100%)}@media screen and (max-width:749px){.handa-hero__content{padding:80px 40px}}.handa-hero__catch{font-size:3.25rem;font-weight:600;letter-spacing:.14em;line-height:1.55;margin-bottom:20px;color:#fff!important;text-shadow:0 2px 16px rgba(0,0,0,.65),0 0 2px rgba(0,0,0,.4)}.handa-hero__sub{font-size:1.125rem;letter-spacing:.12em;color:#fff!important;opacity:1;text-shadow:0 2px 10px rgba(0,0,0,.6)}.handa-hero__scroll{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:2;color:#fff;font-size:.75rem;letter-spacing:.16em;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.7}.handa-hero__scroll-line{width:1px;height:40px;background:#fff;animation:scrollLine 1.5s ease-in-out infinite}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}@media screen and (max-width:749px){.handa-hero{height:80vh;min-height:480px}.handa-hero__catch{font-size:1.875rem;line-height:1.5}.handa-hero__sub{font-size:.9375rem}}.handa-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media screen and (max-width:989px){.handa-products__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (max-width:749px){.handa-products__grid{grid-template-columns:1fr;gap:24px}}.handa-card{background:#fff;border-radius:var(--handa-radius);overflow:hidden;transition:box-shadow .3s ease}.handa-card:hover{box-shadow:0 4px 24px #2c242014}.handa-card__image-link{display:block;aspect-ratio:1;overflow:hidden;background:#f5f0eb}.handa-card__image-link img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.handa-card:hover .handa-card__image-link img{transform:scale(1.03)}.handa-card__info{padding:24px}.handa-card__title{font-size:1.5rem;font-weight:600;margin:0 0 8px;color:var(--handa-text);letter-spacing:.04em;line-height:1.5}.handa-card__desc{font-size:1.125rem;color:var(--handa-text-sub);margin:0 0 16px;line-height:1.7}.handa-card__price{font-size:1.875rem;font-weight:600;color:var(--handa-text);margin:0 0 22px}.handa-card__price small{font-size:1rem;font-weight:400;color:var(--handa-text-sub);margin-left:6px}.handa-card__form{display:flex;flex-direction:column;gap:12px}.handa-card__quantity{display:flex;align-items:center;gap:8px}.handa-card__quantity label{font-size:.8125rem;color:var(--handa-text-sub);min-width:2em}.handa-card__quantity input{width:64px;height:40px;border:1px solid var(--handa-border);border-radius:var(--handa-radius);text-align:center;font-family:var(--handa-font);font-size:.9375rem;color:var(--handa-text);background:var(--handa-bg)}.handa-card__btn{display:block;width:100%;background:var(--handa-cta);color:var(--handa-btn-text);border:none;border-radius:var(--handa-radius);font-family:var(--handa-font);font-size:1.25rem;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:background .3s ease,transform .2s ease;text-align:center;box-shadow:0 2px 8px #6b8e4e38;padding:18px}.handa-card__btn:hover{background:var(--handa-cta-hover);transform:translateY(-1px)}.handa-card__btn:disabled{background:var(--handa-border);color:var(--handa-text-sub);cursor:not-allowed}.handa-story{background-color:var(--handa-bg-accent)}.handa-story__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.handa-story__text h3{font-size:1.875rem;font-weight:600;margin-bottom:28px;line-height:1.6;letter-spacing:.06em}.handa-story__text p{font-size:1.3125rem;line-height:2;color:var(--handa-text-sub)}.handa-story__image{aspect-ratio:3 / 2;overflow:hidden;border-radius:var(--handa-radius)}.handa-story__image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:749px){.handa-story__inner{grid-template-columns:1fr;gap:32px}.handa-story__image{aspect-ratio:16 / 9}}.handa-recipe__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.handa-recipe__item{text-align:center}.handa-recipe__item-image{aspect-ratio:1;overflow:hidden;border-radius:var(--handa-radius);margin-bottom:16px}.handa-recipe__item-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.handa-recipe__item:hover .handa-recipe__item-image img{transform:scale(1.03)}.handa-recipe__item h3{font-size:1.375rem;font-weight:600;margin-bottom:12px;letter-spacing:.04em}.handa-recipe__item p{font-size:1.0625rem;color:var(--handa-text-sub);line-height:1.9}@media screen and (max-width:749px){.handa-recipe__grid{grid-template-columns:1fr;gap:32px}}.handa-gift{background-color:var(--handa-bg-accent)}.handa-gift__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.handa-gift__image{aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--handa-radius)}.handa-gift__image img{width:100%;height:100%;object-fit:cover}.handa-gift__text h3{font-size:1.875rem;font-weight:600;margin-bottom:28px;line-height:1.6}.handa-gift__text p{font-size:1.125rem;line-height:2;color:var(--handa-text-sub);margin-bottom:16px}.handa-gift__features{list-style:none;padding:0;margin:24px 0 0}.handa-gift__features li{font-size:1.0625rem;color:var(--handa-text-sub);padding:12px 0;border-bottom:1px solid var(--handa-border);display:flex;align-items:center;gap:10px}.handa-gift__features li:before{content:"";display:block;width:6px;height:6px;background:var(--handa-accent);border-radius:50%;flex-shrink:0}@media screen and (max-width:749px){.handa-gift__inner{grid-template-columns:1fr;gap:32px}}.footer{background-color:var(--handa-text)!important;color:var(--handa-bg)!important}.footer a{color:#faf8f5b3!important}.footer a:hover{color:var(--handa-bg)!important}.handa-container{max-width:1200px;margin:0 auto;padding:0 24px}@media screen and (max-width:749px){.handa-container{padding:0 16px}}.handa-banner{width:100%;padding:72px 24px 32px;background-color:var(--handa-bg)}.handa-banner__slider{position:relative;max-width:880px;margin:0 auto}.handa-banner__track{position:relative;width:100%;aspect-ratio:3 / 1;overflow:hidden;border-radius:var(--handa-radius)}.handa-banner__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translate(4%);transition:opacity .8s ease,transform .8s ease;pointer-events:none}.handa-banner__slide.is-active{opacity:1;transform:translate(0);pointer-events:auto;z-index:1}.handa-banner__link{display:block;width:100%;height:100%;border-radius:var(--handa-radius);overflow:hidden;transition:opacity .2s ease,transform .2s ease}.handa-banner__link:hover{opacity:.92}.handa-banner__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--handa-radius)}.handa-banner>.handa-banner__image,.handa-banner>.handa-banner__link .handa-banner__image{max-width:880px;height:auto;margin:0 auto}.handa-banner__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.handa-banner__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background-color:var(--handa-border);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.handa-banner__dot.is-active{background-color:var(--handa-text);transform:scale(1.2)}.handa-banner__dot:hover{background-color:var(--handa-text-sub)}@media screen and (max-width:749px){.handa-banner{padding:48px 16px 20px}.handa-banner__track{aspect-ratio:3 / 1}.handa-banner__dots{margin-top:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/handa-custom.css.map */
