.lineup {
  padding: 8rem 3rem;
  background: linear-gradient(to bottom, #fee4a4 0%, #f3f9d7 75%, #e8ddbe 100%);
  position: relative;
  z-index: 10;
}

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

#card .main-title {
  color: #272727;
  font-size: 4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #card .main-title {
    font-size: 2.4rem;
  }
}

.lu_inner {
  padding-bottom: 6rem;
}

.lu-inner .box img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .lu-inner .box img {
    width: 60%;
  }
}

.lu .title_sub {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lu .title_sub h2 {
  line-height: normal;
}

.lu .title_sub span {
  width: 30%;
}

@media screen and (max-width:767px) {
  .lu .title_sub {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.lu .caution {
  text-align: center;
}

@media screen and (max-width:767px) {
  .lu .caution {
    text-align: left;
  }
}

.lu_flex {
  border: 0.5px solid #1B2624;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  padding: 1rem 0;
}

.lu_flex div {
  width: 50%;
  text-align: center;
}

.lu_flex div:nth-child(1) {
  border-right: 0.5px solid #1B2624;
}

.price {
  font-size: 1.5rem;
}

@media screen and (max-width:480px) {
  .lu_flex {
    flex-direction: column;
    padding: 0rem 0;
  }

  .lu_flex div {
    width: 100%;
    padding: 0.5rem 0;
  }

  .lu_flex div:nth-child(1) {
    border-right: 0px solid #1B2624;
    border-bottom: 0.5px solid #1B2624;
  }
}


.performance {
  margin-top: 7rem;
  position: relative;
  z-index: 11;
  height: 100%;
  overflow: visible;
}

@media screen and (max-width:767px) {
  .performance {
    margin-top: 4rem;
  }
}

.scene {
  z-index: 999;
  overflow: hidden;
}

.scene.--is-sticky {
  top: 1rem;
  position: sticky;
}

.scene span {
  display: block;
  width: 100%;
  margin: 0 auto 2rem;
  padding: 0.75rem 1rem 0.75rem 1rem;
  border-radius: 0.2rem;
  background-color: #b8a36f;
}

.scene span img {
  width: 70%;
}

/* .performance .--inner {
  position: relative;
  inset: 0;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  height: 100vh;
  background: url(../../images/performance.jpg) center/cover no-repeat;
} */

.adventure {
  position: relative;
  z-index: 12;
}

.adventure::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  background: url(../../images/adventure.jpg) no-repeat center;
  z-index: 0;
}

.p-products__contents {
  position: relative;
  padding-bottom: 3rem;
}

@media screen and (max-width:767px) {
  .present-item_card.p-products__contents {
    padding-bottom: 1rem;
  }
}

.p-products__inner {
  position: relative;
  padding-bottom: 5.6rem;
}

.p-products__inner.is-locked {
  padding-bottom: 0 !important;
}

.p-products__inner h5 {
  margin-top: 0;
  font-size: 1.15rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-products__inner .subttl_head {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
  margin-right: 8px;
  transition: all 1s ease-in-out;
}

.--bg_dark .p-products__inner .subttl_head {
  background: #fff;
}

.--sol .p-products__inner {
  padding-bottom: 0;
}

@media screen and (max-width: 980px) {
  .--sol .p-products__inner {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-products__inner {
    padding-bottom: 4rem;
  }

  .p-products__inner h5 {
    margin-bottom: 1rem;
  }

  .present-item_card .p-products__inner h5 {
    margin-bottom: 0;
  }
}

.p-products__contents.--01 {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-products__contents.--01 {
    margin-top: 0.7rem;
  }
}


.p-products__swiper00 {
  padding-right: 0rem;
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (max-width: 1320px) {
  .p-products__swiper00 {
    padding-right: 0rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products__swiper00 {
    margin-top: 0px;
    width: 100%;
  }
}

.p-products__swiper00 .p-products__item {
  height: auto;
  width: 36vw;
}

@media screen and (max-width: 767px) {
  .p-products__swiper00 .p-products__item {
    width: 81vw;
  }
}

.--solterra .p-products__swiper00 .p-products__item {
  width: 336px;
}

.p-products__swiper00 .p-products__item .product-card {
  text-align: left;
  display: block;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #fffcfc;
}

.p-products__swiper00.--pr .p-products__item .product-card {
  text-align: left;
  display: block;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #eae5e3;
}

.--bg_dark .p-products__swiper00 .p-products__item .product-card {
  border: 1px solid #fff;
}

.p-products__swiper00 .p-products__item .product-card .ttl {
  padding: 0.5rem;
}

.--solterra .p-products__swiper00 .p-products__item .product-card .ttl h5 {
  color: #49aad3;
}

.p-products__swiper00 .p-products__item .product-card .ttl p {
  font-size: 0.8rem;
}

.p-products__swiper00 .p-products__item .product-card .ttl .pack {
  color: #852222;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.35rem;
  justify-content: center;
  font-size: 0.8rem;
  line-height: normal;
  position: relative;
  padding-left: 0.675rem;
}

.p-products__swiper00 .p-products__item .product-card .ttl .pack::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #852222;
}

.p-products__swiper00 .p-products__item .thumb {
  aspect-ratio: 3/2;
}

.p-products__swiper00 .p-products__item .thumb.--02 {
  aspect-ratio: 2/1;
}

.p-products__swiper00 .p-products__item .thumb.--03 {
  aspect-ratio: 7/6;
}

.p-products__swiper00 .p-products__item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.details.card-txt {
  width: 84%;
  text-align: center;
  margin: 2rem auto 3rem;
  border: none;
  background: none;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(36, 36, 36, 0.451);
}

@media screen and (max-width:767px) {
  .details.card-txt {
    margin: 1rem auto 1rem;
  }
}

.details.card-txt button {
  padding: 1rem;
  width: 100%;
}

.details.--caution {
  margin-top: 3rem;
}

.awd_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.awd {
  padding: 0.5rem;
  border: 1px solid #000;
  font-size: 0.8rem;
  height: fit-content;
  line-height: normal;
  margin-right: 1rem;
}

.lineup .btn-wrap {
  margin-top: 3rem;
}

@media screen and (max-width:767px) {
  .lineup .btn-wrap {
    margin-top: 1.5rem;
  }
}

.lineup .button-37 {
  background-color: #ffffff;
  background: linear-gradient(to right, #fbe09a 0%, #f4d482 100%);
  color: #222222;
  font-weight: 600;
  border: none;
  border-radius: 8px;
}


.p-products__swiper01 {
  padding-right: 0rem;
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (max-width: 1320px) {
  .p-products__swiper01 {
    padding-right: 0rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products__swiper01 {
    margin-top: 0px;
    width: 100%;
  }
}

.p-products__swiper01 .p-products__item {
  height: auto;
  width: calc(100% / 3 - (32px / 3));
}

.p-products__swiper01 .p-products__item.--02 {
  width: 300px;
}

.p-products__swiper01 .p-products__item.--03 {
  width: 210px;
}

@media screen and (max-width: 980px) {
  .p-products__swiper01 .p-products__item {
    width: 82vw;
  }

  .p-products__swiper01 .p-products__item.--02 {
    width: 300px;
  }

  .p-products__swiper01 .p-products__item.--03 {
    width: 210px;
  }
}

.--solterra .p-products__swiper01 .p-products__item {
  width: 336px;
}

.p-products__swiper01 .p-products__item .product-card {
  text-align: left;
  display: block;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #fffcfc;
}

.--bg_dark .p-products__swiper01 .p-products__item .product-card {
  border: 1px solid #fff;
}

.p-products__swiper01 .p-products__item .product-card .ttl {
  padding: 1rem 0.5rem;
}

.--solterra .p-products__swiper01 .p-products__item .product-card .ttl h5 {
  color: #49aad3;
}

.p-products__swiper01 .p-products__item .product-card .ttl p {
  font-size: 0.8rem;
}

.p-products__swiper01 .p-products__item .product-card .ttl .pack {
  color: #852222;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.35rem;
  justify-content: center;
  font-size: 0.8rem;
  line-height: normal;
  position: relative;
  padding-left: 0.675rem;
}

.p-products__swiper01 .p-products__item .product-card .ttl .pack::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #852222;
}

.p-products__swiper01 .p-products__item .product-card.--sol01 {
  padding: 1rem 0.35rem;
}

.--sol01 .btn-wrap .button-37 {
  padding: 0.5rem;
  background-color: #8dabff;
  border: none;
}

.sol-price {
  background-color: #fffcfc;
  padding: 1rem 1rem 0.5rem 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sol-price {
    text-align: left;
  }
}


.p-products__swiper01 .p-products__item .thumb {
  aspect-ratio: 2/1;
}

.p-products__swiper01 .p-products__item .thumb.--02 {
  aspect-ratio: 2/1;
}

.p-products__swiper01 .p-products__item .thumb.--03 {
  aspect-ratio: 7/6;
}

.p-products__swiper01 .p-products__item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.--solterra .p-products__swiper01 .p-products__item .thumb {
  aspect-ratio: 2/1;
  background-color: #191919;
}

.--solterra .p-products__swiper01 .p-products__item .thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-products__contents .swiper-button-prev01,
.p-products__contents .swiper-button-next01,
.p-products__contents .swiper-button-prev01.swiper-button-prev:after,
.p-products__contents .swiper-button-next01.swiper-button-next:after {
  display: block;
}

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

  .p-products__contents .swiper-button-prev01,
  .p-products__contents .swiper-button-next01,
  .p-products__contents .swiper-button-prev01.swiper-button-prev:after,
  .p-products__contents .swiper-button-next01.swiper-button-next:after {
    display: block;
  }
}

.p-products__contents .swiper-button-prev,
.p-products__contents .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
}

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

  .p-products__contents .swiper-button-prev,
  .p-products__contents .swiper-button-next {
    height: 2.25rem;
    width: 2.25rem;
  }
}

.p-products__contents .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 0;
}

.p-products__contents .swiper-button-next {
  left: 4.6875rem;
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-products__contents .swiper-button-next {
    left: 3.125rem;
  }
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.p-products__contents .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/svgs/left.svg) no-repeat center center/contain;
}

.--bg_dark .p-products__contents .swiper-button-prev:after {
  background: url(../../images/svgs/left_wh.svg) no-repeat center center/contain;
}

.p-products__contents .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/svgs/right.svg) no-repeat center center/contain;
}

