@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-color: #fbcfa9;
  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: #e1a57c;
}

.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 #e1a57c;
  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: #e1a57c;
}
.tns-nav button.tns-nav-active:after {
  background-color: #e1a57c;
  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: #e1a57c;
  font-family: "FuturaLTLight";
  font-weight: normal;
  line-height: 1;
}
.counter > span {
  display: block;
  font-family: "FuturaLTLight";
  font-size: 55px;
  color: #e1a57c;
  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: #e1a57c;
  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: 32rem;
  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;
}

.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: 43.1234491298%;
  top: 20.5911792905%;
  animation-delay: -1s;
  animation-duration: 27s;
}
.particle-flower i:nth-child(1):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(2) {
  left: 86.1475224309%;
  top: 64.5386656392%;
  animation-delay: -2s;
  animation-duration: 25s;
}
.particle-flower i:nth-child(2):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(3) {
  left: 46.4153363286%;
  top: 9.3249818216%;
  animation-delay: -3s;
  animation-duration: 28s;
}
.particle-flower i:nth-child(3):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(4) {
  left: 49.4628032372%;
  top: 65.4058584878%;
  animation-delay: -4s;
  animation-duration: 26s;
}
.particle-flower i:nth-child(4):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(5) {
  left: 80.4623430452%;
  top: 26.1784279932%;
  animation-delay: -5s;
  animation-duration: 34s;
}
.particle-flower i:nth-child(5):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(6) {
  left: 69.5311401023%;
  top: 52.764314725%;
  animation-delay: -6s;
  animation-duration: 38s;
}
.particle-flower i:nth-child(6):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(7) {
  left: 29.6035387211%;
  top: 50.1521581329%;
  animation-delay: -7s;
  animation-duration: 33s;
}
.particle-flower i:nth-child(7):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(8) {
  left: 37.8809470145%;
  top: 92.1469346934%;
  animation-delay: -8s;
  animation-duration: 25s;
}
.particle-flower i:nth-child(8):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(9) {
  left: 61.7290111581%;
  top: 8.6409421608%;
  animation-delay: -9s;
  animation-duration: 23s;
}
.particle-flower i:nth-child(9):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(10) {
  left: 30.2693673312%;
  top: 22.6481846389%;
  animation-delay: -10s;
  animation-duration: 35s;
}
.particle-flower i:nth-child(10):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(11) {
  left: 48.0382064907%;
  top: 47.2963135831%;
  animation-delay: -11s;
  animation-duration: 30s;
}
.particle-flower i:nth-child(11):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(12) {
  left: 15.1918791549%;
  top: 57.0517852684%;
  animation-delay: -12s;
  animation-duration: 32s;
}
.particle-flower i:nth-child(12):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(13) {
  left: 12.3514750876%;
  top: 72.7679839869%;
  animation-delay: -13s;
  animation-duration: 40s;
}
.particle-flower i:nth-child(13):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(14) {
  left: 42.1871287889%;
  top: 87.1886910674%;
  animation-delay: -14s;
  animation-duration: 32s;
}
.particle-flower i:nth-child(14):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(15) {
  left: 39.270505531%;
  top: 2.9663322451%;
  animation-delay: -15s;
  animation-duration: 29s;
}
.particle-flower i:nth-child(15):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(16) {
  left: 23.4655991076%;
  top: 32.6879639298%;
  animation-delay: -16s;
  animation-duration: 35s;
}
.particle-flower i:nth-child(16):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(17) {
  left: 12.9014718095%;
  top: 80.145046509%;
  animation-delay: -17s;
  animation-duration: 28s;
}
.particle-flower i:nth-child(17):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(18) {
  left: 14.2325542342%;
  top: 30.8992457059%;
  animation-delay: -18s;
  animation-duration: 39s;
}
.particle-flower i:nth-child(18):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(19) {
  left: 86.4157673799%;
  top: 7.3501478369%;
  animation-delay: -19s;
  animation-duration: 26s;
}
.particle-flower i:nth-child(19):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(20) {
  left: 52.0954377429%;
  top: 44.8270777955%;
  animation-delay: -20s;
  animation-duration: 39s;
}
.particle-flower i:nth-child(20):before {
  animation-duration: 11s;
}
.particle-flower i:nth-child(21) {
  left: 63.8534622621%;
  top: 51.5381041864%;
  animation-delay: -21s;
  animation-duration: 37s;
}
.particle-flower i:nth-child(21):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(22) {
  left: 19.7603240686%;
  top: 89.8415102502%;
  animation-delay: -22s;
  animation-duration: 38s;
}
.particle-flower i:nth-child(22):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(23) {
  left: 25.4521885656%;
  top: 92.7560866617%;
  animation-delay: -23s;
  animation-duration: 30s;
}
.particle-flower i:nth-child(23):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(24) {
  left: 31.8680564032%;
  top: 91.933480551%;
  animation-delay: -24s;
  animation-duration: 35s;
}
.particle-flower i:nth-child(24):before {
  animation-duration: 15s;
}
.particle-flower i:nth-child(25) {
  left: 53.9514432897%;
  top: 77.0842161485%;
  animation-delay: -25s;
  animation-duration: 26s;
}
.particle-flower i:nth-child(25):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(26) {
  left: 74.0206419341%;
  top: 57.4644029321%;
  animation-delay: -26s;
  animation-duration: 24s;
}
.particle-flower i:nth-child(26):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(27) {
  left: 85.4304577906%;
  top: 92.4861610905%;
  animation-delay: -27s;
  animation-duration: 26s;
}
.particle-flower i:nth-child(27):before {
  animation-duration: 14s;
}
.particle-flower i:nth-child(28) {
  left: 17.0933734485%;
  top: 7.8909129896%;
  animation-delay: -28s;
  animation-duration: 29s;
}
.particle-flower i:nth-child(28):before {
  animation-duration: 12s;
}
.particle-flower i:nth-child(29) {
  left: 54.0217905249%;
  top: 6.2353786388%;
  animation-delay: -29s;
  animation-duration: 40s;
}
.particle-flower i:nth-child(29):before {
  animation-duration: 13s;
}
.particle-flower i:nth-child(30) {
  left: 45.6265326609%;
  top: 13.5868783043%;
  animation-delay: -30s;
  animation-duration: 37s;
}
.particle-flower i:nth-child(30):before {
  animation-duration: 15s;
}

.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: 57.3399912327%;
  top: 0.9884476005%;
  animation-delay: -1s;
}
.stars-1 .star:nth-child(2) {
  position: absolute;
  left: 65.715147246%;
  top: 59.860623614%;
  animation-delay: -2s;
}
.stars-1 .star:nth-child(3) {
  position: absolute;
  left: 52.3598134011%;
  top: 29.8060987626%;
  animation-delay: -3s;
}
.stars-1 .star:nth-child(4) {
  position: absolute;
  left: 27.5301944495%;
  top: 35.5856909209%;
  animation-delay: -4s;
}
.stars-1 .star:nth-child(5) {
  position: absolute;
  left: 19.5378120353%;
  top: 40.5355869407%;
  animation-delay: -5s;
}
.stars-1 .star:nth-child(6) {
  position: absolute;
  left: 28.618441543%;
  top: 24.9077590897%;
  animation-delay: -6s;
}
.stars-1 .star:nth-child(7) {
  position: absolute;
  left: 38.9599362343%;
  top: 28.1819418308%;
  animation-delay: -7s;
}
.stars-1 .star:nth-child(8) {
  position: absolute;
  left: 23.7849520069%;
  top: 79.9815037657%;
  animation-delay: -8s;
}
.stars-1 .star:nth-child(9) {
  position: absolute;
  left: 53.1651048527%;
  top: 71.9544323605%;
  animation-delay: -9s;
}
.stars-1 .star:nth-child(10) {
  position: absolute;
  left: 34.7171137555%;
  top: 2.9825534146%;
  animation-delay: -10s;
}
.stars-1 .star:nth-child(11) {
  position: absolute;
  left: 45.2678550032%;
  top: 46.6350900888%;
  animation-delay: -11s;
}
.stars-1 .star:nth-child(12) {
  position: absolute;
  left: 22.1660386057%;
  top: 25.7971702835%;
  animation-delay: -12s;
}
.stars-1 .star:nth-child(13) {
  position: absolute;
  left: 16.5371019492%;
  top: 42.9503410927%;
  animation-delay: -13s;
}
.stars-1 .star:nth-child(14) {
  position: absolute;
  left: 6.5916704148%;
  top: 24.2067955002%;
  animation-delay: -14s;
}
.stars-1 .star:nth-child(15) {
  position: absolute;
  left: 78.180126108%;
  top: 10.0876336536%;
  animation-delay: -15s;
}
.stars-1 .star:nth-child(16) {
  position: absolute;
  left: 1.8347416546%;
  top: 9.4437344563%;
  animation-delay: -16s;
}
.stars-1 .star:nth-child(17) {
  position: absolute;
  left: 82.8764131761%;
  top: 23.436338193%;
  animation-delay: -17s;
}
.stars-1 .star:nth-child(18) {
  position: absolute;
  left: 61.136606396%;
  top: 54.7621435619%;
  animation-delay: -18s;
}
.stars-1 .star:nth-child(19) {
  position: absolute;
  left: 12.493668783%;
  top: 79.5770373536%;
  animation-delay: -19s;
}
.stars-1 .star:nth-child(20) {
  position: absolute;
  left: 74.571183245%;
  top: 16.9539471391%;
  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: 67.9602812894%;
  top: 0.8973238668%;
  animation-delay: -1.5s;
}
.stars-2 .star:nth-child(2) {
  position: absolute;
  left: 5.243453521%;
  top: 15.80961066%;
  animation-delay: -3s;
}
.stars-2 .star:nth-child(3) {
  position: absolute;
  left: 6.0574880543%;
  top: 6.5057759038%;
  animation-delay: -4.5s;
}
.stars-2 .star:nth-child(4) {
  position: absolute;
  left: 18.069577049%;
  top: 29.1289972706%;
  animation-delay: -6s;
}
.stars-2 .star:nth-child(5) {
  position: absolute;
  left: 30.4417390213%;
  top: 27.1899303699%;
  animation-delay: -7.5s;
}
.stars-2 .star:nth-child(6) {
  position: absolute;
  left: 21.457648913%;
  top: 75.0754104204%;
  animation-delay: -9s;
}
.stars-2 .star:nth-child(7) {
  position: absolute;
  left: 56.9784779474%;
  top: 11.4543022097%;
  animation-delay: -10.5s;
}
.stars-2 .star:nth-child(8) {
  position: absolute;
  left: 45.1718117251%;
  top: 54.1622464467%;
  animation-delay: -12s;
}
.stars-2 .star:nth-child(9) {
  position: absolute;
  left: 57.5125285993%;
  top: 38.8143461337%;
  animation-delay: -13.5s;
}
.stars-2 .star:nth-child(10) {
  position: absolute;
  left: 1.1658219539%;
  top: 72.4701096333%;
  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;
}

