.ta-campaign-mainvisual {
  --sakura-petal: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2080%2080%27%3E%3Cdefs%3E%3ClinearGradient%20id=%27petalFill%27%20x1=%270%27%20y1=%270%27%20x2=%271%27%20y2=%271%27%3E%3Cstop%20offset=%270%25%27%20stop-color=%27%23ffe7ee%27/%3E%3Cstop%20offset=%2755%25%27%20stop-color=%27%23f9c9d4%27/%3E%3Cstop%20offset=%27100%25%27%20stop-color=%27%23f1a7bc%27/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg%20transform=%27translate%2816%2014%29%20rotate%28-16%2024%2024%29%27%3E%3Cpath%20d=%27M20%200H40V28A20%2020%200%200%201%2020%2048H0V20A20%2020%200%200%201%2020%200Z%27%20fill=%27url%28%23petalFill%29%27/%3E%3Cpath%20d=%27M6%2020A14%2014%200%200%201%2020%206H31%27%20fill=%27none%27%20stroke=%27%23fff8fb%27%20stroke-linecap=%27round%27%20stroke-width=%273%27%20stroke-opacity=%27.74%27/%3E%3Cpath%20d=%27M39%2016V28A18%2018%200%200%201%2021%2046H11%27%20fill=%27none%27%20stroke=%27%23e46e8c%27%20stroke-linecap=%27round%27%20stroke-width=%274%27%20stroke-opacity=%27.22%27/%3E%3C/g%3E%3C/svg%3E");
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ta-campaign-mainvisual img {
  display: block;
  width: 100%;
  height: auto;
}

.ta-campaign-mainvisual::before,
.ta-campaign-mainvisual::after {
  content: none;
}

.ta-campaign-mainvisual-sakura {
  position: absolute;
  left: var(--left);
  top: var(--top);
  width: var(--size);
  aspect-ratio: 4 / 5;
  background-image: var(--sakura-petal);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: var(--opacity, 0.9);
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 10px 16px rgba(191, 100, 138, 0.22));
  transform-origin: center;
  will-change: transform;
  animation-duration: var(--duration);
  animation-delay: var(--delay);
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.ta-campaign-mainvisual-sakura.drift-a {
  animation-name: sakura-drift-a;
}

.ta-campaign-mainvisual-sakura.drift-b {
  animation-name: sakura-drift-b;
}

.ta-campaign-mainvisual-sakura.drift-c {
  animation-name: sakura-drift-c;
}

.ta-campaign-mainvisual-sakura.drift-d {
  animation-name: sakura-drift-d;
}

.sakura-01 {
  --left: -18%;
  --top: -14%;
  --size: 78px;
  --duration: 20s;
  --delay: -5s;
  --rotate-start: -38deg;
  --rotate-mid: 54deg;
  --rotate-end: 220deg;
  --opacity: 0.94;
}

.sakura-02 {
  --left: -6%;
  --top: 6%;
  --size: 54px;
  --duration: 17s;
  --delay: -12s;
  --rotate-start: 26deg;
  --rotate-mid: -84deg;
  --rotate-end: 140deg;
  --opacity: 0.82;
}

.sakura-03 {
  --left: 4%;
  --top: -10%;
  --size: 68px;
  --duration: 22s;
  --delay: -15s;
  --rotate-start: -12deg;
  --rotate-mid: 120deg;
  --rotate-end: 286deg;
  --opacity: 0.9;
}

.sakura-04 {
  --left: 12%;
  --top: 18%;
  --size: 48px;
  --duration: 18s;
  --delay: -7s;
  --rotate-start: 58deg;
  --rotate-mid: -36deg;
  --rotate-end: 174deg;
  --opacity: 0.8;
}

.sakura-05 {
  --left: 20%;
  --top: 0%;
  --size: 60px;
  --duration: 21s;
  --delay: -10s;
  --rotate-start: -46deg;
  --rotate-mid: 70deg;
  --rotate-end: 248deg;
  --opacity: 0.9;
}

.sakura-06 {
  --left: 28%;
  --top: 28%;
  --size: 42px;
  --duration: 16s;
  --delay: -4s;
  --rotate-start: 18deg;
  --rotate-mid: -112deg;
  --rotate-end: 102deg;
  --opacity: 0.76;
}

.sakura-07 {
  --left: 36%;
  --top: -6%;
  --size: 58px;
  --duration: 19s;
  --delay: -13s;
  --rotate-start: 34deg;
  --rotate-mid: 146deg;
  --rotate-end: 318deg;
  --opacity: 0.88;
}

.sakura-08 {
  --left: 44%;
  --top: 16%;
  --size: 46px;
  --duration: 18s;
  --delay: -9s;
  --rotate-start: -72deg;
  --rotate-mid: 20deg;
  --rotate-end: 196deg;
  --opacity: 0.8;
}

.sakura-09 {
  --left: 52%;
  --top: 4%;
  --size: 62px;
  --duration: 20s;
  --delay: -16s;
  --rotate-start: -24deg;
  --rotate-mid: 92deg;
  --rotate-end: 252deg;
  --opacity: 0.92;
}

.sakura-10 {
  --left: 60%;
  --top: 30%;
  --size: 40px;
  --duration: 17s;
  --delay: -3s;
  --rotate-start: 48deg;
  --rotate-mid: -138deg;
  --rotate-end: 128deg;
  --opacity: 0.74;
}

.sakura-11 {
  --left: 68%;
  --top: -4%;
  --size: 56px;
  --duration: 22s;
  --delay: -8s;
  --rotate-start: 12deg;
  --rotate-mid: 184deg;
  --rotate-end: 336deg;
  --opacity: 0.88;
}

.sakura-12 {
  --left: 76%;
  --top: 18%;
  --size: 44px;
  --duration: 16s;
  --delay: -14s;
  --rotate-start: -64deg;
  --rotate-mid: 44deg;
  --rotate-end: 210deg;
  --opacity: 0.79;
}

.sakura-13 {
  --left: 84%;
  --top: 0%;
  --size: 64px;
  --duration: 21s;
  --delay: -6s;
  --rotate-start: 30deg;
  --rotate-mid: 108deg;
  --rotate-end: 276deg;
  --opacity: 0.93;
}

.sakura-14 {
  --left: 92%;
  --top: 26%;
  --size: 46px;
  --duration: 18s;
  --delay: -11s;
  --rotate-start: -18deg;
  --rotate-mid: -98deg;
  --rotate-end: 148deg;
  --opacity: 0.8;
}

.sakura-15 {
  --left: 102%;
  --top: -8%;
  --size: 38px;
  --duration: 15s;
  --delay: -2s;
  --rotate-start: 82deg;
  --rotate-mid: 12deg;
  --rotate-end: 188deg;
  --opacity: 0.72;
}

.sakura-16 {
  --left: 0%;
  --top: 44%;
  --size: 52px;
  --duration: 20s;
  --delay: -17s;
  --rotate-start: -56deg;
  --rotate-mid: 66deg;
  --rotate-end: 236deg;
  --opacity: 0.84;
}

.sakura-17 {
  --left: 18%;
  --top: 52%;
  --size: 36px;
  --duration: 16s;
  --delay: -6s;
  --rotate-start: 40deg;
  --rotate-mid: -124deg;
  --rotate-end: 116deg;
  --opacity: 0.7;
}

.sakura-18 {
  --left: 34%;
  --top: 60%;
  --size: 48px;
  --duration: 19s;
  --delay: -10s;
  --rotate-start: -28deg;
  --rotate-mid: 132deg;
  --rotate-end: 294deg;
  --opacity: 0.82;
}

.sakura-19 {
  --left: 50%;
  --top: 58%;
  --size: 34px;
  --duration: 17s;
  --delay: -1s;
  --rotate-start: 18deg;
  --rotate-mid: 86deg;
  --rotate-end: 224deg;
  --opacity: 0.68;
}

.sakura-20 {
  --left: 66%;
  --top: 66%;
  --size: 42px;
  --duration: 18s;
  --delay: -12s;
  --rotate-start: -78deg;
  --rotate-mid: 28deg;
  --rotate-end: 202deg;
  --opacity: 0.78;
}

.sakura-21 {
  --left: 82%;
  --top: 62%;
  --size: 30px;
  --duration: 15s;
  --delay: -8s;
  --rotate-start: 52deg;
  --rotate-mid: -152deg;
  --rotate-end: 96deg;
  --opacity: 0.66;
}

.sakura-22 {
  --left: 8%;
  --top: 76%;
  --size: 40px;
  --duration: 19s;
  --delay: -14s;
  --rotate-start: -8deg;
  --rotate-mid: 118deg;
  --rotate-end: 280deg;
  --opacity: 0.76;
}

.sakura-23 {
  --left: 40%;
  --top: 82%;
  --size: 28px;
  --duration: 16s;
  --delay: -5s;
  --rotate-start: 70deg;
  --rotate-mid: 14deg;
  --rotate-end: 170deg;
  --opacity: 0.64;
}

.sakura-24 {
  --left: 72%;
  --top: 78%;
  --size: 32px;
  --duration: 17s;
  --delay: -11s;
  --rotate-start: -44deg;
  --rotate-mid: 74deg;
  --rotate-end: 244deg;
  --opacity: 0.72;
}

@keyframes sakura-drift-a {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--rotate-start));
  }
  35% {
    transform: translate3d(10vw, 10vh, 0) rotate(var(--rotate-mid));
  }
  68% {
    transform: translate3d(-6vw, 24vh, 0) rotate(var(--rotate-end));
  }
  100% {
    transform: translate3d(7vw, 44vh, 0) rotate(calc(var(--rotate-end) + 110deg));
  }
}

