@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@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 ==============================================*/
/*Variable*/
@font-face {
  font-family: "D-DIN-Bold";
  src: url("../font/D-DIN-Bold.woff2") format("woff2"), url("../font/D-DIN-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.hide {
  display: none;
}

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

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

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

*:focus {
  outline: none;
}

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

a:hover {
  color: #570000;
}

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

html {
  font-size: 1.25vw;
}

html, body {
  overflow-x: hidden;
}

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

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

/*Body*/
#g-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, white 36%, #c6c6c6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: 1s;
  z-index: 10;
}
#g-loader .center {
  width: 100%;
  height: 150px;
  color: #000;
}
#g-loader .center p {
  font-size: 12px;
  letter-spacing: 5px;
  margin: 15px 0;
}
#g-loader .center .bar {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  position: relative;
}
#g-loader .center .bar .move {
  width: 20%;
  height: 5px;
  background-color: #e7211b;
  position: absolute;
  animation: bar-move 0.5s ease infinite;
}
@keyframes bar-move {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
#g-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.color-red {
  color: #d71518;
}

.color-blue {
  color: #005083;
}

.color-pink {
  color: #ff4e8a;
}

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

.color-yellow {
  color: orange;
}

.text-gradient-1 {
  position: relative;
  text-indent: -9999rem;
  font-size: 3.8rem;
  display: block;
  line-height: 1;
}
.text-gradient-1:before, .text-gradient-1:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  letter-spacing: 0.1rem;
}
.text-gradient-1:before {
  color: #fef7c6;
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.2rem transparent;
  filter: drop-shadow(0.1rem 0.15rem 0 #000);
}
.text-gradient-1:after {
  background: linear-gradient(135deg, #9d6c31 20%, #e9d38d, #c28b46 50%, #fff1a9 70%, #9b6724 80%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}

.text-gradient-2 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 80%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

[class^=g-bt-] {
  display: inline-block;
  position: relative;
  text-align: center;
  background: linear-gradient(to bottom, #fff, #000);
  line-height: 1.6;
  letter-spacing: 0.2rem;
  font-size: 1.3rem;
  color: #fff;
  padding: 1px;
  cursor: pointer;
  box-shadow: 0.5rem 0.5rem 0.2rem rgba(0, 0, 0, 0.2);
  transform: skew(-30deg);
}
[class^=g-bt-] p {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: block;
  text-shadow: 0.1rem 0.1rem 0.1rem #000;
  background: linear-gradient(to bottom, #fb1212, #ed0000, #cf0000, #ac0000);
  padding: 0 1rem;
  overflow: hidden;
}
[class^=g-bt-] p:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class^=g-bt-] p span {
  transform: skew(20deg);
  display: block;
}
[class^=g-bt-]:hover {
  color: #fff;
  filter: brightness(120%);
}

.g-bt-2 {
  background: linear-gradient(to bottom, #666, #000);
  line-height: 1.8;
  box-shadow: none;
}
.g-bt-2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 2rem 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000);
          mask-image: linear-gradient(to bottom, transparent, #000);
  filter: blur(0.1rem);
}
.g-bt-2 p {
  background: linear-gradient(to bottom, #373636, #131212);
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  color: #ccc;
}
.g-bt-2 u {
  color: #fff;
  text-decoration: none;
  font-size: 120%;
}
.g-bt-2 i {
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-double-arrow.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-left: 0.3rem;
  position: relative;
  top: 0.2rem;
  animation: bt_arrow_move 0.25s ease-in-out infinite alternate;
}
@keyframes bt_arrow_move {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0);
  }
}

.g-bt-3 {
  background: #000;
  padding: 0;
  margin: 0 auto;
  display: block;
  line-height: 1.7;
  box-shadow: none;
  overflow: visible;
  transition: background 0.2s;
}
.g-bt-3:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0.4rem;
  left: 0.4rem;
  border: 1px solid #000;
  position: absolute;
  transition: border-color 0.2s;
}
.g-bt-3 p {
  background: none;
}
.g-bt-3 p span {
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0 1rem;
}
.g-bt-3:hover {
  background: #d71518;
}
.g-bt-3:hover:after {
  border-color: #d71518;
}

.bt-shine {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.bt-shine:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

.msg-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 101;
  transform: scale(1);
  perspective: 700px;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
}
.msg-box .msg-wrap {
  background: #fff;
  width: 60%;
  max-height: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 30px;
  transform: scale(1.2) translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition-delay: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.msg-box .msg-wrap > .close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -40px;
  width: 75px;
  height: 75px;
  transition: 0.2s;
  background: rgba(215, 21, 24, 0.8);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: 12px;
  left: 35px;
}
.msg-box .msg-wrap > .close:before {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.msg-box .msg-wrap > .close:after {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.msg-box.is-active .msg-wrap {
  transform: scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
.msg-box.is-active .msg-wrap > .close {
  transform: scale(1);
  opacity: 1;
}
.msg-box.is-active .msg-wrap > .close:hover {
  transform: rotate(90deg);
}
.msg-box .msg-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 95%;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  color: #000;
}
.msg-box .msg-content header {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background-color: #000;
  width: auto;
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #d71518;
  transition: 0.2s;
}

#msg-alert .msg-wrap {
  height: auto;
  min-height: 100px;
  max-width: 500px;
}
#msg-alert .msg-content {
  text-align: center;
}
#msg-alert .msg-content header {
  font-size: 30px;
  margin-bottom: 20px;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}

.owl-btn-prev,
.owl-btn-next {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #d39f26;
  position: absolute;
  top: 47%;
  z-index: 1;
  cursor: pointer;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  text-indent: -9999px;
}

.owl-btn-prev {
  left: -4%;
  background-image: url(../img/if_back_000.svg);
}
.owl-btn-prev:hover {
  transform: translateX(-10px);
  background-color: #d39f26;
  background-image: url(../img/if_back_fff.svg);
}

.owl-btn-next {
  right: -4%;
  background-image: url(../img/if_forward_000.svg);
}
.owl-btn-next:hover {
  transform: translateX(10px);
  background-color: #d39f26;
  background-image: url(../img/if_forward_fff.svg);
}

#video-btn-prev, #video-btn-next {
  top: 300px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background-color: #d71518;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #FFF;
  text-decoration: none;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 17px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 15px;
  background-color: #d71518;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
  transition: 0.2s;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #fff;
}

