@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Inter:wght@100..900&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
/*Variable*/
@font-face {
  font-family: "toyota_type";
  src: url("../font/toyotatype-regular-webfont.woff2") format("woff2"), url("../font/toyotatype-regular-webfont.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "toyota_type";
  src: url("../font/toyotatype-bold-webfont.woff2") format("woff2"), url("../font/toyotatype-bold-webfont.woff") format("woff");
  font-weight: bold;
}
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

.hide {
  display: none;
}

::selection {
  background: #005083;
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

*:focus {
  outline: none;
}

a {
  color: #e60021;
  text-decoration: none;
  transition: color 0.4s;
}

a:hover {
  color: #570000;
}

*::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

html {
  font-size: 1.25vw;
}

html, body {
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
  font-family: "toyota_type", "Noto Sans TC", 微軟正黑體, Arial;
  overflow-x: hidden;
  text-align: center;
}
body.lock {
  overflow: hidden;
}

* {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

/*Body*/
#g-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, white 36%, #c6c6c6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: 1s;
  z-index: 10;
}
#g-loader .center {
  width: 100%;
  height: 150px;
  color: #000;
}
#g-loader .center p {
  font-size: 12px;
  letter-spacing: 5px;
  margin: 15px 0;
}
#g-loader .center .bar {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  position: relative;
}
#g-loader .center .bar .move {
  width: 20%;
  height: 5px;
  background-color: #e7211b;
  position: absolute;
  animation: bar-move 0.5s ease infinite;
}
@keyframes bar-move {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
#g-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.color-red {
  color: #e60021;
}

.color-blue {
  color: #005083;
}

.color-pink {
  color: #ff4e8a;
}

.color-green {
  color: #8bc34a;
}

.color-yellow {
  color: orange;
}

