@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;900&family=Poppins:wght@300;500&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.hide {
  display: none;
}

*:focus {
  outline: none;
}

.footerbg {
  background: #313131;
}

.MAIN {
  width: 100%;
}

#inside {
  width: 100%;
}

.cutClass {
  width: 100%;
}

.g-form {
  width: 100%;
  margin: 9% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-form li {
  position: relative;
  padding: 1% 0 1% 15%;
  width: 100%;
  margin-bottom: 1.5%;
}
.g-form li label {
  width: 15%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: left;
  line-height: 1.8;
  transform: translateY(-50%);
}
.g-form li input {
  padding: 0.7rem;
  margin: 0.4rem 0;
  width: 100%;
  color: #333;
  border: 0;
  background: transparent;
  background: #fff;
  border-radius: 0.2rem;
}
.g-form li select {
  width: 100%;
  padding: 0.7rem;
  border: 0;
  background: #fff;
  border: 0;
  color: #333;
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/icon-select.svg) no-repeat 95% 50% transparent !important;
  background-size: 5% !important;
  border-radius: 0.2rem;
}
.g-form li select option {
  background-color: #fff;
}
.g-form li a {
  text-decoration: underline;
}
.g-form li.is-2row {
  display: flex;
  justify-content: space-between;
}
.g-form li.is-2row select {
  width: 47%;
}
.g-form li.is-pl {
  padding-left: 15%;
}
.g-form li.is-rule label {
  left: 0;
}
.g-form input[type=checkbox], .g-form input[type=radio] {
  display: none;
}
.g-form input[type=checkbox] + label, .g-form input[type=radio] + label {
  padding-left: 60px;
  width: 100%;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
.g-form input[type=checkbox] + label:before, .g-form input[type=radio] + label:before,
.g-form input[type=checkbox] + label:after, .g-form input[type=radio] + label:after {
  content: "✔";
  color: #000;
  width: 47px;
  height: 47px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  background-position: -633px -466px;
  transition: 0.2s;
  text-align: center;
  font-size: 47px;
  line-height: 0.8;
  border-radius: 0.2rem;
}
.g-form input[type=checkbox] + label:before, .g-form input[type=radio] + label:before {
  content: "";
}
.g-form input[type=checkbox] + label:after, .g-form input[type=radio] + label:after {
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 80%;
  transform: scale(1.5);
  background-color: transparent;
}
.g-form input[type=checkbox] + label:active:after, .g-form input[type=checkbox]:checked + label:after,
.g-form input[type=radio] + label:active:after, .g-form input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.counter {
  position: relative;
  height: 50px;
  margin: 5%;
  overflow: hidden;
  width: 160px;
  z-index: 2;
}
.counter * {
  margin: 0;
  padding: 0;
}
.counter > div {
  position: relative;
  float: left;
  top: 100%;
  transform: translateY(-1000%);
  transition-timing-function: cubic-bezier(0, 0.575, 0.565, 1.05);
  will-change: transform;
}
.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: 45px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.counter > span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.counter.is-animate > 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;
}

.video-wrap {
  margin: 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5% !important;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .img {
  position: absolute;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-wrap .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/video.jpg?v3) no-repeat center;
  background-size: 102%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}
.video-wrap .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.5s;
}
.video-wrap .img .video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 2;
}
.video-wrap p {
  font-size: 15px;
}
.video-wrap.is-active .img {
  opacity: 0;
  visibility: hidden;
}
.video-wrap:hover .img:after {
  transform: scale(1.1);
}
.video-wrap:hover .img:before {
  opacity: 0;
}
.video-wrap:hover .video-btn-play:after {
  transform: translate(-50%, -50%) scale(1.2);
  border-color: transparent transparent transparent #348bbf;
}

.video-btn-play {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
}
.video-btn-play:before {
  content: "";
  width: 9rem;
  height: 6rem;
  border-radius: 1.5rem;
  border: 2px solid #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.2s;
  animation: circle-jump 0.5s linear infinite alternate;
}
@keyframes circle-jump {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.video-btn-play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 2.5rem;
  border-color: transparent transparent transparent #348bbf;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

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

.owl-btn-prev,
.owl-btn-next {
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  cursor: pointer;
  background-size: 100% 100%;
  transition: 0.4s;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.owl-btn-prev {
  left: 0%;
  background-image: url(../img/icon-prev.svg);
}
.owl-btn-prev:hover {
  background-color: #5ff9ff;
}

.owl-btn-next {
  right: 0%;
  background-image: url(../img/icon-next.svg);
}
.owl-btn-next:hover {
  background-color: #5ff9ff;
}

.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: 13px;
  height: 13px;
  margin: 5px 10px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #fff;
}

.sweet-alert {
  box-shadow: 20px 50px 50px rgba(0, 0, 0, 0.3);
}
.sweet-alert button {
  background-color: #348bbf !important;
}
.sweet-alert * {
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
}

.msg-box {
  background: rgba(0, 0, 0, 0.8);
  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;
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  pointer-events: none;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.msg-box ::-webkit-scrollbar-track {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}
.msg-box ::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.msg-box ::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-box-shadow: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.msg-box .msg-wrap {
  background: #fff;
  width: 90%;
  height: 90%;
  max-width: 550px;
  max-height: 730px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: rotateY(50deg) scale(0.5) 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: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transition: 0.2s;
  background: #348bbf;
  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: 2px;
  height: 40px;
  background: #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: 7px;
  left: 21px;
}
.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: rotateY(0deg) 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: 100%;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  padding-right: 5%;
}
.msg-box .msg-content header {
  font-size: 35px;
  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: #348bbf;
  width: 70%;
  display: block;
  border-radius: 30px;
  margin: 10px auto;
  cursor: pointer;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #00c5db;
  color: #fff;
  transition: 0.2s;
}
.msg-box#msg-skin .msg-content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 5%;
}
.msg-box#msg-skin .msg-content header h2 {
  font-size: 45px;
  margin: 50px 0 20px;
}
.msg-box#msg-skin .msg-content p {
  line-height: 1.5;
  font-size: 22px;
}
.msg-box#msg-skin .msg-content img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

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

.stars {
  pointer-events: none;
}
.stars span {
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  animation: stars1 4s linear infinite;
  filter: blur(0.3vw);
}
.stars span:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  animation: stars_shine 0.2s infinite;
  display: block;
  position: absolute;
}
@keyframes stars_shine {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes stars1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.stars span:nth-child(1) {
  position: absolute;
  left: 92.3489742908%;
  top: 31.8299928976%;
  animation-delay: -1s;
}
.stars span:nth-child(2) {
  position: absolute;
  left: 72.5047154627%;
  top: 98.8075522858%;
  animation-delay: -2s;
}
.stars span:nth-child(3) {
  position: absolute;
  left: 8.9503566117%;
  top: 73.6999224009%;
  animation-delay: -3s;
}
.stars span:nth-child(4) {
  position: absolute;
  left: 37.4076514459%;
  top: 87.6912532774%;
  animation-delay: -4s;
}
.stars span:nth-child(5) {
  position: absolute;
  left: 72.2924305357%;
  top: 6.8826258389%;
  animation-delay: -5s;
}
.stars span:nth-child(6) {
  position: absolute;
  left: 56.5786683%;
  top: 77.2470718147%;
  animation-delay: -6s;
}
.stars span:nth-child(7) {
  position: absolute;
  left: 44.6372433541%;
  top: 51.2866972753%;
  animation-delay: -7s;
}
.stars span:nth-child(8) {
  position: absolute;
  left: 45.5894011825%;
  top: 85.0540309094%;
  animation-delay: -8s;
}
.stars span:nth-child(9) {
  position: absolute;
  left: 46.8009818213%;
  top: 27.272289495%;
  animation-delay: -9s;
}
.stars span:nth-child(10) {
  position: absolute;
  left: 13.6547993342%;
  top: 9.3617352112%;
  animation-delay: -10s;
}
.stars span:nth-child(11) {
  position: absolute;
  left: 49.5915349658%;
  top: 87.5246842418%;
  animation-delay: -11s;
}
.stars span:nth-child(12) {
  position: absolute;
  left: 57.5377497045%;
  top: 23.0605855106%;
  animation-delay: -12s;
}
.stars span:nth-child(13) {
  position: absolute;
  left: 85.9285666733%;
  top: 51.2167084426%;
  animation-delay: -13s;
}
.stars span:nth-child(14) {
  position: absolute;
  left: 51.3729769056%;
  top: 97.7858840308%;
  animation-delay: -14s;
}
.stars span:nth-child(15) {
  position: absolute;
  left: 61.3180338169%;
  top: 16.0122522107%;
  animation-delay: -15s;
}
.stars span:nth-child(16) {
  position: absolute;
  left: 98.2368283925%;
  top: 99.6414877945%;
  animation-delay: -16s;
}
.stars span:nth-child(17) {
  position: absolute;
  left: 5.69917696%;
  top: 85.4479204137%;
  animation-delay: -17s;
}
.stars span:nth-child(18) {
  position: absolute;
  left: 59.2496043891%;
  top: 15.0875809957%;
  animation-delay: -18s;
}
.stars span:nth-child(19) {
  position: absolute;
  left: 2.8068659588%;
  top: 13.3140599674%;
  animation-delay: -19s;
}
.stars span:nth-child(20) {
  position: absolute;
  left: 77.4097656281%;
  top: 72.2872164556%;
  animation-delay: -20s;
}
.stars span:nth-child(21) {
  position: absolute;
  left: 79.4329508737%;
  top: 81.7120213172%;
  animation-delay: -21s;
}
.stars span:nth-child(22) {
  position: absolute;
  left: 97.941299035%;
  top: 88.4666627521%;
  animation-delay: -22s;
}
.stars span:nth-child(23) {
  position: absolute;
  left: 46.0895713544%;
  top: 10.063481799%;
  animation-delay: -23s;
}
.stars span:nth-child(24) {
  position: absolute;
  left: 26.2342668218%;
  top: 33.3058546414%;
  animation-delay: -24s;
}
.stars span:nth-child(25) {
  position: absolute;
  left: 82.5754066666%;
  top: 43.3837628267%;
  animation-delay: -25s;
}
.stars span:nth-child(26) {
  position: absolute;
  left: 36.7959423155%;
  top: 31.1538510877%;
  animation-delay: -26s;
}
.stars span:nth-child(27) {
  position: absolute;
  left: 14.2522959891%;
  top: 39.3805184705%;
  animation-delay: -27s;
}
.stars span:nth-child(28) {
  position: absolute;
  left: 78.3689484313%;
  top: 43.9201796397%;
  animation-delay: -28s;
}
.stars span:nth-child(29) {
  position: absolute;
  left: 35.8138101112%;
  top: 91.9310722591%;
  animation-delay: -29s;
}
.stars span:nth-child(30) {
  position: absolute;
  left: 69.4430203663%;
  top: 50.0566117411%;
  animation-delay: -30s;
}
.stars span:nth-child(31) {
  position: absolute;
  left: 11.7313135384%;
  top: 13.5856937651%;
  animation-delay: -31s;
}
.stars span:nth-child(32) {
  position: absolute;
  left: 79.6505817779%;
  top: 9.6671231214%;
  animation-delay: -32s;
}
.stars span:nth-child(33) {
  position: absolute;
  left: 65.2733022504%;
  top: 32.103987488%;
  animation-delay: -33s;
}
.stars span:nth-child(34) {
  position: absolute;
  left: 21.8669280335%;
  top: 27.6926167563%;
  animation-delay: -34s;
}
.stars span:nth-child(35) {
  position: absolute;
  left: 81.182755342%;
  top: 60.9029490273%;
  animation-delay: -35s;
}
.stars span:nth-child(36) {
  position: absolute;
  left: 43.3170405088%;
  top: 77.6690446117%;
  animation-delay: -36s;
}
.stars span:nth-child(37) {
  position: absolute;
  left: 27.1646736535%;
  top: 76.5929516392%;
  animation-delay: -37s;
}
.stars span:nth-child(38) {
  position: absolute;
  left: 90.0327388304%;
  top: 12.8842087206%;
  animation-delay: -38s;
}
.stars span:nth-child(39) {
  position: absolute;
  left: 55.6208977266%;
  top: 10.2393991227%;
  animation-delay: -39s;
}
.stars span:nth-child(40) {
  position: absolute;
  left: 68.8134538361%;
  top: 40.3284631348%;
  animation-delay: -40s;
}

[class^=text-border-] {
  color: #fff;
  background: #094487;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  padding: 0 1rem;
  display: block;
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.5));
}

