@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@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 ==============================================*/
@font-face {
  font-family: FuturaStd-Book;
  src: url(../font/FuturaStd-Book.woff2) format("woff2"), url(../font/FuturaStd-Book.woff) format("woff"), url(../font/FuturaStd-Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.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% #fff !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 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: 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(-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.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) 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-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: #46aaff;
}

html {
  font-size: 1.5vw;
}

body {
  overflow-x: hidden;
}

.g-wrap {
  font-family: "FuturaStd-Book", "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  width: 100%;
  color: #fff;
  position: relative;
  overflow-x: hidden;
  text-align: center;
  background-color: #f8c5ca;
}
.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, #ff91a8, #ff507d);
  color: #fff !important;
  line-height: 2;
  letter-spacing: 0.1rem;
  width: 44%;
  display: block;
  text-align: center;
  border-radius: 0.2rem;
  border: 0.1rem solid #fff;
  cursor: pointer;
  position: relative;
}
.g-bt-1 span, .g-bt-2 span {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 1.5% 0;
}
.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:hover, .g-bt-2:hover {
  color: #fff;
  background: linear-gradient(to top, #ff91a8, #ff507d);
}

.g-bt-2 {
  background: linear-gradient(to bottom, #ccc, #8a8a8a);
}
.g-bt-2:hover {
  color: #fff;
  background: linear-gradient(to top, #ccc, #8a8a8a);
}

.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: 0.7rem;
}
.list-dot li:before {
  content: "．";
  position: absolute;
  top: 0;
  left: 0;
}

.g-section {
  position: relative;
}
.g-section h2 {
  text-align: center;
  transform: scale(1.2, 1);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  color: #db0077;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}
.g-section h2 b {
  font-weight: bold;
}
.g-section.is-animate h2 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#kv {
  height: 37rem;
  background: url(../img/bg-kv-pc.jpg?v4) no-repeat center top;
  background-size: 100%;
}
#kv header {
  width: 50%;
  margin: 11.5rem 0 0 4rem;
}
#kv h1 {
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 1;
}
#kv h1 p {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #db0077;
}
#kv h1 b {
  font-size: 2.7rem;
  line-height: 1;
  color: #bb0066;
}
#kv h1 span {
  animation: font_jump 1s infinite;
  display: inline-block;
  transform-origin: 50% 100%;
}
@keyframes font_jump {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.8, 1.1);
  }
  20% {
    transform: scale(1.2, 0.7);
  }
  30% {
    transform: scale(0.9, 1);
  }
  40% {
    transform: scale(1.1, 0.9);
  }
  50%, 100% {
    transform: scale(1, 1);
  }
}
#kv h1 span:nth-of-type(1) {
  animation-delay: 0.2s;
}
#kv h1 span:nth-of-type(2) {
  animation-delay: 0.4s;
}
#kv h1 span:nth-of-type(3) {
  animation-delay: 0.6s;
}
#kv .name {
  color: #db0077;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1rem;
  margin-top: 3%;
  position: relative;
  z-index: 1;
}
#kv .name i.icon-new {
  background: #db0077;
  color: #fff;
  border-radius: 50rem;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.2rem 0.4rem;
  text-indent: 0.1rem;
  margin-right: 0.6rem;
}
#kv .pd i.icon-ball-1 {
  background: url(../img/bg-ball-4.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 11.3rem;
  height: 11.3rem;
  top: 50.5%;
  left: 37.1%;
  animation: ball_float linear 5s infinite alternate;
}
@keyframes ball_float {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
#kv .pd i.icon-ball-2 {
  background: url(../img/bg-ball-5.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 7rem;
  height: 7rem;
  top: 0%;
  left: 53%;
  animation: ball_float linear -5s 5s infinite alternate;
}
#kv .pd .quote {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 31.3%;
  top: 30%;
  left: 70.3%;
  left: 78%;
  transform: rotate(-19deg);
}
#kv .pd .quote:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.4rem 0.4rem 0.5rem;
  border-color: transparent transparent #fff transparent;
  display: block;
  transform: rotate(120deg);
  position: absolute;
  top: -0.9rem;
  left: -1.3rem;
  animation: quote_a 0.2s steps(1, end) infinite alternate;
}
@keyframes quote_a {
  0% {
    transform: rotate(120deg) translate(0, 0);
  }
  50%, 100% {
    transform: rotate(120deg) translate(-20%, -30%);
  }
}
#kv .pd .quote:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5rem 0.4rem 0.5rem;
  border-color: transparent transparent #fff transparent;
  display: block;
  transform: rotate(183.3deg);
  position: absolute;
  top: 2.5rem;
  left: 0.7rem;
  animation: quote_b -0.2s 0.2s steps(1, end) infinite alternate;
}
@keyframes quote_b {
  0% {
    transform: rotate(183.3deg) translate(0, 0);
  }
  50%, 100% {
    transform: rotate(183.3deg) translate(-20%, -30%);
  }
}
#g-quick {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
}
#g-quick a {
  background: linear-gradient(90deg, #faa3d4, #fcd7f0);
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
#g-quick a:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #fed9eb, #f699c8);
  top: 0.15rem;
  right: 0.15rem;
  bottom: 0.15rem;
  left: 0.15rem;
  border-radius: 10rem;
}
#g-quick a:after {
  content: "";
  background: linear-gradient(to right, 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;
  transform: skew(-15deg);
}
#g-quick a span {
  position: relative;
  z-index: 1;
  color: #db0077;
  display: block;
  line-height: 2.3;
  font-size: 0.9rem;
}
#g-quick a span:before, #g-quick a span:after {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  display: block;
  width: 100%;
  height: 0.1rem;
}
#g-quick a:hover {
  background: linear-gradient(0deg, #faa3d4, #fcd7f0);
}
#g-quick a:hover:before {
  background: linear-gradient(90deg, #fed9eb, #f699c8);
}
#g-quick .icon-shine {
  top: -0.8rem;
  left: 80%;
}
#g-quick .icon-heart {
  top: 51%;
  left: -20%;
  transform: rotate(-35deg);
}

