@font-face {
  font-family: "Jf Bold";
  src: local("Jf Bold"), url("../fonts/jf-jinxuan-fresh2.2-bold.otf");
}
@font-face {
  font-family: "Jf light";
  src: local("Jf light"), url("../fonts/jf-jinxuan-fresh2.2-light.otf");
}
@font-face {
  font-family: "ProzsLibre semiBold";
  src: local("ProzsLibre semiBold"), url("../fonts/ProzaLibre-SemiBold.ttf");
}
@font-face {
  font-family: "Hlvt";
  src: local("Hlvt"), url("../fonts/Helvetica.ttc");
}
.jf-bold, #station .station-box .station-item span, .modal .modal--box .content .title, .card-ticket .headbox .title, .card-ticket .infobox .info, .card-airfare .title, .card-airfare .info, .card-airfare .num, .card-partner .info .title, .btn-main span, .rulebox .title .title-txt, .rulebox .content--title, .header .menu .nav a, .highlight {
  font-family: "Jf Bold", sans-serif;
}

.jf-light, .modal .modal--box .content .rules .rule-p p, .modal .modal--box .content .rules ul li, .card-partner .info p, p {
  font-family: "Jf light", sans-serif;
}

.pro-bold, .card-ticket .headbox .date, .card-ticket .infobox .title span, .card-airfare .num span {
  font-family: "ProzsLibre semiBold", sans-serif;
}

.hlvt, .modal .modal--box .content .form--item .label, .modal .modal--box .content .form--item input, .header .menu .lan--now span, .header .menu .lan .sltbox a {
  font-family: "Hlvt", sans-serif;
}

.f-18, .modal .modal--box .content .rules .rule-p .title, .modal .modal--box .content .rules .rule-p p, .modal .modal--box .content .rules table, .modal .modal--box .content .rules ul li, html[lang=en] .card-ticket .headbox .title, .card-partner .info p {
  font-size: clamp(14px, 0.9vw, 18px);
}

.f-22, #station .station-box .station-item span, .modal .modal--box .content .form--item .label, .modal .modal--box .content .form--item input, .card-ticket .headbox .date, .card-ticket .infobox .info {
  font-size: clamp(14px, 1.25vw, 22px);
}

.f-28, .modal .modal--box .content .title, .card-ticket .headbox .title, .btn-main span, .header .menu .nav a, .header .menu .lan--now span, .header .menu .lan .sltbox a, p {
  font-size: clamp(16px, 1.45vw, 28px);
}

.f-32, .card-ticket .infobox .title span, .card-partner .info .title {
  font-size: clamp(18px, 1.6vw, 32px);
}

.f-42, .card-airfare .title, .card-airfare .info, .card-airfare .num, .rulebox .content--title {
  font-size: clamp(22px, 2vw, 42px);
}

.f-60, .rulebox .title .title-txt {
  font-size: clamp(32px, 3vw, 60px);
}

.f-88, .card-airfare .num span {
  font-size: clamp(40px, 4.5vw, 86px);
}

.f-m {
  font-size: 15px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .f-m {
    font-size: 12px;
  }
}

.f-s {
  font-size: 13px;
}
@media (max-width: 768px) {
  .f-s {
    font-size: 11px;
  }
}

/*mixin-set*/
/*style set*/
html,
body {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  -webkit-overflow-scrolling: touch;
}

p {
  line-height: 150%;
}

.hide {
  display: none !important;
}

.alcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.txt-yel {
  color: #eceb1a;
}

.txt-wh {
  color: #fff;
}

.txt-bk {
  color: #000;
}

.txt-graysub {
  color: #d7d2cb;
}

