@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 !important;
}

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

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

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

*:focus {
  outline: none;
}

a {
  color: #ff8502;
  text-decoration: none;
  transition: color 0.4s;
}
a:hover {
  color: #000;
}

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

html {
  font-size: 1.25vw;
}

body {
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
  font-family: "toyota_type", "Noto Sans TC", 微軟正黑體, Arial;
  text-align: center;
  background: #fff;
}
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;
}

.tns-wrap {
  position: relative;
}

.tns-slider {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.tns-outer {
  position: relative;
}

.tns-item {
  float: left;
}

.tns-controls button, .tns-controls div, .tns-cus-controls button, .tns-cus-controls div {
  position: absolute;
  top: 44%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 0;
  z-index: 1;
  text-indent: -9999px;
  cursor: pointer;
  transition: 0.4s;
  background-color: #c2191f;
}
.tns-controls button:before, .tns-controls div:before, .tns-cus-controls button:before, .tns-cus-controls div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon-next-orange.svg) 50% 50% no-repeat;
  background-size: 50%;
  display: block;
  filter: brightness(200%);
}
.tns-controls button:after, .tns-controls div:after, .tns-cus-controls button:after, .tns-cus-controls div:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #c2191f;
  border-radius: 50%;
}
.tns-controls button:hover, .tns-controls div:hover, .tns-cus-controls button:hover, .tns-cus-controls div:hover {
  background-color: rgba(194, 25, 31, 0.4);
}
.tns-controls button:hover:before, .tns-controls div:hover:before, .tns-cus-controls button:hover:before, .tns-cus-controls div:hover:before {
  filter: brightness(100%);
}
.tns-controls button:nth-of-type(1), .tns-controls div:nth-of-type(1), .tns-cus-controls button:nth-of-type(1), .tns-cus-controls div:nth-of-type(1) {
  left: -2.5rem;
  transform: scale(-1, 1);
}
.tns-controls button:nth-of-type(2), .tns-controls div:nth-of-type(2), .tns-cus-controls button:nth-of-type(2), .tns-cus-controls div:nth-of-type(2) {
  right: -2.5rem;
}