.icon-shine {
  background: url(../img/icon-shine.svg) no-repeat center;
  background-size: 100%;
  width: 1rem;
  height: 1.2rem;
  position: absolute;
}

.icon-heart {
  background: url(../img/icon-heart.svg) no-repeat center;
  background-size: 100%;
  width: 1rem;
  height: 1.2rem;
  position: absolute;
}

#benefit {
  height: 36rem;
}
#benefit header {
  margin-top: 9.5%;
}
#benefit header h2 .icon-shine {
  width: 3rem;
  height: 3.5rem;
  top: -2rem;
}
#benefit li {
  background-position: center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 1rem rgba(219, 0, 119, 0.5);
  line-height: 1.3;
  position: absolute;
  border-radius: 50%;
  box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}
#benefit li.b1 {
  background-image: url(../img/benefit-1.png);
  width: 9.5rem;
  height: 9.5rem;
  font-size: 1.4rem;
  top: 38%;
  left: 29%;
  animation: benefit_ball -3s 3s linear infinite alternate;
}
#benefit li.b2 {
  background-image: url(../img/benefit-2.png);
  width: 13.2rem;
  height: 13.2rem;
  font-size: 1.7rem;
  top: 43%;
  left: 40.7%;
}
#benefit li.b3 {
  background-image: url(../img/benefit-3.png);
  width: 7.8rem;
  height: 7.8rem;
  font-size: 1.1rem;
  top: 35.5%;
  left: 57.6%;
  animation: benefit_ball 3s linear infinite alternate;
}
@keyframes benefit_ball {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
#benefit li.b4 {
  background-image: url(../img/benefit-4.png);
  width: 8.1rem;
  height: 8.1rem;
  font-size: 1.2rem;
  top: 60.5%;
  left: 62.1%;
  animation: benefit_ball -2s 5s linear infinite alternate;
}
#benefit .icon-heart {
  width: 2rem;
  height: 2.5rem;
  top: 38%;
  left: 27%;
  transform: rotate(-20deg);
}
#benefit .icon-heart-yellow {
  background: url(../img/icon-heart-yellow.svg) no-repeat center;
  background-size: 100%;
  width: 1rem;
  height: 1.5rem;
  position: absolute;
  top: 62%;
  left: 75%;
}

