@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:500,700&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: #000;
  color: #fff;
  text-decoration: none;
}

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

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

*:focus {
  outline: none;
}

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

a:hover {
  color: #ffdf00;
}

*::-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: #df0615;
}

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

.color-yellow {
  color: #ffdf00;
}

.color-orange {
  color: #ff4d00;
}

[class*=g-bt-] {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  background: #0d6fb8;
  font-size: 1.5vw;
  line-height: 2.5;
  letter-spacing: 0.2vw;
  font-family: "toyota_type", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  cursor: pointer;
}
[class*=g-bt-]: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-] span {
  position: relative;
}
[class*=g-bt-] i.icon-arrow {
  margin-left: 3%;
}
[class*=g-bt-] i.icon-arrow:before, [class*=g-bt-] i.icon-arrow:after {
  content: "";
  width: 6%;
  height: 0;
  padding-bottom: 10%;
  background: url(../img/icon-right-fff.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  animation: arrow_shine 0.2s infinite alternate;
}
[class*=g-bt-] i.icon-arrow:after {
  animation-delay: -0.1s;
}

.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: #df0615;
  font-weight: bold;
  background: linear-gradient(160deg, #df0615 30%, #f26d78, #df0615 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: #785d12;
  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-] {
  background: #fff;
  box-shadow: 0 0 0.5vw #000;
  line-height: 2.2;
  border-radius: 0.3rem;
  padding: 0.1vw;
}
[class*=g-bt-] div {
  position: relative;
  display: block;
  background: linear-gradient(to bottom, #e21d1e, #991616);
  border-radius: 0.4vw;
  padding: 0 3.2rem;
}
[class*=g-bt-] div.is-2-row {
  line-height: 1.3;
  padding: 0.2vw 2.5vw;
}
[class*=g-bt-] div.is-2-row span {
  line-height: 1;
}
[class*=g-bt-] div.is-2-row small {
  line-height: 1;
}
[class*=g-bt-]:after {
  content: "";
  width: 200%;
  height: 6rem;
  position: absolute;
  top: -100%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 50%;
  transition: 0.4s;
  z-index: 1;
}
[class*=g-bt-] span {
  font-size: 1.75rem;
}
[class*=g-bt-] small {
  font-size: 1vw;
  display: block;
}
[class*=g-bt-]:hover {
  color: #fff;
}
[class*=g-bt-]:hover div {
  background: linear-gradient(to top, #e21d1e, #991616);
}
[class*=g-bt-]:hover:after {
  top: -50%;
}

.g-bt-2 {
  background-color: #df0615;
}
.g-bt-2 div {
  background: linear-gradient(to bottom, #404143, #0b0b0b);
}
.g-bt-2:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 100%);
}
.g-bt-2:hover div {
  background: linear-gradient(to top, #404143, #0b0b0b);
}

.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: #ffdf00;
  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: #ff4d00;
}
#msg-rule .msg-wrap > .close:hover {
  background-color: #df0615;
}
#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: #ff4d00;
}

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

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

