@charset "utf-8";

/*===============================================
common
===============================================*/

#main {
    width: 126px;
    position: relative;
    height: 600px;
    margin: auto;
    top: 100px;
}

#game_login {
    margin-left: 50%;
}

#omikuji {
    position: relative;
}

#bou {
    height: 260px;
    top: -102%;
    left: 40px;
    overflow: hidden;
    position: absolute;
}

#bou img {
    margin: 260px 0 0 -18px;
}

#tutu {
    top: 243px;
    left: 0;
    position: absolute;
    width: 100px;
}

#start {
    margin-left: -100px;
    position: absolute;
    top: 45px;
    left: 69%;
    cursor: pointer;
    width: 68px;
}

#icon {
    width: 100px;
    float: left;
}

#icon img {
    width: 100%;
}

div.msg {
    text-align: center;
    padding: 40px 0;
}

span.name {
    font-size: 36px;
}

#point {
    display: block;
    font-size: 44px;
    color: red;
}

span.text {
    font-size: 33px;
}

span.btn-start {
    text-decoration: none;
    display: inline-block;
    background: #f91d1d;
    color: #FFF;
    width: 125px;
    height: 125px;
    line-height: 125px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.29);
    border-bottom: solid 5px #bd6565;
    transition: .4s;
    border: solid 3px #f8f9fa;
    font-size: 23px;
}

span.btn-start:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    color: #FFF;
    border-bottom: none;
    text-decoration: none;
}

@media(max-width: 1280px) {

    #main {
        width: 25%;
    }
    #tutu {
        width: 100px;
    }

    span.btn-start {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 16px;
    }
    #start {
        margin-left: 0px;
        left: 0px;
    }
    #bou {
        height: 248px;
        top: -97%;
        left: 40%;
        overflow: hidden;
        position: absolute;
        width: fit-content;
        z-index: 0;
    }
    #bou img {
        margin: 300px 0 0 -30 px;
    }
    .modal-content {
        margin: 0 275px;
    }
    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    .login-menu-wrap{
        width: 90%;
    }

    .login-form .btn-qrcode{
        margin-left: 13%;
        width: 70%;
    }
    .login-wrap.open, alert-wrap.open {
        background: rgba(0,0,0,.7);
        z-index: 999;
        position: absolute;
    }

    #resultModal{
        top: 50px;
    }

    #icon img {
        width: 100%;
    }

    #icon {
        width: 75px;
        float: left;
    }

    div.msg {
        text-align: center;
        padding: 40px 0;
    }

    span.name {
        font-size: 18px;
    }

    #point {
        display: block;
        font-size: 22px;
        color: red;
    }

    span.text {
        font-size: 11px;
    }

    .text-game {

        font-size: 15px;
    }
}

@media(max-width:767px){
    main{
        overflow: hidden;
    }

    #bou {
        height: 145px;
        top: -80%;
        left: 40%;
        overflow: hidden;
        position: absolute;
        width: 40%;
        z-index: 0;
    }
    #bou img {
        margin: 300px 0 0 -30 px;
    }

    .text-game {

        font-size: 10px;
    }
}
