@charset "utf-8";





body {
    background-image: url(../images/top/mainimage01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.container {
    width: 100%;
    height: 100vh;
}

.background {
    width: 100%;
    height: 100vh;
    background-color: #f2f1f0;
}


.wrapper {
    z-index: 800;
}

#toplogo img {
    padding: 60px 50px;
    position: absolute;
    width: 100%;
}

#toplogo {
    width: 30%;
    position: relative;
    z-index: 999;
}

/* footer */


footer {
    width: 100%;
    text-align: center;
}

footer small {
    font-size: 12px;
}



/*くコ:彡   SP*/

@media screen and (max-width:640px) {


    /*logo resize*/

    #toplogo img {
        width: 100%;
        padding: 30px 20px;
        position: absolute;
    }
    
    #toplogo {
        width: 40%;
        position: relative;
        z-index: 999;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }


    body {
        background-image: url(../images/top/mainimage01_sp.jpg);
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
    }


    footer small {
        position: relative;
        bottom: 25px;
    }

}