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

.g-wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}

.g-wrap img {
  border: 0;
  display: block;
}

.g-wrap legend,
.g-wrap hr {
  display: none;
}

.g-wrap th {
  font-style: inherit;
  font-weight: inherit;
}

.g-wrap li {
  list-style: none;
}

.g-wrap caption,
.g-wrap th {
  text-align: left;
}

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

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

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

.g-wrap * {
  box-sizing: border-box;
}

/* main.css ==============================================*/
@font-face {
  font-family: "d-din";
  src: url("../fonts/d-din.woff2") format("woff2"), url("../fonts/d-din.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bodidota";
  src: url("../fonts/bodidota.woff2") format("woff2"), url("../fonts/bodidota.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Variable*/
/*Mixin*/
/*Body*/
#g-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, white 36%, #c6c6c6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: 1s;
  z-index: 101;
  text-align: center;
}

#g-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

#loader-logo {
  width: 15%;
  transform: scale(1.5);
  animation: loader-logo-frames 1.2s ease 0.2s forwards;
}

@keyframes loader-logo-frames {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.loader-logo-circle {
  stroke-width: 0;
  stroke-linecap: round;
  stroke: rgba(161, 1, 35, 0.5);
  animation: loader-logo-circle-frames 1.5s ease-in forwards;
}

@keyframes loader-logo-circle-frames {
  0% {
    stroke-width: 0;
  }

  100% {
    stroke-width: 330;
  }
}

.color-blue {
  color: #1166f5;
}

.color-red {
  color: #c30328;
}

.color-pink {
  color: #c30328;
}

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

.color-yellow {
  color: #fffccc;
}

.g-wrap {
  /*Reset*/
}

.g-wrap .clearfix:before,
.g-wrap .clearfix:after {
  content: "";
  display: table;
}

.g-wrap .clearfix:after {
  clear: both;
}

.g-wrap .clearfix {
  zoom: 1;
  display: block;
}

.g-wrap .hide {
  display: none;
}

.g-wrap ::selection {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.g-wrap ::-webkit-input-placeholder {
  color: #999;
}

.g-wrap ::-moz-placeholder {
  color: #999;
}

.g-wrap *:focus {
  outline: none;
}

.g-wrap a {
  color: #444;
  text-decoration: none;
  transition: color 0.4s;
}

.g-wrap a:hover {
  color: #a10123;
}

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

.g-wrap a[class*=g-bt-] {
  width: 15vw;
  height: 5.2vw;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  font-size: 1.4vw;
  line-height: 3.5;
  cursor: pointer;
}

.g-wrap a[class*=g-bt-]:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/btn-thunder.png?v2);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  mix-blend-mode: screen;
}

.g-wrap a[class*=g-bt-]:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
}

.g-wrap a[class*=g-bt-]:hover {
  color: #fff;
}

.g-wrap a[class*=g-bt-]:hover:before {
  animation: g_frame_y 0.3s steps(4, end) infinite;
}

.g-wrap a[class*=g-bt-]:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}

.g-wrap a[class*=g-bt-] i {
  width: 6%;
  height: 0;
  padding-bottom: 10%;
  background: url(../images/icon-next.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.3vw;
}

.g-wrap a[class*=g-bt-] i:after {
  animation-delay: -0.1s;
}

.g-wrap .g-bt-2 {
  background-color: #a10123;
}

.g-wrap .bt-shine {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.g-wrap .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.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 0;
  transform: scale(1);
  perspective: 700px;
  pointer-events: none;
}

.msg-box.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 102;
  pointer-events: auto;
}

.msg-box>.close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.msg-box .msg-wrap {
  background: #fff;
  max-width: 550px;
  width: 90%;
  height: 60%;
  max-width: 600px;
  max-height: 90%;
  position: relative;
  margin: 0 auto;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 30px;
  transform: scale(1) translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition-delay: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.msg-box .msg-wrap>.close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 0;
  padding-bottom: 5%;
  transition: 0.2s;
  background: url(../images/icon-close.svg) #1166f5 no-repeat center;
  background-size: 45%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
}

.msg-box.is-active .msg-wrap {
  transform: scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}

.msg-box.is-active .msg-wrap>.close {
  transform: scale(1);
  opacity: 1;
}

.msg-box.is-active .msg-wrap>.close:hover {
  transform: rotate(90deg);
}

.msg-box .msg-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 95%;
  text-align: left;
  font-size: 20px;
  -webkit-overflow-scrolling: touch;
}

.msg-box .msg-content header {
  font-size: 40px;
  font-weight: bold;
}

.msg-box .msg-content img {
  max-width: 100%;
}

.msg-box .msg-content .bt {
  background-color: #000;
  border-radius: 10px;
  width: auto;
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}

.msg-box .msg-content .bt:hover {
  background: #a10123;
  transition: 0.2s;
}

#msg-alert .msg-wrap {
  height: auto;
  min-height: 100px;
  max-width: 500px;
}

#msg-alert .msg-content {
  text-align: center;
}

#msg-alert .msg-content header {
  font-size: 30px;
  margin-bottom: 20px;
}

#msg-faq .msg-wrap,
#msg-record .msg-wrap,
#msg-member .msg-wrap,
#msg-feedback .msg-wrap {
  background: none;
  box-shadow: none;
  width: 90%;
  height: 90%;
  max-width: 1160px;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

#msg-faq header h2,
#msg-record header h2,
#msg-member header h2,
#msg-feedback header h2 {
  font-size: 75px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 10px;
  color: #fff;
}

#msg-faq .msg-content,
#msg-record .msg-content,
#msg-member .msg-content,
#msg-feedback .msg-content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border: 20px solid #fffccc;
  padding: 5%;
  flex: 1;
}

#msg-faq .msg-content .nice-scrollbar,
#msg-record .msg-content .nice-scrollbar,
#msg-member .msg-content .nice-scrollbar,
#msg-feedback .msg-content .nice-scrollbar {
  overflow: scroll;
  height: 100%;
  padding-right: 20px;
}

#msg-record .msg-content {
  padding: 0;
}

#msg-record .msg-content .nice-scrollbar {
  padding-right: 10px;
}

#msg-member h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}

#msg-member table {
  width: 100%;
  margin-bottom: 5%;
}

#msg-member table th {
  background-color: #000;
  color: #fff;
  border: 0;
}

#msg-member table th:nth-of-type(2),
#msg-member table th:nth-of-type(3) {
  text-align: left;
}

#msg-member table td {
  border: 1px solid #ccc;
}

#msg-member table td:nth-of-type(2),
#msg-member table td:nth-of-type(3) {
  text-align: left;
}

#msg-member table th,
#msg-member table td {
  padding: 5px;
  text-align: center;
}

#msg-feedback .feedback-list li {
  margin-bottom: 5%;
}

#msg-feedback .feedback-title h3 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #666;
}

.feedback-detail li {
  margin-bottom: 20px;
  background-color: #eee;
  display: flex;
  padding: 2%;
}

.feedback-detail li:nth-child(odd) .txt {
  order: -1;
}

.feedback-detail .img {
  min-width: 170px;
}

.feedback-detail .txt {
  padding-left: 4%;
}

.feedback-detail .txt h4 {
  font-size: 29px;
}

.feedback-detail .txt h5 {
  font-weight: bold;
}

.feedback-detail .txt h4,
.feedback-detail .txt h5 {
  position: relative;
}

.feedback-detail .txt h4:before,
.feedback-detail .txt h5:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #a10123;
  position: absolute;
  left: -20px;
  display: block;
}

.feedback-detail .txt h4:before {
  top: 1.2vw;
}

.feedback-detail .txt h5:before {
  top: 0.6vw;
}

.feedback-detail .txt .more h5 {
  display: inline-block;
  vertical-align: middle;
}

.feedback-detail .txt .icon-pdf {
  width: 60px;
  height: 60px;
  background: url(../images/icon-pdf.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}

.qa-list {
  max-width: 780px;
  margin: 0 auto;
}

.qa-list li.active .qa-a {
  max-height: 1000px;
  padding: 10px;
  opacity: 1;
  visibility: visible;
}

.qa-list .qa-q {
  border-bottom: 1px solid #999;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  display: flex;
  width: 100%;
}

.qa-list .qa-q p {
  color: #a10123;
  font-size: 30px;
  line-height: 1;
  margin-right: 10px;
}

.qa-list .qa-q h4 {
  font-size: 22px;
  flex: 1;
}

.qa-list .qa-q i.icon-more {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: flex-end;
  position: relative;
  margin-left: 10px;
}

.qa-list .qa-q i.icon-more:before,
.qa-list .qa-q i.icon-more:after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 45%;
  left: 25%;
}

.qa-list .qa-q i.icon-more:after {
  transform: rotate(90deg);
}