.tns-nav {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.tns-nav button {
  width: 2rem;
  height: 2rem;
  border: 0;
  margin: 0.5rem;
  position: relative;
  background-color: transparent;
}
.tns-nav button:before, .tns-nav button:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.tns-nav button:after {
  transform: translate(-50%, -50%) scale(0);
}
.tns-nav button:hover:before, .tns-nav button:hover:after {
  background-color: #c2191f;
}
.tns-nav button.tns-nav-active:after {
  background-color: #c2191f;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

.tns-controls {
  text-align: center;
}

.color-red {
  color: #c2191f;
}

.color-blue {
  color: #c2191f;
}

.color-pink {
  color: #ff4e8a;
}

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

.color-yellow {
  color: orange;
}

.color-orange {
  color: #ff8502;
}

.text-gradient-1 {
  position: relative;
  transform: skew(-10deg);
  text-indent: -9999rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.5));
}
.text-gradient-1:before, .text-gradient-1:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
  padding: 0 1rem;
  letter-spacing: 0.2rem;
}
.text-gradient-1:before {
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.2) 70%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
}
.text-gradient-1:after {
  background: linear-gradient(to bottom, #c2191f 20%, #fff 50%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}

.text-gradient-2 {
  color: #fff;
  background: linear-gradient(to bottom, #ffd943 20%, #fff 50%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  background: linear-gradient(to bottom, #ff4196 10%, #fff 50%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 0.2rem #000);
}

.text-gradient-4 {
  background: linear-gradient(to bottom, #57c90a 10%, #fff 50%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 0.2rem #000);
}

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

.btns a {
  margin: 0 0.8rem;
}

[class^=g-bt-] {
  display: inline-block;
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #fff 25%, #333, #fff, #333, #fff 75%);
  line-height: 1.7;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.1rem;
  color: #fff;
  cursor: pointer;
  transform: skew(-23deg);
}
[class^=g-bt-] div {
  overflow: hidden;
  position: relative;
  background: radial-gradient(ellipse, #666, rgba(102, 102, 102, 0) 70%) no-repeat, linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% -1.5rem, 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
[class^=g-bt-] div: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-] div::after {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #004b97, #4f83b8);
  position: absolute;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
[class^=g-bt-] span {
  margin: 0 0.5rem 0.1rem 2rem;
  position: relative;
  z-index: 1;
  transform: skew(23deg);
  font-size: 1.6rem;
  display: inline-block;
}
[class^=g-bt-] i {
  width: 2rem;
  height: 1.6rem;
  background: url(../img/icon-slash-arrow.svg) no-repeat 50% 30%;
  background-size: 100%;
  display: inline-block;
  transition: 0.2s;
  margin-right: 1rem;
  position: relative;
  z-index: 1;
}
[class^=g-bt-]:hover {
  color: #fff;
}
[class^=g-bt-]:hover div::after {
  width: 100%;
  right: auto;
  left: 0;
}
[class^=g-bt-]:hover i {
  transform: translateX(0.5rem);
}
[class^=g-bt-].is-disabled {
  pointer-events: none;
  background: linear-gradient(to bottom, #eee, #bbb) !important;
  text-shadow: -1px -1px 0 #999;
}
[class^=g-bt-].is-disabled::before {
  display: none;
}
[class^=g-bt-].g-bt-2 {
  border-radius: 0.3rem;
  line-height: 2.8;
  background: linear-gradient(135deg, #aaa, #000, #000, #333);
  transform: skew(0);
  border: 0;
}
[class^=g-bt-].g-bt-2::after, [class^=g-bt-].g-bt-2::before {
  display: none;
}
[class^=g-bt-].g-bt-2:hover {
  background: linear-gradient(135deg, #ffad55, #ff8502, #ff8502);
}
[class^=g-bt-].g-bt-3 {
  background: radial-gradient(ellipse, #000 20%, #4b4b4b 80%);
  background-size: 150% 100%;
  background-position: -10% 0;
}
[class^=g-bt-].g-bt-3::before {
  left: 45%;
}
[class^=g-bt-].g-bt-3:hover::before {
  left: 40%;
}

[class^=text-a-] {
  width: 8.2rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50%;
  text-indent: -9999rem;
  display: block;
  transform: skew(23deg);
}

.text-a-1 {
  background-image: url(../img/text-a-1.svg);
}

.text-a-2 {
  background-image: url(../img/text-a-2.svg);
}

.text-a-3 {
  background-image: url(../img/text-a-3.svg);
}

.text-a-4 {
  background-image: url(../img/text-a-4.svg);
}

.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(194, 25, 31, 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: #c2191f;
  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;
}

.g-form > ul > li {
  position: relative;
  padding: 0.6rem 0 0.6rem 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.7rem 1.4rem;
  border-radius: 0.4rem;
  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.7rem 1.4rem;
  border-radius: 0.4rem;
  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: #c2191f;
  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: #c2191f;
  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: #c2191f;
  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/temp.jpg) no-repeat 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

#g-bg {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bg-2.webp);
  background-size: 100%;
}
#g-bg > div {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#g-bg .bg-1 {
  width: 100%;
  height: 33.5rem;
  background-image: url(../img/bg-1.webp);
  background-size: 100%;
}
#g-bg .bg-2 {
  width: 100%;
  height: 40rem;
  background: linear-gradient(53deg, #fff, transparent, #fff);
  -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent);
          mask-image: linear-gradient(to bottom, #000 50%, transparent);
}

.g-section {
  position: relative;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}
.g-section header {
  text-align: center;
}
.g-section header h2 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}
.stars {
  pointer-events: none;
}
.stars span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation: stars1 60s linear infinite;
}
.stars span:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 5%, #473afc 20%, rgba(71, 58, 252, 0.2), transparent 100%);
  animation: stars_shine 0.4s infinite;
  display: block;
  position: absolute;
}
@keyframes stars_shine {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes stars1 {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  25% {
    opacity: 1;
    transform: translateX(0%);
  }
  50%, 100% {
    opacity: 0;
    transform: translateX(100vw);
  }
}
.stars span:nth-child(1) {
  position: absolute;
  left: 0.5444424065%;
  top: 40.6098583484%;
  animation-delay: -1s;
  animation-duration: 112s;
}
.stars span:nth-child(1):before {
  animation-delay: -0.2s;
}
.stars span:nth-child(2) {
  position: absolute;
  left: 41.4199757209%;
  top: 35.1193149921%;
  animation-delay: -2s;
  animation-duration: 130s;
}
.stars span:nth-child(2):before {
  animation-delay: -0.4s;
}
.stars span:nth-child(3) {
  position: absolute;
  left: 63.4126399059%;
  top: 10.9544491168%;
  animation-delay: -3s;
  animation-duration: 127s;
}
.stars span:nth-child(3):before {
  animation-delay: -0.6s;
}
.stars span:nth-child(4) {
  position: absolute;
  left: 80.5902051542%;
  top: 11.2415083165%;
  animation-delay: -4s;
  animation-duration: 116s;
}
.stars span:nth-child(4):before {
  animation-delay: -0.8s;
}
.stars span:nth-child(5) {
  position: absolute;
  left: 33.131386003%;
  top: 35.2895626822%;
  animation-delay: -5s;
  animation-duration: 115s;
}
.stars span:nth-child(5):before {
  animation-delay: -1s;
}
.stars span:nth-child(6) {
  position: absolute;
  left: 31.7357348417%;
  top: 31.1051596329%;
  animation-delay: -6s;
  animation-duration: 130s;
}
.stars span:nth-child(6):before {
  animation-delay: -1.2s;
}
.stars span:nth-child(7) {
  position: absolute;
  left: 28.3538901972%;
  top: 57.2294923942%;
  animation-delay: -7s;
  animation-duration: 114s;
}
.stars span:nth-child(7):before {
  animation-delay: -1.4s;
}
.stars span:nth-child(8) {
  position: absolute;
  left: 25.1829835499%;
  top: 43.5776899136%;
  animation-delay: -8s;
  animation-duration: 126s;
}
.stars span:nth-child(8):before {
  animation-delay: -1.6s;
}
.stars span:nth-child(9) {
  position: absolute;
  left: 59.8893625449%;
  top: 57.4847452166%;
  animation-delay: -9s;
  animation-duration: 121s;
}
.stars span:nth-child(9):before {
  animation-delay: -1.8s;
}
.stars span:nth-child(10) {
  position: absolute;
  left: 66.7278628439%;
  top: 26.4616034766%;
  animation-delay: -10s;
  animation-duration: 114s;
}
.stars span:nth-child(10):before {
  animation-delay: -2s;
}
.stars span:nth-child(11) {
  position: absolute;
  left: 58.1905813442%;
  top: 41.98761044%;
  animation-delay: -11s;
  animation-duration: 117s;
}
.stars span:nth-child(11):before {
  animation-delay: -2.2s;
}
.stars span:nth-child(12) {
  position: absolute;
  left: 32.4195298199%;
  top: 2.2200123195%;
  animation-delay: -12s;
  animation-duration: 115s;
}
.stars span:nth-child(12):before {
  animation-delay: -2.4s;
}
.stars span:nth-child(13) {
  position: absolute;
  left: 33.4774172387%;
  top: 27.2646549675%;
  animation-delay: -13s;
  animation-duration: 110s;
}
.stars span:nth-child(13):before {
  animation-delay: -2.6s;
}
.stars span:nth-child(14) {
  position: absolute;
  left: 55.6852121352%;
  top: 24.4023042005%;
  animation-delay: -14s;
  animation-duration: 121s;
}
.stars span:nth-child(14):before {
  animation-delay: -2.8s;
}
.stars span:nth-child(15) {
  position: absolute;
  left: 57.9822596058%;
  top: 54.9527253969%;
  animation-delay: -15s;
  animation-duration: 103s;
}
.stars span:nth-child(15):before {
  animation-delay: -3s;
}
.stars span:nth-child(16) {
  position: absolute;
  left: 19.880201997%;
  top: 42.5894064227%;
  animation-delay: -16s;
  animation-duration: 105s;
}
.stars span:nth-child(16):before {
  animation-delay: -3.2s;
}
.stars span:nth-child(17) {
  position: absolute;
  left: 90.7934613587%;
  top: 9.1174184474%;
  animation-delay: -17s;
  animation-duration: 110s;
}
.stars span:nth-child(17):before {
  animation-delay: -3.4s;
}
.stars span:nth-child(18) {
  position: absolute;
  left: 47.1441340244%;
  top: 12.6997687167%;
  animation-delay: -18s;
  animation-duration: 109s;
}
.stars span:nth-child(18):before {
  animation-delay: -3.6s;
}
.stars span:nth-child(19) {
  position: absolute;
  left: 58.5511101596%;
  top: 5.3118382824%;
  animation-delay: -19s;
  animation-duration: 113s;
}
.stars span:nth-child(19):before {
  animation-delay: -3.8s;
}
.stars span:nth-child(20) {
  position: absolute;
  left: 33.2460323156%;
  top: 16.0942599502%;
  animation-delay: -20s;
  animation-duration: 101s;
}
.stars span:nth-child(20):before {
  animation-delay: -4s;
}
.stars span:nth-child(21) {
  position: absolute;
  left: 4.5616744302%;
  top: 27.6491749434%;
  animation-delay: -21s;
  animation-duration: 126s;
}
.stars span:nth-child(21):before {
  animation-delay: -4.2s;
}
.stars span:nth-child(22) {
  position: absolute;
  left: 93.7180410258%;
  top: 18.0300975337%;
  animation-delay: -22s;
  animation-duration: 101s;
}
.stars span:nth-child(22):before {
  animation-delay: -4.4s;
}
.stars span:nth-child(23) {
  position: absolute;
  left: 86.2603604891%;
  top: 4.1206615852%;
  animation-delay: -23s;
  animation-duration: 101s;
}
.stars span:nth-child(23):before {
  animation-delay: -4.6s;
}
.stars span:nth-child(24) {
  position: absolute;
  left: 5.5185179675%;
  top: 16.7261920116%;
  animation-delay: -24s;
  animation-duration: 125s;
}
.stars span:nth-child(24):before {
  animation-delay: -4.8s;
}
.stars span:nth-child(25) {
  position: absolute;
  left: 25.7749432927%;
  top: 56.2878190907%;
  animation-delay: -25s;
  animation-duration: 130s;
}
.stars span:nth-child(25):before {
  animation-delay: -5s;
}
.stars span:nth-child(26) {
  position: absolute;
  left: 85.0234839995%;
  top: 42.4764705013%;
  animation-delay: -26s;
  animation-duration: 113s;
}
.stars span:nth-child(26):before {
  animation-delay: -5.2s;
}
.stars span:nth-child(27) {
  position: absolute;
  left: 89.3577096202%;
  top: 7.5350118572%;
  animation-delay: -27s;
  animation-duration: 122s;
}
.stars span:nth-child(27):before {
  animation-delay: -5.4s;
}
.stars span:nth-child(28) {
  position: absolute;
  left: 49.6818946588%;
  top: 0.9521397034%;
  animation-delay: -28s;
  animation-duration: 117s;
}
.stars span:nth-child(28):before {
  animation-delay: -5.6s;
}
.stars span:nth-child(29) {
  position: absolute;
  left: 78.5727430684%;
  top: 27.1802722925%;
  animation-delay: -29s;
  animation-duration: 111s;
}
.stars span:nth-child(29):before {
  animation-delay: -5.8s;
}
.stars span:nth-child(30) {
  position: absolute;
  left: 79.3704974193%;
  top: 4.2578723963%;
  animation-delay: -30s;
  animation-duration: 101s;
}
.stars span:nth-child(30):before {
  animation-delay: -6s;
}
.stars span:nth-child(31) {
  position: absolute;
  left: 32.2490555161%;
  top: 49.9051484139%;
  animation-delay: -31s;
  animation-duration: 103s;
}
.stars span:nth-child(31):before {
  animation-delay: -6.2s;
}
.stars span:nth-child(32) {
  position: absolute;
  left: 9.6539480542%;
  top: 34.1925139463%;
  animation-delay: -32s;
  animation-duration: 105s;
}
.stars span:nth-child(32):before {
  animation-delay: -6.4s;
}
.stars span:nth-child(33) {
  position: absolute;
  left: 48.6563344158%;
  top: 10.5416450446%;
  animation-delay: -33s;
  animation-duration: 127s;
}
.stars span:nth-child(33):before {
  animation-delay: -6.6s;
}
.stars span:nth-child(34) {
  position: absolute;
  left: 36.7097526505%;
  top: 19.4174486216%;
  animation-delay: -34s;
  animation-duration: 109s;
}
.stars span:nth-child(34):before {
  animation-delay: -6.8s;
}
.stars span:nth-child(35) {
  position: absolute;
  left: 79.6485760576%;
  top: 25.4204397519%;
  animation-delay: -35s;
  animation-duration: 107s;
}
.stars span:nth-child(35):before {
  animation-delay: -7s;
}
.stars span:nth-child(36) {
  position: absolute;
  left: 2.6143116906%;
  top: 22.4275097187%;
  animation-delay: -36s;
  animation-duration: 103s;
}
.stars span:nth-child(36):before {
  animation-delay: -7.2s;
}
.stars span:nth-child(37) {
  position: absolute;
  left: 61.0654472746%;
  top: 55.9038739047%;
  animation-delay: -37s;
  animation-duration: 122s;
}
.stars span:nth-child(37):before {
  animation-delay: -7.4s;
}
.stars span:nth-child(38) {
  position: absolute;
  left: 87.0195417677%;
  top: 58.8390915849%;
  animation-delay: -38s;
  animation-duration: 109s;
}
.stars span:nth-child(38):before {
  animation-delay: -7.6s;
}
.stars span:nth-child(39) {
  position: absolute;
  left: 46.4125070241%;
  top: 14.3118815657%;
  animation-delay: -39s;
  animation-duration: 115s;
}
.stars span:nth-child(39):before {
  animation-delay: -7.8s;
}
.stars span:nth-child(40) {
  position: absolute;
  left: 98.2345619701%;
  top: 55.878671191%;
  animation-delay: -40s;
  animation-duration: 103s;
}
.stars span:nth-child(40):before {
  animation-delay: -8s;
}
.stars span:nth-child(41) {
  position: absolute;
  left: 24.3220473277%;
  top: 27.9556752389%;
  animation-delay: -41s;
  animation-duration: 104s;
}
.stars span:nth-child(41):before {
  animation-delay: -8.2s;
}
.stars span:nth-child(42) {
  position: absolute;
  left: 0.7412578442%;
  top: 31.923396573%;
  animation-delay: -42s;
  animation-duration: 105s;
}
.stars span:nth-child(42):before {
  animation-delay: -8.4s;
}
.stars span:nth-child(43) {
  position: absolute;
  left: 43.0401900316%;
  top: 3.1063610001%;
  animation-delay: -43s;
  animation-duration: 105s;
}
.stars span:nth-child(43):before {
  animation-delay: -8.6s;
}
.stars span:nth-child(44) {
  position: absolute;
  left: 45.3007876559%;
  top: 25.6731021643%;
  animation-delay: -44s;
  animation-duration: 130s;
}
.stars span:nth-child(44):before {
  animation-delay: -8.8s;
}
.stars span:nth-child(45) {
  position: absolute;
  left: 18.2862255102%;
  top: 20.7627916214%;
  animation-delay: -45s;
  animation-duration: 118s;
}
.stars span:nth-child(45):before {
  animation-delay: -9s;
}
.stars span:nth-child(46) {
  position: absolute;
  left: 79.6753567527%;
  top: 4.6101531871%;
  animation-delay: -46s;
  animation-duration: 104s;
}
.stars span:nth-child(46):before {
  animation-delay: -9.2s;
}
.stars span:nth-child(47) {
  position: absolute;
  left: 20.6747698625%;
  top: 25.2057151475%;
  animation-delay: -47s;
  animation-duration: 107s;
}
.stars span:nth-child(47):before {
  animation-delay: -9.4s;
}
.stars span:nth-child(48) {
  position: absolute;
  left: 39.3416165392%;
  top: 17.3209938104%;
  animation-delay: -48s;
  animation-duration: 114s;
}
.stars span:nth-child(48):before {
  animation-delay: -9.6s;
}
.stars span:nth-child(49) {
  position: absolute;
  left: 12.8666364543%;
  top: 48.5992870004%;
  animation-delay: -49s;
  animation-duration: 109s;
}
.stars span:nth-child(49):before {
  animation-delay: -9.8s;
}
.stars span:nth-child(50) {
  position: absolute;
  left: 52.7332359641%;
  top: 58.9174681331%;
  animation-delay: -50s;
  animation-duration: 127s;
}
.stars span:nth-child(50):before {
  animation-delay: -10s;
}
.stars span:nth-child(51) {
  position: absolute;
  left: 3.3684453702%;
  top: 28.5804347106%;
  animation-delay: -51s;
  animation-duration: 118s;
}
.stars span:nth-child(51):before {
  animation-delay: -10.2s;
}
.stars span:nth-child(52) {
  position: absolute;
  left: 77.489419478%;
  top: 31.9165797641%;
  animation-delay: -52s;
  animation-duration: 116s;
}
.stars span:nth-child(52):before {
  animation-delay: -10.4s;
}
.stars span:nth-child(53) {
  position: absolute;
  left: 63.6490579605%;
  top: 55.9104889814%;
  animation-delay: -53s;
  animation-duration: 117s;
}
.stars span:nth-child(53):before {
  animation-delay: -10.6s;
}
.stars span:nth-child(54) {
  position: absolute;
  left: 38.1859309855%;
  top: 52.6866125448%;
  animation-delay: -54s;
  animation-duration: 108s;
}
.stars span:nth-child(54):before {
  animation-delay: -10.8s;
}
.stars span:nth-child(55) {
  position: absolute;
  left: 42.3046298176%;
  top: 16.3363009948%;
  animation-delay: -55s;
  animation-duration: 109s;
}
.stars span:nth-child(55):before {
  animation-delay: -11s;
}
.stars span:nth-child(56) {
  position: absolute;
  left: 22.3492301302%;
  top: 37.0919708167%;
  animation-delay: -56s;
  animation-duration: 110s;
}
.stars span:nth-child(56):before {
  animation-delay: -11.2s;
}
.stars span:nth-child(57) {
  position: absolute;
  left: 36.1170709183%;
  top: 46.939108428%;
  animation-delay: -57s;
  animation-duration: 113s;
}
.stars span:nth-child(57):before {
  animation-delay: -11.4s;
}
.stars span:nth-child(58) {
  position: absolute;
  left: 88.0638520197%;
  top: 55.1934316636%;
  animation-delay: -58s;
  animation-duration: 124s;
}
.stars span:nth-child(58):before {
  animation-delay: -11.6s;
}
.stars span:nth-child(59) {
  position: absolute;
  left: 44.5006721388%;
  top: 56.3831083136%;
  animation-delay: -59s;
  animation-duration: 126s;
}
.stars span:nth-child(59):before {
  animation-delay: -11.8s;
}
.stars span:nth-child(60) {
  position: absolute;
  left: 65.7716570166%;
  top: 34.457688911%;
  animation-delay: -60s;
  animation-duration: 123s;
}
.stars span:nth-child(60):before {
  animation-delay: -12s;
}
.stars span:nth-child(61) {
  position: absolute;
  left: 19.4132529444%;
  top: 47.0975559092%;
  animation-delay: -61s;
  animation-duration: 124s;
}
.stars span:nth-child(61):before {
  animation-delay: -12.2s;
}
.stars span:nth-child(62) {
  position: absolute;
  left: 19.2351741089%;
  top: 58.1668284106%;
  animation-delay: -62s;
  animation-duration: 129s;
}
.stars span:nth-child(62):before {
  animation-delay: -12.4s;
}
.stars span:nth-child(63) {
  position: absolute;
  left: 28.8629463762%;
  top: 32.588860949%;
  animation-delay: -63s;
  animation-duration: 115s;
}
.stars span:nth-child(63):before {
  animation-delay: -12.6s;
}
.stars span:nth-child(64) {
  position: absolute;
  left: 92.0138240361%;
  top: 42.6876939722%;
  animation-delay: -64s;
  animation-duration: 116s;
}
.stars span:nth-child(64):before {
  animation-delay: -12.8s;
}
.stars span:nth-child(65) {
  position: absolute;
  left: 46.7263413615%;
  top: 53.1322705008%;
  animation-delay: -65s;
  animation-duration: 102s;
}
.stars span:nth-child(65):before {
  animation-delay: -13s;
}
.stars span:nth-child(66) {
  position: absolute;
  left: 19.3448091093%;
  top: 45.6127153609%;
  animation-delay: -66s;
  animation-duration: 111s;
}
.stars span:nth-child(66):before {
  animation-delay: -13.2s;
}
.stars span:nth-child(67) {
  position: absolute;
  left: 48.3430586748%;
  top: 51.8942204152%;
  animation-delay: -67s;
  animation-duration: 111s;
}
.stars span:nth-child(67):before {
  animation-delay: -13.4s;
}
.stars span:nth-child(68) {
  position: absolute;
  left: 88.4271940975%;
  top: 45.6381127519%;
  animation-delay: -68s;
  animation-duration: 130s;
}
.stars span:nth-child(68):before {
  animation-delay: -13.6s;
}
.stars span:nth-child(69) {
  position: absolute;
  left: 62.6499398497%;
  top: 47.5262843912%;
  animation-delay: -69s;
  animation-duration: 118s;
}
.stars span:nth-child(69):before {
  animation-delay: -13.8s;
}
.stars span:nth-child(70) {
  position: absolute;
  left: 50.2588284559%;
  top: 57.6674808901%;
  animation-delay: -70s;
  animation-duration: 118s;
}
.stars span:nth-child(70):before {
  animation-delay: -14s;
}
.stars span:nth-child(71) {
  position: absolute;
  left: 11.6308058654%;
  top: 15.3545608176%;
  animation-delay: -71s;
  animation-duration: 121s;
}
.stars span:nth-child(71):before {
  animation-delay: -14.2s;
}
.stars span:nth-child(72) {
  position: absolute;
  left: 5.3680264833%;
  top: 11.2670677805%;
  animation-delay: -72s;
  animation-duration: 109s;
}
.stars span:nth-child(72):before {
  animation-delay: -14.4s;
}
.stars span:nth-child(73) {
  position: absolute;
  left: 62.356738915%;
  top: 53.3227086608%;
  animation-delay: -73s;
  animation-duration: 120s;
}
.stars span:nth-child(73):before {
  animation-delay: -14.6s;
}
.stars span:nth-child(74) {
  position: absolute;
  left: 51.6538193871%;
  top: 55.501943932%;
  animation-delay: -74s;
  animation-duration: 107s;
}
.stars span:nth-child(74):before {
  animation-delay: -14.8s;
}
.stars span:nth-child(75) {
  position: absolute;
  left: 74.3820382731%;
  top: 47.3670543031%;
  animation-delay: -75s;
  animation-duration: 127s;
}
.stars span:nth-child(75):before {
  animation-delay: -15s;
}
.stars span:nth-child(76) {
  position: absolute;
  left: 38.2178801446%;
  top: 12.8410472062%;
  animation-delay: -76s;
  animation-duration: 109s;
}
.stars span:nth-child(76):before {
  animation-delay: -15.2s;
}
.stars span:nth-child(77) {
  position: absolute;
  left: 96.5231013022%;
  top: 52.7129465305%;
  animation-delay: -77s;
  animation-duration: 121s;
}
.stars span:nth-child(77):before {
  animation-delay: -15.4s;
}
.stars span:nth-child(78) {
  position: absolute;
  left: 79.5132128818%;
  top: 45.6157428334%;
  animation-delay: -78s;
  animation-duration: 117s;
}
.stars span:nth-child(78):before {
  animation-delay: -15.6s;
}
.stars span:nth-child(79) {
  position: absolute;
  left: 12.5649947931%;
  top: 32.5035585868%;
  animation-delay: -79s;
  animation-duration: 130s;
}
.stars span:nth-child(79):before {
  animation-delay: -15.8s;
}
.stars span:nth-child(80) {
  position: absolute;
  left: 88.602655842%;
  top: 9.7429802754%;
  animation-delay: -80s;
  animation-duration: 102s;
}
.stars span:nth-child(80):before {
  animation-delay: -16s;
}
.stars span:nth-child(5n) {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

[class^=icon-spot-] {
  width: 10rem;
  height: 10rem;
  background: radial-gradient(ellipse, #3b2dff, transparent 70%);
  position: absolute;
}

[class^=icon-flare-] {
  width: 30rem;
  height: 7rem;
  background: url(../img/icon-flare.webp) center no-repeat;
  background-size: 100% 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;
}

[class^=icon-star-] {
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 1;
  mix-blend-mode: screen;
  pointer-events: none;
}
[class^=icon-star-]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon-star.webp) center no-repeat;
  background-size: 100%;
  animation: icon_star_scale 1s infinite alternate;
}
[class^=icon-star-].icon-star-2:before {
  animation-duration: 0.7s;
}

[class^=text-h2-], [class^=text-h3-] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  display: block;
  text-indent: -9999rem;
}

.text-h2-1 {
  height: 3.4rem;
  background-image: url(../img/text-h2-1.png);
}

.text-h3-1 {
  height: 1.9rem;
  background-image: url(../img/text-h3-1.svg);
}

.text-h2-2 {
  height: 3.4rem;
  background-image: url(../img/text-h2-2.png);
}

.text-h3-2 {
  height: 1.9rem;
  background-image: url(../img/text-h3-2.svg);
}

.text-h2-3 {
  height: 3.4rem;
  background-image: url(../img/text-h2-3.png);
}

.text-h3-3 {
  height: 1.9rem;
  background-image: url(../img/text-h3-3.svg);
}

.text-h2-4 {
  height: 3.4rem;
  background-image: url(../img/text-h2-4.png);
}

.text-h3-4 {
  height: 1.9rem;
  background-image: url(../img/text-h3-4.svg);
}

.text-h2-5 {
  height: 3.4rem;
  background-image: url(../img/text-h2-5.png);
}

.text-h3-5 {
  height: 1.9rem;
  background-image: url(../img/text-h3-5.svg);
}

.text-h2-6 {
  height: 3.4rem;
  background-image: url(../img/text-h2-6.png);
}

.text-h3-6 {
  height: 1.9rem;
  background-image: url(../img/text-h3-6.svg);
}

.text-h2-7 {
  height: 3.4rem;
  background-image: url(../img/text-h2-7.png);
}

.text-h3-7 {
  height: 1.9rem;
  background-image: url(../img/text-h3-7.svg);
}

.text-h2-8 {
  height: 3.4rem;
  background-image: url(../img/text-h2-8.png);
}

.text-h3-8 {
  height: 1.9rem;
  background-image: url(../img/text-h3-8.svg);
}

.text-h2-9 {
  height: 3.4rem;
  background-image: url(../img/text-h2-9.png);
}

.text-h3-9 {
  height: 1.9rem;
  background-image: url(../img/text-h3-9.svg);
}

.text-h2-10 {
  height: 3.4rem;
  background-image: url(../img/text-h2-10.png);
}

.text-h3-10 {
  height: 1.9rem;
  background-image: url(../img/text-h3-10.svg);
}

.text-h3-4 {
  background-image: url(../img/text-h3-4.png);
}

#kv {
  height: 41.3rem;
}
#kv [class^=wind-] {
  width: 17rem;
  height: 17rem;
  background: url(../img/wind-1.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  pointer-events: none;
}
#kv [class^=wind-]:nth-child(even) {
  background-image: url(../img/wind-2.webp);
}
@keyframes wind_moveToLeft {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
  0% {
    transform: translateX(50%) scale(1, 1);
  }
  100% {
    transform: translateX(-50%) scale(2, 1);
  }
}
#kv .wind-3 {
  top: 30%;
  left: 10%;
  animation: wind_moveToLeft linear 20s -5s infinite;
}
#kv .wind-4 {
  top: 30%;
  left: 60%;
  animation: wind_moveToLeft linear 20s -5s infinite;
}
#kv .wind-5 {
  top: 40%;
  left: 80%;
  mix-blend-mode: screen;
  animation: wind_moveToLeft linear 20s -10s infinite;
}
#kv .wind-6 {
  top: 0%;
  left: 60%;
  mix-blend-mode: screen;
  animation: wind_moveToLeft linear 30s -10s infinite;
}
#kv #g-logo {
  position: absolute;
  top: 2.1rem;
  left: 2.5%;
  width: 9rem;
  z-index: 2;
}
#kv header {
  padding-top: 3.7rem;
  color: #fff;
}
#kv .title u {
  font-size: 1.1rem;
  line-height: 1.4;
  border: 1px solid #fff;
  text-decoration: none;
  letter-spacing: 2.7rem;
  text-indent: 2.7rem;
  display: inline-block;
}
#kv .title p {
  font-weight: bold;
  font-size: 1.37rem;
  letter-spacing: 1.37rem;
  text-indent: 1.45rem;
  padding-top: 0.6rem;
  transform: scale(1.5, 1);
}
#kv .logo-rav4 {
  width: 34rem;
  height: 2rem;
  text-indent: -9999rem;
  background: url(../img/logo-rav4.svg) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0.7rem auto;
}
#kv h1 {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 2.2rem;
  text-indent: 2.2rem;
  margin: 1.1rem auto;
}
#kv .car-list p {
  position: absolute;
}
#kv .car-list img {
  pointer-events: none;
  width: 100%;
}
#kv .car-list [class^=car-] {
  position: absolute;
  opacity: 0;
}
#kv .car-list .wheel {
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
}
#kv .car-list .wheel::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  background-size: 100%;
  display: block;
}
#kv .car-list p {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50rem;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 1rem;
  position: absolute;
  z-index: 2;
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
}
#kv .car-list .item-1 .car-1 {
  width: 36.1%;
  top: 47.8%;
  left: 3.2%;
}
#kv .car-list .item-1 .car-1 .wheel {
  top: 52%;
  left: 65%;
  transform: rotateY(60deg);
}
#kv .car-list .item-1 .car-1 .wheel::before {
  background-image: url(../img/kv-car-1-wheel.webp);
}
#kv .car-list .item-1 p {
  top: 74%;
  left: 19.4%;
}
#kv .car-list .item-2 .car-2 {
  width: 42.8%;
  top: 40.1%;
  left: 21.1%;
  z-index: 1;
}
#kv .car-list .item-2 p {
  top: 82.3%;
  left: 44.4%;
}
#kv .car-list .item-3 .car-3 {
  width: 29%;
  top: 48%;
  left: 57.4%;
}
#kv .car-list .item-3 .car-3 .wheel {
  top: 49%;
  left: 37.8%;
  transform: rotateY(60deg);
}
#kv .car-list .item-3 .car-3 .wheel::before {
  background-image: url(../img/kv-car-3-wheel.webp);
}
#kv .car-list .item-3 p {
  top: 74%;
  left: 73%;
}
#kv .icon-flare-1 {
  top: 25%;
  left: 23%;
}
#kv .icon-flare-2 {
  top: 25.7%;
  left: 41%;
}
#kv .btns {
  margin-top: 21.3rem;
  position: relative;
  z-index: 1;
}
#kv.is-animate .car-list .item-1 .car-1 {
  animation: kv_car1_in 1s 0.5s forwards;
}
@keyframes kv_car1_in {
  0% {
    opacity: 0;
    transform: translate(20%, -8%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
#kv.is-animate .car-list .item-1 .wheel::before {
  animation: car1_wheel_in 1s 0.5s forwards;
}
@keyframes car1_wheel_in {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
#kv.is-animate .car-list .item-2 .car-2 {
  animation: kv_car2_in 1s forwards;
  transform-origin: 65% 40%;
}
@keyframes kv_car2_in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#kv.is-animate .car-list .item-3 .car-3 {
  animation: kv_car3_in 1s 1s forwards;
}
@keyframes kv_car3_in {
  0% {
    opacity: 0;
    transform: translate(-20%, -8%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
#kv.is-animate .car-list .item-3 .wheel::before {
  animation: car3_wheel_in 1s 1s forwards;
}
@keyframes car3_wheel_in {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.card {
  width: 70%;
  margin: 0 auto;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.card .title {
  background: #000;
}
.card .title header h2 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}
.card .detail {
  background: rgba(255, 255, 255, 0.5);
}

#g-safety {
  padding-top: 2.8rem;
}
#g-safety .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-safety .txt {
  margin-left: 6%;
}
#g-safety .txt p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
#g-safety .txt strong {
  font-size: 140%;
  font-family: "Noto Sans TC";
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  transform: skew(-15deg);
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin: 0 0.2rem;
}
#g-safety .txt i {
  font-size: 140%;
  line-height: 1;
  display: inline-block;
  transform: skew(-15deg);
  font-style: normal;
  margin-right: 0.3rem;
}
#g-safety .img {
  margin-left: 6%;
}
#g-safety .img img {
  width: 10rem;
}

