@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC: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: #d71518;
  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;
}

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

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

#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: 0.6s;
  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: #d71518;
}

.color-blue {
  color: #005083;
}

.color-pink {
  color: #ff4e8a;
}

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

.color-yellow {
  color: orange;
}

.text-gradient-1 {
  position: relative;
  text-indent: -9999rem;
  font-size: 3.8rem;
  display: block;
  line-height: 1;
}
.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: calc(100% - 2rem);
  padding: 0 1rem;
  letter-spacing: 0.1rem;
}
.text-gradient-1:before {
  color: #fef7c6;
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.2rem transparent;
  filter: drop-shadow(0.1rem 0.15rem 0 #000);
}
.text-gradient-1:after {
  background: linear-gradient(135deg, #9d6c31 20%, #e9d38d, #c28b46 50%, #fff1a9 70%, #9b6724 80%);
  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, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 80%);
  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-] {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #000;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
  transform: skew(-15deg);
  border: 1px solid #de442b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 1rem 0.3rem;
}
[class^=g-bt-]::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(30deg, #a30e0e 40%, #d71518);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
[class^=g-bt-] p {
  position: relative;
  z-index: 1;
  display: inline-block;
}
[class^=g-bt-] i {
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-double-arrow.svg) no-repeat center;
  background-size: 80%;
  display: inline-block;
  transform: skew(10deg);
  position: relative;
  top: 0.1rem;
  margin-left: 0.3rem;
  z-index: 1;
}
[class^=g-bt-]:hover {
  color: #fff;
  filter: brightness(120%);
}
[class^=g-bt-]:hover::after {
  width: 100%;
  right: auto;
  border-right: 1rem solid #fff;
  left: 0;
}

.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(215, 21, 24, 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: #d71518;
  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: #d71518;
  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: #d71518;
  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-wrap {
  position: relative;
  margin: 0 auto;
  position: relative;
  background: url(../img/temp.jpg);
  background-size: 100%;
  background: linear-gradient(to bottom, #111 15%, #000 30%);
}
#g-wrap img {
  max-width: 100%;
}

.g-section {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.g-section header u.sub {
  font-size: 2rem;
  letter-spacing: 0.15rem;
  transform: skew(-10deg);
  display: inline-block;
  text-decoration: none;
  color: #e60021;
}
.g-section header u.sub::before, .g-section header u.sub::after {
  content: "";
  width: 0.6rem;
  height: 2rem;
  display: inline-block;
  transform: skew(-15deg);
  margin: 0 0.7rem;
  position: relative;
  top: 0.2rem;
}
.g-section header u.sub::before {
  border-left: 1px solid #e60021;
  border-right: 0.2rem solid #e60021;
}
.g-section header u.sub::after {
  border-right: 1px solid #e60021;
  border-left: 0.2rem solid #e60021;
}
.g-section header h2 {
  font-size: 3.8rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  transform: skew(-10deg);
  margin-top: -1.2rem;
}
.g-section header h2 b {
  font-size: 120%;
  line-height: 1;
  position: relative;
  top: 0.3rem;
  margin: 0 1rem;
}
.stars {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.star {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffbf2e;
  animation: falling 4s infinite;
}
@keyframes falling {
  0%, 100% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  0% {
    transform: translate(400px, 500px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.star:nth-child(1) {
  position: absolute;
  left: 38.3500098796%;
  top: 61.1899185721%;
  animation-delay: -0.1s;
  filter: blur(4.104110272px);
}
.star:nth-child(2) {
  position: absolute;
  left: 94.5130386256%;
  top: 76.3596136723%;
  animation-delay: -0.2s;
  filter: blur(4.6258514595px);
}
.star:nth-child(3) {
  position: absolute;
  left: 66.1221706753%;
  top: 14.1510285184%;
  animation-delay: -0.3s;
  filter: blur(3.3108855354px);
}
.star:nth-child(4) {
  position: absolute;
  left: 31.8450261616%;
  top: 2.1313998433%;
  animation-delay: -0.4s;
  filter: blur(1.375256817px);
}
.star:nth-child(5) {
  position: absolute;
  left: 15.9685957521%;
  top: 62.6649025971%;
  animation-delay: -0.5s;
  filter: blur(1.9270256227px);
}
.star:nth-child(6) {
  position: absolute;
  left: 6.9654132713%;
  top: 44.486405216%;
  animation-delay: -0.6s;
  filter: blur(3.645137039px);
}
.star:nth-child(7) {
  position: absolute;
  left: 29.0008879194%;
  top: 49.0151247121%;
  animation-delay: -0.7s;
  filter: blur(3.6472478052px);
}
.star:nth-child(8) {
  position: absolute;
  left: 42.9525624294%;
  top: 53.7057890629%;
  animation-delay: -0.8s;
  filter: blur(1.7983863369px);
}
.star:nth-child(9) {
  position: absolute;
  left: 5.682893596%;
  top: 43.2319708185%;
  animation-delay: -0.9s;
  filter: blur(3.2157249015px);
}
.star:nth-child(10) {
  position: absolute;
  left: 62.6861556012%;
  top: 49.9978793501%;
  animation-delay: -1s;
  filter: blur(3.4313773335px);
}
.star:nth-child(11) {
  position: absolute;
  left: 38.908762855%;
  top: 20.9287255469%;
  animation-delay: -1.1s;
  filter: blur(2.2775413608px);
}
.star:nth-child(12) {
  position: absolute;
  left: 93.9945001496%;
  top: 24.4143205525%;
  animation-delay: -1.2s;
  filter: blur(4.3268158357px);
}
.star:nth-child(13) {
  position: absolute;
  left: 65.5398555298%;
  top: 75.1910613649%;
  animation-delay: -1.3s;
  filter: blur(2.6016562115px);
}
.star:nth-child(14) {
  position: absolute;
  left: 38.1338600117%;
  top: 4.3781447954%;
  animation-delay: -1.4s;
  filter: blur(1.7504001921px);
}
.star:nth-child(15) {
  position: absolute;
  left: 16.8193353912%;
  top: 55.8579957164%;
  animation-delay: -1.5s;
  filter: blur(1.6591726552px);
}
.star:nth-child(16) {
  position: absolute;
  left: 73.8933236785%;
  top: 14.6076526647%;
  animation-delay: -1.6s;
  filter: blur(2.1621161633px);
}
.star:nth-child(17) {
  position: absolute;
  left: 72.4178191586%;
  top: 42.5564274074%;
  animation-delay: -1.7s;
  filter: blur(1.0640645195px);
}
.star:nth-child(18) {
  position: absolute;
  left: 0.3568067932%;
  top: 29.7852372173%;
  animation-delay: -1.8s;
  filter: blur(3.278024179px);
}
.star:nth-child(19) {
  position: absolute;
  left: 89.8296901045%;
  top: 59.9427367074%;
  animation-delay: -1.9s;
  filter: blur(2.4792761468px);
}
.star:nth-child(20) {
  position: absolute;
  left: 81.7404747677%;
  top: 44.3521414227%;
  animation-delay: -2s;
  filter: blur(3.8324884153px);
}
.star:nth-child(21) {
  position: absolute;
  left: 53.7272730661%;
  top: 16.5196799504%;
  animation-delay: -2.1s;
  filter: blur(1.7329429973px);
}
.star:nth-child(22) {
  position: absolute;
  left: 58.6563446693%;
  top: 71.8592114567%;
  animation-delay: -2.2s;
  filter: blur(0.0894686377px);
}
.star:nth-child(23) {
  position: absolute;
  left: 51.0540025383%;
  top: 37.4578980379%;
  animation-delay: -2.3s;
  filter: blur(4.1429347579px);
}
.star:nth-child(24) {
  position: absolute;
  left: 97.2286117405%;
  top: 0.451960036%;
  animation-delay: -2.4s;
  filter: blur(3.1003644484px);
}
.star:nth-child(25) {
  position: absolute;
  left: 9.5113727263%;
  top: 68.7498023285%;
  animation-delay: -2.5s;
  filter: blur(0.3751485436px);
}
.star:nth-child(26) {
  position: absolute;
  left: 14.7053472069%;
  top: 28.3115581749%;
  animation-delay: -2.6s;
  filter: blur(3.3058916556px);
}
.star:nth-child(27) {
  position: absolute;
  left: 99.0192169612%;
  top: 34.3049427579%;
  animation-delay: -2.7s;
  filter: blur(2.6806325315px);
}
.star:nth-child(28) {
  position: absolute;
  left: 66.6415033227%;
  top: 12.8076302686%;
  animation-delay: -2.8s;
  filter: blur(0.31742428px);
}
.star:nth-child(29) {
  position: absolute;
  left: 91.3197750158%;
  top: 38.0315530175%;
  animation-delay: -2.9s;
  filter: blur(0.7382254063px);
}
.star:nth-child(30) {
  position: absolute;
  left: 12.7925972646%;
  top: 9.4937334662%;
  animation-delay: -3s;
  filter: blur(1.1978769385px);
}

[class^=icon-flare-] {
  width: 10rem;
  height: 2rem;
  background: radial-gradient(ellipse, #ffffbf, rgba(255, 255, 191, 0) 40%);
  background-size: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: screen;
  pointer-events: none;
}

[class^=bg-ribbon-] {
  width: 9.6rem;
  height: 46rem;
  background: url(../img/deco-labels.webp) no-repeat;
  background-size: 300%;
  position: absolute;
}

.bg-ribbon-1 {
  top: 10.8%;
  left: 0;
}

.bg-ribbon-2, .bg-ribbon-4 {
  top: 26.2%;
  right: 0;
  background-position: 50% 0;
}

.bg-ribbon-3 {
  top: 54.3%;
  left: 0;
  background-position: 100% 0;
}

.bg-ribbon-4 {
  top: 83.8%;
}

#g-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

[class^=bg-spot-] {
  width: 40rem;
  height: 150rem;
  background: radial-gradient(ellipse, #e60021, rgba(163, 14, 14, 0) 70%);
  background-size: 100% 100%;
  position: absolute;
  opacity: 0.5;
}

.bg-spot-1 {
  top: 10%;
  left: -20rem;
}

.bg-spot-2 {
  top: 30%;
  right: -20rem;
}

.bg-spot-3 {
  top: 70%;
  left: -20rem;
}

.bg-spot-4 {
  height: 60rem;
  top: 12%;
  left: -20rem;
  background: radial-gradient(ellipse, #a30e0e, rgba(163, 14, 14, 0) 70%);
}

[class^=deco-marquee-] {
  width: 3.82rem;
  height: 265rem;
  outline: 1px solid red;
  background: url(../img/deco-marquee.webp);
  background-size: 100%;
  position: absolute;
  top: 17.5%;
  animation: marquee_move_y 40s linear infinite;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent);
          mask-image: linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent);
}
@keyframes marquee_move_y {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -295rem;
  }
}

.deco-marquee-1 {
  left: 4%;
}

.deco-marquee-2 {
  right: 4%;
  animation-delay: -10s;
}

.bg-1 {
  width: 100%;
  height: 49rem;
  background: url(../img/bg-1.webp) no-repeat;
  background-size: 100%;
  -webkit-mask-image: linear-gradient(to bottom, #000 90%, transparent);
          mask-image: linear-gradient(to bottom, #000 90%, transparent);
  position: absolute;
  top: -2%;
  left: 0;
}

.bg-2 {
  width: 100%;
  height: 69rem;
  background: url(../img/bg-2.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 59rem;
  left: 0;
  mix-blend-mode: screen;
}

.bg-3 {
  width: 100%;
  height: 200rem;
  background: url(../img/bg-3.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 130rem;
  left: 0;
  mix-blend-mode: screen;
}

#kv-fog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50rem;
  mix-blend-mode: plus-lighter;
}

#kv {
  height: 33rem;
  padding-top: 1.1rem;
}
#kv .logo-gr {
  width: 17.8rem;
  height: 2rem;
  background: url(../img/logo-gr.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  margin: 0 auto;
}
#kv h1 u {
  font-size: 4rem;
  text-decoration: none;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
#kv h1 b {
  font-size: 125%;
  position: relative;
  top: 0.2rem;
  line-height: 1;
}
#kv h1 div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 2.8%;
  filter: drop-shadow(0 0.5rem 0.5rem #000);
}
#kv h1 p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv h1 p span {
  background: url(../img/h1.webp) no-repeat;
  background-size: 1000%;
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  margin: 0 0.06rem;
  text-indent: -9999rem;
  opacity: 0.2;
  position: relative;
}
#kv h1 p span:nth-of-type(1) {
  background-position: 0% 0;
}
#kv h1 p span:nth-of-type(2) {
  background-position: 11.1111111111% 0;
}
#kv h1 p span:nth-of-type(3) {
  background-position: 22.2222222222% 0;
}
#kv h1 p span:nth-of-type(4) {
  background-position: 33.3333333333% 0;
}
#kv h1 p:nth-of-type(2) span:nth-of-type(1) {
  background-position: 44.4444444444% 0;
}
#kv h1 p:nth-of-type(2) span:nth-of-type(2) {
  background-position: 55.5555555556% 0;
}
#kv h1 p:nth-of-type(2) span:nth-of-type(3) {
  background-position: 66.6666666667% 0;
}
#kv h1 p:nth-of-type(2) span:nth-of-type(4) {
  background-position: 77.7777777778% 0;
}
#kv h1 p:nth-of-type(2) span:nth-of-type(5) {
  background-position: 88.8888888889% 0;
}
#kv h1 p:nth-of-type(2) span:nth-of-type(6) {
  background-position: 100% 0;
}
#kv h1 .icon-flare-1 {
  top: -0.6rem;
  left: -10%;
}
#kv h1 .icon-flare-2 {
  top: -0.6rem;
  left: -5%;
}
#kv h1 .icon-flare-3 {
  top: -0.6rem;
  left: -5%;
}
#kv h1 .icon-flare-4 {
  top: 1.8rem;
  left: 0%;
}
#kv .benefit {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-left: -19%;
}
#kv .benefit dt {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  font-weight: normal;
  border-radius: 50rem;
  line-height: 1;
  padding: 0.2rem 0.7rem 0.5rem;
  display: inline-block;
  position: relative;
}
#kv .benefit dt:before {
  content: "";
  border: 1px solid #000;
  border-radius: 50rem;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8), transparent, rgba(0, 0, 0, 0.8), transparent);
          mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8), transparent, rgba(0, 0, 0, 0.8), transparent);
}
#kv .benefit dd {
  display: inline-block;
}
#kv .benefit dd .icon-arrow {
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem 0 0.3rem;
  display: inline-block;
  position: relative;
}
#kv .benefit dd .icon-arrow:before, #kv .benefit dd .icon-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.25rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
#kv .benefit dd .icon-arrow:after {
  left: 50%;
}
#kv .benefit dd .icon-arrow::before {
  opacity: 0.5;
}
#kv .benefit dd span {
  font-size: 110%;
}
#kv .cars * {
  position: absolute;
  width: 22.5rem;
}
#kv .car-1 {
  top: 68.7%;
  left: 7.3%;
}
#kv .car-2 {
  top: 74.1%;
  left: 26.1%;
}
#kv .car-3 {
  top: 72%;
  left: 48%;
}
#kv .qr {
  width: 11.5rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 1rem #fff;
  position: absolute;
  top: 52%;
  left: 74.3%;
  padding: 1.7rem 0 1rem;
  transition: 0.2s;
  opacity: 0;
}
#kv .qr:before, #kv .qr:after {
  content: "";
  width: 1rem;
  height: 8rem;
  background: radial-gradient(ellipse, #ffffbf, rgba(255, 255, 191, 0) 40%);
  background-size: 100%;
  position: absolute;
  mix-blend-mode: plus-lighter;
}
#kv .qr:before {
  top: 10%;
  left: -0.5rem;
}
#kv .qr:after {
  top: 40%;
  right: -0.5rem;
}
#kv .qr img {
  width: 65%;
  margin: 0 auto;
  filter: drop-shadow(0 0 0.3rem #fff);
}
#kv .qr p {
  line-height: 1.3;
  color: #fff;
}
#kv .qr p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #fff transparent;
  display: block;
  margin: 0.5rem auto;
  animation: kv_qr_arrow_jump 0.2s infinite alternate;
}
@keyframes kv_qr_arrow_jump {
  0% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(30%);
  }
}
#kv .qr:hover {
  background: rgba(0, 0, 0, 0.1);
}
#kv.is-animate h1 p span {
  animation: h1_span_in 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes h1_span_in {
  0%, 13%, 25%, 50%, 90% {
    opacity: 0.2;
  }
  2%, 20%, 35%, 55%, 100% {
    opacity: 1;
  }
}
#kv.is-animate h1 p:nth-of-type(1) span:nth-of-type(1) {
  animation-delay: 0.5s;
}
#kv.is-animate h1 p:nth-of-type(1) span:nth-of-type(2) {
  animation-delay: 0.2s;
}
#kv.is-animate h1 p:nth-of-type(1) span:nth-of-type(3) {
  animation-delay: 0.4s;
}
#kv.is-animate h1 p:nth-of-type(1) span:nth-of-type(4) {
  animation-delay: 0.5s;
}
#kv.is-animate h1 p:nth-of-type(2) span:nth-of-type(1) {
  animation-delay: 0.2s;
}
#kv.is-animate h1 p:nth-of-type(2) span:nth-of-type(2) {
  animation-delay: 0.3s;
}
#kv.is-animate h1 p:nth-of-type(2) span:nth-of-type(3) {
  animation-delay: 0.4s;
}
#kv.is-animate h1 p:nth-of-type(2) span:nth-of-type(4) {
  animation-delay: 0.4s;
}
#kv.is-animate h1 p:nth-of-type(2) span:nth-of-type(5) {
  animation-delay: 0.5s;
}
#kv.is-animate h1 p:nth-of-type(2) span:nth-of-type(6) {
  animation-delay: 0.5s;
}
#kv.is-animate .qr {
  animation: kv_qr_in 0.6s 1s forwards;
}
@keyframes kv_qr_in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#aside-qr {
  width: 11.5rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 1rem #fff;
  position: fixed;
  top: calc(50% - 6rem);
  right: -11.2%;
  padding: 1rem 0 1rem;
  z-index: 3;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  transform: translateX(30%);
  pointer-events: none;
}
#aside-qr:before, #aside-qr:after {
  content: "";
  width: 1rem;
  height: 8rem;
  background: radial-gradient(ellipse, #ffffbf, rgba(255, 255, 191, 0) 40%);
  background-size: 100%;
  position: absolute;
  mix-blend-mode: plus-lighter;
}
#aside-qr:before {
  top: 10%;
  left: -0.5rem;
}
#aside-qr:after {
  top: 40%;
  right: -0.5rem;
}
#aside-qr .flex {
  display: flex;
}
#aside-qr .txt {
  width: 25%;
}
#aside-qr .txt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #fff transparent;
  display: block;
  margin: 0.7rem auto 0;
  transform: rotate(90deg);
}
#aside-qr .txt p {
  writing-mode: vertical-lr;
  margin: 0 0.5rem;
  letter-spacing: 0.1rem;
}
#aside-qr .img {
  width: 75%;
}
#aside-qr .img img {
  width: 85%;
  margin-top: 2rem;
  filter: drop-shadow(0 0 0.3rem #fff);
}
#aside-qr:hover {
  right: 0;
}
#aside-qr.active {
  transform: translateX(0);
  pointer-events: auto;
}

