@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;900&family=Roboto:wght@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*/
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.hide {
  display: none;
}

::selection {
  background: #ffd307;
  color: #000;
  text-decoration: none;
}

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

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

*:focus {
  outline: none;
}

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

a:hover {
  color: #fff;
}

*::-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: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background-position: center top;
  text-align: center;
  background-image: url(../img/bg-pc.jpg?v1);
  background-size: 100%;
}
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;
}

.counter {
  position: relative;
  height: 50px;
  margin: 5%;
  overflow: hidden;
  width: 160px;
  z-index: 2;
}
.counter * {
  margin: 0;
  padding: 0;
}
.counter > div {
  position: relative;
  float: left;
  top: 100%;
  transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0, 0.575, 0.565, 1.05);
  will-change: transform;
}
.counter > div:nth-child(1) {
  transition-duration: 1s;
}
.counter > div:nth-child(2) {
  transition-duration: 1.2s;
}
.counter > div:nth-child(3) {
  transition-duration: 1.4s;
}
.counter > div:nth-child(4) {
  transition-duration: 1.6s;
}
.counter > div:nth-child(5) {
  transition-duration: 1.8s;
}
.counter > div:nth-child(6) {
  transition-duration: 2s;
}
.counter > div:nth-child(7) {
  transition-duration: 2.2s;
}
.counter > div:nth-child(8) {
  transition-duration: 2.4s;
}
.counter > div:nth-child(9) {
  transition-duration: 2.6s;
}
.counter > div:nth-child(10) {
  transition-duration: 2.8s;
}
.counter > div > span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.counter > span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.counter.is-animate > div {
  top: 0;
  transform: translateY(0);
}

.g-section {
  position: relative;
}

#kv {
  height: 50rem;
  font-weight: 900;
}
#kv .logo-toyota {
  width: 11.9rem;
  height: 2.1rem;
  background: url(../img/logo-toyota.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2rem;
  left: 17.9%;
  text-indent: -9999px;
}
#kv h1 {
  width: 43rem;
  height: 7rem;
  background: url(../img/text-h1.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  margin: 7.3rem 0 0 23.4%;
  filter: drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.5));
  transform: translateX(50%);
  transition: 1s;
}
#kv .limit {
  background: #3d97d4;
  transform: skew(-21deg) translateX(-50%);
  position: absolute;
  top: 31.4%;
  left: 27.5%;
  padding: 0 0.5rem 0 1rem;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
}
#kv .limit > div {
  transform: skew(10deg);
}
#kv .limit span {
  font-size: 2rem;
  padding: 0 0.5rem;
}
#kv .limit b {
  font-size: 2.5rem;
  padding: 0 0.5rem;
  line-height: 1.5;
}
#kv .price {
  position: absolute;
  top: 28%;
  left: 59%;
  transform: skew(-10deg) translateY(50%);
  opacity: 0;
  transition: 1s;
  transition-delay: 1.5s;
}
#kv .price .counter {
  width: 15rem;
  height: 7.7rem;
}
#kv .price .counter > div {
  margin-right: 0.4rem;
}
#kv .price .counter span {
  font-size: 7.7rem;
  color: #ffd307;
  text-shadow: 0 -1px 0 #fff;
}
#kv .price .counter > span {
  color: #000;
  font-size: 2.6rem;
  position: relative;
  top: 4.4rem;
  left: -0.8rem;
}
#kv .price .zero {
  margin-top: -2.7rem;
  margin-left: -1rem;
}
#kv .price .zero p {
  font-size: 2.5rem;
  color: #9aca3f;
  letter-spacing: 0.2rem;
  display: inline-block;
  padding: 0 0.2rem;
}
#kv .price .zero span {
  color: #ffd307;
  font-size: 4rem;
  display: inline-block;
  padding: 0 0.2rem 0 0;
  position: relative;
  top: 0.4rem;
}
#kv.is-animate h1 {
  transform: translateX(0);
}
#kv.is-animate .limit {
  transform: skew(-21deg) translateX(0);
  opacity: 1;
}
#kv.is-animate .price {
  transform: skew(-10deg) translateY(0);
  opacity: 1;
}

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

.text-border-2 {
  color: #ffd307;
  background: #000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
}

.text-border-3 {
  color: #ffd307;
}
.text-border-3:before, .text-border-3:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  color: #ffd307;
  background: #000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  padding: 0 0.5rem;
}
.text-border-3:before {
  background-color: #000;
  -webkit-text-stroke: 0.8rem transparent;
}
.text-border-3:after {
  background-color: #cc951f;
  -webkit-text-stroke: 0.4rem transparent;
}

.btns {
  text-align: center;
  margin-top: 31.2rem;
}
.btns a {
  margin: 0 1.5rem;
}

[class^=g-bt-] {
  position: relative;
  width: 20.5rem;
  background: #000;
  display: inline-block;
  padding: 0.12rem;
  transform: skew(-21deg);
}
[class^=g-bt-] p {
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.2rem;
  color: #fff;
  background: #9aca3f;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}
[class^=g-bt-] p span {
  display: block;
  transform: skew(21deg);
}
[class^=g-bt-] p i {
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-right-fff.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
}
[class^=g-bt-] p u {
  text-decoration: none;
}
[class^=g-bt-] p:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, white 49%, rgba(255, 255, 255, 0) 73%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
  pointer-events: none;
}
[class^=g-bt-] p:after {
  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 p {
  background: #88da10;
}

.g-bt-2 p {
  background: #d31939;
}
.g-bt-2:hover p {
  background: #ff1d44;
}

#g-rule {
  width: 63%;
  margin: 7.2rem auto 4.5rem;
  text-align: left;
}
#g-rule .list-r li {
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.list-r li {
  position: relative;
  padding-left: 1.5rem;
}
.list-r li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

#g-footer {
  background-color: #132a31;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 5;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 2.5vw;
  }

  .btns {
    margin-top: 28rem;
  }
  .btns a {
    margin: 0 0.5rem;
  }
  .btns a span {
    letter-spacing: 0;
  }

  [class^=g-bt-] {
    width: 45%;
  }
  [class^=g-bt-] p {
    letter-spacing: 0.2rem;
  }

  body {
    background-image: url(../img/bg-pc.jpg?v1), linear-gradient(112deg, #c3dff4 72.7%, #3694d4 72.7%), linear-gradient(to right, #000, #000);
    background-size: 155% auto, 100% 10rem, 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 5rem, 0 0;
  }

  #kv {
    height: 44rem;
  }
  #kv .logo-toyota {
    top: 1rem;
    left: 3.9%;
  }
  #kv h1 {
    width: 36rem;
    height: 7rem;
    margin: 5.5rem 0 0 5.4%;
  }
  #kv .limit {
    top: 30.4%;
    left: 10.5%;
  }
  #kv .limit span {
    font-size: 1.7rem;
  }
  #kv .limit b {
    font-size: 2.2rem;
  }
  #kv .price {
    top: 31%;
    left: 61%;
  }
  #kv .price .zero {
    margin-left: -1.6rem;
  }
  #kv .price .zero p {
    font-size: 2.3rem;
  }

  #g-rule {
    width: 90%;
    margin: 3rem auto;
  }
  #g-rule .list-r li {
    font-size: 1rem;
  }
}