:root {
  --color-primary: #eb0a1e;
  --color-secondary: #276489;
  --color-surface: #fff;
  --color-muted: #f6f6f6;
  --color-bg-highlight: #fae6e7;
  --color-bg-gray: #faf9fb;
  --color-bg-red: #f04756;
  --color-bg-yellow: #fffdef;
  --color-bg-blue: #71a6c6;
  --color-pink: #f8a9b0;
  --color-light-pink: #f0d8da;
  --color-gray: #888;
  --color-text: #333;
  --color-text-muted: #666;
  --color-border: #ddd;
  --color-shadow: rgba(0, 0, 0, 0.1);
}

/* ========== Objects (再利用レイアウト) ========== */
.o-section {
  padding: 60px 0;
}

.o-section--compact {
  padding-bottom: 60px;
}

.o-block {
  padding: 0 20px;
  margin: 40px auto 0;
}

.o-block--no-margin {
  margin-top: 0;
}

.o-block--spacer {
  margin-top: 60px;
}

.o-card {
  padding: 20px;
}

.o-card--soft {
  border-radius: 16px;
}

.o-card--hard {
  border-radius: 4px;
}

.o-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.o-stack--gap-compact {
  gap: 16px;
}

.o-row--center {
  display: flex;
  align-items: center;
}

.o-row--start {
  display: flex;
  align-items: flex-start;
}

/* 基本アコーディオン */
.o-accordion__summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.is-js .o-accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 300ms ease;
}

.is-js .o-accordion[open] .o-accordion__content {
  height: auto;
}

.o-accordion__content-inner {
  overflow: hidden;
  min-height: 0;
}

/* Safari対応 */
.o-accordion__summary::-webkit-details-marker {
  display: none;
}

/* 非WebKitブラウザ対応 */
.o-accordion__summary::marker {
  content: "";
}

.o-accordion__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.o-accordion__title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

.o-accordion__label {
  background-color: var(--color-bg-red);
  color: var(--color-surface);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.21px;
}

.o-accordion__icon {
  position: relative;
  width: 26px;
  height: 26px;
  display: block;
  flex-shrink: 0;
}

.o-accordion__icon::before,
.o-accordion__icon::after {
  content: "";
  position: absolute;
  background-color: var(--color-text-muted);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.o-accordion__icon::before {
  width: 14px;
  height: 2px;
}

.o-accordion__icon::after {
  width: 2px;
  height: 14px;
}

.o-accordion[open] .o-accordion__icon::after {
  opacity: 0;
}

/* ユーザーが動きの削減を好む場合の設定 */
@media (prefers-reduced-motion: reduce) {
  .is-js .o-accordion__content {
    transition: none;
  }
}

/* ========== Utilities (小ワザ) ========== */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-hidden-sp-inline {
  display: none;
}

.u-stack-16 {
  margin-bottom: 16px;
}

.u-stack-16:last-child {
  margin-bottom: 0;
}

.u-shadow {
  box-shadow: 0 6px 12px 0 var(--color-shadow);
}

.u-border {
  box-shadow: 0 0 0 1px var(--color-border);
}

/* ========== Skins (見た目) ========== */
.s-bg-default {
  background-color: var(--color-surface);
}

.s-bg-muted {
  background-color: var(--color-muted);
}

.s-bg-highlight {
  background-color: var(--color-bg-highlight);
}

.s-bg-yellow {
  background-color: var(--color-bg-yellow);
}

/* ========== Components (意味を持つ塊) ========== */

/* --- 四角リスト --- */
.c-square {
  position: relative;
  padding-left: 13px;
}

.c-square::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: var(--color-text);
}

/* --- 注釈 --- */
.c-note {
  font-size: 12px;
  line-height: 1.6;
  color: var(--color-text-muted);
  position: relative;
  padding-left: 16px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.18px;
}

.c-note::before {
  content: "※";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
}

