@charset "UTF-8";
#wrapper {
  padding: 0 !important;
}

#brand_footer .ftridxBnrSec01Wrp {
  display: none !important;
}

.testdrivecp {
  position: relative;
  margin: 0;
  padding: 0;
  background: #000;
  font-family: "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1;
  color: #fff;
  overflow: clip;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
.testdrivecp *,
.testdrivecp *::before,
.testdrivecp *::after {
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
  box-sizing: border-box;
}
.testdrivecp ul, .testdrivecp ol {
  list-style: none;
}
.testdrivecp a {
  text-decoration: none;
}
.testdrivecp img {
  border: none;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .testdrivecp img {
    max-width: 100%;
  }
  .testdrivecp .tdc-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .testdrivecp img {
    width: 100%;
  }
  .testdrivecp .tdc-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tdc-kv-img img {
    width: 100%;
  }
}
.tdc-kv-bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .tdc-kv-bg {
    padding: 20px 20px 60px;
    background-image: url("../images/kv_bg_01_pc.webp");
  }
}
@media (max-width: 767px) {
  .tdc-kv-bg {
    padding: 10.4166666667vw 0;
    background-image: url("../images/kv_bg_01_sp.webp");
  }
}
@media (min-width: 768px) {
  .tdc-kv-date {
    padding: 0 4.3051%;
  }
}
@media (max-width: 767px) {
  .tdc-kv-date img {
    width: 94.2708333333vw;
  }
}
@media (min-width: 768px) {
  .tdc-kv-hdg {
    margin: 60px 0 30px;
    padding: 0 14.5015%;
  }
}
@media (max-width: 767px) {
  .tdc-kv-hdg {
    margin: 10.4166666667vw 0 5.2083333333vw;
    background-image: url("../images/kv_bg_01_sp.jpg");
  }
  .tdc-kv-hdg img {
    width: 75.2604166667vw;
  }
}
@media (max-width: 767px) {
  .tdc-kv-txt img {
    width: 85.15625vw;
  }
}

