@charset "UTF-8";
/* style.css ==============================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

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

@font-face {
  font-family: "guerlain_sans";
  src: url("../font/guerlainsans-regular.woff2") format("woff2"), url("../font/guerlainsans-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "guerlain_sans";
  src: url("../font/guerlainsans-medium.woff2") format("woff2"), url("../font/guerlainsans-medium.woff") format("woff");
  font-weight: bold;
}
/* main.css ==============================================*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.hide {
  display: none !important;
}

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

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

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

*:focus {
  outline: none;
}

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

a:hover {
  color: #ddd;
}

html {
  font-size: 20px;
}

body {
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: 1px;
  color: #000;
  font-family: "guerlain_sans", "Microsoft JhengHei", sans-serif;
  background: #fff;
  text-align: center;
  overflow-x: hidden;
}
body.is-lock {
  overflow: hidden;
}

sup {
  font-size: 12px;
}

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

#g-wrap {
  width: 640px;
  margin: 0 auto;
  background: url(../img/bg-1.webp?v2) 0 60.5% no-repeat #fef7ef;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}

.g-center-contain {
  width: 100%;
  max-width: 580px;
  min-width: 580px;
  margin: 0 auto;
}

.color-blue {
  color: #31b4dd;
}

.color-red {
  color: #bc0822;
}

.color-green {
  color: #86a471;
}

.color-orange {
  color: #ff8e1f;
}

.color-gold {
  color: #da7e06;
}

.color-yellow {
  color: #e1ad17;
}

.color-skin {
  color: #e09f6c;
}

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

.tns-outer {
  position: relative;
}

.tns-item {
  float: left;
}

.tns-controls button, .tns-controls div, .tns-cus-controls button, .tns-cus-controls div {
  position: absolute;
  top: 39%;
  width: 65px;
  height: 85px;
  background-image: url(../img/if-arrow-right-fff.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: transparent;
  z-index: 3;
  text-indent: -9999px;
  border: 0;
  transition: 0.5s;
  cursor: pointer;
}
.tns-controls button:hover, .tns-controls div:hover, .tns-cus-controls button:hover, .tns-cus-controls div:hover {
  filter: brightness(200%);
}
.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;
  transform: scale(-1, 1);
}
.tns-controls button:nth-of-type(2), .tns-controls div:nth-of-type(2), .tns-cus-controls button:nth-of-type(2), .tns-cus-controls div:nth-of-type(2) {
  right: 0;
}

.tns-nav {
  width: 100%;
  text-align: center;
  margin: 10px 0 10px;
}
.tns-nav button {
  width: 25px;
  height: 25px;
  border: 0;
  margin: 14px;
  position: relative;
  background-color: transparent;
}
.tns-nav button:before, .tns-nav button:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #da7e06;
  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: #da7e06;
}
.tns-nav button.tns-nav-active:after {
  background-color: #da7e06;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

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

.g-form > li {
  position: relative;
  padding: 0px 0 0px 25%;
  margin: 14px 0;
  clear: both;
  background-color: #efefef;
}
.g-form > li .icon-star {
  position: absolute;
  top: 21px;
  left: 10px;
  color: red;
}
.g-form > li label {
  width: 25%;
  position: absolute;
  top: 21px;
  left: 10px;
  font-size: 20px;
  padding-left: 30px;
  text-align: left;
}
.g-form > li input {
  padding: 25px 20px;
  width: 100%;
  font-size: 20px;
  background: transparent;
  border: 0;
  border-radius: 2px;
  font-family: 微軟正黑體;
}
.g-form > li select {
  width: 100%;
  padding: 25px 20px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 20px;
  background: transparent url(../img/if-select.svg) no-repeat 90% 50%;
  background-size: 20px;
  border-radius: 2px;
  border: 0;
  font-family: 微軟正黑體;
}
.g-form > li input[type=checkbox], .g-form > li input[type=radio] {
  display: none;
}
.g-form > li input[type=checkbox] + label {
  padding-left: 70px;
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  font-size: 20px;
  left: 0;
  text-align: left;
}
.g-form > li input[type=checkbox] + label:before,
.g-form > li input[type=checkbox] + label:after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/if-check.svg);
  background-size: 55px 55px;
  background-color: #efefef;
  border-radius: 3px;
  transition: 0.5s;
  cursor: pointer;
}
.g-form > li input[type=checkbox] + label:before {
  background-image: none;
}
.g-form > li input[type=checkbox] + label:after {
  border: 1px solid transparent;
  background-color: transparent;
  width: 0;
  border: 0;
  box-shadow: none;
}
.g-form > li input[type=checkbox] + label:active:after, .g-form > li input[type=checkbox]:checked + label:after {
  width: 55px;
}
.g-form > li input[type=radio] + label {
  padding: 10px 0 10px 60px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  font-size: 20px;
}
.g-form > li input[type=radio] + label:before, .g-form > li input[type=radio] + label:after {
  content: "";
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #000;
  border-radius: 50%;
}
.g-form > li input[type=radio] + label:before {
  content: "";
  background-color: transparent;
}
.g-form > li input[type=radio] + label:after {
  background-color: #000;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.2s;
}
.g-form > li input[type=radio] + label:active:before,
.g-form > li input[type=radio]:checked + label:before {
  border-color: #000;
}
.g-form > li input[type=radio] + label:active:after,
.g-form > li input[type=radio]:checked + label:after {
  transform: scale(0.6);
}
.g-form > li a {
  text-decoration: underline;
}
.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
}

.list-star {
  text-align: left;
}
.list-star li {
  position: relative;
  padding-left: 2vw;
  font-size: 1.3vw;
}
.list-star li:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.splitEffect {
  overflow: hidden;
  white-space: nowrap;
}
.splitEffect span {
  display: inline-block;
  transform: translateY(100%);
}
.splitEffect span:nth-of-type(1) {
  animation-delay: 0.05s !important;
}
.splitEffect span:nth-of-type(2) {
  animation-delay: 0.1s !important;
}
.splitEffect span:nth-of-type(3) {
  animation-delay: 0.15s !important;
}
.splitEffect span:nth-of-type(4) {
  animation-delay: 0.2s !important;
}
.splitEffect span:nth-of-type(5) {
  animation-delay: 0.25s !important;
}
.splitEffect span:nth-of-type(6) {
  animation-delay: 0.3s !important;
}
.splitEffect span:nth-of-type(7) {
  animation-delay: 0.35s !important;
}
.splitEffect span:nth-of-type(8) {
  animation-delay: 0.4s !important;
}
.splitEffect span:nth-of-type(9) {
  animation-delay: 0.45s !important;
}
.splitEffect span:nth-of-type(10) {
  animation-delay: 0.5s !important;
}
.splitEffect span:nth-of-type(11) {
  animation-delay: 0.55s !important;
}
.splitEffect span:nth-of-type(12) {
  animation-delay: 0.6s !important;
}
.splitEffect span:nth-of-type(13) {
  animation-delay: 0.65s !important;
}
.splitEffect span:nth-of-type(14) {
  animation-delay: 0.7s !important;
}
.splitEffect span:nth-of-type(15) {
  animation-delay: 0.75s !important;
}
.splitEffect span:nth-of-type(16) {
  animation-delay: 0.8s !important;
}
.splitEffect span:nth-of-type(17) {
  animation-delay: 0.85s !important;
}
.splitEffect span:nth-of-type(18) {
  animation-delay: 0.9s !important;
}
.splitEffect span:nth-of-type(19) {
  animation-delay: 0.95s !important;
}
.splitEffect span:nth-of-type(20) {
  animation-delay: 1s !important;
}
.splitEffect span:nth-of-type(21) {
  animation-delay: 1.05s !important;
}
.splitEffect span:nth-of-type(22) {
  animation-delay: 1.1s !important;
}
.splitEffect span:nth-of-type(23) {
  animation-delay: 1.15s !important;
}
.splitEffect span:nth-of-type(24) {
  animation-delay: 1.2s !important;
}
.splitEffect span:nth-of-type(25) {
  animation-delay: 1.25s !important;
}
.splitEffect span:nth-of-type(26) {
  animation-delay: 1.3s !important;
}
.splitEffect span:nth-of-type(27) {
  animation-delay: 1.35s !important;
}
.splitEffect span:nth-of-type(28) {
  animation-delay: 1.4s !important;
}
.splitEffect span:nth-of-type(29) {
  animation-delay: 1.45s !important;
}
.splitEffect span:nth-of-type(30) {
  animation-delay: 1.5s !important;
}
.splitEffect.active 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.active.delay200 span:nth-of-type(1) {
  animation-delay: 0.23s !important;
}
.splitEffect.active.delay200 span:nth-of-type(2) {
  animation-delay: 0.26s !important;
}
.splitEffect.active.delay200 span:nth-of-type(3) {
  animation-delay: 0.29s !important;
}
.splitEffect.active.delay200 span:nth-of-type(4) {
  animation-delay: 0.32s !important;
}
.splitEffect.active.delay200 span:nth-of-type(5) {
  animation-delay: 0.35s !important;
}
.splitEffect.active.delay200 span:nth-of-type(6) {
  animation-delay: 0.38s !important;
}
.splitEffect.active.delay200 span:nth-of-type(7) {
  animation-delay: 0.41s !important;
}
.splitEffect.active.delay200 span:nth-of-type(8) {
  animation-delay: 0.44s !important;
}
.splitEffect.active.delay200 span:nth-of-type(9) {
  animation-delay: 0.47s !important;
}
.splitEffect.active.delay200 span:nth-of-type(10) {
  animation-delay: 0.5s !important;
}
.splitEffect.active.delay200 span:nth-of-type(11) {
  animation-delay: 0.53s !important;
}
.splitEffect.active.delay200 span:nth-of-type(12) {
  animation-delay: 0.56s !important;
}
.splitEffect.active.delay200 span:nth-of-type(13) {
  animation-delay: 0.59s !important;
}
.splitEffect.active.delay200 span:nth-of-type(14) {
  animation-delay: 0.62s !important;
}
.splitEffect.active.delay200 span:nth-of-type(15) {
  animation-delay: 0.65s !important;
}
.splitEffect.active.delay200 span:nth-of-type(16) {
  animation-delay: 0.68s !important;
}
.splitEffect.active.delay200 span:nth-of-type(17) {
  animation-delay: 0.71s !important;
}
.splitEffect.active.delay200 span:nth-of-type(18) {
  animation-delay: 0.74s !important;
}
.splitEffect.active.delay200 span:nth-of-type(19) {
  animation-delay: 0.77s !important;
}
.splitEffect.active.delay200 span:nth-of-type(20) {
  animation-delay: 0.8s !important;
}
.splitEffect.active.delay200 span:nth-of-type(21) {
  animation-delay: 0.83s !important;
}
.splitEffect.active.delay200 span:nth-of-type(22) {
  animation-delay: 0.86s !important;
}
.splitEffect.active.delay200 span:nth-of-type(23) {
  animation-delay: 0.89s !important;
}
.splitEffect.active.delay200 span:nth-of-type(24) {
  animation-delay: 0.92s !important;
}
.splitEffect.active.delay200 span:nth-of-type(25) {
  animation-delay: 0.95s !important;
}
.splitEffect.active.delay200 span:nth-of-type(26) {
  animation-delay: 0.98s !important;
}
.splitEffect.active.delay200 span:nth-of-type(27) {
  animation-delay: 1.01s !important;
}
.splitEffect.active.delay200 span:nth-of-type(28) {
  animation-delay: 1.04s !important;
}
.splitEffect.active.delay200 span:nth-of-type(29) {
  animation-delay: 1.07s !important;
}
.splitEffect.active.delay200 span:nth-of-type(30) {
  animation-delay: 1.1s !important;
}
.splitEffect.active.delay400 span:nth-of-type(1) {
  animation-delay: 0.43s !important;
}
.splitEffect.active.delay400 span:nth-of-type(2) {
  animation-delay: 0.46s !important;
}
.splitEffect.active.delay400 span:nth-of-type(3) {
  animation-delay: 0.49s !important;
}
.splitEffect.active.delay400 span:nth-of-type(4) {
  animation-delay: 0.52s !important;
}
.splitEffect.active.delay400 span:nth-of-type(5) {
  animation-delay: 0.55s !important;
}
.splitEffect.active.delay400 span:nth-of-type(6) {
  animation-delay: 0.58s !important;
}
.splitEffect.active.delay400 span:nth-of-type(7) {
  animation-delay: 0.61s !important;
}
.splitEffect.active.delay400 span:nth-of-type(8) {
  animation-delay: 0.64s !important;
}
.splitEffect.active.delay400 span:nth-of-type(9) {
  animation-delay: 0.67s !important;
}
.splitEffect.active.delay400 span:nth-of-type(10) {
  animation-delay: 0.7s !important;
}
.splitEffect.active.delay400 span:nth-of-type(11) {
  animation-delay: 0.73s !important;
}
.splitEffect.active.delay400 span:nth-of-type(12) {
  animation-delay: 0.76s !important;
}
.splitEffect.active.delay400 span:nth-of-type(13) {
  animation-delay: 0.79s !important;
}
.splitEffect.active.delay400 span:nth-of-type(14) {
  animation-delay: 0.82s !important;
}
.splitEffect.active.delay400 span:nth-of-type(15) {
  animation-delay: 0.85s !important;
}
.splitEffect.active.delay400 span:nth-of-type(16) {
  animation-delay: 0.88s !important;
}
.splitEffect.active.delay400 span:nth-of-type(17) {
  animation-delay: 0.91s !important;
}
.splitEffect.active.delay400 span:nth-of-type(18) {
  animation-delay: 0.94s !important;
}
.splitEffect.active.delay400 span:nth-of-type(19) {
  animation-delay: 0.97s !important;
}
.splitEffect.active.delay400 span:nth-of-type(20) {
  animation-delay: 1s !important;
}
.splitEffect.active.delay400 span:nth-of-type(21) {
  animation-delay: 1.03s !important;
}
.splitEffect.active.delay400 span:nth-of-type(22) {
  animation-delay: 1.06s !important;
}
.splitEffect.active.delay400 span:nth-of-type(23) {
  animation-delay: 1.09s !important;
}
.splitEffect.active.delay400 span:nth-of-type(24) {
  animation-delay: 1.12s !important;
}
.splitEffect.active.delay400 span:nth-of-type(25) {
  animation-delay: 1.15s !important;
}
.splitEffect.active.delay400 span:nth-of-type(26) {
  animation-delay: 1.18s !important;
}
.splitEffect.active.delay400 span:nth-of-type(27) {
  animation-delay: 1.21s !important;
}
.splitEffect.active.delay400 span:nth-of-type(28) {
  animation-delay: 1.24s !important;
}
.splitEffect.active.delay400 span:nth-of-type(29) {
  animation-delay: 1.27s !important;
}
.splitEffect.active.delay400 span:nth-of-type(30) {
  animation-delay: 1.3s !important;
}
.splitEffect.active.delay600 span:nth-of-type(1) {
  animation-delay: 0.63s !important;
}
.splitEffect.active.delay600 span:nth-of-type(2) {
  animation-delay: 0.66s !important;
}
.splitEffect.active.delay600 span:nth-of-type(3) {
  animation-delay: 0.69s !important;
}
.splitEffect.active.delay600 span:nth-of-type(4) {
  animation-delay: 0.72s !important;
}
.splitEffect.active.delay600 span:nth-of-type(5) {
  animation-delay: 0.75s !important;
}
.splitEffect.active.delay600 span:nth-of-type(6) {
  animation-delay: 0.78s !important;
}
.splitEffect.active.delay600 span:nth-of-type(7) {
  animation-delay: 0.81s !important;
}
.splitEffect.active.delay600 span:nth-of-type(8) {
  animation-delay: 0.84s !important;
}
.splitEffect.active.delay600 span:nth-of-type(9) {
  animation-delay: 0.87s !important;
}
.splitEffect.active.delay600 span:nth-of-type(10) {
  animation-delay: 0.9s !important;
}
.splitEffect.active.delay600 span:nth-of-type(11) {
  animation-delay: 0.93s !important;
}
.splitEffect.active.delay600 span:nth-of-type(12) {
  animation-delay: 0.96s !important;
}
.splitEffect.active.delay600 span:nth-of-type(13) {
  animation-delay: 0.99s !important;
}
.splitEffect.active.delay600 span:nth-of-type(14) {
  animation-delay: 1.02s !important;
}
.splitEffect.active.delay600 span:nth-of-type(15) {
  animation-delay: 1.05s !important;
}
.splitEffect.active.delay600 span:nth-of-type(16) {
  animation-delay: 1.08s !important;
}
.splitEffect.active.delay600 span:nth-of-type(17) {
  animation-delay: 1.11s !important;
}
.splitEffect.active.delay600 span:nth-of-type(18) {
  animation-delay: 1.14s !important;
}
.splitEffect.active.delay600 span:nth-of-type(19) {
  animation-delay: 1.17s !important;
}
.splitEffect.active.delay600 span:nth-of-type(20) {
  animation-delay: 1.2s !important;
}
.splitEffect.active.delay600 span:nth-of-type(21) {
  animation-delay: 1.23s !important;
}
.splitEffect.active.delay600 span:nth-of-type(22) {
  animation-delay: 1.26s !important;
}
.splitEffect.active.delay600 span:nth-of-type(23) {
  animation-delay: 1.29s !important;
}
.splitEffect.active.delay600 span:nth-of-type(24) {
  animation-delay: 1.32s !important;
}
.splitEffect.active.delay600 span:nth-of-type(25) {
  animation-delay: 1.35s !important;
}
.splitEffect.active.delay600 span:nth-of-type(26) {
  animation-delay: 1.38s !important;
}
.splitEffect.active.delay600 span:nth-of-type(27) {
  animation-delay: 1.41s !important;
}
.splitEffect.active.delay600 span:nth-of-type(28) {
  animation-delay: 1.44s !important;
}
.splitEffect.active.delay600 span:nth-of-type(29) {
  animation-delay: 1.47s !important;
}
.splitEffect.active.delay600 span:nth-of-type(30) {
  animation-delay: 1.5s !important;
}
.splitEffect.active.delay800 span:nth-of-type(1) {
  animation-delay: 0.83s !important;
}
.splitEffect.active.delay800 span:nth-of-type(2) {
  animation-delay: 0.86s !important;
}
.splitEffect.active.delay800 span:nth-of-type(3) {
  animation-delay: 0.89s !important;
}
.splitEffect.active.delay800 span:nth-of-type(4) {
  animation-delay: 0.92s !important;
}
.splitEffect.active.delay800 span:nth-of-type(5) {
  animation-delay: 0.95s !important;
}
.splitEffect.active.delay800 span:nth-of-type(6) {
  animation-delay: 0.98s !important;
}
.splitEffect.active.delay800 span:nth-of-type(7) {
  animation-delay: 1.01s !important;
}
.splitEffect.active.delay800 span:nth-of-type(8) {
  animation-delay: 1.04s !important;
}
.splitEffect.active.delay800 span:nth-of-type(9) {
  animation-delay: 1.07s !important;
}
.splitEffect.active.delay800 span:nth-of-type(10) {
  animation-delay: 1.1s !important;
}
.splitEffect.active.delay800 span:nth-of-type(11) {
  animation-delay: 1.13s !important;
}
.splitEffect.active.delay800 span:nth-of-type(12) {
  animation-delay: 1.16s !important;
}
.splitEffect.active.delay800 span:nth-of-type(13) {
  animation-delay: 1.19s !important;
}
.splitEffect.active.delay800 span:nth-of-type(14) {
  animation-delay: 1.22s !important;
}
.splitEffect.active.delay800 span:nth-of-type(15) {
  animation-delay: 1.25s !important;
}
.splitEffect.active.delay800 span:nth-of-type(16) {
  animation-delay: 1.28s !important;
}
.splitEffect.active.delay800 span:nth-of-type(17) {
  animation-delay: 1.31s !important;
}
.splitEffect.active.delay800 span:nth-of-type(18) {
  animation-delay: 1.34s !important;
}
.splitEffect.active.delay800 span:nth-of-type(19) {
  animation-delay: 1.37s !important;
}
.splitEffect.active.delay800 span:nth-of-type(20) {
  animation-delay: 1.4s !important;
}
.splitEffect.active.delay800 span:nth-of-type(21) {
  animation-delay: 1.43s !important;
}
.splitEffect.active.delay800 span:nth-of-type(22) {
  animation-delay: 1.46s !important;
}
.splitEffect.active.delay800 span:nth-of-type(23) {
  animation-delay: 1.49s !important;
}
.splitEffect.active.delay800 span:nth-of-type(24) {
  animation-delay: 1.52s !important;
}
.splitEffect.active.delay800 span:nth-of-type(25) {
  animation-delay: 1.55s !important;
}
.splitEffect.active.delay800 span:nth-of-type(26) {
  animation-delay: 1.58s !important;
}
.splitEffect.active.delay800 span:nth-of-type(27) {
  animation-delay: 1.61s !important;
}
.splitEffect.active.delay800 span:nth-of-type(28) {
  animation-delay: 1.64s !important;
}
.splitEffect.active.delay800 span:nth-of-type(29) {
  animation-delay: 1.67s !important;
}
.splitEffect.active.delay800 span:nth-of-type(30) {
  animation-delay: 1.7s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(1) {
  animation-delay: 1.03s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(2) {
  animation-delay: 1.06s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(3) {
  animation-delay: 1.09s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(4) {
  animation-delay: 1.12s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(5) {
  animation-delay: 1.15s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(6) {
  animation-delay: 1.18s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(7) {
  animation-delay: 1.21s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(8) {
  animation-delay: 1.24s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(9) {
  animation-delay: 1.27s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(10) {
  animation-delay: 1.3s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(11) {
  animation-delay: 1.33s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(12) {
  animation-delay: 1.36s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(13) {
  animation-delay: 1.39s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(14) {
  animation-delay: 1.42s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(15) {
  animation-delay: 1.45s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(16) {
  animation-delay: 1.48s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(17) {
  animation-delay: 1.51s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(18) {
  animation-delay: 1.54s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(19) {
  animation-delay: 1.57s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(20) {
  animation-delay: 1.6s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(21) {
  animation-delay: 1.63s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(22) {
  animation-delay: 1.66s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(23) {
  animation-delay: 1.69s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(24) {
  animation-delay: 1.72s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(25) {
  animation-delay: 1.75s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(26) {
  animation-delay: 1.78s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(27) {
  animation-delay: 1.81s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(28) {
  animation-delay: 1.84s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(29) {
  animation-delay: 1.87s !important;
}
.splitEffect.active.delay1000 span:nth-of-type(30) {
  animation-delay: 1.9s !important;
}

.counter {
  position: relative;
  height: 2vw;
  height: 55px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.counter * {
  margin: 0;
  padding: 0;
}
.counter > div {
  position: relative;
  top: 100%;
  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: 55px;
  color: #da7e06;
  font-family: "FuturaLTLight";
  font-weight: normal;
  line-height: 1;
}
.counter > span {
  display: block;
  font-family: "FuturaLTLight";
  font-size: 55px;
  color: #da7e06;
  line-height: 1;
}
.counter.active > div {
  top: 0;
  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-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: #fff url(../img/loader.svg?v2) no-repeat center;
  background-size: 100px;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
#g-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.msg-box {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 101;
  transform: scale(1);
  perspective: 700px;
  pointer-events: none;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.msg-box .msg-wrap {
  background: #fff;
  width: 550px;
  height: 80%;
  max-width: 600px;
  max-height: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 30px;
  transform: scale(1.2) translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition-delay: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.msg-box .msg-wrap > .close {
  cursor: pointer;
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 3;
  width: 4rem;
  height: 4rem;
  transition: 0.2s;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
  content: "";
  width: 0.2rem;
  height: 2.5rem;
  background: #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: 18%;
  left: 48%;
}
.msg-box .msg-wrap > .close:before {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.msg-box .msg-wrap > .close:after {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.msg-box.is-active .msg-wrap {
  transform: scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
.msg-box.is-active .msg-wrap > .close {
  transform: scale(1);
  opacity: 1;
}
.msg-box.is-active .msg-wrap > .close:hover {
  transform: rotate(90deg);
}
.msg-box .msg-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 95%;
  text-align: left;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
  line-height: 1.5;
}
.msg-box .msg-content header {
  font-size: 1.5rem;
  font-weight: bold;
}
.msg-box .msg-content h3 {
  font-weight: bold;
  font-size: 120%;
  padding-top: 20px;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background-color: #000;
  width: auto;
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #da7e06;
  transition: 0.2s;
}

#msg-puff-video {
  background-color: rgba(248, 234, 103, 0.8);
}
#msg-puff-video .msg-wrap {
  padding: 0;
  height: auto;
  width: 640px;
  max-width: 640px;
  box-shadow: 10px 50px 50px rgba(0, 0, 0, 0.5);
}
#msg-puff-video .msg-wrap .close {
  top: -40px;
  right: 0px;
}
#msg-puff-video .msg-content {
  height: 100%;
}
#msg-puff-video .msg-content .video-item .video-iframe {
  padding-bottom: 56.2%;
}

#msg-alert .msg-wrap, #msg-try-success .msg-wrap {
  height: auto;
  min-height: 100px;
  width: 400px;
}
#msg-alert .msg-content, #msg-try-success .msg-content {
  text-align: center;
}
#msg-alert .msg-content header, #msg-try-success .msg-content header {
  font-size: 30px;
}

.video-item {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.video-item .video-thumb {
  transition: 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
}
.video-item .video-thumb video {
  width: 100%;
  height: 100%;
}
.video-item .video-iframe {
  width: 100%;
  height: 20rem;
  margin: 0 auto;
  position: relative;
}
.video-item .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-item .video-btn-play {
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  top: calc(50% - 3.25rem);
  left: calc(50% - 3.25rem);
  cursor: pointer;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  transition: 0.2s;
}
.video-item .video-btn-play:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.1rem solid white;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: 0.2s;
}
.video-item .video-btn-play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 1.7rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1.5rem;
  left: 2.7rem;
  transition: 0.1s;
}
.video-item .video-btn-play:hover:before {
  border-width: 0.5rem;
}
[class^=icon-v-flare-] {
  width: 280px;
  height: 280px;
  background: url(../img/icon-v-flare.webp?v2);
  background-size: 100%;
  position: absolute;
  mix-blend-mode: screen;
  pointer-events: none;
}

.icon-flare-circle {
  width: 200px;
  height: 200px;
  top: 23%;
  left: 25.7%;
  background: url(../img/icon-flare-circle.jpg) center no-repeat;
  background-size: 100%;
  position: absolute;
  mix-blend-mode: screen;
  pointer-events: none;
}

.particle-flower {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -320px;
  overflow: hidden;
  perspective: 1000px;
}
.particle-flower i {
  width: 100px;
  height: 100px;
  position: absolute;
  animation: particle_to_top 20s linear infinite;
}
@keyframes particle_to_top {
  0% {
    opacity: 0;
    transform: translateY(1000%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-1000%);
  }
}
.particle-flower i:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon-flower.png);
  background-size: 800%;
  animation: particle_flipY 5s linear infinite;
}
@keyframes particle_flipY {
  0% {
    transform: rotateY(0deg) rotate(0deg);
  }
  100% {
    transform: rotateY(360deg) rotate(360deg);
  }
}
.particle-flower i:nth-last-child(8n-1):before {
  background-position-x: 14.2%;
}
.particle-flower i:nth-last-child(8n-2):before {
  background-position-x: 28.4%;
}
.particle-flower i:nth-last-child(8n-3):before {
  background-position-x: 42.6%;
}
.particle-flower i:nth-last-child(8n-4):before {
  background-position-x: 56.8%;
}
.particle-flower i:nth-last-child(8n-5):before {
  background-position-x: 71%;
}
.particle-flower i:nth-last-child(8n-6):before {
  background-position-x: 85.2%;
}
.particle-flower i:nth-last-child(8n-7):before {
  background-position-x: 99.4%;
}
.particle-flower i:nth-last-child(8n-8):before {
  background-position-x: 113.6%;
}
.particle-flower i:nth-child(8n-3):before, .particle-flower i:nth-child(8n-4):before {
  animation: particle_rotateZ 10s linear infinite;
}
.particle-flower i:nth-child(8n-2):before {
  animation: particle_rotateZ 10s linear infinite;
}
@keyframes particle_rotateZ {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.particle-flower i:nth-child(1) {
  left: 51.734887587%;
  top: 14.1605069424%;
  animation-delay: -1s;
  animation-duration: 34s;
}
.particle-flower i:nth-child(1):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(2) {
  left: 64.6422158091%;
  top: 43.9582019211%;
  animation-delay: -2s;
  animation-duration: 29s;
}
.particle-flower i:nth-child(2):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(3) {
  left: 16.543483906%;
  top: 18.2208619187%;
  animation-delay: -3s;
  animation-duration: 34s;
}
.particle-flower i:nth-child(3):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(4) {
  left: 62.0718783834%;
  top: 58.9927830187%;
  animation-delay: -4s;
  animation-duration: 23s;
}
.particle-flower i:nth-child(4):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(5) {
  left: 94.8198265679%;
  top: 63.7606546565%;
  animation-delay: -5s;
  animation-duration: 34s;
}
.particle-flower i:nth-child(5):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(6) {
  left: 68.2388259014%;
  top: 80.2350820118%;
  animation-delay: -6s;
  animation-duration: 33s;
}
.particle-flower i:nth-child(6):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(7) {
  left: 1.554591619%;
  top: 76.2335670918%;
  animation-delay: -7s;
  animation-duration: 32s;
}
.particle-flower i:nth-child(7):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(8) {
  left: 91.3397432466%;
  top: 82.8018413906%;
  animation-delay: -8s;
  animation-duration: 35s;
}
.particle-flower i:nth-child(8):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(9) {
  left: 57.5288071262%;
  top: 69.8430175181%;
  animation-delay: -9s;
  animation-duration: 37s;
}
.particle-flower i:nth-child(9):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(10) {
  left: 81.903744907%;
  top: 67.932719023%;
  animation-delay: -10s;
  animation-duration: 29s;
}
.particle-flower i:nth-child(10):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(11) {
  left: 44.1579523796%;
  top: 59.3134974779%;
  animation-delay: -11s;
  animation-duration: 34s;
}
.particle-flower i:nth-child(11):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(12) {
  left: 35.9779396198%;
  top: 65.8573387197%;
  animation-delay: -12s;
  animation-duration: 30s;
}
.particle-flower i:nth-child(12):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(13) {
  left: 57.116137671%;
  top: 60.166788208%;
  animation-delay: -13s;
  animation-duration: 24s;
}
.particle-flower i:nth-child(13):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(14) {
  left: 53.3639267761%;
  top: 53.9299719604%;
  animation-delay: -14s;
  animation-duration: 34s;
}
.particle-flower i:nth-child(14):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(15) {
  left: 77.4310362548%;
  top: 75.8596413942%;
  animation-delay: -15s;
  animation-duration: 25s;
}
.particle-flower i:nth-child(15):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(16) {
  left: 33.5822432431%;
  top: 50.3944445624%;
  animation-delay: -16s;
  animation-duration: 26s;
}
.particle-flower i:nth-child(16):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(17) {
  left: 83.1542803181%;
  top: 67.4798793459%;
  animation-delay: -17s;
  animation-duration: 35s;
}
.particle-flower i:nth-child(17):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(18) {
  left: 46.2345073397%;
  top: 55.2406234789%;
  animation-delay: -18s;
  animation-duration: 23s;
}
.particle-flower i:nth-child(18):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(19) {
  left: 4.1628663864%;
  top: 24.7401865913%;
  animation-delay: -19s;
  animation-duration: 30s;
}
.particle-flower i:nth-child(19):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(20) {
  left: 51.5235614215%;
  top: 76.6054276139%;
  animation-delay: -20s;
  animation-duration: 23s;
}
.particle-flower i:nth-child(20):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(21) {
  left: 37.8709589837%;
  top: 39.882116583%;
  animation-delay: -21s;
  animation-duration: 32s;
}
.particle-flower i:nth-child(21):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(22) {
  left: 13.232502541%;
  top: 89.9380874693%;
  animation-delay: -22s;
  animation-duration: 31s;
}
.particle-flower i:nth-child(22):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(23) {
  left: 93.283483096%;
  top: 25.7284490878%;
  animation-delay: -23s;
  animation-duration: 34s;
}
.particle-flower i:nth-child(23):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(24) {
  left: 33.1808834697%;
  top: 48.5688346027%;
  animation-delay: -24s;
  animation-duration: 26s;
}
.particle-flower i:nth-child(24):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(25) {
  left: 84.4929543278%;
  top: 69.7176226467%;
  animation-delay: -25s;
  animation-duration: 29s;
}
.particle-flower i:nth-child(25):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(26) {
  left: 77.1586744643%;
  top: 35.5953401879%;
  animation-delay: -26s;
  animation-duration: 36s;
}
.particle-flower i:nth-child(26):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(27) {
  left: 68.2509561238%;
  top: 47.0479827374%;
  animation-delay: -27s;
  animation-duration: 36s;
}
.particle-flower i:nth-child(27):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(28) {
  left: 27.4867735554%;
  top: 80.6321521559%;
  animation-delay: -28s;
  animation-duration: 30s;
}
.particle-flower i:nth-child(28):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(29) {
  left: 1.2661602685%;
  top: 21.9865031675%;
  animation-delay: -29s;
  animation-duration: 34s;
}
.particle-flower i:nth-child(29):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(30) {
  left: 56.3389976433%;
  top: 45.7685689679%;
  animation-delay: -30s;
  animation-duration: 25s;
}
.particle-flower i:nth-child(30):before {
  animation-duration: 13s;
}

.stars-1 {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.stars-1 .star {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fffceb;
  background-size: cover;
  animation: stars1 4s linear infinite;
  filter: blur(3px);
}
@keyframes stars1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  25% {
    opacity: 0.3;
    transform: scale(1);
  }
  50%, 100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.stars-1 .star:nth-child(1) {
  position: absolute;
  left: 62.5867695248%;
  top: 60.1545158098%;
  animation-delay: -1s;
}
.stars-1 .star:nth-child(2) {
  position: absolute;
  left: 28.1195408406%;
  top: 55.0081381677%;
  animation-delay: -2s;
}
.stars-1 .star:nth-child(3) {
  position: absolute;
  left: 0.1104763571%;
  top: 16.4199416432%;
  animation-delay: -3s;
}
.stars-1 .star:nth-child(4) {
  position: absolute;
  left: 1.3445379999%;
  top: 32.8977277726%;
  animation-delay: -4s;
}
.stars-1 .star:nth-child(5) {
  position: absolute;
  left: 24.8888974322%;
  top: 61.6470644252%;
  animation-delay: -5s;
}
.stars-1 .star:nth-child(6) {
  position: absolute;
  left: 73.295555598%;
  top: 22.0410438039%;
  animation-delay: -6s;
}
.stars-1 .star:nth-child(7) {
  position: absolute;
  left: 91.9821981764%;
  top: 74.4043762553%;
  animation-delay: -7s;
}
.stars-1 .star:nth-child(8) {
  position: absolute;
  left: 70.4363677999%;
  top: 48.8729048972%;
  animation-delay: -8s;
}
.stars-1 .star:nth-child(9) {
  position: absolute;
  left: 9.1664398127%;
  top: 22.9633863693%;
  animation-delay: -9s;
}
.stars-1 .star:nth-child(10) {
  position: absolute;
  left: 19.6605407684%;
  top: 56.306014427%;
  animation-delay: -10s;
}
.stars-1 .star:nth-child(11) {
  position: absolute;
  left: 57.1041416112%;
  top: 21.7068972943%;
  animation-delay: -11s;
}
.stars-1 .star:nth-child(12) {
  position: absolute;
  left: 71.6113225301%;
  top: 63.3784179887%;
  animation-delay: -12s;
}
.stars-1 .star:nth-child(13) {
  position: absolute;
  left: 16.2214170479%;
  top: 72.6114683119%;
  animation-delay: -13s;
}
.stars-1 .star:nth-child(14) {
  position: absolute;
  left: 12.0431691253%;
  top: 11.4519369427%;
  animation-delay: -14s;
}
.stars-1 .star:nth-child(15) {
  position: absolute;
  left: 42.8853325281%;
  top: 76.9810784745%;
  animation-delay: -15s;
}
.stars-1 .star:nth-child(16) {
  position: absolute;
  left: 43.4790095793%;
  top: 76.8756009523%;
  animation-delay: -16s;
}
.stars-1 .star:nth-child(17) {
  position: absolute;
  left: 70.2767818885%;
  top: 37.4397710906%;
  animation-delay: -17s;
}
.stars-1 .star:nth-child(18) {
  position: absolute;
  left: 54.9997931212%;
  top: 48.6042730402%;
  animation-delay: -18s;
}
.stars-1 .star:nth-child(19) {
  position: absolute;
  left: 39.3891257907%;
  top: 77.8764342766%;
  animation-delay: -19s;
}
.stars-1 .star:nth-child(20) {
  position: absolute;
  left: 12.2029210441%;
  top: 38.5821799924%;
  animation-delay: -20s;
}

.stars-2 {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.stars-2 .star {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #fffceb 0%, rgba(255, 255, 255, 0) 100%);
  background-size: cover;
  animation: stars2 4s linear infinite;
}
@keyframes stars2 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  25% {
    opacity: 0.3;
    transform: scale(1);
  }
  50%, 100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.stars-2 .star:nth-child(1) {
  position: absolute;
  left: 6.2693833131%;
  top: 59.5952212431%;
  animation-delay: -1.5s;
}
.stars-2 .star:nth-child(2) {
  position: absolute;
  left: 85.6848414996%;
  top: 2.4908567836%;
  animation-delay: -3s;
}
.stars-2 .star:nth-child(3) {
  position: absolute;
  left: 69.4526707937%;
  top: 39.9610451993%;
  animation-delay: -4.5s;
}
.stars-2 .star:nth-child(4) {
  position: absolute;
  left: 58.9633720785%;
  top: 55.135878464%;
  animation-delay: -6s;
}
.stars-2 .star:nth-child(5) {
  position: absolute;
  left: 76.217554089%;
  top: 5.5106810208%;
  animation-delay: -7.5s;
}
.stars-2 .star:nth-child(6) {
  position: absolute;
  left: 38.796535514%;
  top: 49.3330291568%;
  animation-delay: -9s;
}
.stars-2 .star:nth-child(7) {
  position: absolute;
  left: 10.1837333731%;
  top: 16.9016097868%;
  animation-delay: -10.5s;
}
.stars-2 .star:nth-child(8) {
  position: absolute;
  left: 10.2531855106%;
  top: 9.9828935216%;
  animation-delay: -12s;
}
.stars-2 .star:nth-child(9) {
  position: absolute;
  left: 38.9858326663%;
  top: 21.7319038263%;
  animation-delay: -13.5s;
}
.stars-2 .star:nth-child(10) {
  position: absolute;
  left: 60.1784105832%;
  top: 74.881344035%;
  animation-delay: -15s;
}

.btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns div {
  margin: 0 35px;
}

.g-btn {
  width: 46%;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: 0.5s;
  border: 0;
  background: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.6;
  letter-spacing: 5px;
  cursor: pointer;
}
.g-btn:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid #000;
  border-radius: 6px;
}
.g-btn span {
  position: relative;
  top: 2px;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 2px 40px;
}
.g-btn i {
  width: 20px;
  height: 20px;
  background-image: url(../img/if-arrow-right-fff.svg);
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  transition: 0.4s;
}
.g-btn:hover {
  background: #666;
}

.c-bt-prev, .c-bt-next {
  width: 22%;
  cursor: pointer;
}

.c-bt-next.is-disabled {
  pointer-events: none;
  background: linear-gradient(157deg, #ccc, #999 30%);
  color: #ccc;
  text-shadow: -1px -1px 0 #fff;
}
.c-bt-next.is-disabled:after {
  opacity: 0;
}

@keyframes label_shine_frames {
  0%, 100% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
}
.g-section {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}
.g-section h2 {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 25px;
}
.g-section img {
  max-width: 100%;
}

#g-kv [class^=flare-] {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, #fddf94, rgba(253, 223, 148, 0) 70%);
  display: block;
  position: absolute;
  animation: opacity_shine 1s linear infinite alternate;
  mix-blend-mode: plus-lighter;
}
@keyframes opacity_shine {
  0%, 10% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 0.5;
  }
}
#g-kv .flare-1 {
  top: 28%;
  left: 76%;
  animation-delay: -1s;
}
#g-kv .flare-2 {
  top: 54%;
  left: 50%;
}
#g-kv .flare-3 {
  top: 28%;
  left: 67%;
  animation-delay: -0.5s;
}
#g-kv .flare-4 {
  top: 46%;
  left: 60%;
  animation-delay: -1s;
  animation-duration: 2s;
}
#g-kv .logo {
  background: #000;
  padding: 10px 9px;
}
#g-kv .logo-guerlain {
  width: 43.2%;
  height: 39px;
  margin: 0 auto;
  background: url(../img/logo-guerlain.svg) no-repeat center top;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
}
#g-kv .img {
  position: relative;
  overflow: hidden;
}
#g-kv .img img {
  width: 100%;
  margin-top: -20px;
}
#g-kv header {
  margin-top: -230px;
  position: relative;
}
#g-kv header p {
  font-size: 45px;
  font-weight: bold;
}
#g-kv header h1 {
  font-size: 44px;
  font-weight: bold;
  margin-top: 7px;
  line-height: 1.25;
}

#g-intro {
  padding-top: 54px;
}
#g-intro .txt {
  padding-top: 0;
}

#g-ingredient {
  padding-top: 105px;
  height: 1355px;
  background-size: 100%;
}
#g-ingredient h3 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
#g-ingredient p {
  font-size: 25px;
  letter-spacing: 0;
}
#g-ingredient ol {
  width: 89%;
  margin: 0 auto;
}
#g-ingredient li:nth-child(odd) {
  text-align: right;
}
#g-ingredient li:nth-child(even) {
  text-align: left;
}
#g-ingredient li:nth-child(1) {
  padding-top: 43px;
}
#g-ingredient li:nth-child(2) {
  padding-top: 225px;
}
#g-ingredient li:nth-child(3) {
  padding-top: 100px;
}
#g-ingredient li:nth-child(4) {
  padding-top: 122px;
}

#g-light {
  padding-top: 57px;
  background: url(../img/bg-3.webp?v2);
  background-size: 100%;
}
#g-light header h2 {
  padding-bottom: 2px;
}
#g-light header b {
  font-size: 28px;
}
#g-light ol {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}
#g-light li {
  width: 48.5%;
}
#g-light li:nth-child(1) {
  text-align: right;
}
#g-light li:nth-child(2) {
  text-align: left;
  padding-top: 205px;
}
#g-light li p {
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}
#g-light .design {
  width: 90%;
  height: 462px;
  margin: 0 auto;
  text-align: right;
}
#g-light .design h3 {
  font-size: 31px;
  font-weight: bold;
  padding-top: 135px;
  padding-bottom: 25px;
}
#g-light .design p {
  font-size: 25px;
}

#g-refill {
  position: relative;
}
#g-refill header {
  position: absolute;
  bottom: 7px;
  right: 36px;
  text-align: right;
  z-index: 1;
}
#g-refill header h2 {
  color: #fff;
}

#g-color {
  padding-top: 80px;
  background: url(../img/color.webp?v2) no-repeat 0 -167px;
  background-size: 100%;
  height: 1237px;
}
#g-color header h2 {
  padding-bottom: 13px;
}
#g-color header p {
  font-size: 28px;
}
#g-color img {
  display: none;
}
#g-color ol {
  width: 90%;
  margin: 107px auto 0;
}
#g-color li {
  text-align: right;
}
#g-color li h3 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 28px;
}
#g-color li p {
  font-size: 25px;
}
#g-color li:nth-child(1) {
  margin-bottom: 178px;
}
#g-color li:nth-child(2) {
  margin-bottom: 212px;
}

#g-rougeG {
  padding-top: 70px;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #f3ab8a 20%, transparent 20%);
}
#g-rougeG img {
  padding-top: 25px;
}
#g-rougeG .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 20px auto 0;
}
#g-rougeG .flex .img {
  width: 50%;
}
#g-rougeG .flex .txt {
  width: 50%;
  padding-top: 40px;
}
#g-rougeG .flex .txt h3 {
  font-size: 30px;
}
#g-match {
  padding-top: 95px;
}
#g-match .btns {
  margin-top: 55px;
}

#g-partner {
  padding-top: 100px;
}
#g-partner .img {
  position: relative;
  padding-top: 8px;
}
#g-partner .img li {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
}
#g-partner .img li:nth-child(1) {
  top: 12%;
  left: 3.4%;
}
#g-partner .img li:nth-child(2) {
  top: 8%;
  left: 34%;
}
#g-partner .img li:nth-child(3) {
  top: 36.7%;
  left: 66.3%;
}
#g-partner .buy {
  display: flex;
  padding-top: 48px;
  padding-bottom: 55px;
}
#g-partner .buy li {
  width: 33.3%;
}
#g-partner .buy h3 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}
#g-partner .buy p {
  font-size: 25px;
}
#g-partner .buy .btns {
  margin-top: 20px;
}
.text-gradient-1 {
  color: #da7e06;
  background: linear-gradient(to right, #da7e06, #fddf94, #c68525);
  background-size: 100% 100%;
  padding: 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  color: #da7e06;
  background: linear-gradient(135deg, #c68525, #fddf94, #c68525, #fddf94, #da7e06);
  background-size: 100% 100%;
  padding: 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.form li {
  flex: 1;
  margin: 0 1rem;
}
.form p {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
.form img {
  width: 100%;
}
.form input {
  display: none;
}
.form label .img {
  position: relative;
  border: 0 solid #ff008a;
}
.form label .img:before {
  content: "";
  width: 21rem;
  height: 21rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.form label .img:after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/if-check.svg) no-repeat 60% 60% #fff;
  background-size: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  border-top-left-radius: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0 1rem #8fb0b8;
}
.form input:checked + label {
  animation: label_shine_frames 0.5s ease forwards;
}
@keyframes label_shine_frames {
  0%, 100% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
}
.form input:checked + label .img {
  border-width: 0.4rem;
  box-shadow: 0 0 1rem #8fb0b8;
}
.form input:checked + label .img:after {
  opacity: 1;
  visibility: visible;
}
.form input:checked + label .img:before {
  animation: btn_ripple 0.5s forwards;
}
@keyframes btn_ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    visibility: hidden;
  }
}

#g-step-1, #g-step-2, #g-step-3 {
  padding-top: 70px;
}
#g-step-1 img, #g-step-2 img, #g-step-3 img {
  width: 94.4%;
  margin: 0 auto;
}
#g-step-1 h3, #g-step-2 h3, #g-step-3 h3 {
  font-size: 46px;
  font-weight: bold;
  margin-top: 35px;
}
#g-step-1 p, #g-step-2 p, #g-step-3 p {
  font-size: 23px;
  margin-top: 5px;
  line-height: 1.6;
}

#g-step-2 {
  padding-top: 112px;
}

#g-step-3 {
  z-index: 1;
  padding-top: 112px;
  background: linear-gradient(to bottom, transparent 55%, #f3ab89 70%);
}
#g-step-3 p {
  font-size: 25px;
  letter-spacing: 4px;
}

#g-try {
  padding: 60px 20px 23px;
}
#g-try .board {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}
#g-try .intro {
  padding-top: 55px;
}
#g-try .intro p {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.7;
  text-align: justify;
  padding-top: 10px;
}
#g-try header h2 {
  font-weight: bold;
}
#g-try .list-dot {
  margin-top: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.3;
  text-align: left;
}
#g-try .list-dot li {
  margin-bottom: 8px;
}
#g-try .g-form {
  width: 94%;
  margin: 40px auto;
}
#g-try .g-form > li {
  background: #fff;
  border: 1px solid #3c3d3d;
  padding-left: 25%;
  border-radius: 0.2rem;
}
#g-try .g-form > li label {
  width: 26%;
  top: 31px;
  pointer-events: none;
  letter-spacing: 0;
}
#g-try .g-form > li .icon-star {
  top: 31px;
}
#g-try .g-form > li.is-nobg {
  padding-left: 0;
  background: none;
  box-shadow: none;
  border: 0;
}
#g-try .g-form > li.is-rule {
  margin-top: 30px;
}
#g-try .g-form > li.is-rule > label {
  top: 0;
  width: 100%;
  pointer-events: auto;
  letter-spacing: 1px;
}
#g-try .g-form > li.is-button {
  padding-left: 0;
  border: 0;
}
#g-try .g-form > li.is-radio {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: calc(25% + 20px);
}
#g-try .g-form > li.is-radio .label {
  top: 23px;
}
#g-try .g-form > li.is-radio .icon-star {
  top: 23px;
}
#g-try .g-form > li input, #g-try .g-form > li select {
  padding: 1.3rem 1.2rem;
}
#g-try .g-form > li input[type=checkbox] + label:before {
  background: #fff;
  border: 1px solid #3c3d3d;
}
#g-try .g-form > li button, #g-try .g-form > li .g-btn {
  margin-top: 15px;
  width: 100%;
  line-height: 3;
  color: #fff;
  text-decoration: none;
}
#g-try .list-star {
  margin-left: 0.5rem;
  margin-top: 1.8rem;
}
#g-try .list-star li {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
#g-try a {
  color: #da7e06;
}
#g-try.is-active .kv {
  opacity: 1;
}

.is-animateIn h3, .is-animateIn p {
  opacity: 0;
  transition: 1s;
}
.is-animateIn p {
  transition-delay: 0.3s;
}
.is-animateIn.is-animate h3, .is-animateIn.is-animate p {
  opacity: 1;
}

#try-step-expired {
  text-align: center;
  padding-top: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#try-step-expired h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#try-step-expired a {
  margin-top: 1rem;
  width: 80%;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}

.list-no li {
  list-style: decimal;
  margin-left: 20px;
}

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

/*修減ipad無法全螢幕問題*/
.is-m #g-tvc .step h4 {
  top: -3px;
}