@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap");

* {
  box-sizing: border-box;
}

#supply-btn {
  text-decoration: underline;
}

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;
}

.g-wrap sup {
  position: static;
  vertical-align: super;
}

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

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

/*Variable*/
/*Mixin*/
/*Body*/
.color-blue {
  color: #1166f5;
}

.color-red {
  color: #c30328;
}

.color-pink {
  color: #c30328;
}

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

.color-yellow {
  color: #fffccc;
}

.color-purple {
  color: #5656ae;
}

.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: #000;
  text-decoration: none;
  transition: color 0.4s;
}

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

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

.g-wrap a[class*=g-bt-],
.g-wrap button[class^=g-bt-] {
  width: 13.5vw;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  text-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.5);
  font-size: 1.5vw;
  line-height: 2.3;
  cursor: pointer;
  border: 0;
  /* box-shadow: 0 0.2vw 0.2vw rgba(0, 0, 0, 0.1); */
  /* background: linear-gradient(to right, #7170ae, #f3ebbb); */
  padding: 0.2vw;
  overflow: hidden;
}

.g-wrap a[class*=g-bt-] span,
.g-wrap button[class^=g-bt-] span {
  position: relative;
  z-index: 1;
  letter-spacing: 0.2vw;
  /* background-color: #192384; */
  display: block;
  transition: 0.2s;
}

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

/* .g-wrap a[class*=g-bt-]:hover span,
.g-wrap button[class^=g-bt-]:hover span {
  background-color: rgba(204, 182, 118, 0.5);
} */

.g-wrap a[class*=g-bt-]:hover:before,
.g-wrap button[class^=g-bt-]:hover:before {
  transform: scale(1, 1);
}

.g-wrap a[class*=g-bt-]:before,
.g-wrap button[class^=g-bt-]:before {
  /* content: "";
  width: calc(100% - .4vw);
  height: calc(100% - .4vw);
  background: linear-gradient(to bottom, #ccb676, #86754d);
  position: absolute;
  bottom: 0.2vw;
  left: 0.2vw;
  transform: scale(1, 0);
  transition: 0.3s; */
}

.g-wrap a[class*=g-bt-]:after,
.g-wrap button[class^=g-bt-]:after {
  /* content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  z-index: 1;
  animation: bt_shine 2s ease infinite; */
}

@keyframes bt_shine {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.g-wrap a[class*=g-bt-] i,
.g-wrap button[class^=g-bt-] i {
  width: 1vw;
  height: 1vw;
  background: url(../images/icon-next.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1vw;
  margin-left: 0.5vw;
}

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

.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%;
  }
}

.g-wrap .btn {
  min-width: auto;
}

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

.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.5vw 0.5vw 0.5vw 15%;
  border: 0.2vw solid #bc1d38;
  font-size: 1.3vw;
  margin-bottom: 1vw;
}

.g-form li label {
  width: 7vw;
  position: absolute;
  top: 0.5vw;
  left: 1.5vw;
  padding: 1vw 0;
}

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

.g-form li input {
  padding: 1vw;
  border: 0;
  width: 100%;
  background: transparent;
  font-family: "ShiseidoGinzaExt", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  transition: 0.2s;
  font-size: 1.3vw;
}

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

.g-form li select {
  padding: 1vw;
  border: 0;
  width: 100%;
  background: url(../images/icon-down-purple.png) no-repeat 95% 50% transparent;
  background-size: 2vw;
  font-family: "ShiseidoGinzaExt", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.3vw;
}

/* .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: "ShiseidoGinzaExt", "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: 3.5vw;
  width: 100%;
  color: #000;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  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: 2vw;
  height: 2vw;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
  font-size: 2.7vw;
  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.2vw;
  left: 0.3vw;
  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: 1.3vw;
  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.5vw;
} */

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

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

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

.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,
.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.video-wrap video {
  object-fit: cover;
  object-position: 50% 50%;
}

.video-wrap .img {
  position: absolute;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s;
  cursor: pointer;
}