.text-gradient-1 {
  color: #fff;
  background: linear-gradient(135deg, #fff, #ccc);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-border-1 {
  color: #d71518;
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.3rem transparent;
}

[class^=g-bt-] {
  width: 9rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}
[class^=g-bt-]:after, [class^=g-bt-]:before {
  content: "";
  border: 0.15rem solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
[class^=g-bt-]:after {
  border-color: #666;
  -webkit-mask-image: linear-gradient(135deg, #000, transparent, #000, transparent, #000, transparent);
          mask-image: linear-gradient(135deg, #000, transparent, #000, transparent, #000, transparent);
}
[class^=g-bt-] div:before {
  content: "";
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #000, #397285, #000);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
[class^=g-bt-] span {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: block;
}
[class^=g-bt-] span:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class^=g-bt-]:hover {
  color: #fff;
  filter: brightness(120%);
}
[class^=g-bt-]:hover div:before {
  width: 100%;
  left: 0;
  right: auto;
}

.g-bt-2 div:before {
  content: "";
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #000, #e60021, #000);
}

.g-bt-3 {
  background: url(../img/cta.webp);
  background-size: 100% 100%;
}
.g-bt-3 div:before {
  content: "";
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #000, #e60021, #000);
}

.bt-shine {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.bt-shine:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

.msg-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 101;
  transform: scale(1);
  perspective: 700px;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
}
.msg-box .msg-wrap {
  background: #fff;
  width: 60%;
  max-height: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 30px;
  transform: scale(1.2) translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition-delay: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.msg-box .msg-wrap > .close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -40px;
  width: 75px;
  height: 75px;
  transition: 0.2s;
  background: rgba(230, 0, 33, 0.8);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: 12px;
  left: 35px;
}
.msg-box .msg-wrap > .close:before {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.msg-box .msg-wrap > .close:after {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.msg-box.is-active .msg-wrap {
  transform: scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
.msg-box.is-active .msg-wrap > .close {
  transform: scale(1);
  opacity: 1;
}
.msg-box.is-active .msg-wrap > .close:hover {
  transform: rotate(90deg);
}
.msg-box .msg-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 95%;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  color: #000;
}
.msg-box .msg-content header {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background-color: #000;
  width: auto;
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #e60021;
  transition: 0.2s;
}

#msg-alert .msg-wrap {
  height: auto;
  min-height: 100px;
  max-width: 500px;
}
#msg-alert .msg-content {
  text-align: center;
}
#msg-alert .msg-content header {
  font-size: 30px;
  margin-bottom: 20px;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}

.owl-btn-prev,
.owl-btn-next {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #d39f26;
  position: absolute;
  top: 47%;
  z-index: 1;
  cursor: pointer;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  text-indent: -9999px;
}

.owl-btn-prev {
  left: -4%;
  background-image: url(../img/if_back_000.svg);
}
.owl-btn-prev:hover {
  transform: translateX(-10px);
  background-color: #d39f26;
  background-image: url(../img/if_back_fff.svg);
}

.owl-btn-next {
  right: -4%;
  background-image: url(../img/if_forward_000.svg);
}
.owl-btn-next:hover {
  transform: translateX(10px);
  background-color: #d39f26;
  background-image: url(../img/if_forward_fff.svg);
}

#video-btn-prev, #video-btn-next {
  top: 300px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background-color: #e60021;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #FFF;
  text-decoration: none;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 17px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 15px;
  background-color: #e60021;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
  transition: 0.2s;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #fff;
}

.g-form > ul > li {
  position: relative;
  padding: 0.75rem 0 0.75rem 20%;
}
.g-form > ul > li label {
  position: absolute;
  top: 0.7rem;
  left: 0;
  text-align: left;
  font-size: 1.2rem;
}
.g-form > ul > li input {
  padding: 0.5rem 1rem;
  border: 0;
  width: 100%;
  background: #e9e9e9;
  color: #000;
  font-size: 1.2rem;
  font-family: 微軟正黑體;
  transition: 0.2s;
}
.g-form > ul > li input:focus, .g-form > ul > li input:hover {
  background-color: #d1d1d1;
}
.g-form > ul > li select {
  padding: 0.5rem 1rem;
  border: 0;
  width: 100%;
  background: url(../img/icon-arrow-down-000.svg) no-repeat calc(100% - 1rem) 50% #e9e9e9;
  background-size: 1rem;
  color: #000;
  font-size: 1.2rem;
  font-family: 微軟正黑體;
  -webkit-appearance: none;
  appearance: nonew;
}
.g-form > ul > li select:focus, .g-form > ul > li select:hover {
  background-color: #d1d1d1;
}
.g-form > ul > li input[type=checkbox], .g-form > ul > li input[type=radio] {
  display: none;
}
.g-form > ul > li input[type=checkbox] + label {
  padding-left: 2rem;
  width: auto;
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: left;
}
.g-form > ul > li input[type=checkbox] + label:before,
.g-form > ul > li input[type=checkbox] + label:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.3rem;
  border: 0;
  background: #fff;
  color: #e60021;
  background-image: url(../img/icon-checked.svg);
  background-size: 1.8rem;
  transition: 0.5s;
}
.g-form > ul > li input[type=checkbox] + label:focus:before, .g-form > ul > li input[type=checkbox] + label:hover:before {
  background-color: #e9e9e9;
}
.g-form > ul > li input[type=checkbox] + label:before {
  background-image: none;
  border: 1px solid #999;
}
.g-form > ul > li input[type=checkbox] + label:after {
  background-color: transparent;
  width: 0;
  box-shadow: none;
  top: -0.2rem;
}
.g-form > ul > li input[type=checkbox] + label:active:after, .g-form > ul > li input[type=checkbox]:checked + label:after {
  width: 1.5rem;
}
.g-form > ul > li input[type=radio] + label {
  padding-left: 1.9rem;
  padding-right: 0.6rem;
  width: auto;
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.g-form > ul > li input[type=radio] + label:before,
.g-form > ul > li input[type=radio] + label:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #999;
  background: #fff;
  color: #e60021;
  transition: 0.5s;
}
.g-form > ul > li input[type=radio] + label:focus:before, .g-form > ul > li input[type=radio] + label:hover:before {
  background-color: #e9e9e9;
}
.g-form > ul > li input[type=radio] + label:before {
  background-image: none;
}
.g-form > ul > li input[type=radio] + label:after {
  background-color: transparent;
  transform: scale(0);
  background-color: #e60021;
  box-shadow: none;
}
.g-form > ul > li input[type=radio] + label:active:after, .g-form > ul > li input[type=radio]:checked + label:after {
  transform: scale(0.6);
}
.g-form > ul > li .g-bt-1 {
  margin: 0 auto;
}
.g-form > ul > li a {
  text-decoration: underline;
}
.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
  display: block;
}