.text-gradient-1 {
  color: #fff;
  background: linear-gradient(to top, #fff 0%, #a7a7a7 50%, #fff 50.1%, #fff 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0rem 0.1rem 0.1rem rgba(0, 0, 0, 0.7));
}

.text-gradient-2 {
  color: #9cecdb;
  background: linear-gradient(to top, #e2e2e2 0%, #9cecdb 50%, #fff 50.1%, #fff 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.7));
}

.text-gradient-3 {
  color: #fff;
  background: linear-gradient(to top, #e2e2e2, #5479b0 50%, #fff 50.1%, #fff);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.7));
}

.text-gradient-4 {
  color: #094487;
  background: linear-gradient(to bottom, #6489b3 0%, #094487 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-5 {
  color: #fff;
  background: linear-gradient(163deg, #fdf7e5 0%, #ecce84 50%, #ad8e44 55%, #ad8e44 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}

.text-gradient-6 {
  color: #fff;
  background: linear-gradient(to right, #f9e0a1 0%, #d3ab49 30%, #f9e0a1 60%, #e2c275 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}

.text-gradient-7 {
  position: relative;
  display: inline-block;
  color: transparent;
}
.text-gradient-7:before, .text-gradient-7:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
  padding: 0 1rem;
}
.text-gradient-7:after {
  background: linear-gradient(170deg, #fff 30%, #5ff9ff 70%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-gradient-7:before {
  color: #fff;
  background: #348bbf;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
}

.text-gradient-8 {
  position: relative;
  display: inline-block;
  color: transparent;
}
.text-gradient-8:before, .text-gradient-8:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-8:after {
  background: linear-gradient(to bottom, #5ff9ff, #fff 60%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-gradient-8:before {
  color: #fff;
  background: #348bbf;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
}

.text-gradient-9 {
  color: #fff;
  background: linear-gradient(to bottom, #fff2b6 30%, #fff);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-red {
  color: red;
}

.color-yellow {
  color: #fff2b6;
}

html {
  font-size: 1.25vw;
}

:root {
  --rem: 16px;
}

body {
  overflow-x: hidden;
}

.g-wrap {
  font-family: "Poppins", "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  width: 100%;
  margin: 0 auto;
  color: #666;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.g-wrap img {
  max-width: 100%;
}
.g-wrap a {
  color: #34c3a0;
  text-decoration: none;
  transition: color 0.4s;
}
.g-wrap a:hover {
  color: #348bbf;
}
.g-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.g-wrap li {
  list-style-type: none;
}

[class^=g-bt-] {
  position: relative;
  border: 0;
  color: #fff !important;
  font-size: 1.5rem;
  line-height: 2.3;
  width: 42%;
  display: block;
  text-align: center;
  cursor: pointer;
}
[class^=g-bt-] > div {
  background: linear-gradient(to bottom, #8dccbf, #24b6a6);
  border-radius: 0.2rem;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.3);
}
[class^=g-bt-] span {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^=g-bt-] span:before {
  content: "";
  background: linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class^=g-bt-]:hover {
  color: #fff;
}
[class^=g-bt-]:hover > div {
  background: linear-gradient(to bottom, #568ec7 0%, #568ec7);
}

.g-bt-2 {
  width: 17rem;
  line-height: 2;
  background: linear-gradient(to bottom, #00dbad, #00b48e);
  border-radius: 50rem;
  box-shadow: 0 0 1rem rgba(52, 195, 160, 0.5);
}
.g-bt-2:before {
  content: "";
  border: 0.3rem solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  left: -0.2rem;
  border-radius: 50rem;
}
.g-bt-2 span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 50rem;
}
.g-bt-2:hover {
  background: linear-gradient(to top, #00dbad, #00b48e);
  box-shadow: 0 0 1rem white;
}
.g-bt-2:hover span {
  color: #fff;
}

.g-bt-3 {
  background: linear-gradient(to top, #a8dad7 0%, #a6c7e3 100%);
  color: #fff !important;
  font-size: 2rem;
  line-height: 2.7;
  letter-spacing: 0.5rem;
  width: 44%;
  display: block;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0.2rem;
}
.g-bt-3:before {
  content: "";
  background: linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
.g-bt-3.has-2-row p {
  line-height: 1.5;
  padding-top: 0.4rem;
}
.g-bt-3.has-2-row small {
  padding-bottom: 0.5rem;
}
.g-bt-3 p {
  display: block;
  background: #fff;
  color: #000;
  border-radius: 0.3rem;
}
.g-bt-3 p small {
  font-size: 0.9rem;
  display: block;
  letter-spacing: 0;
  color: #5bb19f;
}
.g-bt-3:hover {
  background: linear-gradient(to bottom, #34c3a0 0%, #348bbf 100%);
}

.g-bt-4 {
  background: linear-gradient(to bottom, #d4181c, #7b1217);
  box-shadow: 0 0 1rem #fff;
  font-size: 2.5rem;
  width: 100%;
  letter-spacing: 0.2rem;
  line-height: 1.9;
}
.g-bt-4:after {
  display: none;
}
.g-bt-4:before {
  display: none;
}
.g-bt-4 span u {
  color: #ffde6a;
  font-weight: bold;
  background: linear-gradient(to bottom, #fff0b9, #ffb400);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.5));
  display: block;
}
.g-bt-4 span:after {
  display: none;
}
.g-bt-4:hover {
  background: linear-gradient(to top, #d4181c, #7b1217);
}

.btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns a {
  margin: 0 3.4%;
}

.list-no li {
  position: relative;
  margin-left: 1.2vw;
  list-style-type: decimal;
}

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

.g-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.g-section h2 {
  text-align: center;
  font-size: 2.9rem;
  letter-spacing: 0.2rem;
  transform: scale(1.2, 1);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.g-section.is-animate h2 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#header-promo-app {
  opacity: 0.999;
  background: #fff;
}
#header-promo-app a {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 2%;
}
#header-promo-app i.icon-app {
  width: 15vw;
  height: 15vw;
  background: url(../../includes/img/logo-biotherm.svg) no-repeat center #00c5db;
  background-size: 70%;
  border-radius: 2vw;
}
#header-promo-app .txt {
  width: 55%;
  padding: 0%;
}
#header-promo-app p {
  font-size: 3.7vw;
  color: #000;
  font-weight: bold;
}
#header-promo-app .btn {
  background: #fff;
  border: 1px solid #00c5db;
  color: #00c5db;
  font-size: 3.7vw;
  display: inline-block;
  padding: 0.5vw 0;
  width: 20vw;
  border-radius: 1vw;
  margin-top: 1%;
  text-align: center;
}

.iframe_B_wrap {
  position: relative;
}
.iframe_B_wrap .btns {
  position: absolute;
  width: auto;
  top: 823px;
  left: 50%;
  margin-left: 120px;
  transform: scale(0.8);
}
.iframe_B_wrap .btns .g-bt-2 {
  background: linear-gradient(to bottom, #ad1e27, red);
  margin: 0;
}

#iframe_B {
  width: 100%;
  border: 0;
  height: 7600px;
}

@media screen and (max-width: 1420px) {
  #iframe_B {
    height: 7850px;
  }
}
@media screen and (max-width: 1100px) {
  #iframe_B {
    height: 1380rem;
  }
}
@media screen and (max-width: 1080px) {
  .iframe_B_wrap .btns {
    width: 100%;
    top: 54.5rem;
    left: 0;
    margin-left: 0;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1030px) {
  #iframe_B {
    height: 575rem;
  }
}
@media screen and (max-width: 600px) {
  #iframe_B {
    height: 590rem;
  }
}
#kv {
  height: 45.4rem;
  background-image: url(../img/bg-1.jpg?v2);
}
#kv header {
  padding-top: 1rem;
}
#kv h1 {
  font-size: 3.8rem;
  font-weight: bold;
}
#kv .no {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.5rem;
}
#kv .no p {
  font-size: 6.7rem;
  line-height: 1;
  position: relative;
  opacity: 0;
}
#kv .no p:nth-of-type(2) {
  font-size: 5rem;
  margin: 0 0.8rem;
}
#kv .no p:nth-of-type(3):before {
  content: "";
  background: url(../img/icon-flare-blue.png) no-repeat center;
  background-size: 100%;
  width: 4rem;
  height: 1.8rem;
  position: absolute;
  top: calc(50% - .9rem);
  left: calc(50% - 2rem);
  mix-blend-mode: lighten;
}
#kv b {
  display: inline-block;
  position: relative;
  opacity: 0;
}
#kv b:before, #kv b:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  display: block;
  opacity: 0.4;
}
#kv b:before {
  top: 0;
  background: linear-gradient(to right, #d9d9d9 30%, #545454 30.1%, #fff);
}
#kv b:after {
  bottom: 0;
  background: linear-gradient(to right, #d9d9d9 25%, #545454 25.1%, #fff);
}
#kv b span {
  font-size: 1.8rem;
  display: inline-block;
  padding: 0 0.7rem;
}
#kv.is-animate .no p {
  animation: kv_1plus1 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes kv_1plus1 {
  0% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#kv.is-animate .no p:nth-of-type(1) {
  animation-delay: 0s;
}
#kv.is-animate .no p:nth-of-type(2) {
  animation-delay: 0.2s;
}
#kv.is-animate .no p:nth-of-type(3) {
  animation-delay: 0.4s;
}
#kv.is-animate b {
  animation: kv_b 0.7s 0.8s forwards;
}
@keyframes kv_b {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

[class^=icon-flare-] {
  width: 15rem;
  height: 7rem;
  background: url(../img/icon-flare-blue.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 22%;
  left: 11%;
  mix-blend-mode: screen;
  animation: flare_shine 0.2s infinite alternate;
  z-index: 1;
  pointer-events: none;
}
@keyframes flare_shine {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.icon-flare-2 {
  animation-delay: 0.2s;
}

#aquapower-gel-202312 {
  height: 36.3rem;
  color: #415367;
  background-image: url(../img/bg-3-202312.jpg);
}
#aquapower-gel-202312 .txt {
  width: 50%;
  margin-left: 12.5%;
  padding-top: 4.2rem;
}
#aquapower-gel-202312 header {
  position: relative;
  text-shadow: 0 0 0.5rem rgba(65, 83, 103, 0.1);
  font-weight: bold;
}
#aquapower-gel-202312 header h2 {
  font-weight: bold;
}
#aquapower-gel-202312 header .icon-flare-1 {
  top: -20%;
  left: -7%;
}
#aquapower-gel-202312 header .icon-flare-2 {
  top: -4%;
  left: 51%;
}
#aquapower-gel-202312 header p {
  font-size: 2.6rem;
  line-height: 1.4;
}
#aquapower-gel-202312 ol {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
#aquapower-gel-202312 li {
  width: 9rem;
  height: 9rem;
  position: relative;
}
#aquapower-gel-202312 li:before {
  content: "";
  width: 9rem;
  height: 9rem;
  background: url(../img/icon-hexagon.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0.5rem 0 0.2rem rgba(0, 0, 0, 0.3));
}
#aquapower-gel-202312 .counter {
  width: 5rem;
  height: 3.2rem;
  margin: 2rem auto 0;
  display: flex;
}
#aquapower-gel-202312 .counter > span {
  font-size: 2rem;
  position: relative;
  top: 1rem;
  color: #415367;
}
#aquapower-gel-202312 .counter > div {
  margin-right: -0.3rem;
}
#aquapower-gel-202312 .counter > div > span {
  font-size: 3.2rem;
  color: #415367;
}
#aquapower-gel-202312 h3 {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
#aquapower-gel-202312 .btns {
  margin-top: 2rem;
}
#aquapower-gel-202312 small {
  font-size: 0.7rem;
  line-height: 1.2;
  margin-top: 3.6rem;
  display: block;
  opacity: 0.5;
}
#aquapower-gel-202312 .img p {
  position: absolute;
  top: 84%;
  left: 59.6%;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
