@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  color: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

.none {
  display: none;
}

._pc {
  display: block;
}

._m {
  display: none;
}

._pad {
  display: none;
}

@media (min-width: 768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (min-width: 768px) and (max-width: 1366px) and (min-resolution: 2dppx) and (orientation: landscape) {
  ._pad {
    display: block;
  }
}
@media all and (max-width: 1080px) {
  ._pc {
    display: none;
  }
  ._m {
    display: block;
  }
  ._pad {
    display: none;
  }
}
@font-face {
  font-family: "VWHeadWeb";
  src: url("../font/VWHeadWeb-Bold.woff") format("woff"), url("../font/VWHeadWeb-Bold.ttf") format("truetype"), url("../font/VWHeadWeb-Bold.eot") format('embedded-opentype"');
  font-weight: 700;
}
@font-face {
  font-family: "VWHeadWeb";
  src: url("../font/VWHeadWeb-Regular.woff") format("woff"), url("../font/VWHeadWeb-Regular.ttf") format("truetype"), url("../font/VWHeadWeb-Regular.eot") format('embedded-opentype"');
  font-weight: 400;
}
@font-face {
  font-family: "VWHeadWeb";
  src: url("../font/VWHeadWeb-Light.woff") format("woff"), url("../font/VWHeadWeb-Light.ttf") format("truetype"), url("../font/VWHeadWeb-Light.eot") format('embedded-opentype"');
  font-weight: 300;
}
html {
  font-size: 16px;
}
@media all and (max-width: 1680px) {
  html {
    font-size: 14px;
  }
}
@media all and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}
@media all and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}

*,
body {
  font-family: "VWHeadWeb", "Noto Sans TC", sans-serif, Microsoft JhengHei;
  color: #001e50;
  font-weight: 700;
}

h3.m {
  display: none;
}

.overflowY-hidden {
  overflow: hidden;
}
.overflowY-hidden::-webkit-scrollbar {
  width: 0 !important;
}

.none {
  display: none;
}

.lightBox-table {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.86);
  display: none;
  align-items: center;
}
.lightBox-table.active {
  display: flex;
}
.lightBox-table .container {
  margin: 0 auto;
  width: 85.0520833333vw;
  height: 95%;
  background-color: #f2f6f8;
  overflow-y: scroll;
  padding-left: 0;
  cursor: auto;
}
.lightBox-table .container .car-name {
  position: relative;
  font-size: 2.8427083333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-top: 6.3541666667vw;
  width: 66.1458333333vw;
  margin-left: 8.2291666667vw;
  color: #3b3b3b;
}
.lightBox-table .container .tableList {
  margin-left: 8.2291666667vw;
  width: 66.1458333333vw;
  padding-top: 4.0104166667vw;
}
.lightBox-table .container .tableList .item {
  display: flex;
  border-top: 2px solid #000;
}
.lightBox-table .container .tableList .item:last-child {
  border-bottom: 2px solid #000;
}
.lightBox-table .container .tableList .item .name {
  display: flex;
  align-items: center;
  width: 11.0416666667vw;
  padding-left: 1.8229166667vw;
  font-size: 1.3020833333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #222222;
  background-color: #b4d3f6;
}
.lightBox-table .container .tableList .item .des-container {
  width: 86%;
  display: flex;
  flex-direction: column;
}
.lightBox-table .container .tableList .item .des {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 1.3020833333vw;
  font-weight: 400;
  letter-spacing: 0em;
  color: #3b3b3b;
  line-height: 1.28;
}
.lightBox-table .container .tableList .item .des--main, .lightBox-table .container .tableList .item .des--unit {
  padding: 0.8em 0em 0.8em 2em;
}
.lightBox-table .container .tableList .item .des--unit {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 38%;
  background-color: #dae5f1;
}
.lightBox-table .container .tableList .item .des--main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.8em 0em 0.8em 2em;
  flex: 1;
}
.lightBox-table .container .tableList .item .des--main.center {
  align-items: center;
}
.lightBox-table .container .tableList .item .des.half {
  width: 50%;
}
.lightBox-table .container .tableList .item .des:not(:first-child) {
  border-top: 1px solid black;
}
.lightBox-table .container .statement {
  position: relative;
  width: 66.1458333333vw;
  font-size: 1.2348958333vw;
  font-weight: 300;
  line-height: 1.3331927457;
  letter-spacing: 0.1em;
  color: #000000;
  margin-left: 8.2291666667vw;
  padding-top: 4.1145833333vw;
}
.lightBox-table .container .statement ul {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.lightBox-table .container .statement li {
  font-size: 1.2348958333vw;
}
.lightBox-table .container sup {
  vertical-align: super;
  font-size: smaller;
}
.lightBox-table .container a {
  position: relative;
  display: block;
  width: 20.8333333333vw;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #001e50;
  border: 2px solid #001e50;
  padding: 1em 0em;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5vw;
  cursor: pointer;
  margin-top: 5.1041666667vw;
}
.lightBox-table .container a .des {
  position: relative;
  display: inline;
}
.lightBox-table .container a .des::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(200%, -50%) rotate(-45deg);
  width: 0.78125vw;
  height: 0.78125vw;
  border-bottom: 2px solid #001e50;
  border-right: 2px solid #001e50;
  transition: 0.3s all;
}
.lightBox-table .container a:hover .des::after {
  transform: translate(250%, -50%) rotate(-45deg);
}
.lightBox-table .container .table--close {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 3.1770833333vw;
  cursor: pointer;
}

