.index .banner-block, .index .banner-main .RWDbase, .index .bannermain-block, .index .bannermain-block .container-fluid, .index .bannermain-stage {
    overflow: initial;
}

.fix-btn a img {
    transition: .5s ease;
}

.fix-btn a:hover img {
    transform: scale(1.1);
    transition: .5s ease;
}



@media (max-width: 767px) {
    .bannermain-block .bannermain-stage .deco-center-ball {
        width: 35vw;
    }
}


@media (max-width: 650px) {


        .RWDvideo006__video, .footer-movie {
        height: 27vh !important;
    }

        .RWDvideo006__video iframe {
        width: 80vh !important;
    }


    .social-btn {
        gap: var(--Space1);
        margin: var(--Space3) 0 var(--Space2);
        justify-content: center;
    }


.social-btn-child a img {
    width: 90%;
}

    .footer-info-wrapper .RWDbase {
    gap: 0;
}

.character-info-wrap .character-card .traits-grid {
    display: flex;
    align-items: center;
}

}



