#newface_info_wrapper{
    background-image: url(../img/background/AdobeStock_392165869.webp);
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#newface_info_list{
    display: flex;
    flex-direction: column;
    row-gap: 1vw;
}
#newface_info_contain{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 4fr;
    column-gap: 1vw;
    width: 90vw;
    /* aspect-ratio: 5/1.6; */
    height: 20vw;
    border: 0.2vw solid #b80837;
    padding: 0.5vw;
}
#newface_info_img_contain{
    display: flex;
    flex-direction: column;
    font-family: BIZ UDPMincho;
}
#newface_info_img{
    grid-column: 1;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1.427;
    /* border: 0.2vw solid #b80837; */
}
#newface_info_comment{
    align-self: center;
    font-size: 1.5vw;
    grid-column: 2;
    overflow-x: scroll;
    /* height: 100%; */
    background-color: white;
    padding: 1vw;
    /* word-break: keep-all; */
    white-space: pre-wrap;
    line-height: 1.5;
}
#newface_info_img_contain_info{
    display: flex;
    font-size: 1.7vw;
    justify-content: center;
    align-self: center;
}
#newface_info_img_contain_day{
    text-align: center;
    font-size: 1.7vw;
    background: transparent linear-gradient(90deg, #b3f5f5 0%,  #f5b2b2 10%, white 50%, #f5b2b2 90%, #b3f5f5 100%) 0% 0% no-repeat padding-box;
    color: #997070;
    -webkit-text-stroke: 0.1em white;
    paint-order: stroke;
}
@media screen and (max-width: 768px) {
    #newface_info_contain{
        display: grid;
        grid-template-columns: 1fr 2fr;
        column-gap: 1.5vw;
        /* width: 90%;
        aspect-ratio: 4/1; */
        padding: 1vw;
        width: 90vw;
        /* aspect-ratio: 5/1.6; */
        height: 52vw;
    }
    #newface_info_img{
        grid-column: 1;
        object-fit: cover;
        object-position: top;
        /* border: 0.5vw solid #b80837; */
    }
    #newface_info_comment{
        font-size: 3vw;
        grid-column: 2;
        padding: 4vw;
        white-space: pre-wrap;
        width: 100%;
        aspect-ratio: 60/52;
    }
    #newface_info_img_contain_info{
        display: flex;
        font-size: 3vw;
        justify-content: center;
        align-self: center;
        margin-top: 0.5vw;
    }
    #newface_info_img_contain_day{
        text-align: center;
        font-size: 3vw;
        background: transparent linear-gradient(90deg, #b3f5f5 0%,  #f5b2b2 10%, white 50%, #f5b2b2 90%, #b3f5f5 100%) 0% 0% no-repeat padding-box;
        color: #997070;
        -webkit-text-stroke: 0.1em white;
        paint-order: stroke;
        margin-top: 0.5vw;
    }
}