@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
.part,
.parts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.position-relative {
  position: relative !important;
}

.w-100 {
  width: 100% !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
html {
  font-size: 16px;
}

html * {
  font-weight: 400;
}

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

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

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

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
.ls-5 {
  letter-spacing: 2px;
}

.ml-7 {
  margin-left: 7%;
}

.mtb-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.mtb-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.ptb-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.plr-2 {
  padding-left: 2%;
  padding-right: 2%;
}

.bt-1 {
  border-bottom: 1px solid #fff;
}

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

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

p {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
}
@media (min-width: 992px) {
  p {
    font-size: 2vw;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 1.5vw;
    line-height: 1.8;
  }
}

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

.btn {
  position: absolute;
  background-color: rgba(33, 242, 90, 0);
  z-index: 999;
}

body {
  /*display: flex;
  flex-flow: column-reverse wrap;
  position: relative; */
  background-color: #132c49;
}

/*---kv---*/
header {
  width: 100%;
  position: fixed;
  top: 0%;
  z-index: 8;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.kv_w {
  position: relative;
  background: #000;
  overflow: hidden;
  margin: 0 auto;
}

.logo_g {
  width: 100%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 4;
}
@media (max-width: 767px) {
  .logo_g {
    height: 19.556714472vw;
    display: flex;
    align-items: center;
    background: #000;
  }
}
@media (min-width: 768px) {
  .logo_g {
    width: 49%;
    right: 6%;
    bottom: 5%;
  }
}
.logo_g .logo_w {
  width: 95%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.logo_g .logo_w .logo01_box {
  width: 36.6%;
  position: relative;
}
.logo_g .logo_w .logo01_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.1%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
}
.logo_g .logo_w .logo02_box {
  width: 34.6%;
  position: relative;
}
.logo_g .logo_w .logo02_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.34%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
}
.logo_g .logo_w .logo03_box {
  width: 22.8%;
}
.kv_box {
  position: relative;
  z-index: 2;
}
.kv_box h1 {
  width: 54.2%;
  position: absolute;
  left: 9.3%;
  top: 17.2%;
  z-index: 2;
}
.kv_box .kv_pic {
  width: 4%;
  position: absolute;
  left: 0;
  top: 17.7%;
  z-index: 2;
}

.kv_g {
  position: relative;
}
.kv_g .kv_t {
  width: 25.7%;
  position: absolute;
  left: 3.2%;
  top: 10%;
  z-index: 2;
}

.yt_box > img {
  height: 48.9583333333vw;
}

.yt_box_m > img {
  height: 177.9661016949vw;
}

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

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

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

.music_box img {
  display: block;
  width: 3.1%;
  height: auto;
  margin: 1%;
  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;
  }
}

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

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

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_box iframe {
  position: absolute;
  top: 0 !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  height: 56.25vw !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  pointer-events: none;
  z-index: 1;
}

.btn_buy {
  display: block;
  width: 15%;
  position: fixed;
  right: 1%;
  bottom: 6%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (min-width: 768px) {
  .btn_buy {
    width: 6.4%;
  }
}
.btn_buy img {
  margin: 1.5% 0;
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
/*---main---*/
main,
section {
  position: relative;
  overflow: hidden;
}

.temp {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -5;
}

#s02 {
  padding-bottom: 3%;
}
#s02 h2 {
  display: flex !important;
  justify-content: center !important;
  width: 38.75%;
  margin: 9% auto 4%;
}
@media (max-width: 767px) {
  #s02 h2 {
    width: 60%;
  }
}
#s02 h3 {
  width: 36.6%;
  margin: 4% auto 2%;
}
@media (max-width: 767px) {
  #s02 h3 {
    width: 56.6%;
  }
}