.g-form {
  position: relative;
}
.g-form > ul > li {
  position: relative;
  padding: 0.75rem 0 0.75rem 20%;
}
.g-form > ul > li label {
  position: absolute;
  top: 0.7rem;
  left: 0;
  text-align: left;
  font-size: 1.2rem;
}
.g-form > ul > li input {
  padding: 0.5rem 1rem;
  border: 1px solid #333;
  border-image-source: linear-gradient(35deg, #666, #eee, #666, #eee);
  border-width: 1px;
  border-image-slice: 1;
  box-shadow: 0.4rem 0.4rem 0.5rem rgba(0, 0, 0, 0.3);
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  font-family: 微軟正黑體;
  transition: 0.2s;
}
.g-form > ul > li input:focus, .g-form > ul > li input:hover {
  background-color: #eee;
}
.g-form > ul > li select {
  padding: 0.5rem 1rem;
  border: 1px solid #333;
  border-image-source: linear-gradient(35deg, #666, #eee, #666, #eee);
  border-width: 1px;
  border-image-slice: 1;
  box-shadow: 0.4rem 0.4rem 0.5rem rgba(0, 0, 0, 0.3);
  width: 100%;
  background: url(../img/icon-arrow-down-000.svg) no-repeat calc(100% - 1rem) 50% #fdefef;
  background-size: 1rem;
  color: #000;
  font-size: 1.2rem;
  font-family: 微軟正黑體;
  -webkit-appearance: none;
  appearance: nonew;
}
.g-form > ul > li select:focus, .g-form > ul > li select:hover {
  background-color: #eee;
}
.g-form > ul > li input[type=checkbox], .g-form > ul > li input[type=radio] {
  display: none;
}
.g-form > ul > li input[type=checkbox] + label {
  padding-left: 2rem;
  width: auto;
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1.5;
  font-size: 1rem;
  cursor: pointer;
  text-align: left;
}
.g-form > ul > li input[type=checkbox] + label:before,
.g-form > ul > li input[type=checkbox] + label:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  background: #fff;
  color: #d71518;
  background-image: url(../img/icon-checked.svg);
  background-size: 1.8rem;
  transition: 0.5s;
}
.g-form > ul > li input[type=checkbox] + label:focus:before, .g-form > ul > li input[type=checkbox] + label:hover:before {
  background-color: #eee;
}
.g-form > ul > li input[type=checkbox] + label:before {
  background-image: none;
  border: 1px solid #333;
  box-shadow: 0.4rem 0.4rem 0.5rem rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}
.g-form > ul > li input[type=checkbox] + label:after {
  background-color: transparent;
  width: 0;
  box-shadow: none;
  top: -0.2rem;
  left: 0.1rem;
}
.g-form > ul > li input[type=checkbox] + label:active:after, .g-form > ul > li input[type=checkbox]:checked + label:after {
  width: 1.5rem;
}
.g-form > ul > li input[type=radio] + label {
  padding-left: 1.9rem;
  padding-right: 0.6rem;
  width: auto;
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.g-form > ul > li input[type=radio] + label:before,
.g-form > ul > li input[type=radio] + label:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  color: #d71518;
  transition: 0.5s;
}
.g-form > ul > li input[type=radio] + label:focus:before, .g-form > ul > li input[type=radio] + label:hover:before {
  background-color: #ffd4d4;
}
.g-form > ul > li input[type=radio] + label:before {
  background-image: none;
}
.g-form > ul > li input[type=radio] + label:after {
  background-color: transparent;
  transform: scale(0);
  background-color: #d71518;
  box-shadow: none;
}
.g-form > ul > li input[type=radio] + label:active:after, .g-form > ul > li input[type=radio]:checked + label:after {
  transform: scale(0.6);
}
.g-form > ul > li .g-bt-1 {
  margin: 0 auto;
}
.g-form > ul > li a {
  text-decoration: underline;
}
.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
  display: block;
}