@keyframes sakura-drift-b {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--rotate-start));
  }
  32% {
    transform: translate3d(-11vw, 12vh, 0) rotate(var(--rotate-mid));
  }
  70% {
    transform: translate3d(8vw, 28vh, 0) rotate(var(--rotate-end));
  }
  100% {
    transform: translate3d(-9vw, 48vh, 0) rotate(calc(var(--rotate-end) + 130deg));
  }
}

@keyframes sakura-drift-c {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--rotate-start));
  }
  38% {
    transform: translate3d(14vw, 14vh, 0) rotate(var(--rotate-mid));
  }
  74% {
    transform: translate3d(-10vw, 30vh, 0) rotate(var(--rotate-end));
  }
  100% {
    transform: translate3d(12vw, 54vh, 0) rotate(calc(var(--rotate-end) + 150deg));
  }
}

@keyframes sakura-drift-d {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--rotate-start));
  }
  34% {
    transform: translate3d(-8vw, 16vh, 0) rotate(var(--rotate-mid));
  }
  72% {
    transform: translate3d(12vw, 34vh, 0) rotate(var(--rotate-end));
  }
  100% {
    transform: translate3d(-11vw, 56vh, 0) rotate(calc(var(--rotate-end) + 140deg));
  }
}

@media (max-width: 767px) {
  .ta-campaign-mainvisual-sakura {
    width: calc(var(--size) * 0.72);
    filter: drop-shadow(0 6px 10px rgba(191, 100, 138, 0.18));
  }

  .sakura-02,
  .sakura-04,
  .sakura-06,
  .sakura-08,
  .sakura-10,
  .sakura-12,
  .sakura-14,
  .sakura-16,
  .sakura-18,
  .sakura-20,
  .sakura-22,
  .sakura-24 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ta-campaign-mainvisual-sakura {
    animation: none;
    transform: rotate(var(--rotate-start));
  }
}

