@charset "UTF-8";
/* index */

.content{
    width: 100%;
    min-width: 1100px;
    height:100vh;
    min-height: 650px;
    background-image: url("../img/home/bg_top.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content_wrap{
    width: 1100px;
    height:100vh;
    min-height: 650px;
    margin: 0 auto;
    position: relative;
}
.title{
    width: 80%;
    position: absolute;
    top: 0;left:50%;
    margin-left: -40%;
}
.title img{
    width: 100%;
    max-width: 800px;
    height:auto;
}
.start{
    text-align: center;
    width: 15%;
    position: absolute;
    top:170px;left:65%;
    cursor: pointer;
}
.start:hover{
    position: absolute;
    top:170px;left:65.5%;
}
.start img{
    width: 100%;
    height:auto;
}


@media screen and (min-width:0px) and (max-width:767px){

    .content{
        width: 100%;
        min-width: unset;
        height:100vh;
        min-height: unset;
        background-image: url("../img/home/bg_top_sp.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .content_wrap{
        width: 100%;
        height:100vh;
        min-height: unset;
        margin: 0 auto;
        position: relative;
    }
    .title{
        width: 80%;
        height: 50%;
        background-image:url("../img/home/img_title_sp.png");
        background-position: top center;
        background-size: contain;
        position: absolute;
        top: 0;left:10%;
        margin-left:0;
        z-index: 2;
    }
    .title img{
        display: none;
    }
    .start{
        text-align: center;
        width: 40%;
        position: absolute;
        top: 35%;left:30%;
        z-index: 3;
        margin-left:0;
        cursor: pointer;
    }
    .start:hover{
        position: absolute;
        top: 35%;left:30%;
    }
    .start img{
        width: 100%;
        max-width: 323px;
        height:auto;
    }
    .nanami_top{
        text-align: center;
        width: 50%;
        position: absolute;
        bottom: 0;left:50%;
        margin-left: -25%;
    }
    .nanami_top img{
        width: 100%;
        height:auto;
    }

}