.is-ended {
  width: 120%;
  height: 8rem;
  background: linear-gradient(to bottom, #333, #000);
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -10%;
  top: 30%;
  z-index: 1;
  transform: skew(-15deg);
  text-align: center;
  text-shadow: 0.2rem 0.2rem 0.2rem black;
}
.is-ended h4 {
  font-size: 1.7rem;
  color: #d71518;
}
.is-ended p {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  color: #fff;
}
.is-ended ~ ul {
  filter: blur(0.2rem);
  pointer-events: none;
  opacity: 0.5;
}
.is-ended ~ ul #try-submit p:before {
  display: none;
}

#g-wrap {
  position: relative;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../img/bg-2.webp);
  background-size: 100%;
}
#g-wrap:before {
  content: "";
  width: 100%;
  height: 51rem;
  background: url(../img/bg-1.webp) no-repeat;
  background-size: 100%;
  -webkit-mask-image: linear-gradient(168deg, #000 68%, transparent 68.1%);
          mask-image: linear-gradient(168deg, #000 68%, transparent 68.1%);
  position: absolute;
}
#g-wrap img {
  max-width: 100%;
}

.g-section {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}
.g-section header {
  text-align: center;
}
.g-section header h2 {
  font-weight: bold;
}
#kv {
  position: relative;
  margin: 0 auto 1rem;
}
#kv #g-logo {
  position: absolute;
  top: 1.1rem;
  left: 1.4%;
  width: 6.9rem;
  z-index: 2;
}
#kv h1 {
  margin-top: 0rem;
}
#kv h1 .logo-altis {
  width: 22.5rem;
  height: 4.4rem;
  background: url(../img/logo-altis.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));
  margin-right: 0.6rem;
}
#kv h1 p {
  font-size: 4.8rem;
  letter-spacing: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  transform: skew(-10deg);
  text-shadow: 0.3rem 0.3rem 1rem #000;
  margin-right: 2.5rem;
}
#kv h1 p span {
  opacity: 0;
  display: inline-block;
}
#kv h1 .icon-flare-1 {
  top: -5%;
  left: 26%;
}
#kv h1 .icon-flare-2 {
  top: 36%;
  left: 63%;
}
#kv .sup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1.5rem;
}
#kv .sup > p, #kv .sup > u {
  font-size: 1.7rem;
  position: relative;
  display: inline-block;
  transform: skew(-10deg);
  margin-right: 1rem;
}
#kv .sup > p:before, #kv .sup > p:after, #kv .sup > u:before, #kv .sup > u:after {
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}
#kv .sup > p:before, #kv .sup > u:before {
  color: transparent;
  top: 2px;
  left: 2px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
