@charset "UTF-8";
/* CSS Document*/
/* CSS reset*/
@import url("//fonts.googleapis.com/earlyaccess/notosanstc.css");
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, footer, img {
  margin: 0;
  padding: 0;
  border: 0; }

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

ol, ul {
  list-style: none; }

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

abbr, acronym, img {
  border: 0; }

/* link styles*/
a, div, li {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover, div:hover, li:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* ----------------------------------------------------
 	clearfix
 */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
  display: inline-block; }

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  * html .clearfix {
    height: 1%; }

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  width: 100%;
  background: #fff;
  letter-spacing: 1px; }

body {
  width: 100%;
  font-family: 'Noto Sans TC',微軟正黑體, Arial ,sans-serif;
  letter-spacing: 1px; }

h1, h2, h3, h4, h5 {
  font-family: 'Noto Sans TC',微軟正黑體, Arial ,sans-serif; }

img {
  max-width: 100%;
  height: auto; }

body {
  color: black;
  font-weight: 700;
  background: #f8f8f8; }

p {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px; }

.progress {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
  top: 0;
  overflow: hidden; }
  .progress.dispear {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.loading {
  width: 350px;
  height: 54px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#wrap {
  position: relative;
  width: 640px;
  height: auto;
  display: block;
  margin: auto;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden; }

#index {
  width: 640px;
  height: 840px;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: url(../images/bg1.jpg); }
  #index h1 {
    font-size: 60px;
    line-height: 80px;
    color: white;
    font-weight: bold;
    letter-spacing: 12px;
    position: absolute;
    top: 145px;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    text-shadow: 0px 4px 10px #c59c00; }
    #index h1.active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      -webkit-transition: all ease 1.5s .5s;
      -o-transition: all ease 1.5s .5s;
      transition: all ease 1.5s .5s; }
  #index .index_btn {
    width: 136px;
    height: 136px;
    display: block;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 600px;
    left: 252px;
    cursor: pointer;
    opacity: 0;
    font-size: 25px;
    color: black;
    padding-top: 45px; }
    #index .index_btn img {
      position: absolute;
      top: 85px;
      left: 52px;
      -webkit-animation: index_arw .5s infinite linear alternate;
      animation: index_arw .5s infinite linear alternate; }
    #index .index_btn.active {
      opacity: 1;
      top: 600px;
      -webkit-transition: all ease 1s 1.5s;
      -o-transition: all ease 1s 1.5s;
      transition: all ease 1s 1.5s; }

@-webkit-keyframes index_arw {
  0% {
    top: 85px; }
  100% {
    top: 95px; } }

@keyframes index_arw {
  0% {
    top: 85px; }
  100% {
    top: 95px; } }

