@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins");
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;
}
.g-form li select {
  width: 100%;
  padding: 0.9rem 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% #fff !important;
  background-size: 5% !important;
}
.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 a {
  color: #fff;
}
.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: -5px;
  background-color: #fff;
  background-position: -633px -466px;
  transition: 0.2s;
  text-align: center;
  font-size: 47px;
  line-height: 0.8;
}
.g-form input[type=checkbox] + label:before, .g-form input[type=radio] + label:before {
  content: "";
  border-radius: 7px;
}
.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(-100%);
  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 > 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) 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:before {
  border: 60px solid #fff;
  transform: translate(-50%, -50%) scale(1.5);
}
.video-wrap:hover .video-btn-play:after {
  transform: translate(-50%, -50%) scale(1.2);
  border-color: transparent transparent transparent #38719a;
}

.video-btn-play {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
}
.video-btn-play:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  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: 30px 0 30px 45px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

.owl-wrap {
  position: relative;
}

.owl-btn-prev,
.owl-btn-next {
  width: 3.5rem;
  height: 6.5rem;
  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;
}

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

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

.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: 2.5rem;
  height: 0.3rem;
  margin: 0.5rem 0.3rem;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  transition: 1s;
}
.owl-dots .owl-dot.active span {
  width: 4rem;
  background: #fff;
}
.owl-dots .owl-dot:hover span {
  background: #96b7c6 !important;
}

.sweet-alert {
  box-shadow: 20px 50px 50px rgba(0, 0, 0, 0.3);
}
.sweet-alert button {
  background-color: #38719a !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: #38719a;
  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: #38719a;
  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;
}

.text-border {
  color: #fff;
  background: pink;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
}