.video-wrap .img img {
  width: 100%;
  height: 100%;
  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 .video-btn-play svg .st0 {
  fill: #5656ae;
}

.video-btn-play {
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
  width: 5vw;
  height: 3.5vw;
}

.video-btn-play svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-btn-play svg .st0 {
  fill: #3C332F;
}

.video-btn-play svg .st1 {
  fill: #fff;
}

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

.text-gradient-1 {
  color: #fff;
  background: linear-gradient(to bottom, #f0f3f9 10%, #f2ecd2 90%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0.2vw 0.4vw rgba(0, 0, 0, 0.5));
}

.text-gradient-2 {
  color: #c30328;
  background: linear-gradient(125deg, #fbdce1 10%, #d11331 30%, #f5536d 50%, #d11331 65%, #f8d7dc 75%, #d11331 85%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  color: #192384;
  background: linear-gradient(to right, #192384 30%, #7170ae, #192384 70%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 0.2vw #fff) drop-shadow(0 0 0.5vw #fff) drop-shadow(0 0 0.2vw #fff);
}

.stars {
  pointer-events: none;
}

.stars i {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  filter: blur(1px);
}

.stars i:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/icon-light-1.png);
  background-size: 100%;
  animation: stars_shine 2s infinite;
  display: block;
  position: absolute;
}

@keyframes stars_shine {

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

  40%,
  60% {
    transform: scale(0);
  }
}

.stars i:nth-child(1) {
  position: absolute;
  left: 26.9840015027%;
  top: 91.5588026165%;
  animation-delay: -1s;
}

.stars i:nth-child(1):before {
  animation-delay: -0.3s;
}

.stars i:nth-child(2) {
  position: absolute;
  left: 80.5416479617%;
  top: 46.4415837448%;
  animation-delay: -2s;
}

.stars i:nth-child(2):before {
  animation-delay: -0.6s;
}

.stars i:nth-child(3) {
  position: absolute;
  left: 71.2164479254%;
  top: 9.654328918%;
  animation-delay: -3s;
}

.stars i:nth-child(3):before {
  animation-delay: -0.9s;
}

.stars i:nth-child(4) {
  position: absolute;
  left: 0.304911873%;
  top: 12.4186514967%;
  animation-delay: -4s;
}

.stars i:nth-child(4):before {
  animation-delay: -1.2s;
}

.stars i:nth-child(5) {
  position: absolute;
  left: 82.3789267178%;
  top: 63.9470893986%;
  animation-delay: -5s;
}

.stars i:nth-child(5):before {
  animation-delay: -1.5s;
}

.stars i:nth-child(6) {
  position: absolute;
  left: 58.6687352718%;
  top: 65.093182243%;
  animation-delay: -6s;
}

.stars i:nth-child(6):before {
  animation-delay: -1.8s;
}

.stars i:nth-child(7) {
  position: absolute;
  left: 32.9453944545%;
  top: 28.0670063021%;
  animation-delay: -7s;
}

.stars i:nth-child(7):before {
  animation-delay: -2.1s;
}

.stars i:nth-child(8) {
  position: absolute;
  left: 54.2943367496%;
  top: 15.8548786516%;
  animation-delay: -8s;
}

.stars i:nth-child(8):before {
  animation-delay: -2.4s;
}

.stars i:nth-child(9) {
  position: absolute;
  left: 79.0050065175%;
  top: 31.6380531353%;
  animation-delay: -9s;
}

.stars i:nth-child(9):before {
  animation-delay: -2.7s;
}

.stars i:nth-child(10) {
  position: absolute;
  left: 90.6649227693%;
  top: 69.8599653949%;
  animation-delay: -10s;
}

.stars i:nth-child(10):before {
  animation-delay: -3s;
}

.stars i:nth-child(11) {
  position: absolute;
  left: 9.9126435336%;
  top: 19.8486774819%;
  animation-delay: -11s;
}

.stars i:nth-child(11):before {
  animation-delay: -3.3s;
}

.stars i:nth-child(12) {
  position: absolute;
  left: 99.0954071167%;
  top: 19.7502636057%;
  animation-delay: -12s;
}

.stars i:nth-child(12):before {
  animation-delay: -3.6s;
}

.stars i:nth-child(13) {
  position: absolute;
  left: 80.8851293412%;
  top: 94.8922802357%;
  animation-delay: -13s;
}

.stars i:nth-child(13):before {
  animation-delay: -3.9s;
}

.stars i:nth-child(14) {
  position: absolute;
  left: 31.8411609692%;
  top: 26.2260264635%;
  animation-delay: -14s;
}

.stars i:nth-child(14):before {
  animation-delay: -4.2s;
}

.stars i:nth-child(15) {
  position: absolute;
  left: 19.259040397%;
  top: 77.0039199893%;
  animation-delay: -15s;
}

.stars i:nth-child(15):before {
  animation-delay: -4.5s;
}

.stars i:nth-child(16) {
  position: absolute;
  left: 55.0141734554%;
  top: 50.2008491305%;
  animation-delay: -16s;
}

.stars i:nth-child(16):before {
  animation-delay: -4.8s;
}

.stars i:nth-child(17) {
  position: absolute;
  left: 99.6104386101%;
  top: 63.0074890922%;
  animation-delay: -17s;
}

.stars i:nth-child(17):before {
  animation-delay: -5.1s;
}

.stars i:nth-child(18) {
  position: absolute;
  left: 80.6117928714%;
  top: 94.4952505259%;
  animation-delay: -18s;
}

.stars i:nth-child(18):before {
  animation-delay: -5.4s;
}

.stars i:nth-child(19) {
  position: absolute;
  left: 37.5066196482%;
  top: 51.488626771%;
  animation-delay: -19s;
}

.stars i:nth-child(19):before {
  animation-delay: -5.7s;
}

.stars i:nth-child(20) {
  position: absolute;
  left: 18.7295962521%;
  top: 59.9318781389%;
  animation-delay: -20s;
}

.stars i:nth-child(20):before {
  animation-delay: -6s;
}

.stars i:nth-child(21) {
  position: absolute;
  left: 53.6302626992%;
  top: 33.1680231315%;
  animation-delay: -21s;
}

.stars i:nth-child(21):before {
  animation-delay: -6.3s;
}

.stars i:nth-child(22) {
  position: absolute;
  left: 32.4079095739%;
  top: 10.2134445196%;
  animation-delay: -22s;
}

.stars i:nth-child(22):before {
  animation-delay: -6.6s;
}

.stars i:nth-child(23) {
  position: absolute;
  left: 93.3693970095%;
  top: 71.0561863538%;
  animation-delay: -23s;
}

.stars i:nth-child(23):before {
  animation-delay: -6.9s;
}

.stars i:nth-child(24) {
  position: absolute;
  left: 86.5087236043%;
  top: 2.4798229035%;
  animation-delay: -24s;
}

.stars i:nth-child(24):before {
  animation-delay: -7.2s;
}

.stars i:nth-child(25) {
  position: absolute;
  left: 53.8192982354%;
  top: 73.3032674701%;
  animation-delay: -25s;
}

.stars i:nth-child(25):before {
  animation-delay: -7.5s;
}

.stars i:nth-child(26) {
  position: absolute;
  left: 83.5590945671%;
  top: 96.6579608448%;
  animation-delay: -26s;
}

.stars i:nth-child(26):before {
  animation-delay: -7.8s;
}

.stars i:nth-child(27) {
  position: absolute;
  left: 53.7386104442%;
  top: 5.7107058696%;
  animation-delay: -27s;
}

.stars i:nth-child(27):before {
  animation-delay: -8.1s;
}

.stars i:nth-child(28) {
  position: absolute;
  left: 27.9153346384%;
  top: 32.8141741781%;
  animation-delay: -28s;
}

.stars i:nth-child(28):before {
  animation-delay: -8.4s;
}

.stars i:nth-child(29) {
  position: absolute;
  left: 6.9508059314%;
  top: 31.3585764315%;
  animation-delay: -29s;
}

.stars i:nth-child(29):before {
  animation-delay: -8.7s;
}

.stars i:nth-child(30) {
  position: absolute;
  left: 39.3835278267%;
  top: 16.7753575471%;
  animation-delay: -30s;
}

.stars i:nth-child(30):before {
  animation-delay: -9s;
}

.stars i:nth-child(31) {
  position: absolute;
  left: 19.9428433463%;
  top: 26.1692727803%;
  animation-delay: -31s;
}

.stars i:nth-child(31):before {
  animation-delay: -9.3s;
}

.stars i:nth-child(32) {
  position: absolute;
  left: 33.5798694046%;
  top: 10.928692324%;
  animation-delay: -32s;
}

.stars i:nth-child(32):before {
  animation-delay: -9.6s;
}

.stars i:nth-child(33) {
  position: absolute;
  left: 48.9350414023%;
  top: 90.0419026833%;
  animation-delay: -33s;
}

.stars i:nth-child(33):before {
  animation-delay: -9.9s;
}

.stars i:nth-child(34) {
  position: absolute;
  left: 85.0812717172%;
  top: 61.3816945513%;
  animation-delay: -34s;
}

.stars i:nth-child(34):before {
  animation-delay: -10.2s;
}

.stars i:nth-child(35) {
  position: absolute;
  left: 85.5992510633%;
  top: 69.2620317299%;
  animation-delay: -35s;
}

.stars i:nth-child(35):before {
  animation-delay: -10.5s;
}

.stars i:nth-child(36) {
  position: absolute;
  left: 81.9144753205%;
  top: 94.0462797806%;
  animation-delay: -36s;
}

.stars i:nth-child(36):before {
  animation-delay: -10.8s;
}

.stars i:nth-child(37) {
  position: absolute;
  left: 27.2456655193%;
  top: 90.026515034%;
  animation-delay: -37s;
}

.stars i:nth-child(37):before {
  animation-delay: -11.1s;
}

.stars i:nth-child(38) {
  position: absolute;
  left: 15.4409358781%;
  top: 72.8995505216%;
  animation-delay: -38s;
}

.stars i:nth-child(38):before {
  animation-delay: -11.4s;
}

.stars i:nth-child(39) {
  position: absolute;
  left: 93.3005448257%;
  top: 29.7534096211%;
  animation-delay: -39s;
}

.stars i:nth-child(39):before {
  animation-delay: -11.7s;
}

.stars i:nth-child(40) {
  position: absolute;
  left: 84.5456811722%;
  top: 29.6764847326%;
  animation-delay: -40s;
}

.stars i:nth-child(40):before {
  animation-delay: -12s;
}

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

.g-wrap {
  font-size: 1.2vw;
  line-height: 1.4;
  letter-spacing: 0.05vw;
  color: #000;
  font-family: "ShiseidoGinzaExt", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* background-color: #f3ebbb; */
  text-align: center;
  margin-top: 20px;
}

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

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

.g-wrap a {
  font-size: 1vw;
  font-family: "ShiseidoGinzaExt", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.g-wrap h1,
.g-wrap h2,
.g-wrap h3,
.g-wrap h4,
.g-wrap h5 {
  font-family: "ShiseidoGinzaExt", "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: "ShiseidoGinzaExt", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.g-section {
  position: relative;
  background-position: center top;
  background-size: 100% 100.2%;
  background-repeat: no-repeat;
}

.g-section header {
  position: relative;
}

.g-section header h2 {
  font-size: 3.2vw;
  color: #192384;
  font-weight: bold;
  letter-spacing: 0.4vw;
  line-height: 1.3;
}

.g-section header sup {
  font-size: 1.5vw;
  position: relative;
  top: -0.5vw;
}

.g-section header .deco-flare-1 {
  top: -30%;
  left: 30%;
}

.g-section header .deco-flare-2 {
  top: 4%;
  left: 55.2%;
}

#g-kv {
  position: relative;
  height: 41.4vw;
  background-image: url(../images/bg-1-pc.jpg?v2);
}

#g-kv .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

#g-kv .logo-brand {
  width: 19.2vw;
  height: 5vw;
  background: url(../images/logo-shiseido-black.svg) no-repeat center top;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 1;
  margin-right: 2.2vw;
}

#g-kv .icon-badge-flower-black {
  width: 5.4vw;
  height: 5.4vw;
  background: url(../images/icon-badge-flower-black.svg) no-repeat center top;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 1;
}

#g-kv .txt {
  width: 39%;
  margin-left: 0%;
  margin-top: 6.2vw;
  position: relative;
  z-index: 1;
}

#g-kv header {
  margin-top: 3.4vw;
}

#g-kv header h1 b {
  font-size: 3.2vw;
  line-height: 1;
  display: block;
  letter-spacing: 0.4vw;
}

#g-kv header h1 p {
  font-size: 2.7vw;
  letter-spacing: 0.1vw;
}

