/***** 受賞バナー *****/
@media only screen and (max-width: 768px) {
    .award_title {
        width: calc(1300 / 2 / 768 * 100vw);
    }
}