.qa-list .qa-a {
  background-color: #eee;
  font-size: 15px;
  line-height: 1.3;
  padding: 0 10px;
  max-height: 0;
  transition: 0.2s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.nicescroll-rails-vr {
  position: relative;
}

.nicescroll-rails-vr:before {
  content: "";
  width: 12px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #999;
  position: absolute;
  top: 0;
  left: -1px;
}

.counter {
  position: relative;
  height: 2vw;
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.counter * {
  margin: 0;
  padding: 0;
}

.counter>div {
  position: relative;
  transform: translateY(-1000%);
  transition-timing-function: cubic-bezier(0, 0.575, 0.565, 1.05);
}

.counter>div:nth-child(1) {
  transition-duration: 1s;
}

.counter>div:nth-child(2) {
  transition-duration: 1.2s;
}

.counter>div:nth-child(3) {
  transition-duration: 1.4s;
}

.counter>div:nth-child(4) {
  transition-duration: 1.6s;
}

.counter>div:nth-child(5) {
  transition-duration: 1.8s;
}

.counter>div:nth-child(6) {
  transition-duration: 2s;
}

.counter>div:nth-child(7) {
  transition-duration: 2.2s;
}

.counter>div:nth-child(8) {
  transition-duration: 2.4s;
}

.counter>div:nth-child(9) {
  transition-duration: 2.6s;
}

.counter>div:nth-child(10) {
  transition-duration: 2.8s;
}

.counter>div>span {
  display: block;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

.counter>span {
  display: block;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

.counter.is-animate>div {
  transform: translateY(0);
}

.counter.delay200>div:nth-child(1) {
  transition-duration: 1.4s;
}

.counter.delay200>div:nth-child(2) {
  transition-duration: 1.6s;
}

.counter.delay200>div:nth-child(3) {
  transition-duration: 1.8s;
}

.counter.delay400>div:nth-child(1) {
  transition-duration: 1.8s;
}

.counter.delay400>div:nth-child(2) {
  transition-duration: 2s;
}

.counter.delay400>div:nth-child(3) {
  transition-duration: 2.2s;
}

.counter.delay600>div:nth-child(1) {
  transition-duration: 2.2s;
}

.counter.delay600>div:nth-child(2) {
  transition-duration: 2.4s;
}

.counter.delay600>div:nth-child(3) {
  transition-duration: 2.6s;
}

.counter.delay800>div:nth-child(1) {
  transition-duration: 2.6s;
}

.counter.delay800>div:nth-child(2) {
  transition-duration: 2.8s;
}

.counter.delay800>div:nth-child(3) {
  transition-duration: 3s;
}

.g-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.g-form li {
  width: 49.5%;
  position: relative;
  padding: 0.815vw 0.815vw 0.815vw 15%;
  border: 0.2vw solid #bc1d38;
  font-size: 2.12vw;
  margin-bottom: 1.63vw;
}

.g-form li label {
  width: 11.4vw;
  position: absolute;
  top: 0.815vw;
  left: 2.45vw;
  padding: 1.63vw 0;
}

.g-form li label:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #bc1d38;
  position: absolute;
  top: 5%;
  right: 0;
}

.g-form li input {
  padding: 1.63vw;
  border: 0;
  width: 100%;
  background: transparent;
  font-family: "d-din", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  transition: 0.2s;
  font-size: 2.12vw;
}

.g-form li input:focus,
.g-form li input:hover {
  background-color: #fff;
}

.g-form li select {
  padding: 1.63vw;
  border: 0;
  width: 100%;
  background: url(../images/icon-down-red.svg) no-repeat 95% 50% transparent;
  background-size: 1.63vw;
  font-family: "d-din", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  font-size: 2.12vw;
}

.g-form li select:focus,
.g-form li select:hover {
  background-color: #fff;
}

.g-form li textarea {
  padding: 15px 15px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  background: #f2f2f2;
  width: 100%;
  height: 150px;
  font-size: 20px;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  transition: 0.2s;
}

.g-form li textarea:focus,
.g-form li textarea:hover {
  background-color: #fff;
}

.g-form li input[type=checkbox],
.g-form li input[type=radio] {
  display: none;
}

.g-form li input[type=checkbox]+label,
.g-form li input[type=radio]+label {
  padding-left: 5.71vw;
  width: 100%;
  color: #000;
  position: relative;
  display: inline-block;
  line-height: 0.7;
  text-align: left;
  cursor: pointer;
}

.g-form li input[type=checkbox]+label:before,
.g-form li input[type=radio]+label:before,
.g-form li input[type=checkbox]+label:after,
.g-form li input[type=radio]+label:after {
  content: "✔";
  color: #000;
  width: 3.26vw;
  height: 3.26vw;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
  font-size: 4vw;
  line-height: 0.8;
}

.g-form li input[type=checkbox]+label:before,
.g-form li input[type=radio]+label:before {
  content: "";
  border: 0.2vw solid #bc1d38;
}

.g-form li input[type=checkbox]+label:after,
.g-form li input[type=radio]+label:after {
  opacity: 0;
  visibility: hidden;
  top: -0.33vw;
  left: 0.49vw;
  transform-origin: 50% 80%;
  transform: scale(1.5);
  background-color: transparent;
}

.g-form li input[type=checkbox]+label:active:after,
.g-form li input[type=checkbox]:checked+label:after,
.g-form li input[type=radio]+label:active:after,
.g-form li input[type=radio]:checked+label:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}



.g-form li .g-bt-1 {
  margin: 0 auto;
}

.g-form li a {
  font-size: 2.119vw;
  text-decoration: underline;
}

.g-form li.w100 {
  width: 100%;
}

.g-form li.is-rule label {
  top: 0;
  left: 0;
}

.g-form li.is-select {
  padding-left: 0.815vw;
}

.g-form li.is-select label {
  display: none;
}

.g-form li.no-border {
  border: 0;
}

.g-form li.no-padding {
  padding: 0;
}

.g-form .try-submit {
  width: 100%;
  height: 7.824vw;
  background: #de2231;
  background-size: 100%;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 2.5vw;
}

.g-form .try-submit [class^=deco-corner-] {
  position: absolute;
}

.g-form .try-submit [class^=deco-corner-]:before,
.g-form .try-submit [class^=deco-corner-]:after {
  content: "";
  background: #fff;
  display: block;
  height: 0.815vw;
}

.g-form .try-submit:hover {
  background: #000;
}

.g-form .try-submit .deco-corner-1 {
  left: -1px;
}

.g-form .try-submit .deco-corner-2 {
  right: -1px;
}

.g-form .try-submit .deco-corner-2:after {
  margin-left: 50%;
}

.g-form .try-submit .deco-corner-3 {
  left: -1px;
}

.g-form .try-submit .deco-corner-4 {
  right: -1px;
}

.g-form .try-submit .deco-corner-4:before {
  margin-left: 50%;
}

.g-form .try-submit .deco-corner-1,
.g-form .try-submit .deco-corner-2 {
  top: -1px;
}

.g-form .try-submit .deco-corner-1:before,
.g-form .try-submit .deco-corner-2:before {
  width: 1.63vw;
}

.g-form .try-submit .deco-corner-1:after,
.g-form .try-submit .deco-corner-2:after {
  width: 0.815vw;
}

.g-form .try-submit .deco-corner-3,
.g-form .try-submit .deco-corner-4 {
  bottom: -1px;
}

.g-form .try-submit .deco-corner-3:before,
.g-form .try-submit .deco-corner-4:before {
  width: 0.815vw;
}

.g-form .try-submit .deco-corner-3:after,
.g-form .try-submit .deco-corner-4:after {
  width: 1.63vw;
}

.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
  display: block;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.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;
  transition: 0.2s;
}

.video-wrap .img img {
  width: 100%;
  height: 100%;
  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: 1;
  transition: 0.5s;
}

.video-wrap .img .video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-wrap p {
  font-size: 15px;
}

.video-wrap.is-active .img {
  opacity: 0;
  visibility: hidden;
}

.video-wrap:hover .img img {
  transform: scale(1.3);
}

.video-wrap:hover .img:before {
  opacity: 0;
}

.video-btn-play {
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
  width: 15%;
  height: 0;
  padding-bottom: 10%;
}

.video-btn-play:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 10px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  transition: 0.2s;
}

.video-btn-play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

.video-btn-play:hover:before {
  border: 3px solid white;
  transform: translate(-50%, -50%) scale(1.5);
}

.video-btn-play:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}

.splitEffect {
  overflow: hidden;
  white-space: nowrap;
}

.splitEffect span {
  display: inline-block;
  transform: translateY(100%);
}

.splitEffect span:nth-of-type(1) {
  animation-delay: 0.03s !important;
}

.splitEffect span:nth-of-type(2) {
  animation-delay: 0.06s !important;
}

.splitEffect span:nth-of-type(3) {
  animation-delay: 0.09s !important;
}

.splitEffect span:nth-of-type(4) {
  animation-delay: 0.12s !important;
}

.splitEffect span:nth-of-type(5) {
  animation-delay: 0.15s !important;
}

.splitEffect span:nth-of-type(6) {
  animation-delay: 0.18s !important;
}

.splitEffect span:nth-of-type(7) {
  animation-delay: 0.21s !important;
}

.splitEffect span:nth-of-type(8) {
  animation-delay: 0.24s !important;
}

.splitEffect span:nth-of-type(9) {
  animation-delay: 0.27s !important;
}

.splitEffect span:nth-of-type(10) {
  animation-delay: 0.3s !important;
}

.splitEffect span:nth-of-type(11) {
  animation-delay: 0.33s !important;
}

.splitEffect span:nth-of-type(12) {
  animation-delay: 0.36s !important;
}

.splitEffect span:nth-of-type(13) {
  animation-delay: 0.39s !important;
}

.splitEffect span:nth-of-type(14) {
  animation-delay: 0.42s !important;
}

.splitEffect span:nth-of-type(15) {
  animation-delay: 0.45s !important;
}

.splitEffect span:nth-of-type(16) {
  animation-delay: 0.48s !important;
}

.splitEffect span:nth-of-type(17) {
  animation-delay: 0.51s !important;
}

.splitEffect span:nth-of-type(18) {
  animation-delay: 0.54s !important;
}

.splitEffect span:nth-of-type(19) {
  animation-delay: 0.57s !important;
}

.splitEffect span:nth-of-type(20) {
  animation-delay: 0.6s !important;
}

.splitEffect span:nth-of-type(21) {
  animation-delay: 0.63s !important;
}

.splitEffect span:nth-of-type(22) {
  animation-delay: 0.66s !important;
}

.splitEffect span:nth-of-type(23) {
  animation-delay: 0.69s !important;
}

.splitEffect span:nth-of-type(24) {
  animation-delay: 0.72s !important;
}

.splitEffect span:nth-of-type(25) {
  animation-delay: 0.75s !important;
}

.splitEffect span:nth-of-type(26) {
  animation-delay: 0.78s !important;
}

.splitEffect span:nth-of-type(27) {
  animation-delay: 0.81s !important;
}

.splitEffect span:nth-of-type(28) {
  animation-delay: 0.84s !important;
}

.splitEffect span:nth-of-type(29) {
  animation-delay: 0.87s !important;
}

.splitEffect span:nth-of-type(30) {
  animation-delay: 0.9s !important;
}

