@charset "UTF-8";
/* ==========================================================================
   Gift Hero Section
   ========================================================================== */
.gift-hero {
  position: relative;
  background: linear-gradient(160deg, #1d4f68 0%, #235e7a 55%, #2c6f86 100%);
  overflow: hidden;
}
.gift-hero__bg-pattern {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 26px);
  opacity: .5;
}
.gift-hero__container {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 66px 32px 60px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}
.gift-hero__content {
  color: #f4fafb;
}
.gift-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c20d1e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 22px;
}
.gift-hero__title {
  font-family: ten-mincho, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: .02em;
  margin: 0 0 22px;
  text-wrap: pretty;
}
.gift-hero__title-highlight {
  color: rgb(243, 210, 122);
}
.gift-hero__lead {
  font-size: 15px;
  color: #dcebee;
  margin: 0 0 32px;
  max-width: 30em;
  text-wrap: pretty;
}
.gift-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.gift-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 12.5px;
  color: #cfe2e6;
}
.gift-btn {
  text-decoration: none;
  font-size: 14.5px;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}
.gift-btn--primary {
  background: #f3d27a;
  color: #2b2410;
  font-weight: 700;
  padding: 14px 30px;
}
.gift-btn--primary:hover {
  background: #eec85f;
}
.gift-btn--secondary {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  font-weight: 600;
  padding: 14px 28px;
}
.gift-btn--secondary:hover {
  background: rgba(255, 255, 255, .2);
}
.gift-thumb {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .25);
  background-color: #cdd9dc;
  background-image: repeating-linear-gradient(45deg, transparent 0 12px, rgba(29, 79, 104, .12) 12px 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 26px 60px rgba(15, 45, 60, .4);
}
.gift-thumb__placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #6a7e85;
  letter-spacing: .05em;
}
@media (max-width: 960px) {
  .gift-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 24px 50px;
  }
  .gift-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .gift-hero__title {
    font-size: 36px;
  }
  .gift-hero__lead {
    max-width: 100%;
  }
  .gift-hero__actions {
    justify-content: center;
    width: 100%;
  }
  .gift-btn {
    width: 100%;
    max-width: 340px;
    text-align: center;
  }
  .gift-hero__features {
    justify-content: center;
    gap: 12px 20px;
  }
  .gift-thumb {
    aspect-ratio: 4/3;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .gift-hero__container {
    padding: 40px 16px 40px;
  }
  .gift-hero__title {
    font-size: 28px;
  }
  .gift-hero__badge {
    font-size: 11px;
    padding: 5px 12px;
  }
  .gift-hero__features {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}
/* ==========================================================================
   Gift Intro Section
   ========================================================================== */
.gift-intro {
  background: #fdfaf3;
  padding: 88px 32px;
}
.gift-intro__container {
  max-width: 1180px;
  margin: 0 auto;
}
.gift-intro__header {
  text-align: center;
  margin-bottom: 50px;
}
.gift-intro__subtitle {
  font-size: 12px;
  letter-spacing: .22em;
  color: #235e7a;
  margin-bottom: 14px;
}
.gift-intro__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
.gift-intro__lead {
  font-size: 14px;
  color: #6a6150;
  margin: 16px auto 0;
  max-width: 40em;
  text-wrap: pretty;
}
.gift-intro__lead p {
  margin: 0 0 1em;
}
.gift-intro__lead p:last-child {
  margin-bottom: 0;
}
.gift-intro__line {
  width: 38px;
  height: 2px;
  background: #235e7a;
  margin: 20px auto 0;
}
.gift-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gift-card {
  background: #fffdf8;
  border: 1px solid #ece3d2;
  border-radius: 6px;
  overflow: hidden;
}
.gift-card a {
  color: #222;
  text-decoration: none;
}
.gift-card__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-card__image-wrapper img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 220px;
}
.gift-card__body {
  padding: 22px 24px;
}
.gift-card__title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 8px;
}
.gift-card__text {
  font-size: 12.5px;
  color: #6a6150;
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .gift-intro {
    padding: 66px 24px;
  }
  .gift-intro__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (max-width: 640px) {
  .gift-intro {
    padding: 50px 16px; /* スマホ向けに余白をさらに調整 */
  }
  .gift-intro__header {
    margin-bottom: 36px; /* ヘッダー下の余白を詰める */
  }
  .gift-intro__title {
    font-size: 24px; /* スマホで文字が大きすぎないように調整 */
  }
  .gift-intro__lead {
    font-size: 13.5px; /* リード文の文字サイズを微調整 */
    text-align: left; /* スマホの長文は左寄せの方が見やすいため */
  }
  .gift-intro__grid {
    grid-template-columns: 1fr; /* 完全な1カラム（縦並び）に変更 */
    gap: 16px;
  }
  .gift-card__body {
    padding: 18px 20px; /* カード内の余白を少しスリムに */
  }
  .gift-card__title {
    font-size: 17px;
  }
}
/* ==========================================================================
   Gift Recommend Section
   ========================================================================== */
.gift-recommend {
  background: #f3ece0;
  padding: 88px 32px;
}
.gift-recommend__container {
  max-width: 1180px;
  margin: 0 auto;
}
.gift-recommend__header {
  text-align: center;
  margin-bottom: 50px;
}
.gift-recommend__subtitle {
  font-size: 12px;
  letter-spacing: .22em;
  color: #c20d1e;
  margin-bottom: 14px;
}
.gift-recommend__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
.gift-recommend__lead {
  font-size: 14px;
  color: #6a6150;
  margin: 16px 0 0;
}
.gift-recommend__line {
  width: 38px;
  height: 2px;
  background: #c20d1e;
  margin: 20px auto 0;
}
.gift-recommend__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gift-recommend__footer {
  text-align: center;
  margin-top: 36px;
}
/* Item Cards */
.gift-item-card {
  text-decoration: none;
  color: inherit;
  display: block;
  background: #fffdf8;
  border: 1px solid #ece3d2;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.gift-item-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(35, 94, 122, .14);
}
.gift-item-card__image-wrapper {
  position: relative;
  aspect-ratio: 16/11;
  background-color: #e6ddc9;
  background-image: repeating-linear-gradient(45deg, transparent 0 12px, rgba(110, 82, 54, .05) 12px 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-item-card__placeholder {
  font-weight: 500;
  font-size: 11px;
  color: #a3957a;
}
.gift-item-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c20d1e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 30px;
}
.gift-item-card__body {
  padding: 22px 24px;
}
.gift-item-card__title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 6px;
}
.gift-item-card__price {
  font-size: 16px;
  font-weight: 700;
  color: #2b2620;
  margin-bottom: 12px;
}
.gift-item-card__price-note {
  font-size: 11px;
  font-weight: 400;
  color: #9a8c72;
}
.gift-item-card__target {
  font-size: 12.5px;
  color: #6a6150;
  margin: 0 0 12px;
  line-height: 1.7;
}
.gift-item-card__target-label {
  color: #c20d1e;
  font-weight: 600;
}
.gift-item-card__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.gift-item-card__tag {
  font-size: 11px;
  color: #5a6e76;
  background: #e7eff2;
  border-radius: 30px;
  padding: 4px 11px;
}
/* Footer Button */
.gift-btn-more {
  text-decoration: none;
  display: inline-block;
  background: #c20d1e;
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px 36px;
  border-radius: 30px;
  transition: background-color 0.2s ease;
}
.gift-btn-more:hover {
  background: #a50a18;
}
.gift-btn-more:visited {
  background: #fff;
}
@media (max-width: 960px) {
  .gift-recommend {
    padding: 66px 24px;
  }
  .gift-recommend__grid {
    grid-template-columns: repeat(2, 1fr); /* 3カラムから2カラムに変更 */
    gap: 18px;
  }
}
@media (max-width: 640px) {
  .gift-recommend {
    padding: 50px 16px; /* スマホ向けに余白をさらに調整 */
  }
  .gift-recommend__header {
    margin-bottom: 36px;
  }
  .gift-recommend__title {
    font-size: 24px; /* スマホで文字が大きすぎないように調整 */
  }
  .gift-recommend__grid {
    grid-template-columns: 1fr; /* 完全な1カラム（縦並び）に変更 */
    gap: 20px; /* カード同士の間隔 */
  }
  /* モバイルでのタップ時の挙動調整（ホバーによる浮き上がりを無効化） */
  .gift-item-card:hover {
    transform: none;
    box-shadow: none;
  }
  .gift-item-card__body {
    padding: 18px 20px; /* カード内の余白を少しスリムに */
  }
  .gift-item-card__title {
    font-size: 17px;
  }
  .gift-item-card__price {
    font-size: 15.5px;
    margin-bottom: 10px;
  }
  /* 下部のアクションボタンをスマホに最適化 */
  .gift-recommend__footer {
    margin-top: 30px;
  }
  .gift-btn-more {
    width: 100%; /* タップしやすいよう横いっぱいに */
    max-width: 340px; /* 広がりすぎないよう制限 */
    text-align: center;
    box-sizing: border-box;
  }
}
/* ==========================================================================
   Gift Recipient Section
   ========================================================================== */
.gift-recipient {
  background: #235e7a;
  padding: 84px 32px;
  color: #eef5f7;
}
.gift-recipient__container {
  max-width: 1180px;
  margin: 0 auto;
}
.gift-recipient__header {
  text-align: center;
  margin-bottom: 48px;
}
.gift-recipient__subtitle {
  font-size: 12px;
  letter-spacing: .22em;
  color: #f3d27a;
  margin-bottom: 14px;
}
.gift-recipient__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
  color: #fbfdfe;
}
.gift-recipient__line {
  width: 38px;
  height: 2px;
  background: #f3d27a;
  margin: 20px auto 0;
}
.gift-recipient__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* Target Cards */
.gift-target-card {
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(243, 210, 122, .32);
  border-radius: 6px;
  padding: 30px 24px;
  transition: background-color 0.18s ease, transform 0.18s ease;
}
.gift-target-card:hover {
  background: rgba(255, 255, 255, .13);
  transform: translateY(-3px);
}
.gift-target-card__title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px;
  color: #fbfdfe;
}
.gift-target-card__text {
  font-size: 12.5px;
  color: #cfe2e6;
  margin: 0 0 16px;
}
.gift-target-card__link {
  font-size: 12.5px;
  color: #f3d27a;
}
/* タブレット〜中画面スマホ向け（画面幅 960px 以下） */
@media (max-width: 960px) {
  .gift-recipient {
    padding: 66px 24px;
  }
  .gift-recipient__grid {
    grid-template-columns: repeat(2, 1fr); /* 4カラムから2カラムに変更（2×2の綺麗な格子状に） */
    gap: 16px; /* 間隔を少し詰める */
  }
  /* タブレットでのホバー挙動の微調整（タップ時の違和感防止） */
  .gift-target-card:hover {
    transform: none;
    background: rgba(255, 255, 255, .09); /* 軽いタップフィードバックのみ残す */
  }
}
@media (max-width: 560px) {
  .gift-recipient {
    padding: 50px 16px; /* スマホ向けに余白をさらに調整 */
  }
  .gift-recipient__header {
    margin-bottom: 36px;
  }
  .gift-recipient__title {
    font-size: 24px; /* スマホで文字が大きすぎないように調整 */
  }
  .gift-recipient__grid {
    grid-template-columns: 1fr; /* 完全な1カラム（縦並び）に変更 */
    gap: 14px;
  }
  .gift-target-card {
    padding: 24px 20px; /* カード内の余白を少しスリムに */
  }
  .gift-target-card__title {
    font-size: 17px;
  }
}
/* ==========================================================================
   Gift Budget Section
   ========================================================================== */