#g-kv header u {
  font-size: 1.5vw;
  letter-spacing: 0.1vw;
  line-height: 2;
  margin: 0 auto 0;
  width: 60%;
  display: block;
  text-decoration: none;
}

#g-kv header u:before,
#g-kv header u:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #000, #000);
  display: block;
}

#g-kv .btns {
  margin-top: 3vw;
}

#g-kv .btns a:after {
  display: none;
}

#g-kv .note {
  font-size: 0.9vw;
  display: block;
  margin-top: 6vw;
  opacity: 0.7;
}

#g-kv .pd {
  width: 25.2vw;
  top: 29.3%;
  left: 29.2%;
  position: absolute;
}

#g-kv .pd u {
  position: absolute;
  top: 62%;
  left: 101%;
  font-weight: bold;
  text-decoration: none;
}

#g-kv .pd u:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
}

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

[class*=deco-light] {
  content: "";
  position: absolute;
  background-image: url(../images/icon-light-1.png);
  background-size: 100%;
  background-position: center;
  animation: star_shine_1 linear 1s infinite;
  z-index: 1;
  width: 5vw;
  height: 5vw;
}

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

  25% {
    transform: scale(1);
  }

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

[class*=deco-flare-] {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15vw;
  height: 6vw;
}

[class*=deco-flare-]:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/icon-light-2.png) center no-repeat;
  background-size: 100%;
  animation: deco_flare_1 linear 1s infinite alternate;
}

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

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

[class*=deco-flare-].deco-flare-1:before {
  animation-delay: -0.4s;
}

[class*=deco-flare-].deco-flare-2:before {
  animation-delay: -0.8s;
}

[class*=deco-star-] {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10vw;
  height: 10vw;
}

[class*=deco-star-]:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/icon-light-1.png) center no-repeat;
  background-size: 100%;
  animation: deco_star_1 3s linear infinite;
}

@keyframes deco_star_1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

[class*=deco-star-].deco-star-1:before {
  animation-delay: -0.4s;
}

[class*=deco-star-].deco-star-2:before {
  animation-delay: -0.8s;
}

#g-video {
  background-image: url(../images/bg-2.jpg);
  height: 60.6vw;
}

#g-video .board {
  width: 79%;
  background: url(../images/video-frame.png) no-repeat;
  background-size: 100%;
  margin: 3.2vw auto;
  padding: 7.7vw 4vw;
  position: relative;
}

#g-video .board .deco-flare-1 {
  transform: rotate(90deg);
  top: 50%;
  left: -5.3vw;
}

#g-video .board .deco-flare-2 {
  transform: rotate(90deg);
  top: 60%;
  right: -5.3vw;
}

#g-video .video .video-wrap {
  box-shadow: 0 0.2vw 1vw #86754d;
}

#g-report {
  background-image: url(../images/bg-3.jpg);
  height: 61.6vw;
}

#g-report .bg-3-wave {
  width: 100%;
  height: 100%;
  background: url(../images/bg-3-wave.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: plus-lighter;
}

#g-report header {
  padding-top: 6.5vw;
  position: relative;
}

#g-report header u {
  font-size: 2.8vw;
  text-decoration: none;
  display: block;
  color: #fff;
}

#g-report header h2 {
  font-size: 3.9vw;
  margin-top: -0.3vw;
}

#g-report header h2 b {
  font-size: 5.9vw;
  display: inline-block;
  line-height: 1;
  transform: skew(-10deg);
  position: relative;
  top: 0.3vw;
}

#g-report header .deco-star-1 {
  top: 39%;
  left: 19%;
}

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

#g-report header .deco-light-1 {
  animation-delay: -0.2s;
}

#g-report header .deco-light-2 {
  animation-delay: -0.4s;
}

#g-report header .deco-light-3 {
  animation-delay: -0.6s;
}

#g-report header .deco-light-1 {
  width: 5vw;
  height: 5vw;
  top: 54%;
  left: 14%;
}

#g-report header .deco-light-2 {
  width: 3vw;
  height: 3vw;
  top: 70%;
  left: 21%;
}

#g-report header .deco-light-3 {
  width: 5vw;
  height: 5vw;
  top: 85%;
  left: 18%;
}

#g-report header .deco-light-4 {
  width: 2vw;
  height: 2vw;
  top: 78%;
  left: 16%;
}

#g-report li {
  position: absolute;
  width: 13.5%;
}

#g-report li.item-1 {
  top: 35.3%;
  left: 29.9%;
}

#g-report li.item-2 {
  top: 57.3%;
  left: 22.6%;
}

#g-report li.item-2 .pie {
  background-position: 50% 0;
}

#g-report li.item-2 .pie:before {
  animation-delay: -6s;
}

#g-report li.item-3 {
  top: 64.3%;
  left: 64.1%;
}

#g-report li.item-3 .txt {
  text-align: right;
  padding-right: 2.9vw;
  padding-left: 0;
}

#g-report li.item-3 .txt:before {
  right: -0.25vw;
  left: auto;
}

#g-report li.item-3 .txt:after {
  right: 100%;
  left: auto;
  transform-origin: 100% 0;
}

#g-report li.item-3 .pie {
  background-position: 100% 0;
  left: 12.7vw;
}

#g-report li.item-3 .pie:before {
  animation-delay: -3s;
}

#g-report li .pie {
  width: 10.15vw;
  height: 10.15vw;
  border-radius: 50%;
  position: absolute;
  top: -3.2vw;
  left: -9.5vw;
  background: url(../images/report-pie.jpg);
  background-size: 300%;
}

#g-report li .pie:before {
  content: "";
  width: 115%;
  height: 115%;
  top: -7.5%;
  left: -7.5%;
  background: url(../images/report-pie.svg?v2);
  background-size: 100%;
  position: absolute;
  animation: deco_star_1 10s linear infinite;
  box-sizing: border-box;
}

#g-report li .txt {
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-left: 2.9vw;
}

#g-report li .txt:before {
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(100% - 0.25vw);
  left: -0.25vw;
}

#g-report li .txt:after {
  content: "";
  width: 5vw;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 100%;
  transform-origin: 0 0;
  transform: rotate(47deg);
}

#g-report li .txt h3 {
  color: #f3ebbb;
  font-size: 2.1vw;
  line-height: 1.1;
}

#g-report li .txt p {
  font-size: 1.7vw;
  color: #fff;
  padding-bottom: 0.2vw;
}

#g-report .counter {
  height: 5vw;
  margin-top: 2.5vw;
  font-family: "ShiseidoGinza";
  text-shadow: 0 0.2vw 0.2vw #000;
}

#g-report .counter>div {
  margin-left: -0.2vw;
}

#g-report .counter>div>span {
  color: #f3ebbb;
  font-weight: normal;
  font-size: 5vw;
}

#g-report .counter>span {
  color: #f3ebbb;
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2.4;
}

#g-report .counter sup {
  position: absolute;
  font-size: 1.5vw;
  color: #f3ebbb;
  top: 20%;
  left: 89%;
}

#g-report .img img {
  width: 32.5%;
  margin: 7.8vw auto 0;
  position: relative;
}

#g-report .img .deco-cap {
  background: url(../images/report-cap.png);
  background-size: 100%;
  position: absolute;
  width: 32vw;
  height: 25vw;
  top: 24.8%;
  left: 52.7%;
  z-index: 1;
  transform: translate(-47.5%, 28%);
}

#g-report .img .label {
  border: 1px solid #000;
  display: inline-block;
  font-size: 1.5vw;
  padding: 0.2vw 0.5vw 0 0.2vw;
  position: absolute;
  top: 79.7%;
  left: 59.3%;
}

#g-report .img .name {
  margin-left: -3vw;
  position: relative;
}

#g-report .img h4 {
  font-size: 2.5vw;
  letter-spacing: 0.2vw;
}

#g-report .img h4 u {
  font-size: 1.4vw;
  font-weight: bold;
  text-decoration: none;
  color: #192384;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -0.5vw;
  margin-right: 0.5vw;
}

#g-report .img h4 u:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #192384;
}

#g-report .img .deco-flare-1 {
  top: -35%;
  left: 40%;
}

#g-report .img .deco-flare-2 {
  top: 3%;
  left: 50%;
}

#g-report .img .note {
  font-size: 0.9vw;
  opacity: 0.7;
  display: block;
}

#g-report.is-animate .img .deco-cap {
  animation: report_cap 3s ease-in-out infinite;
}

@keyframes report_cap {
  0% {
    transform: translate(-47.5%, 28%);
  }

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

#g-ingredient {
  background-image: url(../images/bg-4.jpg);
  height: 76.5vw;
}

#g-ingredient .stars {
  width: 100%;
  height: 30vw;
  position: absolute;
  top: 5%;
  left: 0;
}

#g-ingredient header {
  margin-top: 13.5vw;
}

#g-ingredient header u {
  background: #192384;
  display: inline-block;
  color: #fff;
  font-size: 1.4vw;
  text-decoration: none;
  padding: 0.2vw 1.4vw 0;
  box-shadow: 0 0 1vw #fff;
  margin-bottom: 1.2vw;
}

#g-ingredient header h2 {
  text-shadow: 0 0 1vw #fff;
}

#g-ingredient header .deco-flare-1 {
  top: 7%;
}

#g-ingredient header .deco-flare-2 {
  top: 32%;
}

#g-ingredient li {
  width: 19%;
  text-align: justify;
  position: absolute;
  font-size: 1.4vw;
  line-height: 1.5;
  color: #fff;
}

#g-ingredient li:after {
  content: "";
  width: 110%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 110%;
  left: -5%;
  box-shadow: 0 0 1vw #fff, 0 0 0.5vw #fff;
}

#g-ingredient li.item-1 {
  top: 39%;
  left: 60.8%;
}

#g-ingredient li.item-2 {
  top: 47.7%;
  left: 20%;
  width: 20%;
}

#g-ingredient li.item-3 {
  top: 62%;
  left: 60.8%;
}

#g-product {
  background-image: url(../images/bg-5.jpg);
  height: 68.1vw;
  -webkit-mask-image: linear-gradient(to bottom, #000 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 95%, transparent 100%);
  margin-bottom: -3vw;
  z-index: 1;
}

#g-product .stars {
  width: 70%;
  height: 22vw;
  position: absolute;
  top: 40%;
  left: 15%;
  z-index: 1;
}

#g-product header {
  padding-top: 6.7vw;
}

#g-product header p {
  font-size: 1.8vw;
  margin-top: 0.2vw;
}

#g-product header .deco-flare-1 {
  top: 32%;
}

#g-product header .deco-flare-2 {
  top: 50%;
}

#g-product ol {
  display: flex;
  justify-content: center;
  margin-top: 8.3vw;
}

#g-product li {
  position: relative;
  min-width: 12%;
}

#g-product li u {
  position: absolute;
  left: calc(50% - 1.5vw);
  color: #5656ae;
  font-size: 1.2vw;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 1vw #fff, 0 0 0.5vw #fff, 0 0 1vw #fff;
}

#g-product li u .dot {
  width: 1px;
  height: 2.1vw;
  background: #fff;
  position: absolute;
  top: 145%;
  left: 50%;
  box-shadow: 0 0 0.5vw #fff;
}

#g-product li u .dot:after {
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: -0.25vw;
  box-shadow: 0 0 0.5vw #fff;
}

#g-product li u:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #5656ae;
  display: block;
}

#g-product li img {
  height: 32vw;
  margin: 0 auto -2.6vw;
}

#g-product li h3 {
  color: #192384;
  font-size: 1.9vw;
  line-height: 1.2;
}

#g-product li p {
  font-size: 1.4vw;
}

#g-product li:nth-child(1) {
  margin-right: 1vw;
}

#g-product li:nth-child(1) u {
  top: -17%;
}

#g-product li:nth-child(2) {
  margin-right: 0.2vw;
}

#g-product li:nth-child(3) u {
  top: 26%;
}

#g-product li:nth-child(5) u {
  top: -7%;
}

#g-benefit {
  background-image: url(../images/bg-5.jpg);
  height: 68.8vw;
}

#g-benefit header {
  margin-top: 2vw;
  position: relative;
}

#g-benefit header .deco-flare-1 {
  top: 10.2%;
  left: 25.2%;
}

#g-benefit header .deco-flare-2 {
  top: -27.8%;
  left: 43.8%;
}

#g-benefit header small {
  display: block;
  letter-spacing: 0.15vw;
  margin-top: -0.3vw;
}

#g-benefit .step {
  width: 71%;
  margin: 6.2vw auto 0;
  display: flex;
  justify-content: space-between;
}

#g-benefit .step li {
  width: 24%;
  background: url(../images/benefit-card-2.png) no-repeat center top;
  background-size: 100%;
  padding: 1.7vw 2.2vw;
  text-align: left;
}

#g-benefit .step li.card-1 {
  background-image: url(../images/benefit-card-1.png);
  margin-top: -3vw;
}

#g-benefit .step .no {
  position: relative;
  margin-bottom: 1vw;
  color: #86754d;
}

#g-benefit .step .no:after {
  content: "";
  width: 100%;
  height: 0.15vw;
  display: block;
  background: linear-gradient(to right, #86754d 54%, #ccb676 54.1%);
}

#g-benefit .step .no small {
  font-size: 0.9vw;
  display: inline-block;
}

#g-benefit .step .no b {
  font-size: 2.4vw;
  font-weight: normal;
  transform: skew(-7deg);
  display: inline-block;
  line-height: 1;
}

#g-benefit .step .no h3 {
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
  position: absolute;
  top: 0.5vw;
  right: 0;
}

#g-benefit .step p {
  font-size: 1vw;
}

#g-benefit .step p b {
  font-size: 1.2vw;
}

#g-benefit .step img {
  width: 104%;
  margin-left: -2%;
  margin-top: 0.5vw;
}

#g-benefit .compare {
  width: 71%;
  margin: -4vw auto 0;
  background: url(../images/benefit-card-3.png) no-repeat 50% 0;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5.5vw 1.8vw 3vw;
}

#g-benefit .compare .left h3,
#g-benefit .compare .right h3 {
  background: linear-gradient(to right, #5656ae, #f3ebbb);
  color: #fff;
  font-size: 1.4vw;
  letter-spacing: 0.3vw;
}

#g-benefit .compare .left {
  width: 65.5%;
}

#g-benefit .compare .right {
  width: 31%;
}

#g-benefit .compare .flex {
  display: flex;
  justify-content: space-between;
}

#g-benefit .compare .flex .compare-set {
  width: 47.5%;
}

#g-benefit .compare .compare-set {
  border: 1px solid #fff;
  position: relative;
  margin-top: 0.8vw;
}

#g-benefit .compare .compare-set:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -0.5vw;
  right: -0.5vw;
  bottom: -0.5vw;
  left: -0.5vw;
}

#g-benefit .compare .compare-set img {
  width: 20.5vw;
}

#g-benefit .compare .compare-set p {
  color: #fff;
  font-size: 0.9vw;
  position: absolute;
  bottom: 0.5vw;
}

#g-benefit .compare .compare-set .pointer {
  width: 1.5vw;
  height: 100%;
  background: url(../images/compare-pointer.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: calc(100% - .8vw);
}

#g-benefit .compare .compare-set .before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 1;
}

#g-benefit .compare .compare-set .before>div {
  width: 100%;
  overflow: hidden;
}

#g-benefit .compare .compare-set .before p {
  left: 1vw;
}

#g-benefit .compare .compare-set .after p {
  right: 1vw;
}

#g-try {
  background-image: url(../images/bg-7.jpg);
  height: 96.2vw;
}

#g-try header {
  padding-top: 7vw;
}

#g-try header u {
  width: 18%;
  display: inline-block;
  margin: 1vw auto;
  font-size: 1.8vw;
  text-decoration: none;
  line-height: 1.8;
}

#g-try header u:before,
#g-try header u:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #000, #000);
  display: block;
}

#g-try header .deco-flare-1 {
  top: 30%;
  left: 31%;
}

#g-try header .deco-flare-2 {
  top: 43%;
  left: 58%;
}

#g-try .board {
  width: 71%;
  margin: 1.1vw auto 0;
  border-bottom: 0.6vw solid #f3ebbb;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.2);
  position: relative;
}

#g-try .board .border-top {
  width: 100%;
  height: 0.6vw;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #192384 70%, #ccb676 90%, #f3ebbb);
}

#g-try .board .deco-flare-1 {
  transform: rotate(90deg);
  top: 30%;
  left: -10.7%;
}

#g-try .board .deco-flare-2 {
  transform: rotate(90deg);
  top: 55%;
  right: -10.7%;
}