#g-nav {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 2;
  padding-bottom: 1rem;
  transition: 1s;
}
#g-nav ol {
  width: 78%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#g-nav li {
  width: 24%;
}
#g-nav a {
  font-size: 1.2rem;
  line-height: 1.3;
  height: 4.2rem;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #e60021;
  position: relative;
}
#g-nav a:before {
  content: "";
  border: 1px solid #a30e0e;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000);
          mask-image: linear-gradient(to right, transparent, #000);
}
#g-nav a p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#g-nav a p:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30%;
  background: linear-gradient(30deg, rgba(163, 14, 14, 0.5) 40%, #d71518);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: skew(45deg);
  border-right: 2rem solid #fff;
}
#g-nav a span {
  position: relative;
  top: -0.1rem;
  z-index: 1;
}
#g-nav a:hover p::after, #g-nav a.active p::after {
  width: 130%;
  right: auto;
  left: -15%;
}
#g-nav.is-sticky {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}

[class^=board-] {
  width: 71%;
  margin: 2rem auto;
  border: 1px solid #e60021;
  border-radius: 0.7rem;
  padding-top: 1.4rem;
  padding-bottom: 2.4rem;
  position: relative;
}
[class^=board-]::after {
  content: "";
  width: 100%;
  height: 2rem;
  background: url(../img/board-shadow.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
}
[class^=board-] h3 {
  font-size: 2rem;
  font-weight: 700;
  transform: skew(-10deg);
  padding-bottom: 1.1rem;
  white-space: nowrap;
}
[class^=board-] h3:before, [class^=board-] h3::after {
  content: "";
  width: 26%;
  height: 0.2rem;
  background: linear-gradient(to right, transparent, #fff);
  display: inline-block;
  position: relative;
  top: -0.6rem;
}
[class^=board-] h3::before {
  margin-right: 1.5rem;
}
[class^=board-] h3::after {
  margin-left: 1.5rem;
  transform: scale(-1, 1);
}

.board-1 {
  border: 0;
  background: linear-gradient(to bottom, rgba(230, 0, 33, 0.8) 20%, rgba(163, 14, 14, 0.7) 80%);
}
.board-1 p {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
.board-1 p span {
  font-size: 110%;
}
.board-1 .btns a {
  width: 10rem;
  margin: 0.5rem auto 0;
}
.board-1 .btns a p {
  font-size: 0.9rem;
}

.board-2 {
  background: url(../img/bg-4.webp) no-repeat center;
  background-size: 100%;
  padding-bottom: 1.3rem;
}

#join-us header {
  padding-top: 5.4rem;
}
#join-us .board-1 {
  margin-top: 2.5rem;
}
#join-us .board-2 .gift {
  width: 72%;
  margin: 0 auto;
}
#join-us .board-2 .gift.is-no-gift {
  width: 54%;
}
#join-us .board-2 .gift li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
#join-us .board-2 .gift time {
  width: 6.4rem;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 50rem;
  line-height: 1;
  padding: 0.2rem 0 0.5rem;
  display: inline-block;
  position: relative;
}
#join-us .board-2 .gift time:before {
  content: "";
  border: 1px solid #000;
  border-radius: 50rem;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8), transparent, rgba(0, 0, 0, 0.8), transparent);
          mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8), transparent, rgba(0, 0, 0, 0.8), transparent);
}
#join-us .board-2 .gift h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-left: 1rem;
}
#join-us .board-2 .gift h4 span {
  font-size: 110%;
}
#join-us .board-2 .gift a {
  position: absolute;
  top: 0;
  right: 0;
}

