@charset "UTF-8";
/* Bold 700 */
@font-face {
  font-family: "源泉圓體月";
  src: url("../fonts/GenSenMaruGothicJP-Bold-TTF.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/* Heavy 900 */
@font-face {
  font-family: "源泉圓體月";
  src: url("../fonts/GenSenMaruGothicJP-Heavy-TTF.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
/* Medium 500 */
@font-face {
  font-family: "源泉圓體月";
  src: url("../fonts/GenSenMaruGothicJP-Medium-TTF.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
/* Regular 400 */
@font-face {
  font-family: "源泉圓體月";
  src: url("../fonts/GenSenMaruGothicJP-Regular-TTF.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: "源泉圓體月", "Noto Sans TC", sans-serif;
  position: relative;
  overflow-x: hidden !important;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
body::before {
  content: "";
  width: 100vw;
  height: auto;
  aspect-ratio: 1920/755;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/bg-pc.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  body::before {
    background-image: url(../img/bg-m.png);
    aspect-ratio: 640/512;
  }
}

.box {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  min-height: 934px;
}
@media (min-height: 1081px) {
  .box {
    height: 1080px;
  }
}
@media (max-width: 576px) {
  .box {
    height: 90vh;
    height: 90dvh;
    min-height: 576px;
    max-height: 791px;
  }
}
@media (max-width: 460px) {
  .box {
    height: 80vh;
    height: 80dvh;
    max-height: 762px;
  }
}
@media (max-width: 390px) {
  .box {
    height: 70vh;
    height: 70dvh;
    max-height: 564px;
  }
}
.box .window-box {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -5%);
          transform: translate(-50%, -5%);
  z-index: 20;
  min-height: 934px;
  max-height: 1080px;
}
@media (max-width: 576px) {
  .box .window-box {
    height: 90vh;
    min-height: 576px;
    max-height: 791px;
  }
}
@media (max-width: 460px) {
  .box .window-box {
    height: 80vh;
    height: 80dvh;
    max-height: 762px;
  }
}
@media (max-width: 390px) {
  .box .window-box {
    height: 70vh;
    height: 70dvh;
    max-height: 564px;
  }
}
.box .window-box .bbg {
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
  position: relative;
  z-index: 50;
  background-image: url(../img/kv-fill-square.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .box .window-box .bbg {
    background-image: url(../img/kv-fill-square-tab.png);
  }
}
@media (max-width: 576px) {
  .box .window-box .bbg {
    background-image: url(../img/kv-fill-square-m.png);
  }
}
.box .window-box .bbg::after {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 40;
  border: 1000px #FFF solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 576px) {
  .box .window-box .bbg::after {
    width: 100%;
    height: 95%;
    border: none;
    border-top: 100px #FFF solid;
    border-bottom: 100px #FFF solid;
  }
}
.box .window-box img {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  overflow: visible;
  position: relative;
  z-index: 50;
}
@media (max-width: 576px) {
  .box .window-box img {
    -webkit-box-shadow: 0 0 0px 50px #fff;
            box-shadow: 0 0 0px 50px #fff;
  }
}
.box .window-box .pc {
  display: block;
}
@media (max-width: 768px) {
  .box .window-box .pc {
    display: none;
  }
}
.box .window-box .m {
  display: none;
}
@media (max-width: 768px) {
  .box .window-box .m {
    display: block;
  }
}
.box .bg {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #0d63b3;
}
.box .bg .injection {
  position: absolute;
  top: 345px;
  left: 50%;
  z-index: 80;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 90vh;
  height: 90dvh;
  background-image: url("../img/kv-injection.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .box .bg .injection {
    top: 355px;
  }
}
@media (max-width: 576px) {
  .box .bg .injection {
    top: 300px;
  }
}
@media (max-width: 460px) {
  .box .bg .injection {
    top: 250px;
  }
}
@media (max-width: 390px) {
  .box .bg .injection {
    top: 210px;
  }
}
.box .bg .TITLE {
  position: absolute;
  top: 345px;
  left: 50%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 512px;
  width: 100%;
  height: auto;
  aspect-ratio: 512/443;
}
@media (max-width: 768px) {
  .box .bg .TITLE {
    max-width: 414px;
    aspect-ratio: 414/357;
    top: 355px;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE {
    top: 300px;
    max-width: 331.2px;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE {
    top: 250px;
    max-width: 269.1px;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE {
    top: 210px;
    max-width: 227.7px;
  }
}
.box .bg .TITLE .TITLE-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.box .bg .TITLE .star1 {
  position: absolute;
  top: 34%;
  left: -1%;
  z-index: 89;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 576px) {
  .box .bg .TITLE .star1 {
    width: 7%;
  }
}
.box .bg .TITLE .star2 {
  position: absolute;
  top: 46%;
  left: -8%;
  z-index: 89;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 576px) {
  .box .bg .TITLE .star2 {
    width: 9%;
  }
}
.box .bg .TITLE .star3 {
  position: absolute;
  top: 66%;
  right: -5%;
  z-index: 89;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 768px) {
  .box .bg .TITLE .star3 {
    top: 36%;
    right: 2%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .star3 {
    top: 36%;
    right: 0%;
    width: 6%;
  }
}
.box .bg .TITLE .star4 {
  position: absolute;
  top: 75%;
  right: 0%;
  z-index: 89;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 576px) {
  .box .bg .TITLE .star4 {
    width: 8%;
    top: 75%;
    right: -3%;
  }
}
.box .bg .TITLE .earth {
  position: absolute;
  left: -23%;
  bottom: -215%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 638px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 638/649;
}
@media (max-width: 1920px) {
  .box .bg .TITLE .earth {
    left: -23%;
    bottom: -215%;
  }
}
@media (max-width: 768px) {
  .box .bg .TITLE .earth {
    left: -15%;
    bottom: -208%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .earth {
    bottom: -205%;
  }
}
.box .bg .TITLE .earth img {
  width: 95%;
  height: auto;
}
.box .bg .TITLE .sukitcase {
  position: absolute;
  right: -90%;
  bottom: -163%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 322px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 322/490;
}
@media (max-width: 1920px) {
  .box .bg .TITLE .sukitcase {
    right: -90%;
    bottom: -143%;
  }
}
@media (max-width: 1100px) {
  .box .bg .TITLE .sukitcase {
    right: -80%;
    bottom: -166%;
  }
}
@media (max-width: 992px) {
  .box .bg .TITLE .sukitcase {
    right: -70%;
    bottom: -163%;
  }
}
@media (max-width: 768px) {
  .box .bg .TITLE .sukitcase {
    right: -50%;
    bottom: -170%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .sukitcase {
    right: -67%;
    bottom: -210%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .sukitcase {
    right: -96%;
    bottom: -260%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .sukitcase {
    right: -116%;
    bottom: -300%;
  }
}
.box .bg .TITLE .sukitcase img {
  width: 105%;
  height: auto;
}
@media (max-width: 992px) {
  .box .bg .TITLE .sukitcase img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .box .bg .TITLE .sukitcase img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .sukitcase img {
    width: 90%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .sukitcase img {
    width: 80%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .sukitcase img {
    width: 65%;
  }
}
.box .bg .TITLE .sukitcase .pc {
  display: block;
}
@media (max-width: 768px) {
  .box .bg .TITLE .sukitcase .pc {
    display: none;
  }
}
.box .bg .TITLE .sukitcase .m {
  display: none;
}
@media (max-width: 768px) {
  .box .bg .TITLE .sukitcase .m {
    display: block;
  }
}
.box .bg .TITLE .ticket {
  position: absolute;
  left: -30%;
  bottom: -130%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 167px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 167/467;
}
@media (max-width: 768px) {
  .box .bg .TITLE .ticket {
    left: -5%;
    bottom: -165%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .ticket {
    left: -3%;
    bottom: -213%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .ticket {
    left: 1%;
    bottom: -300%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .ticket {
    left: 1%;
    bottom: -350%;
  }
}
.box .bg .TITLE .ticket img {
  width: 95%;
  height: auto;
}
@media (max-width: 768px) {
  .box .bg .TITLE .ticket img {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .ticket img {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .ticket img {
    width: 40%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .ticket img {
    width: 35%;
  }
}
.box .bg .TITLE .camera {
  position: absolute;
  left: -47%;
  bottom: 23%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 238px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 238/152;
}
@media (max-width: 768px) {
  .box .bg .TITLE .camera {
    left: -16%;
    bottom: 55%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .camera {
    left: -17%;
    bottom: 51%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .camera {
    left: -18%;
    bottom: 2%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .camera {
    left: -9%;
    bottom: -5%;
  }
}
.box .bg .TITLE .camera img {
  width: 95%;
  height: auto;
}
@media (max-width: 576px) {
  .box .bg .TITLE .camera img {
    width: 80%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .camera img {
    width: 60%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .camera img {
    width: 50%;
  }
}
.box .bg .TITLE .camera .pc {
  display: block;
}
@media (max-width: 768px) {
  .box .bg .TITLE .camera .pc {
    display: none;
  }
}
.box .bg .TITLE .camera .m {
  display: none;
}
@media (max-width: 768px) {
  .box .bg .TITLE .camera .m {
    display: block;
  }
}
.box .bg .TITLE .airplane {
  position: absolute;
  top: 1%;
  left: -1%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 231px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 231/140;
}
@media (max-width: 768px) {
  .box .bg .TITLE .airplane {
    top: 3%;
    left: 21%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .airplane {
    top: 7%;
    left: 30%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .airplane {
    top: 16%;
    left: 33%;
  }
}
.box .bg .TITLE .airplane img {
  width: 95%;
  height: auto;
}
@media (max-width: 768px) {
  .box .bg .TITLE .airplane img {
    width: 55%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .airplane img {
    width: 50%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .airplane img {
    width: 45%;
  }
}
.box .bg .TITLE .hat {
  position: absolute;
  top: 15%;
  right: -67%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 231px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 231/140;
}
@media (max-width: 768px) {
  .box .bg .TITLE .hat {
    top: 40%;
    right: -77%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .hat {
    top: 41%;
    right: -96%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .hat {
    top: 45%;
    right: -115%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .hat {
    top: 52%;
    right: -135%;
  }
}
.box .bg .TITLE .hat img {
  width: 95%;
  height: auto;
}
@media (max-width: 768px) {
  .box .bg .TITLE .hat img {
    width: 60%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .hat img {
    width: 50%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .hat img {
    width: 40%;
  }
}
.box .bg .TITLE .balloon {
  position: absolute;
  top: -15%;
  right: -100%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 231px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 231/140;
}
@media (max-width: 768px) {
  .box .bg .TITLE .balloon {
    top: -32%;
    right: -40%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .balloon {
    top: -40%;
    right: -60%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .balloon {
    top: -42%;
    right: -80%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .balloon {
    top: -42%;
    right: -95%;
  }
}
.box .bg .TITLE .balloon img {
  width: 95%;
  height: auto;
}
@media (max-width: 768px) {
  .box .bg .TITLE .balloon img {
    width: 80%;
  }
}
@media (max-width: 676px) {
  .box .bg .TITLE .balloon img {
    width: 70%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .balloon img {
    width: 50%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .balloon img {
    width: 35%;
  }
}
.box .bg .TITLE .cloud-1 {
  position: absolute;
  top: 25%;
  left: -84%;
  z-index: 88;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 405px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 405/296;
}
@media (max-width: 768px) {
  .box .bg .TITLE .cloud-1 {
    top: -24%;
    left: 7%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .cloud-1 {
    top: -24%;
    left: 5%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .cloud-1 {
    top: -30%;
    left: 4%;
  }
}
.box .bg .TITLE .cloud-1 img {
  width: 95%;
  height: auto;
}
@media (max-width: 768px) {
  .box .bg .TITLE .cloud-1 img {
    width: 50%;
  }
}
.box .bg .TITLE .cloud-2 {
  position: absolute;
  top: -37%;
  right: -50%;
  z-index: 88;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 405px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 405/296;
}
@media (max-width: 768px) {
  .box .bg .TITLE .cloud-2 {
    display: none;
  }
}
.box .bg .TITLE .cloud-2 img {
  width: 95%;
  height: auto;
}
.box .bg .TITLE .cloud-3 {
  position: absolute;
  top: 40%;
  right: -102%;
  z-index: 88;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 405px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 405/296;
}
@media (max-width: 768px) {
  .box .bg .TITLE .cloud-3 {
    top: 93%;
    right: -70%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .cloud-3 {
    top: 93%;
    right: -90%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .cloud-3 {
    top: 100%;
    right: -105%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .cloud-3 {
    top: 107%;
    right: -123%;
  }
}
.box .bg .TITLE .cloud-3 img {
  width: 95%;
  height: auto;
}
@media (max-width: 768px) {
  .box .bg .TITLE .cloud-3 img {
    width: 55%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .cloud-3 img {
    width: 45%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .cloud-3 img {
    width: 35%;
  }
}
.box .bg .TITLE .logo {
  position: absolute;
  top: -20%;
  left: -55%;
  z-index: 88;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 189px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 189/36;
}
@media (max-width: 1600px) {
  .box .bg .TITLE .logo {
    left: -15vw;
  }
}
@media (max-width: 1024px) {
  .box .bg .TITLE .logo {
    left: -10vw;
  }
}
@media (max-width: 992px) {
  .box .bg .TITLE .logo {
    left: -5vw;
  }
}
@media (max-width: 768px) {
  .box .bg .TITLE .logo {
    top: -32%;
    left: 45%;
  }
}
@media (max-width: 576px) {
  .box .bg .TITLE .logo {
    top: -32%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .logo {
    top: -30%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .logo {
    left: 48%;
  }
}
.box .bg .TITLE .logo img {
  max-width: 189px;
  width: 95%;
  height: auto;
}
@media (max-width: 768px) {
  .box .bg .TITLE .logo img {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .box .bg .TITLE .logo img {
    width: 90%;
  }
}
@media (max-width: 390px) {
  .box .bg .TITLE .logo img {
    width: 85%;
  }
}

.sec-tickets {
  width: 100%;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  /* running開放點擊 */
}
@media (max-width: 1200px) {
  .sec-tickets {
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .sec-tickets {
    gap: 40px;
  }
}
@media (max-width: 639px) {
  .sec-tickets {
    gap: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 576px) {
  .sec-tickets {
    gap: 20px;
  }
}
.sec-tickets .ticket-wrap-shadow {
  /* 外圍陰影 */
  -webkit-filter: drop-shadow(0px 9px 18px rgba(111, 120, 133, 0.26));
          filter: drop-shadow(0px 9px 18px rgba(111, 120, 133, 0.26));
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .sec-tickets .ticket-wrap-shadow {
    scale: 0.9;
  }
}
@media (max-width: 1100px) {
  .sec-tickets .ticket-wrap-shadow {
    scale: 0.8;
  }
}
@media (max-width: 992px) {
  .sec-tickets .ticket-wrap-shadow {
    scale: 0.7;
  }
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap-shadow {
    scale: 1;
  }
}
.sec-tickets .ticket-wrap {
  width: 1080px;
  height: 450px;
  aspect-ratio: 1080/450;
  background-image: url(../img/ticket-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  /* 2個圓形挖洞 */
  --r: 30px;
  --ox: 30px;
  --oy: 30px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)), radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) var(--oy), radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) calc(100% - var(--oy));
  -webkit-mask: linear-gradient(#000 0 0), radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) var(--oy), radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) calc(100% - var(--oy));
  -webkit-mask-size: 100% 100%, var(--r) var(--r), var(--r) var(--r);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-composite: source-over, destination-out, destination-out;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsl(0, 0%, 5%))), radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) var(--oy)/var(--r) var(--r) no-repeat, radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) calc(100% - var(--oy))/var(--r) var(--r) no-repeat;
  -webkit-mask: linear-gradient(hsl(0, 0%, 5%) 0 0), radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) var(--oy)/var(--r) var(--r) no-repeat, radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) calc(100% - var(--oy))/var(--r) var(--r) no-repeat;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsl(0, 0%, 5%))), radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) var(--oy)/var(--r) var(--r) no-repeat, radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) calc(100% - var(--oy))/var(--r) var(--r) no-repeat;
          mask: linear-gradient(hsl(0, 0%, 5%) 0 0), radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) var(--oy)/var(--r) var(--r) no-repeat, radial-gradient(closest-side, transparent 99%, #000) calc(100% - var(--ox)) calc(100% - var(--oy))/var(--r) var(--r) no-repeat;
  -webkit-mask-composite: source-over, source-out, source-out;
          mask-composite: add, subtract, subtract;
  -webkit-box-shadow: 0 10px 21px 2px rgba(111, 120, 133, 0.16);
          box-shadow: 0 10px 21px 2px rgba(111, 120, 133, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap {
    max-width: 570px;
    width: 100%;
    height: auto;
    aspect-ratio: 570/800;
    background-image: url(../img/ticket-bg-m.png);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 8.5%;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap {
    --r: 25px;
  }
}
.sec-tickets .ticket-wrap .content-wrap {
  width: 879px;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap {
    max-width: 570px;
    width: 100%;
    height: auto;
    aspect-ratio: 570/668;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content {
  width: 80%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content {
    gap: 2.5vw;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content .route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sec-tickets .ticket-wrap .content-wrap .content .route p {
  font-family: "源泉圓體月";
  font-weight: 700;
  font-size: 25px;
  color: #262626;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content .route p {
    font-size: 4vw;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content .route .route-img-box {
  aspect-ratio: 372/28;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content .route .route-img-box {
    aspect-ratio: 235/28;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content .route .route-img-box {
    width: 40vw;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content .route .route-img-box img {
  width: 100%;
  height: auto;
}
.sec-tickets .ticket-wrap .content-wrap .content .route .route-img-box .m {
  display: none;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content .route .route-img-box .m {
    display: block;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content .route .route-img-box .pc {
  display: block;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content .route .route-img-box .pc {
    display: none;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content .title p {
  font-family: "源泉圓體月";
  font-weight: 900;
  font-size: 40px;
  color: #262626;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content .title p {
    font-size: 45px;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content .title p {
    font-size: 7vw;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content .title p .number {
  color: #0d63b3;
}
.sec-tickets .ticket-wrap .content-wrap .content .title p .divider {
  font-family: "Noto sans";
}
.sec-tickets .ticket-wrap .content-wrap .content .title p .divider::after {
  content: "｜";
  width: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-tickets .ticket-wrap .content-wrap .content h6 {
  font-family: "源泉圓體月";
  font-weight: 700;
  font-size: 16px;
  color: #0d63b3;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content h6 {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content h6 {
    font-size: 3vw;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content h6 .text {
  font-family: "源泉圓體月";
}
.sec-tickets .ticket-wrap .content-wrap .content h6 .mb {
  display: inline-block;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content h6 .mb {
    display: none;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content h5 {
  font-family: "源泉圓體月";
  font-weight: 900;
  font-size: 16px;
  color: #262626;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content h5 {
    font-size: 22px;
    text-align: center;
    line-height: 1.35;
    letter-spacing: 1px;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content h5 {
    font-size: 3vw;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content h5 br {
  display: none;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content h5 br {
    display: inline-block;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content h5 .comma {
  font-family: "unicode-range";
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content h5 .comma {
    display: none;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content h5 .red {
  color: #ff6050;
}
.sec-tickets .ticket-wrap .content-wrap .content h5 .note {
  font-size: 12px;
}
.sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap .coupon-title {
  font-family: "源泉圓體月";
  font-weight: 700;
  font-size: 16px;
  color: #0d63b3;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap .coupon-title {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap .coupon-title {
    font-size: 3vw;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap .coupon-click-area {
  width: 400px;
  height: 60px;
  background: #e6eff7;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap .coupon-click-area {
    height: 70px;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap .coupon-click-area {
    width: 60vw;
    aspect-ratio: 400/60;
    height: auto;
  }
}
.sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap .coupon-click-area .coupon-text {
  font-family: "源泉圓體月";
  font-weight: 900;
  font-size: 30px;
  color: #262626;
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .content .coupon-wrap .coupon-click-area .coupon-text {
    font-size: 5vw;
  }
}
.sec-tickets .ticket-wrap .content-wrap .img-1 {
  position: absolute;
  top: 0%;
  left: 0%;
  max-width: 352px;
  width: 100%;
  height: auto;
  aspect-ratio: 352/181;
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .img-1 {
    width: 55vw;
    height: auto;
  }
}
.sec-tickets .ticket-wrap .content-wrap .img-1 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .img-1 img {
    position: absolute;
    top: 0%;
    left: 0%;
  }
}
.sec-tickets .ticket-wrap .content-wrap .img-2 {
  position: absolute;
  right: 0%;
  bottom: -0.8%;
  max-width: 251px;
  width: 100%;
  height: auto;
  aspect-ratio: 251/167;
  z-index: 40;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .img-2 {
    bottom: -0.75%;
    right: 0%;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .content-wrap .img-2 {
    width: 39vw;
    height: auto;
  }
}
.sec-tickets .ticket-wrap .content-wrap .img-2 img {
  width: 100%;
  height: auto;
}
.sec-tickets .ticket-wrap .content-wrap .kinmen {
  right: -0.1%;
  bottom: -0.57%;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .kinmen {
    scale: 0.99;
    right: -0.19%;
    bottom: -0.9%;
  }
}
.sec-tickets .ticket-wrap .content-wrap .penghu {
  right: -0.1%;
  bottom: -0.8%;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .penghu {
    right: 0%;
    bottom: -1%;
  }
}
.sec-tickets .ticket-wrap .content-wrap .hualien {
  right: 0%;
  bottom: -2.7%;
  scale: 1.02;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .hualien {
    scale: 0.99;
    right: 0.1%;
    bottom: -3.14%;
  }
}
@media (max-width: 576px) {
  .sec-tickets .ticket-wrap .content-wrap .hualien {
    scale: 0.99;
    right: 0.2%;
    bottom: -2.9%;
  }
}
.sec-tickets .ticket-wrap .content-wrap .allroutes {
  right: 0.05%;
  bottom: -1.77%;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .allroutes {
    right: -0.4%;
    bottom: -2.31%;
  }
}
@media (max-width: 576px) {
  .sec-tickets .ticket-wrap .content-wrap .allroutes {
    bottom: -2.11%;
    right: -0.25%;
  }
}
.sec-tickets .ticket-wrap .content-wrap .barcode {
  position: absolute;
  top: 65%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: auto;
  aspect-ratio: 25/181;
}
.sec-tickets .ticket-wrap .content-wrap .barcode img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .content-wrap .barcode {
    display: none;
  }
}
.sec-tickets .ticket-wrap .click-wrap {
  width: 201px;
  height: 200px;
  aspect-ratio: 201/200;
  position: relative;
  z-index: 50;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .click-wrap {
    width: 570px;
    height: auto;
    aspect-ratio: 570/132;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .click-wrap {
    position: relative;
    width: 90vw;
  }
}
.sec-tickets .ticket-wrap .click-wrap img {
  width: 201px;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  position: static;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .click-wrap img {
    width: 570px;
    height: auto;
    aspect-ratio: 570/132;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .click-wrap img {
    width: 90vw;
    height: auto;
    aspect-ratio: 570/132;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sec-tickets .ticket-wrap .countdown-wrap {
  position: absolute;
  top: 0%;
  left: 42.5%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-image: url(../img/countdown-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 50px;
  aspect-ratio: 300/50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-tickets .ticket-wrap .countdown-wrap p {
  font-family: "源泉圓體月";
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffd148;
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .countdown-wrap p {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap .countdown-wrap {
    max-width: 300px;
    width: 100%;
    height: auto;
    left: 50%;
  }
}
@media (max-width: 639px) {
  .sec-tickets .ticket-wrap .countdown-wrap {
    width: 50%;
    height: auto;
  }
}
.sec-tickets .ticket-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  border-radius: inherit;
  background-image: url(../img/ticket-expired-overlay.png);
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 768px) {
  .sec-tickets .ticket-wrap::after {
    background-image: url(../img/ticket-expired-overlay-m.png);
  }
}
.sec-tickets .ticket-wrap[data-phase=expired]::after {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}
.sec-tickets .Click-here {
  cursor: not-allowed;
}
.sec-tickets [data-deal][data-phase=running] .Click-here {
  pointer-events: auto;
  cursor: pointer;
}
.sec-tickets [data-deal][data-phase=expired] .coupon-click-area {
  cursor: not-allowed;
  pointer-events: none;
}
.sec-tickets [data-deal][data-phase=upcoming] .coupon-click-area {
  cursor: not-allowed;
  pointer-events: none;
}
.sec-tickets [data-deal][data-phase=upcoming] .content-wrap {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .sec-tickets [data-deal][data-phase=upcoming] .content-wrap {
    border-radius: 8.5%;
  }
}

.sec-steps {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .sec-steps {
    padding: 100px 0 0 0;
  }
}
.sec-steps .app-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5%;
}
.sec-steps .app-coupon .title {
  margin-bottom: 50px;
  max-width: 545px;
  width: 100%;
  height: auto;
  aspect-ratio: 545/109;
  background-image: url(../img/title-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .title {
    margin-bottom: 0;
  }
}
.sec-steps .app-coupon .title p {
  font-family: "源泉圓體月";
  font-size: 40px;
  font-weight: 900;
  color: #000000;
}
.sec-steps .app-coupon .title p span {
  color: #4eabf9;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .title p {
    font-size: 6vw;
  }
}
.sec-steps .app-coupon .row-line {
  width: 80%;
  height: 2px;
  background-image: url(../img/divider.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .sec-steps .app-coupon .row-line {
    display: none;
  }
}
.sec-steps .app-coupon .steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (max-width: 900px) {
  .sec-steps .app-coupon .steps-wrap {
    display: none;
  }
}
.sec-steps .app-coupon .steps-wrap .step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.sec-steps .app-coupon .steps-wrap .step-box .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px 35px 20px;
  gap: 15px;
  max-width: 247px;
}
@media (max-width: 1200px) {
  .sec-steps .app-coupon .steps-wrap .step-box .step-title {
    padding: 40px 5px 35px 5px;
  }
}
@media (max-width: 992px) {
  .sec-steps .app-coupon .steps-wrap .step-box .step-title {
    padding: 40px 0px 35px 0px;
  }
}
.sec-steps .app-coupon .steps-wrap .step-box .step-title .number {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 40px;
  aspect-ratio: 35/40;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sec-steps .app-coupon .steps-wrap .step-box .step-title .step01 {
  background-image: url(../img/number-STEP-01.png);
}
.sec-steps .app-coupon .steps-wrap .step-box .step-title .step02 {
  background-image: url(../img/number-STEP-02.png);
}
.sec-steps .app-coupon .steps-wrap .step-box .step-title .step03 {
  background-image: url(../img/number-STEP-03.png);
}
.sec-steps .app-coupon .steps-wrap .step-box .step-title .step04 {
  background-image: url(../img/number-STEP-04.png);
}
.sec-steps .app-coupon .steps-wrap .step-box .step-title .divider {
  width: 2px;
  height: 42px;
  background: #ffd148;
}
.sec-steps .app-coupon .steps-wrap .step-box .step-title .text {
  max-width: 108px;
  font-family: "源泉圓體月";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .sec-steps .app-coupon .steps-wrap .step-box .step-title .text {
    height: 67.5px;
  }
}
.sec-steps .app-coupon .steps-wrap .step-box .step-img {
  max-width: 240px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  aspect-ratio: 240/479;
  -webkit-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec-steps .app-coupon .steps-wrap .step-box .step-img img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.03;
}
.sec-steps .app-coupon .steps-wrap .step-box::after {
  content: "";
  max-width: 30px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/dot-yellow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec-steps .app-coupon .steps-wrap .step-box:hover .step-title .text,
.sec-steps .app-coupon .steps-wrap .step-box.is-active .step-title .text {
  color: #0d63b3;
}
.sec-steps .app-coupon .steps-wrap .step-box:hover .step-img,
.sec-steps .app-coupon .steps-wrap .step-box.is-active .step-img {
  -webkit-box-shadow: 0 0 21px 9px rgba(78, 171, 249, 0.349);
          box-shadow: 0 0 21px 9px rgba(78, 171, 249, 0.349);
  scale: 1.025;
}
.sec-steps .app-coupon .steps-wrap .step-box:hover::after,
.sec-steps .app-coupon .steps-wrap .step-box.is-active::after {
  max-width: 44px;
  background-image: url(../img/dot-blue-active.png);
}
.sec-steps .app-coupon .steps-wrap .step01-box:hover .step01,
.sec-steps .app-coupon .steps-wrap .step01-box.is-active .step01 {
  background-image: url(../img/number-STEP-01-hover.png);
}
.sec-steps .app-coupon .steps-wrap .step02-box:hover .step02,
.sec-steps .app-coupon .steps-wrap .step02-box.is-active .step02 {
  background-image: url(../img/number-STEP-02-hover.png);
}
.sec-steps .app-coupon .steps-wrap .step02-box:hover .step03-box:hover .step03,
.sec-steps .app-coupon .steps-wrap .step02-box:hover .step03-box.is-active .step03,
.sec-steps .app-coupon .steps-wrap .step02-box.is-active .step03-box:hover .step03,
.sec-steps .app-coupon .steps-wrap .step02-box.is-active .step03-box.is-active .step03 {
  background-image: url(../img/number-STEP-03-hover.png);
}
.sec-steps .app-coupon .steps-wrap .step04-box:hover .step04,
.sec-steps .app-coupon .steps-wrap .step04-box.is-active .step04 {
  background-image: url(../img/number-STEP-04-hover.png);
}
.sec-steps .app-coupon .steps-wrap-mb-carousel {
  display: none;
}
@media (max-width: 900px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 50px;
  max-width: 480px;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title {
    gap: 8%;
    aspect-ratio: 325/76;
    max-width: 60%;
    margin-top: 50px;
  }
}
@media (max-width: 460px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title {
    margin-top: 30px;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title .number {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 60px;
  width: 100%;
  height: auto;
  aspect-ratio: 60/70;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title .number {
    width: clamp(30px, 10vw, 60px);
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title .number img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title .divider {
  width: 5px;
  height: 76px;
  background: #ffd148;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title .divider {
    aspect-ratio: 5/76;
    width: clamp(1px, 1vw, 5px);
    height: clamp(20px, 13vw, 76px);
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title .text {
  width: 200px;
  font-family: "源泉圓體月";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #0d63b3;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-title .text {
    aspect-ratio: 200/70;
    width: 60%;
    font-size: 5vw;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
  width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip {
    padding-top: 12%;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 50px;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper {
    padding-top: 12%;
    padding-bottom: 10%;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper .swiper-slide {
  border-radius: 50px;
  position: relative;
  width: clamp(180px, 52vw, 360px);
  height: auto;
  aspect-ratio: 360/718;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper .swiper-slide .item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 13;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89%;
  height: 96%;
  aspect-ratio: 360/718;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  z-index: 15;
  scale: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89%;
  height: 96%;
  aspect-ratio: 360/718;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-box-shadow: 0 0 36px 5px rgba(78, 171, 249, 0.5);
          box-shadow: 0 0 36px 5px rgba(78, 171, 249, 0.5);
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper .swiper-slide-1 .item {
  background-image: url("../img/step01.png");
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper .swiper-slide-2 .item {
  background-image: url("../img/step02.png");
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper .swiper-slide-3 .item {
  background-image: url("../img/step03.png");
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper .swiper-wrapper .swiper-slide-4 .item {
  background-image: url("../img/step04.png");
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .mySwiper .swiper-wrapper,
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .mySwiper .swiper-slide {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-slide:not(.swiper-slide-active) {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-slide:not(.swiper-slide-active)::before {
  -webkit-box-shadow: 0 0 45px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 45px 10px rgba(0, 0, 0, 0.15) !important;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-slide:not(.swiper-slide-active)::after {
  opacity: 1;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  top: -155px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination {
    gap: 13%;
    top: -20%;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  position: relative;
  max-width: 44px;
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination .swiper-pagination-bullet {
    width: 5vw;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  max-width: 30px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/dot-yellow.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination .swiper-pagination-bullet::after {
    background-size: 80%;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  z-index: 10;
  max-width: 44px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/dot-blue-active.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 576px) {
  .sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination .swiper-pagination-bullet-active {
    width: 5vw;
  }
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  background-image: none;
  background-color: transparent;
}
.sec-steps .app-coupon .steps-wrap-mb-carousel .swiper-clip .swiper-pagination::after {
  content: "";
  position: absolute;
  width: 90vw;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/divider.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  position: relative;
}
footer .QR-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
footer .QR-wrap .download-img {
  max-width: 758px;
  width: 40vw;
  height: auto;
  aspect-ratio: 758/180;
  margin-left: 3%;
}
@media (max-width: 768px) {
  footer .QR-wrap .download-img {
    width: 90vw;
  }
}
footer .QR-wrap .download-img img {
  width: 100%;
  height: auto;
}
footer .QR-wrap .ios {
  aspect-ratio: 143/53;
  max-width: 143px;
  width: 8vw;
  height: auto;
  position: absolute;
  top: 67%;
  left: 43.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  footer .QR-wrap .ios {
    max-width: 170px;
    width: 23vw;
    top: 71%;
    left: 42.5%;
  }
}
footer .QR-wrap .android {
  aspect-ratio: 176/53;
  max-width: 176px;
  width: 9.2vw;
  height: auto;
  position: absolute;
  top: 67%;
  left: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  footer .QR-wrap .android {
    max-width: 220px;
    width: 28vw;
    top: 71.5%;
    left: 72%;
  }
}
footer .copyright {
  font-family: "源泉圓體月";
  font-weight: 400;
  font-size: 10px;
  color: #FFF;
}

@media (max-width: 768px) {
  body.ios-line-fix {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  body.ios-chrome-fix .box {
    padding-top: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  body.ios-safari-fix .TITLE {
    top: 310px;
  }
}
@media (max-width: 768px) and (max-width: 460px) {
  body.ios-safari-fix .TITLE {
    top: 260px;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  body.ios-safari-fix .TITLE {
    top: 220px;
  }
}
@media (max-width: 768px) and (max-height: 670px) {
  body.ios-safari-fix .TITLE {
    top: 230px;
  }
}