@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Inter:wght@100..900&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
/*Variable*/
@font-face {
  font-family: "toyota_type";
  src: url("../font/toyotatype-regular-webfont.woff2") format("woff2"), url("../font/toyotatype-regular-webfont.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "toyota_type";
  src: url("../font/toyotatype-bold-webfont.woff2") format("woff2"), url("../font/toyotatype-bold-webfont.woff") format("woff");
  font-weight: bold;
}
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.hide {
  display: none !important;
}

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

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

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

*:focus {
  outline: none;
}

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

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

html {
  font-size: 1.25vw;
}

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

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

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

.tns-wrap {
  position: relative;
}

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

.tns-outer {
  position: relative;
}

.tns-item {
  float: left;
}

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

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

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

.color-red {
  color: #c2191f;
}

.color-blue {
  color: #c2191f;
}

.color-pink {
  color: #ff4e8a;
}

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

.color-yellow {
  color: orange;
}

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

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

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

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

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

.btns a {
  margin-right: 2.8rem;
}

[class^=g-bt-] {
  display: inline-block;
  position: relative;
  text-align: center;
  background: linear-gradient(155deg, #ff5563, #9c1f24, #ff323a, #ff5563);
  line-height: 1.7;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transform: skew(-12deg);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
[class^=g-bt-]::before {
  content: "";
  width: 8rem;
  height: 1rem;
  background: radial-gradient(ellipse, #fff, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  filter: blur(0.1rem);
  transition: 0.2s;
}
[class^=g-bt-] div {
  overflow: hidden;
  position: relative;
}
[class^=g-bt-] div:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class^=g-bt-] span {
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.5));
  margin: 1rem 2rem;
}
[class^=g-bt-] [class^=text-a-] {
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  display: block;
  transform: skew(12deg);
}
[class^=g-bt-] i {
  width: 2.6rem;
  height: 2.8rem;
  background: url(../img/icon-arrow-red.svg), linear-gradient(135deg, #fff, #ddd, #fff, #ddd);
  background-repeat: no-repeat;
  background-position: 50%, 0;
  background-size: 90% 50%, 100%;
  position: absolute;
  top: calc(50% - 1.4rem);
  left: calc(100% - 1rem);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
[class^=g-bt-]:hover {
  filter: brightness(120%);
}
[class^=g-bt-]:hover::before {
  left: 5%;
}
[class^=g-bt-]:hover i {
  transform: translateX(0.5rem);
}
[class^=g-bt-].is-disabled {
  pointer-events: none;
  background: linear-gradient(to bottom, #eee, #bbb) !important;
  text-shadow: -1px -1px 0 #999;
}
[class^=g-bt-].is-disabled::before {
  display: none;
}
[class^=g-bt-].g-bt-2 {
  border-radius: 0.3rem;
  line-height: 2.8;
  background: linear-gradient(to bottom, #e70031 0%, #b80000 100%);
  box-shadow: inset 0.2rem 0.2rem 0.2rem rgba(255, 255, 255, 0.5), inset -0.2rem -0.2rem 0.2rem #ff001d;
  transform: skew(0);
  border: 0;
}
[class^=g-bt-].g-bt-2::after, [class^=g-bt-].g-bt-2::before {
  display: none;
}
[class^=g-bt-].g-bt-3 {
  background: radial-gradient(ellipse, #000 20%, #4b4b4b 80%);
  background-size: 150% 100%;
  background-position: -10% 0;
}
[class^=g-bt-].g-bt-3::before {
  left: 45%;
}
[class^=g-bt-].g-bt-3:hover::before {
  left: 40%;
}

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

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

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

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

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

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

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

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

#g-wrap {
  position: relative;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../img/bg-6.webp);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

#g-bg {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
}
#g-bg > div {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#g-bg.is-animate .bg-1 {
  transform: scale(1);
}
#g-bg .bg-1 {
  width: 100%;
  height: 94rem;
  margin-top: -18.1rem;
  background-image: url(../img/bg-1.webp);
  transform-origin: 100% 50%;
  transform: scale(1.2);
  transition: 3s;
}
#g-bg .bg-2 {
  width: 100%;
  height: 140rem;
  margin-top: -73rem;
  background-image: url(../img/bg-2.webp);
  -webkit-mask-image: linear-gradient(15deg, transparent 20%, #000 30%, #000 60%, transparent 80%);
          mask-image: linear-gradient(15deg, transparent 20%, #000 30%, #000 60%, transparent 80%);
}
#g-bg .bg-3 {
  width: 100%;
  height: 120rem;
  margin-top: -65rem;
  background-image: url(../img/bg-3.webp);
  z-index: 1;
  mix-blend-mode: screen;
}
#g-bg .bg-4 {
  width: 100%;
  height: 103rem;
  margin-top: -50rem;
  background-image: url(../img/bg-4.webp);
  mix-blend-mode: screen;
}

.g-section {
  position: relative;
  z-index: 1;
}
.g-section header {
  text-align: center;
}
.stars {
  pointer-events: none;
}
.stars span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation: stars1 60s linear infinite;
}
.stars span:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 5%, #473afc 20%, rgba(71, 58, 252, 0.2), transparent 100%);
  animation: stars_shine 0.4s infinite;
  display: block;
  position: absolute;
}
@keyframes stars_shine {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes stars1 {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  25% {
    opacity: 1;
    transform: translateX(0%);
  }
  50%, 100% {
    opacity: 0;
    transform: translateX(100vw);
  }
}
.stars span:nth-child(1) {
  position: absolute;
  left: 47.5606343805%;
  top: 51.6794122485%;
  animation-delay: -1s;
  animation-duration: 105s;
}
.stars span:nth-child(1):before {
  animation-delay: -0.2s;
}
.stars span:nth-child(2) {
  position: absolute;
  left: 86.9437490929%;
  top: 18.9980253245%;
  animation-delay: -2s;
  animation-duration: 120s;
}
.stars span:nth-child(2):before {
  animation-delay: -0.4s;
}
.stars span:nth-child(3) {
  position: absolute;
  left: 30.3948483213%;
  top: 53.7293933816%;
  animation-delay: -3s;
  animation-duration: 101s;
}
.stars span:nth-child(3):before {
  animation-delay: -0.6s;
}
.stars span:nth-child(4) {
  position: absolute;
  left: 29.1180824146%;
  top: 28.9679281085%;
  animation-delay: -4s;
  animation-duration: 111s;
}
.stars span:nth-child(4):before {
  animation-delay: -0.8s;
}
.stars span:nth-child(5) {
  position: absolute;
  left: 74.4627390908%;
  top: 13.9056765798%;
  animation-delay: -5s;
  animation-duration: 118s;
}
.stars span:nth-child(5):before {
  animation-delay: -1s;
}
.stars span:nth-child(6) {
  position: absolute;
  left: 24.9258795884%;
  top: 2.0953512205%;
  animation-delay: -6s;
  animation-duration: 109s;
}
.stars span:nth-child(6):before {
  animation-delay: -1.2s;
}
.stars span:nth-child(7) {
  position: absolute;
  left: 9.2195166594%;
  top: 3.9105471274%;
  animation-delay: -7s;
  animation-duration: 115s;
}
.stars span:nth-child(7):before {
  animation-delay: -1.4s;
}
.stars span:nth-child(8) {
  position: absolute;
  left: 5.1634601331%;
  top: 39.0485259096%;
  animation-delay: -8s;
  animation-duration: 112s;
}
.stars span:nth-child(8):before {
  animation-delay: -1.6s;
}
.stars span:nth-child(9) {
  position: absolute;
  left: 92.1447124021%;
  top: 3.0956635394%;
  animation-delay: -9s;
  animation-duration: 109s;
}
.stars span:nth-child(9):before {
  animation-delay: -1.8s;
}
.stars span:nth-child(10) {
  position: absolute;
  left: 29.6316638473%;
  top: 36.0704787329%;
  animation-delay: -10s;
  animation-duration: 109s;
}
.stars span:nth-child(10):before {
  animation-delay: -2s;
}
.stars span:nth-child(11) {
  position: absolute;
  left: 0.5404912056%;
  top: 54.8316454802%;
  animation-delay: -11s;
  animation-duration: 125s;
}
.stars span:nth-child(11):before {
  animation-delay: -2.2s;
}
.stars span:nth-child(12) {
  position: absolute;
  left: 7.2199017267%;
  top: 47.7399034807%;
  animation-delay: -12s;
  animation-duration: 126s;
}
.stars span:nth-child(12):before {
  animation-delay: -2.4s;
}
.stars span:nth-child(13) {
  position: absolute;
  left: 25.3181247753%;
  top: 39.5400388055%;
  animation-delay: -13s;
  animation-duration: 128s;
}
.stars span:nth-child(13):before {
  animation-delay: -2.6s;
}
.stars span:nth-child(14) {
  position: absolute;
  left: 66.7667530348%;
  top: 59.8500915712%;
  animation-delay: -14s;
  animation-duration: 129s;
}
.stars span:nth-child(14):before {
  animation-delay: -2.8s;
}
.stars span:nth-child(15) {
  position: absolute;
  left: 0.9070719647%;
  top: 37.2305487609%;
  animation-delay: -15s;
  animation-duration: 116s;
}
.stars span:nth-child(15):before {
  animation-delay: -3s;
}
.stars span:nth-child(16) {
  position: absolute;
  left: 51.5373045816%;
  top: 15.4090555642%;
  animation-delay: -16s;
  animation-duration: 129s;
}
.stars span:nth-child(16):before {
  animation-delay: -3.2s;
}
.stars span:nth-child(17) {
  position: absolute;
  left: 91.6866921233%;
  top: 58.7125411633%;
  animation-delay: -17s;
  animation-duration: 102s;
}
.stars span:nth-child(17):before {
  animation-delay: -3.4s;
}
.stars span:nth-child(18) {
  position: absolute;
  left: 86.1611512193%;
  top: 8.803688947%;
  animation-delay: -18s;
  animation-duration: 128s;
}
.stars span:nth-child(18):before {
  animation-delay: -3.6s;
}
.stars span:nth-child(19) {
  position: absolute;
  left: 67.7568252407%;
  top: 30.4827467723%;
  animation-delay: -19s;
  animation-duration: 106s;
}
.stars span:nth-child(19):before {
  animation-delay: -3.8s;
}
.stars span:nth-child(20) {
  position: absolute;
  left: 75.433418436%;
  top: 53.2281090511%;
  animation-delay: -20s;
  animation-duration: 120s;
}
.stars span:nth-child(20):before {
  animation-delay: -4s;
}
.stars span:nth-child(21) {
  position: absolute;
  left: 25.885344254%;
  top: 48.5846598932%;
  animation-delay: -21s;
  animation-duration: 112s;
}
.stars span:nth-child(21):before {
  animation-delay: -4.2s;
}
.stars span:nth-child(22) {
  position: absolute;
  left: 43.2624714364%;
  top: 35.0182115289%;
  animation-delay: -22s;
  animation-duration: 124s;
}
.stars span:nth-child(22):before {
  animation-delay: -4.4s;
}
.stars span:nth-child(23) {
  position: absolute;
  left: 78.7369151779%;
  top: 30.7364430434%;
  animation-delay: -23s;
  animation-duration: 113s;
}
.stars span:nth-child(23):before {
  animation-delay: -4.6s;
}
.stars span:nth-child(24) {
  position: absolute;
  left: 7.281881642%;
  top: 35.4268002067%;
  animation-delay: -24s;
  animation-duration: 121s;
}
.stars span:nth-child(24):before {
  animation-delay: -4.8s;
}
.stars span:nth-child(25) {
  position: absolute;
  left: 5.1187270642%;
  top: 12.3262472889%;
  animation-delay: -25s;
  animation-duration: 119s;
}
.stars span:nth-child(25):before {
  animation-delay: -5s;
}
.stars span:nth-child(26) {
  position: absolute;
  left: 18.6441988186%;
  top: 2.2487563228%;
  animation-delay: -26s;
  animation-duration: 102s;
}
.stars span:nth-child(26):before {
  animation-delay: -5.2s;
}
.stars span:nth-child(27) {
  position: absolute;
  left: 16.1395468744%;
  top: 16.4008229792%;
  animation-delay: -27s;
  animation-duration: 124s;
}
.stars span:nth-child(27):before {
  animation-delay: -5.4s;
}
.stars span:nth-child(28) {
  position: absolute;
  left: 64.1054052472%;
  top: 25.69619309%;
  animation-delay: -28s;
  animation-duration: 120s;
}
.stars span:nth-child(28):before {
  animation-delay: -5.6s;
}
.stars span:nth-child(29) {
  position: absolute;
  left: 68.8085719517%;
  top: 31.949114807%;
  animation-delay: -29s;
  animation-duration: 127s;
}
.stars span:nth-child(29):before {
  animation-delay: -5.8s;
}
.stars span:nth-child(30) {
  position: absolute;
  left: 47.2744766102%;
  top: 55.9648204906%;
  animation-delay: -30s;
  animation-duration: 120s;
}
.stars span:nth-child(30):before {
  animation-delay: -6s;
}
.stars span:nth-child(31) {
  position: absolute;
  left: 51.8396708904%;
  top: 24.4420861559%;
  animation-delay: -31s;
  animation-duration: 109s;
}
.stars span:nth-child(31):before {
  animation-delay: -6.2s;
}
.stars span:nth-child(32) {
  position: absolute;
  left: 22.5945373723%;
  top: 19.3835783016%;
  animation-delay: -32s;
  animation-duration: 125s;
}
.stars span:nth-child(32):before {
  animation-delay: -6.4s;
}
.stars span:nth-child(33) {
  position: absolute;
  left: 80.6066066477%;
  top: 46.1931247419%;
  animation-delay: -33s;
  animation-duration: 104s;
}
.stars span:nth-child(33):before {
  animation-delay: -6.6s;
}
.stars span:nth-child(34) {
  position: absolute;
  left: 1.1869128296%;
  top: 46.1723059489%;
  animation-delay: -34s;
  animation-duration: 115s;
}
.stars span:nth-child(34):before {
  animation-delay: -6.8s;
}
.stars span:nth-child(35) {
  position: absolute;
  left: 15.0336125715%;
  top: 51.0603482506%;
  animation-delay: -35s;
  animation-duration: 112s;
}
.stars span:nth-child(35):before {
  animation-delay: -7s;
}
.stars span:nth-child(36) {
  position: absolute;
  left: 91.5425049114%;
  top: 46.4864729142%;
  animation-delay: -36s;
  animation-duration: 129s;
}
.stars span:nth-child(36):before {
  animation-delay: -7.2s;
}
.stars span:nth-child(37) {
  position: absolute;
  left: 91.4663396827%;
  top: 30.9295387292%;
  animation-delay: -37s;
  animation-duration: 102s;
}
.stars span:nth-child(37):before {
  animation-delay: -7.4s;
}
.stars span:nth-child(38) {
  position: absolute;
  left: 64.1807255538%;
  top: 47.0273603389%;
  animation-delay: -38s;
  animation-duration: 110s;
}
.stars span:nth-child(38):before {
  animation-delay: -7.6s;
}
.stars span:nth-child(39) {
  position: absolute;
  left: 52.1149576635%;
  top: 1.1641718318%;
  animation-delay: -39s;
  animation-duration: 102s;
}
.stars span:nth-child(39):before {
  animation-delay: -7.8s;
}
.stars span:nth-child(40) {
  position: absolute;
  left: 47.8541290398%;
  top: 31.2100367316%;
  animation-delay: -40s;
  animation-duration: 125s;
}
.stars span:nth-child(40):before {
  animation-delay: -8s;
}
.stars span:nth-child(41) {
  position: absolute;
  left: 16.9580884059%;
  top: 37.5728460228%;
  animation-delay: -41s;
  animation-duration: 124s;
}
.stars span:nth-child(41):before {
  animation-delay: -8.2s;
}
.stars span:nth-child(42) {
  position: absolute;
  left: 61.5944124945%;
  top: 40.3136836158%;
  animation-delay: -42s;
  animation-duration: 115s;
}
.stars span:nth-child(42):before {
  animation-delay: -8.4s;
}
.stars span:nth-child(43) {
  position: absolute;
  left: 42.9576741327%;
  top: 25.3968010996%;
  animation-delay: -43s;
  animation-duration: 101s;
}
.stars span:nth-child(43):before {
  animation-delay: -8.6s;
}
.stars span:nth-child(44) {
  position: absolute;
  left: 35.481443661%;
  top: 48.7473359166%;
  animation-delay: -44s;
  animation-duration: 110s;
}
.stars span:nth-child(44):before {
  animation-delay: -8.8s;
}
.stars span:nth-child(45) {
  position: absolute;
  left: 26.995452934%;
  top: 38.7192703637%;
  animation-delay: -45s;
  animation-duration: 118s;
}
.stars span:nth-child(45):before {
  animation-delay: -9s;
}
.stars span:nth-child(46) {
  position: absolute;
  left: 59.252891811%;
  top: 49.455890523%;
  animation-delay: -46s;
  animation-duration: 111s;
}
.stars span:nth-child(46):before {
  animation-delay: -9.2s;
}
.stars span:nth-child(47) {
  position: absolute;
  left: 58.3762076843%;
  top: 31.7744679485%;
  animation-delay: -47s;
  animation-duration: 114s;
}
.stars span:nth-child(47):before {
  animation-delay: -9.4s;
}
.stars span:nth-child(48) {
  position: absolute;
  left: 21.4832644316%;
  top: 52.4347294706%;
  animation-delay: -48s;
  animation-duration: 103s;
}
.stars span:nth-child(48):before {
  animation-delay: -9.6s;
}
.stars span:nth-child(49) {
  position: absolute;
  left: 41.1647228625%;
  top: 55.2924280931%;
  animation-delay: -49s;
  animation-duration: 103s;
}
.stars span:nth-child(49):before {
  animation-delay: -9.8s;
}
.stars span:nth-child(50) {
  position: absolute;
  left: 3.8361633001%;
  top: 21.18471546%;
  animation-delay: -50s;
  animation-duration: 129s;
}
.stars span:nth-child(50):before {
  animation-delay: -10s;
}
.stars span:nth-child(51) {
  position: absolute;
  left: 0.8294178405%;
  top: 46.8117921124%;
  animation-delay: -51s;
  animation-duration: 107s;
}
.stars span:nth-child(51):before {
  animation-delay: -10.2s;
}
.stars span:nth-child(52) {
  position: absolute;
  left: 58.048735289%;
  top: 53.9190318625%;
  animation-delay: -52s;
  animation-duration: 115s;
}
.stars span:nth-child(52):before {
  animation-delay: -10.4s;
}
.stars span:nth-child(53) {
  position: absolute;
  left: 14.4799819033%;
  top: 57.1772831043%;
  animation-delay: -53s;
  animation-duration: 119s;
}
.stars span:nth-child(53):before {
  animation-delay: -10.6s;
}
.stars span:nth-child(54) {
  position: absolute;
  left: 51.9367569412%;
  top: 19.4691386926%;
  animation-delay: -54s;
  animation-duration: 124s;
}
.stars span:nth-child(54):before {
  animation-delay: -10.8s;
}
.stars span:nth-child(55) {
  position: absolute;
  left: 81.9458926598%;
  top: 49.3399241533%;
  animation-delay: -55s;
  animation-duration: 127s;
}
.stars span:nth-child(55):before {
  animation-delay: -11s;
}
.stars span:nth-child(56) {
  position: absolute;
  left: 53.5281622105%;
  top: 30.2400961897%;
  animation-delay: -56s;
  animation-duration: 128s;
}
.stars span:nth-child(56):before {
  animation-delay: -11.2s;
}
.stars span:nth-child(57) {
  position: absolute;
  left: 50.7159897961%;
  top: 9.1834864018%;
  animation-delay: -57s;
  animation-duration: 106s;
}
.stars span:nth-child(57):before {
  animation-delay: -11.4s;
}
.stars span:nth-child(58) {
  position: absolute;
  left: 53.4065030113%;
  top: 40.5133613341%;
  animation-delay: -58s;
  animation-duration: 122s;
}
.stars span:nth-child(58):before {
  animation-delay: -11.6s;
}
.stars span:nth-child(59) {
  position: absolute;
  left: 95.7865134947%;
  top: 53.7186223719%;
  animation-delay: -59s;
  animation-duration: 129s;
}
.stars span:nth-child(59):before {
  animation-delay: -11.8s;
}
.stars span:nth-child(60) {
  position: absolute;
  left: 78.1593148872%;
  top: 47.5158948661%;
  animation-delay: -60s;
  animation-duration: 115s;
}
.stars span:nth-child(60):before {
  animation-delay: -12s;
}
.stars span:nth-child(61) {
  position: absolute;
  left: 88.652506942%;
  top: 7.9718021044%;
  animation-delay: -61s;
  animation-duration: 123s;
}
.stars span:nth-child(61):before {
  animation-delay: -12.2s;
}
.stars span:nth-child(62) {
  position: absolute;
  left: 99.4384700593%;
  top: 51.4352634398%;
  animation-delay: -62s;
  animation-duration: 114s;
}
.stars span:nth-child(62):before {
  animation-delay: -12.4s;
}
.stars span:nth-child(63) {
  position: absolute;
  left: 33.051434661%;
  top: 0.4461622686%;
  animation-delay: -63s;
  animation-duration: 115s;
}
.stars span:nth-child(63):before {
  animation-delay: -12.6s;
}
.stars span:nth-child(64) {
  position: absolute;
  left: 4.1020481044%;
  top: 56.5349624612%;
  animation-delay: -64s;
  animation-duration: 128s;
}
.stars span:nth-child(64):before {
  animation-delay: -12.8s;
}
.stars span:nth-child(65) {
  position: absolute;
  left: 3.7776936619%;
  top: 52.8248430349%;
  animation-delay: -65s;
  animation-duration: 127s;
}
.stars span:nth-child(65):before {
  animation-delay: -13s;
}
.stars span:nth-child(66) {
  position: absolute;
  left: 55.372475754%;
  top: 25.6702223943%;
  animation-delay: -66s;
  animation-duration: 105s;
}
.stars span:nth-child(66):before {
  animation-delay: -13.2s;
}
.stars span:nth-child(67) {
  position: absolute;
  left: 91.2894495747%;
  top: 15.0364301625%;
  animation-delay: -67s;
  animation-duration: 129s;
}
.stars span:nth-child(67):before {
  animation-delay: -13.4s;
}
.stars span:nth-child(68) {
  position: absolute;
  left: 6.2715944189%;
  top: 18.6244666381%;
  animation-delay: -68s;
  animation-duration: 127s;
}
.stars span:nth-child(68):before {
  animation-delay: -13.6s;
}
.stars span:nth-child(69) {
  position: absolute;
  left: 25.3746737516%;
  top: 18.0759795684%;
  animation-delay: -69s;
  animation-duration: 128s;
}
.stars span:nth-child(69):before {
  animation-delay: -13.8s;
}
.stars span:nth-child(70) {
  position: absolute;
  left: 62.8924562841%;
  top: 51.1462485303%;
  animation-delay: -70s;
  animation-duration: 112s;
}
.stars span:nth-child(70):before {
  animation-delay: -14s;
}
.stars span:nth-child(71) {
  position: absolute;
  left: 99.6098240969%;
  top: 21.5176812785%;
  animation-delay: -71s;
  animation-duration: 120s;
}
.stars span:nth-child(71):before {
  animation-delay: -14.2s;
}
.stars span:nth-child(72) {
  position: absolute;
  left: 91.1882367362%;
  top: 37.2775367184%;
  animation-delay: -72s;
  animation-duration: 126s;
}
.stars span:nth-child(72):before {
  animation-delay: -14.4s;
}
.stars span:nth-child(73) {
  position: absolute;
  left: 37.9067330945%;
  top: 41.7317897149%;
  animation-delay: -73s;
  animation-duration: 129s;
}
.stars span:nth-child(73):before {
  animation-delay: -14.6s;
}
.stars span:nth-child(74) {
  position: absolute;
  left: 83.6137043139%;
  top: 50.6692441685%;
  animation-delay: -74s;
  animation-duration: 115s;
}
.stars span:nth-child(74):before {
  animation-delay: -14.8s;
}
.stars span:nth-child(75) {
  position: absolute;
  left: 33.1752267671%;
  top: 14.0307018539%;
  animation-delay: -75s;
  animation-duration: 113s;
}
.stars span:nth-child(75):before {
  animation-delay: -15s;
}
.stars span:nth-child(76) {
  position: absolute;
  left: 25.5273631927%;
  top: 6.3679903406%;
  animation-delay: -76s;
  animation-duration: 124s;
}
.stars span:nth-child(76):before {
  animation-delay: -15.2s;
}
.stars span:nth-child(77) {
  position: absolute;
  left: 84.4181847524%;
  top: 56.7856471948%;
  animation-delay: -77s;
  animation-duration: 104s;
}
.stars span:nth-child(77):before {
  animation-delay: -15.4s;
}
.stars span:nth-child(78) {
  position: absolute;
  left: 53.5680532597%;
  top: 15.8395755563%;
  animation-delay: -78s;
  animation-duration: 127s;
}
.stars span:nth-child(78):before {
  animation-delay: -15.6s;
}
.stars span:nth-child(79) {
  position: absolute;
  left: 95.2800438348%;
  top: 16.8890256443%;
  animation-delay: -79s;
  animation-duration: 117s;
}
.stars span:nth-child(79):before {
  animation-delay: -15.8s;
}
.stars span:nth-child(80) {
  position: absolute;
  left: 59.2610206899%;
  top: 53.6440795132%;
  animation-delay: -80s;
  animation-duration: 107s;
}
.stars span:nth-child(80):before {
  animation-delay: -16s;
}
.stars span:nth-child(5n) {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.logo-gryaris {
  width: 21.8rem;
  height: 4rem;
  text-indent: -9999rem;
  background: url(../img/logo-gryaris.svg) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 0.5rem #000);
}

#kv {
  height: 33rem;
}
#kv #g-logo {
  position: absolute;
  top: 1.5rem;
  left: 1.9%;
  width: 8.7rem;
  z-index: 2;
}
#kv header {
  width: 42%;
  margin-left: 11.5%;
  padding-top: 8rem;
}
#kv header h1 p {
  width: 19.6rem;
  height: 3rem;
  background: url(../img/text-h1-p.webp) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  margin: 2.8rem auto 1.3rem;
}
#kv header h1 b {
  margin-top: 3rem;
  margin-left: 1rem;
  display: block;
}
#kv header h1 b span {
  background: url(../img/text-h1-b.webp?v5) no-repeat;
  background-size: 800%;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  margin-left: -0.55rem;
  text-indent: -9999rem;
  animation: h1_b_in 1s forwards;
  animation: h1_p_shine_in 0.5s forwards;
  opacity: 0.2;
}
@keyframes h1_p_shine_in {
  0%, 10%, 25%, 80% {
    opacity: 0.2;
  }
  5%, 15%, 50%, 100% {
    opacity: 1;
  }
}
#kv header h1 b span:nth-child(1) {
  background-position: 0% 0;
  animation-duration: 0.6s;
  animation-delay: 1s;
}
#kv header h1 b span:nth-child(2) {
  background-position: 14.2857142857% 0;
  animation-duration: 0.2s;
  animation-delay: 1s;
}
#kv header h1 b span:nth-child(3) {
  background-position: 28.5714285714% 0;
  animation-duration: 0.6s;
  animation-delay: 1s;
}
#kv header h1 b span:nth-child(4) {
  background-position: 42.8571428571% 0;
  animation-duration: 0.7s;
  animation-delay: 1s;
}
#kv header h1 b span:nth-child(5) {
  background-position: 57.1428571429% 0;
  animation-duration: 0.5s;
  animation-delay: 1s;
}
#kv header h1 b span:nth-child(6) {
  background-position: 71.4285714286% 0;
  animation-duration: 0.1s;
  animation-delay: 1s;
}
#kv header h1 b span:nth-child(7) {
  background-position: 85.7142857143% 0;
  animation-duration: 0.8s;
  animation-delay: 1s;
}
#kv header h1 b span:nth-child(8) {
  background-position: 100% 0;
  animation-duration: 0.2s;
  animation-delay: 1s;
}
#kv .btns {
  margin-top: 3rem;
  opacity: 0;
}
#kv.is-animate .btns {
  animation: kv_btn_1_in 1s 1.2s forwards;
}
@keyframes kv_btn_1_in {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

[class^=icon-flare-] {
  width: 30rem;
  height: 7rem;
  background: url(../img/icon-flare.webp) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: plus-lighter;
  animation: icon_star_scale 1s linear infinite alternate;
  pointer-events: none;
}
@keyframes icon_star_scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.5);
  }
}
[class^=icon-flare-]:nth-child(3n-1) {
  animation-duration: 0.5s;
}
[class^=icon-flare-]:nth-child(3n-2) {
  animation-duration: 0.7s;
}

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

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