#hotai-points header {
  padding-top: 6.3rem;
}
#hotai-points header h2 {
  line-height: 1.3;
  margin-top: -0.5rem;
}
#hotai-points .board-1 {
  margin-top: 2.8rem;
}
#hotai-points .board-1 p {
  letter-spacing: 0.03rem;
}
#hotai-points .board-2 {
  padding-bottom: 2.8rem;
}
#hotai-points .board-2 a {
  margin-left: 2rem;
}
#hotai-points .gift {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hotai-points h4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hotai-points h4 .icon-p {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border-radius: 50rem;
  background: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #a30e0e;
  font-style: normal;
  margin-right: 1rem;
}
#hotai-points h4 p {
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
}
#hotai-points h4 p span {
  font-size: 110%;
}
#hotai-points .note {
  color: #ccc;
  font-size: 1rem;
  display: block;
  margin-top: -0.8rem;
}

#go-kart header {
  padding-top: 7rem;
}
#go-kart header h2 {
  margin-top: -0.5rem;
}
#go-kart .board-2 {
  margin-top: 2.7rem;
  padding-bottom: 2.54rem;
}
#go-kart h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
#go-kart h4 .icon-coupon {
  width: 7.5rem;
  display: inline-block;
  background: #fff;
  font-size: 1.3rem;
  color: #a30e0e;
  font-style: normal;
  line-height: 2.6;
  margin-right: 1.2rem;
  position: relative;
}
#go-kart h4 .icon-coupon::before {
  content: "";
  border: 1px solid #e60021;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  left: 0.4rem;
}
#go-kart h4 p {
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
}
#go-kart h4 p span {
  font-size: 110%;
}
#go-kart table {
  width: 71%;
  margin: 2.2rem auto 0;
  display: block;
  position: relative;
}
#go-kart table:before, #go-kart table::after {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #fff 40%, transparent 40.1%);
  background-size: 100% 0.25rem;
  position: absolute;
  top: 0;
}
#go-kart table::before {
  left: 39%;
}
#go-kart table::after {
  left: 80%;
}
#go-kart table tr {
  width: 100%;
  display: flex;
  position: relative;
}
#go-kart table tr::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(to right, #97423e, #f19a95 40%, #d07a77, #a44b49, #e27f80);
  position: absolute;
  top: 100%;
  left: 0;
}
#go-kart table thead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#go-kart table thead th {
  text-align: center;
  font-size: 2rem;
  line-height: 2.8;
  font-weight: 700;
  text-shadow: 0 0 0.5rem #e60021;
  display: block;
}
#go-kart table thead th:nth-of-type(1) {
  width: 40%;
}
#go-kart table thead th:nth-of-type(2) {
  width: 40%;
}
#go-kart table thead th:nth-of-type(3) {
  width: 20%;
}
#go-kart table tbody {
  display: flex;
  flex-wrap: wrap;
}
#go-kart table tbody tr:last-child::after {
  display: none;
}
#go-kart table tbody th, #go-kart table tbody td {
  font-size: 1.2rem;
  height: 5rem;
  position: relative;
  display: flex;
  align-items: center;
}
#go-kart table tbody th {
  padding-left: 1.3rem;
  width: 40%;
}
#go-kart table tbody td:nth-of-type(1) {
  width: 40%;
  text-align: left;
  padding-left: 1.3rem;
}
#go-kart table tbody td:nth-of-type(2) {
  width: 20%;
  justify-content: center;
}
#go-kart table tbody td:nth-of-type(2) a {
  display: block;
}
#go-kart table tbody a {
  color: #fff;
}
#go-kart table tbody a:hover {
  color: #e60021;
}