.text-border-gradient {
  color: #fff;
  background: linear-gradient(-45deg, #8edac1 30%, #8ebfe1 60%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
  letter-spacing: 0.6rem;
  font-weight: normal;
}

.text-gradient {
  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(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}

.text-gradient-2 {
  color: #fff;
  background: linear-gradient(to bottom, #fff 0, #ccc 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-shadow {
  position: relative;
  display: inline-block;
  color: transparent;
}
.text-gradient-shadow:before, .text-gradient-shadow:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-shadow:after {
  background: linear-gradient(to bottom, #fff 50%, purple 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: #fff;
}
.text-gradient-shadow:before {
  text-shadow: 0 0 1vw black;
}

.color-red {
  color: red;
}

.color-green {
  color: #00ab85;
}

.color-light-green {
  color: #74ccad;
}

.color-blue {
  color: #38719a;
}

.color-light-blue {
  color: #bbe1ff;
}

html {
  font-size: 100%;
}

body {
  overflow-x: hidden;
  background-color: #000;
}

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

.g-bt-1, .g-bt-2 {
  background: linear-gradient(to bottom, #c91414 0%, #850303 100%);
  color: #fff !important;
  letter-spacing: 0.1rem;
  width: 54%;
  display: block;
  text-align: center;
  border: 0;
  box-shadow: 0 0.2rem 0.1rem rgba(105, 100, 95, 0.5);
  cursor: pointer;
  position: relative;
}
.g-bt-1 span, .g-bt-2 span {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 1.9rem;
  padding: 5.2% 10% 5.2% 0;
  text-shadow: -0.1rem 0.1rem 0.1rem #000;
}
.g-bt-1 span:before, .g-bt-2 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%;
  }
}
.g-bt-1 span b, .g-bt-2 span b {
  display: block;
  font-size: 1.7rem;
}
.g-bt-1 i, .g-bt-2 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;
}
.g-bt-1 i:before, .g-bt-2 i:before {
  content: "";
  background: url(../img/icon-next-fff.svg) no-repeat center;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.g-bt-1:hover, .g-bt-2:hover {
  color: #fff;
  background: linear-gradient(to bottom, #366e97 0%, #5593c0 100%);
}
.g-bt-1:hover i, .g-bt-2:hover i {
  background: linear-gradient(to top, #366e97 0%, #5593c0 100%);
}

.g-bt-2 {
  background: linear-gradient(to top, #2aa77c, #3ebd91);
}
.g-bt-2:hover {
  color: #fff;
  background: linear-gradient(to bottom, #2aa77c, #3ebd91);
}

.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, #00ab85 0%, #38719a 100%);
}

[class^=bt-pd-] {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  z-index: 1;
}

.bt-pd-1, .bt-pd-2 {
  width: 6.5rem;
  height: 7rem;
  top: -0.4rem;
  left: 5%;
}

.bt-pd-1 {
  background-image: url(../img/bt-pd-1.png);
}

.bt-pd-2 {
  background-image: url(../img/bt-pd-2.png);
}

.bt-pd-3, .bt-pd-4, .bt-pd-5, .bt-pd-6 {
  width: 6.4rem;
  height: 6rem;
  top: -3.2rem;
  left: 60.7%;
}

.bt-pd-3 {
  background-image: url(../img/bt-pd-3.png);
}

.bt-pd-4 {
  background-image: url(../img/bt-pd-4.png);
}

.bt-pd-5 {
  background-image: url(../img/bt-pd-5.png);
}

.bt-pd-6 {
  background-image: url(../img/bt-pd-6.png);
}

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

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

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

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

.g-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
.g-section h2 {
  text-align: center;
  transform: scale(1.2, 1);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.g-section 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;
}

.g-section .wrap {
  width: 1080px;
  margin: 0 auto;
}
.g-section header {
  letter-spacing: 0.2rem;
}
.g-section header h2 {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.g-section header h2:before {
  top: 0;
  left: 18%;
}
.g-section header h2:after {
  top: 100%;
  left: 85%;
}
.g-section header h2:before, .g-section header h2:after {
  content: "";
  width: 25rem;
  height: 16rem;
  background: url(../img/icon-flare.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: overlay;
  animation: flare_shine 0.02s infinite alternate;
  pointer-events: none;
  z-index: 2;
  transform: translate(-12.5rem, -7.6rem);
}
#kv {
  height: 63.5rem;
  background-image: url(../img/bg-kv.jpg?v2);
  z-index: 1;
}
#kv header {
  padding-top: 2rem;
}
#kv header b {
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.45rem;
  text-indent: 0.45rem;
  display: block;
  transform: scale(1.2);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
#kv header h1 {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 2% auto 0;
  text-indent: 0.4rem;
  position: relative;
  transform: scale(0.2);
  opacity: 0;
  transition: 1s;
  z-index: 1;
  transition-delay: 0.4s;
  white-space: nowrap;
  width: 65%;
}
#kv header h1:before, #kv header h1:after {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
}
#kv header h1:before {
  background: linear-gradient(to right, #6a89a7 27%, #2c4763 27.1%, #6b8ba6 100%);
  margin-bottom: 1%;
}
#kv header h1:after {
  background: linear-gradient(to right, #6a89a7 22%, #2c4763 22.1%, #6b8ba6 100%);
  margin-top: 1%;
}
#kv header h1 i.icon-flare:nth-of-type(1) {
  top: -109%;
  left: 54%;
}
#kv header h1 i.icon-flare:nth-of-type(2) {
  top: -15%;
  left: -8%;
}
#kv header i.icon-flare {
  width: 25rem;
  height: 16rem;
  background: url(../img/icon-flare.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: overlay;
  animation: flare_shine 0.02s infinite alternate;
  pointer-events: none;
  z-index: 2;
}
@keyframes flare_shine {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#kv header i.icon-pd-flare {
  width: 10rem;
  height: 11rem;
  background: url(../img/icon-flare-2.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -130px;
  animation: flare_shine 0.02s infinite alternate;
}
#kv header .name {
  transform: translateY(100%);
  opacity: 0;
  transition: 1s;
  transition-delay: 1.4s;
  position: absolute;
  top: 70%;
  left: 50%;
  margin-left: 155px;
  text-align: left;
}
#kv header .name span {
  color: #bbe1ff;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  margin: 5% 0;
  display: inline-block;
  background: linear-gradient(315deg, #e00000 50%, #b40000 50.1%, #b80000 100%);
  border-radius: 5rem;
  color: #fff;
  padding: 0rem 0.8rem;
  margin-right: 0.2rem;
  position: relative;
}
#kv header .name p {
  display: block;
  filter: drop-shadow(0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.5)) drop-shadow(0 0 1rem #000);
  font-size: 1.9rem;
  line-height: 1;
}
#kv header .note {
  position: absolute;
  top: 91%;
  left: 50%;
  margin-left: 155px;
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0;
  opacity: 0.5;
}
#kv h2 {
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2rem;
}
#kv .btns {
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 17.8rem;
}
#kv .btns .g-bt-1 {
  width: 16rem;
}
#kv .btns .g-bt-1 span {
  padding: 2% 10% 2% 0;
  font-size: 1.7rem;
}
#kv header p {
  transform: scale(1);
  opacity: 1;
}
#kv header h1 {
  transform: scale(1);
  opacity: 1;
}
#kv header b {
  transform: translateY(0);
  opacity: 1;
}
#kv header .name {
  transform: translateY(0);
  opacity: 1;
}