.bg_top {
  width: 52%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.bg_bottom {
  width: 52%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

ul.travel_g {
  display: flex;
  width: 98%;
  margin: 0 auto;
  justify-content: space-around;
}
@media (max-width: 767px) {
  ul.travel_g {
    margin: 0 auto 10%;
  }
}
ul.travel_g li {
  width: 47%;
  position: relative;
}

.btn_holiday {
  width: 8.5%;
  position: absolute;
  top: 30%;
  left: 32%;
  z-index: 2;
}
@media (max-width: 767px) {
  .btn_holiday {
    width: 30%;
    top: 43.1%;
    left: 53%;
  }
}

.btn_more {
  width: 8.5%;
  position: absolute;
  top: 71.5%;
  left: 87%;
  z-index: 2;
}
@media (max-width: 767px) {
  .btn_more {
    width: 30%;
    top: 92%;
    left: 37%;
  }
}

.btn_tour {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 34%;
  bottom: 0;
  left: 0;
}

.btn_travel {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 68%;
  top: 0;
  left: 0;
}

.btn_line {
  position: absolute;
  z-index: 2;
  width: 14%;
  bottom: 5%;
  right: 37%;
}

.btn_phone {
  position: absolute;
  z-index: 2;
  width: 14%;
  bottom: 5%;
  right: 21%;
}

.btn_order {
  position: absolute;
  z-index: 2;
  width: 14%;
  bottom: 5%;
  right: 5%;
}

.swiper_a {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 3%;
}
@media (max-width: 1023px) {
  .swiper_a {
    width: 80%;
    padding-bottom: 10%;
  }
}

.swiper_b {
  position: relative;
  width: 63%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .swiper_b {
    width: 80%;
    padding-bottom: 10%;
  }
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: none;
}
.swiper-button-prev img, .swiper-button-next img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet {
  width: 3vw;
}

.travel_box {
  position: relative;
  width: 100%;
}

#s03 {
  padding-bottom: 3%;
}
#s03 h2 {
  width: 38.75%;
  margin: 9% auto 4%;
}
@media (max-width: 767px) {
  #s03 h2 {
    width: 61.8%;
  }
}
#s03 {
  background-image: url(../images/s03/bg.jpg);
  background-position: top center;
  background-size: cover;
}

.swiper_c {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .swiper_c {
    width: 83%;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 3%;
  padding: 0 1%;
}
@media (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    width: 8%;
    padding: 0;
  }
}

#s04 {
  padding-bottom: 3%;
}
#s04 h2 {
  width: 38.75%;
  margin: 6% auto 4%;
}
@media (max-width: 767px) {
  #s04 h2 {
    width: 61.8%;
  }
}
#s04 {
  background-image: url(../images/s04/bg.jpg);
  background-position: top center;
  background-size: cover;
}

.swiper_d {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .swiper_d {
    width: 83%;
  }
}

.swiper-button-prev.sw3,
.swiper-button-prev.sw4 {
  left: -5%;
}

.swiper-button-next.sw3,
.swiper-button-next.sw4 {
  right: -5%;
}

@media (max-width: 767px) {
  .swiper-button-prev.sw3,
  .swiper-button-prev.sw4 {
    left: -10%;
  }
  .swiper-button-next.sw3,
  .swiper-button-next.sw4 {
    right: -10%;
  }
}
#s05 {
  padding-bottom: 3%;
}
#s05 h2 {
  width: 38.75%;
  margin: 5% auto 4%;
}

#s05 .qa-panel[hidden] {
  display: none !important;
}

#s05 .qa-panel:not([hidden]) {
  display: block !important;
}

#s05 {
  background: #fff url("../images/s05/bg.jpg") center top/cover no-repeat;
  padding: 1px 0 clamp(48px, 6vw, 110px);
}
#s05 .qa-list {
  width: min(91%, 1780px);
  margin: auto;
}
#s05 .qa-item {
  margin: 0 0 clamp(12px, 1.25vw, 24px);
  border: 1.5px solid #d9b65a;
  border-radius: clamp(15px, 1.55vw, 30px);
  overflow: hidden;
  background: linear-gradient(100deg, #06264b, #1f3a6e);
}
#s05 h3 {
  margin: 0;
}
#s05 .qa-trigger {
  width: 100%;
  min-height: clamp(66px, 5.5vw, 104px);
  padding: clamp(12px, 1.15vw, 25px) clamp(18px, 2vw, 38px);
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.05vw, 20px);
  color: #fff;
  background: transparent;
  border: 0;
  text-align: left;
  font: 700 clamp(22px, 2.05vw, 42px)/1.25 "Noto Sans TC", sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
}
#s05 .qa-question {
  flex: 1;
}
#s05 .qa-icon {
  width: clamp(38px, 3.38vw, 65px);
  flex: 0 0 auto;
}
#s05 .qa-panel, #s05 .qa-answer {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
#s05 .qa-answer {
  padding: 0 clamp(35px, 5.1vw, 100px) clamp(28px, 2.6vw, 52px);
  color: #fff;
  font: 400 clamp(17px, 1.35vw, 27px)/1.8 "Noto Sans TC", sans-serif;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