.header {
  display: flex;
  gap: 32px;
  padding: 12px 6.4vw 12px 4vw;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: -200px;
  left: 0;
  width: 100vw;
  z-index: 99;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  /*<1680*/
}
.header .logo {
  display: block;
  width: 30%;
  height: auto;
  max-width: 275px;
  position: relative;
  z-index: 2;
}
.header .menu {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  gap: 9%;
}
.header .menu .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 1.5vw;
}
.header .menu .nav a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #4170b2;
  transition: 0.3s;
}
.header .menu .nav a:hover {
  color: #00569c;
}
.header .menu .lan {
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.header .menu .lan--icon {
  width: 2.6vw;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu .lan--icon img {
  width: 100%;
  max-width: 50px;
}
.header .menu .lan--now {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.header .menu .lan--now span {
  display: flex;
  justify-content: flex-end;
  width: 3.8vw;
  color: #4170b2;
  font-weight: bold;
}
.header .menu .lan--now .arrow {
  display: flex;
  align-items: center;
  height: 50px;
}
.header .menu .lan--now .arrow svg {
  width: 16px;
  height: auto;
}
.header .menu .lan--now .arrow svg polyline {
  fill: #4170b2;
}
.header .menu .lan .sltbox {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
  top: 56px;
  left: 50%;
  background: #fff;
}
.header .menu .lan .sltbox a {
  display: block;
  padding: 12px;
  box-sizing: border-box;
  color: #4170b2;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  transition: 0.3s;
}
.header .menu .lan .sltbox a:hover {
  background: #4170b2;
  color: #fff;
}
.header .menu .lan .sltbox.active {
  display: flex;
}
.header .ham {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 7.2%;
  transform: translateY(-50%) scale(0.6);
  top: 50%;
  display: none;
}
.header .ham .ham--line {
  display: block;
  width: 42px;
  height: 2px;
  background: #000;
  position: absolute;
}
.header .ham .ham--line:nth-child(1) {
  top: 15px;
  left: 8px;
  transition: 0.3s;
}
.header .ham .ham--line:nth-child(2) {
  top: 24px;
  left: 8px;
  opacity: 1;
  transition: 0.3s;
}
.header .ham .ham--line:nth-child(3) {
  top: 33px;
  left: 8px;
  transition: 0.3s;
}
.header .ham.active .ham--line:nth-child(1) {
  top: 25px;
  left: 8px;
  transform-origin: center;
  rotate: 45deg;
  transition: 0.3s;
}
.header .ham.active .ham--line:nth-child(2) {
  top: 29px;
  left: 14px;
  transform-origin: center;
  transform: scaleX(0);
  opacity: 0;
  transition: 0.3s;
}
.header .ham.active .ham--line:nth-child(3) {
  top: 25px;
  left: 8px;
  transform-origin: center;
  rotate: -45deg;
  transition: 0.3s;
}
.header.header-in {
  transition: 0.3s;
  top: 0px;
}
@media (max-width: 768px) {
  .header.header-in {
    top: 0 !important;
  }
}
@media (max-width: 1680px) {
  .header {
    padding: 12px 4vw 12px 4vw;
  }
  .header .menu {
    gap: 3%;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 12px 10% 12px 4%;
  }
  .header .menu {
    padding-top: 11.19vw;
    position: fixed;
    top: 0px;
    left: 0;
    background: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    animation: hidemenu 1s forwards;
    overflow-y: auto;
    gap: 8vw;
  }
  .header .menu .nav {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    height: auto;
  }
  .header .menu .nav a {
    width: 100%;
    padding: 8vw 10vw;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
  }
  .header .menu .nav a:after {
    content: "";
    display: block;
    width: 5%;
    height: 1px;
    border-radius: 9999px;
    background: #d6e4f4;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .header .menu .nav a:first-child {
    border-top: solid 1px #fafafa;
  }
  .header .menu .lan {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
  }
  .header .menu .lan--now {
    display: none;
  }
  .header .menu .lan .sltbox {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
  }
  .header .menu.active {
    animation: showmenu 1s forwards;
  }
  .header .ham {
    display: block;
    right: 3%;
  }
}

@keyframes showmenu {
  0% {
    visibility: hidden;
    opacity: 0;
    background: #fff;
  }
  50% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
}
@keyframes hidemenu {
  0% {
    visibility: visible;
    opacity: 1;
  }
  50% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.rulebox {
  position: relative;
}
.rulebox .title {
  width: 23.83vw;
  height: 23.83vw;
  border-radius: 100%;
  background: #4170B2;
  background: linear-gradient(180deg, rgb(65, 112, 178) 0%, rgb(131, 165, 206) 100%);
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  margin-bottom: -14.298vw;
}
.rulebox .title .title-txt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 22%;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
  line-height: 110%;
}
.rulebox .content {
  border-radius: 24px;
  padding-bottom: 32px;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(214, 228, 244) 100%);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.rulebox .content--title {
  display: block;
  padding: 20px 24px;
  background: #D6E4F4;
  background: linear-gradient(180deg, rgb(214, 228, 244) 0%, rgb(166, 192, 220) 66%);
  border-radius: 24px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
  color: #00569c;
  text-align: center;
  line-height: 140%;
}
.rulebox .content--brief {
  padding: 4% 4%;
  text-align: center;
  color: #00569c;
}
@media (max-width: 1024px) {
  .rulebox {
    width: 60vw !important;
  }
}
@media (max-width: 768px) {
  .rulebox {
    width: 90vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rulebox .title {
    width: 200px;
    height: 200px;
    margin-bottom: -105px;
  }
  .rulebox .title .title-txt {
    top: 25%;
  }
  .rulebox .content--title {
    padding: 12px 24px;
  }
}

@media (max-width: 768px) {
  html[lang=en] .rulebox .title .title-txt {
    font-size: 22px;
    top: 27%;
  }
}

.btn-main {
  display: inline-flex;
  min-width: 100px;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  padding: 12px 32px;
  border-radius: 9999px;
  background: #4170B2;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgb(65, 112, 178) 0%, rgb(77, 119, 183) 50%, rgb(0, 86, 156) 50%, rgb(86, 142, 189) 80%, rgb(214, 228, 244) 100%);
  box-shadow: 0 6px 10px rgba(0, 86, 156, 0.2);
  border: solid 3px #fff;
  transition: 0.3s;
}
.btn-main:hover {
  background: linear-gradient(180deg, rgb(65, 112, 178) 0%, rgb(77, 119, 183) 50%, rgb(0, 86, 156) 50%, rgb(86, 142, 189) 80%, rgb(184, 217, 255) 100%);
  box-shadow: 0 10px 14px rgba(0, 86, 156, 0.4);
}
.btn-main span {
  letter-spacing: 2px;
  color: #fff;
}
@media (max-width: 768px) {
  .btn-main {
    padding: 12px 24px;
  }
}
.btn-main.disable {
  background: #c0c7d3;
  border: solid 3px #fafafa;
}

.card-ticket {
  display: flex;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.card-ticket .headbox {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9vw 0.2vw 0.4vw 0.4vw;
  background: #fbcfe2;
  flex-shrink: 0;
  box-sizing: border-box;
}
.card-ticket .headbox .date {
  color: #d67e99;
}
.card-ticket .headbox .title {
  line-height: 110%;
  color: #d67e99;
  padding: 12px 0;
  width: 90%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  text-align: center;
  word-break: break-word;
}
.card-ticket .headbox .title.en {
  hyphens: auto;
}
.card-ticket .headbox .icon {
  width: 60%;
  margin: 4px auto 0 auto;
}
.card-ticket .headbox .icon .set-blue {
  display: none;
}
.card-ticket .headbox .icon .set-red {
  display: block;
}
.card-ticket .headbox .icon img {
  width: 100%;
}
.card-ticket .infobox {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0.9vw;
  background: #d67e99 url("../images/sec-2-globalMap.png") center center no-repeat;
  background-size: 80%;
  gap: 5px;
}
.card-ticket .infobox .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-ticket .infobox .title span {
  color: #fff;
}
.card-ticket .infobox .title .icon {
  width: 10%;
  object-fit: contain;
}
.card-ticket .infobox .info {
  color: #fff;
  flex-grow: 0;
  padding-right: 0px;
  letter-spacing: 0;
  word-break: break-word;
  line-height: 140%;
}
html[lang="en"] .card-ticket .infobox .info {
  line-height: 130%;
}
.card-ticket.disable .headbox {
  background: #c7ced9 !important;
}
.card-ticket.disable .headbox .date, .card-ticket.disable .headbox .title {
  color: #fff !important;
}
.card-ticket.disable .headbox .icon img {
  filter: grayscale(1) brightness(100);
}
.card-ticket.disable .infobox {
  background: #c0c7d3 !important;
}
.card-ticket.disable .infobox .title span, .card-ticket.disable .infobox .info {
  color: #fff !important;
}
.card-ticket.disable .infobox .title .icon {
  filter: brightness(100);
}
@media (max-width: 768px) {
  .card-ticket {
    flex-direction: column;
  }
  .card-ticket .headbox {
    width: 100%;
    padding: 8px 4px;
  }
  .card-ticket .headbox .title br {
    display: none;
  }
  .card-ticket .headbox .icon {
    width: 40%;
    margin: 3px 0;
  }
  .card-ticket .infobox {
    padding: 12px;
  }
  .card-ticket .infobox .info {
    padding: 0;
    line-height: 140%;
  }
}

.card-airfare {
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  background: #fbcfe2;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  gap: 2vw;
  box-sizing: border-box;
}
.card-airfare .title {
  padding: 12px;
  width: 100%;
  color: #fff;
  background: #d67e99;
  background: linear-gradient(180deg, rgb(229, 120, 154) 0%, rgb(239, 145, 174) 100%);
  border-radius: 18px;
  text-align: center;
  box-sizing: border-box;
}
.card-airfare .info {
  color: #00569c;
  text-align: center;
  flex-grow: 1;
}
.card-airfare .num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00569c;
}
.card-airfare:nth-child(2n) {
  background: #d6e4f4;
}
.card-airfare:nth-child(2n) .title {
  background: linear-gradient(180deg, rgb(94, 125, 180) 0%, rgb(131, 165, 206) 100%);
}

.card-partner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: dashed 1px #fff;
  padding: 16px;
  box-sizing: border-box;
  column-gap: 24px;
}
.card-partner .logo {
  width: 30%;
  flex-shrink: 0;
}
.card-partner .logo img {
  display: block;
  width: 100%;
}
.card-partner .info {
  width: calc(70% - 24px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.card-partner .info .title {
  display: flex;
  align-items: center;
  color: #00569c;
  margin-bottom: 4vw;
  line-height: 150%;
  flex-grow: 1;
}
.card-partner .info p {
  color: #00569c;
  line-height: 150%;
  display: none;
}
.card-partner .actbox {
  width: 100%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .card-partner .info .title {
    margin-bottom: 5vw;
  }
}
@media (max-width: 768px) {
  .card-partner {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 24px 16px;
    gap: 12px;
  }
  .card-partner .logo {
    width: 100%;
  }
  .card-partner .info {
    width: 100%;
  }
  .card-partner .info .title {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .card-partner .actbox {
    width: 100%;
    position: relative;
  }
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  animation: modalhide 0.5s forwards;
}
.modal[data-modal="popup-peakseason-zhtw"],
.modal[data-modal="popup-peakseason-en"] {
  z-index: 10000;
}
.modal .modal--box {
  width: 84%;
  max-width: 1512px;
  background: #d6e4f4;
  border-radius: 24px;
  position: relative;
  box-sizing: border-box;
  padding: 3.125vw;
}
.modal .modal--box .content {
  max-height: 60vh;
  padding: 3.125vw;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(214, 228, 244) 100%);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  overflow: auto;
  border-radius: 18px;
}
.modal .modal--box .content .title {
  color: #00569c;
  padding: 16px 0;
  line-height: 140%;
  text-align: center;
}
.modal .modal--box .content .rules .rule-p .title {
  text-align: left;
  padding-bottom: 0;
}
.modal .modal--box .content .rules .rule-p p {
  color: #00569c;
}
.modal .modal--box .content .rules .rule-p a {
  text-decoration: underline;
}
.modal .modal--box .content .rules table {
  table-layout: fixed;
  width: 100%;
  color: #4170b2;
  border: solid 1px #4170b2;
  border-collapse: collapse;
  margin: 16px auto;
  word-break: break-word;
}
.modal .modal--box .content .rules table th {
  text-align: center;
  background: #d6e4f4;
  color: #00569c;
  padding: 5px;
}
.modal .modal--box .content .rules table th:nth-child(2) {
  border-left: solid 1px #4170b2;
}
.modal .modal--box .content .rules table tr {
  border-bottom: solid 1px #4170b2;
}
.modal .modal--box .content .rules table td {
  color: #00569c;
  padding: 5px;
}
.modal .modal--box .content .rules table td:nth-child(2) {
  text-align: center;
  border-left: solid 1px #4170b2;
}
.modal .modal--box .content .rules ul {
  padding-left: 32px;
  margin-top: 16px;
}
.modal .modal--box .content .rules ul li {
  color: #00569c;
  line-height: 140%;
  list-style-type: decimal;
  margin-bottom: 12px;
}
.modal .modal--box .content .rules ul ul {
  padding-left: 15px;
}
.modal .modal--box .content .rules ul ul li {
  list-style-type: disc;
}
.modal .modal--box .content .form {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 520px;
  margin: 2vw auto 0 auto;
}
.modal .modal--box .content .form--item {
  border-radius: 12px;
  background: #d6e4f4;
  display: flex;
  overflow: hidden;
  margin-bottom: 16px;
}
.modal .modal--box .content .form--item .label {
  width: 10vw;
  min-width: 80px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #83a5ce;
  color: #fff;
}
.modal .modal--box .content .form--item input {
  width: 100%;
  color: #00569c;
  padding: 0 8px;
  outline: none;
  border: none;
}
.modal .modal--box .modalClose {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4170b2;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  top: -20px;
  transition: 0.3s;
}
.modal .modal--box .modalClose img {
  width: 40%;
}
.modal .modal--box .modalClose:hover {
  background: #00569c;
}
.modal .modal--box .actbox {
  margin-top: 2vw;
  text-align: center;
}
.modal.modal-show {
  animation: modalshow 1s forwards;
}

@keyframes modalshow {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes modalhide {
  0% {
    visibility: visible;
    opacity: 1;
  }
  50% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
}
.loading .cloud-mk-1 {
  display: block;
  width: 200vw;
  position: absolute;
  top: calc((100vh - 137vw) / 2);
  left: -50vw;
}
.loading .cloud-mk-1 img {
  display: block;
  width: 100%;
}
.loading .cloud-mk-2 {
  display: block;
  width: 200vw;
  position: absolute;
  top: calc((100vh - 137vw) / 2);
  left: -50vw;
}
.loading .cloud-mk-2 img {
  display: block;
  width: 100%;
}
.loading .loadingtxt {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50%;
  width: 200px;
}
.loading .loadingtxt img {
  width: 100%;
  animation: rotateCircle 8s linear infinite;
}
.loading .loadingtxt span {
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .loading .cloud-mk-1 {
    width: 300vw;
    top: calc((100vh - 420vw) / 2);
    left: 100vw;
  }
  .loading .cloud-mk-2 {
    width: 300vw;
    top: calc((100vh - 420vw) / 2);
    left: -100vw;
  }
}

.noscroll {
  overflow-y: hidden !important;
}

body {
  background: #fafafa;
}
body.loadingani .header, body.loadingani footer, body.loadingani .modal {
  display: none;
}
body a {
  text-decoration: none;
}

html[lang=cn] .hero--title.lan-en {
  display: none;
}

html[lang=en] .hero--title.lan-cn {
  display: none;
}

.page {
  /*<1680*/
}
.main {
  transition: 1s;
  background: #d6e4f4;
}
.main.loadingani {
  opacity: 0;
  transition: 1s;
}

.img-fit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-box .inner {
  padding-bottom: 32px;
}

.actbox {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 24px;
}
@media (max-width: 768px) {
  .actbox {
    width: 80%;
    flex-direction: column;
    gap: 16px;
  }
  .actbox .btn-main {
    min-width: 40%;
  }
}

.br-mb {
  display: inline-block;
  padding-left: 0.8vw;
}
@media (max-width: 768px) {
  .br-mb {
    display: block;
  }
}

.sec-hero {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.sec-hero .hero--bg {
  width: 100vw;
  height: 100vh;
  transform: scale(1.1);
  transform-origin: center;
}
.sec-hero .hero--bg picture {
  width: 100%;
  height: 100%;
}
.sec-hero .hero--title {
  width: 55%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0%;
}
.sec-hero .hero--title .name {
  width: 100%;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}
.sec-hero .hero--title .date {
  width: 60%;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  margin-top: -16.5%;
  z-index: 2;
}
.sec-hero .hero--title .cloud {
  width: 60%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 65%;
  z-index: 1;
}
.sec-hero .ballon-1 {
  width: 12%;
  position: absolute;
  top: 0%;
  left: 23%;
}
.sec-hero .ballon-2 {
  width: 23%;
  position: absolute;
  top: 80%;
  left: -8%;
}
.sec-hero .ballon-3 {
  width: 25%;
  position: absolute;
  top: 75%;
  right: -8%;
}
@media (max-width: 1024px) {
  .sec-hero .hero--bg picture img {
    object-position: bottom;
  }
  .sec-hero .hero--title {
    bottom: 15%;
    width: 100%;
    z-index: 2;
  }
  .sec-hero .hero--title .cloud {
    top: 60%;
  }
  .sec-hero .ballon-1 {
    width: 30%;
    top: -2%;
    left: 5%;
  }
  .sec-hero .ballon-2 {
    width: 50%;
  }
  .sec-hero .ballon-3 {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .sec-hero .ballon-1 {
    top: 14%;
  }
}

#entrance {
  overflow: hidden;
  width: 100%;
}
#entrance .inner {
  width: 100%;
  aspect-ratio: 1920/990;
  position: relative;
}
#entrance .rulebox {
  width: 54vw;
  position: relative;
  margin-left: 44vw;
  transform: translateY(-50%);
  top: 40%;
  margin-top: 6vw;
  z-index: 2;
}
#entrance .cloud-1 {
  position: absolute;
  top: 1%;
  left: -10%;
  width: 25%;
}
#entrance .cloud-2 {
  position: absolute;
  width: 50%;
  top: -25%;
  right: -30%;
}
#entrance .earth {
  position: absolute;
  width: 30%;
  top: 46.5%;
  left: 10%;
}
#entrance .pony {
  position: absolute;
  width: 31%;
  top: 7%;
  left: 12%;
  z-index: 3;
}
#entrance .cloud-3 {
  position: absolute;
  width: 48%;
  top: 33.5%;
  left: 13.5%;
}
@media (max-width: 1024px) {
  #entrance .rulebox {
    top: 50%;
    margin-left: 35vw;
  }
  #entrance .pony {
    left: 7%;
  }
  #entrance .earth {
    left: 5%;
  }
  #entrance .cloud-3 {
    left: 2.5%;
  }
}
@media (max-width: 768px) {
  #entrance {
    margin-top: 10vw;
    padding-bottom: 24px;
  }
  #entrance .inner {
    aspect-ratio: inherit;
  }
  #entrance .earth {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 70%;
    margin: -40px auto 0 15%;
  }
  #entrance .pony {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 60%;
    margin: 0 auto 0 25%;
    z-index: 2;
  }
  #entrance .cloud-3 {
    width: 80%;
    left: 10%;
    top: 18%;
  }
  #entrance .rulebox {
    position: relative;
    margin-top: -40px;
    transform: none;
  }
}

