@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  background: url("../images/bg_fixed.jpg") bottom center no-repeat fixed;
  scroll-behavior: smooth;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html {
    background: #fff;
  }
  html:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_fixed.jpg")center 0 no-repeat;
    background-size: cover;
  }
}


/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
  background: url("../images/side_deco.png") center -75px repeat-y;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
/*  display: block;*/
  text-align: center;
}
.kv_m {
  display: none;
}
/*
.kv_m img {
  display: block;
}
*/
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}
/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}


/*主視覺動畫*/
.kv_bg {
  width: 100%;
}
.kvdeco {
  position: absolute;
}
.kv_sticker {
  top: calc((0 / 1920) * 100%);
  left: calc((229 / 1920) * 100%);
  width: calc((220 / 1920)* 100%);
  animation: slideInDown 1s;
  animation-delay: .1s;
  animation-fill-mode: backwards;
}
.kv_tt {
  top: calc((160 / 1920) * 100%);
  left: calc((449 / 1920) * 100%);
  width: calc((595 / 1920)* 100%);
  animation: bounceIn .8s;
  animation-delay: .6s;
  animation-fill-mode: backwards;
}
.kv_promotion {
  top: calc((1396 / 1920) * 100%);
  left: calc((314 / 1920) * 100%);
  width: calc((730 / 1920)* 100%);
  animation: bounceIn .8s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}


/*--倒數--*/
.countdown {
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px 0;
  letter-spacing: 3px;
  border-bottom: 1px solid #fff;
  width: fit-content;
  margin: 0 auto;
  text-shadow: 1px 1px 8px #22222270;
}
.days, .hours, .minutes, .seconds {
  font-size: 50px;
  color: #ffe400;
}
.word {
  color: #fff;
}
.word:nth-child(1) {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .countdown {
    width: 95%;
    flex-wrap: wrap;
    font-size: 5vw;
    padding: 1vw 0 2vw;
    position: relative;
  }
  .days, .hours, .minutes, .seconds {
    font-size: 8vw;
  }
  .word {
    text-align: center;
    display: block;
    width: 100vw;
    line-height: 1.3;
  }
  .word-day {
    text-align: center;
    display: inline-flex;
    width: fit-content;
  }
}


/*區塊*/
.blk {
  margin: 210px auto 70px;
  max-width: 1210px;
  background: url("../images/blk_bg.png") top center repeat-y;
}
.blk::before {
  content: '';
  width: 1210px;
  margin: 0 auto 20px;
  background: url("../images/blk_be.png")center top no-repeat;
  height: 145px;
  display: flex;
  top: -145px;
  position: relative;
}
.blk::after {
  content: '';
  width: 1210px;
  margin: -70px auto 0;
  background: url("../images/blk_af.png")center top no-repeat;
  height: 35px;
  display: flex;
  top: 35px;
  position: relative;
}
@media screen and (max-width: 991px) {
.blk {
    margin: 27vw auto 7vw;
    background: url("../images/blk_bg.png") top center repeat-y;
  }
  .blk::before {
    content: '';
    width: 100%;
    margin: 0 auto -33vw;
    background: url("../images/blk_be.png")center top no-repeat;
    background-size: 160vw;
    height: 19vw;
    display: flex;
    top: -19vw;
    position: relative;
  }
  .blk::after {
    content: '';
    width: 100%;
    margin: -5vw auto 0;
    background: url("../images/blk_af.png")center top no-repeat;
    background-size: 120vw;
    height: 5vw;
    display: flex;
    top: 5vw;
    position: relative;
  }	
}



/*文字標題*/
h2, h3, .menustyle2 ul li a, .countdown, .days, .hours, .minutes, .seconds {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
}
.btt {
  margin: -265px auto 60px;
}
.btt h2 {
  color: #222;
  font-size: 3.6rem;
  letter-spacing: 2px;
}
.stt {
  margin: 40px auto 20px;
}
.stt h3 {
  font-size: 2.2rem;
  color: #222;
  letter-spacing: 2px;
}
.stt h3:before {
  background-image: url("../images/stt_be.png");
  background-size: contain;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  margin-bottom: 0px;
  content: "";
}
.stt h3:after {
  background-image: url("../images/stt_af.png");
  background-size: contain;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  margin-bottom: 0px;
  content: "";
}
.block_0 .btt {
  margin: 0px auto;
}
.block_0 .btt h2 {
  background: url("../images/btt_bgm.png")top center no-repeat;
  width: 100%;
  height: 140px;
  padding: 45px 0 0;
}
@media screen and (max-width: 991px) {
  .btt {
    margin: 1.5vw auto 8vw;
  }
  .btt h2 {
    font-size: 2.2rem;
    letter-spacing: 0px;
  }
  .stt {
    margin: 3vw auto 2vw;
  }
  .stt h3 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .stt h3:before {
    background-image: url("../images/stt_be.png");
    background-size: contain;
    display: inline-block;
    width: 6vw;
    height: 6vw;
    margin-right: 1.5vw;
    margin-bottom: 0;
    content: "";
  }
  .stt h3:after {
    background-image: url("../images/stt_af.png");
    background-size: contain;
    display: inline-block;
    width: 6vw;
    height: 6vw;
    margin-left: 1.5vw;
    margin-bottom: 0;
    content: "";
  }
  .block_0 .btt h2 {
    background-size: contain;
    width: 100%;
    height: 19vw;
    padding: 5vw 0 0;
  }
  .block_0 .cpns .btt h2 {
    font-size: 2rem;
    line-height: .5;
    padding: 6vw 0 0;
  }
  .block_0 .cpns .btt h2 span {
    font-size: 1rem;
  }	
}


