h2.sub_title_2024 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.4444444444;
    text-align: center;
}

.sub_title_2024 span {
    color: #e60012;
}

@media (min-width: 768px) {
    .col_box_2024 {
        gap: 24px 4%;
        max-width: 824px;
        margin: 24px auto 0;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .col_box_2024 a {
        width: 22%;
        border: solid 3px #e60012;
        border-radius: 24px;
        padding: 12px;
        box-shadow: 4px 4px 0px #00000040;
        position: relative;
    }

    .col_box_2024 a p {
        position: absolute;
        font-size: 16px;
        line-height: 1em;
        font-weight: 500;
        text-align: center;
        bottom: 12px;
        margin: auto;
        width: calc(100% - 24px);
        padding: 0px 12px;
        letter-spacing: -1px;
    }

    .col_box_2024 a p::after {
        position: absolute;
        right: -6px !important;
        bottom: -2px;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        content: "";
        background-image: url(/brand/wp-content/themes/otakaraya/assets/img/common/icon_arrow_red01.png);
        background-size: cover;
    }

    .col_box_2024 .img {
        padding: 0 12px;
        margin: auto auto 28px auto;
    }

    .red_arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    h2.sub_title_2024 {
        font-size: 1.5rem;
    }

    .col_box_2024 {
        gap: 16px 5%;
        width: 100%;
        margin: 24px auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0 12px;
    }

    .col_box_2024 a {
        width: 30%;
        height: 30%;
        border: solid 3px #e60012;
        border-radius: 12px;
        padding: 12px;
        box-shadow: 4px 4px 0px #00000040;
        position: relative;
    }

    .col_box_2024 a p {
        position: absolute;
        font-weight: 500;
        font-size: 12px;
        line-height: 1em;
        text-align: center;
        bottom: 10px;
        margin: auto;
        width: calc(100% - 24px);
    }

    .col_box_2024 .img {
        width: 80%;
        margin: auto auto 24px auto;
    }

    .red_arrow {
        position: absolute;
        bottom: -1px;
        right: -1px;
    }

    .red_arrow img {
        width: 24px;
        height: 24px;
        border-radius: 0 0 12px 0;
    }
}

.col_box_2024 .img {
    overflow: hidden;
}

.col_box_2024 .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: auto;
}

.enhanced_line_name {
    font-size: clamp(0.4em, 1.1vw, 0.9em) !important;
}

@media (max-width: 767px) {
    .enhanced_line_name {
        font-size: 12px !important;
    }
}