#ingredient {
  height: 40rem;
}
#ingredient header {
  margin-top: 6%;
}
#ingredient header p {
  color: #db0077;
  font-size: 1.8rem;
}
#ingredient header h2 {
  font-size: 2.1rem;
  line-height: 2;
}
#ingredient .formula {
  background: rgba(219, 0, 119, 0.26);
  box-shadow: inset 0 0 1rem rgba(219, 0, 119, 0.2), 0 0.1rem 0 rgba(0, 0, 0, 0.05);
  width: 41%;
  margin: 2% auto;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 3rem 0.7rem 1.5rem;
  line-height: 1.1;
  position: relative;
}
#ingredient .formula div {
  font-size: 1.6rem;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#ingredient .formula div:nth-of-type(1) {
  transition-delay: 0.2s;
}
#ingredient .formula div:nth-of-type(3) {
  transition-delay: 0.4s;
}
#ingredient .formula div.word {
  border-bottom: 0.6rem solid #faffdd;
  transform: scale(0);
}
#ingredient .formula div.last {
  font-size: 1.7rem;
  color: #faffdd;
  opacity: 0;
  transform: scale(1.5);
  transition-delay: 0.6s;
}
#ingredient .formula .icon-q-heart {
  background: url(../img/icon-q-heart.svg) no-repeat center;
  background-size: 100%;
  width: 1.2rem;
  height: 2rem;
  position: absolute;
  top: -13%;
  left: 91%;
}
#ingredient .ingredient-list {
  width: 31%;
  margin: 3% 0 0 30%;
}
#ingredient .ingredient-list ol {
  display: flex;
  flex-wrap: wrap;
}
#ingredient .ingredient-list li {
  width: 50%;
}
#ingredient .ingredient-list li h3 {
  background: url(../img/ingredient-heart.png) no-repeat center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #db0077;
  width: 6.5rem;
  height: 6.2rem;
  margin: 0 auto 2%;
  text-shadow: 0 0 0.5rem #fff;
}
#ingredient .ingredient-list li p {
  color: #000;
  font-size: 0.75rem;
}
#ingredient .pd {
  width: 17.05%;
  position: absolute;
  top: 36.3%;
  left: 72.2%;
}
#ingredient.is-animate .formula div.word {
  transform: scale(1);
}
#ingredient.is-animate .formula div.last {
  transform: scale(1);
  opacity: 1;
}

#report {
  height: 36rem;
}
#report header {
  margin-top: 4%;
}
#report header h2 {
  font-size: 2.1rem;
}
#report ol {
  width: 25%;
  margin: 4% auto;
}
#report li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10%;
}
#report li:nth-of-type(1) h3:before {
  transform: rotate(-5deg);
}
#report li:nth-of-type(2) h3:before {
  transform: rotate(-15deg);
}
#report li:nth-of-type(3) h3:before {
  transform: rotate(-20deg);
}
#report li .counter {
  text-shadow: 0 0 0.2rem #db0077;
  height: 5rem;
  width: 9rem;
}
#report li .counter > div > span {
  font-size: 5rem;
}
#report li .counter > span {
  font-size: 3rem;
  position: relative;
  top: 1.5rem;
}
#report li h3 {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#report li h3 p {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  text-shadow: 0 0 0.2rem #db0077;
}
#report li h3:before {
  content: "";
  background: url(../img/report-heart.svg) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#report .note {
  color: #000;
  font-size: 0.55rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  position: relative;
  z-index: 2;
}
#report .pd {
  width: 25.75%;
  position: absolute;
  top: 18.3%;
  left: 5.5%;
  z-index: 2;
}