.splitEffect.is-animate span {
  animation: se1 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes se1 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.splitEffect.is-animate.delay200 span:nth-of-type(1) {
  animation-delay: 0.23s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(2) {
  animation-delay: 0.26s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(3) {
  animation-delay: 0.29s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(4) {
  animation-delay: 0.32s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(5) {
  animation-delay: 0.35s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(6) {
  animation-delay: 0.38s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(7) {
  animation-delay: 0.41s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(8) {
  animation-delay: 0.44s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(9) {
  animation-delay: 0.47s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(10) {
  animation-delay: 0.5s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(11) {
  animation-delay: 0.53s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(12) {
  animation-delay: 0.56s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(13) {
  animation-delay: 0.59s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(14) {
  animation-delay: 0.62s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(15) {
  animation-delay: 0.65s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(16) {
  animation-delay: 0.68s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(17) {
  animation-delay: 0.71s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(18) {
  animation-delay: 0.74s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(19) {
  animation-delay: 0.77s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(20) {
  animation-delay: 0.8s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(21) {
  animation-delay: 0.83s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(22) {
  animation-delay: 0.86s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(23) {
  animation-delay: 0.89s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(24) {
  animation-delay: 0.92s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(25) {
  animation-delay: 0.95s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(26) {
  animation-delay: 0.98s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(27) {
  animation-delay: 1.01s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(28) {
  animation-delay: 1.04s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(29) {
  animation-delay: 1.07s !important;
}

.splitEffect.is-animate.delay200 span:nth-of-type(30) {
  animation-delay: 1.1s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(1) {
  animation-delay: 0.43s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(2) {
  animation-delay: 0.46s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(3) {
  animation-delay: 0.49s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(4) {
  animation-delay: 0.52s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(5) {
  animation-delay: 0.55s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(6) {
  animation-delay: 0.58s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(7) {
  animation-delay: 0.61s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(8) {
  animation-delay: 0.64s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(9) {
  animation-delay: 0.67s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(10) {
  animation-delay: 0.7s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(11) {
  animation-delay: 0.73s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(12) {
  animation-delay: 0.76s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(13) {
  animation-delay: 0.79s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(14) {
  animation-delay: 0.82s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(15) {
  animation-delay: 0.85s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(16) {
  animation-delay: 0.88s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(17) {
  animation-delay: 0.91s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(18) {
  animation-delay: 0.94s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(19) {
  animation-delay: 0.97s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(20) {
  animation-delay: 1s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(21) {
  animation-delay: 1.03s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(22) {
  animation-delay: 1.06s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(23) {
  animation-delay: 1.09s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(24) {
  animation-delay: 1.12s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(25) {
  animation-delay: 1.15s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(26) {
  animation-delay: 1.18s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(27) {
  animation-delay: 1.21s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(28) {
  animation-delay: 1.24s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(29) {
  animation-delay: 1.27s !important;
}

.splitEffect.is-animate.delay400 span:nth-of-type(30) {
  animation-delay: 1.3s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(1) {
  animation-delay: 0.63s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(2) {
  animation-delay: 0.66s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(3) {
  animation-delay: 0.69s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(4) {
  animation-delay: 0.72s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(5) {
  animation-delay: 0.75s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(6) {
  animation-delay: 0.78s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(7) {
  animation-delay: 0.81s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(8) {
  animation-delay: 0.84s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(9) {
  animation-delay: 0.87s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(10) {
  animation-delay: 0.9s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(11) {
  animation-delay: 0.93s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(12) {
  animation-delay: 0.96s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(13) {
  animation-delay: 0.99s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(14) {
  animation-delay: 1.02s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(15) {
  animation-delay: 1.05s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(16) {
  animation-delay: 1.08s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(17) {
  animation-delay: 1.11s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(18) {
  animation-delay: 1.14s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(19) {
  animation-delay: 1.17s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(20) {
  animation-delay: 1.2s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(21) {
  animation-delay: 1.23s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(22) {
  animation-delay: 1.26s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(23) {
  animation-delay: 1.29s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(24) {
  animation-delay: 1.32s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(25) {
  animation-delay: 1.35s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(26) {
  animation-delay: 1.38s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(27) {
  animation-delay: 1.41s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(28) {
  animation-delay: 1.44s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(29) {
  animation-delay: 1.47s !important;
}

.splitEffect.is-animate.delay600 span:nth-of-type(30) {
  animation-delay: 1.5s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(1) {
  animation-delay: 0.83s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(2) {
  animation-delay: 0.86s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(3) {
  animation-delay: 0.89s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(4) {
  animation-delay: 0.92s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(5) {
  animation-delay: 0.95s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(6) {
  animation-delay: 0.98s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(7) {
  animation-delay: 1.01s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(8) {
  animation-delay: 1.04s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(9) {
  animation-delay: 1.07s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(10) {
  animation-delay: 1.1s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(11) {
  animation-delay: 1.13s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(12) {
  animation-delay: 1.16s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(13) {
  animation-delay: 1.19s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(14) {
  animation-delay: 1.22s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(15) {
  animation-delay: 1.25s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(16) {
  animation-delay: 1.28s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(17) {
  animation-delay: 1.31s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(18) {
  animation-delay: 1.34s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(19) {
  animation-delay: 1.37s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(20) {
  animation-delay: 1.4s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(21) {
  animation-delay: 1.43s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(22) {
  animation-delay: 1.46s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(23) {
  animation-delay: 1.49s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(24) {
  animation-delay: 1.52s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(25) {
  animation-delay: 1.55s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(26) {
  animation-delay: 1.58s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(27) {
  animation-delay: 1.61s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(28) {
  animation-delay: 1.64s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(29) {
  animation-delay: 1.67s !important;
}

.splitEffect.is-animate.delay800 span:nth-of-type(30) {
  animation-delay: 1.7s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(1) {
  animation-delay: 1.03s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(2) {
  animation-delay: 1.06s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(3) {
  animation-delay: 1.09s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(4) {
  animation-delay: 1.12s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(5) {
  animation-delay: 1.15s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(6) {
  animation-delay: 1.18s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(7) {
  animation-delay: 1.21s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(8) {
  animation-delay: 1.24s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(9) {
  animation-delay: 1.27s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(10) {
  animation-delay: 1.3s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(11) {
  animation-delay: 1.33s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(12) {
  animation-delay: 1.36s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(13) {
  animation-delay: 1.39s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(14) {
  animation-delay: 1.42s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(15) {
  animation-delay: 1.45s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(16) {
  animation-delay: 1.48s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(17) {
  animation-delay: 1.51s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(18) {
  animation-delay: 1.54s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(19) {
  animation-delay: 1.57s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(20) {
  animation-delay: 1.6s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(21) {
  animation-delay: 1.63s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(22) {
  animation-delay: 1.66s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(23) {
  animation-delay: 1.69s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(24) {
  animation-delay: 1.72s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(25) {
  animation-delay: 1.75s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(26) {
  animation-delay: 1.78s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(27) {
  animation-delay: 1.81s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(28) {
  animation-delay: 1.84s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(29) {
  animation-delay: 1.87s !important;
}

.splitEffect.is-animate.delay1000 span:nth-of-type(30) {
  animation-delay: 1.9s !important;
}

#g-gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
  background: url(../images/icon-up-fff.svg) no-repeat center #a10123;
  background-size: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  opacity: 0;
  visibility: hidden;
}

#g-gotop:hover {
  background-color: #1166f5;
  background-position: center 30%;
}

#g-gotop.active {
  opacity: 1;
  visibility: visible;
}

@keyframes bg_colorful {

  0%,
  100% {
    background-color: #1166f5;
  }

  33% {
    background-color: #a10123;
  }

  66% {
    background-color: #1166f5;
  }
}

.tns-outer {
  position: relative;
}

.tns-controls button,
.tns-controls div,
.tns-cus-controls button,
.tns-cus-controls div {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: transparent;
  z-index: 3;
  text-indent: -9999px;
  border: 0;
  transform: translateY(-50%);
  background-color: #1166f5;
  cursor: pointer;
}

.tns-controls button:hover,
.tns-controls div:hover,
.tns-cus-controls button:hover,
.tns-cus-controls div:hover {
  background-color: #1166f5;
}

.tns-controls button:active,
.tns-controls div:active,
.tns-cus-controls button:active,
.tns-cus-controls div:active {
  background-color: #a10123;
}

.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: 0;
  background-image: url(../images/icon-left-fff.svg);
}

.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: 0;
  background-image: url(../images/icon-right-fff.svg);
}

.tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}

.tns-nav button {
  width: 25px;
  height: 25px;
  border: 0;
  margin: 2px;
  position: relative;
  background-color: transparent;
}

.tns-nav button:before,
.tns-nav button:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 10px;
  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: #1166f5;
}

.tns-nav button.tns-nav-active:after {
  background-color: #a10123;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

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

.flipper {
  color: #333;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.7em;
}

.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 0.5em;
  text-transform: uppercase;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
}

.flipper-digit:before {
  content: "";
  width: 50%;
  height: 1.5vw;
  background: #fff;
  position: absolute;
  bottom: 100%;
  left: 25%;
  border-top-left-radius: 0.6vw;
  border-top-right-radius: 0.6vw;
}

.flipper-digit span {
  font-size: 20%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: 0.05em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
  opacity: 0;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  transition: transform 0s linear, background 0s linear;
  transform-origin: 0 0.6em 0 !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}

.digit-top.r {
  transition: transform 0.2s linear, background 0.2s linear;
  transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  transition: transform 0s linear, background 0s linear;
  transform: rotateX(-90deg);
  transform-style: preserve-3d !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}

.digit-top2.r {
  visibility: visible;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}

.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-dark {
  color: #fff;
}

.flipper-dark .flipper-delimiter {
  color: #333;
}

.flipper-dark .digit-next {
  background: #333;
}

.flipper-dark .digit-top {
  background: #333;
}

.flipper-dark .digit-top.r {
  background: black;
}

.flipper-dark .digit-top2 {
  background: black;
}

.flipper-dark .digit-top2.r {
  background: #333;
}

.flipper-dark .digit-bottom {
  background: #333;
}

.flipper-dark-labels .flipper-group label {
  color: #333;
}

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

.g-wrap {
  font-size: 1.1vw;
  line-height: 1.7;
  letter-spacing: 0.1vw;
  color: #fff;
  font-family: "d-din", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
}

.g-wrap.lock {
  overflow: hidden;
}

.g-wrap * {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.g-wrap a {
  font-size: 1.1vw;
  font-family: "d-din", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.g-wrap h1,
.g-wrap h2,
.g-wrap h3,
.g-wrap h4,
.g-wrap h5 {
  font-family: "d-din", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 1.7;
  text-transform: inherit;
}

.g-wrap h1 span,
.g-wrap h2 span,
.g-wrap h3 span,
.g-wrap h4 span,
.g-wrap h5 span {
  font-family: "d-din", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.g-section {
  position: relative;
}

#g-game {
  background: linear-gradient(to bottom, #a10123 21%, #c30328 21%, #c30328 80%, #a10123 80%);
  padding: 7.5% 0;
}

#g-game .group {
  display: flex;
  justify-content: center;
  align-items: center;
}

#g-game header {
  width: 33%;
  margin-left: 7%;
}

#g-game header h2 {
  margin-bottom: 8%;
}

#g-game header h2 .icon-thunder {
  width: 1.2vw;
  height: 2.5vw;
  background: url(../images/icon-thunder.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin: 0 2%;
}

#g-game header h2 p {
  font-size: 3.2vw;
  line-height: 1.3;
}

#g-game .btns {
  margin-top: 12%;
  margin-bottom: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#g-game.is-animate #g-game-wrap {
  transform: scale(1);
}

#g-game-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #000;
  width: 45%;
  order: -1;
  transform: scale(0);
  transition: 1s;
}

[id^=game-cut-] {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

[id^=game-cut-].active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

[id^=game-cut-].active [id^=gc-talk-] {
  transform: scale(1, 1);
}

.icon-ultimune {
  width: 97%;
  height: 0;
  padding-bottom: 17%;
  background: url(../images/g-18.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 1%;
  left: 1.5%;
}

.game-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.game-over:before,
.game-over:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: frame_blink 0.3s steps(1, end) infinite;
}

@keyframes frame_blink {

  0%,
  50% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.game-over:before {
  background-image: url(../images/g-19.png);
}

.game-over:after {
  background-image: url(../images/g-20.png);
  animation-delay: -0.15s;
}

.game-over .text {
  width: 60%;
  height: 0;
  padding-bottom: 7.5%;
  background: url(../images/g-21.png);
  background-size: 100%;
  animation: g_frame_y 0.3s steps(2, end) infinite;
  position: absolute;
  top: 42%;
  left: 20%;
  z-index: 1;
}

.game-win {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.game-win .text {
  width: 60%;
  height: 0;
  padding-bottom: 8.9%;
  background: url(../images/g-22.png);
  background-size: 100%;
  animation: g_frame_y 0.3s steps(2, end) infinite;
  position: absolute;
  top: 29%;
  left: 20%;
  z-index: 1;
}

#game-cut-1 {
  background: url(../images/g-16.png) no-repeat center top;
  background-size: 400%;
  animation: g_frame_x 1s steps(3, end) infinite;
}

#game-cut-1 .logo {
  width: 20%;
  height: 0;
  padding-bottom: 5.8%;
  background: url(../images/logo-shiseido.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 2%;
  right: 2%;
  text-indent: -9999px;
}

#game-cut-1 .tips {
  padding-top: 67%;
  color: #fff;
  font-size: 2.2vw;
}

#game-cut-1 .tips span {
  display: inline-block;
  animation: tips_shine 0.8s steps(2, end) infinite alternate;
}

@keyframes tips_shine {
  0% {
    opacity: 0.5;
  }

  50%,
  100% {
    opacity: 1;
  }
}

#game-cut-1 .tips span:nth-of-type(1) {
  animation-delay: -0.5s;
}

#game-cut-1 .tips span:nth-of-type(2) {
  animation-delay: -1s;
}

#game-cut-1 .tips span:nth-of-type(3) {
  animation-delay: -1.5s;
}

#game-cut-1 .tips span:nth-of-type(4) {
  animation-delay: -2s;
}

#game-cut-1 .tips p {
  display: inline-block;
}

#game-cut-1 #game-start {
  display: block;
  padding-top: 3.5%;
  font-size: 2.2vw;
  color: #fff;
  font-weight: bold;
  animation: gc1_start 0.3s infinite alternate;
}

@keyframes gc1_start {

  0%,
  20% {
    color: #F82D64;
  }

  100% {
    color: #fff;
  }
}

#game-cut-1 #game-start:before {
  content: "";
  width: 2.5%;
  height: 0;
  padding-bottom: 2.5%;
  background: url(../images/g-17.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 3%;
}

#game-cut-2 {
  background: #090705;
}

#game-cut-2 ol {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 29% 0 2%;
}

#game-cut-2 li {
  width: 50%;
  position: relative;
}

#game-cut-2 li:nth-of-type(1) p {
  color: #A0EC5D;
}

#game-cut-2 li:nth-of-type(2) p {
  color: #E76BA3;
}

#game-cut-2 li p {
  font-size: 2.2vw;
}

#game-cut-2 i.icon-cell-1 {
  width: 53%;
  height: 0;
  padding-bottom: 53%;
  background: url(../images/g-8.png) no-repeat center top;
  background-size: 500%;
  animation: g_frame_x 1s steps(4, end) infinite;
  display: block;
  margin: 0 auto;
}

#game-cut-2 i.icon-cell-2 {
  width: 38%;
  height: 0;
  padding-bottom: 38%;
  background: url(../images/g-6.png) no-repeat center top;
  background-size: 500%;
  animation: g_frame_x 1s steps(4, end) infinite;
  display: block;
  margin: 10% auto;
}

#game-cut-2 i.icon-arrow {
  width: 14%;
  height: 0;
  padding-bottom: 14%;
  display: block;
  position: absolute;
  top: 110%;
  left: 43%;
}

#game-cut-2 i.icon-arrow:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: url(../images/g-10.png) no-repeat center top;
  background-size: 400%;
  animation: g_frame_x 0.3s steps(3, end) infinite;
  display: block;
}

#game-cut-3 {
  background: url(../images/g-12.png) no-repeat center top;
  background-size: 400%;
  animation: g_frame_x 1s steps(3, end) infinite;
}

#game-cut-3.is-start [id^=g1-evil-] {
  transform: translateY(0);
}

#game-cut-3.is-start #g1-countdown {
  animation: g_countdown 6s linear forwards;
}

#game-cut-3.is-start [id^=g1-thunder-] {
  animation: g_frame_x 0.5s steps(9, start) forwards;
}

#game-cut-3.is-start #g1-skin {
  animation: g_frame_y_reverse 6s steps(9, end) forwards;
}

#game-cut-3.is-failed [id^=g1-evil-] {
  transform: translateY(600%);
  opacity: 0;
  visibility: hidden;
}

#game-cut-3.is-failed #g1-skin {
  background-position: 0 0 !important;
}

#game-cut-3.is-failed #g1-replay {
  opacity: 1;
  visibility: visible;
}

#game-cut-3.is-failed .game-over {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#game-cut-3.is-success [id^=g1-evil-] {
  transform: translateY(-200%);
  opacity: 0;
  visibility: hidden;
}

#game-cut-3.is-success #g1-skin {
  animation: g_frame_y 1s steps(9, end) forwards;
}

#game-cut-3.is-success #g1-countdown {
  animation: none !important;
  width: 0;
}

#game-cut-3.is-success [id^=g1-thunder-] {
  opacity: 0;
}

#game-cut-3.is-success .game-win {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#game-cut-3 [id^=g1-evil-] {
  width: 7.5%;
  height: 0;
  padding-bottom: 6%;
  background: url(../images/g-1.png) no-repeat center top;
  background-size: 400%;
  animation: g_frame_x 1s steps(3, end) infinite;
  position: absolute;
  transition: 1s;
  transform: translateY(-300%);
}

@keyframes g_frame_x {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes g_frame_y {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100%;
  }
}

@keyframes g_frame_y_reverse {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

#game-cut-3 #g1-evil-1 {
  top: 22%;
  left: 10%;
}

#game-cut-3 #g1-evil-2 {
  top: 30%;
  left: 31%;
}

#game-cut-3 #g1-evil-3 {
  top: 19%;
  left: 65%;
}

#game-cut-3 #g1-evil-4 {
  top: 32%;
  left: 83%;
}

#game-cut-3 [id^=g1-thunder-] {
  width: 10%;
  height: 0;
  padding-bottom: 25%;
  background: url(../images/g-2.png);
  background-size: 1000%;
  position: absolute;
  transform-origin: 50% 0;
}

#game-cut-3 #g1-thunder-1 {
  animation-delay: 0.65s;
}

#game-cut-3 #g1-thunder-2 {
  animation-delay: 1.3s;
}

#game-cut-3 #g1-thunder-3 {
  animation-delay: 1.95s;
}

#game-cut-3 #g1-thunder-4 {
  animation-delay: 2.6s;
}

#game-cut-3 #g1-thunder-5 {
  animation-delay: 3.25s;
}

#game-cut-3 #g1-thunder-6 {
  animation-delay: 3.9s;
}

#game-cut-3 #g1-thunder-7 {
  animation-delay: 4.55s;
}

#game-cut-3 #g1-thunder-8 {
  animation-delay: 5.2s;
}

#game-cut-3 #g1-thunder-2,
#game-cut-3 #g1-thunder-5 {
  top: 28%;
  left: 10%;
  transform: scale(1, 0.9);
}

#game-cut-3 #g1-thunder-1,
#game-cut-3 #g1-thunder-8 {
  top: 36%;
  left: 30%;
  transform: scale(1, 0.53);
}

#game-cut-3 #g1-thunder-3,
#game-cut-3 #g1-thunder-6 {
  top: 25%;
  left: 64%;
}

#game-cut-3 #g1-thunder-4,
#game-cut-3 #g1-thunder-7 {
  top: 38.2%;
  left: 81.3%;
  transform: scale(1, 0.45);
}

#game-cut-3 #g1-skin {
  width: 92%;
  height: 0;
  padding-bottom: 14%;
  background: url(../images/g-3.png);
  background-size: 100% 1000%;
  position: absolute;
  top: 49%;
  left: 4%;
  background-position: 0 88.9%;
  transition: 0s;
}

@keyframes g1_skin_attack {
  0% {
    background-position: 0 77.8%;
  }

  12.5% {
    background-position: 0 66.7%;
  }

  25% {
    background-position: 0 55.6%;
  }

  37.5% {
    background-position: 0 44.5%;
  }

  50% {
    background-position: 0 33.4%;
  }

  62.5% {
    background-position: 0 22.3%;
  }

  75% {
    background-position: 0 11.2%;
  }

  87.5%,
  100% {
    background-position: 0 0%;
  }
}

#game-cut-3 [id^=g1-cell-] {
  width: 19%;
  height: 0;
  padding-bottom: 19%;
  position: absolute;
  top: 53%;
  transition: 0s;
  transform: translateY(300%);
}

#game-cut-3 [id^=g1-cell-]:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: url(../images/g-11.png);
  background-size: 600%;
  animation: g_frame_x 1s steps(5, end) infinite;
  display: block;
}

#game-cut-3 [id^=g1-cell-].is-defence {
  transition: 1s;
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#game-cut-3 #g1-cell-1 {
  left: 15%;
}

#game-cut-3 #g1-cell-2 {
  left: 40%;
}

#game-cut-3 #g1-cell-3 {
  left: 65%;
}

#game-cut-3 #g1-replay {
  opacity: 0;
  visibility: hidden;
}

#game-cut-3 #g1-countdown {
  width: 0%;
  height: 5px;
  background: #E76BA3;
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes g_countdown {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

#game-cut-4 {
  background: url(../images/g-13.png) no-repeat center top;
  background-size: 500%;
  animation: g_frame_x 1s steps(4, end) infinite;
}

#game-cut-4.is-start #g2-countdown {
  animation: g_countdown 10s linear forwards;
}

#game-cut-4.is-failed #g2-replay {
  opacity: 1;
  visibility: visible;
}

#game-cut-4.is-failed .game-over {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#game-cut-4.is-success #g2-countdown {
  animation: none !important;
  width: 0;
}

#game-cut-4.is-success .game-win {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#game-cut-4 .g2-outline {
  margin-top: 7%;
  padding-bottom: 88%;
  position: relative;
}

#game-cut-4 [id^=g2-evil-] {
  width: 15%;
  height: 0;
  padding-bottom: 13%;
  position: absolute;
}

#game-cut-4 [id^=g2-evil-]:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: url(../images/g-5.png);
  background-size: 400%;
  animation: g_frame_x 1s steps(3, end) infinite;
  display: block;
}

#game-cut-4 [id^=g2-evil-]:after {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: scale(0);
  transition: 1s;
}

#game-cut-4 [id^=g2-evil-].is-stop {
  animation: g2_evil_hide 0s 1.2s forwards !important;
}

@keyframes g2_evil_hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#game-cut-4 [id^=g2-evil-].is-stop:after {
  animation: g2_evil_white_circle 1s forwards;
}

@keyframes g2_evil_white_circle {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

#game-cut-4 [id^=g2-evil-].is-freeze {
  animation: none !important;
}

#game-cut-4 [id^=g2-evil-].is-freeze:before {
  animation: none !important;
}

#game-cut-4 #g2-evil-1 {
  animation: g2_evil_route_1 5s linear infinite;
}

@keyframes g2_evil_route_1 {
  0% {
    top: 62%;
    left: 55%;
  }

  10% {
    top: 62%;
    left: 30%;
  }

  25% {
    top: 50%;
    left: 30%;
  }

  35% {
    top: 50%;
    left: 5%;
  }

  45% {
    top: 37%;
    left: 5%;
  }

  55% {
    top: 37%;
    left: 17%;
  }

  65% {
    top: 50%;
    left: 17%;
  }

  85% {
    top: 50%;
    left: 55%;
  }

  100% {
    top: 62%;
    left: 55%;
  }
}

#game-cut-4 #g2-evil-2 {
  animation: g2_evil_route_2 5s linear infinite;
}

@keyframes g2_evil_route_2 {
  0% {
    top: 24%;
    left: 2%;
  }

  10% {
    top: 24%;
    left: 18%;
  }

  20% {
    top: 37%;
    left: 18%;
  }

  30% {
    top: 37%;
    left: 30%;
  }

  50% {
    top: 10%;
    left: 30%;
  }

  80% {
    top: 10%;
    left: 2%;
  }

  100% {
    top: 24%;
    left: 2%;
  }
}

#game-cut-4 #g2-evil-3 {
  animation: g2_evil_route_3 5s linear infinite;
}

@keyframes g2_evil_route_3 {
  0% {
    top: 12%;
    left: 55%;
  }

  30% {
    top: 50%;
    left: 55%;
  }

  40% {
    top: 50%;
    left: 65%;
  }

  50% {
    top: 37%;
    left: 65%;
  }

  60% {
    top: 37%;
    left: 81%;
  }

  70% {
    top: 24.5%;
    left: 81%;
  }

  80% {
    top: 24.5%;
    left: 69%;
  }

  90% {
    top: 12%;
    left: 69%;
  }

  100% {
    top: 12%;
    left: 55%;
  }
}

#game-cut-4 #g2-evil-4 {
  animation: g2_evil_route_4 5s linear infinite;
}

@keyframes g2_evil_route_4 {
  0% {
    top: 62%;
    left: 69%;
  }

  10% {
    top: 50%;
    left: 69%;
  }

  20% {
    top: 50%;
    left: 81%;
  }

  30% {
    top: 37%;
    left: 81%;
  }

  50% {
    top: 37%;
    left: 45%;
  }

  60% {
    top: 25%;
    left: 45%;
  }

  70% {
    top: 25%;
    left: 55%;
  }

  90% {
    top: 62%;
    left: 55%;
  }

  100% {
    top: 62%;
    left: 69%;
  }
}

#game-cut-4 [id^=g2-guard-] {
  width: 15%;
  height: 0;
  padding-bottom: 13%;
  position: absolute;
  overflow: hidden;
}

#game-cut-4 [id^=g2-guard-]:before {
  content: "";
  width: 101%;
  height: 0;
  padding-bottom: 100%;
  background: url(../images/g-6.png);
  background-size: 500%;
  animation: g_frame_x 1s steps(4, end) infinite;
  display: block;
}

#game-cut-4 [id^=g2-guard-]:after {
  content: "";
  width: 101%;
  height: 0;
  padding-bottom: 100%;
  background: url(../images/g-7.png);
  background-size: 700%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#game-cut-4 [id^=g2-guard-].is-stop {
  animation: none !important;
}

#game-cut-4 [id^=g2-guard-].is-stop:after {
  animation: g_frame_x 1s steps(6, end) forwards;
}

#game-cut-4 [id^=g2-guard-].is-freeze {
  animation: none !important;
}

#game-cut-4 [id^=g2-guard-].is-freeze:before {
  animation: none !important;
}

#game-cut-4 #g2-guard-1 {
  animation: g2_evil_route_1 5s -4s linear infinite;
}

#game-cut-4 #g2-guard-2 {
  animation: g2_evil_route_2 5s -4s linear infinite;
}

#game-cut-4 #g2-guard-3 {
  animation: g2_evil_route_3 5s -4s linear infinite;
}

#game-cut-4 #g2-guard-4 {
  animation: g2_evil_route_4 5s -4s linear infinite;
}

#game-cut-4 #g2-replay {
  opacity: 0;
  visibility: hidden;
}

#game-cut-4 #g2-countdown {
  width: 0%;
  height: 5px;
  background: #E76BA3;
  position: absolute;
  bottom: 0;
  left: 0;
}

[id^=gc-talk-] {
  position: absolute;
  width: 93%;
  height: 22%;
  top: 74.5%;
  left: 4%;
  border: 0.5vw solid #F82D64;
  border-radius: 0.5vw;
  font-size: 2.4vw;
  color: #fff;
  line-height: 1.5;
  padding-top: 0.4vw;
  background: #000;
  transform: scale(1, 0);
  transition: 1s;
}

[id^=gc-talk-] i.icon-ghost-1 {
  width: 7.5%;
  height: 0;
  padding-bottom: 6%;
  background: url(../images/g-1.png) no-repeat center top;
  background-size: 400%;
  animation: g_frame_x 1s steps(3, end) infinite;
  position: relative;
  margin-left: 2%;
  transition: 1s;
  display: inline-block;
}

[id^=gc-talk-] i.icon-ghost-2 {
  content: "";
  width: 10%;
  height: 0;
  padding-bottom: 8%;
  margin-bottom: -1%;
  background: url(../images/g-5.png);
  background-size: 400%;
  animation: g_frame_x 1s steps(3, end) infinite;
  position: relative;
  display: inline-block;
}

#g1-replay,
#g2-replay,
#game-replay {
  position: absolute;
  top: 85.5%;
  left: 30%;
  width: 40%;
  font-size: 2.3vw;
  color: #fff;
  background: #F82D64;
  z-index: 1;
  border-radius: 200px;
  line-height: 1.5;
  cursor: pointer;
  animation: replay_btn_shine 1s infinite;
}

@keyframes replay_btn_shine {

  0%,
  50% {
    background: #F82D64;
  }

  50.1%,
  100% {
    background: #3fce00;
  }
}

#g1-replay .icon-arrow,
#g2-replay .icon-arrow,
#game-replay .icon-arrow {
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  display: inline-block;
  position: relative;
  transform: rotate(90deg);
  margin-right: 5%;
}

#g1-replay .icon-arrow:before,
#g2-replay .icon-arrow:before,
#game-replay .icon-arrow:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: url(../images/g-10.png) no-repeat center top;
  background-size: 400%;
  animation: g_frame_x 0.3s steps(3, end) infinite;
  display: block;
}

#g1-replay:hover,
#g2-replay:hover,
#game-replay:hover {
  background: #E76BA3;
}

#game-replay {
  top: 76%;
  left: 2%;
}

#game-cut-5 {
  background: url(../images/g-14.png) no-repeat center top;
  background-size: 500%;
  animation: g_frame_x 1s steps(4, end) infinite;
}

#game-cut-5 .game-win {
  opacity: 1;
  visibility: visible;
}

#game-cut-5 .game-win .text {
  top: 57%;
}

#game-cut-6 {
  background: url(../images/g-15.png?v2) no-repeat center top;
  background-size: 100%;
}

#game-cut-6 .logo {
  width: 25%;
  height: 0;
  padding-bottom: 6.8%;
  background: url(../images/logo-shiseido-black.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 15%;
  left: 20%;
  text-indent: -9999px;
}

#g-kv {
  position: relative;
  height: 58vw;
}

#g-kv .logo-brand {
  width: 13%;
  height: 8vw;
  position: absolute;
  bottom: 5.6%;
  right: 3.5%;
  background: url(../images/logo-brand.png) no-repeat center top;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 1;
}

#g-kv .bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #cf0237, #c30230, #a70222);
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

#g-kv .bg:before {
  content: "";
  width: 75vw;
  height: 75vw;
  border-radius: 50%;
  background: radial-gradient(closest-side, #d80121 1%, #d80121 60%, #ff5866 88%, #f05161 91%, rgba(226, 74, 96, 0.03) 100%, rgba(226, 74, 96, 0) 100%);
  position: absolute;
  top: -16%;
  left: 35%;
}

#g-kv .bg .ball {
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: 18%;
  left: 56%;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  transition: 2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#g-kv .bg .ball video {
  width: 100%;
}

#g-kv .bg .ball img {
  width: 100%;
}

#g-kv .bg .pd {
  width: 31.2%;
  height: 37.1vw;
  position: absolute;
  top: 20%;
  left: 38.4%;
  transform: translateY(-100%);
  transition: 2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#g-kv .bg .pd img {
  width: 100%;
}

#g-kv .bg .pd [class*=deco-light-] {
  content: "";
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-image: url(../images/icon-light-5.png);
  animation: star_shine_1 linear 1s infinite;
}

@keyframes star_shine_1 {
  0% {
    transform: scale(0);
  }

  25% {
    transform: scale(1);
  }

  50%,
  100% {
    transform: scale(0);
  }
}

#g-kv .bg .pd .deco-light-1 {
  animation-delay: -0.2s;
}

#g-kv .bg .pd .deco-light-2 {
  animation-delay: -0.4s;
}

#g-kv .bg .pd .deco-light-3 {
  animation-delay: -0.6s;
}

#g-kv .bg .pd .deco-light-4 {
  animation-delay: -0.8s;
}

#g-kv .bg .pd .deco-light-1 {
  width: 3vw;
  height: 3vw;
  bottom: 14%;
  left: -4%;
}

#g-kv .bg .pd .deco-light-2 {
  width: 2vw;
  height: 2vw;
  bottom: 93.9%;
  left: 86.8%;
}

#g-kv .bg .pd .deco-light-3 {
  width: 1.5vw;
  height: 1.5vw;
  bottom: 52.5%;
  left: 67.9%;
}

#g-kv .bg .pd .deco-light-4 {
  width: 3vw;
  height: 3vw;
  bottom: 62%;
  left: 32%;
}

#g-kv .txt {
  padding: 12.3% 0 0 6%;
  text-align: left;
  position: relative;
}

#g-kv header h1 {
  line-height: 1.7;
}

#g-kv header h1 b {
  font-size: 3.3vw;
  font-weight: normal;
}

#g-kv header h1 b span {
  font-size: 3.8vw;
  background: #ae002b;
  display: inline-block;
  line-height: 1;
  padding: 0 1vw;
  margin-right: 1%;
}

#g-kv header h1 p {
  font-size: 2.45vw;
}

#g-kv header>p {
  font-size: 1.5vw;
  line-height: 1.2;
}

#g-kv header>p sup {
  font-size: 0.5vw;
}

#g-kv .three-step {
  width: 31%;
  font-size: 2.6vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4%;
  text-shadow: 0 0 1vw orange, 0 0 0.5vw rgba(255, 255, 255, 0.5);
}

#g-kv .three-step dt {
  width: 20%;
  color: #fffccc;
}

#g-kv .three-step dt span {
  font-size: 4.5vw;
  display: inline-block;
  transform: skew(-9deg);
  line-height: 0.8;
}

#g-kv .three-step dd {
  width: 80%;
}

#g-kv .three-step dd sup {
  line-height: 1;
}

#g-kv .three-step dt,
#g-kv .three-step dd {
  margin-bottom: 1%;
}

#g-kv .btns {
  margin-top: 3.8%;
}

#g-kv .note {
  margin-top: 2.5%;
  font-size: 0.5vw;
  line-height: 1.3;
  opacity: 0.6;
}

#g-kv.is-animate .bg .ball {
  transform: translateY(0);
}

#g-kv.is-animate .bg .pd {
  transform: translateY(0);
}

.font-bodidota {
  font-family: "bodidota";
}

#g-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4.5% 0 1.5%;
  background: #a10123;
}

#g-countdown .promo {
  width: 30%;
  height: 40.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-size: 2.7vw;
  position: relative;
}

#g-countdown .promo:before,
#g-countdown .promo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/countdown-pd.jpg) no-repeat 0 0;
  background-size: 200%;
}

#g-countdown .promo:after {
  background-position: 100% 0;
  animation: promo_pd_shine 0.5s infinite alternate;
}

@keyframes promo_pd_shine {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#g-countdown .promo>div {
  position: relative;
  z-index: 1;
}

#g-countdown .timer {
  width: 70%;
}

#g-countdown .timer header {
  margin-bottom: 5%;
}

#g-countdown .timer header h2 {
  font-size: 2.2vw;
}

#g-countdown .timer header h2 b {
  font-size: 3.5vw;
  margin-right: 1%;
}

#g-countdown .timer header:before,
#g-countdown .timer header:after {
  content: "";
  width: 80%;
  height: 1.2vw;
  background: url(../images/icon-light-6.png) no-repeat center top;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  mix-blend-mode: screen;
}

#g-countdown .timer .flipper {
  color: #a10123;
}

#g-countdown .timer .flipper-group label {
  padding-top: 0.8em;
}

#g-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6% 3.7% 6% 4%;
  background: #fff;
}

#g-video .txt {
  color: #a10123;
  width: 42%;
}

#g-video .txt header {
  border-bottom: 1px solid rgba(161, 1, 35, 0.3);
  padding-bottom: 4%;
  margin-bottom: 4%;
}

#g-video .txt header h2 {
  font-size: 2.7vw;
  line-height: 1.1;
}

#g-video .txt header p {
  font-size: 2.1vw;
}

#g-video .txt>p {
  text-align: left;
  font-size: 1.4vw;
  text-align: justify;
}