#g-try .intro {
  padding-top: 3.5vw;
  font-size: 1.4vw;
  letter-spacing: 0.1vw;
  line-height: 1.4;
}

#g-try .flex {
  display: flex;
}

#g-try .left {
  width: 50%;
  position: relative;
}

#g-try .left img {
  width: 111%;
  position: absolute;
  bottom: 0;
  left: -13%;
}

#g-try .left .title {
  position: absolute;
  top: 29%;
  left: 73%;
  text-align: left;
}

#g-try .left .title small {
  font-size: 0.9vw;
  line-height: 1.2;
  display: block;
}

#g-try .left .title .signature {
  width: 8.5vw;
  height: 5vw;
  background: url(../images/kol-tw-signature.png) no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  margin-top: 1vw;
  margin-left: -0.2vw;
}

#g-try .right {
  width: 50%;
  padding-left: 1.2vw;
  padding-right: 4.5vw;
}

#g-try .gift {
  width: 100%;
  margin-top: 3vw;
  padding-bottom: 1.6vw;
  background: #eae4d7;
  border: 1px solid #fff;
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.2);
}

#g-try .gift h3 {
  width: 70%;
  margin: 0 auto;
  position: relative;
  perspective: 10vw;
}

#g-try .gift h3 .h3-border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #192384 60%, #ccb676 95%);
  border-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
  border: 1px solid #fff;
  border-top: 0;
  transform-origin: 50% 0;
  transform: rotateX(-15deg);
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.5);
}

#g-try .gift h3 p {
  position: relative;
  color: #fff;
  font-size: 1.3vw;
  padding: 0.5vw;
}

#g-try .gift img {
  width: 87%;
  margin: 0.5vw auto;
}

#g-try .gift .list-star {
  width: 94%;
  margin: 0 auto;
}

#g-try .gift li {
  font-size: 0.7vw;
}

#g-try .gift li:before {
  top: 0.1vw;
}

/* {
  width: 100%;
  padding: 2vw 0.4vw;
} */
.g-form>li {
  padding: 0vw;
  border: 0;
  margin-bottom: 1.6vw;
  width: 48.5%;
  font-size: 2.1vw;
}

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

.g-form>li input,
.g-form>li select {
  border: 0.1vw solid #ccc;
  border-radius: 0.5vw;
  box-shadow: inset 0.2vw 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1vw;
  font-size: 2.1vw;
  font-family: "ShiseidoGinza", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.g-form>li.is-rule {
  margin-bottom: 0.2vw;
}

.g-form>li.is-rule label {
  display: block;
}

.g-form>li input[type=checkbox]+label,
.g-form>li input[type=radio]+label {
  padding-left: 4vw;
}

.g-form>li input[type=checkbox]+label:before,
.g-form>li input[type=radio]+label:before {
  border: 0.1vw solid #ccc;
  background-color: #fff;
  border-radius: 0.5vw;
  width: 3.4vw;
  height: 3.4vw;
  box-shadow: inset 0.2vw 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
}

.g-form>li input[type=checkbox]+label:after,
.g-form>li input[type=radio]+label:after {
  width: 3.4vw;
  height: 3.4vw;
  font-size: 3.4vw;
  top: 0;
  left: 0.5vw;
}

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

.g-form>li a {
  font-size: 2.1vw;
}

.g-form>li .g-bt-1 {
  font-size: 2.1vw;
  width: 45%;
  margin-top: 2vw;
  margin-bottom: 1vw;
}

#g-try .list-r {
  margin-top: 2vw;
  font-size: 0.75vw;
}

#g-try .list-r a {
  font-size: 0.8vw;
  text-decoration: underline;
}

.list-r li {
  text-align: left;
  padding-left: 1vw;
  position: relative;
}

.list-r li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.list-star li {
  text-align: left;
  padding-left: 1vw;
  position: relative;
  font-size: 12px;
}

.list-star li:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

#g-sale {
  background: url(../images/icon-h-bg.png), url(../images/bg-8.jpg);
  background-repeat: no-repeat;
  background-position: center 6.5vw, 0 0;
  background-size: 60vw, 100% 100%;
}

#g-sale header {
  padding-top: 3vw;
}

#g-sale header .deco-flare-1 {
  top: 41%;
  left: 26.3%;
}

#g-sale header .deco-flare-2 {
  top: 6%;
  left: 53.2%;
}

#g-sale .sale-list {
  width: 71%;
  margin: 8vw auto 0;
}

#g-sale .sale-list li {
  position: relative;
  margin-bottom: 5.5vw;
  background-color: rgba(255, 255, 255, 0.8);
}

#g-sale .sale-list .board {
  width: calc(100% + 2vw);
  height: calc(100% + 2vw);
  position: absolute;
  top: -1vw;
  left: -1vw;
  pointer-events: none;
}

#g-sale .sale-list .board:before {
  content: "";
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  border: 1px solid #fff;
  box-shadow: 0 0 1vw #fff, 0 0 0.5vw #fff;
  position: absolute;
  top: 0.5vw;
  left: 0.5vw;
}

#g-sale .sale-list .board [class^=corner-]:before,
#g-sale .sale-list .board [class^=corner-]:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
}

#g-sale .sale-list .board [class^=corner-]:before {
  width: 3.5vw;
  height: 0.5vw;
}

#g-sale .sale-list .board [class^=corner-]:after {
  width: 0.5vw;
  height: 3.5vw;
}

#g-sale .sale-list .board .corner-1:before,
#g-sale .sale-list .board .corner-1:after {
  top: 0.25vw;
  left: 0.25vw;
}

#g-sale .sale-list .board .corner-2:before,
#g-sale .sale-list .board .corner-2:after {
  top: 0.25vw;
  right: 0.25vw;
}

#g-sale .sale-list .board .corner-3:before,
#g-sale .sale-list .board .corner-3:after {
  bottom: 0.25vw;
  left: 0.25vw;
}

#g-sale .sale-list .board .corner-4:before,
#g-sale .sale-list .board .corner-4:after {
  bottom: 0.25vw;
  right: 0.25vw;
}

#g-sale .sale-list .board .slash-1 {
  background: linear-gradient(to right, #fff 0, #fff 90%, transparent 90.1%, transparent 100%);
  background-size: 2.3vw;
  width: 15.5%;
  height: 0.5vw;
  position: absolute;
  top: 0.25vw;
  right: 9%;
  transform: skew(-45deg);
}

#g-sale .sale-list .board .slash-2 {
  background: #fff;
  width: 20%;
  height: 0.5vw;
  position: absolute;
  bottom: 0.5vw;
  left: 13%;
  transform: skew(-45deg);
}

#g-sale .sale-list .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#g-sale .sale-list .img {
  width: 53%;
  position: relative;
  padding-top: 1vw;
  padding-bottom: 0.8vw;
}

#g-sale .sale-list .img:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 18%;
  left: 0;
  background: radial-gradient(ellipse, rgba(204, 182, 118, 0.5), transparent 70%);
  background-position: 50% 200%;
  background-size: 100% 70%;
  background-repeat: no-repeat;
}

#g-sale .sale-list .img img {
  width: 82%;
  margin: 0 auto;
  position: relative;
}

#g-sale .sale-list .txt {
  width: 47%;
  text-align: left;
  padding-left: 0%;
  position: relative;
}

#g-sale .sale-list .txt .new {
  position: absolute;
  top: 0.5vw;
  right: 102%;
  font-style: normal;
  color: #c30328;
  font-size: 1.3vw;
}

#g-sale .sale-list .txt h3 {
  font-size: 2.1vw;
  font-weight: bold;
  color: #192384;
  line-height: 1.2;
  position: relative;
}

#g-sale .sale-list .price {
  margin-top: 0.5vw;
}

#g-sale .sale-list .price:after {
  content: "";
  width: 90%;
  height: 1px;
  background: #ccc;
  display: block;
  margin: 1vw 0 1.6vw;
}

#g-sale .sale-list .price dt.hide {
  display: none;
}

#g-sale .sale-list .price dt:nth-of-type(2) {
  font-size: 1vw;
  margin-left: 1vw;
}

#g-sale .sale-list .price dd:nth-of-type(1) {
  font-size: 1.4vw;
}

#g-sale .sale-list .price dd:nth-of-type(2) {
  font-size: 1vw;
  margin-left: -0.2vw;
}

