@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Dancing+Script:wght@700&display=swap");
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black", sans-serif;
  text-align: justify;
}

* {
  max-height: 99999px;
}

/* header */
.navbar-nav {
  flex-grow: 1;
  justify-content: end;
}

/* root */
:root {
  --swiper-theme-color: #ec236d;
  --rwd-60px: 60px;
  --rwd-75px: 75px;
}

@media (max-width: 1399px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 768px) {
  :root {
    --rwd-60px: 36px;
    --rwd-75px: 48px;
  }
}
/*
@media (max-width: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-75px: 11.12vw;
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
a {
  text-decoration: none;
}

.ul-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.img {
  max-width: 100%;
}

.hover-bigger:hover {
  transform: scale(1.1);
}

.hover-smaller:hover {
  transform: scale(0.95);
}

.tr-1 {
  transition: all 1s ease;
}

.tr-5 {
  transition: all 0.5s ease;
}

/* fixed */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

#go-top {
  border: 0;
  background: none;
  bottom: 3vw;
  right: 30px;
  z-index: 999;
}

#go-top img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1440px) {
  #go-top img {
    width: 5vw;
  }
}
@media (max-width: 991px) {
  #go-top img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  #go-top img {
    width: 12vw;
  }
}
@media (max-width: 576px) {
  #go-top img {
    width: 15vw;
  }
}

