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

.ft {
  line-height: 0;
}

body {
  margin: 0 auto;
  width: 100%;
  background-image: url(../images/background.jpg);
  font-family: "Noto sans TC", 繁黑體, "Roboto Slab", serif;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

/* progress 待處理 */
.progress {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
  top: 0;
  overflow: hidden;
}
.progress .loading {
  width: 128px;
  height: 79px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.free-btn {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 9999;
}
.free-btn img {
  width: calc((640/750)*100px);
}

#hill {
  position: relative;
  top: -290px;
  left: -312px;
  width: 65px;
}

/* wrap content */
#wrap {
  width: 640px;
  background: white;
  background-repeat: no-repeat;
  margin: auto;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(23, 65, 32, 0.9);
  /* 首頁*/
}
#wrap .deco-left {
  text-align: left;
}
#wrap .deco-right {
  text-align: right;
}
#wrap #top {
  width: 100%;
  height: calc((640 / 750) * 1030px);
  position: relative;
  background: url(../images/p1_kvbg.jpg) no-repeat top center;
  background-size: contain;
  text-align: center;
  overflow: hidden;
}
#wrap #top .brand img {
  margin-top: 80px;
  width: calc((640/750)*289px);
}
#wrap #top .kv-title {
  position: relative;
  top: -100px;
}
#wrap #top .kv-title img {
  width: calc((640/750)*566px);
}
#wrap #top .kv-btn {
  position: relative;
  top: -140px;
}
#wrap #top .kv-btn img {
  width: calc((640/750)*243px);
}
#wrap #p2 {
  background: white;
  /*more*/
}
#wrap #p2 #word-1 {
  position: relative;
  top: -80px;
}
#wrap #p2 .word {
  text-align: center;
}
#wrap #p2 .word img {
  width: calc((640 / 750) * 655px);
}
#wrap #p2 .more-btn {
  text-align: center;
  position: relative;
  top: -250px;
  margin-bottom: -140px;
  z-index: 99;
}
#wrap #p2 .more-btn img {
  width: calc((640/750)*188px);
}
#wrap #p2 .deco-left img {
  width: calc((640/750) *179px);
}
#wrap #p2 .deco-right {
  position: relative;
  top: -280px;
  margin-bottom: -440px;
}
#wrap #p2 .deco-right img {
  width: calc((640/750) *211px);
}

/* 免費兌換*/
.free {
  width: 227px;
  height: 62px;
  margin: auto;
  position: absolute;
  top: 370px;
  left: 215px;
}

.free ul {
  list-style: none;
  display: block;
  width: 209px;
}

.free li {
  float: left;
}

.free ul li a.free1 {
  display: block;
  width: 227px;
  height: 62px;
  background-image: url(images/top1.png);
}

.free li a.free1:hover {
  width: 227px;
  height: 62px;
  background-image: url(images/top2.png);
}

#new {
  width: 640px;
  position: relative;
}

.linebox {
  position: absolute;
  top: 120px;
}

.linebox p {
  text-align: center;
  font-size: 16px;
  line-height: 29px;
}

.newp {
  position: absolute;
  top: 445px;
  left: 69.5px;
}

@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*owl-carousel*/
.owl-carousel .owl-dots.disabled {
  display: block;
}

#prod1 .owl-dots {
  position: relative;
  top: -130px;
  left: -60px;
}

#prod2 .owl-dots {
  position: relative;
  left: -10px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 20px 7px 0;
  border-radius: 99em;
  border: transparent 1px solid;
  background: #bcc8bd;
}

.owl-carousel .owl-nav button.owl-next.active,
.owl-carousel .owl-nav button.owl-prev.active,
.owl-carousel button.owl-dot.active {
  background: #224a25;
}

.owl-carousel button.owl-dot:focus {
  outline: none;
}

#prod1 {
  width: 750px;
  height: auto;
  position: relative;
  text-align: center;
  padding: 0 0 10px;
  top: -80px;
}

#prod1 .prev,
#prod1 .next {
  position: relative !important;
  top: -205px !important;
  left: 150px !important;
  z-index: 998;
}

#prod2 .prev,
#prod2 .next {
  position: relative !important;
  top: -75px !important;
  left: 60px !important;
  z-index: 998;
}

#prod1 #prod1 h2::before {
  transform: rotate(180deg);
  right: 10px;
  left: inherit;
}

#material-prod1,
#material-prod2,
#material-prod3 {
  margin: 50px 10px;
}

/*不超出去框*/
.owl-stage-outer {
  margin: 0 auto;
  width: 640px;
}

#material-prod1 .one img {
  width: calc((640/750) * 600px);
  height: calc((640/750) * 920px);
  position: relative;
}

#material-prod2 .one img {
  width: calc((640/750) * 700px);
  height: calc((640/750) * 520px);
  position: relative;
}

#material-prod1 .one {
  width: 750px;
  height: 920px;
  text-align: center;
}

#editor .prev,
#editor .next,
#prod1 .prev,
#prod1 .next,
#prod2 .prev,
#prod2 .next,
#prod3 .prev,
#prod3 .next {
  position: absolute;
  left: 50%;
  top: 1050px;
  cursor: pointer;
  z-index: 5;
}

#editor .prev[data-aos=fade-right],
#prod1 .prev[data-aos=fade-right],
#prod2 .prev[data-aos=fade-right],
#prod3 .prev[data-aos=fade-right] {
  transform: rotateY(180deg) translateX(470px);
}

#editor .prev[data-aos=fade-right][data-aos^=fade][data-aos^=fade].aos-animate,
#prod1 .prev[data-aos=fade-right][data-aos^=fade][data-aos^=fade].aos-animate,
#prod2 .prev[data-aos=fade-right][data-aos^=fade][data-aos^=fade].aos-animate,
#prod3 .prev[data-aos=fade-right][data-aos^=fade][data-aos^=fade].aos-animate {
  transform: rotateY(180deg) translateX(400px);
}

#prod2 .prev[data-aos=fade-right][data-aos^=fade][data-aos^=fade].aos-animate {
  transform: rotateY(180deg) translateX(120px);
}

/*一定要加，以免手機不能下捲*/
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}

/*p3*/
.p3 {
  text-align: center;
  background: #fff url(../images/bg2.jpg) no-repeat center bottom;
  width: 640px;
  height: auto;
}
.p3 .p3-title img {
  width: calc((640/750)*324px);
}
.p3 .p3-subtitle {
  margin: 50px auto;
}
.p3 .p3-subtitle img {
  width: calc((640/750)*327px);
}
.p3 .circle-wrap ul li {
  display: inline-table;
  margin: 10px;
}
.p3 .circle-wrap ul li img {
  width: calc((640/750)*174px);
}
.p3 .deco-left {
  position: relative;
  top: -120px;
  margin-bottom: -200px;
}
.p3 .deco-left img {
  width: calc((640/750)*171px);
}
.p3 .word img {
  width: calc((640/750)*585px);
}
.p3 .deco-right {
  position: relative;
  top: -410px;
  margin-bottom: -212px;
}
.p3 .deco-right img {
  width: calc((640/750)*180px);
}

/*bottom*/
#bottom {
  background: url(../images/bg3.jpg) no-repeat center top;
  width: 640px;
  height: auto;
  position: relative;
  text-align: center;
}
#bottom .deco-left img {
  width: calc((640/750)*235px);
  position: relative;
  top: -190px;
  margin-bottom: -300px;
}
#bottom .btm-subtitle {
  text-align: center;
  font-size: 30px;
  color: #224a25;
  letter-spacing: 2px;
  font-weight: 300;
}
#bottom .btm-title img {
  width: calc((640/750)*569px);
}
#bottom .deco-right img {
  width: calc((640/750)*180px);
  position: relative;
  top: -150px;
  margin-bottom: -155px;
  overflow: hidden;
}
#bottom .form_wrap {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
#bottom .mday img {
  width: calc((640/750)*750px);
  margin-bottom: -5px !important;
}