#s05 .qa-answer p {
  margin: 0 0 0.7em;
}
#s05 .qa-answer p, #s05 .qa-answer ul, #s05 .qa-answer ol, #s05 .qa-answer li {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
#s05 .qa-answer ul, #s05 .qa-answer ol {
  margin: 0 0 0.9em;
  padding-left: 1.45em;
  box-sizing: border-box;
}
#s05 .qa-answer li {
  margin: 0.25em 0;
}
#s05 .qa-trigger:focus-visible {
  outline: 3px solid #f5d675;
  outline-offset: -5px;
}
@media (max-width: 767px) {
  #s05 h2 {
    width: 66%;
    margin: 12% auto 7%;
  }
  #s05 .qa-list {
    width: calc(100% - 16px);
  }
  #s05 .qa-trigger {
    font-size: clamp(18px, 3vw, 26px);
    letter-spacing: 0.02em;
  }
  #s05 .qa-answer {
    padding: 0 clamp(18px, 7.2vw, 28px) 26px;
    font-size: clamp(15px, 3vw, 20px);
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
}

#s06 {
  padding-bottom: 3%;
  background-image: url(../images/s06/bg.jpg);
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767px) {
  #s06 {
    background-image: url(../images/s06/bg_m.jpg);
  }
}
#s06 h2 {
  width: 52.8%;
  margin: 13.3% auto 5%;
}
@media (max-width: 767px) {
  #s06 h2 {
    width: 81.6%;
  }
}

.anz_g {
  margin-top: 28%;
}
@media (max-width: 767px) {
  .anz_g {
    margin-top: 42%;
  }
}

.anz {
  display: block;
  width: 83.33%;
  margin: 2% auto;
}
@media (max-width: 767px) {
  .anz {
    width: 100%;
    margin: 5% auto;
  }
}

.south {
  width: 68.2%;
  margin: 6% auto;
}
@media (max-width: 767px) {
  .south {
    width: 84.5%;
  }
}

#s07 {
  padding-bottom: 2%;
}
@media (max-width: 767px) {
  #s07 {
    padding-bottom: 10%;
  }
}
#s07 h2 {
  width: 38.75%;
  margin: 14% auto 4%;
}
@media (max-width: 767px) {
  #s07 h2 {
    width: 60%;
  }
}
#s07 {
  background-image: url(../images/s07/bg.jpg);
  background-position: top center;
}

ul.kol_g {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto;
  justify-content: center;
}
ul.kol_g li {
  width: 23%;
  padding: 2% 1%;
}

.swiper_e {
  position: relative;
  width: 76%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .swiper_e {
    padding-bottom: 10%;
  }
}

.holiday_win {
  position: relative;
  padding: 0;
  width: 100%;
}
.holiday_win .view_list {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .holiday_win .view_list {
    width: 100.1303780965vw;
  }
}
@media (min-width: 768px) {
  .holiday_win .view_list {
    width: 53.4375vw;
  }
}

#holiday_win.holiday-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: flex-start;
  justify-content: center;
  padding: 1%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.94);
  box-sizing: border-box;
}
#holiday_win.holiday-modal.is-open, #holiday_win.holiday-modal:target {
  display: flex !important;
}
#holiday_win.holiday-modal .holiday_win {
  flex: 0 0 auto;
  width: 95%;
  margin: 0 auto;
  background: #000;
}
#holiday_win.holiday-modal .view_list {
  width: 100%;
}
#holiday_win.holiday-modal .holiday-close {
  display: grid !important;
  place-items: center;
  position: fixed;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.modally-wrap.holiday_win .modally,
.modally-wrap.holiday_win .modally-content {
  background: #000;
}

.modally-wrap.holiday_win .modally-close-button {
  color: #fff;
}

.modally-cell {
  display: flex;
  justify-content: center;
}

.modally {
  max-width: 100%;
  width: auto;
  background: none;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .modally {
    width: auto;
  }
}

.modally-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5%;
}
@media (max-width: 991px) {
  .modally-content {
    padding-top: 10%;
  }
}

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

.modally-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modally-wrap .modally-underlay {
  background: rgba(228, 231, 232, 0.9);
}

.overlay {
  width: 19%;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .overlay {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .overlay {
    width: 100%;
  }
}

.overlay nav {
  top: 0vh;
  height: 100vh;
}
.overlay nav ul {
  display: block;
  width: 80%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0% 0% 0 0%;
}
.overlay nav ul li {
  width: 100%;
  display: flex;
  border-left: none;
  border-right: none;
}
.overlay nav ul li a div {
  display: flex;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.overlay nav ul li a div span {
  width: 15vw;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.overlay nav ul li a div p {
  font-size: 5vw;
  font-weight: 600;
}

.overlay .overlay-close {
  width: 20%;
  height: 10.6%;
  right: 5%;
  top: 0%;
}

button.menu_m {
  display: block;
  width: 9.5%;
  position: relative;
  top: 0%;
  right: 2%;
  border: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (min-width: 768px) {
  button.menu_m {
    width: 3%;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: #b2b2b2;
  opacity: 1;
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
  }
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #ddb458;
}/*# sourceMappingURL=style.css.map */