
.category_banner{
    position: relative;
}
.banner_comment{
    position: absolute;
    margin-top: -8%;
    margin-left: 1%;
}

@media screen and (max-width: 767px){
    .banner_comment{
        position: absolute;
        margin-top: -16%;
        margin-left: 12px;
    }

}

@media screen and (max-width: 414px){
    .banner_comment{
        position: absolute;
        margin-top: -20%;
        margin-left: 12px;
    }

}

.text_content{
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    padding: 4px 10px;
}

.category_ttl, .category_text{
    font-size: 2.7vw;
    color: white;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.category_text{
    font-size: 1.5vw;
}

@media screen and (max-width: 767px){
    .category_ttl, .category_text{
        font-size: 1.7em;
    }
    .category_text{
        font-size: 1em;
    }
}

@media screen and (max-width: 414px){
    .category_ttl, .category_text{
        font-size: 1em;
    }
    .category_text{
        font-size: 0.8em;
    }
}