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

.clearfix:after {
  clear: both;
}

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

.hide {
  display: none;
}

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

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

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

*:focus {
  outline: none;
}

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

a:hover {
  color: #e60113;
}

*::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: 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: 101;
  text-align: center;
}
#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-blue {
  color: #0d6fb8;
}

.color-red {
  color: #e60113;
}

.color-pink {
  color: #c0061a;
}

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

.color-yellow {
  color: #f0cf00;
}

.color-orange {
  color: #e15300;
}

.text-inner-shadow {
  position: relative;
}
.text-inner-shadow::before {
  content: attr(data-text);
  color: transparent;
  text-shadow: 1px 1px 0.1rem white, 0px 0px 0px #000;
  position: absolute;
  mix-blend-mode: multiply;
}

.text-gradient-1 {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to bottom, #fff 65%, #afafaf 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));
}

.text-gradient-2 {
  color: #c0061a;
  font-weight: bold;
  background: linear-gradient(160deg, #c0061a 30%, #f26d78, #c0061a 80%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  position: relative;
  display: inline-block;
  color: transparent;
  padding: 0 1vw;
  letter-spacing: 0.1vw;
}
.text-gradient-3:before, .text-gradient-3:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-3:after {
  background: linear-gradient(to bottom, #ffe8c6 0, #cba367 70%, #9a6e2c 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-gradient-3:before {
  color: #000;
  background: #000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  filter: drop-shadow(0 0.2vw 0 #000);
}

.text-gradient-4 {
  color: #583615;
  font-weight: bold;
  background: linear-gradient(to right, #b68344 0, #f6d296 50%, #b68344 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-5 {
  color: #555;
  font-weight: bold;
  background: linear-gradient(to bottom, #c4c4c4 0%, #525457 70%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[class*=g-bt-] {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.2rem;
  font-family: "toyota_type", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  cursor: pointer;
}
[class*=g-bt-] > div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 1rem 0 1.2rem;
}
[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;
  z-index: 1;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class*=g-bt-] [class^=icon-arrow-] {
  width: 2rem;
  height: 2rem;
  background: url(../img/icon-next-fff.svg) no-repeat center;
  background-size: 50%;
  border-radius: 50rem;
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
  position: relative;
  top: 0.2rem;
}
[class*=g-bt-] .icon-arrow-left {
  transform: rotate(180deg);
}
[class*=g-bt-]:hover {
  color: #fff;
}
[class*=g-bt-]:hover .icon-arrow-left {
  transform: rotate(180deg) translateX(0.5rem) scale(1.1);
}
[class*=g-bt-]:hover .icon-arrow-right {
  transform: translateX(0.5rem) scale(1.1);
}

.g-bt-2 {
  font-size: 2.2rem;
  font-weight: bold;
  background: #df4080;
  border-radius: 0.7rem;
  width: auto;
  transition: 0s;
}
.g-bt-2 > div {
  padding: 0.7rem 1.5rem 0.9rem;
}
.g-bt-2 [class^=icon-arrow-] {
  background-image: url(../img/icon-next-fff.svg);
}
.g-bt-2:hover {
  background: #c0061a;
}

[class^=text-event-h2-] {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  height: 5.5rem;
  text-indent: -9999rem;
}

.text-event-h2-1 {
  background-image: url("../img/text-event-h2-1.png");
}

.text-event-h2-2 {
  background-image: url("../img/text-event-h2-2.png");
}

.text-event-h2-2 {
  height: 4.8rem;
}

[class^=text-event-h3-] {
  width: 100%;
  height: 2.3rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50%;
  text-indent: -9999rem;
  display: block;
}

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

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

.text-event-h3-1, .text-event-h3-2 {
  height: 2.5rem;
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}

.text-event-h3-2 {
  margin-top: 2.5rem;
}

[class^=text-h2-] {
  width: 100%;
  height: 4.4rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50%;
  text-indent: -9999rem;
  margin: 2.6rem auto 2rem;
  display: block;
}

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

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

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

.msg-box {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 0;
  transform: scale(1);
  perspective: 700px;
  pointer-events: none;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 102;
  pointer-events: auto;
}
.msg-box > .close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.msg-box .msg-wrap {
  background: #fff;
  max-width: 550px;
  width: 90%;
  height: 60%;
  max-width: 600px;
  max-height: 90%;
  position: relative;
  margin: 0 auto;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 30px;
  transform: scale(1) 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: 0;
  right: 0;
  width: 5%;
  height: 0;
  padding-bottom: 5%;
  transition: 0.2s;
  background: url(../img/icon-close.svg) #0d6fb8 no-repeat center;
  background-size: 45%;
  border-radius: 50%;
  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);
  z-index: 5;
}
.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;
  font-size: 20px;
  -webkit-overflow-scrolling: touch;
  color: #000;
}
.msg-box .msg-content header {
  font-size: 40px;
  font-weight: bold;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background-color: #000;
  border-radius: 10px;
  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: #f0cf00;
  color: #000;
  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;
}

#msg-rule.msg-box {
  background: rgba(255, 255, 255, 0.5);
}
#msg-rule .msg-wrap {
  width: 75%;
  max-width: 75%;
  height: 80%;
  max-height: 80%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  border: 0.1vw solid #fff;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3vw;
}
#msg-rule .msg-wrap h2 {
  width: 20vw;
  height: 3.5vw;
  background: linear-gradient(53deg, #666 95%, transparent 95.1%);
  background-size: 100%;
  filter: drop-shadow(0 0.5vw 0.5vw rgba(0, 0, 0, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  margin: -3.5vw auto 0;
}
#msg-rule .msg-wrap header {
  margin-bottom: 1vw;
}
#msg-rule .msg-wrap > .close {
  width: 4vw;
  height: 4vw;
  top: -2vw;
  right: 1.8vw;
  background-color: #e15300;
}
#msg-rule .msg-wrap > .close:hover {
  background-color: #c0061a;
}
#msg-rule .msg-content {
  color: #fff;
  font-size: 1.2vw;
  padding-right: 1vw;
  padding-left: 1vw;
  text-align: justify;
  /* Track */
  /* Handle */
}
#msg-rule .msg-content .intro {
  font-size: 1.5vw;
}
#msg-rule .msg-content h4 {
  font-size: 1.7vw;
  font-weight: bold;
  margin-top: 1vw;
}
#msg-rule .msg-content::-webkit-scrollbar {
  width: 1vw;
}
#msg-rule .msg-content::-webkit-scrollbar-track {
  border-radius: 1vw;
  background: rgba(255, 255, 255, 0.2);
}
#msg-rule .msg-content::-webkit-scrollbar-thumb {
  border-radius: 1vw;
  background: #e15300;
}

