@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
}

a {
  text-decoration: none;
}
.onsp{display:none;}
.onpc{display:block;}

body {
  font-family: "vw-head", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "MS PGothic", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-feature-settings: "halt";
  line-height: 1.75em;
  font-weight: 400;
  overflow-x: hidden;
  color: #001e50;
  margin: 0 auto;
}

@font-face {
  font-family: 'vw-head';
  font-weight: 400;
  font-display: swap;
  src: url('fonts/VWHeadWeb-Regular.woff') format('woff');
}

@font-face {
  font-family: 'vw-head';
  font-weight: 700;
  font-display: swap;
  src: url('fonts/VWHeadWeb-Bold.woff') format('woff');
}

.header,
.slider-section,
.campaign-body,
.loan-section,
.dealers {
  max-width: 1100px;
  margin: 0 auto;
}

section#header {
  background-color: #f4efe1;
}

section#campaign {
  background-color: #002c65;
}

/* ===== HEADER ===== */

.header {
  text-align: center;
  padding: 4rem 0;
}

.header .dealer-line {
  font-size: 2rem;
  color: #001e50;
  font-weight: 700;
  margin-bottom: 2px;
}

.header .dealer-line span {
  font-size: 2.2rem;
}

.header .dealer-line em {
  font-size: 1rem;
}

.header .dealer-line em span {
  font-size: 1.1rem;
}

.header .campaign-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  font-feature-settings: "palt";
}

.header .pre-text {
  font-size: 3rem;
  font-weight: 900;
  color: #001e50;
  line-height: 1.35;
  padding-top: 0.75rem;
}

.header .big-amount {
  font-size: 9.9875rem;
  font-weight: 900;
  color: #001e50;
  line-height: 1;
}

.header .big-amount:first-letter {
  letter-spacing: -0.1em;
}

.header .big-amount span {
  font-size: 5.875rem;
}

.header .cashback-text {
  font-size: 3.5rem;
  font-weight: 900;
  color: #001e50;
  line-height: 1.2;
  text-align: left;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
}

/* ===== SLIDER ===== */

.slider-section {
  position: relative;
  padding-bottom: 5rem;
}

.main-slide-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.main-slide-wrapper::-webkit-scrollbar {
  display: none;
}

.main-slide-wrapper.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.slide-item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.slide-item a span {
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 1rem;
  font-size: 0.875rem;
}

/* スライド画像 */

.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* サムネイル画像 */

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Thumbnail strip */

.thumb-strip {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 2px;
  padding: 2px;
}

.thumb-strip::-webkit-scrollbar {
  display: none;
}

.thumb-item {
  flex: 0 0 calc(16.666% - 2px);
  min-width: 75px;
  aspect-ratio: 16/9;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  display: flex;
  align-items: flex-end;
}

.thumb-item.active {
  border-color: #fff100;
  filter: brightness(1.25);
}

.thumb-item:hover {
  border-color: #fff100;
  filter: brightness(1.25);
}

/* Slider arrows */

