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

    .img-area-monochrome24 {
        margin-top: 10vw;
        margin-bottom: 5vw;
        text-align: center;
        width: 100%;
    }

    .img-area-monochrome24 img {
        width: 50vw;
    }

    .img-area-monochrome24 a:hover {
        opacity: 0.5;
        transition: 0.5s;
    }

}

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

    .img-area-monochrome24 {
        margin-top: 30vw;
        margin-bottom: 10%;
        text-align: center;
    }

    .img-area-monochrome24 img {
        width: 80%;
    }


}

.title {
    font-family: "Kaisei Tokumin", serif;
    font-weight: lighter;
    text-align: center;
}