#g-wrap {
  position: relative;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../img/bg-1.webp) no-repeat #000;
  background-size: 100%;
}
#g-wrap img {
  max-width: 100%;
}

.g-section {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}
.g-section header {
  text-align: center;
}
#kv {
  margin: 0 auto;
  height: 39.6rem;
  overflow: hidden;
}
#kv .bg {
  mix-blend-mode: screen;
}
#kv .bg video {
  width: 50%;
  position: absolute;
  top: 25%;
}
#kv .bg .fog-1 {
  left: 0;
}
#kv .bg .fog-2 {
  right: 0;
  transform: scale(-1, 1);
}
#kv #g-logo {
  position: absolute;
  top: 0.9rem;
  left: 1.4%;
  width: 8rem;
  z-index: 2;
}
#kv header {
  padding-top: 3rem;
  position: relative;
}
#kv h1 {
  width: 46.4rem;
  height: 10rem;
  background: url(../img/kv-h1.webp) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  margin: 0 auto;
}
#kv .icon-flare-1 {
  top: 0%;
  left: 17.5%;
}
#kv .icon-flare-2 {
  top: 0%;
  left: 48.5%;
}
#kv .icon-flare-3 {
  background-size: 100% 100%;
  top: 55%;
  left: 5%;
  height: 2em;
}
#kv .icon-flare-4 {
  background-size: 100% 100%;
  top: 56%;
  left: 41%;
  height: 2em;
}
#kv .cars {
  display: flex;
  width: 78%;
  margin: -1.8rem auto 0;
}
#kv .cars [class^=logo-] {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  width: 18rem;
  height: 4rem;
  display: block;
  margin: 0 auto;
  text-indent: -9999rem;
  filter: drop-shadow(0.2rem 0.4rem 0.2rem #000);
}
#kv .cars .logo-altis {
  background-image: url(../img/logo-altis.svg);
}
#kv .cars .logo-camry {
  background-image: url(../img/logo-camry.svg);
}
#kv .cars h2 {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.65rem;
  position: relative;
  text-shadow: 0.2rem 0.4rem 0.4rem #000;
}
#kv .cars .icon-flare-5 {
  top: -2%;
  left: 38%;
  width: 19rem;
  height: 4rem;
}
#kv .cars .icon-flare-6 {
  top: -23%;
  left: 7%;
  width: 19rem;
  height: 4rem;
}
#kv .cars .img {
  position: relative;
}
#kv .cars .img img {
  width: 145.3%;
  max-width: 300%;
  margin-top: -10.2rem;
  margin-left: -7.6rem;
}
#kv .cars .img small {
  font-size: 0.5rem;
  text-shadow: 0 0 0.2rem #000;
  position: absolute;
  top: 80%;
  left: -4%;
}
#kv .cars dl {
  position: absolute;
  top: 26%;
  left: -15%;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem #000);
}
#kv .cars dt {
  background: linear-gradient(135deg, rgba(102, 102, 102, 0.5), transparent, rgba(102, 102, 102, 0.5)), url(../img/bg-2.webp);
  color: #1a343e;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0.7rem;
  display: inline-block;
}
#kv .cars dd b {
  font-size: 3.5rem;
  letter-spacing: -0.2rem;
  line-height: 1;
}
#kv .cars dd span {
  font-size: 2rem;
  font-weight: bold;
}
#kv .cars dd small {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  position: relative;
  top: -0.1rem;
  margin-left: 0.2rem;
}
#kv .cars .btns a {
  margin: -3rem auto 0;
}
#kv .cars > div {
  width: 50%;
  position: relative;
}
#kv .cars .car-2 .img small {
  left: 80%;
}
#kv .cars .car-2 dl {
  left: auto;
  right: -8.5%;
}
[class^=icon-flare-] {
  width: 43rem;
  height: 7rem;
  background: url(../img/icon-flare.webp) center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: screen;
  animation: icon_star_scale 1s linear infinite alternate;
  pointer-events: none;
}
@keyframes icon_star_scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.5);
  }
}
[class^=icon-flare-]:nth-child(3n-1) {
  animation-duration: 0.5s;
}
[class^=icon-flare-]:nth-child(3n-2) {
  animation-duration: 0.7s;
}

