@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black";
  font-size: 16px;
  line-height: 25px;
  color: #595757;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
  background: url(../images/bg.png) repeat-y center top;
  background-size: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h3 {
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h3 {
    font-size: 5vw;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 3vw;
}
@media (max-width: 768px) {
  h4 {
    font-size: 6vw;
  }
}

p {
  font-size: 1.15vw;
  font-weight: 300;
  line-height: 1.7;
  color: #595757;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

.bgm {
  display: block;
  width: 0;
  height: 0;
}

.music_box {
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  z-index: 500;
  right: 45%;
  top: 92%;
  opacity: 0.9;
  /*
  @media (max-width: 991px){
    width:6%; right:2%; top:12%;
  }
  @media (max-width: 767px){
      width:10%; max-width: 59px; right:4%; top:7%;
  }
  */
}

.music_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0%;
  opacity: 1;
}

#bt_music {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

/*---KV---*/
.kv_w {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.kv_box_m {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.yt_box {
  width: 100%;
  margin: 0px auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img {
  /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.yt_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.yt_box img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  z-index: -1;
}

header {
  width: 99%;
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1vw 0.5vw;
}
header .logo_box {
  width: 10.6%;
  position: absolute;
  left: 2.6%;
  top: 3.2%;
  z-index: 2;
}
@media (max-width: 767px) {
  header .logo_box {
    width: 17.6%;
  }
}
header nav {
  position: relative;
  width: 90%;
  float: right;
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #fff;
}
header nav ul li:last-child {
  border-right: 1px solid #fff;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a div {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
header nav ul li a div:hover {
  transform: scale(1.1);
}

.btn_buy {
  display: block;
  width: 11.7%;
  position: fixed;
  right: 1%;
  bottom: 5%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .btn_buy {
    width: 8%;
  }
}
@media (max-width: 768px) {
  .btn_buy {
    width: 23%;
    right: -1%;
    bottom: 1%;
  }
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev, .swiper-button-next {
  color: #829dad;
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: none;
  border: 1px solid #23569d;
  opacity: 1;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #23569d;
}

.swiper-pagination {
  position: relative;
  text-align: center;
}

main, section {
  display: block;
  width: 100%;
  position: relative;
}

main {
  overflow: hidden;
}

h2 {
  width: 36%;
  margin: 5% auto;
}
@media (max-width: 767px) {
  h2 {
    width: 66%;
  }
}

.yt_box {
  width: 100%;
  margin: -1px auto 0;
  position: relative;
  z-index: 2;
  opacity: 1;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img { /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

/*---s01---*/
#s01 {
  position: relative;
  z-index: 2;
}

.box_w {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.btn_join {
  position: absolute;
  left: 50%;
  top: 83%;
  z-index: 3;
  width: 18%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .btn_join {
    top: 85%;
    width: 40%;
  }
}

a.btn_tips {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.3vw;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  bottom: 4%;
  z-index: 3;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  a.btn_tips {
    font-size: 3vw;
    bottom: 1%;
  }
}

.event_w {
  position: relative;
}
.event_w .event_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/*---s02---*/
.view_w {
  position: relative;
}
.view_w .view_title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/*---s03---*/
#s03 {
  position: relative;
  background: url(../images/s03/s03_bg.png) repeat left top;
}

.view_list_w {
  position: relative;
}
.view_list_w .view_list {
  position: relative;
}

.view_list_L {
  background: url(../images/s03/view_bg_L.png) no-repeat left top;
  background-size: 100%;
}
@media (max-width: 767px) {
  .view_list_L {
    background: url(../images/s03/view_bg_Lm.png) no-repeat left top;
    background-size: cover;
  }
}

.view_list_R {
  background: url(../images/s03/view_bg_R.png) no-repeat left top;
  background-size: 100%;
}
@media (max-width: 767px) {
  .view_list_R {
    background: url(../images/s03/view_bg_Rm.png) no-repeat left top;
    background-size: cover;
  }
}

/*---s04---*/
#s04 {
  position: relative;
  background: url(../images/s04/s04_bg.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  #s04 {
    background: url(../images/s04/s04_bgm.jpg) no-repeat center top;
    background-size: cover;
  }
}

.play_w {
  position: relative;
}
.play_w .play_list {
  position: relative;
  z-index: 2;
  padding-bottom: 2%;
}
.play_w .play_list .swiper_title {
  position: relative;
  width: 100%;
}
.play_w .play_list .swiper_a, .play_w .play_list .swiper_b, .play_w .play_list .swiper_c, .play_w .play_list .swiper_d {
  position: relative;
  width: 90%;
  margin: 2% 5% 5% 5%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .play_w .play_list .swiper_a, .play_w .play_list .swiper_b, .play_w .play_list .swiper_c, .play_w .play_list .swiper_d {
    width: 80%;
    margin: 1% 10% 4% 10%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .play_w .play_list .swiper_a, .play_w .play_list .swiper_b, .play_w .play_list .swiper_c, .play_w .play_list .swiper_d {
    width: 80%;
    margin: 1% 10% 4% 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .play_w .play_list .swiper_a, .play_w .play_list .swiper_b, .play_w .play_list .swiper_c, .play_w .play_list .swiper_d {
    width: 66%;
    margin: 1% 17% 2%;
  }
}
@media (max-width: 767px) {
  .play_w .play_list .swiper_a, .play_w .play_list .swiper_b, .play_w .play_list .swiper_c, .play_w .play_list .swiper_d {
    width: 46%;
    margin: 3% 27% 8% 27%;
  }
}

/*---s05--*/
.time_w {
  position: relative;
}
.time_w .time_list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.time_w .btn_order {
  display: block;
  width: 4%;
  position: absolute;
  z-index: 4;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .time_w .btn_order {
    width: 10%;
  }
}
.time_w .fly1 {
  left: 45.5%;
  top: 29%;
}
@media (max-width: 767px) {
  .time_w .fly1 {
    left: 84%;
    top: 14.5%;
  }
}
.time_w .fly2 {
  left: 86%;
  top: 29%;
}
@media (max-width: 767px) {
  .time_w .fly2 {
    left: 84%;
    top: 26%;
  }
}
.time_w .fly3 {
  left: 45.5%;
  top: 47%;
}
@media (max-width: 767px) {
  .time_w .fly3 {
    left: 84%;
    top: 37.5%;
  }
}
.time_w .fly4 {
  left: 86%;
  top: 47%;
}
@media (max-width: 767px) {
  .time_w .fly4 {
    left: 84%;
    top: 49%;
  }
}
.time_w .fly5 {
  left: 45.5%;
  top: 65%;
}
@media (max-width: 767px) {
  .time_w .fly5 {
    left: 84%;
    top: 60.5%;
  }
}
.time_w .fly6 {
  left: 86%;
  top: 65%;
}
@media (max-width: 767px) {
  .time_w .fly6 {
    left: 84%;
    top: 72%;
  }
}
.time_w .fly7 {
  left: 45.5%;
  top: 83%;
}
@media (max-width: 767px) {
  .time_w .fly7 {
    left: 84%;
    top: 83.5%;
  }
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  width: 70.3%;
  background: none;
  box-shadow: none;
  padding: 4px;
}
@media (max-width: 991px) {
  .modally {
    width: 90%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 50px;
  color: #333;
  z-index: 99;
}

.modally-wrap .modally-underlay {
  background: url(../images/bg.png) repeat-y center top;
  background-size: 100%;
}

/*popup / 分享圖*/
.event-w {
  width: 95%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}

/*popup / 活動辦法*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h2 {
  display: block;
  width: 100%;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #00a0df;
  text-align: center;
  margin: 0 auto 2%;
}
@media (max-width: 992px) {
  .rules-w h2 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .rules-w h2 {
    font-size: 5vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 auto 0%;
  padding-left: 2.5%;
}
ul.ps_text li {
  width: 100%;
  list-style-type: disc;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li {
    width: 100%;
    margin: 1% 0 1% 0%;
    font-size: 3vw;
  }
}
ul.ps_text li a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 992px) {
  ul.ps_text li a {
    font-size: 3vw;
  }
}
ul.ps_text li ol {
  list-style-type: decimal-leading-zero;
  padding-left: 5%;
}
ul.ps_text li ol li {
  width: 100%;
  list-style-type: decimal-leading-zero;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li ol li {
    width: 100%;
    font-size: 3vw;
    margin: 2% 0;
  }
}

.color {
  color: #ed425a;
}

/*-------------------------------------------------------------*/
.overlay {
  width: 100%;
  background: rgba(35, 86, 157, 0.9);
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
.overlay nav ul a {
  text-decoration: none;
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #fff;
}
.overlay nav ul a li div {
  display: inline;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  letter-spacing: 5px;
}
.overlay nav ul a li div span {
  display: inline;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #ed425a;
  letter-spacing: 5px;
}
.overlay nav ul a li div p {
  font-size: 5vw;
  font-weight: 600;
}

.overlay .overlay-close {
  top: 0;
}

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

button.menu_m {
  display: none;
  width: 9%;
  position: relative;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 767px) {
  button.menu_m {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */