.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
}


#one {
  padding: 0rem 3rem 0;
  height: 100%;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

@media screen and (max-width:767px) {
  #one {
    padding: 0rem 1rem;
  }
}

.one-circle_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.one-circle {
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(-16deg);
  top: 0;
  background-color: #a6515100;
  background-image: radial-gradient(48% 44%, rgba(242, 242, 242, 0.32), transparent);
  pointer-events: none;
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 30%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 30%
  }
}

#one .inner {
  width: 84%;
}

.t-caution {
  width: 100%;
  margin: 0 auto;
  color: #2F2A27;
}

.t-caution p {
  width: fit-content;
  text-align: left;
  margin: 0 auto;
  max-width: 560px;
}

.oror {
  margin-left: 0 !important;
}

#one h1 {
  letter-spacing: 8px;
}

#one h2 {
  letter-spacing: 5.6px;
}

#one h3 {
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  #one {
    text-align: left;
  }

  #one h1 {
    letter-spacing: 4px;
  }

  #one h2 {
    letter-spacing: 0.4px;
  }

  #one h3 {
    letter-spacing: 0.04em;
  }

  #one p {
    letter-spacing: 0.5px;
  }

  #one .inner {
    width: 88%;
  }
}

.stock {
  width: 100%;
  background-color: #f9f9f9;
}

.stock__title {
  margin: 0 auto;
  padding: 4rem 0 0;
  width: 90%;
  font-size: clamp(20px, 2.4vw, 28px);
}

.stock__sub {
  margin: 0 auto;
  padding: 1rem 0 4rem;
  width: 90%;
  color: #111111;
  font-size: 1rem;
  line-height: 1.7;
}

/* ===== スタックリスト ===== */
.stackList {
  display: grid;
  width: 100%;
  margin: 0 auto;
}

.carCard {
  position: relative;
  
  z-index: calc(10 + var(--i));
  overflow: hidden;
  background: none;
  transform: translateZ(0);
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.carCard.is-focused{
  top: var(--stack-top) !important;
  z-index: 999 !important;
}

.carCard.--01 {
  background-color: #ffffff;
}

.carCard.--02 {
  background-color: #fffee7;
}

.carCard.--03 {
  background-color: #fff6ee;
}

.carCard.--04 {
  background-color: #f0ffef;
}

.carCard__inner {
  width: 92%;
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 16px;
  padding: 5rem 2rem;
  margin: 0 auto;
}

.carCard__media {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  min-height: 220px;
  width: 100%;
  background: #0c121a;
}

.carCard__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .08em;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(6px);
  color: #fff;
}

.carCard__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 4px 6px 2px;
  color: #151515;
}

.carCard__media,
.carCard__body {
  min-width: 0;
}

.carCard__name {
  margin: 0;
  font-size: 3rem;
  line-height: normal;
}

.carCard__meta {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.carCard__num {
  margin: 1rem 0;
  padding: 0;
}

.carCard__num .num {
  border: 1px solid rgba(0, 0, 0, 0.84);
  background: rgba(255, 255, 255, 0);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 1rem;
}

.carCard__num dt {
  font-size: 1rem;
  color: #111111;
  letter-spacing: .06em;
}

.carCard__num dd {
  font-size: 1.4rem;
}

.carCard__num strong {
  font-size: 2rem;
  letter-spacing: .02em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 14px;
  text-decoration: none;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, .16);
  background: #004098;
  width: fit-content;
  min-width: 200px;
  margin-bottom: 2rem;
  line-height: normal;
  font-size: 1.125rem;
  
}

.btn .fa-solid {
  margin-left: 6px;
}

/* フルブリード・セパレータ */
.separator-full {
  position: relative;
  width: 100%;
  ;
  height: 80px;
  pointer-events: none;
  z-index: 999;
}

.separator-full svg {
  width: 100%;
  height: 100%;
  display: block;
}

.separator-full.--01 .sep-fill {
  fill: #fff;
}

.separator-full.--02 .sep-fill {
  fill: #fffee7;
}

.separator-full.--03 .sep-fill {
  fill: #fff6ee;
}

.sep-line {
  fill: none;
  stroke: rgba(255, 255, 255, .35);
  stroke-width: 3;
}

/* SP */
@media (max-width: 820px) {
  .separator-full {
    height: 56px;
  }
}

/* ===== 下部追従ドック ===== */
.dock {
  position: fixed;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15rem;
  right: 0;
  bottom: 0;
  height: var(--dock-h);
  display: grid;
  place-items: center;
  padding: 10px 8px 10px;
  background: linear-gradient(to top, rgba(255, 208, 162, 0.92), rgba(244, 194, 153, 0.58));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, .10);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}


