.scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 40px;
}
.scroll-container, .scroll-container2, .scroll-container3 {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
}
.scroll-inner {
  width: max-content; /* ← 横長画像のために追加！ */
}
.scroll-inner img {
  display: inline-block;
  height: auto
}
.scroll-container2 img {
  display: inline-block;
  height: auto;
  max-height: 400px
}
.scroll-container3 img {
  display: inline-block;
  height: auto;
  max-height: 400px
}
.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 10;
  white-space: nowrap;
  max-width: none;
}
.scroll-hint.hidden {
  opacity: 0;
  transform: translate(-50%, -60%);
}
.list_links {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 6em;
}
.list_links .btn {
  display: inline-block;
  margin-right: 5px !important;
}
.btn_link_type02 {
  text-decoration: none;
  position: relative;
  display: inline-block;
  border: 1px solid #185b9f;
  border-radius: 3px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#1d66b0), to(#2b7acc));
  background: linear-gradient(to top, #1d66b0, #2b7acc);
}
.btn_link_type02 span {
  min-width: 223px;
  display: block;
  padding: 8px 40px;
  color: #fff;
  border: 1px solid #6194c8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_link_type02 .btn_medium {
  width: 254px;
  padding: 10px 45px;
  font-size: 16px;
}
.btn_link_type02:after {
  content: "";
  position: absolute;
  background: url(https://www.vc-dealer.jp/vcfiles/common/img/ico_arr_circle_right.png) no-repeat right center;
  width: 24px;
  height: 100%;
  right: 15px;
  top: 0;
}
.btn_link_type02:hover {
  text-decoration: none !important;
  color: #fff;
  opacity: .6;
}
.btn_link_type02 .btn_large {
  width: 286px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 21px;
}
.sharedaddy {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sp_lp_none {
    display: none
  }
  .tdtxt1 {
    font-size: 1.8em;
	line-height: 1.2;
    font-weight: bold;
    margin: 0 0 1em
  }
  .pro_cont {
    padding: 60px 0 0;
    max-width: 800px;
    margin: 0 auto
  }
  .pro_cont_normal {
    padding: 0;
    max-width: 800px;
    margin: 0 auto
  }
  .pro_cont_wide {
    padding: 0;
    max-width: 2000px;
    margin: 0 auto
  }
  .pro_cont_wide2 {
    padding: 0;
    max-width: 1500px;
    margin: 0 auto
  }
  .pro_cont_wide3 {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto
  }
  .contact h3 {
    color: #000;
    font-size: 2em !important;
    line-height: 1.2em;
    padding: 0 0 0.4em;
    border-bottom: 1px solid #000;
    margin: 0 0 1em 0;
    font-weight: bold;
    text-align: center !important;
  }
  /*横自動スライド*/
  .scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .scroll-content {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
  }
  .scroll-content img {
    width: 100vw; /* 画面幅いっぱいに拡大 */
    height: auto;
    flex-shrink: 0;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
@media only screen and (max-width: 767px) {
  .pc_lp_none {
    display: none
  }
  .tdtxt1 {
    font-size: 4.4vw;
	line-height: 1.3;
    font-weight: bold;
    margin: 0 0 1em
  }
  .pro_cont {
  　width: 100%;
    padding: 60px 0 0;
    margin-bottom: 0;
  }
  .pro_cont_normal {
    padding: 0
  }
  .pro_cont_wide {
    padding: 0
  }
  .list_links .btn {
    margin-bottom: 10px !important;
  }
  .list_links {
    margin-top: 24px;
  }
  /*横自動スライド*/
  .scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .scroll-content {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
  }
  .scroll-content img {
    width: auto; /* 画面幅いっぱいに拡大 */
    height: 40vh
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .contact h3 {
    color: #000;
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0 0 0.4em;
    border-bottom: 1px solid #000;
    margin: 0 0 1em 0;
    font-weight: bold;
    text-align: center !important;
  }
}
/*# sourceMappingURL=lp.css.map */
.contact {
  padding-top: 0 !important;
}
.form_shashu {
  display: flex;
  align-items: baseline;
}
.form_shashu h6 {
  line-height: 1.4;
  margin: 0 0 1em 0.3em !important
}
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9の比率（高さ ÷ 幅 × 100） */
  height: 0;
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}