#g-video .video {
  width: 54.3%;
  border: 0.73vw solid #a10123;
  border-radius: 0.5vw;
  position: relative;
}

#g-video .video:before {
  content: "";
  width: 2.5vw;
  height: 11.4vw;
  background: #a10123;
  position: absolute;
  top: 30%;
  left: 100%;
  border-top-right-radius: 0.5vw;
  border-bottom-right-radius: 0.5vw;
}

#g-feature {
  height: 76.7vw;
  background: #b91d36;
  text-align: left;
}

#g-feature .bg:before {
  content: "";
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  background: radial-gradient(closest-side, #ffb7c4 0%, #e64d69 60%, #c8233f 88%, rgba(200, 35, 63, 0) 100%);
  position: absolute;
  top: 20%;
  left: 24%;
  opacity: 0;
  transition: 3s;
}

#g-feature .bg .icon-triangle {
  width: 49vw;
  height: 44vw;
  background: url(../images/feature-triangle.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 20%;
  left: 24%;
}

#g-feature .bg .icon-light-1 {
  width: 12vw;
  height: 12vw;
  background: url(../images/icon-light-1.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -5%;
  left: -12%;
  mix-blend-mode: screen;
  animation: star_shine_2 0.5s infinite alternate;
}

@keyframes star_shine_2 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.2);
  }
}