#g-sale .sale-list .price dt,
#g-sale .sale-list .price dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2vw;
}

#g-sale .sale-list .price b {
  font-size: 2vw;
  font-weight: normal;
}

#g-sale .sale-list .desc {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5vw;
}

#g-sale .sale-list .desc dt {
  width: 1.9vw;
  height: 1.9vw;
  font-size: 1.2vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #192384;
  border-radius: 50vw;
}

#g-sale .sale-list .desc dd {
  width: 93%;
  color: #666;
  padding-left: 1vw;
  line-height: 1.4;
}

#g-sale .sale-list .desc dd p {
  font-size: 1.25vw;
}

#g-sale .sale-list .desc dt,
#g-sale .sale-list .desc dd {
  margin-bottom: 1vw;
}

#g-sale .sale-list .btns {
  width: 40%;
  margin-top: 0.5vw;
}

#g-sale .sale-list .btns a {
  width: 100%;
  display: block;
}

#g-sale .note {
  width: 72%;
  margin: 2vw auto 5vw;
  text-align: left;
  display: block;
  font-size: 1.2vw;
  color: #fff;
}

#msg-try-success .msg-wrap {
  background-repeat: no-repeat;
  background-image: url(../images/bg-msg-try-success.jpg);
  background-size: 100%;
  background-position: center;
  width: 56.78vh;
  height: 86.02vh;
  max-height: 100%;
  padding: 0;
}

#msg-try-success .msg-wrap>.close {
  width: 8.5vh;
  height: 8.5vh;
  padding-bottom: 0;
  top: -4.25vh;
  right: -4.25vh;
  background-color: #ccb676;
}

#msg-try-success .msg-content {
  height: 100%;
}

#msg-try-success .msg-content header {
  text-align: center;
  padding-top: 8.5vh;
  position: relative;
}

#msg-try-success .msg-content header h2 {
  font-size: 3.4vh;
  font-weight: bold;
  color: #192384;
  line-height: 1.2;
  margin-bottom: 0.34vh;
}

#msg-try-success .msg-content header p {
  font-size: 2.38vh;
}

#msg-try-success .msg-content header p:before,
#msg-try-success .msg-content header p:after {
  content: "|";
  margin: 0 0.85vh;
}

#msg-try-success .msg-content header [class*=deco-flare-] {
  width: 17vh;
  height: 8.5vh;
}

#msg-try-success .msg-content header .deco-flare-1 {
  top: 21%;
  left: 19%;
}

#msg-try-success .msg-content header .deco-flare-2 {
  top: 52%;
  left: 51%;
}

#msg-try-success .msg-content header u {
  font-size: 2.21vh;
  text-decoration: none;
  font-weight: normal;
  display: block;
  width: 40%;
  margin: 1.7vh auto;
  line-height: 1.7;
}

#msg-try-success .msg-content header u:before,
#msg-try-success .msg-content header u:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #000, #000);
  display: block;
}

#msg-try-success .msg-content .txt {
  text-align: center;
  margin-top: 37.4vh;
}

#msg-try-success .msg-content .txt h3 {
  font-size: 3.4vh;
  font-weight: bold;
  border: 0.34vh solid #5656ae;
  border-radius: 85vh;
  padding: 0 2.55vh;
  text-align: center;
  display: inline-block;
  color: #5656ae;
  letter-spacing: 0.34vh;
}

#msg-try-success .msg-content .txt p {
  font-size: 1.7vh;
  margin-top: 1.7vh;
}

#msg-try-success .msg-content .txt small {
  font-size: 1.53vh;
  display: block;
  margin-top: 1.19vh;
}

#msg-try-success .msg-content .note {
  margin-top: 3.4vh;
  text-align: center;
  font-size: 1.36vh;
}

#msg-try-success .msg-content .note:before {
  content: "";
  width: 6.8vh;
  height: 1px;
  background-color: #5656ae;
  display: block;
  margin: -1.7vh auto 1.7vh;
}

#msg-try-success .msg-content .note a {
  font-size: 1.36vh;
  text-decoration: underline;
}

#g-quick {
  width: 5vw;
  position: fixed;
  top: 16.5%;
  right: 1.8%;
  z-index: 20;
  background: linear-gradient(to bottom, #f3ebbb, #8390df 20%, #192384);
  border-radius: 10vw;
  border: 0.15vw solid #fff;
  box-shadow: 0 0.4vw 0.4vw rgba(0, 0, 0, 0.2);
}

#g-quick .icon-pd {
  width: 4.2vw;
  height: 5.6vw;
  top: -2.4vw;
  left: 0.4vw;
  background: url(../images/quick-pd.png) no-repeat center top;
  background-size: 100%;
  display: block;
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 0 0.5vw #fff);
}

#g-quick .new {
  color: #5656ae;
  font-size: 1vw;
  position: absolute;
  top: -4vw;
  left: 20%;
  font-style: normal;
  text-shadow: 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff;
}

#g-quick p {
  position: relative;
  padding-top: 3vw;
  padding-bottom: 0.8vw;
  overflow: hidden;
  border-radius: 50vw;
}

#g-quick p span {
  display: block;
  font-size: 1.3vw;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 0 0.5vw #000;
  position: relative;
  z-index: 3;
}

#g-quick p:after {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  z-index: 1;
  animation: bt_shine 2s ease infinite;
}

#g-quick p:before {
  content: "";
  background: linear-gradient(to bottom, #f3ebbb, #86754d);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.2s;
  opacity: 0;
}

#g-quick .arrow {
  width: 1.8vw;
  height: 1.8vw;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../images/icon-up-fff.svg);
  background-repeat: no-repeat;
  background-size: 100%, 50%;
  background-position: center;
  border-radius: 50%;
  display: block;
  margin: 0.5vw auto;
  position: relative;
  z-index: 3;
}

#g-quick:hover p:before {
  opacity: 1;
}

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