#recycle {
  height: 35rem;
}
#recycle .wrap {
  width: 26.5rem;
  height: 26.5rem;
  border-radius: 50%;
  margin: 7.5% auto 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1rem #fff;
}
#recycle .wrap:before {
  content: "";
  width: 120%;
  height: 100%;
  background: url(../img/bg-recycle.jpg) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: bg_recycle 5s linear infinite alternate;
}
@keyframes bg_recycle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15%);
  }
}
#recycle header {
  padding-top: 16%;
  position: relative;
  z-index: 1;
}
#recycle header h2, #recycle header p {
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 0.2rem #00c5db;
}
#recycle ol {
  display: flex;
  width: 76%;
  margin: 12% auto 0;
  position: relative;
  z-index: 1;
}
#recycle li {
  width: 50%;
  text-align: center;
}
#recycle li img {
  width: 74%;
  margin: 0 auto 5%;
}
#recycle li p {
  font-size: 0.9rem;
  line-height: 1.4;
}
#recycle li:nth-of-type(2) img {
  margin-bottom: 12%;
}

.bg-balls {
  position: relative;
  overflow: hidden;
}
.bg-balls [class^=bg-ball-] {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/benefit-3.png);
  width: 9.5rem;
  height: 9.5rem;
}
.bg-balls .bg-ball-1 {
  background-image: url(../img/bg-ball-1.png);
  width: 19rem;
  height: 19rem;
  top: 11.6%;
  left: 9%;
}
.bg-balls .bg-ball-2 {
  background-image: url(../img/bg-ball-2.png);
  width: 30rem;
  height: 30rem;
  top: 34.1%;
  left: -8.5%;
  z-index: 2;
}
.bg-balls .bg-ball-3 {
  background-image: url(../img/bg-ball-3.png);
  width: 24rem;
  height: 24rem;
  top: 22.1%;
  left: 63.5%;
}
.bg-balls .bg-ball-4 {
  background-image: url(../img/bg-ball-3.png);
  width: 24rem;
  height: 24rem;
  top: 91.9%;
  left: 77.5%;
}
.bg-balls .bg-ball-5 {
  background-image: url(../img/bg-ball-1.png);
  top: 0.7%;
  left: 68%;
}
.bg-balls .bg-ball-6 {
  top: 7.9%;
  left: 24.3%;
  transform: scale(0.6);
  opacity: 0.5;
}
.bg-balls .bg-ball-7 {
  background-image: url(../img/bg-ball-1.png);
  top: 17.6%;
  left: 84.1%;
  animation: ball_float linear -5s 5s infinite alternate;
}
.bg-balls .bg-ball-8 {
  background-image: url(../img/bg-ball-1.png);
  top: 22.8%;
  left: 6.2%;
  transform: scale(0.5);
  opacity: 0.5;
}
.bg-balls .bg-ball-9 {
  background-image: url(../img/bg-ball-2.png);
  width: 5rem;
  height: 5rem;
  top: 34.9%;
  left: 28%;
  opacity: 0.5;
  filter: blur(0.2rem);
  animation: ball_float linear 5s infinite alternate;
}
.bg-balls .bg-ball-10 {
  width: 7rem;
  height: 7rem;
  top: 34.7%;
  left: 83%;
  filter: blur(0.2rem);
  animation: ball_float linear -5s 5s infinite alternate;
}
.bg-balls .bg-ball-11 {
  background-image: url(../img/bg-ball-2.png);
  top: 50.7%;
  left: 65%;
  filter: blur(0.2rem);
  animation: ball_float linear -5s 5s infinite alternate;
}
.bg-balls .bg-ball-12 {
  top: 62.8%;
  left: 3%;
  transform: scale(0.7);
  filter: blur(0.2rem);
}
.bg-balls .bg-ball-13 {
  top: 78.3%;
  left: 83%;
  transform: scale(1.7);
}
.bg-balls .bg-ball-14 {
  top: 87.5%;
  left: 14%;
  animation: ball_float linear -5s 5s infinite alternate;
}
.bg-balls .bg-ball-15 {
  top: 93%;
  left: -5%;
  transform: scale(0.5);
  opacity: 0.5;
}
.bg-balls [class^=bg-light-] {
  width: 20rem;
  height: 20rem;
  background: radial-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
}
.bg-balls .bg-light-1 {
  top: 4%;
  left: 35%;
  transform: scale(2, 1);
}
.bg-balls .bg-light-2 {
  top: 17%;
  left: 65%;
  transform: scale(0.8, 0.8);
}
.bg-balls .bg-light-3 {
  top: 42%;
  left: 52%;
}
.bg-balls .bg-light-4 {
  top: 73%;
  left: 2%;
}
.bg-balls .bg-light-5 {
  top: 84%;
  left: 87%;
}
.bg-balls .bg-light-6 {
  top: 84%;
  left: 35%;
  transform: scale(2, 1);
}
.bg-balls .bg-light-7 {
  top: 48%;
  left: 19%;
}