.--bg_dark .p-products__contents .swiper-button-next:after {
  background: url(../../images/svgs/right_wh.svg) no-repeat center center/contain;
}

.p-products__contents .swiper-scrollbar {
  left: 10.1875rem;
  max-width: calc(100% - 10.1875rem);
  width: calc(100%);
  bottom: 1.625rem;
  background: #d9d9d9;
  border: 0.1px solid #fff;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .p-products__contents .swiper-scrollbar {
    left: 6.875rem;
    bottom: 14px;
    max-width: calc(100% - 6.875rem);
    width: 100%;
  }
}

.p-products__contents .swiper-scrollbar-drag {
  background: rgb(66, 66, 66);
  cursor: pointer;
}

.product-card .t-caution {
  color: #2d2d2d;
  font-size: 0.8rem;
  margin-top: 1rem;
}

.lineup .t-caution.--soto {
  font-size: 0.8rem;
  margin-top: 1rem;
  color: #1c1c1c;
}

.model {
  margin-bottom: 8rem;
  overflow: hidden;
}

.model.--levorg {
  margin-top: 2.4rem;
}

.cs {
  margin: 0.5rem 0;
  color: #fff;
}

.cs .brz-cs {
  line-height: 1.5;
  font-weight: 600 !important;
  display: inline;
  background: linear-gradient(to right, #fffc56 8px, transparent 8px) repeat-x left bottom;
  background-size: 12px 1.6px;
}

.cs .caution {
  font-size: 0.8rem;
  text-align: left;
  margin-left: 0;
}


.other {
  margin: 2rem 0;
}

.other p {
  color: #fff;
  font-size: 0.9rem;
  line-height: normal;
  margin-bottom: 1rem;
}

.other img.sp {
  max-width: 500px;
  margin: 0 auto;
}

.pr-wrap_after .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lineup_new {
  margin: 2rem auto;
  width: 66%;
}

.coy {
  width: 90%;
  margin: 2rem auto 4rem;
}

.coy a {
  width: fit-content;
  margin: 2rem auto 0;
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: 2px solid #185936;
}

.coy img {
  aspect-ratio: auto!important;
}

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

  .coy {
    width: 100%;
    margin: 2.4rem auto 3rem;
  }
}