#island {
  width: 100vw;
  overflow: hidden;
  margin-top: 7vw;
}
#island .inner {
  position: relative;
}
#island .rulebox {
  width: 50vw;
  position: relative;
  margin-top: 40px;
  margin-left: 8vw;
  z-index: 3;
}
#island .island {
  position: absolute;
  width: 58%;
  top: -6.6%;
  right: -9%;
  z-index: 2;
}
#island .cloud-1 {
  position: absolute;
  width: 24%;
  top: -6%;
  right: -10%;
}
#island .ticket-box {
  width: 90%;
  margin: 6vw auto;
  position: relative;
}
#island .ticket-box .tickettrack {
  position: absolute;
}
#island .ticket-box .tickets {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
  gap: 2%;
}
#island .ticket-box .tickets .card-ticket {
  width: 23.5%;
}
#island .ticket-box .tickets.group-1 {
  padding-top: 5vw;
  width: 96%;
}
#island .ticket-box .tickets.group-1 .card-ticket:nth-child(2n) .headbox {
  background: #d6e4f4;
}
#island .ticket-box .tickets.group-1 .card-ticket:nth-child(2n) .headbox .date {
  color: #00569c;
}
#island .ticket-box .tickets.group-1 .card-ticket:nth-child(2n) .headbox .title {
  color: #00569c;
}
#island .ticket-box .tickets.group-1 .card-ticket:nth-child(2n) .headbox .icon .set-blue {
  display: block;
}
#island .ticket-box .tickets.group-1 .card-ticket:nth-child(2n) .headbox .icon .set-red {
  display: none;
}
#island .ticket-box .tickets.group-1 .card-ticket:nth-child(2n) .infobox {
  background: #00569c url("../images/sec-2-globalMap.png") center center no-repeat;
}
#island .ticket-box .tickets.group-2 {
  padding-top: 3vw;
  width: 96%;
  margin-left: 4%;
}
#island .ticket-box .tickets.group-2 .card-ticket:nth-child(2n+1) .headbox {
  background: #d6e4f4;
}
#island .ticket-box .tickets.group-2 .card-ticket:nth-child(2n+1) .headbox .date {
  color: #00569c;
}
#island .ticket-box .tickets.group-2 .card-ticket:nth-child(2n+1) .headbox .title {
  color: #00569c;
}
#island .ticket-box .tickets.group-2 .card-ticket:nth-child(2n+1) .headbox .icon .set-blue {
  display: block;
}
#island .ticket-box .tickets.group-2 .card-ticket:nth-child(2n+1) .headbox .icon .set-red {
  display: none;
}
#island .ticket-box .tickets.group-2 .card-ticket:nth-child(2n+1) .infobox {
  background: #00569c url("../images/sec-2-globalMap.png") center center no-repeat;
}
@media (max-width: 768px) {
  #island .island {
    position: relative;
    width: 100%;
    right: 0;
    margin: 0 auto;
  }
  #island .cloud-1 {
    width: 60%;
    top: 0;
  }
  #island .rulebox {
    margin-top: -30vw;
  }
  #island .ticket-box .tickets {
    gap: 24px;
    margin: 0 auto;
  }
  #island .ticket-box .tickets .card-ticket {
    width: calc((100% - 24px) / 2);
  }
  #island .ticket-box .tickets.group-2 {
    padding: 0;
    margin: 24px auto 0 auto;
  }
}

