:root {
  --coral: #ff6b63;
  --coral-dark: #ee514d;
  --pink: #ff7892;
  --mint: #45bcae;
  --yellow: #ffcc4a;
  --ink: #242120;
  --muted: #6d6967;
  --line: #ebe6e2;
  --cream: #fffaf3;
  --page: 1160px;
  --shadow: 0 10px 30px rgba(70, 49, 33, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.page-width { width: min(calc(100% - 56px), var(--page)); margin-inline: auto; }
.sr-only {
  position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important;
  margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important;
}
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: #fff; padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.shipping-bar {
  min-height: 31px;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 5px 20px;
  color: #fff; background: linear-gradient(90deg, #ff665c, #ff756d 58%, #ff826e);
  font-size: 12px; letter-spacing: .04em;
}
.shipping-divider { opacity: .65; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(230,226,222,.8); backdrop-filter: blur(12px); }
.header-inner { min-height: 66px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; }
.brand-name { font-size: 25px; font-weight: 800; letter-spacing: .12em; }
.brand-flower { color: #ff9cae; font-size: 22px; transform: rotate(12deg); }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-block; }
.brand-mark .roof { position: absolute; width: 28px; height: 20px; left: 3px; top: 1px; background: #ff7069; clip-path: polygon(50% 0,100% 65%,85% 65%,85% 100%,15% 100%,15% 65%,0 65%); }
.brand-mark .house { position: absolute; width: 24px; height: 20px; left: 5px; top: 14px; border-radius: 3px; background: #ffd449; }
.brand-mark .door { position: absolute; width: 7px; height: 12px; left: 14px; top: 22px; border-radius: 3px 3px 0 0; background: #30aa9e; }
.brand-mark .window { position: absolute; width: 5px; height: 5px; left: 21px; top: 20px; border-radius: 50%; background: #78cdeb; }
.global-nav { justify-self: center; display: flex; align-items: center; gap: clamp(19px, 2.3vw, 38px); font-weight: 700; font-size: 14px; }
.global-nav a { position: relative; padding: 22px 0; }
.global-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 13px; height: 2px; background: var(--coral); transition: .2s; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { left: 0; right: 0; }
.global-nav .sale-link { color: #f44545; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: transparent; border-radius: 50%; transition: background .2s, transform .2s; }
.icon-button:hover { background: #fff2ef; transform: translateY(-1px); }
.icon-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-button { position: relative; }
.cart-count { position: absolute; right: -1px; top: -2px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: var(--coral); font-size: 10px; font-weight: 800; border: 2px solid #fff; }
.mobile-menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.mobile-account { display: none; }
.mobile-menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 5px; transition: .2s; }
.search-panel { border-top: 1px solid var(--line); background: #fffaf7; box-shadow: 0 10px 22px rgba(64,47,38,.08); }
.search-form { display: flex; padding-block: 14px; }
.search-form input { flex: 1; min-width: 0; border: 1px solid #ddd5d0; border-right: 0; border-radius: 10px 0 0 10px; padding: 13px 16px; background: #fff; outline: none; }
.search-form input:focus { border-color: var(--coral); box-shadow: inset 0 0 0 1px var(--coral); }
.search-form button { border: 0; border-radius: 0 10px 10px 0; background: var(--coral); color: #fff; font-weight: 800; padding: 0 30px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #fffdfa 0%, #fffaf2 42%, #effbf8 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; opacity: .65; pointer-events: none; }
.hero::before { width: 150px; height: 150px; left: -75px; top: 60px; background: #aee5f6; }
.hero::after { width: 100px; height: 100px; right: -45px; top: 42px; background: #72d6c9; }
.hero-inner { min-height: 380px; position: relative; display: grid; grid-template-columns: 44% 56%; align-items: stretch; }
.hero-copy { position: relative; z-index: 3; padding: 74px 0 52px 46px; }
.hero-lead { margin: 0 0 8px; font-size: clamp(23px, 2.6vw, 34px); font-weight: 900; letter-spacing: .12em; }
.hero h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.25; letter-spacing: .08em; white-space: nowrap; }
.hero h1 span { color: #ff665f; font-style: normal; }
.hero h1 em { color: #2bb7a9; font-style: normal; }
.hero-nowrap { white-space: nowrap; }
.hero-sub { margin: 25px 0 27px; font-size: 15px; font-weight: 700; letter-spacing: .08em; }
.primary-button { min-width: 200px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 30px; color: #fff; background: linear-gradient(135deg, #ff6c64, #ff7772); border-radius: 8px; font-size: 17px; font-weight: 800; letter-spacing: .04em; box-shadow: 0 8px 18px rgba(255,107,99,.23); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(255,107,99,.28); }
.primary-button .btn-arrow { width: 9px; height: 9px; border-top: 2.5px solid currentColor; border-right: 2.5px solid currentColor; transform: rotate(45deg); }
.hero-visual { position: relative; overflow: hidden; min-height: 380px; align-self: stretch; }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 24%; background: linear-gradient(90deg, #fffaf2, rgba(255,250,242,0)); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.decor { position: absolute; z-index: 4; border-radius: 50%; }
.decor-a { width: 22px; height: 22px; left: 12%; bottom: 45px; background: #ff9c93; box-shadow: 38px 19px 0 #8edfd4, 76px -3px 0 #ffd669; }
.decor-b { width: 11px; height: 11px; left: 34%; top: 74px; background: #8acfc3; box-shadow: 29px 30px 0 #ffc763, 53px -16px 0 #ff9f8e; }
.decor-c { width: 32px; height: 32px; left: 2%; bottom: 28px; background: #ffc8bd; opacity: .8; }
.slider-dots { position: absolute; z-index: 8; left: 50%; bottom: 8px; transform: translateX(-50%); display: flex; gap: 7px; padding: 6px 10px; background: rgba(255,255,255,.94); border-radius: 99px; }
.slider-dots span { width: 8px; height: 8px; border-radius: 50%; background: #f3c9bd; }
.slider-dots .active { background: var(--coral); }

.category-section { padding: 34px 0 17px; }
.category-section h2 { margin: 0; font-size: 24px; letter-spacing: .08em; line-height: 1.35; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.category-card { overflow: hidden; border: 1.5px solid; border-radius: 15px; background: #fff; box-shadow: 0 5px 16px rgba(56,46,38,.04); transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card img { width: 100%; aspect-ratio: 1.08; object-fit: cover; }
.category-card span { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 8px 6px; background: rgba(255,255,255,.95); font-size: 13px; font-weight: 800; text-align: center; white-space: nowrap; }
.category-card b { font-size: 24px; line-height: 1; font-weight: 500; }
.category-card.pink { border-color: #ffb1b4; }
.category-card.pink b { color: #ff655f; }
.category-card.mint { border-color: #a8ddcf; }
.category-card.yellow { border-color: #efcf67; }
.category-card.lilac { border-color: #dbcef4; }
.category-card.coral { border-color: #ffb3ae; }
.category-card.aqua { border-color: #9eddd7; }

.section { padding: 16px 0 14px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 0 0 13px; }
.section h2 { margin: 0; font-size: 24px; letter-spacing: .08em; line-height: 1.35; }
.spark { color: #ffc338; font-size: 18px; margin-right: 8px; }
.lines { color: #ff7b5e; font-size: 20px; display: inline-block; transform: rotate(8deg); }
.crown { color: #ffcd3d; margin-right: 8px; }
.view-all { font-size: 12px; font-weight: 800; padding: 6px 2px; }
.view-all:hover { color: var(--coral); }
.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 11px; }
.product-card { overflow: hidden; border: 1px solid #e8e2df; border-radius: 7px; background: #fff; box-shadow: 0 3px 10px rgba(50,40,34,.04); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image { position: relative; background: #fbfaf8; aspect-ratio: 1.06; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; z-index: 3; left: 7px; top: 7px; padding: 3px 8px 4px; border-radius: 6px; color: #fff; font-size: 10px; font-weight: 900; line-height: 1.2; }
.badge-red { background: #ff6160; }.badge-orange { background: #efa814; }.badge-green { background: #45a749; }.badge-pink { background: #ff557a; }.badge-blue { background: #467dbd; }
.favorite { position: absolute; z-index: 3; right: 5px; top: 5px; width: 29px; height: 29px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); color: #777; font-size: 22px; line-height: 1; }
.favorite.is-active { color: #ff586f; background: #fff0f4; }
.product-body { padding: 10px 9px 9px; }
.product-body h3 { min-height: 48px; margin: 0; font-size: 12px; line-height: 1.55; font-weight: 700; }
.price { margin: 5px 0 9px; font-size: 15px; font-weight: 900; letter-spacing: .02em; }
.price small, .ranking-grid small { font-size: 9px; font-weight: 700; }
.add-cart { width: 100%; border: 0; border-radius: 6px; padding: 8px 4px; background: linear-gradient(135deg, #ff6c64, #ff7772); color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 5px 10px rgba(255,107,99,.16); }
.add-cart:hover { filter: brightness(.97); }
.add-cart:active { transform: translateY(1px); }

.feature-section { padding-top: 17px; }
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.feature-grid a { overflow: hidden; border-radius: 12px; box-shadow: 0 5px 16px rgba(57,47,41,.07); }
.feature-grid img { width: 100%; height: auto; display: block; transition: transform .35s; }
.feature-grid a:hover img { transform: scale(1.02); }
.seasonal-grid { grid-template-columns: repeat(3, 1fr); gap: 15px; }

.ranking-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.ranking-grid li { position: relative; overflow: hidden; border: 1px solid #e6e0dd; border-radius: 6px; background: #fff; }
.ranking-grid img { width: 100%; aspect-ratio: 1.45; object-fit: cover; background: #fbfaf8; }
.ranking-grid h3 { min-height: 45px; margin: 7px 10px 1px; font-size: 12px; line-height: 1.45; }
.ranking-grid p { margin: 0 10px 9px; font-size: 15px; font-weight: 900; }
.rank { position: absolute; z-index: 2; left: 6px; top: 6px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #3d3b3a; font-size: 12px; font-weight: 900; border: 2px solid #fff; }
.rank-gold { background: #d79505; }.rank-silver { background: #8a9298; }.rank-bronze { background: #b44b09; }

.newsletter { position: relative; overflow: hidden; margin-top: 14px; background: linear-gradient(90deg, #fff1a9 0%, #fff7d9 48%, #ffe9ad 100%); border-radius: 48px 48px 0 0; }
.newsletter::before, .newsletter::after { content: ""; position: absolute; border-radius: 45% 55% 62% 38%; opacity: .65; }
.newsletter::before { width: 140px; height: 75px; left: -30px; bottom: -30px; background: #8ed8c7; transform: rotate(8deg); }
.newsletter::after { width: 150px; height: 70px; right: -35px; bottom: -25px; background: #a7e5d4; transform: rotate(-12deg); }
.newsletter-inner { min-height: 96px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.15fr auto; align-items: center; gap: 25px; padding-block: 16px; }
.newsletter-copy { display: flex; align-items: center; gap: 15px; }
.mail-icon { width: 54px; height: 42px; display: grid; place-items: center; transform: rotate(-8deg); border-radius: 5px; background: #ff706a; color: #fff; font-size: 27px; box-shadow: 7px 7px 0 #fff; }
.newsletter-copy p { margin: 0; font-size: 12px; font-weight: 800; }
.newsletter-copy h2 { margin: 0; color: #1b4b80; font-size: 20px; letter-spacing: .08em; }
.newsletter-copy small { font-size: 10px; }
.newsletter-form { display: flex; height: 42px; }
.newsletter-form input { flex: 1; min-width: 0; border: 1px solid #ecd9ba; border-right: 0; border-radius: 8px 0 0 8px; padding: 0 15px; background: #fff; outline: none; }
.newsletter-form input:focus { border-color: var(--coral); box-shadow: inset 0 0 0 1px var(--coral); }
.newsletter-form button { width: 130px; border: 0; border-radius: 0 8px 8px 0; background: linear-gradient(135deg, #ff6c64, #ff7772); color: #fff; font-weight: 900; }
.gift-art { color: #d5a900; font-size: 31px; letter-spacing: 8px; white-space: nowrap; }
.form-message { position: relative; z-index: 2; min-height: 0; margin: -8px auto 7px; text-align: center; color: #c74442; font-size: 12px; font-weight: 800; }

.benefits { border-top: 1px solid #f0e8dc; border-bottom: 1px solid #eee7dd; background: #fffdf8; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); padding-block: 16px; }
.benefits-grid > div { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid #eadfce; }
.benefits-grid > div:last-child { border-right: 0; }
.benefits-grid span { font-size: 27px; }
.benefits-grid p { margin: 0; font-size: 11px; line-height: 1.55; }

.site-footer { background: #fff; }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(4,1fr); gap: 0; padding-block: 25px 22px; }
.footer-main > div { padding: 0 24px; border-right: 1px solid #eee5db; }
.footer-main > div:first-child { padding-left: 0; }
.footer-main > div:last-child { border-right: 0; padding-right: 0; }
.footer-main h2, .footer-main h3 { margin: 0 0 10px; font-size: 14px; letter-spacing: .05em; }
.footer-main h2 { font-size: 15px; }
.footer-main p, .footer-main a { display: block; margin: 0 0 4px; font-size: 10px; line-height: 1.7; }
.footer-main a:hover { color: var(--coral); }
.line-art { margin-top: 14px; color: #b9b3ae; font-size: 35px; letter-spacing: 6px; }
.outline-button { margin-top: 8px!important; display: inline-flex!important; justify-content: center; padding: 3px 14px; border: 1px solid #edbd4a; border-radius: 5px; color: #88611a; }
.phone { color: #222; font-weight: 700; }
.footer-bottom { background: linear-gradient(90deg, #ff6a61, #ff7b6f); color: #fff; }
.footer-bottom .page-width { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.legal-links { display: flex; align-items: center; flex-wrap: wrap; }
.legal-links a { padding: 0 14px; font-size: 9px; border-right: 1px solid rgba(255,255,255,.65); }
.legal-links a:first-child { padding-left: 0; }
.footer-bottom p { margin: 0; font-size: 9px; }

.cart-drawer { position: fixed; z-index: 500; right: 0; top: 0; width: min(410px, 92vw); height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; background: #fff; box-shadow: -14px 0 40px rgba(34,24,20,.18); transform: translateX(105%); transition: transform .28s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 19px 20px; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-size: 19px; }
.cart-head button { width: 38px; height: 38px; border: 0; background: transparent; font-size: 30px; color: #555; }
.cart-items { overflow-y: auto; padding: 14px 20px; }
.cart-empty { text-align: center; margin-top: 45px; color: var(--muted); }
.cart-line { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-line-thumb { width: 58px; height: 58px; border-radius: 7px; background: #fff4ef; display: grid; place-items: center; font-size: 25px; }
.cart-line h3 { margin: 0; font-size: 12px; line-height: 1.45; }
.cart-line p { margin: 2px 0 0; font-size: 12px; font-weight: 800; }
.cart-remove { border: 0; background: transparent; color: #999; font-size: 20px; }
.cart-summary { padding: 16px 20px 22px; border-top: 1px solid var(--line); background: #fffaf7; }
.cart-summary div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.cart-summary strong { font-size: 22px; }
.cart-summary > button { width: 100%; border: 0; border-radius: 8px; padding: 13px; background: var(--coral); color: #fff; font-weight: 900; }
.drawer-overlay { position: fixed; z-index: 450; inset: 0; background: rgba(32,22,18,.35); backdrop-filter: blur(2px); }
.toast { position: fixed; z-index: 700; left: 50%; bottom: 28px; transform: translate(-50%, 25px); padding: 10px 18px; border-radius: 999px; color: #fff; background: rgba(37,32,29,.92); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transition: .25s; }
.toast.is-show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1050px) {
  .page-width { width: min(calc(100% - 36px), var(--page)); }
  .header-inner { gap: 18px; }
  .brand-name { font-size: 21px; }
  .global-nav { gap: 17px; font-size: 12px; }
  .hero-copy { padding-left: 23px; }
  .category-grid { gap: 10px; }
  .category-card span { font-size: 11px; }
  .product-grid { gap: 8px; }
  .product-body h3 { font-size: 11px; }
  .add-cart { font-size: 10px; }
  .footer-main > div { padding-inline: 14px; }
}

@media (max-width: 820px) {
  body { font-size: 14px; }
  .shipping-bar { font-size: 10px; }
  .shipping-divider, .shipping-bar span:nth-of-type(3) { display: none; }
  .header-inner { display: flex; align-items: center; gap: 5px; min-height: 60px; }
  .brand { margin-right: auto; }
  .brand-name { font-size: 18px; letter-spacing: .08em; }
  .brand-mark { width: 29px; height: 29px; transform: scale(.88); transform-origin: left center; }
  .brand-flower { display: none; }
  .mobile-account { display: grid; order: 1; }
  .mobile-menu-button { display: block; order: 2; }
  .header-actions { order: 3; gap: 4px; }
  .header-actions .icon-button:not(.cart-button) { display: none; }
  .global-nav { position: absolute; left: 0; right: 0; top: 60px; display: none; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 10px 18px 18px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 12px 20px rgba(50,40,35,.08); }
  .global-nav.is-open { display: grid; }
  .global-nav a { padding: 11px; text-align: center; border-bottom: 1px solid #f2ece8; }
  .global-nav a::after { display: none; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; width: 100%; }
  .hero-copy { padding: 42px 26px 30px; text-align: center; }
  .hero h1 { white-space: nowrap; }
  .hero-sub { margin: 17px 0 20px; }
  .hero-visual { min-height: 310px; }
  .hero-visual::before { inset: 0 0 auto 0; width: 100%; height: 18%; background: linear-gradient(180deg, #fffaf2, rgba(255,250,242,0)); }
  .hero-visual img { object-position: center; }
  .decor-a, .decor-b { display: none; }
  .slider-dots { bottom: 10px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .feature-grid { gap: 12px; }
  .seasonal-grid { grid-template-columns: 1fr; }
  .ranking-grid { grid-template-columns: repeat(3, 1fr); }
  .ranking-grid li:nth-child(n+4) { display: none; }
  .newsletter-inner { grid-template-columns: 1fr; text-align: center; gap: 13px; padding-block: 22px; }
  .newsletter-copy { justify-content: center; }
  .gift-art { display: none; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid > div { border-bottom: 1px solid #eadfce; }
  .benefits-grid > div:nth-child(2) { border-right: 0; }
  .benefits-grid > div:nth-child(n+3) { border-bottom: 0; }
  .footer-main { grid-template-columns: repeat(2,1fr); row-gap: 25px; }
  .footer-main > div { border: 0; padding-inline: 14px; }
  .footer-main > div:first-child { grid-column: 1 / -1; text-align: center; padding-left: 14px; }
  .footer-bottom .page-width { flex-direction: column; justify-content: center; padding-block: 10px; gap: 7px; }
  .legal-links { justify-content: center; }
}

@media (max-width: 560px) {
  .page-width { width: min(calc(100% - 24px), var(--page)); }
  .shipping-bar { min-height: 27px; padding-inline: 10px; letter-spacing: 0; }
  .header-inner { width: calc(100% - 18px); }
  .brand { gap: 6px; }
  .brand-name { font-size: 16px; }
  .mobile-menu-button { margin-left: 0; }
  .hero-copy { padding: 35px 18px 25px; }
  .hero-lead { font-size: 21px; }
  .hero h1 { font-size: clamp(22px, 7.6vw, 30px); }
  .hero-sub { font-size: 12px; }
  .hero-visual { min-height: 250px; }
  .primary-button { min-width: 170px; }
  .category-section { padding-top: 20px; }
  .category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; padding-bottom: 6px; }
  .category-card { flex: 0 0 43%; scroll-snap-align: start; }
  .section h2 { font-size: 20px; }
  .view-all { font-size: 10px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .product-body { padding: 9px 8px; }
  .product-body h3 { min-height: 44px; font-size: 10px; }
  .price { font-size: 13px; }
  .add-cart { padding: 8px 2px; }
  .ranking-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .ranking-grid li { flex: 0 0 61%; scroll-snap-align: start; }
  .ranking-grid li:nth-child(n+4) { display: block; }
  .newsletter { border-radius: 28px 28px 0 0; }
  .newsletter-copy h2 { font-size: 18px; }
  .newsletter-form { width: 100%; }
  .newsletter-form button { width: 100px; }
  .benefits-grid { width: 100%; }
  .benefits-grid span { font-size: 23px; }
  .benefits-grid p { font-size: 9px; }
  .footer-main { grid-template-columns: 1fr 1fr; width: calc(100% - 24px); }
  .footer-main > div { padding-inline: 5px; }
  .footer-main > div:first-child { padding-inline: 5px; }
  .legal-links a { padding-inline: 8px; }
  .toast { bottom: 18px; max-width: calc(100% - 28px); text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .001ms!important; animation-duration: .001ms!important; }
}

/* =========================================================
   下層ページ共通（商品一覧 / 商品詳細 / カート / 各種ページ）
   ========================================================= */
.page-band { background: linear-gradient(115deg, #fffdfa 0%, #fffaf2 45%, #effbf8 100%); border-bottom: 1px solid rgba(230,226,222,.7); }
.page-band-inner { padding: 26px 0 24px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0 0 8px; font-size: 11px; color: var(--muted); }
.breadcrumb a:hover { color: var(--coral); }
.breadcrumb span[aria-hidden] { opacity: .5; }
.page-title { margin: 0; font-size: clamp(24px, 3vw, 32px); letter-spacing: .08em; }
.page-title .spark { font-size: 20px; }
.page-lead { margin: 8px 0 0; font-size: 13px; color: var(--muted); }

.section-pad { padding: 30px 0 40px; }
.button-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 8px; font-weight: 800; }
.button-primary { color: #fff; background: linear-gradient(135deg, #ff6c64, #ff7772); box-shadow: 0 8px 18px rgba(255,107,99,.22); transition: transform .2s, box-shadow .2s; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(255,107,99,.28); }
.button-ghost { border: 1.5px solid #f0c6bf; color: var(--coral-dark); background: #fff; transition: background .2s; }
.button-ghost:hover { background: #fff2ef; }

/* ---------- 商品一覧 ---------- */
.shop-layout { display: grid; grid-template-columns: 210px 1fr; gap: 30px; align-items: start; }
.shop-filters { position: sticky; top: 82px; border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px 20px; background: #fffdfb; box-shadow: 0 5px 16px rgba(56,46,38,.04); }
.shop-filters h2 { margin: 0 0 12px; font-size: 13px; letter-spacing: .08em; }
.filter-group { margin-bottom: 20px; }
.filter-group:last-child { margin-bottom: 0; }
.filter-list { display: flex; flex-direction: column; gap: 2px; }
.filter-list a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 11px; border-radius: 8px; font-size: 13px; font-weight: 700; color: var(--ink); transition: background .15s; }
.filter-list a small { color: var(--muted); font-weight: 700; font-size: 11px; }
.filter-list a:hover { background: #fff2ef; }
.filter-list a.is-active { background: linear-gradient(135deg, #ff6c64, #ff7772); color: #fff; }
.filter-list a.is-active small { color: rgba(255,255,255,.85); }
.price-hint { margin: 0; font-size: 11px; line-height: 1.7; color: var(--muted); }

.shop-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.result-count { margin: 0; font-size: 13px; font-weight: 700; }
.result-count b { color: var(--coral-dark); }
.sort-field { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: var(--muted); }
.select-styled { position: relative; }
.select-styled select { appearance: none; border: 1px solid #ddd5d0; border-radius: 8px; padding: 9px 34px 9px 13px; background: #fff; font-weight: 700; font-size: 13px; color: var(--ink); outline: none; cursor: pointer; }
.select-styled select:focus { border-color: var(--coral); box-shadow: inset 0 0 0 1px var(--coral); }
.select-styled::after { content: "›"; position: absolute; right: 13px; top: 50%; transform: translateY(-60%) rotate(90deg); font-size: 16px; color: var(--muted); pointer-events: none; }

.mobile-filter-bar { display: none; gap: 10px; margin-bottom: 14px; }

.product-grid.grid-shop { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.product-card a.product-image, .product-card .product-body a { display: block; }
.product-card .card-title-link:hover { color: var(--coral-dark); }
.stars { color: #ffc032; font-size: 12px; letter-spacing: 1px; }
.stars small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0; }
.card-cat { display: inline-block; margin: 0 0 3px; font-size: 10px; font-weight: 800; color: var(--mint); letter-spacing: .04em; }

.empty-state { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state .emo { font-size: 44px; }
.empty-state p { margin: 12px 0 18px; font-weight: 700; }

/* ---------- 商品詳細 ---------- */
.pd-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 44px; align-items: start; }
.pd-gallery { position: sticky; top: 82px; }
.pd-main-image { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fbfaf8; aspect-ratio: 1.02; }
.pd-main-image img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pd-thumbs button { width: 74px; height: 74px; padding: 0; overflow: hidden; border: 1.5px solid var(--line); border-radius: 10px; background: #fbfaf8; transition: border-color .15s; }
.pd-thumbs button.is-active { border-color: var(--coral); }
.pd-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.pd-cat { display: inline-block; margin: 0 0 6px; font-size: 12px; font-weight: 800; color: var(--mint); letter-spacing: .06em; }
.pd-info h1 { margin: 0 0 10px; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.45; letter-spacing: .04em; }
.pd-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 13px; }
.pd-rating .reviews { color: var(--muted); font-size: 12px; }
.pd-price { margin: 0 0 4px; font-size: 30px; font-weight: 900; letter-spacing: .02em; }
.pd-price small { font-size: 12px; font-weight: 700; }
.pd-taxnote { margin: 0 0 20px; font-size: 11px; color: var(--muted); }
.pd-desc { margin: 0 0 22px; font-size: 14px; line-height: 1.9; }

.pd-field { margin-bottom: 20px; }
.pd-field > label, .pd-field .field-label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.swatch { padding: 8px 16px; border: 1.5px solid #ddd5d0; border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; transition: .15s; }
.swatch:hover { border-color: #f0a9a2; }
.swatch.is-active { border-color: var(--coral); background: #fff2ef; color: var(--coral-dark); }

.qty-stepper { display: inline-flex; align-items: center; border: 1.5px solid #ddd5d0; border-radius: 10px; overflow: hidden; }
.qty-stepper button { width: 42px; height: 44px; border: 0; background: #fff; font-size: 20px; font-weight: 700; color: var(--ink); }
.qty-stepper button:hover { background: #fff2ef; }
.qty-stepper input { width: 52px; height: 44px; border: 0; border-inline: 1.5px solid #eee3de; text-align: center; font-weight: 800; font-size: 15px; outline: none; -moz-appearance: textfield; }
.qty-stepper input::-webkit-outer-spin-button, .qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.pd-actions { display: flex; gap: 12px; margin: 8px 0 20px; }
.pd-actions .button-primary { flex: 1; padding-block: 15px; font-size: 15px; }
.pd-fav { width: 54px; border: 1.5px solid #f0c6bf; border-radius: 8px; background: #fff; color: #ff586f; font-size: 24px; display: grid; place-items: center; transition: background .15s; }
.pd-fav.is-active { background: #fff0f4; }
.pd-stock { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px; font-size: 12px; font-weight: 800; color: #2c9e5c; }
.pd-stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #35b26a; }

.spec-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.spec-table th, .spec-table td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { width: 34%; background: #fffaf7; font-weight: 800; white-space: nowrap; }

.pd-service { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.pd-service div { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fffdf8; font-size: 11px; font-weight: 700; line-height: 1.5; }
.pd-service span { font-size: 22px; }

/* ---------- カートページ ---------- */
.cart-layout { display: grid; grid-template-columns: 1fr 330px; gap: 30px; align-items: start; }
.free-ship-progress { margin-bottom: 20px; padding: 14px 18px; border: 1px solid #ffe0b8; border-radius: 12px; background: #fffaf0; font-size: 13px; }
.free-ship-progress b { color: var(--coral-dark); }
.progress-track { height: 8px; margin-top: 10px; border-radius: 999px; background: #ffe6cf; overflow: hidden; }
.progress-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #ff8a5c, #ff6c64); transition: width .35s; }

.cart-table { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.cart-row { display: grid; grid-template-columns: 92px 1fr auto; gap: 16px; align-items: center; padding: 16px; border-bottom: 1px solid var(--line); }
.cart-row:last-child { border-bottom: 0; }
.cart-row-thumb { width: 92px; height: 92px; overflow: hidden; border-radius: 10px; border: 1px solid var(--line); background: #fbfaf8; }
.cart-row-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-row-info h3 { margin: 0 0 4px; font-size: 14px; line-height: 1.5; }
.cart-row-info h3 a:hover { color: var(--coral-dark); }
.cart-row-variant { margin: 0 0 8px; font-size: 11px; color: var(--muted); }
.cart-row-unit { font-size: 13px; font-weight: 800; }
.cart-row-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.cart-row .qty-stepper button { width: 34px; height: 36px; font-size: 17px; }
.cart-row .qty-stepper input { width: 40px; height: 36px; font-size: 14px; }
.cart-row-subtotal { font-size: 16px; font-weight: 900; }
.cart-row-remove { border: 0; background: transparent; color: #a99f9a; font-size: 12px; font-weight: 700; text-decoration: underline; }
.cart-row-remove:hover { color: var(--coral-dark); }

.cart-summary-card { position: sticky; top: 82px; border: 1px solid var(--line); border-radius: 14px; padding: 22px; background: #fffdfb; box-shadow: var(--shadow); }
.cart-summary-card h2 { margin: 0 0 16px; font-size: 16px; letter-spacing: .05em; }
.summary-line { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; font-size: 13px; }
.summary-line.total { margin: 14px 0 4px; padding-top: 14px; border-top: 1px dashed #e5ddd7; font-size: 15px; font-weight: 800; }
.summary-line.total strong { font-size: 26px; }
.summary-note { margin: 0 0 16px; font-size: 11px; color: var(--muted); }
.cart-summary-card .button-primary { width: 100%; padding-block: 14px; }
.cart-continue { display: block; margin-top: 12px; text-align: center; font-size: 12px; font-weight: 700; color: var(--muted); }
.cart-continue:hover { color: var(--coral); }
.cart-page-empty { text-align: center; padding: 70px 20px; }
.cart-page-empty .emo { font-size: 54px; }
.cart-page-empty p { margin: 14px 0 22px; font-weight: 700; color: var(--muted); }

/* ---------- 内容ページ（ガイド / 会社概要 / 問い合わせ / プライバシー） ---------- */
.content-narrow { max-width: 820px; }
.content-block { margin-bottom: 34px; }
.content-block h2 { margin: 0 0 14px; font-size: 20px; letter-spacing: .05em; }
.content-block h2 .spark { font-size: 16px; }
.content-block h3 { margin: 22px 0 8px; font-size: 15px; }
.content-block p { margin: 0 0 12px; font-size: 14px; line-height: 1.95; }
.content-block ul { margin: 0 0 14px; padding-left: 1.3em; }
.content-block li { margin-bottom: 6px; font-size: 14px; line-height: 1.85; }
.info-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.info-table th, .info-table td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.info-table th { width: 30%; background: #fffaf7; font-weight: 800; white-space: nowrap; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; background: #fff; }
.faq-item summary { display: flex; align-items: center; gap: 10px; padding: 15px 18px; font-weight: 800; font-size: 14px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "Q"; width: 24px; height: 24px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #fff2ef; color: var(--coral-dark); font-size: 12px; font-weight: 900; }
.faq-item summary::after { content: "＋"; margin-left: auto; color: var(--muted); font-weight: 700; }
.faq-item[open] summary::after { content: "－"; }
.faq-item .faq-body { padding: 0 18px 16px 46px; font-size: 13px; line-height: 1.9; color: #4a4642; }

.form-card { border: 1px solid var(--line); border-radius: 16px; padding: 26px; background: #fffdfb; box-shadow: 0 5px 16px rgba(56,46,38,.04); }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
.form-row .req { margin-left: 6px; padding: 1px 7px; border-radius: 5px; background: #ffe4e1; color: #d0453f; font-size: 10px; font-weight: 800; }
.form-row input, .form-row textarea, .form-row select { width: 100%; border: 1px solid #ddd5d0; border-radius: 10px; padding: 12px 14px; background: #fff; outline: none; font: inherit; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--coral); box-shadow: inset 0 0 0 1px var(--coral); }
.form-row textarea { min-height: 140px; resize: vertical; }
.form-actions { text-align: center; margin-top: 8px; }
.form-actions .button-primary { min-width: 220px; padding-block: 14px; }
.form-success { display: none; padding: 16px; border-radius: 12px; background: #eafaf1; border: 1px solid #b9e6cc; color: #1f7a48; font-weight: 700; font-size: 14px; text-align: center; margin-bottom: 18px; }
.form-success.is-show { display: block; }

/* ---------- ログイン / 会員登録 ---------- */
.auth-wrap { max-width: 440px; margin-inline: auto; }
.auth-wrap .form-card { padding: 30px 28px 26px; }
.auth-intro { text-align: center; margin: 0 0 22px; font-size: 13px; color: var(--muted); line-height: 1.8; }
.form-row-inline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; font-size: 12px; }
.checkbox-line { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); cursor: pointer; }
.checkbox-line input { width: 16px; height: 16px; accent-color: var(--coral); }
.auth-link { color: var(--coral-dark); font-weight: 700; }
.auth-link:hover { text-decoration: underline; }
.auth-full { width: 100%; padding-block: 14px; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--muted); font-size: 11px; font-weight: 700; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.auth-alt { margin: 0; text-align: center; font-size: 13px; }
.auth-note { margin: 18px auto 0; max-width: 440px; text-align: center; font-size: 11px; color: var(--muted); }
.password-hint { margin: 6px 0 0; font-size: 11px; color: var(--muted); }

/* ---------- レスポンシブ（下層ページ） ---------- */
@media (max-width: 1050px) {
  .product-grid.grid-shop { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .pd-layout { gap: 30px; }
}
@media (max-width: 900px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-filters { display: none; }
  .mobile-filter-bar { display: flex; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary-card { position: static; }
  .pd-layout { grid-template-columns: 1fr; }
  .pd-gallery { position: static; }
}
@media (max-width: 820px) {
  .pd-service { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .product-grid.grid-shop { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .shop-toolbar { align-items: stretch; }
  .cart-row { grid-template-columns: 72px 1fr; gap: 12px; }
  .cart-row-thumb { width: 72px; height: 72px; }
  .cart-row-right { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; }
  .pd-main-image { aspect-ratio: 1; }
  .form-card { padding: 18px; }
}