/* =========================================================
   ta-camp25  : 2026/05 メキシコペソスワップ20%増額キャンペーン
   緑テーマ リニューアルレイアウト
   設計原則：緑はアクセントのみ、余白はルール化、本文は左揃え1.9
   既存テーマ（.ta-campaign-* ）には影響しません
   ========================================================= */
.ta-camp25 {
  --tc-red: #0a8f3c;
  --tc-red-deep: #0a8f3c;
  --tc-red-light: #E6F4EC;
  --tc-gold: #C8A24A;
  --tc-ink: #1A1A1A;
  --tc-ink-sub: #5C5C5C;
  --tc-surface: #FFFFFF;
  --tc-surface-alt: #FAF7F5;
  --tc-border: #EAD9DB;
  --tc-shadow: 0 8px 24px rgba(10, 143, 60, .06);
  --tc-shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);
  --tc-radius: 16px;
  --tc-radius-sm: 10px;

  /* 余白ルール */
  --tc-gap-section: 96px;   /* SP */
  --tc-pad-section: 36px 22px;
  --tc-pad-card: 32px 24px;
  --tc-gap-h2-body: 32px;
  --tc-gap-cta-top: 40px;
  --tc-gap-cta-bottom: 64px;

  color: var(--tc-ink);
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  --tc-font-sans: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 19px;
  line-height: 2;
  font-feature-settings: "palt";
}
.ta-camp25 .ta-camp25-h2,
.ta-camp25 .ta-camp25-h3,
.ta-camp25 .ta-camp25-summary,
.ta-camp25 .ta-camp25-highlight,
.ta-camp25 .ta-camp25-formula,
.ta-camp25 .ta-camp25-deflist,
.ta-camp25 .ta-camp25-merit,
.ta-camp25 .ta-camp25-example,
.ta-camp25 .ta-camp25-cta,
.ta-camp25 .ta-camp25-btn,
.ta-camp25 .ta-camp25-sticky,
.ta-camp25 .ta-camp25-details > summary,
.ta-camp25 .ta-camp25-list-no,
.ta-camp25 .ta-camp25-notes {
  font-family: var(--tc-font-sans);
}
@media (min-width: 768px) {
  .ta-camp25 {
    --tc-gap-section: 160px;
    --tc-pad-section: 64px 56px;
    --tc-pad-card: 44px 36px;
  }
}