#g-smart {
  padding-top: 3rem;
}
#g-smart .detail {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

#g-monitor, #g-audio {
  perspective: 50rem;
}
#g-monitor header, #g-audio header {
  padding: 2rem 0 1.5rem;
}
#g-monitor header h3, #g-audio header h3 {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
#g-monitor header u, #g-audio header u {
  font-size: 90%;
  background: #000;
  color: #fff;
  position: relative;
  text-decoration: none;
  transform: skew(-20deg);
  display: inline-block;
  margin-right: 0.5rem;
}
#g-monitor header u span, #g-audio header u span {
  transform: skew(20deg);
  display: inline-block;
  padding: 0 1rem;
}
#g-monitor header u:before, #g-monitor header u::after, #g-audio header u:before, #g-audio header u::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.1rem solid #fff;
}
#g-monitor header u::after, #g-audio header u::after {
  border-color: #000;
  -webkit-mask-image: linear-gradient(135deg, transparent 25%, #333, transparent, #333, transparent 75%);
          mask-image: linear-gradient(135deg, transparent 25%, #333, transparent, #333, transparent 75%);
}
#g-monitor header strong, #g-audio header strong {
  font-size: 140%;
  font-family: "Noto Sans TC";
  line-height: 1;
  display: inline-block;
  transform: skew(-10deg);
}
#g-monitor img, #g-audio img {
  width: 62%;
  margin: 0 auto;
  opacity: 0;
}
#g-monitor.is-animate img, #g-audio.is-animate img {
  animation: monitor_img_in 1s forwards;
}
@keyframes monitor_img_in {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.icon-infinite {
  width: 1rem;
  height: 1.2rem;
  background: url(../img/icon-infinite.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 1rem;
}

#g-connect {
  padding-top: 4.8rem;
}
#g-connect header h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}
#g-connect header h4 {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: bold;
}
#g-connect ol {
  text-align: center;
  margin-top: 1.8rem;
}
#g-connect li {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50rem;
  background: linear-gradient(to bottom, #fff 70%, rgba(255, 255, 255, 0.5) 90%);
  display: inline-block;
  margin: 0.8rem 0.8rem 2.8rem;
}
#g-connect [class^=icon-connect-] {
  width: 7.5rem;
  height: 7.5rem;
  background: url(../img/icon-connects.svg);
  background-size: 900%;
  display: block;
  margin: 0 auto;
  opacity: 0;
}
#g-connect .icon-connect-1 {
  background-position-x: 0%;
}
#g-connect .icon-connect-2 {
  background-position-x: 12.5%;
}
#g-connect .icon-connect-3 {
  background-position-x: 25%;
}
#g-connect .icon-connect-4 {
  background-position-x: 37.5%;
}
#g-connect .icon-connect-5 {
  background-position-x: 50%;
}
#g-connect .icon-connect-6 {
  background-position-x: 62.5%;
}
#g-connect .icon-connect-7 {
  background-position-x: 75%;
}
#g-connect .icon-connect-8 {
  background-position-x: 87.5%;
}
#g-connect .icon-connect-9 {
  background-position-x: 100%;
}
#g-connect h5 {
  background: radial-gradient(ellipse, #666, rgba(102, 102, 102, 0) 70%) no-repeat, linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% -1.5rem, 0;
  border-radius: 50rem;
  position: relative;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 2;
  width: 90%;
  margin: -0.9rem auto 0;
}
#g-connect h5:before, #g-connect h5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.1rem solid #fff;
  border-radius: 50rem;
}
#g-connect h5::after {
  border-color: #000;
  -webkit-mask-image: linear-gradient(135deg, transparent 25%, #333, transparent, #333, transparent 75%);
          mask-image: linear-gradient(135deg, transparent 25%, #333, transparent, #333, transparent 75%);
}
#g-connect.is-animate li [class^=icon-connect-] {
  animation: connet_icons_in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes connet_icons_in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#g-connect.is-animate li:nth-child(1) [class^=icon-connect-] {
  animation-delay: 0.15s;
}
#g-connect.is-animate li:nth-child(2) [class^=icon-connect-] {
  animation-delay: 0.3s;
}
#g-connect.is-animate li:nth-child(3) [class^=icon-connect-] {
  animation-delay: 0.45s;
}
#g-connect.is-animate li:nth-child(4) [class^=icon-connect-] {
  animation-delay: 0.6s;
}
#g-connect.is-animate li:nth-child(5) [class^=icon-connect-] {
  animation-delay: 0.75s;
}
#g-connect.is-animate li:nth-child(6) [class^=icon-connect-] {
  animation-delay: 0.9s;
}
#g-connect.is-animate li:nth-child(7) [class^=icon-connect-] {
  animation-delay: 1.05s;
}
#g-connect.is-animate li:nth-child(8) [class^=icon-connect-] {
  animation-delay: 1.2s;
}
#g-connect.is-animate li:nth-child(9) [class^=icon-connect-] {
  animation-delay: 1.35s;
}
#g-connect.is-animate li:nth-child(10) [class^=icon-connect-] {
  animation-delay: 1.5s;
}

#g-charging {
  padding-top: 3rem;
}
#g-charging .detail {
  padding-top: 3.7rem;
  padding-bottom: 3rem;
}
#g-charging h3 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}
#g-charging h3 .logo-hev {
  width: 6rem;
  height: 1.7rem;
  background: url(../img/logo-hev.png) no-repeat;
  background-size: 100%;
  display: block;
  margin-left: 5.8%;
}
#g-charging h4 {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 0.8rem;
}
#g-charging h4 strong {
  font-size: 120%;
  font-family: "Noto Sans TC";
  line-height: 1;
}
#g-charging ol {
  width: 87%;
  text-align: center;
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#g-charging li {
  width: 33.3%;
}
#g-charging li:nth-child(5) {
  margin-left: 3rem;
}
#g-charging li [class^=icon-charging-] {
  width: 6.5rem;
  height: 6.5rem;
  background: url(../img/icon-chargings.svg);
  background-size: 500%;
  display: block;
  margin: 0 auto;
  opacity: 0;
}
#g-charging li .icon-charging-1 {
  background-position-x: 0%;
}
#g-charging li .icon-charging-2 {
  background-position-x: 25%;
}
#g-charging li .icon-charging-3 {
  background-position-x: 50%;
}
#g-charging li .icon-charging-4 {
  background-position-x: 75%;
}
#g-charging li .icon-charging-5 {
  background-position-x: 100%;
}
#g-charging li h5 {
  background: radial-gradient(ellipse, #666, rgba(102, 102, 102, 0) 70%) no-repeat, linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% -1.5rem, 0;
  border-radius: 50rem;
  position: relative;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 2.3;
  width: 60%;
  margin: -1.4rem auto 0.7rem;
}
#g-charging li h5:before, #g-charging li h5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.1rem solid #fff;
  border-radius: 50rem;
}
#g-charging li h5::after {
  border-color: #000;
  -webkit-mask-image: linear-gradient(135deg, transparent 25%, #333, transparent, #333, transparent 75%);
          mask-image: linear-gradient(135deg, transparent 25%, #333, transparent, #333, transparent 75%);
}
#g-charging li p {
  padding-left: 8%;
  padding-right: 8%;
  text-align: justify;
  font-size: 0.9rem;
}
#g-charging.is-animate li [class^=icon-charging-] {
  animation: charging_icons_in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes charging_icons_in {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#g-charging.is-animate li:nth-child(1) [class^=icon-charging-] {
  animation-delay: 0.15s;
}
#g-charging.is-animate li:nth-child(2) [class^=icon-charging-] {
  animation-delay: 0.3s;
}
#g-charging.is-animate li:nth-child(3) [class^=icon-charging-] {
  animation-delay: 0.45s;
}
#g-charging.is-animate li:nth-child(4) [class^=icon-charging-] {
  animation-delay: 0.6s;
}
#g-charging.is-animate li:nth-child(5) [class^=icon-charging-] {
  animation-delay: 0.75s;
}