.rule {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: -0.7rem auto 0;
}
.rule dt {
  width: 18%;
  font-size: 1.1rem;
  padding: 0.5rem 0;
}
.rule dd {
  width: 82%;
  border-left: 1px solid #ccc;
}

.list-dot-no {
  list-style: none;
  counter-reset: item;
  text-align: left;
  margin-left: 1.5rem;
}
.list-dot-no li {
  counter-increment: item;
  position: relative;
  padding-left: 1.4rem;
}
.list-dot-no li::before {
  content: counter(item);
  width: 1.1rem;
  height: 1.1rem;
  color: #000;
  background: #ccc;
  display: block;
  border-radius: 50rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

#fan-club {
  padding-top: 7.8rem;
}
#fan-club .board-3 {
  border-color: #fff;
  background: linear-gradient(135deg, #a29f9f, #767575, #b1abab);
  padding-top: 0.8rem;
}
#fan-club .board-3 h3 {
  font-size: 2.2rem;
}
#fan-club .board-3 h3 span {
  font-size: 120%;
}
#fan-club .board-3 h3:before, #fan-club .board-3 h3::after {
  width: 20%;
}
#fan-club .list-diamond {
  width: 73%;
  margin: 0 auto;
  overflow: hidden;
}
#fan-club .list-diamond li {
  width: 50%;
  font-size: 1.4rem;
  float: left;
  text-align: left;
  position: relative;
  padding-left: 1.2rem;
  text-shadow: 0 0 0.2rem #000;
}
#fan-club .list-diamond li span {
  font-size: 110%;
}
#fan-club .list-diamond li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 1.2rem;
  left: 0.2rem;
  box-shadow: 0 0 0.2rem #000;
}