.c-notes {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-notes--lg {
  gap: 7px;
}

.c-notes--sm {
  gap: 4px;
}

/* リンク */
.c-text-link {
  color: #286cd8;
  text-decoration: underline;
}

/* -- ビュレットリスト -- */
.c-list {
  display: grid;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-list__item {
  position: relative;
  padding-left: 20px;
}

.c-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  color: var(--color-text-muted);
  font-weight: 700;
}

/* -- 補足テキスト -- */
.c-sub__txt {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.18px;
}

/* --- アニメーション --- */
/* index.js で is-js 付与。JSが実行されない場合のコンテンツ非表示を防止。 */
.is-js .c-fade {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 500ms ease-out,
    transform 500ms ease-out;
}

.is-js .c-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ユーザーが動きの削減を好む場合の設定 */
@media (prefers-reduced-motion: reduce) {
  .is-js .c-fade,
  .is-js .c-fade.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.c-section-title {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.36px;
  color: var(--color-secondary);
}

.c-section-subtitle {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--color-secondary);
}

/* --- 申し込みボタン--- */
.c-cta-btn-wrap {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  padding: 24px;
}

.is-cta-preload .c-cta-btn-wrap {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* index.js で is-js 付与。JSが実行されない場合のコンテンツ非表示を防止。 */
.is-js .c-cta-btn-wrap {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out,
    visibility 0s ease-out 0.3s;
}

.is-js .c-cta-btn-wrap.is-show {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 500ms ease-out,
    transform 500ms ease-out;
  pointer-events: auto;
  visibility: visible;
}

/* ユーザーが動きの削減を好む場合の設定 */
@media (prefers-reduced-motion: reduce) {
  .is-js .c-cta-btn-wrap,
  .is-js .c-cta-btn-wrap.is-show {
    transform: none;
    transition: none;
  }
}

.c-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-color: var(--color-primary);
  max-width: 400px;
  width: 100%;
  color: var(--color-surface);
  position: relative;
  border-radius: 300px;
  box-sizing: border-box;
  text-decoration: none;
}

.c-cta-btn::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/icon_blank_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

/* --- 使ってバックエリア --- */

.c-useback-card {
  background-color: var(--color-muted);
}

.c-useback-card__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.c-useback-card__txt {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}

.c-useback-card__summary {
  display: block;
}

.c-useback-card__summary-main {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: var(--color-text);
}

.c-useback-card__summary-sub {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.24px;
}

.c-useback-card__txt-bold {
  font-weight: 700;
  font-style: normal;
}

/* --- しかも月々エリア --- */
.c-monthly {
  margin-bottom: 40px;
}

.c-monthly__txt {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.27px;
  font-weight: 700;
  text-align: center;
}
.c-monthly__txt-bold {
  font-size: 24px;
  letter-spacing: 0.36px;
}

.c-monthly__txt-highlight {
  color: var(--color-primary);
  font-style: normal;
}

.c-monthly__img {
  width: 100%;
  height: auto;
  margin: 16px auto;
  max-width: 520px;
  display: block;
}

.c-monthly-bubble {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  margin-bottom: 8px;
}

.c-monthly-bubble__item {
  background-color: #eff0f6;
  box-shadow: 0 4px 0 0 #d4d5e5;
}

.c-monthly-bubble__content {
  text-align: center;
  padding: 6px 8px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.27px;
  font-size: 18px;
  width: 100%;
  max-width: 335px;
}

.c-monthly-bubble__dot {
  display: inline-block;
  border-radius: 4px;
}

.c-monthly-bubble__dot-large {
  width: 32px;
  height: 8px;
  margin-right: 8px;
}

.c-monthly-bubble__dot-small {
  width: 24px;
  height: 8px;
  margin-left: 8px;
}

.c-monthly__txt-sub {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
}

/* --- 毎月クルマ代オトクエリア --- */
.c-benefit-card {
  background-color: var(--color-bg-gray);
  margin-top: 24px;
}

.c-benefit-step {
  padding: 20px;
  border-radius: 8px;
  background-color: var(--color-surface);
}

.c-benefit-step__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-benefit-step__img {
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 255px;
}

.c-benefit-step__title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.24px;
  margin-bottom: 8px;
}