#powerful {
  height: 50rem;
  background-image: url(../img/bg-powerful.jpg);
}
#powerful .wrap {
  width: 1340px;
}
#powerful .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 0;
}
#powerful .txt {
  width: 63%;
  padding: 0 4%;
}
#powerful .txt header {
  margin-top: -10%;
}
#powerful .txt header h2 {
  margin-bottom: 9%;
  white-space: nowrap;
}
#powerful .txt header h2 p {
  display: inline-block;
  margin: 0 0.5rem;
}
#powerful .txt > p {
  font-size: 1.9rem;
  line-height: 1.9;
}
#powerful .img {
  width: 37%;
  transform: translateX(-20%) scale(0.8);
  transition: 1s;
}
#powerful .img img {
  width: 106%;
  max-width: 106%;
}
#powerful .img {
  transform: translateX(0) scale(1);
}

#benefit {
  height: 74rem;
  background-image: url(../img/bg-benefit.jpg);
}
#benefit .img {
  height: 45rem;
  position: relative;
}
#benefit .img li {
  font-size: 1.9rem;
  font-weight: bold;
  text-shadow: 0 0 1rem #00c5db, 0 0 0.2rem #000;
  position: absolute;
  left: 50%;
  transform: scale(0);
  transition: 1s;
}
#benefit .img li:nth-of-type(1) {
  transition-delay: 0.1s;
}
#benefit .img li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#benefit .img li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#benefit .img li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#benefit .img li:nth-of-type(5) {
  transition-delay: 0.5s;
}
#benefit .img li:nth-of-type(6) {
  transition-delay: 0.6s;
}
#benefit .img li:nth-of-type(7) {
  transition-delay: 0.7s;
}
#benefit .img li:nth-of-type(8) {
  transition-delay: 0.8s;
}
#benefit .img li:after {
  content: "";
  width: 20rem;
  height: 10rem;
  background: url(../img/icon-flare.png) no-repeat center;
  background-size: 100%;
  display: block;
  mix-blend-mode: screen;
  animation: flare_shine 0.02s infinite alternate;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-10rem, -4rem);
}
#benefit .img li:nth-of-type(1) {
  top: 12.3%;
  margin-left: 185px;
}
#benefit .img li:nth-of-type(1):after {
  margin-left: -1rem;
}
#benefit .img li:nth-of-type(2) {
  top: 31.8%;
  margin-left: 249px;
}
#benefit .img li:nth-of-type(2):after {
  margin-left: -1rem;
}
#benefit .img li:nth-of-type(3) {
  top: 53.7%;
  margin-left: 249px;
}
#benefit .img li:nth-of-type(3):after {
  margin-left: -2rem;
}
#benefit .img li:nth-of-type(4) {
  top: 73.6%;
  margin-left: 136px;
}
#benefit .img li:nth-of-type(4):after {
  margin-left: -3rem;
}
#benefit .img li:nth-of-type(5) {
  top: 73.6%;
  margin-left: -259px;
}
#benefit .img li:nth-of-type(5):after {
  margin-left: 4rem;
}
#benefit .img li:nth-of-type(6) {
  top: 53.7%;
  margin-left: -359px;
}
#benefit .img li:nth-of-type(6):after {
  margin-left: 3rem;
}
#benefit .img li:nth-of-type(7) {
  top: 31.8%;
  margin-left: -359px;
}
#benefit .img li:nth-of-type(7):after {
  margin-left: 2rem;
}
#benefit .img li:nth-of-type(8) {
  top: 10.9%;
  margin-left: -251px;
}
#benefit .img li:nth-of-type(8):after {
  margin-left: -0.5rem;
}
#benefit .txt {
  width: 66%;
  margin: 9.2% auto 0;
}
#benefit .txt header h2 {
  margin-bottom: 5%;
}
#benefit .txt > p {
  font-size: 1.9rem;
}
#benefit .txt > p b {
  font-size: 2.5rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -0.2rem;
}
#benefit .txt small {
  font-size: 0.8rem;
  opacity: 0.5;
  margin-top: 5%;
  display: block;
}
#benefit .img li {
  transform: scale(1);
}

#rapid {
  background: #022d57;
  height: 45.5rem;
}
#rapid .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 0;
}
#rapid .txt {
  width: 55%;
  padding: 0 4%;
  position: relative;
  left: 2%;
}
#rapid .txt header {
  margin-top: 0;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}
