:root {
  --hamaya-cream: #f7f2e8;
  --hamaya-sand: #d8b98f;
  --hamaya-ink: #1f2933;
  --hamaya-muted: #5b6773;
  --hamaya-green: #115b54;
  --hamaya-green-deep: #0a433e;
  --hamaya-line: #ded8cf;
  --hamaya-card: #ffffff;
}

body {
  color: var(--hamaya-ink);
  background: #fff;
}

body.nav-open {
  overflow: hidden;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b6b2f;
}

.hide-desktop {
  display: none;
}

.site-header,
.site-footer,
.home-section,
.page-section,
.archive,
.single,
.taxonomy {
  padding: 36px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid var(--hamaya-line);
}

.site-header__utility {
  background: var(--hamaya-green-deep);
  color: #fff;
  font-size: 13px;
}

.site-header__utility-inner,
.site-header__inner,
.site-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__utility-inner,
.site-header__inner,
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__utility-inner {
  min-height: 42px;
}

.site-header__notice {
  margin: 0;
}

.site-header__utility-links {
  display: flex;
  gap: 18px;
}

.site-header__inner {
  min-height: 88px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-header__brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--hamaya-sand), #c48e4a);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.site-header__brand-text {
  display: grid;
  gap: 4px;
}

.site-header__brand-text strong {
  font-size: 18px;
  letter-spacing: 0.06em;
}

.site-header__brand-text small {
  color: var(--hamaya-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-header__toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: #f0ece4;
  padding: 0;
}

.site-header__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--hamaya-green-deep);
}

.site-header__nav ul,
.site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-header__nav a {
  position: relative;
  font-weight: 600;
}

.site-main {
  display: block;
  background: #fff;
}

.home-section,
.home-about,
.home-membership,
.home-strengths,
.home-news,
.home-calendar {
  background: #fff;
}

.has-banner {
  position: relative;
  overflow: hidden;
}

.has-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(251, 250, 247, 0.96), rgba(251, 250, 247, 0.7)), var(--page-banner);
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.has-banner > .container {
  position: relative;
}

.home-about__grid,
.membership-layout,
.calendar-layout,
.detail-layout,
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.home-about h2,
.home-audience-links h2,
.home-membership h2,
.home-strengths h2,
.home-news h2,
.home-calendar h2,
.page-section h1,
.archive__header h1,
.taxonomy__header h1,
.shops-archive-hero h1,
.product-archive-hero h1,
.product-taxonomy-hero h1,
.site-footer__brand-block h2 {
  margin: 0;
  line-height: 1.04;
  font-size: clamp(34px, 5vw, 60px);
}

.home-about__body p,
.membership-panel p,
.calendar-panel p,
.page-lead,
.site-footer__brand-block p,
.site-footer__info-card p,
.shop-card__meta,
.faq-item__answer,
.info-list dd,
.category-group p,
.world-card p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--hamaya-muted);
}

.hero-card__media,
.world-card__media,
.shop-card__media,
.product-card__media {
  overflow: hidden;
  border-radius: 18px;
}

.hero-card__media img,
.world-card__media img,
.shop-card__media img,
.product-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.audience-grid,
.strengths-grid,
.news-list,
.shop-grid,
.product-grid,
.world-grid,
.category-groups,
.faq-layout,
.site-footer__info-grid {
  display: grid;
  gap: 22px;
}

.hero-card,
.audience-card,
.membership-panel,
.strength-card,
.news-item,
.calendar-panel,
.shop-card,
.card,
.faq-item,
.faq-group,
.category-group,
.world-card,
.detail-panel,
.site-footer__info-card {
  background: var(--hamaya-card);
  border: 1px solid var(--hamaya-line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.05);
}

.hero-card {
  position: relative;
  background: linear-gradient(180deg, #fff, #f9f6f1);
}

.hero-card__eyebrow,
.strength-card__index,
.shop-card__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b6b2f;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--hamaya-green);
  color: #fff;
  font-weight: 700;
}

.button-link--header {
  min-width: 128px;
}

.audience-grid,
.strengths-grid,
.archive__grid,
.taxonomy__grid,
.site-footer__info-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.audience-card h3,
.strength-card h3,
.news-item h3,
.membership-panel h3,
.calendar-panel h3,
.shop-card__title,
.category-group h2,
.world-card h2,
.detail-panel h2,
.site-footer__info-card h3 {
  margin: 0 0 10px;
}

.plain-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.page-section,
.archive,
.taxonomy,
.site-footer__top {
  background: #f8f5ef;
}

.archive__grid,
.taxonomy__grid {
  display: grid;
  gap: 20px;
}

.shop-card__link,
.product-card a {
  display: block;
}

.info-list {
  margin: 0;
}

.info-list div {
  padding: 14px 0;
  border-bottom: 1px solid var(--hamaya-line);
}

.info-list div:last-child {
  border-bottom: 0;
}

.info-list dt {
  font-weight: 700;
  margin-bottom: 6px;
}

.page-section__content {
  margin-top: 32px;
}

.faq-group h2 {
  margin-top: 0;
}

.site-footer {
  padding: 0;
}

.site-footer__gray {
  background: #8a8d94;
  color: #fff;
  padding: 44px 0 34px;
  border-top: 0;
}

.site-footer__gray-inner {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.site-footer__group-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.site-footer__group h2 {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.site-footer__group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.site-footer__group a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.site-footer__group a:hover {
  opacity: 0.82;
}

.site-footer__legal {
  margin-top: 48px;
  text-align: center;
}

.site-footer__legal p {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer__legal p:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .site-header__utility-inner,
  .site-footer__inner,
  .section-head {
    display: block;
  }

  .site-header__inner {
    min-height: 76px;
  }

  .site-header__toggle {
    display: inline-block;
    margin-left: auto;
  }

  .site-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--hamaya-line);
    padding: 20px 16px 24px;
    display: none;
  }

  .site-header__nav.is-open {
    display: block;
  }

  .site-header__nav ul {
    display: grid;
    gap: 14px;
  }

  .site-header__nav-cta {
    margin-top: 18px;
  }

  .site-header__utility-links,
  .site-footer__nav {
    margin-top: 16px;
  }

  .home-about__grid,
  .membership-layout,
  .calendar-layout,
  .detail-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.shop-card {
  background: linear-gradient(180deg, #fff, #faf6ef);
}

.shop-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.shop-card__action {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 91, 84, 0.08);
  color: var(--hamaya-green-deep);
  font-size: 13px;
  font-weight: 700;
}

.shop-card__action--muted {
  background: rgba(155, 107, 47, 0.09);
  color: #8a6128;
}

.shops-archive-single {
  padding-top: 10px;
  background: #f3f3f3;
  padding-bottom: 88px;
}

.shops-archive-hero {
  background: #f3f3f3;
  padding-bottom: 18px;
}

.shop-detail-page {
  width: min(980px, 100%);
  margin: 0 auto;
  background: #fff;
  padding: 34px 38px 14px;
}

.shop-detail-page__breadcrumb {
  margin: 0 0 34px;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}

.shop-detail-page__breadcrumb a {
  color: #666;
  text-decoration: none;
}

.shop-detail-page__breadcrumb span {
  margin: 0 8px;
}

.shop-detail-page__header {
  margin-bottom: 34px;
}

.shop-detail-page__header h2 {
  margin: 0 0 22px;
  color: #111;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.35;
}

.shop-detail-page__lead,
.shop-detail-section p,
.shop-detail-section__note {
  color: #222;
  font-size: 15px;
  line-height: 1.95;
}

.shop-detail-page__lead > *:first-child,
.shop-detail-section__note > *:first-child {
  margin-top: 0;
}

.shop-detail-page__lead > *:last-child,
.shop-detail-section__note > *:last-child {
  margin-bottom: 0;
}

.shop-detail-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 40px;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

.shop-detail-summary div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 74px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}

.shop-detail-summary dt,
.shop-detail-summary dd {
  margin: 0;
  padding: 22px 20px;
}

.shop-detail-summary dt {
  background: #f3f3f3;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.shop-detail-summary dd {
  color: #222;
  font-size: 15px;
  line-height: 1.8;
}

.shop-detail-page__hero {
  margin-bottom: 42px;
  background: #fff;
}

.shop-detail-page__hero img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-detail-sections {
  border-top: 1px solid #d8d8d8;
}

.shop-detail-section {
  padding: 28px 0 26px;
  border-bottom: 1px solid #d8d8d8;
}

.shop-detail-section h3 {
  margin: 0 0 16px;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.shop-detail-section p {
  margin: 0;
}

.shop-detail-section__note {
  margin-top: 16px;
}

.shop-detail-section--map p {
  margin-top: 4px;
}

.shop-detail-map {
  margin: 0 0 16px;
  border: 1px solid #d8d8d8;
  background: #f8f8f8;
}

.shop-detail-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.category-groups--visual {
  grid-template-columns: 1fr;
}

.category-group {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.category-group__media {
  overflow: hidden;
  border-radius: 18px;
}

.category-group__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card {
  background: linear-gradient(180deg, #fff, #f8f5ef);
}

.product-card__body {
  display: grid;
  gap: 8px;
}

.product-card__body h3 {
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.5;
}

.product-card__body p {
  margin: 0;
}

.product-term-groups {
  display: grid;
  gap: 56px;
}

.product-term-group {
  display: grid;
  gap: 24px;
}

.product-term-group__head {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.product-term-group__media {
  overflow: hidden;
  border-radius: 18px;
}

.product-term-group__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-term-group__intro {
  display: grid;
  gap: 10px;
}

.product-term-group__intro h2 {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
}

.product-term-group__intro p {
  margin: 0;
  color: var(--hamaya-muted);
  font-size: 15px;
  line-height: 1.9;
}

.product-taxonomy-layout {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.product-taxonomy-page {
  background: #f3f3f3;
  padding-bottom: 0;
}

.product-taxonomy-page__breadcrumbs {
  margin-bottom: 18px;
}

.product-taxonomy-page__breadcrumbs .breadcrumbs {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}

.product-taxonomy-page__breadcrumbs .breadcrumbs a {
  color: #666;
  text-decoration: none;
}

.product-taxonomy-page__intro {
  display: none;
}

.taxonomy-product-cat {
  background: #f3f3f3;
  padding-top: 0;
  padding-bottom: 88px;
}

.product-taxonomy-sidebar {
  position: sticky;
  top: 112px;
  background: #fff;
  padding: 0 0 18px;
  border: 1px solid #e2e2e2;
}

.product-taxonomy-sidebar__title {
  margin: 0;
  padding: 17px 20px;
  background: #f0f0f0;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.product-taxonomy-sidebar__top,
.product-taxonomy-sidebar__child,
.product-taxonomy-subsection ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-taxonomy-sidebar__top > li {
  margin: 0 20px;
  padding: 16px 0;
  border-top: 1px solid #ddd;
}

.product-taxonomy-sidebar__top > li:last-child {
  border-bottom: 1px solid #ddd;
}

.product-taxonomy-sidebar__top > li > a {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.product-taxonomy-sidebar__top > li.is-current > a {
  color: var(--hamaya-green);
}

.product-taxonomy-sidebar__child {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.product-taxonomy-sidebar__child a {
  color: #444;
  font-size: 14px;
  text-decoration: none;
}

.product-taxonomy-content {
  background: #fff;
  padding: 0 30px 56px;
  border: 1px solid #e2e2e2;
}

.product-taxonomy-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0 20px;
}

.product-taxonomy-head__title {
  margin: 0;
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.product-taxonomy-head__label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  background: #2859b0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.product-taxonomy-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.product-taxonomy-switch a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.product-taxonomy-switch a.is-current {
  color: #2859b0;
}

.product-taxonomy-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 32px;
  padding: 18px 0 0;
  border-top: 1px solid #ddd;
}

.product-taxonomy-anchor a {
  color: #2859b0;
  font-size: 14px;
  text-decoration: none;
}

.product-taxonomy-sections {
  display: grid;
  gap: 34px;
}

.product-taxonomy-section {
  padding-top: 10px;
}

.product-taxonomy-section h2 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #111;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.product-taxonomy-subsections {
  display: grid;
  gap: 0;
}

.product-taxonomy-subsection {
  padding: 20px 0 22px;
  border-bottom: 1px solid #ddd;
}

.product-taxonomy-subsection h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.product-taxonomy-subsection p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.9;
}

.product-taxonomy-subsection > p,
.product-taxonomy-subsection > ul,
.product-taxonomy-subsection > .product-taxonomy-item-content {
  margin-left: 272px;
}

.product-taxonomy-item-content {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.product-taxonomy-item-content__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 138px;
}

.product-taxonomy-subsection ul {
  display: grid;
  gap: 8px;
}

.product-taxonomy-subsection li {
  position: relative;
  padding-left: 16px;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
}

.product-taxonomy-subsection li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.product-taxonomy-empty {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.9;
}

.faq-layout--stacked {
  gap: 28px;
}

.faq-group {
  background: linear-gradient(180deg, #fff, #f8f5ef);
}

.faq-group__head {
  margin-bottom: 18px;
}

.faq-items {
  display: grid;
  gap: 16px;
}

.faq-item {
  display: grid;
  gap: 18px;
  background: #fff;
}

.faq-item.has-image {
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
}

.faq-item__media {
  overflow: hidden;
  border-radius: 16px;
}

.faq-item__media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.faq-item__body {
  display: grid;
  gap: 10px;
}

.faq-page {
  padding: 18px 0 92px;
  background: #fff;
}

.faq-page__container {
  width: min(1080px, calc(100% - 32px));
}

.faq-page__breadcrumbs {
  margin-bottom: 18px;
}

.faq-page__breadcrumbs .breadcrumbs {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}

.faq-page__breadcrumbs .breadcrumbs a {
  color: #666;
}

.faq-page__breadcrumbs .breadcrumbs span {
  margin: 0 8px;
}

.faq-page__head {
  margin-bottom: 24px;
}

.faq-page__title {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.22;
  letter-spacing: 0.02em;
}

.faq-page__content {
  display: grid;
  gap: 30px;
}

.faq-page__section {
  display: grid;
  gap: 10px;
}

.faq-page__section-title,
.faq-page__subsection-title {
  margin: 0;
  color: #111;
  font-weight: 700;
  line-height: 1.6;
}

.faq-page__section-title {
  font-size: 26px;
}

.faq-page__subsection {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.faq-page__subsection-title {
  font-size: 22px;
}

.faq-page__annotation {
  margin: -2px 0 4px;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}

.faq-toggle {
  border-top: 1px solid #d6d6d6;
}

.faq-toggle:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.faq-toggle__question,
.faq-toggle__answer {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: start;
}

.faq-toggle__question {
  cursor: pointer;
  padding: 19px 0 18px;
}

.faq-toggle__question > div,
.faq-toggle__answer > div {
  min-width: 0;
}

.faq-toggle__question > div {
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.faq-toggle__question i {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 6px;
}

.faq-toggle__question i::before,
.faq-toggle__question i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #111;
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.faq-toggle__question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-toggle__qa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-height: 38px;
  border-radius: 50%;
  background: #f0cf12;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.faq-toggle__answer {
  display: none;
  grid-template-rows: 0fr;
  padding: 0 0 0;
  overflow: hidden;
  transition: grid-template-rows 0.28s ease, padding-bottom 0.28s ease;
}

.faq-toggle__answer::after {
  content: "";
}

.faq-toggle__answer > div {
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 1.95;
}

.faq-toggle__answer > div > *:first-child {
  margin-top: 0;
}

.faq-toggle__answer > div > *:last-child {
  margin-bottom: 0;
}

.faq-toggle input:checked + .faq-toggle__question i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.faq-toggle input:checked + .faq-toggle__question + .faq-toggle__answer {
  display: grid;
  grid-template-rows: 1fr;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .faq-page {
    padding: 14px 0 64px;
  }

  .faq-page__head {
    margin-bottom: 20px;
  }

  .faq-page__title {
    font-size: 25px;
  }

  .faq-page__content {
    gap: 24px;
  }

  .faq-page__section-title {
    font-size: 21px;
  }

  .faq-page__subsection-title {
    font-size: 18px;
  }

  .faq-toggle__question,
  .faq-toggle__answer {
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    gap: 12px;
  }

  .faq-toggle__question {
    padding: 16px 0 15px;
  }

  .faq-toggle__qa {
    width: 32px;
    min-height: 32px;
    font-size: 18px;
  }

  .faq-toggle__question > div {
    font-size: 15px;
    line-height: 1.8;
  }

  .faq-toggle__answer > div {
    font-size: 13px;
    line-height: 1.9;
  }

.faq-toggle__question i {
    margin-top: 4px;
  }
}

.contact-page {
  padding: 18px 0 92px;
  background: #fff;
}

.contact-page__container {
  width: min(1100px, calc(100% - 32px));
}

.contact-page__breadcrumbs {
  margin-bottom: 18px;
}

.contact-page__breadcrumbs .breadcrumbs {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}

.contact-page__breadcrumbs .breadcrumbs a {
  color: #666;
}

.contact-page__breadcrumbs .breadcrumbs span {
  margin: 0 8px;
}

.contact-page__head {
  position: relative;
  margin-bottom: 28px;
  background: #f5f5f2;
  overflow: hidden;
}

.contact-page__head.has-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(246, 244, 238, 0.96), rgba(246, 244, 238, 0.78)), var(--page-banner);
  background-size: cover;
  background-position: center;
}

.contact-page__head-inner {
  position: relative;
  z-index: 1;
  padding: 52px 44px 54px;
}

.contact-page__title {
  margin: 0;
  color: #111;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.14;
}

.contact-page__lead {
  margin-bottom: 28px;
}

.contact-page__lead p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 2;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
  gap: 26px;
  margin-bottom: 34px;
}

.contact-page__panel {
  border: 1px solid #ddd7cc;
  background: #fff;
  padding: 28px 28px 30px;
}

.contact-page__panel h2,
.contact-page__guidance h2,
.contact-page__form-head h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: 28px;
  line-height: 1.45;
}

.contact-page__panel p,
.contact-page__guidance-card p,
.contact-page__form-head p,
.contact-page__note,
.contact-page__info dd {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.95;
}

.contact-page__list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-page__list li {
  position: relative;
  padding-left: 18px;
  color: #111;
  font-size: 15px;
  line-height: 1.85;
}

.contact-page__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f0cf12;
  transform: translateY(-50%);
}

.contact-page__info {
  margin: 0;
}

.contact-page__info div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e6e0d5;
}

.contact-page__info div:first-child {
  padding-top: 0;
}

.contact-page__info div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-page__info dt,
.contact-page__info dd {
  margin: 0;
}

.contact-page__info dt {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.contact-page__note {
  margin-top: 18px;
  color: #555;
}

.contact-page__guidance {
  margin-bottom: 36px;
}

.contact-page__guidance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-page__guidance-card {
  border: 1px solid #ddd7cc;
  background: linear-gradient(180deg, #fff, #f8f5ef);
  padding: 22px 20px 24px;
}

.contact-page__guidance-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 18px;
  line-height: 1.6;
}

.contact-page__form-block {
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
}

.contact-page__form-head {
  margin-bottom: 20px;
}

.contact-page__form-shell {
  border: 1px solid #ddd7cc;
  background: #fff;
  padding: 28px 28px 32px;
}

.contact-form {
  display: grid;
  gap: 0;
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}

.contact-form__label {
  padding-top: 10px;
}

.contact-form__label label {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.contact-form__row.required .contact-form__label label::after {
  content: "必須";
  display: inline-block;
  margin-left: 10px;
  padding: 2px 6px 1px;
  border-radius: 3px;
  background: #ff0000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
}

.contact-form__field input,
.contact-form__field select {
  min-height: 46px;
  padding: 10px 12px;
}

.contact-form__field textarea {
  min-height: 220px;
  padding: 12px;
  resize: vertical;
}

.contact-form__description {
  margin: 10px 0 0;
  color: #555;
  font-size: 12px;
  line-height: 1.9;
  white-space: pre-line;
}

.contact-form__actions {
  padding-top: 26px;
  text-align: center;
}

.contact-form__submit {
  min-width: 220px;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid #2b6da6;
  background: #428bca;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  background: #3071a9;
  border-color: #285e8e;
}

.contact-form-message {
  margin-bottom: 20px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.8;
}

.contact-form-message--success {
  border: 1px solid #b8dfc1;
  background: #eef9f0;
  color: #275b2d;
}

.contact-form-message--error {
  border: 1px solid #f0b8b8;
  background: #fff1f1;
  color: #b40000;
}

@media (max-width: 900px) {
  .contact-page__grid,
  .contact-page__guidance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-page {
    padding: 14px 0 64px;
  }

  .contact-page__head {
    margin-bottom: 22px;
  }

  .contact-page__head-inner {
    padding: 32px 22px 34px;
  }

  .contact-page__title {
    font-size: 28px;
  }

  .contact-page__lead {
    margin-bottom: 22px;
  }

  .contact-page__lead p {
    font-size: 14px;
    line-height: 1.9;
  }

  .contact-page__grid {
    gap: 18px;
    margin-bottom: 26px;
  }

  .contact-page__panel {
    padding: 20px 18px 22px;
  }

  .contact-page__panel h2,
  .contact-page__guidance h2,
  .contact-page__form-head h2 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .contact-page__panel p,
  .contact-page__guidance-card p,
  .contact-page__form-head p,
  .contact-page__note,
  .contact-page__info dd,
  .contact-page__list li {
    font-size: 13px;
    line-height: 1.9;
  }

  .contact-page__info div {
    grid-template-columns: 72px 1fr;
  }

  .contact-page__guidance {
    margin-bottom: 28px;
  }

  .contact-page__guidance-card {
    padding: 18px 16px 20px;
  }

  .contact-page__guidance-card h3 {
    font-size: 16px;
  }

  .contact-page__form-block {
    padding-top: 22px;
  }

  .contact-page__form-shell {
    padding: 18px 16px 22px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }

  .contact-form__label {
    padding-top: 0;
  }

  .contact-form__label label {
    font-size: 14px;
  }

  .contact-form__field input,
  .contact-form__field select {
    min-height: 42px;
    font-size: 13px;
  }

  .contact-form__field textarea {
    min-height: 180px;
    font-size: 13px;
  }

  .contact-form__submit {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .category-group,
  .faq-item.has-image {
    grid-template-columns: 1fr;
  }
}

.site-header {
  border-bottom: 0;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.site-header__nav a {
  padding-bottom: 6px;
}

.site-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--hamaya-sand);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

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

.site-header {
  position: relative;
  background: #fff;
}

.site-header__inner {
  min-height: 98px;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.site-header__main {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.site-header__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header__brand {
  display: flex;
  align-items: center;
}

.site-header__brand-mark {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--hamaya-green-deep);
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.site-header__brand-text {
  display: none;
}

.site-header__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-header__status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f2f5f3;
  color: var(--hamaya-green-deep);
  font-size: 13px;
  font-weight: 700;
}

.site-header__status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}

.site-header__meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5c6670;
  font-size: 13px;
  white-space: nowrap;
}

.site-header__nav {
  min-width: 0;
}

.site-header__nav ul {
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 26px;
}

.site-header__nav li {
  font-size: 15px;
  white-space: nowrap;
}

.button-link--ghost {
  background: transparent;
  color: var(--hamaya-green-deep);
  border: 1px solid rgba(17, 91, 84, 0.18);
}

.home-about {
  padding-top: 68px;
}

.home-about__grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 56px;
}

.home-about__lead {
  position: relative;
  padding-left: 0;
}

.home-about__symbols {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about__symbols span {
  width: 240px;
  height: 240px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 35%, rgba(255,255,255,0.82), transparent 26%),
    linear-gradient(135deg, #6a9d53, #3e8f8a 52%, #c6a35c);
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 24px 50px rgba(17, 24, 39, 0.08);
}

.audience-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  color: #fff;
  overflow: hidden;
}


.audience-card > * {
  position: relative;
  z-index: 1;
}

.audience-card:hover,
.audience-card:focus-visible,
.shop-card:hover,
.shop-card:focus-within,
.category-group:hover,
.category-group:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(17, 24, 39, 0.08);
}

.audience-card__arrow {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.84);
}

