@charset "UTF-8";

.beautytitle {
    width: 100vw;
    background-image: url(../illust/husuma.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: antiquewhite;*/
    margin: 0;
    height: 100vw;
    margin-top: 100px;

}


.beautytitleja {
    width: 500px;
    /* background-color: antiquewhite;*/
    margin-top: 500px;
}

.beautytitleen {
    width: 400px;
    /*background-color: aqua;*/
    margin-left: 15vw;
    margin-top: 200px;

}

.beautyphoto {
    width: 400px;
    margin: 100px;
}

.beautyex {
    /*background-color: antiquewhite;*/
    margin-top: 100px;
}

.beautyexen {
    width: 500px;
    /*background-color: aqua;*/
}

@media screen and (max-width:768px) {
    body {
        /*background-color: antiquewhite;*/
    }

    .beautytitle {
        display: block;
        height: auto;
        background-size: contain;
    }

    .beautytitleja {
        margin: 0;
        margin-top: 50px;
    }

    .beautytitleen {
        margin: 0;
        margin-top: 300px;
    }
}

@media screen and (max-width:550px) {
    .beautytitle {
        background-image: none;
    }
}