#prod {
  width: 640px;
  height: 1830px;
  position: relative;
  text-align: center; }
  #prod .prod1 {
    width: 640px;
    height: 1190px;
    background: url(../images/prod1_bg.jpg);
    padding-top: 50px;
    position: relative; }
    #prod .prod1 h2 {
      font-size: 45px;
      line-height: 55px; }
    #prod .prod1 .prod_name {
      position: absolute;
      top: 680px;
      left: 30px;
      text-align: left; }
      #prod .prod1 .prod_name .step {
        margin-bottom: 10px; }
      #prod .prod1 .prod_name h3 {
        font-size: 32px;
        color: black;
        font-weight: 400; }
        #prod .prod1 .prod_name h3 span {
          font-size: 20px;
          color: #333; }
    #prod .prod1 .prod1_content {
      width: 580px;
      height: 360px;
      position: absolute;
      top: 800px;
      left: 30px;
      text-align: left; }
      #prod .prod1 .prod1_content .one {
        width: 580px;
        height: 360px;
        padding-top: 200px; }
        #prod .prod1 .prod1_content .one h4 {
          font-size: 24px;
          color: #c4a619;
          margin-bottom: 10px; }
        #prod .prod1 .prod1_content .one p {
          font-size: 20px;
          color: #333;
          line-height: 36px;
          text-align: justify; }
      #prod .prod1 .prod1_content .owl-dots {
        position: absolute;
        width: 580px;
        left: 0px;
        top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #prod .prod1 .prod1_content .owl-dots .owl-dot {
          width: 180px;
          height: 180px;
          outline: none;
          -webkit-transition: all ease .5s;
          -o-transition: all ease .5s;
          transition: all ease .5s; }
          #prod .prod1 .prod1_content .owl-dots .owl-dot:nth-child(1) {
            background: url(../images/dot1_2.jpg); }
            #prod .prod1 .prod1_content .owl-dots .owl-dot:nth-child(1).active {
              background: url(../images/dot1.jpg); }
          #prod .prod1 .prod1_content .owl-dots .owl-dot:nth-child(2) {
            background: url(../images/dot2_2.jpg); }
            #prod .prod1 .prod1_content .owl-dots .owl-dot:nth-child(2).active {
              background: url(../images/dot2.jpg); }
          #prod .prod1 .prod1_content .owl-dots .owl-dot:nth-child(3) {
            background: url(../images/dot3_2.jpg); }
            #prod .prod1 .prod1_content .owl-dots .owl-dot:nth-child(3).active {
              background: url(../images/dot3.jpg); }
  #prod .prod2, #prod .prod3 {
    width: 320px;
    height: 640px;
    float: left;
    background: url(../images/prod2_bg.jpg);
    padding-top: 25px;
    position: relative; }
    #prod .prod2 .prod_name, #prod .prod3 .prod_name {
      text-align: center; }
      #prod .prod2 .prod_name .step, #prod .prod3 .prod_name .step {
        margin-bottom: 10px; }
      #prod .prod2 .prod_name h3, #prod .prod3 .prod_name h3 {
        font-size: 30px;
        color: black;
        font-weight: 400; }
    #prod .prod2 .intro, #prod .prod3 .intro {
      width: 100%;
      text-align: center;
      font-size: 20px;
      line-height: 30px;
      color: #333;
      position: absolute;
      top: 500px;
      font-weight: 400;
      cursor: pointer; }
      #prod .prod2 .intro:hover .more, #prod .prod3 .intro:hover .more {
        background: #e4cf16;
        color: white; }
      #prod .prod2 .intro .more, #prod .prod3 .intro .more {
        width: 25px;
        height: 25px;
        margin: 5px auto;
        background: white;
        border: 1px #e4cf16 solid;
        line-height: 21px;
        color: black;
        letter-spacing: 0; }
    #prod .prod2 .intro_pop, #prod .prod3 .intro_pop {
      width: 270px;
      height: auto;
      padding: 15px;
      background: white;
      font-size: 18px;
      color: #333;
      line-height: 32px;
      position: absolute;
      top: 230px;
      left: 25px;
      font-weight: 400;
      text-align: justify;
      -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden; }
      #prod .prod2 .intro_pop.active, #prod .prod3 .intro_pop.active {
        top: 210px;
        opacity: 1;
        visibility: visible; }
      #prod .prod2 .intro_pop .close, #prod .prod3 .intro_pop .close {
        width: 25px;
        height: 25px;
        margin: 5px auto;
        background: white;
        border: 1px #e4cf16 solid;
        line-height: 20px;
        font-size: 25px;
        padding-left: 4px;
        color: black;
        letter-spacing: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: -18px;
        right: -12px;
        cursor: pointer; }
        #prod .prod2 .intro_pop .close:hover, #prod .prod3 .intro_pop .close:hover {
          background: #e4cf16;
          color: white;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
  #prod .prod3 {
    background: url(../images/prod3_bg.jpg); }

#video {
  width: 640px;
  height: 360px;
  position: relative; }
  #video video {
    width: 640px; }
  #video .video_cover, #video .vidowrap {
    position: absolute;
    top: 0;
    left: 0; }
  #video .vidowrap {
    width: 640px;
    height: 360px; }
  #video .video_cover {
    z-index: 50;
    width: 640px;
    height: 360px;
    background-image: url(../images/video_cover.jpg);
    position: relative;
    cursor: pointer;
    opacity: 1;
    visibility: visible; }
    #video .video_cover.active {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #video .video_cover:hover .play_btn {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #video .video_cover .play_btn {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -60px;
      margin-top: -60px;
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }

#blog {
  width: 640px;
  height: 1025px;
  position: relative;
  text-align: center;
  padding-top: 50px;
  background: url(../images/blog_bg.jpg); }
  #blog .prev, #blog .next {
    position: absolute;
    top: 950px;
    left: 50%;
    margin-left: 100px;
    z-index: 20;
    cursor: pointer; }
  #blog .prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-left: -120px; }
  #blog .bottle {
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-animation: bottle 1s infinite linear;
    animation: bottle 1s infinite linear; }
  #blog h2 {
    font-size: 45px;
    color: black;
    margin-bottom: 40px;
    line-height: 55px; }
  #blog .blog_content {
    width: 640px;
    height: 800px; }
    #blog .blog_content #material-blog .one {
      width: 640px; }
      #blog .blog_content #material-blog .one .blog_one {
        width: 550px;
        height: 130px;
        background: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 20px;
        -webkit-box-shadow: -5px 5px 15px rgba(220, 230, 240, 0.8);
        box-shadow: -5px 5px 15px rgba(220, 230, 240, 0.8); }
        #blog .blog_content #material-blog .one .blog_one:hover {
          -webkit-box-shadow: -5px 5px 7px #cdddec;
          box-shadow: -5px 5px 7px #cdddec; }
        #blog .blog_content #material-blog .one .blog_one img {
          width: 130px;
          height: 130px; }
        #blog .blog_content #material-blog .one .blog_one p {
          width: 420px;
          height: 130px;
          padding: 8px 20px;
          font-size: 18px;
          color: #333;
          line-height: 28px;
          font-weight: 400;
          text-align: justify;
          overflow: hidden; }
          #blog .blog_content #material-blog .one .blog_one p span {
            font-weight: bold;
            color: #c4a619;
            display: block; }
    #blog .blog_content #material-blog .owl-dots {
      margin-top: 5px; }
      #blog .blog_content #material-blog .owl-dots .owl-dot {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #ccc;
        margin: 0 15px; }
        #blog .blog_content #material-blog .owl-dots .owl-dot.active {
          background: #c4a619; }

@-webkit-keyframes bottle {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes bottle {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

#editor {
  width: 640px;
  height: 620px;
  position: relative;
  text-align: center;
  padding-top: 50px;
  background: url(../images/bg2.jpg); }
  #editor .prev2, #editor .next2 {
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: 280px;
    z-index: 20;
    cursor: pointer; }
  #editor .prev2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-left: -300px; }
  #editor .editor_content {
    width: 640px;
    height: 500px;
    position: relative;
    margin-top: 20px; }
    #editor .editor_content .one {
      width: 640px;
      height: 500px;
      position: relative;
      margin: 0 auto; }
      #editor .editor_content .one .editor_p {
        width: 640px;
        height: 325px;
        background: url(../images/edp_bg.png);
        margin-bottom: 5px;
        overflow: hidden;
        position: relative; }
        #editor .editor_content .one .editor_p img {
          position: absolute;
          width: 510px;
          top: 15px;
          left: 65px; }
      #editor .editor_content .one h3 {
        font-size: 25px;
        color: black;
        line-height: 35px;
        letter-spacing: 0;
        margin-bottom: 15px; }
      #editor .editor_content .one .editor_more {
        width: 150px;
        height: 40px;
        margin: auto;
        background: white;
        border: #dcc311 1px solid;
        font-size: 18px;
        line-height: 38px;
        color: #dcc311;
        letter-spacing: 0;
        cursor: pointer;
        -webkit-box-shadow: -5px 5px 5px rgba(220, 230, 240, 0.8);
        box-shadow: -5px 5px 5px rgba(220, 230, 240, 0.8); }
        #editor .editor_content .one .editor_more:hover {
          background: #dcc311;
          color: white; }

#sp {
  width: 640px;
  height: 655px;
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-left: 185px;
  background: url(../images/bg2.jpg) center 655px; }
  #sp .txt_wrap {
    width: 430px; }
    #sp .txt_wrap h2 {
      font-size: 35px;
      line-height: 50px;
      text-align: left;
      margin-bottom: 25px; }
    #sp .txt_wrap .good_wrap {
      width: 100%;
      border-top: #dcc311 1px solid;
      border-bottom: #dcc311 1px solid;
      padding: 30px 0; }
      #sp .txt_wrap .good_wrap div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #sp .txt_wrap .good_wrap div:first-child {
          margin-bottom: 20px; }
        #sp .txt_wrap .good_wrap div img {
          width: 96px;
          height: 96px;
          margin-right: 24px; }
        #sp .txt_wrap .good_wrap div p {
          width: 310px;
          text-align: justify;
          font-size: 17px;
          line-height: 30px;
          letter-spacing: 0;
          color: #333; }
          #sp .txt_wrap .good_wrap div p span {
            color: #224400; }