#aquapower-gel-202312 .img .icon-flare-3 {
  width: 45rem;
  height: 23rem;
  top: 0%;
  left: 42%;
}

#aquapower-gel {
  background: #f4f4f4;
  height: 30rem;
}
#aquapower-gel header {
  padding-top: 3.5rem;
  color: #fff;
}
#aquapower-gel header p {
  font-size: 1.7rem;
  letter-spacing: 0.7rem;
  text-indent: 0.7rem;
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
}
#aquapower-gel header h2 {
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aquapower-gel header .name {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aquapower-gel header .name u {
  background: #34c3a0;
  border-radius: 50rem;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding: 0 0.6rem;
  margin-right: 0.5rem;
}
#aquapower-gel header .name b {
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}
#aquapower-gel .intro {
  margin: 5rem auto 0;
  width: 67%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#aquapower-gel .intro img {
  width: 20.5rem;
}
#aquapower-gel .intro .txt {
  text-align: left;
}
#aquapower-gel .intro .txt h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #455867;
  margin-bottom: 1rem;
}
#aquapower-gel .intro .txt p {
  font-size: 1.4rem;
}

#gel-feature {
  background-image: url(../img/bg-3.jpg);
  height: 44.5rem;
}
#gel-feature .group {
  margin-left: 40%;
  margin-right: 8%;
}
#gel-feature .group > p {
  font-size: 1.7rem;
}
#gel-feature header {
  display: inline-block;
  margin-top: 9rem;
  margin-bottom: 2rem;
  position: relative;
}
#gel-feature header:before, #gel-feature header:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  display: block;
  opacity: 0.4;
}
#gel-feature header:before {
  top: 0;
  background: linear-gradient(to right, #34c3a0 30%, #b9e9df 30.1%, #34c3a0);
}
#gel-feature header:after {
  bottom: 0;
  background: linear-gradient(to right, #34c3a0 25%, #b9e9df 25.1%, #34c3a0);
}
#gel-feature header h2 {
  padding: 0.9rem 2rem;
}
#gel-feature header h2 p {
  color: #455867;
  font-size: 2.4rem;
  font-weight: bold;
}
#gel-feature small {
  color: #bbb;
  font-size: 0.8rem;
  margin-top: 2.5rem;
  display: block;
}

#gel-report-1 {
  background-image: url(../img/bg-4.jpg);
  height: 53.5rem;
}
#gel-report-1 li {
  width: 11.2rem;
  height: 13rem;
  position: absolute;
}
#gel-report-1 li:before {
  content: "";
  width: 10rem;
  height: 10rem;
  background: url(../img/icon-green-hexagon.png?v2) no-repeat center;
  background-size: 100%;
  position: absolute;
}
#gel-report-1 li:nth-of-type(1) {
  top: 8.8%;
  left: 51.6%;
}
#gel-report-1 li:nth-of-type(1):before {
  top: 1.3rem;
  left: -0.5rem;
}
#gel-report-1 li:nth-of-type(2) {
  top: 35%;
  left: 58.1%;
}
#gel-report-1 li:nth-of-type(2):before {
  top: 1.7rem;
  left: 1rem;
}
#gel-report-1 li:nth-of-type(3) {
  top: 29.9%;
  left: 24.5%;
}
#gel-report-1 li:nth-of-type(3):before {
  top: 1.5rem;
  left: 0rem;
}
#gel-report-1 li:nth-of-type(4) {
  top: 54.7%;
  left: 33.9%;
}
#gel-report-1 li:nth-of-type(4):before {
  top: 0.7rem;
  left: -0.4rem;
}
#gel-report-1 .counter {
  width: 7.8rem;
  height: 3.5rem;
  display: flex;
  margin: 3rem auto 0;
  position: relative;
  z-index: 1;
}
#gel-report-1 .counter span {
  font-size: 3.5rem;
  color: #455867;
  font-weight: bold;
}
#gel-report-1 .counter > span small {
  font-size: 2rem;
}
#gel-report-1 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #455867;
  margin-top: -0.2rem;
  position: relative;
  z-index: 1;
}
#gel-report-1 .note {
  margin-top: 45.5rem;
  font-size: 0.85rem;
  color: #999;
  line-height: 1.8;
}

#gel-report-2 {
  background-image: url(../img/bg-5.jpg?v2);
  height: 42.2rem;
}
#gel-report-2 li {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#gel-report-2 li:before {
  content: "";
  width: 10rem;
  height: 10rem;
  background: url(../img/icon-green-hexagon.png?v2) no-repeat center;
  background-size: 100%;
  position: absolute;
}
#gel-report-2 li:nth-of-type(1) {
  top: 16.7%;
  left: 28.7%;
}
#gel-report-2 li:nth-of-type(1):before {
  top: -1.5rem;
  left: -1.5rem;
}
#gel-report-2 li:nth-of-type(2) {
  top: 65.2%;
  left: 33.5%;
}
#gel-report-2 li:nth-of-type(2):before {
  top: 0.5rem;
  left: -2rem;
}
#gel-report-2 li:nth-of-type(3) {
  top: 55.1%;
  left: 51.4%;
}
#gel-report-2 li:nth-of-type(3):before {
  top: -0.3rem;
  left: 4.5rem;
}
#gel-report-2 .counter {
  width: 9rem;
  height: 3.5rem;
  display: flex;
  margin: 3rem auto 0;
  position: relative;
  z-index: 1;
}
#gel-report-2 .counter span {
  color: #455867;
  font-size: 3.5rem;
  font-weight: bold;
}
#gel-report-2 .counter > span small {
  font-size: 2rem;
}
#gel-report-2 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #455867;
  margin-top: -0.2rem;
  order: -1;
  position: relative;
  z-index: 1;
}
#gel-report-2 .note {
  margin-top: 39rem;
  font-size: 0.85rem;
  color: #999;
  line-height: 1.8;
}

#gel-ingredient {
  background-image: url(../img/bg-6.jpg);
  height: 49.8rem;
}
#gel-ingredient li {
  position: absolute;
  opacity: 0;
}
#gel-ingredient li:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5.2%;
  left: 58%;
}
#gel-ingredient li:nth-of-type(2) {
  top: 65%;
  left: 60.3%;
}
#gel-ingredient li:nth-of-type(3) {
  top: 42%;
  left: 15%;
}
#gel-ingredient [class^=icon-ingredient-] {
  width: 9rem;
  height: 9.5rem;
  display: inline-block;
  background: url(../img/gel-ingredient-1.png) no-repeat;
  background-size: 300%;
}
#gel-ingredient .icon-ingredient-1 {
  background-position: 0 0;
}
#gel-ingredient .icon-ingredient-2 {
  background-position: 50% 0;
}
#gel-ingredient .icon-ingredient-3 {
  background-position: 100% 0;
}
#gel-ingredient .txt {
  margin-top: -1rem;
}
#gel-ingredient h2 {
  color: #455867;
  font-size: 1.7rem;
  font-weight: bold;
}
#gel-ingredient p {
  font-size: 1.3rem;
  line-height: 1.2;
}
#gel-ingredient.is-animate li {
  animation: gel_ingredient_li 1s forwards;
}
@keyframes gel_ingredient_li {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#gel-ingredient.is-animate li:nth-of-type(1) {
  animation-delay: 0.2s;
}
#gel-ingredient.is-animate li:nth-of-type(2) {
  animation-delay: 0.4s;
}
#gel-ingredient.is-animate li:nth-of-type(3) {
  animation-delay: 0.6s;
}

