@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
    color: #ed1c25;
  }
  50% {
    color: #000000;
  }
  100% {
    opacity: 1;
    color: #ed1c25;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
    color: #ed1c25;
  }
  50% {
    color: #000000;
  }
  100% {
    opacity: 1;
    color: #ed1c25;
  }
}

@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#zyxel {
  background-color: #000;
  min-height: 100vh;
}

#zyxel p {
  font-size: 18px;
}

#zyxel .kv img {
  width: 100%;
}

#zyxel .date {
  padding: 50px 0 0px;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}

#zyxel .date__flexBox {
  width: 100%;
  text-align: center;
  border: 1px solid #67be31;
  padding: 10px 0;
  margin: 20px 0;
}

#zyxel .date__flexBox h3 {
  color: #67be31;
}

@media (min-width: 996px) {
  #zyxel .date__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #zyxel .date__flexBox {
    padding: 30px 0;
  }
}

#zyxel .gift {
  padding: 50px 0;
  max-width: 900px;
  margin: 0 auto;
}

#zyxel .gift__flexBox {
  width: 100%;
  margin: 0;
}

#zyxel .gift__box {
  margin: 20px 0;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

#zyxel .gift__box h2 {
  margin-bottom: 20px;
  color: #ed1c25;
  font-weight: bolder;
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#zyxel .gift__box h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
}

#zyxel .gift__box p {
  margin: 0 auto 20px;
  padding: 20px 10px;
  background-color: #4b8a24;
  width: 90%;
  color: #fff;
}

#zyxel .gift__box img {
  height: 350px;
  margin: 0 auto;
}

@media (min-width: 996px) {
  #zyxel .gift__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #zyxel .gift__flexBox {
    width: 47%;
  }
  #zyxel .gift__box p {
    padding: 20px 0;
    width: 60%;
  }
}

#zyxel .redeem {
  padding: 50px 0;
  color: #fff;
}

#zyxel .redeem__stepbox {
  width: 100%;
  text-align: center;
  margin: 0px 0 80px;
}

#zyxel .redeem__stepbox .commonText2 a {
  color: #67be31;
}

#zyxel .redeem__btn {
  cursor: pointer;
  text-align: center;
  border: 1px solid #67be31;
  width: 100%;
  max-width: 370px;
  margin: 10px auto 0;
  padding: 10px 0;
  font-size: 18px;
}

#zyxel .redeem__btn:hover {
  background-color: #67be31;
}

@media (min-width: 996px) {
  #zyxel .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #zyxel .redeem__stepbox {
    width: 30%;
    margin: 0;
  }
  #zyxel .redeem__btn {
    width: 60%;
    margin: 50px auto 0;
  }
}

#zyxel .more {
  text-align: center;
  padding: 20px 0;
}

#zyxel .more__title {
  color: #67be31;
  margin-bottom: 20px;
}

#zyxel .more__pic {
  margin-bottom: 20px;
}

#zyxel .more__txt {
  color: #fff;
  margin-bottom: 20px;
}

#zyxel .more__btn {
  cursor: pointer;
  text-align: center;
  border: 1px solid #67be31;
  width: 100%;
  max-width: 370px;
  margin: 0px auto 0;
  padding: 10px 0;
  color: #fff;
  display: block;
  font-size: 18px;
}

#zyxel .more__btn:hover {
  background-color: #67be31;
}

@media (min-width: 996px) {
  #zyxel .more__btn {
    width: 60%;
  }
}

#zyxel .wtb {
  text-align: center;
  padding: 20px 0;
}

#zyxel .wtb__title {
  color: #67be31;
  margin-bottom: 20px;
}
/*# sourceMappingURL=main.css.map */