
@font-face {
    font-family: 'RoundMgenPlus';
    src: url('https://aladdin.static.xgimi.com/suika-game-test/fonts/Roundedtestbold-bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'RoundMgenPlus';
    src: url('https://aladdin.static.xgimi.com/suika-game-test/fonts/Roundedtestmedium-medium.ttf') format('truetype');
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background-color: #C7B870;
    font-family: RoundMgenPlus, PingFangSC-Regular, sans-serif;
}



@media only screen and (min-aspect-ratio: 6/10) {
    body {
        position: relative;
        margin: auto;

        height: 100vh;
        width: 56.25vh;
        min-width: 550px
    }
}

/* public module */
.full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pos-full {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pos-top {
    width: calc(100% - 0.853333rem);
    margin: 1.173333rem 0.426666rem 0 0.426666rem;
}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.font-orange {
    font-size: 0.17rem;
    color: #FC6A04;
    /* Single Line Hiden */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-border {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.font-shadow {
    position: relative;
    z-index: 1;
}


.font-shadow::before {
    content: attr(data-text);
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    top: auto;
    left: auto;
    color: rgba(255, 255, 255, 0);
    z-index: -1;
}

.untouch {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
}

.clickable.active {
    filter: brightness(80%);
    filter: brightness(80%);
    transform: scale(0.9);
}

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


@keyframes FadeIn {
    0% {
        opacity: 0.01;
    }

    30% {
        opacity: 0.01;
    }

    100% {
        opacity: 1;
    }
}

@keyframes FadeInLong {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes FadeOut {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes anim-blinkBtn {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.anim-fadein {
    animation: FadeIn 2s forwards;
}

.anim-fadeout {
    animation: FadeOut 1s forwards;
}

.music {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 10;
}

.music > img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}
