@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist+Sans:wght@400;500;600;700&display=swap');
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: 0px solid;
}
/* Geist Thin */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thinltalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}
/* Geist ExtraLight */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraLightltalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
/* Geist Light */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Lightltalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
/* Geist Regular */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regularltalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
/* Geist Medium */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Mediumltalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
/* Geist SemiBold */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
/* Geist Bold */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
/* Geist ExtraBold */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}
/* Geist Black */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Blackltalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
/* Geist wght variants */
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist[wght].woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Italic[wght].woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
body {
  font-family: 'Geist', sans-serif;
  margin: 80px 0 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}
h2 {
  color: oklch(0.25 0 0);
  font-size: 3.75rem;
  text-align: center;
}
h2 span {
  color: var(--accent-red);
}
h3 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  text-align: center;
  padding: 20px 0 50px;
  color: oklch(27.8% 0.033 256.848);
}
.bg-text {
  position: relative;
  margin-bottom: 50px;
}
.bg-text h3 {
  font-size: 36px;
  color: oklch(57.7% 0.245 27.325);
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.bg-text h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 128px; /* 下線の長さ */
  height: 4px; /* 下線の太さ */
  border-radius: 2px;
  background: linear-gradient(to right, #d62b08, #f5b23b 50%, #d62b08);
}
.bg-text p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  color: oklch(37.3% 0.034 259.733);
}
.mentaiko-bg-wrapper {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  z-index: 0;
  opacity: .5;
}
.mentaiko-bg-wrapper .plate {
  width: 110px;
  height: 65px;
  border-radius: 50px;
  background: radial-gradient(circle at 50% 40%, #ffffff 70%, #fef9e6 100%);
  border: 2px solid #fcefb1;
  box-shadow: 0 0 12px rgba(252, 239, 177, 0.8);
}
.mentaiko-bg-wrapper .chopsticks {
  position: relative;
  width: 40px;
  height: 60px;
  margin-left: -32px; /* 左の皿に寄せる */
  transform: rotate(20deg);
}
.mentaiko-bg-wrapper .chopsticks span {
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 60px;
  background: linear-gradient(180deg, #d9a679, #f1ba86);
  border-radius: 3px;
}
.mentaiko-bg-wrapper .chopsticks span:first-child {
  left: 12px;
  transform: rotate(-5deg);
}
.mentaiko-bg-wrapper .chopsticks span:last-child {
  left: 14px;
  transform: rotate(0deg);
}
.mentaiko-bg-wrapper .gyoza {
  width: 80px;
  height: 50px;
  border-radius: 25px;
  background: radial-gradient(circle at 30% 30%, #ffe6d1, #ffb6a0 80%);
  box-shadow: 0 0 12px rgba(255, 160, 140, 0.7);
  position: relative;
}
.mentaiko-bg-wrapper .gyoza::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 14px;
  width: 4px;
  height: 4px;
  background: #ffb6b6;
  border-radius: 50%;
  box-shadow: 7px 5px #ffb6b6, 15px 8px #ffb6b6, 15px 0px #ffb6b6, 0px 8px #ffb6b6;
}
.bg-gray {
  background: oklch(98.5% 0.002 247.839);
  padding: 50px 0;
  margin: 0;
}
.bg-muted {
  background: oklch(0.99 0.01 15);
  padding: 50px 0;
  margin: 0;
}
.container {
  max-width: 72rem;
  margin: 0 auto;
}
:root {
  --font-geist-sans: 'GeistSans', 'GeistSans Fallback';
  --banner-height: 220px;
  --banner-radius: 7px;
  --accent-red: oklch(57.7% 0.245 27.325);
  --label-bg: oklch(85.2% 0.199 91.936);
  --text-white-stroke: rgba(255, 255, 255, 0.95);
}
.hero-banner {
  margin: 24px auto;
}
.hero-banner .hero-inner {
  position: relative;
  border-radius: var(--banner-radius);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  background: #f6f6f6;
  min-height: var(--banner-height);
}
.hero-banner .hero-img {
  display: block;
  width: 100%;
  height: var(--banner-height);
  object-fit: cover;
  object-position: center;
  opacity: 60%;
}
.hero-banner .hero-overlay {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 62%;
  pointer-events: none;
}
.hero-banner .promo-sub {
  margin: 0 0 6px 0;
  font-weight: 800;
  font-size: 14px;
  color: oklch(27.8% 0.033 256.848);
  text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  letter-spacing: 0.6px;
}
.hero-banner .promo-main {
  margin: 0;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 900;
  color: oklch(21% 0.034 264.665);
  text-shadow: 2px 2px 0 white, -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white;
}
.hero-banner .promo-highlight {
  color: var(--accent-red);
  text-shadow: 2px 2px 0 white, -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white;
  margin-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}
.hero-banner .gift-figure {
  position: absolute;
  right: 30px;
  top: 55%;
  transform: translateY(-55%);
  width: 160px;
  margin: 0;
  z-index: 4;
  pointer-events: auto;
}
.hero-banner .gift-img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.hero-banner .gift-label {
  position: absolute;
  top: -8px;
  right: -5px;
  background: var(--label-bg);
  color: oklch(42.1% 0.095 57.708);
  font-weight: 700;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  transform: translate(0, 0);
}
.promo {
  background: oklch(92.8% 0.006 264.531);
  border-radius: 8px;
  padding: 25px;
  margin: 0 auto;
  max-width: 900px;
}
.promo .promo-banner {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: auto;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.promo .promo-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.promo .tag {
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: bold;
  color: white;
  font-size: 1.1em;
}
.promo .plus {
  font-size: 24px;
  padding: 0 10px;
}
.promo .discount {
  background-color: #e60023;
}
.promo .shipping {
  background-color: oklch(62.7% 0.194 149.214);
}
.promo .promo-message {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: oklch(62.7% 0.194 149.214);
}
.promo .truck-icon {
  margin-right: 6px;
  font-style: normal;
}
.promo .promo-description {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}
.promo .promo-description .red {
  color: var(--accent-red);
  font-weight: 700;
}
.promo .promo-description .green {
  color: oklch(62.7% 0.194 149.214);
  font-weight: 700;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.grid .grid-item {
  position: relative;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 256px;
}
.grid .grid-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.grid .grid-item img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.grid .grid-item p {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 25px 25px;
  font-size: 14px;
  text-align: center;
  z-index: 2;
}
.grid .grid-item p strong {
  display: block;
  font-size: 20px;
}
.coupon {
  margin: 10px 0 80px;
}
.coupon p {
  color: oklch(44.6% 0.03 256.802);
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}
.coupon .coupon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon .coupon-wrap a {
  border: 1px solid oklch(54.6% 0.245 262.881);
  border-radius: 0.5rem;
  margin: 0 10px;
  padding: 4px 10px;
  color: oklch(54.6% 0.245 262.881);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.coupon .coupon-wrap a:hover {
  background-color: oklch(97% 0.014 254.604);
  color: oklch(0.25 0 0);
}
.coupon .coupon-wrap a span {
  font-size: 11px;
}
.coupon-flow {
  border: 2px solid oklch(68.1% 0.162 75.834);
  border-radius: 8px;
  padding: 30px 20px;
  margin: 30px 0;
  text-align: center;
  background-image: linear-gradient(79deg, rgb(255 254 251) 6%, rgb(255 253 244) 48%, rgba(255, 250, 250, 1) 89%);
}
.coupon-flow .title {
  position: relative;
  font-size: 30px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  color: oklch(44.4% 0.177 26.899);
  margin-bottom: 20px;
  padding: 0;
}
.coupon-flow .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 128px; /* 下線の長さ */
  height: 4px; /* 下線の太さ */
  border-radius: 2px;
  background: linear-gradient(to right, #d62b08, #f5b23b 50%, #d62b08);
}
.coupon-flow .detail-link {
  font-size: 14px;
  font-weight: 600;
  color: oklch(37.3% 0.034 259.733);
  margin-bottom: 15px;
}
.coupon-flow .buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.coupon-flow .btn {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #e60012;
  border-radius: 6px;
  color: #e60012;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
}
.coupon-flow .btn:hover {
  background: #ffecec;
}
.campaign-content .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  flex-wrap: wrap;
}
.campaign-content .step {
  width: 134px;
  padding: 15px;
  border: 2px solid oklch(80.8% 0.114 19.571);
  border-radius: 8px;
  background-image: linear-gradient(140deg, rgba(255, 236, 236, 1), rgba(255, 255, 255, 1));
  text-align: center;
}
.campaign-content .steps .step:nth-child(3) {
  width: 156px;
}
.campaign-content .step-num {
  font-size: 14px;
  font-weight: bold;
  color: #b22222;
  margin-bottom: 10px;
}
.campaign-content .icon {
  background-color: oklch(93.6% 0.032 17.717);
  padding: 10px;
  border-radius: 50px;
  width: 64px;
  height: 64px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.campaign-content .icon svg {
  fill: oklch(44.4% 0.177 26.899);
}
.campaign-content .desc {
  font-size: 14px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #444;
  margin-top: 10px;
}
.campaign-content .arrow {
  font-size: 22px;
  font-weight: bold;
  color: #b22222;
}
.campaign-content .step.highlight {
  position: relative;
  width: 144px;
  background-image: linear-gradient(90deg, rgba(189, 0, 9, 1), rgba(160, 7, 17, 1));
  color: #fff;
  border: none;
}
.campaign-content .step.highlight .w-full {
  position: absolute;
  left: 0;
  top: 45px;
  opacity: .1;
}
.campaign-content .step.highlight .step-num {
  color: #fff;
}
.campaign-content .step.highlight .desc {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.campaign-content .step.highlight .icon {
  background-color: rgba(255, 255, 255, 0.2);
}
.campaign-content .step.highlight .icon svg {
  opacity: 1;
  fill: #fff;
}
.cta {
  text-align: center;
  margin-top: 30px;
}
.cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.cta .home {
  background: oklch(0.55 0.22 25);
}
.cta .gift {
  background: #fff;
  border: 2px solid oklch(0.75 0.15 65);
  color: oklch(0.75 0.15 65);
}
.cta a:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.cta .gift:hover {
  background: oklch(0.75 0.15 65);
  color: #000;
  border-color: oklch(0.75 0.15 65);
}
.cta svg {
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
}
.campaign-banner {
  position: relative;
  background: url('../img/mentaiko-gohan.png') center/cover no-repeat;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}
.campaign-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.campaign-banner .campaign-content {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  margin: 0 auto;
}
.campaign-banner .campaign-content h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 1rem;
  color: oklch(27.8% 0.033 256.848);
  text-shadow: 3px 3px 0 white, -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 2px 2px 0 white, -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white;
  line-height: 1.2;
}
.campaign-banner .limit {
  display: inline-flex;
  align-items: center;
  background-color: oklch(57.7% 0.245 27.325);
  color: oklch(97.3% 0.071 103.193);
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.campaign-banner .campaign-wrap {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  width: 896px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.campaign-banner .campaign-wrap .img {
  padding-right: 30px;
}
.campaign-banner .campaign-wrap img {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.campaign-banner .price-box {
  width: 70%;
  color: #333;
  text-align: left;
}
.campaign-banner .price-box p {
  margin: 0.5rem 0;
}
.campaign-banner .price-box .title {
  color: oklch(27.8% 0.033 256.848);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.campaign-banner .price-box .original {
  color: oklch(44.6% 0.03 256.802);
  font-size: 18px;
}
.campaign-banner .price-box .total {
  color: oklch(55.1% 0.027 264.364);
}
.campaign-banner .price-box .now {
  color: oklch(57.7% 0.245 27.325);
  font-weight: 900;
  font-size: 30px;
}
.campaign-banner .price-box .now b {
  font-weight: bold;
}
.campaign-content .arrow {
  position: relative;
}
.campaign-content .arrow::after {
  content: "→";
  font-size: 2rem;
  font-weight: 500;
}
.campaign-banner .price-box .pickup {
  display: inline-block;
  color: oklch(57.7% 0.245 27.325);
  margin-bottom: 0;
  border-radius: 40px;
  font-size: 24px;
  font-weight: 700;
}
.campaign-banner .highlight {
  font-size: 18px;
  margin-left: -8px;
}
.campaign-banner .save {
  font-size: 19px;
  color: oklch(62.7% 0.194 149.214);
  font-weight: bold;
}
.campaign-banner .note {
  color: oklch(55.1% 0.027 264.364);
  font-size: 14px;
}
.benefits-container {
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
.benefits-container .benefit-card {
  background: white;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefits-container .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.benefits-container .benefit-card.red {
  border-left: 3px solid oklch(57.7% 0.245 27.325);
}
.benefits-container .benefit-card.green {
  border-left: 3px solid oklch(62.7% 0.194 149.214);
}
.benefits-container .benefit-card.orange {
  border-left: 3px solid oklch(66.6% 0.179 58.318);
}
.benefits-container .icon-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.benefits-container .icon {
  width: 73px;
  height: 34px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  top: 20px;
  right: 0;
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-image: linear-gradient(90deg, rgba(189, 0, 9, 1), rgb(223 33 45));
  border: 1px solid oklch(85.2% 0.199 91.936);
}
.benefits-container .icon .bg-circle {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: oklch(85.2% 0.199 91.936);
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.benefits-container .icon::after {
  font-size: 12px;
}
.benefits-container .icon.red::after {
  content: 'POINT 1';
}
.benefits-container .icon.green::after {
  content: 'POINT 2';
}
.benefits-container .icon.orange::after {
  content: 'POINT 3';
}
.benefits-container .percentage {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  margin-bottom: 10px;
  background: #ccc;
  border-radius: 50%;
  font-size: 24px;
  padding: 15px;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.benefits-container .percentage.red {
  background: oklch(97.1% 0.013 17.38);
  color: oklch(57.7% 0.245 27.325);
}
.benefits-container .percentage.green {
  background: oklch(98.2% 0.018 155.826);
  color: oklch(62.7% 0.194 149.214);
}
.benefits-container .percentage.green svg {
  width: 40px;
  height: 40px;
}
.benefits-container .percentage.orange {
  background: oklch(98.7% 0.022 95.277);
  color: oklch(66.6% 0.179 58.318);
  font-weight: 900;
}
.benefits-container .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
  color: #2c3e50;
  text-align: center;
}
.benefits-container .description {
  color: oklch(44.6% 0.03 256.802);
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
}
.mentaiko-offer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.mentaiko-offer .mentaiko-card {
  flex: 1 1 300px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid oklch(0.92 0.01 15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 10px 50px;
}
.mentaiko-offer .mentaiko-card img {
  width: 100%;
  height: auto;
  display: block;
}
.mentaiko-offer .mentaiko-card .text {
  padding: 1.5rem;
  text-align: center;
}
.mentaiko-offer .mentaiko-card .text svg {
  color: oklch(0.55 0.22 25);
  width: 45px;
  height: 45px;
}
.mentaiko-offer .mentaiko-card.gift .text svg {
  color: oklch(0.75 0.15 65);
}
.mentaiko-offer .mentaiko-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding: 0;
}
.mentaiko-offer .mentaiko-card p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.mentaiko-offer .mentaiko-card .note {
  color: oklch(44.6% 0.03 256.802);
  font-size: 14px;
}
.mentaiko-offer .mentaiko-card img {
  object-fit: cover;
  height: 192px;
  border-radius: 5px;
}
.mentaiko-offer .mentaiko-card strong {
  font-size: 1.1rem;
}
.mentaiko-offer .mentaiko-card .cta {
  margin-top: 20px;
}
.mentaiko-offer .mentaiko-card .cta a {
  gap: 8px;
  width: 100%;
  margin: 10px 0;
}
.mentaiko-recommend {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.mentaiko-recommend .card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid oklch(0.92 0.01 15);
  padding: 0 0 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  width: 48%;
  overflow: hidden;
}
.mentaiko-recommend .card-wrap {
  margin-bottom: 50px;
  padding: 20px;
}
.mentaiko-recommend .card-blue {
  background: oklch(97% 0.014 254.604);
}
.mentaiko-recommend .card-green {
  background: oklch(98.2% 0.018 155.826);
}
.mentaiko-recommend .card-number {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto 20px;
}
.mentaiko-recommend .card-1 .card-number {
  background-color: #0066ff;
}
.mentaiko-recommend .card-2 .card-number {
  background-color: #00aa00;
}
.mentaiko-recommend .card h2 {
  color: oklch(54.6% 0.245 262.881);
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 10px;
  line-height: 1.2;
}
.mentaiko-recommend .card-green h2 {
  color: oklch(62.7% 0.194 149.214);
  font-weight: 900;
}
.mentaiko-recommend .highlight-orange {
  color: oklch(64.6% 0.222 41.116);
}
.mentaiko-recommend h2 .highlight-orange {
  font-size: 24px;
  font-weight: 700;
}
.mentaiko-recommend .highlight-red {
  color: oklch(64.6% 0.222 41.116);
}
.mentaiko-recommend .highlight-green {
  color: #00aa00;
  font-size: 18px;
  font-weight: 700;
}
.mentaiko-recommend .card p {
  font-size: 14px;
  color: #333;
  margin: 5px 0 20px;
  line-height: 1.5;
}
.mentaiko-recommend .card p .highlight-red {
  font-size: 18px;
  font-weight: 700;
  color: oklch(0.55 0.22 25);
}
.mentaiko-recommend .card p .highlight-orange {
  font-size: 18px;
  font-weight: 700;
}
.mentaiko-recommend .images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.mentaiko-recommend .image-wrapper {
  position: relative;
  display: inline-block;
}
.mentaiko-recommend .image-wrapper img {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 5px;
}
.mentaiko-recommend .images span {
  color: oklch(54.6% 0.245 262.881);
  font-weight: 900;
  font-size: 30px;
}
.mentaiko-recommend .card-green .images {
  color: oklch(62.7% 0.194 149.214);
}
.mentaiko-recommend .image-wrapper .card-label {
  position: absolute;
  top: -9px;
  left: -10px;
  background-color: oklch(70.5% 0.213 47.604);
  color: #fff;
  padding: 5px 10px;
  border-radius: 14px;
  font-size: clamp(10px, 2.5vw, 14px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.mentaiko-recommend .image-wrapper .card-label.green {
  background-color: oklch(62.7% 0.194 149.214);
}
.mentaiko-recommend .image-wrapper .card-label.brown {
  background-color: oklch(66.6% 0.179 58.318);
}
.mentaiko-recommend .image-wrapper .card-label.red {
  background-color: oklch(57.7% 0.245 27.325);
}

.review-title {
  padding-bottom: 35px;
}
.reviews {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews .bg-muted {
  padding: 10px 0;
}
.reviews .review-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 48%;
}
.reviews .review-img {
  width: 100%;
  height: 315px;
  object-fit: cover;
  display: block;
  position: relative;
}
.reviews .review-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 315px;
  z-index: 1;
}
.reviews .review-content {
  background: #fff;
  padding: 15px 20px;
}
.reviews .stars {
  color: oklch(63.7% 0.237 25.331);
  font-size: 18px;
  margin-bottom: 10px;
}
.reviews .review-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px;
  color: #333;
}
.reviews .author {
  font-size: 13px;
  color: #666;
}
.reviews .review-cta {
  margin: 0 auto 50px;
}
.reviews .review-cta a {
  border-radius: 50px;
  font-size: 16px;
  padding: 13px 24px;
}
.reviews .review-cta .home {
  background: #e11;
}


.faq-section {
  padding: 0;
}
.faq-section h2 {
  color: #111827;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto 1.25rem;
}
.faq-section .faq-list {
  width: 900px;
  margin: 0 auto;
}
.faq-section .qa {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 9%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.faq-section .qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.faq-section .qa summary::before, .faq-section .qa p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.faq-section .qa summary::before {
  display: flex;
  align-items: center;
  justify-content: center;
  background: oklch(50.5% 0.213 27.518);
  border-radius: 50px;
  color: #fff;
  height: 24px;
  width: 24px;
  content: "?";
  font-size: 14px;
}
.faq-section .qa summary::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s;
}
.faq-section .qa[open] summary::after {
  transform: rotate(180deg);
}
.faq-section .qa p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: .3em 3em 1.5em;
  color: oklch(37.3% 0.034 259.733);
  transition: transform .5s, opacity .5s;
}
.faq-section .qa[open] p {
  background: oklch(98.5% 0.002 247.839);
  border-radius: 10px;
  transform: none;
  margin: 1em 3em 2em 4em;
  padding: 10px;
  opacity: 1;
}
.faq-section .qa[open] p a {
  color: oklch(54.6% 0.245 262.881);
}
.faq-section .qa[open] p a:hover {
  color: oklch(42.4% 0.199 265.638);
}
.footer-section {
  text-align: center;
  padding: 0;
}
.footer-overlay {
  position: relative;
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url('../img/footer-bg.png') center/cover no-repeat;
}
.footer-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
}
.footer-overlay > * {
  position: relative;
  z-index: 1;
}
.footer-banner {
  background: oklch(57.7% 0.245 27.325);
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.footer-banner svg {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.footer-content {
  margin: 2rem auto 4.5rem;
}
.footer-content .note {
  color: oklch(27.8% 0.033 256.848);
  font-size: 14px;
  font-weight: 700;
}
.footer-title {
  color: oklch(0.25 0 0);
  font-size: 36px;
  margin-bottom: 0.75rem;
}
.footer-sub {
  color: oklch(0.25 0 0);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.footer {
  background: oklch(96.7% 0.003 264.542);
  padding: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
}
.footer a {
  padding: 3px;
  color: oklch(0.25 0 0);
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-bottom: 20px;
}
.footer-nav a {
  color: oklch(44.6% 0.03 256.802);
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
.footer-nav a + a::before {
  content: "|";
  color: #aaa;
  margin-right: 1rem;
  margin-left: -0.5rem;
}
.footer-section .step-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf3ff;
  padding: 12px 20px;
  margin: 0 55px;
  border-radius: 8px;
  gap: 12px;
}
.footer-section .step {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-section .step-label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 9999px;
  display: inline-block;
}
.footer-section .step1 {
  background-color: oklch(54.6% 0.245 262.881);
}
.footer-section .step2 {
  background-color: oklch(62.7% 0.194 149.214);
}
.footer-section .step3 {
  background-color: oklch(57.7% 0.245 27.325);
}
.footer-section .step-text {
  font-size: 14px;
  font-weight: 600;
  color: oklch(42.4% 0.199 265.638);
}
.footer-section .step-text.highlight {
  font-weight: bold;
  color: oklch(42.4% 0.199 265.638);
}
.footer-section .arrow {
  color: oklch(42.4% 0.199 265.638);
  font-weight: 600;
}
.footer-section .coupon {
  margin: 20px 0 20px;
}
.footer-section p {
  color: oklch(27.8% 0.033 256.848);
  font-weight: 700;
}
.footer-section .sns-section {
  text-align: center;
  padding: 10px 20px 20px;
}
.footer-section .sns-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.footer-section .sns-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-section .sns-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 12px;
  color: #fff;
  min-width: 324px;
  max-width: 340px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.footer-section .sns-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.footer-section .sns-btn .icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .sns-btn .icon svg {
  width: 20px;
  height: 20px;
}
.footer-section .sns-btn.line .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
}
.footer-section .sns-btn .text {
  display: flex;
  flex-direction: column;
}
.footer-section .sns-btn .text .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.footer-section .sns-btn .text .subtitle {
  font-size: 14px;
  margin-top: 2px;
}
.footer-section .sns-btn.line {
  background-color: #06C755;
}
.footer-section .sns-btn.instagram {
  background: linear-gradient(135deg, #F58529 0%, #FEDA77 25%, #DD2A7B 50%, #8134AF 75%, #515BD4 100%);
}
.footer-section .copyright {
  color: oklch(44.6% 0.03 256.802);
}
@media (min-width: 1025px) and (max-width: 1366px) {
  body {
    font-size: 0.95rem;
  }
  .hero-banner .promo-main {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  .grid .grid-item img {
    height: 250px;
  }
}
@media (min-width: 1025px) {
  .visible-xs {
    display: none;
  }
}
/* タブレット (～1024px) */
@media (max-width: 1024px) {
  body {
    margin: 30px 0 0;
  }
  h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 2rem;
  }
  .cta {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-buttons .cta a {
    font-size: 1.4vw;
  }
  .hero-banner .hero-inner {
    padding: 0 20px;
  }
  .hero-banner .promo-main {
    font-size: 28px;
  }
  .hero-banner .promo-sub {
    font-size: 12px;
  }
  .hero-banner .hero-overlay {
    left: 20px;
    max-width: 60%;
  }
  .hero-banner .gift-figure {
    width: 130px;
    right: 40px;
    top: 65%;
    transform: translateY(-65%);
  }
  .hero-overlay .promo-sub {
    font-size: 4vw;
  }
  .hero-overlay .promo-main {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    line-height: 1.3;
  }
  .promo-highlight {
    display: block;
  }
  .hero-banner .hero-img {
    height: 270px;
  }
  .hero-banner .gift-figure {
    width: 220px;
  }
  .hero-banner .gift-label {
    font-size: 2.6vw;
  }
  .campaign {
    padding: 2rem 1rem;
    font-size: 1.25rem;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0 20px;
  }
  .grid .grid-item {
    height: auto;
    aspect-ratio: 20 / 9;
  }
  .grid .grid-item img {
    height: 280px;
  }
  .recommend .card h3 {
    font-size: 1rem;
  }
  .benefits-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .benefits-container .title {
    font-size: 2vw;
  }
  .benefits-container .icon {
    top: -10px;
    right: -20px;
  }
  .benefits-container .description {
    font-size: 1.5vw;
  }
  .mentaiko-offer {
    padding: 0 20px;
  }
  .mentaiko-offer .mentaiko-card h3 {
    font-size: 2.4vw;
  }
  .mentaiko-offer .mentaiko-card h3 .visible-xs {
    display: none;
  }
  .mentaiko-offer .cta {
    margin-top: 10px;
  }
  .mentaiko-offer .cta a {
    font-size: 1.8vw;
    padding: 5px;
    text-align: left;
  }
  .mentaiko-offer .cta a svg {
    width: 20px;
    height: 20px;
  }
  .mentaiko-offer .mentaiko-card {
    padding: 0 20px;
  }
  .mentaiko-recommend {
    padding: 0 20px;
  }
  .mentaiko-recommend .card-wrap {
    height: 390px;
  }
  .mentaiko-recommend .card h2 {
    font-size: 3vw;
  }
  .mentaiko-recommend .cta a {
    font-size: 1.8vw;
    padding: 10px;
    width: 90%;
    text-align: left;
  }
  .mentaiko-recommend .cta a svg {
    width: 20px;
    height: 20px;
  }
  .mentaiko-recommend .card p {
    font-size: 16px;
    color: #333;
    margin: 5px 0 20px;
    line-height: 1.8;
  }
  .mentaiko-recommend .image-wrapper img {
    width: 140px;
    height: 140px;
  }
  .campaign-banner .campaign-content h2 {
    font-size: 5vw;
  }
  .campaign-banner .price-box {
    width: 500px;
  }
  .campaign-banner .limit {
    font-size: 3vw;
    margin-bottom: 35px;
  }
  .campaign-banner .price-box .pickup, .campaign-banner .price-box .original, .campaign-banner .price-box .total {
    font-size: 2.5vw;
  }
  .campaign-banner .price-box .title {
    font-size: 2.5vw;
  }
  .campaign-banner .price-box .now {
    font-size: 5vw;
  }
  .campaign-banner .price-box .now .price {
    font-size: 6vw;
  }
  .campaign-banner .save {
    font-size: 4vw;
  }
  .campaign-banner .campaign-wrap {
    flex-direction: column;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
  }
  .campaign-banner .campaign-wrap .img {
    padding-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .campaign-banner .campaign-wrap img {
    height: auto;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .campaign-banner .price-box {
    width: 100%;
    text-align: center;
  }
  .campaign-banner .price-box .now {
    font-size: 26px;
  }
  .campaign-banner .price-box .title {
    font-size: 18px;
  }
  .campaign-banner .cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-top: 1.5rem;
  }
  .campaign-banner .cta a {
    width: 100%;
    text-align: center;
  }
  .coupon {
    margin: 10px 0 50px;
  }
  .coupon-flow .steps {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .coupon-flow .steps .step {
    flex: 1;
    text-align: center;
    width: 160px;
  }
  .coupon-flow .steps .step, .campaign-content .steps .step:nth-child(3) {
    width: 160px;
  }
  .benefits-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
  .benefits-container .benefit-card {
    padding: 20px;
  }
  .cta a {
    font-size: 2.2vw;
  }
  .reviews {
    padding: 0 20px;
  }
  .faq-section .faq-list {
    width: 100%;
    padding: 0 20px;
  }
  .footer-overlay {
    padding: 60px 0 0;
  }
  /* ステップフロー */
  .footer-section .step-flow {
    margin: 0 20px;
    padding: 10px;
    gap: 8px;
  }
  .footer-section .step-text {
    font-size: 13px;
  }
  /* CTAボタン：2列→1列 */
  .footer-buttons {
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
  }
  .footer-buttons .cta a {
    width: 100%;
    text-align: center;
  }
  /* SNSボタン横並び→2列 */
  .footer-section .sns-buttons {
    justify-content: center;
    gap: 16px;
  }
  .footer-section .sns-btn {
    min-width: 280px;
    max-width: 300px;
    padding: 10px 16px;
  }
  .footer-section .sns-btn .text .title {
    font-size: 15px;
  }
  .footer-section .sns-btn .text .subtitle {
    font-size: 13px;
  }
  /* フッターナビを改行 */
  .footer-nav {
    gap: 10px;
  }
}
/* スマホ (～768px) */
@media (max-width: 768px) {
  body {
    margin: 0;
  }
  .visible-xs {
    display: block;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
  }
  .bg-muted, .bg-gray {
    padding: 50px 0 30px;
  }
  h2 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: .5rem;
    padding: 0 10px;
  }
  h3 {
    font-size: 6vw;
    padding: 0 0px 20px;
  }
  .bg-text h3 {
    font-size: 6vw;
  }
  .mentaiko-bg-wrapper {
    top: -10px;
  }
  .hero-banner {
    margin: 16px auto;
  }
  .hero-banner .hero-inner {
    min-height: 220px;
    padding: 0;
  }
  .hero-banner .hero-img {
    height: 220px;
    opacity: 0.5;
  }
  .hero-banner .hero-overlay {
    left: 16px;
    top: 20px;
    transform: none;
    max-width: 80%;
  }
  .hero-banner .promo-sub {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .hero-banner .promo-main {
    font-size: 22px;
    line-height: 1.2;
  }
  .hero-banner .promo-highlight {
    font-size: 20px;
  }
  /* 贈答用画像を右下に小さめ表示 */
  .hero-banner .gift-figure {
    width: 90px;
    right: 10px;
    bottom: 10px;
    top: auto;
    transform: none;
  }
  .hero-banner .gift-label {
    font-size: 10px;
    padding: 1px 6px;
    top: -6px;
    right: -4px;
  }
  .promo {
    padding: 15px;
  }
  .promo .promo-description {
    font-size: 4.3vw;
  }
  .grid {
    grid-template-columns: 1fr; /* 1列に */
    gap: 1rem;
    padding: 0;
  }
  .grid .grid-item img {
    height: 350px;
  }
  .grid .grid-item {
    height: auto;
    aspect-ratio: 12 / 9;
  }
  .grid .grid-item p {
    width: 100%;
  }
  .grid .grid-item p strong {
    font-size: 6vw;
  }
  .benefits-container .icon {
    right: -20px;
  }
  .campaign-banner .price-box {
    width: 100%;
  }
  .recommend {
    padding: 1rem;
  }
  .recommend .card {
    padding: 1rem;
  }
  .recommend .card h3 {
    font-size: 0.9rem;
  }
  .promo .tag {
    padding: 8px 16px;
    font-size: 4vw;
  }
  .promo .promo-message {
    font-size: 5vw;
  }
  .campaign-banner .campaign-content {
    padding: 0;
  }
  .campaign-banner .campaign-content h2 {
    font-size: 8vw;
    line-height: 1.4;
    margin-top: 20px;
  }
  .campaign-banner .price-box .title {
    font-size: 4.5vw;
  }
  .campaign-banner .price-box .pickup, .campaign-banner .price-box .original, .campaign-banner .price-box .total {
    font-size: 3.5vw;
  }
  .campaign-banner .note {
    font-size: 2.6vw;
  }
  .campaign-banner .price-box .now .price {
    font-size: 9vw;
  }
  .campaign-banner .campaign-content .cta a {
    margin: 10px 0 0;
  }
  .campaign-banner .campaign-wrap {
    padding: 1rem;
    width: 100%;
    margin: 0 auto 1rem;
  }
  .campaign-banner .price-box .now {
    font-size: 22px;
  }
  .campaign-banner .price-box .title {
    font-size: 5vw;
  }
  .campaign-content .arrow::after {
    content: "↓";
  }
  .campaign-banner .price-box .pickup {
    font-size: 3.5vw;
  }
  .campaign-banner .save {
    font-size: 4.5vw;
  }
  .coupon-flow .steps {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .coupon-flow .steps .arrow {
    margin: 10px 0;
  }
  .coupon {
    margin: 10px 0 30px;
  }
  .coupon p {
    font-size: 3vw;
  }
  .coupon .coupon-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .coupon .coupon-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    line-height: 1;
    background: #f8f8f8;
    border-radius: 6px;
    text-decoration: none;
    color: #0055ff;
    border: 1px solid #0055ff;
    box-sizing: border-box;
  }
  .coupon .coupon-wrap a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
  }
  .coupon .coupon-wrap a:last-child span {
    justify-content: flex-start;
  }
  .coupon .coupon-wrap a:first-child span {
    width: 28px;
  }
  .coupon-flow .btn {
    font-size: 3.4vw;
    width: 100%;
  }
  .coupon-flow .title {
    font-size: 7vw;
  }
  .benefits-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .campaign-banner .cta {
    flex-direction: column;
    gap: 0;
  }
  .campaign-banner .cta a {
    width: 100%;
  }
  .campaign-banner h2 {
    font-size: 18px;
  }
  .campaign-banner .limit {
    font-size: 14px;
  }
  .benefit-card .title {
    font-size: 16px;
  }
  .benefit-card .description {
    font-size: 14px;
  }
  .benefits-container {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .benefits-container .benefit-card {
    width: 100%;
  }
  .benefits-container .title {
    font-size: 5.5vw;
  }
  .benefits-container .description {
    font-size: 4vw;
  }
  .mentaiko-offer .mentaiko-card {
    padding: 10px 12px;
  }
  .mentaiko-offer .mentaiko-card .text {
    padding: 10px;
  }
  .mentaiko-offer .mentaiko-card h3 {
    font-size: 5vw;
  }
  .mentaiko-offer .mentaiko-card img {
    height: 240px;
  }
  .mentaiko-offer .mentaiko-card .cta {
    margin-top: 10px;
  }
  .mentaiko-offer .cta {
    padding: 0;
  }
  .mentaiko-offer .cta a {
    font-size: 3.5vw;
    padding: 10px;
  }
  .mentaiko-offer .cta a svg {
    width: 15px;
    height: 15px;
  }
  .mentaiko-offer .mentaiko-card .note {
    font-size: 3vw;
  }
  .mentaiko-offer .mentaiko-card .text svg {
    font-size: 3.5vw;
  }
  .mentaiko-recommend {
    margin: 0;
    padding: 0 20px;
  }
  .mentaiko-recommend .card-wrap {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .mentaiko-recommend .card {
    width: 100%;
  }
  .mentaiko-recommend .card h2 {
    font-size: 5vw;
    line-height: 1.5;
  }
  .mentaiko-recommend h2 .highlight-orange {
    font-size: 6vw;
  }
  .mentaiko-recommend .cta {
    padding: 0 10px;
  }
  .mentaiko-recommend .cta a {
    font-size: 3.5vw;
    padding: 10px;
  }
  .mentaiko-recommend .cta a svg {
    width: 20px;
    height: 20px;
  }
  .mentaiko-recommend .image-wrapper img {
    width: 34vw;
    height: 34vw;
  }
  .mentaiko-recommend .card-wrap {
    height: auto;
  }
  .mentaiko-recommend .image-wrapper .card-label {
    left: 0;
  }
  .cta {
    display: block;
    padding: 0;
    margin: 0;
  }
  .cta a {
    padding: 15px 10px;
    font-size: 4vw;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px auto;
  }
  .review-title {
    padding: 50px 0 20px;
  }
  .reviews {
    padding: 0 20px;
    gap:15px;
  }
  .reviews .review-card {
    width: 100%;
  }
  .reviews .review-content p,
  .reviews .author {
    font-size: 3.5vw;
  }
  .reviews .cta {
    margin: 0 auto 30px;
    width: 100%;
  }
  .reviews .review-cta a {
    font-size: 14px;
  }
  .faq-title {
    padding-top: 0;
  }
  .faq-section .faq-list {
    width: 100%;
  }
  .faq-section .qa summary, .faq-section .qa[open] p {
    font-size: 2.8vw;
  }
  .faq-section .qa summary {
    padding: 1em 2em 1em 4.2em;
  }
  .faq-section .qa[open] p {
    margin: .3em 2em .3em 2em;
  }
  .footer {
    margin-bottom: 80px;
  }
  .footer-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  .footer-banner {
    margin: 0 20px;
    font-size: 4vw;
  }
  .footer-sub {
    font-size: 14px;
    margin-bottom: 1.2rem;
  }
  .footer-section .step-flow {
    flex-direction: column;
    align-items: stretch;
    margin: 0 0 10px;
    padding: 12px;
    gap: 10px;
  }
  .footer-section .arrow {
    display: none;
  }
  .footer-section .step {
    justify-content: center;
  }
  .footer-section .step label {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 1.5;
    vertical-align: middle;
  }
  .footer-section .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
  .footer-buttons .cta a {
    width: 100%;
    font-size: 14px;
  }
  .footer-section .coupon {
    margin: 10px 0 20px;
    font-size: 13px;
    padding: 0;
  }
  .footer-section .sns-buttons {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .footer-section .sns-btn {
    width: 90%;
    max-width: 320px;
    padding: 12px 16px;
  }
  .footer-section .sns-btn .icon {
    margin-right: 8px;
  }
  .footer-section .sns-btn.line .icon {
    width: 23px;
    height: 23px;
    margin-top: 1px;
  }
  .footer-section .sns-btn .text .title {
    font-size: 14px;
    text-align: left;
  }
  .footer-section .sns-btn .text .subtitle {
    font-size: 12px;
  }
  .footer-content {
    margin: 2rem auto 20px;
  }
  .footer-content .note {
    font-size: 3vw;
  }
  .footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
    position: relative;
  }
  .footer-nav a {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    font-size: 2.4vw;
  }
  .footer-nav a + a::before {
    content: "|";
    color: #aaa;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  /* コピーライト */
  .footer-section .copyright {
    font-size: 12px;
  }
  .sp-fixed-btn {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 10px;
    width: 100%;
    z-index: 999;
  }
  .sp-fixed-btn .cta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .sp-fixed-btn .cta a {
    font-size: 2.4vw;
    border-radius: 20px;
    padding: 10px;
  }
  .sp-fixed-btn p {
    font-size: 2vw;
    color: oklch(37.3% 0.034 259.733);
  }
}