* {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  vertical-align: middle;
}
ul,li,dl {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  color: #1C1414;
  font-family: Noto Sans JP,"\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3",Hiragino Kaku Gothic Pro,Sans-Serif;
  padding-bottom: 180px;
}
.wrap {
  width: 965px;
  margin: 0 auto;
}
body.is-noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.luke-hague {
  background: url(https://img.goo-net.com/cache/lp/search/kitakantoucp202508/bg_all.png) repeat;
  position: relative;
  padding-bottom: 100px;
}

.banner {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #00B7FF;
}
.banner-side {
  width: calc((100% - 1280px) / 2);
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.banner .moutain {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner .moutain::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(https://img.goo-net.com/cache/lp/search/kitakantoucp202508/img_mountain.png) repeat-x;
  background-size: 726px auto;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.banner-main {
  width: 1280px;
  height: 100%;
  flex-shrink: 0;
  margin: 0 auto;
  background: #50CDFF;
}
.banner-main .cont {
  display: flex;
  position: relative;
  z-index: 1;
}
.banner-main .pic-list {
  /* width: 21.64%; */
  width: 277px;
}
.banner-main .pic-list li {
  width: 100%;
}
.banner-main .center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
  position: relative;
}
.banner-main .center .banner-top {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 40px;
  background-color: #006CCA;
}
.banner-main .center .logo {
  width: 38.57%;
  margin: 30px 0 6px;
  position: relative;
  z-index: 1;
}
.banner-main .center .logo-page {
  width: 56.48%;
  position: relative;
  z-index: 1;
}
.banner-main .center .date {
  width: 71.62%;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}
.banner-main .center .button-red-banner {
  position: relative;
  width: 58.54%;
  z-index: 1;
}
/* main */
main {
  padding-top: 68px;
}
/* travel */
.travel .prompt {
  width: 50.06%;
  max-width: 483px;
  margin: 0 auto;
}
.travel h2 {
  width: 92.44%;
  max-width: 892px;
  margin: 20px auto 60px;
}
.travel-cont {
  width: 100%;
} 
.travel-cont.travelA {
  margin-bottom: 54px;
}
.travel-cont h3 {
  background: #0095F9;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  padding: 13px 224px 12px 25px;
  position: relative;
  border-radius: 18px 18px 0 0;
  font-family: Hiragino Sans;
}
.travel-cont .choose-pic {
  display: block;
  width: 224px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.travel-cont .cont-list {
  background: #F4F1E5;
  padding: 20px 26px 40px;
  border-radius: 0 0 18px 18px;
}
.travel-cont .cont-list .travel-prompt {
  padding: 0 0 25px;
  font-size: 18px;
}
.travel-cont .cont-list .list-item {
  display: flex;
  justify-content: space-between;
}
.travel-cont .cont-list .list-item li {
  width: 31.99%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.travel-cont .cont-list .list-item li .text {
  width: 100%;
  min-height: 104px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.902) 36.5%, #FFFFFF 64.5%, #FFFFFF 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 16.74px 11px 16.74px;
  box-sizing: border-box;
}
.travel-cont .cont-list .list-item li .text::after {
  content: '';
  display: inline-block;
  width: 8.5px;
  height: 17px;
  background: url(https://img.goo-net.com/cache/lp/search/kitakantoucp202508/icon_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16.74px;
  bottom: 24px;
}
.travel-cont .cont-list .list-item li .small-title {
  font-size: 11px;
  margin-bottom: 6px;
}
.travel-cont .cont-list .list-item li .title {
  font-size: 15px;
}
.travel-cont .cont-list .list-item li .address {
  position: absolute;
  top: 0;
  left: 7px;
  box-sizing: border-box;
  width: 43px;
  height: 87px;
  color: #fff;
  word-break: break-all;
}
.travelB {
  /* margin-bottom: 40px; */
}
.travelB .cont-list {
  background: #fff;
}
.travelB .list-part {
  margin-bottom: 40px;
}
.travelB .list-part:last-child {
  margin-bottom: 0;
}
.travelB .list-part h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 12px;
  font-family: Hiragino Sans;
}
.travelB .list-part h4 .big-font {
  font-size: 32px;
}
.travelB .list-part.part1 h4 {
  color: #9A4B9F;
}
.travelB .list-part.part2 h4 {
  color: #008437;
}
.travelB .list-part.part3 h4 {
  color: #023491;
}
.travelB .list-part .pic-list {
  display: flex;
  margin-bottom: 14px;
}
.travelB .list-part .pic-list li {
  width: 16.61%;
  flex-shrink: 0;
  border-radius: 0;
}
.travelB .list-part.part2 .pic-list li,
.travelB .list-part.part3 .pic-list li {
  width: 20%;
}
.travelB .address-map {
  display: flex;
  gap: 3.49%;
}
.travelB .address-map .left {
  /* padding-top: 11px; */
  width: 40.76%;
  flex-shrink: 0;
}
.travelB .address-map .right {
  flex-direction: column;
  width: 100%;
}
.travelB .address-map .right li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #000;
}
.travelB .address-map li .num-left {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.travelB .address-map li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid ;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  background: #FEF96C;
  flex-shrink: 0;
  font-family: Hiragino Kaku Gothic Pro;
}
.travelB .part1 .address-map li .left {
  display: flex;
  align-items: center;
}
.travelB .part1 .address-map li .num {
  border-color: #DB83E2;
  color: #9A4B9F;
}
.travelB .part2 .address-map li .num {
  border-color: #33AA64;
  color: #008437;
  font-size: 13px;
}
.travelB .part3 .address-map li .num {
  border-color: #336ACF;
  color: #023491;
  font-size: 12px;
}
.travelB .address-map li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #0797E2;
  text-decoration: underline;
  white-space: nowrap;
  font-family: Hiragino Sans;
}
.travelB .address-map li .add-main {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: Hiragino Sans;
}
.travelB .address-map li .add-main.small-font {
  font-size: 12px;
  line-height: 19px;
}
.travelB .address-map li .add-main span {
  display: inline-block;
}
.travelB .address-map li .add-main span:first-child {
  margin-right: 5px;
}
/* rediscover */
.rediscover {
  margin: 40px 0;
  display: flex;
  /* width: 75%; */
  width: 960px;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.rediscover .left {
  width: 28.125%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rediscover .left img {
  width: 67.4%;
}
.rediscover .right {
  flex: 1;
  background-color: #0095F9;
  padding: 11px 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
.rediscover .right .title {
  width: 81.45%;
  max-width: 562px;
  padding: 17px 0;
}
.rediscover .right .rediscover-button {
  width: 82%;
  max-width: 565px;
}
.rediscover .right .prompt {
  width: 42.32%;
  max-width: 292px;
  margin: 4px 0 13px;
}
/* share */
.share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 47px;
}
.share .text {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.share .platform-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.share .platform-list .platform-X {
  width: 30.5px;
}
.share .platform-list .platform-Line {
  width: 36.5px;
}
.share .platform-list .platform-Facebook {
  width: 36.5px;
}
/* choose-car */
.choose-car {
  background: #fff;
  padding: 45.5px 5.8% 12px;
  border-radius: 18px;
  overflow: hidden;
}
.choose-car h2 {
  font-size: 37px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 23.5px;
  font-family: Hiragino Sans;
}
.choose-car .choose-list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  position: relative;
}
.choose-car .choose-list li {
  width: 32.15%;
  flex-shrink: 0;
  padding: 22px 12px 18px 16px;
  border: 3px solid #C9C9C9;
  border-radius: 18px;
  box-sizing: border-box;
  position: relative;
}
.choose-car .choose-list .pic-list {
}
.choose-car .choose-list .pic {
  height: 155px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-car .choose-list .item1,
.choose-car .choose-list .item2 {
  /* position: relative; */
}
.choose-car .choose-list .item1 .pic-list {
  gap: 16px;
}
.choose-car .choose-list .item2 .pic-list {
  gap: 12px;
}
.choose-car .choose-list .item3 .pic-single span {
  width: 63%;
}
.choose-car .choose-list .pic-list span {
  display: block;
}
.choose-car .choose-list .item1 .left {
  width: 34.9%;
  flex-shrink: 0;
}
.choose-car .choose-list .item1 .right {
  width: 41.94%;
  flex-shrink: 0;
}
.choose-car .choose-list .item2 .left {
  width: 39.25%;
  flex-shrink: 0;
}
.choose-car .choose-list .item2 .right {
  width: 41.1%;
  flex-shrink: 0;
}
.choose-car .choose-list .title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 9px 0 5px;
  font-family: Hiragino Sans;
}
.choose-car .choose-list .text {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 11px;
  height: 162px;
}
.choose-car .btn {
  /* position: absolute;
 *  *   bottom: 18px;
 *   *     left: 50%;
 *    *       transform: translateX(-50%); */
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  min-width: 96.7%;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 11px;
  box-sizing: border-box;
  font-family: Hiragino Sans;
}
.choose-car .btn.blue {
  background: #1D2088;
}
.choose-car .btn.red {
  background: #EE1C24;
}
.choose-car .icon-add {
  position: absolute;
  top: 81px;
  right: -37.5px;
  width: 55px;
  height: 55px;
  background: #000;
  border-radius: 50%;
  z-index: 1;
  font-size: 37px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
  font-family: Hiragino Sans;
  text-align: center;
}
/* .choose-car .icon-add::after,
 *  * .choose-car .icon-add::before {
 *   *   content: '';
 *    *     display: inline-block;
 *     *       background: #fff;
 *      *         position: absolute;
 *       *           left: 50%;
 *        *             top: 50%;
 *         *               transform: translate(-50%,-50%);
 *          *               }
 *           *               .choose-car .icon-add::after {
 *            *                 width: ;
 *             *                 } */
.choose-car .car-prompt {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-top: 6px;
  font-family: A-OTF Gothic MB101 Pro;
}
/* common-application */
.common-application {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 40px;
  font-family: Hiragino Sans;
}
.common-application h2 {
  background: #0095F9;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-family: Hiragino Sans;
}
/* campaign-method */
.campaign-method .method-list {
  background: #F4F1E5;
  padding: 4.58%;
  display: flex;
  justify-content: space-between;
}
.campaign-method .method-list li {
  width: 31.3%;
  border-radius: 16px;
  background: #fff;
}
.campaign-method .method-list li .bottom-text {
  padding: 35.22px 5.36% 22px;
}
.campaign-method .method-list li .title {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 15.5px;
}
.campaign-method .method-list li .title span {
  width: 40px;
  height: 40px;
  background: #0797E2;
  border-radius: 50%;
  color: #FEF100;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
}
.campaign-method .method-list li .text {
  height: 142.5px;
  font-size: 17px;
}
.campaign-method .method-list li .text.spe {
  height: 135px;
}
.campaign-method .method-list li .text.bottom {
  height: auto;
}
.campaign-method .method-list li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #E81921;
  border-radius: 8px;
  margin-top: 9px;
}
/* application-terms */
.application-terms {}
.application-terms .terms-cont {
  background: #fff;
  padding: 42px 4.83% 36px;
}
.application-terms .cont-text {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  border-radius: 16px;
  overflow: hidden;
  height: 320px;
  /* overflow-y: scroll; */
  position: relative;
  padding: 15px 0;
  box-sizing: border-box;
}
.application-terms .cont-text::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #0095F9; 
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.application-terms .text-main {
  padding: 13px 4.19%;
  height: 279px;
  box-sizing: border-box;
  overflow-y: scroll;
  position: relative;
  z-index: 20;
  margin-right: 6px;
}
/* .application-terms .cont-text::before {
 *  *   content: '';
 *   *     display: inline-block;
 *    *       width: 100%;
 *     *         height: 13px;
 *      *           background: #fff;
 *       *             position: absolute;
 *        *               left: 0;
 *         *                 bottom: 0;
 *          *                   z-index: 0;
 *           *                   } */
.application-terms .text-main::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.application-terms .text-main::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
.application-terms .text-main .text-inner {
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}
.application-terms .text-main .text-inner .title {
  font-size: 16px;
  font-weight: 600;
}
.application-terms .text-main .text-inner .text {
  margin: 24px 0 20px;
}
.application-terms .text-main .text-inner dl+dl {
  margin-top: 20px;
}
.application-terms .text-main .text-inner .terms-cont-region {
  width: 320px;
  padding: 20px;
  margin: 20px 0;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.application-terms .text-main .text-inner .terms-cont-region p {
  margin-bottom: 16px;
}
.application-terms .text-main .text-inner .terms-cont-region.w500 {
  width: 500px;
}
.application-terms .text-main .text-inner .terms-cont-region ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
}
.application-terms .text-main .text-inner .terms-cont-region ul p {
  margin-top: 16px;
}
.application-terms .text-main .text-inner a {
  color: #008ED8;
  text-decoration: underline;
}
.application-terms .text-main .text-inner dd .indent-mark {
  padding-left: 1em;
  text-indent: -1em;
}
.search-vehicle {
  border-radius: 18px;
  background: #2AB2D2;
  padding: 12.5px 17.5% 54px;
}
.search-vehicle .search-type {
  padding-top: 35.5px;
}
.search-vehicle h2.search-type-title1 {
  width: 327px;
  margin: 0 auto 25px;
}
.search-vehicle h2.search-type-title2 {
  width: 450px;
  margin: 0 auto 25px;
}
.search-vehicle .type-list {
  display: flex;
  row-gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-vehicle .type-list li {
  width: 32.05%;
}
/* float */
.float {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255,255,255,.5);
  padding: 30px 0 26px;
}
.float-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.5px;
}
.float a.float-btn {
  width: 41%;
}
/* popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(28, 20, 20, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  font-family: Hiragino Sans;
}
.popup.show {
  display: flex;
}
.popup-main {
  background: #fff;
  width: 58.35%;
  max-width: 747px;
  border-radius: 16px;
  font-family: Hiragino Sans;
  position: relative;
}
.popup-main .name {
  padding: 11px 0 11px 20px;
  font-weight: 400;
}
.popup-main .name .small-name {
  font-size: 16px;
  line-height: 22px;
}
.popup-main .name .big-name {
  font-size: 24px;
  line-height: 36px;
}
.popup-main .mySwiper2 .swiper-slide {
  width: 100%;
}
.popup-main .mySwiper {
  margin: 16px 16.5px 0 18.5px;
}
.popup-main .mySwiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
.popup-main .mySwiper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.popup-main .mySwiper .swiper-slide.swiper-slide-thumb-active::before {
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #1EB3FF;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  -webkit-transition: .7s;
  transition: .7s
}
.popup-main span.close {
  width: 16.5px;
  height: 16.5px;
  position: absolute;
  right: 0;
  top: -22px;
}
.popup-main span.close::before,
.popup-main span.close::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.popup-main span.close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.popup-main span.close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.popup-main .popup-bottom {
  padding: 0 16.5px 0 18.5px;
}
.popup-main .popup-bottom a {
  display: block;
}
.popup-main .popup-bottom .address {
  font-size: 12px;
  background: url(https://img.goo-net.com/cache/lp/search/kitakantoucp202508/icon_map.png) no-repeat;
  background-size: 11.25px auto;
  background-position: left center;
  padding: 6.7px 0 6.7px 17.12px;
  margin-top: 8.3px;
  color: #000;
}
.popup-main .popup-bottom .address span {
  font-size: 12px;
  font-weight: 600;
  color: #1FB4FF;
}
.popup-main .popup-bottom .home-page {
  font-size: 14px;
  font-weight: 700;
  color: #0797E2;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0797E2;
  padding: 8px 0;
  position: relative;
}
.popup-main .popup-bottom .home-page::after {
  content: '';
  display: inline-block;
  width: 11.5px;
  height: 11.5px;
  background: url(https://img.goo-net.com/cache/lp/search/kitakantoucp202508/icon_share.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 14.22px;
  top: 50%;
  transform: translateY(-50%);
}
.popup-main .close-bottom {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0 14px;
}
.popup-main .close-text {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  padding-left: 19.5px;
  position: relative;
  text-align: center;
}
.popup-main .close-text::before,
.popup-main .close-text::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 1.5px;
  background: #484848;
  position: absolute;
  top: 50%;
  left: 0;
}
.popup-main .close-text::before {
  transform: translateY(-50%) rotate(45deg);
}
.popup-main .close-text::after {
  transform: translateY(-50%) rotate(-45deg);
}
/* footer */
footer {
  background: #fff;
}
.TheFooter_footer_2J-xQ {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0
}

.TheFooter_footer__nav_3daLn {
    background: #f1f1f1
}

.TheFooter_footer__logo_3Cr59 {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-align: center;
    color: #333;
    font-style: normal;
    float: none
}

.TheFooter_footer__logo_3Cr59 img {
    width: 230px;
    height: 19px;
    margin: 0 auto
}

.TheFooter_footer__copyright_3_U_S {
    height: 26px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
    line-height: 2.6
}

.TheFooter_footerNav--utility_1uzW2 {
    text-align: center;
    color: #333
}

.TheFooter_footerNav--utility__item_1ckfq {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #ccc;
    letter-spacing: 0;
    line-height: 1.2
}

.TheFooter_footerNav--utility__item_1ckfq:first-child {
    border-left: none
}

.TheFooter_footerNav--utility__item_1ckfq a {
    font-size: 10px;
    color: #676767;
    text-decoration: none
}

.disSP,
.flexSP {
  display: none !important;
}
.disPC {
  display: block !important;
}
.flexPC {
  display: flex !important;
}
@media screen and (max-width: 1280px) {
  .wrap {
    width: 95%;
  }
  .banner-main,
  .rediscover {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .travelB .address-map {
    flex-direction: column;
  }
  .travelB .address-map .left {
    margin: 0 auto;
  }
  .campaign-method .method-list li .text {
    font-size: 15px;
  }
  .choose-car {
    padding: 45.5px 3% 12px;
  }
  .choose-car .btn {
    font-size: 16px;
  }
  .search-vehicle {
    padding: 12.5px 8% 54px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .moutain::after {
    /* width: 720px; */
  }
  .banner-main .pic-list {
    /* width: 21.64%; */
    width: 277px;
  }
}
@media screen and (max-width: 768px) {
  .disPC,
  .flexPC {
    display: none !important;
  }
  .disSP {
    display: block !important;
  }
  .flexSP {
    display: flex !important;
  }
  body {
    padding-bottom: 74px;
  }
  .luke-hague {
    padding-bottom: 7px;
  }
  .wrap {
    width: 92%;
  }
  .banner-main .cont {
    flex-direction: column;
  }
  .banner-main .center {
    padding-bottom: 0;
  }
  .banner-main .pic-list {
    display: flex;
    width: 100%;
  }
  .banner-main .pic-list li {
    width: 33.33%;
  }
  .banner-main .center .banner-top {
    padding: 10px 4%;
  }
  .banner-main .center .logo {
    width: 58.13%;
    margin: 25px 0 4px;
  }
  .banner-main .center .logo-page {
    width: 62.4%;
  }
  .banner-main .center .date {
    width: 97.33%;
    margin: 9px 0 56px;
  }
  .banner .moutain::after {
    background: url(https://img.goo-net.com/cache/lp/search/kitakantoucp202508/img_mountain-sp.png) repeat-x;
    background-size: 100% auto;
    background-position: center bottom;
  }
  main {
    padding-top: 28.4px;
  }
  /* travel */
  .travel .prompt {
    width: 73.35%;
  }
  .travel h2 {
    width: 71.9%;
    margin: 10px auto 27px;
  }
  .travel-cont.travelA {
    margin-bottom: 27px;
  }
  .travel-cont h3 {
    background-color: transparent;
    padding: 0;
  }
  .travel-cont h3 .title-text {
    display: block;
    width: 100%;
  }
  .travel-cont .choose-pic {
    width: 45.36%;
    right: -5px;
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
  .travel-cont .cont-list {
    border-radius: 0 0 8px 8px;
    padding: 19px 0 28px;
  }
  .travel-cont .cont-list.travelB-cont {
    padding: 19px 0 35px;
  }
  .travel-cont .cont-list .travel-prompt {
    font-size: 14px;
    padding: 0 21px 18px;
  }
  .travel-cont .cont-list.travelA-cont .travel-prompt {
  }
  .travel-cont .cont-list .list-item {
    flex-direction: column;
    padding: 0 26.5px;
    gap: 13px;
    font-family: Hiragino Sans;
  }
  .travel-cont .cont-list .list-item li {
    width: 100%;
  }
  .travel-cont .cont-list .list-item li .text {
    height: 104px;
  }
  .travelB .list-part {
    padding: 0 11.5px;
  }
  .travelB .list-part h4 {
    font-size: 16px;
    font-family: Hiragino Kaku Gothic Pro;
    line-height: 25px;
    padding-right: 11px;
    margin-bottom: 18px;
  }
  .travelB .list-part h4 .big-font {
    font-size: 20px;
  }
  .travelB .list-part h4 .small-font {
    font-size: 14px;
  }
  .travelB .list-part .part-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .travelB .address-map {
    flex-direction: column;
    gap: 10px;
  }
  .travelB .address-map .left {
    padding-top: 0;
    width: 100%;
  }
  .travelB .address-map .right li {
    flex-direction: column;
    gap: 4px;
  }
  .travelB .address-map li a {
    line-height: 24px;
  }
  .travelB .address-map .right li .num {
    vertical-align: middle;
  }
  .travelB .address-map li .add-main {
    line-height: 24px;
  }
  .travelB .list-part .pic-list {
    margin-bottom: 0;
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .travelB .list-part .pic-list li,
  .travelB .list-part.part2 .pic-list li, 
  .travelB .list-part.part3 .pic-list li {
    width: 33.22%;
  }
  .travelB .address-map li .add-main span {
    display: inline;
  }
  .travelB .address-map li .add-main.small-font {
    font-size: 14px;
    line-height: 22px;
  }
  .travelB .address-map .right li {
    align-items: flex-start;
  }
  .travelB .list-part.part2 .pic-list li:nth-child(4),
  .travelB .list-part.part2 .pic-list li:last-child,
  .travelB .list-part.part3 .pic-list li:nth-child(4),
  .travelB .list-part.part3 .pic-list li:last-child {
    width: 50%;
  }
  /* rediscover */
  .rediscover {
    flex-direction: column;
    margin-top: 25px;
    border-radius: 8px;
  }
  .rediscover.mb23 {
    margin-bottom: 23px;
  }
  .rediscover .left {
    width: 42.3%;
    margin: 0 auto;
    padding: 15px 0 21px;
  }
  .rediscover .left img {
    width: 100%;
  }
  .rediscover .right {
    padding: 8px 0;
  }
  .rediscover .right .title {
    width: 92.19%;
    padding: 14px 0;
  }
  .rediscover .right .rediscover-button {
    width: 93.35%;
  }
  .rediscover .right .prompt {
    width: 56.82%;
    margin: 8px 0 10px;
  }
  /* share */
  .share {
    margin-bottom: 64px;
    gap: 41.5px;
  }
  .share .platform-list .platform-X {
    width: 27.5px;
  }
  /* choose-car */
  .choose-car {
    padding: 32px 3.18% 45px 3.47%;
    font-family: Hiragino Sans;
  }
  .choose-car h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    margin-bottom: 16px;
  }
  .choose-car .choose-list {
    flex-direction: column;
    gap: 0;
  }
  .choose-car .choose-list li {
    width: 100%;
    padding: 25px 5.7% 25px 6%;
    border-radius: 8px;
  }
  .choose-car .choose-list li:nth-child(2) {
    margin: 93px 0;
  }
  .choose-car .choose-list li .item-top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-left: 3px;
  }
  .choose-car .choose-list li .title {
    width: 35.4%;
    flex-shrink: 0;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
  .choose-car .choose-list .pic {
    height: auto;
    width: 55.45%;
    margin-bottom: 0;
  }
  .choose-car .choose-list .item1 .pic-list {
    gap: 12px;
  }
  .choose-car .choose-list .item2 .pic-list {
    gap: 6px;
  }
  .choose-car .choose-list .item3 .pic-single {
    justify-content: flex-end;
  }
  .choose-car .choose-list .item1 .left {
    width: 41.92%;
  }
  .choose-car .choose-list .item1 .right {
    width: 50.24%;
  }
  .choose-car .choose-list .item2 .left {
    width: 46.45%;
  }
  .choose-car .choose-list .item2 .right {
    width: 48.38%;
  }
  .choose-car .choose-list .text {
    margin: 9px 0 16px;
    height: auto;
  }
  .choose-car .btn {
    width: 100%;
    min-width: auto;
    font-size: 16px;
  }
  .choose-car .icon-add {
    bottom: -77px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  /* common-application */
  .common-application {
    border-radius: 8px;
    font-family: Hiragino Sans;
   }
  .common-application.mb24 {
    margin-bottom: 24px;
   }
  .common-application h2 {
    font-size: 20px;
    font-weight: 800;
    height: 48px;
    line-height: 48px;
   }
   .campaign-method .method-list {
    flex-direction: column;
    gap: 16px;
    padding: 17px 3.47% 17px 3.18%;
   }
   .campaign-method .method-list li {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    gap: 5.59%;
   }
   .campaign-method .method-list li .pic {
    width: 31%;
    flex-shrink: 0;
   }
   .campaign-method .method-list li .bottom-text {
    width: 59.31%;
    flex-shrink: 0;
    padding: 20.55px 0 16px 3.72%;
   }
   .campaign-method .method-list li:last-child .bottom-text {
    padding-bottom: 22px;
   }
   .campaign-method .method-list li .title {
    font-size: 18px;
    margin-bottom: 7px;
   }
   .campaign-method .method-list li .title span {
    width: 28.5px;
    height: 28.5px;
    font-size: 20px;
    margin-right: 8px;
    line-height: 28px;
   }
   .campaign-method .method-list li a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
   }
   .campaign-method .method-list li .text,
   .campaign-method .method-list li .text.spe {
    font-size: 14px;
    height: auto;
   }
   .campaign-method .method-list li .text.spe {
    margin-bottom: 16px;
   }
   .campaign-method .method-list li a {
    margin-top: 17px;
   }
   .application-terms {
    margin-bottom: 23.5px;
   }
   .application-terms .terms-cont {
    background: #F4F1E5;
    padding: 9px 3.76% 16px 3.47%;
   }
   .application-terms .cont-text {
    height: 296px;
    background: #fff;
    padding-top: 12.7px;
    border: none;
   }
   .application-terms .cont-text::after {
    display: none;
   }
   .application-terms .text-main {
    height: 270px;
    margin-right: 0;
   }
   .application-terms .text-main::-webkit-scrollbar {
    display: none;
   }
   .application-terms .text-main .text-inner .terms-cont-region,
   .application-terms .text-main .text-inner .terms-cont-region.w500 {
    width: 100%;
   }
   /* search-vehicle */
   .search-vehicle {
    padding: 35px 0 48px;
    margin-bottom: 40px;
   }
   .search-vehicle .search-type {
    padding-top: 0;
   }
   .search-vehicle .search-type:last-child {
    padding-top: 42px;
   }
   .search-vehicle h2.search-type-title1 {
    width: 78.85%;
    margin-bottom: 25px;
   }
   .search-vehicle h2.search-type-title2 {
    width: 71.6%;
    margin-bottom: 25px;
   }
   .search-vehicle .type-list {
    gap: 13px;
   }
   .search-vehicle .type-list li {
    width: 81.28%;
    margin: 0 auto;
    border-width: 4px;
   }
   /* float */
   .float {
    padding: 7px 0 8px;
   }
   .float .float-main {
    width: 89.6%;
   }
   .float a.float-btn {
    width: 47.62%;
    }
   /* popup */
   .popup {}
   .popup-main {
    width: 91.467%;
   }
   .popup-main .name {
    padding: 13px 16px;
   }
   .popup-main .name .small-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
   }
   .popup-main .name .big-name {
    font-size: 17px;
    line-height: 24px;
   }
   .popup-main .mySwiper {
    margin: 16px 16px 0;
   }
   .popup-main .mySwiper .swiper-slide.swiper-slide-thumb-active::before {
    border-width: 2px;
   }
   .popup-main .popup-bottom {
    padding: 0 12px 0 11px;
   }
   .popup-main .popup-bottom .address {
      height: 18px;
      margin: 6.3px 0 9px;
   }
   .popup-main .popup-bottom .address span {
    font-size: 12px;
    font-weight: 300;
    padding-right: 15px;
    background: url(https://img.goo-net.com/cache/lp/search/kitakantoucp202508/icon_share.png) no-repeat;
    background-size: 10px auto;
    background-position: right center;
   }
   .popup-main .popup-bottom .home-page::after {
      right: 16px;
   }
   .popup-main .close-text {
    color: #000;
   }
   .popup-main span.close {
    top: -25px;
   }
   /* footer */
   .o-footer__nav {
    background: #9f9f9f;
    padding: 20px 10px 10px;
    font-size: 12px;;
  }
  .o-footer__nav .m-nav__item {
    display: inline-block;
    width: 49%;
    margin-right: 0;
    margin-bottom: 18px;
    position: relative;
    padding-left: 14px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .o-footer__nav .m-nav__item a {
    color: #fff;
  }
  .o-footer__nav .m-nav__item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .o-footer__logo {
    padding: 18px 0;
    background: #fff;
    text-align: center;
  }
  .o-footer__logo img {
    width: 238px;
  }
}

@media screen and (max-width: 360px) {
  .travelB .address-map li a {
    white-space: pre-wrap;
  }
}

/* Preview page */
body.preview-page {
  padding-bottom: 0;
}
.preview-page .travel-tip1 {
  display: flex;
  justify-content: center;
  padding: 18px 0;
  background-color: #006CCA;
}
.preview-page .wrap {
  padding-top: 18px;
}
.preview-page .travel h2 {
  margin-bottom: 25px;
}
.preview-page .travel-tip1 img {
  width: 45.13%;
  max-width: 597px;
}
.preview-page .travel-arr {
  display: flex;
  justify-content: space-between;
}
.preview-page .travel-arr li:nth-child(1) {
  width: 48.69%;
}
.preview-page .travel-arr li:nth-child(2) {
  width: 49.82%;
}
.preview-page .travel-tip2 {
  width: 59.7%;
  max-width: 576px;
  margin: 30px auto;
}
.preview-page .luke-hague {
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .preview-page .travel-tip1 {
    padding: 11.5px 0;
  }
  .preview-page .travel-tip1 img {
    width: 91.47%;
  }
  .preview-page .wrap {
    padding-top: 22.41px;
  }
  .preview-page .travel h2 {
    margin-bottom: 20px;
  }
  .preview-page .travel-arr {
    flex-direction: column;
    gap: 10px;
  }
  .preview-page .travel-arr li {
    width: 100% !important;
  }
  .preview-page .travel-tip2 {
    width: 92.76%;
    margin-bottom: 27px;
  }
}


@media screen and (orientation: landscape) {
  .popup-main .scroll-sp {
    max-height: calc(100vh - 65px);
    overflow-y: scroll;
    border-radius: 16px;
  }
  .popup-main .scroll-sp::-webkit-scrollbar {
    display: none;
  }
}