@media screen and (max-width: 767px) {
  .list-r li {
    padding-left: 3vw;
  }

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

  #loader-logo {
    width: 35%;
  }

  .g-section {
    background-size: 100% 100.2%;
  }

  .g-section header h2 {
    font-size: 6vw;
  }

  .g-section header h2 sup {
    font-size: 2.5vw;
    top: -1vw;
  }

  .g-wrap {
    font-size: 3vw;
  }

  .g-wrap a[class*=g-bt-],
  .g-wrap button[class^=g-bt-] {
    width: 30vw;
    /* text-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.5);
    font-size: 3vw;
    border-radius: 0.4vw;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.5); */
  }

  .g-wrap a[class*=g-bt-] i,
  .g-wrap button[class^=g-bt-] i {
    width: 2.5vw;
    height: 2.5vw;
    top: -0.1vw;
    margin-left: 1vw;
  }

  .g-wrap a[class*=g-bt-].g-bt-2,
  .g-wrap button[class^=g-bt-].g-bt-2 {
    box-shadow: 0 -0.1vw #c30328, 0.1vw 0 #c30328, 0 0.1vw #c30328, -0.1vw 0 #c30328;
  }

  #g-kv {
    height: 171.9vw;
    background-image: url(../images/bg-1-m.jpg);
  }

  #g-kv .txt {
    width: 100%;
    margin-left: 0;
    margin-top: 103.7vw;
  }

  #g-kv .logo-brand {
    width: 49.3vw;
    height: 12.3vw;
    margin-right: 4vw;
  }

  #g-kv .icon-badge-flower-black {
    width: 12.5vw;
    height: 12.5vw;
  }

  #g-kv header {
    width: 60%;
    padding-top: 12vw;
  }

  #g-kv header h1 b {
    font-size: 5.2vw;
  }

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

  #g-kv header u {
    font-size: 3vw;
    width: 85%;
  }

  #g-kv .btns {
    width: 60%;
  }

  #g-kv .note {
    font-size: 2vw;
    text-align: right;
    position: absolute;
    bottom: -6vw;
    right: 5vw;
  }

  #g-kv .pd {
    width: 42vw;
    top: 76%;
    left: 42%;
  }

  [class*=deco-flare] {
    width: 25vw;
    height: 10vw;
  }

  [class*=deco-star] {
    width: 15vw;
    height: 15vw;
  }

  #g-video {
    height: auto;
    background-size: 100% 100%;
  }

  #g-video .board {
    width: 94%;
    margin: 17.2vw auto 12vw;
  }

  .video-btn-play {
    width: 10vw;
    height: 7.5vw;
  }

  #g-report {
    height: 135vw;
    -webkit-mask-image: linear-gradient(to bottom, #000 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 90%, transparent 100%);
  }

  #g-report header h2 {
    font-size: 6vw;
    letter-spacing: 0.1vw;
  }

  #g-report header h2 b {
    font-size: 10vw;
  }

  #g-report header u {
    font-size: 5vw;
  }

  #g-report header .deco-star-1 {
    top: 33%;
    left: 7%;
  }

  #g-report header .deco-light-1 {
    width: 10vw;
    height: 10vw;
    top: 43%;
    left: -2%;
  }

  #g-report header .deco-light-2 {
    width: 6vw;
    height: 6vw;
    top: 82%;
    left: 10%;
  }

  #g-report header .deco-light-3 {
    width: 10vw;
    height: 10vw;
    top: 78%;
    left: 1%;
  }

  #g-report header .deco-light-4 {
    width: 6vw;
    height: 6vw;
    top: 70%;
    left: 7%;
  }

  #g-report .img img {
    width: 50%;
    margin: 28.8vw auto 0;
  }

  #g-report .img .deco-cap {
    width: 51vw;
    height: 36vw;
    top: 28.8%;
    left: 54.3%;
  }

  #g-report .img .label {
    font-size: 3.5vw;
    position: static;
    margin-top: 7vw;
    margin-bottom: 3vw;
  }

  #g-report .img h4 {
    font-size: 4.5vw;
  }

  #g-report .img h4 u {
    font-size: 3.4vw;
  }

  #g-report .img .note {
    font-size: 2vw;
  }

  #g-report .img .deco-flare-1 {
    top: -31%;
    left: 38%;
  }

  #g-report .img .deco-flare-2 {
    left: 52%;
  }

  #g-report li {
    width: 25%;
  }

  #g-report li .pie {
    width: 17.15vw;
    height: 17.15vw;
  }

  #g-report li .txt {
    padding-left: 0;
    text-align: center;
  }

  #g-report li .txt h3 {
    font-size: 4.1vw;
  }

  #g-report li .txt p {
    font-size: 3.7vw;
  }

  #g-report li.item-1 {
    left: 34.9%;
    top: 30.3%;
  }

  #g-report li.item-1 .pie {
    left: -17.5vw;
  }

  #g-report li.item-2 {
    top: 55.3%;
    left: 4.6%;
  }

  #g-report li.item-2 .txt:after {
    width: 10vw;
    transform: rotate(-53deg);
  }

  #g-report li.item-2 .pie {
    top: 12.8vw;
    left: 3.5vw;
  }

  #g-report li.item-3 {
    top: 76.3%;
    left: 69.1%;
  }

  #g-report li.item-3 .txt {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  #g-report li.item-3 .txt:after {
    width: 25vw;
  }

  #g-report li.item-3 .pie {
    top: -20.2vw;
    left: 3.5vw;
  }

  #g-report .counter {
    margin-top: 5vw;
    height: 8vw;
  }

  #g-report .counter>div>span {
    font-size: 8vw;
  }

  #g-report .counter>span {
    font-size: 4vw;
  }

  #g-report .counter sup {
    font-size: 3vw;
  }

  #g-ingredient {
    height: 124.3vw;
    background-size: 160%;
  }

  #g-ingredient:after {
    content: "";
    width: 100%;
    height: 5vw;
    background: linear-gradient(to bottom, rgba(243, 235, 187, 0), #f3ebbb, rgba(243, 235, 187, 0));
    position: absolute;
    top: -2.5vw;
    left: 0;
  }

  #g-ingredient header u {
    font-size: 3.4vw;
  }

  #g-ingredient header .deco-flare-1 {
    top: 10%;
    left: 16%;
  }

  #g-ingredient header .deco-flare-2 {
    left: 59.8%;
  }

  #g-ingredient li {
    font-size: 3.4vw;
    width: 38%;
  }

  #g-ingredient li.item-1 {
    top: 37%;
    left: 57.8%;
  }

  #g-ingredient li.item-2 {
    width: 35%;
    top: 43.7%;
    left: 6%;
  }

  #g-ingredient li.item-3 {
    top: 60%;
    left: 57.8%;
  }

  #g-ingredient .stars i {
    width: 1.5vw;
    height: 1.5vw;
  }

  .stars i {
    width: 12vw;
    height: 12vw;
  }

  #g-product {
    height: 165vw;
    background-size: 160% 100%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  #g-product .stars {
    width: 80%;
    height: 100vw;
    top: 25%;
    left: 10%;
  }

  #g-product header {
    padding-top: 9vw;
  }

  #g-product header p {
    font-size: 3.8vw;
  }

  #g-product header .deco-flare-1 {
    top: 27%;
    left: 14%;
  }

  #g-product header .deco-flare-2 {
    top: 45%;
    left: 61.2%;
  }

  #g-product ol {
    flex-wrap: wrap;
    width: 90%;
    margin: 12vw auto 0;
  }

  #g-product li {
    width: 33%;
    margin-bottom: 3vw;
  }

  #g-product li:nth-child(1) {
    margin-right: auto;
    width: 50%;
    left: 7%;
  }

  #g-product li:nth-child(2) {
    margin-right: 0;
    width: 50%;
    left: -7%;
  }

  #g-product li img {
    height: 50vw;
  }

  #g-product li u {
    font-size: 3.2vw;
    left: calc(50% - 4.5vw);
  }

  #g-product li h3 {
    font-size: 3.9vw;
  }

  #g-product li p {
    font-size: 3.4vw;
  }

  #g-try {
    height: 297vw;
    background-size: 150% 100%;
  }

  #g-try header {
    padding-top: 15vw;
  }

  #g-try header u {
    width: 38%;
    font-size: 3.8vw;
  }

  #g-try header .deco-flare-1 {
    top: 29%;
    left: 48%;
  }

  #g-try header .deco-flare-2 {
    top: 47%;
    left: 15%;
  }

  #g-try .board {
    width: 90%;
    margin-top: 3vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
  }

  #g-try .board .deco-flare-1 {
    left: -13.7%;
  }

  #g-try .board .deco-flare-2 {
    right: -13.7%;
  }

  #g-try .intro {
    font-size: 3.4vw;
    padding-top: 5vw;
  }

  #g-try .flex {
    flex-wrap: wrap;
  }

  #g-try .left {
    width: 100%;
    margin-top: 3vw;
  }

  #g-try .left img {
    position: static;
    width: 40%;
    margin-left: 10%;
  }

  #g-try .left .title {
    left: 55%;
  }

  #g-try .left .title small {
    font-size: 2.9vw;
  }

  #g-try .left .title .signature {
    width: 27.5vw;
    height: 16vw;
  }

  #g-try .right {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #g-try .gift {
    width: 100%;
    margin-top: -10vw;
    position: relative;
    z-index: 1;
  }

  #g-try .gift h3 {
    perspective: 20vw;
  }

  #g-try .gift h3 .h3-border {
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
  }

  #g-try .gift h3 p {
    font-size: 3.3vw;
    padding: 1.5vw;
  }

  #g-try .gift li {
    font-size: 2.7vw;
  }

  #g-try .list-star li {
    padding-left: 2vw;
  }

  /* {
    margin-top: 5vw;
  } */

  .g-form>li {
    padding: 0vw;
    margin-bottom: 2.5vw;
    font-size: 2.3vw;

  }

  .g-form>li input,
  .g-form>li select {
    border: 0.25vw solid #ccc;
    border-radius: 1.25vw;
    box-shadow: inset 0.5vw 0.5vw 1.25vw rgba(0, 0, 0, 0.1);
    padding: 3vw;
    font-size: 3.25vw;
  }

  .g-form>li input[type=checkbox]+label,
  .g-form>li input[type=radio]+label {
    padding-left: 8vw;
    line-height: 2;
  }

  .g-form>li input[type=checkbox]+label:before,
  .g-form>li input[type=radio]+label:before {
    border: 0.25vw solid #ccc;
    border-radius: 1.25vw;
    width: 5.5vw;
    height: 5.5vw;
    box-shadow: inset 0.5vw 0.5vw 1.25vw rgba(0, 0, 0, 0.1);
  }

  .g-form>li input[type=checkbox]+label:after,
  .g-form>li input[type=radio]+label:after {
    width: 5.5vw;
    height: 5.5vw;
    font-size: 5.5vw;
    left: 1.25vw;
  }

  .g-form>li a {
    font-size: 2.3vw;
  }

  .g-form>li .g-bt-1 {
    /* width: 100%; */
    font-size: 4vw;
    margin-top: 2vw;
  }

  #g-try .list-r {
    margin-top: 5vw;
    font-size: 2.5vw;
  }

  #g-try .list-r a {
    font-size: 2.5vw;
  }

  #g-try .list-r li {
    padding-left: 4vw;
  }

  #g-try .note {
    font-size: 2.25vw;
    bottom: 5vw;
    left: 5vw;
  }

  #g-sale {
    padding: 10vw 0;
    background-size: 100%, 150% 100%;
    background-position: center 20.5vw, 50% 0;
  }

  #g-sale header>p {
    font-size: 3.5vw;
  }

  #g-sale header .deco-flare-1 {
    top: 38%;
    left: 9.3%;
  }

  #g-sale header .deco-flare-2 {
    top: -1%;
    left: 57.8%;
  }

  #g-sale .sale-list {
    width: 90%;
  }

  #g-sale .sale-list li {
    margin-bottom: 6vw;
  }

  #g-sale .sale-list li .img {
    width: 46%;
  }

  #g-sale .sale-list li .txt {
    width: 54%;
  }

  #g-sale .sale-list .txt {
    padding: 4vw 0;
  }

  #g-sale .sale-list .txt h3 {
    font-size: 4.3vw;
    margin-bottom: 1vw;
  }

  #g-sale .sale-list .txt .new {
    font-size: 3.3vw;
  }

  #g-sale .sale-list .price b {
    font-size: 4.2vw;
  }

  #g-sale .sale-list .price dd {
    font-size: 2.5vw;
  }

  #g-sale .sale-list .price dd:nth-of-type(1) {
    font-size: 2.5vw;
  }

  #g-sale .sale-list .price dt:nth-of-type(2),
  #g-sale .sale-list .price dd:nth-of-type(2) {
    font-size: 3vw;
  }

  #g-sale .sale-list .desc {
    width: 95%;
  }

  #g-sale .sale-list .desc dt {
    width: 4vw;
    height: 4vw;
    font-size: 3vw;
  }

  #g-sale .sale-list .desc dd {
    width: 90%;
  }

  #g-sale .sale-list .desc dd p {
    font-size: 2.8vw;
    letter-spacing: 0;
  }

  #g-sale .sale-list .btns {
    margin-top: 1vw;
    width: 60%;
  }

  #g-sale .sale-list .btns a {
    font-size: 3vw;
  }

  #g-sale .note {
    width: 90%;
    font-size: 3vw;
  }

  #g-quick {
    width: 10vw;
    right: 2.8%;
  }

  #g-quick .new {
    font-size: 2.3vw;
  }

  #g-quick .icon-pd {
    width: 7.2vw;
    height: 8.6vw;
    top: -2.4vw;
    left: 1.1vw;
  }

  #g-quick p {
    padding-top: 7vw;
    padding-bottom: 2.8vw;
  }

  #g-quick p span {
    font-size: 3.3vw;
  }

  #g-quick .arrow {
    width: 3.8vw;
    height: 3.8vw;
    margin: 1vw auto;
  }

  #msg-try-success .msg-wrap {
    width: 40.08vh;
    height: 60.72vh;
  }

  #msg-try-success .msg-wrap>.close {
    width: 6vh;
    height: 6vh;
    top: -3vh;
    right: 1.2vh;
  }

  #msg-try-success .msg-content header {
    padding-top: 6vh;
  }

  #msg-try-success .msg-content header h2 {
    font-size: 2.4vh;
  }

  #msg-try-success .msg-content header p {
    font-size: 1.68vh;
  }

  #msg-try-success .msg-content header p:before,
  #msg-try-success .msg-content header p:after {
    margin: 0 0.6vh;
  }

  #msg-try-success .msg-content header u {
    font-size: 1.56vh;
  }

  #msg-try-success .msg-content header [class*=deco-flare-] {
    width: 9.6vh;
    height: 12vh;
  }

  #msg-try-success .msg-content header .deco-flare-1 {
    top: 2%;
    left: 22%;
  }

  #msg-try-success .msg-content header .deco-flare-2 {
    top: 32%;
    left: 60%;
  }

  #msg-try-success .msg-content .txt {
    margin-top: 25.8vh;
  }

  #msg-try-success .msg-content .txt h3 {
    font-size: 2.4vh;
    border: 0.24vh solid #5656ae;
    border-radius: 60vh;
    padding: 0 1.8vh;
    letter-spacing: 0.24vh;
  }

  #msg-try-success .msg-content .txt p {
    font-size: 1.2vh;
    margin-top: 1.2vh;
  }

  #msg-try-success .msg-content .txt small {
    font-size: 1.08vh;
    display: block;
  }

  #msg-try-success .msg-content .note {
    margin-top: 2.4vh;
    font-size: 0.96vh;
  }

  #msg-try-success .msg-content .note a {
    font-size: 0.96vh;
  }
}