.color-bar {
  width: 20rem;
  height: 0.2rem;
  background: linear-gradient(to right, #c2191f, #c2191f 49%, transparent 49.1%, transparent 54%, #333 54.1%, #333 80%, transparent 80.1%, transparent 85%, #fff 85.1%, #fff 95%, transparent 95.1%);
  border: 0;
  display: block;
  margin: 2rem 0;
  animation: color_bar_move 5s linear infinite;
}
@keyframes color_bar_move {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 20rem;
  }
}

[class^=icon-flag-2-] {
  width: 4.7rem;
  height: 3.1rem;
  background: url(../img/flag-2.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
[class^=icon-flag-2-].icon-flag-2-left {
  right: 100%;
}
[class^=icon-flag-2-].icon-flag-2-right {
  left: 100%;
  transform: rotate(180deg);
}

#g-story {
  height: 55.5rem;
  text-align: left;
  width: 74%;
  margin: 0 auto;
}
#g-story header {
  padding-top: 5.1rem;
  position: relative;
}
#g-story header .icon-flag-1 {
  width: 6.5rem;
  height: 10rem;
  top: 0;
  left: -1.4rem;
  background: url(../img/flag-1.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  transform-origin: 35% 100%;
  transform: rotate(30deg);
  transition: 1s;
}
#g-story header h2 {
  background: linear-gradient(to bottom, #c2191f, #8a0006);
  padding: 0.5rem 1.9rem;
  -webkit-mask-image: linear-gradient(102deg, #000 67%, transparent 67.1%, transparent 68%, #000 68.1%, #000 70.7%, transparent 70.8%, transparent 71.5%, #000 71.6%, #000 72%, transparent 72.1%, transparent 72.7%, #000 72.8%, #000 73.2%, transparent 73.3%);
          mask-image: linear-gradient(102deg, #000 67%, transparent 67.1%, transparent 68%, #000 68.1%, #000 70.7%, transparent 70.8%, transparent 71.5%, #000 71.6%, #000 72%, transparent 72.1%, transparent 72.7%, #000 72.8%, #000 73.2%, transparent 73.3%);
}
#g-story header .text-h2-1 {
  background-image: url(../img/text-h2-1.webp);
  width: 36rem;
  height: 2.8rem;
}
#g-story p {
  color: #000;
  font-size: 1.15rem;
  letter-spacing: 0.03rem;
  line-height: 1.9;
  margin-top: -0.5rem;
}
#g-story .text-BFW {
  width: 100%;
  height: 5rem;
  background: url(../img/text-BFW.webp) no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999rem;
  margin-top: 1.4rem;
  position: relative;
}
#g-story .text-BFW::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/text-BFW.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#g-story.is-animate header .icon-flag-1 {
  transform: rotate(0deg);
}
#g-story.is-animate .text-BFW::before {
  animation: BFW_scale_out 1s 1s forwards;
}
@keyframes BFW_scale_out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.silver-card {
  width: 75%;
  margin: 0 auto 4rem;
  padding: 4rem 4.4rem;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.silver-card:before, .silver-card::after {
  content: "";
  border: 0.3rem solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.silver-card::after {
  border-color: #666;
  -webkit-mask-image: linear-gradient(135deg, #000, transparent, #000, transparent, #000, transparent, #000, transparent);
          mask-image: linear-gradient(135deg, #000, transparent, #000, transparent, #000, transparent, #000, transparent);
}

#g-dat8 header h2 {
  position: relative;
  display: inline-block;
}
#g-dat8 header .text-h2-2 {
  background-image: url(../img/text-h2-2.webp);
  width: 34.3rem;
  height: 6.6rem;
  margin: 0 auto;
}
#g-dat8 header .icon-flag-2-left {
  right: 94%;
}
#g-dat8 header .icon-flag-2-right {
  left: 94%;
}
#g-dat8 .color-bar {
  margin-left: auto;
  margin-right: auto;
}
#g-dat8 p {
  margin-bottom: 1rem;
  text-align: left;
}
#g-dat8 .img {
  display: flex;
  margin-top: 2rem;
  border: 0.2rem solid #c2191f;
  border-radius: 0.7rem;
  position: relative;
}
#g-dat8 .img::before {
  content: "";
  border: 0.12rem solid #c2191f;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
}
#g-dat8 .img::after {
  content: "";
  width: 20rem;
  height: 1rem;
  background: radial-gradient(ellipse, #fff, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 8.2rem;
  left: 15rem;
  filter: blur(0.1rem);
  transform: rotate(99deg);
}
#g-dat8 .img li {
  width: 55%;
  overflow: hidden;
}
#g-dat8 .img li img {
  width: 100%;
}
#g-dat8 .img li:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#g-dat8 .img li:nth-child(2) {
  margin-left: -5.5%;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#g-safety {
  margin-top: 4rem;
  padding-bottom: 1rem;
}
#g-safety header {
  position: relative;
  display: inline-block;
}
#g-safety .text-h2-3 {
  background-image: url(../img/text-h2-3.webp);
  width: 22.5rem;
  height: 3.2rem;
  margin: 0 auto;
}
#g-safety article {
  margin-top: 2.7rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#g-safety article .img {
  width: 38.5%;
  position: relative;
}
#g-safety article .img::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0.3rem;
  left: 0.3rem;
  border: 0.15rem solid #c2191f;
  border-radius: 0.7rem;
  position: absolute;
}
#g-safety article .img video {
  width: 100%;
  display: block;
  border: 0.15rem solid #c2191f;
  border-radius: 0.7rem;
  position: relative;
}
#g-safety article .txt {
  width: 56.5%;
  text-align: left;
  padding-top: 1rem;
}
#g-safety article .txt h3 {
  position: relative;
  display: inline-block;
}
#g-safety article .txt h3::before, #g-safety article .txt h3:after {
  content: "";
  width: 2.5rem;
  height: 100%;
  top: 0;
  left: 100%;
  background: url(../img/icon-border-arrow-red.webp) no-repeat;
  background-size: auto 100%;
  position: absolute;
}
#g-safety article .txt h3::after {
  left: calc(100% + 1.8rem);
}
#g-safety article .txt h3 span {
  background: linear-gradient(to bottom, #c2191f, #8a0006);
  -webkit-clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  padding-left: 0.8rem;
  padding-right: 1.5rem;
  letter-spacing: 0.04rem;
  display: inline-block;
}
#g-safety article .txt li {
  margin-bottom: 1rem;
}
#g-safety article .txt li .no {
  width: 1.5rem;
  height: 1.5rem;
  background: #c2191f;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  float: left;
}
#g-safety article .txt li h4 {
  height: 1.5rem;
  color: #c2191f;
  background: #fff;
  display: inline-block;
  line-height: 1.4;
  padding: 0 0.4rem;
  margin-right: 0.5rem;
  float: left;
}
#g-safety article .txt li:last-child {
  margin-bottom: 0;
}
#g-safety article .color-bar {
  margin-top: 1.6rem;
  margin-bottom: 1.2rem;
}
#g-safety article:nth-of-type(1) .txt h3::after {
  display: none;
}
#g-safety article:nth-of-type(2) {
  margin-top: 4.5rem;
}
#g-safety article:nth-of-type(2) .txt {
  width: 59%;
  padding-top: 0;
  order: -1;
}
#g-safety article:nth-of-type(2) .txt h3 span {
  -webkit-clip-path: polygon(93% 0%, 100% 50%, 93% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(93% 0%, 100% 50%, 93% 100%, 0% 100%, 0% 0%);
}
#g-safety .btns {
  margin-top: 2rem;
  margin-bottom: -6rem;
}

