@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", "Noto Serif TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #f0dbb0;
}

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: 768px) {
  p {
    font-size: 3.8vw;
    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);
}

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

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_kv 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;
  width: 177.78%; /* 16:9 */
  height: 100%;
}

.yt_box {
  width: 100%;
  margin: -1px 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;
  }
}

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

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

.music_box {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 500;
  right: 2%;
  top: 22%;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .music_box {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 10%;
  }
}
@media (max-width: 768px) {
  .music_box {
    width: 2.5rem;
    height: 2.5rem;
    top: 30%;
  }
}

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

header {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 14%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0.25% 0.5%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  header {
    top: 16%;
    padding: 1.5% 0.5% 0;
  }
}
header .logo_box {
  width: 10.6%;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 26%;
  }
}
header .logo_hk {
  width: 10%;
}
@media (max-width: 768px) {
  header .logo_hk {
    width: 22%;
    margin-right: 40%;
  }
}
header nav {
  position: relative;
  width: 89.4%;
  text-align: center;
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav ul li {
  display: inline-block;
  width: auto;
  margin-right: 2.5%;
}
header nav ul li:last-child {
  margin-right: none;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a span {
  display: inline;
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.5;
  color: #888;
  padding: 0.25vw 1vw;
  border-radius: 5vw;
  border: 2px solid #888;
}
@media (max-width: 992px) {
  header nav ul li a span {
    font-size: 1.5vw;
  }
}
header nav ul li a:hover span {
  color: #f00;
  border: 2px solid #f00;
}

.check {
  width: 100%;
  height: 950px;
  position: absolute;
  top: 0;
  z-index: 5;
  background: #f00;
  opacity: 0.25;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -8%;
}
@media (max-width: 768px) {
  .kv_box {
    margin-top: -22%;
  }
}

.kv_box_m {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -5%;
}

.btn_buy {
  display: block;
  width: 8.1%;
  position: fixed;
  right: 1%;
  bottom: 2%;
  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: 15%;
    right: 0%;
    bottom: 6%;
  }
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
.swiper-pagination {
  position: relative;
  text-align: center;
}

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

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

.yt_box {
  width: 100%;
  margin: -6% 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;
  }
}

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

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

.about_w {
  position: relative;
  text-align: center;
}
.about_w .about_info {
  position: absolute;
  z-index: 2;
}
.about_w .about_info .about_p01 {
  width: 23.8%;
  position: absolute;
  left: 5.9%;
  top: 8.4%;
  z-index: 3;
  transform-origin: center;
  animation: about_pr01 3s ease-in-out infinite;
}
.about_w .about_info .about_p02 {
  width: 22.6%;
  position: absolute;
  left: 72.1%;
  top: 3.76%;
  z-index: 4;
  transform-origin: center;
  animation: about_pr02 3s ease-in-out infinite;
}
.about_w .about_info .about_p03 {
  width: 23.4%;
  position: absolute;
  left: 62.5%;
  top: 34%;
  z-index: 5;
  transform-origin: center;
  animation: about_pr01 3s ease-in-out infinite;
}
.about_w p {
  width: 100%;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 2;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .about_w p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .about_w p {
    font-size: 3.8vw;
    line-height: 3;
    letter-spacing: 1px;
  }
}

@keyframes about_pr01 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes about_pr02 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*---s02---*/
#s02 {
  position: relative;
  z-index: 3;
  margin: 5% auto 5%;
}
#s02 .view_w {
  position: relative;
}
#s02 .view_w h2 .title_s {
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #d58a64;
  text-align: center;
}
@media (max-width: 768px) {
  #s02 .view_w h2 .title_s {
    font-size: 3.5vw;
  }
}
#s02 .view_w h2 .title_b {
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #182987;
  text-align: center;
}
@media (max-width: 768px) {
  #s02 .view_w h2 .title_b {
    font-size: 7.5vw;
  }
}

.view_list {
  width: 90.2%;
  position: relative;
  margin: 5% auto;
}

.view_box {
  position: relative;
  padding-bottom: 5%;
  text-align: center;
}
.view_box .view_photo {
  width: 100%;
  position: relative;
  z-index: 2;
}
.view_box .btn_box {
  z-index: 3;
  margin-top: -5%;
}

.swiper-container {
  overflow: hidden;
}

.swiper-button-prev {
  left: 0%;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0%;
  }
}

.swiper-button-next {
  right: 0%;
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 3.6%;
  position: relative;
  color: #333;
  display: none;
}
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: block;
    width: 8%;
  }
}

.arrows_box {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 5% auto;
}

