@charset "utf-8";
/* CSS Document */

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #1a1410;
  font-family: 'Hiragino Mincho ProN','Yu Mincho','YuMincho','Noto Serif JP',serif;
  color: #e8dfd0;
  line-height: 1.75;
  font-size: 18px;
}
a { -webkit-tap-highlight-color: transparent; }

/* ========== 全幅コンテナ（ヒーロー・装飾線用） ========== */
.fullwidth {
  width: 100%;
  background: #0a0807;
}

/* ========== コンテンツ幅コンテナ ========== */
.content {
  max-width: 1440px;
  margin: 0 auto;
  background: #0a0807;
}

/* ========== 上部赤金縞 ========== */
.top-stripe {
  height: 3px;
  background: linear-gradient(90deg, #aa0001 0%, #aa0001 30%, #c9a961 30%, #c9a961 70%, #aa0001 70%, #aa0001 100%);
  opacity: 0.85;
}

/* ========== ヘッダー ========== */
.site-header-wrap { background: #0a0807; }
.site-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 32px;
  border-bottom: 1px solid #3a2e1f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__brand { display: flex; align-items: center; gap: 16px; }
.site-header__name { font-size: 22px; letter-spacing: 0.4em; color: #c9a961; }
.site-header__since { font-size: 13px; letter-spacing: 0.25em; color: #8a6d2a; }

/* ========== ヒーロー（全幅） ========== */
.hero {
  position: relative;
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  background: #0a0807;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10,8,7,0.55) 0%, rgba(10,8,7,0.45) 50%, rgba(10,8,7,0.65) 100%);
  z-index: 2;
}
.hero__video {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hero__overlay {
  transform: translateZ(0);
}
/* ヒーロー内コンテンツ（1200px・コンテンツ幅より少し狭く） */
.hero__inner-wrap {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 32px 160px;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__top-meta, .hero__bottom-meta {
  position: absolute;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__top-meta { top: 60px; }
.hero__bottom-meta { bottom: 60px; }
.hero__label-en {
  font-size: 14px;
  letter-spacing: 0.6em;
  color: #d4b87a;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.hero__label-en--sub {
  font-size: 14px;
  letter-spacing: 0.35em;
  color: #b09858;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.hero__rule { width: 56px; height: 1px; background: #d4b87a; }
.hero__meta-group { display: flex; align-items: center; gap: 12px; }
.hero__shop-label {
  font-size: 14px;
  letter-spacing: 0.35em;
  color: #b09858;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.hero__brand-name {
  font-size: 2rem;
	font-weight: bold;
  letter-spacing: 0.4em;
  color: #b09858;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.hero__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.hero__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.hero__line-top { width: 1.5px; height: 120px; background: linear-gradient(180deg, transparent, #d4b87a); }
.hero__line-bottom-short { width: 1.5px; height: 60px; background: linear-gradient(180deg, #d4b87a, transparent); }
.hero__line-top-short { width: 1.5px; height: 60px; background: linear-gradient(180deg, transparent, #d4b87a); }
.hero__line-bottom { width: 1.5px; height: 120px; background: linear-gradient(180deg, #d4b87a, transparent); }

/* 縦書きタイトル */
.hero__title-block {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}
.hero__title {
  font-size: 56px;
  letter-spacing: 0.4em;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7);
  white-space: nowrap;
}
/* 横書きサブタイトル（ヒーロー下部） */
.hero__subtitle-wrap {
  text-align: center;
  margin-top: 56px;
}
.hero__subtitle {
  display: inline-block;
  font-size: 19px;
  letter-spacing: 0.45em;
  color: #e8dfd0;
  line-height: 2.2;
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
  padding: 0 1em;
}
.hero__subtitle-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 22px;
}
.hero__subtitle-line {
  width: 56px;
  height: 1px;
  background: #d4b87a;
}
.hero__subtitle-dot {
  width: 6px;
  height: 6px;
  background: #aa0001;
  transform: rotate(45deg);
}

/* ========== 区切り線 ========== */
.divider-gold-red {
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #c9a961 20%, #aa0001 50%, #c9a961 80%, transparent 100%);
  opacity: 0.7;
}
.divider-gold-fade {
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a961 50%, transparent);
  margin: 0 32px;
}

/* ========== セクション見出し ========== */
.section-heading {
  text-align: center;
  padding: 80px 32px 32px;
  background: #0a0807;
}
.section-heading__en-wrap {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
.section-heading__en-line { width: 40px; height: 1px; background: #c9a961; }
.section-heading__en {
  font-size: 14px;
  letter-spacing: 0.6em;
  color: #c9a961;
}
/* SEO対応：HTMLの文字間スペースを除去したため、見た目の字間はletter-spacingで再現（0.3em→0.6em） */
.section-heading__title {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.6em;
  text-indent: 0.6em; /* 中央寄せの見た目補正（末尾の字間ぶんを相殺） */
  margin: 0;
  color: #e8dfd0;
}
.section-heading__title--sm { font-size: 30px; }
.section-heading__lead {
  font-size: 17px;
  color: #b0a48c;
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 22px 0 0;
}

/* ========== ブランド導入 ========== */
.intro {
  text-align: center;
  padding: 84px 32px 64px;
  background: #0a0807;
  border-bottom: 1px solid #3a2e1f;
}
.intro__en-wrap {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}
.intro__title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.7;
  color: #e8dfd0;
  margin: 0 auto 36px;
  max-width: 920px;
}
.intro__body {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}
.intro__body p {
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #c0b298;
  margin: 0 0 20px;
  text-indent: 1em;
}
.intro__body p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .intro { padding: 56px 20px 44px; }
  .intro__title { font-size: 24px; letter-spacing: 0.12em; line-height: 1.6; }
  .intro__body p { font-size: 16px; line-height: 2.0; }
}

/* ========== メイン4種カード ========== */
.best-grid {
  padding: 40px 32px 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.product-card {
  background: #0d0a07;
  border: 1px solid #3a2e1f;
  padding: 32px 28px;
  position: relative;
}
.product-card__corner-tl-h, .product-card__corner-tl-v,
.product-card__corner-br-h, .product-card__corner-br-v {
  position: absolute;
  background: #c9a961;
}
.product-card__corner-tl-h { top: 0; left: 0; width: 28px; height: 1px; }
.product-card__corner-tl-v { top: 0; left: 0; width: 1px; height: 28px; }
.product-card__corner-br-h { bottom: 0; right: 0; width: 28px; height: 1px; }
.product-card__corner-br-v { bottom: 0; right: 0; width: 1px; height: 28px; }

.product-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.product-card__no-wrap { display: flex; align-items: center; gap: 8px; }
.product-card__no-mark { width: 7px; height: 7px; background: #aa0001; }
.product-card__no { font-size: 13px; letter-spacing: 0.3em; color: #c9a961; }
.product-card__badge-no1 {
  background: #aa0001;
  padding: 5px 12px;
  font-size: 12px;
  color: #e8dfd0;
  letter-spacing: 0.15em;
}
.product-card__badge-popular {
  background: transparent;
  border: 1px solid #aa0001;
  padding: 4px 11px;
  font-size: 12px;
  color: #e8dfd0;
  letter-spacing: 0.15em;
}
.product-card__placeholder { width: 14px; }

.product-card__sub {
  font-size: 1rem;
  color: #b0a48c;
  letter-spacing: 0.1em;
  text-align: right;
  margin-bottom: 22px;
}

.product-card__photo {
  aspect-ratio: 3 / 2;
  background: #14100a;
  border: 1px solid #8a6d2a;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card__photo-corner {
  position: absolute;
  background: #c9a961;
}
.product-card__photo-corner--tl-h { top: 8px; left: 8px; width: 12px; height: 1px; }
.product-card__photo-corner--tl-v { top: 8px; left: 8px; width: 1px; height: 12px; }
.product-card__photo-corner--br-h { bottom: 8px; right: 8px; width: 12px; height: 1px; }
.product-card__photo-corner--br-v { bottom: 8px; right: 8px; width: 1px; height: 12px; }
.product-card__photo-placeholder { text-align: center; /*opacity: 0.55;*/ }
.product-card__photo-placeholder svg { display: block; margin: 0 auto 8px; }
.product-card__photo-placeholder-label { font-size: 15px; color: #8a6d2a; letter-spacing: 0.2em; }
.product-card__photo-placeholder-ratio { font-size: 11px; color: #6a5d44; letter-spacing: 0.1em; margin-top: 4px; }

.product-card__title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #e8dfd0;
  margin: 0 0 14px;
}
.product-card__desc {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #c0b298;
  margin: 0 0 22px;
}
.product-card__price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 20px;
  border-top: 1px solid #3a2e1f;
}
.product-card__price {
  font-size: 30px;
  color: #c9a961;
  letter-spacing: 0.03em;
}
.product-card__tax {
  font-size: 13px;
  color: #aa0001;
  letter-spacing: 0.15em;
}
.product-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
  padding: 18px 0;
  border: 1px solid #8a6d2a;
  color: #c9a961;
  font-size: 17px;
  letter-spacing: 0.25em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.product-card__cta:hover { background: rgba(201,169,97,0.06); border-color: #c9a961; }
.product-card__cta-arrow { color: #aa0001; font-size: 20px; }

/* ========== サブカード（その他の贈り物・横長） ========== */
.allgifts {
  text-align: center;
  padding: 72px 32px 16px;
  background: #0a0807;
}

/* カテゴリ内ナビゲーション */
.subgifts-nav {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
/* SEO対応：文字間スペース除去ぶんをletter-spacingで再現（0.22em→0.45em） */
.subgifts-nav__item {
  padding: 18px 32px;
  color: #d4b87a;
  font-size: 17px;
  letter-spacing: 0.45em;
  text-indent: 0.45em;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
  border: 1px solid #8a6d2a;
  background: rgba(201,169,97,0.04);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.subgifts-nav__item:hover {
  color: #ffffff;
  background: rgba(201,169,97,0.12);
  border-color: #d4b87a;
}
.subgifts-nav__item::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #aa0001;
  transform: rotate(45deg);
  display: inline-block;
  flex-shrink: 0;
}

.subgifts-wrap { padding: 36px 32px; }

.subgifts__category-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 4px 28px;
  scroll-margin-top: 24px;
}
.subgifts__category-head--gap {
  margin-top: 140px;
}
.subgifts__category-mark {
  width: 8px;
  height: 8px;
  background: #aa0001;
  transform: rotate(45deg);
}
/* SEO対応：文字間スペース除去ぶんをletter-spacingで再現（0.35em→0.65em） */
.subgifts__category-label {
  font-size: 22px;
  letter-spacing: 0.65em;
  color: #c9a961;
}
.subgifts__category-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #c9a961, transparent);
}

.subgifts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.subgifts__grid--single { grid-template-columns: 1fr; }

/* 横長カード：左50%写真・右50%テキスト */
.subgifts__card {
  background: #0d0a07;
  border: 1px solid #3a2e1f;
  display: flex;
  align-items: stretch;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  position: relative;
  min-height: 220px;
}
.subgifts__card:hover {
  background: #14100a;
  border-color: #8a6d2a;
}

.subgifts__photo {
  width: 50%;
  flex-shrink: 0;
  background: #14100a;
  border-right: 1px solid #8a6d2a;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.subgifts__photo img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/object-fit: contain;
  display: block;
}
.subgifts__photo-corner {
  position: absolute;
  background: #c9a961;
}
.subgifts__photo-corner--tl-h { top: 6px; left: 6px; width: 10px; height: 1px; }
.subgifts__photo-corner--tl-v { top: 6px; left: 6px; width: 1px; height: 10px; }
.subgifts__photo-corner--br-h { bottom: 6px; right: 6px; width: 10px; height: 1px; }
.subgifts__photo-corner--br-v { bottom: 6px; right: 6px; width: 1px; height: 10px; }
.subgifts__photo-placeholder { text-align: center; opacity: 0.55; }
.subgifts__photo-placeholder-label { font-size: 15px; color: #8a6d2a; letter-spacing: 0.2em; }
.subgifts__photo-placeholder-ratio { font-size: 11px; color: #6a5d44; letter-spacing: 0.1em; margin-top: 4px; }

.subgifts__body {
  width: 50%;
  padding: 26px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subgifts__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.subgifts__title {
  font-size: 21px;
  color: #e8dfd0;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.subgifts__tag {
  font-size: 11px;
  color: #aa0001;
  letter-spacing: 0.15em;
  padding: 3px 8px;
  border: 1px solid #aa0001;
  white-space: nowrap;
}
.subgifts__sub {
  font-size: 16px;
  color: #b0a48c;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 16px;
}

.subgifts__price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 14px;
  border-top: 1px solid #3a2e1f;
  margin-bottom: 14px;
}
.subgifts__price {
  font-size: 26px;
  color: #c9a961;
  letter-spacing: 0.03em;
}
.subgifts__tax {
  font-size: 12px;
  color: #aa0001;
  letter-spacing: 0.15em;
}

.subgifts__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 0;
  border: 1px solid #8a6d2a;
  color: #c9a961;
  font-size: 15px;
  letter-spacing: 0.25em;
  text-decoration: none;
  transition: background 0.2s;
}
.subgifts__card:hover .subgifts__cta {
  background: rgba(201,169,97,0.06);
  border-color: #c9a961;
}
.subgifts__cta-arrow { color: #aa0001; font-size: 18px; }

/* ========== 珈琲豆リンク ========== */
.beans-link-wrap {
  text-align: center;
  margin-top: 56px;
  padding-bottom: 12px;
}
/* SEO対応：文字間スペース除去ぶんをletter-spacingで再現（0.25em→0.5em） */
.beans-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 8px;
  color: #c9a961;
  font-size: 18px;
  letter-spacing: 0.5em;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #8a6d2a;
}
.beans-link:hover { border-bottom-color: #c9a961; }
.beans-link__arrow { color: #aa0001; font-size: 20px; }

/* ========== おもてなし ========== */
.omotenashi {
  background: #0a0807;
  padding: 68px 32px;
}
.omotenashi__head { text-align: center; margin-bottom: 44px; }
.omotenashi__en-wrap {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
/* SEO対応：文字間スペース除去ぶんをletter-spacingで再現（0.25em→0.5em） */
.omotenashi__title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  margin: 0;
  color: #e8dfd0;
}
.omotenashi__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 820px;
  margin: 0 auto;
}
.omotenashi__item {
  text-align: center;
  padding: 36px 16px;
  border: 1px solid #3a2e1f;
  position: relative;
}
.omotenashi__item-stud {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #aa0001;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.omotenashi__item-stud-inner {
  width: 7px;
  height: 7px;
  background: #0a0807;
  border-radius: 50%;
}
/* SEO対応：文字間スペース除去ぶんをletter-spacingで再現（0.18em→0.4em） */
.omotenashi__item-title {
  font-size: 19px;
  color: #c9a961;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  margin: 10px 0 12px;
}
.omotenashi__item-desc {
  font-size: 16px;
  color: #b0a48c;
  line-height: 1.9;
}

/* ========== 相談 ========== */
.consultation {
  background: #0d0a07;
  padding: 80px 32px 64px;
}
.consultation__head { text-align: center; margin-bottom: 48px; }
.consultation__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 1100px;
  margin: 0 auto;
}
.shop-card {
  background: #0a0807;
  border: 1px solid #3a2e1f;
  padding: 36px 30px;
  position: relative;
}
.shop-card__corner-tl-h, .shop-card__corner-tl-v,
.shop-card__corner-br-h, .shop-card__corner-br-v {
  position: absolute;
  background: #c9a961;
}
.shop-card__corner-tl-h { top: 0; left: 0; width: 24px; height: 1px; }
.shop-card__corner-tl-v { top: 0; left: 0; width: 1px; height: 24px; }
.shop-card__corner-br-h { bottom: 0; right: 0; width: 24px; height: 1px; }
.shop-card__corner-br-v { bottom: 0; right: 0; width: 1px; height: 24px; }
.shop-card__label-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.shop-card__label-mark {
  width: 8px;
  height: 8px;
  background: #aa0001;
  transform: rotate(45deg);
}
/* SEO対応：文字間スペース除去ぶんをletter-spacingで再現（0.3em→0.55em） */
.shop-card__label {
  font-size: 16px;
  letter-spacing: 0.55em;
  color: #c9a961;
}
.shop-card__name {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #e8dfd0;
  margin: 0 0 16px;
}
.shop-card__address {
  font-size: 16px;
  color: #b0a48c;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.shop-card__tel-block {
  padding: 22px 0;
  border-top: 1px solid #3a2e1f;
  border-bottom: 1px solid #3a2e1f;
  text-align: center;
  margin-bottom: 20px;
}
.shop-card__tel-label {
  font-size: 13px;
  color: #aa0001;
  letter-spacing: 0.35em;
  margin-bottom: 10px;
}
.shop-card__tel {
  font-size: 32px;
  color: #c9a961;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-weight: 400;
}
.shop-card__hours {
  font-size: 16px;
  color: #b0a48c;
  line-height: 2;
  letter-spacing: 0.05em;
}
.shop-card__hours-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.shop-card__hours-row + .shop-card__hours-row { margin-top: 6px; }
.shop-card__hours-label {
  color: #c9a961;
  letter-spacing: 0.12em;
}

/* ========== フッター ========== */
.footer-bottom {
  text-align: center;
  padding: 60px 32px 64px;
  background: #0a0807;
}
.footer-bottom__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer-bottom__rule {
  width: 32px;
  height: 1px;
  background: #8a6d2a;
}
.footer-bottom__label {
  font-size: 14px;
  color: #8a6d2a;
  letter-spacing: 0.2em;
}

/* ========== レスポンシブ ========== */
@media (max-width: 900px) {
  body { font-size: 17px; }
  .hero { min-height: 600px; }
  .hero__inner-wrap { padding: 100px 24px 110px; min-height: 600px; }
  .hero__inner { gap: 28px; }
  .hero__title { font-size: 40px; letter-spacing: 0.35em; }
  .hero__subtitle { font-size: 15px; letter-spacing: 0.3em; line-height: 2.0; }
  .hero__subtitle-wrap { margin-top: 40px; }
  .hero__line-top, .hero__line-bottom { height: 80px; }
  .hero__line-top-short, .hero__line-bottom-short { height: 40px; }
  .best-grid { grid-template-columns: 1fr; padding: 32px 20px 48px; }
  .subgifts-wrap { padding: 24px 20px; }
  .subgifts__grid { grid-template-columns: 1fr; }
  .subgifts__card { min-height: 200px; }
  .subgifts__title { font-size: 19px; }
  .subgifts__category-label { font-size: 19px; letter-spacing: 0.55em; }
  .subgifts__category-head--gap { margin-top: 80px; }
  .subgifts-nav { gap: 10px; padding: 0 16px; margin-top: 32px; }
  .subgifts-nav__item { font-size: 14px; padding: 14px 20px; letter-spacing: 0.4em; text-indent: 0.4em; }
  .consultation__grid { grid-template-columns: 1fr; }
  .omotenashi__grid { grid-template-columns: 1fr; }
  .section-heading { padding: 56px 20px 22px; }
  .section-heading__title { font-size: 27px; letter-spacing: 0.5em; text-indent: 0.5em; }
  .section-heading__title--sm { font-size: 25px; }
  .product-card__title { font-size: 21px; }
  .product-card__price { font-size: 27px; }
  .shop-card__tel { font-size: 27px; }
  .site-header { padding: 18px 20px; }
}
@media (max-width: 480px) {
  .subgifts__card { flex-direction: column; min-height: auto; }
  .subgifts__photo { width: 100%; aspect-ratio: 3/2; border-right: none; border-bottom: 1px solid #8a6d2a; }
  .subgifts__body { width: 100%; }
}