#rapid .txt header h2 {
  margin-bottom: 11%;
  padding: 0.7rem 0;
}
#rapid .txt header h2 > p {
  line-height: 1.4;
}
#rapid .txt .benefit {
  font-size: 1.9rem;
  line-height: 1.9;
  text-align: left;
  padding-left: 5.3rem;
}
#rapid .txt .benefit b {
  font-size: 3rem;
  line-height: 1.6;
}
#rapid .txt .benefit .counter {
  width: 5.5rem;
  height: 3rem;
  display: inline-block;
  position: relative;
  top: 0.7rem;
}
#rapid .txt .benefit .counter > span {
  font-size: 2rem;
}
#rapid .txt .benefit .counter > div > span {
  font-size: 3rem;
}
#rapid .txt .note {
  opacity: 0.5;
  font-size: 0.8rem;
  margin-top: 12%;
  display: block;
}
#rapid .img {
  width: 45%;
  order: -1;
  transform: translateX(20%) scale(0.8);
  transition: 1s;
}
#rapid .img img {
  width: 100%;
}
#rapid .img {
  transform: translateX(0) scale(1);
}

#ingredient {
  background-image: url(../img/bg-ingredient.jpg?v2);
  height: 93.3rem;
}
#ingredient .icon-flare {
  width: 45rem;
  height: 25rem;
  background: url(../img/icon-flare.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: screen;
  animation: flare_shine 0.02s infinite alternate;
}
#ingredient .icon-flare:nth-of-type(1) {
  top: 19.3%;
  left: 50%;
  transform: rotate(102deg);
  margin-left: -570px;
}
#ingredient .icon-flare:nth-of-type(2) {
  top: 38.3%;
  left: 50%;
  transform: rotate(160deg);
  margin-left: 70px;
}
#ingredient .icon-flare:nth-of-type(3) {
  top: 59.8%;
  left: 50%;
  transform: rotate(158deg);
  margin-left: -700px;
}
#ingredient header {
  margin-top: 7.5%;
}
#ingredient header h2 {
  width: 67%;
  margin: 0 auto 4%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ingredient header h2 p:nth-of-type(2) {
  margin-left: 1rem;
}
#ingredient header > p {
  font-size: 2.5rem;
  line-height: 1.6;
}
#ingredient li {
  position: absolute;
  width: 30rem;
  transform: translateY(100%);
  opacity: 0;
  transition: 1s;
}
#ingredient li:nth-of-type(1) {
  transition-delay: 0.2s;
}
#ingredient li:nth-of-type(2) {
  transition-delay: 0.4s;
}
#ingredient li:nth-of-type(3) {
  transition-delay: 0.6s;
}
#ingredient li:nth-of-type(1) {
  top: 24.7%;
  left: 12%;
}
#ingredient li:nth-of-type(1) h3 {
  margin-left: 6rem;
}
#ingredient li:nth-of-type(1) .icon-ingredient-1 {
  top: -1.2rem;
  left: 6rem;
}
#ingredient li:nth-of-type(1) small {
  margin-top: 1rem;
}
#ingredient li:nth-of-type(2) {
  top: 55%;
  left: 7%;
  width: 33rem;
}
#ingredient li:nth-of-type(3) {
  top: 55.5%;
  left: 60%;
}
#ingredient li:nth-of-type(3) h3 {
  margin-left: 4.5rem;
}
#ingredient [class^=icon-ingredient-] {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -1rem;
  left: 2rem;
}
#ingredient [class^=icon-ingredient-]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/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);
  }
}
#ingredient [class^=icon-ingredient-]:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -0.8rem;
  left: -1.3rem;
  background: url(../img/icon-flare-3.png) no-repeat center;
  background-size: 100%;
}
#ingredient [class^=icon-ingredient-] i {
  width: 84%;
  height: 84%;
  border-radius: 50rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 8%;
  box-shadow: 0 0 1rem #99c4ff, 0 0 3rem #99c4ff;
}
#ingredient .icon-ingredient-1 i {
  background-image: url(../img/ingredient-1.jpg);
}
#ingredient .icon-ingredient-3 i {
  background-image: url(../img/ingredient-2.jpg);
}
#ingredient h3 {
  margin-top: 0.7rem;
  margin-bottom: 1.5rem;
}
#ingredient h3 p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
#ingredient .txt p {
  font-size: 1.4rem;
  text-shadow: -0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
  line-height: 1.4;
}
#ingredient .txt small {
  color: #9fc4d2;
  display: block;
  margin-top: 2.8rem;
  font-size: 0.7rem;
}
#ingredient li {
  transform: translateY(0);
  opacity: 1;
}