#kv .sup > p:after, #kv .sup > u:after {
  color: #fff;
  top: 0;
  left: 0;
  text-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
}
#kv .sup > p span, #kv .sup > u span {
  opacity: 0;
}
#kv .sup > u {
  letter-spacing: 0.1rem;
}
#kv i.icon-underline {
  width: 105%;
  height: 1rem;
  background: #d71518;
  transform: skew(-30deg);
  display: block;
  position: absolute;
  top: 60%;
  left: -2.5%;
}
#kv .btns {
  margin-left: 0.5rem;
  margin-right: 2rem;
  position: relative;
  top: 0.7rem;
}
#kv .btns a {
  overflow: hidden;
}
#kv .btns .icon-flare-3 {
  top: -14%;
  left: -113%;
  width: 40rem;
}
#kv.is-animate h1 p span {
  animation: h1_span_in 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes h1_span_in {
  0% {
    opacity: 0;
    transform: translateX(10rem) scale(2);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem) scale(1);
  }
}
#kv.is-animate h1 p span:nth-of-type(1) {
  animation-delay: 0.55s;
}
#kv.is-animate h1 p span:nth-of-type(2) {
  animation-delay: 0.6s;
}
#kv.is-animate h1 p span:nth-of-type(3) {
  animation-delay: 0.65s;
}
#kv.is-animate h1 p span:nth-of-type(4) {
  animation-delay: 0.7s;
}
#kv.is-animate h1 p span:nth-of-type(5) {
  animation-delay: 0.75s;
}
#kv.is-animate h1 p span:nth-of-type(6) {
  animation-delay: 0.8s;
}

[class^=icon-flare-] {
  width: 30rem;
  height: 5rem;
  background: url(../img/icon-flare.webp) center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: screen;
  animation: icon_flare_scale 1s linear infinite alternate;
  pointer-events: none;
}
@keyframes icon_flare_scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.5);
  }
}