#g-price {
  padding-top: 4.6rem;
}
#g-price header h3 {
  font-size: 2rem;
  font-weight: bold;
}

#g-spec {
  padding-top: 3.7rem;
}

table {
  width: 100%;
}
table th, table td {
  border: 1px solid #d1d1d1;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0.8rem 0;
}
table th {
  text-align: center;
  font-weight: bold;
  background: url(../img/texture-noise.png), linear-gradient(145deg, #857771, #867973 30%);
  color: #fff;
}
table td.align-center {
  text-align: center;
}

.table-1-wrap, .table-2-wrap {
  width: 70%;
  margin: 2rem auto;
  position: relative;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

.table-1 th {
  width: 33.3%;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.table-2 {
  font-size: 0.82rem;
}
.table-2 th:first-child {
  text-align: left;
  padding-left: 1rem;
}
.table-2 thead tr:first-child th {
  width: 10%;
}
.table-2 thead tr:first-child th:first-child {
  width: 19.5%;
}
.table-2 thead tr:first-child th:nth-of-type(6) {
  width: 20%;
}
.table-2 thead tr:first-child th:nth-of-type(7) {
  width: 20%;
}

#g-equipment {
  padding-top: 3rem;
}
#g-equipment .equip {
  width: 70%;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
#g-equipment .equip > li {
  padding-bottom: 0.2rem;
  margin-bottom: 3rem;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
  border: 1px solid #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
#g-equipment .equip h3 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 1.8;
  background: url(../img/texture-noise.png), linear-gradient(145deg, #3a73ae, #004b98 30%);
  color: #fff;
}
#g-equipment .detail {
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 1.1rem 3rem;
  display: flex;
  justify-content: space-between;
}
#g-equipment .detail li {
  line-height: 1.7;
}
#g-equipment .item-1, #g-equipment .item-2, #g-equipment .item-3 {
  width: 100%;
}
#g-equipment .item-4, #g-equipment .item-5, #g-equipment .item-6 {
  width: 32.5%;
}
#g-equipment .item-4 .detail, #g-equipment .item-5 .detail, #g-equipment .item-6 .detail {
  padding: 1rem;
}
#g-equipment .item-1 h3 {
  background: url(../img/texture-noise.png), linear-gradient(145deg, #4e7dab, #2e679f 30%);
}
#g-equipment .item-5 h3 {
  background: url(../img/texture-noise.png), linear-gradient(145deg, #857771, #867973 30%);
}
#g-equipment .item-6 h3 {
  background: url(../img/texture-noise.png), linear-gradient(145deg, #b03434, #a20909 30%);
}
#g-equipment [class^=icon-arrow-] {
  width: 11.1rem;
  height: 2.4rem;
  background: url(../img/texture-noise.png), linear-gradient(145deg, #004b97, #004b97 30%);
  display: block;
  position: absolute;
  top: calc(100% + 1px);
  left: 40%;
  text-align: center;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#g-equipment [class^=icon-arrow-] i, #g-equipment [class^=icon-arrow-] span {
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #fff;
  display: inline-block;
  position: relative;
  top: -0.1rem;
}
#g-equipment .icon-arrow-3 {
  left: 5.6%;
}
#g-equipment .icon-arrow-4 {
  left: 40%;
  background: url(../img/texture-noise.png), linear-gradient(145deg, #857771, #867973 30%);
}
#g-equipment .icon-arrow-5 {
  left: 73.6%;
  background: url(../img/texture-noise.png), linear-gradient(145deg, #b03434, #a20909 30%);
}