#report {
  height: 35.5rem;
  margin-top: -15rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #1a335b 40.1%, #0f477a 100%);
}
#report header {
  margin: 0% 0 3%;
  position: relative;
}
#report header h3 {
  font-size: 3.1rem;
  font-weight: normal;
}
#report header h3 p {
  line-height: 1.2;
}
#report header h3 b {
  font-size: 5rem;
  margin: 0 1%;
  line-height: 1;
}
#report header h3 sup {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0;
}
#report header h3 i.icon-pd-flare {
  width: 10rem;
  height: 11rem;
  background: url(../img/icon-flare-2.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -70px;
  animation: flare_shine 0.02s infinite alternate;
}
#report ol {
  display: flex;
  width: 97%;
  margin: 7% auto 0;
}
#report li {
  width: 33.3%;
  padding: 1% 0;
  position: relative;
}
#report li:before {
  content: "";
  width: 0.15rem;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0%, #ccc 50%, #fff 50.1%, #ddd 100%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#report li:after {
  content: "";
  width: 25rem;
  height: 16rem;
  background: url(../img/icon-flare.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  animation: flare_shine 0.02s infinite alternate;
  pointer-events: none;
  z-index: 2;
  transform: translate(-13rem, -8rem) rotate(90deg);
  top: 0;
  left: 100%;
}
#report li:nth-of-type(1):after {
  top: 60%;
}
#report li:nth-of-type(2):after {
  top: 30%;
}
#report li:last-child:before, #report li:last-child:after {
  display: none;
}
#report .counter {
  width: auto;
  height: 5.6rem;
  display: block;
  width: 80%;
  white-space: nowrap;
  margin: 0 auto;
}
#report .counter span {
  margin-left: 0rem;
  font-weight: bold;
  color: #005380;
  letter-spacing: -0.2rem;
}
#report .counter > span {
  font-size: 5.6rem;
  position: relative;
  top: 0rem;
  float: left;
}
#report .counter > span sup {
  transform: scale(0.5);
  display: inline-block;
  vertical-align: top;
}
#report .counter > div > span {
  font-size: 5.6rem;
  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(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5));
}
#report h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 4% 0 2%;
}
#report .note {
  margin: 2.5% 0;
}
#report .note small {
  font-weight: normal;
  font-size: 0.8rem;
  color: #9fc4d2;
}
#report .btns {
  margin-top: 8%;
}

#recycle {
  background-image: url(../img/bg-recycle.jpg?v2);
  height: 52.2rem;
}
#recycle .wrap {
  width: 1400px;
  padding-left: 29rem;
  padding-right: 2rem;
}
#recycle header {
  padding-top: 40%;
}
#recycle header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#recycle ol {
  margin-top: 7%;
  display: flex;
}
#recycle li {
  width: 100%;
}
#recycle li b {
  width: 30%;
  font-size: 4.2rem;
  line-height: 1.3;
}
#recycle li p {
  font-size: 1.5rem;
  white-space: nowrap;
  text-align: center;
}
#recycle small {
  display: block;
  margin-top: 5%;
  color: #9fc4d2;
}

#KOL {
  background-image: url(../img/bg-kol.jpg?v2);
  background-size: 100% 100%;
  padding-bottom: 5%;
}
#KOL .wrap {
  width: 90%;
  max-width: 1500px;
}
#KOL header {
  padding-top: 4.5%;
}
#KOL header h2 {
  border-top: 0;
  border-bottom: 0;
  font-size: 4.5rem;
  text-indent: 0.3rem;
  letter-spacing: 0.3rem;
  margin-bottom: -2rem;
}
#KOL header h2:before {
  top: 10%;
  left: 33%;
}
#KOL header h2:after {
  top: 68%;
  left: 68%;
}
#KOL ol {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6.5rem 6.5rem 0;
}
#KOL li {
  width: 30%;
  text-align: left;
  margin-bottom: 5%;
  transform: translate(10%, 50%);
  opacity: 0;
  transition: 1s;
}
#KOL li:nth-of-type(1) {
  transition-delay: 0.1s;
}
#KOL li:nth-of-type(1) .txt {
  transition-delay: 0.6s;
}
#KOL li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#KOL li:nth-of-type(2) .txt {
  transition-delay: 0.7s;
}
#KOL li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#KOL li:nth-of-type(3) .txt {
  transition-delay: 0.8s;
}
#KOL li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#KOL li:nth-of-type(4) .txt {
  transition-delay: 0.9s;
}
#KOL li:nth-of-type(5) {
  transition-delay: 0.5s;
}
#KOL li:nth-of-type(5) .txt {
  transition-delay: 1s;
}
#KOL li:nth-of-type(6) {
  transition-delay: 0.6s;
}
#KOL li:nth-of-type(6) .txt {
  transition-delay: 1.1s;
}
#KOL .author {
  position: relative;
  padding-left: 8rem;
}
#KOL .author img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 0 1rem #000;
  width: 6.3rem;
}
#KOL .author b {
  font-size: 1.9rem;
  line-height: 1.3;
  display: block;
}
#KOL .author p {
  font-size: 1.4rem;
}
#KOL .author .rating-5 {
  color: #ffcc00;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  float: left;
}
#KOL .author time {
  font-size: 1.1rem;
  position: relative;
  top: 0.5rem;
  left: 0.5rem;
}
#KOL .txt {
  clear: both;
  margin-top: 2.2rem;
  opacity: 0;
  transition: 1s;
}
#KOL .txt p {
  font-size: 1.5rem;
}
#KOL .txt span {
  color: #ffcc00;
}
#KOL li {
  transform: translate(0, 0);
  opacity: 1;
}
#KOL .txt {
  opacity: 1;
}