#rule {
  width: 67%;
  margin: 0 auto 13rem;
  padding-top: 5.5rem;
}
#rule nav ol {
  display: flex;
  width: 90%;
  margin: 1rem auto 0;
}
#rule nav li {
  flex: 1;
  border-bottom: 1px solid #d71518;
}
#rule nav li a {
  color: #fff;
  display: block;
  line-height: 3;
  position: relative;
}
#rule nav li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.6rem 0 0.6rem;
  border-color: #d71518 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - .6rem);
  opacity: 0;
}
#rule nav li a:hover, #rule nav li a.active {
  color: #d71518;
}
#rule nav li a.active:after {
  opacity: 1;
}

.tab-content {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 100%;
  transition: 0.4s;
  text-align: left;
  font-size: 0.8rem;
  padding: 1.5rem 0 2rem;
}
.tab-content.active {
  pointer-events: auto;
  opacity: 1;
  position: static;
}
.tab-content a {
  color: #fff;
  text-decoration: underline;
}
.tab-content a:hover {
  color: #d71518;
}

.list-tw-no {
  padding-left: 2rem;
}
.list-tw-no > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 0.5rem;
}

.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 > li {
  position: relative;
  padding-left: 1rem;
}
.list-r > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

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

.list-square > li {
  position: relative;
  padding-left: 1.5rem;
}
.list-square > li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #000;
}
.list-square > li small {
  display: block;
  font-size: 80%;
}

