.lineup {
  padding: 8rem 3rem;
  background: linear-gradient(to bottom, #59B4E2 0%, #D7EDF2 75%, #D3DDF1 100%);
  position: relative;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .lineup {
    padding: 0rem 1rem;
  }
}

#card .main-title {
  color: #fff;
}

.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;
}

.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;
  }
}

.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;
}
.--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: 92%;
}

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

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

.details .btn-wrap {
  margin-top: 1rem;
}


.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: none;
}
@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/svg/left.svg) no-repeat center center/contain;
}
.--bg_dark .p-products__contents .swiper-button-prev:after {
  background: url(../../images/svg/left_wh.svg) no-repeat center center/contain;
}

.p-products__contents .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/svg/right.svg) no-repeat center center/contain;
}
.--bg_dark .p-products__contents .swiper-button-next:after {
  background: url(../../images/svg/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;
}

.omiya {
  text-align: center;
  font-weight: 600!important;
  color: #171C61;
  display: inline-block;
  background:linear-gradient(to right, #ff9d3a 8px, transparent 8px) repeat-x left bottom;
  background-size: 16px 3px;
  margin: 1rem auto;
}

.logo_syasyu {
  display: block;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .logo_syasyu {
    display: block;
    width: 50%;
  }
  .logo_syasyu.--02 {
    width: 30%;
  }
}

.sol-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.35rem;
}
.zyutyu {
  padding: 0.5rem 4rem 0.5rem 4rem;
  background: linear-gradient(90deg,#0074c200 0%,#0074c277 30%, #002E79 70%, #0074c200 100%);
}
.zyutyu h4 {
  color: #fff;
}

.winter_wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 1.5rem;
}
.winter_wrapper .box {
  width: 36%;
}

.winter {
  display: flex;
  width: calc(64% - 4rem);
  margin: 2rem auto 2rem;
  align-items: center;
  gap: 2rem;
}
.winter .winter_ttl {
  width: 50%;
  position: relative;
  padding-top: 4rem;
}
.winter .winter_ttl .winter_txt {
  position: absolute;
  width: 100%;
  top: -5rem;
}

@media screen and (max-width: 767px) {
  .sol-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.zyutyu {
  padding: 0.35rem 2rem 0.35rem 1rem;
}

.winter_wrapper {
  flex-direction: column-reverse;
  gap: 1rem;
}
.winter {
  flex-direction: column;
  width: 100%;
  margin-top: 5rem;
  align-items: flex-start;
}
.winter .winter_ttl {
  width: 100%;
  padding-top: 0;
}
.winter .winter_ttl .winter_txt {
  width: 75%;
}
.winter_wrapper .box {
  width: 100%;
}
}

