@charset "utf-8";
/* CSS Document */
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}
p , a , div , footer{
    font-feature-settings: "palt";
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-feature-settings: "palt";
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 900;
    font-style: normal;
}
.close{
    display: none;
}
a{
    text-decoration: none;
}
.hidden{
    height: 100vh;
    overflow-y: hidden;
}

/*SP*/
@media (max-width: 768px) {
    /*.game-content*/
    #game-content{
        width: 100%;
        height: 100%;
        position: relative;
        background: url("https://www.t0lilo.xyz/wp-content/themes/twentytwentythree/assets/image/get-usagi/sp-usagi-games-bg.jpg")no-repeat;
        background-color:rgba(255,255,255,0.18);
        background-blend-mode:lighten;
        background-size: cover;
        background-position: center;
    }
    /*usagi-object*/
    .usagi-object{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
    }
    .usagi-pic{
        width: 30%;
        max-width: 300px;
        min-width: 120px;
        max-height: 300px;
        aspect-ratio: 1 / 1;
        position: absolute;
    }
    .usagi-pic img{
        width: 100%;
        height: auto;
    }

    /*うさぎ位置調整*/
    #usagi0{
        top: 32%;
        left: 20px;
    }
    #usagi1{
        top: 26%;
        right: 20px;
    }
    #usagi2{
        bottom: 30%;
        right: 20px;
    }
    #usagi3{
        bottom: 24%;
        left: 20px;
    }
    #usagi4{
        bottom: 8%;
        right: 8%;
    }

    /*.usagi-detail*/
    .usagi-detail{
        width: 90%;
        height: auto;
        max-height: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        background: #fff;
        z-index: 100;
        border-radius: 16px;
    }
    .detail-content{
        margin: 40px 16px;
    }
    .usagi-rank{
        width: 100%;
        color: #FF6F00;
        text-align: center;
    }
    .detail-content .usagi-rank{
        font-size: 2.4rem;
    }
    .detail-content img{
        width: 38%;
        max-width: 200px;
        height: 20%;
        max-height: 200px;
        display: block;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        margin: 8px auto;
        flex-shrink: 30;
    }
    .detail-content h2{
        font-size: 2.4rem;
        text-align: center;
    }
    .detail-content p{
        font-size: 1.6rem;
        margin: 16px auto;
        line-height: 24px;
    }
    .detail-content p a{
        width: auto;
        height: 2rem;
        display: block;
        color: #FF6F00;
        background: none;
        line-height: 0;
        border-radius: 0;
        border: none;
        margin: 16px 0 0 0;
    }
    .detail-content p a:hover{
        border: none;
    }
    .detail-content a , .close-button{
        width: 100%;
        height: 52px;
        text-align: center;
        line-height: 52px;
        display: block;
        border-radius: 30px;
        font-size: 2.0rem;
    }
    .detail-content a{
        color: #FFF;
        background: #FF6F00;
        border: 1px solid #FF6F00;
        margin-bottom: 16px;
    }
    .detail-content a:hover{
        color: #FF6F00;
        background: #FFF;
        border: 1px solid #FF6F00;
    }
    .close-button{
        color: #FF6F00;
        border: 1px solid #FF6F00;
    }
    .close-button:hover{
        color: #FFF;
        background: #FF6F00;
        border: 1px solid #FF6F00;
    }

    /*.sub-button*/
    .button-group{
        width: calc( 100% - 40px );
        height: 60px;
        position: fixed;
        z-index: 20;
        display: flex;
        justify-content: space-between;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        bottom: 8px;

    }
    .sub-button{
        width: 80px;
        height: 80px;
        background-color: #fff;
        border-radius: 40px;
        position: relative;
    }
    #reset::after , #tutorial::after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    #reset::after{
        width: 50px;
        height: 46px;
        background: url("https://www.t0lilo.xyz/wp-content/themes/twentytwentythree/assets/image/get-usagi/call.svg")no-repeat;
        background-size: contain;
    }
    #tutorial::after{
        width: 50px;
        height: 46px;
        background: url("https://www.t0lilo.xyz/wp-content/themes/twentytwentythree/assets/image/get-usagi/help.svg")no-repeat;
        background-size: contain;
    }

    footer{
        font-size: 1.6rem;
        text-align: center;
        margin: 32px auto;
    }

}
/*PC AND TABLET( WIDE )*/
@media (min-width: 769px) {
    /*.game-content*/
    #game-content{
        width: 100%;
        height: 100%;
        position: relative;
        background: url("https://www.t0lilo.xyz/wp-content/themes/twentytwentythree/assets/image/get-usagi/pc-usagi-games-bg.jpg")no-repeat;
        background-color:rgba(255,255,255,0.18);
        background-blend-mode:lighten;
        background-size: cover;
        background-position: center;
    }
    /*usagi-object*/
    .usagi-object{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
    }
    .usagi-pic{
        width: 16%;
        max-width: 300px;
        max-height: 300px;
        aspect-ratio: 1 / 1;
        position: absolute;
    }
    .usagi-pic img{
        width: 100%;
        height: auto;
    }

    /*うさぎ位置調整*/
    #usagi0{
        top: 20%;
        left: 80px;
    }
    #usagi1{
        top: 24%;
        right: 50px;
    }
    #usagi2{
        bottom: 26%;
        right: 80px;
    }
    #usagi3{
        bottom: 24%;
        left: 50px;
    }
    #usagi4{
        bottom: 4%;
        right: 8%;
    }
    /*.usagi-detail*/
    .usagi-detail{
        width: 70%;
        height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        background: #fff;
        z-index: 100;
        border-radius: 16px;
    }
    .detail-content{
        width: 80%;
        height: 80%;
        text-align: center;
        margin: 40px auto;
        overflow-y: scroll;
    }
    .usagi-rank{
        width: 100%;
        color: #FF6F00;
        text-align: center;
    }
    .detail-content .usagi-rank{
        font-size: 2.4rem;
    }
    .detail-content img{
        width: 100%;
        max-width: 500px;
        height: 40%;
        max-height: 500px;
        display: block;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        margin: 8px auto;
        flex-shrink: 30;
    }
    .detail-content h2{
        font-size: 2.4rem;
        text-align: center;
    }
    .detail-content p{
        font-size: 1.6rem;
        margin: 16px auto;
        line-height: 24px;
    }
    .detail-content p a{
        font-size: 1.6rem;
        width: 100%;
        height: 2rem;
        display: block;
        color: #FF6F00;
        background: none;
        line-height: 0;
        border-radius: 0;
        border: none;
        margin: 16px 0 0 0;
    }
    .detail-content p a:hover{
        border: none;
    }
    .detail-content a , .close-button{
        width: 100%;
        max-width: 480px;
        height: 60px;
        text-align: center;
        display: block;
        border-radius: 60px;
        font-size: 2.0rem;
        margin: auto;
    }
    .detail-content a p , .close-button p{
        height: 100%;
        vertical-align: middle;
        display: inline-block;
    }

    .detail-content a{
        color: #FFF;
        background: #FF6F00;
        border: 1px solid #FF6F00;
        margin-bottom: 16px;
    }
    .detail-content a:hover{
        color: #FF6F00;
        background: #FFF;
        border: 1px solid #FF6F00;
    }
    .close-button{
        color: #FF6F00;
        border: 1px solid #FF6F00;
    }
    .close-button:hover{
        color: #FFF;
        background: #FF6F00;
        border: 1px solid #FF6F00;
    }
    /*.sub-button*/
    .button-group{
        width: calc( 100% - 40px );
        height: 60px;
        position: fixed;
        z-index: 20;
        display: flex;
        justify-content: space-between;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        bottom: 8px;

    }
    .sub-button{
        width: 80px;
        height: 80px;
        background-color: #fff;
        border-radius: 40px;
        position: relative;
    }
    #reset::after , #tutorial::after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    #reset::after{
        width: 50px;
        height: 46px;
        background: url("https://www.t0lilo.xyz/wp-content/themes/twentytwentythree/assets/image/get-usagi/call.svg")no-repeat;
        background-size: contain;
    }
    #tutorial::after{
        width: 50px;
        height: 46px;
        background: url("https://www.t0lilo.xyz/wp-content/themes/twentytwentythree/assets/image/get-usagi/help.svg")no-repeat;
        background-size: contain;
    }
}

