.osechi_coupon_page {
  --osechi_coupon-main: #7a1f26;
  --osechi_coupon-main-dark: #581118;
  --osechi_coupon-accent: #b58a38;
  --osechi_coupon-accent-dark: #76551c;
  --osechi_coupon-accent-light: #f3e5bd;
  --osechi_coupon-page-fallback: #090303;
  --osechi_coupon-card: #ffffff;
  --osechi_coupon-text: #2b2521;
  --osechi_coupon-muted: #746c65;
  --osechi_coupon-border: #dfd4c5;
  --osechi_coupon-discount: #b3212c;
  --osechi_coupon-background-text: #ffffff;
  --osechi_coupon-background-muted: #f4ece4;
  --osechi_coupon-background-accent: #f3d77c;

  width: 100%;
  margin: 0;
  padding: 0 0 80px;
  overflow: hidden;
  color: var(--osechi_coupon-background-text);
  background-color: var(--osechi_coupon-page-fallback);
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220921030.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.osechi_coupon_page,
.osechi_coupon_page * {
  box-sizing: border-box;
}

.osechi_coupon_inner {
  width: min(1200px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

/* ヒーロー */
.osechi_coupon_hero {
  padding: 32px 0 0;
  background-color: transparent;
}

.osechi_coupon_hero-picture {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background-color: #e9e2d8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.osechi_coupon_hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

/* 説明 */
.osechi_coupon_intro {
  padding: 48px 0 24px;
  background-color: transparent;
}

.osechi_coupon_intro-box {
  position: relative;
  padding: 48px 64px;
  border: 1px solid var(--osechi_coupon-border);
  border-radius: 16px;
  color: var(--osechi_coupon-text);
  background-color: var(--osechi_coupon-card);
  text-align: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.osechi_coupon_intro-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  margin: 0 0 12px;
  padding: 5px 18px;

  color: #ffffff;
  background-color: var(--osechi_coupon-main);
  font-size: 20px; 
  font-weight: 700;
  letter-spacing: 0.14em;
}

.osechi_coupon_title {
  margin: 0;
  color: var(--osechi_coupon-main);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.osechi_coupon_lead {
  max-width: 880px;
  margin: 24px auto 0;
  color: var(--osechi_coupon-text);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 700;
  line-height: 1.9;
}

.osechi_coupon_notes {
  max-width: 920px;
  margin: 28px auto 0;
  padding: 20px 24px;
  border-radius: 10px;
  color: var(--osechi_coupon-text);
  background-color: #f5f1eb;
  list-style: none;
  text-align: left;
}

.osechi_coupon_note {
  margin: 0;
  color: var(--osechi_coupon-muted);
  font-size: 13px;
  line-height: 1.7;
}

.osechi_coupon_note + .osechi_coupon_note {
  margin-top: 5px;
}

.osechi_coupon_sp-only {
  display: none;
}

/* 商品一覧 */
.osechi_coupon_products {
  padding: 64px 0 0;
  background-color: transparent;
}

.osechi_coupon_section-heading {
  margin-bottom: 36px;
  color: var(--osechi_coupon-background-text);
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.osechi_coupon_section-heading-en {
  margin: 0 0 6px;
  color: var(--osechi_coupon-background-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.osechi_coupon_section-title {
  margin: 0;
  color: var(--osechi_coupon-background-text);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: clamp(27px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.osechi_coupon_section-description {
  margin: 12px 0 0;
  color: var(--osechi_coupon-background-muted);
  font-size: 15px;
  font-weight: 500;
}

.osechi_coupon_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

/* 商品カード */
.osechi_coupon_card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--osechi_coupon-background-accent);
  border-radius: 16px;
  color: var(--osechi_coupon-text);
  background-color: var(--osechi_coupon-card);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
}

.osechi_coupon_product-image-wrap {
  overflow: hidden;
  background-color: #f0ece6;
}

.osechi_coupon_product-link {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.osechi_coupon_product-link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 4px solid var(--osechi_coupon-accent);
  outline-offset: -4px;
}

.osechi_coupon_product-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition:
    transform 0.35s ease,
    opacity 0.2s ease;
}

.osechi_coupon_product-link:hover .osechi_coupon_product-image,
.osechi_coupon_product-link:focus-visible .osechi_coupon_product-image {
  transform: scale(1.025);
}

.osechi_coupon_product-link:hover .osechi_coupon_product-image {
  opacity: 0.92;
}

.osechi_coupon_card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
  color: var(--osechi_coupon-text);
}

.osechi_coupon_product-name {
  min-height: 3.4em;
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--osechi_coupon-border);
  color: var(--osechi_coupon-text);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
}

/* 価格 */
.osechi_coupon_price-list {
  margin: 0;
  color: var(--osechi_coupon-text);
}

.osechi_coupon_price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 6px 0;
}

.osechi_coupon_price-label {
  flex-shrink: 0;
  margin: 0;
  color: var(--osechi_coupon-muted);
  font-size: 14px;
}

.osechi_coupon_price-value {
  margin: 0;
  color: var(--osechi_coupon-text);
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

/* 値引前本体価格・値引前税込価格 */
.osechi_coupon_price-row--before .osechi_coupon_price-value,
.osechi_coupon_price-row--before-tax .osechi_coupon_price-value {
  color: var(--osechi_coupon-muted);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

/* 値引き額 */
.osechi_coupon_price-row--discount {
  margin: 10px 0;
  padding: 10px 14px;
  border-radius: 8px;
  background-color: #fff0f1;
}

.osechi_coupon_price-row--discount .osechi_coupon_price-label,
.osechi_coupon_price-row--discount .osechi_coupon_price-value {
  color: var(--osechi_coupon-discount);
  font-weight: 700;
}

/* 値引後本体価格 */
.osechi_coupon_price-row--after {
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--osechi_coupon-border);
}

.osechi_coupon_price-row--after .osechi_coupon_price-label {
  color: var(--osechi_coupon-main);
  font-weight: 700;
}

.osechi_coupon_price-row--after .osechi_coupon_price-value {
  color: var(--osechi_coupon-main);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
}

/* 値引後税込価格 */
.osechi_coupon_price-row--after-tax {
  align-items: baseline;
}

.osechi_coupon_price-row--after-tax .osechi_coupon_price-label {
  color: var(--osechi_coupon-muted);
  font-weight: 400;
}

.osechi_coupon_price-row--after-tax .osechi_coupon_price-value {
  color: var(--osechi_coupon-muted);
  font-size: 16px;
  font-weight: 700;
}

.osechi_coupon_final-price {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* クーポンコード */
.osechi_coupon_coupon-box {
  margin-top: auto;
  padding-top: 26px;
}

.osechi_coupon_coupon-label {
  margin: 0 0 8px;
  color: var(--osechi_coupon-main);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.osechi_coupon_coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 2px solid var(--osechi_coupon-main);
  border-radius: 10px;
  background-color: #ffffff;
}

.osechi_coupon_coupon-code {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  overflow-wrap: anywhere;
  color: var(--osechi_coupon-main-dark);
  background-color: #ffffff;
  font-family:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  font-size: clamp(18px, 2.4vw, 23px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.osechi_coupon_copy-button {
  min-width: 108px;
  margin: 0;
  padding: 10px 18px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: var(--osechi_coupon-main);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.osechi_coupon_copy-button:hover {
  background-color: var(--osechi_coupon-main-dark);
}

.osechi_coupon_copy-button:focus-visible {
  outline: 3px solid var(--osechi_coupon-accent);
  outline-offset: 3px;
}

.osechi_coupon_copy-button:disabled {
  cursor: default;
  opacity: 0.75;
}

.osechi_coupon_copy-status {
  min-height: 1.7em;
  margin: 7px 0 0;
  color: var(--osechi_coupon-main);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.osechi_coupon_copy-helper {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* 予約ボタン */
.osechi_coupon_reserve-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 12px 24px;
  border: 2px solid var(--osechi_coupon-main-dark);
  border-radius: 10px;
  color: #ffffff;
  background-color: var(--osechi_coupon-main-dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.osechi_coupon_reserve-button::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.osechi_coupon_reserve-button:hover {
  border-color: var(--osechi_coupon-main);
  background-color: var(--osechi_coupon-main);
  transform: translateY(-1px);
}

.osechi_coupon_reserve-button:focus-visible {
  outline: 3px solid var(--osechi_coupon-accent);
  outline-offset: 3px;
}

/* タブレット・スマートフォン */
@media screen and (max-width: 767px) {
  .osechi_coupon_page {
    padding-bottom: 48px;
    background-position: center top;
    background-size: cover;
  }

  .osechi_coupon_inner {
    width: min(100% - 32px, 600px);
  }

  .osechi_coupon_hero {
    padding-top: 16px;
  }

  .osechi_coupon_hero-picture {
    border-radius: 10px;
  }

  .osechi_coupon_hero-image {
    aspect-ratio: 1 / 1;
  }

  .osechi_coupon_intro {
    padding: 32px 0 8px;
  }

  .osechi_coupon_intro-box {
    padding: 32px 20px;
    border-radius: 12px;
  }

  .osechi_coupon_intro-label {
    min-width: 96px;
    margin-bottom: 10px;
    padding: 4px 14px;
    font-size: 12px;
  }

  .osechi_coupon_lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }

  .osechi_coupon_notes {
    margin-top: 22px;
    padding: 16px;
  }

  .osechi_coupon_note {
    font-size: 12px;
  }

  .osechi_coupon_sp-only {
    display: block;
  }

  .osechi_coupon_products {
    padding-top: 48px;
  }

  .osechi_coupon_section-heading {
    margin-bottom: 26px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .osechi_coupon_section-heading-en {
    font-size: 12px;
  }

  .osechi_coupon_section-description {
    font-size: 13px;
    line-height: 1.7;
  }

  .osechi_coupon_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .osechi_coupon_card {
    border-radius: 12px;
  }

  .osechi_coupon_card-body {
    padding: 22px 18px;
  }

  .osechi_coupon_product-name {
    min-height: 0;
    margin-bottom: 18px;
    padding-bottom: 16px;
    font-size: 17px;
  }

  .osechi_coupon_price-row {
    gap: 12px;
  }

  .osechi_coupon_price-label {
    font-size: 13px;
  }

  .osechi_coupon_price-value {
    font-size: 15px;
  }

  .osechi_coupon_price-row--discount {
    padding: 9px 11px;
  }

  .osechi_coupon_price-row--after .osechi_coupon_price-value {
    font-size: clamp(24px, 8vw, 30px);
  }

  .osechi_coupon_price-row--after-tax .osechi_coupon_price-value {
    font-size: 15px;
  }

  .osechi_coupon_coupon-box {
    padding-top: 22px;
  }

  .osechi_coupon_coupon-code {
    min-height: 54px;
    padding: 8px 10px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  .osechi_coupon_copy-button {
    min-width: 88px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .osechi_coupon_reserve-button {
    min-height: 54px;
    margin-top: 8px;
    padding: 11px 18px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .osechi_coupon_product-image,
  .osechi_coupon_copy-button,
  .osechi_coupon_reserve-button {
    transition: none;
  }

  .osechi_coupon_product-link:hover .osechi_coupon_product-image,
  .osechi_coupon_product-link:focus-visible .osechi_coupon_product-image {
    transform: none;
  }

  .osechi_coupon_reserve-button:hover {
    transform: none;
  }
}