#try-it {
  background-image: url(../img/bg-try.jpg?v2);
  background-size: 100% 100%;
}
#try-it .wrap {
  width: 800px;
  padding: 5% 0;
}
#try-it header {
  width: 80%;
  margin: 0 auto;
}
#try-it header h2 {
  margin-bottom: 5%;
}
#try-it header h2 p {
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  position: relative;
  white-space: nowrap;
  font-weight: bold;
  display: inline-block;
}
#try-it header h2 p ~ p {
  margin-left: 1rem;
}
#try-it header h2 p span {
  font-size: 3.4rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  white-space: nowrap;
}
#try-it header h2 p:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: red;
  z-index: 1;
  font-weight: bold;
  background: -webkit-linear-gradient(left, #000 0%, #000 24%, #000 36%, #fff 40%, #fff 50%, #000 52%, #000 58%, #000 67%, #000 100%);
  background-size: 300%;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
  text-align: center;
  color: red;
  animation: font-shine 2s infinite;
  mix-blend-mode: screen;
}
@keyframes font-shine {
  0% {
    background-position: 70% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
#try-it header h2 .icon-star {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -20%;
  left: 95%;
}
#try-it header h2 .icon-star svg {
  width: 100%;
}
#try-it header b {
  font-size: 5.8rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 3%;
  transform: scale(1.5);
  opacity: 0;
  transition: 1.5s;
  transition-delay: 0.7s;
}
#try-it header p {
  font-size: 1.25rem;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.75;
}
#try-it .group {
  width: 85%;
  margin: 5% auto;
  background: #eff8ff;
}
#try-it .group:before, #try-it .group:after {
  content: "";
  background: linear-gradient(to right, #0052a6, #5ca8f6);
  display: block;
  height: 0.3rem;
}
#try-it .g-form {
  width: 90%;
  margin: 10% auto 0;
}
#try-it .g-form li {
  border: 1px solid #bbe1ff;
  padding: 0.5rem 0 0.5rem 8rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 5px;
}
#try-it .g-form li input, #try-it .g-form li select {
  font-size: 1.5rem;
  background: transparent;
}
#try-it .g-form li label {
  font-size: 1.5rem;
  color: #000;
  left: 7%;
}
#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: 5rem;
  font-size: 1.15rem;
  color: #000;
}
#try-it .g-form input[type=checkbox] + label a {
  display: inline-block;
  color: #38719a;
}
#try-it .g-form input[type=checkbox] + label:before, #try-it .g-form input[type=checkbox] + label:after {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 3.5rem;
}
#try-it .g-form input[type=checkbox] + label:before {
  border: 1px solid #bbe1ff;
}
#try-it .g-form .btns {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 1%;
  margin-bottom: 0;
  justify-content: space-between;
}
#try-it .g-form .btns button, #try-it .g-form .btns a {
  width: 100%;
  text-decoration: none;
  font-weight: normal;
  font-family: "Poppins", "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  margin: 0;
}
#try-it .g-form .btns button span, #try-it .g-form .btns a span {
  padding: 3% 10% 3% 0;
}
#try-it .g-form i.icon-ig {
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  background: url(../img/icon-instagram.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  margin-left: 5%;
  margin-top: -1%;
}
#try-it .g-form .or {
  color: #000;
  font-size: 1.5rem;
  padding: 1rem 0;
}
#try-it .note {
  width: 90%;
  margin: 0 auto 10%;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
  color: #38719a;
}
#try-it header b {
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  #ingredient li:nth-of-type(1) {
    left: 2%;
  }
  #ingredient li:nth-of-type(2) {
    left: 2%;
  }

  #KOL .author .rating-5 {
    float: none;
  }
  #KOL .author time {
    left: 0;
  }
}
@media screen and (max-width: 1400px) {
  #powerful .wrap {
    width: 100%;
  }
  #powerful .txt {
    width: 54%;
  }
  #powerful .txt header h2 {
    padding: 0.7rem 0;
  }
  #powerful .txt header h2 p {
    margin: 0;
    display: block;
    line-height: 1.4;
  }
  #powerful .img {
    width: 35%;
  }

  #recycle .wrap {
    width: 100%;
    padding-left: 23%;
    padding-right: 5%;
  }
  #recycle header {
    padding-top: 30%;
  }
  #recycle header h2 {
    display: block;
    padding: 0.7rem 0;
  }
  #recycle header h2 p {
    display: block;
    line-height: 1.4;
  }
  #recycle header h2 p u {
    display: none;
  }

  #KOL ol {
    padding: 6.5rem 4rem 0;
  }
  #KOL li {
    width: 48%;
  }
}
@media screen and (min-width: 1081px) {
  .is-m {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 2.7vw;
  }

  .is-pc {
    display: none;
  }

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

  .video-wrap .img .video-btn-play {
    transform: scale(0.5);
  }

  .g-wrap {
    width: 100%;
  }

  .g-section {
    background-size: 100%;
  }
  .g-section header h2 {
    font-size: 3rem;
  }
  .g-section .wrap {
    width: 100%;
  }

  #kv {
    height: 65rem;
    background-image: url(../img/bg-kv-m.jpg?v4);
  }
  #kv header {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    padding-top: 7.8rem;
  }
  #kv header b {
    font-size: 2.5rem;
  }
  #kv header h1 {
    width: auto;
    font-size: 3.4rem;
  }
  #kv header h1 i.icon-flare:nth-of-type(1) {
    top: -147%;
  }
  #kv header h1 i.icon-flare:nth-of-type(2) {
    top: -51%;
    left: -27%;
  }
  #kv header .name {
    margin-left: 0;
    top: 75.5%;
    left: 21%;
  }
  #kv header .note {
    margin-left: 0;
    top: 101%;
    left: 0;
    text-align: center;
    width: 100%;
  }
  #kv header i.icon-pd-flare {
    margin-left: 0;
    top: 46%;
    left: 28%;
  }
  #kv h2 {
    left: 0;
    top: 85%;
    transform: translateX(0);
    text-align: center;
    font-size: 3rem;
    width: 100%;
  }
  #kv .btns {
    top: 93.4%;
    margin-left: 0rem;
  }
  #kv .btns .g-bt-1 {
    width: 16.8rem;
  }

  #powerful {
    margin-top: 6rem;
    height: 63rem;
    background-position: 50% 0%;
    background-size: auto 80%;
    background-image: url(../img/bg-powerful-m.jpg);
  }
  #powerful .flex {
    display: block;
  }
  #powerful .txt {
    width: 100%;
  }
  #powerful .txt header {
    margin-top: 0;
  }
  #powerful .img {
    width: 70%;
    margin: 0 auto;
  }
  #powerful .img img {
    width: 100%;
  }

  #benefit {
    background-image: url(../img/bg-benefit-m.jpg);
    background-size: 100%;
    height: 68rem;
    margin-top: -5rem;
  }
  #benefit .img li:nth-of-type(1) {
    margin-left: 0;
    top: 25.3%;
    left: 64%;
  }
  #benefit .img li:nth-of-type(2) {
    margin-left: 0;
    top: 39.8%;
    left: 75%;
  }
  #benefit .img li:nth-of-type(3) {
    margin-left: 0;
    top: 57.7%;
    left: 75%;
  }
  #benefit .img li:nth-of-type(3):after {
    margin-left: -1rem;
  }
  #benefit .img li:nth-of-type(4) {
    margin-left: 0;
    left: 64%;
  }
  #benefit .img li:nth-of-type(4):after {
    margin-left: -3.7rem;
  }
  #benefit .img li:nth-of-type(5) {
    margin-left: 0;
    top: 74.6%;
    left: 15%;
  }
  #benefit .img li:nth-of-type(6) {
    margin-left: 0;
    top: 59.7%;
    left: 5%;
  }
  #benefit .img li:nth-of-type(6):after {
    margin-left: 1.1rem;
  }
  #benefit .img li:nth-of-type(7) {
    margin-left: 0;
    top: 39.8%;
    left: 5%;
  }
  #benefit .img li:nth-of-type(7):after {
    margin-left: 0.7rem;
  }
  #benefit .img li:nth-of-type(8) {
    margin-left: 0;
    top: 22.9%;
    left: 25%;
  }
  #benefit .txt {
    width: 90%;
    margin-top: 0;
  }
  #benefit .txt header h2 {
    padding: 0.4rem 0;
  }

  #rapid {
    height: auto;
    padding-bottom: 5%;
  }
  #rapid .flex {
    display: block;
    padding: 15% 0;
  }
  #rapid .txt {
    width: 100%;
    left: 0;
  }
  #rapid .txt header h2 {
    margin-bottom: 5%;
  }
  #rapid .txt .note {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #rapid .txt .benefit {
    padding-left: 6.3rem;
  }
  #rapid .img {
    width: 70%;
    margin: 0 auto;
  }

  #ingredient {
    height: 120rem;
    background-image: url(../img/bg-ingredient-m.jpg);
    background-size: 100% auto;
  }
  #ingredient header h2 {
    width: 90%;
    display: block;
  }
  #ingredient header h2 p:nth-of-type(2) {
    margin-left: 0;
  }
  #ingredient ol {
    padding-top: 43rem;
  }
  #ingredient li {
    position: static;
    width: 100%;
    margin-bottom: 10%;
  }
  #ingredient li:nth-of-type(1) .icon-ingredient-1 {
    top: -1.8rem;
    left: 9.5rem;
  }
  #ingredient li:nth-of-type(2) {
    left: 0;
    width: 100%;
  }
  #ingredient li:nth-of-type(3) h3 {
    margin-left: 7rem;
  }
  #ingredient li:nth-of-type(3) .icon-ingredient-3 {
    left: 7.5rem;
  }
  #ingredient [class^=icon-ingredient-] {
    top: -1.7rem;
    left: 3.5rem;
  }
  #ingredient .icon-flare:nth-of-type(1) {
    top: 22.4%;
    left: -40%;
    margin-left: 0;
  }
  #ingredient .icon-flare:nth-of-type(2) {
    top: 31.8%;
    left: 23%;
    transform: rotate(152deg);
    margin-left: 0;
  }
  #ingredient .icon-flare:nth-of-type(3) {
    top: 42.7%;
    left: -52%;
    transform: rotate(152deg);
    margin-left: 0;
  }
  #ingredient .txt small {
    width: 80%;
    margin: 3rem auto;
  }

  #report {
    height: 55rem;
    background: none;
  }
  #report ol {
    flex-wrap: wrap;
    width: 100%;
  }
  #report li {
    width: 100%;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #report li:last-child:before {
    display: block;
  }
  #report li:before {
    width: 100%;
    height: 0.2rem;
    background: linear-gradient(to bottom, #121a28 50%, #275493 50.1%);
    top: auto;
    bottom: 0;
  }
  #report li:after {
    transform: rotate(0);
  }
  #report li .counter {
    width: 60%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  #report li .counter > div {
    transform: translateY(-1000%);
  }
  #report li .counter > div {
    transform: translateY(0);
  }
  #report li h3 {
    width: 40%;
    position: relative;
    left: -5%;
  }
  #report li h3 span {
    display: block;
  }
  #report header h3 {
    font-size: 2.3rem;
  }
  #report header h3 i.icon-pd-flare {
    margin-left: 0;
    left: 38%;
  }
  #report .note {
    margin: 3rem auto;
    width: 80%;
  }

  .g-bt-1, .g-bt-2 {
    width: 90%;
  }

  #recycle {
    height: 61rem;
    background-image: url(../img/bg-recycle-m.jpg);
    background-size: 100% auto;
  }
  #recycle .wrap {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin: 0 auto;
  }
  #recycle header {
    padding-top: 16%;
  }
  #recycle ol {
    width: 100%;
    margin: 20% auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recycle li {
    width: 50%;
    margin-bottom: 10%;
  }
  #recycle li:nth-of-type(5) {
    margin-left: 23%;
  }
  #recycle li p {
    font-size: 1.6rem;
  }
  #recycle small {
    width: 80%;
    margin: 0 auto;
  }

  #KOL {
    padding-bottom: 15%;
  }
  #KOL header {
    padding-top: 15%;
  }
  #KOL header h2 {
    font-size: 3.5rem;
  }
  #KOL header h2:before {
    top: 20%;
    left: 13%;
  }
  #KOL header h2:after {
    left: 88%;
  }
  #KOL li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5%;
  }
  #KOL li:last-child {
    border-bottom: 0;
  }
  #KOL .author {
    padding-left: 11rem;
  }
  #KOL .author img {
    width: 9rem;
  }

  #try-it .wrap {
    width: 100%;
    padding: 5rem 0;
  }
  #try-it header h2 {
    padding: 0.4rem 0;
  }
  #try-it header h2 p {
    display: block;
    text-align: center;
    line-height: 1.3;
  }
  #try-it header h2 p ~ p {
    margin-left: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}