#g-feature {
  padding-top: 12rem;
}
#g-feature .board {
  width: 74%;
  margin: 0 auto;
  padding-top: 3.6rem;
  padding-bottom: 2rem;
  position: relative;
  background: rgba(25, 25, 85, 0.5);
  -webkit-backdrop-filter: brightness(200%);
          backdrop-filter: brightness(200%);
  border-radius: 1.7rem;
}
#g-feature .board::before, #g-feature .board:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 0.45rem solid #05bbff;
  border-radius: 1.7rem;
  box-sizing: border-box;
  pointer-events: none;
}
#g-feature .board::after {
  border-color: #fff;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000, transparent, #000, transparent);
          mask-image: linear-gradient(to bottom, transparent, #000, transparent, #000, transparent);
}
#g-feature header .logo-sony {
  width: 12rem;
  height: 3rem;
  background: url(../img/logo-sony.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  margin: 0 auto;
  display: block;
}
#g-feature header .text-feature-h2 {
  width: 41.9rem;
  height: 3.3rem;
  background: url(../img/text-feature-h2.webp) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  margin: 0.5rem auto 0;
}
#g-feature header .text-feature-price {
  width: 12.1rem;
  height: 2rem;
  background: url(../img/text-feature-price.webp) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  margin: 0 auto;
  display: block;
}
#g-feature .img {
  margin-top: 2.2rem;
}
#g-feature .img .window {
  width: 75%;
  height: 19rem;
  margin: 0 auto;
  background: url(../img/feature-1.webp) no-repeat 50%;
  background-size: 120%;
  position: relative;
}
#g-feature .img .window::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
  bottom: -0.6rem;
  left: -0.6rem;
}
#g-feature .img .window img {
  opacity: 0;
}
#g-feature .img .pd {
  width: 72%;
  margin: -7.3rem auto -1.7rem;
  position: relative;
}
#g-feature .list-feature {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#g-feature .list-feature li {
  width: 21.3%;
  border-radius: 1rem;
  background: #621f64;
  box-shadow: inset 0 0 0.5rem #a83da6, inset 0 -0.3rem 0.5rem #a83da6;
  margin: 0.6rem 0.6rem 1.3rem;
  padding-top: 0.6rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