#g-footer {
  clear: both;
  font-weight: 200;
  letter-spacing: 2px;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 0.9rem;
  color: #fff;
  background: #e60021;
}
#g-footer p.note {
  letter-spacing: 0;
  margin: 20px;
}
#g-footer .logo-toyota {
  width: 6.5rem;
  height: 1.5rem;
  background: url(../img/logo-toyota.svg) no-repeat center;
  background-size: 100%;
  text-indent: -9999rem;
  display: inline-block;
  margin-right: 1rem;
}

#g-quick {
  position: fixed;
  top: 18%;
  right: 1rem;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
#g-quick.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#g-quick [class^=g-bt-] {
  font-size: 1.2rem;
  width: auto;
  margin-bottom: 1rem;
}
#g-quick .g-bt-3 {
  background: linear-gradient(to bottom, #dd4f52, #b3201d, #d23d3a, #df504e, #a4402e);
}
#g-quick .g-bt-4 {
  background: linear-gradient(to bottom, #dca852, #b57521, #dbab51, #dcb066, #a45f2f);
}
#g-quick span {
  writing-mode: vertical-lr;
  padding: 1.5rem 0.2rem;
  margin-left: -0.2rem;
}
#g-quick span i {
  animation: none;
  margin-left: 0.2rem;
}

