/*base     ======================================*/
html {
  font-size: 62.5%;
  /*10px*/
}

body {
  overflow-x: hidden;
  width: 100%;
  color: #231815;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1e7acf;
  background: linear-gradient(
    90deg,
    rgba(30, 122, 207, 1) 1%,
    rgba(82, 239, 250, 1) 20%,
    rgba(250, 254, 255, 1) 40%,
    rgba(250, 254, 255, 1) 60%,
    rgba(82, 239, 250, 1) 80%,
    rgba(30, 122, 207, 1) 100%
  );
}
img {
  margin-top: -1px;
}

.wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  max-width: 769px;
}

/*project  ======================================*/
.main {
  background-color: #fff;
}
/*mainVisual*/
.mainvisual {
  background: #33a3de;
}
.mainvisual_title {
  top: 0;
  left: 0;
  width: 100%;
}

.recommend--tl {
  top: 0;
  left: 0;
  width: 100%;
}
.mv_btn {
  width: 100%;
  background: #fff;
}
.mv_btn .columns {
  width: 86%;
}
.recommend_box .columns {
  width: 86%;
  bottom: 15%;
  left: 7%;
}
.zrv .recommend_box .columns {
  bottom: 15%;
}
#nbox .btn_nbox {
  width: 90%;
  left: 5%;
  bottom: 4%;
}
.sokuno--tl {
  top: 0;
  left: 0;
  width: 100%;
}

.vezel .recommend_box .columns {
  bottom: 10%;
}
.stepwgn .recommend_box .columns {
  bottom: 10%;
}
.sensing_ico {
  top: 1.5%;
  right: 6.8%;
  width: 16%;
}
.nbox .sensing_ico {
  top: 15%;
  left: 7.8%;
}
.fit .sensing_ico {
  top: 18.5%;
  left: 7.8%;
}
.freed .sensing_ico {
  top: 7.5%;
  left: 42%;
}
.vezel .sensing_ico {
  top: 17.5%;
  left: 7.8%;
}
.zrv .sensing_ico {
  top: 17.5%;
  left: 7.8%;
}
.stepwgn .sensing_ico {
  top: 18.5%;
  left: 7.8%;
}

/*usedcar*/
#usedcar .bg--usedcar {
  background: #fff100 url(../images/4_usedcar_bg.webp) no-repeat;
  background-size: 100% auto;
}
#usedcar .usedcar--tl {
  width: 90%;
  left: 5%;
  top: 6%;
}

.border-gray {
  border-top: 6px solid #3e3a39;
}

.bg--usedcar {
  background-color: #00afec;
}

.btn--used-search {
  left: 5%;
  bottom: 42.5%;
}

.btn_apply_wrap {
  width: 80%;
  bottom: 15%;
  height: 100px;
}
.democar_box {
  background: #fff;
  border: 1px solid #e50012;
}

.usedcar_btn {
  bottom: 5%;
  left: 8%;
  width: 86%;
}
.usedcar_box {
  width: 96%;
  margin-left: 1%;
}
.btn--myhonda {
  z-index: 15;
  left: 5%;
  bottom: 5%;
}
.btn--ai {
  z-index: 15;
  left: 5%;
  bottom: 12.5%;
}

.bgColor--gray {
  background-color: #e3e3e3;
}

/*20251126　修正追加分　*/
.bgColor--red {
  background-color: #d10200;
}

.btn--crv {
  bottom: 1%;
}
.car--crv {
  width: 90%;
  left: 5%;
  top: 14%;
}

/*animation ======================================*/
.splide__pagination {
  position: relative;
  bottom: initial;
  left: initial;
  right: initial;
}
.splide__pagination__page {
  background: #aaa;
  height: 12px;
  margin: 7px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 12px;
}

.splide__arrow {
  top: 59.7%;
  background-color: #fff;
  height: 80px;
  width: 40px;
  background: none;
  z-index: 100;
}

.splide__arrow svg {
  height: 60px;
  width: 20px;
}

.splide__arrow svg path {
  transform: scaleY(2.1);
  transform-origin: center center; /* ���S����ɐL�΂� */
}

.splide__arrow--prev {
  left: -3px;
}
.splide__arrow--next {
  right: -3px;
}

@media all and (min-width: 769px) {
  .splide__arrow {
    height: 80px;
    width: 80px;
  }
  .splide__arrow--prev {
    left: -25px;
  }
  .splide__arrow--next {
    right: -15px;
  }

  .splide__arrow svg {
    height: 70px;
    width: 30px;
  }

  .splide__arrow--prev.splide__arrow svg {
    margin-right: -1.4em;
  }

  .splide__pagination__page {
    height: 20px;
    margin: 13px;
    width: 20px;
  }
}

#usedcar .splide__arrow {
  top: 45%;
}

/*MAP*/
.showroom1_bg {
  background-color: #bf0008;
  padding: 2% 3% 0% 3%;
}
.showroom2_bg {
  background-color: #484399;
  padding: 2% 3% 0% 3%;
}
.showroom3_bg {
  background-color: #e78023;
  padding: 2% 3% 0% 3%;
}
.showroom4_bg {
  background-color: #6cb246;
  padding: 2% 3% 0% 3%;
}

.accordion-content {
  display: none;
}

.accordion-title {
  cursor: pointer;
}

/*fixed_btn*/
@media all and (max-width: 768px) {
  .fixedbtn {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background-color: rgba(256, 256, 256, 0.9);
    height: auto;
  }

  .fixedbtn1 {
    width: 100%;
    left: 0%;
    top: 10%;
  }

  .fixedbtn2 {
    width: 49%;
    left: 0%;
    bottom: 5%;
  }

  .fixedbtn3 {
    width: 49%;
    right: 0%;
    bottom: 5%;
  }
}

@media all and (min-width: 769px) {
  .fixedbtn {
    position: fixed;
    width: 100px;
    top: 50px;
    bottom: auto;
    right: 0;
    z-index: 1;
    background-color: rgba(256, 256, 256, 0);
    background: none;
    height: 0;
  }
  .fixedbtn .content {
    width: 100%;
  }

  .fixedbtn1 {
    width: 88px;
    right: 0%;
    left: auto;
    bottom: 0%;
    top: 3px;
  }

  .fixedbtn2 {
    width: 88px;
    right: 0%;
    bottom: auto;
    top: 190px;
  }

  .fixedbtn3 {
    width: 88px;
    right: 0%;
    bottom: auto;
    top: 376px;
  }
}
footer {
  padding-bottom: 40vw;
}
@media all and (min-width: 769px) {
  footer {
    padding-bottom: 0;
  }
}