#g-feature .list-feature li > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6.4rem;
}
#g-feature .list-feature li h4 {
  color: #ffd943;
  font-size: 1.2rem;
  font-weight: bold;
}
#g-feature .list-feature li p {
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.3;
  padding: 0rem 0.5rem 0.9rem 0.9rem;
}
#g-feature .list-feature li small {
  display: block;
  margin-top: -0.5rem;
  font-size: 65%;
  opacity: 0.5;
  text-align: left;
  padding-left: 1rem;
}
#g-feature .list-feature li::before {
  content: "";
  border: 1px solid #fff;
  border-radius: 1rem;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  bottom: -0.3rem;
  left: -0.3rem;
  pointer-events: none;
}

#g-spec .bg-5 {
  width: 100%;
  height: 50rem;
  background: url(../img/bg-5.webp);
  background-size: 100%;
  margin-top: -12.5rem;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000, #000 90%, transparent);
          mask-image: linear-gradient(to bottom, transparent, #000, #000 90%, transparent);
  position: absolute;
}
#g-spec header {
  height: 29rem;
  position: relative;
}
#g-spec .deco-car {
  width: 43.6rem;
  height: 21rem;
  top: 14.2%;
  left: 6.7%;
  background: url(../img/bg-5-car.webp) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
}
#g-spec h2 {
  width: 43rem;
  height: 16rem;
  top: 22%;
  left: 36.9%;
  background: url(../img/bg-5-flag.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  padding-top: 4.2rem;
  padding-left: 16%;
}
#g-spec .logo-gryaris {
  width: 16.7rem;
  height: 3rem;
}
#g-spec .text-h2-5 {
  background-image: url(../img/text-a-2.svg);
  width: 9rem;
  height: 4.4rem;
  margin: 0 auto;
  filter: drop-shadow(0 0 0.5rem black);
}
#g-spec h3 {
  display: inline-block;
  position: relative;
}
#g-spec .text-h3-1 {
  background-image: url(../img/text-h3-1.webp);
  width: 7rem;
  height: 2.8rem;
}
#g-spec .text-h3-2 {
  background-image: url(../img/text-h3-2.webp);
  width: 7rem;
  height: 2.8rem;
}
#g-spec .list-dot {
  text-align: left;
  width: 71%;
  margin: -1rem auto 8rem;
}