.ta-camp25 .ta-campaign-main-in {
  max-width: 900px;
}

/* ---------- Hero下サマリーバー（枠なし） ---------- */
.ta-camp25-summary {
  margin: 40px 0 var(--tc-gap-section);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 36px 0;
  box-shadow: none;
  color: var(--tc-ink);
}
.ta-camp25-summary__inner {
  display: grid;
  /* PC: 4列均等 */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}
.ta-camp25-summary__item {
  text-align: center;
  position: relative;
  padding: 12px 8px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 14px;
  align-items: center;
  justify-items: center;
}
.ta-camp25-summary__item .ta-camp25-summary__value {
  align-self: center;
}
.ta-camp25-summary__item + .ta-camp25-summary__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: var(--tc-border);
}
.ta-camp25-summary__label {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: #eeeeee;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0;
  color: var(--tc-ink-sub);
}
.ta-camp25-summary__value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-weight: 800;
  line-height: 1;
  font-feature-settings: "tnum";
  letter-spacing: .01em;
  color: var(--tc-ink);
}
.ta-camp25-summary__value em {
  font-style: normal;
  font-size: clamp(2.2rem, 5.6vw, 3rem);
  color: var(--tc-red-deep);
  line-height: 1;
}
.ta-camp25-summary__value i {
  font-style: normal;
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  color: var(--tc-red-deep);
  font-weight: 800;
  line-height: 1;
}
.ta-camp25-summary__value small {
  display: inline-block;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  margin-left: 2px;
  font-weight: 700;
  color: var(--tc-ink);
  line-height: 1;
  align-self: baseline;
}
.ta-camp25-summary__value--date {
  font-size: clamp(1.7rem, 4.6vw, 2.2rem);
  color: var(--tc-ink);
  letter-spacing: .02em;
}
.ta-camp25-summary__value--date i {
  font-size: .7em;
  margin: 0 .1em;
  color: var(--tc-ink-sub);
}
.ta-camp25-summary__value--text {
  font-size: clamp(1.1rem, 2.6vw, 1.4rem);
  color: var(--tc-ink);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
}
.ta-camp25-summary__value--text em {
  font-style: normal;
  font-size: 1.4em;
  color: var(--tc-red-deep);
  margin-left: .15em;
  font-weight: 900;
}
.ta-camp25-summary__sub {
  display: block;
  font-size: clamp(13px, 1.6vw, 15px);
  margin-top: 0;
  font-weight: 600;
  color: var(--tc-ink-sub);
}
/* 主役アイテム（最初の "スワップポイント 50%"）を巨大化 */
.ta-camp25-summary__item--lead .ta-camp25-summary__value em {
  font-size: clamp(2.8rem, 7.2vw, 4rem);
  letter-spacing: -.03em;
}
.ta-camp25-summary__item--lead .ta-camp25-summary__value i {
  font-size: clamp(1.4rem, 3.4vw, 1.9rem);
  color: var(--tc-red-deep);
}
.ta-camp25-summary__item--lead .ta-camp25-summary__sub {
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 600;
  color: var(--tc-ink-sub);
  margin-top: 0;
}

/* 入金条件 アクセント（"なし"を大きく赤で表示） */
.ta-camp25-summary__item--accent .ta-camp25-summary__value em {
  font-style: normal;
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  color: var(--tc-red-deep);
  font-weight: 900;
  line-height: 1;
}