body {
  font-size: 1.2vw;
  line-height: 1.7;
  color: #000;
  font-family: "toyota_type", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  overflow-x: hidden;
  background: url(../img/bg-pc.jpg?v3) no-repeat center top;
  background-size: 100% 100%;
  background-color: #fff;
  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;
}
#g-kv {
  height: 53.8vw;
  overflow: hidden;
  color: #fff;
}
#g-kv .bg {
  background: url(../img/kv-pc.jpg?v3) no-repeat center top;
  background-size: 100%;
  height: 100%;
  transform: scale(1.2);
  transition: 1.5s;
  opacity: 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 90%, transparent);
}
#g-kv .bg li {
  position: absolute;
  top: 16.7%;
  background: linear-gradient(to right, #df0615 3%, rgba(0, 0, 0, 0.5) 3.1%);
  transform: skew(-18deg);
  padding: 0.6rem 1.45rem 0.7rem;
  opacity: 0;
}
#g-kv .bg li:nth-child(1) {
  left: 24.9%;
}
#g-kv .bg li:nth-child(2) {
  left: 57.6%;
}
#g-kv .bg li:nth-child(3) {
  left: 87.8%;
}
#g-kv .bg li p {
  transform: skew(18deg);
  font-size: 1.6rem;
  line-height: 1;
  text-shadow: 0 1px 0 #000;
}
#g-kv #g-logo {
  position: absolute;
  width: 10vw;
  top: 2.2%;
  left: 11.6%;
}
#g-kv #g-logo img {
  width: 100%;
}
#g-kv .logo-yokohama {
  position: absolute;
  width: 11.8vw;
  top: 1.9%;
  left: 74.8%;
  background: url(../img/logo-yokohama.svg) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
}
#g-kv header {
  position: absolute;
  top: 51.6%;
  left: 0;
  width: 100%;
}
#g-kv h1 {
  text-align: center;
  transform: skew(-10deg);
  letter-spacing: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-kv h1 p {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-kv h1 p:nth-child(2) {
  margin-left: 1rem;
}
#g-kv h1 b, #g-kv h1 span {
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #fff 30%, #afafaf 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0.1rem 0.2rem 0.1rem black);
}
#g-kv h1 span {
  opacity: 0;
}
#g-kv h1 b {
  font-size: 6rem;
}
#g-kv nav {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
}
#g-kv nav ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-kv nav li a {
  margin: 0 0.5rem;
}
#g-kv nav li a div {
  padding: 0 1rem;
}
#g-kv.is-animate .bg {
  transform: scale(1);
  opacity: 1;
}
#g-kv.is-animate .bg li {
  animation: kv_bg_li_show 1s forwards;
}
@keyframes kv_bg_li_show {
  0% {
    transform: translate(-6%, 100%) skew(-18deg);
    opacity: 0;
  }
  100% {
    transform: translate(0) skew(-18deg);
    opacity: 1;
  }
}
#g-kv.is-animate .bg li:nth-child(1) {
  animation-delay: 0.5s;
}
#g-kv.is-animate .bg li:nth-child(2) {
  animation-delay: 0.7s;
}
#g-kv.is-animate .bg li:nth-child(3) {
  animation-delay: 0.9s;
}
#g-kv.is-animate h1 span {
  animation: kv_h1_span_show 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes kv_h1_span_show {
  0% {
    transform: translate(6%, -100%) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
#g-kv.is-animate h1 p:nth-child(1) span:nth-child(1) {
  animation-delay: 1.1s;
}
#g-kv.is-animate h1 p:nth-child(2) span:nth-child(1) {
  animation-delay: 1.5s;
}
#g-kv.is-animate h1 p:nth-child(1) span:nth-child(2) {
  animation-delay: 1.2s;
}
#g-kv.is-animate h1 p:nth-child(2) span:nth-child(2) {
  animation-delay: 1.6s;
}
#g-kv.is-animate h1 p:nth-child(1) span:nth-child(3) {
  animation-delay: 1.3s;
}
#g-kv.is-animate h1 p:nth-child(2) span:nth-child(3) {
  animation-delay: 1.7s;
}
#g-kv.is-animate h1 p:nth-child(1) span:nth-child(4) {
  animation-delay: 1.4s;
}
#g-kv.is-animate h1 p:nth-child(2) span:nth-child(4) {
  animation-delay: 1.8s;
}
#g-kv.is-animate h1 p:nth-child(1) span:nth-child(5) {
  animation-delay: 1.5s;
}
#g-kv.is-animate h1 p:nth-child(2) span:nth-child(5) {
  animation-delay: 1.9s;
}
#g-kv.is-animate h1 p:nth-child(1) span:nth-child(6) {
  animation-delay: 1.6s;
}
#g-kv.is-animate h1 p:nth-child(2) span:nth-child(6) {
  animation-delay: 2s;
}
#g-kv.is-animate h1 p:nth-child(1) span:nth-child(7) {
  animation-delay: 1.7s;
}
#g-kv.is-animate h1 p:nth-child(2) span:nth-child(7) {
  animation-delay: 2.1s;
}
#g-kv.is-animate h1 p:nth-child(1) span:nth-child(8) {
  animation-delay: 1.8s;
}
#g-kv.is-animate h1 p:nth-child(2) span:nth-child(8) {
  animation-delay: 2.2s;
}