@media all and (max-width: 1080px) {
  .lightBox-table .container {
    width: 100%;
    height: 100%;
  }
  .lightBox-table .container .car-name {
    font-size: 5vw;
    padding-top: 9.7222222222vw;
    margin-left: 6.2962962963vw;
  }
  .lightBox-table .container .tableList {
    margin-left: 0;
    width: 100%;
    padding-top: 3.7962962963vw;
  }
  .lightBox-table .container .tableList .item {
    display: flex;
    flex-direction: column;
  }
  .lightBox-table .container .tableList .item:last-child {
    border-bottom: 2px solid #000;
  }
  .lightBox-table .container .tableList .item .name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85em 0;
    font-size: 3.7037037037vw;
  }
  .lightBox-table .container .tableList .item .des-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .lightBox-table .container .tableList .item .des {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-size: 3.2407407407vw;
    font-weight: 400;
    letter-spacing: 0em;
    color: #424346;
    line-height: 1.28;
  }
  .lightBox-table .container .tableList .item .des span {
    font-size: 3.2407407407vw;
  }
  .lightBox-table .container .tableList .item .des--main, .lightBox-table .container .tableList .item .des--unit {
    padding: 0.73em 0 0.73em 1em;
  }
  .lightBox-table .container .tableList .item .des--main.pc_row_m_col, .lightBox-table .container .tableList .item .des--unit.pc_row_m_col {
    flex-direction: column;
    align-items: flex-start;
  }
  .lightBox-table .container .tableList .item .des--unit {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 3.5185185185vw;
    width: 49.5%;
    background-color: #dae5f1;
  }
  .lightBox-table .container .tableList .item .des--main {
    display: flex;
    padding: 0.73em 0 0.73em 0.5em;
  }
  .lightBox-table .container .tableList .item .des--main.col {
    flex-direction: column;
  }
  .lightBox-table .container .tableList .item .des.half {
    width: 50%;
  }
  .lightBox-table .container .tableList .item .des.center {
    justify-content: center;
  }
  .lightBox-table .container .tableList .item .des:first-child {
    border-top: 1px solid black;
  }
  .lightBox-table .container .statement {
    width: 95%;
    font-size: 2.7777777778vw;
    line-height: 1.3333333333;
    letter-spacing: 0.045em;
    color: #000000;
    padding-left: 6.3888888889vw;
    margin-left: 0;
    padding-top: 9.1666666667vw;
  }
  .lightBox-table .container .statement li {
    font-size: 2.7777777778vw;
  }
  .lightBox-table .container a {
    width: 55.5555555556vw;
    font-size: 4.2490740741vw;
    padding: 1em 0em;
    margin-bottom: 8.8888888889vw;
    margin-top: 8.5185185185vw;
    cursor: pointer;
  }
  .lightBox-table .container a .des::after {
    transform: translate(200%, -50%) rotate(-45deg);
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .lightBox-table .container a:hover .des::after {
    transform: translate(250%, -50%) rotate(-45deg);
  }
  .lightBox-table .container .table--close {
    position: absolute;
    top: 5.5555555556vw;
    right: 2.7777777778vw;
    width: 8.7037037037vw;
    cursor: pointer;
  }
}
@keyframes down_arrow {
  0% {
    opacity: 1;
    transform: translate(-50%, -25%);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, 25%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 25%);
  }
}
@keyframes circleShadow {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  1% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  15% {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  30% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
  90% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
  100% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
}
@keyframes arrow_flashing {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.hid {
  display: none !important;
}

html,
body {
  position: relative;
  background-color: #efefef;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.testdrive--fixed {
  position: fixed;
  top: 30%;
  right: 0;
  width: 7.0119791667vw;
  height: 7.0119791667vw;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.testdrive--fixed .circle--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #ffffff;
  border-radius: 50%;
}
.testdrive--fixed .circle--shadow {
  --star: 0%;
  --min: 100%;
  --end: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0%;
  height: 0%;
  opacity: 0;
  background-color: #fff;
  animation: circleShadow 3s infinite linear;
  pointer-events: none;
}
.testdrive--fixed .circle--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0%;
  height: 0%;
  background-color: #122e5d;
  transition: 0.3s all;
}
.testdrive--fixed .txt {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 1.09375vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #122e5d;
  white-space: nowrap;
  transition: 0.3s all;
}
.testdrive--fixed .arrow {
  position: absolute;
  top: 74%;
  left: 31%;
  width: 0.4166666667vw;
  height: 0.15625vw;
  background-color: #122e5d;
  transition: 0.3s all;
}
.testdrive--fixed .arrow .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7291666667vw 0 0 0.7291666667vw;
  border-color: transparent transparent transparent #122e5d;
  transition: 0.3s all;
}
.testdrive--fixed:hover .circle--shadow {
  animation: unset;
}
.testdrive--fixed:hover .circle--hover {
  width: 134%;
  height: 134%;
}
.testdrive--fixed:hover .txt {
  color: #fff;
  font-size: 1.3541666667vw;
}
.testdrive--fixed:hover .arrow {
  width: 3.8020833333vw;
  background-color: #fff;
  left: 20%;
}
.testdrive--fixed:hover .arrow .triangle {
  border-color: transparent transparent transparent #fff;
}
.testdrive--fixed.hidden {
  display: none;
}