.c-benefit-step__title-spacious {
  margin-bottom: 16px;
}

.c-benefit-step__txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.21px;
}

.c-benefit-step__sub-txt {
  color: var(--color-primary);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.18px;
  margin-top: 12px;
}

.c-benefit-step__accent-txt {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.24px;
  line-height: 1.6;
  margin-top: 4px;
}

.c-benefit-card__arrow {
  width: 80px;
  height: 24px;
  margin: 20px auto 16px;
  display: block;
}

/* --- 選べる還元方法エリア --- */
.c-simulation__title {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.27px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.c-simulation__title::before {
  content: "";
  width: 64px;
  height: 64px;
  background-image: url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/icon_money.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.c-simulation__title::after {
  content: "";
  width: 64px;
  height: 64px;
  background-image: url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/icon_bank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.c-simulation__card {
  max-width: 500px;
  margin: 0 auto;
}

.c-simulation__tab {
  display: flex;
  gap: 4px;
}

.c-simulation__tab-item {
  appearance: none;
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  text-align: center;
  flex: 1;
  border-radius: 8px 8px 0 0;
  padding: 8px;
  background-color: var(--color-border);
}

.c-simulation__tab-item.is-active {
  background-color: var(--color-bg-red);
}

.c-simulation__tab-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.21px;
  margin: 0;
}

.c-simulation__tab-item.is-active .c-simulation__tab-txt {
  color: var(--color-surface);
}

.c-simulation__content {
  border-radius: 0 0 8px 8px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
  padding: 12px 14px;
}

.c-simulation__txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.21px;
  text-align: center;
}

.c-simulation__txt-bold {
  font-weight: 700;
  font-style: normal;
}

.c-simulation__txt-muted {
  color: var(--color-text-muted);
}

.c-simulation__range {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.c-simulation__bubble {
  position: relative;
  background-color: var(--color-bg-highlight);
  padding: 5px 8px 5px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 0 0 var(--color-bg-red);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 120px;
  text-align: center;
  margin-bottom: 26px;
  gap: 4px;
}

.c-simulation__bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--color-bg-red);
}

.c-simulation__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--color-bg-highlight);
}

.c-simulation__range-num {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  display: inline-block;
}

.c-simulation__range-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  display: inline-block;
}

.c-simulation__range-input-wrap {
  position: relative;
  width: 100%;
}

.c-simulation__range-input {
  appearance: none;
  --range-base-color: var(--color-gray);
  --range-active-color: var(--color-bg-red);
  --range-progress: 0%;

  height: 10px;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  display: flex;
}

.c-simulation__range-dot-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 1px;
  z-index: 5;
  pointer-events: none;
  padding: 0 1px;
}

.c-simulation__range-dot {
  background-color: var(--color-border);
  border-radius: 5px;
  width: 8px;
  height: 8px;
}

.c-simulation__range-dot--active {
  background-color: var(--color-light-pink);
}

.c-simulation__range-dot--selected {
  opacity: 0;
}

/* Chrome,Safari,Edge */
.c-simulation__range-input::-webkit-slider-runnable-track {
  appearance: none;
  height: 10px;
  background: linear-gradient(
    to right,
    var(--range-active-color) 0%,
    var(--range-active-color) var(--range-progress),
    var(--range-base-color) var(--range-progress),
    var(--range-base-color) 100%
  );
  border-radius: 6px;
  position: relative;
}

.c-simulation__range-input::-webkit-slider-thumb {
  appearance: none;
  background-color: var(--color-pink);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  transform: scale(2.4);
}

/* Firefox */
.c-simulation__range-input::-moz-range-track {
  appearance: none;
  height: 10px;
  border-radius: 6px;
  background: linear-gradient(
    to right,
    var(--range-active-color) 0%,
    var(--range-active-color) var(--range-progress),
    var(--range-base-color) var(--range-progress),
    var(--range-base-color) 100%
  );
}

.c-simulation__range-input::-moz-range-thumb {
  background-color: var(--color-pink);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
}

.c-simulation-point {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
}