.g-btn-2 {
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 500px;
  padding: 9px 38px;
  transition: 0.5s;
}
.g-btn-2 span {
  position: relative;
  top: 3px;
}
.g-btn-2: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 header h2 {
  font-size: 43px;
  font-weight: bold;
}
.g-section header p {
  font-size: 26px;
  font-weight: bold;
  padding-top: 10px;
}
.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%;
}
#g-kv header {
  position: absolute;
  top: 78.4%;
  left: 0;
  width: 100%;
  color: #fff;
}
#g-kv header p {
  font-size: 27px;
  letter-spacing: 5px;
  font-weight: bold;
  padding-top: 5px;
}
#g-kv header b {
  font-size: 43px;
  display: block;
  font-weight: bold;
  margin-top: 6px;
}
#g-kv header u {
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-top: -5px;
}
#g-kv header h1 {
  font-size: 37px;
  margin-top: 12px;
  line-height: 1.25;
  letter-spacing: -1px;
}
#g-kv header h1 span {
  font-weight: bold;
}
#g-kv header small {
  font-size: 22px;
  display: block;
  margin-top: 2px;
}

#g-shine {
  padding-top: 40px;
  height: 1097px;
  background-image: url(../img/shine.webp);
}
#g-shine li {
  position: absolute;
  left: 52.5%;
  width: 40%;
}
#g-shine li:nth-child(1) {
  top: 26.7%;
}
#g-shine li:nth-child(2) {
  top: 53.2%;
}
#g-shine li:nth-child(2) h3 {
  font-size: 33px;
  line-height: 1;
}
#g-shine li:nth-child(3) {
  top: 81%;
}
#g-shine h3 {
  font-weight: bold;
  font-size: 30px;
}
#g-shine p {
  font-size: 28px;
}
#g-shine sup {
  position: relative;
  top: -5px;
}
#g-shine small {
  font-size: 22px;
  margin-top: 5px;
  display: block;
}

#g-tvc {
  background-image: url(../img/bg-2.webp);
  padding-top: 32px;
}
#g-tvc header sup {
  position: relative;
  top: -10px;
}
#g-tvc .video-item {
  margin-top: 25px;
}

#g-care {
  padding-top: 70px;
  background-image: url(../img/bg-3.webp);
}
#g-care .item-1 {
  padding-top: 50px;
}
#g-care .item-1 p {
  font-size: 27px;
  line-height: 1.55;
  font-weight: bold;
  padding: 6px 0 14px;
}
#g-care .item-2 {
  position: relative;
}
#g-care .item-2 .txt {
  position: absolute;
  top: 73.5%;
  right: 6.4%;
  text-align: right;
}
#g-care .item-2 .txt p {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.55;
  margin: 14px 0;
}

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

.text-h3-1 {
  background-image: url(../img/text-h3-1.webp);
}

.text-h3-2 {
  background-image: url(../img/text-h3-2.webp);
}

.text-h3-3 {
  background-image: url(../img/text-h3-3.webp);
}

.text-h3-1 {
  width: 200px;
  height: 80px;
  margin: 0 auto;
}

.text-h3-2 {
  width: 149px;
  height: 67px;
  display: inline-block;
}

.text-h3-3 {
  width: 155px;
  height: 70px;
}

#g-young {
  padding-top: 50px;
  height: 1191px;
  background-image: url(../img/young.webp);
}
#g-young .txt {
  margin: 51px 0 0 3.6%;
  text-align: left;
}
#g-young p {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.55;
  margin-top: 11px;
}

#g-upgrade {
  background-image: url(../img/upgrade.webp);
  padding-top: 43px;
  height: 1676px;
}
#g-upgrade header .btns {
  margin-top: 15px;
}
#g-upgrade li {
  text-align: left;
  position: absolute;
}
#g-upgrade li:nth-child(3), #g-upgrade li:nth-child(4) {
  text-align: right;
}
#g-upgrade li:nth-child(1) {
  top: 23%;
  left: 6%;
}
#g-upgrade li:nth-child(2) {
  top: 42.6%;
  left: 6%;
}
#g-upgrade li:nth-child(3) {
  top: 60.8%;
  right: 5%;
}
#g-upgrade li:nth-child(4) {
  top: 73.2%;
  right: 5%;
}
#g-upgrade h3 {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 23px;
  text-shadow: 0 0 5px #e9caa9, 0 0 10px #e9caa9, 0 0 20px #e9caa9, 0 0 5px #e9caa9, 0 0 10px #e9caa9, 0 0 20px #e9caa9, 0 0 30px #e9caa9;
}
#g-upgrade p {
  font-size: 27px;
  text-shadow: 0 0 5px #e9caa9, 0 0 10px #e9caa9, 0 0 20px #e9caa9, 0 0 5px #e9caa9, 0 0 10px #e9caa9, 0 0 20px #e9caa9, 0 0 30px #e9caa9;
}

#g-color {
  padding-top: 55px;
  background-image: url(../img/bg-4.webp);
}
#g-color img {
  width: 86%;
  margin: 31px auto 0;
}

#g-type {
  padding-top: 46px;
  background-image: url(../img/type-1.webp);
}
#g-type header .btns {
  margin-top: 10px;
}
#g-type .item-1 {
  height: 726px;
  position: relative;
}
#g-type .item-1 li {
  position: absolute;
  width: 43%;
}
#g-type .item-1 li:nth-child(1) {
  top: 14.8%;
  left: 50%;
  text-align: left;
}
#g-type .item-1 li:nth-child(2) {
  top: 68%;
  left: 0%;
  text-align: right;
}
#g-type .item-1 h3 {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 5px;
}
#g-type .item-1 p {
  font-size: 27px;
}

#g-light {
  padding-top: 60px;
}
#g-light header {
  padding-bottom: 23px;
}
#g-light .item-2 {
  position: relative;
  height: 608px;
  background: url(../img/light-2.webp) no-repeat;
  background-size: 100%;
}
#g-light .txt {
  position: absolute;
  top: 47.4%;
  right: 5.6%;
  text-align: right;
}
#g-light .txt h3 {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 23px;
}
#g-light .txt p {
  font-size: 27px;
  line-height: 1.55;
}

