@charset "UTF-8";
.f-red {
  color: #ba2b23;
}

html,
body {
  width: 100%;
  font-family: "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #000;
}

.wrapper {
  width: 100%;
}

.max-750 {
  width: 750px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 751px) {
  .max-750 {
    overflow: visible;
  }
}

.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 206px;
  height: 193px;
  background: url(../images/fixed-btn.png) no-repeat top center;
  z-index: 3;
  cursor: pointer;
}
.fixed-btn:hover {
  filter: contrast(1.2);
}

.slick-prev,
.slick-next {
  position: absolute;
  top: unset;
  bottom: -110px;
  width: 39px;
  height: 53px;
  z-index: 5;
}

.slick-prev {
  left: 3%;
}

[dir=rtl] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: url(../images/left-arrow.png);
  width: 39px;
  height: 53px;
  display: inline-block;
}

.slick-next {
  right: 3%;
}

.slick-next:before {
  content: url(../images/right-arrow.png);
  width: 39px;
  height: 53px;
  display: inline-block;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  color: #000;
}

.slick-dots {
  bottom: -65px;
  width: 100%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dots li button:before {
  opacity: 0.75;
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #ba2c23;
  border-radius: 50px;
}

/* STAR footer 設定 */
footer {
  background: #000;
}

/* brand-logo color 可依設計異動*/
.logo.icon-tw_mc_logo,
.logo.icon-en_mc_logo {
  font-size: 20px;
  color: #fff;
}

/* END footer 設定 */
/* STAR from 設定 */
#bottom .form_txt {
  margin: auto;
  text-align: justify;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 4.2rem;
}

#bottom .form_txt span {
  color: #ba2b23;
  font-weight: 500;
}

#bottom .enter_txt {
  text-align: center;
  color: #ba2b23;
  font-size: 32px;
  font-weight: 500;
  margin: 40px 0 20px 0;
}

.form_wrap {
  height: auto;
  display: block;
  overflow: hidden;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
}

.form_wrap ul li {
  margin-bottom: 30px;
}

.form_wrap ul li input,
.form_wrap ul li select {
  width: 100%;
  height: 90px;
  font-size: 2.8rem;
  line-height: 30px;
  letter-spacing: 0.25rem;
  border: 2px #ba2b23 solid;
  font-family: "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
  font-weight: 400;
  color: #555;
  padding: 0 20px;
  background: white;
  -webkit-appearance: none;
}

.form_wrap ul li select {
  width: 47.8%;
}
.form_wrap ul li select:nth-child(1) {
  margin-right: 3%;
}

.form_wrap ul li input::placeholder,
.form_wrap ul li select::placeholder {
  color: #000;
  opacity: 1;
}

.radios {
  font-size: 28px;
  line-height: 38px;
  color: #ba2b23;
  margin: 15px 0;
  font-family: 微軟正黑體, Arial, sans-serif;
  text-align: justify;
  padding-left: 50px;
  font-weight: 400;
  margin-top: 50px;
}
.radios a {
  text-decoration: underline;
  color: #ba2b23;
}
.radios a:hover {
  color: #555;
}

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

input[type=checkbox] + label {
  display: inline-block;
  width: 40px;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  position: relative;
  top: -2px;
  margin-left: -50px;
}

input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px #ba2b23 solid;
  transition: background ease-in 0.5s;
}

input[type=checkbox] + label::after {
  content: "";
  display: inline-block;
  top: 4px;
  left: 14px;
  box-sizing: border-box;
  width: 15px;
  height: 25px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #ba2b23;
  border-top: 0;
  border-left: 0;
  position: absolute;
}

input[type=checkbox] + label::after {
  border-color: #fff;
}

input[type=checkbox]:checked + label::after {
  border-color: #ba2b23;
}

/*webkit瀏覽器專用*/
#_frm_insert ::-webkit-input-placeholder {
  color: #555;
}

/*Firefox 4-18瀏覽器專用*/
#_frm_insert input::-moz-placeholder {
  color: #555;
}

/*Firefox 19+瀏覽器專用*/
#_frm_insert input::-moz-placeholder {
  color: #555;
}

/*IE10瀏覽器專用*/
#_frm_insert:-ms-input-placeholder {
  color: #555;
}

.enter {
  width: 100%;
  height: 90px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background: #ba2b23;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 500;
  line-height: 90px;
  font-size: 28px;
  letter-spacing: 0.5rem;
  outline: none;
  border: none;
}
.enter:hover {
  background: #941f19;
}

#coup-name,
#coup-phone,
#coup-store,
#coup-mail,
#store_name {
  width: 100%;
  height: 90px;
  background: white;
  line-height: 90px;
  font-size: 32px;
  color: #000;
  font-family: "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
  margin-bottom: 20px;
  padding-left: 20px;
  letter-spacing: 1px;
  border: 1px #000 solid;
  text-align: left;
  font-weight: 400;
}

.stxt {
  color: #6e1d5f;
}

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

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

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

/* END from 設定 */
.watchout {
  color: #555;
  font-size: 24px;
  line-height: 42px;
  margin: 50px auto 0px;
  text-align: left;
}
.watchout p {
  margin: 15px 0;
}

.kv {
  width: 100%;
  height: 1256px;
  background: url(../images/kv-bg.jpg) no-repeat top center;
}
.kv .logo {
  margin-top: 725px;
}
.kv .title {
  font-size: 34px;
  color: #fff;
  font-weight: 350;
  letter-spacing: 2px;
  margin-top: 36px;
}
.kv .kv-btn {
  display: inline-block;
  width: 261px;
  height: 70px;
  color: #000;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  font-size: 34px;
  line-height: 65px;
  letter-spacing: 3px;
  margin-top: 150px;
}

.p3-pd {
  padding: 80px 0 100px 0;
  background: #fbfaf8;
}

.p4-info {
  width: 100%;
  height: 1053px;
  background: url(../images/p4-bg.jpg) no-repeat top center;
  position: relative;
  padding-top: 95px;
}
.p4-info img:nth-child(2), .p4-info img:nth-child(3) {
  position: absolute;
  left: 40px;
  top: 271px;
}
.p4-info img:nth-child(3) {
  left: unset;
  right: 40px;
}

.p5-editor {
  width: 100%;
  min-height: 923px;
  background: url(../images/p5-bg.jpg) no-repeat top center;
  padding: 76px 20px;
}
.p5-editor .title {
  color: #fff;
  font-size: 70px;
  letter-spacing: 5px;
  font-weight: 500;
  margin-bottom: 50px;
}
.p5-editor a {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  line-height: 46px;
}
.p5-editor a .btn {
  width: 211px;
  height: 58px;
  background: white;
  color: #ba2b23;
  font-weight: 400;
  border-radius: 50px;
  font-size: 28px;
  line-height: 48px;
}
.p5-editor .slick-prev:before {
  content: url(../images/w_arrow-left.png);
}
.p5-editor .slick-next:before {
  content: url(../images/w_arrow-right.png);
}
.p5-editor .slick-dots li button:before {
  background-color: #fff;
}

.p6-from {
  font-size: 28px;
  font-weight: 300;
  padding-top: 80px;
}
.p6-from .title-box {
  margin-bottom: 40px;
}
.p6-from .title-box .title {
  font-size: 70px;
}
.p6-from .title-box .txt {
  text-align: justify;
}