/* form*/
.form_wrap {
  width: 489px;
  height: auto;
  display: block;
  overflow: hidden;
  margin: auto;
  /*填單表格*/
}
.form_wrap h1 {
  font-size: 44.2px;
  text-align: left;
  line-height: 54px;
  padding-top: 125px;
  color: #3a1e17;
}
.form_wrap p {
  margin: 10px auto 20px;
  text-align: justify;
  letter-spacing: 0px;
  font-size: 24px;
  line-height: 38px;
}
.form_wrap p strong {
  color: #224a25;
}
.form_wrap ul li {
  list-style: none;
  margin-bottom: 20px;
}
.form_wrap ul li input,
.form_wrap ul li select {
  width: 435px;
  height: 70px;
  font-size: 20px;
  line-height: 30px;
  border: 1px #224a25 solid;
  font-family: "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
  font-weight: 300;
  color: #224a25;
  padding: 0 20px;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_wrap ul li select {
  width: 475px;
}
.form_wrap ul li input:-ms-input-placeholder,
.form_wrap ul li select:-ms-input-placeholder {
  color: #2e1908;
  opacity: 1;
}
.form_wrap ul li input::-moz-placeholder, .form_wrap ul li select::-moz-placeholder {
  color: #2e1908;
  opacity: 1;
}
.form_wrap ul li input:-ms-input-placeholder, .form_wrap ul li select:-ms-input-placeholder {
  color: #2e1908;
  opacity: 1;
}
.form_wrap ul li input::placeholder,
.form_wrap ul li select::placeholder {
  color: #2e1908;
  opacity: 1;
}
.form_wrap .list {
  width: 100%;
  padding: 0 20px 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(78, 78, 78, 0.3);
  margin-bottom: 10px;
}
.form_wrap .list ul li {
  text-align: left;
  font-size: 18px;
  line-height: 35px;
  color: #333;
  display: flex;
  letter-spacing: 0.5px;
  margin: 0;
}
.form_wrap .list ul li div:first-child {
  width: 320px;
}
.form_wrap .list ul li div:first-child.yt {
  color: #ae9a64;
  line-height: 33px;
}
.form_wrap .list ul li div:first-child.yt span {
  font-size: 15px;
}
.form_wrap .list ul li:first-child {
  line-height: 60px;
  border-bottom: 1px #ae9a64 solid;
  font-size: 25px;
  color: #ae9a64;
  font-weight: bold;
  margin-bottom: 10px;
}

/*官網fb*/
.link_wrap {
  margin: 10px 10px;
  display: flex;
  justify-content: space-between;
}

.link_wrap .btn1 {
  position: relative;
  width: 100%;
  right: 10px;
  background: #224a25;
}
.link_wrap .btn1:hover {
  background: #618333;
  transition: all 0.2s linear;
}

.link_wrap .btn2 {
  position: relative;
  width: 100%;
  left: 10px;
  background: #224a25;
}
.link_wrap .btn2:hover {
  background: #618333;
  transition: all 0.2s linear;
}

/*官網fb*/
.link_wrap a {
  background: #3a1e17;
}

.link_wrap a img {
  display: block;
  width: calc((640/750)*272px);
}

.link_wrap a:hover {
  background: #ae9a64;
}

/*我同意*/
.radios {
  font-size: 24px;
  color: black;
  margin: 15px 0;
  font-family: 微軟正黑體, Arial, sans-serif;
  text-align: left;
}

/*個資*/
.radios a {
  color: black;
  text-decoration: underline;
}

.radios a:hover {
  color: #224a25;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: inline-block;
  width: 25px;
  text-align: left;
  box-sizing: border-box;
  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;
  box-sizing: border-box;
  border: 1px #224a25 solid;
  transition: background ease-in 0.5s;
}

input[type=checkbox] + label::after {
  content: "";
  display: inline-block;
  top: 4px;
  left: 8px;
  box-sizing: border-box;
  width: 10px;
  height: 15px;
  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: #3a1e17;
}

/*確認送出*/
.enter,
.tofb {
  width: 100%;
  height: 85px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background: black;
  letter-spacing: 2px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

.enter1 {
  display: block;
  width: 100%;
  height: 85px;
  overflow: hidden;
  margin: 10px auto;
  overflow: hidden;
}

.enter1 ul li a {
  display: block;
  width: 100%;
  height: 85px;
  background-image: url(./images/counter1.jpg);
}

.enter::before,
.enter::after,
.tofb::before,
.tofb::after {
  width: 240px;
  height: 144px;
  display: block;
  content: "";
  position: absolute;
  top: -73px;
  left: -73px;
  -webkit-animation: light 0.2s infinite;
  animation: light 0.2s infinite;
  transition: all 0.5s ease-in-out;
}

.enter::after,
.tofb::after {
  top: inherit;
  left: inherit;
  bottom: -71px;
  right: -77px;
}

.enter:hover::before,
.tofb:hover::before {
  left: 303px;
  transition: all 0.3s ease-in-out;
}

.enter:hover::after,
.tofb:hover::after {
  right: 300px;
  transition: all 0.3s ease-in-out;
}

.enter:hover p,
.tofb:hover p {
  letter-spacing: 2px;
  font-size: 25px;
  transition: all 1s ease-in-out;
}

.enter p,
.tofb p {
  color: #fff;
  font-weight: 400;
  line-height: 70px;
  font-size: 30px;
  filter: drop-shadow(0px 1px 1px rgba(110, 60, 30, 0.6));
  letter-spacing: 8px;
  transition: all 1s ease-in-out;
  text-align: center;
}

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

.form_wrap p.stxt {
  font-size: 22px;
  margin: 25px 0;
  color: #224a25;
  text-align: center;
}

footer {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-top: 30px;
}

.form_wrap .form_txt.m {
  margin: 0 auto 80px;
}

.form_wrap .gift.m {
  top: 330px;
  left: 395px;
  width: 140px;
}

.watchout {
  color: #1d1d1d;
  font-size: 18px;
  text-align: center;
  margin: 40px auto 0;
}

.watchout .tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border: 1px #1d1d1d solid;
  line-height: 20px;
  margin: auto;
  letter-spacing: 0;
}

.watchout p {
  text-align: center;
  margin: 10px 0 0;
}

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

#coup-name::before {
  content: "姓名 : ";
  color: #2e1908;
}

#coup-mail::before {
  content: "信箱 : ";
  color: #2e1908;
}

#coup-phone::before {
  content: "手機 : ";
  color: #2e1908;
}

#coup-shop::before {
  content: "櫃點 : ";
  color: #2e1908;
}

#coup-time::before {
  content: "場次 : ";
  color: #2e1908;
}

#check-btn.done {
  background: #4a4a3e;
}

#check-btn.done p::after {
  content: "報到完成";
}

#check-btn p::after {
  content: "確認報到";
}

#mday {
  width: 640px;
  height: 167px;
  margin: auto;
  position: relative;
  top: 20px;
}

#mday ul {
  list-style: none;
  display: block;
  width: 209px;
}

#mday li {
  float: left;
}

#mday ul li a.mday {
  display: block;
  width: 640px;
  height: 167px;
  background-image: url(./images/m_01.jpg);
}

#mday li a.mday:hover {
  width: 640px;
  height: 167px;
  background-image: url(./images/m_02.jpg);
}

#store {
  overflow-y: auto;
}
/*# sourceMappingURL=style.css.map *//*# sourceMappingURL=style.css.map */