#g-video {
  height: 32.3rem;
  width: 100%;
}
#g-video .video {
  width: 58.5%;
  margin: 0 auto;
  background: linear-gradient(135deg, #666, #eee, #666, #eee);
  padding: 2px;
}
#g-video .g-bt-2 {
  position: absolute;
  top: 87%;
  left: 26.5%;
  z-index: 1;
}
#g-video .g-bt-2 p:before {
  display: none;
}
#g-video .g-bt-2 i {
  animation: none;
}
#g-video .red-car {
  width: 15rem;
  height: 10rem;
  top: 78.6%;
  left: 49.4%;
  background: url(../img/red-car.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
#g-video.is-animate .red-car {
  animation: rec_car_in 1s forwards;
}
@keyframes rec_car_in {
  0% {
    transform: translateX(10rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.video-wrap {
  margin: 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .img {
  position: absolute;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-wrap .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/video.webp?v2) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}
.video-wrap .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.5s;
}
.video-wrap .img .video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2rem 0 0 -2rem;
  z-index: 2;
}
.video-wrap p {
  font-size: 15px;
}
.video-wrap.is-active .img {
  opacity: 0;
  visibility: hidden;
}
.video-wrap:hover .img:after {
  transform: scale(1.1);
}
.video-wrap:hover .img:before {
  opacity: 0;
}
.video-wrap:hover .video-btn-play:before {
  border: 3rem solid #fff;
  transform: translate(-50%, -50%) scale(1.5);
}
.video-wrap:hover .video-btn-play:after {
  transform: translate(-50%, -50%) scale(1.2);
  border-color: transparent transparent transparent #d71518;
}

.video-btn-play {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
  filter: drop-shadow(0.4rem 0.4rem 0.1rem #000);
}
.video-btn-play:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #d71518;
  box-sizing: border-box;
  transition: 0.2s;
  animation: circle-jump 0.5s linear infinite alternate;
}
@keyframes circle-jump {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.video-btn-play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 2rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

#g-try {
  color: #000;
}
#g-try .bg-text-1,
#g-try .bg-text-2 {
  font-size: 7.5rem;
  text-align: left;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  position: absolute;
  pointer-events: none;
}
#g-try .bg-text-1 span,
#g-try .bg-text-2 span {
  transform: skew(-10deg);
  display: block;
}
#g-try .bg-text-1 {
  top: 16%;
  left: 2%;
}
#g-try .bg-text-2 {
  top: 34%;
  right: 1%;
}
#g-try header {
  padding-top: 3rem;
  position: relative;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
}
#g-try header h2 {
  font-size: 2.1rem;
  transform: skew(-10deg);
}
#g-try header h2:before, #g-try header h2:after {
  content: "";
  background: linear-gradient(to right, #000 50%, red 50.1%);
  width: 0.5rem;
  height: 2rem;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  top: 0.2rem;
}
#g-try header p {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  transform: skew(-10deg);
  margin-top: -0.8rem;
}
#g-try header p span {
  font-size: 110%;
}
#g-try header u {
  font-size: 115%;
  text-decoration: none;
}
#g-try header .icon-flare-1 {
  top: 24%;
  left: 22%;
}
#g-try header .icon-flare-2 {
  top: 57%;
  left: 43%;
}
#g-try header .icon-flare-3 {
  top: 46%;
  left: 53%;
}
#g-try .g-form {
  width: 37%;
  margin: 1.7rem auto;
  color: #000;
  text-align: left;
}
#g-try #t-slogon-box.is-wrong-shake {
  animation: slogon_wrong_shake 1s forwards;
  transform-origin: 50% 150%;
}
@keyframes slogon_wrong_shake {
  0%, 20% {
    transform: translateX(-5%) rotate(1deg);
  }
  10%, 30% {
    transform: translateX(5%) rotate(-1deg);
  }
  40%, 100% {
    transform: translateX(0) rotate(0);
  }
  30% {
    background-color: red;
  }
  50% {
    background-color: #000;
  }
}
#g-try #t-slogan-note {
  text-align: center;
  font-size: 1rem;
  display: block;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
}
#g-try .is-slogan {
  background: #000;
  color: #fff;
  padding: 0.3rem 1.6rem 1rem;
  margin-bottom: 1rem;
}
#g-try .is-slogan label {
  position: static;
  text-align: center;
  font-size: 1.8rem;
  transform: skew(-10deg);
  display: block;
}
#g-try .is-slogan label h3 span {
  font-size: 120%;
  letter-spacing: 0.1rem;
  margin: 0 0.2rem;
}
#g-try .is-slogan label h3:before, #g-try .is-slogan label h3:after {
  content: "";
  width: 0.4rem;
  height: 2rem;
  background: #d71518;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.3rem;
}
#g-try .is-slogan label h3:before {
  margin-right: 1.5rem;
}
#g-try .is-slogan label h3:after {
  margin-left: 1.5rem;
}
#g-try .is-slogan input {
  padding: 1.4rem 0;
  border-width: 2px;
  text-align: center;
  margin-top: -0.2rem;
}
#g-try .no-padding {
  padding-left: 0 !important;
}
#g-try .is-flex {
  white-space: nowrap;
}
#g-try .is-rule {
  padding-left: 0;
}
#g-try .is-rule label {
  font-size: 0.9rem;
  white-space: nowrap;
}
#g-try .is-rule a {
  text-decoration: none;
  position: relative;
}
#g-try .is-rule a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d71518;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
#g-try .g-form > ul > li input[type=checkbox] + label:after {
  top: -0.6rem;
}
#g-try .g-form > ul > li input[type=checkbox] + label:before {
  top: -0.3rem;
}

#rule {
  width: 72%;
  margin: 3rem auto 5rem;
  text-align: left;
  font-size: 0.7rem;
  color: #333;
}
#rule h3 {
  font-weight: bold;
  font-size: 120%;
}
#rule .list-square > li:before {
  top: 0.4rem;
  left: 0.9rem;
  width: 0.3rem;
  height: 0.3rem;
}
#rule a {
  text-decoration: underline;
}
#rule a:hover {
  color: #d71518;
}

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