table {
  width: 100%;
}
table th, table td {
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  line-height: 1.91;
  text-align: center;
  padding: 0.43rem 0;
}
table th {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 1rem;
  background: #bb1d23;
  color: #fff;
}
table th:nth-of-type(1) {
  text-align: left;
  font-size: 1.7rem;
  border-right: 0.2rem solid #ff8888;
}
table th:nth-of-type(2) {
  border-right: 1px solid #ff8888;
  background: linear-gradient(to right, #bb1d23, #90171d 70%);
}
table th:nth-of-type(3) {
  background: linear-gradient(to right, #bb1d23, #90171d 70%);
}
table th.bg-flat-red {
  background: #bb1d23;
}
table td {
  border-bottom: 1px solid #bb1d23;
}
table td:nth-of-type(1) {
  width: 31%;
  text-align: left;
  font-size: 1.1rem;
  padding-left: 1rem;
  border-right: 0.2rem solid #bb1d23;
  background: rgba(202, 10, 17, 0.22);
}
table td:nth-of-type(2) {
  border-right: 1px solid #bb1d23;
}
table td:nth-of-type(2), table td:nth-of-type(3) {
  width: 34.5%;
}
table td.align-center {
  text-align: center;
  padding-left: 0;
  border-right: 0;
}

.table-2-wrap {
  width: 74%;
  margin: 1.2rem auto 3.3rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 0;
  border: 0.15rem solid #fff;
  box-shadow: 0 0 1rem #c2191f;
  position: relative;
}

.table-2 {
  margin: 0 auto;
}

#g-try {
  padding-top: 3.4rem;
  padding-bottom: 0rem;
  z-index: 2;
}
#g-try .board {
  width: 64%;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem 5rem 0;
}
#g-try header .text-h2-4 {
  background-image: url(../img/text-h2-4.webp);
  width: 10.6rem;
  height: 3rem;
  margin: 0 auto;
}
#g-try header p {
  font-size: 1.5rem;
}
#g-try .g-form {
  width: 100%;
  margin: 1.5rem auto;
  text-align: left;
}
#g-try .g-form > ul > li > label {
  font-size: 1.5rem;
  transform: skew(-10deg);
}
#g-try .g-form > ul > li input[type=text],
#g-try .g-form > ul > li input[type=tel] {
  background: rgba(214, 190, 246, 0.17);
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}
#g-try .g-form > ul > li select {
  background: url(../img/if_down_fff.svg);
  background-size: 1.2rem 1.2rem;
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-color: rgba(214, 190, 246, 0.17);
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}
#g-try .g-form > ul > li select option {
  background: #000;
  color: #fff;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label {
  font-size: 1.2rem;
  padding-left: 2.2rem;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:before {
  transform: skew(10deg);
  background: none;
  box-shadow: 0 0 0.5rem #c2191f, inset 0 0 0.5rem #c2191f;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:after {
  transform: scale(0) skew(10deg);
  background: #fff;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:before, #g-try .g-form > ul > li.is-flex input[type=radio] + label:after {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #fff;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:active:after, #g-try .g-form > ul > li.is-flex input[type=radio]:checked + label:after {
  transform: scale(0.7) skew(10deg);
}
#g-try #t-name {
  width: 60%;
  margin-right: 1rem;
}
#g-try #t-countie {
  width: 48%;
  margin-right: 3%;
}
#g-try #t-district {
  width: 48%;
  margin-right: 0;
}
#g-try #try-submit {
  margin: 0 auto;
  border: 0;
  display: block;
  font-size: 1.3rem;
}
#g-try #try-submit span {
  padding-left: 4rem;
  padding-right: 4rem;
}
#g-try .no-padding {
  padding-left: 0 !important;
}
#g-try .is-flex {
  white-space: nowrap;
}
#g-try .is-rule {
  text-align: center;
  padding-left: 0;
  margin: 1rem auto;
  font-size: 0.9rem;
}
#g-try .is-rule a {
  text-decoration: none;
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #fff, #fff);
  background-size: 100% 0.1rem;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