.tdc-detail {
  background-color: #101d23;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .tdc-detail {
    padding: 100px 20px 150px;
    background-image: url("../images/detail_bg_01_pc.webp");
  }
}
@media (max-width: 767px) {
  .tdc-detail {
    padding: 19.53125vw 0 18.2291666667vw;
    background-image: url("../images/detail_bg_01_sp.webp");
  }
}
.tdc-sec {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tdc-sec {
    max-width: 1000px;
  }
  .tdc-sec ~ .tdc-sec {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .tdc-sec {
    width: 89.5833333333vw;
  }
  .tdc-sec ~ .tdc-sec {
    margin-top: 20.8333333333vw;
  }
}
.tdc-sec-hdg {
  position: relative;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}
.tdc-sec-hdg::after {
  position: absolute;
  left: 50%;
  border: solid #fff;
  content: "";
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .tdc-sec-hdg {
    margin-bottom: 84px;
    font-size: 54px;
  }
  .tdc-sec-hdg::after {
    bottom: -28px;
    border-width: 2px 0 0;
    width: 105px;
  }
}
@media (max-width: 767px) {
  .tdc-sec-hdg {
    margin-bottom: 9.1145833333vw;
    font-size: 7.8125vw;
  }
  .tdc-sec-hdg::after {
    bottom: -3.125vw;
    border-width: max(0.5208333333vw, 2px) 0 0;
    width: 13.8020833333vw;
  }
}

.tdc-product {
  display: flex;
  font-weight: bold;
}
.tdc-product-item {
  background: #202020;
  box-shadow: 1.3020833333vw 2.0833333333vw 2.6041666667vw rgba(0, 0, 0, 0.42);
}
.tdc-product-type {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #fff;
}
.tdc-product-link {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.tdc-product-link a {
  display: block;
  background-image: url("../images/ico_arrow_01.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.tdc-product-txt {
  line-height: 1.5;
}
.tdc-product-txt li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .tdc-product {
    justify-content: space-between;
  }
  .tdc-product-item {
    padding: 24px;
    width: calc(50% - 12px);
    box-shadow: 3px 11px 20px rgba(0, 0, 0, 0.42);
  }
  .tdc-product-type {
    margin: 24px 0;
    border-width: 1px 0;
    height: 108px;
  }
  .tdc-product-type--02 {
    padding: 0 40px;
  }
  .tdc-product-link {
    gap: 15px 0;
    width: 330px;
    font-size: 24px;
  }
  .tdc-product-link a {
    background-size: 36px;
    transition: opacity 0.3s;
  }
  .tdc-product-link a:hover {
    opacity: 0.7;
  }
  .tdc-product-txt {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tdc-product {
    flex-direction: column;
    gap: 5.2083333333vw 0;
  }
  .tdc-product-item {
    padding: 5.2083333333vw;
    box-shadow: 1.3020833333vw 2.0833333333vw 2.6041666667vw rgba(0, 0, 0, 0.42);
  }
  .tdc-product-type {
    margin: 5.2083333333vw 0;
    border-width: max(0.2604166667vw, 1px) 0;
    height: 23.1770833333vw;
  }
  .tdc-product-type img {
    width: auto;
    height: 12.2395833333vw;
  }
  .tdc-product-link {
    gap: 3.90625vw 0;
    width: 62.5vw;
    font-size: 4.6875vw;
  }
  .tdc-product-link a {
    background-size: 9.375vw;
  }
  .tdc-product-txt {
    margin-top: 2.6041666667vw;
    font-size: 2.6041666667vw;
  }
}

.tdc-overview {
  background: #202020;
  text-align: center;
  font-weight: bold;
}
.tdc-overview-sub {
  position: relative;
}
.tdc-overview-sub::after {
  position: absolute;
  left: 50%;
  background: linear-gradient(97deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  content: "";
  transform: translateX(-50%);
}
.tdc-overview-txt li ~ li {
  margin-top: 0.6em;
}
@media (min-width: 768px) {
  .tdc-overview {
    padding: 58px 60px;
    box-shadow: 3px 11px 20px rgba(0, 0, 0, 0.42);
  }
  .tdc-overview-sub {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .tdc-overview-sub::after {
    bottom: -12px;
    width: 129px;
    height: 1px;
  }
  .tdc-overview-sub ~ h3 {
    margin-top: 34px;
  }
  .tdc-overview-date {
    margin: 32px 0 52px;
  }
  .tdc-overview-time ~ p {
    margin: 4px 0 40px;
  }
  .tdc-overview-txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .tdc-overview-txt--large {
    font-size: 22px;
  }
  .tdc-overview-txt small {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tdc-overview {
    padding: 9.1145833333vw 5.2083333333vw;
    box-shadow: 1.3020833333vw 2.0833333333vw 2.6041666667vw rgba(0, 0, 0, 0.42);
  }
  .tdc-overview-sub {
    margin-bottom: 6.25vw;
    font-size: 6.25vw;
  }
  .tdc-overview-sub::after {
    bottom: -3.125vw;
    width: 17.1875vw;
    height: max(0.2604166667vw, 1px);
  }
  .tdc-overview-sub ~ h3 {
    margin-top: 5.7291666667vw;
  }
  .tdc-overview-date {
    margin: 5.7291666667vw 0 8.8541666667vw;
  }
  .tdc-overview-date img {
    width: 43.4895833333vw;
  }
  .tdc-overview-time ~ p {
    margin: 1.0416666667vw 0 6.7708333333vw;
  }
  .tdc-overview-txt {
    font-size: 4.6875vw;
    line-height: 1.5;
  }
  .tdc-overview-txt--large {
    font-size: 5.2083333333vw;
  }
  .tdc-overview-txt small {
    font-size: 2.6041666667vw;
  }
}

.tdc-deadline {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tdc-deadline-txt img {
    width: 77.0833333333vw;
  }
}

.tdc-summary {
  background: #000;
  font-weight: bold;
}
.tdc-summary-txt dt {
  display: flex;
  align-items: center;
}
.tdc-summary-txt dt::after {
  flex-grow: 1;
  display: inline-block;
  height: 10px;
  background: linear-gradient(90deg, rgb(32, 32, 32) 0%, rgb(202, 171, 30) 50%, rgb(32, 32, 32) 100%);
  content: "";
}
.tdc-summary-txt * ~ ul {
  margin-top: 0.3em;
}
.tdc-summary-txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .tdc-summary {
    padding: 58px 60px;
    font-size: 20px;
    line-height: 1.5;
    box-shadow: 3px 11px 20px rgba(0, 0, 0, 0.42);
  }
  .tdc-summary-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px 0;
  }
  .tdc-summary-txt dt {
    flex-shrink: 0;
    width: 8em;
  }
  .tdc-summary-txt dt::after {
    margin: 0 0.5em;
    height: 2px;
  }
  .tdc-summary-txt dd {
    width: calc(100% - 8em);
  }
  .tdc-summary-txt ul, .tdc-summary-txt small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tdc-summary {
    padding: 9.6354166667vw 5.2083333333vw;
    font-size: 4.1666666667vw;
    line-height: 1.4375;
    box-shadow: 1.3020833333vw 2.0833333333vw 2.6041666667vw rgba(0, 0, 0, 0.42);
  }
  .tdc-summary-txt dt {
    margin-bottom: 2.0833333333vw;
  }
  .tdc-summary-txt dt ~ dt {
    margin-top: 5.2083333333vw;
  }
  .tdc-summary-txt dt::after {
    margin-left: 0.5em;
    height: max(0.2604166667vw, 1px);
  }
  .tdc-summary-txt ul, .tdc-summary-txt small {
    font-size: 3.125vw;
  }
}

.tdc-terms {
  font-weight: bold;
}
.tdc-terms-sub {
  margin-bottom: 0.5em;
}
.tdc-terms-sub ~ h3 {
  margin-top: 1.5em;
}
.tdc-terms-cat {
  margin: 1em 0 0.5em;
}
.tdc-terms-txt > li {
  padding-left: 1em;
  text-indent: -1em;
}
.tdc-terms-txt a {
  text-decoration: underline;
}
.tdc-terms-txt ol {
  text-indent: 0;
}
.tdc-terms-txt ol li {
  padding-left: 1.5em;
}
.tdc-terms-txt ol span {
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
.tdc-terms-btn {
  position: relative;
  z-index: 1;
}
.tdc-terms-btn::before {
  position: absolute;
  z-index: -1;
  border: solid #E8C61C;
  width: 100%;
  height: 100%;
  content: "";
}
.tdc-terms-btn a {
  display: flex;
  align-items: center;
  background: linear-gradient(0deg, rgb(236, 202, 27) 0%, rgb(188, 157, 34) 50%, rgb(236, 202, 27) 100%);
  text-align: center;
  font-weight: bold;
  color: #000;
}
.tdc-terms-btn a::before, .tdc-terms-btn a::after {
  display: inline-block;
  content: "";
}
.tdc-terms-btn a::after {
  background: url("../images/ico_arrow_02.svg") no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .tdc-terms {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .tdc-terms-sub {
    font-size: 20px;
  }
  .tdc-terms-txt li ~ li {
    margin-top: 5px;
  }
  .tdc-terms-txt a {
    transition: opacity 0.3s;
  }
  .tdc-terms-txt a:hover {
    opacity: 0.7;
  }
  .tdc-terms-contact {
    margin-top: 50px;
  }
  .tdc-terms-btn {
    margin-top: 170px;
  }
  .tdc-terms-btn::before {
    top: 8px;
    left: 8px;
    border-width: 2px;
  }
  .tdc-terms-btn a {
    justify-content: center;
    gap: 0 3%;
    height: 120px;
    font-size: min(4.4vw, 40px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.62);
    transition: transform 0.3s;
  }
  .tdc-terms-btn a:hover {
    transform: translate(8px, 8px);
  }
  .tdc-terms-btn a::before, .tdc-terms-btn a::after {
    width: 43px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .tdc-terms {
    font-size: 4.1666666667vw;
    line-height: 1.4375;
  }
  .tdc-terms-sub {
    font-size: 4.6875vw;
  }
  .tdc-terms-txt li ~ li {
    margin-top: 1.3020833333vw;
  }
  .tdc-terms-contact {
    margin-top: 7.8125vw;
  }
  .tdc-terms-contact small {
    font-size: 3.90625vw;
  }
  .tdc-terms-btn {
    margin-top: 20.8333333333vw;
  }
  .tdc-terms-btn::before {
    top: 0.78125vw;
    left: 0.78125vw;
    border-width: max(0.5208333333vw, 2px);
  }
  .tdc-terms-btn a {
    justify-content: space-between;
    padding: 0 4.1666666667vw;
    height: 24.4791666667vw;
    font-size: 6.25vw;
    line-height: 1.4583333333;
    box-shadow: 0 0.78125vw 1.5625vw rgba(0, 0, 0, 0.62);
  }
  .tdc-terms-btn a::before, .tdc-terms-btn a::after {
    width: 8.59375vw;
    height: 7.03125vw;
  }
}

.tdc-contact {
  text-align: center;
}
.tdc-contact-hdg, .tdc-contact-txt {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}
@media (min-width: 768px) {
  .tdc-contact {
    margin-top: 220px;
  }
  .tdc-contact-hdg {
    font-size: 38px;
  }
  .tdc-contact-txt {
    margin: 15px 0 30px;
    font-size: min(5.4vw, 58px);
  }
  .tdc-contact small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .tdc-contact {
    margin-top: 31.25vw;
  }
  .tdc-contact-hdg {
    font-size: 4.9479166667vw;
  }
  .tdc-contact-txt {
    margin: 3.3854166667vw 0 4.6875vw;
    font-size: 6.7708333333vw;
  }
  .tdc-contact small {
    font-size: 3.6458333333vw;
  }
}