.list-dot {
  padding-left: 1.5rem;
}
.list-dot > li {
  list-style-type: disc;
}

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

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

#g-footer {
  clear: both;
  font-weight: 200;
  letter-spacing: 2px;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 15px;
  color: #000;
  background: #fff;
}
#g-footer p.note {
  letter-spacing: 0;
  margin: 20px;
}

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

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

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

  #g-wrap:before {
    height: 58rem;
    background-size: 200% 100%;
    background-position: 50% 0;
  }

  .msg-box .msg-wrap {
    width: 85%;
  }
  .msg-box .msg-wrap > .close {
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
    right: -1.5rem;
  }
  .msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
    width: 1.8rem;
    height: 0.2rem;
    top: 1.4rem;
    left: 0.6rem;
  }
  .msg-box .msg-content header {
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  #kv h1 {
    margin-top: 3rem;
  }
  #kv h1 .logo-altis {
    width: 18.5rem;
    height: 3.6rem;
    margin-right: 0;
  }
  #kv h1 p {
    margin-right: 0;
    font-size: 3.8rem;
  }
  #kv h1 .icon-flare-1 {
    top: 27%;
    left: -44%;
  }
  #kv h1 .icon-flare-2 {
    top: 41%;
    left: 39%;
  }
  #kv .sup {
    display: block;
    margin-top: 1rem;
  }
  #kv .sup > p, #kv .sup > u {
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #kv .btns {
    margin-right: 0;
    margin-left: 0;
  }

  #g-video {
    height: auto;
    padding-top: 2rem;
  }
  #g-video .video {
    width: 90%;
    margin-left: 5%;
  }
  #g-video .g-bt-2 {
    position: relative;
    top: 0;
    left: -18%;
    margin-top: 3rem;
    text-align: left;
    width: 50%;
  }
  #g-video .g-bt-2 p {
    padding: 0.5rem 1rem;
  }
  #g-video .g-bt-2 span {
    display: flex;
    flex-wrap: wrap;
  }
  #g-video .g-bt-2 u {
    display: block;
    line-height: 1;
    order: 2;
  }
  #g-video .g-bt-2 i {
    top: 0.3rem;
  }
  #g-video .red-car {
    width: 14rem;
    height: 10rem;
    top: 72.6%;
    left: 45%;
  }
  #g-video .video-wrap .img .video-btn-play {
    transform: scale(0.5);
  }

  #g-try {
    margin-top: 3rem;
  }
  #g-try .bg-text-2 {
    top: 103%;
  }
  #g-try header {
    padding-top: 1.5rem;
  }
  #g-try header h2 {
    line-height: 1.2;
  }
  #g-try header h2:before, #g-try header h2:after {
    position: absolute;
    height: 5rem;
  }
  #g-try header h2:before {
    left: 0;
  }
  #g-try header h2:after {
    right: 0;
  }
  #g-try header p {
    line-height: 1.2;
    margin-top: 1rem;
  }
  #g-try header .icon-flare-1 {
    top: 11%;
    left: -6%;
  }
  #g-try header .icon-flare-2 {
    top: 75%;
    left: 3%;
  }
  #g-try header .icon-flare-3 {
    top: 66%;
    left: 31%;
  }
  #g-try .is-slogan label {
    font-size: 1.5rem;
  }
  #g-try .is-slogan input {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 1.2rem 0;
  }
  #g-try .g-form {
    width: 80%;
  }
  #g-try .g-form > ul > li {
    padding: 0.4rem 0 0.4rem 0;
  }
  #g-try .g-form > ul > li label {
    position: relative;
    display: block;
    top: 0;
  }
  #g-try .g-form > ul > li label.hide {
    display: none;
  }
  #g-try .is-rule {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #g-try .is-rule label {
    white-space: normal;
    font-size: 1rem;
  }

  #rule {
    width: 90%;
    margin-bottom: 4rem;
    font-size: 0.9rem;
  }

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

  .is-ended {
    width: 110%;
    height: 10rem;
    left: -5%;
  }
}