.splitEffect {
  overflow: hidden;
  white-space: nowrap;
}
.splitEffect span {
  display: inline-block;
  transform: translateY(100%);
}
.splitEffect span:nth-of-type(1) {
  animation-delay: 0.03s !important;
}
.splitEffect span:nth-of-type(2) {
  animation-delay: 0.06s !important;
}
.splitEffect span:nth-of-type(3) {
  animation-delay: 0.09s !important;
}
.splitEffect span:nth-of-type(4) {
  animation-delay: 0.12s !important;
}
.splitEffect span:nth-of-type(5) {
  animation-delay: 0.15s !important;
}
.splitEffect span:nth-of-type(6) {
  animation-delay: 0.18s !important;
}
.splitEffect span:nth-of-type(7) {
  animation-delay: 0.21s !important;
}
.splitEffect span:nth-of-type(8) {
  animation-delay: 0.24s !important;
}
.splitEffect span:nth-of-type(9) {
  animation-delay: 0.27s !important;
}
.splitEffect span:nth-of-type(10) {
  animation-delay: 0.3s !important;
}
.splitEffect span:nth-of-type(11) {
  animation-delay: 0.33s !important;
}
.splitEffect span:nth-of-type(12) {
  animation-delay: 0.36s !important;
}
.splitEffect span:nth-of-type(13) {
  animation-delay: 0.39s !important;
}
.splitEffect span:nth-of-type(14) {
  animation-delay: 0.42s !important;
}
.splitEffect span:nth-of-type(15) {
  animation-delay: 0.45s !important;
}
.splitEffect span:nth-of-type(16) {
  animation-delay: 0.48s !important;
}
.splitEffect span:nth-of-type(17) {
  animation-delay: 0.51s !important;
}
.splitEffect span:nth-of-type(18) {
  animation-delay: 0.54s !important;
}
.splitEffect span:nth-of-type(19) {
  animation-delay: 0.57s !important;
}
.splitEffect span:nth-of-type(20) {
  animation-delay: 0.6s !important;
}
.splitEffect span:nth-of-type(21) {
  animation-delay: 0.63s !important;
}
.splitEffect span:nth-of-type(22) {
  animation-delay: 0.66s !important;
}
.splitEffect span:nth-of-type(23) {
  animation-delay: 0.69s !important;
}
.splitEffect span:nth-of-type(24) {
  animation-delay: 0.72s !important;
}
.splitEffect span:nth-of-type(25) {
  animation-delay: 0.75s !important;
}
.splitEffect span:nth-of-type(26) {
  animation-delay: 0.78s !important;
}
.splitEffect span:nth-of-type(27) {
  animation-delay: 0.81s !important;
}
.splitEffect span:nth-of-type(28) {
  animation-delay: 0.84s !important;
}
.splitEffect span:nth-of-type(29) {
  animation-delay: 0.87s !important;
}
.splitEffect span:nth-of-type(30) {
  animation-delay: 0.9s !important;
}
.splitEffect.is-animate span {
  animation: se1 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes se1 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.splitEffect.is-animate.delay200 span:nth-of-type(1) {
  animation-delay: 0.23s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(2) {
  animation-delay: 0.26s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(3) {
  animation-delay: 0.29s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(4) {
  animation-delay: 0.32s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(5) {
  animation-delay: 0.35s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(6) {
  animation-delay: 0.38s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(7) {
  animation-delay: 0.41s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(8) {
  animation-delay: 0.44s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(9) {
  animation-delay: 0.47s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(10) {
  animation-delay: 0.5s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(11) {
  animation-delay: 0.53s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(12) {
  animation-delay: 0.56s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(13) {
  animation-delay: 0.59s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(14) {
  animation-delay: 0.62s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(15) {
  animation-delay: 0.65s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(16) {
  animation-delay: 0.68s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(17) {
  animation-delay: 0.71s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(18) {
  animation-delay: 0.74s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(19) {
  animation-delay: 0.77s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(20) {
  animation-delay: 0.8s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(21) {
  animation-delay: 0.83s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(22) {
  animation-delay: 0.86s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(23) {
  animation-delay: 0.89s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(24) {
  animation-delay: 0.92s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(25) {
  animation-delay: 0.95s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(26) {
  animation-delay: 0.98s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(27) {
  animation-delay: 1.01s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(28) {
  animation-delay: 1.04s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(29) {
  animation-delay: 1.07s !important;
}
.splitEffect.is-animate.delay200 span:nth-of-type(30) {
  animation-delay: 1.1s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(1) {
  animation-delay: 0.43s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(2) {
  animation-delay: 0.46s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(3) {
  animation-delay: 0.49s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(4) {
  animation-delay: 0.52s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(5) {
  animation-delay: 0.55s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(6) {
  animation-delay: 0.58s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(7) {
  animation-delay: 0.61s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(8) {
  animation-delay: 0.64s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(9) {
  animation-delay: 0.67s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(10) {
  animation-delay: 0.7s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(11) {
  animation-delay: 0.73s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(12) {
  animation-delay: 0.76s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(13) {
  animation-delay: 0.79s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(14) {
  animation-delay: 0.82s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(15) {
  animation-delay: 0.85s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(16) {
  animation-delay: 0.88s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(17) {
  animation-delay: 0.91s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(18) {
  animation-delay: 0.94s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(19) {
  animation-delay: 0.97s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(20) {
  animation-delay: 1s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(21) {
  animation-delay: 1.03s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(22) {
  animation-delay: 1.06s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(23) {
  animation-delay: 1.09s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(24) {
  animation-delay: 1.12s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(25) {
  animation-delay: 1.15s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(26) {
  animation-delay: 1.18s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(27) {
  animation-delay: 1.21s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(28) {
  animation-delay: 1.24s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(29) {
  animation-delay: 1.27s !important;
}
.splitEffect.is-animate.delay400 span:nth-of-type(30) {
  animation-delay: 1.3s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(1) {
  animation-delay: 0.63s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(2) {
  animation-delay: 0.66s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(3) {
  animation-delay: 0.69s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(4) {
  animation-delay: 0.72s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(5) {
  animation-delay: 0.75s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(6) {
  animation-delay: 0.78s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(7) {
  animation-delay: 0.81s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(8) {
  animation-delay: 0.84s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(9) {
  animation-delay: 0.87s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(10) {
  animation-delay: 0.9s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(11) {
  animation-delay: 0.93s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(12) {
  animation-delay: 0.96s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(13) {
  animation-delay: 0.99s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(14) {
  animation-delay: 1.02s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(15) {
  animation-delay: 1.05s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(16) {
  animation-delay: 1.08s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(17) {
  animation-delay: 1.11s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(18) {
  animation-delay: 1.14s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(19) {
  animation-delay: 1.17s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(20) {
  animation-delay: 1.2s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(21) {
  animation-delay: 1.23s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(22) {
  animation-delay: 1.26s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(23) {
  animation-delay: 1.29s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(24) {
  animation-delay: 1.32s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(25) {
  animation-delay: 1.35s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(26) {
  animation-delay: 1.38s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(27) {
  animation-delay: 1.41s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(28) {
  animation-delay: 1.44s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(29) {
  animation-delay: 1.47s !important;
}
.splitEffect.is-animate.delay600 span:nth-of-type(30) {
  animation-delay: 1.5s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(1) {
  animation-delay: 0.83s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(2) {
  animation-delay: 0.86s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(3) {
  animation-delay: 0.89s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(4) {
  animation-delay: 0.92s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(5) {
  animation-delay: 0.95s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(6) {
  animation-delay: 0.98s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(7) {
  animation-delay: 1.01s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(8) {
  animation-delay: 1.04s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(9) {
  animation-delay: 1.07s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(10) {
  animation-delay: 1.1s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(11) {
  animation-delay: 1.13s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(12) {
  animation-delay: 1.16s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(13) {
  animation-delay: 1.19s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(14) {
  animation-delay: 1.22s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(15) {
  animation-delay: 1.25s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(16) {
  animation-delay: 1.28s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(17) {
  animation-delay: 1.31s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(18) {
  animation-delay: 1.34s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(19) {
  animation-delay: 1.37s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(20) {
  animation-delay: 1.4s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(21) {
  animation-delay: 1.43s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(22) {
  animation-delay: 1.46s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(23) {
  animation-delay: 1.49s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(24) {
  animation-delay: 1.52s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(25) {
  animation-delay: 1.55s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(26) {
  animation-delay: 1.58s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(27) {
  animation-delay: 1.61s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(28) {
  animation-delay: 1.64s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(29) {
  animation-delay: 1.67s !important;
}
.splitEffect.is-animate.delay800 span:nth-of-type(30) {
  animation-delay: 1.7s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(1) {
  animation-delay: 1.03s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(2) {
  animation-delay: 1.06s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(3) {
  animation-delay: 1.09s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(4) {
  animation-delay: 1.12s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(5) {
  animation-delay: 1.15s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(6) {
  animation-delay: 1.18s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(7) {
  animation-delay: 1.21s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(8) {
  animation-delay: 1.24s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(9) {
  animation-delay: 1.27s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(10) {
  animation-delay: 1.3s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(11) {
  animation-delay: 1.33s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(12) {
  animation-delay: 1.36s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(13) {
  animation-delay: 1.39s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(14) {
  animation-delay: 1.42s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(15) {
  animation-delay: 1.45s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(16) {
  animation-delay: 1.48s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(17) {
  animation-delay: 1.51s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(18) {
  animation-delay: 1.54s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(19) {
  animation-delay: 1.57s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(20) {
  animation-delay: 1.6s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(21) {
  animation-delay: 1.63s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(22) {
  animation-delay: 1.66s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(23) {
  animation-delay: 1.69s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(24) {
  animation-delay: 1.72s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(25) {
  animation-delay: 1.75s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(26) {
  animation-delay: 1.78s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(27) {
  animation-delay: 1.81s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(28) {
  animation-delay: 1.84s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(29) {
  animation-delay: 1.87s !important;
}
.splitEffect.is-animate.delay1000 span:nth-of-type(30) {
  animation-delay: 1.9s !important;
}

html {
  font-size: 1.13vw;
}

html.is-lock, body.is-lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  line-height: 1.7;
  color: #000;
  font-family: "toyota_type", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background: url(../img/bg-2.png) no-repeat 50% 53.7rem #faf8dc;
  background-size: 100%;
  text-align: center;
}
body.lock {
  overflow: hidden;
}

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

.g-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-size: 100%;
}
.g-wrap img {
  max-width: 100%;
}

.g-section {
  position: relative;
}
[class^=icon-star-] {
  width: 7rem;
  height: 7rem;
  background: url(../img/icon-star.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  animation: icon_star_shine 0.3s linear infinite alternate;
}
@keyframes icon_star_shine {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
[class^=icon-star-]:nth-child(even) {
  animation-delay: -1.5s;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#g-kv {
  height: 45.2rem;
  overflow: hidden;
  background: url(../img/bg-kv.png);
  background-size: 100%;
}
#g-kv .bg-shine {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: kv_bg_change 0.4s forwards infinite;
  background-size: 100%;
}
@keyframes kv_bg_change {
  0%, 50% {
    background-image: url(../img/bg-kv-shine-01.png);
  }
  51%, 100% {
    background-image: url(../img/bg-kv-shine-02.png);
  }
}
#g-kv [class^=deco-gift-] {
  filter: drop-shadow(0.4rem 0.4rem 0.2rem rgba(0, 0, 0, 0.5));
  opacity: 0;
}
#g-kv #g-logo {
  position: absolute;
  width: 8.7rem;
  top: 3%;
  left: 1.7%;
  z-index: 1;
}
#g-kv #g-logo img {
  width: 100%;
}
#g-kv header {
  width: 41%;
  margin: 4.7rem 0 0 4.7%;
  position: relative;
  text-align: center;
}
#g-kv header p {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#g-kv header p b {
  background: #38a1ed;
  color: #fff;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  position: relative;
  top: -0.2rem;
  margin-right: 0.4rem;
}
#g-kv header p:last-child {
  margin-top: -0.7rem;
}
#g-kv time {
  width: 15.9rem;
  height: 9.9rem;
  background: url(../img/text-h1-time.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  display: block;
  margin: 0 auto 0 23%;
}
#g-kv h1 {
  position: relative;
  width: 32.1rem;
  height: 13.8rem;
  background: url(../img/kv-h1.svg) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto 1rem;
  text-indent: -9999rem;
}
#g-kv nav {
  margin: 1.4rem 0 0 2rem;
}
#g-kv nav ol {
  display: flex;
}
#g-kv nav li {
  margin: 0 0.3rem;
}
#g-kv.is-animate .deco-gift-1 {
  animation: kv_gift_1 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes kv_gift_1 {
  0% {
    transform: translate(-30%, -30%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
#g-kv.is-animate .deco-gift-2 {
  animation: kv_gift_2 1.5s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes kv_gift_2 {
  0% {
    transform: translate(30%, -30%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
#g-kv.is-animate .deco-gift-3 {
  animation: kv_gift_3 1s 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes kv_gift_3 {
  0% {
    transform: translate(30%, 30%) rotate(-10deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

[class^=deco-gift-] {
  position: absolute;
  width: 10em;
  height: 10em;
  top: 0;
  left: 0;
}
[class^=deco-gift-]::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}

.deco-gift-1:before {
  background-image: url(../img/gift-1.webp);
}

.deco-gift-2:before {
  background-image: url(../img/gift-2.webp);
}

.deco-gift-3:before {
  background-image: url(../img/gift-3.webp);
}

.deco-gift-4:before {
  background-image: url(../img/gift-4.webp);
}

.deco-gift-1 {
  width: 17.5rem;
  height: 18rem;
  top: 7.8%;
  left: 49.1%;
}

.deco-gift-2 {
  width: 30.4rem;
  height: 27rem;
  top: 23.2%;
  left: 54.6%;
}

.deco-gift-3 {
  width: 17.5rem;
  height: 17rem;
  top: 62%;
  left: 74%;
}

#g-nav {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 5;
  width: 100%;
  background: url(../img/bg-nav.png) no-repeat #faf8dc;
  background-size: 100% 100%;
}
#g-nav.is-sticky {
  z-index: 6;
}
#g-nav ol {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-nav li {
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
}
#g-nav li:after {
  content: "";
  width: 0.1rem;
  height: 2.5rem;
  background: #583615;
  position: absolute;
  left: 100%;
  top: calc(50% - 1.25rem);
}
#g-nav li:last-child:after {
  display: none;
}
#g-nav a {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 2rem 2.7rem;
  font-size: 2rem;
  color: #583615;
}
#g-nav a span {
  display: block;
}
#g-nav a:hover {
  color: #fff;
  text-shadow: 0 0 2rem #e15300, 0 0 2rem #e15300, 0 0 2rem #e15300, 0 0 2rem #e15300;
}
#g-nav:hover {
  color: #fff;
}
#g-nav:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

#g-event {
  overflow: hidden;
}
#g-event .group {
  width: 84.7%;
  margin: 1.3rem auto;
  position: relative;
  border: 0.4rem solid #583615;
  border-radius: 0.3rem;
  padding: 4.6rem 7.6%;
  background: url(../img/bg-3.png) 50%;
  background-size: 15rem;
}
#g-event .deco-gift-1 {
  top: 3.1rem;
  left: 90.6%;
  width: 9.5rem;
  height: 9.5rem;
}
#g-event .deco-gift-1::before {
  transform: rotate(-20deg);
}
#g-event .deco-gift-2 {
  top: 20.3rem;
  left: 74.6%;
  width: 15.4rem;
  height: 15.4rem;
}
#g-event .deco-gift-2::before {
  transform: rotate(9deg);
}
#g-event .deco-gift-3 {
  top: 21.5rem;
  left: 4.4%;
  width: 8.3rem;
  height: 8.3rem;
}
#g-event .deco-gift-3::before {
  transform: rotate(-42deg);
}
#g-event [class^=deco-gift-]::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.5);
  background-repeat: no-repeat;
  background-size: contain;
  animation: deco_gift_sun_rotate 10s linear infinite;
}
@keyframes deco_gift_sun_rotate {
  0% {
    transform: rotate(0deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(1.5);
  }
}
#g-event [class^=deco-gift-]::before {
  position: relative;
  z-index: 1;
}
#g-event .deco-gift-1::after {
  background-image: url(../img/icon-flat-sun-1.webp);
}
#g-event .deco-gift-2::after {
  background-image: url(../img/icon-flat-sun-2.webp);
}
#g-event .deco-gift-3::after {
  background-image: url(../img/icon-flat-sun-3.webp);
}
#g-event header h2 {
  margin-bottom: 1.4rem;
}
#g-event header p {
  font-size: 1.6rem;
  line-height: 1.55;
}
#g-event header b {
  font-size: 115%;
  line-height: 1;
}
#g-event h3 {
  border-bottom: 0.2rem solid #583615;
}
#g-event .rule {
  display: flex;
  flex-wrap: wrap;
  margin: 1.8rem 0 1.1rem;
  text-align: left;
}
#g-event .rule dt {
  width: 11.5%;
}
#g-event .rule dt h4 {
  background: #e15300;
  font-size: 1.2rem;
  line-height: 2.2;
  text-align: center;
  color: #fff;
  border-radius: 50rem;
}
#g-event .rule dd {
  width: 87.5%;
  padding-left: 0.5rem;
  font-size: 1.2rem;
}
#g-event .rule dt, #g-event .rule dd {
  margin-bottom: 1.2rem;
}
#g-event .rule.is-center {
  display: block;
}
#g-event .rule.is-center dt {
  width: auto;
  text-align: center;
}
#g-event .rule.is-center dt h4 {
  display: inline-block;
  width: 30%;
}
#g-event .rule.is-center dd {
  width: 100%;
  margin-bottom: 0;
}
#g-event .gift {
  font-size: 2.2rem;
  line-height: 1.5;
}
#g-event .gift p {
  font-weight: bold;
  color: #013e98;
}
#g-event .gift b {
  font-size: 150%;
  color: #e60113;
  line-height: 1;
}
#g-event .gift small {
  font-size: 60%;
  display: block;
}
#g-event .table-wrap {
  font-size: 90%;
  text-align: justify;
  text-shadow: none;
  border: 0.24rem solid #583615;
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
#g-event .table-wrap table {
  border: 0;
  width: 100%;
  text-align: center;
}
#g-event .table-wrap thead {
  background: #f0cf00;
}
#g-event .table-wrap thead th {
  border-left: 0.2rem solid #583615;
  font-size: 1.2rem;
  color: #000;
}
#g-event .table-wrap thead th:first-child {
  border-left: 0;
  width: 69%;
}
#g-event .table-wrap thead th:last-child {
  width: 31%;
}
#g-event .table-wrap tbody td {
  border-left: 0.2rem solid #583615;
}
#g-event .table-wrap tbody th, #g-event .table-wrap tbody td {
  border-bottom: 0.2rem solid #583615;
}
#g-event .table-wrap th {
  text-align: center;
}
#g-event .table-wrap th, #g-event .table-wrap td {
  padding: 0.8rem;
}
#g-event .table-wrap th p, #g-event .table-wrap td p {
  font-size: 1.5rem;
  font-weight: bold;
}
#g-event .table-wrap th small, #g-event .table-wrap td small {
  color: #e15300;
  display: block;
  font-size: 110%;
}
#g-event .table-wrap th strong, #g-event .table-wrap td strong {
  color: #e15300;
  font-size: 140%;
  line-height: 1;
}

#event-rule {
  transition: 0.2s;
}
#event-rule.active #event-rule-q i.icon-arrow-down {
  transform: scale(1, 1);
}
#event-rule.active #event-rule-a {
  max-height: 150rem;
  padding: 2rem 0;
}

#event-rule-q {
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
#event-rule-q i.icon-arrow-down {
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(../img/icon-up-fff.svg) no-repeat center #583615;
  background-size: 50%;
  border-radius: 5rem;
  position: absolute;
  top: 0.4rem;
  right: 35%;
  transition: 0.2s;
  transform: scale(1, -1);
}
#event-rule-q:hover {
  opacity: 0.8;
}

#event-rule-a {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: left;
}

#g-plus {
  padding-top: 3rem;
}
#g-plus header {
  margin-bottom: 2.5rem;
}
#g-plus .deco-gift-4 {
  width: 22rem;
  height: 17rem;
  top: -23.5%;
  left: 68%;
}
#g-plus .group {
  width: 84.7%;
  margin: 1.3rem auto;
  position: relative;
  border: 0.4rem solid #583615;
  border-radius: 0.3rem;
  padding: 3rem 4% 2rem;
  background: url(../img/bg-3.png) 50%;
  background-size: 15rem;
}
#g-plus dl {
  display: flex;
  flex-wrap: wrap;
}
#g-plus dt {
  width: 32.2%;
  font-size: 2.7rem;
  font-weight: bold;
  color: #583615;
  text-align: center;
  padding: 1.2rem 0;
  margin-bottom: 1.1rem;
  border-radius: 0.78rem;
}
#g-plus dt b {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #df0615, #b82d38);
  color: #fff;
  display: inline-block;
  border-radius: 50rem;
  margin-right: 1rem;
}
#g-plus dt:nth-of-type(1) {
  background-color: #ffe1ee;
}
#g-plus dt:nth-of-type(2) {
  background-color: #f0cf00;
  padding: 2.7rem 0;
}
#g-plus dd {
  width: 67.8%;
  font-size: 1.6rem;
  padding-left: 5%;
  line-height: 1.3;
  text-align: left;
}
#g-plus dd:nth-of-type(1) {
  padding-top: 2.3rem;
}
#g-plus dd small {
  font-size: 55%;
}
#g-plus dd a {
  color: #333;
}
#g-plus dd a:hover {
  color: #c0061a;
}

.g-hr {
  display: block;
  border: 0;
  height: 0;
  margin: 2rem 0;
}

.list-label > li {
  position: relative;
  padding-left: 2rem;
}
.list-label > li .label {
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.icon-MIJ {
  width: 5.3vw;
  height: 5.3vw;
  background: linear-gradient(135deg, #df0615 50%, #b82d38 90%);
  border-radius: 50vw;
  box-shadow: 0.2vw 0.2vw 0.2vw rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.3%;
  left: 82%;
  font-style: normal;
  color: #fff;
}
.icon-MIJ div {
  line-height: 1;
}
.icon-MIJ b {
  font-size: 1.5vw;
  display: block;
  font-weight: normal;
}

#product {
  padding-top: 4vw;
  overflow: hidden;
}
#product header small {
  font-size: 70%;
  letter-spacing: 0.1rem;
  opacity: 0.7;
  display: block;
}
#product > ol {
  display: flex;
  justify-content: space-between;
  width: 76%;
  margin: 0 auto;
  padding-top: 0%;
}
#product > ol > li {
  width: 25%;
  padding: 2% 2% 3%;
  transform: translateY(20%);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  position: relative;
}
#product > ol > li:nth-of-type(1) {
  transition-delay: 0.2s;
}
#product > ol > li:nth-of-type(2) {
  transition-delay: 0.4s;
}
#product > ol > li:nth-of-type(3) {
  transition-delay: 0.6s;
}
#product > ol > li:nth-of-type(4) {
  transition-delay: 0.8s;
}
#product > ol > li:before {
  content: "";
  width: 24vw;
  height: 100%;
  background: url(../img/deco-2.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -14.2%;
}
#product > ol > li > div {
  position: relative;
  z-index: 1;
}
#product img {
  width: 65%;
  margin: 0 auto -18%;
}
#product h3 p {
  font-weight: bold;
  color: #231815;
  display: inline-block;
  display: block;
  line-height: 1;
  font-size: 2.5vw;
}
#product h3 b {
  color: #c0061a;
  font-size: 1.9vw;
  display: block;
}
#product h3 u {
  background: #040404;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.5;
  width: 82%;
  display: block;
  margin: 0 auto;
  border-radius: 0.2rem;
}
#product .benefit {
  border-top: 1px solid #583615;
  border-bottom: 1px solid #583615;
  margin: 6% 0 0;
  padding: 4% 0;
}
#product .list-dot {
  text-align: left;
  padding-top: 10%;
}
#product .list-dot li {
  font-size: 1vw;
  margin-bottom: 6%;
}
#product .list-dot b {
  font-size: 1.3vw;
  color: #c0061a;
}
#product.is-animate > ol > li {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.icon-flag-jp {
  width: 2.3vw;
  height: 1.5vw;
  background: url(../img/icon-flag-jp.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  margin: 0 0.8vw;
  position: relative;
  top: -0.2vw;
  box-shadow: 0.1vw 0.1vw 0.3vw rgba(0, 0, 0, 0.5);
}

.icon-bluearth {
  width: 7.1vw;
  height: 1.5vw;
  background: url(../img/icon-bluearth.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  position: relative;
  top: -0.1vw;
}

.icon-bluearthxt {
  width: 13.1vw;
  height: 1.5vw;
  background: url(../img/icon-bluearthxt.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  margin: 0 0.8vw;
  position: relative;
  top: -0.2vw;
}

.logo-eplus {
  width: 3.5vw;
  height: 1.5vw;
  background: url(../img/logo-eplus.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  margin: 0 0.4vw;
  position: relative;
  top: -0.15vw;
}

.logo-haicolab {
  width: 7.5vw;
  height: 1.5vw;
  background: url(../img/logo-haicolab.webp) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  margin: 0 0.4vw;
  position: relative;
  top: -0.2vw;
}

#feature {
  width: 76%;
  margin: 0 auto 0;
  border-radius: 0.7vw;
  padding: 4vw 1.8vw 3vw;
  overflow: hidden;
}
#feature .group {
  position: relative;
}
#feature .group header {
  position: relative;
  z-index: 2;
}
#feature dl.desc {
  width: 99%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5%;
}
#feature dt, #feature dd {
  margin-bottom: 0.7%;
}
#feature dt {
  width: 12%;
}
#feature dt h3 {
  background: linear-gradient(to bottom, #fff 30%, #afafaf);
  color: #000;
  border-radius: 200px;
  letter-spacing: 0.6vw;
  font-size: 1.25vw;
  text-indent: 0.6vw;
  line-height: 1.8;
}
#feature dt:nth-of-type(1) h3 {
  letter-spacing: 0;
  text-indent: 0;
}
#feature dd {
  width: 88%;
  text-align: left;
  font-size: 1.33vw;
  padding-left: 2.5%;
}
#feature .icon-bluearth {
  width: 9.1vw;
  margin: 0 0.8vw;
}
#feature .logo-haicolab {
  width: 9.5vw;
  height: 2vw;
}

.ae61, .v61 {
  width: 96.5%;
  margin: 9.7% auto 0;
  display: flex;
  background: linear-gradient(135deg, #fff9fb, #fff 20%, #fff 40%, #fff9fb 80%);
  background-size: 100% 100%;
  box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5vw;
  position: relative;
  z-index: 1;
}
.ae61 .img, .v61 .img {
  width: 36%;
  position: relative;
}
.ae61 .img img, .v61 .img img {
  margin: 0 auto -3rem;
  position: relative;
  left: 19%;
  top: -9%;
  width: 80%;
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.ae61 .img:before, .v61 .img:before {
  content: "";
  width: 19.7vw;
  height: 20vw;
  background: url(../img/ae61-txt.png?v3) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -5.6vw;
  left: -4.2vw;
  z-index: 1;
  transform: translateY(20%);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.5s;
}
.ae61 .txt, .v61 .txt {
  width: 85%;
  text-align: left;
  padding-top: 2.2%;
  padding-right: 4%;
}
.ae61 .icon-ae61, .ae61 .icon-v61, .v61 .icon-ae61, .v61 .icon-v61 {
  width: 9.3vw;
  height: 2.7vw;
  background: url(../img/icon-ae61.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  margin: 0 0.8vw;
  position: relative;
  top: -0.6vw;
}
.ae61 h3 p, .v61 h3 p {
  font-size: 2vw;
  font-weight: bold;
  display: inline-block;
  color: #000;
}
.ae61 h3 p.text-h3-ae61, .ae61 h3 p.text-h3-v61, .v61 h3 p.text-h3-ae61, .v61 h3 p.text-h3-v61 {
  width: 30vw;
  height: 2.1vw;
  background: url(../img/h3-ae61-p.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  display: inline-block;
}
.ae61 .list-dot, .v61 .list-dot {
  margin-top: 1%;
}
.ae61 .list-dot li, .v61 .list-dot li {
  font-size: 1.05vw;
  margin-bottom: 1%;
  color: #333;
}
.ae61 .list-dot li:before, .v61 .list-dot li:before {
  content: "";
  width: 0.4vw;
  height: 0.4vw;
  background: #666;
  border-radius: 100px;
  display: block;
  box-shadow: 0.1vw 0.1vw 0.5vw rgba(0, 0, 0, 0.1);
  top: 0.8vw;
  left: 0.5vw;
}
.ae61 .btns, .v61 .btns {
  text-align: right;
  margin-top: -2%;
}
.ae61 .btns a, .v61 .btns a {
  border-radius: 50rem;
  width: 7rem;
  background-color: transparent;
}
.ae61 .btns a div, .v61 .btns a div {
  border-radius: 50rem;
  padding: 0;
  line-height: 1.8;
}
.ae61 .btns a span, .v61 .btns a span {
  font-size: 1.1rem;
}
.ae61 .btns a:after, .v61 .btns a:after {
  height: 3.3rem;
}
.ae61.is-animate .img img, .v61.is-animate .img img {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.ae61.is-animate .img:before, .v61.is-animate .img:before {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.v61 .img:before {
  background-image: url(../img/v61-txt.png?v1);
}
.v61 .icon-v61 {
  width: 8.3vw;
  background-image: url(../img/icon-v61.svg);
}
.v61 h3 p.text-h3-v61 {
  background-image: url(../img/h3-v61-p.svg);
}

#feature header, #product header, #service header {
  margin-bottom: 1rem;
}
#feature header h2, #product header h2, #service header h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 0.1rem 0.2rem 0.2rem #013e98;
}

#service {
  padding-top: 4vw;
  padding-bottom: 3rem;
  width: 73%;
  margin: 0 auto;
  padding-top: 2.5rem;
}
#service > ol {
  display: flex;
  justify-content: space-between;
  margin-top: -1rem;
}
#service > ol > li {
  width: 49%;
  filter: drop-shadow(0 0.1rem 0.4rem rgba(0, 0, 0, 0.2));
}
#service .txt {
  text-align: left;
  padding: 5%;
  background: #fff;
  border-bottom-left-radius: 0.5vw;
  border-bottom-right-radius: 0.5vw;
}
#service .txt h3 {
  font-size: 2.5vw;
  font-weight: bold;
}
#service .txt > small {
  font-size: 1.1vw;
  opacity: 0.8;
  display: block;
  margin-bottom: 2%;
}
#service .flex {
  display: flex;
}
#service .flex > div {
  width: 50%;
}
#service .flex > div p {
  font-size: 1.5vw;
  font-weight: bold;
}
#service .list-dot {
  margin-top: 2%;
  min-height: 8vw;
}
#service .list-dot li {
  font-size: 1.5vw;
  padding-left: 1.2vw;
  line-height: 1.6;
}
#service .list-dot li:before {
  content: "";
  width: 0.8vw;
  height: 0.8vw;
  background: #c0061a;
  border-radius: 100px;
  display: block;
  top: 0.8vw;
  left: 0;
}
#service .benefit {
  width: 105%;
  margin-left: -2.5%;
  padding: 5%;
  background: linear-gradient(32deg, #d4d4d4, #f6f6f6, #d5d5d5);
  border-radius: 0.5vw;
}
#service .benefit h4 {
  position: relative;
  display: inline-block;
  font-size: 1.7vw;
}
#service .benefit h4:before, #service .benefit h4:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
#service .benefit h4:after {
  background: -webkit-linear-gradient(top, #fff 0%, #afafaf 100%);
  background-size: 100%;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
#service .benefit h4:before {
  text-shadow: 0 0.2vw 0.2vw #000;
}
#service .benefit p {
  font-size: 1vw;
  line-height: 1.9;
}
#service .btns {
  margin: 8% 0 3.5%;
}
#service .btns a {
  margin: 0% 2%;
}
#service .note li {
  text-align: left;
  font-size: 0.9vw;
  letter-spacing: 0.1vw;
}

#g-gotop {
  background: #df4080;
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
  margin: 5% auto 0;
  padding: 1vw 0;
  cursor: pointer;
  transition: 0.2s;
  position: fixed;
  bottom: -10vw;
  left: 50%;
  z-index: 10;
  margin-left: -3vw;
  transition: 0.4s;
  overflow: hidden;
}
#g-gotop i {
  width: 2.6vw;
  height: 1.5vw;
  background: url(../img/icon-up-fff.svg) no-repeat center;
  background-size: 70%;
  margin: 0 auto;
  display: block;
}
#g-gotop p {
  font-size: 1vw;
  color: #fff;
  letter-spacing: 0.1rem;
  display: inline-block;
}
#g-gotop:hover {
  background: #c0061a;
}
#g-gotop:hover:after {
  top: -90%;
}
#g-gotop.active {
  bottom: 2vw;
}

#g-quick {
  position: fixed;
  top: 40%;
  right: 0;
  background: #c0061a;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: inset 0 0 1rem #df4080;
  text-align: center;
  transition: 0.4s;
  z-index: 5;
}
#g-quick a {
  display: block;
  padding: 0.5rem 0.5rem 1rem;
}
#g-quick .line {
  text-indent: -9999rem;
  width: 1px;
  height: 0.7rem;
  background: #fff;
  margin: 0.2rem auto 0;
  overflow: hidden;
}
#g-quick p {
  padding: 0.6rem;
}
#g-quick span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: 0.4s;
}
#g-quick:hover {
  background: #df4080;
}
#g-quick:hover .line {
  background: #000;
}
#g-quick:hover span {
  color: #000;
}

#g-footer {
  background: #000;
  color: #fff;
  font-size: 17px;
  padding: 20px 0;
  margin-top: 4%;
  position: relative;
  z-index: 1;
}
#g-footer .group {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  width: 90%;
}
#g-footer .left {
  width: 50%;
}
#g-footer .right {
  width: 50%;
  text-align: right;
}
#g-footer ol {
  text-align: left;
}
#g-footer ol li {
  display: inline-block;
}
#g-footer ol li:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
#g-footer ol li:last-child:after {
  display: none;
}
#g-footer .tel {
  text-align: left;
}
#g-footer a {
  color: #fff;
}
#g-footer a:hover {
  color: #38a1ed;
}
#g-footer .recommend {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#g-footer .icon-toyota-white {
  width: 100px;
  height: 21px;
  background: url(../img/logo-toyota-fff.svg) no-repeat center top;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .is-m {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }

  html {
    font-size: 3vw;
  }

  body {
    overflow-x: hidden;
    background: #faf8dc;
  }

  .g-section header h2 {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .g-section header h2 p {
    padding: 0 1rem;
  }
  .g-section header h2 span[class^=color-] {
    text-shadow: -1px -1px 0px #000;
  }
  .g-section header h2 span[class^=color-]::before {
    display: none;
  }

  #g-kv {
    height: 56rem;
    overflow: hidden;
    background-image: url(../img/bg-kv-m.png);
    background-size: 105% 116%;
  }
  #g-kv .bg-shine {
    animation: kv_bg_change 0.4s forwards infinite;
    background-size: 105% 116%;
  }
  @keyframes kv_bg_change {
    0%, 50% {
      background-image: url(../img/bg-kv-shine-01-m.png);
    }
    51%, 100% {
      background-image: url(../img/bg-kv-shine-02-m.png);
    }
  }
  #g-kv #g-logo {
    width: 7rem;
    left: 6%;
    top: 2.2%;
  }
  #g-kv header {
    width: 100%;
    margin: 1rem 0;
  }
  #g-kv header p {
    font-size: 1.8rem;
  }
  #g-kv header p b {
    width: 2.2rem;
    height: 2.2rem;
  }
  #g-kv time {
    width: 11rem;
    height: 6.5rem;
    margin-left: 32%;
  }
  #g-kv h1 {
    width: 25.4rem;
    height: 10.8rem;
  }
  #g-kv .deco-gift-1 {
    width: 10.5rem;
    height: 18rem;
    top: 60.5%;
    left: 4.1%;
  }
  #g-kv .deco-gift-2 {
    width: 17.8rem;
    height: 17rem;
    top: 61.4%;
    left: 27.8%;
  }
  #g-kv .deco-gift-2:before {
    transform: rotate(10deg);
  }
  #g-kv .deco-gift-3 {
    width: 9rem;
    height: 17rem;
    top: 82.6%;
    left: 67.9%;
  }
  #g-kv nav {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.2rem;
  }
  #g-kv nav ol {
    justify-content: center;
  }

  .g-bt-2 {
    font-size: 1.8rem;
  }
  .g-bt-2 > div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #g-nav {
    padding-top: 1rem;
    background: #faf8dc;
  }
  #g-nav .group {
    width: 100%;
    padding-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #g-nav ol {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  #g-nav li {
    width: 48.5%;
    padding: 0;
    border: 0.2rem solid #583615;
    border-radius: 0.3rem;
    margin-bottom: 0.8rem;
    background: #f0cf00;
  }
  #g-nav li::after {
    display: none;
  }
  #g-nav li span {
    width: 100%;
  }
  #g-nav li:nth-of-type(3) {
    width: 100%;
  }
  #g-nav a {
    padding: 0rem 0;
    font-size: 1.7rem;
  }
  #g-nav.is-sticky .group {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #g-event {
    overflow: hidden;
    margin-top: 0;
  }
  #g-event .deco-gift-1 {
    top: 3.1rem;
    left: 81.6%;
    width: 6.5rem;
    height: 6.5rem;
  }
  #g-event .deco-gift-2 {
    top: 22.3rem;
    left: 58.6%;
    width: 12.4rem;
    height: 12.4rem;
  }
  #g-event .deco-gift-3 {
    top: 20.5rem;
    left: -1.6%;
    width: 6.3rem;
    height: 6.3rem;
  }
  #g-event .group {
    width: 94%;
    padding: 1rem;
  }
  #g-event header p {
    font-size: 1.2rem;
  }
  #g-event header p:last-child {
    text-align: left;
    padding-top: 4rem;
    padding-left: 0.7rem;
  }
  #g-event .rule {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  #g-event .rule dt {
    width: 60%;
    margin: 2rem auto 1rem;
  }
  #g-event .rule dd {
    width: 100%;
    text-align: center;
    padding-left: 0;
    font-size: 1.1rem;
  }
  #g-event .rule dd:nth-of-type(1) {
    padding-top: 0;
  }
  #g-event .rule.is-center dt h4 {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #g-event .gift {
    font-size: 1.4rem;
  }
  #g-event .gift p {
    white-space: nowrap;
  }
  #g-event .gift small {
    font-size: 80%;
  }
  #g-event .table-wrap th, #g-event .table-wrap td {
    padding: 0.4rem;
  }
  #g-event .table-wrap th p, #g-event .table-wrap td p {
    font-size: 1.3rem;
  }
  #g-event .table-wrap thead th:first-child {
    width: 67%;
  }
  #g-event .table-wrap thead th:last-child {
    width: 33%;
  }

  .list-no, .list-dot {
    text-align: justify;
  }

  #event-rule {
    padding-bottom: 4rem;
  }
  #event-rule.active #event-rule-a {
    max-height: 250rem;
  }

  #event-rule-a {
    width: 100%;
  }

  #event-rule-q i.icon-arrow-down {
    right: 0;
  }

  [class^=text-h2-] {
    height: 4.5rem;
    position: relative;
  }

  #g-plus .group {
    width: 94%;
  }
  #g-plus dt {
    width: 100%;
    font-size: 1.4rem;
    padding: 0;
    padding-top: 0.2rem;
    height: 3rem;
    text-align: left;
    padding-left: 1.5rem;
  }
  #g-plus dt:nth-of-type(2) {
    padding-top: 0.2rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    margin-top: 2rem;
  }
  #g-plus dt b {
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    margin-right: 0.5rem;
  }
  #g-plus dd {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.5;
    padding-left: 0;
  }
  #g-plus dd:nth-of-type(1) {
    padding-top: 0;
    text-align: left;
  }
  #g-plus .deco-gift-4 {
    width: 17rem;
    height: 12rem;
    top: -8.5%;
    left: 47%;
  }

  [class^=text-h2-] {
    height: 3.5rem;
  }

  .text-event-h2-1 {
    width: 62%;
    height: 3.5rem;
    background-position: 100% 0;
    margin: 4rem auto 0;
    position: relative;
  }
  .text-event-h2-1::before {
    content: "";
    width: 14rem;
    height: 3.5rem;
    background: url("../img/text-event-h2-1.png");
    background-size: auto 100%;
    background-position: 0 0;
    position: absolute;
    bottom: 100%;
    left: 12%;
  }

  .text-event-h2-2 {
    height: 3.5rem;
  }

  #feature header h2, #product header h2, #service header h2 {
    font-size: 6vw;
  }

  .icon-MIJ {
    width: 11.3vw;
    height: 11.3vw;
    font-size: 2.5vw;
    top: 0%;
    left: 82%;
  }
  .icon-MIJ b {
    font-size: 4.3vw;
  }

  #product {
    padding-top: 8vw;
  }
  #product > ol {
    width: 86%;
    flex-wrap: wrap;
  }
  #product > ol > li {
    width: 47.5%;
    height: 176vw;
    margin-bottom: 5%;
  }
  #product > ol > li:before {
    width: 58vw;
    left: -21.2%;
  }
  #product h3 p {
    font-size: 5.7vw;
  }
  #product h3 b {
    font-size: 4.2vw;
  }
  #product img {
    margin-bottom: -16%;
  }
  #product .benefit {
    padding: 2% 0;
    white-space: nowrap;
  }
  #product .list-dot li {
    font-size: 2.3vw;
  }
  #product .list-dot b {
    font-size: 3.2vw;
  }

  .list-dot li {
    padding-left: 3vw;
  }

  .icon-flag-jp {
    width: 5vw;
    height: 4.5vw;
  }

  .icon-bluearth {
    width: 15.1vw;
    height: 4.5vw;
  }

  .icon-bluearthxt {
    width: 26.1vw;
    height: 3.5vw;
  }

  .logo-haicolab {
    width: 20vw;
    height: 4.5vw;
    margin: 0 0.2vw;
  }

  .logo-eplus {
    width: 8.5vw;
    height: 4.5vw;
  }

  #feature {
    width: 86%;
    overflow: visible;
  }
  #feature dl.desc {
    width: 90%;
    display: block;
    padding-top: 4.5%;
    padding-bottom: 5%;
  }
  #feature dt {
    width: 20%;
    margin: 0 auto;
  }
  #feature dt h3 {
    font-size: 2.6vw;
  }
  #feature dd {
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 4%;
    padding-left: 0;
  }
  #feature .icon-bluearth {
    width: 20.1vw;
  }
  #feature .logo-haicolab {
    width: 24vw;
    height: 4vw;
    margin: 0 1vw;
    top: -0.6vw;
  }
  #feature .group {
    margin-top: 5%;
  }
  #feature .group:before {
    top: -2vw;
    left: 2vw;
    width: calc(100% - 4vw);
  }

  .ae61, .v61 {
    width: 100%;
    margin: 21% auto 0;
    display: block;
    padding-bottom: 4%;
  }
  .ae61 .img, .v61 .img {
    width: 100%;
  }
  .ae61 .img img, .v61 .img img {
    width: 37%;
    left: -10vw;
    top: -4vw;
  }
  .ae61 .img .is-m, .v61 .img .is-m {
    width: 50%;
    position: absolute;
    top: 13.5vw;
    right: 5vw;
    text-align: right;
  }
  .ae61 .img .is-m p, .v61 .img .is-m p {
    font-size: 6.6vw;
    font-weight: bold;
    display: inline-block;
    transition: 1s;
    text-align: center;
    line-height: 1.5;
  }
  .ae61 .img .is-m b, .v61 .img .is-m b {
    display: block;
    font-size: 3.5vw;
    font-weight: normal;
    letter-spacing: 0.38vw;
  }
  .ae61 .img:before, .v61 .img:before {
    width: 40.2vw;
    height: 35.6vw;
    top: -12.1vw;
    left: -7vw;
  }
  .ae61 .icon-ae61, .ae61 .icon-v61, .v61 .icon-ae61, .v61 .icon-v61 {
    width: 23.4vw;
    height: 5.7vw;
    text-align: left;
  }
  .ae61 .txt, .v61 .txt {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .ae61 .list-dot, .v61 .list-dot {
    width: 90%;
    margin: 4% auto 0;
  }
  .ae61 .list-dot li, .v61 .list-dot li {
    font-size: 2.7vw;
  }
  .ae61 .list-dot li:before, .v61 .list-dot li:before {
    width: 1.4vw;
    height: 1.4vw;
    top: 2vw;
  }
  .ae61 .btns, .v61 .btns {
    text-align: center;
    margin: 5% 0 0%;
  }
  .ae61 .btns a, .v61 .btns a {
    width: 40%;
  }

  .v61 .img .is-m {
    top: 9vw;
  }
  .v61 .img .is-m b {
    line-height: 1.2;
  }
  .v61 .icon-v61 {
    width: 20.4vw;
  }

  .g-bt-1.g-bt-5 small {
    transform: scale(1);
    padding-bottom: 6%;
    font-size: 1.7vw;
    letter-spacing: 0.3vw;
  }

  #service {
    width: 85%;
  }
  #service > ol {
    margin-top: 3%;
    flex-wrap: wrap;
  }
  #service > ol > li {
    width: 100%;
  }
  #service img {
    width: 100%;
  }
  #service .txt h3 {
    font-size: 5.9vw;
    white-space: nowrap;
  }
  #service .txt > small {
    font-size: 2.5vw;
    margin-top: 2%;
  }
  #service .flex > div p {
    font-size: 3.5vw;
  }
  #service .list-dot li {
    font-size: 3.5vw;
    padding-left: 6vw;
  }
  #service .list-dot li:before {
    width: 1.8vw;
    height: 1.8vw;
    top: 1.8vw;
    left: 2.3vw;
  }
  #service .benefit {
    margin: 3% 0 0% -2.5%;
  }
  #service .benefit h4 {
    font-size: 4.2vw;
  }
  #service .benefit p {
    font-size: 2.5vw;
  }
  #service .btns {
    margin: 10% 0 9.5%;
  }
  #service .note li {
    font-size: 2.2vw;
  }

  #g-gotop {
    width: 12vw;
    height: 12vw;
    bottom: -15vw;
    margin-left: -6vw;
  }
  #g-gotop:after {
    height: 6rem;
  }
  #g-gotop i {
    width: 5.6vw;
    height: 3.5vw;
  }
  #g-gotop p {
    font-size: 2.1vw;
  }

  #g-footer {
    font-size: 13px;
  }
  #g-footer .group {
    flex-wrap: wrap;
  }
  #g-footer .left {
    width: 100%;
  }
  #g-footer .left ol {
    text-align: center;
  }
  #g-footer .tel {
    text-align: center;
  }
  #g-footer .right {
    width: 100%;
    text-align: center;
  }
  #g-footer .icon-toyota-white {
    display: block;
    margin: 4% auto 0;
  }
  #g-footer .recommend {
    margin-top: 2%;
    font-size: 12px;
  }

  #msg-alert .msg-content header {
    font-size: 5vw;
  }

  .msg-box .msg-content {
    font-size: 3.5vw;
  }

  #msg-rule .msg-wrap {
    width: 90%;
    max-width: 90%;
  }
  #msg-rule .msg-wrap > .close {
    width: 10vw;
    height: 10vw;
    top: -5vw;
    right: -5vw;
  }
  #msg-rule .msg-wrap h2 {
    width: 37vw;
    height: 7.5vw;
    font-size: 4vw;
    margin: -5.5vw auto 0;
  }
  #msg-rule .msg-wrap header {
    margin-bottom: 3vw;
  }
  #msg-rule .msg-content {
    font-size: 2.5vw;
  }
  #msg-rule .msg-content .intro {
    font-size: 3vw;
  }
  #msg-rule .msg-content h4 {
    font-size: 3.2vw;
    margin-top: 3vw;
  }

  #g-quick {
    top: auto;
    bottom: 8rem;
  }

  .g-flowers i:nth-child(4n)::before {
    width: 70%;
    height: 70%;
  }
}