.buy-now {
  width: 7.5vw;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  animation: buy-now 2s infinite;
}
@media (max-width: 1440px) {
  .buy-now {
    width: 9vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .buy-now {
    width: 12vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now {
    width: 15vw;
    bottom: 90px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .buy-now {
    width: 21vw;
    bottom: 80px;
    right: 30px;
  }
}

@keyframes buy-now {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
@media (max-width: 320px) {

    #menu{

    }
}
*/
/* 內容區塊通用 */
.section-block {
  padding: var(--rwd-75px) 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1440px) {
  .section-block {
    padding: var(--rwd-60px) 0;
  }
}
.btn {
  border-radius: 12px;
  font-size: 0.8vw;
}
@media (max-width: 1399px) {
  .btn {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  .btn {
    font-size: 1.2vw;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 1.5vw;
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 3vw;
    border-radius: 6px;
  }
}

.btn-lg {
  font-size: 1vw;
  padding: 0.25vw 0.75vw;
}
@media (max-width: 1399px) {
  .btn-lg {
    font-size: 1.2vw;
    padding: 0.25vw 0.75vw;
  }
}
@media (max-width: 1199px) {
  .btn-lg {
    font-size: 1.45vw;
  }
}
@media (max-width: 991px) {
  .btn-lg {
    font-size: 1.85vw;
    padding: 0.25vw 0.75vw;
  }
}
@media (max-width: 575px) {
  .btn-lg {
    font-size: 4vw;
    padding: 1.1vw 5vw;
  }
}

.btn-xl {
  font-size: 1.25vw;
}
@media (max-width: 1399px) {
  .btn-xl {
    font-size: 1.3vw;
  }
}
@media (max-width: 1199px) {
  .btn-xl {
    font-size: 1.65vw;
  }
}
@media (max-width: 991px) {
  .btn-xl {
    font-size: 2vw;
  }
}
@media (max-width: 575px) {
  .btn-xl {
    font-size: 3.75vw;
  }
}

/* menu */
.menu-box {
  position: absolute;
  z-index: 99;
  width: 100%;
}
@media (max-width: 991px) {
  .menu-box {
    align-items: center;
    justify-content: space-between;
  }
}
.menu-box > div {
  position: absolute;
}
.menu-box.show-menu {
  position: fixed;
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
}

.menu-link .nav-item {
  margin-bottom: 8px;
}
.menu-link .nav-item a {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  margin: 0 8px;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  background-color: #829eff;
}
.menu-link .nav-item a:hover {
  color: #829eff;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .menu-link .nav-item a {
    font-size: 18px;
    margin: 4px 8px;
    padding: 2px 16px;
  }
}

.logos > a {
  display: inline-block;
  vertical-align: top;
}

.logos img {
  width: 13vw;
  height: auto;
  margin-left: 1vw;
}
@media (max-width: 991px) {
  .logos img {
    width: auto;
    height: 7vw;
  }
}
@media (max-width: 575px) {
  .logos img {
    height: 13vw;
  }
}

.menu-box-nav {
  background-color: rgba(90, 147, 202, 0.8666666667);
}
@media (max-width: 991px) {
  .menu-box-nav > ul {
    border-radius: 0;
    padding-bottom: 4vw;
  }
}
@media (max-width: 575px) {
  .menu-box-nav > ul {
    padding-bottom: 3vw;
  }
}

.menu-box-btn img {
  display: block;
  padding: 0.5vw;
  width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  .menu-box-btn img {
    width: 7.5vw;
  }
}
@media (max-width: 575px) {
  .menu-box-btn img {
    width: 11vw;
  }
}

.menu-link ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* TODO: MENU RWD */
.menu-box.menu-add-bg {
  top: 0px;
}

.menu-link .nav-item {
  width: 100%;
  text-align: center;
}

.menu-link .nav-item a {
  padding: 8px;
}

.menu-link {
  position: fixed;
  top: 0px;
  right: 0;
  width: 30vw;
  padding-top: 64px;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .menu-link {
    width: 35vw;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
  }
}

.menu-link ul {
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 16px;
}

.show-menu .menu-link {
  transform: translateX(0%);
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  border: 2px solid var(--swiper-theme-color);
  background: unset;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  opacity: 1;
}

.swiper-add-arrows {
  position: relative;
  width: 56%;
  margin: auto;
}
.swiper-add-arrows.sw-prices {
  width: 68%;
  margin-bottom: 24px;
}
.swiper-add-arrows.sw-prices .swiper-slide {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .swiper-add-arrows.sw-prices {
    width: 72%;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .swiper-add-arrows.sw-prices {
    width: 76%;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .swiper-add-arrows.sw-prices {
    width: 72%;
    margin-bottom: 16px;
  }
}

.swiper-add-arrows .swiper-button-next,
.swiper-add-arrows .swiper-button-prev {
  opacity: 0;
  z-index: -99;
}

.arr-left,
.arr-right {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
  top: 40%;
  background: url(../images/arr.png) center center no-repeat;
  background-size: 100% auto;
}

.arr-left:hover,
.arr-right:hover {
  opacity: 0.5;
}

.arr-left {
  left: -4vw;
}

.arr-right {
  right: -4vw;
  transform: rotate(180deg);
}

.hide-3-items .arr-left,
.hide-3-items .arr-right {
  display: none;
}

@media (max-width: 1199px) {
  .swiper-add-arrows {
    width: 66%;
  }
  .arr-left,
  .arr-right {
    background-size: 50%;
  }
}
:root {
  --bs-box-shadow: rgba(144, 137, 126, 0.87);
  --bs-primary-rgb: 13, 100, 202;
  --index-primary: #5a93ca;
  --index-secondry: #f789ab;
  --fz-normal: 1.1vw;
}

.wrap {
  position: relative;
}
.wrap > * {
  position: relative;
  z-index: 2;
}
.wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-abs.png);
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.new-10000 {
  width: 39vw;
  left: 6%;
  top: 11%;
  animation-name: tada;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@media (max-width: 575px) {
  .new-10000 {
    width: 80vw;
    left: 10%;
    top: 5%;
  }
}

.soft-wave-bg > * {
  position: relative;
  z-index: 2;
}
.soft-wave-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-softlight.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.could-bg > * {
  position: relative;
  z-index: 2;
}
.could-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-coulds.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}

@media (max-width: 1199px) {
  :root {
    --fz-normal: 1.4vw;
  }
}
@media (max-width: 991px) {
  :root {
    --fz-normal: 1.75vw;
  }
}
@media (max-width: 575px) {
  :root {
    --fz-normal: 3.5vw;
  }
}
.img-title {
  width: 50vw;
  margin-bottom: 2vw;
}
@media (max-width: 1339px) {
  .img-title {
    width: 52vw;
  }
}
@media (max-width: 1199px) {
  .img-title {
    width: 55vw;
  }
}
@media (max-width: 991px) {
  .img-title {
    width: 60vw;
  }
}
@media (max-width: 575px) {
  .img-title {
    width: 80vw;
  }
}

.price-block {
  padding-top: 3vw;
  background-image: url("../images/price/bg-price.jpg");
}

.custom-numbered-list {
  margin: auto;
  width: 43vw;
  color: #333;
  list-style: none;
  /* 移除預設的數字標記 */
  padding-left: 0;
  /* 移除預設的左邊內邊距 */
  counter-reset: list-item;
  /* 初始化計數器，預設從 1 開始 */
  font-weight: 300;
  font-size: var(--fz-normal);
}
.custom-numbered-list a {
  color: #333;
  padding: 1px 2px;
  border: 1px #333 solid;
}
@media (max-width: 1199px) {
  .custom-numbered-list {
    width: 64vw;
  }
}
@media (max-width: 767px) {
  .custom-numbered-list {
    width: 74vw;
  }
}
@media (max-width: 575px) {
  .custom-numbered-list {
    width: auto;
  }
}

.custom-numbered-list > li {
  padding-left: 2vw;
  /* 為偽元素留出空間 */
  position: relative;
  /* 允許偽元素相對於 li 定位 */
  margin-bottom: 0.42vw;
  /* 可選：調整項目之間的間距 */
}
@media (max-width: 1199px) {
  .custom-numbered-list > li {
    padding-left: 2.7vw;
  }
}
@media (max-width: 575px) {
  .custom-numbered-list > li {
    padding-left: 5vw;
  }
}

.custom-numbered-list > li::before {
  content: counter(list-item);
  /* 使用 CSS 計數器顯示數字 (預設遞增 1) */
  position: absolute;
  /* 相對於 li 定位 */
  left: 0;
  top: 0;
  width: 1.4vw;
  height: 1.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(10%);
  /* 垂直居中 */
  padding: 6px 6px;
  /* 設定內邊距 */
  border-radius: 88rem;
  /* 設定圓角 */
  font-size: 1vw;
  font-weight: 400;
  /* 可選：調整字體大小 */
  text-align: center;
  /* 可選：讓數字在底色中居中 */
}
@media (max-width: 1199px) {
  .custom-numbered-list > li::before {
    width: 2vw;
    height: 2vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 575px) {
  .custom-numbered-list > li::before {
    width: 4vw;
    height: 4vw;
    font-size: 3.25vw;
  }
}

.swiperLines-box {
  width: 76%;
}
@media (max-width: 1399px) {
  .swiperLines-box {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .swiperLines-box {
    width: 88%;
  }
}
@media (max-width: 575px) {
  .swiperLines-box {
    width: 76%;
  }
}

.attention-list {
  background-color: #ffcbcb;
  padding: 1vw 2.5vw;
}
.attention-list .custom-numbered-list > li::before {
  background-color: #fff;
  /* 設定底色 */
  color: #333;
  /* 設定文字顏色 */
}

.event-ticket-box {
  width: 70vw;
}
@media (max-width: 991px) {
  .event-ticket-box {
    width: 80vw;
  }
}
@media (max-width: 575px) {
  .event-ticket-box {
    width: 92vw;
  }
}

.event-ticket-box .custom-numbered-list {
  color: #282828;
  font-weight: 400;
}
.event-ticket-box .custom-numbered-list > li::before {
  background-color: #fff;
  /* 設定底色 */
  color: #eeb1b1;
}

.event-inner-boxs > div {
  position: relative;
  overflow-x: hidden;
}
.event-inner-boxs > div > img {
  position: relative;
  display: block;
  width: 100%;
}
.custom-numbered-list .inner-list > li {
  list-style-type: "* ";
  margin-bottom: 4px;
}

.gift-ul {
  flex-wrap: wrap;
}
.gift-ul li {
  margin-bottom: 1.25vw;
  font-size: 1vw;
}
.gift-ul li img {
  width: 66%;
}
.gift-ul li button {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .gift-ul li {
    font-size: 1.05vw;
  }
}
@media (max-width: 1199px) {
  .gift-ul li {
    font-size: 1.1vw;
  }
}
@media (max-width: 991px) {
  .gift-ul li {
    font-size: 1.75vw;
  }
}
@media (max-width: 575px) {
  .gift-ul li {
    font-size: 2.75vw;
    margin-bottom: 2vw;
  }
  .gift-ul li img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .gift-ul {
    margin-bottom: 3.5vw;
  }
}

.title-offical {
  width: 54.2%;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .title-offical {
    width: 64%;
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .title-offical {
    width: 94%;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
}

.ul-offical {
  width: 62.5%;
  gap: 1vw;
  margin: auto;
  padding-bottom: 4vw;
}
@media (max-width: 1199px) {
  .ul-offical {
    width: 72%;
  }
}

.btn-plays {
  left: 18.5%;
  top: 80%;
  display: flex;
  width: 81.5%;
  position: absolute;
}
.btn-plays > * {
  width: 21%;
}
@media (max-width: 1199px) {
  .btn-plays {
    left: 6.5%;
  }
  .btn-plays > * {
    width: 24%;
  }
}
@media (max-width: 575px) {
  .btn-plays {
    left: unset;
    top: unset;
    position: relative;
    width: unset;
    justify-content: center;
    padding-bottom: 2vw;
  }
  .btn-plays > * {
    width: 45%;
  }
}

.game-block {
  overflow-x: hidden;
  background-color: #fbabbe;
}
.game-block .game-bg {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .game-block .game-bg {
    width: 115%;
    left: -15%;
  }
}
@media (max-width: 575px) {
  .game-block .game-bg {
    width: 100%;
    left: unset;
  }
}

.ci-line-box {
  width: 37.5%;
}
@media (max-width: 1199px) {
  .ci-line-box {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .ci-line-box {
    width: 80%;
  }
}

.ci-line-box.line-stick {
  border-right: 2px solid #fff;
}
@media (max-width: 575px) {
  .ci-line-box.line-stick {
    border-right: 0px solid #fff;
  }
}

.event-block {
  margin-bottom: 5vw;
}
@media (max-width: 575px) {
  .event-block {
    margin-bottom: 15vw;
  }
}

.btn-event-notice {
  background-color: #ac8df5;
  border-radius: 16px;
  text-align: center;
}
@media (max-width: 1199px) {
  .btn-event-notice {
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .btn-event-notice {
    border-radius: 6px;
  }
}

.event-box,
.event-info-box {
  width: 82vw;
}
@media (max-width: 991px) {
  .event-box,
  .event-info-box {
    width: 92vw;
  }
}

.btn-collapse {
  color: #fff;
  display: block;
  font-size: 1.75vw;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.btn-collapse::after {
  content: "";
  width: 3vw;
  height: 2.5vw;
  display: block;
  position: absolute;
  background-image: url("../images/event/SVG/icon-click.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  right: -2.25vw;
  bottom: 0;
}
@media (max-width: 1399px) {
  .btn-collapse {
    font-size: 2vw;
  }
}
@media (max-width: 1199px) {
  .btn-collapse {
    font-size: 2.25vw;
  }
}
@media (max-width: 991px) {
  .btn-collapse {
    font-size: 2.75vw;
  }
}
@media (max-width: 575px) {
  .btn-collapse {
    font-size: 4.5vw;
  }
}

.btn-event-main {
  width: 25vw;
  top: 20vw;
  left: 33vw;
  z-index: 9;
  position: absolute;
}
@media (max-width: 991px) {
  .btn-event-main {
    width: 26vw;
    top: 23vw;
    left: 37vw;
  }
}
@media (max-width: 575px) {
  .btn-event-main {
    position: relative;
    width: 56vw;
    top: unset;
    left: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.event-info-box {
  background-color: #ac8df5;
  min-height: 14vw;
  margin-top: -9vw;
  border-radius: 0 0 10vw 10vw;
  padding-top: 10vw;
  z-index: 3;
  padding-bottom: 3vw;
}
@media (max-width: 1399px) {
  .event-info-box {
    border-radius: 0 0 8vw 8vw;
  }
}
@media (max-width: 1199px) {
  .event-info-box {
    border-radius: 0 0 7vw 7vw;
  }
}
@media (max-width: 991px) {
  .event-info-box {
    border-radius: 0 0 6vw 6vw;
  }
}
@media (max-width: 575px) {
  .event-info-box {
    border-radius: 0 0 8vw 8vw;
  }
}

.event-info-collapse-box {
  background-color: #ac8df5;
  width: 60vw;
}
@media (max-width: 991px) {
  .event-info-collapse-box {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .event-info-collapse-box {
    width: 92%;
  }
}

.event-L-btn,
.event-R-btns {
  left: 17%;
  z-index: 9;
  opacity: 1;
  z-index: 5;
}

@media (max-width: 575px) {
  .border-end {
    border-right: none !important;
  }
}

.event-title-box {
  z-index: 4;
  border-radius: 9.5vw;
  overflow: hidden;
  margin-top: -6vw;
}
@media (max-width: 575px) {
  .event-title-box {
    margin-top: -8vw;
  }
}

.event-cards {
  margin-bottom: 5vw;
}

.p-s {
  font-size: 13px;
}

.esg-block > img {
  width: 75%;
}
@media (max-width: 991px) {
  .esg-block > img {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .esg-block > img {
    width: 86%;
  }
}

.sw-prices img {
  cursor: pointer;
}
.sw-prices img:hover {
  transform: scale(0.975);
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}/*# sourceMappingURL=all.css.map */