/* ===== モーダル土台 ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  /* 縦中央 */
  justify-content: center;
  /* 横中央 */
  /* GSAPでopacityを触るので、表示制御は visibility + pointer-events で */
  visibility: hidden;
  pointer-events: none;
}

.modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

/* 背景（オーバーレイ） */
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  opacity: 0;
  /* GSAPで制御 */
}

/* パネル */
.modal__panel {
  position: relative;
  width: min(600px, calc(100% - 32px));
  max-height: calc(100vh - 11rem);
  margin-top: 7rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
  overflow-y: scroll;

  opacity: 0;
  transform: translateY(8px);
  z-index: 99999;
}

@media screen and (max-width:767px) {
  .modal__panel {
    margin-top: 0rem;
    max-height: calc(100vh - 16rem);
  }
}

.modal__content {
  display: flex;
  flex-direction: column;
}

.modal__content img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

@media screen and (max-width:767px) {
  .modal__content {
    flex-direction: column;
  }
}

/* タイトル/本文 */
.modal__title {
  margin: 0;
  padding: 18px 56px 14px 20px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}

.modal__body {
  padding: 18px 20px 22px;
  overflow: auto;
  max-height: calc(100vh - 32px - 60px);
}

.modal__body h2 {
  line-height: 1.1;
  margin-bottom: 1rem;
}

/* 閉じるボタン（右上） */
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #f2f2f2;
  cursor: pointer;
  font-size: 26px;
  line-height: 40px;
}

/* 背景スクロール禁止 */
body.is-modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-comp, 0px);
}

.clip-grad-border-btn {
  position: relative;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  color: #1b2a86;
  cursor: pointer;

  overflow: hidden;
  background: #fff;
  /* 中身は白 */
}

/* 回転する背景 */
.clip-grad-border-btn::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);

  background: linear-gradient(135deg, #bc139d, #f8e756, #3648ed, #41d9ff, #bc139d);

  animation: bgSpin 4s linear infinite;
  z-index: 0;
}

/* 中身を上に置いて“枠”にする（内側をくり抜く） */
.clip-grad-border-btn::after {
  content: "";
  position: absolute;
  inset: 5px;
  /* 枠線の太さ */
  border-radius: inherit;
  background: #ffffff;
  z-index: 1;
}

/* テキストは最前面 */
.clip-grad-border-btn {
  z-index: 0;
}

.clip-grad-border-btn>* {
  position: relative;
  z-index: 2;
}

/* テキスト直書きでもOKなように */
.clip-grad-border-btn {
  isolation: isolate;
}

@keyframes bgSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}