#g-note {
  width: 70%;
  margin: -2rem auto 5rem;
  text-align: left;
  font-size: 0.8rem;
  line-height: 2.2;
}

#g-try {
  padding-top: 3.4rem;
}
#g-try .detail {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}
#g-try header p {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
#g-try .g-form {
  width: 62%;
  margin: 1.5rem auto;
  text-align: left;
}
#g-try .g-form > ul > li > label {
  font-size: 1.3rem;
  font-weight: bold;
}
#g-try .g-form > ul > li input[type=text],
#g-try .g-form > ul > li input[type=tel] {
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  line-height: 1.6;
}
#g-try .g-form > ul > li select {
  background: url(../img/if_down.svg);
  background-size: 1.2rem 1.2rem;
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  line-height: 1.6;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label {
  font-size: 1.2rem;
  padding-left: 2.2rem;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:before, #g-try .g-form > ul > li.is-flex input[type=radio] + label:after {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.15rem solid #ccc;
  background: #fff;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:after {
  transform: scale(0);
  background: #000;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:active:after, #g-try .g-form > ul > li.is-flex input[type=radio]:checked + label:after {
  transform: scale(0.7);
}
#g-try #t-name {
  width: 60%;
  margin-right: 1rem;
}
#g-try #t-countie {
  width: 48%;
  margin-right: 3%;
}
#g-try #t-district {
  width: 48%;
  margin-right: 0;
}
#g-try #try-submit {
  line-height: 2.1;
  margin: 0 auto;
  border: 0;
  display: block;
}
#g-try .no-padding {
  padding-left: 0 !important;
}
#g-try .is-flex {
  white-space: nowrap;
}
#g-try .is-rule {
  text-align: center;
  padding-left: 0;
  margin: 1rem auto;
  font-size: 0.9rem;
}
#g-try .is-rule a {
  text-decoration: none;
  position: relative;
  color: #ff8502;
  background: linear-gradient(to right, #fff, #fff);
  background-size: 100% 0.1rem;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
#g-try .is-rule a:hover {
  color: #c2191f;
}
#g-try .is-vcode .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#g-try .is-vcode .flex input {
  width: 58%;
  background: #fff !important;
  color: #000 !important;
}
#g-try .is-vcode .flex button {
  width: 40%;
}
#g-try .is-vcode .flex button b {
  color: #c2191f;
}
#g-try .is-vcode #t-vcode-notice {
  color: #c2191f;
}
#g-try .is-vcode #t-vcode-notice small {
  display: block;
}
#g-try .rule {
  color: #000;
  width: 90%;
  margin: 0 auto;
}
#g-try .rule .list-star {
  font-size: 0.6rem;
  text-align: left;
}