@media screen and (max-width: 400px) {
  .g-form>li .g-bt-1 {
    width: 100%;

  }

  .list-star li {
    font-size: 2.8vw;
  }
}

#supply-btn,
#confirm-btn {
  cursor: pointer;
}

.thank_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
  top: -1px;
}

.thank_container .thank {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 780px;
  height: 770px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../images/thanks.png');
  z-index: 999;
}

.thank_container .thank .close_btn {
  position: absolute;
  top: -5.8%;
  right: -4.8%;
  width: 3.6%;
  height: 6.4%;
  cursor: pointer;
  background-image: url('../images/close-btn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width:1366px) {
  .thank_container .thank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 660px;
    height: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 999;
  }
}

@media screen and (max-width:767px) {
  .thank_container .thank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 999;
    width: 95%;
    height: auto;
    padding-top: 93.5%;
  }
}

@media screen and (max-width:540px) {
  .thank_container .thank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 999;
  }

  .thank_container .thank .close_btn {
    position: absolute;
    top: -7.8%;
    right: 1.2%;
    width: 5%;
    height: 6%;
    cursor: pointer;
    background-image: url('../images/close-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}


.private-info {
  text-align: right;
}

.g-form .private-info input[type=checkbox]+label {
  width: 100%;
}

/* .g-form .is-rule input[type=checkbox]+label {
  color: #fff;
}

.g-form .is-rule a {
  color: #fff;
} */

.g-form .line-friend {
  width: 49%;
}

.g-form>li .g-bt-1 {
  width: 120%;
  padding: 0;
  margin: 0 -10%;
}

/* .g-wrap button[class^=g-bt-] span {
  background-color: #fff;
} */

.g-wrap button[class^=g-bt-] {
  color: #000;
  text-shadow: none;
  /* font-weight: bold; */
  transition: 0.2s;
  background-image: url('../images/btn.png');
  background-size: 100% 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.submit-btn {
  margin-top: 1vw;
}



@media screen and (max-width: 767px) {
  .g-form>li .g-bt-1 {
    width: 100%;
    padding: 0;
  }
}


.g-form>.birthday-select {
  display: flex;
  border: 0.1vw solid #ccc;
  border-radius: 0.5vw;
  box-shadow: inset 0.2vw 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* background-image: url('../images/input-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  padding: 0vw 0.5vw 0vw 25%;
}

.row-col.birthday-select select {
  /* background-size: 9%; */
  background-color: transparent;
}


@media screen and (max-width: 767px) {
  /* .birthday-select {
    background-color: #BBC7DC;
  } */

  .form .row .row-col.birthday-select select {
    background-size: 9%;
  }

  .agree_block.last {
    margin-top: -7.3%;
    margin-bottom: 4%;
  }
}

#confirm-btn.disable {
  pointer-events: none;
}

.g-form>.birthday-select label {
  display: block;
  /* width: 10vw; */
  left: 0.3vw;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #A69C99;
  font-size: 1.1vw;
}

.g-form>.birthday-select label::after {
  display: none;

}

.g-form>.birthday-select select {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* @media screen and (max-width: 900px) {
  .g-form>.birthday-select label {
    font-size: 3.25vw;
    width: 19vw;
  }
} */

@media screen and (max-width: 900px) {
  .g-form>.birthday-select label {
    font-size: 3vw;
    width: 15vw;
  }
}