#g-try .is-rule a:hover {
  color: #c2191f;
}
#g-try .is-vcode .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#g-try .is-vcode .flex input {
  width: 58%;
  background: #fff !important;
  color: #000 !important;
}
#g-try .is-vcode .flex button {
  width: 40%;
}
#g-try .is-vcode .flex button b {
  color: #c2191f;
}
#g-try .is-vcode #t-vcode-notice {
  color: #c2191f;
}
#g-try .is-vcode #t-vcode-notice small {
  display: block;
}
#g-try .rule {
  color: #000;
  width: 90%;
  margin: 0 auto;
}
#g-try .rule .list-star {
  font-size: 0.6rem;
  text-align: left;
}

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

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

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

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

#g-gift {
  height: 71.7rem;
}
#g-gift article .txt {
  text-align: left;
}
#g-gift article .txt header {
  text-align: left;
}
#g-gift article .txt header .sub {
  display: inline-block;
  filter: drop-shadow(0 0 0.3rem #fff);
  position: relative;
}
#g-gift article .txt header .sub:before {
  content: "";
  width: 1px;
  height: 1.7rem;
  position: absolute;
  top: 0;
  left: calc(100% - 1.2rem);
  z-index: 1;
  transform-origin: 100% 0%;
  transform: rotate(-45deg);
  background: #fff;
}
#g-gift article .txt header .sub div {
  background: linear-gradient(45deg, #170e11, #170e11 calc(100% - .9rem), transparent calc(100% - .8rem));
  border: 1px solid #fff;
  border-bottom: 0.2rem solid #edb667;
  -webkit-mask-image: linear-gradient(45deg, #000, #000 calc(100% - .9rem), transparent calc(100% - .8rem));
          mask-image: linear-gradient(45deg, #000, #000 calc(100% - .9rem), transparent calc(100% - .8rem));
}
#g-gift article .txt header p {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 0 1rem;
}
#g-gift article .txt header h2 {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 0.5rem;
  text-shadow: 0 0 0.2rem #fff;
}
#g-gift article .txt header small {
  font-size: 0.9rem;
  color: #fffde2;
}
#g-gift .list-label {
  margin-top: 1.8rem;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 0.5rem #000;
}