.c-simulation__point-txt {
  font-size: 12px;
  letter-spacing: 0.18px;
  margin-top: 2px;
  margin-bottom: 12px;
}

.c-simulation__point-num {
  font-size: 18px;
  letter-spacing: 0.27px;
}

.c-simulation__value-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 32px;
  position: relative;
}

.c-simulation__value {
  font-size: 24px;
  letter-spacing: 0.36px;
  line-height: 1;
  display: inline-block;
  padding-right: 2px;
}

.c-simulation__unit {
  font-size: 18px;
  letter-spacing: 0.27px;
  line-height: 1;
  display: inline-block;
  padding-right: 4px;
}

.c-simulation__emphasis {
  color: var(--color-bg-red);
  font-weight: 700;
}

.c-simulation__emphasis-strong {
  color: var(--color-primary);
  font-weight: 700;
}

.c-simulation__point-effective {
  line-height: 1;
}

.c-simulation__arrow-down {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 50%);
}

.c-simulation__arrow-value {
  margin-bottom: 12px;
}

.c-simulation__box {
  border-radius: 8px;
  padding: 10px 16px 12px 16px;
}

.c-simulation__box-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-simulation__icon {
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(-100%, -50%);
}

.c-simulation__box-txt {
  font-size: 16px;
  letter-spacing: 0.24px;
  line-height: 1;
}

.c-simulation__box-subtxt {
  position: relative;
  display: inline-block;
}

.c-simulation__note-list {
  margin-top: 16px;
}

/* --- 申し込み条件 --- */
.c-apply {
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 24px;
}

.c-apply__title {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.21px;
  border-left: 2px solid var(--color-primary);
  padding-left: 12px;
  margin-bottom: 8px;
}

.c-apply__content {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.21px;
}

.c-apply__accordion-inner {
  margin-top: 20px;
}

.c-apply-note {
  margin-top: 4px;
}

.c-bnr__link {
  display: flex;
  max-width: 400px;
  flex-direction: column;
  box-shadow: 0 0 0 1px var(--color-border);
  margin: 0 auto;
}

.c-bnr__img {
  aspect-ratio: 27/8;
  width: 100%;
  height: auto;
}

.c-bnr__txt {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  color: var(--color-text);
  min-height: 26px;
  position: relative;
}

.c-bnr__txt::after {
  content: "";
  width: 14px;
  height: 9px;
  background: url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/arrow_btm.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
}

/* --- サポートエリア --- */
.c-support-swiper {
  margin: 40px 0 0;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

/* Swiper 初期化後のみ、コンテナをクリップする */
.c-support-swiper.swiper-container-horizontal {
  overflow: hidden;
}

.c-support-swiper__wrapper {
  width: 100%;
  display: flex;
}

.c-support-swiper__slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 300px;
  flex-shrink: 0;
}

.c-support-card {
  background: var(--color-surface);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.c-support-card__header {
  background-color: var(--color-bg-blue);
  width: 100%;
  padding: 12px 16px;
}

.c-support-card__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1.6;
  color: var(--color-surface);
}

.c-support-card__body {
  padding: 0 20px 20px;
}

.c-support-card__img-wrap {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.c-support-card__img {
  object-fit: contain;
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  flex-shrink: 0;
}

.c-support-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
}

.c-support-card__subtitle {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 1.6;
  margin: 0 auto 8px;
  position: relative;
}

.c-support-card__subtitle::after {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--color-secondary);
  position: absolute;
  left: 0;
  bottom: -8px;
}

.c-support-card__detail {
  letter-spacing: 0.24px;
  font-size: 16px;
  line-height: 1.6;
}

