@font-face {
    font-family: 'Goldman';
    src: url('../fonts/Goldman-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Goldman';
    src: url('../fonts/Goldman-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.sp_br {
    display: none !important;
}

.pc_br {
    display: inline !important;
}



.home_matchday_mv {
    width: 100%;
    display: flex;
    flex-direction: column;

    .mv_banner {
        width: 100%;

        img {
            width: 100%;
            height: auto;
            aspect-ratio: 1440 / 694;
            display: block;
        }
    }
}

.home_matchday_detail_section {
    width: 100%;
    max-width: 1040px;
    margin: 80px auto 80px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;

}

.home_matchday_detail_section_matchday {
    background-color: #FFFFFF !important;

    .line_divider {
        margin: 64px auto !important;
        max-width: 1326px;
        width: 100%;
        text-align: center;

        img {
            max-width: 100%;
            height: auto;
        }
    }
}

.stadium_access_image {
    display: flex;
    justify-content: center;
    margin: 0 auto 48px auto;
    max-width: 1040px;
    width: 100%;

    img {
        width: 100%;
        height: auto;
        max-width: 1040px;
        display: block;
    }
}

.stadium_access_buttons {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 48px auto;
    box-sizing: border-box;
}

.access_grid {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    justify-content: center;
    row-gap: 24px;
    column-gap: 40px;
    margin-bottom: 24px;
}

.access_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 400px;
    height: 84px;
    background: linear-gradient(90deg, #009EB4 0%, #02879A 100%);
    padding: 20px 24px;
    box-sizing: border-box;
    text-decoration: none;
    transition: opacity 0.2s ease;

    &:hover {
        opacity: 0.9;
    }

    span {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.02em;
        color: #ffffff;
        text-align: left;
		
		 &::after {
            content: " ↗";
            display: inline-block;
            margin-left: 0;
        }
    }
}

.access_btn_large_wrap {
    display: flex;
    justify-content: center;
}

.access_btn_large {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 840px;
    height: 65px;
    background: linear-gradient(90deg, #009EB4 0%, #02879A 100%);
    text-decoration: none;
    transition: opacity 0.2s ease;

    &:hover {
        opacity: 0.9;
    }

    span {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }
}

.car_warning_section {
    max-width: 1040px;
    width: 100%;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
}

.car_warning_header {
    background-color: #001B5B;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 63px;
}

.car_warning_title_wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.car_warning_q {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.car_warning_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.car_warning_icon {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    flex-shrink: 0;
}

.car_warning_content {
    background-color: #ECECEC;
    padding: 32px 40px;
    box-sizing: border-box;

    p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        color: #000000;
        margin: 0 0 24px 0;
        text-align: left;

        &:last-child {
            margin-bottom: 0;
        }
    }

    a {
        color: #000000;
        text-decoration: underline;
        transition: opacity 0.2s ease;

        &:hover {
            opacity: 0.7;
        }
    }
}

.car_warning_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 67px;
    width: 100%;
}

.car_warning_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 840px;
    height: 65px;
    background: linear-gradient(90deg, #009EB4 0%, #02879A 100%);
    padding: 20px 24px;
    box-sizing: border-box;
    text-decoration: none;
    transition: opacity 0.2s ease;

    &:hover {
        opacity: 0.9;
    }

    span {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.4;
        color: #ffffff;
        text-align: center;
    }
}


.home_matchday_game_header {
    width: 100%;
    max-width: 1440px;
    height: 106px;
    background: rgba(4, 0, 59, 0.7);
    box-sizing: border-box;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.home_matchday_game_header .header_inner {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4%;
    text-align: center;
    box-sizing: border-box;
}

.home_matchday_match_details {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    background: url('/wp-content/themes/custom/assets/images//bg-overlay.webp') center / cover no-repeat;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    z-index: 1;
}



.home_matchday_match_details .details_inner {
    width: 100%;
    max-width: 848px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.match_teams_time_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 48px;
}

.team_side {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    gap: 8px;
}

.team_badge_btn {
    width: 191px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    box-sizing: border-box;
}

.badge_home {
    background-color: #001B5B;
/*     clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0 50%); */
}

.badge_away {
/*     background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='191' height='62' viewBox='0 0 191 62'><polygon points='20,2 171,2 189,31 171,60 20,60 2,31' fill='none' stroke='white' stroke-width='2'/></svg>"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.team_logo_wrap {
    margin-top: 19px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_logo_home {
    width: 224px;
    height: 293px;
    object-fit: contain;
}

.team_logo_away {
    width: 267px;
    height: 267px;
    object-fit: contain;
}

.team_name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.team_kawasaki {
    margin-top: 25px;
}

.match_mid_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    margin-top: -35px;
}

.match_date_din {
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 148px;
    font-weight: 700;
}

.match_time_day {
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 52px;
    font-weight: 700;
}

.kickoff_text {
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.vs_text {
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 114px;
    font-weight: 700;
}

.matchday_title_block {
    text-align: center;
    margin-bottom: 48px;
}

.matchday_title_tag {
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: underline;
    margin: 0 0 12px 0;
}

.matchday_title_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
}

.dramatic_banner_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 48px;
}

.dramatic_img {
    width: 320px;
    height: 152px;
    object-fit: contain;
}

.dramatic_ticket_btn {
    display: none;

}

.ticket_icon_box {
    width: 62px;
    height: 62px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ticket_icon_img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.ticket_text_box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
}

.info_buttons_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
    gap: 48px;
}

.info_buttons_block_result {
    margin-bottom: 0 !important;
}

.info_card {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info_card_header {
    width: 400px;
    height: 58px;
    background: #001B5B;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.stadium_card .info_card_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.stadium_name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.stadium_btn_link {
    width: 360px;
    height: 54px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.stadium_btn_link:hover {
    background-color: #FFFFFF;
    color: #009EB4;
}

.schedule_card .info_card_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.schedule_row_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.schedule_row_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.general_row_main {
    margin-top: 0px !important;
}

.schedule_badge {
    width: 128px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 120px;
}

.badge_prior {
    background-color: #001B5B;
    color: #FFFFFF;
}

.badge_general {
    background-color: #FFFFFF;
    color: #001B5B;
}

.schedule_time {
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.schedule_note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 19px;
    text-align: center;
}

.bottom_links_block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.bottom_btn {
    width: 360px;
    height: 58px;
    background-color: #009EB4;
    color: #FFFFFF;
    border-radius: 99px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 0.2s;
}

.bottom_btn:hover {
    opacity: 0.9;
}


.score_text {
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 114px;
    font-weight: 700;
    line-height: 0.8;
    margin-top: 15px;
    color: #FFFFFF;
    text-align: center;
}

.pk_status {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 32px;
    margin-bottom: 15px;
    text-align: center;
}

.score_breakdown_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.breakdown_bracket {
    width: 14px;
    height: 120px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
}

.breakdown_bracket_left {
    border-right: none;
}

.breakdown_bracket_right {
    border-left: none;
}

.breakdown_lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.breakdown_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    gap: 12px;
}

.breakdown_line .period_name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.match_result_buttons {
    display: flex;
    justify-content: center;
    gap: 48px;
    width: 100%;
    margin-bottom: 48px;
}

.match_result_buttons .bottom_btn.btn_result_rect {
    width: 400px;
    height: 69px;
    background-color: #009EB4;
    border: none;
    border-radius: 0;
    font-size: 22px;
}



.home_matchday_menu_nav {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 80px 0;
    box-sizing: border-box;
}

.menu_grid {
    display: grid;
    grid-template-columns: repeat(3, 320px);
    justify-content: center;
    row-gap: 24px;
    column-gap: 40px;
}

.menu_item_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    height: 72px;
    background: linear-gradient(90deg, #009EB4 0%, #02879A 100%);
    padding: 24px;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.menu_item_btn:hover {
    opacity: 0.9;
}

.menu_icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.menu_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}


.home_matchday_programme_section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 77px;
}

.programme_title_block {
    width: 100%;
    height: 96px;
    background: linear-gradient(90deg, #04003B 0%, #00A0B6 100%);
    padding: 18.5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.programme_title_main {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}

.programme_title_sub {
    font-family: 'Goldman', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 158, 180, 1);
    margin: 4px 0 0 0;
    line-height: 1;
}

.programme_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.programme_cover_img {
    display: block;
    width: 500px;
    height: 736px;
    margin: 80px auto 48px auto;
    object-fit: cover;
    max-width: 100%;
}

.programme_pdf_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 58px;
    border: 2px solid #04003B;
    background-color: #FFFFFF;
    color: #04003B;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    margin: 0 auto;
    box-sizing: border-box;
    transition: background-color 0.2s, color 0.2s;
}



.highlights_content {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;

}

.highlights_img {
    display: block;
    width: 1040px;
    height: 585px;
    margin: 80px auto 40px auto;
    object-fit: cover;
    max-width: 100%;
}

.highlights_heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin: 0 auto 16px auto;
    text-align: left;
}

.highlights_text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto 40px auto;
    text-align: left;
}

.highlights_ex_players_box {
    width: 1040px;
    height: 117px;
    background-color: #ECECEC;
    box-sizing: border-box;
    padding: 32px 40px;
    margin: 0 auto 77px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ex_players_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 8px;
    text-align: left;
}

.ex_players_names {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
    text-align: left;
}


.ticket_content {
    width: 100%;
    max-width: 1040px;
    margin: 80px auto 77px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket_cards_row {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin-bottom: 48px;
}

.ticket_card_item {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ticket_card_img {
    width: 500px;
    height: 281px;
    object-fit: cover;
    display: block;
}

.ticket_card_desc {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    text-align: left;
}

.seat_map_title_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1040px;
    height: 66px;
    background: linear-gradient(90deg, #001B5B 0%, #00247B 100%);
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 48px;
    box-sizing: border-box;
}

.seat_map_img_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.seat_map_img {
    display: block;
    width: 680px;
    height: 708px;
    margin-bottom: 14px;
    object-fit: contain;
}

.seat_map_note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 48px 0;
    text-align: center;
}

.ticket_action_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.ticket_action_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 54px;
    background-color: #009EB4;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border-radius: 136px;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
}



.event_content_custom {
    margin: 80px auto 77px auto;
}

.event_cards_row {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 32px;
    column-gap: 40px;
}




.guest_content {
    width: 100%;
    max-width: 1040px;
    margin: 80px auto 80px auto;
    box-sizing: border-box;
}

.guest_cards_row {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.guest_card_item {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.guest_card_img {
    width: 320px;
    height: 180px;
    object-fit: cover;
    display: block;
}

.guest_card_desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    text-align: left;
}


.goods_content {
    width: 100%;
    max-width: 1040px;
    margin: 80px auto 80px auto;
    box-sizing: border-box;
}

.goods_cards_row {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.goods_card_item {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.goods_card_img {
    width: 320px;
    height: 180px;
    object-fit: cover;
    display: block;
}

.goods_card_desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    text-align: left;
}


.goods_detail_container {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.goods_title_btn {
    margin-bottom: 40px !important;
}

.goods_main_img {
    display: block;
    width: 1040px;
    height: 586px;
    margin-bottom: 40px;
    object-fit: cover;
    max-width: 100%;
}

.goods_subtitle_bar {
    width: 100%;
    max-width: 1040px;
    height: 58px;
    background-color: #ECECEC;
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 24px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.goods_subtitle_bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 58px;
    background-color: #001B5B;
}

.goods_subtitle_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #001B5B;
    margin: 0;
}

.goods_info_table {
    width: 100%;
    max-width: 1040px;
    border-top: 2px solid #001B5B;
    border-bottom: 2px solid #001B5B;
    margin-bottom: 48px;
}

.goods_info_row {
    display: flex;
    border-bottom: 1px solid #001B5B;
}

.goods_info_row:last-child {
    border-bottom: none;
}

.goods_label_box {
    width: 240px;
    background-color: #ECECEC;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding: 24px 0 0 40px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.label_address {
    height: 596px;
}

.label_hours {
    height: 152px;
}

.goods_value_box {
    flex: 1;
    padding: 24px 40px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.goods_address_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 16px 0;
    text-align: left;
}

.goods_map_img {
    display: block;
    width: 560px;
    height: 480px;
    object-fit: contain;
}

.goods_hours_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    text-align: left;
}

.goods_action_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 48px;
}

.btn_goods_action {
    height: 58px !important;
}


.gourmet_banner_img {
    display: block;
    width: 1040px;
    height: 662px;
    margin: 80px auto 24px auto;
    object-fit: cover;
    max-width: 100%;
}

.gourmet_intro_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto 48px auto;
    text-align: left;
    max-width: 1040px;
    width: 100%;
}

.gourmet_action_btn {
    width: 360px;
    height: 58px !important;
    background-color: #009EB4;
    border-radius: 136px;
    margin-bottom: 48px;
}

.gourmet_payment_container {
    margin-top: 0px;
}

.gourmet_payment_title {
    height: 66px !important;
}

.gourmet_payment_subtitle_bar {
    height: 58px !important;
}

.gourmet_payment_subtitle_bar::before {
    height: 58px !important;
}


.goods_payment_container {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.goods_payment_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1040px;
    height: 73px;
    background: linear-gradient(90deg, #001B5B 0%, #00247B 100%);

    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 40px;
}

.goods_payment_intro {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 40px 0;
    text-align: left;
    width: 100%;
    max-width: 1040px;
}

.goods_payment_subtitle_bar {
    margin-bottom: 40px;
}

.goods_payment_img {
    display: block;
    width: 1040px;
    height: 520px;
    object-fit: contain;
    max-width: 100%;
    margin-bottom: 0;
}


.schedule_bg_wrapper {
    width: 100%;
    background: url('/wp-content/themes/custom/assets/images//home_matchday_schedule_bg.webp') center / cover no-repeat;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.schedule_content_inner {
    width: 100%;
    max-width: 1040px;
    margin: 80px auto 72px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.schedule_card_custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 48px;
}

.schedule_card_custom_section .schedule_row_main {
    margin-top: 0 !important;
}


.btn_entry_method {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 54px;
    border: 2px solid #FFFFFF;
    border-radius: 75px;
    background-color: transparent;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 48px;
    box-sizing: border-box;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.btn_entry_method:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


.schedule_timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.timeline_item {
    display: flex;
    width: 1040px;
    height: 130px;
    background-color: transparent;
    position: relative;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.timeline_item:last-child {
    margin-bottom: 0;
}

.timeline_item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 120px;

    width: 4px;
    height: 16px;
    background-color: #FFFFFF;
    transform: translateX(-50%);
    z-index: 2;
}

.timeline_time_box {
    width: 240px;
    height: 130px;
    background-color: #ECECEC;
    color: #04003B;
    font-family: 'din-condensed-bold', 'DIN Condensed', sans-serif;
    font-size: 56px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}

.timeline_text_box {
    flex: 1;
    padding: 32px 40px 34px 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.timeline_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #04003B;
    margin: 0 0 16px 0;
}

.timeline_desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}


.timeline_item.item_dark_blue {
    background-color: transparent;
}

.timeline_item.item_dark_blue .timeline_text_box {
    background-color: #04003B;
}

.timeline_item.item_dark_blue .timeline_title {
    color: #FFFFFF;
}

.timeline_item.item_dark_blue .timeline_desc {
    color: #FFFFFF;
}

.map_programme_img {
    width: 680px;
    height: 582px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .sp_br {
        display: inline !important;
    }

    .pc_br {
        display: none !important;
    }

    .home-matchday-banner {
        .match-banner-inner {
            align-items: center !important;
            gap: 9px !important;
            padding: 16px 0 12px 0 !important;
        }
    }

    .home_matchday_game_header {
        height: 80px;
        padding: 8px;
    }

    .home_matchday_game_header .header_inner {
        height: 100%;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    .home_matchday_match_details {
        background: url('/wp-content/themes/custom/assets/images//bg-overlay_sp.webp') center / cover no-repeat;

    }

    .home_matchday_match_details .details_inner {
        padding: 40px 20px 37px;

    }

    .home_matchday_match_details .details_content_container {
        width: 100%;
    }


    .match_teams_time_block {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 24px;
        gap: 5px;
    }

    .team_side {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 110px;
        min-width: unset;
        flex-shrink: 0;
    }

    .team_badge_btn {
        width: 80px;
        height: 26px;
        font-size: 14px;
    }

    .badge_home {
        clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
    }

    .badge_away {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='26' viewBox='0 0 80 26'><polygon points='10,1 70,1 78,13 70,25 10,25 2,13' fill='none' stroke='white' stroke-width='1.5'/></svg>");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
    }

    .team_logo_wrap {
        margin: 8px 0;
        width: 110px;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team_logo_home {
        width: 110px;
        height: 122px;
        object-fit: contain;
    }

    .team_logo_away {
        width: 110px;
        height: 128px;
        object-fit: contain;
    }

    .team_name {
        font-size: 11px;
        line-height: 1.4;
        white-space: nowrap;
    }

    .team_kawasaki {
        margin-top: 0;
    }

    .match_mid_info {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: -10px;
        width: auto;
    }

    .match_date_din {
        font-size: 64px;
        margin-top: -5px;
    }

    .match_time_day {
        font-size: 24px;
    }

    .kickoff_text {
        font-size: 18px;
        margin-top: 2px;
    }

    .vs_text {
        font-size: 48px;
        margin-top: 0;
    }

    .matchday_title_block {
        margin-bottom: 24px !important;
    }

    .matchday_title_tag {
        font-size: 22px !important;
        margin-bottom: 8px;
    }

    .matchday_title_text {
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 1.6 !important;
    }

    .dramatic_banner_wrap {
        position: relative !important;
        display: block !important;
        width: 135px !important;
        height: 64px !important;
        margin: 0 auto 24px auto !important;
    }

    .dramatic_img {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 135px !important;
        height: 64px !important;
        margin: 0 !important;
    }

    .dramatic_ticket_btn {
        position: absolute !important;
        right: -125px !important;
        display: flex !important;
        color: #000000;
        overflow: hidden;
        width: 165px !important;
        height: 46px !important;
        border-radius: 6px !important;
        box-shadow: 0px 4.65px 4.65px 0px rgba(0, 0, 0, 0.25);
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        z-index: 2 !important;
    }

    .home_matchday_prematch .dramatic_ticket_btn {
        top: 8px !important;
    }

    .home_matchday_match_details_result .dramatic_ticket_btn {
        top: -45px !important;
    }

    .ticket_icon_box {
        width: 52px !important;
        height: 46px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .ticket_icon_img {
        width: 28px !important;
        height: 16px !important;
    }

    .ticket_text_box {
        font-size: 11px !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        color: #000000 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: rgba(255, 246, 0, 1);

    }

    .info_buttons_block {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        margin-bottom: 32px;
    }

    .info_card,
    .info_card_header {
        width: 100%;
        max-width: 353px;
    }

    .info_card_header {
        height: 50px;
        font-size: 18px;
    }

    .stadium_name {
        font-size: 14px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .stadium_btn_link {
        width: 240px;
        height: 41px;
        font-size: 13px;
    }

    .schedule_card .info_card_body {
        align-items: flex-start !important;
        padding: 20px 0 0 0 !important;
        box-sizing: border-box !important;
    }

    .schedule_row_item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        margin-top: 8px !important;
    }

    .schedule_row_main {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        margin-top: 0 !important;
        flex-shrink: 0 !important;
    }

    .schedule_badge {
        width: 90px !important;
        height: 29px !important;
        font-size: 12px !important;
        border-radius: 50px !important;
    }

    .schedule_time {
        font-size: 28px !important;
    }

    .schedule_note {
        font-size: 9px !important;
        margin: 0 0 0 12px !important;
        text-align: left !important;
        line-height: 1.2 !important;
        max-width: 190px !important;
    }

    .bottom_links_block {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .bottom_btn {
        width: 240px;
        height: 41px;
        font-size: 13px;
    }

    .home_matchday_detail_section {
        margin-bottom: 0;
        margin-top: 32px;
    }

    .stadium_access_image {
        margin: 0 auto 32px auto !important;
        padding: 0 20px !important;
    }

    .stadium_access_buttons {
        padding: 0 20px !important;
        margin-bottom: 32px !important;
    }

    .access_grid {
        grid-template-columns: repeat(2, 1fr) !important;
        row-gap: 12px !important;
        column-gap: 13px !important;
        margin-bottom: 12px !important;
    }

    .access_btn {
        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        padding: 12.5px 12px !important;
        display: flex !important;
        align-items: center !important;

        span {
            font-size: 11px !important;
            line-height: 1.2 !important;
        }
    }

    .access_btn_large {
        width: 100% !important;
        height: 54px !important;
        min-height: 54px !important;
        padding: 14px 20px !important;

        span {
            font-size: 16px !important;
        }
    }

    .car_warning_section {
        padding: 0 20px !important;
        margin-top: 32px !important;
    }

    .car_warning_header {
        padding: 12px 16px !important;
    }

    .car_warning_title {
        font-size: 16px !important;
    }

    .car_warning_q {
        font-size: 16px !important;
    }

    .car_warning_icon {
        width: 16px !important;
    }

    .car_warning_content {
        padding: 24px 16px !important;

        p {
            font-size: 11px !important;
            letter-spacing: -0.3px;
        }

        .car_warning_content_p1 {
            margin-bottom: 40px;
        }
    }

    .car_warning_buttons {
        padding: 0 20px !important;
        margin-top: 32px !important;
        margin-bottom: 50px !important;
        gap: 12px !important;
    }

    .car_warning_btn {
        width: 100% !important;
        height: auto !important;
        min-height: 54px !important;
        padding: 12px 16px !important;

        span {
            font-size: 16px !important;
        }
    }

    .car_warning_btn_last {
        height: 76px !important;
    }


    .score_text {
        font-size: 64px;
        margin-top: 5px;
    }

    .pk_status {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .score_breakdown_box {
        gap: 8px;
    }

    .breakdown_bracket {
        width: 6px;
        height: 60px;
        border-width: 1.5px;
    }

    .breakdown_lines {
        gap: 2px;
    }

    .breakdown_line {
        width: 80px;
        font-size: 18px;
    }

    .breakdown_line .period_name {
        font-size: 12px;
    }

    .match_result_buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 32px;
        width: 100%;
    }

    .match_result_buttons .bottom_btn.btn_result_rect {
        width: 300px !important;
        height: 48px !important;
        font-size: 16px !important;
    }

    .home_matchday_menu_nav {
        padding: 40px 20px;
    }

    .menu_grid {
        grid-template-columns: repeat(2, 170px);
        gap: 12px;
    }

    .menu_item_btn {
        width: 170px;
        height: 48px;
        padding: 10px 12px;
        font-size: 12px;
        line-height: 1.2;
    }

    .menu_icon {
        width: 16px;
        height: 16px;
    }


    .programme_title_block {
        height: 74px;
        padding: 16px 0;
        gap: 2px;
    }

    .programme_title_main {
        font-size: 22px !important;
    }

    .programme_title_sub {
        font-size: 12px !important;
        margin-top: 2px;
    }

    .programme_cover_img {
        width: 353px;
        height: 499px;
        margin: 32px auto 32px auto;
    }

    .programme_pdf_btn {
        width: 240px;
        height: 51px;
        font-size: 13px;
        font-weight: 700;
    }


    .highlights_content {
        padding: 0 20px;
    }

    .highlights_img {
        width: 100%;
        height: auto;
        margin: 32px auto 24px auto;
    }

    .highlights_heading {
        font-size: 12px !important;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .highlights_text {
        font-size: 11px !important;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .highlights_ex_players_box {
        width: 100%;
        max-width: 353px;
        height: auto;
        min-height: 66px;
        padding: 16px 12px;
        margin-bottom: 0;
    }

    .ex_players_title {
        font-size: 10px !important;
        line-height: 1.4;
        margin-bottom: 4px;
    }

    .ex_players_names {
        font-size: 10px !important;
        line-height: 1.6;
    }

    .home_matchday_programme_section {
        margin-bottom: 50px;
    }


    .ticket_content {
        margin: 32px auto 50px auto;
        padding: 0 20px;
    }

    .ticket_cards_row {
        gap: 8px;
        margin-bottom: 32px;
        width: 100%;
        justify-content: center;
    }

    .ticket_card_item {
        width: 172px;
        gap: 8px;
    }

    .ticket_card_img {
        width: 172px;
        height: 97px;
    }

    .ticket_card_desc {
        font-size: 11px !important;
        line-height: 1.4;
        font-weight: 400;
        letter-spacing: -0.3px;
    }

    .seat_map_title_btn {
        width: 100%;
        max-width: 353px;
        height: 46px;
        font-size: 18px !important;
        margin-bottom: 32px;
    }

    .seat_map_img {
        width: 100%;
        max-width: 353px;
        height: 368px;
        margin-bottom: 8px;
    }

    .seat_map_note {
        font-size: 9px !important;
        margin-bottom: 32px;
    }

    .ticket_action_buttons {
        gap: 12px;
    }

    .ticket_action_btn {
        width: 240px;
        height: 41px !important;
        font-size: 13px !important;
        padding: 11px 0;
    }


    .schedule_content_inner {
        margin: 32px auto 17px auto;
        padding: 0 20px;
    }

    .schedule_title_btn_mobile {
        height: 46px !important;
        margin-bottom: 24px;
    }

    .schedule_card_custom_section {
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 353px;
        gap: 8px;
    }

    .schedule_card_custom_section .schedule_row_item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        gap: 12px;
    }

    .schedule_card_custom_section .schedule_row_main {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 0 !important;
    }

    .schedule_card_custom_section .schedule_badge {
        width: 90px !important;
        height: 29px !important;
        font-size: 12px !important;
    }

    .schedule_card_custom_section .schedule_time {
        font-size: 28px !important;
    }

    .schedule_card_custom_section .schedule_note {
        font-size: 9px !important;
        line-height: 1.2 !important;
        color: #FFFFFF !important;
        margin: 0 !important;
        text-align: left !important;
    }

    .btn_entry_method {
        width: 240px;
        height: 41px;
        font-size: 13px !important;
        margin-bottom: 32px;
        border-radius: 50px;
    }

    .timeline_item {
        display: flex;
        width: 100%;
        max-width: 353px;
        height: 87px;
        background-color: transparent;
        margin-bottom: 16px;
    }

    .timeline_item:not(:last-child)::after {
        left: 47px;
        width: 4px;
        height: 16px;
        bottom: -16px;
        background-color: #FFFFFF;
    }

    .timeline_time_box {
        width: 94px;
        height: 87px;
        font-size: 30px !important;
        clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
    }

    .timeline_text_box {
        flex: 1;
        padding: 16px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
    }

    .timeline_title {
        font-size: 14px !important;
        margin-bottom: 8px;
    }

    .timeline_desc {
        font-size: 11px !important;
        line-height: 1.4;
    }

    .map_programme_img {
        width: 100% !important;
        max-width: 353px !important;
        height: 323px !important;
        margin: 32px 0;
    }

    .event_content_custom {
        margin: 32px auto 50px auto;
    }

    .event_cards_row {
        row-gap: 24px;
        column-gap: 8px;
        margin-bottom: 32px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }


    .guest_content {
        margin: 32px auto 50px auto;
        padding: 0 20px;
    }

    .guest_cards_row {
        width: 100%;
        justify-content: center;
    }

    .guest_card_extra {
        display: none !important;
    }

    .guest_card_item {
        width: 100%;
        max-width: 353px;
        gap: 8px;
    }

    .guest_card_img {
        width: 100% !important;
        max-width: 353px !important;
        height: 199px !important;
    }

    .guest_card_desc {
        font-size: 11px !important;
        font-weight: 400;
        line-height: 1.4;
    }


    .goods_content {
        margin: 32px auto;
        padding: 0 20px;
    }

    .goods_cards_row {
        display: flex;
        gap: 8px;
        width: 100%;
        justify-content: center;
    }

    .goods_card_extra {
        display: none !important;
    }

    .goods_card_item {
        width: 172px;
        gap: 8px;
    }

    .goods_card_img {
        width: 172px !important;
        height: 97px !important;
    }

    .goods_card_desc {
        font-size: 11px !important;
        font-weight: 400;
        line-height: 1.4;
    }


    .goods_detail_container {
        padding: 0 20px;
    }

    .goods_title_btn {
        margin-bottom: 24px !important;
    }

    .goods_title_btn_mobile {
        height: 46px !important;
    }

    .goods_main_img {
        width: 100%;
        max-width: 353px;
        height: 199px;
        margin-bottom: 24px;
    }

    .goods_subtitle_bar {
        max-width: 353px;
        height: 43px;
        padding: 12px 24px;
        margin-bottom: 32px;
    }

    .goods_subtitle_bar::before {
        height: 43px;
    }

    .goods_subtitle_text {
        font-size: 16px !important;
    }

    .goods_info_table {
        margin-bottom: 32px;
        border-top: 1.5px solid #001B5B;
        border-bottom: 1.5px solid #001B5B;
    }

    .goods_label_box {
        width: 80px;
        padding: 16px 12px;
        font-size: 12px !important;
    }

    .label_address {
        height: 291px;
    }

    .label_hours {
        height: 122px;
    }

    .goods_value_box {
        padding: 16px;
    }

    .goods_value_box_hours {
        padding: 16px !important;
    }

    .goods_address_text {
        font-size: 11px !important;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .goods_map_img {
        width: 100%;
        height: auto;
        max-height: 230px;
    }

    .goods_hours_text {
        font-size: 11px !important;
        line-height: 1.6;
    }

    .goods_action_buttons {
        margin-bottom: 32px;
        gap: 12px;
    }


    .goods_payment_container {
        width: 100%;
        max-width: 353px;
    }

    .goods_payment_title {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 353px;
        height: 50px !important;
        background: #001B5B;
        color: #FFFFFF;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 18px !important;
        margin-bottom: 24px;
    }

    .goods_payment_intro {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 11px !important;
        line-height: 1.4;
        font-weight: 500;
        margin-bottom: 24px;
        max-width: 353px;
        color: #000000;
    }

    .goods_payment_subtitle_bar {
        margin-bottom: 24px;
    }

    .goods_payment_img {
        display: block;
        width: 100% !important;
        max-width: 353px !important;
        height: 189px !important;
        object-fit: cover;
    }

    .goods_payment_img_first {
        height: 177px !important;
        object-fit: cover !important;
    }


    .gourmet_banner_img {
        width: 100% !important;
        max-width: 353px !important;
        height: 199px !important;
        margin: 32px auto 24px auto !important;
        object-fit: cover;
    }

    .gourmet_intro_text {
        font-size: 11px !important;
        line-height: 1.4;
        font-weight: 500;
        margin-bottom: 32px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .gourmet_action_btn {
        width: 240px;
        height: 41px !important;
        font-size: 13px !important;
        padding: 11px 0;
        margin-bottom: 32px;
    }

    .gourmet_payment_container {
        margin-top: 0px !important;
    }

    .gourmet_payment_subtitle_bar {
        margin-bottom: 24px !important;
    }
}