@charset "utf-8";
@import url("base.css");
/*--京app_contents/start.css--*/
/*##########mobile_first##########*/
/*##########SP##########*/
.splash_movie_box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url("../../shared/bg_for_splash.jpg");
    background-repeat: no-repeat;
    background-position: center top -16vw;
    background-size: 150vw auto;
    background-color: #fcf5e6;
}

.splash_movie_box.fin{
    display: none;
}

    .splash_movie_box img{
        max-width: 100%;
        height: auto;
    }

    .splash_movie_box > .box_inner{
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        padding-top: 13rem;
    }

        .splash_movie_box > .box_inner .sys_title{
            width: 80vw;
            opacity: 0;
        }

    .splash_movie_box > .box_footer{
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 3rem;
        left: 0;
        z-index: 2;
        width: 100%;
    }

        .splash_movie_box > .box_footer .logo_kumamoto_pref{
            width: 35vw;
        }

.contents {
    padding: 0;
}

.start_box{}

    .start_box > .box_header{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: 75vw;
        margin-bottom: 2rem;
        overflow: hidden;
    }

        .start_box > .box_header:before{
            content: "";
            display: block;
            width: 168vw;
            height: 75vw;
            border-radius: 100% 0% 50% 50% / 0% 0% 100% 100%;
            background: #ffa541;
            position: absolute;
            top: 0;
            left: calc(50% - 84vw);
        }

        .start_box > .box_header h1{
            width: 60vw;
            position: relative;
            z-index: 2;
        }

    .start_box > .box_inner{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .start_box > .box_inner .exp{
            width: 65vw;
            margin-bottom: 2rem;
        }

        .start_box > .box_inner .ent_btns{}

            .start_box > .box_inner .ent_btns ul{
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .start_box > .box_inner .ent_btns ul li{}

                    .start_box > .box_inner .ent_btns ul li a{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        text-decoration: none;
                        font-weight: 500;
                    }

                .start_box > .box_inner .ent_btns ul li.btn_user{
                    margin-bottom: 2rem;
                }

                    .start_box > .box_inner .ent_btns ul li.btn_user a{
                        background: #2e7d5b;
                        color: #fff;
                        width: 65vw;
                        height: 16vw;
                        border-radius: 8vw;
                        font-size: 1.3rem;
                    }

                    .start_box > .box_inner .ent_btns ul li.btn_admin a{
                        background: #fff;
                        color: #8c5028;
                        width: 55vw;
                        height: 12vw;
                        font-size: 1.1rem;
                        border-radius: 0.5rem;
                    }

footer{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 3rem;
    left: 0;
    z-index: 2;
    width: 100%;
}

    footer .logo_kumamoto_pref{
        width: 35vw;
    }

        footer .logo_kumamoto_pref img{
            max-width: 100%;
            height: auto;
        }

/*iPhone 5, 5s, seに適用させたいCSSを記述*/
@media screen and (max-width:375px) {
    .splash_movie_box{
        background-position: center top -35vw;
    }
    
    .splash_movie_box > .box_inner{
        padding-top: 9rem;
    }
    
        .splash_movie_box > .box_inner .sys_title{
            width: 70vw;
        }
    
    .splash_movie_box > .box_footer{
        bottom: 1rem;
    }
    
    .start_box > .box_header{
        height: 60vw;
    }
    
        .start_box > .box_header:before{
            height: 60vw;
        }
    
        .start_box > .box_header h1{
            width: 52vw;
        }
    
    footer{
        bottom: 1rem;
    }
}



/*##########TAB##########*/
@media (min-width: 768px) {}

/*##########PC##########*/
@media (min-width: 1024px) {}