#gel-report-3 {
  background: url(../img/bg-7.jpg);
  height: 42rem;
}
#gel-report-3:after {
  content: "";
  width: 100%;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(134, 222, 203, 0), #86decb);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#gel-report-3 header {
  padding-top: 2rem;
}
#gel-report-3 header h2 {
  color: #455867;
  font-weight: bold;
  line-height: 1.3;
}
#gel-report-3 ol {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
#gel-report-3 li {
  position: relative;
  width: 16rem;
  height: 16rem;
  background: url(../img/icon-gel-diamond.png?v2);
  background-size: 100%;
  margin: 0 -0.8rem;
}
#gel-report-3 .counter {
  width: 9rem;
  height: 5rem;
  display: flex;
  margin: 3.5rem auto 0;
}
#gel-report-3 .counter span {
  color: #455867;
  font-size: 5rem;
  font-weight: bold;
}
#gel-report-3 .counter > span {
  font-size: 3rem;
  position: relative;
  top: 2rem;
}
#gel-report-3 h3 {
  margin-top: -0.5rem;
  font-size: 2.5rem;
  color: #455867;
  font-weight: bold;
}
#gel-report-3 .tip {
  color: #feba04;
  position: absolute;
  top: -4rem;
  left: 8rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  transform: rotate(-8deg);
  white-space: nowrap;
}
#gel-report-3 .tip:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #feba04;
  position: absolute;
  top: 100%;
  left: 0;
}
#gel-report-3 .note {
  color: #999;
  font-size: 0.9rem;
  margin-top: 2rem;
}
#gel-report-3 .btns {
  margin-top: 4.5rem;
}

#gel-product {
  min-height: 42rem;
  background-color: #cbf4f0;
}
#gel-product header {
  padding-top: 1.5rem;
}
#gel-product header h2 {
  color: #34c3a0;
  font-weight: bold;
}
#gel-product header h2 b {
  font-size: 3.3rem;
}
#gel-product .dropdown {
  width: 55%;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
}
#gel-product .dropdown select {
  width: 31%;
  padding: 0.7rem 2rem 0.7rem 1.5rem;
  border: 0.15rem solid #fff;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 1.2rem;
  font-family: "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/icon-pie-arrows-a.svg) no-repeat 94% 50% #fff;
  background-size: 13%;
  border-radius: 50rem;
}
#gel-product .dropdown select:focus {
  background-image: url(../img/icon-pie-arrows-b.svg);
  border-color: #34c3a0;
}
#gel-product .deco-doctor-a {
  background: url(../img/icon-doctor-a.svg);
  background-size: 100%;
  position: absolute;
  width: 20.7rem;
  height: 23rem;
  top: 19.4rem;
  left: 10.9%;
}
#gel-product .deco-doctor-b {
  background: url(../img/icon-doctor-b.svg);
  background-size: 100%;
  position: absolute;
  width: 18rem;
  height: 22.7rem;
  top: 19.8rem;
  left: 67.9%;
}
#gel-product .deco-floor {
  width: 80%;
  height: 0.4rem;
  background: linear-gradient(to right, rgba(52, 195, 160, 0), #34c3a0 10%, #34c3a0 90%, rgba(52, 195, 160, 0));
  position: absolute;
  top: 42.5rem;
  left: 10%;
}
#gel-product #product-list {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: safe center;
}
#gel-product #product-list li.is-row2 .btns {
  display: block;
}
#gel-product #product-list li.is-row2 .btns a {
  margin: 0 auto 1rem;
}
#gel-product #product-list li.is-row2:first-child img {
  left: 20%;
}
#gel-product #product-list li.is-row2:last-child img {
  left: -20%;
}
#gel-product #product-list .img {
  width: 19.5rem;
  height: 27.7rem;
  margin: 0 auto;
}
#gel-product #product-list img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#gel-product #product-list h3 {
  font-size: 1.6rem;
  color: #34c3a0;
  margin-top: 0.5rem;
}
#gel-product #product-list small {
  display: block;
}
#gel-product #product-list .price {
  font-size: 3rem;
  color: #34c3a0;
  line-height: 1.2;
}
#gel-product .btns {
  margin-top: 1.2rem;
}
#gel-product .btns a {
  width: 15rem;
  margin: 0 2%;
}

[class^=icon-star-] {
  width: 5rem;
  height: 5rem;
  background: url(../img/icon-star-1.png);
  background-size: 100%;
  position: absolute;
}

#how-to-use {
  background: #cdf6f2;
  height: 54rem;
  color: #455867;
}
#how-to-use header {
  position: relative;
  margin-top: 5rem;
}
#how-to-use header h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #455867;
}
#how-to-use header h2 b {
  font-size: 3.5rem;
}
#how-to-use header .icon-star-1 {
  top: -3%;
  left: 68%;
}
#how-to-use header .icon-flare-1 {
  position: static;
  margin: -7.2rem auto -2.5rem;
}
#how-to-use ol.use {
  width: 83%;
  margin: 1.5rem auto;
  display: flex;
}
#how-to-use ol.use > li {
  width: 33.3%;
  border-right: 1px solid rgba(69, 88, 103, 0.5);
}
#how-to-use ol.use > li:last-child {
  border-right: 0;
}
#how-to-use ol.use > li.item-1 img, #how-to-use ol.use > li.item-2 img {
  width: 64%;
  margin: 2.4rem auto 4.3rem;
}
#how-to-use ol.use > li.item-1 p, #how-to-use ol.use > li.item-2 p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
#how-to-use h3 {
  font-size: 2rem;
  line-height: 3;
}
#how-to-use ol.tip li {
  margin-bottom: 1rem;
}
#how-to-use ol.tip .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#how-to-use ol.tip .no {
  font-size: 5rem;
  opacity: 0.3;
  transform: skew(-10deg);
  display: inline-block;
}
#how-to-use ol.tip [class^=icon-tip-] {
  width: 4.5rem;
  height: 4.5rem;
  background: url(../img/how-to-use-tips.svg);
  background-size: 100%;
  display: inline-block;
}
#how-to-use ol.tip .icon-tip-2 {
  background-position: 0 50%;
}
#how-to-use ol.tip .icon-tip-3 {
  background-position: 0 100%;
}
#how-to-use ol.tip p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

#products {
  background: #cdf6f2;
  color: #455867;
  height: 60.9rem;
}
#products header {
  position: relative;
  margin-top: 6rem;
}
#products header h2 p {
  font-weight: bold;
}
#products header h2 b {
  font-size: 3.4rem;
  position: relative;
  top: 0.2rem;
}
#products header .icon-star-1 {
  top: -23%;
  left: 38.8%;
}
#products header .icon-star-2 {
  top: -23%;
  left: 64%;
}
#products ol {
  display: flex;
  width: 93%;
  margin: 3.6rem auto 0;
}
#products li {
  width: 16.66%;
  position: relative;
}
#products li.item-2 {
  width: 33.22%;
}
#products li.item-2 .no {
  left: 35%;
}
#products li.item-4 .no {
  left: -30%;
}
#products li .twice {
  width: 100%;
  margin-top: 0rem;
}
#products li .twice li {
  width: 100%;
}
#products li .icon-twice-line {
  width: 12.4rem;
  height: 2rem;
  border: 1px solid #333;
  border-bottom: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: absolute;
  top: 1.2rem;
  left: 23%;
  -webkit-mask-image: linear-gradient(to right, #000 30%, transparent 30.1%, transparent 75%, #000 75.1%);
          mask-image: linear-gradient(to right, #000 30%, transparent 30.1%, transparent 75%, #000 75.1%);
}
#products li .no {
  font-size: 13rem;
  transform: skew(-15deg);
  opacity: 0.8;
  position: absolute;
  top: 36%;
  left: -16%;
  color: #fff;
}
#products li h3 {
  font-size: 1.5rem;
}
#products li h5 {
  font-size: 1.2rem;
  position: absolute;
  top: 1.8rem;
  left: 27%;
}
#products li img {
  width: 8.2rem;
  margin: 3rem auto -3.3rem;
  position: relative;
  z-index: 1;
  opacity: 0;
}
#products li h4 {
  white-space: nowrap;
  font-size: 1.2rem;
}
#products li h4 small {
  display: block;
}
#products li h4:after {
  content: "";
  width: 2.8rem;
  height: 2px;
  background: #ad1e27;
  display: block;
  margin: 0.8rem auto;
}
#products li p {
  font-size: 1rem;
}
#products.is-animate li img {
  animation: pd_img_show 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes pd_img_show {
  0% {
    opacity: 0;
    transform: translateX(50%) translateY(-20%) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
  }
}
#products.is-animate li:nth-child(1) img {
  animation-delay: 0.1s;
}
#products.is-animate li:nth-child(2) img {
  animation-delay: 0.2s;
}
#products.is-animate li:nth-child(3) img {
  animation-delay: 0.3s;
}
#products.is-animate li:nth-child(4) img {
  animation-delay: 0.4s;
}
#products.is-animate li:nth-child(5) img {
  animation-delay: 0.5s;
}
#products.is-animate li:nth-child(6) img {
  animation-delay: 0.6s;
}

#try-it {
  background-image: url(../img/bg-20.jpg?v3);
  background-size: 100% 100%;
  color: #333;
}
#try-it header {
  padding-top: 3.6rem;
}
#try-it header h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #34c3a0;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}
#try-it .intro {
  font-size: 1.3rem;
}
#try-it .intro small {
  color: #00c5db;
}
#try-it .gift {
  width: 55%;
  margin: 1rem auto 0;
  display: flex;
}
#try-it .gift li {
  flex: 1;
  position: relative;
}
#try-it .gift li:before {
  content: "";
  width: 0.1rem;
  height: 85%;
  position: absolute;
  top: 13%;
  right: 0;
  background: #ccc;
}
#try-it .gift li:last-child:before {
  display: none;
}
#try-it .gift img {
  width: 55%;
  margin: 0 auto;
  opacity: 0;
}
#try-it .gift p {
  color: #00c5db;
  letter-spacing: 0.3rem;
  margin: 1rem 0 0;
}
#try-it .gift small {
  font-size: 0.7rem;
  display: block;
}
#try-it .sale {
  width: 55%;
  margin: 1rem auto 2rem;
  display: flex;
}
#try-it .sale li {
  flex: 1;
  position: relative;
}
#try-it .sale li:first-child {
  border-right: 0.1rem solid #ccc;
}
#try-it .sale li:before {
  content: "";
  width: 120%;
  height: 50%;
  background: radial-gradient(ellipse at bottom, #348bbf, rgba(52, 139, 191, 0) 60%);
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: blur(0.5rem);
  position: absolute;
  top: 0;
  left: -10%;
}
#try-it .sale li .img {
  position: relative;
}
#try-it .sale li .img img {
  width: 40%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#try-it .sale li .img .icon-buy,