/* ---------- 共通セクション（枠、影なしのシンプル仕様） ---------- */
.ta-camp25-section {
  background: transparent;
  border-radius: 0;
  padding: var(--tc-pad-section);
  margin: var(--tc-gap-section) 0;
  box-shadow: none;
  border: 0;
  position: relative;
}
.ta-camp25-section--alt {
  background: transparent;
}
.ta-camp25-section--feature {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.ta-camp25-section--primary {
  border: 0;
  box-shadow: none;
}
.ta-camp25-section--merit {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.ta-camp25-section--step,
.ta-camp25-section--details {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
/* 注意書きセクションは前のCTAから余分な間隔を取らない */
.ta-camp25-section--details {
  margin-top: 0;
}
.ta-camp25-h2 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 var(--tc-gap-h2-body);
  letter-spacing: .04em;
  color: var(--tc-ink);
  position: relative;
  padding-bottom: 22px;
  line-height: 1.45;
}
.ta-camp25-h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--tc-red);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.ta-camp25-h2__kicker {
  display: block;
  font-size: .6em;
  font-weight: 700;
  letter-spacing: .25em;
  color: var(--tc-red);
  margin-bottom: 8px;
}
.ta-camp25-h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--tc-ink);
  margin: 48px 0 20px;
  padding-left: 16px;
  border-left: 4px solid var(--tc-red);
  line-height: 1.5;
  letter-spacing: .02em;
}
.ta-camp25-text {
  font-size: 16px;
  line-height: 1.9;
  color: var(--tc-ink);
  margin: 0 0 18px;
  text-align: left;
}
.ta-camp25-text--lead {
  font-size: 18px;
  font-weight: 600;
  background: var(--tc-surface-alt);
  padding: 16px 18px;
  border-radius: var(--tc-radius-sm);
  border-left: 4px solid var(--tc-red);
}
.ta-camp25-text--lead strong {
  color: var(--tc-red-deep);
  font-weight: 800;
}
.ta-camp25-mark {
  color: var(--tc-red-deep);
  font-weight: 800;
}

#campaign-detail .ta-camp25-deflist,
#campaign-detail .ta-camp25-highlight,
#campaign-detail .ta-camp25-h3,
#campaign-detail .ta-camp25-text,
#campaign-detail .ta-camp25-formula,
#campaign-detail .ta-camp25-notes,
#campaign-detail .ta-camp25-examples {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- 定義リスト ---------- */
.ta-camp25-deflist {
  margin: 0 0 24px;
  border-top: 0;
}
.ta-camp25-deflist__row {
  display: block;
  padding: 18px 0;
  border-bottom: 0;
}
.ta-camp25-deflist__row dt {
  font-weight: 800;
  color: var(--tc-ink);
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 1.5;
  padding-left: 16px;
  border-left: 4px solid var(--tc-red);
  margin-bottom: 12px;
}
.ta-camp25-deflist__row dt::before {
  content: none;
}
.ta-camp25-deflist__row dd {
  margin: 0;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--tc-ink);
}

/* ---------- ハイライト（上乗せ金額）・赤を押さえる ---------- */
.ta-camp25-highlight {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 32px 20px 24px;
  margin: 40px auto 36px;
  text-align: center;
  box-shadow: none;
}
.ta-camp25-highlight__label {
  display: inline-block;
  background: transparent;
  color: var(--tc-red);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 0 0 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid var(--tc-red);
}
.ta-camp25-highlight__value {
  margin: 16px 0 4px;
  font-weight: 900;
  line-height: 1;
  color: var(--tc-red-deep);
  font-feature-settings: "tnum";
  letter-spacing: -.01em;
}
.ta-camp25-highlight__value i {
  font-style: normal;
  font-size: clamp(1.6rem, 4.5vw, 2.2rem);
  color: var(--tc-red);
  margin-right: .05em;
  vertical-align: 18%;
}
.ta-camp25-highlight__value em {
  font-style: normal;
  font-size: clamp(3rem, 9vw, 4.5rem);
}
.ta-camp25-highlight__value small {
  font-size: clamp(1rem, 2.6vw, 1.3rem);
  margin-left: .2em;
  color: var(--tc-ink);
  font-weight: 800;
}
.ta-camp25-highlight__sub {
  display: block;
  font-size: 15px;
  color: var(--tc-ink-sub);
  margin-top: 6px;
  font-weight: 600;
}
.ta-camp25-highlight__note {
  font-size: 13px;
  color: var(--tc-ink-sub);
  line-height: 1.7;
  margin: 16px 0 0;
  text-align: left;
}