.gift-budget {
  background: #fdfaf3;
  padding: 88px 32px;
}
.gift-budget__container {
  max-width: 1180px;
  margin: 0 auto;
}
.gift-budget__header {
  text-align: center;
  margin-bottom: 46px;
}
.gift-budget__subtitle {
  font-size: 12px;
  letter-spacing: .22em;
  color: #235e7a;
  margin-bottom: 14px;
}
.gift-budget__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
.gift-budget__lead {
  font-size: 14px;
  color: #6a6150;
  margin: 16px 0 0;
}
.gift-budget__line {
  width: 38px;
  height: 2px;
  background: #235e7a;
  margin: 20px auto 0;
}
.gift-budget__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* Budget Cards */
.gift-budget-card {
  text-decoration: none;
  color: inherit;
  background: #fffdf8;
  border: 1px solid #ece3d2;
  border-radius: 6px;
  padding: 32px 26px;
  text-align: center;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}
.gift-budget-card:hover {
  border-color: #235e7a;
  background: #f4f8fa;
  transform: translateY(-3px);
}
.gift-budget-card__label {
  font-size: 11px;
  letter-spacing: .14em;
  color: #8aa0a8;
  margin-bottom: 12px;
}
.gift-budget-card__price {
  font-family: ten-mincho, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.gift-budget-card__text {
  font-size: 12.5px;
  color: #7a7160;
  margin: 0 0 14px;
}
.gift-budget-card__link {
  font-size: 12.5px;
  color: #235e7a;
}
/* タブレット〜中画面スマホ向け（画面幅 960px 以下） */
@media (max-width: 960px) {
  .gift-budget {
    padding: 66px 24px;
  }
  .gift-budget__grid {
    grid-template-columns: repeat(2, 1fr); /* 4カラムから2カラムに変更（2×2の格子状に） */
    gap: 16px; /* カード同士の間隔を少し詰める */
  }
}
@media (max-width: 560px) {
  .gift-budget {
    padding: 50px 16px; /* スマホ向けに余白をさらに調整 */
  }
  .gift-budget__header {
    margin-bottom: 32px;
  }
  .gift-budget__title {
    font-size: 24px; /* スマホで文字が大きすぎないように調整 */
  }
  .gift-budget__grid {
    grid-template-columns: 1fr; /* 完全な1カラム（縦並び）に変更 */
    gap: 12px; /* 縦並びの時は間隔を少しタイトにしてスクロールしやすく */
  }
  .gift-budget-card {
    padding: 24px 20px; /* カード内の余白を少しスリムに */
  }
  /* モバイルでのホバー（長押しやスクロール時の誤作動）対策 */
  .gift-budget-card:hover {
    border-color: #ece3d2; /* 元の枠線色に固定 */
    background: #fffdf8; /* 元の背景色に固定 */
    transform: none; /* 浮き上がりを無効化 */
  }
  .gift-budget-card__price {
    font-size: 21px; /* 価格の文字サイズをスマホ用に微調整 */
  }
}
/* ==========================================================================
   Gift Service Section (Noshi & Wrapping)
   ========================================================================== */
.gift-service {
  background: #f3ece0;
  padding: 80px 32px;
}
.gift-service__container {
  max-width: 1180px;
  margin: 0 auto;
  background: #fffdf8;
  border: 1px solid #ece3d2;
  border-radius: 10px;
  padding: 42px 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.gift-service__content {
  /* 左側テキストブロック */
}
.gift-service__subtitle {
  font-size: 12px;
  letter-spacing: .22em;
  color: #235e7a;
  margin-bottom: 14px;
}
.gift-service__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  margin: 0 0 16px;
}
.gift-service__text {
  font-size: 13.5px;
  color: #5a5142;
  margin: 0 0 18px;
  line-height: 1.9;
}
.gift-service__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
  color: #4a4337;
}
.gift-service__list li {
  display: flex;
  gap: 10px;
}
.gift-service__icon {
  color: #235e7a;
  font-weight: 700;
}
.gift-service__visual {
  aspect-ratio: 4/3;
  border-radius: 8px;
  border: 1px solid #e6ddca;
  background-color: #e6ddc9;
  background-image: repeating-linear-gradient(45deg, transparent 0 12px, rgba(110, 82, 54, .05) 12px 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-service__placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #a3957a;
}
/* ==========================================================================
   Gift Schedule Section
   ========================================================================== */
.gift-schedule {
  background: #fdfaf3;
  padding: 88px 32px;
}
.gift-schedule__container {
  max-width: 1000px;
  margin: 0 auto;
}
.gift-schedule__header {
  text-align: center;
  margin-bottom: 46px;
}
.gift-schedule__subtitle {
  font-size: 12px;
  letter-spacing: .22em;
  color: #c20d1e;
  margin-bottom: 14px;
}
.gift-schedule__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
.gift-schedule__line {
  width: 38px;
  height: 2px;
  background: #c20d1e;
  margin: 20px auto 0;
}
.gift-schedule__alert {
  background: #fff7ee;
  border: 1px solid #f0d9b8;
  border-radius: 10px;
  padding: 20px 26px;
  margin-bottom: 30px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gift-schedule__alert span {
  font-size: 13.5px;
  color: #9a5a10;
}
.gift-schedule__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gift-schedule__note {
  font-size: 12px;
  color: #9a8c72;
  margin: 20px 0 0;
  text-align: center;
}
/* Schedule Cards */
.gift-schedule-card {
  background: #fffdf8;
  border: 1px solid #ece3d2;
  border-radius: 8px;
  padding: 28px 26px;
  text-align: center;
}
.gift-schedule-card__label {
  font-family: ten-mincho, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  color: #235e7a;
  letter-spacing: .1em;
  margin-bottom: 8px;
}
.gift-schedule-card__date {
  font-family: ten-mincho, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #2b2620;
  margin-bottom: 6px;
}
.gift-schedule-card__text {
  font-size: 12px;
  color: #7a7160;
  margin: 0;
}
/* Highlight Modifier */
.gift-schedule-card--highlight {
  border: 2px solid #c20d1e;
  position: relative;
}
.gift-schedule-card--highlight .gift-schedule-card__label {
  color: #c20d1e;
}
.gift-schedule-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #c20d1e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 30px;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .gift-service {
    padding: 66px 24px; /* 外側の余白を少し縮小 */
  }
  .gift-service__container {
    padding: 36px 32px; /* 白いボックスの内側余白を調整 */
    gap: 32px; /* テキストと画像の隙間を少し詰める */
  }
  .gift-service__title {
    font-size: 22px; /* 画面幅に合わせて見出しを微調整 */
  }
}
/* スマートフォン向け（画面幅 680px 以下） */
@media (max-width: 680px) {
  .gift-service {
    padding: 50px 16px; /* スマホ向けに外側の余白を最適化 */
  }
  .gift-service__container {
    grid-template-columns: 1fr; /* 2カラムから1カラム（縦並び）に変更 */
    padding: 28px 20px; /* 白いボックスの内枠をスマホ幅に絞る */
    gap: 24px; /* 縦並びになった時のテキストと画像の間隔 */
  }
  .gift-service__title {
    font-size: 20px; /* スマホ向けに見出しサイズを調整 */
    margin-bottom: 12px;
  }
  .gift-service__text {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .gift-service__list {
    font-size: 12.5px;
    gap: 10px;
    /* 左揃えのまま綺麗に読めるよう、下の画像との間にだけ適切な余白を確保 */
    margin-bottom: 4px;
  }
  .gift-service__visual {
    /* 1カラム化で画像が横いっぱいに巨大化するのを防ぐため、4/3比率を維持して最大幅を制限 */
    max-width: 440px;
    width: 100%;
    margin: 0 auto; /* 画像ブロック自体は中央に配置して全体のバランスを取る */
  }
  /* グリッドを完全な1カラム（縦並び）に変更 */
  .gift-schedule__grid {
    grid-template-columns: 1fr;
    gap: 24px; /* 締切バッジが上のカードに被らないよう、少し余裕を持たせる */
  }
  /* スケジュールカードのスマホ調整 */
  .gift-schedule-card {
    padding: 24px 20px; /* 内側の余白を引き締める */
  }
  .gift-schedule-card__date {
    font-size: 23px; /* 日付の文字サイズをスマホ用に微調整 */
  }
  .gift-schedule__note {
    font-size: 11.5px;
    text-align: left; /* 注記が長くなった際、スマホでは左寄せの方が見やすいため */
    line-height: 1.6;
    margin-top: 16px;
  }
}
/* ==========================================================================
   Gift Order Section (How to Order)
   ========================================================================== */
.gift-order {
  background: #f3ece0;
  padding: 88px 32px;
}
.gift-order__container {
  max-width: 1180px;
  margin: 0 auto;
}
.gift-order__header {
  text-align: center;
  margin-bottom: 46px;
}
.gift-order__subtitle {
  font-size: 12px;
  letter-spacing: .22em;
  color: #235e7a;
  margin-bottom: 14px;
}
.gift-order__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
.gift-order__line {
  width: 38px;
  height: 2px;
  background: #235e7a;
  margin: 20px auto 0;
}
.gift-order__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
/* Step Cards */
.gift-step-card {
  background: #fffdf8;
  border: 1px solid #ece3d2;
  border-radius: 6px;
  padding: 26px 20px;
  text-align: center;
}
.gift-step-card__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #235e7a;
  color: #fff;
  font-family: ten-mincho, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.gift-step-card__title {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 6px;
}
.gift-step-card__text {
  font-size: 11.5px;
  color: #7a7160;
  margin: 0;
  line-height: 1.65;
}
/* Example Box */
.gift-order__example-box {
  background: #fffdf8;
  border: 1px dashed #b9c8cd;
  border-radius: 8px;
  padding: 26px 30px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.gift-order__example-info {
  /* 左カラム用ラッパー */
}
.gift-order__example-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.gift-order__example-text {
  font-size: 12.5px;
  color: #6a6150;
  margin: 0;
  line-height: 1.85;
}
.gift-order__example-code {
  background: #1d4f68;
  border-radius: 6px;
  padding: 20px 22px;
  font-size: 12.5px;
  color: #dcebee;
  line-height: 2;
}
/* ==========================================================================
   Gift Footer CTA Section
   ========================================================================== */
.gift-footer-cta {
  background: #235e7a;
  padding: 64px 32px;
}
.gift-footer-cta__container {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(243, 210, 122, .3);
  border-radius: 12px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.gift-footer-cta__content {
  color: #eef5f7;
  flex: 1;
  min-width: 260px;
}
.gift-footer-cta__subtitle {
  font-size: 12px;
  letter-spacing: .2em;
  color: #f3d27a;
  margin-bottom: 10px;
}
.gift-footer-cta__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 8px;
  color: #fbfdfe;
}
.gift-footer-cta__text {
  font-size: 13.5px;
  color: #cfe2e6;
  margin: 0;
}
.gift-footer-cta__btn {
  flex: none;
  text-decoration: none;
  background: #f3d27a;
  color: #2b2410;
  font-weight: 700;
  font-size: 14.5px;
  padding: 15px 32px;
  border-radius: 3px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.gift-footer-cta__btn:hover {
  background: #eec85f;
}
@media (max-width: 960px) {
  .gift-order {
    padding: 66px 24px;
  }
  .gift-order__grid {
    grid-template-columns: repeat(2, 1fr); /* ステップを4カラムから2列×2行に変更 */
    gap: 16px;
  }
  .gift-order__example-box {
    grid-template-columns: 1fr; /* 記入例ボックスを2カラムから1カラム（縦並び）に変更 */
    gap: 20px;
    padding: 24px 24px;
  }
}
@media (max-width: 560px) {
  .gift-order {
    padding: 50px 16px; /* スマホ向けに余白をさらに調整 */
  }
  .gift-order__header {
    margin-bottom: 32px;
  }
  .gift-order__title {
    font-size: 24px; /* スマホで文字が大きすぎないように調整 */
  }
  .gift-order__grid {
    grid-template-columns: 1fr; /* ステップを完全な1カラム（縦並び）に変更 */
    gap: 12px; /* 縦並びの時は間隔を少しタイトにしてスクロールしやすく */
  }
  .gift-step-card {
    padding: 22px 16px; /* カード内の余白を少しスリムに */
    display: flex;
    flex-direction: column;
    align-items: center; /* 念のため中身を中央寄せに固定 */
  }
  /* 記入例ボックス（点線枠）のスマホ調整 */
  .gift-order__example-box {
    padding: 22px 18px; /* 内側余白を画面幅に合わせて引き締め */
    margin-top: 24px;
  }
  .gift-order__example-title {
    font-size: 15px;
    text-align: center; /* スマホ時は見出しを中央に寄せて見栄えを良く */
  }
  .gift-order__example-text {
    font-size: 12px;
    line-height: 1.75;
  }
  .gift-order__example-code {
    padding: 16px 16px;
    font-size: 11.5px;
    line-height: 1.8;
    overflow-x: auto;
  }
}
@media (max-width: 840px) {
  .gift-footer-cta__container {
    
    flex-direction: column;
    text-align: center;
    
    padding: 36px 32px;
    gap: 24px;
  }
}
/* スマートフォン向け（画面幅 480px 以下） */
@media (max-width: 480px) {
  .gift-footer-cta__container {
    padding: 28px 20px;
    gap: 20px;
  }
  .gift-footer-cta__container a, .gift-footer-cta__container button {
    width: 100%;
    max-width: 320px;
    text-align: center;
    box-sizing: border-box;
  }
}
/* ==========================================================================
   Gift FAQ Section (Q&A)
   ========================================================================== */
.gift-faq {
  background: #f7f7f7;
  padding: 0px 32px;
}
.gift-faq__container {
  max-width: 880px;
  margin: 0 auto;
}
.gift-faq__header {
  text-align: center;
  margin-bottom: 46px;
}
.gift-faq__subtitle {
  font-size: 12px;
  letter-spacing: .22em;
  color: #235e7a;
  margin-bottom: 14px;
}
.gift-faq__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
.gift-faq__line {
  width: 38px;
  height: 2px;
  background: #235e7a;
  margin: 20px auto 0;
}
.gift-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* FAQ Item Row */
.gift-faq-item {
  background: #fffdf8;
  border: 1px solid #ece3d2;
  border-radius: 5px;
  overflow: hidden;
}
.gift-faq-item__btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
.gift-faq-item__q-box {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gift-faq-item__q-prefix {
  font-family: ten-mincho, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #235e7a;
  font-size: 17px;
  font-weight: 700;
}
.gift-faq-item__question {
  font-size: 15px;
  font-weight: 500;
  color: #2b2620;
}
.gift-faq-item__toggle-sign {
  font-size: 18px;
  color: #235e7a;
  flex: none;
}
.gift-faq-item__answer {
  padding: 0 24px 22px 52px;
  font-size: 13.5px;
  color: #6a6150;
  line-height: 1.85;
}
@media (max-width: 880px) {
  .gift-faq {
    padding: 66px 24px; /* 上下の外側余白を少しスマートに */
  }
}
@media (max-width: 560px) {
  .gift-faq {
    padding: 50px 16px; /* スマホ向けに外側の余白をさらに最適化 */
  }
  .gift-faq__header {
    margin-bottom: 32px;
  }
  .gift-faq__title {
    font-size: 24px; /* スマホで文字が大きすぎないように調整 */
  }
  /* FAQアイテム全体のスマホ調整 */
  .gift-faq-item__btn {
    padding: 16px 16px; /* ボタン内の余白を少しスリムに */
    gap: 12px;
  }
  .gift-faq-item__q-box {
    gap: 10px; /* Qの文字と質問テキストの間隔を少し詰める */
  }
  .gift-faq-item__question {
    font-size: 14px; /* 質問の文字サイズを微調整 */
    line-height: 1.5;
  }
  /* ★最重要ポイント：回答エリアの余白調整 */
  .gift-faq-item__answer {
    /* 左側の余白を 52px から 40px に縮小 */
    /* スマホ画面で文字が縦長に潰れてガタガタ改行されるのを防ぎます */
    padding: 0 16px 18px 40px;
    font-size: 13px; /* テキストを少しシャープにして一覧性を向上 */
    line-height: 1.75;
  }
}