.bg-paper-fff {
  width: 68%;
  margin: 7% auto;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem rgba(219, 0, 119, 0.2);
  background: #fff;
  position: relative;
  z-index: 1;
}

#steps .zone-1 img {
  margin: 2% auto;
  width: 75%;
}
#steps .zone-2 {
  margin-top: 9%;
  position: relative;
  padding-bottom: 5.5%;
}
#steps .zone-2:before, #steps .zone-2:after {
  content: "";
  background: radial-gradient(farthest-side at 50% 100%, #ffd8e1, rgba(255, 216, 225, 0));
  width: 100%;
  height: 15rem;
  position: absolute;
  top: 21.3%;
  left: 0;
}
#steps .zone-2:after {
  display: none;
}
#steps .zone-2 h2 {
  font-size: 2rem;
  color: #333;
  border-top: 1px solid #db0077;
  border-bottom: 1px solid #db0077;
  display: inline-block;
  padding: 0 2rem;
}
#steps .zone-2 ol {
  display: flex;
  width: 78%;
  margin: 15% auto 0;
  position: relative;
  z-index: 1;
}
#steps .zone-2 li {
  flex: 1;
}
#steps .zone-2 li [class^=p] {
  background: url(../img/steps-2.png?v2) no-repeat center;
  background-size: 600%;
  width: 4.8rem;
  height: 11rem;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.6s;
}
#steps .zone-2 li:nth-of-type(1) i {
  transition-delay: 0.1s;
}
#steps .zone-2 li:nth-of-type(2) i {
  transition-delay: 0.2s;
}
#steps .zone-2 li:nth-of-type(3) i {
  transition-delay: 0.3s;
}
#steps .zone-2 li:nth-of-type(4) i {
  transition-delay: 0.4s;
}
#steps .zone-2 li:nth-of-type(5) i {
  transition-delay: 0.5s;
}
#steps .zone-2 li:nth-of-type(6) i {
  transition-delay: 0.6s;
}
#steps .zone-2 li .p1 {
  background-position: 0 0;
}
#steps .zone-2 li .p2 {
  background-position: 20% 0;
}
#steps .zone-2 li .p3 {
  background-position: 40% 0;
}
#steps .zone-2 li .p4 {
  background-position: 60% 0;
}
#steps .zone-2 li .p5 {
  background-position: 80% 0;
}
#steps .zone-2 li .p6 {
  background-position: 100% 0;
}
#steps .zone-2 li p {
  color: #333;
  white-space: nowrap;
  position: relative;
  margin: 0.8rem 0;
}
#steps .zone-2 li p:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: url(../img/icon-next-pink.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
#steps .zone-2 li:last-child p {
  position: relative;
  left: 1rem;
}
#steps .zone-2 li:last-child p:after {
  display: none;
}
#steps .zone-2.is-animate li [class^=p] {
  transform: translateY(0);
  opacity: 1;
}

