section.mv img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
section.mv .wrap {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  aspect-ratio: 1920/648;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  section.mv .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.mv .wrap .mv-video video {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.mv .wrap .mv-video video {
    width: 100%;
    height: auto;
  }
}
section.mv .wrap .mv-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  background: url("../images/kyushu/mv-bg.png") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  section.mv .wrap .mv-content {
    padding: 18px 15px 25px;
  }
}
section.mv .wrap .mv-content .img {
  display: block;
  width: 84.6054333765%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  section.mv .wrap .mv-content .img {
    width: 100%;
  }
}
section.mv .wrap .mv-content .link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 84.6054333765%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  background-color: #ff7917;
}
@media screen and (max-width: 768px) {
  section.mv .wrap .mv-content .link {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}
section.mv .wrap .mv-content .link .txt {
  text-align: center;
  font-size: clamp(14px, 0.125rem + 1.5625vw, 32px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  section.mv .wrap .mv-content .link .txt {
    font-size: clamp(14px, 5vw, 20px);
  }
}
section.mv .wrap .mv-content .link-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  section.mv .wrap .mv-content .link-sp {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: auto;
    padding: 12px;
    border-radius: 23px;
    background-color: #ff7917;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
  }
}

.home .home_main .main_search_box {
  position: absolute;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-top: -40px;
  padding: 25px;
  border-radius: 10px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.home .home_main .main_search_box .main_search_box_i {
  border: 2px solid #002e8f;
  border-radius: 10px;
  padding: 10px 20px;
  margin-right: 20px;
}

.home .home_main .main_search_box .main_search_box_i:hover {
  border: 2px solid #002e8f;
  background: #e0effe;
  cursor: pointer;
  color: #002e8f;
}

.home .home_main .main_search_box .main_search_box_i.car_keyword_w {
  border: 0px solid #002e8f;
  border-radius: 0px;
  padding: 0px;
  margin-right: 20px;
}

.home .home_main .main_search_box .main_search_box_i.car_keyword_w:hover {
  background: none;
  color: #333;
}

.home .home_main .main_search_box .main_search_box_i.car_keyword_w input[type=text] {
  border: 2px solid #002e8f;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 59px;
  width: 290px;
  font-size: 1.8rem;
}

.home .home_main .main_search_box .main_search_box_i.car_name_w {
  width: 190px;
  text-align: center;
}

.home .home_main .main_search_box .main_search_box_i.car_area_w {
  width: 120px;
  text-align: center;
}

.home .home_main .main_search_box .main_search_box_i.car_price_w {
  width: 120px;
  text-align: center;
}

.home .home_main .main_search_box .main_search_box_i .emp {
  font-size: 1.6rem;
}

.home .home_main .main_search_box .main_search_box_i .emp span {
  font-size: 2rem;
  font-weight: 600;
}

.home .home_main .main_search_box .main_search_box_i .car_name {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.home .home_main .main_search_box .main_search_box_i .car_price {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.home #search_box.bg_gray {
  padding-top: 110px;
}

.home .home_main .main_search_box .btn_w .btn {
  background-color: #ff7917;
}

@media screen and (max-width: 750px) {
  .home_main {
    display: none;
  }
  .home .home_main .main_search_box {
    padding: 3%;
    /* bottom: -30px; */
    bottom: -50px;
  }
  .home .home_main .main_search_box .main_search_box_i.car_keyword_w {
    width: 82.5%;
    margin-right: 2.5%;
  }
  .home .home_main .main_search_box .main_search_box_i.car_keyword_w input[type=text] {
    height: 45px;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 5px;
  }
  .home .home_main .main_search_box .btn_w .btn {
    width: 100%;
    border-radius: 5px;
  }
  .home #search_box.bg_gray {
    padding-top: 40px;
  }
}
.home #home_points {
  padding: 60px 0;
}

.home #home_points h2 {
  font-size: 2.6rem;
  margin-bottom: 40px;
  text-align: center;
}

.home #home_points .home_points_w {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home #home_points .home_points_i {
  width: 32%;
}

.home #home_points .home_points_i .imgarea {
  margin-bottom: 20px;
}

.home #home_points .home_points_i .txtimg {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .home #home_points h2 {
    font-size: 2.2rem;
    line-height: 1.35;
  }
  .home #home_points .home_points_i {
    width: 100%;
    margin-bottom: 30px;
  }
  .home #home_points .home_points_i:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .home #home_points .home_points_i .imgarea {
    margin-bottom: 10px;
  }
  .home #home_points .home_points_i .txtimg {
    margin-bottom: 10px;
  }
}
.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns-item {
  margin: 0 20px;
  width: 100%;
  max-width: 50px;
}

.sns-item-link {
  display: block;
  width: 100%;
}

.sns-item-link img {
  width: 100%;
  height: auto;
  vertical-align: top;
}/*# sourceMappingURL=kyushu-home.css.map */