#bottom, #coupon {
  width: 640px;
  height: auto;
  padding: 75px 50px;
  position: relative;
  text-align: center;
  background: url(../images/bottom_bg.jpg); }
  #bottom h2, #coupon h2 {
    font-size: 45px;
    position: relative;
    margin-bottom: 35px; }
  #bottom .bottom_txt, #coupon .bottom_txt {
    font-size: 20px;
    line-height: 40px;
    text-align: justify;
    margin-bottom: 35px;
    letter-spacing: 0px; }

.form_wrap {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  position: relative; }
  .form_wrap ul li {
    margin-bottom: 20px; }
    .form_wrap ul li input, .form_wrap ul li select {
      width: 100%;
      height: 65px;
      font-size: 20px;
      line-height: 25px;
      border: 1px #dcc311 solid;
      font-family: 'Noto Sans TC',微軟正黑體, Arial ,sans-serif;
      font-weight: 400;
      color: #000;
      padding: 0 20px;
      background: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .form_wrap ul li input::-webkit-input-placeholder, .form_wrap ul li select::-webkit-input-placeholder {
        color: #333;
        opacity: 1; }
      .form_wrap ul li input:-ms-input-placeholder, .form_wrap ul li select:-ms-input-placeholder {
        color: #333;
        opacity: 1; }
      .form_wrap ul li input::-ms-input-placeholder, .form_wrap ul li select::-ms-input-placeholder {
        color: #333;
        opacity: 1; }
      .form_wrap ul li input::placeholder, .form_wrap ul li select::placeholder {
        color: #333;
        opacity: 1; }

.radios {
  font-size: 18px;
  color: black;
  margin: 15px 0;
  font-family: 'Noto Sans TC',微軟正黑體, Arial ,sans-serif;
  text-align: left;
  font-weight: 400; }
  .radios a {
    color: black;
    text-decoration: underline; }
    .radios a:hover {
      color: #dcc311; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    display: inline-block;
    width: 25px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -2px;
    margin-right: 5px; }
  input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    vertical-align: middle;
    border: #dcc311 1px solid;
    -webkit-transition: background ease-in .5s;
    -o-transition: background ease-in .5s;
    transition: background ease-in .5s; }
  input[type="checkbox"] + label::after {
    content: "";
    display: inline-block;
    top: 8px;
    left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
    position: absolute; }
  input[type="checkbox"]:checked + label::after {
    border-color: #dcc311; }

.enter, .tofb {
  width: 100%;
  height: 85px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background: #dcc311;
  letter-spacing: 4px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
  font-family: 'Noto Sans TC',微軟正黑體, Arial ,sans-serif; }
  .enter p, .tofb p {
    color: black;
    line-height: 85px;
    font-size: 26px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold; }

.tofb {
  background: #4267b2;
  border: #29487d 1px solid;
  color: white;
  display: none; }

.watchout {
  width: 510px;
  margin: 10px auto 30px;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  text-align: left;
  letter-spacing: 0; }
  .watchout p {
    margin-bottom: 10px; }
  .watchout ul li {
    margin-bottom: 10px;
    padding-left: 10px; }
    .watchout ul li:before {
      content: '*';
      margin-left: -10px; }

footer {
  width: 100%;
  display: block;
  height: 90px; }
  footer img {
    margin: 0; }

/*MOBILE-COUPON*/
#coupon {
  padding: 50px; }

#coup-name, #coup-phone, #coup-store, #coup-mail {
  width: 100%;
  height: 70px;
  background: white;
  line-height: 68px;
  font-size: 20px;
  color: #000;
  font-family: "Noto Sans CJK TC Light", "Arial Unicode MS", iLiHei, "å¾®è»Ÿæ­£é»‘é«”";
  margin-bottom: 20px;
  padding-left: 20px;
  letter-spacing: 1px;
  border: 1px #999 solid;
  text-align: left; }

.stxt {
  color: black;
  font-size: 20px;
  font-weight: bold; }

#check-btn.done {
  background: black; }

#check-btn.done p {
  color: gray; }
  #check-btn.done p::after {
    content: "兌換完成"; }

#check-btn p::after {
  content: "確認兌換"; }
