:root {
  --navy: #07162d;
  --navy-2: #0c2345;
  --red: #b40000;
  --red-2: #d71717;
  --gold: #c59b45;
  --gold-2: #f2d88a;
  --cream: #fff8ea;
  --paper: #fffdf7;
  --ink: #231815;
  --muted: #6c5d4b;
  --line: rgba(132, 96, 42, .25);
  --shadow: 0 14px 34px rgba(66, 42, 12, .14);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.container--narrow { width: min(820px, calc(100% - 32px)); text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  min-height: 54px;
  padding: 14px 34px;
  border-radius: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 8px 0 rgba(0,0,0,.12), 0 16px 28px rgba(0,0,0,.16);
  transition: transform .2s ease, filter .2s ease;
}
.btn::after { content: "›"; font-size: 1.45em; line-height: 1; }
.btn:hover { transform: translateY(2px); filter: brightness(1.04); }
.btn--primary { color: #fff; background: linear-gradient(180deg, var(--red-2), #930000); }
.btn--secondary { color: #fff; background: linear-gradient(180deg, #d40000, #691a04); min-height: 42px; padding: 10px 18px; box-shadow: none; font-size: 14px;   font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 1000;}
.btn--gold { color: #3d2108; background: linear-gradient(180deg, #fff1a5, #c99831); }

/* HERO */
.hero {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
}
.hero__bg,
.hero__overlay,
.section__bg-img,
.coupon-section__bg,
.cross-sell__bg,
.closing-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero__overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,249,232,.95) 0%, rgba(255,249,232,.86) 34%, rgba(255,249,232,.35) 58%, rgba(0,0,0,.08) 100%);
}
.hero__inner {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  padding: 72px 0;
}
.hero__label-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0;
  margin: 0 0 16px;
}
.hero__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: 8px 36px 8px 22px;
  color: #fff;
  background: var(--navy);
  font-weight: 800;
  letter-spacing: .1em;
  transform: none; /* 既存の skew を解除 */
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 18px) 50%,
    100% 100%,
    0 100%
  );
  z-index: 1;
}
.hero__badge {
  width: 108px;
  height: auto;
  flex-shrink: 0;
  margin-right: -12px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.2));
}
/* 上下の金ライン */
.hero__label::before,
.hero__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  height: 2px;
  background: linear-gradient(90deg, #9d742c, #f2d88a, #9d742c);
  pointer-events: none;
}

.hero__label::before {
  top: 3px;
}

.hero__label::after {
  bottom: 3px;
}

/* リボンの右端にも金の斜めライン感を足す */
.hero__label span {
  position: relative;
  z-index: 1;
}
.hero__title {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 5.3vw, 64px);
  line-height: 1.28;
  letter-spacing: .04em;
  text-shadow: 0 2px 0 rgba(255,255,255,.6);
}
.hero__lead {
  margin: 22px 0 28px;
  max-width: 680px;
  font-size: 17px;
  font-weight: 800;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}
.hero__badges li {
  min-width: 160px;
  padding: 14px 16px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(180, 132, 50, .45);
  border-radius: 12px;
  color: #4d3416;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(81, 50, 12, .1);
}
.hero__badges strong { color: var(--red); }

/* COMMON SECTION */
.section { position: relative; overflow: hidden; padding: 76px 0; }
.section__content { position: relative; z-index: 1; }
.section__bg-img { opacity: .95; }
.section-heading { text-align: center; margin-bottom: 36px; }
.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #8c641f;
  font-weight: 800;
  letter-spacing: .12em;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (min-width: 761px) {
  .section__eyebrow {
    font-size: 1.6em;
  }
}
.section__eyebrow::before,
.section__eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
.section__title {
  margin: 0 0 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.35;
  letter-spacing: .05em;
}
.section__text { 
  margin: 0 auto 8px; max-width: 820px; font-size: 16px; 
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 800;
}

