/* ===== JTRIPフォント（英字アクセント用） ===== */
@font-face {
  font-family: "JTRIP-Light";
  src: url("http://www.jtrip.co.jp/J-TRIP-Light.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "JTRIP-Medium";
  src: url("http://www.jtrip.co.jp/J-TRIP-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

/* ===== ページ全体 ===== */
html { scroll-behavior: smooth; }
#search { scroll-margin-top: 60px; }
#coupon { scroll-margin-top: 60px; }

main *,
main *::before,
main *::after { box-sizing: border-box; }
main img { display: block; max-width: 100%; height: auto; }
main a { text-decoration: none; }

.postid-23907  {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 1.6;
}

.jFont {
  font-family: "JTRIP-Medium", "JTRIP-Light", "游ゴシック体", "Yu Gothic", YuGothic, Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: .02em;
}

/* ===== 共通ボタン ===== */
.jtp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .02em;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
  white-space: normal;
  word-break: keep-all;
}
.jtp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(.98);
}
.jtp-btn--lg { width: 100%; }
.jtp-btn--yellow {
  background: linear-gradient(135deg, #ffd44d, #ffb400);
  color: #2D001A;
  box-shadow: 0 8px 18px rgba(255, 180, 0, .26);
}
.jtp-btn--ghost {
  background: #fff;
  color: #B3246C;
  border: 2px solid #EF77B4;
}

/* ============================================================
   告知バー
   ============================================================ */
.jtp-notice-bar {
  background: linear-gradient(90deg, #7f0d49, #e62e8b, #ff8ec1);
  color: #fff;
  text-align: center;
  padding: 10px 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.jtp-notice-bar__line { display: block; }

/* ============================================================
   HEROエリア
   ============================================================ */
.jtp-hero {
  background: linear-gradient(180deg, #fff8fb 0%, #ffffff 100%);
  padding: 12px 0 8px;
  overflow: hidden;
}
.jtp-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: end;
  padding: 0 16px;
}

/* HERO画像（SP：先行、PC：右配置） */
.jtp-hero__visual { order: 1; }
.jtp-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 60% center;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}

/* HERO 情報カード */
.jtp-hero__copy {
  order: 2;
  position: relative;
  margin: -12px 12px 0;
  background: #fff;
  border-radius: 20px;
  padding: 22px 18px 22px;
  box-shadow: 0 14px 32px rgba(25, 0, 12, .10);
  text-align: center;
}

.jtp-hero__tag {
  display: inline-block;
  background: #FCEAF3;
  color: #B3246C;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
  border: 1px solid #EF77B4;
  letter-spacing: .08em;
}

.jtp-hero__title {
  margin: 0 0 12px;
  color: #2D001A;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.01em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.jtp-hero__title-top {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  color: #2D001A;
  margin-bottom: 10px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.jtp-hero__title-accent-wrap {
  display: inline-block;
  max-width: 100%;
  margin: 4px auto 0;
  padding: 6px 16px 8px;
  background: linear-gradient(180deg, rgba(255, 214, 35, .98), rgba(244, 191, 0, .98));
  box-shadow: 0 8px 16px rgba(196, 147, 0, .25);
  border-radius: 8px;
}
.jtp-hero__title-accent {
  display: inline-block;
  color: #B3246C;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.01em;
  white-space: nowrap;
  word-break: keep-all;
}
.jtp-hero__title-accent .jFont {
  font-size: .96em;
  font-weight: 700;
  margin-left: .08em;
}

.jtp-hero__subcopy {
  margin: 14px auto;
  max-width: 36em;
  color: #444;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 500;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* ハイライト：1グループ最大10,000円OFF */
.jtp-hero__highlight {
  background: linear-gradient(135deg, #fff6fb, #ffffff);
  border: 2px solid #EF77B4;
  border-radius: 16px;
  padding: 14px 16px;
  margin: 14px 0;
  text-align: center;
}
.jtp-hero__highlight-main {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #7B0040;
  line-height: 1.5;
  margin-bottom: 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.jtp-hero__highlight-main span {
  display: inline-block;
  font-family: "JTRIP-Medium", "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 24px;
  color: #E62E8B;
  margin-left: 8px;
  letter-spacing: .02em;
  vertical-align: middle;
  white-space: nowrap;
}
.jtp-hero__highlight-sub {
  font-size: 13px;
  line-height: 1.8;
  color: #555;
  margin: 0;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: left;
}

/* 7方面チップ */
.jtp-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 14px 0;
}
.jtp-hero__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--area-theme);
  border: 1.5px solid currentColor;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .04);
  letter-spacing: .02em;
}

.jtp-hero__cta-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 6px;
}

/* ============================================================
   セクション共通
   ============================================================ */
.jtp-sec {
  padding: 48px 16px;
}
.jtp-sec--white { background: #fff; }
.jtp-sec--bg { background: #FCEAF3; }
.jtp-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.jtp-sec-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  color: #2D001A;
  text-align: center;
  margin: 0 0 10px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.jtp-sec-sub {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* 要点チップ */
.jtp-summary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 8px 0 28px;
}
.jtp-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid #EF77B4;
  color: #B3246C;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

/* ============================================================
   方面別カードグリッド
   ============================================================ */
.jtp-area-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.jtp-area-card {
  background: #fff;
  border: 1px solid #ECE7EA;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
}
.jtp-area-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
}
.jtp-area-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.jtp-area-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.jtp-area-card__body {
  padding: 18px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.jtp-area-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.jtp-area-card__name {
  font-size: 22px;
  font-weight: 700;
  color: var(--area-theme-dark, #2D001A);
  letter-spacing: -.01em;
}
.jtp-area-card__disc {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff7fb;
  color: var(--area-theme);
  border: 1.5px solid var(--area-theme);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}
.jtp-area-card__lead {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f6f6f6;
  color: var(--area-theme-dark, var(--area-theme));
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  align-self: flex-start;
}
.jtp-area-card__txt {
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  margin: 0 0 16px;
  flex: 1;
}
.jtp-btn--area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--area-theme);
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
}
.jtp-area-card[style*="abcd03"] .jtp-btn--area,
.jtp-area-card[style*="d3c800"] .jtp-btn--area {
  background: linear-gradient(135deg, var(--area-theme), var(--area-theme-dark));
  color: #fff;
}

/* ============================================================
   クーポンアラート
   ============================================================ */
.jtp-coupon-alert {
  background: #fff;
  border: 2px solid #EF77B4;
  border-radius: 16px;
  padding: 18px 18px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(230, 46, 139, .08);
}
.jtp-coupon-alert__ttl {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  color: #B3246C;
  margin-bottom: 8px;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.jtp-coupon-alert__txt {
  font-size: 14px;
  line-height: 1.85;
  color: #444;
  margin: 0;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* ============================================================
   クーポン段階表
   ============================================================ */
.jtp-coupon-table-wrap {
  margin-bottom: 24px;
}
.jtp-coupon-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.jtp-coupon-table thead { display: none; }
.jtp-coupon-table tbody { display: block; }
.jtp-coupon-table tr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 14px 16px;
  border-bottom: 1px solid #F4D8E5;
}
.jtp-coupon-table tr:last-child { border-bottom: none; }
.jtp-coupon-table tr.jtp-coupon-table__row--max {
  background: linear-gradient(135deg, #FCEAF3, #fff);
}
.jtp-coupon-table th,
.jtp-coupon-table td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  text-align: left;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #444;
}
.jtp-coupon-table th::before,
.jtp-coupon-table td::before {
  content: attr(data-label);
  font-size: 12px;
  color: #888;
  font-weight: 700;
}
.jtp-coupon-table__disc {
  color: #E62E8B;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .02em;
}
.jtp-coupon-table__disc--max {
  font-size: 20px;
}
.jtp-coupon-table__code {
  display: inline-block;
  background: #2D001A;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}
.jtp-coupon-table__code--max {
  background: linear-gradient(135deg, #E62E8B, #B3246C);
}
.jtp-coupon-table__note {
  font-size: 12px;
  line-height: 1.7;
  color: #777;
  margin: 10px 0 0;
}

/* ============================================================
   クーポンコードボックス
   ============================================================ */
.jtp-code-box {
  margin-top: 8px;
  background: linear-gradient(135deg, #32001c, #7b0040);
  border-radius: 22px;
  padding: 26px 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 12px 28px rgba(50, 0, 28, .22);
}
.jtp-code-box__label {
  display: inline-block;
  background: rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 5px 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 14px;
}
.jtp-code-box__code {
  display: inline-block;
  background: #fff;
  color: #E62E8B;
  border-radius: 12px;
  padding: 10px 24px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 14px;
}
.jtp-code-box__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, .96);
}
.jtp-code-box__note {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.75;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .85);
}
.jtp-code-box .jtp-btn {
  max-width: 480px;
}

/* ============================================================
   最終CTA
   ============================================================ */
.jtp-final-cta {
  background: linear-gradient(135deg, #E62E8B, #B3246C);
  padding: 48px 16px;
  text-align: center;
  color: #fff;
}
.jtp-final-cta__inner {
  max-width: 720px;
  margin: 0 auto;
}
.jtp-final-cta__ttl {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.jtp-final-cta__sub {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.85;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .95);
}
.jtp-final-cta__btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.jtp-final-cta .jtp-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
}

/* SP用改行制御 */
.jtp-br-pc { display: none; }
.jtp-br-sp { display: inline; }

/* ============================================================
   タブレット (768px〜1000px)
   ============================================================ */
@media (min-width: 768px) and (max-width: 1000px) {
  .jtp-notice-bar { font-size: 14px; }
  .jtp-hero { padding: 24px 0 12px; }
  .jtp-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
  }
  .jtp-hero__copy {
    order: 1;
    margin: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
  }
  .jtp-hero__visual { order: 2; }
  .jtp-hero__image {
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }
  .jtp-hero__title-top { font-size: 30px; }
  .jtp-hero__title-accent { font-size: 36px; }
  .jtp-hero__highlight-main { font-size: 16px; }
  .jtp-hero__highlight-main span { font-size: 30px; }
  .jtp-hero__subcopy { font-size: 15px; max-width: none; margin: 14px 0; }
  .jtp-hero__chips { justify-content: flex-start; }
  .jtp-hero__cta-row { grid-template-columns: repeat(2, 1fr); }
  .jtp-sec-title { font-size: 28px; }
  .jtp-area-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .jtp-coupon-table tr {
    grid-template-columns: 1.4fr 1fr 1fr;
    align-items: center;
  }
  .jtp-coupon-table th,
  .jtp-coupon-table td {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .jtp-final-cta__ttl { font-size: 28px; }
  .jtp-final-cta__btns { grid-template-columns: repeat(2, 1fr); }
  .jtp-br-pc { display: inline; }
  .jtp-br-sp { display: none; }
}

/* ============================================================
   PC (1001px〜)
   ============================================================ */
@media (min-width: 1001px) {
  { font-size: 15px; }
  .jtp-notice-bar { font-size: 14px; }
  .jtp-hero { padding: 40px 0 32px; }
  .jtp-hero__inner {
    grid-template-columns: 1.15fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 0 32px;
    max-width: 1180px;
  }
  .jtp-hero__copy {
    order: 1;
    margin: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    min-width: 0;
  }
  .jtp-hero__visual { order: 2; min-width: 0; }
  .jtp-hero__image {
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .14);
    object-position: center center;
  }
  .jtp-hero__tag {
    font-size: 13px;
    padding: 7px 16px;
  }
  .jtp-hero__title-top {
    font-size: 34px;
    margin-bottom: 14px;
    line-height: 1.35;
    white-space: nowrap;
  }
  .jtp-hero__title-accent {
    font-size: 38px;
    white-space: nowrap;
  }
  .jtp-hero__title-accent-wrap {
    padding: 10px 24px 12px;
  }
  .jtp-hero__subcopy {
    font-size: 15.5px;
    line-height: 1.9;
    margin: 20px 0;
    max-width: 38em;
    text-align: left;
    text-wrap: balance;
  }
  .jtp-hero__highlight {
    padding: 20px 22px;
    text-align: left;
  }
  .jtp-hero__highlight-main {
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .jtp-hero__highlight-main span {
    font-size: 30px;
    white-space: nowrap;
  }
  .jtp-hero__highlight-sub { font-size: 13.5px; }
  .jtp-hero__chips {
    justify-content: flex-start;
    margin: 18px 0;
  }
  .jtp-hero__chip {
    font-size: 13px;
    padding: 7px 14px;
  }
  .jtp-hero__cta-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .jtp-sec { padding: 64px 24px; }
  .jtp-sec-title {
    font-size: 32px;
    line-height: 1.4;
  }
  .jtp-sec-sub { font-size: 15px; }
  .jtp-area-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .jtp-area-card__media { aspect-ratio: 16 / 10; }
  .jtp-area-card__name { font-size: 24px; }
  .jtp-area-card__txt { font-size: 14.5px; }
  .jtp-coupon-alert {
    padding: 22px 26px;
  }
  .jtp-coupon-alert__ttl { font-size: 19px; }
  .jtp-coupon-alert__txt { font-size: 14.5px; }
  .jtp-coupon-table tr {
    grid-template-columns: 1.6fr 1fr 1fr;
    padding: 16px 24px;
    align-items: center;
  }
  .jtp-coupon-table th,
  .jtp-coupon-table td {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .jtp-coupon-table th::before,
  .jtp-coupon-table td::before {
    font-size: 11px;
  }
  .jtp-coupon-table__disc { font-size: 22px; }
  .jtp-coupon-table__disc--max { font-size: 24px; }
  .jtp-coupon-table__code { font-size: 16px; }
  .jtp-code-box {
    padding: 32px 28px;
  }
  .jtp-code-box__code { font-size: 28px; }
  .jtp-final-cta { padding: 64px 24px; }
  .jtp-final-cta__ttl { font-size: 32px; }
  .jtp-final-cta__sub { font-size: 14px; }
  .jtp-final-cta__btns { grid-template-columns: repeat(2, 1fr); }
  .jtp-br-pc { display: inline; }
  .jtp-br-sp { display: none; }
}

/* ============================================================
   小型SP (〜360px) 微調整
   ============================================================ */
@media (max-width: 360px) {
  .jtp-hero__copy { padding: 18px 14px 16px; margin: -24px 6px 0; }
  .jtp-hero__title-top { font-size: 20px; }
  .jtp-hero__title-accent { font-size: 22px; }
  .jtp-hero__highlight-main { font-size: 13px; }
  .jtp-hero__highlight-main span { font-size: 22px; }
  .jtp-coupon-table__disc { font-size: 16px; }
  .jtp-coupon-table__disc--max { font-size: 18px; }
}
main p.hd {box-sizing: content-box;}