#try-it .sale li .img .icon-gift {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  background-color: #348bbf;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#try-it .sale li .img .icon-gift {
  background-color: #ad1e27;
}
#try-it .sale li .img .icon-plus {
  font-size: 2rem;
  position: absolute;
  top: 43%;
  font-style: normal;
  z-index: 1;
  color: #ad1e27;
  text-shadow: 0 0 0.5rem #fff, 0 0 0.5rem #fff;
}
#try-it .sale li.item-1 .img .icon-buy {
  top: 0%;
  left: 28%;
}
#try-it .sale li.item-1 .img .icon-gift {
  top: 24%;
  left: 56%;
}
#try-it .sale li.item-1 .img .icon-plus {
  left: 40.5%;
}
#try-it .sale li.item-2 .img .icon-buy {
  top: 1%;
  left: 26%;
}
#try-it .sale li.item-2 .img .icon-gift {
  top: 26%;
  left: 52%;
}
#try-it .sale li.item-2 .img .icon-plus {
  left: 37%;
}
#try-it .sale li small {
  font-size: 0.7rem;
  display: block;
}
#try-it .g-form {
  width: 40%;
  margin: 2rem auto;
}
#try-it .g-form > li {
  border: 1px solid rgba(119, 192, 166, 0.5);
  padding: 0.8rem 0 0.8rem 5rem;
  margin: 0.3rem 0;
  background: #eafffb;
  border-radius: 0.2rem;
}
#try-it .g-form > li input, #try-it .g-form > li select {
  font-size: 1.2rem;
  background: transparent;
  margin: 0;
  padding: 0.4rem;
  border: 0;
}
#try-it .g-form > li label {
  font-size: 1.2rem;
  color: #333;
  left: 4%;
}
#try-it .g-form > li.is-pl {
  padding-left: 0;
  border: 0;
  box-shadow: none;
}
#try-it .g-form > li.is-rule {
  display: flex;
  margin-bottom: 0;
}
#try-it .g-form > li.is-rule .btns {
  width: 67%;
}
#try-it .g-form > li.is-rule .btns button {
  width: 100%;
  font-size: 2rem;
  line-height: 2.6;
}
#try-it .g-form > li.is-nobg {
  background: none;
}
#try-it .g-form > li.is-option {
  color: #000;
  font-size: 30px;
  text-align: center;
  margin-top: 0%;
  background: none;
}
#try-it .g-form > li.is-option .btns {
  margin: 6% 0 4%;
}
#try-it .g-form > li.is-option .btns a {
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  width: 40%;
  line-height: 2.3;
}
#try-it .g-form input[type=checkbox] + label {
  left: 0;
  padding-left: 4rem;
  font-size: 1rem;
}
#try-it .g-form input[type=checkbox] + label a {
  display: inline-block;
  color: #34c3a0;
}
#try-it .g-form input[type=checkbox] + label:before, #try-it .g-form input[type=checkbox] + label:after {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
}
#try-it .g-form input[type=checkbox] + label:before {
  border: 1px solid rgba(119, 192, 166, 0.5);
  background: #eafffb;
}
#try-it .g-form .btns {
  justify-content: space-between;
  display: block;
}
#try-it .g-form .btns p {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem 0;
}
#try-it .g-form .btns button, #try-it .g-form .btns a {
  width: 100%;
  text-decoration: none;
  font-weight: normal;
  font-family: "FuturaStd-Book", "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  margin: 0;
  font-size: 2.2rem;
}
#try-it .g-form .note {
  color: #34c3a0;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: left;
}
#try-it .g-form .list-star li {
  background: none;
  padding: 0 0 0 1rem;
}
#try-it.is-animate .drops {
  transform: scale(1);
}
#try-it.is-animate .gift li:nth-of-type(1) img {
  animation-delay: 0.2s;
}
#try-it.is-animate .gift li:nth-of-type(2) img {
  animation-delay: 0.4s;
}
#try-it.is-animate .gift li:nth-of-type(3) img {
  animation-delay: 0.6s;
}
#try-it.is-animate .gift img {
  animation: gift_show 0.4s forwards;
  transform-origin: 50% 100%;
}
@keyframes gift_show {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.ec {
  background: url(../img/bg-ec.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7% 0;
}
.ec header {
  width: 50%;
  text-align: left;
  padding-left: 6.5%;
  color: #fff;
}
.ec header h2 {
  font-size: 1.95rem;
  font-weight: bold;
}
.ec header b {
  font-size: 1.4rem;
}
.ec dl {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
}
.ec dt {
  width: 10%;
  font-size: 1.3rem;
  color: #00c5db;
}
.ec dd {
  width: 90%;
  font-size: 1rem;
}
.ec .price {
  margin-top: 1.5%;
}
.ec .price b {
  font-size: 1.95rem;
}
.ec .price del {
  font-size: 0.8rem;
  display: inline-block;
  padding: 0 0.5rem;
}
.ec .btns {
  justify-content: flex-start;
  margin-top: 1%;
}
.ec .btns a {
  line-height: 1.9;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.ec .img {
  width: 50%;
  position: relative;
  top: 1.7rem;
  left: -2%;
}
.ec .img p {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
  font-size: 1.3rem;
}

.ec-2 {
  padding: 4.3% 0;
}

#guarantee {
  background: url(../img/bg-guarantee.jpg) no-repeat center top;
  background-size: 100%;
  padding: 39% 5% 28% 43%;
}
#guarantee header h2 {
  font-size: 2.3rem;
  letter-spacing: 0;
  font-weight: bold;
  transform: skew(-10deg);
}
#guarantee header h2 b {
  color: #00c5db;
}
#guarantee header h2 i {
  font-size: 3.5rem;
  font-style: normal;
  line-height: 1;
}
#guarantee header h2 u {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
#guarantee header h2 u:before, #guarantee header h2 u:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #094487;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#guarantee header h2 u:after {
  bottom: 0.2rem;
}
#guarantee .txt {
  margin-top: 5%;
  font-size: 1.85rem;
  line-height: 1.3;
}
#guarantee .txt b {
  font-weight: normal;
  letter-spacing: 0.3rem;
}
#guarantee .btns {
  margin-top: 9%;
}
#guarantee .btns a {
  width: 90%;
  line-height: 2.1;
  border: 0;
  background: #00c5db;
}

#at-home {
  background: #d1edd4;
}
#at-home .group {
  width: 95%;
  margin: 0 auto 4%;
  padding-bottom: 5%;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
#at-home .group:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 35px 0 0 35px;
  border-color: transparent transparent transparent #56c9a1;
}
#at-home .group:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #56c9a1 transparent;
  position: absolute;
}
#at-home hr {
  width: 95%;
  height: 1px;
  border: 0;
  background: #ccc;
  margin: 0 auto;
  display: block;
}
#at-home header {
  padding-top: 8%;
}
#at-home header h2 {
  font-size: 3.7rem;
  color: #5f5f5f;
  font-weight: bold;
  line-height: 1.2;
}
#at-home img {
  width: 80%;
  margin: 15% auto -5%;
}
#at-home .txt {
  margin-top: 6%;
  font-size: 1.9rem;
  text-align: center;
  line-height: 1.7;
}
#at-home .btns {
  margin-top: 7%;
}
#at-home .btns a {
  width: 50%;
}
#at-home .note {
  display: block;
  text-align: center;
  margin-top: 4%;
  padding-bottom: 2%;
}

#gift {
  height: 204rem;
  background: url(../img/bg-gift.jpg) no-repeat center top;
  background-size: 100%;
}
#gift .btns {
  margin-top: 45.5rem;
}

#schedule {
  margin: 3rem 0 0;
}
#schedule .btns {
  margin: 5% 0 10%;
}
#schedule .btns a {
  width: 45%;
}

.schedule-list {
  padding: 7rem 0 3rem 0;
  border: 0.2rem solid #00587c;
  margin: 0 auto 1%;
  position: relative;
  font-size: 0.9rem;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.schedule-list h2 {
  background-color: #00587c;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 2rem;
  line-height: 2.5;
  font-size: 2.2rem;
  text-align: left;
  font-weight: bold;
}
.schedule-list h2 > span {
  float: right;
  color: #fff;
  padding-top: 1.55rem;
  padding-right: 2rem;
  display: block;
  font-size: 0.95rem;
}
.schedule-list h3 {
  color: #00587c;
  font-size: 1.55rem;
  padding-left: 2rem;
  font-size: 1.55rem;
  text-align: left;
  width: 100%;
  margin: 2% auto 0;
}
.schedule-list .list {
  column-count: 2;
  column-gap: 0;
  background: linear-gradient(to bottom, rgba(0, 88, 124, 0.18) 0%, rgba(0, 88, 124, 0.18) 50%, rgba(0, 88, 124, 0.1) 50.1%, rgba(0, 88, 124, 0.1) 100%);
  background-size: 100% 4.3rem;
  margin: 0 auto;
}
.schedule-list dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  border-right: 1px solid rgba(0, 88, 124, 0.2);
  box-sizing: border-box;
}
.schedule-list dt {
  text-align: left;
  font-size: 1.09rem;
  font-weight: normal;
  width: 50%;
  display: block;
  line-height: 2;
  padding-left: 1.9rem;
}
.schedule-list dd {
  width: 50%;
  display: block;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  padding-right: 5%;
}
.schedule-list dd .phone {
  width: 50%;
  text-align: left;
}
.schedule-list dd .phone a {
  font-size: 0.9rem;
}