#try-it {
  padding-bottom: 5%;
}
#try-it header {
  padding-top: 2%;
}
#try-it header b {
  font-size: 1.9rem;
  text-shadow: 0 0 0.2rem #db0077;
  font-weight: normal;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  margin-bottom: 0.5rem;
  display: block;
}
#try-it header .icon-shine {
  width: 1.5rem;
  height: 2rem;
  top: 0.2rem;
}
#try-it header h2 {
  line-height: 1.4;
}
#try-it header p {
  color: #333;
  font-size: 0.9rem;
}
#try-it .group {
  width: 74%;
  margin: 1% auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#try-it .gift {
  width: 50%;
  position: relative;
  padding-top: 2rem;
  left: -2%;
}
#try-it .gift img {
  width: 96%;
  margin: 0 auto 3%;
}
#try-it .gift li {
  font-size: 1.1rem;
  text-shadow: 0 0 0.2rem #db0077;
  position: absolute;
}
#try-it .gift li:nth-of-type(2) {
  top: 29%;
  left: 50%;
}
#try-it .gift li:nth-of-type(1) {
  top: 88%;
  left: 19%;
}
#try-it .right {
  width: 45%;
  margin-right: 5%;
}
#try-it .g-form {
  width: 100%;
  margin: 6% auto 0;
}
#try-it .g-form li {
  padding: 0 0 0 3rem;
  margin: 0.3rem 0;
  border-radius: 5px;
}
#try-it .g-form li input, #try-it .g-form li select {
  font-size: 0.9rem;
  background: #fff;
  margin: 0;
  padding: 0.4rem;
  border: 0;
}
#try-it .g-form li label {
  font-size: 0.9rem;
  color: #333;
  left: 0%;
}
#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: 2rem;
  font-size: 0.7rem;
}
#try-it .g-form input[type=checkbox] + label a {
  display: inline-block;
  color: #fff;
}
#try-it .g-form input[type=checkbox] + label:before, #try-it .g-form input[type=checkbox] + label:after {
  width: 1.3rem;
  height: 1.3rem;
  font-size: 1.3rem;
}
#try-it .g-form .btns {
  width: 100%;
  margin-top: 1%;
  margin-bottom: 0;
  justify-content: space-between;
}
#try-it .g-form .btns button, #try-it .g-form .btns a {
  width: 48%;
  text-decoration: none;
  font-weight: normal;
  font-family: "FuturaStd-Book", "Noto Sans TC", "蘋果儷中黑", "微軟正黑體", Arial, sans-serif;
  margin: 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 .note {
  margin: 3% auto;
  font-size: 0.6rem;
  text-align: left;
  line-height: 1.3;
  color: #333;
}
#try-it.is-animate header b {
  transform: scale(1);
  opacity: 1;
}