section {
  position: relative;
  overflow: hidden;
}
section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
section.kv {
  color: #ffffff;
  aspect-ratio: 1920/1080;
}
section.kv .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
section.kv .logo a {
  position: absolute;
  top: 0;
  left: 9.6875%;
  width: 4.4270833333vw;
  height: 100%;
}
section.kv .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.kv .swiper-button {
  position: absolute;
  top: 23.9583333333vw;
  width: 3.0729166667vw;
  z-index: 99;
  cursor: pointer;
  animation: arrow_flashing 2s infinite;
}
section.kv .swiper-button.swiper-button-next-cus {
  right: 3.125vw;
}
section.kv .swiper-button.swiper-button-prev-cus {
  left: 3.125vw;
}
section.kv h2.kv-text-title {
  position: absolute;
  top: 72.6851851852%;
  left: 0%;
  width: 100%;
  font-size: 4.0625vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.86);
}
section.kv h2.kv-text-title span {
  font-size: 4.2708333333vw;
}
section.kv h2.kv-text-title.main {
  top: 40.6770833333vw;
  font-size: 4.0625vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #001850;
  text-shadow: none;
}
section.kv h2.kv-text-title.caddy {
  top: 39.84375vw;
  font-size: 3.125vw;
  letter-spacing: -0.04em;
  font-weight: 700;
}
section.kv h2.kv-text-title.caddy span {
  font-size: 4.2708333333vw;
  letter-spacing: 0;
}
section.kv h2.kv-text-title.multivan {
  top: 39.84375vw;
  font-size: 3.3333333333vw;
  letter-spacing: 0.02em;
  font-weight: 700;
}
section.kv h2.kv-text-title.multivan span {
  font-size: 4.4791666667vw;
  letter-spacing: 0;
}
section.kv h2.kv-text-title.buzz {
  top: 39.84375vw;
  font-size: 4.0104166667vw;
  letter-spacing: 0;
  font-weight: 700;
}
section.kv h2.kv-text-title.buzz span {
  font-size: 4.2708333333vw;
  letter-spacing: 0;
}
section.kv .des {
  position: absolute;
  top: 82.1296296296%;
  left: 0%;
  width: 100%;
  font-size: 2.1875vw;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
section.kv .des.main {
  top: 46.1979166667vw;
  font-size: 2.1875vw;
  letter-spacing: 0.06em;
  color: #001850;
}
section.kv .sp {
  position: absolute;
  top: 42.7083333333vw;
  width: 100%;
  text-align: center;
  font-size: 2.3177083333vw;
  letter-spacing: 0.12em;
  font-weight: 900;
  color: #001850;
}
section.kv .sp span {
  font-size: 2.771875vw;
  letter-spacing: 0.04em;
}
section.kv .buzz {
  position: absolute;
  top: 71.1111111111%;
  left: 28.2291666667%;
  width: 47.03125%;
}
section.kv .scroll_arrow {
  position: absolute;
  top: 91.3888888889%;
  left: 48.125%;
  width: 3.9583333333%;
  left: 50%;
  animation: down_arrow 1.3s infinite both;
  z-index: 3;
}
section.videoCard {
  height: 56.25vw;
  cursor: url(../images/video_mouse.png) 50 50, pointer;
}
section.videoCard .videoCard__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.videoCard .videoCard__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.videoCard.active {
  cursor: auto;
}
section.videoCard.active .videoPop {
  display: block;
}
section.videoCard .videoPop {
  display: none;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
section.spec .spec-container {
  display: grid;
  width: 79.1145833333vw;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 23.4375vw 49.0104166667vw;
}
section.spec .car-header {
  position: relative;
  color: #ffffff;
}
section.spec .car-header .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
section.spec .car-header .car-name-en {
  position: absolute;
  top: 16.6145833333vw;
  left: 0;
  width: 100%;
  font-size: 2.3958333333vw;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
section.spec .car-header .car-name-cn {
  position: absolute;
  top: 19.6354166667vw;
  left: 0;
  width: 100%;
  font-size: 1.4583333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
section.spec .car-header.caddy {
  background-color: #57a2c4;
}
section.spec .car-header.multivan {
  background-color: #de7f92;
}
section.spec .car-header.buzz {
  background-color: #51acaa;
}
section.spec .car-spec {
  position: relative;
  padding-top: 2.0833333333vw;
  display: grid;
  grid-template-rows: 1.8229166667vw 1.5104166667vw 3.75vw 1.7708333333vw 4.375vw 1.7708333333vw 2.6041666667vw 1.71875vw 2.65625vw 1.6666666667vw 4.4270833333vw 1.6145833333vw 5.1041666667vw 3.28125vw;
}
section.spec .car-spec .label {
  width: 100%;
  text-align: center;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #737373;
}
section.spec .car-spec .text {
  width: 100%;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
}
section.spec .car-spec .text.small {
  font-size: 1.1458333333vw;
}
section.spec .car-spec .text.line-height {
  line-height: 1.4545454545;
}
section.spec .car-spec .button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #001850;
  width: 10.9375vw;
  height: 2.5vw;
  font-size: 1.09375vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 1.25vw;
  margin: 0 auto;
  cursor: pointer;
}
section.spec .car-spec .button::after {
  content: "";
  position: absolute;
  top: 0.78125vw;
  right: 1.1979166667vw;
  width: 0.625vw;
  height: 0.9375vw;
  background: url("../images/spec_btn_arrow.png") center/cover no-repeat;
  transition: 0.3s all;
}
section.spec .car-spec .button:hover::after {
  right: 0.9895833333vw;
}
section.spec .car-spec .button.letter-spacing-0 {
  letter-spacing: 0;
}
section.spec .car-spec .test {
  position: absolute;
  top: 15.2604166667vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: red;
  z-index: 10;
}
section.spec .car-spec.caddy {
  background: linear-gradient(to bottom, #d0dee6, transparent);
}
section.spec .car-spec.multivan {
  background: linear-gradient(to bottom, #eedddf, transparent);
}
section.spec .car-spec.buzz {
  background: linear-gradient(to bottom, #c6d8d7, transparent);
}
section.spec .test {
  position: absolute;
  top: 19.6354166667vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: red;
}
section.section--banner a {
  position: absolute;
  top: 16.577540107%;
  left: 20.2083333333%;
  width: auto;
  width: 20.8333333333vw;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #001e50;
  border: 2px solid #001e50;
  padding: 1em 0em;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
section.section--banner a .des {
  position: relative;
  display: inline;
}
section.section--banner a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-200%, -50%) rotate(-45deg);
  width: 0.78125vw;
  height: 0.78125vw;
  border-bottom: 2px solid #001e50;
  border-right: 2px solid #001e50;
  transition: 0.3s all;
}
section.section--banner a:hover::after {
  transform: translate(-100%, -50%) rotate(-45deg);
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border: solid 5px #051340;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 999;
}

@media all and (max-width: 1080px) {
  body {
    position: relative;
  }
  .wrap {
    width: 100%;
    overflow: hidden;
  }
  .testdrive--fixed {
    position: fixed;
    top: 60%;
    right: 3%;
    width: 14.537037037vw;
    height: 14.537037037vw;
    z-index: 1200;
    cursor: pointer;
  }
  .testdrive--fixed .circle--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .testdrive--fixed .circle--hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 0%;
    height: 0%;
    background-color: #122e5d;
    transition: 0.3s all;
  }
  .testdrive--fixed .txt {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 2.7777777778vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #122e5d;
    white-space: nowrap;
    transition: 0.3s all;
  }
  .testdrive--fixed .arrow {
    position: absolute;
    top: 74%;
    left: 31%;
    width: 0.7407407407vw;
    height: 0.2777777778vw;
    background-color: #122e5d;
    transition: 0.3s all;
  }
  .testdrive--fixed .arrow .triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.6666666667vw 0 0 1.6666666667vw;
    border-color: transparent transparent transparent #122e5d;
    transition: 0.3s all;
  }
  .testdrive--fixed:hover .circle--shadow {
    animation: unset !important;
  }
  .testdrive--fixed:hover .circle--hover {
    width: 134%;
    height: 134%;
  }
  .testdrive--fixed:hover .txt {
    color: #fff;
    font-size: 3.3333333333vw;
  }
  .testdrive--fixed:hover .arrow {
    width: 6.7592592593vw;
    background-color: #fff;
    left: 20%;
  }
  .testdrive--fixed:hover .arrow .triangle {
    border-color: transparent transparent transparent #fff;
  }
  section {
    position: relative;
    overflow: hidden;
  }
  section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  section.kv {
    aspect-ratio: 1080/1930;
  }
  section.kv .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  section.kv .logo a {
    position: absolute;
    top: 0;
    left: 6.1111111111vw;
    width: 16.7592592593vw;
    height: 100%;
  }
  section.kv .swiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  section.kv .swiper-button {
    position: absolute;
    top: 81.0185185185vw;
    width: 5.9259259259vw;
    z-index: 99;
    cursor: pointer;
    animation: arrow_flashing 2s infinite;
  }
  section.kv .swiper-button.swiper-button-next-cus {
    right: 3.7037037037vw;
  }
  section.kv .swiper-button.swiper-button-prev-cus {
    left: 3.7037037037vw;
  }
  section.kv h2.kv-text-title {
    position: absolute;
    top: 65.8549222798%;
    left: 0%;
    width: 100%;
    font-size: 8.5185185185vw;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.86);
  }
  section.kv h2.kv-text-title span {
    font-size: 7.5925925926vw;
  }
  section.kv h2.kv-text-title.main {
    top: 41.4814814815vw;
    font-size: 8.2481481481vw;
    text-shadow: none;
    color: #fff;
  }
  section.kv h2.kv-text-title.caddy {
    top: 124.0740740741vw;
    font-size: 7.3981481481vw;
    letter-spacing: 0.05em;
    line-height: 1.0972465582;
  }
  section.kv h2.kv-text-title.caddy span {
    font-size: 11.7138888889vw;
    letter-spacing: 0;
  }
  section.kv h2.kv-text-title.multivan {
    top: 124.0740740741vw;
    font-size: 7.3981481481vw;
    letter-spacing: 0.05em;
    line-height: 1.0972465582;
  }
  section.kv h2.kv-text-title.multivan span {
    font-size: 12.7416666667vw;
    letter-spacing: 0.02em;
  }
  section.kv h2.kv-text-title.buzz {
    top: 70.8333333333vw;
    font-size: 7.1296296296vw;
    letter-spacing: 0;
    font-weight: 700;
  }
  section.kv h2.kv-text-title.buzz span {
    font-size: 7.5925925926vw;
    letter-spacing: 0;
  }
  section.kv .des {
    position: absolute;
    top: 72.5906735751%;
    left: 0%;
    width: 100%;
    font-size: 4.2592592593vw;
  }
  section.kv .des.main {
    top: 53.7962962963vw;
    font-size: 4.362962963vw;
    color: #fff;
  }
  section.kv .des.caddy, section.kv .des.multivan {
    top: 149.0740740741vw;
  }
  section.kv .des.shadow {
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.86);
  }
  section.kv .sp {
    top: 144.537037037vw;
    font-size: 5.3518518519vw;
  }
  section.kv .sp span {
    font-size: 6.4vw;
  }
  section.kv .buzz {
    position: absolute;
    top: 67.8238341969%;
    left: 20.3703703704%;
    width: 59.6296296296%;
  }
  section.kv .scroll_arrow {
    position: absolute;
    top: 92.3316062176%;
    left: 44.1666666667%;
    width: 11.6666666667%;
    left: 50%;
    animation: down_arrow 1.3s infinite both;
    z-index: 3;
  }
  section.videoCard {
    padding-bottom: 173.7962962963%;
    cursor: auto;
    background: url(../images/images/bg_video.jpg) center/cover no-repeat;
  }
  section.videoCard.active {
    cursor: auto;
  }
  section.videoCard.active .videoPop {
    transform: translateX(0);
  }
  section.videoCard .videoPop {
    display: none;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.videoCard .playIcon {
    position: absolute;
    top: 43.8998401705%;
    left: 37.5%;
    width: 15.462962963%;
    left: 50%;
    transform: translateX(-50%);
    animation: playIcon 2s infinite both ease-in-out;
  }
  @keyframes playIcon {
    0% {
      transform: translateX(-50%) scale(1);
    }
    50% {
      transform: translateX(-50%) scale(1.35);
    }
    100% {
      transform: translateX(-50%) scale(1);
    }
  }
  section.spec {
    padding-top: 23.4259259259vw;
  }
  section.spec .spec-container {
    position: relative;
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-template-rows: 103.9814814815vw 261.0185185185vw;
  }
  section.spec .swiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
  }
  section.spec .swiper-slide-caddy {
    background-color: #57a2c4;
  }
  section.spec .swiper-slide-multivan {
    background-color: #de7f92;
  }
  section.spec .swiper-slide-buzz {
    background-color: #51acaa;
  }
  section.spec .swiper-slide .car-name {
    position: absolute;
    top: 63.8888888889vw;
    width: 100%;
    font-size: 6.6666666667vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2796212121;
    color: #ffffff;
    text-align: center;
  }
  section.spec .swiper-slide .car-name span {
    font-size: 12.2222222222vw;
    font-weight: 700;
    letter-spacing: 0;
  }
  section.spec .swiper-button {
    position: absolute;
    top: 73.6111111111vw;
    width: 5.462962963vw;
    z-index: 99;
    cursor: pointer;
    animation: arrow_flashing 2s infinite;
  }
  section.spec .swiper-button.swiper-button-next-cus {
    right: 7.5vw;
  }
  section.spec .swiper-button.swiper-button-prev-cus {
    left: 7.5vw;
  }
  section.spec .car-tab-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  section.spec .car-tab-container.active--caddy .car-tab--caddy {
    padding-left: 0vw;
    text-align: center;
    font-size: 6.8518518519vw;
    z-index: 4;
    transform: translateY(-100%);
  }
  section.spec .car-tab-container.active--caddy .car-tab--multivan {
    z-index: 3;
  }
  section.spec .car-tab-container.active--caddy .car-tab--buzz {
    z-index: 2;
  }
  section.spec .car-tab-container.active--multivan .car-tab--caddy {
    z-index: 2;
  }
  section.spec .car-tab-container.active--multivan .car-tab--multivan {
    font-size: 6.8518518519vw;
    padding-left: 0vw;
    text-align: center;
    z-index: 4;
    transform: translateY(-100%);
  }
  section.spec .car-tab-container.active--multivan .car-tab--buzz {
    z-index: 3;
  }
  section.spec .car-tab-container.active--buzz .car-tab--caddy {
    z-index: 2;
  }
  section.spec .car-tab-container.active--buzz .car-tab--multivan {
    padding-left: 6.6666666667vw;
    z-index: 3;
  }
  section.spec .car-tab-container.active--buzz .car-tab--buzz {
    font-size: 6.8518518519vw;
    padding-left: 0;
    text-align: center;
    z-index: 4;
    transform: translateY(-100%);
  }
  section.spec .car-tab {
    position: absolute;
    transform: translateY(-70.7482993197%);
    width: 45.3703703704vw;
    height: 13.6111111111vw;
    border-top-right-radius: 3.7037037037vw;
    border-top-left-radius: 3.7037037037vw;
    font-size: 3.8888888889vw;
    font-weight: 700;
    color: #ffffff;
    padding-top: 3.5185185185vw;
  }
  section.spec .car-tab::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -3.7037037037vw;
    background-color: transparent;
    border-radius: 50%;
    width: 3.7037037037vw;
    height: 3.7037037037vw;
    pointer-events: none;
  }
  section.spec .car-tab::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -3.7037037037vw;
    background-color: transparent;
    border-radius: 50%;
    width: 3.7037037037vw;
    height: 3.7037037037vw;
    pointer-events: none;
  }
  section.spec .car-tab--caddy {
    left: 0;
    padding-left: 3.7037037037vw;
    background-color: #57a2c4;
  }
  section.spec .car-tab--caddy::after {
    box-shadow: -1.8518518519vw 1.8518518519vw 0 #57a2c4;
  }
  section.spec .car-tab--multivan {
    left: 27.3148148148vw;
    padding-left: 25.2777777778vw;
    background-color: #de7f92;
  }
  section.spec .car-tab--multivan::after {
    box-shadow: -1.8518518519vw 1.8518518519vw 0 #de7f92;
  }
  section.spec .car-tab--multivan::before {
    box-shadow: 1.8518518519vw 1.8518518519vw 0 #de7f92;
  }
  section.spec .car-tab--buzz {
    left: 54.6296296296vw;
    padding-left: 25.6481481481vw;
    background-color: #51acaa;
  }
  section.spec .car-tab--buzz::after {
    box-shadow: -1.8518518519vw 1.8518518519vw 0 #51acaa;
  }
  section.spec .car-tab--buzz::before {
    box-shadow: 1.8518518519vw 1.8518518519vw 0 #51acaa;
  }
  section.spec .car-tab.active {
    transform: translateY(-100%);
  }
  section.spec .car-spec {
    display: none;
    position: relative;
    padding-top: 18.1481481481vw;
    grid-column: 1/2;
    grid-row: 2/3;
    grid-template-rows: 9.4444444444vw 8.2407407407vw 20.1851851852vw 9.537037037vw 23.2407407407vw 9.4444444444vw 13.5185185185vw 9.0740740741vw 13.9814814815vw 9.2592592593vw 23.6111111111vw 8.8888888889vw 26.4814814815vw 16.2962962963vw;
    z-index: 5;
  }
  section.spec .car-spec.active {
    display: grid;
  }
  section.spec .car-spec .label {
    font-size: 5.0268518519vw;
  }
  section.spec .car-spec .text {
    font-size: 6.6666666667vw;
  }
  section.spec .car-spec .text.small {
    font-size: 6.1111111111vw;
  }
  section.spec .car-spec .text.line-height {
    line-height: 1.4545454545;
  }
  section.spec .car-spec .button {
    width: 54.2592592593vw;
    height: 12.4074074074vw;
    font-size: 5.3703703704vw;
    border-radius: 6.2037037037vw;
  }
  section.spec .car-spec .button::after {
    content: "";
    position: absolute;
    top: 4.1666666667vw;
    right: 6.2037037037vw;
    width: 2.5925925926vw;
    height: 4.4444444444vw;
    background: url("../images/images/spec_btn_arrow.png") center/cover no-repeat;
    transition: none;
  }
  section.spec .car-spec .button:hover::after {
    right: 6.2037037037vw;
  }
  section.spec .car-spec .button.letter-spacing-0 {
    letter-spacing: 0;
  }
  section.spec .car-spec.caddy {
    background: linear-gradient(to bottom, #d0dee6, transparent);
  }
  section.spec .car-spec.multivan {
    background: linear-gradient(to bottom, #eedddf, transparent);
  }
  section.spec .car-spec.buzz {
    background: linear-gradient(to bottom, #c6d8d7, transparent);
  }
  section.spec .test {
    position: absolute;
    top: 34.9074074074vw;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
  }
}
.section_form {
  background-image: linear-gradient(to bottom, #c3cbd7 0%, #d0d8e0 100%);
}

.section_form .wrapper .container {
  width: 100% !important;
  padding-left: 0px !important;
}
.section_form .wrapper .container .block {
  margin: 0 auto !important;
}

.section_form select {
  color: #001e50 !important;
}

.section_form .wrapper .container .block .column .label {
  border-color: #17315e !important;
}

.section_form .wrapper .container .block .column .label i {
  border: solid #001e50 !important;
  border-width: 0 2px 2px 0 !important;
}

.section_form .container input:checked ~ .checkmark {
  background-color: transparent !important;
}

.section_form .checkmark {
  border: 2px solid #001e50 !important;
}

.section_form .container .checkmark:after {
  background-color: #001e50 !important;
}

.section_form .wrapper .container .block .column .label a {
  color: #001e50 !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #001e50 !important;
}

.section_form .wrapper .container .block .column.recaptcha .divbutton .submit {
  border: 2px solid #fff !important;
  background-color: #134066 !important;
  padding: 8px 2rem !important;
}

.more {
  margin-top: 10px !important;
}

@media screen and (min-width: 320px) and (max-width: 1084px) {
  .section_form .wrapper .container .block .panel.last ul.tip {
    font-size: 4.5vw !important;
  }
}
section .home_test_drive {
  width: 56%;
  padding-top: 10px;
}

@media all and (max-width: 1080px) {
  .section_form {
    background-image: linear-gradient(to bottom, #ccd4dd 0%, #d0d8e0 100%);
  }
  .section_form .wrapper .container {
    width: 90% !important;
  }
  .more {
    font-size: 4vw !important;
  }
  .section_form .wrapper .container .block .panel .column .label input[type=text],
  .section_form .wrapper .container .block .panel .column .label p,
  .section_form .wrapper .container .block .panel .column .label select {
    font-size: 3vw !important;
  }
}/*# sourceMappingURL=all.css.map */