@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;
}

.for_pc {
  display: block;
}

.for_m {
  display: none;
}

@media screen and (max-width: 991px) {
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}
/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.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: 80% 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;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.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;
  }
}
/*區塊*/
.coupon {
  max-width: 1280px;
  margin: 15px auto;
}

.coupon ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.coupon li img {
  width: 80%;
  margin: 0 auto 10px;
}

@media screen and (max-width: 991px) {
  .coupon {
    width: 100%;
    margin: 1vw auto;
  }
  .coupon ul {
    width: 94%;
    margin: 0 auto;
  }
  .coupon li {
    margin-bottom: 2vw;
  }
  .coupon li img {
    width: 100%;
    margin: 0 auto;
  }
}
.showByDate {
  /*display: block !important;*/
}

img {
  display: block;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header a {
  display: inline-block;
}

html {
  background: #307cf7;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.container {
  max-width: unset;
  padding: 0;
}

.memo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2em;
  padding: 0.5em;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .memo {
    font-size: 12px;
    margin-bottom: 1em;
  }
}

.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
}
.kv_pc img {
  width: 100%;
}
.kv_pc .topbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv_pc .member {
  position: absolute;
  width: 36%;
  top: 65%;
  left: 42%;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
@media screen and (max-width: 991px) {
  .kv_pc .member {
    width: 78%;
    top: 68%;
    left: 9%;
  }
}

/*文字標題*/
.btt {
  padding-top: 0.2em;
  font-family: "Noto Sans TC";
  font-size: 64px;
  font-weight: 700;
  color: #307cf7;
  position: relative;
  background-color: #fbfefa;
  -webkit-box-shadow: inset 13px 11px 8px rgba(255, 255, 255, 0.1882352941), inset -13px -13px 18px rgba(0, 0, 0, 0.1882352941), 8px 8px 8px rgba(0, 0, 0, 0.1882352941);
          box-shadow: inset 13px 11px 8px rgba(255, 255, 255, 0.1882352941), inset -13px -13px 18px rgba(0, 0, 0, 0.1882352941), 8px 8px 8px rgba(0, 0, 0, 0.1882352941);
  border-radius: 15px;
  border: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.3em 2em;
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 30px;
  }
}
.btt:after {
  content: "";
  display: block;
  background-image: url(../images/titleDeco.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 0.7em;
  padding-bottom: 7%;
  position: absolute;
  left: 20px;
  bottom: 2px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/*btn*/
.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 30px;
  padding: 0 4vw;
}
@media screen and (max-width: 450px) {
  .btn {
    margin: 40px auto 10px;
  }
}
.btn img {
  max-width: 500px;
  width: 100%;
}

.blk_bas {
  position: relative;
  z-index: 1;
}
.blk_bas + .blk_bas {
  margin-top: 100px;
}
@media screen and (max-width: 450px) {
  .blk_bas + .blk_bas {
    margin-top: 40px;
  }
}

.blk_head {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .blk_head {
    margin-bottom: -15px;
  }
}

.blk_body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
  background-size: 100% auto;
  position: relative;
  background-image: url(../images/blk_body_y_2.png);
}
@media screen and (max-width: 991px) {
  .blk_body {
    padding: 12px;
  }
}
.blk_body:before, .blk_body:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 4%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.blk_body:before {
  top: 1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-position: center top;
}
.blk_body:after {
  bottom: 1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-position: center bottom;
}
.blk_body:before {
  background-image: url(../images/blk_body_y_1.png);
}
.blk_body:after {
  background-image: url(../images/blk_body_y_3.png);
}

.coupon {
  position: relative;
  z-index: 10;
}