[v-cloak] {
    display: none !important;
}
body{
    padding: 0;
    margin: 0;
    background-color: #1a1e21;
}
.my-swiper {
    width: 100%;
    height: 100vh;
}
.my-swiper .swiper-slide {
    display: block;
}
.pcDiv .section_top {
    position: relative;
    z-index: 6;
}
.pcDiv .section_top .top_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background: linear-gradient(#000000, #474747);
    background-position: top;
    background-image: url(/skin/images/bg_top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}
.pcDiv .section_top .top_content{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.pcDiv .section_top .top_content .top_title1{
    width: 25%;
    margin: 24% auto 0 auto;
}
.pcDiv .section_top .top_content .top_title1 img{width: 100%;}
.pcDiv .section_top .top_content .top_title2{
    width: 40%;
    margin: -3% auto 0 auto;
}
.pcDiv .section_top .top_content .top_title2 img{width: 100%;}


.pcDiv .section_pre {
    height: 100vh;
    position: relative;
    z-index: 5;
    overflow: visible;
}
.pcDiv .section_pre .pre_bg{
    position: absolute;
    top: -10vh;
    left: 0;
    width: 100%;
    /*height: 0;*/
    /*padding-bottom: 57%;*/
    height: 120vh;
    background-position: bottom;
    background-image: url(/skin/images/bg_pre.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;

}
.pcDiv .section_pre .pre_content{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;                   /* 滿高 */
    overflow-y: auto;               /* 可以垂直滾動 */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;  /* 不讓滾動傳給 Swiper */

    /* 隱藏 scrollbar - 適用大部分主流瀏覽器 */
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none;       /* IE/Edge */
}
.pcDiv .section_pre .pre_content::-webkit-scrollbar {
    display: none;                  /* Chrome、Safari */
}
.pcDiv .section_pre .pre_content .pre_plat_bg{
    background-image: url(/skin/images/pre_plat_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    height: 0;
    padding-bottom: 8%;
    margin: 5% auto 0 auto;
    position: relative;
    animation: heartbeat 2.5s infinite;
}
.pcDiv .section_pre .pre_content .platDiv{
    width: 80%;
    margin-left: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pcDiv .section_pre .pre_content .platDiv .pre_plat_btn{
    display: inline-block;
    margin-top: 7%;
}
.pcDiv .section_pre .pre_content .platDiv .pre_plat_btn.apple_btn{
    width: 34%;
    margin-right: -3%;
    margin-left: 0;
}
.pcDiv .section_pre .pre_content .platDiv .pre_plat_btn.apple_btn img{width: 100%;}
.pcDiv .section_pre .pre_content .platDiv .pre_plat_btn.google_btn{
    width: 40%;
}
.pcDiv .section_pre .pre_content .platDiv .pre_plat_btn.google_btn img{width: 100%;}
.pcDiv .section_pre .pre_content .pcDivInBox{
    background-image: url(/skin/images/pre_box.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25%;
    height: 0;
    padding-bottom: 10%;
    margin: 0 auto;
    position: relative;
}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: 22.5%;
    width: 92%;
    margin-left: 4%;
}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox div:nth-child(1){
    width: 5%;
    margin-top: 1%;
    margin-right: 1%;
}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox div:nth-child(1) img{width: 90%;}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox div:nth-child(2){
    width: 15%;
}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox div:nth-child(3) {
    width: 38%;
}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox div:nth-child(4){
    width: 31.5%;
    margin-top: 1%;
    margin-left: 1%;
}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox div:nth-child(4) img {
    width: 100%;
    height: 100%;
}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox .uArea {
    border: 4px solid #7D7D7D;
    font-size: .9vw;
    width: 95%;
    padding: 6% 0 6% 10%;
    margin: 0 auto;
    color: #000000;
    appearance: none;
    background-image: url(/skin/images/drop_down.png);
    background-repeat: no-repeat;
    background-position: right 12% center;
    background-size: 18%;
}
.pcDiv .section_pre .pre_content .pcDivInBox .preDiv_inBox .uPhone{
    border: 4px solid #7D7D7D;
    font-size: 1vw;
    padding: 2% 0 1.5% 2%;
    width: 90%;
    margin: 0 2%;
    color: #000000;
}
.pcDiv .section_pre .pre_content .discordDiv{
    width: 30%;
    margin: 1% auto 0 auto;
}
.pcDiv .section_pre .pre_content .discordDiv img{width: 100%;}
.pcDiv .section_pre .pre_content .discordDiv a div:nth-child(1){
    animation: heartbeat 2.5s infinite;
}
.pcDiv .section_pre .pre_content .discordDiv a div:nth-child(2){
    margin-top: -2%;
}
.pcDiv .section_pre .pre_content .giftDiv{
    width: 50%;
    margin: 0 auto;
}
.pcDiv .section_pre .pre_content .giftDiv img{width: 100%;}

/* section_video */
.pcDiv .section_video{
    position: relative;
    z-index: 4;
}
.pcDiv .section_video .video_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    position: absolute;
    background-position: top;
    background-image: url(/skin/images/bg_video.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}
.pcDiv .section_video .video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pcDiv .section_video .video_content{
    z-index: 1;
    text-align: center;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 48%;
}
.pcDiv .section_video .video_content .playBtn{
    position: absolute;
    width: 8%;
    height: 0;
    padding-bottom: 8%;
    margin: 0 auto;
    background-color: unset;
    top: 45%;
    z-index: 3;
    left: 46%;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s ease;
}
.pcDiv .section_video .video_content .playBtn:hover {
    transform: scale(1.05);
}
.pcDiv .section_video .video_content .playBtn::before{
    content: "";
    display: inline-block;
    background-image: url(/skin/images/video_btn_play.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    width: 30%;
    height: 0;
    padding-bottom: 35%;
    top: 34%;
    left: 40%;
    z-index: 3;
}
.pcDiv .section_video .video_content .playBtn::after{
    content: "";
    background-image: url(/skin/images/video_btn_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    left: 0;
    z-index: 2;
    animation: spin 10s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.pcDiv .section_video .video_top_title{
    position: absolute;
    width: 33%;
    height: 0;
    padding-bottom: 6%;
    top: 5%;
    z-index: 2;
    left: 0;
}
.pcDiv .section_video .video_top_title img{ width: 100%;}
.pcDiv .section_video .video_bottom_title{
    position: absolute;
    width: 45%;
    height: 0;
    padding-bottom: 8%;
    right: 1%;
    z-index: 2;
    bottom: 1%;
}
.pcDiv .section_video .video_bottom_title img{ width: 100%;}


/* section_role */
.pcDiv .section_role{
    position: relative;
    z-index: 3;
    overflow: visible;
}
.pcDiv .section_role .role_bg{
    position: absolute;
    top: -5vh;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 57%;
    background-position: center;
    background-image: url(/skin/images/bg_role.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}
.pcDiv .section_role .role_content{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    overflow: visible;
}
.pcDiv .section_role .role_content .role_title{
    position: absolute;
    background-position: center;
    background-image: url(/skin/images/role_title.png);
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    width: 30%;
    height: 0;
    padding-bottom: 8%;
    top: 8%;
    left: 42.5%;
}
.pcDiv .section_role .role_content .sub-swiper {
    width: 100%;
    overflow: hidden;
}
.pcDiv .section_role .role_content .sub-swiper .swiper-wrapper .swiper-slide{
    width: 100%;
}
/* 圖片外層加 skew，相對抗衡 */
.pcDiv .section_role .role_content .sub-swiper .swiper-wrapper .swiper-slide .img-skew-wrapper {
    overflow: hidden;
    transform: skewY(-4.1deg);
}
/* 裡面的圖反向 skew 回來，保持視覺正常 */
.pcDiv .section_role .role_content .sub-swiper .swiper-wrapper .swiper-slide .img-skew-wrapper img {
    width: 98.3%;
    display: block;
    transform: skewY(4.1deg);
}
.pcDiv .section_role .role_content .sub-swiper .swiper-pagination{
    top: 25%;
    left: 28%;
    width: 70%;
    text-align: right;
}
.pcDiv .section_role .role_content .sub-swiper .swiper-pagination .swiper-pagination-bullet {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 11.5%;
    height: 0;
    padding-bottom: 26.5%;
    border-radius: unset;
    background-color: unset;
    margin: 0 -.3%;
    outline: none;
    border: none;
    opacity: 1;
}

.pcDiv .section_role .role_content .roleSplideBox,.pcDiv .section_role .role_content .roleSplide {
    touch-action: pan-y !important; /* 允許上下以外滑動 */
    pointer-events: auto !important;
    -ms-touch-action: manipulation;
}
/* 有需要可強制 swiper-slide 放行觸控事件 */
.pcDiv .section_role .role_content .swiper-slide {
    touch-action: pan-y !important;
}
/* Splide*/
.pcDiv .section_role .role_content .roleSplideBox {
    overflow: hidden;
    transform: skewY(-4.1deg);
}
.pcDiv .section_role .role_content .slider-wrapper {
    height: 51vw;
    background-size: 91%;
    margin-top: 2%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    transform: skewY(4.1deg);
    transition: background-image 0s, opacity 0.6s ease;
}
.pcDiv .section_role .role_content .slider-wrapper .roleSplide{
    position: absolute;
    width: 55%;
    margin-top: 11%;
    margin-left: 42%;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}
.pcDiv .section_role .role_content .slider-wrapper .roleSplide .splide__list{
    align-items: baseline;
}
.pcDiv .section_role .role_content .slider-wrapper .roleSplide .splide__list li.splide__slide{
    opacity: .6;
    transition: all .3s ease-in-out;
    border: none;
}
.pcDiv .section_role .role_content .slider-wrapper .roleSplide .splide__list li.splide__slide img{
    /*width: 100%;*/
    width: 115%;
}
.pcDiv .section_role .role_content .slider-wrapper .roleSplide .splide__list li.splide__slide.is-prev{
    border: none;
}
.pcDiv .section_role .role_content .slider-wrapper .roleSplide .splide__list li.splide__slide.is-active{
    border: none;
    opacity: 1 !important;
    transform: scale(1.01);
}
.pcDiv .section_role .role_content .slider-wrapper .roleSplide .splide__track--nav>.splide__list>.splide__slide.is-active{
    border: none;
    opacity: 1 !important;
    transform: scale(1.01);
}





.pcDiv .section_intro{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.pcDiv .section_intro .intro_bg{
    position: absolute;
    top: -12vh;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    background-position: top;
    background-image: url(/skin/images/bg_intro.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}
.pcDiv .section_intro .intro_content{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pcDiv .section_intro .intro_content .gameSwiperBox{
    width: 100%;
    margin: 0 auto;
}
.pcDiv .section_intro .intro_content .game-swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: scale(1.4);
    transform-origin: center center;
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-wrapper {
    overflow: visible;
    display: flex;
    align-items: center;
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-wrapper .swiper-slide{
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: transform;
    transition: transform 0.3s ease, z-index 0.3s ease;
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-wrapper .swiper-slide img {
    width: 85%;
    margin: 14% 0 12% 0;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
    border: 4px solid #FFFFFF;
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    background-image: url(/skin/images/intro_frame.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    transform: scale(1.4);
    z-index: 10;
    box-shadow: unset;
    padding: 0 1.6% 0 0;
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    border: unset;
    position: relative;
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-button-prev, .swiper-rtl .swiper-button-prev ,
.pcDiv .section_intro .intro_content .game-swiper .swiper-button-next, .swiper-rtl .swiper-button-next {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-button-prev{
    left: 30%;
    background-image: url(/skin/images/news_banner_arrow.png);
    transform: scaleX(-1);
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-button-prev:hover{
    background-image: url(/skin/images/arrow_white.png);
    transform: scaleX(-1);
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-button-next {
    right: 30%;
    background-image: url(/skin/images/news_banner_arrow.png);
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-button-next:hover {
    background-image: url(/skin/images/arrow_white.png);
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 1vw;
    height: 1vw;
    opacity: 1;
    background-color: unset;
    background-image: url(/skin/images/dot_defult.png);
    background-size: contain;
    transform: scale(.7);
}
.pcDiv .section_intro .intro_content .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-image: url(/skin/images/dot.png);
    transform: scale(1.1);
}



/* 影片背 Modal 動畫 */
.pcDiv .modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.pcDiv .modalContent {
    position: relative;
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 20px #000;
}

.pcDiv .modalContent iframe {
    width: 100%;
    height: 100%;
}

.pcDiv .closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
}

/* 淡入動畫 */
.fade-enter-active {
    animation: fadeIn 0.3s ease forwards;
}
.fade-leave-active {
    animation: fadeOut 0.3s ease forwards;
}

/* 對應 keyframes */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}


.pcDiv .topDiv{
    cursor: pointer;
    background-image: url(/skin/images/top_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2.7%;
    height: 0;
    padding-bottom: 8.5%;
    position: fixed;
    z-index: 10;
    right: 1%;
    bottom: 1%;
}

.pcDiv .rightBox{
    background-image: url(/skin/images/bg_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 4%;
    height: 0;
    padding-bottom: 19%;
    position: fixed;
    z-index: 10;
    top: 25%;
    right: 0;
}
.pcDiv .rightBox ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 50%;
    position: absolute;
    top: 31.5%;
    right: 5%;
    margin: 0;
}
.pcDiv .rightBox ul li{
    width: 88%;
    cursor: pointer;
    margin: -0.09vw 0;
}
@media screen and (max-width: 1240px){
    .pcDiv .rightBox ul li{
        margin: -0.1vw 0;
    }
}
.pcDiv .rightBox ul li a.right_menu{
    background-image: url(/skin/images/right_btn.png);
    background-position-x: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: 0;
    transition: all .3s ease-in-out;
}
.pcDiv .rightBox ul li a.right_menu:hover{
    background-image: url(/skin/images/right_btn_h.png);
}
.pcDiv .rightBox ul li a.right_fb{
    background-position-y: 0;
}
.pcDiv .rightBox ul li a.right_ig {
    background-position-y: 16%;
}
.pcDiv .rightBox ul li a.right_threads{
    background-position-y: 33%;
}
.pcDiv .rightBox ul li a.right_discord{
    background-position-y: 50%;
}
.pcDiv .rightBox ul li a.right_line{
    background-position-y: 67%;
}
.pcDiv .rightBox ul li a.right_pc{
    background-position-y: 84%;
    background-position-x: .08vw;
}
.pcDiv .rightBox ul li a.right_back{
    background-position-y: 102%;
}

/* 收起狀態時的小按鈕 */
.pcDiv .rightBoxToggle {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 9;
    overflow: hidden;
}
.pcDiv .rightBoxToggle .rightBoxToggleBtn{
    background-image: url(/skin/images/right_btn.png);
    background-position: 0 99.5%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2vw;
    height: 2vw;
    transition: all .3s ease-in-out;
    transform: rotateY(180deg);
    margin-left: 8%;
}
/* Transition 動畫：滑出/滑入 */
.slide-right-enter-active,
.slide-right-leave-active {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-right-enter-from {
    transform: translateX(100%);
    opacity: 0;
}
.slide-right-enter-to {
    transform: translateX(0);
    opacity: 1;
}
.slide-right-leave-from {
    transform: translateX(0);
    opacity: 1;
}
.slide-right-leave-to {
    transform: translateX(100%);
    opacity: 0;
}

/* 可選的淡入淡出效果 */
.fade-right-enter-active,
.fade-right-leave-active {
    transition: opacity 0.3s ease;
}
.fade-right-enter-from,
.fade-right-leave-to {
    opacity: 0;
}
.fade-right-enter-to,
.fade-right-leave-from {
    opacity: 1;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