.schedule-list {
  padding: 9rem 0 3rem 0;
  font-size: 1.5rem;
  width: 94%;
}
.schedule-list h2 {
  text-align: center;
  padding-left: 0;
  font-size: 3rem;
  line-height: 1.3;
  padding: 1rem 0;
}
.schedule-list h2 > span {
  float: none;
  padding-top: 0;
  padding-right: 0;
  font-size: 1.5rem;
}
.schedule-list h3 {
  font-size: 2.2rem;
}
.schedule-list .list {
  column-count: 1;
  background-size: 100% 6rem;
}
.schedule-list dt {
  font-size: 1.5rem;
  width: 47%;
}
.schedule-list dd {
  width: 53%;
}
.schedule-list dd .phone {
  width: 52%;
  white-space: nowrap;
}
.schedule-list dd .phone a {
  font-size: 1.5rem;
}

#stimulus-vouchers {
  width: 80%;
  margin: 3% auto 5%;
}
#stimulus-vouchers header h2 {
  color: #fff;
}
#stimulus-vouchers header h2 p {
  font-size: 3rem;
  line-height: 1;
}
#stimulus-vouchers header h2 b {
  font-size: 4.5rem;
  letter-spacing: 0.6rem;
  line-height: 1;
  font-weight: normal;
}
#stimulus-vouchers .btns {
  max-width: 1000px;
  margin: 5% auto 3.5%;
}
#stimulus-vouchers .owl-wrap {
  margin-top: 3%;
}
#stimulus-vouchers .note {
  text-align: left;
  max-width: 930px;
  margin: 5% auto 3.5%;
}
#stimulus-vouchers .note li:before {
  content: "．";
}

#sv-pc-owl li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sv-pc-owl img {
  width: 50%;
}

#sv-pc-btn-prev {
  left: -8%;
  top: 45%;
}

#sv-pc-btn-next {
  right: -8%;
  top: 45%;
}

#sv-m-btn-prev {
  left: -11%;
  top: 43%;
}

#sv-m-btn-next {
  right: -11%;
  top: 43%;
}

#g-quick {
  position: fixed;
  top: 26%;
  right: 0.8rem;
  z-index: 5;
}
#g-quick a {
  position: relative;
  border: 0.15rem solid #93d1e4;
  background-color: #00263a;
  border-radius: 0.5rem;
  padding: 0.1rem;
  box-shadow: 0.15rem 0.15rem 0.3rem rgba(255, 255, 255, 0.8);
  color: #fff !important;
  font-size: 1.1rem;
  text-shadow: 0 0.1rem 0.2rem #000;
  line-height: 1.1;
  width: 3rem;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
#g-quick a > div {
  background: linear-gradient(to bottom, #00263a 0%, #5589c1);
  box-shadow: inset 0 0 1rem #7aabe4;
  border-radius: 0.2rem;
}
#g-quick a span {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0.2rem;
  padding: 0.5rem 0.2rem;
}
#g-quick a span:after {
  content: "";
  background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
#g-quick a span:before {
  content: "";
  background: url(../img/icon-drop.svg) no-repeat center;
  background-size: 90%;
  width: 1.5rem;
  height: 1.3rem;
  display: inline-block;
}
#g-quick a:hover {
  color: #fff;
}
#g-quick a:hover > div {
  background: linear-gradient(to top, #568ec7 0%, #568ec7);
}

.z-wrap {
  background-color: #1a3359;
}
.z-wrap > section {
  background-size: 1920px;
}

.z-g-bt-1 {
  background: linear-gradient(to bottom, #c91414 0%, #850303 100%);
  color: #fff !important;
  letter-spacing: calc(0.1*var(--rem));
  width: 54%;
  display: block;
  text-align: center;
  border: 0;
  box-shadow: 0 calc(.2*var(--rem)) calc(.1*var(--rem)) rgba(105, 100, 95, 0.5);
  cursor: pointer;
  position: relative;
}
.z-g-bt-1 span {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: calc(2.5*var(--rem));
  padding: 2% 10% 2% 0;
  text-shadow: calc(-.1*var(--rem)) calc(.1*var(--rem)) calc(.1*var(--rem)) #000;
}
.z-g-bt-1 span:before {
  content: "";
  background: linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.z-g-bt-1 span b {
  display: block;
  font-size: calc(1.7*var(--rem));
}
.z-g-bt-1 i {
  width: 13%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #b30505, #7d0505, #8d0e0e);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-g-bt-1 i:before {
  content: "";
  background: url(../img/icon-next-fff.svg) no-repeat center;
  background-size: 100%;
  width: calc(1.5*var(--rem));
  height: calc(1.5*var(--rem));
  display: block;
}
.z-g-bt-1:hover {
  color: #fff;
  background: linear-gradient(to bottom, #366e97 0%, #5593c0 100%);
}
.z-g-bt-1:hover i {
  background: linear-gradient(to top, #366e97 0%, #5593c0 100%);
}

#z-kv .wrap, #z-report .wrap, #z-recycle .wrap {
  max-width: 1080px;
  margin: 0 auto;
}

#z-kv {
  height: calc(39.75*var(--rem));
  background-image: url(../img/z-bg-kv.jpg);
  color: #fff;
}
#z-kv header {
  padding-top: calc(8.8*var(--rem));
  padding-left: 47%;
  padding-right: 4%;
}
#z-kv header p {
  font-size: calc(1.8*var(--rem));
  color: #fff;
  letter-spacing: calc(.38*var(--rem));
  text-indent: calc(.38*var(--rem));
  transform: scale(1.2);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
#z-kv header h1 {
  font-size: calc(3.3*var(--rem));
  font-weight: bold;
  margin: 0 0 -1%;
  text-indent: calc(.4*var(--rem));
  position: relative;
  transform: scale(0.2);
  opacity: 0;
  transition: 1s;
  z-index: 1;
  transition-delay: 0.4s;
  white-space: nowrap;
}
#z-kv header h1 sup {
  font-size: calc(2*var(--rem));
}
#z-kv header h1 i.icon-flare {
  top: -126%;
  left: -32%;
}
#z-kv header i.icon-flare {
  width: calc(25*var(--rem));
  height: calc(16*var(--rem));
  background: url(../img/z-icon-flare.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: overlay;
  animation: flare_shine 0.02s infinite alternate;
}
@keyframes flare_shine {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#z-kv header i.icon-pd-flare {
  width: calc(10*var(--rem));
  height: calc(11*var(--rem));
  background: url(../img/z-icon-flare-2.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 74%;
  left: 50%;
  margin-left: 431px;
  animation: flare_shine 0.02s infinite alternate;
}
#z-kv header b {
  width: 93%;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: linear-gradient(to top, #bfbfbf, #fff);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(1.67*var(--rem));
  filter: drop-shadow(0 0 calc(.2*var(--rem)) rgba(0, 0, 0, 0.5));
  padding: 2% 0;
  white-space: nowrap;
  transform: translateY(100%);
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}
#z-kv header b i.icon-flare {
  top: -141%;
  left: 57%;
  z-index: 2;
}
#z-kv header b:before, #z-kv header b:after {
  content: "";
  width: 100%;
  height: calc(.2*var(--rem));
  display: block;
}
#z-kv header b:before {
  background: linear-gradient(to right, #6a89a7 27%, #2c4763 27.1%, #6b8ba6 100%);
  margin-bottom: 1%;
}
#z-kv header b:after {
  background: linear-gradient(to right, #6a89a7 22%, #2c4763 22.1%, #6b8ba6 100%);
  margin-top: 1%;
}
#z-kv header .name {
  transform: translateY(100%);
  opacity: 0;
  transition: 1s;
  transition-delay: 1.4s;
  margin: 3% 0;
}
#z-kv header .name span {
  color: #bbe1ff;
  font-size: calc(1.2*var(--rem));
  letter-spacing: calc(.1*var(--rem));
  font-weight: bold;
  margin: 5% 0;
  display: inline-block;
  background: linear-gradient(315deg, #e00000 50%, #b40000 50.1%, #b80000 100%);
  border-radius: calc(5*var(--rem));
  color: #fff;
  padding: 0 calc(.5*var(--rem));
  margin-right: calc(.2*var(--rem));
  position: relative;
  box-shadow: 0 0 calc(3*var(--rem)) #2d95cb, 0 0 calc(2*var(--rem)) #2d95cb;
}
#z-kv header .name span:before, #z-kv header .name span:after {
  content: "";
  width: calc(2*var(--rem));
  height: calc(2*var(--rem));
  background: url(../img/z-icon-flare-3.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  animation: flare_shine 0.02s infinite alternate;
}
#z-kv header .name span:before {
  top: calc(-.2*var(--rem));
  left: calc(-.5*var(--rem));
  transform: rotate(-35deg);
}
#z-kv header .name span:after {
  top: calc(-.2*var(--rem));
  right: calc(-.5*var(--rem));
  transform: rotate(-215deg);
}
#z-kv header .name p {
  display: inline-block;
  font-size: calc(1.2*var(--rem));
  filter: drop-shadow(calc(.1*var(--rem)) calc(.1*var(--rem)) calc(.05*var(--rem)) rgba(0, 0, 0, 0.5)) drop-shadow(0 0 calc(1*var(--rem)) #2d95cb) drop-shadow(0 0 calc(1*var(--rem)) #2d95cb);
}
#z-kv.is-animate header p {
  transform: scale(1);
  opacity: 1;
}
#z-kv.is-animate header h1 {
  transform: scale(1);
  opacity: 1;
}
#z-kv.is-animate header b {
  transform: translateY(0);
  opacity: 1;
}
#z-kv.is-animate header .name {
  transform: translateY(0);
  opacity: 1;
}

#z-easy {
  background-image: url(../img/z-bg-easy.jpg);
  height: calc(20.5*var(--rem));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#z-easy .wrap {
  padding-right: calc(14.5*var(--rem));
  position: relative;
  left: -2.5%;
}
#z-easy p {
  font-size: calc(1.4*var(--rem));
  line-height: 1.8;
}

