@charset "UTF-8";

/*sp---------------------*/
@media screen and (min-width: 0px) and (max-width: 767px) {

    section.t_campaign_banner {}

    section.t_campaign_banner img {
        width: 100%;
    }

    section.t_campaign_banner .t_campaign_wrap {
        width: 100%;
        background-color: #000;
        margin: 8vw auto 0 !important;
    }

    section.t_campaign_banner .heading {
        height: 12vw;
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
        color: #fff;
        border-bottom: 1px solid #fff !important;
        font-size: 3vw !important;
        font-weight: bold;
        width: 100%;
    }

    section.t_campaign_banner .heading::after {
        content: "";
        position: absolute;
        height: 2vw;
        width: 2vw;
        bottom: 0;
        top: 10px;
        margin: auto;
        right: 20px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-135deg);
    }

    section.t_campaign_banner .heading.on::after {
        content: "";
        position: absolute;
        height: 2vw;
        width: 2vw;
        bottom: 0;
        top: -10px;
        margin: auto;
        right: 20px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }

    section.t_campaign_banner .banner_wrap {
        padding: 5vw 3vw !important;
        display: flex;
        flex-direction: column;
        gap: 4vw;
        position: relative;
    }

    section.t_campaign_banner a.banner_item {
        display: flex;
        justify-content: space-between;
        /* max-width: 800px; */
        width: 100%;
        background-color: #fff;
        margin: auto;
        position: relative;
        cursor: pointer;
        flex-direction: column;
        opacity: 1;
        transition: 0.2s all;
    }

    section.t_campaign_banner a.banner_item:hover {
        opacity: 0.8;
        transition: 0.2s all;
    }

    section.t_campaign_banner a.banner_item .banner_pic {
        width: 100%;
        line-height: 0;
    }

    a.banner_item .banner_text {
        width: 100%;
        padding-bottom: 15vw !important;
        display: block;
    }

    a.banner_item .subheading {
        height: 12vw;
        border-bottom: 1px solid #b49431 !important;
        margin-left: 5vw !important;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        font-weight: 100;
        font-size: 3.5vw !important;
        color: #000;
        font-weight: 300;
    }

    section.t_campaign_banner a.banner_item .date {
        padding: 4vw 0 0 5vw !important;
        color: #eb5505;
        font-size: 3.5vw !important;
        font-weight: bold;
        text-align: left;
    }

    section.t_campaign_banner a.banner_item .detail {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 9vw;
        width: 20vw;
        background-color: #eb5505;
        justify-content: center;
        align-items: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2.5vw 0 0 0;
        font-size: 3vw !important;
    }

    section.t_campaign_banner a.banner_item .detail::after {
        content: "";
        height: 1.5vw;
        width: 1.5vw;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
        position: relative;
        right: -2vw;
    }

    /*sp---------------------*/

    /*main end---------------------*/
}