/*---s03---*/
#s03 {
  position: relative;
  margin: 5% auto;
  overflow: hidden;
}
#s03 .line_w {
  position: relative;
  margin: 5% auto 5%;
}
#s03 .line_w h2 .title_s {
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #d58a64;
  text-align: center;
}
@media (max-width: 768px) {
  #s03 .line_w h2 .title_s {
    font-size: 3.5vw;
  }
}
#s03 .line_w h2 .title_b {
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #182987;
  text-align: center;
}
@media (max-width: 768px) {
  #s03 .line_w h2 .title_b {
    font-size: 7.5vw;
  }
}

.line_box {
  position: relative;
  text-align: center;
}
.line_box .line_photo {
  width: 100%;
  position: relative;
  margin-bottom: 2.5%;
}
.line_box .btn_box {
  margin: 5% auto;
}

.btn_box {
  display: inline-block;
  width: auto;
  position: relative;
}
.btn_box a {
  text-decoration: none;
}
.btn_box a span {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 1.25vw;
  font-weight: bold;
  color: #182987;
  background: #fff;
  border: 2px solid #9d2428;
  border-radius: 50vw;
  padding: 0.5vw 1vw;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .btn_box a span {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .btn_box a span {
    font-size: 3.8vw;
    padding: 1vw 2.5vw;
  }
}
.btn_box a span::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  border: 2px solid #000;
  border-radius: 5vw;
  position: absolute;
  left: 0;
  top: 0.25vw;
  z-index: -1;
}
.btn_box a:hover span {
  color: #fff;
  background: #9d2428;
}

/*---s04---*/
#s04 {
  position: relative;
  background: #3b9a7d;
  padding: 5% 0;
}
@media (max-width: 768px) {
  #s04 {
    padding-bottom: 10%;
  }
}
#s04 .time_w {
  position: relative;
}
#s04 .time_w .prd_w {
  position: relative;
  text-align: center;
}
#s04 .time_w .prd_w .prd01 {
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.5;
  color: #f0dbaf;
}
@media (max-width: 768px) {
  #s04 .time_w .prd_w .prd01 {
    font-size: 6.5vw;
  }
}
#s04 .time_w .prd_w .prd01 span {
  display: inline;
  font-family: system-ui, Arial, Helvetica;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.5;
  color: #f0dbaf;
}
@media (max-width: 768px) {
  #s04 .time_w .prd_w .prd01 span {
    font-size: 12.5vw;
  }
}
#s04 .time_w .prd_w .prd02 {
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.5;
  color: #f0dbaf;
}
@media (max-width: 768px) {
  #s04 .time_w .prd_w .prd02 {
    font-size: 6.5vw;
  }
}
#s04 .time_w .prd_w .prd02 span.twd_t {
  display: inline;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.5;
  color: #f0dbaf;
}
@media (max-width: 768px) {
  #s04 .time_w .prd_w .prd02 span.twd_t {
    font-size: 3.8vw;
  }
}
#s04 .time_w .prd_w .prd02 span.twd {
  display: inline;
  font-family: system-ui, Arial, Helvetica;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.5;
  color: #f0dbaf;
}
@media (max-width: 768px) {
  #s04 .time_w .prd_w .prd02 span.twd {
    font-size: 12.5vw;
  }
}
#s04 .time_w .prd_w .prd02 .twd_ps {
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.5;
  color: #f0dbaf;
}
@media (max-width: 768px) {
  #s04 .time_w .prd_w .prd02 .twd_ps {
    font-size: 3vw;
  }
}
#s04 .time_w .time_list {
  width: 56%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #s04 .time_w .time_list {
    width: 95%;
  }
}
#s04 .time_w .time_list .timetable_box {
  position: relative;
  margin: 5% auto;
}
#s04 .time_w .time_list .timetable_box .ps {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  #s04 .time_w .time_list .timetable_box .ps {
    font-size: 3.5vw;
  }
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  width: 100%;
  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;
}

.modally-wrap .modally-underlay {
  background: rgba(240, 219, 176, 0.9);
  background-size: 100%;
}

/*popup / 分享圖*/
.view-wrapper {
  width: 80%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.view-wrapper img {
  width: 50%;
  margin: 0 auto;
}

.event-wrapper {
  width: 80%;
  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;
  }
}

/*---內頁-------------------*/
.page_body {
  background: url(../images/win/win_bg.png) repeat left top;
  background-size: 8.4%;
  padding: 2vw 0;
}
@media (max-width: 768px) {
  .page_body {
    padding: 5vw 0;
  }
}

.page_view {
  width: 100%;
}
.page_view div {
  width: 41.6%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page_view div {
    width: 90%;
  }
}
.page_view .btn_box {
  margin: 2vw auto;
}

/*-------------------------------------------------------------*/
.overlay {
  width: 25%;
  background: rgba(199, 25, 25, 0.9);
}
@media (max-width: 768px) {
  .overlay {
    width: 100%;
  }
}

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

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

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

button.menu_m {
  display: none;
  width: 8%;
  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;
  margin: 0.5%;
}
@media (max-width: 768px) {
  button.menu_m {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */