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

a:hover {
  color: #dcac59;
}

html, body {
  height: 100%;
}

body {
  font-size: 19px;
  line-height: 1.6;
  color: #333;
  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: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

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

[class*=g-btn] {
  width: 255px;
  padding: 0;
  margin: 0px 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  transform: scale(1) translate3d(0, 0, 1px);
  transition: 0.5s;
  background: linear-gradient(to bottom, #333 0%, #000 100%);
  border-radius: 3px;
  font-weight: bold;
  font-size: 26px;
  line-height: 2.5;
  color: #fff;
  font-family: "Microsoft JhengHei";
  cursor: pointer;
  overflow: hidden;
  /* &:after
  * content: ''
  * width: 15px
  * height: 15px
  * background: url(../img/if-next-fff.svg) no-repeat center
  * background-size: 100%
  * display: inline-block
  * position: relative
  * left: 20px */
}
[class*=g-btn] span {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
[class*=g-btn]:hover {
  background: #dcac59;
  color: #fff;
}

.g-btn-white {
  color: #555;
  border: 0;
  background: #fff;
}

.g-section {
  margin: 0 auto;
  background-position: center;
  position: relative;
}
.g-section img {
  width: 100%;
}
.g-section header h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: normal;
  color: #dcac59;
}
.g-section header p {
  font-size: 30px;
}
.color-blue {
  color: #31b4dd;
}

.color-red {
  color: #bd2e3f;
}

.color-green {
  color: #b5c894;
}

.color-orange {
  color: #e69b43;
}

.color-gold {
  color: #dcac59;
}

.color-yellow {
  color: #fffdf2;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}

.owl-btn-prev,
.owl-btn-next {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  background-size: 60% 60%;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-btn-prev:hover,
.owl-btn-next:hover {
  background-color: rgba(220, 172, 89, 0.5);
}

.owl-btn-prev {
  left: 0;
  background-image: url(../img/if-prev-000.svg);
}

.owl-btn-next {
  right: 0;
  background-image: url(../img/if-next-000.svg);
}
.owl-btn-next span {
  white-space: nowrap;
  display: block;
  font-size: 15px;
  position: relative;
  top: 25px;
  left: -100px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  border: 1px solid #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #FFF;
  text-decoration: none;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 17px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #ccc;
}

.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 > label:before {
  width: 2px;
  height: 40px;
  background-color: #ccc;
  content: "";
  position: absolute;
  right: -10px;
  top: -4px;
}
.g-form li input {
  padding: 25px 20px;
  width: 100%;
  font-size: 20px;
  background: transparent;
  border: 0;
  border-radius: 2px;
  font-family: "Microsoft JhengHei";
}
.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: "Microsoft JhengHei";
}
.g-form li input[type=checkbox], .g-form li input[type=radio] {
  display: none;
}
.g-form li input[type=checkbox] + label, .g-form li input[type=radio] + label {
  padding-left: 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=radio] + label:before,
.g-form li input[type=checkbox] + label:after, .g-form li input[type=radio] + 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, .g-form li input[type=radio] + label:before {
  background-image: none;
}
.g-form li input[type=checkbox] + label:after, .g-form li input[type=radio] + 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,
.g-form li input[type=radio] + label:active:after, .g-form li input[type=radio]:checked + label:after {
  width: 55px;
}
.g-form li a {
  text-decoration: underline;
}
.g-form li button {
  width: 100%;
  height: 94px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #000;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Microsoft JhengHei", sans-serif;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
}
.g-form li button:hover {
  background-color: #dcac59;
}
.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
}

.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: #bd2e3f;
  font-family: "guerlain_sans";
  font-weight: normal;
  line-height: 1;
}
.counter > span {
  display: block;
  font-family: "guerlain_sans";
  font-size: 55px;
  color: #bd2e3f;
  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) 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: 60%;
  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;
  box-shadow: none;
  width: 640px;
  height: auto;
}
.msg-box .msg-wrap > .close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -40px;
  z-index: 3;
  width: 75px;
  height: 75px;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #4c3f3a;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: 12px;
  left: 35px;
}
.msg-box .msg-wrap > .close:before {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.msg-box .msg-wrap > .close:after {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.msg-box .msg-wrap > .close {
  top: -80px;
  right: -20px;
  background-color: transparent;
  box-shadow: none;
}
.msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
  background-color: #dcac59;
  width: 4px;
}
.msg-box.is-active .msg-wrap {
  transform: scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
.msg-box.is-active .msg-wrap > .close {
  transform: scale(1);
  opacity: 1;
}
.msg-box.is-active .msg-wrap > .close:hover {
  transform: rotate(90deg);
}
.msg-box .msg-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 95%;
  text-align: left;
  font-size: 20px;
  -webkit-overflow-scrolling: touch;
}
.msg-box .msg-content header {
  font-size: 40px;
  font-weight: bold;
}
.msg-box .msg-content p {
  line-height: 2;
  margin: 10px 0;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background-color: #000;
  width: auto;
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #4c3f3a;
  transition: 0.2s;
}

#msg-colors-1 .msg-wrap, #msg-colors-2 .msg-wrap {
  padding: 0;
  background: transparent;
}
#msg-colors-1 .msg-content, #msg-colors-2 .msg-content {
  background: transparent;
}
#msg-pd-1-video, #msg-pd-2-video {
  background-color: rgba(0, 0, 0, 0.8);
}
#msg-pd-1-video .msg-wrap, #msg-pd-2-video .msg-wrap {
  padding: 0;
  height: auto;
  width: 640px;
  max-width: 640px;
  box-shadow: 10px 50px 50px rgba(0, 0, 0, 0.5);
}
#msg-pd-1-video .msg-wrap .close, #msg-pd-2-video .msg-wrap .close {
  top: -80px;
  right: 0px;
}
#msg-pd-1-video .msg-content, #msg-pd-2-video .msg-content {
  height: 100%;
}
#msg-pd-1-video .msg-content .video-item .video-iframe, #msg-pd-2-video .msg-content .video-item .video-iframe {
  padding-bottom: 56.2%;
}

#msg-schedule, #msg-md-schedule {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#msg-schedule .msg-wrap, #msg-md-schedule .msg-wrap {
  top: 80px;
  height: auto !important;
  max-height: inherit !important;
  transform: scale(0) translate3d(0, 0, 0);
  margin-bottom: 5%;
}
#msg-schedule header h3, #msg-md-schedule header h3 {
  text-align: center;
  margin-bottom: 8%;
}
#msg-schedule table, #msg-md-schedule table {
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  margin-bottom: 7%;
}
#msg-schedule table thead, #msg-md-schedule table thead {
  font-weight: bold;
}
#msg-schedule table thead th, #msg-md-schedule table thead th {
  border-bottom: 2px solid #dcac59;
}
#msg-schedule table tbody th, #msg-schedule table tbody td, #msg-md-schedule table tbody th, #msg-md-schedule table tbody td {
  border-bottom: 1px solid #999;
}
#msg-schedule table th, #msg-schedule table td, #msg-md-schedule table th, #msg-md-schedule table td {
  padding: 5px 0;
}
#msg-schedule .note, #msg-md-schedule .note {
  font-size: 15px;
  display: block;
  color: #999;
  margin: 20px 0;
  text-align: center;
}
#msg-schedule.is-active .msg-wrap, #msg-md-schedule.is-active .msg-wrap {
  transform: scale(1) translate3d(0, 0, 0);
}

#msg-md-schedule .msg-content h4 {
  font-size: 26px;
  text-align: center;
  line-height: 2.5;
}
#msg-md-schedule .msg-content table th, #msg-md-schedule .msg-content table td {
  width: 50%;
}

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

#msg-bonus-detail {
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch;
}
#msg-bonus-detail .msg-wrap {
  box-shadow: none;
  width: 640px;
  height: auto;
  padding: 0;
}
#msg-bonus-detail .msg-wrap > .close {
  top: -80px;
  right: -20px;
  background-color: transparent;
  box-shadow: none;
}
#msg-bonus-detail .msg-wrap > .close:before, #msg-bonus-detail .msg-wrap > .close:after {
  background-color: #fffdf2;
  width: 4px;
}
#msg-bonus-detail .msg-content {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  background: #fff;
  background: url(../img/bg-sample.jpg) center top no-repeat #fffcf2;
  background-size: 590px;
}
#msg-bonus-detail header {
  padding-top: 2%;
}
#msg-bonus-detail header h3 {
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
#msg-bonus-detail header p {
  font-size: 21px;
  line-height: 1.5;
}
#msg-bonus-detail .sample-list {
  position: relative;
  margin-top: 16%;
}
#msg-bonus-detail .sample-list .label {
  background: url(../img/icon-label.png) no-repeat center top;
  background-size: 100%;
  width: 155px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -5px;
  padding-left: 7%;
  padding-top: 2.5%;
  font-size: 12px;
}
#msg-bonus-detail .sample-list .label b {
  color: #fffdf2;
  margin-left: 5%;
}
#msg-bonus-detail .sample-list img {
  width: 96%;
  margin-left: 1.5%;
  opacity: 1;
  border: 1px solid #eee;
}
#msg-bonus-detail .reward {
  background: #fff2c8;
  width: 110%;
  margin-left: -5%;
  padding: 0 5%;
}
#msg-bonus-detail .reward header {
  margin-top: 15%;
  border-bottom: 1px solid #ccc;
  padding-top: 10%;
  padding-bottom: 7%;
  margin-bottom: 10%;
}
#msg-bonus-detail .reward header h4 {
  text-align: center;
  font-weight: bold;
}
#msg-bonus-detail .reward h5 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 6%;
}
#msg-bonus-detail .reward dl {
  display: flex;
}
#msg-bonus-detail .reward dt {
  width: 30%;
}
#msg-bonus-detail .reward dd {
  width: 70%;
}
#msg-bonus-detail .reward .flex {
  display: flex;
  margin-top: 4%;
}
#msg-bonus-detail .reward .left {
  width: 55%;
}
#msg-bonus-detail .reward .left p {
  font-size: 18px;
  line-height: 1.3;
}
#msg-bonus-detail .reward .left small {
  display: block;
  font-size: 15px;
}
#msg-bonus-detail .reward .list-square li {
  position: relative;
  padding-left: 18px;
  margin: 3% 0;
}
#msg-bonus-detail .reward .list-square li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
#msg-bonus-detail .reward .right {
  width: 45%;
  margin-top: 10%;
  padding-left: 3%;
  text-align: center;
}
#msg-bonus-detail .reward .right img {
  width: auto;
}
#msg-bonus-detail .reward .right i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000 transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -7px 10px 0 -10px;
}
#msg-bonus-detail .note {
  margin-top: 12%;
  padding-bottom: 6%;
  border-bottom: 1px solid #fffdf2;
  margin-bottom: 4%;
}
#msg-bonus-detail .note h4 {
  font-size: 21px;
}
#msg-bonus-detail .note p {
  line-height: 1.5;
  font-size: 18px;
}
#msg-bonus-detail .help {
  padding: 4% 0;
  border-bottom: 1px solid #fffdf2;
}
#msg-bonus-detail .help h4 {
  font-size: 21px;
  color: #fffdf2;
}
#msg-bonus-detail .help p {
  font-size: 18px;
  line-height: 1.2;
}
#msg-bonus-detail .help a {
  display: inline-block;
  color: #fffdf2;
  text-decoration: underline;
  font-size: 18px;
}
#msg-bonus-detail .help small {
  font-size: 17px;
}
#annual-tab {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 5px;
  border-bottom: 3px solid #000;
}
#annual-tab li {
  position: relative;
}
#annual-tab li:before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: 12px;
  right: -9px;
}
#annual-tab li a {
  display: block;
  padding: 10px;
}
#annual-tab li.is-active a, #annual-tab li:hover a {
  color: #b3791d;
  transition: 0s;
}
#annual-tab li.is-active a:before, #annual-tab li.is-active a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  border-width: 16px 14px 0 14px;
  border-color: #000 transparent transparent transparent;
  bottom: -16px;
  margin-left: -10px;
}
#annual-tab li.is-active a:after {
  border-width: 12px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  bottom: -12px;
  margin-left: -6px;
}
#annual-tab li:last-child:before {
  display: none;
}

.video-item {
  position: relative;
  background: #fff;
}
.video-item .video-thumb {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.video-item .video-thumb img {
  transition: 6s;
}
.video-item .video-thumb:hover img {
  transition: 3s;
  transform: scale(1.051);
}
.video-item .video-thumb header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 70px);
}
.video-item .video-thumb header h2 {
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 10px black;
}
.video-item .video-thumb.active {
  opacity: 1;
  visibility: visible;
}
.video-item .video-iframe {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.video-item .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-play {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  text-indent: -9999px;
  z-index: 1;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}
.icon-play:before {
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: 0.2s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.icon-play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 40px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 27px;
  left: 56px;
  transition: 0.1s;
}
.icon-play:hover:before {
  border: 3px solid rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
}
.icon-play:hover:after {
  transform: scale(0.8);
  border-color: transparent transparent transparent white;
}

#video-btn-stop {
  width: 60px;
  height: 60px;
  background: red;
  position: absolute;
  top: 5%;
  right: 2%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  /*display: none*/
}
#video-btn-stop:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  transform: rotate(45deg) translateX(14px) translateY(7px);
  display: block;
}
#video-btn-stop:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg) translateX(-6px) translateY(13px);
  display: block;
}

.video-item.animate {
  opacity: 1;
}

.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: 4.3964470363%;
  top: 61.4560878809%;
  animation-delay: -1s;
}
.stars-1 .star:nth-child(2) {
  position: absolute;
  left: 65.8080191062%;
  top: 24.2367141258%;
  animation-delay: -2s;
}
.stars-1 .star:nth-child(3) {
  position: absolute;
  left: 18.4409248049%;
  top: 36.1235595962%;
  animation-delay: -3s;
}
.stars-1 .star:nth-child(4) {
  position: absolute;
  left: 81.2091969944%;
  top: 47.6523046325%;
  animation-delay: -4s;
}
.stars-1 .star:nth-child(5) {
  position: absolute;
  left: 25.3122811356%;
  top: 17.9306503057%;
  animation-delay: -5s;
}
.stars-1 .star:nth-child(6) {
  position: absolute;
  left: 43.6203046143%;
  top: 37.9126385248%;
  animation-delay: -6s;
}
.stars-1 .star:nth-child(7) {
  position: absolute;
  left: 13.2915279135%;
  top: 44.2867578792%;
  animation-delay: -7s;
}
.stars-1 .star:nth-child(8) {
  position: absolute;
  left: 53.8932657486%;
  top: 55.9014841779%;
  animation-delay: -8s;
}
.stars-1 .star:nth-child(9) {
  position: absolute;
  left: 34.6262709182%;
  top: 18.1996576768%;
  animation-delay: -9s;
}
.stars-1 .star:nth-child(10) {
  position: absolute;
  left: 28.4323824111%;
  top: 7.1730974408%;
  animation-delay: -10s;
}
.stars-1 .star:nth-child(11) {
  position: absolute;
  left: 86.0304392119%;
  top: 16.3126645045%;
  animation-delay: -11s;
}
.stars-1 .star:nth-child(12) {
  position: absolute;
  left: 83.3419680548%;
  top: 12.6847263148%;
  animation-delay: -12s;
}
.stars-1 .star:nth-child(13) {
  position: absolute;
  left: 72.776825765%;
  top: 8.3633932243%;
  animation-delay: -13s;
}
.stars-1 .star:nth-child(14) {
  position: absolute;
  left: 34.0769644319%;
  top: 7.8148964414%;
  animation-delay: -14s;
}
.stars-1 .star:nth-child(15) {
  position: absolute;
  left: 10.7563958693%;
  top: 78.4387574307%;
  animation-delay: -15s;
}
.stars-1 .star:nth-child(16) {
  position: absolute;
  left: 16.5859679469%;
  top: 41.4828863365%;
  animation-delay: -16s;
}
.stars-1 .star:nth-child(17) {
  position: absolute;
  left: 53.9558397418%;
  top: 12.6722249214%;
  animation-delay: -17s;
}
.stars-1 .star:nth-child(18) {
  position: absolute;
  left: 74.9270162815%;
  top: 74.977822523%;
  animation-delay: -18s;
}
.stars-1 .star:nth-child(19) {
  position: absolute;
  left: 56.1189301955%;
  top: 46.1197754893%;
  animation-delay: -19s;
}
.stars-1 .star:nth-child(20) {
  position: absolute;
  left: 41.7272118971%;
  top: 2.8894660794%;
  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: 93.0969985168%;
  top: 73.3177358275%;
  animation-delay: -1.5s;
}
.stars-2 .star:nth-child(2) {
  position: absolute;
  left: 10.2087389528%;
  top: 46.4165177887%;
  animation-delay: -3s;
}
.stars-2 .star:nth-child(3) {
  position: absolute;
  left: 8.2084364982%;
  top: 67.3015058485%;
  animation-delay: -4.5s;
}
.stars-2 .star:nth-child(4) {
  position: absolute;
  left: 65.5149418418%;
  top: 46.0974008976%;
  animation-delay: -6s;
}
.stars-2 .star:nth-child(5) {
  position: absolute;
  left: 55.5461281859%;
  top: 59.8980708868%;
  animation-delay: -7.5s;
}
.stars-2 .star:nth-child(6) {
  position: absolute;
  left: 32.5585348717%;
  top: 37.3405750247%;
  animation-delay: -9s;
}
.stars-2 .star:nth-child(7) {
  position: absolute;
  left: 91.5931483656%;
  top: 79.4152818858%;
  animation-delay: -10.5s;
}
.stars-2 .star:nth-child(8) {
  position: absolute;
  left: 12.5285982926%;
  top: 15.9478682618%;
  animation-delay: -12s;
}
.stars-2 .star:nth-child(9) {
  position: absolute;
  left: 27.147743821%;
  top: 53.4656496364%;
  animation-delay: -13.5s;
}
.stars-2 .star:nth-child(10) {
  position: absolute;
  left: 88.20832796%;
  top: 45.3181612462%;
  animation-delay: -15s;
}

#kv {
  height: 966px;
}
#kv header {
  position: absolute;
  top: 3.7%;
  left: 0;
  width: 100%;
}
#kv header small {
  letter-spacing: 10px;
  display: block;
  text-indent: 10px;
  margin: 4% auto 0;
}
#kv header p {
  font-size: 32px;
}
#kv .logo-guerlain {
  width: 53%;
  height: 72px;
  background: url(../img/logo.svg) no-repeat center top;
  background-size: 100%;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
}
#kv .logo-ar {
  width: 57%;
  height: 46px;
  background: url(../img/logo-ar.svg) no-repeat center top;
  background-size: 100%;
  text-indent: -9999px;
  display: block;
  margin: 2% auto -0.5%;
}
#kv .feature li {
  position: absolute;
}
#kv .feature li:nth-of-type(1) {
  top: 49.2%;
  left: 10%;
}
#kv .feature li:nth-of-type(1) p:after {
  content: "";
  width: 110%;
  height: 1px;
  background: #000;
  display: block;
  margin-left: -5%;
  margin-bottom: 2%;
}
#kv .feature li:nth-of-type(2) {
  top: 67.7%;
  left: 67%;
  text-align: left;
}
#kv .feature li:nth-of-type(2) > p {
  font-size: 23px;
  line-height: 1.2;
}
#kv .feature li:nth-of-type(2) b {
  font-size: 40px;
  display: block;
  font-weight: normal;
  line-height: 1;
}
#kv .feature li:nth-of-type(2) b span {
  font-size: 25px;
}
#kv .feature small {
  font-size: 18px;
  display: block;
}
#kv .icon-hexagon {
  width: 100px;
  height: 116px;
  background: url(../img/icon-hexagon.svg) no-repeat center top;
  background-size: 100%;
  display: block;
  margin: 0 0 0 2%;
  position: relative;
  font-style: normal;
  padding-top: 21%;
  text-align: center;
  margin-bottom: 5%;
}
#kv .icon-hexagon p {
  font-size: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff;
}
#kv .icon-hexagon small {
  position: absolute;
}
#kv .note {
  position: absolute;
  bottom: 1%;
  left: 1%;
  width: 98%;
  text-align: left;
  text-shadow: 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 20px #fff, 0 0 25px #fff;
  white-space: nowrap;
  opacity: 1;
}
#kv .note li {
  font-size: 12px;
  letter-spacing: -0.3px;
}
#kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#new-arrival .item1 {
  padding-top: 8%;
}
#new-arrival .item1 header {
  padding-bottom: 3%;
}
#new-arrival .item1 header h2 {
  color: #000;
}
#new-arrival video {
  width: 83%;
  margin: 2% auto;
}
#new-arrival .item2 {
  width: 83%;
  margin: 1% auto;
}
#new-arrival .item2 header {
  padding-top: 7%;
}
#new-arrival .item2 header h2 {
  font-size: 40px;
  color: #000;
}
#new-arrival .item2 header p {
  font-size: 35px;
  font-weight: normal;
}
#new-arrival .item2 .btns {
  margin-top: 8%;
}

#feature .item1 {
  padding-top: 16%;
}
#feature .item1 .benefit {
  margin: 6% 0;
}
#feature .item1 .benefit li {
  width: 70%;
  margin: 0 auto 1%;
  padding: 2% 0;
  background: #fffdf2;
}
#feature .item1 .benefit h3 {
  font-weight: bold;
  font-size: 31px;
  color: #dcac59;
}
#feature .item1 .benefit p {
  font-size: 23px;
  line-height: 1.4;
}
#feature .item1 .note {
  padding: 2% 0;
}
#feature .item1 .note li {
  font-size: 14px;
}
#feature .item2 {
  padding-top: 12%;
  padding-bottom: 5%;
}
#feature .item3 {
  padding-top: 13%;
}
#feature .item4 {
  padding-top: 8%;
}
#feature .item4 video {
  width: 83%;
  margin: 0 auto 5%;
  display: block;
}
#feature .item4 header b {
  display: block;
  font-size: 70px;
  font-weight: normal;
}
#feature .item4 header b span {
  font-size: 40px;
  font-weight: bold;
}
#feature .item4 .note {
  margin-top: 7%;
}
#feature .item4 .note li {
  font-size: 15px;
}
#feature .item5 {
  margin-top: 8%;
}
#feature .item5 .benefit {
  margin-top: 5%;
}
#feature .item5 .benefit .color-gold {
  font-weight: bold;
}
#feature .item5 .benefit li {
  padding: 2% 0 3%;
  position: relative;
}
#feature .item5 .benefit li:after {
  content: "";
  width: 60%;
  height: 1px;
  background: #ddd;
  display: block;
  margin: 3% auto 0;
}
#feature .item5 .benefit li:nth-of-type(3) small {
  font-size: 29px;
  margin-bottom: 3%;
}
#feature .item5 .benefit li:nth-of-type(3) p {
  line-height: 1.5;
}
#feature .item5 .benefit li:last-child:after {
  display: none;
}
#feature .item5 .benefit small {
  font-size: 26px;
  display: block;
}
#feature .item5 .benefit p {
  font-size: 35px;
  line-height: 1.2;
}
#feature .item5 .note {
  margin-top: 9%;
}
#feature .item5 .note li {
  font-size: 15px;
}
#feature .item6 {
  padding-top: 10%;
  padding-bottom: 10%;
}
#feature [class^=item] header {
  background: #fff;
  width: 85%;
  margin: -11% auto 4%;
  padding-top: 5%;
  position: relative;
}
#feature [class^=item] header h2 {
  font-size: 40px;
  padding-bottom: 4%;
}
#feature [class^=item] header p {
  line-height: 1.4;
}
#feature [class^=item] > p {
  font-size: 22px;
  line-height: 1.8;
}

#faq {
  padding-top: 7%;
}
#faq header {
  background: #fff;
  width: 85%;
  margin: -11% auto 4%;
  padding-top: 5%;
  position: relative;
}
#faq header h2 {
  font-size: 40px;
  padding-bottom: 4%;
}
#faq header p {
  line-height: 1.4;
}
#faq > p {
  font-size: 22px;
  line-height: 1.8;
}
#faq .qa {
  padding-top: 1.5%;
}
#faq .qa li {
  margin-bottom: 12%;
}
#faq .q .icon-bee {
  width: 48px;
  height: 55px;
  background: url(../img/icon-bee.svg) no-repeat center top;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
}
#faq .q h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
  padding-bottom: 3.5%;
}
#faq .q h3:after {
  content: "";
  width: 84%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 7%;
  background: #ccc;
  display: block;
}
#faq .q h3 b {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
#faq .q h3 b:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #ddd;
  display: block;
  position: absolute;
  top: 5px;
  left: 100%;
}
#faq .a {
  margin-top: 3%;
  font-size: 22px;
}
#faq .a b {
  line-height: 2.2;
}
.video {
  position: relative;
}

#massage #video-1 {
  width: 100%;
  margin: 0 auto;
}
#massage #video-1 img, #massage #video-1 video {
  width: 100%;
}
#massage header {
  background: #fff;
  width: 85%;
  margin: -11% auto 4%;
  padding-top: 5%;
  position: relative;
}
#massage header h2 {
  font-size: 40px;
  padding-bottom: 0%;
}
#massage header p {
  line-height: 1.4;
}
#massage > img {
  width: 90%;
  margin: 10.5% auto 0;
}

.text-gradient-shadow {
  position: relative;
  display: inline-block;
  color: transparent;
}
.text-gradient-shadow:before, .text-gradient-shadow:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-shadow:after {
  background: linear-gradient(135deg, #fff 10%, #f7edc1 20%, #f3e48e 40%, #f0ca5e 50%, #e7a741 70%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-gradient-shadow:before {
  text-shadow: 0rem 0.1rem 0.1vw rgba(0, 0, 0, 0.3);
}

#step {
  padding-top: 10%;
}
#step header {
  padding-top: 10%;
}
#step header .logo-ar-gold {
  background: url(../img/logo-ar-gold.svg) no-repeat center top;
  text-indent: -9999px;
  width: 64%;
  height: 50px;
  display: block;
  margin: 0 auto;
}
#step header b {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1rem;
}
#step header .text-gradient-shadow {
  font-size: 70px;
  line-height: 1.4;
  margin: 0 1.5%;
  position: relative;
  top: -5px;
}
#step header p {
  font-weight: normal;
  color: #000;
  margin-top: -1%;
}
#step ol {
  margin-top: 2%;
}
#step li {
  position: relative;
  margin-bottom: 1%;
}
#step li .img .no {
  background: url(../img/no.png);
  background-size: 500%;
  width: 143px;
  height: 200px;
  text-indent: -9999px;
  position: absolute;
}
#step li .img img {
  width: 52%;
  position: relative;
}
#step li .img .icon-plus {
  width: 140px;
  height: 150px;
  background: url(../img/icon-plus.png) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
  position: absolute;
}
#step li .txt {
  position: absolute;
  width: 30%;
}
#step li .txt h3 {
  font-size: 35px;
}
#step li .txt u {
  border: 1px solid #000;
  text-decoration: none;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 2% 0;
}
#step li .txt small {
  color: #dcac59;
  font-size: 19px;
  display: block;
  margin: 2% 0;
}
#step li .txt a {
  font-size: 19px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10%;
}
#step li .txt a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/if-arrow-right-fff.svg) no-repeat center;
  background-size: 100%;
  animation: arrow_move 0.6s infinite alternate;
}
@keyframes arrow_move {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
#step li.step-1 .img .no {
  background-position: 0 0;
  top: 37%;
  left: -1%;
}
#step li.step-1 .img img {
  top: 25px;
  left: 2%;
}
#step li.step-1 .img .icon-plus {
  top: 88%;
  left: 47%;
}
#step li.step-1 .txt {
  top: 24%;
  left: 45%;
}
#step li.step-2 .img .no {
  background-position: 20% 0;
  top: 37%;
  left: 53%;
}
#step li.step-2 .img img {
  top: 25px;
  left: 59%;
}
#step li.step-2 .img .icon-plus {
  top: 90%;
  left: 43%;
}
#step li.step-2 .txt {
  top: 32%;
  left: 17%;
}
#step li.step-3 .img .no {
  background-position: 50% 0;
  top: 31%;
  left: 32%;
}
#step li.step-3 .img img {
  top: 25px;
  left: -7%;
}
#step li.step-3 .img .icon-plus {
  top: 95%;
  left: 27%;
}
#step li.step-3 .txt {
  top: 36%;
  left: 52%;
}
#step li.step-4 .img .no {
  background-position: 75% 0;
  top: 38%;
  left: 52%;
}
#step li.step-4 .img img {
  top: 85px;
  left: 55%;
}
#step li.step-4 .img .icon-plus {
  top: 103%;
  left: 42%;
}
#step li.step-4 .txt {
  top: 41%;
  left: 17%;
}
#step li.step-5 .img .no {
  background-position: 100% 0;
  top: 27%;
  left: 4%;
}
#step li.step-5 .img img {
  top: 165px;
  left: 4%;
}
#step li.step-5 .img .icon-plus {
  top: 95%;
  left: 27%;
}
#step li.step-5 .txt {
  top: 37%;
  left: 64%;
}

#mvp {
  padding-top: 25%;
  padding-bottom: 15%;
}
#mvp header {
  background: #fff;
  width: 85%;
  margin: -11% auto 4%;
  padding-top: 6%;
  position: relative;
}
#mvp header h2 {
  font-size: 40px;
  padding-bottom: 0%;
  line-height: 1.3;
}
#mvp header p {
  line-height: 1.4;
}
#mvp b {
  color: #dcac59;
  font-size: 40px;
  display: block;
  font-weight: normal;
  margin-top: 2%;
}
#mvp b u {
  font-size: 55px;
  text-decoration: none;
}
#mvp b sup {
  font-size: 40px;
}
#mvp small {
  font-size: 14px;
  display: block;
  margin-top: -1%;
}
#mvp ol {
  display: flex;
  margin-top: 9%;
}
#mvp ol li {
  width: 50%;
}
#mvp ol img {
  width: 47%;
  margin: 0 auto;
}
#mvp ol h3 {
  font-size: 23px;
  margin-top: 7%;
}
#mvp ol p {
  color: #dcac59;
  font-size: 40px;
}
#mvp .btns {
  margin-top: 7%;
}
#mvp img.last {
  width: 90%;
  margin: 10.5% auto 0;
}

#video-1 {
  cursor: pointer;
}

.note {
  opacity: 0.6;
}

#dcard {
  padding: 15% 0 0;
}
#dcard header h2 {
  font-size: 40px;
}
#dcard header h3 {
  padding: 3% 0 0;
  font-size: 35px;
  line-height: 1;
}
#dcard header h3 b {
  font-size: 50px;
}
#dcard header p {
  font-size: 28px;
}
#dcard img {
  width: 90%;
  margin: 3% auto 6.8%;
}
#dcard img.last {
  width: 90%;
  margin: 15% auto 0;
}

#g-try {
  width: 90%;
  background: #fffdf2;
}
#g-try header {
  padding-top: 6%;
}
#g-try header h2 {
  font-size: 40px;
  padding-bottom: 2%;
}
#g-try header p {
  font-size: 32px;
  line-height: 1.4;
  padding-bottom: 4%;
}
#g-try header small {
  display: block;
  font-size: 22px;
  line-height: 1.5;
}
#g-try .note {
  margin-top: 5%;
  font-size: 15px;
  color: #999;
  display: block;
}
#g-try .g-form {
  width: 84%;
  margin: 30px auto 30px;
}
#g-try .g-form li {
  background: #fff;
  border: 1px solid rgba(202, 165, 87, 0.5);
  padding-left: 35%;
}
#g-try .g-form li:nth-of-type(5) {
  padding-left: 16%;
  height: 65px;
  background: none;
  box-shadow: none;
  border: 0;
}
#g-try .g-form li:nth-of-type(5) > label {
  top: 0;
  padding-top: 15px;
  width: 100%;
}
#g-try .g-form li:nth-of-type(6) {
  background: none;
  padding-left: 0;
  border: 0;
}
#g-try .g-form li input {
  padding: 22px 20px;
}
#g-try .g-form li input[type=checkbox] + label:before {
  background: #fff;
  border: 1px solid rgba(202, 165, 87, 0.5);
}
#g-try a {
  color: #dcac59;
}
#g-try small {
  font-size: 15px;
}
#g-try.active header h2 {
  letter-spacing: 2px;
  opacity: 1;
  visibility: visible;
}

#lab-9x {
  margin-top: 12%;
}
#lab-9x img {
  width: 90%;
  margin: 0 auto;
}
#lab-9x header {
  padding-top: 7%;
}
#lab-9x header h2 {
  font-size: 40px;
  padding-bottom: 4.2%;
}
#lab-9x header p {
  font-size: 28px;
  line-height: 1.4;
}
#lab-9x ol {
  margin-top: 6%;
}
#lab-9x li {
  font-size: 22px;
}
#lab-9x .btns {
  margin-top: 8.5%;
}

#annual-dm {
  padding: 8% 0;
}
#annual-dm header h2 {
  color: #000;
}
#annual-dm header p {
  color: #dcac59;
}
#annual-dm header img {
  width: 87%;
  margin: 7% auto 4%;
}
#annual-dm ol {
  width: 90%;
  margin: 0 auto;
}
#annual-dm li {
  display: inline-block;
}
#annual-dm li a.g-btn {
  width: 274px;
  line-height: 3;
  margin: 0 0.2rem;
}

#annual-preorder {
  padding: 20% 0;
}
#annual-preorder header h2 {
  color: #000;
  padding-bottom: 2%;
}
#annual-preorder header p {
  color: #dcac59;
}
#annual-preorder header img {
  width: 87%;
  margin: 7% auto 4%;
}
#annual-preorder a {
  width: 60%;
  line-height: 3;
  margin: 5% auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#annual-preorder a i {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/if-arrow-right-fff.svg) no-repeat center;
  background-size: 100%;
  animation: arrow_move 0.6s infinite alternate;
}

#CSR-bee {
  margin-top: 14%;
  padding-bottom: 14%;
}
#CSR-bee header {
  padding-top: 5%;
}
#CSR-bee header h2 {
  font-size: 40px;
  margin-bottom: 6%;
  font-weight: normal;
}
#CSR-bee header h2 b {
  font-weight: bold;
  line-height: 1.7;
}
#CSR-bee p {
  font-size: 23px;
  line-height: 1.7;
}

#annual-news {
  padding-top: 9%;
  padding-bottom: 13%;
}
#annual-news header h2 {
  color: #000;
}
#annual-news header p {
  color: #dcac59;
  font-size: 32px;
}
#annual-news img {
  width: 90%;
  margin: 4% auto 5%;
}
#annual-news .btns a {
  width: 60%;
  line-height: 2.8;
}

[id^=annual-promo-] {
  padding-top: 5%;
}
[id^=annual-promo-] header h2 {
  color: #000;
}
[id^=annual-promo-] header p {
  color: #dcac59;
  font-size: 32px;
}
[id^=annual-promo-] header img {
  width: 90%;
  margin: 4% auto 5%;
}
[id^=annual-promo-] li {
  padding-bottom: 11%;
  position: relative;
  margin-bottom: 7%;
}
[id^=annual-promo-] li:last-child:after {
  display: none;
}
[id^=annual-promo-] li:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
[id^=annual-promo-] li h3 {
  font-size: 42px;
}
[id^=annual-promo-] li img {
  width: 72%;
  margin: 2% auto 4%;
}
[id^=annual-promo-] li h4 {
  color: #dcac59;
  font-size: 36px;
  line-height: 1.2;
}
[id^=annual-promo-] li .price {
  font-size: 22px;
  letter-spacing: 2px;
}
[id^=annual-promo-] li .price b {
  color: #dcac59;
  font-size: 33px;
  font-weight: normal;
}
[id^=annual-promo-] li .desc {
  margin-top: 3%;
  font-size: 21px;
  color: #999;
}

#annual-promo-4 li img {
  width: 100%;
}
#annual-promo-4 li .desc {
  font-size: 28px;
  color: #000;
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
}
#annual-promo-5 {
  padding-bottom: 10%;
}

#promo-5-owl {
  position: relative;
}
#promo-5-owl li {
  padding-bottom: 0;
  margin-bottom: 0;
}
#promo-5-owl img {
  width: 35.3%;
}
#promo-5-owl h3 {
  font-size: 34px;
  line-height: 1.2;
}
#promo-5-owl small {
  display: block;
  margin-bottom: 3%;
}
#promo-5-btn-prev,
#promo-5-btn-next {
  top: 30%;
}

#stimulus-vouchers {
  padding: 15% 0;
}
#stimulus-vouchers header {
  margin-bottom: 5%;
}
#stimulus-vouchers .btns {
  margin-top: 5%;
}
#stimulus-vouchers .btns a {
  width: 65%;
  line-height: 3;
}
#stimulus-vouchers .btns a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/if-arrow-right-fff.svg) no-repeat center;
  background-size: 100%;
  animation: arrow_move 0.6s infinite alternate;
}

[id^=g-quick-] {
  width: 60px;
  height: 200px;
  text-indent: 0;
  position: fixed;
  top: 45.5%;
  right: 0%;
  z-index: 1;
  background: #000;
  background-size: 100%;
  transition: 0.2s;
}
[id^=g-quick-] span {
  width: 27px;
  font-size: 27px;
  display: block;
  color: #fff;
  margin: 43px 0 0 17px;
  line-height: 1;
}
[id^=g-quick-]:hover {
  background: #dcac59;
}

#g-quick-1 {
  top: 27%;
}

#g-quick-2 {
  top: 50%;
}

#g-quick-3 {
  height: 60px;
  top: 73%;
  background: #00B900;
  display: flex;
  align-items: center;
  justify-content: center;
}
#g-quick-3 .logo-line {
  width: 40px;
  height: 40px;
  background: url(../img/social_line_green.svg) no-repeat center top;
  margin: 0 auto;
  display: block;
}

#msg-try-success .msg-wrap {
  width: 500px;
  height: 700px;
  background: url(../img/bg-success.png);
  background-size: 100%;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.3);
  padding: 0;
}
#msg-try-success .msg-content {
  margin: 0 5%;
}
#msg-try-success .msg-content header {
  margin-top: 270px;
}
#msg-try-success .msg-content header h2 {
  font-weight: bold;
  color: #000;
}
#msg-try-success .msg-content p {
  font-size: 17px;
  margin: 0;
  line-height: 1.5;
}
#msg-try-success .bt-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#msg-try-success .icon-line {
  width: 24px;
  height: 23px;
  background: url(../img/logo-line.png);
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

#msg-privacy {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#msg-privacy .msg-wrap {
  top: 80px;
  height: auto !important;
  max-height: inherit !important;
  transform: scale(0) translate3d(0, 0, 0);
  margin-bottom: 5%;
}
#msg-privacy .msg-content {
  line-height: 1.5;
}
#msg-privacy .msg-content p {
  line-height: 1.5;
}
#msg-privacy .msg-content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
}
#msg-privacy .msg-content ul {
  padding-left: 25px;
}
#msg-privacy .msg-content ul li {
  list-style-type: disc;
}
#msg-privacy.is-active .msg-wrap {
  transform: scale(1) translate3d(0, 0, 0);
}

#g-exchange {
  background: url(../img/bg-exchange.jpg?v2) no-repeat;
  height: 1250px;
}
#g-exchange .g-form {
  width: 75%;
  margin: 0 auto;
  margin-top: 680px;
}
#g-exchange .g-form li:nth-of-type(3) {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 0;
}
#g-exchange .g-form li > label {
  padding-left: 20px;
}
#g-exchange .g-form li input {
  padding: 25px 20px 25px 40px;
}
#g-exchange .g-form label {
  display: block;
  top: 23px;
  font-weight: bold;
}
#g-exchange .g-form #try-store {
  width: 100%;
}
#g-exchange #exchange-submit {
  background-color: #000;
  background-image: none;
  color: #fff;
  border: 0;
  width: 100%;
  height: 85px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Microsoft JhengHei";
  cursor: pointer;
  transition: 0.2s;
  margin: 1px 0;
}
#g-exchange #exchange-submit:hover {
  background-color: #dcac59;
}
#g-exchange #exchange-submit.done {
  background-color: #949494;
  color: #fff;
  pointer-events: none;
}
#g-exchange #exchange-submit.done:before {
  display: none;
}
#g-exchange .note {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  opacity: 0.7;
}
#g-exchange .barcode img {
  width: auto;
  margin: 6% auto;
}

#annual-schedule header {
  text-align: center;
  margin: 5% 0;
  color: #dcac59;
}
#annual-schedule header > div {
  font-weight: normal;
  position: relative;
}
#annual-schedule header > div:before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #dcac59;
  position: absolute;
  top: 52%;
  left: 5%;
}
#annual-schedule header > div span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 30px;
}
#annual-schedule header > div span:before, #annual-schedule header > div span:after {
  content: "◆";
  font-size: 8px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px;
  margin-top: -8px;
}
#annual-schedule header p {
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 1.2;
}
#annual-schedule header h2 {
  line-height: 1.5;
}
#annual-schedule p.note {
  margin-top: -3%;
  margin-bottom: 3%;
  opacity: 1;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
}
#annual-schedule table {
  width: 90%;
  margin: 0 auto 10%;
}
#annual-schedule table caption {
  text-align: center;
  font-size: 30px;
  line-height: 2.5;
}
#annual-schedule table th, #annual-schedule table td {
  padding: 7px 0;
  text-align: center;
}
#annual-schedule table tr th:nth-of-type(1) {
  padding-left: 10px;
  text-align: left;
}
#annual-schedule table tr th:last-child {
  width: 12%;
}
#annual-schedule table thead th {
  border-bottom: 2px solid #ffb400;
  font-weight: bold;
}
#annual-schedule table tbody th, #annual-schedule table tbody td {
  border-bottom: 1px solid #bbb;
}
#annual-schedule .icon-dm {
  width: 30px;
  height: 30px;
  background: url(../img/if-search.svg) no-repeat center;
  background-size: 80%;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
}
#annual-schedule .icon-dm:hover {
  transform: scale(1.2);
}
#annual-schedule .icon-gift {
  width: 30px;
  height: 30px;
  background: url(../img/if-gift.svg) no-repeat center;
  background-size: 80%;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
}
#annual-schedule .icon-gift:hover {
  transform: scale(1.2);
}

#msg-annual-schedule {
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-overflow-scrolling: touch;
}
#msg-annual-schedule .msg-wrap {
  box-shadow: none;
  width: 640%;
  height: auto;
  max-height: inherit;
  padding: 0;
  top: 80px;
  transform: scale(1.2) translate3d(0, 0, 0);
  background: none;
}
#msg-annual-schedule .msg-wrap > .close {
  opacity: 1;
  transform: scale(1);
  position: sticky;
  top: 10px;
  left: 0;
  margin-top: -100px;
  margin-left: 505px;
  background: #fff;
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.4);
}
#msg-annual-schedule .msg-content {
  background-color: #fff;
  margin-bottom: 10%;
}
#msg-annual-schedule .msg-content header {
  text-align: center;
  margin: 5% 0;
  color: #dcac59;
}
#msg-annual-schedule .msg-content header > div {
  font-weight: normal;
  position: relative;
  line-height: 1;
}
#msg-annual-schedule .msg-content header > div:before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #dcac59;
  position: absolute;
  top: 52%;
  left: 5%;
}
#msg-annual-schedule .msg-content header > div span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 30px;
}
#msg-annual-schedule .msg-content header > div span:before, #msg-annual-schedule .msg-content header > div span:after {
  content: "◆";
  font-size: 8px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px;
  margin-top: -8px;
}
#msg-annual-schedule .msg-content header p {
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 1;
}
#msg-annual-schedule .msg-content header h2 {
  line-height: 1.2;
}
#msg-annual-schedule .msg-content table {
  width: 90%;
  margin: 0 auto 10%;
}
#msg-annual-schedule .msg-content table caption {
  text-align: center;
  font-size: 30px;
  line-height: 2.5;
}
#msg-annual-schedule .msg-content table th, #msg-annual-schedule .msg-content table td {
  line-height: 2;
}
#msg-annual-schedule .msg-content table tr th:nth-of-type(1) {
  padding-left: 30px;
  width: 75%;
}
#msg-annual-schedule .msg-content table thead th {
  border-bottom: 2px solid #ffb400;
  font-weight: bold;
}
#msg-annual-schedule .msg-content table tbody th, #msg-annual-schedule .msg-content table tbody td {
  border-bottom: 1px solid #bbb;
}
#msg-annual-schedule .msg-content table tbody td {
  width: 25%;
}
#msg-annual-schedule.msg-box.is-active .msg-wrap {
  margin-bottom: 50px;
  transform: scale(1) translate3d(0, 0, 0);
}

#msg-stimulus-vouchers {
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-overflow-scrolling: touch;
}
#msg-stimulus-vouchers .msg-wrap {
  box-shadow: none;
  width: 640%;
  height: auto;
  max-height: inherit;
  padding: 0;
  top: 80px;
  transform: scale(1.2) translate3d(0, 0, 0);
  background: none;
}
#msg-stimulus-vouchers .msg-wrap > .close {
  opacity: 1;
  transform: scale(1);
  position: sticky;
  top: 10px;
  left: 0;
  margin-top: -100px;
  margin-left: 505px;
  background: #fff;
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.4);
}
#msg-stimulus-vouchers .msg-content {
  background-color: #fff;
  margin-bottom: 10%;
  text-align: center;
}
#msg-stimulus-vouchers .border {
  border: 3px solid #dcac59;
  margin: 80px 20px 20px;
  padding-bottom: 60px;
}
#msg-stimulus-vouchers .border header {
  color: #dcac59;
  font-size: 34px;
  text-align: center;
  background: #fff;
  width: 70%;
  margin: -40px auto 0;
  line-height: 1.2;
}
#msg-stimulus-vouchers .border h4 {
  font-size: 25px;
  margin-top: 50px;
}
#msg-stimulus-vouchers .border h4 u {
  position: relative;
  text-decoration: none;
}
#msg-stimulus-vouchers .border h4 u:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 110%;
  left: 0;
}
#msg-stimulus-vouchers .border p {
  font-size: 13px;
  margin: 0 auto !important;
  width: 90%;
  line-height: 1.6;
  opacity: 0.7;
}
#msg-stimulus-vouchers .list-dot {
  background: #fff;
  padding: 0 1% 10%;
  text-align: left;
}
#msg-stimulus-vouchers .list-dot li {
  list-style-type: disc;
  margin-left: 5%;
  font-size: 14.5px;
}
#msg-stimulus-vouchers.msg-box.is-active .msg-wrap {
  margin-bottom: 50px;
  transform: scale(1) translate3d(0, 0, 0);
}

[id^=msg-annual-dm-] {
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-overflow-scrolling: touch;
}
[id^=msg-annual-dm-] .msg-wrap {
  box-shadow: none;
  width: 100%;
  max-width: 720px;
  height: auto;
  max-height: inherit;
  padding: 0;
  top: 80px;
  transform: scale(1.2) translate3d(0, 0, 0);
  background: none;
}
[id^=msg-annual-dm-] .msg-wrap > .close {
  opacity: 1;
  transform: scale(1);
  position: sticky;
  top: 10px;
  left: 0;
  margin-top: -100px;
  margin-left: 625px;
  background: #fff;
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.4);
}
[id^=msg-annual-dm-] .msg-content {
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0;
}
[id^=msg-annual-dm-] .msg-content .list-dot {
  background: #fff;
  padding: 0 1% 10%;
}
[id^=msg-annual-dm-] .msg-content .list-dot li {
  list-style-type: disc;
  margin-left: 5%;
  font-size: 14.5px;
}
[id^=msg-annual-dm-].msg-box.is-active .msg-wrap {
  margin-bottom: 50px;
  transform: scale(1) translate3d(0, 0, 0);
}

@media screen and (max-width: 720px) {
  [id^=msg-annual-dm-] .msg-wrap {
    padding: 20px;
  }
  [id^=msg-annual-dm-] .msg-wrap > .close {
    margin-left: 515px;
  }
}