@charset "UTF-8";
html, body {
  height: auto; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0;
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  cursor: pointer; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

input, textarea, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border: none;
  border-radius: 0;
  outline: none; }

select::-ms-expand {
  display: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

body {
  font-family: 'Noto Serif TC','Microsoft YaHei','微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro','新細明體';
  font-size: 15px;
  font-size: 100%;
  color: #555; }

input, textarea, select {
  font-family: 'Noto Serif TC','Microsoft YaHei','微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro','新細明體';
  color: #555; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

html {
  height: 100%; }

body {
  background: #fccd50;
  scroll-behavior: smooth;
  font-family: 'Noto Sans TC', sans-serif;
  background: #fccd50 url(../img/bg.png) center center; }

.preloadimg {
  position: fixed;
  top: -10px;
  left: -10px;
  z-index: -1; }
  .preloadimg img {
    width: 1px;
    height: 1px; }

.loading {
  position: fixed;
  background: #e98eaa;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20; }

.loading-img {
  width: 200px;
  margin: 0 0 5px;
  animation: loading .1s infinite alternate ease-out; }
  .loading-img img {
    width: 100%; }

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%); }
  .loading-box span {
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    animation: loadingTxt 1s infinite alternate ease-in-out; }

@keyframes loading {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1.15); } }

@keyframes loadingTxt {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.m-warning {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: fixed;
  display: none; }
  .m-warning img {
    width: 22%;
    margin: 0 auto 20px; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.lightbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  opacity: 0; }

.btn-close {
  width: 50px;
  height: 50px;
  padding: 15px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  transition: .3s; }
  .btn-close img {
    width: 100%; }
  .btn-close:hover {
    background: #ff9a9a; }

.prod-info {
  width: 500px;
  background: #fff url(../img/info_bg.png) no-repeat center top/100%;
  margin: 0 auto;
  padding: 50px 0 0;
  border-radius: 50px;
  overflow: hidden;
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  display: none;
  opacity: 0; }
  .prod-info h2 {
    color: #000;
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 15px; }
    .prod-info h2 span {
      color: #e40e0e; }
    .prod-info h2 img {
      width: 62px;
      margin: 0 5px 0 0;
      display: inline-block;
      vertical-align: bottom; }
  .prod-info p {
    font-size: 36px;
    text-align: justify;
    font-weight: 500;
    color: #555;
    line-height: 1.4;
    width: 80%;
    margin: 0 auto; }

.illustr-img {
  width: 100%;
  margin: 30px 0 0; }
  .illustr-img img {
    width: 100%; }

.main-box {
  width: 990px;
  margin: 0 auto; }

.main-vd {
  width: 100%;
  background: #000 url(../img/main_img.jpg) no-repeat center top/100%;
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative; }
  .main-vd img {
    width: 100%; }

.logo {
  width: 160px;
  display: block;
  margin: 0 0 30px;
  padding: 20px 0 0 30px; }

.skm {
  width: 320px;
  padding: 35px;
  margin: 0 auto; }

.slogan {
  width: 38%;
  margin: 0 auto 60px 30px; }

.slogan-txt {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  padding: 0 0 0 20px; }

.video {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: flex-end; }

.iframe-box {
  width: 55%;
  padding-bottom: 30.3%;
  border: 5px solid #fff;
  position: relative; }
  .iframe-box iframe {
    width: 100%;
    height: 100%;
    position: absolute; }

.subtit {
  color: #999;
  background: #eee; }

.menu {
  width: 990px;
  background: #000;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  position: static;
  top: 0;
  z-index: 19; }

.btn {
  font-size: 3.6vmin;
  color: #000;
  font-weight: 900;
  width: 32.5%;
  line-height: 1;
  padding: 15px 10px;
  position: relative;
  top: 15px;
  cursor: pointer;
  overflow: hidden; }
  .btn p {
    position: relative;
    z-index: 2; }
  .btn span {
    font-size: 2.8vmin;
    font-weight: 700;
    display: block;
    margin: 0 0 2px; }
  .btn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -10%;
    z-index: 1;
    width: 46%;
    height: 100%;
    transform: skewX(-20deg);
    transition-duration: .2s;
    transition-timing-function: ease-in; }
  .btn::before {
    content: '';
    display: block;
    background: #fccd50;
    position: absolute;
    bottom: 0;
    right: -35%;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: skewX(-20deg); }
  .btn:hover::after {
    width: 120%; }

.btn.yellow::after {
  background: #fff947; }

.btn.yellow::before {
  background: #fccd50; }

.btn.pink::after {
  background: #ffc6cf; }

.btn.pink::before {
  background: #ff6675; }

.btn.blue::after {
  background: #daedff; }

.btn.blue::before {
  background: #9dc3e6; }

.yellow.act:after {
  width: 120%; }

.pink.act:after {
  width: 120%; }

.blue.act:after {
  width: 120%; }

.list-box ul {
  background: #eee;
  padding: 65px 40px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }

.list-box li {
  color: #000;
  text-align: center;
  width: 48%;
  line-height: 1;
  margin: 0 0 100px; }
  .list-box li a {
    color: #000;
    font-size: 20px;
    width: 140px;
    border: 1px solid #ff6675;
    padding: 10px 0;
    border-radius: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 auto;
    display: block;
    transition: .2s; }
    .list-box li a:hover {
      color: #fff;
      background: #ff7b7b; }
      .list-box li a:hover .link-txt {
        color: #fff;
        left: 0; }

.list-box img {
  width: 100%;
  margin: 0 auto; }

.list-box img.jupm-heart {
  width: 100%;
  transform: translate(-50%, 0) scale(0.8);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  animation: jumpHeart 0.2s infinite alternate ease-in-out; }

.list-box span.note {
  color: #ff6675;
  font-size: 16px;
  font-weight: 500; }

.link-txt {
  padding: 5px 8px 8px 8px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  transition-duration: .2s;
  transition-timing-function: ease-in; }
  .link-txt span {
    position: relative;
    z-index: 2; }
  .link-txt:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .1s;
    transition-timing-function: ease-in;
    background: #f00;
    position: absolute;
    top: 0;
    left: -100%; }

.link-sale {
  color: #fff;
  background: #f00;
  padding: 5px 6px 8px 8px;
  display: inline-block;
  vertical-align: middle; }

.pord-img {
  width: 80%;
  margin: 0 auto;
  position: relative; }

.sale-slogan {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.05;
  width: 120px;
  height: 120px;
  padding: 8px 0;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.sale-slogan.yellow {
  background: #fccd50; }

.sale-slogan.pink {
  background: #ff6675; }

.sale-slogan.blue {
  background: #9dc3e6; }

.price {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2; }

.txt-group {
  background: url(../img/tit_bg.png) no-repeat center top/70%;
  padding: 20px 0; }
  .txt-group h2 {
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 700; }
    .txt-group h2 span {
      color: #000;
      font-size: 20px;
      margin: 0 0 10px;
      font-weight: 500;
      display: block; }
  .txt-group p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 10px; }

.txt-group.yellow {
  background: url(../img/tit_bg.png) no-repeat center top/70%; }

.txt-group.pink {
  background: url(../img/tit2_bg.png) no-repeat center top/70%; }

.txt-group.blue {
  background: url(../img/tit3_bg.png) no-repeat center top/70%; }

.heart {
  text-align: center;
  width: 120px;
  height: 120px;
  padding: 32px 0 0;
  margin: 20px auto;
  position: relative;
  cursor: pointer; }
  .heart span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
    display: block;
    position: relative;
    z-index: 2; }
  .heart span.power {
    font-size: 20px; }

.finger {
  width: 50px;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 3;
  animation: move 0.2s infinite alternate ease-in-out; }

@keyframes move {
  0% {
    top: 0;
    right: -30px; }
  100% {
    top: 5px;
    right: -20px; } }

@keyframes jumpHeart {
  0% {
    transform: translate(-50%, 0) scale(0.8); }
  100% {
    transform: translate(-50%, 0) scale(1); } }

.footer img {
  width: 100%; }

@media screen and (max-width: 1024px) {
  .main-box {
    width: 100%; }
  .menu {
    width: 100%; }
  .sale-slogan {
    font-size: 28px;
    width: 70px;
    height: 70px;
    padding: 6px 0 0 4px; }
  .txt-group h2 {
    font-size: 22px; }
    .txt-group h2 span {
      font-size: 18px; }
  .heart {
    height: 90px;
    padding: 22px 0 0; }
    .heart span {
      font-size: 18px; }
  .list-box a {
    font-size: 22px; }
  .list-box img.jupm-heart {
    width: 80%; } }

@media screen and (max-width: 768px) {
  .video {
    flex-direction: column-reverse;
    flex-wrap: wrap; }
  .slogan-txt {
    font-size: 26px;
    width: 100%;
    padding: 0;
    margin: 0 0 20px; }
  .iframe-box {
    width: 100%;
    padding-bottom: 55.3%; } }

@media screen and (max-width: 480px) {
  .logo {
    width: 80px;
    margin: 0 0 20px;
    padding: 10px 0 0 10px; }
  .slogan {
    margin: 0 auto 20px 10px; }
  .slogan-txt {
    font-size: 18px; }
  .main-vd {
    padding: 0 0 10px; }
  .video {
    padding: 0 6px; }
  .btn-close {
    width: 40px;
    height: 40px;
    padding: 10px;
    top: 10px;
    right: 10px; }
  .prod-info {
    width: 92%;
    border-radius: 36px;
    padding: 36px 0 0; }
    .prod-info h2 {
      font-size: 32px; }
      .prod-info h2 img {
        width: 44px; }
    .prod-info p {
      font-size: 24px;
      margin: 0 auto 15px; }
  .menu {
    padding: 0 5px; }
  .btn {
    font-size: 4.2vmin;
    padding: 10px 5px 5px; }
    .btn span {
      font-size: 3.4vmin; }
  .txt-group h2 {
    font-size: 24px; }
  .list-box ul {
    padding: 50px 20px; }
  .list-box li {
    width: 100%;
    margin: 0 0 50px; } }

@media screen and (max-width: 375px) {
  .prod-info h2 {
    font-size: 24px; }
    .prod-info h2 img {
      width: 36px; }
  .prod-info p {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 auto 20px; } }

@media screen and (max-width: 320px) {
  .slogan {
    margin: 0 auto 20px 10px; }
  .slogan-txt {
    font-size: 16px; }
  .btn {
    font-size: 4.2vmin; }
  .prod-info h2 {
    font-size: 22px; }
  .prod-info p {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 auto 20px; } }

@media screen and (max-height: 800px) and (orientation: landscape) {
  .btn-close {
    width: 36px;
    height: 36px;
    padding: 8px;
    top: 10px;
    right: 10px; }
  .prod-info {
    padding: 15px 0 0;
    border-radius: 30px; }
    .prod-info h2 {
      font-size: 26px;
      margin: 0 0 10px; }
      .prod-info h2 img {
        width: 37px; }
    .prod-info p {
      font-size: 20px;
      width: 86%;
      margin: 0 auto 10px; } }

@media (max-height: 440px) and (orientation: landscape) {
  body, html {
    overflow: hidden; }
  .m-warning {
    display: flex; } }