/* --- Swiper ページネーション (ライブラリクラスの上書き) --- */
.c-support-swiper__pagination {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: static;
  padding: 0 20px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  border-radius: 0;
  max-width: 59px;
  height: 4px;
  background-color: var(--color-gray);
  flex: 1 0 0;
  margin: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/* --- Swiper ボタン (ライブラリクラスの上書き) --- */
/* a11yの為のボタンなので、デフォルトで非表示 */
.c-support-swiper__button-prev,
.c-support-swiper__button-next,
.c-support-swiper__button-prev.swiper-button-disabled,
.c-support-swiper__button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  width: 50px;
  height: 50px;
  background-color: var(--color-surface);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.c-support-swiper__button-prev,
.c-support-swiper__button-next {
  top: 50%;
  transform: translateY(-50%);
}

.c-support-swiper__button-prev {
  left: 12px;
}

.c-support-swiper__button-next {
  right: 12px;
}

.c-support-swiper__button-prev::after,
.c-support-swiper__button-next::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid var(--color-text);
  border-right: 2px solid var(--color-text);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-support-swiper__button-prev::after {
  transform: translate(-50%, -50%) rotate(225deg);
}

.c-support-swiper__button-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* フォーカス時のみ表示、クリック可能 */
.c-support-swiper__button-prev:focus-visible,
.c-support-swiper__button-next:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

/* --- まずこのカード --- */
.c-card-detail {
  margin-top: 49px;
}

.c-card-detail__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.24px;
  margin-bottom: 24px;
}

.c-card-detail__visual {
  padding: 0 16px;
}

.c-card-detail__img {
  width: 100%;
  max-width: 294px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
}

.c-card-detail__brand-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 24px;
}

.c-spec-list {
  box-shadow: 0 0 0 1px var(--color-border);
}

.c-spec-list__label {
  background-color: var(--color-border);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.21px;
  text-align: center;
  padding: 4px 8px;
}

.c-spec-list__body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.21px;
  margin-bottom: 8px;
}

.c-spec-list__body:last-child {
  margin-bottom: 0;
}

.c-spec-annual-fee {
  display: flex;
  gap: 8px;
}

.c-spec-list__accent-txt {
  color: var(--color-primary);
  font-weight: 700;
}

.c-store-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-store-list__item {
  display: flex;
}

.c-store-list__img {
  height: auto;
  object-fit: contain;
  display: block;
  min-width: 0;
  max-width: 97.455px;
}

.c-spec-pum__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  display: block;
  padding: 4px 29px 12px 29px;
  margin: 0 auto;
}

.c-spec-pum__box {
  width: 100%;
  padding: 4px 0;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
}

.c-spec-pum__box-txt {
  font-weight: 700;
}

.c-spec-pum__box-highlight {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.27px;
}

/* --- 新規入会特典 --- */
.c-signup-section {
  background-image: url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/signup_bg_sp.png);
  background-size: 100% auto;
}

.c-signup__image {
  padding: 40px 0;
  display: block;
}

.c-signup__img {
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.c-signup-card {
  background-color: var(--color-bg-yellow);
}

.c-signup-point {
  display: flex;
  gap: 4px;
  align-items: baseline;
  justify-content: center;
}

.c-signup-card__box {
  border-radius: 8px;
  padding: 16px;
}

.c-signup-card__txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.24px;
  margin-bottom: 20px;
}

.c-signup-card__txt-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.c-signup-card__txt-highlight {
  font-size: 32px;
  letter-spacing: 1.28px;
}

.c-signup-card__txt-sub {
  display: block;
  color: var(--color-text-muted);
  margin-bottom: 20px;
}

.c-signup-step__item {
  gap: 12px;
}

.c-signup-card__accordion-inner {
  margin-top: 16px;
}

.c-signup-step__txt-wrap {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.c-signup-step__txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.21px;
}

.c-signup-step__txt--single {
  margin-bottom: 12px;
}

/* --- 安心安全エリア --- */

.c-safe__title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 160%;
  letter-spacing: 0.24px;
}

.c-safe-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-safe-box__list {
  display: flex;
  gap: 8px;
  max-width: 308px;
  margin: 0 auto;
}

.c-safe-box__img {
  width: 64px;
  height: 64px;
}

.c-safe-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-safe-item__title {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.21px;
  font-weight: 700;
}

.c-safe-item__description {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.18px;
}

.c-safe__block {
  margin: 0 auto;
  width: 100%;
}