/* ---------- 計算式（枠なし） ---------- */
.ta-camp25-formula {
  margin: 36px auto;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  border: 0;
}
.ta-camp25-formula__inner {
  background: transparent;
  text-align: center;
}
.ta-camp25-formula__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .15em;
  color: var(--tc-red);
  margin-bottom: 16px;
}
.ta-camp25-formula__exp {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
  font-weight: 800;
  font-size: clamp(1rem, 2.6vw, 1.2rem);
}
.ta-camp25-formula__exp .num {
  background: #fff;
  color: var(--tc-ink);
  padding: 12px 16px;
  border-radius: var(--tc-radius-sm);
  line-height: 1.2;
  border: 1px solid var(--tc-border);
}
.ta-camp25-formula__exp .num small {
  font-size: 12px;
  display: block;
  color: var(--tc-ink-sub);
  font-weight: 600;
}
.ta-camp25-formula__exp .num--accent {
  background: var(--tc-red);
  color: #fff;
  border-color: var(--tc-red);
}
.ta-camp25-formula__exp .op {
  color: var(--tc-ink-sub);
  font-size: 1.4em;
  font-weight: 400;
}

/* ---------- 注意リスト ---------- */
.ta-camp25-notes {
  list-style: none;
  padding: 4px 0;
  margin: 32px auto 0;
  background: transparent;
  border-left: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--tc-ink-sub);
}
.ta-camp25-notes li {
  position: relative;
  padding-left: 18px;
  margin: 6px 0;
}
.ta-camp25-notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: var(--tc-ink-sub);
  font-weight: 700;
}

.ta-camp25-note {
  font-size: 14px;
  color: var(--tc-ink-sub);
  margin: 14px 0 0;
  line-height: 1.8;
}

/* ---------- 取引例 ---------- */
.ta-camp25-examples {
  list-style: none;
  padding: 0;
  margin: 12px auto 28px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--tc-ink);
}
.ta-camp25-examples li + li {
  margin-top: 6px;
}

/* ---------- メリット3カード（高さ揃え） ---------- */
.ta-camp25-merit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.ta-camp25-merit__card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.ta-camp25-merit__card .ta-camp25-imgcard {
  margin-top: auto;
}
.ta-camp25-merit__no {
  display: inline-block;
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--tc-red);
  background: transparent;
  border: 1.5px solid var(--tc-red);
  padding: 2px 12px;
  border-radius: 999px;
  letter-spacing: .15em;
  margin-bottom: 12px;
  align-self: flex-start;
}
.ta-camp25-merit__title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-left: 16px;
  border-left: 4px solid var(--tc-red);
  color: var(--tc-ink);
  line-height: 1.5;
  letter-spacing: .02em;
  min-height: 0;
}
.ta-camp25-merit__card .ta-camp25-text {
  font-size: 16px;
  line-height: 1.95;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ta-camp25-merit__title { min-height: 0; }
}

/* ---------- 画像カード ---------- */
.ta-camp25-imgcard {
  text-align: center;
  margin: 16px 0;
}
.ta-camp25-imgcard img {
  max-width: 100%;
  height: auto;
  border-radius: var(--tc-radius-sm);
}
.ta-camp25-imgcard img.sp { display: none; }
@media (max-width: 720px) {
  .ta-camp25-imgcard img.pc { display: none; }
  .ta-camp25-imgcard img.sp { display: inline-block; }
}