/*block_0*/
.block_0 {
  background: url("../images/blk0_be.png")top center no-repeat, #a76600;
  padding: 1px 0 0;
  margin:0 auto 260px;
  max-width: 1920px;
  background-size: contain;	
}
.block_0::after {
  content: '';
  max-width: 1920px;
  margin: -65px auto 0px;
  background: url("../images/blk0_af.png")center top no-repeat;
  height: 74px;
  display: flex;
  top: 74px;
  position: relative;
}
.tips ul {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cpns {
  background: url("../images/cpn_bg.png")top center no-repeat;
  margin: 0px auto;
  padding: 0 0 30px;
}
.cpns .slickbg {
  width: 720px;
  padding: 45px 0 0 230px;
}
.block_0 .warning {
  margin: 10px auto;
}
.block_0 .warning p {
  color: #fff;
  font-size: .9rem;
}
@media screen and (max-width: 991px) {
.block_0 {
    background: url("../images/blk0_be.png")top center no-repeat, #a76600;
    background-size: 235%;
    padding: 2vw 0 0;
    margin:0 auto 32vw;
  }
  .block_0::after {
    content: '';
    margin: -10vw auto 0;
    background: url("../images/blk0_af.png")center top no-repeat;
    background-size: 180vw;
    height: 10vw;
    display: flex;
    top: 10vw;
    position: relative;
  }
  .tips ul {
    width: 96%;
    margin: 2vw auto 0;
    padding: 0 1vw;
  }
  .tips ul li img {
    width: 47vw;
    margin: 0 -3vw;
  }
  .cpns {
    background: none;
    margin: 0px auto;
    padding: 0 0 2vw;
  }
  .cpns .slickbg {
    width: 100%;
    padding: 0;
  }
  .cpns .slickbg .slick-dotted.slick-slider {
	margin-bottom: 0px;
    padding-bottom: 1vw ;
  }	
  .block_0 .btt {
    margin: 2vw auto;
  }
  .block_0 .warning {
    margin: 1vw 2vw;
  }
  .block_0 .warning p {
    text-align: center;
    line-height: 1.5;
  }	
}


/*元件調整*/
.banner {
  padding: 0;
}
.hightlight .font h4,.alternate ul:nth-child(odd) li:first-child,.alternate ul:nth-child(even) li:last-child,.box-mix ul.quotes li,.collect_5x6 .s-row h4,.collect_5x6 .special {
  background: #a76600;
}
.half ul {background: #fff4e2;}

  @media screen and (max-width: 991px) {
    .box-mix {width: 96vw;}
  }



/*輪播統一設定*/
.slick-dots li button:before {
  font-size: 1.5rem !important;
  color: #a76600!important;
}
@media screen and (max-width: 991px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    padding-bottom: 3vw !important;
  }



}

/* =================================================== 版身設定 =================================================== */
/* ------------------ 長高5排品(5F) ------------------ */
.special_5p_1 .hightlight_5p { width: 1160px; margin: 0 auto; padding: 10px 0; background: url("../images/bg_color1.jpg"); border-radius: 15px;}
.special_5p_1 .hightlight_5p ul { align-items: flex-end;}
.special_5p_1 .hightlight_5p ul li { height: auto; margin-top: 0;}
.special_5p_1 .hightlight_5p ul li:first-child { width: 240px; height: auto; }
.special_5p_1 .hightlight_5p ul li:first-child img { width: 240px; height: 240px;}


.special_5p_1 .title_AA h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #222;
  letter-spacing: 2px;
  border-left: none;
  padding: 0px 0 0px 100px;
  margin: 0 0 -95px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../images/title_AA.png") top center no-repeat;
}
.special_5p_1 .hightlight_5p ul li h4 {background: #a76600;}
.title_AA .more{ padding: 10px 0; top: 30px; right: 20px;}

.special_5p_1 .title_AA h3:before {
  background: url("../images/stt_be.png");
  background-size: contain;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 260px -40px 0;
  content: "";
}

.special_5p_1 .title_AA h3:after {
    background-image: url("../images/stt_af.png");
    background-size: contain;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: -87px 0px 85px 260px;
    content: "";
}

.block_5 .special_5p_1 .title_AA h3 span {color:#a76600; font-size: 2.2rem;}

@media screen and ( max-width: 991px ){
	.special_5p_1 {width: 100vw;}
	.special_5p_1 .hightlight_5p {
    width: 100vw;
    margin: 20vw 0 0 -2vw;
    padding: 2vw 0;
}
  .special_5p_1 .hightlight_5p ul li:first-child{width:100%;}
	.special_5p_1 .hightlight_5p ul li:first-child img { width: 45vw; height: 45vw;}
  .special_5p_1 .title_AA {margin: 2vw auto; height:auto;}	
  .special_5p_1 .title_AA h3 {
    position: relative;
    left: 0;
    padding: 0 0 3vw 0;
    top: -4vw;
    font-size: 2.2rem;
    text-align: center;
    background-size: contain;
    background: #ffffff;
    border-radius: 10em;
    border: 3px solid #a76600;
}
  .block_5 .special_5p_1 .title_AA h3 span{font-size: 1.8rem;}
  .title_AA .more{ padding: 2vw; right: 2vw;}

  .special_5p_1 .title_AA h3:before, .special_5p_1 .title_AA h3:after {display: none;}



}


/*btn*/
.blk_btn {
  max-width: 620px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
.btn {
  position: relative;
  width: fit-content;
  margin: 20px auto;
  padding: 10px 95px 12px;
  border-radius: 999em;
  border: 3px solid #a76600;
  background: #fff4e2;
}
/*
.btn_a {
  background: #e65e66;
}
.btn_b {
  background: #2daa6b;
}
*/
.btn h2 {
  line-height: 1.45;
  margin-left: -60px;
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #a76600;
}
.btn span {
  font-size: 1.8rem;
  font-weight: 900;
  border-radius: 100%;
  padding: 18px 10px;
  position: absolute;
  right: 9px;
  top: 7px;
  animation: pulse 1s infinite;
  color: #fff;
  background: #a76600;
}
/*
.btn_a span{ background: #2daa6b;}
.btn_b span{ background: #e65e66;}
*/
@media screen and (max-width: 991px) {
  .blk_btn {
	width: 90%;  
    margin: 3vw auto 7vw;
    display: flex;
    flex-wrap: wrap;
  }
  .btn {
    margin: 1.5vw auto;
    padding: 3vw 13vw 3.5vw 20vw;
  }
  .btn h2 {
    line-height: 1.5rem;
    margin-left: -16vw;
    font-size: 1.8rem;
  }
  .btn span {
    font-size: 1.3rem;
    padding: 2.5vw 1.2vw;
    right: 1.2vw;
    top: 1vw;
  }
}





/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 130px;
    display: flex;
    flex-wrap: wrap;
    z-index: 999;
    height: auto;
    position: fixed;
    top: 120px;
    right: 10px;
    border-radius: 99em;
    background: #a76600;
    border: 1px solid #fff;
  }
  .menustyle2 ul {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 40px 5px;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menustyle2 ul li a {
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.1rem;
    color: #fff;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    flex-direction: column;
    line-height: 1.2rem;
    border-radius: 999em;
    text-align: center;
  }
  .menustyle2 ul li a:hover {
    color: #a76600 !important;
    background: #fff;
    transform: scale(1);
    border-radius: 999em;
  }
  .menustyle2 ul .active {
    color: #a76600 !important;
    background: #fff;
    border-radius: 999em;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
  .menustyle2 {
    width: 100%;
    z-index: 999;
    padding: 2vw 1vw;
    display: block;
    background: #a76600;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: auto;
    border-bottom: 1px solid #fff;
  }
  .menustyle2 ul {
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
    display: flex;
  }
  .menustyle2 ul li {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .menustyle2 ul li a {
    font-size: 1rem;
    letter-spacing: 0px;
    color: #fff;
    box-sizing: border-box;
    padding: 1.5vw 2.5vw;
    font-weight: 700;
  }
  .menustyle2 ul li a:hover {
    color: #a76600 !important;
    background: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 99em;
  }
  .menustyle2 ul .active {
    color: #a76600 !important;
    background: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 99em;
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
  #TopMenu2 {
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
}


/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: -300px;
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .target-fix {
    top: -55px;
    margin: 0 0 -1vw;
  }
}


/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}
#gotop::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/top.png") center no-repeat;
  background-size: 50%;
  background-position: 85% 35%;
}
#gotop:hover {
  cursor: pointer;
  background-color: #666;
}
#gotop:active {
  background-color: #ccc;
}
#gotop.show {
  opacity: 0.4;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  margin: 30px;
}
#share::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/share.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}
#share:hover {
  cursor: pointer;
  background-color: #666;
}
#share:active {
  background-color: #666;
}
@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}