#g-feature .bg .icon-light-2 {
  width: 15vw;
  height: 15vw;
  background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0) 50%);
  background-size: 100%;
  position: absolute;
  top: 26%;
  left: 39%;
  mix-blend-mode: screen;
  animation: star_shine_2 1s infinite alternate;
}

#g-feature .bg .pd {
  width: 15.9%;
  height: 50vw;
  position: absolute;
  top: 28.4%;
  left: 40.7%;
  transform: translateY(-30%);
  transition: 2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#g-feature .bg .pd img {
  width: 100%;
}

#g-feature header {
  padding: 5.5% 0 0 5%;
}

#g-feature header h2 {
  font-size: 5vw;
  transform: skew(-9deg);
  line-height: 1.2;
}

#g-feature header p {
  font-size: 3vw;
  transform: skew(-9deg);
}

#g-feature .step li {
  position: absolute;
}

#g-feature .step li:nth-of-type(1) {
  top: 7.5%;
  left: 37.4%;
}

#g-feature .step li:nth-of-type(1) h3.circle {
  background-position: 0 0;
}

#g-feature .step li:nth-of-type(1) .font-bodidota {
  left: -2%;
}

#g-feature .step li:nth-of-type(2) {
  top: 60.3%;
  left: 6.2%;
}

#g-feature .step li:nth-of-type(2) .desc {
  top: 100%;
  left: 0;
  width: 24vw;
}