.slider-arrows {
  position: absolute;
  top: calc(50% - 45px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
  padding: 0 12px;
}

.arrow-btn {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.arrow-btn:hover {
  background: rgba(0, 48, 135, 0.8);
}

/* ===== CAMPAIGN BODY ===== */

.campaign-body {
  padding: 4rem 24px 5rem;
  text-align: center;
}

.catch-title {
  color: #fff100;
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1.45;
}

.catch-title .big {
  font-size: 3rem;
}

.description {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 18px;
}

.loan-bar-title {
  color: #fff100;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.5;
}

/* PC: ＋＋＋ row */

.plus-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff100;
  margin-bottom: 12px;
  padding: 0 20px;
}

/* ===== SETS LAYOUT ===== */

.sets-row {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch;
}

.set-card {
  flex: 1 1 0;
  min-width: 0;
  border: 3px solid #001e50;
  border-radius: 0;
  overflow: hidden;
  background: #fff100;
  display: flex;
  flex-direction: column;
}

.set-card + .set-card {
  border-left: none;
}

@media (min-width: 701px) {
  .set-card:first-child {
    border-radius: 8px 0 0 8px;
  }

  .set-card:last-child {
    border-radius: 0 8px 8px 0;
    border-left: none;
  }
}

.section-plus {
  display: none;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #fff100;
  padding: 10px 0;
  line-height: 1;
  width: 100%;
}

.set-header {
  position: relative;
  background: #fff100;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.set-letter {
  position: absolute;
  color: #fff;
  background: linear-gradient(
    135deg,
    #001e50 0%,
    #001e50 50%,
    transparent 50%,
    transparent 100%
  );
  font-size: 2.75rem;
  font-weight: 900;
  width: 100px;
  height: 100px;
  display: block;
  text-align: left;
  padding: 0.5rem;
  top: 4px;
  left: 4px;
}

.set-header-text {
  color: #001e50;
  flex: 1;
  padding-left: 50px;
}

.set-type {
  font-size: 1.125rem;
  font-weight: 400;
  padding-top: 10px;
}

.set-cashback {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  margin-top: -10px;
}

.set-cashback:first-letter {
  font-size: 3rem;
}

.set-note {
  text-align: right;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 2px;
}

.set-body {
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.set-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 8px;
  position: relative;
}

.set-item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-bottom: 3px dotted #001e50;
  bottom: -8px;
}

.set-item:last-child {
  border-bottom: none;
}

.item-thumb {
  width: 150px;
  height: 109px;
}

.item-thumb img {
  width: 100%;
  height: 100%;
}

.item-text {
  flex: 1;
}

.item-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #001e50;
  line-height: 1.2;
  font-feature-settings: "palt";
}

.item-name.adj {
  margin-top: -15px;
}

.item-sub {
  font-size: 0.75rem;
  color: #001e50;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5em;
}

.item-link {
  position: absolute;
  font-size: 0.75rem;
  color: #001e50;
  display: block;
  font-weight: 700;
  bottom: 0;
  right: 6px;
}

.item-link::after {
  content: '▶';
  font-size: 8px;
  margin-left: 2px;
}

.inter-plus {
  display: none;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #001e50;
  padding: 2px 0;
  line-height: 1;
}

.footnote {
  font-size: 0.8125rem;
  color: #fff;
  text-align: right;
  margin-top: 14px;
  line-height: 1.7;
}

/* ===== LOAN DIAGRAM ===== */

.loan-section {
  background: #fff;
  padding: 4rem 0 5rem;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  color: #001e50;
  margin-bottom: 18px;
}

.loan-visual {
  color: #001e50;
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 700;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.75rem auto;
  gap: 3rem;
}

.loan-visual img {
  width: 360px;
}

.loan-desc {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.9;
}

.loan-desc-title {
  margin-bottom: 4px;
}

.loan-opt {
  padding-left: 14px;
  position: relative;
  font-weight: 400;
}

.loan-opt::before {
  content: "- ";
  position: absolute;
  left: 0;
  color: #001e50;
  font-weight: 700;
}

/* ===== DEALERS ===== */

.dealers {
  padding: 0 0 6rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
}

.dealer-card {
  color: #001e50;
}

.dealer-title {
  line-height: 2em;
  display: block;
  font-weight: 700;
}

.dealer-vw {
  font-size: 2.3rem;
  line-height: 1em;
  font-weight: 700;
}

.dealer-vw span {
  display: inline-block;
  font-size: 2rem;
  padding-left: 0.5rem;
}

.dealer-addr {
  line-height: 1.6;
  padding-top: 0.2rem;
}

.dealer-tel {
  margin-bottom: 12px;
}

.dealer-btns {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.dealer-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.25em;
  gap: 5px;
  border: 1px solid #001e50;
  font-weight: 700;
  color: #001e50;
  width: 9rem;
  position: relative;
}

.ig-btn::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background: url(images/ig.png) no-repeat center center / cover;
}

/* =========================================================
   ||||||||||||||     SP ONLY     ||||||||||||||
========================================================= */