/* --- FAQ --- */
.c-faq {
  padding: 20px;
  box-shadow:
    0 6px 12px 0 rgba(0, 0, 0, 0.1),
    0 0 0 1px var(--color-border);
  border-radius: 4px;
}

.c-faq-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-faq__txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.21px;
}

.c-faq__accordion-inner {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-faq-payment__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-faq-payment__box-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-faq__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 400px;
}

/* ========== レスポンシブ設定 ========== */

@media screen and (min-width: 768px) {
  /* ========== Objects (再利用レイアウト) ========== */
  .o-section__inner {
    max-width: 1500px;
    margin: 0 auto;
  }

  .o-block {
    max-width: 800px;
    padding: 0;
  }

  .o-stack--pc-row {
    flex-direction: row;
    justify-content: center;
  }

  /* 基本アコーディオン */

  .o-accordion__title {
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  .o-accordion__title-wrap {
    margin: 0 auto;
    flex-direction: row;
    gap: 8px;
  }

  .o-accordion__label {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .o-card {
    padding: 32px 80px;
  }

  /* ========== Utilities (小ワザ) ========== */
  .u-text-center-pc {
    text-align: center;
  }

  .u-hidden-sp-inline {
    display: inline;
  }

  /* ========== Skins (見た目) ========== */
  .s-bg-cloud {
    background-image: url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/bg_clouds.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
  }

  .s-bg-point {
    background-image:
      url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/bg_point_a.webp),
      url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/bg_point_b.webp);
    background-size: contain, contain;
    background-position:
      center 1455px,
      center 2798px;
    background-repeat: no-repeat, no-repeat;
  }

  /* ========== Components (意味を持つ塊) ========== */

  .c-section-title {
    font-size: 32px;
    letter-spacing: 0.48px;
  }

  .c-section-subtitle {
    font-size: 24px;
    letter-spacing: 0.36px;
  }

  /* --- メインビジュアル（PC） --- */
  .c-mv {
    background-image: url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/mv_a_bg_pc.webp);
    background-size: contain;
    background-position: top center;
  }

  .c-mv__inner {
    grid-template-columns: 113fr 310fr 327fr;
    grid-template-rows: 1fr 1fr;
    max-width: 1500px;
    margin: 0 auto;
  }

  .c-mv__title-image {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 38px;
    margin-left: 8px;
  }

  .c-mv__title-img {
    max-width: 615px;
    width: 100%;
  }

  .c-mv__illustration-image {
    grid-column: 3/4;
    grid-row: 1/3;
    margin-top: 0;
  }

  .c-mv__illustration-img {
    width: 100%;
    max-width: 654px;
  }

  .c-mv__subtitle-image {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: auto;
    margin-left: 8px;
    margin-bottom: 40px;
  }

  .c-mv__subtitle-img {
    width: 100%;
    max-width: 628px;
  }

  .c-mv__point-image {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 1/3;
  }

  .c-mv__point-img {
    width: 61%;
    max-width: 138px;
  }

  /* --- 使ってバックエリア（PC） --- */

  .c-useback-card__summary {
    display: inline;
  }

  .c-useback-card__summary-main {
    font-size: 24px;
    letter-spacing: 0.36px;
  }

  .c-useback-card__summary-sub {
    font-size: 24px;
    letter-spacing: 0.36px;
  }

  .c-useback-card__txt {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.27px;
    text-align: center;
  }

  /* --- しかも月々エリア（PC） --- */
  .c-monthly {
    padding: 0 80px;
  }

  .c-monthly-bubble__content {
    padding: 12px 16px;
    font-size: 20px;
    letter-spacing: 0.3px;
    max-width: none;
    width: auto;
  }

  .c-monthly__img {
    margin: 24px auto;
  }

  .c-monthly__txt-sub {
    font-size: 24px;
    letter-spacing: 0.36px;
  }

  .c-monthly__txt {
    font-size: 20px;
    letter-spacing: 0.3px;
  }

  .c-monthly__txt-bold {
    font-size: 32px;
    letter-spacing: 0.48px;
  }

  /* --- シミュレーションエリア（PC） --- */
  .c-simulation {
    padding: 32px 150px;
  }

  .c-simulation__content {
    padding: 20px;
  }

  .c-simulation__title {
    font-size: 20px;
    letter-spacing: 0.3px;
  }

  .c-simulation__tab-txt {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .c-simulation__range-num {
    font-size: 24px;
    letter-spacing: 0.96px;
  }

  .c-simulation__value {
    font-size: 32px;
    letter-spacing: 0.48px;
  }

  .c-simulation__unit {
    font-size: 20px;
    letter-spacing: 0.3px;
  }

  .c-simulation__range-txt {
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  .c-simulation__box-txt {
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  .c-simulation__txt {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .c-simulation__point-num {
    font-size: 20px;
    letter-spacing: 0.3px;
  }
  /* --- 毎月クルマ代オトクエリア（PC） --- */
  .c-benefit-step__body {
    flex: 1;
  }

  .c-benefit-step__visual {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  .c-benefit-step__img {
    max-width: 295px;
  }

  .c-benefit-step__title {
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  .c-benefit-step__txt {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .c-benefit-step__accent-txt {
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  /* --- 申し込み条件（PC） --- */
  .c-apply {
    margin-bottom: 32px;
  }

  .c-apply__title {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .c-apply__content {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  /* --- サポートエリア（PC） --- */
  .c-support-swiper {
    margin-top: 60px;
    overflow: visible;
  }

  .c-support-swiper__wrapper {
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1030px;
  }

  .c-support-swiper__slide {
    width: 330px;
  }

  .c-support-card__title {
    font-size: 24px;
    letter-spacing: 0.36px;
  }

  .c-support-card__subtitle {
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  .c-support-card__detail {
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  .c-support-swiper__pagination,
  .c-support-swiper__button-prev,
  .c-support-swiper__button-next {
    display: none;
  }

  /* --- まずこのカード（PC） --- */
  .c-card-detail {
    margin-top: 40px;
  }

  .c-card-detail__title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  .c-spec-list {
    border-radius: 4px;
    overflow: hidden;
  }

  .c-spec-list__label {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .c-spec-list__body {
    align-items: center;
    padding: 16px 20px;
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .c-spec-list__body--annual {
    gap: 20px;
  }

  .c-spec-annual-fee__wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .c-spec-annual-fee {
    flex-shrink: 0;
  }

  .c-spec-pum__box {
    width: 400px;
  }

  .c-spec-pum__box-highlight {
    font-size: 20px;
    letter-spacing: 0.3px;
  }

  .c-store-list__img {
    max-width: 120px;
  }

  /* --- 新規入会特典 --- */
  .c-signup-section {
    background-image: url(/-/media/tfc/ts3web/file/assets/img/lp/ts/application/signup_bg_pc.png);
  }

  .c-signup-card__box {
    padding: 24px;
  }

  .c-signup-card__txt {
    text-align: center;
    letter-spacing: 0.27px;
    font-size: 18px;
  }

  .c-signup-card__txt-sub {
    text-align: center;
  }

  .c-signup-card__accordion-inner {
    margin-top: 24px;
  }

  .c-signup-step__txt {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  /* --- 安心安全エリア --- */
  .c-safe-box {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .c-safe__title {
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  .c-safe-item__title {
    font-size: 16px;
    letter-spacing: 0.24px;
    white-space: nowrap;
  }

  /* --- FAQエリア --- */
  .c-faq-block {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .c-faq {
    padding: 24px;
  }

  .c-faq__txt {
    font-size: 16px;
    letter-spacing: 0.24px;
  }

  .c-faq-payment__box {
    flex-direction: row;
    gap: 20px;
  }

  .c-faq__accordion-inner--gap-lg {
    gap: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* タブレットサイズ時の余白確保 */
  .o-block {
    padding: 0 20px;
  }
}

/* ユーザーが動きの削減を好む場合の設定 */
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .c-mv-fadeIn--pc {
    animation: none;
    opacity: 1;
  }
}