#g-nav ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-nav li a {
  margin: 0 0.5rem;
}
#g-nav li a div {
  padding: 0 2rem;
}

#event {
  margin-top: 4rem;
}
#event.is-extended .bg {
  height: auto;
}
#event.is-extended .bg::before {
  display: none;
}
#event.is-extended #event-rule-more {
  display: none;
}
#event header {
  text-align: center;
  padding: 2rem 0;
  background: radial-gradient(ellipse, #fff, transparent 60%);
}
#event header h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom, #000, #666);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#event header p {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
}
#event header p:before, #event header p::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}
#event .text-h2-event {
  height: 2.8vw;
  background: url(../img/h2-event.svg) no-repeat center;
  background-size: auto 100%;
  margin: 0 auto;
  text-indent: -9999rem;
}
#event .inner {
  font-size: 1.4rem;
  padding-top: 0rem;
  padding-bottom: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
#event .inner b {
  font-size: 120%;
  color: #e60113;
  line-height: 1;
}
#event .inner small {
  font-size: 80%;
}
#event .bg {
  box-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
  background: linear-gradient(to right, #b6b6b6, #d7d7d7, #b6b6b6);
  width: 74%;
  height: 65rem;
  margin: 1.5rem auto 3%;
  border-radius: 0.5rem;
  padding: 0rem 2.8rem 3rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: 1s;
}
#event .bg::before {
  content: "";
  width: 100%;
  height: 15rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #b8b8b8 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#event h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #000;
  margin-bottom: 0.7rem;
}
#event h4 {
  background: linear-gradient(135deg, transparent 7%, #555 7.1%);
  border-radius: 0;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 110%;
  padding: 0.2rem 2rem;
  margin-right: 0.5rem;
  text-align: center;
  text-shadow: none;
}
#event .rule {
  font-size: 0.8rem;
}
#event .rule .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 1.2rem 0;
}
#event .table-wrap {
  font-size: 90%;
  text-align: justify;
  text-shadow: none;
  overflow: hidden;
  margin-top: 1rem;
}
#event table {
  border: 0;
  width: 100%;
  text-align: center;
}
#event thead {
  background: #ddd;
}
#event thead th {
  border-left: 0.2rem solid #ccc;
  font-size: 120%;
  color: #000;
  width: 50%;
}
#event thead th:first-child {
  border-left: 0;
}
#event tbody td {
  border-left: 0.2rem solid #eee;
}
#event tbody th, #event tbody td {
  border-bottom: 0.2rem solid #eee;
}
#event tbody tr:nth-child(odd) th, #event tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}
#event tbody tr:nth-child(even) th, #event tbody tr:nth-child(even) td {
  background: #fff;
}
#event th {
  text-align: center;
}
#event th, #event td {
  padding: 0.4rem 0.8rem;
}
#event .btns a {
  width: 22%;
  margin: 4% auto 0;
  display: block;
  font-weight: bold;
  line-height: 2.7;
}

#event-rule-more {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  border-radius: 50rem;
  display: block;
  transform: translateX(-50%);
  cursor: pointer;
  transition: 0.2s;
  z-index: 1;
}
#event-rule-more::after {
  height: 2.8rem;
}
#event-rule-more div {
  border-radius: 50rem;
}
#event-rule-more span {
  font-size: 1.2rem;
}