#g-video {
  width: 100%;
}
#g-video .video {
  width: 51.6%;
  margin-left: 16.8%;
}
#g-video .kv-car {
  position: absolute;
  top: 65%;
  left: 67%;
  z-index: 1;
  opacity: 0;
}
#g-video .kv-car img {
  width: 16.5rem;
}
#g-video .kv-car .talk {
  width: 14.5rem;
  height: 10rem;
  top: -81.6%;
  left: 0%;
  background: url(../img/kv-talk.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  text-indent: -9999rem;
  opacity: 0;
  transform-origin: 50% 110%;
}
#g-video .kv-car .talk:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
  animation: bg_shine 2s ease infinite;
  -webkit-mask-image: url(../img/kv-talk.webp);
          mask-image: url(../img/kv-talk.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@keyframes bg_shine {
  0% {
    background-position-x: -15rem;
  }
  50%, 100% {
    background-position-x: 15rem;
  }
}
#g-video.is-animate .kv-car {
  animation: kv_car_in 1s forwards;
}
@keyframes kv_car_in {
  0% {
    opacity: 0;
    transform: translate(100%, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#g-video.is-animate .kv-car .talk {
  animation: kv_talk_in 1s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes kv_talk_in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.video-wrap {
  margin: 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .img {
  position: absolute;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-wrap .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/video.webp?v2) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}
.video-wrap .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.5s;
}
.video-wrap .img .video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2rem 0 0 -2rem;
  z-index: 2;
}
.video-wrap p {
  font-size: 15px;
}
.video-wrap.is-active .img {
  opacity: 0;
  visibility: hidden;
}
.video-wrap:hover .img:after {
  transform: scale(1.1);
}
.video-wrap:hover .img:before {
  opacity: 0;
}
.video-wrap:hover .video-btn-play:before {
  border: 3rem solid #fff;
  transform: translate(-50%, -50%) scale(1.5);
}
.video-wrap:hover .video-btn-play:after {
  transform: translate(-50%, -50%) scale(1.2);
  border-color: transparent transparent transparent #e60021;
}

.video-btn-play {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
  filter: drop-shadow(0.4rem 0.4rem 0.1rem #000);
}
.video-btn-play:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e60021;
  box-sizing: border-box;
  transition: 0.2s;
  animation: circle-jump 0.5s linear infinite alternate;
}
@keyframes circle-jump {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.video-btn-play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 2rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

.tip-scroll {
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 6%;
  left: calc(50% - 1.5rem);
  animation: tip_scroll_move 0.5s infinite alternate;
  cursor: pointer;
}
.tip-scroll:before, .tip-scroll:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/if_forward_bold_red.svg) no-repeat center;
  background-size: 55%;
  position: absolute;
  top: -0.3rem;
  left: 0;
  transform: rotate(90deg);
}
.tip-scroll:after {
  top: 0.3rem;
}
@keyframes tip_scroll_move {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.tip-scroll:hover {
  filter: brightness(200%);
}

#g-try {
  padding-bottom: 5rem;
}
#g-try .board {
  width: 67%;
  margin: 0 auto;
  padding: 3rem 5.5rem 5rem;
  position: relative;
  background: url(../img/bg-2.webp);
  box-shadow: inset -0.2rem -0.2rem 0 rgba(153, 153, 153, 0.3);
}
#g-try .board:before {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(135deg, rgba(51, 51, 51, 0.2), transparent 30%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#g-try header h2 {
  font-size: 2.2rem;
  color: #000;
  letter-spacing: 0.2rem;
}
#g-try header p {
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0.12rem;
}
#g-try header p:before, #g-try header p:after {
  content: "";
  width: 5rem;
  height: 0.15rem;
  display: inline-block;
  vertical-align: middle;
  background: #000;
}
#g-try header p:before {
  margin-right: 0.9rem;
}
#g-try header p:after {
  margin-left: 0.9rem;
}
#g-try .g-form {
  width: 80%;
  margin: 2rem auto;
  color: #000;
  text-align: left;
}
#g-try #t-name {
  width: 60%;
  margin-right: 1rem;
}
#g-try #t-countie {
  width: 49.5%;
}
#g-try #t-district {
  width: 49.5%;
}
#g-try #try-submit {
  width: 14rem;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2.1;
  margin: 0 auto;
}
#g-try .no-padding {
  padding-left: 0 !important;
}
#g-try .is-flex {
  white-space: nowrap;
}
#g-try .is-rule {
  padding-left: 0;
}
#g-try .is-rule a {
  text-decoration: none;
  position: relative;
}
#g-try .is-rule a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e60021;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
#g-try .rule {
  color: #000;
  width: 80%;
  margin: 0 auto;
}
#g-try .rule h4 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
#g-try .rule h4:before, #g-try .rule h4:after {
  content: "";
  width: 50%;
  height: 0.15rem;
  background: #000;
  display: inline-block;
  vertical-align: middle;
}
#g-try .rule h4:before {
  margin-right: 1rem;
}
#g-try .rule h4:after {
  margin-left: 1rem;
}
#g-try .rule .list-no {
  font-size: 0.8rem;
  text-align: left;
}