#gift-1 .flex {
  width: 67.5%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.2rem 0;
}
#gift-1 .txt {
  width: 51%;
}
#gift-1 .img {
  width: 49%;
  padding: 0.7rem;
  position: relative;
  filter: drop-shadow(0 0 0.2rem #fff);
}
#gift-1 .img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.15rem solid #fff;
  -webkit-mask-image: linear-gradient(to right, #000 6%, transparent 6.1%, transparent 94%, #000 94.1%), linear-gradient(to right, #000 6%, transparent 6.1%, transparent 94%, #000 94.1%);
          mask-image: linear-gradient(to right, #000 6%, transparent 6.1%, transparent 94%, #000 94.1%), linear-gradient(to right, #000 6%, transparent 6.1%, transparent 94%, #000 94.1%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 1.5rem, 100% 1.5rem;
          mask-size: 100% 1.5rem, 100% 1.5rem;
  -webkit-mask-position: 0 0, 0 100%;
          mask-position: 0 0, 0 100%;
}
#gift-1 .img img {
  border: 0.2rem solid #fff;
}

#gift-2 {
  height: 41rem;
  position: relative;
  overflow: hidden;
}
#gift-2 .txt {
  position: absolute;
  top: 7%;
  left: 55.7%;
}

#g-jbl {
  position: relative;
  height: 45rem;
  color: #000;
  padding-top: 5rem;
}

#jbl-page > div {
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  position: fixed;
  top: 100%;
}
#jbl-page > div.active {
  opacity: 1;
  pointer-events: auto;
  position: static;
}

#jbl-nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  position: relative;
  background: linear-gradient(to right, transparent 10%, #601588 13%, #f102fa 70%, #f102fa 87%, transparent 90%);
}
#jbl-nav a span {
  transform: skew(-10deg);
  font-size: 2.1rem;
  padding: 0 1rem;
  transition: 0.2s;
  display: inline-block;
  color: #fff;
  background: linear-gradient(to bottom, #57c90a 20%, #fff 50%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 0.2rem #000);
}
#jbl-nav a.active span {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  color: #fff;
  background: linear-gradient(to bottom, #cc06dd 20%, #890493 80%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0.3rem transparent;
  filter: drop-shadow(0 0 0 #000);
}
#jbl-nav .icon-flare-1 {
  top: -3.3rem;
  left: 0;
}
#jbl-nav.step-1 #jbl-nav-arrow {
  left: 17.7%;
}
#jbl-nav.step-2 #jbl-nav-arrow {
  left: 27%;
  background-color: #8d0fab;
}
#jbl-nav.step-3 #jbl-nav-arrow {
  left: 41%;
  background-color: #b70acc;
}
#jbl-nav.step-4 #jbl-nav-arrow {
  left: 63%;
  background-color: #ef02f9;
}

#jbl-nav-arrow {
  width: 9.7rem;
  height: 2.7rem;
  background: #751299;
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 17.7%;
  transition: 0.5s;
  -webkit-mask-image: url(../img/icon-bar-arrow.svg);
          mask-image: url(../img/icon-bar-arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#jbl-nav-arrow:before {
  content: "";
  width: 60%;
  height: 100%;
  background: yellow;
  position: absolute;
  top: 4%;
  left: 20%;
  border-radius: 50%;
  animation: jbl_nav_arrow_yellow_move 0.5s infinite alternate;
}
@keyframes jbl_nav_arrow_yellow_move {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

[id^=tns-jbl-photo-] {
  width: 34.3rem;
}
[id^=tns-jbl-photo-] li.tns-slide-active img {
  opacity: 1;
  transform: scale(1);
}
[id^=tns-jbl-photo-] img {
  width: 100%;
  opacity: 0.5;
  transform: scale(0.8);
  transition: 1s;
}
[id^=tns-jbl-photo-] p {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 1rem #c2191f, 0 0 0.5rem #c2191f;
  padding: 0.5rem 0 0 1rem;
}
[id^=tns-jbl-photo-].tns-outer {
  margin-top: 4.3rem;
  margin-left: 16.9%;
  border: 1px solid #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem #c2191f;
  overflow: hidden;
  z-index: 1;
  background: #000;
}

[id^=tns-jbl-txt-] {
  position: absolute;
  top: 37%;
  left: 59%;
  width: 21rem;
  height: 3.8rem;
  text-align: center;
  background: radial-gradient(ellipse, #c2191f, transparent 60%), linear-gradient(to right, #4435c0, #4435c0 90%, transparent);
  background-size: 15rem 10rem, 100% 100%;
  background-position: 10% 80%, 0 0;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0.2rem 0.5rem #000);
}
[id^=tns-jbl-txt-] li {
  font-size: 1.7rem;
  line-height: 2.2;
  font-weight: 700;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: skew(-10deg) scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: opacity 0.2s;
}
[id^=tns-jbl-txt-] li:before {
  content: "";
  width: 3.8rem;
  height: 1.3rem;
  background: url(../img/icon-triangles-2.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 1rem;
}
[id^=tns-jbl-txt-] li.active {
  opacity: 1;
  transform: skew(-10deg) scale(1);
  position: static;
}
[id^=tns-jbl-txt-] .icon-flare-1 {
  top: -3.3rem;
  left: -40%;
}

.map {
  width: 37rem;
  height: 21.5rem;
  position: absolute;
  top: 52%;
  left: 45%;
  z-index: 1;
}

[id^=tns-jbl-nav-] li {
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  transition: 0.2s;
  transform: scale(0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 73%;
  box-shadow: 0 0 1rem #ffd943, 0 0 1rem #ffd943, 0 0 5rem #ffd943;
}
[id^=tns-jbl-nav-] li:before, [id^=tns-jbl-nav-] li:after {
  content: "";
  width: 140%;
  height: 140%;
  border-radius: 50%;
  box-shadow: 0 0 1rem #fff, 0 0 0.5rem #fff;
  position: absolute;
  top: -20%;
  left: -20%;
}
[id^=tns-jbl-nav-] li:after {
  animation: tns_anv_wave 1s infinite;
}
@keyframes tns_anv_wave {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
[id^=tns-jbl-nav-] li:nth-child(1) {
  top: 17%;
  left: 26%;
}
[id^=tns-jbl-nav-] li:nth-child(2) {
  top: 40%;
  left: 34%;
}
[id^=tns-jbl-nav-] li:nth-child(3) {
  top: 35%;
  left: 50%;
}
[id^=tns-jbl-nav-] li:nth-child(4) {
  top: 17%;
  left: 62%;
}
[id^=tns-jbl-nav-] li:nth-child(5) {
  top: 51%;
  left: 70%;
}
[id^=tns-jbl-nav-] li:nth-child(6) {
  top: 46%;
  left: 81%;
}
[id^=tns-jbl-nav-] li:hover {
  transform: scale(0.4);
}
[id^=tns-jbl-nav-] li.tns-nav-active {
  transform: scale(1);
  background-image: url(../img/icon-wave.png);
  box-shadow: 0 0 1rem #c2191f;
}
[id^=tns-jbl-nav-] li.tns-nav-active:before {
  width: 116%;
  height: 116%;
  top: -8%;
  left: -8%;
}
[id^=tns-jbl-nav-] li.tns-nav-active:after {
  display: none;
}

#tns-jbl-nav-1 li:nth-child(1) {
  top: 21%;
}
#tns-jbl-nav-1 li:nth-child(2) {
  top: 46%;
  left: 40%;
}
#tns-jbl-nav-1 li:nth-child(3) {
  top: 41%;
  left: 53%;
}
#tns-jbl-nav-1 li:nth-child(4) {
  top: 21%;
  left: 53%;
}
#tns-jbl-nav-1 li:nth-child(5) {
  top: 51%;
  left: 65%;
}
#tns-jbl-nav-1 li:nth-child(6) {
  top: 48%;
  left: 76%;
}

