:root {
  --base: #f6efe2;
  --green: #163b2a;
  --gold: #d6b25e;
  --ink: #25221d;
  --muted: #736b5f;
  --paper: #fffaf0;
  --line: #e3d5bd;
  --icon-menu: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 96c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zm0 160c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zm448 160c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h384c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
  --icon-bag: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160v-48zm-48 48H64c-17.7 0-32 14.3-32 32v256c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V192c0-17.7-14.3-32-32-32h-48v-48C336 50.1 285.9 0 224 0S112 50.1 112 112v48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1-48 0z'/%3E%3C/svg%3E");
  --icon-user: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3 0 492.1 7.9 500 17.7 500h412.6c9.8 0 17.7-7.9 17.7-17.7C448 383.8 368.2 304 269.7 304h-91.4z'/%3E%3C/svg%3E");
  --icon-envelope: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l236.8 177.6 236.8-177.6c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48H48zM0 176v256c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176L275.2 353.6c-17.1 12.8-40.3 12.8-57.4 0L0 176z'/%3E%3C/svg%3E");
  --icon-cart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24h45.5c3.8 0 7.1 2.7 7.8 6.5l51.6 271c6.5 34 36.2 58.5 70.8 58.5h271.2c33.3 0 62.1-22.8 69.8-55.2l51.6-216.8C597.1 91.9 581.8 72 561.1 72H124.7l-1.4-7.5C118.9 27.1 86.2 0 48.5 0H24zm176 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm288-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0z'/%3E%3C/svg%3E");
  --icon-lock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M144 144v48h160v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zm-64 48v-48C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64v192c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64h16z'/%3E%3C/svg%3E");
  --icon-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H376c-22.1 0-40-17.9-40-40v-88c0-13.3-10.7-24-24-24h-64c-13.3 0-24 10.7-24 24v88c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V288H32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l255.4 224.5c8 7 12 15 12 24z'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--base);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.8;
}

a {
  color: inherit;
}

img,
video {
  max-width: 100%;
}

.serif,
h1,
h2,
h3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.25;
}

.announcement {
  background: var(--green);
  color: #fff;
  padding: .55rem 1rem;
  text-align: center;
  font-size: .9rem;
}

.announcement:empty {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 239, 226, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav {
  max-width: 1180px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  font-weight: 700;
}

.logo svg {
  width: 132px;
  height: auto;
}

.logo img {
  max-width: 132px;
  max-height: 72px;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: var(--green);
  font-family: serif;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  font-size: .95rem;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: .4rem;
  border: 1px solid var(--green);
  background: transparent;
  color: var(--ink);
  border-radius: 8px;
  padding: .55rem .75rem;
  font-weight: 700;
}

.menu-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: currentColor;
  -webkit-mask: var(--icon-menu) center / contain no-repeat;
  mask: var(--icon-menu) center / contain no-repeat;
}

.btn,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: .75rem 1.15rem;
  cursor: pointer;
  font-weight: 700;
}

.btn.secondary,
.button.secondary {
  background: transparent;
  color: var(--green);
}

.container {
  max-width: 1180px;
  margin: auto;
  padding: 4rem 1rem;
}

.hero {
  min-height: 600px;
  display: grid;
  align-items: center;
  background: linear-gradient(105deg, rgba(22, 59, 42, .86), rgba(22, 59, 42, .35)), radial-gradient(circle at 70% 30%, #d6b25e55, transparent 34%), linear-gradient(135deg, #7e8f6a, #d8bd8a 45%, #f6efe2);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-inner {
  max-width: 1180px;
  margin: auto;
  padding: 5rem 1rem;
}

.hero [data-tagline],
.hero [data-hero-title],
.hero [data-hero-text],
.hero-concept {
  white-space: pre-line;
}

.text-reveal .text-reveal-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(.45em);
  animation: textCharFade .58s cubic-bezier(.22, 1, .36, 1) forwards;
  animation-delay: var(--char-delay, 0s);
  will-change: opacity, transform;
}

.hero .text-reveal .text-reveal-char,
.concept-story .text-reveal .text-reveal-char {
  text-shadow: 0 10px 30px rgba(0, 0, 0, .22);
}