@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-section header u.sub {
    margin-bottom: 1rem;
  }
  .g-section header h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .g-section header h2 b {
    letter-spacing: 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;
  }

  [class^=g-bt-] {
    font-size: 1rem;
  }

  #aside-qr {
    top: 59%;
    right: -30%;
    transform: translateX(0);
  }
  #aside-qr a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #aside-qr .txt p {
    font-size: 1.2rem;
  }
  #aside-qr .txt::after {
    margin-left: 1.2rem;
  }
  #aside-qr:hover {
    right: -30%;
  }

  .bg-1 {
    background-size: 270%;
    background-position: 50% 0;
  }

  .bg-2 {
    top: 111rem;
  }

  .bg-3 {
    top: 188rem;
  }

  [class^=bg-ribbon-] {
    width: 4.6rem;
  }

  .bg-ribbon-1 {
    top: 13%;
  }

  .bg-ribbon-2, .bg-ribbon-4 {
    top: 40.2%;
  }

  .bg-ribbon-3 {
    top: 76.3%;
  }

  .bg-ribbon-4 {
    top: 95.2%;
  }

  [class^=deco-marquee-] {
    animation: none;
    height: 50%;
    top: 50%;
  }

  .deco-marquee-1 {
    background-position-y: 408%;
    height: 25%;
    top: 75%;
  }

  #kv-fog {
    top: 3%;
    height: 37rem;
    object-fit: fill;
  }

  [class^=icon-flare-] {
    transform: scale(0.5);
  }

  #kv {
    height: 45rem;
    padding-top: 3rem;
  }
  #kv h1 {
    padding-top: 1rem;
  }
  #kv h1 u {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  #kv h1 u b {
    display: block;
  }
  #kv h1 div {
    display: block;
    left: 0;
    margin-top: 1.5rem;
  }
  #kv h1 p {
    flex-wrap: wrap;
  }
  #kv h1 p span {
    width: 4.1rem;
    height: 4.1rem;
  }
  #kv h1 p:nth-of-type(2) {
    left: 5.5%;
  }
  #kv h1 .icon-flare-1 {
    left: -50%;
  }
  #kv h1 .icon-flare-2 {
    left: -50%;
  }
  #kv h1 .icon-flare-3 {
    left: -50%;
  }
  #kv h1 .icon-flare-4 {
    top: 0.8rem;
    left: -58%;
  }
  #kv .benefit {
    margin-top: 1.5rem;
    margin-left: 7%;
    text-align: left;
  }
  #kv .benefit dt {
    vertical-align: top;
    top: 0.2rem;
  }
  #kv .benefit dd {
    line-height: 1.2;
  }
  #kv .benefit dd .icon-arrow:before, #kv .benefit dd .icon-arrow::after {
    animation: benefit_dd_arrow_shine 0.2s infinite alternate;
  }
  @keyframes benefit_dd_arrow_shine {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  #kv .benefit dd .icon-arrow::after {
    animation-delay: -0.1s;
  }
  #kv .qr {
    display: none;
  }
  #kv .cars * {
    width: 18.5rem;
  }
  #kv .car-1 {
    top: 69.7%;
    left: -4.7%;
  }
  #kv .car-2 {
    top: 81.1%;
    left: 15.1%;
  }
  #kv .car-3 {
    top: 72%;
    left: 44%;
    transform: scale(0.8);
  }

  #g-nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ol {
    margin: 0 1rem;
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
  }
  #g-nav li {
    width: 45%;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  #g-nav a:hover p::after {
    width: 0;
    right: -30%;
    left: auto;
  }
  #g-nav a.active p::after {
    width: 130%;
    right: auto;
    left: -15%;
  }
  #g-nav.is-sticky ol {
    width: 60rem;
    justify-content: space-between;
  }
  #g-nav.is-sticky li {
    width: 24%;
    margin-right: 0;
    margin-bottom: 0;
  }

  [class^=board-] {
    width: 90%;
  }

  .board-1 h3:before, .board-1 h3:after {
    display: none;
  }
  .board-1 .btns {
    margin-top: 1rem;
  }
  .board-1 .btns a p {
    font-size: 1rem;
  }

  .board-2 {
    background-size: cover;
    background-position: 100% 50%;
  }

  #join-us .board-2 {
    padding-bottom: 1rem;
  }
  #join-us .board-2 .gift {
    width: 90%;
  }
  #join-us .board-2 .gift.is-no-gift {
    width: 90%;
  }
  #join-us .board-2 .gift li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: block;
    text-align: left;
    padding-left: 43%;
  }
  #join-us .board-2 .gift li:first-child {
    margin-top: 1rem;
  }
  #join-us .board-2 .gift li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  #join-us .board-2 .gift time {
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 8rem;
    height: 80%;
    border-radius: 1rem;
    font-size: 2rem;
    text-align: left;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #join-us .board-2 .gift time:before {
    display: none;
  }
  #join-us .board-2 .gift time:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
  }
  #join-us .board-2 .gift h4 {
    display: inline-block;
    margin-left: 0;
  }
  #join-us .board-2 .gift a {
    position: relative;
    width: 8rem;
    margin-top: 1rem;
  }

  #hotai-points header {
    padding-top: 5rem;
  }
  #hotai-points header u.sub {
    letter-spacing: -0.1rem;
  }
  #hotai-points header h2 b {
    margin-right: 0;
  }
  #hotai-points .gift {
    display: block;
  }
  #hotai-points .gift a {
    width: 8rem;
    margin: 1rem auto 0;
  }
  #hotai-points h4 p {
    font-size: 1.6rem;
  }
  #hotai-points .note {
    width: 94%;
    margin: 0 auto;
  }

  #go-kart header h2 {
    letter-spacing: 0;
  }
  #go-kart h4 {
    display: block;
  }
  #go-kart h4 p {
    font-size: 1.6rem;
  }
  #go-kart table {
    width: 90%;
  }
  #go-kart table:before, #go-kart table::after {
    display: none;
  }
  #go-kart table thead th:nth-of-type(1) {
    width: 100%;
  }
  #go-kart table thead th:nth-of-type(2), #go-kart table thead th:nth-of-type(3) {
    display: none;
  }
  #go-kart table tbody tr {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  #go-kart table tbody th, #go-kart table tbody td {
    width: 100%;
    height: auto;
  }
  #go-kart table tbody th {
    padding-left: 0;
    font-size: 1.4rem;
  }
  #go-kart table tbody td:nth-of-type(1) {
    width: 100%;
    padding-left: 0;
  }
  #go-kart table tbody td:nth-of-type(2) {
    width: 100%;
    text-align: left;
    display: block;
  }
  #go-kart table tbody td:nth-of-type(2) div {
    display: flex;
  }
  #go-kart table tbody td:nth-of-type(2) a {
    display: inline-block;
    margin-right: 1rem;
  }

  .rule {
    width: 90%;
    display: block;
  }
  .rule dt {
    border-bottom: 1px solid #ccc;
    margin: 0 auto 1rem;
  }
  .rule dd {
    width: 100%;
    border-left: 0;
  }
  .rule .list-dot-no {
    margin-left: 0;
  }

  #fan-club {
    padding-top: 6rem;
  }
  #fan-club .board-3 h3 {
    line-height: 1.4;
    position: relative;
  }
  #fan-club .board-3 h3::before, #fan-club .board-3 h3::after {
    position: absolute;
    top: 68%;
    width: 15%;
  }
  #fan-club .board-3 h3::before {
    left: 11%;
  }
  #fan-club .board-3 h3::after {
    right: 11%;
  }
  #fan-club .board-3 h3 span {
    display: block;
  }
  #fan-club .list-diamond {
    width: 80%;
  }
  #fan-club .list-diamond li {
    width: 100%;
  }

  #rule {
    width: 96%;
    margin-bottom: 7rem;
    overflow: visible;
  }
  #rule nav ol {
    width: 100%;
  }
  #rule nav li a {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1rem 0;
  }

  .tab-content {
    width: 96%;
    margin: 0 auto;
  }

  #g-footer {
    font-size: 0.8rem;
  }
  #g-footer .logo-toyota {
    display: block;
    margin: 0 auto;
  }
}