.page-info {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-info .under-mv__text::after {
    content: none;
  }
  .page-info .under-mv__text span {
    position: relative;
  }
  .page-info .under-mv__text span::after {
    background: url(../img/common/under-mv-rainbow.svg) no-repeat center center/cover;
    content: "";
    width: 59px;
    height: 33px;
    top: 50%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    right: -47px;
    position: absolute;
    z-index: -1;
  }
}

.stock {
  padding-top: min(88px, 7.04vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .stock {
    padding-block: 70px;
    overflow: clip;
  }
}
.stock::before {
  background: #EE86A2;
  content: "";
  position: absolute;
  height: min(483px, 38.64vw);
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .stock::before {
    height: 438px;
  }
}

.stock__inner {
  padding: 0;
  max-width: 100%;
}
.stock__inner::before {
  background: url("../img/common/cloude-deco-two.svg") no-repeat center center/cover;
  content: "";
  width: min(239px, 19.12vw);
  height: min(73px, 5.84vw);
  top: max(-64px, -5.12vw);
  left: max(-35px, -2.8vw);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .stock__inner::before {
    width: 112px;
    height: 35px;
    top: -54px;
    left: -18px;
  }
}
.stock__inner::after {
  background: url("../img/common/cloude-deco-three.svg") no-repeat center center/cover;
  content: "";
  width: min(232px, 18.56vw);
  height: min(110px, 8.8vw);
  top: max(-4px, -0.32vw);
  right: min(15px, 1.2vw);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .stock__inner::after {
    background: url("../img/common/cloude-deco-two.svg") no-repeat center center/cover;
    width: 110px;
    height: 34px;
    top: 40px;
    right: -20px;
  }
}
.stock__inner .section-title {
  max-width: calc(1200px + 4%);
  margin: 0 auto;
  padding: 0 calc(2% + 20px);
}
.stock__inner .section-title::before {
  left: min(28px, 2.24vw);
  top: max(-8px, -0.64vw);
}
@media screen and (max-width: 767px) {
  .stock__inner .section-title::before {
    left: 14px;
    top: -4px;
  }
}

.stock__sliders {
  margin-top: min(48px, 3.84vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .stock__sliders {
    margin-top: 32px;
  }
}
.stock__sliders .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.stock__sliders::before {
  background: url("../img/common/car-green.svg") no-repeat center center/cover;
  content: "";
  width: min(218px, 17.44vw);
  height: min(153px, 12.24vw);
  left: 0;
  bottom: max(-130px, -10.4vw);
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .stock__sliders::before {
    width: 65px;
    height: 46px;
    bottom: -20px;
  }
}
.stock__sliders::after {
  background: url("../img/common/car-yellow.svg") no-repeat center center/cover;
  content: "";
  width: min(204px, 16.32vw);
  height: min(138px, 11.04vw);
  right: 0;
  bottom: max(-44px, -3.52vw);
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .stock__sliders::after {
    width: 72px;
    height: 48px;
    bottom: -145px;
  }
}

.stock__car-item {
  max-width: min(305px, 24.4vw);
}
@media screen and (max-width: 767px) {
  .stock__car-item {
    max-width: 152px;
  }
}
.stock__car-item img {
  border-radius: min(10px, 0.8vw);
}
@media screen and (max-width: 767px) {
  .stock__car-item img {
    border-radius: 5px;
  }
}

.stock__slider-row + .stock__slider-row {
  margin-top: min(16px, 1.28vw);
}
@media screen and (max-width: 767px) {
  .stock__slider-row + .stock__slider-row {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.stock__btn-wrapper {
  margin-top: min(64px, 5.12vw);
}
@media screen and (max-width: 767px) {
  .stock__btn-wrapper {
    margin-top: 32px;
  }
}

.janaito {
  margin-top: min(80px, 6.4vw);
}
@media screen and (max-width: 767px) {
  .janaito {
    margin-top: 64px;
  }
}

.janaito__box {
  padding: min(52px, 4.16vw) 0 min(40px, 3.2vw) min(148px, 11.84vw);
  border-radius: min(20px, 1.6vw);
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .janaito__box {
    padding: 40px 20px 20px;
    border-radius: 20px;
  }
}
.janaito__box::after {
  background: url("../img/info/janaito-kun.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: min(379px, 30.32vw);
  height: min(479px, 38.32vw);
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .janaito__box::after {
    width: 99px;
    height: 125px;
    right: -13px;
    bottom: -18px;
  }
}

.janaito__wrapper {
  max-width: min(710px, 56.8vw);
}
@media screen and (max-width: 767px) {
  .janaito__wrapper {
    max-width: 100%;
  }
}

.janaito__img {
  margin: auto;
  max-width: min(411px, 32.88vw);
}
@media screen and (max-width: 767px) {
  .janaito__img {
    max-width: 200px;
  }
}

.janaito__text {
  margin-top: min(24px, 1.92vw);
}
@media screen and (max-width: 767px) {
  .janaito__text {
    margin-top: 24px;
  }
}

.janaito__btn-wrapper {
  margin-top: min(32px, 2.56vw);
}
@media screen and (max-width: 767px) {
  .janaito__btn-wrapper {
    margin-top: 40px;
  }
}
.janaito__btn-wrapper .btn {
  max-width: min(400px, 32vw);
}
@media screen and (max-width: 767px) {
  .janaito__btn-wrapper .btn {
    max-width: 100%;
  }
}

.carsensor {
  margin-top: min(40px, 3.2vw);
}
@media screen and (max-width: 767px) {
  .carsensor {
    margin-top: 245px;
  }
}

.carsensor__box {
  padding: min(44px, 3.52vw) min(54px, 4.32vw) min(50px, 4vw) min(40px, 3.2vw);
  background: #EE86A2;
  border-radius: min(20px, 1.6vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(40px, 3.2vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .carsensor__box {
    padding: 40px 20px;
    border-radius: 20px;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carsensor__box::after {
  background: url("../img/common/cta-human.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: min(238px, 19.04vw);
  height: min(265px, 21.2vw);
  right: max(-100px, -8vw);
  bottom: max(-1px, -0.08vw);
}
@media screen and (min-width: 768px) {
  .carsensor__box::after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  .carsensor__box::after {
    background: url("../img/top/reason-find-img-sp.webp") no-repeat center center/cover;
    width: 345px;
    height: 233px;
    right: 0;
    left: 0;
    top: -222px;
    z-index: -1;
  }
}

.carsensor__img {
  max-width: min(578px, 46.24vw);
}
@media screen and (max-width: 767px) {
  .carsensor__img {
    max-width: 71.04%;
  }
}

.carsensor__content {
  max-width: min(408px, 32.64vw);
}
@media screen and (max-width: 767px) {
  .carsensor__content {
    max-width: 100%;
  }
}

.carsensor__bubble {
  margin-top: max(-50px, -4vw);
  margin-right: max(-80px, -6.4vw);
  margin-bottom: max(-20px, -1.6vw);
}
@media screen and (max-width: 767px) {
  .carsensor__bubble {
    display: none;
  }
}

.carsensor__text {
  color: #fff;
}

.carsensor__btn-wrapper {
  margin-top: min(14px, 1.12vw);
}
@media screen and (max-width: 767px) {
  .carsensor__btn-wrapper {
    margin-top: 40px;
  }
}

.goo-net {
  margin-top: min(40px, 3.2vw);
}
@media screen and (max-width: 767px) {
  .goo-net {
    margin-top: 56px;
  }
}

.goo-net__box {
  padding: min(65px, 5.2vw) min(40px, 3.2vw) min(40px, 3.2vw);
  border-radius: min(20px, 1.6vw);
  background: #49D9D2;
}
@media screen and (max-width: 767px) {
  .goo-net__box {
    padding: 40px 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
  .goo-net__box::after {
    background: url("../img/common/car-green.svg") no-repeat center center/cover;
    content: "";
    width: 82px;
    height: 58px;
    top: -20px;
    right: 10px;
    position: absolute;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    z-index: 2;
  }
}

.goo-net__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .goo-net__content {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .goo-net__content-wrapper {
    display: contents;
  }
}

.goo-net__text {
  color: #fff;
  max-width: min(625px, 50vw);
}
@media screen and (max-width: 767px) {
  .goo-net__text {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.goo-net__btn-wrapper {
  margin-top: min(16px, 1.28vw);
}
@media screen and (max-width: 767px) {
  .goo-net__btn-wrapper {
    margin-top: 16px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.goo-net__btn-wrapper .btn {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .goo-net__btn-wrapper .btn {
    margin-left: auto;
  }
}

.goo-net__bubble {
  max-width: min(439px, 35.12vw);
}
@media screen and (max-width: 767px) {
  .goo-net__bubble {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.goo-net__img {
  margin-top: min(32px, 2.56vw);
  display: block;
}
@media screen and (max-width: 767px) {
  .goo-net__img {
    margin-top: 0px;
  }
}
.goo-net__img:hover {
  opacity: 0.7;
}

.banner {
  margin: min(32px, 2.56vw) auto;
  max-width: min(1290px, 103.2vw);
}
@media screen and (max-width: 767px) {
  .banner {
    margin: 56px 20px 64px;
    max-width: 100%;
  }
}