#z-ingredient {
  background-image: url(../img/z-bg-ingredient.jpg);
  height: calc(77*var(--rem));
  color: #fff;
}
#z-ingredient .icon-flare {
  width: calc(45*var(--rem));
  height: calc(25*var(--rem));
  background: url(../img/z-icon-flare.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: screen;
  animation: flare_shine 0.02s infinite alternate;
}
#z-ingredient .icon-flare:nth-of-type(1) {
  top: 4%;
  left: 50%;
  transform: rotate(102deg);
  margin-left: -580px;
}
#z-ingredient .icon-flare:nth-of-type(2) {
  top: 26%;
  left: 50%;
  transform: rotate(160deg);
  margin-left: 70px;
}
#z-ingredient .icon-flare:nth-of-type(3) {
  top: 52%;
  left: 50%;
  transform: rotate(158deg);
  margin-left: -700px;
}
#z-ingredient li {
  position: absolute;
  width: calc(30*var(--rem));
  transform: translateY(100%);
  opacity: 0;
  transition: 1s;
}
#z-ingredient li:nth-of-type(1) {
  transition-delay: 0.2s;
}
#z-ingredient li:nth-of-type(2) {
  transition-delay: 0.4s;
}
#z-ingredient li:nth-of-type(3) {
  transition-delay: 0.6s;
}
#z-ingredient li:nth-of-type(1) {
  top: 5.3%;
  left: 26%;
}
#z-ingredient li:nth-of-type(1) h3 {
  margin-left: calc(4.5*var(--rem));
}
#z-ingredient li:nth-of-type(2) {
  top: 44%;
  left: 12%;
  width: calc(33*var(--rem));
}
#z-ingredient li:nth-of-type(3) {
  top: 43.5%;
  left: 60%;
}
#z-ingredient li:nth-of-type(3) h3 {
  margin-left: calc(4.5*var(--rem));
}
#z-ingredient [class^=icon-ingredient-] {
  width: calc(6*var(--rem));
  height: calc(6*var(--rem));
  position: absolute;
  top: calc(-.5*var(--rem));
  left: calc(-.5*var(--rem));
}
#z-ingredient [class^=icon-ingredient-]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/z-icon-circle-line.png) no-repeat center;
  background-size: 100%;
  animation: circle_rotate 0.7s linear infinite;
}
@keyframes circle_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#z-ingredient [class^=icon-ingredient-]:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(-.8*var(--rem));
  left: calc(-1.3*var(--rem));
  background: url(../img/z-icon-flare-3.png) no-repeat center;
  background-size: 100%;
}
#z-ingredient [class^=icon-ingredient-] i {
  width: 84%;
  height: 84%;
  border-radius: calc(50*var(--rem));
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 8%;
  box-shadow: 0 0 calc(1*var(--rem)) #99c4ff, 0 0 calc(3*var(--rem)) #99c4ff;
}
#z-ingredient .icon-ingredient-1 i {
  background-image: url(../img/z-ingredient-1.jpg);
}
#z-ingredient .icon-ingredient-3 i {
  background-image: url(../img/z-ingredient-2.jpg);
}
#z-ingredient h3 {
  margin-top: calc(.7*var(--rem));
  margin-bottom: calc(1.5*var(--rem));
}
#z-ingredient h3 p {
  font-size: calc(2.5*var(--rem));
  font-weight: bold;
  line-height: 1.2;
}
#z-ingredient .txt p {
  font-size: calc(1.4*var(--rem));
  text-shadow: calc(-.1*var(--rem)) calc(.1*var(--rem)) calc(.1*var(--rem)) rgba(0, 0, 0, 0.3);
  line-height: 1.4;
}
#z-ingredient .txt small {
  color: #9fc4d2;
  display: block;
  margin-top: calc(2.8*var(--rem));
  font-size: calc(.7*var(--rem));
}
#z-ingredient.is-animate li {
  transform: translateY(0);
  opacity: 1;
}

#z-report {
  height: calc(42.5*var(--rem));
  margin-top: calc(-14*var(--rem));
  color: #fff;
}
#z-report header {
  margin: 3% 0 3%;
}
#z-report header h2 {
  font-size: calc(2.5*var(--rem));
}
#z-report header h2 b {
  font-size: calc(4*var(--rem));
  margin: 0 1%;
}
#z-report header h2 sup {
  display: inline-block;
  font-size: calc(1.5*var(--rem));
  letter-spacing: 0;
}
#z-report ol {
  display: flex;
  width: 97%;
  margin: 0 auto;
}
#z-report li {
  width: 33.3%;
  padding: 3% 0;
  position: relative;
}
#z-report li:before {
  content: "";
  width: calc(.2*var(--rem));
  height: 100%;
  background: linear-gradient(to right, #121a28 50%, #275493 50.1%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#z-report li:after {
  content: "";
  width: 10rem;
  height: 120%;
  position: absolute;
  top: -10%;
  right: calc(.3*var(--rem));
  background: radial-gradient(circle at 100%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
}
#z-report li:last-child:before, #z-report li:last-child:after {
  display: none;
}
#z-report .counter {
  width: auto;
  height: calc(4.3*var(--rem));
  display: block;
  width: 80%;
  white-space: nowrap;
  margin: 0 auto;
}
#z-report .counter span {
  margin-left: 0;
  font-weight: bold;
  color: #005380;
  letter-spacing: calc(-.2*var(--rem));
}
#z-report .counter > span {
  font-size: calc(4.3*var(--rem));
  position: relative;
  top: 0;
  float: left;
}
#z-report .counter > span sup {
  transform: scale(0.5);
  display: inline-block;
  vertical-align: top;
}
#z-report .counter > div > span {
  font-size: calc(4.3*var(--rem));
  color: #fff;
  background: linear-gradient(to bottom, #e2e2e2 0, #fff 50%, #a7a7a7 50.1%, #ffffff 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 calc(.2*var(--rem)) calc(.2*var(--rem)) rgba(0, 0, 0, 0.5));
}
#z-report h3 {
  font-size: calc(1.5*var(--rem));
  font-weight: bold;
  margin: 4% 0 2%;
}
#z-report .note {
  margin: 2.5% 0;
}
#z-report .note small {
  font-weight: normal;
  font-size: calc(.8*var(--rem));
  color: #9fc4d2;
}
#z-report .btns {
  margin-top: 8%;
}

#z-recycle {
  background-image: url(../img/z-bg-recycle.jpg);
  height: calc(41.6*var(--rem));
  color: #fff;
}
#z-recycle .wrap {
  padding-left: calc(23*var(--rem));
}
#z-recycle header {
  padding-top: 16%;
}
#z-recycle header h2 {
  font-size: calc(1.9*var(--rem));
  letter-spacing: 0.1rem;
}
#z-recycle ol {
  width: calc(23*var(--rem));
  margin: 6% auto 0;
}
#z-recycle li {
  display: flex;
  align-items: center;
  width: 100%;
}
#z-recycle li b {
  width: 30%;
  font-size: calc(2.9*var(--rem));
  line-height: 1.3;
  font-weight: normal;
}
#z-recycle li p {
  width: 70%;
  font-size: calc(1.3*var(--rem));
  white-space: nowrap;
  text-align: center;
}
#z-recycle li:nth-of-type(1) p {
  letter-spacing: calc(1.6*var(--rem));
  text-indent: calc(1.6*var(--rem));
}
#z-recycle li:nth-of-type(2) p {
  letter-spacing: calc(1.05*var(--rem));
  text-indent: calc(1.05*var(--rem));
}
#z-recycle li:nth-of-type(3) p {
  letter-spacing: calc(1.6*var(--rem));
  text-indent: calc(1.6*var(--rem));
}
#z-recycle li:nth-of-type(3) sup {
  margin-left: calc(-1.5*var(--rem));
}
#z-recycle li:nth-of-type(4) p {
  letter-spacing: calc(1*var(--rem));
  text-indent: calc(1*var(--rem));
}
#z-recycle small {
  display: block;
  margin-top: 5%;
  color: #9fc4d2;
  font-size: 0.7rem;
}