.audience-reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.audience-reason {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 16px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--hamaya-line);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.05);
  font-weight: 700;
}

.audience-oversea {
  display: block;
  margin-top: 18px;
  min-height: 160px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(10,67,62,0.22), rgba(10,67,62,0.86)),
    linear-gradient(120deg, #d1b186, #4f837f);
  color: #fff;
  overflow: hidden;
}

.audience-oversea span {
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  padding: 24px 28px;
  font-size: 28px;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hamaya-green-deep);
  font-weight: 700;
}

.text-link::after {
  content: ">";
}

.membership-panel__intro {
  margin-top: 0;
}

.membership-merits {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.membership-merits li {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid #eee3d3;
}

.membership-merits strong {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9b6b2f;
}

.membership-service-list {
  display: grid;
  gap: 12px;
}

.membership-service-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(17, 91, 84, 0.06);
  color: var(--hamaya-green-deep);
  font-weight: 700;
}

.membership-service-list a::after {
  content: "+";
}

.strengths-list {
  display: grid;
  gap: 28px;
}

.strength-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
  align-items: center;
}

.strength-row.is-reverse {
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
}

.strength-row.is-reverse .strength-row__text {
  order: 2;
}

.strength-row.is-reverse .strength-row__media {
  order: 1;
}

.strength-row__text,
.strength-row__media {
  border-radius: 28px;
}

.strength-row__text {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--hamaya-line);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.06);
}

.strength-row__media {
  min-height: 320px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,0.18), transparent 18%),
    linear-gradient(135deg, #8e6a3a, #d8b98f 48%, #2e7169 120%);
}

.strength-row__media--02 {
  background:
    radial-gradient(circle at 75% 22%, rgba(255,255,255,0.16), transparent 18%),
    linear-gradient(135deg, #c09a62, #f0e5d2 42%, #3e7872 120%);
}

.strength-row__media--03 {
  background:
    radial-gradient(circle at 18% 72%, rgba(255,255,255,0.16), transparent 18%),
    linear-gradient(135deg, #6d8d88, #d4b184 52%, #274f4b 120%);
}

.strength-row__text h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.18;
}

.strength-row__text h3 small {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9b6b2f;
}

.home-sustainability,
.home-promo {
  background: #fff;
}

.home-sustainability {
  padding-top: 18px;
  padding-bottom: 18px;
}

.home-external-banner {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 28px;
}

.external-banner {
  display: block;
  width: min(780px, 100%);
  margin: 0 auto;
}

.external-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.external-banner__image--mobile {
  display: none;
}

.external-banner__fallback {
  display: grid;
  gap: 8px;
  min-height: 180px;
  place-content: center;
  background: linear-gradient(180deg, #e7f3ef, #f5fbf7);
  border: 1px solid #d9e8de;
  color: #1a4e40;
  text-align: center;
}

.external-banner__fallback strong {
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1;
}

@media (max-width: 960px) {
  .external-banner__image--desktop {
    display: none;
  }

  .external-banner__image--mobile {
    display: block;
  }
}

.sustainability-banner {
  display: block;
  width: min(780px, 100%);
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 63, 58, 0.78), rgba(18, 63, 58, 0.2)),
    linear-gradient(120deg, #9c845e, #d7c2a0 56%, #dfece7);
  color: #fff;
  box-shadow: none;
}

.sustainability-banner__inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  padding: 0 38px;
}

.sustainability-banner__label {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.promo-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #f8f5ef);
  border: 1px solid var(--hamaya-line);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.06);
}

.promo-banner__content h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.18;
}

.promo-banner__links {
  display: grid;
  gap: 12px;
}

.promo-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--hamaya-line);
  font-weight: 700;
}

.promo-link::after {
  content: ">";
  color: var(--hamaya-green);
}

.news-list {
  grid-template-columns: 1fr;
}

.home-news {
  background: #fff;
}

.home-news .container {
  width: min(830px, calc(100% - 32px));
}

.home-news__title {
  margin: 0 0 42px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #111;
}

.news-item a {
  display: block;
  padding: 18px 80px 16px;
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #111;
  font-size: 14px;
  line-height: 1;
}

.news-item__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 16px;
  padding: 0 6px;
  background: #2f63c3;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.news-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #d7d7d7;
}

.news-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #111;
}

.news-more {
  display: none;
}

.single-news {
  padding: 42px 0 96px;
  background: #fff;
}

.single-news .container {
  width: min(980px, calc(100% - 32px));
}

.single-news__article {
  width: min(820px, 100%);
  margin: 0 auto;
}

.single-news__breadcrumb {
  margin: 0 0 34px;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}

.single-news__breadcrumb a {
  color: #666;
  text-decoration: none;
}

.single-news__breadcrumb a:hover {
  color: var(--hamaya-green);
}

.single-news__breadcrumb span {
  margin: 0 8px;
}

.single-news__header {
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d7d7d7;
}

.single-news__header h1 {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #111;
}

.single-news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-size: 14px;
  line-height: 1;
}

.single-news__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 22px;
  padding: 0 10px;
  background: #2f63c3;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.single-news__content {
  color: #222;
  font-size: 14px;
  line-height: 1.95;
}

.single-news__content > *:first-child {
  margin-top: 0;
}

.single-news__content > *:last-child {
  margin-bottom: 0;
}

.single-news__content p {
  margin: 0 0 1.5em;
}

.single-news__content h2,
.single-news__content h3,
.single-news__content h4 {
  margin: 2.4em 0 .8em;
  color: #111;
  line-height: 1.5;
}

.single-news__content ul,
.single-news__content ol {
  margin: 0 0 1.6em 1.4em;
  padding: 0;
}

.single-news__content li {
  margin-bottom: .55em;
}

.single-news__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}

