#main_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)),url(../img/background/kota_AdobeStock_53378016.webp);
    background-size: cover;
    background-position: bottom;
    /* background-repeat: no-repeat; */
    aspect-ratio: 1024/364;
    width: 90%;
    margin: 0 auto;
    padding: 2vw;
    font-family: BIZ UDPMincho;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.5
}
#kota_brand_banner{
    object-fit: contain;
    width: 50%;
    aspect-ratio: 1024/437;
    margin: 2vw auto;
}
@media screen and (max-width: 768px) {
    #main_text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-image: url(../img/background/313588.webp);
        background-size: contain;
        background-repeat: no-repeat; */
        aspect-ratio: 1024/364;
        width: 90%;
        margin: 0 auto;
        font-size: 2.75vw;
        padding: 2vw 4vw;
    }
    #kota_brand_banner{
        object-fit: contain;
        width: 80%;
        aspect-ratio: 1024/437;
        margin: 2vw auto;
    }
}