#station {
  width: 100vw;
  overflow: hidden;
  margin-top: 7vw;
}
#station .inner {
  position: relative;
}
#station .rulebox {
  width: 54vw;
  position: relative;
  margin-top: 40px;
  margin-left: 38vw;
  z-index: 3;
}
#station .train {
  position: absolute;
  width: 29%;
  top: 1%;
  left: 7%;
  z-index: 2;
}
#station .cloud-1 {
  position: absolute;
  width: 16%;
  top: -1%;
  left: 27%;
}
#station .cloud-2 {
  position: absolute;
  width: 31%;
  top: 8%;
  left: 24%;
}
#station .station-box {
  width: 84%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#station .station-box .track {
  display: block;
  width: 100%;
}
#station .station-box .station-item {
  width: 20%;
  position: absolute;
}
#station .station-box .station-item img {
  display: block;
  width: 100%;
}
#station .station-box .station-item span {
  display: block;
  width: 80%;
  padding: 24px;
  background: #fff;
  border: solid 1px #fafafa;
  text-align: center;
  color: #00569c;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 12px;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
#station .station-box .station-item.station-1 {
  top: 9%;
  left: 17%;
}
#station .station-box .station-item.station-2 {
  top: 29%;
  left: 39.5%;
}
#station .station-box .station-item.station-3 {
  top: 11%;
  left: 66%;
}
#station .station-box .station-item.active span {
  top: -32px;
  opacity: 1;
}
@media (max-width: 768px) {
  #station {
    margin-top: 30vw;
  }
  #station .train {
    position: relative;
    width: 56%;
    left: 19%;
  }
  #station .cloud-1 {
    width: 40%;
    top: -4%;
    left: 8%;
  }
  #station .cloud-2 {
    width: 60%;
    top: 6%;
    left: 36%;
  }
  #station .rulebox {
    margin-top: -20px;
  }
  #station .station-box {
    width: 130%;
    margin-left: -15%;
  }
}

