.sasane{--sasane-bg: #faf7f2;--sasane-warm: #f7f0e6;--sasane-mist: #edf3f6;--sasane-deep: #1e2b33;--sasane-surface: #ffffff;--sasane-ink: #232b31;--sasane-ink-soft: #5d666c;--sasane-ink-faint: #8d969b;--sasane-line: #e7e1d7;--sasane-line-strong: #d0c9bd;--sasane-accent: #2f5668;--sasane-accent-soft: #e7f0f3;--sasane-accent-light: #9fc4d2;--sasane-clay: #b0754a;--sasane-radius: 12px;--sasane-radius-lg: 18px;--sasane-space-2xs: 4px;--sasane-space-xs: 8px;--sasane-space-sm: 12px;--sasane-space-md: 20px;--sasane-space-lg: 32px;--sasane-space-xl: 48px;--sasane-space-2xl: 72px;--sasane-measure: 42rem;box-sizing:border-box;color:var(--sasane-ink);background-color:var(--sasane-bg);font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Noto Sans JP,sans-serif;font-feature-settings:"palt" 1;-webkit-font-smoothing:antialiased}.sasane *,.sasane *:before,.sasane *:after{box-sizing:border-box}.sasane__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:20px;padding-block:clamp(48px,9vw,96px)}.sasane__inner--narrow{max-width:880px}.sasane__inner--tight{padding-block:clamp(32px,6vw,64px)}@media screen and (min-width:750px){.sasane__inner{padding-inline:40px}}.sasane__eyebrow{margin:0 0 var(--sasane-space-sm);font-size:.75rem;font-weight:600;letter-spacing:.08em;line-height:1.6;text-transform:uppercase;color:var(--sasane-accent)}.sasane__title{margin:0;font-size:clamp(1.5rem,1.15rem + 1.6vw,2.25rem);font-weight:600;line-height:1.45;letter-spacing:.01em;color:var(--sasane-ink);text-wrap:pretty}.sasane__title--lg{font-size:clamp(1.75rem,1.2rem + 2.4vw,2.75rem);line-height:1.35}.sasane__lead{margin:var(--sasane-space-md) 0 0;max-width:var(--sasane-measure);font-size:clamp(.9375rem,.9rem + .2vw,1.0625rem);line-height:1.95;color:var(--sasane-ink-soft)}.sasane__lead>:first-child{margin-top:0}.sasane__lead>:last-child{margin-bottom:0}.sasane__note{margin:var(--sasane-space-md) 0 0;font-size:.75rem;line-height:1.8;color:var(--sasane-ink-faint)}.sasane__header{margin-bottom:clamp(28px,4vw,48px)}.sasane__header--center{text-align:center}.sasane__header--center .sasane__lead{margin-inline:auto}.sasane-card{background-color:var(--sasane-surface);border:1px solid var(--sasane-line);border-radius:var(--sasane-radius);padding:clamp(20px,3vw,32px);box-shadow:0 12px 32px #232b310d}.sasane-media{position:relative;display:block;width:100%;overflow:hidden;border-radius:var(--sasane-radius);background-color:#efe9e0}.sasane-media img{display:block;width:100%;height:100%;object-fit:cover}.sasane-media__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:180px;padding:16px;font-size:.75rem;letter-spacing:.08em;line-height:1.7;text-align:center;color:var(--sasane-ink-faint);background-image:linear-gradient(135deg,#f4eee5 25%,#ebe4d8 25% 50%,#f4eee5 50% 75%,#ebe4d8 75%);background-size:16px 16px}.sasane-btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--minimum-touch-target, 44px);padding:16px 28px;border:1px solid var(--sasane-ink);border-radius:var(--sasane-radius);background-color:var(--sasane-ink);color:#fff;font-size:.9375rem;font-weight:600;letter-spacing:.04em;line-height:1.4;text-align:center;text-decoration:none;cursor:pointer;transition:opacity .15s ease-in-out}.sasane-btn:hover{opacity:.86}.sasane :where(a,button,summary,input):focus-visible,.sasane-btn:focus-visible{outline:2px solid var(--sasane-accent);outline-offset:3px}.sasane-btn--full{width:100%}.sasane-bundle{--sasane-ink: #232b31;--sasane-ink-soft: #5d666c;--sasane-line: #e7e1d7;--sasane-line-strong: #d0c9bd;--sasane-accent: #2f5668;--sasane-accent-soft: #e7f0f3;--sasane-radius: 12px;display:grid;gap:10px;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Noto Sans JP,sans-serif}.sasane-bundle__heading{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:var(--sasane-ink)}.sasane-bundle__list{display:grid;gap:8px;margin:0;padding:0;border:0}.sasane-bundle__card{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:12px;min-height:var(--minimum-touch-target, 44px);padding:14px 16px;border:1px solid var(--sasane-line);border-radius:var(--sasane-radius);background-color:#fff;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.sasane-bundle__card:has(.sasane-bundle__radio:checked){border-color:var(--sasane-accent);background-color:var(--sasane-accent-soft)}.sasane-bundle__card:has(.sasane-bundle__radio:focus-visible){outline:var(--focus-outline-width, 2px) solid var(--sasane-accent);outline-offset:2px}.sasane-bundle__card--unavailable{opacity:.5;cursor:not-allowed}.sasane-bundle__radio{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.sasane-bundle__mark{width:18px;height:18px;border:1px solid var(--sasane-line-strong, #c9cbc7);border-radius:50%;background-color:#fff}.sasane-bundle__card:has(.sasane-bundle__radio:checked) .sasane-bundle__mark{border-color:var(--sasane-accent);border-width:5px}.sasane-bundle__body{display:grid;gap:2px;min-width:0}.sasane-bundle__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.sasane-bundle__name{font-size:.9375rem;font-weight:600;line-height:1.5;color:var(--sasane-ink)}.sasane-bundle__price{display:flex;align-items:baseline;gap:8px;font-size:.9375rem;font-weight:600;white-space:nowrap;color:var(--sasane-ink)}.sasane-bundle__meta{font-size:.75rem;line-height:1.6;color:var(--sasane-ink-soft)}.sasane-bundle__badge{position:absolute;inset-block-start:-9px;inset-inline-end:12px;padding:2px 8px;border-radius:999px;background-color:var(--sasane-accent);color:#fff;font-size:.6875rem;font-weight:600;line-height:1.6}.sasane-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}body:has([data-sasane-bundle]){background:#faf7f2;color:#232b31;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Noto Sans JP,sans-serif;overflow-x:clip}body:has([data-sasane-bundle]) :where(button,input,select,textarea){font-family:inherit}body:has([data-sasane-bundle]) .product-information{background:#faf7f2}body:has([data-sasane-bundle]) [data-testid=product-information-details] h1{max-width:18ch;font-size:clamp(1.75rem,1.4rem + 1.4vw,2.5rem);font-weight:600;line-height:1.35;letter-spacing:.01em}body:has([data-sasane-bundle]) [data-testid=product-information-details] ul{padding-inline-start:1.25rem}body:has([data-sasane-bundle]) [data-testid=product-information-details] li{margin-block:.4rem;line-height:1.8}body:has([data-sasane-bundle]) .product-form-buttons .add-to-cart-button{min-height:54px;border-radius:12px;background:#2f5668;border-color:#2f5668;color:#fff;font-weight:600;letter-spacing:.04em}body:has([data-sasane-bundle]) .product-media-container{overflow:hidden;border-radius:12px}@media screen and (max-width:749px){.sasane__inner{padding-inline:18px;padding-block:52px}.sasane__inner--tight{padding-block:32px}.sasane__header{margin-bottom:28px}.sasane__title--lg{font-size:clamp(1.625rem,8vw,2rem)}.sasane-bundle__card{padding:14px}}@media(prefers-reduced-motion:reduce){.sasane *,.sasane *:before,.sasane *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/sasane.css.map */