#t-sales-wrap {
  padding: 0;
  margin-top: 2rem;
}
#t-sales-wrap h3 {
  font-size: 1.2rem;
  background: linear-gradient(to right, #000, #000);
  background-size: 100% 0.15rem;
  background-position: 50%;
  background-repeat: no-repeat;
}
#t-sales-wrap h3 span {
  background: #fff;
  padding-right: 1rem;
}
#t-sales-wrap ol {
  text-align: center;
  margin-top: 2rem;
}
#t-sales-wrap li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0.3rem;
  margin-bottom: 1.8rem;
}
#t-sales-wrap li.is-loading {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #005083;
}
#t-sales-wrap label {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
}
#t-sales-wrap input[type=radio] + label {
  width: 100%;
  position: relative;
  padding: 0;
}
#t-sales-wrap input[type=radio] + label .img {
  width: 100%;
  height: 10.8rem;
  background-size: 120%;
  background-position: center 10%;
  border-radius: 0;
}
#t-sales-wrap input[type=radio] + label:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.3rem solid #e60021;
  border-radius: 0;
  border-width: 0;
  background: none;
  box-sizing: border-box;
  box-shadow: none;
  transition: 0.1s;
}
#t-sales-wrap input[type=radio] + label:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  border: 0;
  border-radius: 0;
  top: 0;
  left: 0;
  background: url(../img/icon-checked-fff.svg), linear-gradient(135deg, #e60021 50%, transparent 50.1%);
  background-size: 50%, 100%;
  background-position: 10% 10%, center;
  background-repeat: no-repeat;
  transform: scale(1);
  opacity: 0;
}
#t-sales-wrap input[type=radio] + label:active:before,
#t-sales-wrap input[type=radio]:checked + label:before {
  border-width: 1px;
}
#t-sales-wrap input[type=radio] + label:active:after,
#t-sales-wrap input[type=radio]:checked + label:after {
  opacity: 1;
}
#t-sales-wrap label img {
  width: 100%;
}
#t-sales-wrap p {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
#t-sales-wrap a {
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
#t-sales-wrap a:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/if_forward_bold_red.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
}
#t-sales-wrap a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e60021;
  position: absolute;
  bottom: 0;
  left: 0;
}