@media (max-width: 700px) {



.onsp{display:block;}
.onpc{display:none;}
/* ===== HEADER ===== */

.header {
  text-align: center;
  padding: 2.5rem 0;
}

.header .dealer-line {
  font-size: 1.125rem;
  margin-bottom: 2px;
  line-height:1.75em;
}

.header .dealer-line span {
  font-size: 1.25rem;
}

.header .dealer-line em {
  font-size: 0.875rem;
}

.header .dealer-line em span {
  font-size: 0.875rem;
}

.header .pre-text {
  font-size: 1.2rem;
  padding-top: 0.25rem;
}

.header .big-amount {
  font-size: 3.75rem;
  line-height: 1;
}

.header .big-amount span {
  font-size: 1.75rem;
}

.header .cashback-text {
  font-size: 1.25rem;
  padding-top: 1rem;
}


  /* Thumbnail strip */

  .thumb-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
  }

  .thumb-item {
    flex: none;
    min-width: 0;
    width: 100%;
  }

  /* Plus row */

  .plus-row {
    display: none;
  }

  /* Sets layout */

  .sets-row {
    flex-direction: column;
    gap: 0;
    flex-wrap: wrap;
  }

  .sets-row .set-card {
    flex: 1 1 100%;
  }

  .set-card {
    border-radius: 8px;
    border-left: 3px solid #001e50;
  }

  /* Section plus */

  .section-plus {
    display: block;
  }

  /* Dealers */

  .dealers {
    flex-direction: column;
    gap: 0;
  }


.loan-visual {
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.75rem auto;
  gap: 3rem;
}

/* Slider arrows */

.slider-arrows {
  position: absolute;
  top: calc(35% - 45px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
  padding: 0 12px;
}

.slide-item a span {
  font-size: 0.75rem;
}
.slider-section {
  padding-bottom: 1rem;
}

/* ===== CAMPAIGN BODY ===== */

.campaign-body {
  padding: 2rem 6% 2.5rem;
  text-align: center;
}

.catch-title {
  color: #fff100;
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.45;
}

.catch-title .big {
  font-size: 2rem;
}

.description {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 1.5rem;
}

.loan-bar-title {
  color: #fff100;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.75;
}

.footnote {
  font-size: 0.75rem;
  text-align: left;
  margin-top: 0.8125rem;
  line-height: 1.65;
}



/* ===== LOAN DIAGRAM ===== */

.loan-section {
  padding: 3rem 0 2rem;
}

.section-title {
  font-size: 1.3rem;
  margin-bottom: 1.75rem;
}

.loan-visual {
  font-size: 1rem;
  line-height: 1.9;
  display: flex;
  align-items: center;
  margin: 1rem 6%;
  gap: 1.5rem;
}

.loan-visual img {
  width: 70vw;
}

.loan-desc {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.9;
}

.loan-desc-title {
font-size:0.8715rem;
  margin-bottom: 4px;
}

.loan-opt {
font-size:0.8125rem;
  padding-left: 1em;
  position: relative;
  font-weight: 400;
}

.loan-opt::before {
  content: "- ";
  position: absolute;
  left: 0;
  color: #001e50;
  font-weight: 700;
}

/* ===== DEALERS ===== */

.dealers {
text-align:center;
padding:0;
}

.dealer-card {
  display: inline-block;
padding:3rem 2rem;
  color: #001e50;
  border-top:1.25px solid #001e50;
}

.dealer-title {
  line-height: 2em;
  display: block;
  font-weight: 700;
}

.dealer-vw {
  font-size: 2.3rem;
  line-height: 1em;
  font-weight: 700;
}

.dealer-vw span {
  display: inline-block;
  font-size: 2rem;
  padding-left: 0.5rem;
}

.dealer-addr {
  line-height: 1.6;
  padding-top: 0.2rem;
}

.dealer-tel {
  margin-bottom: 12px;
  color:#001e50;
}
.dealer-tel a{
  margin-bottom: 12px;
  color:#001e50;
}

.dealer-btns {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.dealer-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.25em;
  gap: 5px;
  border: 1px solid #001e50;
  font-weight: 700;
  color: #001e50;
  width: 9rem;
  position: relative;
}

.ig-btn::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background: url(images/ig.png) no-repeat center center / cover;
}


}/*end SP*/