@keyframes textCharFade {
  from {
    opacity: 0;
    transform: translateY(.45em);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 {
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  max-width: 900px;
  margin: 0 0 1.5rem;
  letter-spacing: .03em;
}

.hero p {
  max-width: 680px;
  font-size: 1.15rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-head h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(38, 31, 22, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}

.photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #d8c49f, #8a9b74);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: serif;
  font-size: 1.15rem;
  text-align: center;
  padding: 0;
  object-fit: cover;
  transition: transform .22s ease;
  transform-origin: center;
}

.card > a {
  display: block;
  overflow: hidden;
}

.card:hover,
.card:focus-within {
  transform: translateY(-3px) scale(1.015);
  border-color: var(--gold);
  box-shadow: 0 18px 42px rgba(38, 31, 22, .14);
}

.card:hover .photo,
.card:focus-within .photo {
  transform: scale(1.055);
}

@media (prefers-reduced-motion: reduce) {
  .card,
  .photo {
    transition: none;
  }

  .text-reveal .text-reveal-char {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .card:hover,
  .card:focus-within {
    transform: none;
  }

  .card:hover .photo,
  .card:focus-within .photo {
    transform: none;
  }
}

.card-body {
  padding: 1.25rem;
}

.meta {
  color: var(--muted);
  font-size: .9rem;
}

.price {
  font-weight: 800;
  color: var(--green);
  font-size: 1.2rem;
}

.filters,
.panel {
  background: rgba(255, 250, 240, .82);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.filters {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: .8rem;
}

label {
  display: block;
  font-weight: 700;
  margin: .4rem 0;
}

.input,
select,
textarea,
input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .75rem;
  background: #fff;
  color: var(--ink);
}

.detail {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
}

.gallery {
  display: grid;
  gap: 1rem;
}

.gallery .photo:first-child {
  aspect-ratio: 4 / 3;
}

.pv-video {
  width: 100%;
  margin-top: 1rem;
  border-radius: 14px;
  background: #111;
}

.qty-row {
  display: flex;
  gap: .7rem;
  align-items: end;
}

.qty-row input {
  max-width: 120px;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  border-radius: 8px;
  overflow: hidden;
}

.cart-table th,
.cart-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.footer {
  background: #10291e;
  color: #f6efe2;
  margin-top: 4rem;
}

.footer .container {
  padding: 2.5rem 1rem;
}

.pill-list {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
}

.pill {
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: .55rem .9rem;
  text-decoration: none;
  background: #fff8;
}

.banner {
  padding: 2rem;
  border-radius: 16px;
  background: linear-gradient(120deg, var(--green), #355e46);
  color: #fff;
}

.legal h2 {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: .5rem;
  z-index: 99;
}

.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mypage-actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.notice {
  padding: 1rem;
  border-left: 4px solid var(--gold);
  background: #fffaf0;
  border-radius: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

dialog {
  max-width: 640px;
  width: 92%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  padding: 1.25rem;
  box-shadow: 0 24px 70px #0004;
}

dialog::backdrop {
  background: #0008;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: .7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.ghost {
  border: 1px solid var(--green);
  background: transparent;
  color: var(--green);
  border-radius: 999px;
  padding: .75rem 1.15rem;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 900px) {
  .grid,
  .grid.three {
    grid-template-columns: repeat(2, 1fr);
  }

  .filters,
  .detail,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 500px;
  }
}

@media (max-width: 640px) {
  .grid,
  .grid.three {
    grid-template-columns: 1fr;
  }

  .container {
    padding: 2.5rem 1rem;
  }

  .nav {
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 1px);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 18px 48px #0002;
  }

  .nav-links.is-open {
    display: grid;
    gap: .7rem;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .cart-table {
    font-size: .9rem;
  }

  .cart-table th,
  .cart-table td {
    padding: .55rem;
  }
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.nav-icon {
  --nav-icon-mask: var(--icon-user);
  width: 1.65rem;
  height: 1.65rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold) 18%, transparent);
  color: var(--ink);
  line-height: 1;
}

.nav-icon::before {
  content: "";
  width: .95rem;
  height: .95rem;
  display: block;
  background: currentColor;
  -webkit-mask: var(--nav-icon-mask) center / contain no-repeat;
  mask: var(--nav-icon-mask) center / contain no-repeat;
}

.nav-icon-products { --nav-icon-mask: var(--icon-bag); }
.nav-icon-user { --nav-icon-mask: var(--icon-user); }
.nav-icon-contact { --nav-icon-mask: var(--icon-envelope); }
.nav-icon-cart { --nav-icon-mask: var(--icon-cart); }
.nav-icon-lock { --nav-icon-mask: var(--icon-lock); }
.nav-icon-home { --nav-icon-mask: var(--icon-home); }

#product-detail + section,
#seller-detail + section {
  margin-top: 5.5rem;
  padding-top: 1rem;
}

.section-lead {
  max-width: 36rem;
  margin: 0;
  color: #6f675c;
}

.discovery-section {
  padding-top: 5rem;
}

.discovery-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.discovery-panel {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, #fffaf0, #fff4df);
  box-shadow: 0 20px 55px rgba(38, 31, 22, .08);
}

.discovery-panel::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: -3.5rem;
  width: 9rem;
  height: 9rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold) 22%, transparent);
}