#promo {
  position: relative;
  height: 43.6rem;
  font-size: 0.9rem;
  overflow: hidden;
  background: linear-gradient(183deg, transparent 50%, #fff 50.1%), linear-gradient(175deg, #f85e5e, #cd1717, #8a0000);
  background-size: 100% 50%, 100% 31.2rem;
  background-position: 0 18rem, 0 0;
  background-repeat: no-repeat;
}
#promo .lines i {
  width: 20rem;
  height: 0.3rem;
  background: radial-gradient(circle, #f56c92, transparent);
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  left: 0;
  animation: bg_lines_shine 3s infinite;
}
@keyframes bg_lines_shine {
  0%, 60%, 100% {
    opacity: 0;
  }
  20%, 30% {
    opacity: 1;
  }
}
#promo .lines i:nth-child(1) {
  height: 0.3721084865rem;
  top: 19.493114351%;
  left: 40.8837893994%;
  animation-delay: -0.2s;
}
#promo .lines i:nth-child(2) {
  height: 0.296160628rem;
  top: -2.8796117144%;
  left: 29.267418716%;
  animation-delay: -0.4s;
}
#promo .lines i:nth-child(3) {
  height: 0.5184784856rem;
  top: 1.076418841%;
  left: 46.877087694%;
  animation-delay: -0.6s;
}
#promo .lines i:nth-child(4) {
  height: 0.1354537529rem;
  top: 2.0572000444%;
  left: 23.1426313996%;
  animation-delay: -0.8s;
}
#promo .lines i:nth-child(5) {
  height: 0.467245779rem;
  top: 19.6658025447%;
  left: 33.3022875427%;
  animation-delay: -1s;
}
#promo .lines i:nth-child(6) {
  height: 0.4771127362rem;
  top: 17.384367128%;
  left: 39.6634479534%;
  animation-delay: -1.2s;
}
#promo .lines i:nth-child(7) {
  height: 0.5970299857rem;
  top: -8.1747262376%;
  left: 32.3146674547%;
  animation-delay: -1.4s;
}
#promo .lines i:nth-child(8) {
  height: 0.5597795601rem;
  top: -3.6357290982%;
  left: 22.5779096528%;
  animation-delay: -1.6s;
}
#promo .lines i:nth-child(9) {
  height: 0.5708194225rem;
  top: -6.5681113718%;
  left: 46.2905444408%;
  animation-delay: -1.8s;
}
#promo .lines i:nth-child(10) {
  height: 0.3647505562rem;
  top: -2.7571276559%;
  left: 47.0466102179%;
  animation-delay: -2s;
}
#promo .lines i:nth-child(11) {
  height: 0.5103864518rem;
  top: 3.5872943209%;
  left: 48.5256051624%;
  animation-delay: -2.2s;
}
#promo .lines i:nth-child(12) {
  height: 0.3061082926rem;
  top: 19.7973286032%;
  left: 42.9384815576%;
  animation-delay: -2.4s;
}
#promo .lines i:nth-child(13) {
  height: 0.3966361036rem;
  top: -7.4202818124%;
  left: 49.9427598489%;
  animation-delay: -2.6s;
}
#promo .lines i:nth-child(14) {
  height: 0.2036417603rem;
  top: -3.4929623047%;
  left: 49.1593312417%;
  animation-delay: -2.8s;
}
#promo .lines i:nth-child(15) {
  height: 0.2180857435rem;
  top: 18.9336097713%;
  left: 25.7887041005%;
  animation-delay: -3s;
}
#promo .shadow-cc, #promo .shadow-h1 {
  background: url(../img/text-shadows.svg) no-repeat;
  background-size: 200%;
  width: 42.4em;
  height: 25em;
  top: 6.7%;
  left: 2.2%;
  position: absolute;
}
#promo .text-cc {
  width: 26.6em;
  height: 5.5em;
  top: 8.7%;
  left: 34%;
  position: absolute;
  opacity: 0;
}
#promo .text-cc .logo-corolla-cross {
  width: 26.4em;
  height: 5em;
  top: 0;
  left: 0;
  background: url(../img/logo-CC.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  text-indent: -9999em;
}
#promo .text-h1 {
  width: 26.6em;
  height: 5.5em;
  top: 21.2%;
  left: 34.3%;
  position: absolute;
  opacity: 0;
}
#promo .text-h1 .shadow-h1 {
  background-position: 100% 0;
  top: -99.3%;
  left: 1%;
}
#promo .text-h1 p {
  font-size: 3.5em;
  font-weight: 900;
  top: -26%;
  left: 9%;
  position: absolute;
}
#promo .icon-star-1 {
  top: 19.7%;
  left: 45%;
  transform: scale(0);
}
#promo .love {
  position: relative;
  margin-top: 14em;
}
#promo .love [class^=icon-love-] {
  width: 1.4em;
  height: 1.4em;
  background: url(../img/icon-heart.svg) center no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 0.5em;
}
#promo .love p {
  font-size: 0em;
  font-weight: 700;
  color: #d6ff17;
  display: inline-block;
  margin-left: 0.2em;
}
#promo .love p span {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  display: inline-block;
}
#promo .benefit {
  font-family: "Inter", "Noto Sans TC", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.2em;
  font-size: 1.15rem;
}
#promo .benefit dt {
  width: 2.3em;
  height: 2.3em;
  font-size: 1.7em;
  color: #e60021;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.5em #fff, 0 0 0.1em #fff, 0 0 0.2em #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#promo .benefit dt:nth-of-type(2) {
  margin-left: 1.5rem;
}
#promo .benefit dd {
  position: relative;
  margin-left: -1em;
}
#promo .benefit b {
  font-size: 3.3em;
  font-weight: 900;
  color: #d6ff17;
  background: #a50202;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.2em transparent;
  letter-spacing: -0.1em;
  padding: 0 0.2em;
}
#promo .benefit p, #promo .benefit strong {
  display: inline-block;
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  background: #a50202;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.27em transparent;
  padding: 0 0.27em;
  margin: 0 -0.6em;
  z-index: 1;
  position: relative;
}
#promo .benefit small {
  position: absolute;
  white-space: nowrap;
  top: 75%;
  right: 1.5em;
  font-size: 0.8em;
}
#promo .benefit strong {
  margin: 0;
  font-size: 2.3em;
  font-weight: 700;
  -webkit-text-stroke: 0.2em transparent;
}
#promo .img .car {
  width: 28.1%;
  float: left;
  margin-left: 27.3%;
  margin-top: 2.7%;
  transform: translateX(20%);
}
#promo .img .tv {
  width: 13.1%;
  float: left;
  margin-left: 1.8%;
  margin-top: 3.5%;
  transform: scale(0);
}
#promo .btns {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 16.5rem auto 0;
}
#promo .btns a {
  margin: 0 auto;
}
#promo.is-animate .text-cc {
  animation: h1_text_in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes h1_text_in {
  0% {
    opacity: 0;
    transform: translate(50%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#promo.is-animate .text-h1 {
  animation: h1_text_in 1s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
#promo.is-animate .icon-star-1 {
  animation: h1_star_in 1s 1.5s forwards;
}
@keyframes h1_star_in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#promo.is-animate .img .car {
  animation: promo_car_in 1s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes promo_car_in {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
#promo.is-animate .img .tv {
  animation: promo_tv_in 1s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes promo_tv_in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#promo.is-animate .love p span {
  animation: love_span_jump 2s infinite;
  transform-origin: 50% 100%;
}
@keyframes love_span_jump {
  0%, 20%, 100% {
    transform: scale(1, 1);
  }
  5% {
    transform: scale(0.8, 1.2);
  }
  10% {
    transform: scale(1.1, 0.8);
  }
  15% {
    transform: scale(0.9, 1.1);
  }
}
#promo.is-animate .love p span:nth-of-type(1) {
  animation-delay: 1.6s;
}
#promo.is-animate .love p span:nth-of-type(2) {
  animation-delay: 1.7s;
}
#promo.is-animate .love p span:nth-of-type(3) {
  animation-delay: 1.8s;
}
#promo.is-animate .love p span:nth-of-type(4) {
  animation-delay: 1.9s;
}
#promo.is-animate .love p span:nth-of-type(5) {
  animation-delay: 2s;
}

