@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

.fixture-results {
    margin-top: 40px
}

.fixture-results+.fixture-results {
    margin-top: 80px
}

.fixture-results .match-list-container>.divider {
    height: 4px;
    border-radius: 1px
}

.fixture-results .match-list-container .match-list-header {
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fixture-results .match-list-container .match-list-header .league-container {
    display: flex;
    align-items: center
}

.fixture-results .match-list-container .match-list-header .league-container .competition-name {
    color: var(--color-black);
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    margin-left: 16px
}

.fixture-results .match-list-container .match-list-header .nav-container {
    display: flex;
    align-items: center
}

.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek {
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--previous,
.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--next {
    height: 40px;
    padding: 0 16px;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    color: var(--color-black);
    white-space: nowrap;
    display: flex;
    align-items: center
}

.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--previous:hover,
.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--next:hover {
    background: var(--color-red);
    border-radius: 40px;
    color: var(--color-white);
    opacity: 1
}

.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--previous::before {
    content: '';
    width: 12px;
    height: 12px;
    margin-right: 14px;
    background-image: url("../images/icons/arrow-right-1A1919.b0fd12367677.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg)
}

.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--previous::before:hover {
    background-image: url("../images/icons/arrow-right-FFFFFF.126b566875b5.svg")
}

.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--next::after {
    content: '';
    width: 12px;
    height: 12px;
    margin-left: 14px;
    background-image: url("../images/icons/arrow-right-1A1919.b0fd12367677.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--next::after:hover {
    background-image: url("../images/icons/arrow-right-FFFFFF.126b566875b5.svg")
}

.fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--current {
    color: var(--color-earth-4);
    white-space: nowrap;
    letter-spacing: 1.66667px;
    text-transform: uppercase;
    padding: 0 16px
}

.fixture-results .match-list-container .match-list-header .league-container+.nav-container {
    margin-top: 8px
}

.fixture-results .match-list-container+.match-list-container {
    margin-top: 48px
}

@media screen and (max-width:1199px) {
    .fixture-results+.fixture-results {
        margin-top: 64px
    }

    .fixture-results .match-list-container .match-list-header {
        height: 124px;
        flex-direction: column;
        justify-content: center
    }

    .fixture-results .match-list-container .match-list-header .league-container .competition-name {
        margin-left: 16px;
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (min-width:768px) {
    .fixture-results .match-list-container {
        margin-top: 40px
    }

    .fixture-results .fixture-item {
        display: flex;
        flex-direction: column;
        background-color: var(--color-white)
    }

    .fixture-results .fixture-item+.fixture-item {
        margin-top: 8px
    }
}

@media screen and (max-width:768px) {
    .fixture-results .match-list-container {
        margin-top: 0
    }

    .fixture-results .match-list-container .match-list-header {
        height: 120px
    }

    .fixture-results .match-list-container .match-list-header .league-container .competition-name {
        font-size: 20px;
        line-height: 24px
    }

    .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--current {
        flex: auto;
        padding: 0 8px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all
    }

    .fixture-results .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name {
        font-size: 24px;
        line-height: 24px;
        color: var(--color-black)
    }

    .fixture-results .fixture-item .fixture-item__body {
        background-color: var(--color-white)
    }

    .fixture-results .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-desktop {
        color: var(--color-black)
    }
}

@media screen and (max-width:576px) {
    .fixture-results .match-list-container .match-list-header .league-container .competition-name {
        font-size: 18px;
        line-height: 20px
    }
}

@media screen and (max-width:425px) {
    .match-list-container .match-list-header .league-container .competition-name {
        font-size: 16px;
        line-height: 20px
    }
}

.fixture-item {
    display: flex;
    flex-direction: column;
    background-color: var(--color-white)
}

.fixture-item+.fixture-item {
    margin-top: 0
}

.fixture-item .fixture-item__body {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-earth-1);
    border-radius: 3px
}

.fixture-item .fixture-item__body .match-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px
}

.fixture-item .fixture-item__body .match-logos .match-logo {
    height: 32px;
    max-width: 200px;
    overflow: hidden
}

.fixture-item .fixture-item__body .match-logos .match-logo img {
    height: 100%;
    width: auto
}

.fixture-item .fixture-item__body .match-info {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 24px
}

.fixture-item .fixture-item__body .match-info .match-situation {
    color: var(--color-earth-4);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .933333px;
    text-transform: uppercase;
    width: 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.fixture-item .fixture-item__body .match-info .match-situation .match-detail-situation {
    color: var(--color-drawn)
}

.fixture-item .fixture-item__body .match-info .match-situation .ytlive-icon {
    display: flex;
    height: 40px;
    width: 40px
}

.fixture-item .fixture-item__body .match-info .match-situation.match-situation--live .match-detail-situation {
    color: var(--color-lost);
    font-family: var(--font-jleague-kick);
    font-size: 20px;
    line-height: 20px
}

.fixture-item .fixture-item__body .match-info .match-details {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative
}

.fixture-item .fixture-item__body .match-info .match-details .club-info {
    flex: 1;
    pointer-events: none;
    overflow: hidden
}

.fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body {
    position: relative;
    pointer-events: all;
    display: flex;
    align-items: center;
    font-family: var(--font-jleague-kick);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px
}

.fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-emblem {
    flex: 0 0 auto;
    width: 64px;
    height: 64px
}

.fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name {
    color: var(--color-black);
    font-size: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet {
    display: none
}

.fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body:hover {
    opacity: 1
}

.fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body:hover .club-name {
    text-decoration: underline
}

.fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home {
    text-align: right;
    padding-right: 45px
}

.fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home .club-info__body {
    flex-direction: row-reverse
}

.fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home .club-info__body .club-name {
    margin-left: 8px;
    text-align: right
}

.fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--away {
    padding-left: 45px
}

.fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--away .club-info__body .club-name {
    margin-right: 8px
}

.fixture-item .fixture-item__body .match-info .match-details .score-info {
    background: var(--color-black);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.fixture-item .fixture-item__body .match-info .match-details .score-info .score-info__body {
    color: var(--color-white);
    font-family: var(--font-jleague-kick);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--upcoming {
    background: var(--color-earth-3)
}

.fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--upcoming .score-info__body {
    color: var(--color-black)
}

.fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--postponed {
    background: var(--color-earth-3)
}

.fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--postponed .score-info__body {
    color: var(--color-black);
    font-family: var(--font-barlow-condensed);
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase
}

.fixture-item .fixture-item__body .match-info .match-link {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3 linear;
    width: 48px
}

.fixture-item .fixture-item__body .match-info .match-link .match-link__icon {
    display: block;
    color: var(--color-earth-4);
    font-size: 32px
}

.fixture-item .fixture-item__body:hover:not(.disabled) {
    background: var(--color-earth-1)
}

.fixture-item .fixture-item__body:hover:not(.disabled) .match-link {
    transform: translateX(8px)
}

.fixture-item .fixture-item__footer {
    background-color: var(--color-earth-1);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 16px
}

.fixture-item .fixture-item__footer .jl-button {
    padding: 8px 24px;
    height: 40px
}

.fixture-item .fixture-item__footer:empty {
    padding: 0
}

@media screen and (max-width:1199px) {
    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name {
        font-size: 24px;
        line-height: 24px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-emblem {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:767px) {
    .fixture-item .fixture-item__body .match-logos {
        margin-top: 10px
    }

    .fixture-item .fixture-item__body .match-logos .match-logo {
        height: 24px
    }

    .fixture-item .fixture-item__body .match-info {
        height: 56px;
        padding: 8px
    }

    .fixture-item .fixture-item__body .match-info .match-situation .ytlive-icon {
        height: 24px;
        width: 24px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet {
        display: none
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home {
        padding-right: 30px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--away {
        padding-left: 30px
    }

    .fixture-item .fixture-item__body .match-info .match-details .score-info {
        width: 54px;
        height: 32px
    }

    .fixture-item .fixture-item__body .match-info .match-details .score-info .score-info__body {
        font-size: 24px;
        line-height: 24px
    }

    .fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--upcoming .score-info__body {
        font-size: 20px;
        line-height: 20px
    }

    .fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--postponed .score-info__body {
        font-size: 10px;
        line-height: 10px
    }

    .fixture-item .fixture-item__body .match-info .match-link .match-link__icon {
        font-size: 24px
    }
}

@media screen and (max-width:576px) {
    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body {
        font-size: 16px;
        line-height: 20px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-emblem {
        height: 32px;
        width: 32px;
        margin: 0 2px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name {
        font-size: 16px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-desktop {
        display: none
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet {
        display: block
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home {
        padding-right: 27px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--away {
        padding-left: 27px
    }

    .fixture-item .fixture-item__body .match-info .match-details .score-info {
        width: 48px
    }

    .fixture-item .fixture-item__body .match-info .match-details .score-info .score-info__body {
        font-size: 20px
    }

    .fixture-item .fixture-item__footer {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        gap: 8px;
        padding: 8px
    }

    .fixture-item .fixture-item__footer .jl-button {
        height: 32px;
        border-radius: 16px
    }

    .fixture-item .fixture-item__footer .jl-button .jl-button__label {
        font-size: 14px;
        line-height: 16px
    }

    .fixture-item .fixture-item__footer .jl-button::before {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width:425px) {
    .fixture-item .fixture-item__body .match-info .match-situation.match-situation--full-time .match-detail-situation {
        font-size: 14px
    }

    .fixture-item .fixture-item__body .match-info .match-details .match-detail-situation {
        font-size: 14px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body {
        font-size: 14px
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-desktop {
        display: none
    }

    .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet {
        display: block;
        font-size: clamp(16px, 2vw, 20px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

body.lang-th .fixture-item .fixture-item__body .match-details .score-info.score-info--postponed .score-info__body {
    font-size: 20px;
    line-height: 20px
}

@media screen and (max-width:1199px) {
    body.lang-th .fixture-item .fixture-item__body .match-details .score-info.score-info--postponed .score-info__body {
        font-size: 18px;
        line-height: 18px
    }
}

@media screen and (max-width:767px) {
    body.lang-th .fixture-item .fixture-item__body .match-details .score-info.score-info--postponed .score-info__body {
        font-size: 14px;
        line-height: 14px
    }
}

@media screen and (max-width:576px) {
    body.lang-th .fixture-item .fixture-item__body .match-details .score-info.score-info--postponed .score-info__body {
        font-size: 12px;
        line-height: 12px
    }
}

body.lang-th .match-list-container .match-list-header .league-container .competition-name {
    font-size: 16px;
    line-height: 20px
}

body.lang-vi .fixture-results .match-list-container .match-list-header .league-container .competition-name {
    font-weight: 600
}

:root body.lang-th .fixture-item .fixture-item__body .match-details .score-info .score-info__body {
    --font-jleague-kick: JLEAGUE KICK, sans-serif
}

.kokuritsu main {
    margin-bottom: 75px
}

.kokuritsu .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin: 0 auto;
    position: relative;
    padding: 120px 40px;
    background-color: var(--color-black)
}

.kokuritsu .section .section__header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.kokuritsu .section .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: var(--font-overpass);
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-white);
    word-break: break-word;
    white-space: normal
}

.kokuritsu .section .section-title::after {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 112px;
    height: 12px;
    background-color: #d8232a;
    border-radius: 12px 2px 12px 2px
}

.kokuritsu .section .section__body {
    max-width: 1440px;
    width: 100%
}

.kokuritsu footer.footer {
    display: none !important
}

.kokuritsu .kokuritsu--sub-banner,
.kokuritsu .social-networks-area,
.kokuritsu .partners-area {
    display: none !important
}

.kokuritsu .kokuritsu-bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 1920 / 928;
    background-color: var(--color-black);
    background-image: url("../landingpages/kokuritsu/images/kokuritsu_kv_pc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .kokuritsu .kokuritsu-bg {
        aspect-ratio: 1 / 1;
        background-image: url("../landingpages/kokuritsu/images/kokuritsu_kv_sp.png")
    }
}

.kokuritsu .section .section__header,
.kokuritsu .section .section__footer {
    display: flex;
    justify-content: center;
    align-items: center
}

.kokuritsu .section .section__header {
    flex-direction: column;
    width: 100%
}

.kokuritsu .section #venue.section__header {
    padding-bottom: 30px
}

.kokuritsu .section .section__footer {
    margin-top: 64px
}

.kokuritsu .section .section__body {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.kokuritsu .section .section__body p+p {
    margin-top: 24px
}

.kokuritsu .section #childpage.section-title {
    text-align: center;
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-white)
}

.kokuritsu .section #childpage.section-title::after {
    content: '';
    width: 112px;
    height: 12px;
    background-color: #d8232a;
    border-radius: 12px 2px 12px 2px
}

.kokuritsu .section .section-title-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    font-family: var(--font-overpass);
    font-size: 72px;
    font-weight: 900;
    font-style: normal;
    line-height: 75px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white)
}

.kokuritsu .section .section-title-child::after {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 112px;
    height: 12px;
    background-color: #d8232a;
    border-radius: 12px 2px 12px 2px
}

@media screen and (max-width: 767px) {
    .kokuritsu .section .section-title-child {
        gap: 16px;
        font-size: 18px;
        line-height: 24px
    }

    .kokuritsu .section .section-title-child::after {
        width: 80px
    }
}

.kokuritsu .section .text-body {
    font-family: var(--font-overpass);
    font-size: 27px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: var(--color-white)
}

.kokuritsu .section .text-body strong {
    font-weight: 700
}

@media screen and (min-width:1441px) {
    .kokuritsu .section .section__content {
        max-width: 1200px
    }
}

@media screen and (max-width: 767px) {
    .kokuritsu .section {
        gap: 35px;
        padding: 36px 0
    }

    .kokuritsu .section .section-title {
        gap: 16px;
        padding: 0 34px;
        font-size: 18px;
        line-height: 24px
    }

    .kokuritsu .section .section-title::after {
        width: 80px
    }

    .kokuritsu .section .text-body {
        font-size: 18px;
        line-height: 21.6px
    }
}

.kokuritsu .section.section--about {
    background: var(--color-black)
}

.kokuritsu .section.section--about .section__body {
    max-width: 568px
}

.kokuritsu .section.section--about .text-body {
    text-align: left;
    width: 100%
}

.kokuritsu .section.section--about .about-image {
    width: 300px;
    height: 64px
}

.kokuritsu .section.section--about .about-image img {
    width: 100%;
    height: 100%
}

@media(max-width:768px) {
    .kokuritsu .section.section--about .section__body {
        max-width: 100%;
        padding: 0 24px
    }
}

@media(max-width:480px) {
    .kokuritsu .section.section--about .about-image {
        width: 60%;
        height: auto;
        margin: auto
    }
}

.kokuritsu #fixtures.section.section--fixtures {
    background-color: #333
}

.kokuritsu .section.section--fixtures .section__body {
    max-width: 1250px
}

.kokuritsu .section-header {
    border-bottom: 2px solid #fff
}

.kokuritsu .section-header::after {
    display: none
}

.kokuritsu .section-header .section-header__title {
    color: var(--color-white);
    line-height: 100%;
    letter-spacing: .1px;
    font-feature-settings: 'clig' off, 'liga' off
}

.kokuritsu .section.section--fixtures .fixtures-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 64px;
    column-gap: 40px;
    justify-content: space-between
}

.kokuritsu .section.section--fixtures .coming-soon {
    width: 100%;
    padding: 12px 24px;
    border-radius: 8px;
    color: var(--color-black);
    text-align: center;
    font-family: var(--font-overpass);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.kokuritsu .section.section--fixtures .fixture-results {
    flex-basis: 500px;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 600px;
    margin: 0
}

.kokuritsu .section.section--fixtures .fixture-results+.fixture-results {
    margin: 0
}

.kokuritsu .section.section--fixtures .fixture-results .match-list-container {
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden
}

.kokuritsu .section.section--fixtures .fixture-results .match-list-container .match-list-header {
    align-items: center
}

.kokuritsu .section.section--fixtures .fixture-results .match-list-container .match-list-header .league-container+.nav-container {
    margin-top: 0
}

.kokuritsu .section.section--fixtures .fixture-results .jl-button-fixture {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    height: 48px;
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
    border-radius: 25px;
    transition: all .3s linear;
    cursor: pointer
}

.kokuritsu .section.section--fixtures .fixture-results .jl-button-fixture .jl-button__label-fixture {
    color: var(--color-white);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    letter-spacing: 1.667px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: all .3s
}

.kokuritsu .section.section--fixtures .fixture-results .jl-button-fixture:hover:not(:disabled) {
    opacity: 1;
    background: var(--color-white);
    border-color: var(--color-black);
    cursor: pointer
}

.kokuritsu .section.section--fixtures .fixture-results .jl-button-fixture:hover:not(:disabled) .jl-button__label-fixture {
    color: var(--color-black)
}

.kokuritsu .section.section--fixtures .fixture-results .club-name--placeholder {
    margin-left: 15px
}

@media(max-width:1199px) {
    .kokuritsu .section.section--fixtures .fixture-results .match-list-container .match-list-header {
        flex-direction: row;
        justify-content: space-between
    }
}

@media(max-width:1140px) {
    .kokuritsu .section.section--fixtures .fixtures-wrapper .fixture-results {
        flex-basis: 100%;
        max-width: none
    }
}

@media(max-width:768px) {
    .kokuritsu .section.section--fixtures .section__body {
        max-width: none
    }
}

@media screen and (max-width:768px) {
    .kokuritsu .section.section--fixtures .fixtures-wrapper {
        row-gap: 32px;
        column-gap: 16px
    }

    .kokuritsu .section.section--fixtures .coming-soon {
        font-size: 22px;
        padding: 10px 20px
    }

    .kokuritsu .section.section--fixtures .fixture-results .match-list-container .match-list-header {
        height: 80px
    }

    .kokuritsu .section.section--fixtures .fixture-results .fixture-item__footer .jl-button-fixture {
        border-radius: 25px
    }
}

@media screen and (max-width:425px) {
    .kokuritsu .section.section--fixtures .coming-soon {
        font-size: 18px;
        padding: 8px 16px
    }

    .kokuritsu .section.section--fixtures .fixture-item__footer .jl-button-fixture {
        height: 32px;
        border-radius: 16px
    }

    .kokuritsu .section.section--fixtures .fixture-item__footer .jl-button-fixture .jl-button__label-fixture {
        font-size: 14px;
        line-height: 16px
    }
}

.kokuritsu .section.section--fixtures body.lang-th .fixture-item__footer .jl-button-fixture .jl-button__label-fixture {
    font-family: "Notosansthai", "Overpass", sans-serif;
    letter-spacing: normal;
    line-height: 1.5
}

.kokuritsu .fixture-results {
    margin-top: 40px;
    padding: 0 16px
}

.kokuritsu .fixture-results+.fixture-results {
    margin-top: 80px
}

.kokuritsu .fixture-results .match-list-container {
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden
}

.kokuritsu .fixture-results .match-list-container>.divider {
    height: 4px;
    border-radius: 1px
}

.kokuritsu .fixture-results .match-list-container .match-list-header {
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-white)
}

.kokuritsu .fixture-results .match-list-container .match-list-header .league-container {
    padding: 0 8px;
    display: flex;
    align-items: center
}

.kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-logo.competition-logo--j1.competition-logo--small {
    height: 42px;
    width: 129px;
    flex-shrink: 0
}

.kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-logo.competition-logo--j1.competition-logo--small img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-logo.competition-logo--j2.competition-logo--small {
    height: 42px;
    width: 134px;
    flex-shrink: 0
}

.kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-logo.competition-logo--j2.competition-logo--small img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media screen and (min-width: 768px) {
    .kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-logo.competition-logo--j1.competition-logo--small {
        height: 48px;
        width: 147px
    }

    .kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-logo.competition-logo--j2.competition-logo--small {
        height: 48px;
        width: 153px
    }
}

@media screen and (min-width: 768px) {
    .kokuritsu .fixture-results .match-list-container .match-list-header .league-container {
        padding: 0 16px
    }
}

.kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-name {
    color: var(--color-black);
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 32px;
    margin-left: 16px
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container {
    display: flex;
    align-items: center
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek {
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--previous,
.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--next {
    height: 40px;
    padding: 0 16px;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    color: var(--color-black);
    white-space: nowrap;
    display: flex;
    align-items: center
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--previous:hover,
.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--next:hover {
    background: var(--color-red);
    border-radius: 40px;
    color: var(--color-white);
    opacity: 1
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--previous::before {
    content: '';
    width: 12px;
    height: 12px;
    margin-right: 14px;
    background-image: url("../images/icons/arrow-right-1A1919.b0fd12367677.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg)
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--previous::before:hover {
    background-image: url("../images/icons/arrow-right-FFFFFF.126b566875b5.svg")
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--next::after {
    content: '';
    width: 12px;
    height: 12px;
    margin-left: 14px;
    background-image: url("../images/icons/arrow-right-1A1919.b0fd12367677.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--next::after:hover {
    background-image: url("../images/icons/arrow-right-FFFFFF.126b566875b5.svg")
}

.kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--current {
    color: var(--color-earth-4);
    white-space: nowrap;
    letter-spacing: 1.66667px;
    text-transform: uppercase;
    padding: 0 16px
}

.kokuritsu .fixture-results .match-list-container .match-list-header .league-container+.nav-container {
    margin-top: 8px
}

.kokuritsu .fixture-results .match-list-container+.match-list-container {
    margin-top: 48px
}

@media screen and (max-width:1199px) {
    .kokuritsu .fixture-results+.fixture-results {
        margin-top: 64px
    }

    .kokuritsu .fixture-results .match-list-container .match-list-header {
        flex-direction: column;
        justify-content: center
    }

    .kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-name {
        margin-left: 16px;
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (min-width:768px) {
    .kokuritsu .fixture-results .match-list-container {
        margin-top: 16px
    }
}

@media screen and (max-width:767px) {
    .kokuritsu .fixture-results .match-list-container {
        margin-top: 16px
    }

    .kokuritsu .fixture-results .match-list-container .match-list-header {
        height: 120px
    }

    .kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-name {
        font-size: 24px;
        line-height: 24px
    }

    .kokuritsu .fixture-results .match-list-container .match-list-header .nav-container .nav-matchweek.nav-matchweek--current {
        flex: auto;
        padding: 0 8px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all
    }
}

@media screen and (max-width:576px) {
    .kokuritsu .fixture-results .match-list-container .match-list-header .league-container .competition-name {
        font-size: 18px;
        line-height: 20px
    }
}

.kokuritsu .fixture-item {
    display: flex;
    flex-direction: column;
    background-color: var(--color-white)
}

.kokuritsu .fixture-item+.fixture-item {
    margin-top: 0
}

.kokuritsu .fixture-item .fixture-item__body {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-earth-1);
    border-radius: 3px
}

.kokuritsu .fixture-item .fixture-item__body .match-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px
}

.kokuritsu .fixture-item .fixture-item__body .match-logos .match-logo {
    height: 32px;
    max-width: 200px;
    overflow: hidden
}

.kokuritsu .fixture-item .fixture-item__body .match-logos .match-logo img {
    height: 100%;
    width: auto
}

.kokuritsu .fixture-item .fixture-item__body .match-info {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 80px;
    height: auto;
    padding: 0 10px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-situation {
    color: var(--color-earth-4);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .933333px;
    text-transform: uppercase;
    width: 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-situation .match-detail-situation {
    color: var(--color-drawn)
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-situation .ytlive-icon {
    display: flex;
    height: 40px;
    width: 40px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-situation.match-situation--live .match-detail-situation {
    color: var(--color-lost);
    font-family: var(--font-jleague-kick);
    font-size: 20px;
    line-height: 20px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details.match-details--links-disabled .club-info .club-info__body,
.kokuritsu .fixture-item .fixture-item__body .match-info .match-details.match-details--links-disabled .score-info .score-info__body,
.kokuritsu .fixture-item .fixture-item__body .match-info .match-details.match-details--links-disabled .score-info a {
    pointer-events: none;
    cursor: default
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details.match-details--links-disabled .club-info .club-info__body:hover .club-name {
    text-decoration: none
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info {
    flex: 1;
    pointer-events: none;
    overflow: visible
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body {
    position: relative;
    pointer-events: all;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    font-family: var(--font-jleague-kick);
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-emblem {
    flex: 0 0 auto;
    width: 64px;
    height: 64px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name {
    flex: auto;
    color: var(--color-black);
    font-size: 22px;
    line-height: 24px;
    word-break: normal;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    display: none
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name--placeholder {
    margin-left: 15px;
    margin-right: 0
}

@media(min-width:1440px) {
    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-desktop {
        display: inline;
        font-size: 14px;
        line-height: 16px
    }
}

@media(min-width:768px) and (max-width:1439px) {
    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet {
        display: inline;
        font-size: 20px;
        line-height: 22px
    }
}

@media(max-width:767px) {
    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-mobile {
        display: inline;
        font-size: 14px;
        line-height: 16px
    }
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body:hover {
    opacity: 1
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body:hover .club-name {
    text-decoration: underline
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home {
    text-align: right;
    padding-right: 45px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home .club-info__body {
    flex-direction: row-reverse
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home .club-info__body .club-name {
    margin-left: 8px;
    text-align: right
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--away {
    padding-left: 45px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--away .club-info__body .club-name {
    margin-right: 8px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info {
    background: var(--color-black);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info .score-info__body {
    color: var(--color-white);
    font-family: var(--font-jleague-kick);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--upcoming {
    background: var(--color-earth-3)
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--upcoming .score-info__body {
    color: var(--color-black);
    font-size: 22px;
    line-height: 22px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--postponed {
    background: var(--color-earth-3)
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--postponed .score-info__body {
    color: var(--color-black);
    font-family: var(--font-barlow-condensed);
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-link {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3 linear;
    width: 48px
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-link .match-link__icon {
    display: block;
    color: var(--color-earth-4);
    font-size: 32px
}

.kokuritsu .fixture-item .fixture-item__body:hover:not(.disabled) {
    background: var(--color-earth-1)
}

.kokuritsu .fixture-item .fixture-item__body:hover:not(.disabled) .match-link {
    transform: translateX(8px)
}

.kokuritsu .fixture-item .fixture-item__footer {
    background-color: var(--color-earth-1);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 16px
}

.kokuritsu .fixture-item .fixture-item__footer .jl-button {
    padding: 8px 24px;
    height: 40px
}

.kokuritsu .fixture-item .fixture-item__footer:empty {
    padding: 0
}

@media screen and (max-width:1199px) {
    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info {
        max-width: unset
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name {
        font-size: 20px;
        line-height: 22px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-desktop {
        display: none
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-emblem {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:767px) {
    .kokuritsu .fixture-item .fixture-item__body .match-logos {
        margin-top: 10px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-logos .match-logo {
        height: 24px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info {
        min-height: 56px;
        height: auto;
        padding: 8px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-situation .ytlive-icon {
        height: 24px;
        width: 24px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name {
        font-size: 17px;
        line-height: 18px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet {
        display: none
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-mobile {
        display: block;
        font-size: 14px;
        line-height: 16px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home {
        padding-right: 30px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--away {
        padding-left: 30px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info {
        width: 54px;
        height: 32px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info .score-info__body {
        font-size: 24px;
        line-height: 24px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--upcoming .score-info__body {
        font-size: 16px;
        line-height: 16px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info.score-info--postponed .score-info__body {
        font-size: 10px;
        line-height: 10px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-link .match-link__icon {
        font-size: 24px
    }
}

@media screen and (max-width:576px) {
    .kokuritsu .fixture-item .fixture-item__body .match-info .match-situation .ytlive-icon {
        height: 24px;
        width: 24px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body {
        font-size: 14px;
        line-height: 16px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-emblem {
        height: 32px;
        width: 32px;
        margin: 0 2px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name {
        font-size: 13px;
        line-height: 14px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet {
        display: none
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-mobile {
        display: block;
        font-size: 13px;
        line-height: 14px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--home {
        padding-right: 27px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info.club-info--away {
        padding-left: 27px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info {
        width: 48px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .score-info .score-info__body {
        font-size: 20px
    }

    .kokuritsu .fixture-item .fixture-item__footer {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        gap: 8px;
        padding: 8px
    }

    .kokuritsu .fixture-item .fixture-item__footer .jl-button {
        height: 32px;
        border-radius: 16px
    }

    .kokuritsu .fixture-item .fixture-item__footer .jl-button .jl-button__label {
        font-size: 14px;
        line-height: 16px
    }

    .kokuritsu .fixture-item .fixture-item__footer .jl-button::before {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width:400px) {
    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body {
        font-size: 12px
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-desktop {
        display: none
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet {
        display: none
    }

    .kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-mobile {
        display: block;
        font-size: 11px;
        line-height: 12px
    }
}

.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-desktop,
.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-tablet,
.kokuritsu .fixture-item .fixture-item__body .match-info .match-details .club-info .club-info__body .club-name.club-name-mobile {
    overflow: visible;
    text-overflow: unset;
    white-space: nowrap;
    word-break: normal;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset
}

.kokuritsu body.lang-th .fixture-item .fixture-item__body .match-details .score-info.score-info--postponed .score-info__body {
    font-size: 20px;
    line-height: 20px
}

@media screen and (max-width:1199px) {
    .kokuritsu body.lang-th .fixture-item .fixture-item__body .match-details .score-info.score-info--postponed .score-info__body {
        font-size: 18px;
        line-height: 18px
    }
}

@media screen and (max-width:767px) {
    .kokuritsu body.lang-th .fixture-item .fixture-item__body .match-details .score-info.score-info--postponed .score-info__body {
        font-size: 14px;
        line-height: 14px
    }
}

@media screen and (max-width:576px) {
    .kokuritsu body.lang-th .fixture-item .fixture-item__body .match-details .score-info.score-info--postponed .score-info__body {
        font-size: 12px;
        line-height: 12px
    }
}

.kokuritsu body.lang-vi .fixture-results .match-list-container .match-list-header .league-container .competition-name {
    font-weight: 600
}

.kokuritsu :root body.lang-th .fixture-item .fixture-item__body .match-details .score-info .score-info__body {
    --font-jleague-kick: JLEAGUE KICK, sans-serif
}

.kokuritsu .section.section--slider {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.kokuritsu .section.section--slider .swiper-container {
    position: relative;
    width: 100%;
    max-height: 100vh
}

.kokuritsu .section.section--slider .swiper-container .swiper-wrapper {
    width: 100%;
    height: auto;
    max-height: 100dvh
}

.kokuritsu .section.section--slider .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: block;
    height: auto;
    aspect-ratio: 3 / 2
}

.kokuritsu .section.section--slider .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
}

@media screen and (min-width: 768px) {
    .kokuritsu .section.section--slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 700px;
        max-width: 700px
    }
}

@media(max-width:767px) {
    .kokuritsu .section.section--slider .swiper-container .swiper-wrapper {
        height: auto
    }

    .kokuritsu .section.section--slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 410px;
        max-width: 410px;
        height: auto
    }
}

.kokuritsu .section.section--map {
    padding: 0;
    margin: 0
}

.kokuritsu .section.section--map .section__body {
    max-width: none
}

.kokuritsu .section.section--map .stadium-wrapper {
    padding: 160px 40px;
    width: 100%;
    position: relative;
    background-image: url("../landingpages/kokuritsu/images/stadium_bg.jpg");
    background-size: cover;
    background-position: center;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px
}

.kokuritsu .section.section--map .stadium-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-grid {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 64px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-grid .stadium-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-1 {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-1 .stadium-name {
    color: var(--color-white);
    font-family: var(--font-overpass);
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-1 .stadium-location {
    display: flex;
    align-items: center
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-1 .stadium-location .stadium-prefecture {
    color: var(--color-white);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--font-overpass);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 12px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-intro {
    color: var(--color-white);
    font-family: var(--font-overpass);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-preview {
    display: flex;
    align-items: center;
    gap: 40px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-preview .stadium-capacity {
    color: var(--color-white);
    font-style: normal
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-preview .stadium-capacity .stadium-capacity__label {
    font-family: var(--font-avenir-next-condensed);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-preview .stadium-capacity .stadium-capacity__value {
    font-family: var(--font-jleague-kick);
    font-size: 72px;
    font-weight: 700;
    line-height: 100%
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-2 {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-2 .stadium-address {
    color: var(--color-white);
    font-family: var(--font-avenir-next-condensed);
    font-style: normal;
    line-height: normal
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-2 .stadium-address .stadium-address__label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-2 .stadium-address .stadium-address__value {
    font-size: 18px;
    font-weight: 700
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-2 .stadium-station {
    color: var(--color-white);
    font-style: normal;
    margin-top: -12px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-2 .stadium-station .stadium-station__label {
    font-family: var(--font-avenir-next-condensed);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-info-2 .stadium-station .stadium-station__value {
    font-family: var(--font-overpass);
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    list-style: disc;
    padding-left: 24px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-access {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1200px
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-access__title {
    color: var(--color-white);
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 18.7px;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    text-align: center
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-access__image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block
}

.kokuritsu .section.section--map .stadium-wrapper .map-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    height: 380px;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    overflow: hidden
}

.kokuritsu .section.section--map .stadium-wrapper .map-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block
}

@media(max-width:1140px) {
    .kokuritsu .section.section--map .stadium-wrapper .stadium-grid {
        flex-direction: column;
        gap: 40px
    }
}

@media(max-width:768px) {
    .kokuritsu .section.section--map .stadium-wrapper {
        padding: 120px 40px;
        gap: 40px
    }

    .kokuritsu .section.section--map .stadium-wrapper .stadium-info-1 .stadium-name {
        font-size: 36px
    }

    .kokuritsu .section.section--map .stadium-wrapper .stadium-access {
        gap: 16px
    }

    .kokuritsu .section.section--map .stadium-wrapper .stadium-access__title {
        font-size: 18px;
        line-height: 1.04;
        letter-spacing: 1.24px
    }

    .kokuritsu .section.section--map .stadium-wrapper .stadium-access__image {
        max-width: 340px
    }

    .kokuritsu .section.section--map .stadium-wrapper .map-wrapper {
        height: 300px
    }
}

@media(max-width:512px) {
    .kokuritsu .section.section--map .stadium-wrapper {
        padding: 96px 24px
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.kokuritsu .floating-buttons {
    position: fixed;
    bottom: 72px;
    right: 24px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: visibility .1s ease-in-out, opacity .2s linear;
    opacity: 0;
    visibility: hidden
}

.kokuritsu .floating-buttons .floating-button {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 12px 40px rgba(16, 24, 64, 0.24));
    border: 0;
    position: relative
}

.kokuritsu .floating-buttons .floating-button .floating-button__icon {
    height: 40px;
    width: 40px
}

.kokuritsu .floating-buttons .floating-button .floating-button__icon::before {
    content: '';
    transition: all .25s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.kokuritsu .floating-buttons .floating-button .floating-button__tooltip,
.kokuritsu .floating-buttons .floating-button .floating-button__label {
    position: absolute;
    right: 80px;
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.66667px;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--color-black);
    background: var(--color-white);
    padding: 7px 16px 8px;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in
}

.kokuritsu .floating-buttons .floating-button .floating-button__tooltip {
    right: 96px
}

.kokuritsu .floating-buttons .floating-button.floating-button--tooltip .floating-button__tooltip {
    visibility: visible;
    opacity: 1
}

.kokuritsu .floating-buttons .floating-button.floating-button--tickets {
    scroll-behavior: smooth
}

.kokuritsu .floating-buttons .floating-button.floating-button--tickets .floating-button__icon {
    animation: pulse 2s infinite
}

.kokuritsu .floating-buttons .floating-button.floating-button--tickets .floating-button__icon::before {
    background-image: url("../images/icons/ticket-1A1919.a66430518628.svg")
}

.kokuritsu .floating-buttons .floating-button.floating-button--install .floating-button__icon::before {
    background-image: url("../images/icons/download-1A1919.a407495ed9db.svg")
}

.kokuritsu .floating-buttons .floating-button:hover:not(.floating-button--tooltip) {
    cursor: pointer;
    opacity: 1
}

.kokuritsu .floating-buttons .floating-button:hover:not(.floating-button--tooltip) .floating-button__label {
    visibility: visible;
    opacity: 1;
    right: 96px
}

.kokuritsu .floating-buttons .floating-button:hover:not(.floating-button--tooltip).floating-button--tickets .floating-button__icon::before {
    background-image: url("../images/icons/ticket-EC1D24.b35a5a37f773.svg")
}

@media screen and (max-width:767px) {
    .kokuritsu .floating-buttons .floating-button {
        height: 60px;
        width: 60px
    }

    .kokuritsu .floating-buttons .floating-button .floating-button__icon {
        height: 30px;
        width: 30px
    }

    .kokuritsu .floating-buttons .floating-button.floating-button--backtotop .floating-button__icon {
        height: 36px;
        width: 36px
    }
}

.kokuritsu #news.section.section--news {
    padding: 80px 40px 120px 40px
}

.kokuritsu #news.section.section--news .section__body {
    max-width: none
}

.kokuritsu #news.section.section--news .related-news__body {
    display: flex;
    justify-content: space-between
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item {
    width: 276px;
    margin-top: 40px
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item>img:first-child {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 3px
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2)>div:first-child {
    margin-top: 16px;
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.66667px;
    text-transform: uppercase;
    color: var(--color-j1)
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2)>h3:nth-child(2) {
    margin-top: 8px;
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2)>div:nth-child(3) {
    margin-top: 8px;
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--color-drawn)
}

.kokuritsu #news.section.section--news .related-news__more-button {
    margin: 40px auto 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border: 1px solid var(--color-black);
    border-radius: 20px;
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: var(--color-black)
}

.kokuritsu #news.section.section--news .news-articles-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px
}

.kokuritsu #news.section.section--news .text-body-news {
    text-align: center;
    font-family: var(--font-overpass);
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none
}

.kokuritsu #news.section.section--news .home__latest-news-container .related-news__more-button {
    margin: 40px auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border: 1px solid var(--color-black);
    border-radius: 20px;
    font-family: var(--font-barlow-condensed);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 19px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: var(--color-black)
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content {
    background-color: var(--color-blue);
    gap: 32px
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__header {
    border-radius: 3px;
    filter: blur(0px);
    flex: auto;
    width: 100%
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body {
    padding: 0
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__category,
.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__title,
.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__content {
    color: var(--color-white)
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__category {
    text-transform: uppercase
}

.kokuritsu #news.section.section--news .home__latest-news-container:first-child .home__latest-news-content__body {
    padding-top: 32px
}

.kokuritsu #news.section.section--news .home__latest-news-container:not(:first-child) .home__latest-news-content .home__latest-news-content__header {
    max-width: 420px;
    max-height: 280px
}

.kokuritsu #news.section.section--news .home__latest-news-container:not(:first-child) .home__latest-news-content .home__latest-news-article__read-more-button {
    display: none
}

@media(max-width:1199px) {
    .kokuritsu #news.section.section--news {
        padding: 0 48px
    }

    .kokuritsu #news.section.section--news .related-news__body {
        display: block
    }
}

@media(max-width:1199px) and (min-width:768px) {
    .kokuritsu #news.section.section--news .related-news__body {
        font-size: 0
    }

    .kokuritsu #news.section.section--news .related-news__body>.related-news__body__item:nth-of-type(even) {
        margin-left: 32px
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item {
        width: calc(50% - 16px);
        display: inline-flex;
        flex-wrap: wrap
    }
}

@media(max-width:1023px) {
    .kokuritsu #news.section.section--news {
        padding: 0 32px
    }
}

@media(max-width:767px) {
    .kokuritsu #news.section.section--news {
        padding: 0 24px
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item {
        display: flex;
        width: 100%;
        margin-top: 24px
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item>img:first-child {
        width: 120px;
        height: 120px;
        object-fit: cover
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2) {
        margin-left: 16px
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2)>div:first-child {
        margin-top: 0
    }
}

@media(max-width:425px) {
    .kokuritsu #news.section.section--news .news-articles-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px
    }
}

.kokuritsu .section--cta {
    background: #f4f4fe;
    padding: 80px 16px
}

.kokuritsu .section--cta .section__body {
    max-width: 568px
}

.kokuritsu .section--cta .text-body {
    text-align: left;
    width: 100%
}

.kokuritsu .section--cta .text-body-special {
    text-align: center;
    font-size: 2rem;
    font-family: var(--font-overpass)
}

.kokuritsu .section--cta .about-image {
    width: 300px;
    height: 64px
}

.kokuritsu .section--cta .about-image img {
    width: 100%;
    height: 100%
}

.kokuritsu .section.section--video {
    padding: 120px 40px 0 40px
}

.kokuritsu .section.section--video .video-wrapper {
    padding: 0;
    max-width: 100vw;
    width: 100%
}

.kokuritsu .section.section--video .video-wrapper .promo-video-player {
    aspect-ratio: 16/9;
    overflow: hidden;
    width: 100%;
    height: auto
}

.kokuritsu .section.section--video .video-wrapper .promo-video-player iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

.kokuritsu #ticket-cta.section.section--cta {
    background: var(--color-earth-1);
    padding: 40px 16px
}

.kokuritsu #ticket-cta.section.section--cta .jl-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    height: 48px;
    background: var(--color-white);
    border: 1px solid var(--color-black);
    border-radius: 25px;
    transition: all .3s linear
}

.kokuritsu #ticket-cta.section.section--cta .jl-button .jl-button__label {
    color: var(--color-black);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'clig' off, 'liga' off;
    letter-spacing: 1.667px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all .3s linear
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--inverse {
    background: var(--color-black);
    border-color: var(--color-black)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--inverse .jl-button__label {
    color: var(--color-white)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button:hover:not(:disabled) {
    opacity: 1;
    background: var(--color-red);
    border-color: var(--color-red);
    cursor: pointer
}

.kokuritsu #ticket-cta.section.section--cta .jl-button:hover:not(:disabled) .jl-button__label {
    color: var(--color-white)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--red {
    background: var(--color-j1);
    border-color: var(--color-j1)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--red .jl-button__label {
    color: var(--color-white)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--red:hover:not(:disabled) {
    background-color: var(--color-white);
    border-color: var(--color-black)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--red:hover:not(:disabled) .jl-button__label {
    color: var(--color-black)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--white-nobg {
    background: transparent;
    border-color: var(--color-white)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--white-nobg .jl-button__label {
    color: var(--color-white)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--white-nobg:hover:not(:disabled) {
    background-color: var(--color-j1);
    border-color: var(--color-j1)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--live-link {
    background-color: var(--color-j1);
    border-color: var(--color-j1)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--live-link .jl-button__label {
    color: var(--color-white)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--live-link::before {
    content: '';
    transition: all .3s linear;
    width: 24px;
    height: 24px;
    display: block;
    background: url("../images/icons/play-FFFFFF.67c9583ee6a4.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--live-link:hover:not(:disabled) {
    background-color: var(--color-white);
    border-color: var(--color-white)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--live-link:hover:not(:disabled) .jl-button__label {
    color: var(--color-black)
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--live-link:hover:not(:disabled)::before {
    background: url("../images/icons/play-1A1919.973604fd050c.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--medium {
    height: 40px;
    padding: 8px 24px
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--medium .jl-button__label {
    font-size: 16px;
    line-height: 24px
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--small {
    height: 32px;
    padding: 8px 16px
}

.kokuritsu #ticket-cta.section.section--cta .jl-button.jl-button--small .jl-button__label {
    font-size: 14px;
    line-height: 16px
}

.kokuritsu #ticket-cta.section.section--cta .jl-button-special {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    height: 48px;
    background-color: white;
    border: 1px solid #1a1919;
    border-radius: 25px;
    transition: all .3s linear;
    cursor: pointer
}

.kokuritsu #ticket-cta.section.section--cta .jl-button-special .jl-button__label-special {
    color: var(--color-black);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'clig' off, 'liga' off;
    letter-spacing: 1.667px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: all .3s
}

.kokuritsu #ticket-cta.section.section--cta .jl-button-special:hover:not(:disabled) {
    opacity: 1;
    background: var(--color-red);
    border-color: var(--color-red);
    cursor: pointer
}

.kokuritsu #ticket-cta.section.section--cta .jl-button-special:hover:not(:disabled) .jl-button__label-special {
    color: var(--color-white)
}

.kokuritsu #ticket-cta.section.section--cta .button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px
}

@media(max-width:480px) {
    .kokuritsu #ticket-cta.section.section--cta .button-wrapper {
        flex-direction: column
    }
}

.kokuritsu #ticket-cta.section.section--cta .jl-button {
    background-color: black
}

.kokuritsu #ticket-cta.section.section--cta .jl-button .jl-button__label {
    color: white
}

.kokuritsu #ticket-cta.section.section--cta #match-detail.jl-button- {
    background-color: white
}

.kokuritsu #ticket-cta.section.section--cta #match-detail.jl-button- .jl-button__label {
    color: black
}

@media(max-width:768px) {
    .kokuritsu .section__body {
        max-width: 100%
    }
}

@media(max-width:480px) {
    .kokuritsu .about-image {
        width: 60%;
        height: auto;
        margin: auto
    }
}

.kokuritsu #news.section.section--news {
    padding: 80px 40px 120px 40px
}

.kokuritsu #news.section.section--news .section__body {
    max-width: none
}

.kokuritsu #news.section.section--news .related-news__body {
    display: flex;
    justify-content: space-between
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item {
    width: 276px;
    margin-top: 40px
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item>img:first-child {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 3px
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2)>div:first-child {
    margin-top: 16px;
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.66667px;
    text-transform: uppercase;
    color: var(--color-j1)
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2)>h3:nth-child(2) {
    margin-top: 8px;
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2)>div:nth-child(3) {
    margin-top: 8px;
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--color-drawn)
}

.kokuritsu #news.section.section--news .related-news__more-button {
    margin: 40px auto 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border: 1px solid var(--color-black);
    border-radius: 20px;
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: var(--color-black)
}

.kokuritsu #news.section.section--news .news-articles-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px
}

.kokuritsu #news.section.section--news .text-body-news {
    text-align: center;
    font-family: var(--font-overpass);
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none
}

.kokuritsu #news.section.section--news .home__latest-news-container .related-news__more-button {
    margin: 40px auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border: 1px solid var(--color-black);
    border-radius: 20px;
    font-family: var(--font-barlow-condensed);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 19px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: var(--color-black)
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content {
    background-color: var(--color-blue);
    gap: 32px
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__header {
    border-radius: 3px;
    filter: blur(0px);
    flex: auto;
    width: 100%
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body {
    padding: 0
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__category,
.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__title,
.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__content {
    color: var(--color-white)
}

.kokuritsu #news.section.section--news .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__category {
    text-transform: uppercase
}

.kokuritsu #news.section.section--news .home__latest-news-container:first-child .home__latest-news-content__body {
    padding-top: 32px
}

.kokuritsu #news.section.section--news .home__latest-news-container:not(:first-child) .home__latest-news-content .home__latest-news-content__header {
    max-width: 420px;
    max-height: 280px
}

.kokuritsu #news.section.section--news .home__latest-news-container:not(:first-child) .home__latest-news-content .home__latest-news-article__read-more-button {
    display: none
}

@media(max-width:1199px) {
    .kokuritsu #news.section.section--news {
        padding: 0 48px
    }

    .kokuritsu #news.section.section--news .related-news__body {
        display: block
    }
}

@media(max-width:1199px) and (min-width:768px) {
    .kokuritsu #news.section.section--news .related-news__body {
        font-size: 0
    }

    .kokuritsu #news.section.section--news .related-news__body>.related-news__body__item:nth-of-type(even) {
        margin-left: 32px
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item {
        width: calc(50% - 16px);
        display: inline-flex;
        flex-wrap: wrap
    }
}

@media(max-width:1023px) {
    .kokuritsu #news.section.section--news {
        padding: 0 32px
    }
}

@media(max-width:767px) {
    .kokuritsu #news.section.section--news {
        padding: 0 24px
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item {
        display: flex;
        width: 100%;
        margin-top: 24px
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item>img:first-child {
        width: 120px;
        height: 120px;
        object-fit: cover
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2) {
        margin-left: 16px
    }

    .kokuritsu #news.section.section--news .related-news__body .related-news__body__item>div:nth-child(2)>div:first-child {
        margin-top: 0
    }
}

@media(max-width:425px) {
    .kokuritsu #news.section.section--news .news-articles-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px
    }
}

.kokuritsu .news-articles-list {
    display: flex;
    flex-direction: column
}

.kokuritsu .news-articles-list .news-articles-list__item {
    position: relative;
    width: 100%
}

.kokuritsu .news-articles-list .news-article {
    display: grid
}

.kokuritsu .news-articles-list .news-article .news-article__image {
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    width: 420px;
    height: auto;
    aspect-ratio: 3/2
}

.kokuritsu .news-articles-list .news-article .news-article__image .news-article__image__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.kokuritsu .news-articles-list .news-article .news-article__image .news-article__image__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(225deg, rgba(26, 25, 25, 0.425) 0, rgba(37, 0, 0, 0.4) 100%);
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.kokuritsu .news-articles-list .news-article .news-article__details {
    padding-left: 32px
}

.kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__category {
    color: var(--color-j1);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.66667px;
    text-transform: uppercase;
    padding-bottom: 22px;
    margin-bottom: 16px;
    position: relative
}

.kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__category::after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0, var(--color-red) 99.69%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 60px
}

.kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__title {
    color: var(--color-black);
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 16px
}

.kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__content {
    color: var(--color-drawn);
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px
}

.kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__post-date {
    color: var(--color-drawn);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .5px;
    text-transform: uppercase
}

.kokuritsu .news-articles-list .news-article:hover {
    opacity: 1
}

.kokuritsu .news-articles-list .news-article:hover .news-article__image .news-article__image__overlay {
    opacity: 1
}

.kokuritsu .news-articles-list .news-article:hover .news-article__details .news-article__details__title {
    text-decoration: underline
}

.kokuritsu .news-articles-list.news-articles-list--grid {
    flex-direction: row
}

.kokuritsu .news-articles-list.news-articles-list--grid .news-articles-list__item {
    width: 50%;
    overflow: hidden;
    padding-bottom: 40px
}

.kokuritsu .news-articles-list.news-articles-list--grid .news-articles-list__item+.news-articles-list__item {
    margin-top: 0
}

.kokuritsu .news-articles-list.news-articles-list--grid .news-article {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.kokuritsu .news-articles-list.news-articles-list--grid .news-article .news-article__image {
    width: 100%
}

.kokuritsu .news-articles-list.news-articles-list--grid .news-article .news-article__details {
    padding-left: 0
}

.kokuritsu .news-articles-list.news-articles-list--grid .news-article .news-article__details .news-article__details__category {
    margin-top: 16px
}

.kokuritsu .news-articles-list.news-articles-list--grid .news-article .news-article__details .news-article__details__content {
    display: none
}

@media screen and (min-width:769px) {
    .kokuritsu .news-articles-list .news-articles-list__item+.news-articles-list__item {
        margin-top: 40px
    }

    .kokuritsu .news-articles-list .news-article {
        grid-template-columns: 420px auto
    }
}

@media screen and (max-width:768px) {
    .kokuritsu .news-articles-list .news-article {
        align-items: center
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__post-date {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (max-width:768px) and (min-width:577px) {
    .kokuritsu .news-articles-list .news-articles-list__item+.news-articles-list__item {
        margin-top: 32px
    }

    .kokuritsu .news-articles-list .news-article {
        grid-template-columns: 240px auto
    }

    .kokuritsu .news-articles-list .news-article .news-article__image {
        width: 240px
    }

    .kokuritsu .news-articles-list .news-article .news-article__details {
        padding-left: 24px
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__category {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 18px;
        margin-bottom: 12px
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__title {
        font-size: 24px;
        line-height: 28px
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__content {
        font-size: 16px;
        line-height: 20px;
        -webkit-line-clamp: 3
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__content,
    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__title {
        margin-bottom: 12px
    }
}

@media screen and (max-width:576px) {
    .kokuritsu .news-articles-list .news-articles-list__item+.news-articles-list__item {
        margin-top: 24px
    }

    .kokuritsu .news-articles-list .news-article {
        grid-template-columns: 120px auto
    }

    .kokuritsu .news-articles-list .news-article .news-article__image {
        width: 120px
    }

    .kokuritsu .news-articles-list .news-article .news-article__details {
        padding-left: 16px
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__category {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 14px;
        margin-bottom: 8px
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__title {
        font-size: 16px;
        line-height: 20px
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__content {
        display: none
    }

    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__content,
    .kokuritsu .news-articles-list .news-article .news-article__details .news-article__details__title {
        margin-bottom: 8px
    }

    .kokuritsu .news-articles-list.news-articles-list--grid {
        flex-direction: column
    }

    .kokuritsu .news-articles-list.news-articles-list--grid .news-articles-list__item {
        width: 100%;
        padding-bottom: 0
    }

    .kokuritsu .news-articles-list.news-articles-list--grid .news-articles-list__item+.news-articles-list__item {
        margin-top: 24px
    }

    .kokuritsu .news-articles-list.news-articles-list--grid .news-articles-list__item:nth-child(odd) {
        padding-right: 0
    }

    .kokuritsu .news-articles-list.news-articles-list--grid .news-articles-list__item:nth-child(even) {
        padding-left: 0
    }

    .kokuritsu .news-articles-list.news-articles-list--grid .news-article {
        display: grid
    }

    .kokuritsu .news-articles-list.news-articles-list--grid .news-article .news-article__details {
        padding-left: 16px
    }
}

.kokuritsu body.lang-th .news-articles-list .news-article .news-article__details .news-article__details__category,
.kokuritsu body.lang-th .news-articles-list .news-article .news-article__details .news-article__details__title,
.kokuritsu body.lang-th .news-articles-list .news-article .news-article__details .news-article__details__post-date {
    font-family: "Notosansthai", "Overpass", sans-serif;
    letter-spacing: normal;
    line-height: 1.5
}

.kokuritsu body.lang-th .news-articles-list .news-article .news-article__details .news-article__details__title {
    font-weight: 700
}

.kokuritsu body.lang-th .news-articles-list .news-article .news-article__details .news-article__details__content {
    font-family: "Overpass", sans-serif;
    letter-spacing: normal;
    line-height: 1.5
}

.kokuritsu .match-details-header {
    background-attachment: initial;
    padding-bottom: 0
}

.kokuritsu .match-details-header .match-details-header__summary {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 16px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-time {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation {
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 128px;
    height: 64px;
    padding: 0 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.upcoming,
.kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.postponed {
    display: none
}

.kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.half-time,
.kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.full-time,
.kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.pen,
.kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.aet {
    background: var(--color-white);
    color: var(--color-earth-4);
    font-family: var(--font-barlow-condensed);
    font-size: 18px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.live {
    background: var(--color-j1);
    color: var(--color-white);
    font-family: var(--font-jleague-kick);
    font-size: 44px;
    line-height: 44px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 136px;
    position: relative
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team {
    display: flex;
    align-items: center;
    flex: 1;
    flex-shrink: 0;
    max-width: 50%
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team .club-emblem {
    width: 120px;
    height: 120px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team .team-name {
    font-family: var(--font-jleague-kick);
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team.summary-teams__team--home {
    flex-direction: row-reverse;
    padding-right: 106px;
    padding-left: 16px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team.summary-teams__team--away {
    padding-left: 106px;
    padding-right: 16px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team:hover {
    opacity: 1
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team:hover .team-name {
    text-decoration: underline
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result {
    background: var(--color-black);
    border-radius: 48px;
    color: var(--color-white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 88px;
    font-family: var(--font-jleague-kick);
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result .score-separator {
    margin: 0 8px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result.summary-teams__result--upcoming,
.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result.summary-teams__result--postponed {
    background: var(--color-earth-3);
    color: var(--color-black);
    text-align: center
}

.kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result.summary-teams__result--postponed {
    font-size: 36px;
    line-height: 36px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-details {
    background: var(--color-earth-1);
    padding: 24px;
    display: flex
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events {
    flex: 1
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .event-player-name {
    color: var(--color-black);
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .event-time {
    color: var(--color-earth-4);
    font-family: var(--font-jleague-kick);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item+.summary-events__item {
    margin-top: 16px
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--home .summary-events__item .event-player-name,
.kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--home .summary-events__item .event-time {
    margin-right: 16px;
    text-align: right
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--away .summary-events__item {
    flex-direction: row-reverse
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--away .summary-events__item .event-player-name,
.kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--away .summary-events__item .event-time {
    margin-left: 16px;
    text-align: left
}

.kokuritsu .match-details-header .match-details-header__summary .summary-events-divider {
    flex: 0 0 auto;
    margin: 0 16px;
    width: 2px;
    background: var(--color-earth-3);
    align-self: stretch
}

.kokuritsu .match-details-header .match-details-header__summary:empty {
    min-height: 200px
}

@media screen and (max-width:1199px) {
    .kokuritsu .match-details-header .match-details-header__summary:empty {
        min-height: 150px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation {
        min-width: 84px;
        height: 40px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.live {
        font-size: 30px;
        line-height: 32px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.half-time,
    .kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.full-time,
    .kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.pen,
    .kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.aet {
        font-size: 16px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams {
        height: 88px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team .club-emblem {
        width: 80px;
        height: 80px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team .team-name {
        font-size: 36px;
        line-height: 36px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team.summary-teams__team--home {
        padding-right: 72px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team.summary-teams__team--away {
        padding-left: 72px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result {
        width: 128px;
        height: 64px;
        font-size: 48px;
        line-height: 48px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result.summary-teams__result--postponed {
        font-size: 24px;
        line-height: 24px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .event-player-name {
        font-size: 16px;
        line-height: 20px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .event-time {
        font-size: 20px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .kokuritsu .match-details-header .match-details-header__summary:empty {
        min-height: 120px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation {
        min-width: 54px;
        height: 32px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-time .match-detail-situation.live {
        padding: 0 16px;
        font-size: 24px;
        line-height: 24px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams {
        height: 56px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team .club-emblem {
        width: 40px;
        height: 40px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team .team-name {
        font-size: 20px;
        line-height: 24px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team.summary-teams__team--home {
        padding-right: 35px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team.summary-teams__team--away {
        padding-left: 35px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result {
        width: 54px;
        height: 32px;
        font-size: 24px;
        line-height: 24px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result .score-separator {
        margin: 0 3px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__result.summary-teams__result--postponed {
        font-size: 12px;
        line-height: 12px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-details {
        padding: 16px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .event-player-name {
        font-size: 14px;
        line-height: 20px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .event-time {
        font-size: 16px;
        line-height: 16px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--home .summary-events__item .player-name,
    .kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--home .summary-events__item .time {
        margin-right: 8px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--away .summary-events__item .player-name,
    .kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--away .summary-events__item .time {
        margin-left: 8px
    }
}

@media screen and (max-width:576px) {
    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team .team-name {
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team.summary-teams__team--home {
        padding-right: 24px;
        padding-left: 16px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-teams .summary-teams__team.summary-teams__team--away {
        padding-left: 24px;
        padding-right: 16px
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .match-event-icon.match-event-icon--goal,
    .kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .match-event-icon.match-event-icon--own-goal,
    .kokuritsu .match-details-header .match-details-header__summary .summary-events .summary-events__item .match-event-icon.match-event-icon--penalty-goal {
        display: none
    }

    .kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--away .summary-events__item .event-time,
    .kokuritsu .match-details-header .match-details-header__summary .summary-events.summary-events--home .summary-events__item .event-time {
        margin: 0
    }
}

.kokuritsu .match-details-header .match-details-header__info {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.kokuritsu .match-details-header .match-details-header__info .competition-title {
    color: var(--color-white);
    font-family: var(--font-overpass);
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin-top: 16px
}

.kokuritsu .match-details-header .match-details-header__info .competition-title:hover {
    opacity: 1;
    text-decoration: underline
}

.kokuritsu .match-details-header .match-details-header__info .match-date-time {
    color: var(--color-earth-3);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.29px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px
}

.kokuritsu .match-details-header .match-details-header__info .match-stadium {
    color: var(--color-white);
    font-family: var(--font-barlow-condensed);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px
}

.kokuritsu .match-details-header .match-details-header__info .match-stadium .match-stadium__icon {
    margin-right: 4px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.kokuritsu .match-details-header .match-details-header__info .match-stadium .match-stadium__icon img {
    height: 100%;
    width: auto
}

.kokuritsu .match-details-header .match-details-header__info .match-stadium:hover {
    opacity: 1;
    text-decoration: underline
}

.kokuritsu .match-details-header .match-details-header__info .match-ticket-link {
    margin: 40px 0 24px
}

.kokuritsu .match-details-header .match-details-header__info .match-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px
}

.kokuritsu .match-details-header .match-details-header__info .match-logos .match-logo {
    height: 64px;
    max-width: 300px;
    overflow: hidden
}

.kokuritsu .match-details-header .match-details-header__info .match-logos .match-logo img {
    height: 100%;
    width: auto
}

@media screen and (max-width:576px) {
    .kokuritsu .match-details-header .match-week-games {
        margin: 16px auto 0;
        padding: 0 16px;
        width: 100%
    }

    .kokuritsu .match-details-header .competition-logo.competition-logo--large {
        max-height: 40px
    }

    .kokuritsu .match-details-header .competition-logo.competition-logo--large.competition-logo--j1,
    .kokuritsu .match-details-header .competition-logo.competition-logo--large.competition-logo--j2,
    .kokuritsu .match-details-header .competition-logo.competition-logo--large.competition-logo--j3 {
        max-width: 99px
    }

    .kokuritsu .match-details-header .competition-logo.competition-logo--large.competition-logo--acl {
        max-width: 130px
    }

    .kokuritsu .match-details-header .competition-logo.competition-logo--large.competition-logo--ffsc {
        max-width: 263px
    }

    .kokuritsu .match-details-header .competition-logo.competition-logo--large.competition-logo--levain {
        max-width: 162.5px
    }

    .kokuritsu .match-details-header .match-details-header__info {
        margin-top: 16px;
        padding: 0 16px
    }

    .kokuritsu .match-details-header .match-details-header__info .competition-title {
        font-size: 16px;
        line-height: 24px
    }

    .kokuritsu .match-details-header .match-details-header__info .match-date-time {
        font-size: 14px;
        line-height: 20px
    }

    .kokuritsu .match-details-header .match-details-header__info .match-stadium {
        font-size: 14px;
        line-height: 24px
    }

    .kokuritsu .match-details-header .match-details-header__info .match-stadium .match-stadium__icon {
        height: 20px;
        width: 20px
    }

    .kokuritsu .match-details-header .match-details-header__info .match-logos {
        gap: 24px
    }

    .kokuritsu .match-details-header .match-details-header__info .match-logos .match-logos--friday-night,
    .kokuritsu .match-details-header .match-details-header__info .match-logos .match-logos--kokuritsu {
        height: 40px;
        max-width: 300px
    }
}

.kokuritsu body.lang-th .match-details-header .match-details-header__info .competition-title,
.kokuritsu body.lang-th .match-details-header .match-details-header__info .match-date-time,
.kokuritsu body.lang-th .match-details-header .match-details-header__info .match-stadium {
    font-family: "Notosansthai", "Overpass", sans-serif;
    letter-spacing: normal;
    line-height: 1.5
}

.kokuritsu body.lang-th .match-details-header .match-details-header__info .competition-title {
    font-weight: 700
}

.kokuritsu body.lang-vi .match-details-header .match-details-header__info .competition-title,
.kokuritsu body.lang-vi .match-details-header .match-details-header__info .match-date-time,
.kokuritsu body.lang-vi .match-details-header .match-details-header__info .match-stadium {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: normal
}

.kokuritsu body.lang-vi .match-details-header .match-details-header__info .competition-title {
    font-weight: 600
}

.kokuritsu .kokuritsu--sub-banner {
    display: flex;
    justify-content: center;
    gap: 75px;
    flex-wrap: wrap;
    padding: 0 0 75px 0
}

.kokuritsu .kokuritsu--sub-banner .banner {
    width: 350px;
    display: block;
    position: relative
}

.kokuritsu .kokuritsu--sub-banner .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.kokuritsu .kokuritsu--sub-banner .banner .play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border-style: solid;
    border-width: 6px;
    border-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box
}

.kokuritsu .kokuritsu--sub-banner .banner .play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-36%, -50%);
    width: 54px;
    height: 54px;
    border-style: solid;
    border-width: 32px 0 32px 54px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
    box-sizing: border-box
}

.kokuritsu .kokuritsu--sub-banner .banner img {
    width: 100%;
    height: 100%
}

/* Body font unified to Inter */
:root {
    --font-avenir-next-condensed: "Inter", sans-serif;
    --font-barlow-condensed: "Inter", sans-serif;
    --font-druk-wide: "Inter", sans-serif;
    --font-jleague-kick: "Inter", sans-serif;
    --font-overpass: "Inter", sans-serif;
    --font-noto-sans-thai: "Inter", "Notosansthai", sans-serif;
    --font-antonio: "Inter", sans-serif;
    --font-noto-sans-jp: "Inter", sans-serif
}

body,
.kokuritsu {
    font-family: "Inter", sans-serif
}

.kokuritsu .section.section--map .stadium-wrapper .stadium-access__title {
    font-family: "Inter", sans-serif
}

.kokuritsu .section.section--fixtures body.lang-th .fixture-item__footer .jl-button-fixture .jl-button__label-fixture {
    font-family: "Inter", "Notosansthai", sans-serif
}