/* INTRO */
.section--intro { background:
    radial-gradient(circle at 8% 8%, rgba(255,214,92,.16), transparent 13%),
    radial-gradient(circle at 92% 8%, rgba(255,214,92,.14), transparent 12%),
    linear-gradient(
      180deg,
      #fff8ea 0%,
      #fde0bf 50%,
      #fff2dc 100%
    ); }

/* CHART */
.section--chart { background: #fffaf0; }
.chart-image-wrap {
  width: 100%;
  padding: 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.chart-image-wrap--wide {
  max-width: 1120px;
  margin-inline: auto;
}
.chart-visual {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

/* RECOMMEND */
.section--recommend {
  background: var(--cream);
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.recommend-card {
  position: relative;        /* フラグの基準（追加） */
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 40px 24px 24px;   /* フラグ分、上だけ余白を広げる */
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(201, 158, 74, .4);
  box-shadow: var(--shadow);
  font-weight: 800;
  overflow: hidden;          /* フラグの角をカードに収める（追加） */
}
.recommend-flag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 16px 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  border-radius: var(--radius) 0 12px 0;  /* 左上はカード角に合わせる */
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
/* カード色ごとにフラグの背景色を合わせる */
.recommend-card--blue   .recommend-flag { background: #12629b; }
.recommend-card--green  .recommend-flag { background: #28712d; }
.recommend-card--orange .recommend-flag { background: #d17a0c; }
.recommend-card--purple .recommend-flag { background: #68419a; }
.recommend-card h3 { margin: 0 0 12px; font-size: 20px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: bold;}
.recommend-card p { margin: 0 0 18px; font-size: 14px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;}
.recommend-card a {
  margin-top: auto;
  padding: 10px 12px;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
}
.recommend-card--blue h3 { color: #12629b; } .recommend-card--blue a { background: #12629b; }
.recommend-card--green h3 { color: #28712d; } .recommend-card--green a { background: #28712d; }
.recommend-card--orange h3 { color: #b86b09; } .recommend-card--orange a { background: #d17a0c; }
.recommend-card--purple h3 { color: #68419a; } .recommend-card--purple a { background: #68419a; }

/* PRODUCTS */
.section--products { background: #fff; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.product-card {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 10px 22px rgba(64, 38, 10, .1);
}
.product-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 10px;
  background: #eee;
}
.product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.product-card__tag {
  align-self: flex-start;
  margin: 12px 0 8px;
  padding: 3px 9px;
  color: #fff;
  background: var(--navy-2);
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
}
.product-card h3 { margin: 0 0 8px; font-size: 15px; line-height: 1.45; }
.product-card dl {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 4px 6px;
  margin: 0 0 10px;
  padding: 8px;
  background: #fff7e7;
  border-radius: 8px;
  font-size: 12px;
}
.product-card dt { color: #775c2a; font-weight: 800; }
.product-card dd { margin: 0; }
.product-card__comment { margin: 0 0 10px; font-size: 12px; color: #5d4c39; }
.product-card__price { margin: auto 0 8px; font-size: 22px; font-weight: 900; color: #7d1b09; text-align: center; }
.product-card__price span { font-size: 12px; color: #5d4c39; }
.product-card__coupon { margin: 0 0 10px; padding: 6px; color: #fff; background: var(--red); border-radius: 5px; text-align: center; font-size: 12px; font-weight: 800; }
.product-card .btn { width: 100%; }

/* COUPON */
.coupon-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  isolation: isolate;
}
.coupon-section__bg { opacity: .95; }
.coupon-section__inner {
  display: grid;
  grid-template-columns: 180px 1fr 240px 260px;
  gap: 24px;
  align-items: center;
  padding: 32px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(192, 142, 42, .55);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.coupon-ticket {
  display: grid;
  place-items: center;
  min-height: 96px;
  border: 2px dashed #b28a3f;
  background: #fff;
  color: #7a1a0b;
  font-weight: 900;
  font-size: 22px;
}
.coupon-copy h2 { margin: 0 0 10px; font-size: clamp(26px, 3vw, 42px); color: var(--red); }
.coupon-copy p { margin: 0; }
.coupon-detail {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 6px 10px;
  margin: 0;
  font-size: 14px;
}
.coupon-detail dt { font-weight: 800; color: #7a5a24; }
.coupon-detail dd { margin: 0; }

/* CROSS SELL */
.cross-sell {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: #fff;
  isolation: isolate;
}
.cross-sell__bg { filter: brightness(.9); }
.cross-sell__inner { text-align: center; }
.cross-sell h2 {
  margin: 0 0 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.45;
  color: #f7df91;
}
.cross-sell p { margin: 0 auto 28px; max-width: 720px; }
.cross-sell__choices {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  padding: 18px 28px;
  color: #2a1a10;
  background: rgba(255,250,230,.94);
  border-radius: 999px;
  font-weight: 800;
}
.cross-sell__choices strong { color: var(--red); font-size: 20px; }
.cross-sell__choices i { color: #b8862e; font-size: 32px; font-style: normal; }

/* NOTES */
.notes { padding: 34px 0; background: #fffaf1; }
.notes .container {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 22px 28px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.notes h2 { margin: 0; font-size: 20px; }
.notes ul { margin: 0; padding-left: 1.2em; font-size: 14px; }

/* CLOSING */
.closing-cta {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  color: #fff;
  text-align: center;
  isolation: isolate;
}
.closing-cta__bg { filter: brightness(.8); }
.closing-cta__inner { position: relative; z-index: 1; }
.closing-cta h2 {
  margin: 0 0 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: .06em;
}
.closing-cta p { margin: 0 0 24px; }

@media (max-width: 1040px) {
  .recommend-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .coupon-section__inner { grid-template-columns: 160px 1fr; }
  .coupon-section__inner .btn { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .chart-image-wrap { padding: 8px; }
  .hero { min-height: auto; }
  .hero__bg { object-position: 66% center; }
  .hero__overlay { background: linear-gradient(180deg, rgba(255,249,232,.96) 0%, rgba(255,249,232,.86) 52%, rgba(255,249,232,.55) 100%); }
  .hero__inner { padding: 48px 0 56px; }
  .hero__badges { display: grid; grid-template-columns: 1fr; }
  .hero__badges li { min-width: 0; }
  .section { padding: 54px 0; }
  .recommend-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .coupon-section__inner { grid-template-columns: 1fr; padding: 22px; }
  .coupon-ticket { min-height: 72px; }
  .cross-sell__choices { display: grid; border-radius: 22px; }
  .notes .container { grid-template-columns: 1fr; }
  .hero__badge { width: 75px; margin-right: -12px; }
  .hero__label-row { gap: 0; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 20px, 1120px); }
  .hero__title { font-size: 32px; }
  .hero__lead { font-size: 15px; }
  .btn { width: 100%; padding-inline: 18px; }
  .product-grid { grid-template-columns: 1fr; }
}


/* Responsive chart image
   PC: assets/chart-taste-pc.png
   SP: assets/chart-taste-sp.png
*/
.chart-image-wrap--responsive {
  max-width: 100%;
  padding: 18px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.chart-image-wrap--responsive picture {
  display: block;
}

.chart-image-wrap--responsive .chart-visual {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

@media (max-width: 760px) {
  .chart-image-wrap--responsive {
    padding: 10px;
    border-radius: 14px;
  }

  .chart-image-wrap--responsive .chart-visual {
    border-radius: 10px;
  }
}



/* LINEUP CARDS */
.section--lineup-cards {
  background:
    radial-gradient(circle at 8% 8%, rgba(255,214,92,.16), transparent 12%),
    radial-gradient(circle at 92% 10%, rgba(255,214,92,.14), transparent 11%),
    linear-gradient(180deg, #0f100d, #050505 50%, #0a0a08);
  color: #fff6dc;
}
.section-heading--light { margin-bottom: 34px; }
.section__eyebrow--gold,
.section__title--light,
.section__text--light { color: #f5d27a; }
.section__text--light { opacity: .96; }
.lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.lineup-card {
  color: #24180f;
  background: linear-gradient(180deg, #fffdf8, #f6efe1);
  border: 2px solid #111;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}
.lineup-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.lineup-card__header h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 2vw, 38px);
  line-height: 1.22;
  letter-spacing: .02em;
}
.lineup-card__number {
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  border: 2px solid rgba(255,255,255,.8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 3px 8px rgba(0,0,0,.18);
}
.lineup-card--green .lineup-card__header h3 { color: #1f5f24; }
.lineup-card--orange .lineup-card__header h3 { color: #c35a00; }
.lineup-card--red .lineup-card__header h3 { color: #bc1f17; }
.lineup-card--brown .lineup-card__header h3 { color: #5b3410; }
.lineup-card--blue .lineup-card__header h3 { color: #2852aa; }
.lineup-card--green .lineup-card__number { background: linear-gradient(180deg, #3f8c2c, #19631d); }
.lineup-card--orange .lineup-card__number { background: linear-gradient(180deg, #ff8d23, #d35a06); }
.lineup-card--red .lineup-card__number { background: linear-gradient(180deg, #df2c24, #9a0606); }
.lineup-card--brown .lineup-card__number { background: linear-gradient(180deg, #7f541f, #4e300d); }
.lineup-card--blue .lineup-card__number { background: linear-gradient(180deg, #4274d7, #17428f); }
.lineup-card__top {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}
.lineup-card__image {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #140f08;
  border: 1px solid rgba(0,0,0,.12);
}
.lineup-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lineup-card__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.lineup-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 14px;
  align-items: center;
}
.lineup-rating-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.lineup-rating-list li {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 8px;
}
.lineup-rating-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  color: #fff;
  background: linear-gradient(180deg, #47331b, #2b1a0f);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.stars {
  font-size: 20px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.stars i {
  font-style: normal;
  color: #d4c9bf;
}
.stars .is-on {
  color: #d73a2e;
}
.lineup-card__origin {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 132px;
  padding: 12px 10px;
  border-radius: 8px;
  border: 2px solid currentColor;
  background: #fffcf4;
  text-align: center;
}
.lineup-card__origin span {
  display: block;
  margin-bottom: 10px;
  padding: 4px 14px;
  color: #fff;
  background: currentColor;
  border-radius: 4px;
  font-weight: 800;
  font-size: 13px;
}
.lineup-card__origin strong {
  font-size: 16px;
  line-height: 1.6;
}
.origin--green { color: #2a7b26; }
.origin--orange { color: #dd7a19; }
.origin--red { color: #c1282c; }
.origin--brown { color: #7c5526; }
.origin--blue { color: #3562c7; }
.lineup-card__bottom {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}
.lineup-card__recommend {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 42px;
}
.lineup-card__recommend span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  color: #fff;
  background: #2c6d2d;
  border-radius: 4px;
  font-weight: 800;
  font-size: 13px;
}
.lineup-card--orange .lineup-card__recommend span { background: #d97b1b; }
.lineup-card--red .lineup-card__recommend span { background: #c63a34; }
.lineup-card--brown .lineup-card__recommend span { background: #6c4c28; }
.lineup-card--blue .lineup-card__recommend span { background: #2f58b8; }
.lineup-card__recommend p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.lineup-card__price {
  margin: 0;
  color: #b81e11;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 3.2vw, 56px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .lineup-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .lineup-card { padding: 14px; }
  .lineup-card__header { gap: 10px; }
  .lineup-card__header h3 { font-size: 23px; }
  .lineup-card__number { width: 46px; height: 46px; flex-basis: 46px; font-size: 26px; }
  .lineup-card__top { grid-template-columns: 1fr; }
  .lineup-card__meta { grid-template-columns: 1fr; }
  .lineup-card__origin { min-height: auto; }
  .lineup-rating-list li { grid-template-columns: 88px 1fr; }
  .stars { font-size: 18px; letter-spacing: 1px; }
  .lineup-card__bottom { grid-template-columns: 1fr; align-items: start; }
  .lineup-card__price { justify-self: end; }
}
@media (max-width: 520px) {
  .section--lineup-cards { padding-top: 46px; }
  .lineup-card__header h3 { font-size: 20px; }
  .lineup-card__desc { font-size: 14px; }
  .lineup-card__recommend { grid-template-columns: 64px 1fr; }
  .lineup-card__recommend p { font-size: 13px; }
  .lineup-card__price { font-size: 30px; }
}

/* RECOMMEND ACCORDION */

.recommend-card__btn {
  margin-top: auto;
  padding: 10px 12px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}
.recommend-card__btn:hover,
.recommend-card__btn.is-active {
  transform: translateY(1px);
  filter: brightness(1.08);
}
.recommend-card--blue .recommend-card__btn { background: #12629b; }
.recommend-card--green .recommend-card__btn { background: #28712d; }
.recommend-card--orange .recommend-card__btn { background: #d17a0c; }
.recommend-card--purple .recommend-card__btn { background: #68419a; }

.recommend-accordion {
  margin-top: 28px;
}
.recommend-product {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 24px;
  align-items: center;
  padding: 26px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(201, 158, 74, .52);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(64, 38, 10, .16);
}
.recommend-product[hidden] {
  display: none;
}
.recommend-product__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: #1b1208;
}
.recommend-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend-product__body h3 {
  margin: 0 0 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
}
.recommend-product__label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 12px;
  color: #fff;
  background: linear-gradient(180deg, #d44e00, #8d0a0a);
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}
.recommend-product__body p {
  margin: 0 0 14px;
}
.recommend-product__body dl {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 6px 10px;
  margin: 0 0 16px;
  padding: 14px;
  background: #fff7e7;
  border-radius: 12px;
}
.recommend-product__body dt {
  font-weight: 800;
  color: #775c2a;
}
.recommend-product__body dd {
  margin: 0;
}
.recommend-product__price {
  color: #9c1308;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.recommend-product__price span {
  font-size: 14px;
  color: #5d4c39;
}
.recommend-product .btn {
  min-width: 220px;
}

@media (max-width: 760px) {
    .recommend-product {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .recommend-product__body dl {
    grid-template-columns: 78px 1fr;
  }
}



/* QUICK TABLE - HTML */
.section--quick-table {
  padding-top: 0;
  padding-bottom: 48px;
  background:
    radial-gradient(circle at 8% 8%, rgba(255,214,92,.16), transparent 13%),
    radial-gradient(circle at 92% 8%, rgba(255,214,92,.14), transparent 12%),
    linear-gradient(180deg, #0a0a08, #050505);
}
.quick-table-block {
  padding: 18px;
  color: #24180f;
  background: linear-gradient(180deg, #0a0a08 0, #0a0a08 96px, #fff7e7 96px, #fff2dc 100%);
  border: 1px solid rgba(226, 183, 87, .7);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0,0,0,.25);
}
.quick-table-title {
  margin: 0 0 18px;
  color: #f5d27a;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
  text-align: center;
  letter-spacing: .08em;
}
.quick-table-title::before,
.quick-table-title::after {
  content: "—";
  margin: 0 .35em;
  color: #d7a93e;
}
.quick-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #d7a93e;
  border-radius: 12px;
  background: #fffaf0;
}
.quick-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #24180f;
}
.quick-table th,
.quick-table td {
  padding: 14px 16px;
  border: 1px solid rgba(170, 125, 49, .42);
  background: rgba(255, 250, 239, .96);
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.quick-table th {
  background: linear-gradient(180deg, #fff2d7, #f5e2bf);
  font-size: 18px;
  letter-spacing: .08em;
}
.quick-table td {
  font-size: 16px;
}
.quick-no {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 50%;
  font-family: "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.quick-no--1 { background: linear-gradient(180deg, #cd9811, #af810d); }
.quick-no--2 { background: linear-gradient(180deg, #c01940, #ac032a); }
.quick-no--3 { background: linear-gradient(180deg, #1d903b, #0d7228); }
.quick-no--4 { background: linear-gradient(180deg, #1e658a, #114561); }
.quick-no--5 { background: linear-gradient(180deg, #853421, #692516); }
.quick-no--6 { background: linear-gradient(180deg, #252525, #0c0b0b); }
.quick-price {
  color: #b81710;
  font-size: 22px !important;
  font-weight: 900 !important;
  white-space: nowrap;
}
.quick-table-note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
}

    /* 横スクロール時に左端の比較指標列を固定 */
    .quick-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .quick-table--transposed {
      min-width: 1040px;
      border-collapse: separate;
      border-spacing: 0;
    }

    .quick-table--transposed thead th:first-child,
    .quick-table--transposed tbody th:first-child {
      position: sticky;
      left: 0;
      z-index: 3;
      min-width: 112px;
      box-shadow: 2px 0 0 rgba(184, 139, 46, .28);
    }

    .quick-table--transposed thead th:first-child {
      z-index: 5;
      background: #f2e4bf;
    }

    .quick-table--transposed tbody th:first-child {
      background: #fbf6ea;
    }

    .quick-table--transposed thead th {
      vertical-align: top;
      min-width: 150px;
    }

    .quick-product-head {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      line-height: 1.45;
    }

    .quick-product-name {
      display: block;
      min-height: 3.2em;
    }

    .quick-product-image-placeholder {
      width: min(96px, 100%);
      aspect-ratio: 1 / 1;
      border: 1px solid rgba(184, 139, 46, .45);
      border-radius: 8px;
      background: rgba(255, 255, 255, .55);
    }

    @media (max-width: 760px) {
      .quick-table--transposed {
        min-width: 920px;
      }

      .quick-table--transposed thead th:first-child,
      .quick-table--transposed tbody th:first-child {
        min-width: 96px;
      }

      .quick-table--transposed thead th {
        min-width: 132px;
      }

      .quick-product-image-placeholder {
        width: 78px;
      }
    }

@media (max-width: 760px) {
  .hero__label {
    min-height: 34px;
    padding: 6px 28px 6px 16px;
    font-size: 12px;
    letter-spacing: .06em;
  }

  .hero__label::before {
    top: 2px;
  }

  .hero__label::after {
    bottom: 2px;
  }
}

@media (max-width: 760px) {
  .section--quick-table {
    padding-bottom: 24px;
  }
  .quick-table-block {
    padding: 8px;
    background: linear-gradient(180deg, #0a0a08 0, #0a0a08 64px, #fff7e7 64px, #fff2dc 100%);
    border-radius: 12px;
  }
  .quick-table-title {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .quick-table-title::before,
  .quick-table-title::after {
    display: none;
  }
  .quick-table {
    min-width: 640px;
  }
  .quick-table th,
  .quick-table td {
    padding: 6px 6px;
  }
  .quick-table th {
    font-size: 13px;
    letter-spacing: .02em;
  }
  .quick-table td {
    font-size: 12px;
  }
  .quick-price {
    font-size: 15px !important;
  }
  .quick-no {
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
  .quick-table-note {
    font-size: 11px;
    margin-top: 8px;
  }
  /* transposed（縦持ち）テーブルの幅も連動して縮小 */
  .quick-table--transposed {
    min-width: 680px;
  }
  .quick-table--transposed thead th:first-child,
  .quick-table--transposed tbody th:first-child {
    min-width: 72px;
  }
  .quick-table--transposed thead th {
    min-width: 96px;
  }
  .quick-product-name {
    min-height: 0;
    font-size: 12px;
  }
  .quick-product-head {
    gap: 4px;
  }
  .quick-product-head img {
    width: 56px;
    height: auto;
  }
}