.g-hr {
  display: block;
  border: 0;
  height: 1px;
  background: linear-gradient(to right, #999, #ccc 30%, #999 60%);
  margin: 2.5% 0;
}

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

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

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

.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 {
  margin-top: 3vw;
  padding-top: 4vw;
  padding-bottom: 4rem;
  overflow: hidden;
}
#product h2.text-h2-product {
  width: 19.3vw;
  height: 2.8vw;
  background: url(../img/h2-product.svg) no-repeat;
  margin: 0 auto;
  text-indent: -9999px;
}
#product header small {
  font-size: 70%;
  letter-spacing: 0.1rem;
  color: #fff;
  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: #df0615;
  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 #785d12;
  border-bottom: 1px solid #785d12;
  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: #df0615;
}
#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;
  border-radius: 0.7vw;
  padding: 4vw 1.8vw 3vw;
}
#feature .group {
  position: relative;
}
#feature .group header {
  position: relative;
  z-index: 2;
}
#feature .group h2.text-h2-feature {
  width: 22vw;
  height: 2.9vw;
  background: url(../img/h2-feature.svg) no-repeat;
  margin: 0 auto;
  text-indent: -9999px;
  margin: 0rem auto 2.7%;
}
#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, #afafaf 50%);
  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%;
  color: #fff;
}
#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, #bfbfbf, #e0e0e0 20%, #e0e0e0 40%, #b6b6b6 80%);
  background-size: 100% 100%;
  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?v2) 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 h2, #product header h2, #service header h2 {
  font-size: 3vw;
  font-weight: bold;
}

#service {
  width: 73%;
  margin: 0 auto;
  padding-top: 5.8%;
}
#service h2.text-h2-service {
  width: 18.7vw;
  height: 3.1vw;
  background: url(../img/h2-service.svg) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  text-indent: -9999px;
}
#service > ol {
  margin-top: 0.5%;
  display: flex;
  justify-content: space-between;
}
#service > ol > li {
  width: 49%;
  filter: drop-shadow(0 0.5vw 1vw rgba(0, 0, 0, 0.5));
}
#service .txt {
  text-align: left;
  padding: 5%;
  background: linear-gradient(135deg, #d4d4d4, #f6f6f6, #d5d5d5);
  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: #df0615;
  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 .btns a div {
  padding: 0 2.5rem;
}
#service .btns a span {
  font-size: 1.45rem;
}
#service .note li {
  text-align: left;
  font-size: 0.9vw;
  color: #666;
  letter-spacing: 0.1vw;
}

#g-gotop {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 200px;
  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;
  border: 1px solid #fff;
  overflow: hidden;
}
#g-gotop:after {
  content: "";
  width: 200%;
  height: 7rem;
  position: absolute;
  top: -100%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 50%;
  transition: 0.4s;
  z-index: 1;
}
#g-gotop i {
  width: 2.6vw;
  height: 1.5vw;
  background: url(../img/icon-up-grey.svg) no-repeat center;
  background-size: 100%;
  margin: 0 auto;
  display: block;
}
#g-gotop p {
  font-size: 1.1vw;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #fff 0%, #999 100%);
  background-size: 100%;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
#g-gotop:hover:after {
  top: -90%;
}
#g-gotop.active {
  bottom: 2vw;
}

