@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_color1.jpg");
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  html {
    background-size: 16%;
  }
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  background: url("../images/side_deco.png") top center repeat-y;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto; /*height:  ; parallax*/
}
.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;
  }
  .for_m img {
    width: 100%;
  }
}


/*--主視覺動畫--*/
.kv_bg {
  width: 100%;
}
.kvdeco {
  position: absolute;
}
.kv_btn {
  top: calc((1303 / 1920) * 100%);
  left: calc((599 / 1920) * 100%);
  width: calc((722 / 1920)* 100%);
  animation: pulse 1s infinite;
  animation-delay: 0s;
  animation-fill-mode: backwards;
}
@media screen and (max-width: 991px) {
  .topbox {
		width: 92%;
		margin: 0 auto;
	}
	img.kv_btn {
		top: -18vw;
		left: 0;
	}
}


/*區塊*/
.blk {
  margin: 180px auto 230px;
  max-width: 1000px;
  background: url("../images/blk_bg_g.png") top center repeat-y;
  background-size: contain;
  transform-style: preserve-3d;
}
.blk::before {
  content: '';
  width: 1000px;
  margin: 0 auto -224px;
  background: url("../images/blk_be_g.png")center top no-repeat;
  background-size: contain;
  display: flex;
  height: 72px;
  top: -57px;
  right: 0px;
  position: relative;
  pointer-events: none;
  transform: translateZ(-1px);
}
.blk::after {
  content: '';
  width: 1000px;
  margin: -75px auto 0px;
  background: url("../images/blk_af_g.png")center top no-repeat;
  background-size: contain;
  height: 50px;
  display: flex;
  top: 50px;
  right: 0px;
  position: relative;
  pointer-events: none;
  transform: translateZ(-1px);
}
.block_3 {
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .blk {
    margin: 23vw auto 28vw;
    background: url("../images/blk_bg_g.png") top center repeat-y;
    background-size: 100vw;
  }
  .blk::before {
    content: '';
    width: 100%;
    margin: 0 auto -25.5vw;
    background: url("../images/blk_be_g.png")center top no-repeat;
    background-size: 100vw;
    height: 6vw;
    top: -5.6vw;
  }
  .blk::after {
    content: '';
    width: 100%;
    margin: -6vw auto 0;
    background: url("../images/blk_af_g.png")center top no-repeat;
    background-size: 100vw;
    height: 4vw;
    top: 4vw;
  }
  .block_3 {
    margin-bottom: 10vw;
  }
}


/*文字標題*/
h2, h3, .btn h2, .btn span {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
}
.btt {
  background: url("../images/stt_bg.png")top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 118px;
  margin: 0px auto 40px;
}
.btt h2 {
  color: #002a50;
	font-size: 3.8rem;
	letter-spacing: 2px;
	padding: 30px 0 0;
}
.warning {
  margin: 0px auto 10px;
}
.warning p {
  color: #002a50;
  font-size: .9rem;
  text-align: center;	
}
@media screen and (max-width: 991px) {
  .btt {
    background-size: contain;
    width: 100%;
    height: 17vw;
    margin: 0 auto 3vw;
  }
  .btt h2 {
    font-size: 2.7rem;
    letter-spacing: 1px;
    padding: 3.5vw 0 0;
  }
  .warning {
    margin: 5vw 2vw 1vw;
  }
  .warning p {
    text-align: center;
    line-height: 1.5;
  }	
}


/*券區*/
.coupon {
  width: 100%;
  margin: 20px auto;
}
.coupon ul {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.coupon li img {
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 991px) {
  .coupon {
    margin: 1vw auto;
  }
  .coupon ul {
    width: 94%;
    margin: 0 auto;
  }
  .coupon li {
    margin-bottom: 2vw;
  }
  .coupon li img {
    width: 100%;
    margin: 0 auto;
  }
}


/*btn*/
.btn {
  position: relative;
  width: fit-content;
  margin: 20px auto 40px;
  padding: 12px 95px 18px;
  border-radius: 99rem;
  background: #002a50;
}
.btn h2 {
  line-height: 60px;
  margin-left: -60px;
  letter-spacing: 2px;
  font-size: 3rem;
  color: #fff;
}
.btn span {
  font-size: 1.8rem;
  border-radius: 99em;
  background: #f53d61;
  padding: 18px 11px;
  position: absolute;
  right: 14px;
  top: 12px;
  animation: pulse 1s infinite;
  color: #fff;
}
.btn_s.btn {
  margin: 10px auto 30px;
  padding: 12px 30px 14px;
}
.btn_s.btn h2 {
  line-height: 1;
  margin-left: 0px;
  letter-spacing: 2px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .btn {
    margin: 5vw auto;
    padding: 3vw 15vw 4vw 20vw;
  }
  .btn h2 {
    line-height: 1.9rem;
    margin-left: -15vw;
    font-size: 2rem;
  }
  .btn span {
    font-size: 1.4rem;
    padding: 2.5vw 1.5vw;
    right: 1.8vw;
    top: 1.8vw;
  }
  .btn_s.btn {
    margin: 1vw auto 3vw;
    padding: 2vw 6vw 2.5vw;
  }
  .btn_s.btn h2 {
    font-size: 1.2rem;
  }
}


/*--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;
  }
}