/* ---------- CTA ボタン ---------- */
.ta-camp25-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: var(--tc-gap-cta-top) 0 var(--tc-gap-cta-bottom);
}
/* MV直下の先頭CTAは、既存テンプレの.ta-campaign-card先頭余白に合わせる */
.ta-campaign-cards > .ta-camp25-cta:first-child {
  margin-top: var(--tc-gap-section);
}
.ta-camp25-cta--band {
  background: linear-gradient(180deg, #f1faf4 0%, #e6f4ec 100%);
  color: var(--tc-ink);
  padding: 40px 24px;
  border-radius: var(--tc-radius);
  flex-direction: column;
  align-items: center;
  border: 1px solid #f2d6d9;
  box-shadow: none;
}
.ta-camp25-cta--band .ta-camp25-cta__lead {
  margin: 0 0 24px;
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
  color: var(--tc-ink);
}
.ta-camp25-cta--band .ta-camp25-cta__lead strong {
  color: var(--tc-red-deep);
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 1.18em;
  margin: 0 .08em;
}
.ta-camp25-cta--band .ta-camp25-btn--ghost {
  background: #ffeb00;
  border: 0;
  color: #000 !important;
}
.ta-camp25-section--step .ta-camp25-imgcard img {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.ta-camp25-section--details .ta-camp25-details {
  margin: 0;
}
.ta-camp25-section--details .ta-camp25-details + .ta-camp25-details {
  margin-top: 16px;
}
.ta-camp25-cta--final {
  background: linear-gradient(135deg, var(--tc-red-deep) 0%, var(--tc-red) 100%);
  color: #fff;
  padding: 48px 24px;
  border-radius: var(--tc-radius);
  flex-direction: column;
  align-items: center;
}
.ta-camp25-cta--final .ta-camp25-cta__lead {
  margin: 0 0 24px;
  font-size: clamp(1.15rem, 3.2vw, 1.5rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.55;
}
.ta-camp25-cta--final .ta-camp25-cta__lead strong {
  color: #fff;
  font-size: 1.6em;
  margin: 0 .1em;
  display: inline-block;
  line-height: 1;
}
.ta-camp25-cta--final .ta-camp25-btn--primary {
  background: #fff;
  color: var(--tc-red-deep) !important;
}
.ta-camp25-cta--final .ta-camp25-btn--primary:hover { background: var(--tc-red-light); }
.ta-camp25-cta--final .ta-camp25-btn--ghost {
  background: #ffeb00;
  border: 0;
  color: #000 !important;
}
.ta-camp25-cta--final .ta-camp25-btn--ghost:hover,
.ta-camp25-cta--final .ta-camp25-btn--ghost:focus-visible {
  background: #ffd900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .15);
}
.ta-camp25-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  width: 100%;
  max-width: 720px;
}

.ta-camp25-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding: 20px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.18rem;
  line-height: 1.3;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-align: center;
  box-shadow: var(--tc-shadow-sm);
}
.ta-camp25-btn:hover,
.ta-camp25-btn:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(10, 143, 60, .18);
}
.ta-camp25-btn--primary {
  background: var(--tc-red);
  color: #fff !important;
}
.ta-camp25-btn--primary:hover {
  background: var(--tc-red-deep);
}
.ta-camp25-btn--ghost {
  background: #ffeb00;
  color: #000 !important;
  border: 0;
}
.ta-camp25-btn--ghost:hover,
.ta-camp25-btn--ghost:focus-visible {
  background: #ffd900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .15);
}

/* ---------- 詳細アコーディオン ---------- */
.ta-camp25-details {
  background: #fff;
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-sm);
  margin: 12px 0;
  overflow: hidden;
}
.ta-camp25-details > summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 800;
  color: var(--tc-ink);
  font-size: 17px;
  list-style: none;
  position: relative;
  padding-right: 48px;
}
.ta-camp25-details > summary::-webkit-details-marker { display: none; }
.ta-camp25-details > summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--tc-red);
  font-weight: 700;
  line-height: 1;
}
.ta-camp25-details[open] > summary::after { content: "−"; }
.ta-camp25-details--static {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 32px 0;
  overflow: visible;
}
.ta-camp25-details--static .ta-camp25-details__title {
  margin: 0 0 20px;
  padding: 0 0 0 16px;
  font-weight: 800;
  color: var(--tc-ink);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .02em;
  border-left: 4px solid var(--tc-red);
}
.ta-camp25-details--static .ta-camp25-list-no {
  padding-top: 4px;
}
.ta-camp25-list-no {
  counter-reset: ta-camp25-list;
  margin: 0;
  padding: 4px 28px 24px 42px;
  list-style: none;
  font-size: 15px;
  line-height: 1.95;
  color: var(--tc-ink-sub);
}
.ta-camp25-list-no li {
  counter-increment: ta-camp25-list;
  position: relative;
  margin: 6px 0;
  padding-left: 1.6em;
}
.ta-camp25-list-no li::before {
  content: counter(ta-camp25-list) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.ta-camp25-list-kome {
  counter-reset: none;
}
.ta-camp25-list-kome li {
  counter-increment: none;
}
.ta-camp25-list-kome li::before {
  content: "※";
}

/* ---------- スティッキーCTA ---------- */
.ta-camp25-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--tc-border);
  z-index: 50;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, .08);
}
.ta-camp25-sticky__btn {
  flex: 1;
  text-align: center;
  padding: 13px 8px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  transition: background .15s ease;
}
.ta-camp25-sticky__btn--primary {
  background: var(--tc-red);
  color: #fff !important;
}
.ta-camp25-sticky__btn--primary:hover { background: var(--tc-red-deep); }
.ta-camp25-sticky__btn--ghost {
  background: #fff;
  color: var(--tc-red-deep) !important;
  border: 2px solid var(--tc-red);
}
.ta-camp25-sticky__btn--ghost:hover { background: var(--tc-red-light); }