#g-quick {
  position: fixed;
  top: 40%;
  right: 0;
  background: #e7336e;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: inset 0 0 1rem #f7a5c0;
  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: #f7a5c0;
}
#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 .recommend {
  color: #666;
  font-size: 14px;
}
#g-footer .icon-toyota-white {
  width: 100px;
  height: 21px;
  background: url(../img/icon-toyota-white.png) 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 {
    font-size: 3vw;
    background-repeat: repeat;
    background-size: 260%;
  }

  #g-kv {
    height: 190vw;
  }
  #g-kv .bg {
    background-image: url(../img/kv-m.jpg?v2);
  }
  #g-kv .bg li {
    transform: skewY(13deg);
  }
  #g-kv .bg li p {
    transform: skew(0deg);
  }
  #g-kv .bg li:nth-child(1) {
    top: 16%;
    left: 52%;
  }
  #g-kv .bg li:nth-child(2) {
    top: 39%;
    left: 66.2%;
  }
  #g-kv .bg li:nth-child(3) {
    top: 54%;
    left: 7.2%;
  }
  #g-kv #g-logo {
    width: 9.5rem;
    left: 6%;
  }
  #g-kv .logo-yokohama {
    width: 11rem;
    left: 62%;
  }
  #g-kv header {
    top: 67%;
  }
  #g-kv h1 {
    display: block;
  }
  #g-kv h1 p {
    line-height: 1;
    letter-spacing: 0;
  }
  #g-kv h1 p:nth-child(1) {
    margin-left: -9rem;
  }
  #g-kv h1 p:nth-child(2) {
    margin-left: 8rem;
  }
  #g-kv nav {
    top: 93.7%;
  }
  #g-kv .icon-arrow-down {
    width: 10vw;
    height: 10vw;
    position: absolute;
    bottom: 18vw;
    left: calc(50% - 5vw);
    animation: arrow_down_jump ease-in-out 0.3s infinite alternate;
  }
  #g-kv .icon-arrow-down:before, #g-kv .icon-arrow-down:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/if_down_fff.svg) no-repeat center;
    background-size: 60%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #g-kv .icon-arrow-down:after {
    content: "";
    top: 2vw;
  }
  @keyframes arrow_down_jump {
    0% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(10%);
    }
  }
  #g-kv.is-animate .bg li {
    animation: kv_bg_li_show 1s forwards;
  }
  @keyframes kv_bg_li_show {
    0% {
      transform: translate(-6%, 100%) skewY(13deg);
      opacity: 0;
    }
    100% {
      transform: translate(0) skewY(13deg);
      opacity: 1;
    }
  }
  #g-kv.is-animate .bg li:nth-child(1) {
    animation-delay: 0.5s;
  }
  #g-kv.is-animate .bg li:nth-child(2) {
    animation-delay: 0.7s;
  }
  #g-kv.is-animate .bg li:nth-child(3) {
    animation-delay: 0.9s;
  }

  [class*=g-bt-] {
    font-size: 3.5vw;
    padding: 1px;
  }
  [class*=g-bt-] div {
    padding: 0 2rem;
    border-radius: 0.3rem;
  }

  #g-nav {
    display: none;
  }

  #event .bg {
    width: 86%;
  }
  #event .rule .flex {
    display: block;
  }
  #event header {
    padding-bottom: 0;
  }
  #event header h2 {
    line-height: 1.2;
  }
  #event header p {
    width: 120%;
    margin-left: -10%;
  }
  #event header p:before, #event header p::after {
    margin: 0 0.5rem;
  }
  #event h4 {
    font-size: 140%;
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
  }
  #event h4::before {
    content: "";
    width: 68vw;
    height: 1px;
    background: #555;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .list-label li {
    padding-left: 4.7vw;
  }

  #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: 14vw;
    padding-bottom: 2rem;
  }
  #product h2.text-h2-product {
    width: 47.3vw;
    height: 8.7vw;
  }
  #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%;
  }
  #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 h2.text-h2-feature {
    width: 54vw;
    height: 7.9vw;
    margin-top: -3.3vw;
  }
  #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-3 {
    padding: 0 3.5vw;
  }

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

  #service {
    width: 85%;
    padding-top: 10%;
  }
  #service h2.text-h2-service {
    width: 47.3vw;
    height: 7.7vw;
  }
  #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 .btns a {
    margin: 0 4.8%;
  }
  #service .btns a div {
    padding: 0 2rem;
  }
  #service .note li {
    font-size: 2.2vw;
    color: #ccc;
  }

  .g-bt-4 {
    width: 25.8vw;
  }

  #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;
    margin-top: 10%;
  }
  #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;
  }
}