@media screen and (min-width: 1080px) {
  .is-m {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 4vw;
  }

  .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-section header h2 {
    line-height: 1.4;
  }

  #kv {
    height: 35rem;
    background-size: auto 100%;
    background-position: 82% 0;
    overflow: hidden;
  }
  #kv header {
    width: 100%;
    margin: 2.5rem 0 0 0rem;
  }
  #kv h1 {
    letter-spacing: 0.05rem;
  }
  #kv h1 p {
    font-size: 2rem;
  }
  #kv h1 b {
    font-size: 2.2rem;
  }
  #kv .name {
    margin-top: 79%;
    text-shadow: 0 0 0.2rem #fff;
  }
  #kv .name i.icon-new {
    text-shadow: none;
  }
  #kv .pd i.icon-pd-shine {
    width: 13.3rem;
    height: 12rem;
    top: 39%;
    left: 20.5%;
  }
  #kv .pd i.icon-ball-1 {
    top: 60.5%;
    left: -20%;
  }
  #kv .pd i.icon-ball-2 {
    left: 10%;
  }
  #kv .pd .quote {
    left: 68%;
  }

  #benefit header h2 .icon-shine {
    left: 86.6%;
  }
  #benefit li.b1 {
    top: 30%;
    left: 4%;
  }
  #benefit li.b2 {
    top: 43%;
    left: 23.7%;
  }
  #benefit li.b3 {
    left: 61.6%;
  }
  #benefit li.b4 {
    top: 68.5%;
    left: 64.1%;
  }
  #benefit .icon-heart {
    top: 24%;
    left: 6%;
  }
  #benefit .icon-heart-yellow {
    width: 1.5rem;
    height: 2rem;
    top: 60%;
    left: 87%;
  }

  #ingredient header p {
    font-size: 1.3rem;
  }
  #ingredient header h2 {
    line-height: 1.4;
    margin: 4% 0;
  }
  #ingredient .formula {
    width: 80%;
    padding: 0.7rem 2rem 0.7rem 1.5rem;
    margin: 6% auto;
  }
  #ingredient .formula .icon-q-heart {
    top: -37%;
    left: 104%;
  }
  #ingredient .ingredient-list {
    width: 56%;
    margin: 9% 0 0 6%;
  }
  #ingredient .pd {
    width: 38.05%;
    position: absolute;
    top: 52.3%;
    left: 60.2%;
  }

  #report ol {
    width: 90%;
    margin: 4% auto;
    display: flex;
  }
  #report ol li {
    flex: 1;
    display: block;
  }
  #report ol li .counter {
    width: 85%;
    margin: 0 auto;
    height: 4rem;
  }
  #report ol li .counter > div > span {
    font-size: 4rem;
  }
  #report ol li .counter > span {
    font-size: 2rem;
    position: absolute;
    right: 0;
  }
  #report ol li h3 {
    margin: 0 auto;
  }
  #report .pd {
    width: 63.75%;
    top: 48.3%;
    left: 11.5%;
  }
  #report .note {
    width: 80%;
    margin: 45% auto 0;
    display: block;
  }

  #recycle .wrap {
    width: 23rem;
    height: 23rem;
    margin: 25% auto 0;
    z-index: 2;
  }

  .bg-paper-fff {
    width: 94%;
  }

  #steps .zone-1 img {
    width: 100%;
  }
  #steps .zone-2:before {
    top: 0%;
  }
  #steps .zone-2:after {
    display: block;
    top: 36%;
  }
  #steps .zone-2 ol {
    flex-wrap: wrap;
  }
  #steps .zone-2 li {
    position: relative;
    width: 33.3%;
    flex: auto;
  }
  #steps .zone-2 li p:after {
    transform: translate(-50%, -50%);
  }
  #steps .zone-2 li:last-child p {
    left: 0;
  }
  #steps .zone-2 li [class^=p] {
    width: 3.8rem;
    height: 8.5rem;
  }

  #try-it {
    padding-bottom: 15%;
  }
  #try-it header {
    padding-top: 10%;
  }
  #try-it header .icon-shine {
    width: 2rem;
    height: 2.5rem;
    top: -1.9rem;
    right: 0;
  }
  #try-it header b {
    font-size: 1.4rem;
  }
  #try-it header p {
    width: 80%;
    margin: 0 auto;
  }
  #try-it .group {
    width: 80%;
    display: block;
  }
  #try-it .gift {
    width: 100%;
    left: 0;
  }
  #try-it .gift h3 {
    width: 63%;
  }
  #try-it .right {
    width: 100%;
  }
  #try-it .note {
    font-size: 0.6rem;
    line-height: 1.5;
  }

  .bg-balls .bg-ball-1 {
    left: -34%;
  }
  .bg-balls .bg-ball-2 {
    width: 24rem;
    height: 24rem;
    top: 35.1%;
    left: -13.5%;
  }
  .bg-balls .bg-ball-13 {
    top: 75.3%;
  }
  .bg-balls .bg-ball-14 {
    top: 83.5%;
    left: -15%;
  }
  .bg-balls .bg-light-1 {
    left: 10%;
  }
  .bg-balls .bg-light-2 {
    top: 18%;
    left: 46%;
  }
  .bg-balls .bg-light-4 {
    top: 41%;
  }
  .bg-balls .bg-light-5 {
    top: 67%;
  }
  .bg-balls .bg-light-6 {
    top: 78%;
    left: 16%;
  }
  .bg-balls .bg-light-7 {
    top: 46%;
    left: -36%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}