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

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

.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%;
    position: relative;
  }

  .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_tt {
	top: calc((197 / 1920) * 100%);
  left: calc((856 / 1920) * 100%);
	width: calc((723 / 1920)* 100%);
	animation: bounceInDown 1.2s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_date {
	top: calc((964 / 1920) * 100%);
	left: calc((946 / 1920) * 100%);
	width: calc((540 / 1920)* 100%);
	animation: bounceInDown 1.2s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_go {
	top: calc((1200 / 1920) * 100%);
	left: calc((925 / 1920) * 100%);
	width: calc((583 / 1920)* 100%);
	animation: bounceIn 1.2s;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}

.kv_cat1 {
	top: calc((639 / 1920) * 100%);
	left: calc((94 / 1920) * 100%);
	width: calc((164 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_cat2 {
	top: calc((327 / 1920) * 100%);
	left: calc((1628 / 1920) * 100%);
	width: calc((178 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_bird {
	top: calc((677 / 1920) * 100%);
	left: calc((733 / 1920) * 100%);
	width: calc((83 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes float_A {
	0% {
		transform: translateY(0%);
	}

	100% {
		transform: translateY(10%);
	}
}

@media screen and (max-width: 991px) {
	img.kv_date {
		width: calc((649 / 991) * 100%);
		top: calc((696 / 991) * 100%);
		left: calc((171 / 991) * 100%);
		animation: bounceInDown 1.2s;
		animation-delay: .1s;
		animation-fill-mode: backwards;
	}

	img.kv_go {
		width: calc((707 / 991) * 100%);
		top: calc((784 / 991) * 100%);
		left: calc((142 / 991) * 100%);
		animation: bounceIn 1.2s;
		animation-delay: 1s;
		animation-fill-mode: backwards;
	}
}


/*區塊*/
.block_cpn {
  margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .block_cpn {
    margin-bottom: 8vw;
  }
}


/*文字標題*/
h2,
h3,
.btn h2,
.btn span {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
}

.btt {
  background: url("../images/btt_bg.png")top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 98px;
  margin: 0px auto 30px;
}

.btt h2 {
  color: #fffdea;
  font-size: 3.4rem;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 8px 0 0;
}

.warning {
  margin: 0px auto 10px;
}

.warning p {
  color: #fffdea;
  font-size: .9rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .btt {
    background: url("../images/btt_bgm.png")top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 16vw;
    margin: 0 auto 4vw;
  }

  .btt h2 {
    font-size: 2.3rem;
		padding: 2.7vw 0 0;
  }

  .warning {
    margin: 3vw 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: -115px auto 50px;
  padding: 12px 95px 18px;
  border-radius: 99rem;
  background: #37935c;
  outline: 3px solid #161519;
}

.btn h2 {
  line-height: 60px;
  margin-left: -60px;
  letter-spacing: 2px;
  font-size: 3rem;
  color: #fffdea;
}

.btn span {
  font-size: 1.8rem;
  border-radius: 99em;
  background: #e7332e;
  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: -20vw auto 5vw;
    padding: 3vw 15vw 4vw 20vw;
    outline: 1.5px solid #161519;
  }

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