.dock__inner {
  width: 100%;
  display: flex;
  gap: 10px;
  overflow: auto;
  scrollbar-width: none;
}

.dock__inner::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width:768px) {
  .dock__inner {
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .dock {
    width: 100%;
  right: 0;
  bottom: 0;

  border-radius: 1rem;
  }

  .dock__inner {
  width: min(1100px, 94vw);
}
}

.chip {
  flex: 0 0 auto;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.427);
  background: rgba(255, 255, 255, .06);
  color: #111;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  transition: transform .12s ease, background .12s ease;
}

.chip:active {
  transform: scale(.98);
}

.chip.is-active {
  background: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.538);
}

/* 例：問い合わせセクション */
.contact {
  width: min(1100px, 92vw);
  margin: 40px auto 120px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .04);
}

.contact h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.contact p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
}

.btn--wide {
  width: 100%;
}

/* SP */
@media (max-width: 820px) {
  :root {
    --stack-top: 76px;
    --stack-step: 12px;
    --dock-h: 74px;
  }

  .carCard__inner {
    padding: 3rem 1rem;
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  }

  .carCard__inner {
    grid-template-columns: 1fr;
  }

  .carCard__kv {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .carCard__media {
    min-height: 190px;
  }
}

/* present layout */

.present {
  width: 100%;
  height: 100%;
  position: relative;
}

.present-bg {
  position: relative;
  background-color: #f7f9f7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.ttl_present {
  background: linear-gradient(120deg, #004098, #000036);
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0rem;
  padding: 2rem 3rem 2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl_present {
    padding: 2rem 1rem 2rem;
  }
}

.date_present {
  background: linear-gradient(120deg, #f8f7c6, #f8f7c6);
  width: 100vw;
  margin: 0 calc(50% - 50vw) 3rem;
  padding: 2rem 3rem 2rem;
  position: relative;
  color: #1d2088;
}

.ttl_present img {
  width: 56%;
  margin: 0 auto;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .ttl_present img {
    width: 100%;
    padding-left: 0;
  }
}

.ttl_present .icon_pr_ttl {
  position: absolute;
  width: 20%;
  left: 1rem;
  top: -3.5rem;
  transform: rotate(-8deg);
}

@media screen and (max-width: 767px) {
  .ttl_present .icon_pr_ttl {
    width: 26%;
    top: -80%;
  }
}

@media screen and (max-width: 767px) {
  .present-item_wrapper {
    padding: 0 1rem;
  }
}

.present-item {
  border: 1px solid #1d2088;
  border-radius: 1rem;
  margin-bottom: 4rem;
  padding: 4rem 2rem;
  color: #000036;
  padding: 6rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .present-item {
    padding: 4rem 1rem;
    gap: 2rem;
  }
}


.present-item_ttl {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .present-item_ttl {
    width: 100%;
  }
}

.present-item_desc {
  width: fit-content;
}

.present-item_card {
  width: 100%;
  margin-top: 0 !important;
}

.present-item_card .p-products__swiper00 {
  margin-top: 0;
  overflow: visible;
}

.present-item_card .p-products__swiper00 .product-card {
  box-shadow: 0 0 10px rgba(52, 52, 52, 0.523);
}

.card-head {
  color: #fff;
  padding: 0.5rem 0;
}

.card-head.--01 {
  background-color: #005e3c;
}

.card-head.--02 {
  background-color: #0068b7;
}

.card-head.--03 {
  background-color: #a64a97;
}

.card-head.--04 {
  background-color: #c8161d;
}

.card-head.--05 {
  background-color: #00afec;
}

.card-foot {
  padding: 0.5rem;
  background-color: #eae5e3;
}

.sub_description {
  padding: 2rem 3rem;
  margin-bottom: 1rem;
  background-color: #eacf8c;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .sub_description {
    padding: 0.75rem 1.125rem;
  }
}

.present-item_caution {
  width: fit-content;
  margin: 0 auto;
}

.campaign-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* 横スクロール用のラッパー */
.campaign-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* スマホ用の見出し（PCでは非表示） */
.campaign-table-head-sp {
  display: none;
  margin-bottom: 8px;
  padding: 10px 12px;
  background: #1b2a86;
  /* 既存の濃い青に合わせて */
  color: #fff;
  font-weight: 800;
  text-align: center;
  border-radius: 10px;
}

/* スマホ：左の「対象車種」列を隠して、上の見出しを表示 */
@media (max-width: 767px) {
  .campaign-table-head-sp {
    display: block;
  }

  /* 左縦見出しを非表示（rowspanのセル） */
  .campaign-table .side {
    display: none;
  }

  /* 横スクロールさせるため、テーブルの最小幅を確保 */
  .campaign-table {
    min-width: 720px;
    /* 好みで調整（崩れない幅） */
  }
}

.campaign-table th,
.campaign-table td {
  border: 1px solid var(--blue);
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.35;
  color: var(--blue);
}

.campaign-table .side {
  width: 120px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 28px;
}

.campaign-table .type {
  width: 260px;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
  font-size: 22px;
  text-align: left;
}

.campaign-table .detail {
  background: #fff;
}

/* 右端に注釈を寄せるためのレイアウト */
.detail-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
}

.detail-row .main {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
}

.detail-row .note {
  flex: 0 0 auto;
  white-space: nowrap;
  color: var(--blue);
  font-weight: 700;
  font-size: 15px;
  align-self: flex-start;
}

.detail-row.is-link .subnote {
  margin-left: 16px;
  color: var(--link);
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
}

.detail-row.is-link .arrow {
  flex: 0 0 auto;
  color: var(--link);
  font-weight: 900;
  white-space: nowrap;
}

/* スマホでは注釈を折り返す */
@media (max-width: 980px) {

  .campaign-table th,
  .campaign-table td {
    font-size: 15px;
    padding: 16px 10px;
  }

  .campaign-table .side {
    font-size: 22px;
    width: 96px;
  }

  .campaign-table .type {
    font-size: 15px;
    width: 160px;
  }

  .detail-row {
    flex-direction: column;
  }

  .detail-row .note,
  .detail-row.is-link .subnote {
    white-space: normal;
  }

  .detail-row.is-link .arrow {
    align-self: flex-end;
  }
}

.pr-caution {
  background-color: #dcdddd;
  padding: 3rem 3rem;
  border-radius: 1rem;
  color: #003567;
}

@media screen and (max-width: 767px) {

  .pr-caution {
    padding: 2.4rem 1.6rem;
    height: 20rem;
    overflow-y: scroll;
  }
}

.pr-caution .contact {
  padding: 1rem 0;
  text-align: center;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 1rem;
}

.pr-caution p {
  font-size: 0.85rem;
  text-align: left;
}

.c-main {
  position: relative;
  color: #fff;
  padding: 0rem 3rem 0rem;
}

@media screen and (max-width: 767px) {
  .c-main {
    position: relative;
    color: #fff;
    padding: 0rem 0rem 0rem;
  }
}

.pr-wrap {
  width: 100%;
  height: auto;
  color: #141414;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #171C61;
  margin: 1rem 0;
}

.tab_contents .ttl {
  width: 80%;
}

.caption {
  width: 80%;
  margin: 2rem auto;
}

.caption .txt {
  font-size: 1.1rem;
  line-height: 1.6;
}

.caption .t-caution {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.caption .spec {
  padding: 0.5rem;
  width: fit-content;
  margin: 1rem auto;
  border: 1px dotted #1a1a1a;
  font-size: 0.9rem;
}

.caption .point {
  width: 70%;
  margin: auto;
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.5rem 1rem;
  color: #fff;
  background-color: #cab37a;
}

.point .button {
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
  padding: 0.5rem 1rem;
  background-color: #494848;
}

.point .button:hover {
  background-color: rgb(94, 94, 94);
}

@media screen and (max-width:767px) {
  .caption {
    width: 100%;
  }

  .caption .txt {
    text-align: left;
  }

  .caption .point {
    width: 100%;
  }
}

.pr_btn {
  padding: 0.5rem 3rem;
  position: relative;
  margin: 0 auto;
  color: #232584;
}

.pr_btn.sub {
  background-color: #232584;
  color: #fff;
}

.pr_btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 100%;
}

.title_course {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:767px) {
  .pr_wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 1rem;
  }

}

.caution {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width:767px) {
  .caution {
    width: 100%;
  }
}

.price_box {
  margin: 1rem auto;
  padding: 0.5rem 3rem;
  width: fit-content;
  border: 1px dotted #fff;
}

.course.last {
  width: 80%;
}

.course.last img {
  width: 70%;
}

.course img {
  width: 100%;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 767px) {
  .course img {
    width: 100%;
  }

  .course.last {
    width: 100%;
  }
}

.carlife {
  width: 50%;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .carlife {
    margin: 2rem auto;
    width: 100%;
  }
}

/*埼玉スバルオリジナル*/