#castle {
  width: 100vw;
  overflow: hidden;
  margin-top: 7vw;
}
#castle .inner {
  position: relative;
}
#castle .rulebox {
  width: 50vw;
  position: relative;
  margin-top: 7vw;
  margin-left: 8vw;
  z-index: 3;
}
#castle .castle {
  position: absolute;
  width: 43%;
  top: -6%;
  left: 56.7%;
  z-index: 2;
}
#castle .cloud-1 {
  position: absolute;
  width: 48%;
  top: -1%;
  left: -25%;
}
#castle .cloud-2 {
  position: absolute;
  width: 31%;
  top: 8%;
  right: -21%;
}
#castle .cloud-3 {
  position: absolute;
  width: 36%;
  bottom: 0;
  right: -10%;
}
#castle .airfares {
  width: 82%;
  margin: 8.2vw auto 0 auto;
  position: relative;
  z-index: 4;
}
#castle .airfares .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3vw;
}
#castle .airfares .list .card-airfare {
  width: calc((100% - 6vw) / 3);
}
#castle .airfares .actbox {
  display: flex;
  justify-content: center;
  margin: 3vw auto;
  gap: 5%;
}
@media (max-width: 768px) {
  #castle {
    margin-top: 30vw;
  }
  #castle .castle {
    width: 90%;
    position: relative;
    margin: 0 auto 0 5%;
    top: 0;
    left: inherit;
  }
  #castle .rulebox {
    margin-top: -40px;
  }
  #castle .airfares .list {
    gap: 16px;
  }
  #castle .airfares .list .card-airfare {
    width: 100%;
  }
  #castle .airfares .actbox {
    width: 90%;
    margin-top: 32px;
    flex-direction: column;
    gap: 16px;
  }
  #castle .airfares .actbox .btn-main {
    min-width: 40%;
  }
}