#msg-rule .msg-content ul {
  padding-left: 25px;
}
#msg-rule .msg-content ul li {
  list-style-type: decimal;
}

#msg-privacy .msg-wrap {
  width: 90%;
  height: 60%;
  max-width: 600px;
  max-height: 90%;
}
#msg-privacy .close {
  background: rgba(194, 25, 31, 0.8);
}
#msg-privacy a {
  color: #000;
  text-decoration: underline;
}

.deco-paper-after {
  width: 84%;
  height: 10rem;
  display: block;
  margin: -8.8rem auto 0;
  border: 0.4rem solid #000;
  border-radius: 5rem;
  background: #30582f;
}

#t-sales-wrap {
  padding: 0;
  margin-top: 2.5rem;
}
#t-sales-wrap h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 1.3rem;
  transform: skew(-10deg);
}
#t-sales-wrap h3 span {
  padding-right: 1rem;
}
#t-sales-wrap h3:after {
  content: "";
  width: 60%;
  height: 2px;
  background: #000;
  border-radius: 50rem;
  display: block;
}
#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: #c2191f;
}
#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: 12rem;
  background-color: #d0d0d0;
  background-size: 120%;
  background-position: center 10%;
  border-radius: 0.4rem;
}
#t-sales-wrap input[type=radio] + label:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2rem solid #ff8502;
  border-radius: 0.4rem;
  border-width: 0;
  background: none;
  box-sizing: border-box;
  transition: 0.1s;
  opacity: 0;
}
#t-sales-wrap input[type=radio] + label:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 0.4rem;
  top: 0;
  left: 0;
  background: url(../img/icon-checked-fff.svg), linear-gradient(135deg, #ff8502 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: 0.2rem;
  opacity: 1;
}
#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: 1rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  color: #ff8502;
}
#t-sales-wrap a:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-next-bold.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
}
#t-sales-wrap a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ff8502;
  position: absolute;
  bottom: 0;
  left: 0;
}
#t-sales-wrap a:hover {
  color: #fff;
}

#g-rule {
  text-align: left;
  font-size: 0.9rem;
  padding: 4rem 15% 4rem;
}
#g-rule a {
  text-decoration: underline;
}
#g-rule li {
  line-height: 1.8;
  margin-bottom: 2rem;
}

.list-label > li {
  position: relative;
  padding-left: 2rem;
}
.list-label .label {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: bold;
  color: #fdef95;
}

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

.list-oo li {
  position: relative;
  padding-left: 1rem;
}
.list-oo li:before {
  content: "Ⓞ";
  position: absolute;
  top: 0;
  left: 0;
}

.list-plus li {
  position: relative;
  padding-left: 1rem;
}
.list-plus li:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
}

.list-dot > li {
  position: relative;
  padding-left: 0.8rem;
}
.list-dot > li::before {
  content: "．";
  position: absolute;
  top: 0;
  left: 0;
}

.list-pie > li {
  position: relative;
  padding-left: 1rem;
}
.list-pie > li::before {
  content: "◎";
  position: absolute;
  top: 0;
  left: 0;
}

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

.list-star > li {
  position: relative;
  padding-left: 0.5rem;
}
.list-star > li:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.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;
  color: #fff;
  background: linear-gradient(45deg, #323232, #000, #000, #323232);
  position: relative;
  z-index: 1;
}
#g-footer p.note {
  letter-spacing: 0;
  margin: 20px;
}

#g-quick {
  position: fixed;
  top: calc(50% - 5rem);
  right: 2%;
  z-index: 3;
  box-shadow: 0 0 2rem #fff;
  background: linear-gradient(to bottom, rgba(194, 25, 31, 0.5) 20%, #c2191f, rgba(194, 25, 31, 0.5) 80%), linear-gradient(to right, rgba(194, 25, 31, 0.5), rgba(194, 25, 31, 0.3), rgba(194, 25, 31, 0.5));
}
#g-quick span {
  width: 3rem;
  display: block;
  line-height: 1.2;
  padding: 1rem 0.7rem 1rem;
}
#g-quick i {
  transform: rotate(90deg);
  top: 0;
  left: -0.3rem;
}

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

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

  #g-wrap {
    background-size: auto 400rem;
  }

  .g-section header h2 {
    font-size: 2rem;
  }

  .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;
  }

  #g-bg {
    background-size: 200%;
  }
  #g-bg .bg-1 {
    height: 31rem;
    background-position: 50% 0;
    background-size: 200% 100%;
  }

  #kv {
    height: 41rem;
  }
  #kv header {
    padding-top: 5rem;
  }
  #kv #g-logo {
    top: 1.1rem;
    left: 5.5%;
    width: 7rem;
  }
  #kv .title u {
    letter-spacing: 1.5rem;
    text-indent: 1.5rem;
    font-size: 0.9rem;
  }
  #kv .title p {
    font-size: 0.8rem;
    letter-spacing: 1rem;
    text-indent: 1rem;
  }
  #kv .logo-rav4 {
    width: 21rem;
  }
  #kv h1 {
    font-size: 1.8rem;
    letter-spacing: 1.5rem;
    text-indent: 1.5rem;
  }
  #kv .car-list .wheel {
    width: 2.1rem;
    height: 2.1rem;
  }
  #kv .car-list p {
    line-height: 1;
    padding: 0.2rem 1rem;
    font-size: 70%;
  }
  #kv .car-list .item-1 .car-1 {
    width: 62.1%;
    top: 45.8%;
    left: -13.8%;
  }
  #kv .car-list .item-1 p {
    top: 62%;
    left: 8.4%;
  }
  #kv .car-list .item-2 .car-2 {
    width: 72.8%;
    top: 53.1%;
    left: 1.1%;
  }
  #kv .car-list .item-2 p {
    top: 77.3%;
    left: 35%;
  }
  #kv .car-list .item-3 .car-3 {
    width: 48%;
    top: 46%;
    left: 48.4%;
  }
  #kv .car-list .item-3 p {
    top: 62%;
    left: 75%;
  }
  #kv .btns {
    margin-top: 18.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #kv .btns a {
    margin: 0 0.5rem;
  }
  #kv .btns a:nth-child(1) {
    order: 1;
  }
  #kv .btns a:nth-child(2) {
    order: 3;
    width: 87%;
    margin-top: 1rem;
  }
  #kv .btns a:nth-child(3) {
    order: 2;
  }

  [class^=g-bt-] {
    line-height: 2;
  }
  [class^=g-bt-] i {
    width: 1.6rem;
  }
  [class^=g-bt-] span {
    font-size: 1.3rem;
  }
  [class^=g-bt-].g-bt-2 {
    line-height: 2.4;
  }

  [class^=icon-star-] {
    width: 4rem;
    height: 4rem;
  }

  .card {
    width: 94%;
  }
  .card .title header h2 {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    line-height: 2;
  }

  #g-safety {
    margin-top: 2rem;
  }
  #g-safety .txt {
    margin-left: 2%;
  }
  #g-safety .txt p {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #g-safety .txt strong {
    margin: 0 0.2rem;
  }
  #g-safety .img {
    margin-left: 0;
  }

  #g-monitor img, #g-audio img {
    width: 94%;
  }
  #g-monitor header h3, #g-audio header h3 {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  #g-monitor header h3 u, #g-audio header h3 u {
    font-size: 80%;
  }

  #g-connect {
    padding-top: 2rem;
  }
  #g-connect header h3 {
    font-size: 1.8rem;
  }
  #g-connect header h4 {
    font-size: 2rem;
  }
  #g-connect ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    margin: 2rem auto 0;
  }
  #g-connect li {
    width: 30%;
    height: 6.5rem;
    margin: 0 0 2rem;
    padding-top: 0.5rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  }
  #g-connect [class^=icon-connect-] {
    width: 5rem;
    height: 5rem;
  }

  #g-charging .detail {
    padding-top: 2rem;
  }
  #g-charging h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
  #g-charging h3 .logo-hev {
    margin: 0 auto;
    width: 8rem;
    height: 2.5rem;
  }
  #g-charging h4 {
    font-size: 1.5rem;
  }
  #g-charging li {
    width: 100%;
    position: relative;
    padding-left: 40%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
  #g-charging li [class^=icon-charging-] {
    position: absolute;
    top: -0.5rem;
    left: 0.8rem;
    background-repeat: no-repeat;
  }
  #g-charging li h5 {
    position: absolute;
    top: 5.5rem;
    left: 0;
    width: 40%;
  }
  #g-charging li:last-child {
    margin-left: 0;
    border-bottom: 0;
  }

  .tip-scroll-zone {
    position: relative;
    margin: 1rem 0;
  }
  .tip-scroll-zone.active .tip-drag {
    display: none;
  }

  .m-scroll {
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
  .m-scroll .table-2 {
    width: 710px;
  }

  .tip-drag {
    position: absolute;
    top: calc(50% - 15rem);
    left: calc(50% - 15rem);
    width: 30rem;
    height: 30rem;
    background: radial-gradient(circle, #fff 20%, transparent 60%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
  }
  .tip-drag p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #867973;
    text-align: center;
  }

  .icon-drag {
    width: 8rem;
    height: 4rem;
    background: url(../img/icon-drag.svg) no-repeat;
    background-size: 100%;
    display: block;
    margin: 12rem auto 0;
    animation: icon_drag_move 0.5s ease-in-out infinite alternate;
  }
  @keyframes icon_drag_move {
    0% {
      transform: translateX(-10%);
    }
    100% {
      transform: translateX(10%);
    }
  }

  .tip-scroll-zone {
    width: 94%;
    margin: 0 auto;
    position: relative;
    border-radius: 0.2rem;
    border: 1px solid #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  }

  .table-1-wrap {
    width: 94%;
  }

  .table-2-wrap {
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
  }
  .table-2-wrap:before, .table-2-wrap::after {
    display: none;
  }

  #m-scroll-th-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, #000 5.4rem, transparent 5.5rem);
            mask-image: linear-gradient(to right, #000 5.4rem, transparent 5.5rem);
  }

  .table-1 th {
    font-size: 1.3rem;
  }
  .table-1 td {
    padding: 0.5rem 0;
  }

  .table-2 th, .table-2 td {
    padding: 0.2rem 0;
    font-size: 0.8rem;
  }
  .table-2 th:first-child {
    padding-left: 0.5rem;
  }
  .table-2 th:first-child span {
    font-size: 0.7rem;
    letter-spacing: 0;
  }
  .table-2 thead tr:first-child th:first-child {
    width: 12%;
  }

  #g-try .detail {
    padding-top: 2.5rem;
  }
  #g-try header h2 {
    font-size: 2rem;
  }
  #g-try header p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 1rem;
  }
  #g-try .g-form {
    width: 90%;
  }
  #g-try .g-form > ul > li > label {
    font-size: 1.2rem;
  }
  #g-try .g-form > ul > li input[type=text],
#g-try .g-form > ul > li input[type=tel] {
    font-size: 1rem;
  }
  #g-try .g-form > ul > li select {
    font-size: 1rem;
  }
  #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-try .is-vcode {
    width: 100%;
  }
  #g-try .is-vcode .flex button {
    width: 35%;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2.8;
  }
  #g-try .is-vcode .flex input {
    width: 62%;
  }

  .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 h3 {
    font-size: 1.2rem;
  }
  #t-sales-wrap li {
    margin-bottom: 1rem;
  }
  #t-sales-wrap input[type=radio] + label .img {
    height: 10rem;
  }

  #g-price header h3 {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }

  #g-spec {
    padding-top: 2rem;
  }
  #g-spec header {
    padding-bottom: 2rem;
  }

  #g-equipment {
    padding-top: 4rem;
  }
  #g-equipment .equip {
    width: 94%;
  }
  #g-equipment .equip > li.item-3 {
    margin-bottom: 4rem;
  }
  #g-equipment .detail {
    font-size: 0.8rem;
  }
  #g-equipment .item-1 .detail, #g-equipment .item-2 .detail, #g-equipment .item-3 .detail {
    padding: 1rem 0.5rem;
    flex-wrap: wrap;
  }
  #g-equipment .item-1 .detail ol, #g-equipment .item-1 .detail ul, #g-equipment .item-2 .detail ol, #g-equipment .item-2 .detail ul, #g-equipment .item-3 .detail ol, #g-equipment .item-3 .detail ul {
    width: 50%;
  }
  #g-equipment .item-3 ul:last-child {
    width: 100%;
    display: flex;
  }
  #g-equipment .item-3 ul:last-child li {
    width: 50%;
  }
  #g-equipment .item-4 h3, #g-equipment .item-5 h3, #g-equipment .item-6 h3 {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #g-equipment .item-4 .detail, #g-equipment .item-5 .detail, #g-equipment .item-6 .detail {
    padding: 1rem 0.2rem;
  }
  #g-equipment [class^=icon-arrow-] {
    left: 26%;
  }
  #g-equipment .icon-arrow-3 {
    left: 1.5%;
  }
  #g-equipment .icon-arrow-4 {
    left: 35%;
  }
  #g-equipment .icon-arrow-5 {
    left: 69%;
  }
  #g-equipment .icon-arrow-3, #g-equipment .icon-arrow-4, #g-equipment .icon-arrow-5 {
    width: 30%;
    height: 3.5rem;
    line-height: 1;
    padding-top: 0.2rem;
  }
  #g-equipment .icon-arrow-3 i, #g-equipment .icon-arrow-4 i, #g-equipment .icon-arrow-5 i {
    position: absolute;
    top: 15%;
    left: 25%;
  }

  #g-note {
    width: 94%;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  #g-note .list-dot > li {
    margin-bottom: 1rem;
  }

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