#g-feature .step li:nth-of-type(3) {
  top: 49%;
  left: 74%;
}

#g-feature .step li:nth-of-type(3) .desc {
  top: 100%;
  left: 0;
  width: 24vw;
}

#g-feature .step h3.circle {
  width: 10.4vw;
  height: 10.4vw;
  position: relative;
}

#g-feature .step h3.circle>div {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-top: 20.5%;
  padding-left: 44.5%;
  transform: scale(0);
  transition: 1s;
  transition-delay: 0.5s;
}

#g-feature .step h3.circle:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/feature-circle.png) no-repeat 0 0;
  background-size: 200%;
  background-position: 100% 0;
  position: absolute;
  top: 0;
  left: 0;
}

#g-feature .step h3.circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-left: 0.5vw solid #fffccc;
  border-right: 0.5vw solid #fffccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

#g-feature .step .font-bodidota {
  font-size: 11.7vw;
  transform: skew(-9deg);
  position: absolute;
  top: -8%;
  left: -7%;
  line-height: 1;
  color: #fffccc;
  text-shadow: 0 0 1vw #fffccc;
}

#g-feature .step .unit {
  font-size: 4.5vw;
  transform: skew(-9deg);
  line-height: 0.9;
  color: #fffccc;
  text-shadow: 0 0 1vw #fffccc;
}

#g-feature .step small {
  font-size: 1.8vw;
  display: block;
  white-space: nowrap;
}

#g-feature .desc {
  margin-left: 3%;
  width: 25vw;
  padding-top: 6%;
  position: absolute;
  top: 9%;
  left: 115%;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-delay: 1.5s;
}

#g-feature .desc h4 {
  font-size: 1.5vw;
  padding-bottom: 2%;
}

#g-feature .desc h4:after {
  content: "";
  width: 77%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
  position: relative;
  top: -0.3vw;
}

#g-feature .desc p {
  font-size: 1vw;
  line-height: 1.6;
}

#g-feature .btns {
  position: absolute;
  top: 88%;
  left: 0;
  width: 100%;
  text-align: center;
}

#g-feature.is-animate .bg:before {
  opacity: 1;
}

#g-feature.is-animate .bg .pd {
  transform: translateY(0);
}

#g-feature.is-animate .step h3.circle>div {
  transform: scale(1);
}

#g-feature.is-animate .step h3.circle:after {
  animation: h3_circle_1 linear 1s forwards;
}

@keyframes h3_circle_1 {
  0% {
    border-width: 0.5vw;
    transform: rotate(0);
  }

  100% {
    border-width: 0vw;
    transform: rotate(360deg);
  }
}

#g-feature.is-animate .desc {
  opacity: 1;
  visibility: visible;
}

#g-kol {
  color: #c30328;
  background: url(../images/bg-kol.jpg) no-repeat center top #fff;
  background-size: 100%;
}

#g-kol header {
  padding-left: 40%;
  padding-top: 13.5%;
}

#g-kol header h2 {
  font-size: 2.7vw;
  line-height: 1.4;
  opacity: 0;
  transition: 1s;
  transform: translateY(20%);
}

#g-kol header .quote {
  position: relative;
  width: 55%;
  margin: 3% auto 0;
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}

#g-kol header .quote:before,
#g-kol header .quote:after {
  position: absolute;
  font-size: 1.7vw;
}

#g-kol header .quote:before {
  content: "「";
  top: -20%;
  left: 1%;
}

#g-kol header .quote:after {
  content: "」";
  bottom: -20%;
  right: 0;
}

#g-kol header .quote p {
  font-size: 1.4vw;
  line-height: 1.5;
}

#g-kol .video {
  width: 92%;
  margin: 19% auto 5%;
}

#g-kol.is-animate header h2 {
  opacity: 1;
  transform: translateY(0);
}

#g-kol.is-animate header .quote {
  opacity: 1;
}

.this-form {
  padding: 0;
  color: #000;
  text-align: left;
  /* padding-bottom: 7%; */
  background: #fff;
}

.this-form .window {
  border: 0.2vw solid #bc1d38;
}

.this-form .window~.window {
  margin-top: 7%;
}

.this-form .toolbar {
  height: 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.5% 0 3.8%;
  background: #c30328;
}

.this-form .toolbar .dots {
  width: 8vw;
  height: 1.2vw;
  background: url(../images/try-toolbar-dot.png) no-repeat center top;
  background-size: 100%;
}

.this-form .toolbar .score {
  width: 21vw;
  height: 4vw;
  background: url(../images/try-toolbar-score.png) no-repeat center top;
  background-size: 100%;
}

.this-form .flex {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.this-form .left {
  width: 100%;
}

.this-form .left header {
  border-style: solid;
  border-width: 25px 25px 25px 25px;
  border-image: url(../images/try-h2-border.png) 25 25 25 25 repeat stretch;
  background-color: transparent;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.this-form .left header:before,
.this-form .left header:after {
  content: "";
  width: 2vw;
  height: 3.5vw;
  background: url(../images/icon-thunder-pink.png) no-repeat center top;
  background-size: 100%;
  display: inline-block;
  margin: 0 3%;
}

.this-form .left header h2 {
  font-size: 2.5vw;
  color: #bc1d38;
  display: inline-block;
  line-height: 1.3;
}

.this-form .left header h2 small {
  font-size: 2vw;
}

.this-form .left .intro {
  font-size: 1.5vw;
  padding: 2% 4%;
}

.this-form .right {
  width: 18%;
  padding-top: 4%;
}

.this-form .right img {
  width: 100%;
}

.this-form .list-thunder {
  margin-top: 2%;
}

.this-form .list-thunder li {
  font-size: 1.5vw;
}

.list-thunder li {
  padding-left: 2.119vw;
  position: relative;
}

.list-thunder li:before {
  content: "";
  width: 0.9vw;
  height: 0.9vw;
  background: url(../images/icon-thunder-black.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0.5vw;
  left: 0;
}

#g-sale {
  display: flex;
  background: #d7263e;
  perspective: 500px;
}

#g-sale.is-animate .sale-list {
  transform: rotateX(0);
  opacity: 1;
  visibility: visible;
}

#g-wish {
  width: 17%;
  position: relative;
  margin-left: 3.2%;
  margin-right: 3.8%;
  margin-top: -2.2vw;
}

#g-wish.is-lock {
  pointer-events: none;
}

#g-wish:before {
  content: "";
  width: 140%;
  height: 50vw;
  background: radial-gradient(closest-side, #ffed5a 60%, rgba(255, 237, 90, 0) 100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -20%;
  animation: wish_bg_shine 0.5s infinite alternate;
}

@keyframes wish_bg_shine {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

#g-wish:after {
  content: "";
  width: 100%;
  height: 10vw;
  background: url(../images/wish-pd-reflection.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 83%;
  left: 2%;
}

#g-wish .dark-side,
#g-wish .bright-side {
  background: url(../images/wish-pd.png) no-repeat;
  background-size: 200%;
  width: 100%;
  height: 51vw;
  overflow: hidden;
  position: relative;
}

#g-wish .dark-side {
  background-position: 100% 0;
  transition: 1s;
  z-index: 2;
}

#g-wish .bright-side {
  background-position: 0 0;
  position: absolute;
  z-index: 1;
}

#g-wish .bright-side:before {
  content: "";
  width: 19vw;
  height: 10vw;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
  position: absolute;
  top: 34%;
  left: 5%;
  border-radius: 50%;
}

#g-wish .bright-side .lock {
  color: #fff;
}

#g-wish .bright-side .lock .icon-lock {
  background-image: url(../images/icon-lock-white.png);
}

#g-wish .bright-side .count .no,
#g-wish .bright-side .count span {
  background: radial-gradient(farthest-corner at 50% 50%, #fff 0%, #f96483 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

#g-wish .bright-side .btn {
  background: linear-gradient(to bottom, #ffadc0 0%, #fff 50%, #ffadc0 100%);
}

#g-wish .txt {
  position: relative;
  z-index: 1;
}

#g-wish .lock {
  padding-top: 82%;
  font-size: 2vw;
  color: #ed3e69;
}

#g-wish .lock .icon-lock {
  width: 1.5vw;
  height: 2.3vw;
  background: url(../images/icon-lock-pink.png) no-repeat center top;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 0.5vw;
  margin-right: 3%;
}

#g-wish .count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2%;
  text-align: center;
}

#g-wish .count .no,
#g-wish .count span {
  background: radial-gradient(farthest-corner at 50% 50%, #f96483 0%, #fff 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #bc1d38;
}

#g-wish .count .no {
  font-size: 7.5vw;
  font-weight: bold;
  line-height: 1;
}

#g-wish .count span {
  font-size: 4vw;
}

#g-wish .btn {
  background: linear-gradient(to bottom, #ef4e75 0%, #ffadc0 50%, #ef4e75 100%);
  border-radius: 100px;
  color: #000;
  font-size: 1.7vw;
  width: 57%;
  margin: 2% auto 0;
  cursor: pointer;
  animation: wish_btn_jump 0.4s infinite alternate;
}

#g-wish .btn:after {
  content: "";
  width: 25vw;
  height: 25vw;
  background: #fff;
  position: absolute;
  top: calc(50% - 12.5vw);
  left: calc(50% - 12.5vw);
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s;
}

#g-wish .btn:hover:after {
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
}

@keyframes wish_btn_jump {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}

#g-wish .btn.is-stop {
  animation: none;
}

#g-wish .btn.is-stop:after {
  display: none;
}

#g-wish .wish-mask {
  position: absolute;
  width: 100%;
}

#g-wish #wish-lights {
  margin-top: -0.8vw;
  z-index: 2;
  position: relative;
  mix-blend-mode: screen;
  pointer-events: none;
  width: 120%;
  left: -10%;
  opacity: 0;
  visibility: hidden;
}

#g-wish #wish-lights.active {
  opacity: 1;
  visibility: visible;
}

#g-wish #wish-lights .line {
  width: 100%;
  height: 2vw;
  background: url(../images/icon-light-4.png) no-repeat center top;
  background-size: 100%;
  mix-blend-mode: screen;
}

#g-wish #wish-lights .sparkle {
  position: absolute;
  top: -60%;
  left: 20%;
  width: 60%;
  height: 5vw;
  mix-blend-mode: screen;
}

#g-wish #wish-lights .sparkle:before,
#g-wish #wish-lights .sparkle:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon-light-3.png) no-repeat center top;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: sparkle_light 2s linear infinite;
}

@keyframes sparkle_light {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

#g-wish #wish-lights .sparkle:after {
  animation-delay: -1s;
  background-size: 150%;
}

.sale-list {
  width: 17.5%;
  margin-right: 1%;
  margin-top: 5%;
  position: relative;
  color: #000;
  background: #fff;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  margin-bottom: 13%;
  transform: rotateY(-90deg);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sale-list:nth-of-type(1) {
  transition-delay: 0.2s;
}

.sale-list:nth-of-type(2) {
  transition-delay: 0.4s;
}

.sale-list:nth-of-type(3) {
  transition-delay: 0.6s;
}

.sale-list:nth-of-type(4) {
  transition-delay: 0.8s;
}

.sale-list:nth-of-type(5) {
  transition-delay: 1s;
}

.sale-list .lock-cover {
  padding-top: 40%;
  color: #fff;
  transition: 1s;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #850717;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.sale-list .lock-cover h3 {
  font-size: 1.7vw;
  line-height: 1.3;
}

.sale-list .lock-cover .tip {
  background: url(../images/icon-lock-dark.png) no-repeat center top;
  background-size: 100%;
  width: 13vw;
  height: 13vw;
  margin: 7% auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4vw;
  color: #ffabbe;
}

.sale-list:before {
  content: "";
  width: 35%;
  height: 1.6vw;
  position: absolute;
  bottom: 100%;
  left: 32%;
  display: block;
  background: #fff;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
}

.sale-list.is-lock {
  pointer-events: none;
  background: #850717;
}

.sale-list.is-lock .lock-cover {
  opacity: 1;
  visibility: visible;
}

.sale-list.is-lock:before {
  background: #850717;
}

.sale-list.sale-2 .header {
  padding-top: 8%;
  margin-bottom: -6%;
}

.sale-list.sale-2 .header h3 {
  color: #bc1d38;
}

.sale-list .header {
  padding-top: 12%;
}

.sale-list .header time {
  background: #bc1d38;
  color: #fff;
  border-radius: 100px;
  padding: 0vw 1.2vw;
  display: inline-block;
}

.sale-list .header h3 {
  font-size: 1.7vw;
  color: #a10123;
}

.sale-list .img {
  position: relative;
}

.sale-list .img .ball {
  width: 15vw;
  height: 15vw;
  position: absolute;
  top: 5%;
  left: 6%;
}

.sale-list .img .ball video,
.sale-list .img .ball img {
  width: 100%;
  border-radius: 50%;
}

.sale-list .img img {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 5% auto 0;
}

.sale-list .price {
  margin-top: 7%;
}

.sale-list .price p {
  display: inline-block;
  font-size: 1.3vw;
}

.sale-list .price .discount {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 0.8vw;
  line-height: 1.2;
  padding: 0 0.3vw;
  letter-spacing: 0;
}

.sale-list .price del {
  display: inline-block;
  font-size: 0.5vw;
  opacity: 0.5;
  letter-spacing: 0;
}

.sale-list .desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 83%;
  margin: 2% auto 4%;
  border-top: 1px solid #ccc;
  padding-top: 4%;
}

.sale-list .desc dt {
  width: 1.6vw;
  height: 1.6vw;
  color: #bc1d38;
  border-radius: 50%;
  border: 0.1vw solid #bc1d38;
  line-height: 1;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale-list .desc dd {
  width: calc(100% - 2vw);
  font-size: 1vw;
  text-align: left;
  letter-spacing: 0;
  white-space: nowrap;
}

.sale-list .desc dd p {
  line-height: 1.4;
}

.sale-list .link {
  background: linear-gradient(to bottom, #a10123 60%, #84061b 100%);
  position: absolute;
  height: 3.7vw;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale-list .link i {
  width: 4%;
  height: 0;
  padding-bottom: 6%;
  margin-left: 5%;
  background: url(../images/icon-next.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.sale-list .link i:after {
  animation-delay: -0.1s;
}

.sale-list .link:hover {
  background: linear-gradient(to bottom, #000 60%, #a10123 100%);
}

#g-quick {
  width: 8vw;
  height: 11.2vw;
  position: fixed;
  top: 16.5%;
  right: 0;
  z-index: 20;
}

#g-quick .icon-pd {
  width: 4vw;
  height: 11.6vw;
  background: url(../images/quick-pd.png) no-repeat center top;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#g-quick .icon-thunder {
  width: 15vw;
  height: 5.2vw;
  display: block;
  position: absolute;
  transform: rotate(90deg) scale(0.67, 1) translate(-44%, -45%);
  mix-blend-mode: screen;
  transform-origin: 0 100%;
}

#g-quick .icon-thunder span {
  width: 91%;
  height: 90%;
  background: rgba(195, 3, 40, 0.5);
  position: absolute;
  bottom: 0;
  left: 4%;
  z-index: 0;
}

#g-quick .icon-thunder:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/btn-thunder.png?v2);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#g-quick .icon-thunder:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
}

#g-quick p {
  margin: 27% 0 0 35%;
  position: relative;
}

#g-quick p span {
  display: block;
  font-size: 1.6vw;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 0.5vw #000;
}

#g-quick:hover .icon-thunder {
  color: #fff;
}

#g-quick:hover .icon-thunder:before {
  animation: g_frame_y 0.3s steps(4, end) infinite;
}

#g-quick:hover .icon-thunder:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}

@media (max-width: 768.98px) {
  .g-wrap select {
    position: static;
    display: block !important;
    opacity: 1;
  }
}

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

@media screen and (max-width: 900px) {
  .this-form .list-thunder li {
    font-size: 1.3vw;
  }

  .g-form .try-submit {
    height: 5.824vw;
  }
}

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

  .g-wrap {
    font-size: 3vw;
  }

  .g-wrap a {
    font-size: 3vw;
  }

  .g-wrap a[class*=g-bt-] {
    width: 35vw;
    height: 12.2vw;
    font-size: 3.4vw;
  }

  #g-game {
    height: auto;
    background: linear-gradient(to bottom, #a10123 5%, #a10123 5%, #a10123 95%, #a10123 95%);
    padding: 15% 0;
  }

  #g-game .group {
    flex-wrap: wrap;
  }

  #g-game header {
    width: 100%;
    margin-left: 0;
    order: -1;
  }

  #g-game header h2 {
    margin-bottom: 2%;
  }

  #g-game header h2 p {
    font-size: 7.2vw;
  }

  #g-game header h2 .icon-thunder {
    width: 3.9vw;
    height: 6.5vw;
  }

  #g-game .btns {
    margin-top: 5%;
  }

  #g-game-wrap {
    width: 90%;
  }

  #game-cut-1 .tips {
    font-size: 4.5vw;
  }

  #game-cut-1 #game-start {
    font-size: 4.5vw;
  }

  #game-cut-2 li p {
    font-size: 4.2vw;
  }

  [id^=gc-talk-] {
    font-size: 4.8vw;
    padding-top: 1.4vw;
  }

  #g1-replay,
  #g2-replay,
  #game-replay {
    font-size: 4.5vw;
  }

  #g-kv {
    height: 150vw;
  }

  #g-kv .bg:before {
    width: 125vw;
    height: 125vw;
    top: -3%;
    left: 10%;
  }

  #g-kv .bg .ball {
    width: 60vw;
    height: 60vw;
    top: 18%;
    left: 43%;
  }

  #g-kv .bg .pd {
    width: 51.2%;
    height: 61.1vw;
    top: 29%;
    left: 24.4%;
  }

  #g-kv .bg .pd .deco-light-1 {
    width: 6vw;
    height: 6vw;
    left: -5%;
  }

  #g-kv .bg .pd .deco-light-2 {
    width: 5vw;
    height: 5vw;
    bottom: 92.9%;
    left: 84.8%;
  }

  #g-kv .bg .pd .deco-light-3 {
    width: 4.5vw;
    height: 4.5vw;
    bottom: 49.5%;
  }

  #g-kv .bg .pd .deco-light-4 {
    width: 6vw;
    height: 6vw;
    left: 29%;
  }

  #g-kv .txt {
    padding-top: 4.3%;
  }

  #g-kv header h1 b {
    font-size: 7.8vw;
  }

  #g-kv header h1 b span {
    font-size: 8.7vw;
  }

  #g-kv header h1 p {
    font-size: 5.45vw;
  }

  #g-kv header>p {
    font-size: 3.5vw;
  }

  #g-kv .three-step {
    width: 65%;
    font-size: 5.6vw;
    margin-top: 64%;
  }

  #g-kv .three-step dt span {
    font-size: 9.5vw;
  }

  #g-kv .note {
    font-size: 1.5vw;
  }

  #g-kv .logo-brand {
    width: 16%;
    height: 11vw;
    bottom: auto;
    top: 3%;
  }

  #g-countdown {
    display: block;
    padding: 0 3% 10%;
  }

  #g-countdown .promo {
    width: 60%;
    height: 80.2vw;
    margin: 0 auto;
    font-size: 5.7vw;
  }

  #g-countdown .timer {
    width: 90%;
    margin: -10% auto 0;
    position: relative;
    z-index: 1;
  }

  #g-countdown .timer header {
    padding-bottom: 5%;
  }

  #g-countdown .timer header h2 {
    font-size: 5.2vw;
  }

  #g-countdown .timer header h2 b {
    font-size: 7.5vw;
  }

  #g-video {
    display: block;
    padding: 6% 6% 15% 6%;
  }

  #g-video .txt {
    width: 100%;
    padding-bottom: 7%;
  }

  #g-video .txt header h2 {
    font-size: 5.7vw;
  }

  #g-video .txt header p {
    font-size: 5vw;
  }

  #g-video .txt>p {
    font-size: 3vw;
  }

  #g-video .video {
    width: 100%;
    border-width: 1.5vw;
  }

  #g-video .video:before {
    width: 5vw;
    height: 18.4vw;
  }

  #g-feature {
    height: 225vw;
  }

  #g-feature header {
    padding-top: 11%;
  }

  #g-feature header h2 {
    font-size: 8vw;
  }

  #g-feature header p {
    font-size: 5vw;
  }

  #g-feature .bg .icon-triangle {
    width: 69vw;
    height: 64vw;
    top: 10%;
    left: 15%;
  }

  #g-feature .bg .icon-light-1 {
    width: 15vw;
    height: 15vw;
  }

  #g-feature .bg .icon-light-2 {
    width: 20vw;
    height: 20vw;
    top: 29%;
    left: 42%;
  }

  #g-feature .bg:before {
    width: 90vw;
    height: 90vw;
    top: 4%;
    left: 4%;
  }

  #g-feature .bg .pd {
    width: 22.6%;
    height: 66vw;
    top: 14%;
    left: 37.5%;
  }

  #g-feature .step {
    width: 90%;
    margin: 67% auto 0;
  }

  #g-feature .step h3.circle {
    width: 17vw;
    height: 17vw;
    margin-left: 2%;
  }

  #g-feature .step .font-bodidota {
    font-size: 18.7vw;
  }

  #g-feature .step .unit {
    font-size: 7vw;
  }

  #g-feature .step small {
    font-size: 3vw;
  }

  #g-feature .step .desc {
    top: 0;
    left: 24%;
    width: 64vw;
    padding-top: 0;
  }

  #g-feature .step .desc h4 {
    font-size: 5vw;
    padding-bottom: 0;
  }

  #g-feature .step .desc h4:after {
    width: 73%;
  }

  #g-feature .step .desc p {
    font-size: 3vw;
  }

  #g-feature .step li {
    position: relative;
    margin-bottom: 22%;
  }

  #g-feature .step li:nth-of-type(1) {
    top: 0;
    left: 0;
  }

  #g-feature .step li:nth-of-type(2) {
    top: 0;
    left: 0;
  }

  #g-feature .step li:nth-of-type(2) .desc {
    top: 0;
    left: 24%;
    width: 64vw;
  }

  #g-feature .step li:nth-of-type(3) {
    top: 0;
    left: 0;
  }

  #g-feature .step li:nth-of-type(3) .desc {
    top: 0;
    left: 24%;
    width: 64vw;
  }

  #g-feature .btns {
    top: 90%;
  }

  #g-kol {
    background-size: 124%;
  }

  #g-kol header h2 {
    font-size: 5vw;
  }

  #g-kol header .quote {
    width: 100%;
  }

  #g-kol header .quote p {
    font-size: 3vw;
  }

  #g-kol header .quote:before,
  #g-kol header .quote:after {
    font-size: 3vw;
  }

  #g-kol .video {
    margin-bottom: 7%;
  }

  .this-form {
    padding: 0;
  }

  .this-form .toolbar {
    height: 10vw;
  }

  .this-form .toolbar .dots {
    width: 11vw;
    height: 2.2vw;
  }

  .this-form .toolbar .score {
    width: 28vw;
    height: 5vw;
  }

  .this-form .flex {
    flex-wrap: wrap;
  }

  .this-form .left {
    width: 100%;
  }

  .this-form .left header {
    border-width: 12px;
    border-image: url(../images/try-h2-border.png) 25 25 repeat;
  }

  .this-form .left header:before,
  .this-form .left header:after {
    width: 4vw;
    height: 6.5vw;
  }

  .this-form .left header h2 {
    font-size: 5.5vw;
  }

  .this-form .left header h2 small {
    font-size: 4vw;
    display: block;
  }

  .this-form .left .sample {
    width: 30%;
    margin: 5% auto;
  }

  .this-form .left .intro {
    font-size: 3vw;
    padding: 0 0 5%;
  }

  .this-form .list-thunder {
    margin-top: 5%;
  }

  .this-form .list-thunder li {
    font-size: 2.5vw;
  }

  .list-thunder li {
    padding-left: 3.5vw;
  }

  .list-thunder li:before {
    width: 2.9vw;
    height: 2.9vw;
  }

  .g-form li {
    width: 100%;
    font-size: 3.5vw;
    padding: 1vw 1vw 1vw 20%;
    margin-bottom: 2vw;
  }

  .g-form li label {
    width: 15vw;
    top: 1vw;
    left: 3.5vw;
  }

  .g-form li label:after {
    top: 9%;
  }

  .g-form li input,
  .g-form li select {
    font-size: 3.5vw;
    padding: 2vw;
  }

  .g-form li select {
    background-size: 3vw;
  }

  .g-form li.is-select {
    padding-left: 1.5vw;
  }

  .g-form li.is-rule {
    padding-top: 1%;
    padding-bottom: 4%;
  }

  .g-form li input[type=checkbox]+label,
  .g-form li input[type=radio]+label {
    padding-left: 12vw;
    line-height: 1.7;
  }

  .g-form li input[type=checkbox]+label:before,
  .g-form li input[type=radio]+label:before,
  .g-form li input[type=checkbox]+label:after,
  .g-form li input[type=radio]+label:after {
    width: 10vw;
    height: 10vw;
    font-size: 10vw;
    line-height: 0.8;
  }

  .g-form li input[type=checkbox]+label:after,
  .g-form li input[type=radio]+label:after {
    top: 1.3vw;
    left: 1.6vw;
  }

  .g-form li a {
    font-size: 3.5vw;
  }

  .g-form li .try-submit {
    font-size: 5vw;
    height: 12vw;
  }

  .g-form li .try-submit .deco-corner-1:before,
  .g-form li .try-submit .deco-corner-2:before {
    width: 3vw;
  }

  .g-form li .try-submit .deco-corner-1:after,
  .g-form li .try-submit .deco-corner-2:after {
    width: 1.5vw;
  }

  .g-form li .try-submit .deco-corner-3:before,
  .g-form li .try-submit .deco-corner-4:before {
    width: 1.5vw;
  }

  .g-form li .try-submit .deco-corner-3:after,
  .g-form li .try-submit .deco-corner-4:after {
    width: 3vw;
  }

  .g-form li .try-submit [class^=deco-corner-]:before,
  .g-form li .try-submit [class^=deco-corner-]:after {
    height: 1.5vw;
  }

  #g-sale {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15% 0;
  }



  #g-sale.is-animate .sale-list {
    transform: translateY(0);
  }

  #g-wish {
    width: 35%;
    height: 96.5vw;
    margin-left: 5%;
    margin-right: 5%;
  }

  #g-wish:before {
    height: 100vw;
  }

  #g-wish:after {
    height: 18vw;
    top: 89%;
  }

  #g-wish .dark-side,
  #g-wish .bright-side {
    height: 94vw;
  }

  #g-wish #wish-lights {
    margin-top: -1.7vw;
  }

  #g-wish .lock {
    font-size: 4vw;
  }

  #g-wish .lock .icon-lock {
    width: 3vw;
    height: 4.6vw;
  }

  #g-wish .count .no {
    font-size: 16.5vw;
  }

  #g-wish .count span {
    font-size: 9vw;
  }

  #g-wish .btn {
    font-size: 3.7vw;
    width: 71%;
    margin: 4% auto 0;
  }

  .sale-list {
    width: 40%;
    border-top-left-radius: 7vw;
    border-top-right-radius: 7vw;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 10%;
    transform: translateY(50%);
  }

  .sale-list .img:before {
    width: 35vw;
    height: 35vw;
  }

  .sale-list .img .ball {
    width: 35vw;
    height: 35vw;
  }

  .sale-list .header h3 {
    font-size: 3.7vw;
  }

  .sale-list .price p {
    font-size: 3.3vw;
  }

  .sale-list .price .discount {
    font-size: 3vw;
    padding: 0 1vw;
  }

  .sale-list .price del {
    font-size: 1.5vw;
  }

  .sale-list .desc dt {
    font-size: 2.5vw;
    width: 3.5vw;
    height: 3.5vw;
  }

  .sale-list .desc dd {
    font-size: 2.4vw;
    width: calc(100% - 5vw);
  }

  .sale-list .lock-cover {
    border-top-left-radius: 7vw;
    border-top-right-radius: 7vw;
  }

  .sale-list .lock-cover h3 {
    font-size: 4.7vw;
  }

  .sale-list .lock-cover .tip {
    width: 33vw;
    height: 33vw;
    font-size: 4vw;
  }

  .sale-list .link {
    border-bottom-left-radius: 7vw;
    border-bottom-right-radius: 7vw;
    height: 10vw;
  }

  .sale-list:before {
    height: 3.6vw;
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
  }

  #g-quick {
    width: 12vw;
    height: 15.2vw;
  }

  #g-quick i.icon-pd {
    width: 6vw;
    height: 17.6vw;
  }

  #g-quick .icon-thunder {
    width: 24.9vw;
    height: 8vw;
  }

  #g-quick p span {
    font-size: 2.6vw;
  }

  #loader-logo {
    width: 40%;
  }

  [class*=g-bt-] {
    height: 12.1vw;
  }

  .video-btn-play:before {
    width: 15vw;
    height: 15vw;
    border-width: 1vw;
  }

  .video-btn-play:after {
    border-width: 4vw 0 4vw 6vw;
  }
}

/*if is IE*/
.g-wrap.is-ie #g-game #g-game-wrap {
  transform: scale(1);
}

.g-wrap.is-ie #g-kv .bg .ball {
  transform: translateY(0);
}

.g-wrap.is-ie #g-kv .bg .pd {
  transform: translateY(0);
}

.g-wrap.is-ie #g-feature .bg:before {
  opacity: 1;
}

.g-wrap.is-ie #g-feature .bg .pd {
  transform: translateY(0);
}

.g-wrap.is-ie #g-feature .step h3.circle>div {
  transform: scale(1);
}

.g-wrap.is-ie #g-feature .step h3.circle:after {
  animation: h3_circle_1 linear 1s forwards;
}

@keyframes h3_circle_1 {
  0% {
    border-width: 0.5vw;
    transform: rotate(0);
  }

  100% {
    border-width: 0vw;
    transform: rotate(360deg);
  }
}

.g-wrap.is-ie #g-feature .desc {
  opacity: 1;
  visibility: visible;
}

.g-wrap.is-ie #g-kol header h2 {
  opacity: 1;
  transform: translateY(0);
}

.g-wrap.is-ie #g-kol header .quote {
  opacity: 1;
}

.g-wrap.is-ie #g-sale .sale-list {
  transform: rotateX(0);
  opacity: 1;
  visibility: visible;
}

.g-wrap.is-ie #g-wish .bright-side .count .no,
.g-wrap.is-ie #g-wish .bright-side .count span {
  background: none;
  color: #fff;
}

.g-wrap.is-ie #g-wish .count .no,
.g-wrap.is-ie #g-wish .count span {
  background: none;
  color: #fea5ba;
}

@media screen and (max-width: 710px) {
  .g-wrap.is-ie #g-sale .sale-list {
    transform: translateY(0);
  }
}


/* 20210624_Jared新增css----start */
.try-submit.disable {
  pointer-events: none;
}

.thanks_container {
  display: none;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  text-align: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 110px;
  padding-bottom: 10%;
  overflow-y: auto;
  height: 100%;
  top: 0;
  left: 0;
}

.thanks_container .thanks_block {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: auto;
  z-index: 996;
}


.thanks_container .thanks_block .thanks {
  background-image: url(../images/thanks-counter.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 85%;
  z-index: 2;
  position: relative;
}

.thanks_container .thanks_block .close {
  margin: 0 auto;
  display: inline-block;
  max-width: 49px;
  min-width: 22px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  width: 6.55%;
}

.thanks_container .thanks_block .close img {
  max-width: 100%;
}

@media (max-width: 1400px) {
  .thanks_container .thanks_block {
    max-width: 650px;
  }
}

@media (max-width: 1360px) {
  .thanks_container {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .thanks_container {
    padding-top: 13%;
    padding-bottom: 16%;
  }

  .thanks_container .thanks_block .close {

    top: 5px;
    right: 5px;

  }

}

/* 20210624_Jared新增css----end */
/* 20210927_Jared新增css----start */
.supply-btn {
  cursor: pointer;
  text-decoration: underline;
}

/* 20210927_Jared新增css----end */