#g-case {
  padding-top: 45px;
  background-image: url(../img/bg-6.webp);
}
#g-case header {
  padding-bottom: 21px;
}
#g-case header .btns {
  margin-top: 10px;
}
#g-case .item-2 {
  height: 1160px;
  background: url(../img/case-2.webp) no-repeat;
  background-size: 100%;
  position: relative;
}
#g-case .item-2 li {
  text-align: right;
  position: absolute;
  right: 5%;
}
#g-case .item-2 li:nth-child(1) {
  top: 16%;
}
#g-case .item-2 li:nth-child(2) {
  top: 41.6%;
}
#g-case .item-2 li:nth-child(3) {
  top: 70%;
}
#g-case .item-2 h3 {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 23px;
}
#g-case .item-2 p {
  font-size: 27px;
  line-height: 1.4;
}
#g-case .item-3 {
  height: 562px;
  padding-top: 20px;
  background: url(../img/case-3.webp) no-repeat;
  background-size: 100%;
}
#g-case .item-3 h3 {
  font-size: 30px;
  font-weight: bold;
}
#g-case .item-4 {
  height: 423px;
}
#g-case .item-4 h3 {
  font-size: 30px;
  font-weight: bold;
}
#g-case .item-4 ol {
  display: flex;
  margin-top: 18px;
}
#g-case .item-4 li {
  flex: 1;
}
#g-case .item-4 p {
  margin-top: 15px;
}

#g-lipstick {
  background-image: url(../img/bg-7.webp);
  padding-top: 65px;
  height: 571px;
}
#g-lipstick header h2 {
  letter-spacing: 0;
}
#g-lipstick .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
#g-lipstick .img {
  position: relative;
  left: -4%;
}
#g-lipstick .img img {
  width: 243px;
}
#g-lipstick .txt h3 {
  font-size: 27px;
  line-height: 1.4;
}
#g-lipstick .txt .btns {
  margin-top: 15px;
  margin-bottom: 20px;
}

#g-other {
  padding-top: 50px;
  background-image: url(../img/other.webp);
  height: 1131px;
}
#g-other header p {
  margin-top: 15px;
}
#g-other header .icon-x {
  position: relative;
  top: 5px;
}
#g-other ol {
  display: flex;
  width: 96%;
  margin: 713px auto 0;
}
#g-other li {
  flex: 1;
}
#g-other h3 {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 18px;
}
#g-other p {
  font-size: 27px;
  line-height: 1.3;
}

.icon-x {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 7px;
  position: relative;
}
.icon-x:before, .icon-x::after {
  content: "";
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 10px;
  left: -2px;
}
.icon-x::before {
  transform: rotate(45deg);
}
.icon-x::after {
  transform: rotate(-45deg);
}

#g-note {
  padding-bottom: 30px;
}
#g-note .list-label {
  text-align: left;
  margin: 25px;
}
#g-note li {
  position: relative;
  font-size: 10.5px;
  letter-spacing: 0;
  line-height: 1.5;
}
#g-note .label {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 80%;
}

.text-gradient-1 {
  color: #e1a57c;
  background: linear-gradient(to right, #e1a57c, #fddf94, #c68525);
  background-size: 100% 100%;
  padding: 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  color: #e1a57c;
  background: linear-gradient(135deg, #c68525, #fddf94, #c68525, #fddf94, #e1a57c);
  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-try {
  padding: 23px 20px 23px;
  background: url(../img/bg-1.webp) no-repeat 50% 100% #f4c69b;
  background-size: 100%;
}
#g-try .board {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}
#g-try .intro {
  padding-top: 58px;
}
#g-try .intro header {
  margin-bottom: 24px;
}
#g-try .intro header b {
  text-align: center;
  font-size: 38px;
  display: block;
}
#g-try .intro p {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.7;
  text-align: justify;
  padding-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
}
#g-try .list-dot {
  margin-top: 36px;
  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: 50px 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 #try-agree-line-friend ~ label {
  margin-bottom: 25px;
}
#g-try .g-form > li #try-agree-line-friend ~ label:before, #g-try .g-form > li #try-agree-line-friend ~ label::after {
  top: -15px;
}
#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: #e1a57c;
}
#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無法全螢幕問題*/
@media (pointer: none), (pointer: coarse) {
  .g-btn-2 span {
    top: -1px;
  }
}