@media (min-width: 768px) {
  .ta-camp25-sticky {
    left: auto;
    right: 24px;
    bottom: 24px;
    padding: 10px;
    border-radius: 999px;
    border: 1px solid var(--tc-border);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
    width: auto;
  }
  .ta-camp25-sticky__btn {
    min-width: 160px;
  }
}

/* PC: 例2列（メリットは1列固定の3段重ね） */
@media (min-width: 768px) {
  .ta-camp25-cta__btns { flex-wrap: nowrap; }
}

/* PC940+: 親テンプレート(202601)のフォントスケールに合わせる */
@media (min-width: 940px) {
  .ta-camp25-h2 { font-size: 36px; }
  .ta-camp25-h3,
  .ta-camp25-deflist__row dt,
  .ta-camp25-merit__title,
  .ta-camp25-details--static .ta-camp25-details__title { font-size: 26px; }
  .ta-camp25-text,
  .ta-camp25-deflist__row dd,
  .ta-camp25-merit__card .ta-camp25-text,
  .ta-camp25-example p { font-size: 20px; }
  .ta-camp25-note,
  .ta-camp25-notes,
  .ta-camp25-list-no { font-size: 14.5px; }
}

/* SP: サマリー2列（PCは4列のまま） */
@media (max-width: 600px) {
  .ta-camp25-summary__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }
  .ta-camp25-summary__item + .ta-camp25-summary__item::before {
    display: none;
  }
  .ta-camp25-summary__item:nth-child(n+3) {
    border-top: 1px solid var(--tc-border);
    padding-top: 18px;
  }
}
@media (max-width: 480px) {
  .ta-camp25-examples {
    grid-template-columns: 1fr;
  }
  .ta-camp25-btn { min-width: 100%; }
  .ta-camp25-section { padding: 32px 18px; }
  /* スティッキー分の余白確保 */
  .ta-camp25 { padding-bottom: 100px; }
}

/* キャンペーン概要の強調文言だけ赤文字 */
.ta-camp25 .ta-camp25-mark {
  color: #DC3215;
}

/* CTAボタン群の上下余白を均等に */
.ta-camp25 .ta-camp25-cta {
  margin-top: var(--tc-gap-cta-bottom);
  margin-bottom: calc(var(--tc-gap-cta-bottom) + 18px);
}
.ta-camp25 .ta-campaign-cards > .ta-camp25-cta:first-child {
  margin-top: var(--tc-gap-cta-bottom);
}

/* SP：featureセクションの画像を全幅で大きく見せる */
@media (max-width: 767px) {
  .ta-camp25 .ta-camp25-section--feature {
    padding: 0;
    /* 親.ta-campaign-mainの左右padding(20px)を打ち消して画面全幅に */
    margin: 0;
  }
  .ta-camp25 .ta-camp25-section--feature .ta-camp25-imgcard {
    margin-left: 0;
    margin-right: 0;
  }
  .ta-camp25 .ta-camp25-section--feature .ta-camp25-imgcard img {
    width: 100%;
    border-radius: 0;
  }
}

/* SP：セクション本文の左右余白をゼロにして全幅使用 */
@media (max-width: 767px) {
  .ta-camp25 .ta-camp25-section {
    padding-left: 0;
    padding-right: 0;
  }
  .ta-camp25 .ta-camp25-list-no { padding-left: 28px; padding-right: 8px; }
  .ta-camp25 .ta-camp25-notes { padding-left: 0; padding-right: 0; }
}

/* セクション上下マージン縮小（96/160 → 48/80） */
.ta-camp25 {
  --tc-gap-section: 48px;
}
@media (min-width: 768px) {
  .ta-camp25 {
    --tc-gap-section: 80px;
  }
}

/* 定義リスト：行の上下を均等に詰めて、末尾の余分な空きを除去 */
.ta-camp25 .ta-camp25-deflist {
  margin-bottom: 0;
}
.ta-camp25 .ta-camp25-deflist__row {
  padding: 10px 0;
}
.ta-camp25 .ta-camp25-deflist__row:first-child {
  padding-top: 0;
}
.ta-camp25 .ta-camp25-deflist__row:last-child {
  padding-bottom: 0;
}