#tns-jbl-nav-2 li:nth-child(3), #tns-jbl-nav-4 li:nth-child(3) {
  top: 33%;
  left: 46%;
}
#tns-jbl-nav-2 li:nth-child(4), #tns-jbl-nav-4 li:nth-child(4) {
  top: 19%;
  left: 56%;
}
#tns-jbl-nav-2 li:nth-child(6), #tns-jbl-nav-4 li:nth-child(6) {
  top: 42%;
  left: 80%;
}

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

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

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

.list-dot > li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 90%;
}
.list-dot > li::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  border-radius: 50rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

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

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

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

.list-r {
  padding-left: 1.5rem;
}
.list-r > li {
  position: relative;
  margin-bottom: 2%;
}
.list-r > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -20px;
}

#g-footer {
  clear: both;
  font-weight: 200;
  letter-spacing: 2px;
  width: 100%;
  padding: 1.5rem 0;
  background: linear-gradient(to right, #bb1d23 60%, #92080a);
  border-top: 1px solid #c2191f;
  position: relative;
  z-index: 1;
}
#g-footer p.note {
  letter-spacing: 0;
  margin: 20px;
}

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

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

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

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

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

  #g-bg .bg-1 {
    width: 212%;
    height: 70rem;
    margin-top: -2rem;
    margin-left: -104%;
  }
  #g-bg .bg-2 {
    width: 120%;
    height: 63rem;
    margin-top: -18rem;
    margin-left: -10%;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 70%, transparent 80%);
            mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 70%, transparent 80%);
  }
  #g-bg .bg-3 {
    height: 195rem;
  }
  #g-bg .bg-4 {
    width: 160%;
    height: 111rem;
  }

  .logo-gryaris {
    width: 16.8rem;
    height: 3rem;
  }

  #kv {
    height: 47rem;
  }
  #kv header {
    width: 100%;
    margin-left: 0;
    padding-top: 5rem;
  }
  #kv header h1 b {
    margin-top: 2rem;
    margin-left: 0.5rem;
  }
  #kv header h1 b span {
    width: 3.5rem;
  }
  #kv .btns {
    margin-top: 24rem;
  }
  #kv .btns a span {
    margin-left: 1rem;
  }
  #kv .btns a:nth-of-type(1) {
    margin-right: 2.2rem;
  }
  #kv .btns a:nth-of-type(2) {
    margin-right: 1rem;
  }

  .text-a-1, .text-a-4 {
    width: 9.5rem;
  }

  .text-a-2 {
    width: 6.7rem;
  }

  #g-story {
    width: 100%;
    height: 46.5rem;
    padding-left: 5%;
    padding-right: 5%;
    background: linear-gradient(to bottom, transparent, #919b9b, transparent) no-repeat;
    background-size: 100% 15rem;
  }
  #g-story header .icon-flag-1 {
    left: -0.8rem;
  }
  #g-story header h2 {
    width: 100%;
    height: 6rem;
    -webkit-mask-size: 128%;
            mask-size: 128%;
  }
  #g-story header .text-h2-1 {
    width: 13rem;
    background-size: 247%;
    background-position: 0 0;
    position: relative;
  }
  #g-story header .text-h2-1::before {
    content: "";
    width: 18rem;
    height: 2.1rem;
    top: 100%;
    left: 0;
    background: url(../img/text-h2-1.webp) no-repeat 100% 100%;
    background-size: 176%;
    position: absolute;
  }
  #g-story p {
    font-size: 1rem;
  }

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

  .silver-card {
    width: 95%;
    padding: 2rem;
  }

  #g-dat8 .color-bar {
    margin: 1rem auto;
  }
  #g-dat8 header .text-h2-2 {
    width: 25.3rem;
    margin-left: -5%;
  }
  #g-dat8 header [class^=icon-flag-2-] {
    width: 3.7rem;
    bottom: 0.4rem;
  }
  #g-dat8 header .icon-flag-2-left {
    right: 100%;
  }
  #g-dat8 header .icon-flag-2-right {
    left: 90%;
  }
  #g-dat8 .img {
    display: block;
    border: 0;
  }
  #g-dat8 .img::before {
    border: 0;
  }
  #g-dat8 .img li {
    width: 100%;
    border: 0.2rem solid #c2191f;
    border-radius: 0.5rem;
  }
  #g-dat8 .img li:nth-child(1) {
    -webkit-clip-path: none;
            clip-path: none;
  }
  #g-dat8 .img li:nth-child(2) {
    -webkit-clip-path: none;
            clip-path: none;
    margin-left: 0;
    margin-top: 2rem;
  }

  #g-safety {
    padding-bottom: 2rem;
  }
  #g-safety .text-h2-3 {
    width: 20.5rem;
  }
  #g-safety article {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  #g-safety article .img {
    width: 80%;
    margin: 2rem auto 0;
  }
  #g-safety article .txt {
    width: 100%;
    order: -1;
  }
  #g-safety article .txt h3 {
    display: block;
    width: 115%;
    margin-left: -7%;
  }
  #g-safety article .txt h3 span {
    display: block;
    white-space: nowrap;
  }
  #g-safety article:nth-of-type(1) .txt h3 span {
    letter-spacing: 0;
  }
  #g-safety article:nth-of-type(2) .txt {
    width: 100%;
  }
  #g-safety article:nth-of-type(2) .txt h3 {
    width: 95%;
  }
  #g-safety .btns {
    margin-top: 3rem;
    margin-bottom: -4rem;
  }

  #g-spec header {
    height: 26rem;
  }
  #g-spec .bg-5 {
    width: 149%;
    height: 30rem;
    margin-top: 2.5rem;
  }
  #g-spec .deco-car {
    width: 23.6rem;
    height: 21rem;
    top: 25%;
    left: 8.7%;
  }
  #g-spec h2 {
    top: 0%;
    left: -35.1%;
  }
  #g-spec .list-dot {
    width: 90%;
    margin-bottom: 5rem;
  }

  .table-2-wrap {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }

  table th, table td {
    font-size: 0.9rem;
  }
  table th {
    font-size: 1rem;
  }
  table th:nth-of-type(1) {
    font-size: 1.2rem;
  }
  table td span {
    font-size: 70%;
  }
  table td:nth-of-type(1) {
    font-size: 1rem;
    padding-right: 1rem;
  }

  #g-try {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #g-try .board {
    width: 94%;
    padding: 3rem 1rem;
  }
  #g-try .g-form > ul > li > label {
    font-size: 1.2rem;
  }
  #g-try #t-name {
    width: 47%;
  }
  #g-try #t-countie,
#g-try #t-district {
    width: 100%;
  }
  #g-try #t-countie {
    margin-bottom: 0.5rem;
  }
  #g-try .rule {
    width: 90%;
  }
  #g-try .is-vcode {
    width: 100%;
  }
  #g-try .is-vcode .flex button {
    letter-spacing: 0;
  }

  .g-form > ul > li {
    padding: 0.4rem 0 0.4rem 0;
  }
  .g-form > ul > li label {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 0.2rem;
  }
  .g-form > ul > li label.hide {
    display: none;
  }

  #t-sales-list {
    width: 105%;
    margin-left: -2.5%;
  }
  #t-sales-list li {
    width: 46%;
  }

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

  #g-rule {
    padding: 0rem 5% 4rem;
  }

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