#rule {
  width: 50%;
  margin: 3rem auto 5rem;
  text-align: left;
  font-size: 0.7rem;
  color: #999;
}
#rule a {
  text-decoration: underline;
  color: #999;
}
#rule a:hover {
  color: #e60021;
}
#rule li {
  margin-bottom: 1.2rem;
}

.list-no {
  padding-left: 1.5rem;
}
.list-no > li {
  list-style-type: decimal;
}

.list-dot {
  padding-left: 1.5rem;
}
.list-dot > li {
  list-style-type: disc;
}

.list-r {
  padding-left: 1.5rem;
}
.list-r > li {
  position: relative;
  margin-bottom: 2%;
}
.list-r > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -20px;
}

#g-footer {
  clear: both;
  font-weight: 200;
  letter-spacing: 2px;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 15px;
  color: #fff;
  background: #e60021;
}
#g-footer p.note {
  letter-spacing: 0;
  margin: 20px;
}

@media screen and (min-width: 990px) {
  .is-m {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  html {
    font-size: 3.5vw;
  }

  .is-pc {
    display: none !important;
  }

  #g-wrap {
    background-size: 300% 45rem;
    background-position: 50% 0;
  }

  .msg-box .msg-wrap {
    width: 85%;
  }
  .msg-box .msg-wrap > .close {
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
    right: -1.5rem;
  }
  .msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
    width: 1.8rem;
    height: 0.2rem;
    top: 1.4rem;
    left: 0.6rem;
  }
  .msg-box .msg-content header {
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  #kv {
    height: 36.3rem;
  }
  #kv .bg video {
    top: 36%;
  }
  #kv header {
    padding-top: 5rem;
  }
  #kv h1 {
    width: 25.4rem;
  }
  #kv .cars {
    width: 100%;
    margin-top: -5rem;
  }
  #kv .cars [class^=logo-] {
    width: 12rem;
    height: 3rem;
  }
  #kv .cars h2 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  #kv .cars .img img {
    width: 163.3%;
    margin-top: -4.2rem;
    margin-left: -3.4rem;
  }
  #kv .cars .img small {
    top: 84%;
    left: 6%;
  }
  #kv .cars dl {
    top: 60%;
    left: 19%;
  }
  #kv .cars .btns {
    margin-top: 10rem;
  }
  #kv .cars .car-2 .img img {
    margin-left: -4.5rem;
  }
  #kv .cars .car-2 .img small {
    left: 70%;
  }
  #kv .cars .car-2 dl {
    left: auto;
    right: 19%;
  }
  #kv .cars .icon-flare-5 {
    top: -16%;
    left: 10%;
  }
  #kv .cars .icon-flare-6 {
    top: -36%;
    left: -35%;
  }
  #kv .tip-scroll {
    display: none;
  }
  #kv .icon-flare-1 {
    top: 11%;
    left: -37.5%;
  }
  #kv .icon-flare-2 {
    top: 11%;
    left: 11.5%;
  }
  #kv .icon-flare-3 {
    top: 45%;
    left: -55%;
  }
  #kv .icon-flare-4 {
    top: 46%;
    left: 1%;
  }

  #g-try {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-size: 200%;
    background-position: 75% 0;
  }
  #g-try .board {
    width: 94%;
    padding: 1rem 0.5rem 3rem;
  }
  #g-try header {
    margin-bottom: 2rem;
  }
  #g-try header p {
    line-height: 1.4;
  }
  #g-try header p:before, #g-try header p:after {
    width: 4rem;
    position: absolute;
    top: 7.5rem;
  }
  #g-try header p:before {
    left: 7%;
  }
  #g-try header p:after {
    right: 7%;
  }
  #g-try .g-form {
    width: 90%;
    margin-top: 0;
  }
  #g-try #t-name {
    width: 47%;
  }
  #g-try #t-countie,