#stage {
  width: 100vw;
  overflow: hidden;
  margin-top: 7vw;
}
#stage .inner {
  position: relative;
}
#stage .rulebox {
  width: 50vw;
  position: relative;
  margin-top: 7vw;
  margin-left: 42vw;
  z-index: 3;
}
#stage .stage {
  position: absolute;
  width: 38%;
  top: 2%;
  left: 4%;
  z-index: 2;
}
#stage .cloud-1 {
  position: absolute;
  width: 34%;
  top: -10%;
  left: -18%;
}
#stage .cloud-2 {
  position: absolute;
  width: 44%;
  top: 11%;
  left: 31%;
}
#stage .partners {
  width: 90%;
  margin: 8.2vw auto 0 auto;
  position: relative;
  z-index: 4;
}
#stage .partners .list {
  display: flex;
  flex-wrap: wrap;
}
#stage .partners .list .card-partner {
  width: 50%;
}
#stage .partners .actbox {
  display: flex;
  justify-content: flex-start;
  margin: 1vw auto;
  gap: 5%;
}
@media (max-width: 768px) {
  #stage .stage {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 auto 0 10%;
    width: 80%;
  }
  #stage .cloud-1 {
    top: 5%;
  }
  #stage .cloud-2 {
    width: 71%;
    top: 6%;
    left: 31%;
  }
  #stage .rulebox {
    margin-top: -10vw;
  }
}/*# sourceMappingURL=screen.css.map */