@media screen and (max-width: 1600px) {
  #z-ingredient li:nth-of-type(2) {
    left: 2%;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --rem: 2.7vw;
  }

  .z-wrap > section {
    background-size: 100%;
  }

  .z-g-bt-1 span {
    font-size: 5vw;
  }

  #z-kv {
    height: calc(68.5*var(--rem));
    background-image: url(../img/z-bg-kv-m.jpg?v2);
  }
  #z-kv header {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    padding-top: calc(5.8*var(--rem));
  }

  #z-easy {
    height: calc(61*var(--rem));
    background-image: url(../img/z-bg-easy-m.jpg);
    display: block;
  }
  #z-easy .wrap {
    padding-right: 0;
    left: 0;
    padding-top: calc(29*var(--rem));
  }
  #z-easy p {
    font-size: calc(1.7*var(--rem));
  }

  #z-ingredient {
    height: calc(120*var(--rem));
    background-image: url(../img/z-bg-ingredient-m.jpg);
    background-size: 100% auto;
  }
  #z-ingredient ol {
    padding-top: calc(50*var(--rem));
  }
  #z-ingredient li {
    position: static;
    width: 100%;
    margin-bottom: 10%;
  }
  #z-ingredient li:nth-of-type(2) {
    left: 0;
    width: 100%;
  }
  #z-ingredient li:nth-of-type(3) h3 {
    margin-left: calc(7*var(--rem));
  }
  #z-ingredient [class^=icon-ingredient-] {
    top: calc(-1.7*var(--rem));
    left: calc(3.5*var(--rem));
  }
  #z-ingredient .icon-flare:nth-of-type(1) {
    top: -1.2%;
    left: -35%;
    margin-left: 0;
  }
  #z-ingredient .icon-flare:nth-of-type(2) {
    top: 9.8%;
    left: 23%;
    transform: rotate(152deg);
    margin-left: 0;
  }
  #z-ingredient .icon-flare:nth-of-type(3) {
    top: 21.6%;
    left: -48%;
    transform: rotate(152deg);
    margin-left: 0;
  }
  #z-ingredient .txt small {
    width: 80%;
    margin: calc(3*var(--rem)) auto;
  }

  #z-report {
    height: calc(60*var(--rem));
  }
  #z-report ol {
    flex-wrap: wrap;
    width: 100%;
  }
  #z-report li {
    width: 50%;
    height: calc(14*var(--rem));
  }
  #z-report li:last-child:before, #z-report li:last-child:after {
    display: block;
  }
  #z-report li:before {
    width: 100%;
    height: calc(.2*var(--rem));
    background: linear-gradient(to bottom, #121a28 50%, #275493 50.1%);
    top: auto;
    bottom: 0;
  }
  #z-report li:after {
    right: 0;
  }
  #z-report li .counter {
    margin-top: calc(2*var(--rem));
    display: flex;
    justify-content: center;
  }
  #z-report li .counter > div {
    transform: translateY(-1000%);
  }
  #z-report li .counter.is-animate > div {
    transform: translateY(0);
  }
  #z-report h3 {
    font-size: calc(1.8*var(--rem));
  }
  #z-report .note {
    margin: calc(3*var(--rem)) auto;
    width: 80%;
  }

  #z-recycle {
    height: calc(56*var(--rem));
    background-image: url(../img/z-bg-recycle-m.jpg);
    background-size: 100% auto;
  }
  #z-recycle .wrap {
    padding-left: 0;
  }
  #z-recycle ol {
    width: calc(27*var(--rem));
    margin: 20% auto;
  }
  #z-recycle li p {
    font-size: calc(1.6*var(--rem));
  }
  #z-recycle li:nth-of-type(1) p {
    letter-spacing: calc(1.95*var(--rem));
    text-indent: calc(1.2*var(--rem));
  }
  #z-recycle li:nth-of-type(2) p {
    letter-spacing: calc(1.27*var(--rem));
    text-indent: calc(.8*var(--rem));
  }
  #z-recycle li:nth-of-type(3) p {
    letter-spacing: calc(1.95*var(--rem));
    text-indent: calc(1.4*var(--rem));
  }
  #z-recycle li:nth-of-type(3) sup {
    margin-left: calc(-1.5*var(--rem));
  }
  #z-recycle li:nth-of-type(4) p {
    letter-spacing: calc(1.27*var(--rem));
    text-indent: calc(1.1*var(--rem));
  }
  #z-recycle small {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .is-m {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }

  #g-quick a span {
    font-size: 1.4rem;
  }

  html {
    font-size: 3vw;
  }

  #msg-alert .msg-wrap {
    width: 90%;
  }
  #msg-alert .msg-content header {
    font-size: 4.5vw;
  }
  #msg-alert .msg-content .detail {
    font-size: 4vw;
  }

  .msg-box .msg-content .bt {
    font-size: 3vw;
  }

  #kv {
    background: url(../img/bg-1.jpg?v2), linear-gradient(to right, #00214e, #001942);
    background-repeat: no-repeat;
    background-size: auto 88%, 100%;
    background-position: center 100%, 0;
    height: 50rem;
  }
  #kv:before {
    content: "";
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(41, 120, 181, 0), #2978b5);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #aquapower-gel-202312 {
    height: 62rem;
    background: url(../img/bg-3-m-202312.webp) 0 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #aquapower-gel-202312 header .icon-flare-1 {
    left: -17%;
  }
  #aquapower-gel-202312 .icon-flare-3 {
    top: 40%;
  }
  #aquapower-gel-202312 .txt {
    width: 100%;
    margin-left: 0;
  }
  #aquapower-gel-202312 ol {
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4rem;
  }
  #aquapower-gel-202312 .img p {
    top: 89%;
    left: 0;
    width: 100%;
  }
  #aquapower-gel-202312 .img .icon-flare-3 {
    top: 43%;
    left: -26%;
  }
  #aquapower-gel-202312 small {
    margin-top: 32rem;
  }

  #aquapower-gel {
    height: auto;
  }
  #aquapower-gel header {
    transform: scale(0.8);
  }
  #aquapower-gel header h2 {
    line-height: 1.2;
  }
  #aquapower-gel .intro {
    margin-top: 4rem;
    width: 100%;
    flex-wrap: wrap;
  }
  #aquapower-gel .intro .txt {
    order: -1;
    text-align: center;
    width: 100%;
  }
  #aquapower-gel .intro img {
    margin: 2rem auto 5rem;
  }

  #gel-feature {
    background: url(../img/bg-3.jpg), linear-gradient(to right, #f0dfd5, #ebddd4);
    background-repeat: no-repeat;
    background-size: 165%, 100%;
    background-position: 0 100%, 0;
    height: auto;
  }
  #gel-feature .group {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 2rem;
  }
  #gel-feature .group > p {
    font-size: 1.5rem;
  }
  #gel-feature header {
    margin-top: 5rem;
  }
  #gel-feature small {
    margin-top: 28.5rem;
  }

  #gel-report-1 {
    background: url(../img/bg-4.jpg), linear-gradient(to right, #d2f6f2, #c7f0ea);
    background-repeat: no-repeat;
    background-size: 200%, 100%;
    background-position: 50% 0, 0;
    height: auto;
  }
  #gel-report-1 li:nth-of-type(2) {
    top: 22.5%;
    left: 62.2%;
  }
  #gel-report-1 li:nth-of-type(3) {
    top: 36%;
    left: 3.7%;
  }
  #gel-report-1 li:nth-of-type(4) {
    top: 52.5%;
    left: 21.1%;
  }
  #gel-report-1 .note {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  #gel-report-1 .note p {
    position: relative;
  }
  #gel-report-1 .note p:before {
    content: "．";
    position: absolute;
    top: 0;
    left: -1rem;
  }

  #gel-report-2 {
    background: url(../img/bg-5.jpg?v2), linear-gradient(to right, #d2f6f2, #c7f0ea);
    background-repeat: no-repeat;
    background-size: 200%, 100%;
    background-position: 50% 0, 0;
    height: auto;
  }
  #gel-report-2 li:first-child {
    top: 9%;
    left: 4.1%;
  }
  #gel-report-2 li:nth-of-type(2) {
    top: 29.7%;
    left: 57%;
  }
  #gel-report-2 li:nth-of-type(3) {
    top: 61%;
    left: 8.1%;
  }
  #gel-report-2 .counter {
    width: 8rem;
  }
  #gel-report-2 .note {
    margin-bottom: 4rem;
  }

  #gel-ingredient {
    background-size: 150%;
    background-color: #ccf5f1;
    height: 36rem;
  }
  #gel-ingredient li:first-child {
    display: block;
    top: 2.2%;
    left: 56%;
  }
  #gel-ingredient li:first-child .txt {
    top: 1rem;
    left: 2rem;
  }
  #gel-ingredient li:nth-of-type(2) {
    top: 54%;
    left: 60%;
  }
  #gel-ingredient li:nth-of-type(2) .txt {
    top: 0.5rem;
    left: 0rem;
  }
  #gel-ingredient li:nth-of-type(3) {
    top: 35%;
    left: 3%;
  }
  #gel-ingredient li:nth-of-type(3) .txt {
    top: 0.5rem;
    left: 1rem;
  }
  #gel-ingredient .txt {
    position: relative;
  }
  #gel-ingredient [class^=icon-ingredient-] {
    width: 6rem;
    height: 6.5rem;
  }

  #gel-report-3 {
    height: 35rem;
  }
  #gel-report-3:after {
    height: 7rem;
  }
  #gel-report-3 header h2 {
    font-size: 2.2rem;
  }
  #gel-report-3 .counter {
    width: 7rem;
    height: 4rem;
    margin-top: 2rem;
  }
  #gel-report-3 .counter span {
    font-size: 4rem;
  }
  #gel-report-3 .counter > span {
    font-size: 2rem;
    top: 1.5rem;
  }
  #gel-report-3 h3 {
    font-size: 2.1rem;
  }
  #gel-report-3 ol {
    margin-top: 5rem;
  }
  #gel-report-3 li {
    width: 11rem;
    height: 11rem;
    margin: 0 -0.5rem;
  }
  #gel-report-3 .btns {
    margin-bottom: 4rem;
  }
  #gel-report-3 .tip {
    top: -3rem;
    left: 0;
    transform: rotate(-15deg);
  }

  #gel-product {
    min-height: 50rem;
  }
  #gel-product .dropdown {
    display: block;
  }
  #gel-product .dropdown select {
    width: 100%;
    margin-bottom: 1rem;
  }
  #gel-product .deco-floor {
    top: 45.3rem;
  }
  #gel-product .deco-doctor-a {
    width: 15.7rem;
    height: 17.4rem;
    top: 27.9rem;
    left: -9.1%;
  }
  #gel-product .deco-doctor-b {
    width: 14rem;
    height: 17.7rem;
    top: 27.6rem;
    left: 65.9%;
  }
  #gel-product #product-list .img {
    width: 14.5rem;
    height: 20.5rem;
  }
  #gel-product #product-list li.is-row2 .btns a {
    width: 12rem;
  }
  #gel-product #product-list li.is-row2:first-child img {
    left: 30%;
  }
  #gel-product #product-list li.is-row2:last-child img {
    left: -30%;
  }

  #how-to-use {
    height: 67rem;
  }
  #how-to-use header .icon-star-1 {
    top: 38%;
    left: 80%;
  }
  #how-to-use ol.use {
    flex-wrap: wrap;
    margin-top: 2rem;
    width: 90%;
  }
  #how-to-use ol.use > li {
    width: 50%;
    padding-bottom: 2rem;
  }
  #how-to-use ol.use > li:nth-child(2) {
    border-right: 0;
  }
  #how-to-use ol.use > li.tips {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #how-to-use ol.use > li.item-1 img, #how-to-use ol.use > li.item-2 img {
    width: 80%;
    margin: 0 auto 2rem;
  }
  #how-to-use ol.use > li.item-1 p, #how-to-use ol.use > li.item-2 p {
    padding: 0 0.5rem;
  }
  #how-to-use h3 {
    margin-bottom: -1rem;
  }
  #how-to-use ol.tip {
    display: flex;
    width: 100%;
  }
  #how-to-use ol.tip li {
    width: 33.3%;
  }

  #products {
    height: 100rem;
  }
  #products header .icon-star-1 {
    left: 23.8%;
  }
  #products header .icon-star-2 {
    left: 83%;
  }
  #products ol {
    flex-wrap: wrap;
  }
  #products li {
    margin-bottom: 2.5rem;
    width: 33.3%;
  }
  #products li.item-2 {
    width: 66.6%;
  }
  #products li .twice li {
    width: 50%;
  }
  #products li .icon-twice-line {
    left: 17%;
  }
  #products li img {
    width: 7rem;
    margin-bottom: -2.5rem;
  }
  #products li .no {
    top: 15%;
    left: -10%;
  }

  #try-it {
    background-size: auto 100%;
  }
  #try-it .g-form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #try-it .intro p {
    font-size: 1.1rem;
  }
  #try-it .gift {
    width: 95%;
  }
  #try-it .gift p {
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  #try-it .sale {
    width: 95%;
  }
  #try-it .sale li.item-1 .img .icon-buy {
    left: 24%;
  }
  #try-it .sale li.item-1 .img .icon-gift {
    top: 14%;
  }
  #try-it .sale li.item-1 .img .icon-plus {
    left: 39%;
  }
  #try-it .sale li.item-2 .img .icon-buy {
    left: 21%;
  }
  #try-it .sale li.item-2 .img .icon-gift {
    left: 53%;
    top: 16%;
  }
  #try-it .sale li.item-2 .img .icon-plus {
    left: 36%;
  }

  .g-wrap {
    width: 100%;
  }
}