[v-cloak] {
    display: none !important;
}
body{
    padding: 0;
    margin: 0;
    background-color: #000000;
}



.section_box{
    position: relative;
    height: 0;
    padding-bottom: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}
.section_box.mobile{
    width: 40%;
}
.no-webp .section_box{
    background-image: url(/skin/images/JunjiItoManiac-bg-pc.jpg);
}
.webp .section_box{
    background-image: url(/skin/images/JunjiItoManiac-bg-pc.webp);
}

/* section_top */
.section_top {
    position: relative;
    width: 100%;
    height: 0;
    z-index: 2;
}
.section_top .section_top_img{
    width: 28%;
    height: auto;
    display: block;
    margin: 0 36%;
}
.section_top .section_top_img.section_top_btn{
    width: 25%;
    margin: 0 37.5%;
}

.section_top .section_top_img.launch-version{
    max-width: 20%;
    width: 20%;
    margin: 0 40%;
}

.section_top .platDiv{
    z-index: 2;
    margin-top: 6%;
}
.section_top .joinInImg{
    max-width: 28%;
    width: 28%;
    height: auto;
    display: block;
    margin: 0 36%;
}
.section_top a{
    width: 70%;
    display: inline-block;
    margin: -4% 15% 0 15%;
    transition: all .3s ease-in-out;
    align-items: center;
    cursor: pointer;
}
.section_top a:hover{
    transform: scale(1.05);
}

.section_top .gameSwiperBox {
    width: 60%;
    margin: 12% auto 10% auto;
}
.section_top .game-swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: scale(1.4);
    transform-origin: center center;
    padding-bottom: 10%;
}
.section_top .game-swiper .swiper-wrapper {
    overflow: visible;
    display: flex;
    align-items: center;
}
.section_top .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;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.no-webp .section_top .game-swiper .swiper-wrapper .swiper-slide{
    background-image: url(/skin/images/JunjiItoManiac-game-intro-bg.png);
}
.webp .section_top .game-swiper .swiper-wrapper .swiper-slide{
    background-image: url(/skin/images/JunjiItoManiac-game-intro-bg.webp);
}
.section_top .game-swiper .swiper-wrapper .swiper-slide img {
    width: 88%;
    margin: 15% 0 14% 0;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
}
.section_top .game-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    position: relative;
    transform: scale(1.5);
    z-index: 10;
    box-shadow: unset;
}
.section_top .game-swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    border: unset;
    position: relative;
}
.section_top .game-swiper .swiper-button-prev, .swiper-rtl .swiper-button-prev ,
.section_top .game-swiper .swiper-button-next, .swiper-rtl .swiper-button-next {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}
.section_top .game-swiper .swiper-button-prev{
    left: 20%;
    top: 42%;
    width: 1.5vw;
    transform: scaleX(-1);
    opacity: 1;
}
.no-webp .section_top .game-swiper .swiper-button-prev{
    background-image: url(/skin/images/JunjiItoManiac-game-intro-arrow.png);
}
.webp .section_top .game-swiper .swiper-button-prev{
    background-image: url(/skin/images/JunjiItoManiac-game-intro-arrow.webp);
}
.section_top .game-swiper .swiper-button-prev:hover{
    opacity: .8;
}
.section_top .game-swiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.section_top .game-swiper .swiper-button-next {
    right: 20%;
    top: 42%;
    width: 1.5vw;
    transform: rotateX(-180deg);
    background-image: url(/skin/images/JunjiItoManiac-game-intro-arrow.png);
    opacity: 1;
}
.no-webp .section_top .game-swiper .swiper-button-next {
    background-image: url(/skin/images/JunjiItoManiac-game-intro-arrow.png);
}
.webp .section_top .game-swiper .swiper-button-next{
    background-image: url(/skin/images/JunjiItoManiac-game-intro-arrow.webp);
}
.section_top .game-swiper .swiper-button-next:hover {
    opacity: .8;
}
.section_top .game-swiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.section_top .game-swiper .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 12%;
}
.section_top .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5%;
    width: 1vw;
    height: 1vw;
    opacity: 1;
    transform: scale(.7);
    background-color: #ffffff;
}
.section_top .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #ff0000;
}


.footerDiv{
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #252322;
    padding-bottom: .5%;
}
.footerDiv .footerDivBox {
    width: 100%;
    padding-top: 2%;
}
.footerDiv .footerTopDiv {
    width: 90%;
    margin: 2% auto;
}
.footerDiv .footerMiddleDiv .footerIntro {
    padding-bottom: 25%;
}
.footerDiv .footerMiddleDiv {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.footerDiv .footerMiddleDiv img{
    width: 33%;
    margin: 0 auto;
}
.footerNotice{
    color: white;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    text-align: center;
}




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

@media screen and (max-width: 815px){
    .section_box{
        overflow: hidden;
    }
    .section_box{
        background-position: top;
        padding-bottom: 235%;
    }
    .no-webp .section_box{
        background-image: url(/skin/images/JunjiItoManiac-bg-mobile.jpg);
    }
    .webp .section_box{
        background-image: url(/skin/images/JunjiItoManiac-bg-mobile.webp);
    }
    .section_top .section_top_img {
        width: 60%;
        margin: 0 20%;
    }
    .section_top .platDiv {
        margin-top: 50%;
    }
    .section_top .joinInImg {
        max-width: 80%;
        width: 80%;
        margin: 0 10%;
    }
    .section_top a {
        margin: -12% 15% 0 15%;
    }
    .section_top .section_top_img.section_top_btn {
        width: 90%;
        margin: 0 5%;
    }
    .section_top .game-swiper {
        transform: scale(1.55);
    }
    .section_top .gameSwiperBox {
        width: 95%;
        margin: 15% auto 0 auto;
    }
    .section_top .game-swiper .swiper-button-next {
        right: 17%;
        width: 2.5vw;
    }
    .section_top .game-swiper .swiper-button-prev {
        left: 17%;
        width: 2.5vw;
    }
    .section_top .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 2vw;
        height: 2vw;
    }
    .section_top .game-swiper .swiper-pagination {
        bottom: 10%;
    }
    .footerDiv .footerDivBox {
        padding-top: 7%;
    }
    .footerDiv .footerMiddleDiv img {
        width: 85%;
    }
    .footerNotice {
        padding: 0 1%;
        font-size: .7rem;
    }
}