.discovery-panel h3 {
  margin: .2rem 0 1rem;
  font-size: 1.45rem;
}

.discovery-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .75rem;
}

.discovery-card {
  display: grid;
  gap: .2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffdf8;
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.discovery-card:hover,
.discovery-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 16px 36px rgba(38, 31, 22, .1);
}

.discovery-card span {
  color: var(--green);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.discovery-card strong {
  font-size: 1.1rem;
}

.discovery-card em {
  color: #6f675c;
  font-size: .9rem;
  font-style: normal;
}

@media (max-width: 900px) {
  .discovery-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #product-detail + section,
  #seller-detail + section {
    margin-top: 3.5rem;
  }

  .nav-links a {
    justify-content: flex-start;
  }
}

.hero-concept {
  margin: 1.25rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--gold);
  color: #fffaf0;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.btn.light,
.button.light {
  border-color: #fff8;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.concept-story {
  position: relative;
  margin: 2rem 0 0;
  min-height: 520px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(22, 59, 42, .92), rgba(22, 59, 42, .45)), radial-gradient(circle at 78% 25%, #d6b25e66, transparent 32%), linear-gradient(135deg, #6d7f5f, #c2a164 52%, #f6efe2);
  background-size: cover;
  background-position: center;
  color: #fffaf0;
}

.concept-story-overlay {
  display: grid;
  align-items: center;
  width: 100%;
  background: linear-gradient(90deg, rgba(16, 41, 30, .9), rgba(16, 41, 30, .48) 56%, rgba(16, 41, 30, .18));
}

.concept-story-inner {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.concept-story .meta {
  color: var(--gold);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.concept-story h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 4rem);
}

.concept-copy {
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  line-height: 2.05;
  white-space: pre-line;
}

.concept-story .concept-copy {
  position: relative;
  margin: 0;
  padding: 1.6rem 1.8rem;
  border-left: 4px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 250, 240, .12);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
  backdrop-filter: blur(4px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, #fffaf0, #fff3dd);
  box-shadow: 0 20px 55px rgba(38, 31, 22, .08);
}

.feature-card::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold) 24%, transparent);
}

.feature-card h3 {
  margin: .2rem 0 .6rem;
  font-size: 1.6rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin-bottom: .75rem;
}

.tag,
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .25rem .62rem;
  background: #fffdf8;
  color: var(--green);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
}

.region-tag {
  border-color: color-mix(in srgb, var(--green) 28%, var(--line));
}

.category-tag {
  color: var(--ink);
}

.badge.new {
  border-color: var(--gold);
  background: color-mix(in srgb, var(--gold) 16%, #fffdf8);
}

.badge.gift {
  border-color: #c89265;
  color: #8d4f22;
}

.badge.spotlight {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.card-link {
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.media-wrap {
  overflow: hidden;
}

.product-card .button,
.seller-card .button {
  margin-top: .5rem;
}

.seller-message {
  color: var(--green);
  font-weight: 700;
}

.seller-stats {
  display: grid;
  gap: .45rem;
  margin: .8rem 0 1rem;
}

.seller-stats div {
  display: flex;
  justify-content: space-between;
  gap: .7rem;
  border-top: 1px solid var(--line);
  padding-top: .45rem;
}

.seller-stats dt {
  color: var(--muted);
  font-size: .82rem;
}

.seller-stats dd {
  margin: 0;
  font-weight: 700;
}

.mini-products {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .45rem;
  margin-top: 1rem;
}

.mini-products a {
  padding: .55rem .7rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffdf8;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 900px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.scroll-cta::after {
  content: "↓";
  margin-left: .45rem;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.promise-card {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, #fffaf0, #fff5e5);
  box-shadow: 0 18px 44px rgba(38, 31, 22, .07);
}

.promise-card span {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-family: serif;
  font-weight: 700;
}

.promise-card h3 {
  margin: .9rem 0 .45rem;
  font-size: 1.3rem;
}

.promise-card p {
  margin: 0;
  color: var(--muted);
}


.feature-band {
  width: 100%;
  margin-top: 2.75rem;
  padding: 0;
  border-top: 1px solid color-mix(in srgb, var(--gold) 45%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 32%, transparent);
  background:
    radial-gradient(circle at 10% 12%, rgba(214, 178, 94, .26), transparent 28rem),
    linear-gradient(135deg, #fff9ec 0%, #f7ead0 54%, #efe0bf 100%);
  color: var(--ink);
  box-shadow: inset 0 1.5rem 3rem rgba(87, 64, 30, .08);
}

.feature-band .section-lead,
.feature-band .meta {
  color: #6b5b40;
}

.feature-band .section-lead {
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.85;
}

.feature-band-inner {
  max-width: none;
  padding-left: clamp(1rem, 4vw, 4rem);
  padding-right: clamp(1rem, 4vw, 4rem);
}

.feature-grid {
  grid-template-columns: 1fr;
}

.feature-banner {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: stretch;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(255, 250, 240, .94);
  color: var(--ink);
}

.feature-banner::after {
  display: none;
}

.feature-photo {
  height: 100%;
  min-height: 320px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px #fff6;
}

.feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(.5rem, 2vw, 1.5rem) 0;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.85;
}

.feature-content .meta {
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 700;
}

.feature-content p:not(.meta) {
  margin: 0 0 1.1rem;
}

.feature-content .tag {
  font-size: 1rem;
}

.feature-content .mini-products {
  font-size: 1.05rem;
}

.feature-card h3 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.product-card {
  height: 100%;
}

.product-card .card-link,
.product-card .card-body {
  display: flex;
  flex-direction: column;
}

.product-card .card-link {
  height: 100%;
}

.product-card .card-body {
  flex: 1;
}

.product-card .product-tags {
  min-height: calc(1.75rem * 2 + .45rem);
  align-content: flex-start;
}

.product-card h3,
.product-card .clamp-2,
.product-card .price {
  margin-top: .25rem;
  margin-bottom: .55rem;
}

.product-card .button {
  margin-top: auto;
}

.selector-meta {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 .35rem;
  padding: .28rem .65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold) 18%, #fffdf8);
  color: var(--green);
  font-size: .82rem;
  font-weight: 800;
}

.prefecture-finder {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(360px, .72fr);
  gap: 1.5rem;
  align-items: start;
  width: 100%;
}

.prefecture-map-panel {
  position: relative;
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fffaf0, #eef3e7);
  box-shadow: 0 20px 55px rgba(38, 31, 22, .08);
}

.japan-map {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.japan-map-svg {
  display: block;
  width: 100%;
  min-width: 640px;
  height: auto;
  max-height: 860px;
}

.prefecture-map-area {
  stroke: #fffaf0;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  transition: fill .18s ease, stroke .18s ease, filter .18s ease, transform .18s ease;
  transform-box: fill-box;
  transform-origin: center;
}

.prefecture-map-area.has-products {
  stroke: color-mix(in srgb, var(--green) 26%, #fffaf0);
}

.prefecture-map-area:hover,
.prefecture-map-area:focus-visible,
.prefecture-map-area.is-active {
  stroke: var(--gold);
  stroke-width: 2.5;
  filter: drop-shadow(0 6px 10px rgba(38, 31, 22, .2));
  transform: scale(1.025);
  outline: none;
}

.prefecture-map-area.is-active {
  fill: #2D6A2D !important;
}

.prefecture-map-label {
  fill: #213427;
  font-size: 11px;
  font-weight: 800;
  text-anchor: middle;
  pointer-events: none;
  paint-order: stroke;
  stroke: rgba(255, 250, 240, .9);
  stroke-width: 3px;
  stroke-linejoin: round;
}

.prefecture-map-label.is-small {
  font-size: 9px;
}

.prefecture-map-label.is-tiny {
  font-size: 7.5px;
}

.prefecture-tooltip {
  position: absolute;
  z-index: 5;
  display: none;
  min-width: 170px;
  padding: .7rem .85rem;
  border: 1px solid var(--gold);
  border-radius: 14px;
  background: rgba(255, 253, 248, .97);
  box-shadow: 0 18px 42px rgba(38, 31, 22, .18);
  pointer-events: none;
  line-height: 1.5;
}

.prefecture-tooltip.is-visible {
  display: grid;
  gap: .1rem;
}

.prefecture-tooltip strong {
  color: var(--green);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.05rem;
}

.prefecture-tooltip span {
  font-size: .86rem;
}

.prefecture-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
  gap: .45rem;
  margin-top: 1rem;
}

.map-attribution {
  margin: .75rem 0 0;
  color: var(--muted);
  font-size: .78rem;
}

.prefecture-button {
  display: grid;
  gap: .1rem;
  min-height: 46px;
  border: 1px solid color-mix(in srgb, var(--green) 28%, var(--line));
  border-radius: 12px;
  background: #fffdf8;
  color: var(--ink);
  padding: .35rem .25rem;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.prefecture-button small {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
}

.prefecture-button:hover,
.prefecture-button:focus-visible,
.prefecture-button.is-active {
  transform: translateY(-1px);
  border-color: var(--gold);
  background: var(--green);
  color: #fff;
}

.prefecture-button:hover small,
.prefecture-button:focus-visible small,
.prefecture-button.is-active small {
  color: #fff4d7;
}

.prefecture-results {
  position: sticky;
  top: 6rem;
  max-height: min(720px, calc(100vh - 7rem));
  overflow-y: auto;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 20px 55px rgba(38, 31, 22, .08);
  scroll-margin-top: 6rem;
}

.prefecture-results h3 {
  margin-top: .2rem;
  font-size: 1.6rem;
}

.prefecture-summary p {
  margin: -.25rem 0 1rem;
  color: #6f675c;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compact-grid {
  gap: .6rem;
}

.compact-grid .card-body {
  padding: .65rem;
}

.prefecture-compact-card .card-link {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 96px;
}

.prefecture-compact-card .media-wrap {
  min-height: 96px;
  border-radius: 18px 0 0 18px;
}

.prefecture-compact-card .photo {
  height: 100%;
}

.prefecture-compact-card h4,
.prefecture-compact-card .seller-message,
.prefecture-compact-card .selector-meta,
.prefecture-compact-card .price,
.prefecture-compact-card .meta {
  margin: 0;
}

.prefecture-compact-card h4 {
  font-size: .98rem;
}

.prefecture-compact-card .price {
  margin-top: .15rem;
  font-size: .98rem;
}

.see-all-prefecture,
.prefecture-empty {
  min-height: 96px;
}

.see-all-prefecture {
  padding: .85rem;
}

.seller-result-grid {
  margin-top: 1.1rem;
}

.prefecture-result-heading {
  grid-column: 1 / -1;
  padding-top: .6rem;
  border-top: 1px solid var(--line);
}

.prefecture-result-heading h4 {
  margin: .1rem 0 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.35rem;
}

@media (max-width: 900px) {
  .promise-grid,
  .prefecture-finder,
  .feature-banner {
    grid-template-columns: 1fr;
  }

  .prefecture-results {
    position: static;
  }

  .feature-photo {
    min-height: 260px;
  }

  .concept-story {
    min-height: 460px;
  }

  .concept-story-overlay {
    background: linear-gradient(180deg, rgba(16, 41, 30, .88), rgba(16, 41, 30, .44));
  }

}

@media (max-width: 640px) {
  .hero-actions .btn {
    width: 100%;
  }

  .concept-story {
    min-height: 520px;
  }

  .concept-story .concept-copy {
    padding: 1.2rem 1rem;
    border-radius: 0 14px 14px 0;
  }

  .promise-grid,
  .prefecture-finder,
  .feature-banner,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .japan-map-svg {
    min-width: 560px;
  }

  .prefecture-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prefecture-button {
    min-height: 48px;
  }

  .feature-band-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .feature-card h3 {
    font-size: 2rem;
  }
}

/* 2026-06-04 地図・商品一覧の横幅調整とタグ切替UI */
.wide-container,
.prefecture-section {
  width: 100%;
  max-width: none;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.prefecture-section .section-head {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.products-page {
  max-width: min(1520px, calc(100vw - 2rem));
}

.hero-actions .btn {
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--gold), #f1d687);
  color: var(--green);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.hero-actions .btn.secondary,
.hero-actions .btn.light {
  border-color: #fff7;
  background: linear-gradient(135deg, rgba(255,250,240,.94), rgba(216,232,214,.92));
  color: var(--green);
}

.product-tag-sort {
  grid-column: 1 / -1;
  display: grid;
  gap: .55rem;
}

.tag-toggle-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.tag-toggle {
  border: 1px solid color-mix(in srgb, var(--green) 28%, var(--line));
  border-radius: 999px;
  background: #fffdf8;
  color: var(--ink);
  padding: .45rem .8rem;
  cursor: pointer;
  font-weight: 800;
}

.tag-toggle.is-active,
.tag-toggle:hover,
.tag-toggle:focus-visible {
  border-color: var(--gold);
  background: var(--green);
  color: #fff;
}

.tag-picker-options {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
}

.check-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .35rem .7rem;
  background: #fffdf8;
  font-weight: 700;
}

.japan-map-svg {
  min-width: 0;
  max-height: 860px;
}

@media (max-width: 640px) {
  .wide-container,
  .prefecture-section,
  .products-page {
    max-width: none;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .japan-map-svg {
    min-width: 420px;
    max-height: none;
  }
}

/* Gift Mania pop redesign */
:root {
  --base: #fff7ef;
  --green: #1b214f;
  --gold: #ffcc33;
  --ink: #1f2144;
  --muted: #6b6384;
  --paper: #ffffff;
  --line: #eadff5;
  --pop-pink: #ff4fa3;
  --pop-blue: #00c2ff;
  --pop-orange: #ff8a00;
  --pop-lime: #7bdc42;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 79, 163, .18), transparent 24rem),
    radial-gradient(circle at 95% 16%, rgba(0, 194, 255, .2), transparent 24rem),
    linear-gradient(180deg, #fff7ef 0%, #fff 52%, #f7f1ff 100%);
}

.serif,
h1,
h2,
h3,
.concept-story h2,
.prefecture-result-heading h4,
.prefecture-tooltip strong {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 900;
}

.announcement {
  background: linear-gradient(90deg, var(--pop-pink), var(--pop-orange), var(--pop-blue));
  color: #fff;
  font-weight: 900;
  letter-spacing: .03em;
}

.site-header {
  background: rgba(255, 255, 255, .88);
  border-bottom: 3px solid var(--green);
}

.logo svg {
  width: 156px;
}

.nav-links a {
  font-weight: 900;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.35rem;
  height: 3px;
  background: var(--pop-pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.btn,
.button {
  border: 2px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  box-shadow: 5px 5px 0 var(--gold);
  text-transform: none;
}

.btn.secondary,
.button.secondary {
  background: #fff;
  color: var(--green);
}

.btn.light,
.button.light {
  border-color: #fff;
  background: rgba(255, 255, 255, .95);
  color: var(--green);
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 204, 51, .95) 0 5rem, transparent 5.2rem),
    radial-gradient(circle at 75% 68%, rgba(0, 194, 255, .85) 0 7rem, transparent 7.2rem),
    linear-gradient(135deg, rgba(255, 79, 163, .94), rgba(255, 138, 0, .88) 48%, rgba(27, 33, 79, .94));
}

.hero::before,
.hero::after {
  content: "GIFT";
  position: absolute;
  color: rgba(255, 255, 255, .12);
  font-size: clamp(5rem, 16vw, 14rem);
  font-weight: 1000;
  line-height: 1;
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero::before {
  right: -1rem;
  top: 2rem;
}

.hero::after {
  content: "MANIA";
  left: -1rem;
  bottom: 1.5rem;
  color: rgba(255, 204, 51, .18);
  transform: rotate(5deg);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero .serif {
  display: inline-flex;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: .35rem .75rem;
  background: var(--green);
  color: var(--gold);
  font-weight: 900;
}

.hero h1 {
  max-width: 760px;
  text-shadow: 6px 6px 0 rgba(27, 33, 79, .45);
}

.hero p {
  font-weight: 800;
}

.hero-concept {
  padding: 1rem 1.15rem;
  border: 2px solid #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(4px);
}

.section-head h2 {
  display: inline;
  background: linear-gradient(transparent 62%, rgba(255, 204, 51, .72) 62%);
}

.card,
.filters,
.panel,
.feature-card,
.promise-card,
.prefecture-map-panel,
.prefecture-results,
.discovery-card {
  border: 2px solid var(--green);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(27, 33, 79, .14);
}

.card:hover,
.card:focus-within,
.discovery-card:hover,
.discovery-card:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 11px 11px 0 rgba(255, 79, 163, .24);
}

.photo {
  background:
    linear-gradient(135deg, rgba(255, 79, 163, .9), rgba(255, 204, 51, .9) 52%, rgba(0, 194, 255, .9));
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 900;
  text-shadow: 2px 2px 0 var(--green);
}

.tag,
.badge,
.selector-meta {
  border: 2px solid var(--green);
  border-radius: 7px;
  color: var(--green);
  background: #fff;
  box-shadow: 2px 2px 0 rgba(27, 33, 79, .15);
}

.badge.gift {
  background: var(--gold);
  color: var(--green);
}

.badge.spotlight {
  background: var(--pop-pink);
  color: #fff;
}

.concept-story {
  background:
    radial-gradient(circle at 88% 25%, rgba(255, 204, 51, .92), transparent 10rem),
    linear-gradient(135deg, #1b214f 0%, #7a31ff 48%, #ff4fa3 100%);
}

.concept-story-overlay {
  background: linear-gradient(90deg, rgba(27, 33, 79, .92), rgba(27, 33, 79, .48));
}

.concept-story .meta {
  color: var(--gold);
  font-weight: 1000;
}

.concept-story .concept-copy {
  border: 2px solid #fff;
  border-left: 10px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, .16);
}

.promise-card span {
  background: var(--pop-pink);
  color: #fff;
  border: 2px solid var(--green);
  box-shadow: 3px 3px 0 var(--gold);
}

.feature-band {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .22), transparent 12rem),
    linear-gradient(135deg, var(--green), #7a31ff 52%, var(--pop-pink));
}

.feature-card,
.feature-banner {
  background: #fff;
}

.feature-card::after {
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--pop-blue));
  transform: rotate(12deg);
}

.price {
  color: var(--pop-pink);
}

.prefecture-map-panel {
  background:
    linear-gradient(145deg, #ffffff, #fff0f8 50%, #edfaff);
}

.prefecture-map-area {
  stroke: #fff;
  stroke-width: 2.4;
}

.prefecture-map-area.has-products {
  stroke: var(--green);
}

.prefecture-map-area:hover,
.prefecture-map-area:focus-visible,
.prefecture-map-area.is-active {
  stroke: var(--pop-pink);
  filter: drop-shadow(0 8px 0 rgba(27, 33, 79, .18));
}

.prefecture-map-area.is-active {
  fill: var(--pop-pink) !important;
}

.prefecture-button {
  border: 2px solid var(--green);
  border-radius: 7px;
  background: #fff;
}

.prefecture-button:hover,
.prefecture-button:focus-visible,
.prefecture-button.is-active {
  background: var(--pop-pink);
  border-color: var(--green);
  color: #fff;
}

.prefecture-compact-card .media-wrap {
  border-radius: 6px 0 0 6px;
}

.input,
select,
textarea,
input,
.menu-toggle {
  border: 2px solid var(--green);
  border-radius: 7px;
}

@media (max-width: 640px) {
  .hero h1 {
    text-shadow: 4px 4px 0 rgba(27, 33, 79, .45);
  }
}