#g-try #t-district {
    width: 100%;
  }
  #g-try #t-countie {
    margin-bottom: 0.5rem;
  }
  #g-try .rule {
    width: 90%;
  }

  .g-form > ul > li {
    padding: 0.4rem 0 0.4rem 0;
  }
  .g-form > ul > li label {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 0.2rem;
  }
  .g-form > ul > li label.hide {
    display: none;
  }

  #t-sales-list {
    width: 105%;
    margin-left: -2.5%;
  }
  #t-sales-list li {
    width: 46%;
  }

  #t-sales-wrap ol {
    margin-top: 0;
  }
  #t-sales-wrap li {
    margin-bottom: 1rem;
  }
  #t-sales-wrap input[type=radio] + label .img {
    height: 10rem;
  }

  #promo {
    width: 100%;
    height: 34rem;
    float: none;
    font-size: 0.8rem;
    background-image: linear-gradient(189deg, transparent 40%, #fff 40.1%), linear-gradient(175deg, #f85e5e, #cd1717, #8a0000);
  }
  #promo .text-h1, #promo .text-cc {
    left: 12%;
  }
  #promo .text-h1 {
    top: 24.2%;
  }
  #promo .icon-star-1 {
    top: 20.9%;
    left: 34%;
  }
  #promo .benefit {
    font-size: 0.85rem;
  }
  #promo .btns {
    margin-top: 14em;
  }
  #promo .btns a {
    margin: 0 auto 1em;
    width: 80%;
  }
  #promo .btns a span {
    font-size: 1.3rem;
  }
  #promo .img .car {
    width: 51.1%;
    margin-left: 8.3%;
    margin-top: 6.7%;
  }
  #promo .img .tv {
    width: 30.1%;
  }

  #rule {
    width: 90%;
    margin-bottom: 4rem;
  }

  #g-footer {
    font-size: 0.8rem;
  }
}