.single-news__content a {
  color: var(--hamaya-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-news__content hr {
  margin: 2.2em 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.calendar-reference {
  width: min(820px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.calendar-reference__head {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.calendar-reference__head button,
.calendar-reference__month-link {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  color: #111;
  text-decoration: none;
  text-align: center;
}

.home-calendar.is-loading {
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.calendar-reference__head h2 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.calendar-reference__grid {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.calendar-reference__grid th,
.calendar-reference__grid td {
  width: 14.285%;
  height: 29px;
  min-height: 29px;
  padding: 0;
  border: 1px solid #cfcfcf;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color: #111;
}

.calendar-reference__grid th {
  background: #fff;
  font-weight: 700;
  height: 28px;
  min-height: 28px;
}

.calendar-reference__grid th.is-sunday {
  background: #fff;
  color: #111;
}

.calendar-reference__grid th.is-saturday {
  color: #111;
}

.calendar-reference__grid td.is-open {
  background: #dff3e4;
  color: #111;
}

.calendar-reference__grid td.is-closed {
  background: #f8d7da;
  color: #8a1f2d;
  font-weight: 700;
}

.calendar-reference__grid td.is-special {
  background: #fff3cd;
  color: #8a5a00;
}

.calendar-reference__grid td.is-today {
  font-weight: 700;
}

.calendar-reference__notes {
  display: grid;
  gap: 18px;
}

.calendar-reference__legend {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.calendar-reference__swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  border: 1px solid #cfcfcf;
}

.calendar-reference__swatch.is-open {
  background: #dff3e4;
}

.calendar-reference__swatch.is-closed {
  background: #f8d7da;
}

.calendar-reference__swatch.is-special {
  background: #fff3cd;
}

.calendar-note h3 {
  margin: 0 0 6px;
  color: #c40000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.calendar-note p {
  margin: 0 0 6px;
  color: #222;
  font-size: 14px;
  line-height: 1.7;
}

.calendar-note__red {
  color: #c40000 !important;
}

.shop-card {
  overflow: hidden;
  padding: 0;
}

.shop-card__body {
  padding: 22px;
}

.shop-card__media img {
  aspect-ratio: 16 / 9;
}

.category-group {
  overflow: hidden;
  padding: 0;
}

.category-group__body {
  padding: 24px 24px 24px 0;
}

.faq-group__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.faq-item {
  border-radius: 20px;
}

.faq-item__body h3 {
  margin: 0;
  font-size: 22px;
}

.site-footer__top {
  background:
    linear-gradient(180deg, #f7f2e8, #f2ece2);
}

@media (max-width: 960px) {
  .strength-row,
  .strength-row.is-reverse,
  .promo-banner,
  .audience-reasons {
    grid-template-columns: 1fr;
  }

  .promo-banner,
  .sustainability-banner__inner {
    padding: 24px;
  }

  .shop-detail-page__breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .shops-archive-hero,
  .shops-archive-single {
    padding-bottom: 40px;
  }

  .shop-detail-page {
    padding: 24px 18px 6px;
  }

  .shop-detail-page__header {
    margin-bottom: 24px;
  }

  .shop-detail-page__header h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .shop-detail-summary {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .shop-detail-summary div {
    grid-template-columns: 110px minmax(0, 1fr);
    min-height: 0;
  }

  .shop-detail-summary dt,
  .shop-detail-summary dd {
    padding: 16px 14px;
  }

  .shop-detail-page__hero {
    margin-bottom: 30px;
  }

  .shop-detail-section {
    padding: 22px 0 20px;
  }

  .shop-detail-section h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .shop-detail-map iframe {
    height: 300px;
  }

  .product-term-group__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-term-groups {
    gap: 42px;
  }

  .product-term-group__intro h2 {
    font-size: 26px;
  }

  .product-taxonomy-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-taxonomy-sidebar {
    position: static;
  }

  .product-taxonomy-sidebar__title {
    font-size: 22px;
  }

  .product-taxonomy-content {
    padding: 0 20px 34px;
  }

  .product-taxonomy-head {
    display: block;
    padding-bottom: 18px;
  }

  .product-taxonomy-head__title {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .product-taxonomy-head__label {
    min-height: 36px;
    font-size: 15px;
  }

  .product-taxonomy-section h2 {
    font-size: 26px;
  }

  .product-taxonomy-subsection h3 {
    font-size: 19px;
  }

  .product-taxonomy-subsection > p,
  .product-taxonomy-subsection > ul,
  .product-taxonomy-subsection > .product-taxonomy-item-content {
    margin-left: 0;
  }

  .product-taxonomy-item-content {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-taxonomy-item-content__image {
    min-height: 220px;
  }

  .sustainability-banner__inner {
    min-height: 92px;
  }

  .sustainability-banner__label {
    min-height: 40px;
    padding: 0 14px;
    font-size: 22px;
  }

  .site-header__utility-links {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 76px;
  }

  .site-header__status,
  .site-header__cta {
    display: none;
  }

  .site-header__nav {
    justify-self: stretch;
  }

  .site-header__meta {
    justify-content: flex-start;
    margin-bottom: 18px;
  }

  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-about__symbols {
    justify-content: flex-start;
  }

  .home-about__symbols span {
    width: 180px;
    height: 180px;
    font-size: 52px;
  }

  .site-footer__gray-inner {
    width: min(100%, calc(100% - 32px));
  }

  .site-footer__group-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__legal {
    margin-top: 32px;
  }

  .calendar-reference {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: none;
  border-bottom: 1px solid #ebebeb;
}

.site-header__inner {
  width: min(1240px, calc(100% - 32px));
  min-height: 92px;
  grid-template-columns: 200px 1fr;
  gap: 20px;
}

.site-header__brand img {
  display: block;
  width: 200px;
  height: auto;
}

.site-header__brand-mark {
  display: none;
}

.site-header__main {
  gap: 10px;
}

.site-header__topline {
  min-height: 32px;
}

.site-header__status-pill,
.site-header__status-icon {
  min-height: 34px;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.site-header__status-pill {
  color: #1e5c55;
  font-size: 14px;
}

.site-header__status-icon {
  padding: 0 0 0 10px;
  border-left: 1px solid #cfcfcf;
}

.site-header__meta,
.site-header__meta a {
  color: #222;
  font-size: 13px;
}

.site-header__nav ul {
  justify-content: flex-start;
  gap: 34px;
}

.site-header__nav li {
  font-size: 16px;
  font-weight: 700;
}

.site-header__nav a {
  display: block;
  padding: 0;
}

.site-header__cta {
  display: none;
}


@media (max-width: 960px) {
  .site-header__inner {
    width: min(100%, calc(100% - 24px));
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }

  .site-header__brand img {
    width: 148px;
  }

  .site-header__toggle {
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: transparent;
  }

  .site-header__nav {
    top: 72px;
  }

  .site-header__nav ul {
    gap: 16px;
  }

  .home-about {
    padding: 56px 0 50px;
  }

  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-about__text p {
    font-size: 16px;
    line-height: 1.95;
  }

  .home-audience-links {
    padding-bottom: 48px;
  }

  .home-audience-links .container {
    width: min(100%, calc(100% - 32px));
  }

  .audience-grid,
  .audience-reasons,
  .membership-merits,
  .membership-related,
  .strength-row,
  .strength-row.is-reverse {
    grid-template-columns: 1fr;
  }

  .audience-card,
  .audience-card a {
    min-height: 168px;
  }

  .audience-card__title {
    font-size: 15px;
  }

  .audience-card__text {
    font-size: 12px;
  }

  .home-audience-links__heading {
    margin: 0;
    padding: 40px 0 32px;
    font-size: 17.5px;
    line-height: 1.5;
    letter-spacing: .2em;
  }

  .home-audience-links__heading span {
    padding-left: .2em;
  }

  .audience-reason {
    min-height: 72px;
    font-size: 14px;
    border-right: 0;
    border-bottom: 4px solid #fff;
  }

  .audience-oversea span {
    font-size: 15px;
  }

  .audience-oversea-wrap {
    height: 140px;
  }

  .audience-oversea {
    height: 140px;
  }

  .home-membership {
    padding: 30px 0 60px;
    background: #fff;
  }

  .membership-caption {
    font-size: 12px;
  }

  .membership-caption span {
    font-size: 12px;
    text-underline-offset: 6px;
  }

  .membership-title,
  .membership-related-title {
    font-size: inherit;
    letter-spacing: inherit;
  }

  .membership-merits {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -12px 36px;
    padding: 36px 0;
  }

  .membership-merits li {
    flex: 1 0 33.33333%;
    width: 33.33333%;
    padding: 0 8px;
  }

  .membership-merits__inner {
    padding: 12px 4px;
    font-size: 12px;
    line-height: 1.6;
  }

  .membership-merits__inner i {
    display: block;
    position: relative;
    max-width: 80px;
    margin: 0 auto 12px;
  }

  .membership-merits__inner p {
    font-size: 12px;
    line-height: 1.6;
  }

  .membership-link a {
    width: 100%;
    min-height: 28vw;
    padding: 40px 16px;
  }

  .membership-link {
    background-image: url("../reference/hamanavi/head_sp.jpg");
  }

  .membership-link__title {
    width: auto;
    font-size: 14px;
  }

  .membership-related {
    padding: 20px 0 0;
  }

  .membership-related li:first-child {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .single-news {
    padding: 28px 0 64px;
  }

  .single-news__breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .single-news__breadcrumb span {
    margin: 0 6px;
  }

  .single-news__header {
    margin-bottom: 26px;
    padding-bottom: 18px;
  }

  .single-news__header h1 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.6;
  }

  .single-news__meta {
    gap: 10px;
    font-size: 13px;
  }

  .single-news__meta span {
    min-width: 58px;
    min-height: 20px;
    font-size: 10px;
  }

  .single-news__content {
    font-size: 14px;
    line-height: 1.9;
  }

  .home-strengths {
    padding: 56px 0 58px;
  }

  .home-strengths__title {
    margin-bottom: 32px;
    font-size: 20px;
    letter-spacing: .2em;
  }

  .strength-row__heading {
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #f6d60b;
    font-size: 15px;
  }

  .strength-card__index {
    position: static;
    flex: 0 0 1.4em;
    width: auto;
    padding-right: 16px;
    font-size: 32px;
    line-height: 1.2;
  }

  .strength-row__heading small {
    font-size: 12px;
    padding-bottom: 4px;
  }

  .strength-row__media {
    min-height: 0;
    padding: 0;
  }

  .strength-row__media::before {
    content: "";
    display: block;
    padding-top: 66%;
  }

  .strength-row__image {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }

  .strength-row__text,
  .strength-row.is-reverse .strength-row__text {
    padding: 0;
  }

  .sustainability-banner__inner,
  .sustainability-banner__label {
    min-height: 84px;
  }

  .sustainability-banner {
    height: 84px;
  }

  .sustainability-banner__inner {
    height: 84px;
  }

.sustainability-banner__label {
    padding: 0 22px;
    font-size: 24px;
  }
}

.world-page {
  padding: 0 0 92px;
  background: #fff;
}

.world-page__hero {
  position: relative;
  min-height: 360px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.world-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 31, 44, 0.56) 0%, rgba(13, 31, 44, 0.16) 56%, rgba(13, 31, 44, 0.08) 100%);
}

.world-page__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 68px 0 72px;
  color: #fff;
}

.world-page__hero-kicker {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.world-page__hero-title {
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.18;
  letter-spacing: 0.02em;
}

.world-page__hero-text {
  width: min(720px, 100%);
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.world-page__breadcrumb-wrap {
  border-bottom: 1px solid #e7e2d9;
  background: #fff;
}

.world-page__breadcrumb {
  margin: 0;
  padding: 18px 0 16px;
  font-size: 12px;
  color: #6b7280;
}

.world-page__breadcrumb a {
  color: #6b7280;
}

.world-page__breadcrumb span {
  margin: 0 8px;
}

.world-page__map-section {
  padding: 48px 0 36px;
  background: #fff;
}

.world-page__map-container {
  width: min(1040px, calc(100% - 32px));
}

.world-page__map {
  position: relative;
}

.world-page__map-image {
  width: 100%;
  height: auto;
}

.world-page__map-image--mobile {
  display: none;
}

.world-page__map-anchor {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 86px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  color: #25313c;
}

.world-page__map-anchor img {
  width: 48px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(17, 24, 39, 0.14));
}

.overseasWorldmap-th {
  top: 25%;
  left: 69%;
}

.overseasWorldmap-bg {
  top: 16%;
  left: 50%;
}

.overseasWorldmap-ph {
  top: 39%;
  left: 79%;
}

.overseasWorldmap-pe {
  top: 60%;
  left: 21%;
}

.overseasWorldmap-my {
  top: 49%;
  left: 70%;
}

.overseasWorldmap-ng {
  top: 45%;
  left: 47%;
}

.overseasWorldmap-af {
  top: 31%;
  left: 63%;
}

.world-page__sections {
  padding: 0;
}

.world-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.world-country {
  padding: 38px 0 56px;
}

.world-country:nth-child(even) {
  background: #f6f5f1;
}

.world-country__inner {
  position: relative;
}

.world-country__region-map {
  position: absolute;
  top: 24px;
  left: 0;
  width: 264px;
}

.world-country__english {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #f0ede6;
}

.world-country__english--mobile {
  display: none;
}

.world-country__panel {
  margin-left: 250px;
  padding-left: 46px;
}

.world-country__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-top: 56px;
  border-bottom: 1px solid #ddd7cc;
}

.world-country__flags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 18px;
}

.world-country__flag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1f2933;
}

.world-country__flag img {
  width: 64px;
  height: auto;
}

.world-country__summary {
  flex: 0 0 320px;
  margin: 0;
  padding: 0 0 18px;
  font-size: 18px;
  line-height: 1.9;
  color: #4b5563;
}

.world-country__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.world-country__gallery li {
  min-width: 0;
}

.world-country__gallery-image,
.world-country__gallery-stack {
  border-radius: 2px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.world-country__gallery-image {
  min-height: 188px;
}

.world-country__gallery li > .world-country__gallery-stack + .world-country__gallery-stack,
.world-country__gallery li > .world-country__gallery-image + .world-country__gallery-image {
  margin-top: 12px;
}

.world-country__gallery-stack {
  min-height: 88px;
}

.world-country__gallery.three {
  grid-template-columns: 1.55fr 1fr;
}

.world-country__gallery.three .world-country__gallery-image {
  min-height: 296px;
}

.world-country__gallery.three li:last-child {
  display: grid;
  gap: 12px;
}

.world-country__gallery.three li:last-child .world-country__gallery-stack {
  min-height: 142px;
}

.world-country__gallery.five,
.world-country__gallery.five2 {
  grid-template-columns: repeat(5, 1fr);
}

.world-country__gallery.five .world-country__gallery-image,
.world-country__gallery.five2 .world-country__gallery-image {
  min-height: 144px;
}

.world-country__description {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #3d4651;
}

.world-country__voice {
  display: grid;
  grid-template-columns: 164px 1fr;
  gap: 32px;
  margin-top: 30px;
  padding: 28px 0 0;
  border-top: 1px solid #ddd7cc;
}

.world-country__voice-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #1f2933;
}

.world-country__voice-mark span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.world-country__voice-mark small {
  font-size: 11px;
  vertical-align: middle;
}

.world-country__voice-mark b {
  display: block;
  margin-top: 4px;
  font-size: 30px;
  color: #d2aa62;
}

.world-country__voice-mark img {
  width: 96px;
}

.world-country__voice-body h3 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #1c2730;
}

.world-country__voice-body p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #3d4651;
}

@media (max-width: 1024px) {
  .world-country__region-map {
    position: static;
    width: 220px;
    margin-bottom: 18px;
  }

  .world-country__english {
    top: 30px;
    font-size: 48px;
  }

  .world-country__panel {
    margin-left: 0;
    padding-left: 0;
  }

  .world-country__heading {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .world-page {
    padding-bottom: 64px;
  }

  .world-page__hero {
    min-height: 248px;
  }

  .world-page__hero-inner {
    min-height: 248px;
    padding: 42px 0 46px;
  }

  .world-page__hero-title {
    font-size: 28px;
  }

  .world-page__hero-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .world-page__map-section {
    padding: 26px 0 18px;
  }

  .world-page__map-image--desktop {
    display: none;
  }

  .world-page__map-image--mobile {
    display: block;
  }

  .world-page__map-anchor {
    width: 68px;
    font-size: 10px;
  }

  .world-page__map-anchor img {
    width: 34px;
  }

  .overseasWorldmap-th {
    top: 20%;
    left: 65%;
  }

  .overseasWorldmap-bg {
    top: 12%;
    left: 45%;
  }

  .overseasWorldmap-ph {
    top: 35%;
    left: 76%;
  }

  .overseasWorldmap-pe {
    top: 58%;
    left: 18%;
  }

  .overseasWorldmap-my {
    top: 46%;
    left: 64%;
  }

  .overseasWorldmap-ng {
    top: 42%;
    left: 42%;
  }

  .overseasWorldmap-af {
    top: 28%;
    left: 57%;
  }

  .world-country {
    padding: 30px 0 40px;
  }

  .world-country__english {
    display: none;
  }

  .world-country__english--mobile {
    display: block;
    position: static;
    margin: 0 0 16px;
    font-size: 22px;
    color: #d7d2c8;
  }

  .world-country__heading {
    display: block;
    margin-bottom: 22px;
  }

  .world-country__flags {
    gap: 12px;
    padding-bottom: 14px;
  }

  .world-country__flag {
    font-size: 18px;
  }

  .world-country__flag img {
    width: 50px;
  }

  .world-country__summary {
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .world-country__gallery,
  .world-country__gallery.three,
  .world-country__gallery.five,
  .world-country__gallery.five2 {
    grid-template-columns: 1fr 1fr;
  }

  .world-country__gallery-image,
  .world-country__gallery.three .world-country__gallery-image,
  .world-country__gallery.five .world-country__gallery-image,
  .world-country__gallery.five2 .world-country__gallery-image {
    min-height: 120px;
  }

  .world-country__gallery.three li:last-child .world-country__gallery-stack {
    min-height: 120px;
  }

  .world-country__description,
  .world-country__voice-body p {
    font-size: 14px;
    line-height: 1.9;
  }

  .world-country__voice {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
    padding-top: 22px;
  }

  .world-country__voice-mark {
    flex-direction: row;
    justify-content: flex-start;
  }

  .world-country__voice-mark img {
    width: 74px;
  }

  .world-country__voice-body h3 {
    font-size: 22px;
    line-height: 1.7;
  }
}
