@font-face {
    font-family: 'peckham-press';
    src: url('../font/peckham-press.otf') format('opentype');
}

@font-face {
    font-family: 'din-condensed-bold';
    src: url('../fonts/DIN-Bold.ttf') format('truetype');
}

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

.info-page-match-banner {
    display: none;
}

.team-info-banner-section {
    position: relative;
    width: 100%;
    height: 607px;
    background-color: var(--team-color, #2DB2B7);
    overflow: hidden;
    margin-bottom: 40px;

    .team-info-banner-inner {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .team-info-banner-content-wrap {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 965px;
        height: 249px;
        display: flex;
        align-items: center;
        padding-left: 106px;
        gap: 22px;
        z-index: 2;
    }

    .player-banner-number-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        .player-banner-number {
            font-family: "peckham-press", sans-serif;
            font-size: 93px;
            font-weight: 400;
            color: #ffffff;
            line-height: 0.9;
        }

        .player-banner-position {
            font-family: "peckham-press", "Peckham Press", sans-serif;
            font-size: 32px;
            font-weight: 400;
            color: #ffffff;
            margin-top: 5px;
        }
    }

    .player-banner-name-wrap {
        display: flex;
        flex-direction: column;
        gap: 8px;

        .player-banner-name-kanji {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 55px;
            font-weight: 700;
            color: #ffffff;
            line-height: 1;
            margin-bottom: 9px;
        }

        .player-banner-name-romaji {
            font-family: "din-condensed-bold", sans-serif;
            font-size: 42px;
            font-weight: 700;
            color: #ffffff;
            line-height: 1;
        }
    }

    .team-info-banner-image {
        position: absolute;
        right: 90px;
        bottom: 0;
        height: 100%;
        z-index: 1;

        img {
            height: 100%;
            width: auto;
            object-fit: contain;
            display: block;
        }
    }
}

.player-profile-section {
    max-width: 1040px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;

    .player-profile-table {
        width: 100%;
        border-collapse: collapse;

        tr {
            border-bottom: 1px solid #ffffff;
            height: 41px;

            &:last-child {
                height: 77px;
            }
        }

        th {
            width: 213px;
            background: linear-gradient(90deg, #00799B 0%, #001B5B 100%);
            color: #ffffff;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-align: left;
            padding: 0 24px;
            vertical-align: middle;
        }

        td {
            background-color: #F7F7F7;
            color: #000000;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 700;
            padding: 13px 12px 12px;
            line-height: 1;
            vertical-align: middle;
        }
    }
}

.profile-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    max-width: 1040px;
    margin: 54px auto 0;
    box-sizing: border-box;
}

.profile-block-mb-69 {
    margin: 69px auto 0;
    ;
}

.profile-text-box {
    width: 100%;
    background-color: #F7F7F7;
    padding: 35px 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
}

.profile-text-box-2 {
    padding: 25px 34px 24px 30px
}

.player-qa-section {
    max-width: 1040px;
    margin: 64px auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;

    .qa-block {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        text-align: left;
    }

    .qa-sub-title {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #009EB4;
        margin: 0;
        width: 100%;
        line-height: 1.77;
    }

    .qa-sub-title-2 {
        margin-top: 48px;
    }

    .qa-table {
        width: 100%;
        border-collapse: collapse;
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;

        tr {
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);

            &:last-child {
                border-bottom: none;
            }
        }

        th {
            width: 30%;
            background-color: #F7F7F7;
            color: #000000;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 700;
            padding: 12px;
            text-align: left;
            vertical-align: middle;
            line-height: 1.6;
        }

        td {
            background-color: #ffffff;
            color: #000000;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 400;
            /* 上下を対称にして vertical-align:middle が見た目どおり中央に揃うようにする */
            padding: 12px 21px;
            line-height: 1.6;
            vertical-align: middle;
        }

        .tr-last-pd td {
            padding: 12px 21px;
        }
    }
}

/* ナビ4ボタンからのアンカージャンプ時、固定ヘッダー（約112px）に隠れないよう
   各セクションにスクロール余白を付与。ヘッダー高さを変える場合はこの値も調整する */
.player-profile-section,
.player-qa-section,
.player-gallery-section,
.player-ambition-section {
    scroll-margin-top: 128px;
}

.player-gallery-section {
    max-width: 1040px;
    margin: 75px auto;
    width: 100%;
    box-sizing: border-box;

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 325px);
        justify-content: space-between;
        row-gap: 30px;
        column-gap: 32px;
    }

    .gallery-item {
        background-color: #5A5A5A;
        height: 183px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        transition: transform 0.2s ease, opacity 0.2s ease;
        cursor: pointer;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 4px;
            display: block;
            transition: transform 0.3s ease;
        }

        span {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0.05em;
        }

        &:hover {
            transform: scale(1.02);
            opacity: 0.95;

            img {
                transform: scale(1.05);
            }
        }
    }
}

.player-ambition-section {
    margin: 95px auto 0;
    width: 100%;
    height: 516px;
    background-image: url('../images/banner_container_1.webp');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;

    .ambition-banner-inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

    .ambition-content-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60%;
        padding-left: 179px;
        box-sizing: border-box;
        z-index: 2;
    }

    .ambition-badge {
        background-color: #009EB4;
        width: 363px;
        height: 65px;
        color: #ffffff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 30px;
        font-weight: 700;
        clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0 50%);
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .ambition-quote-box {
        position: relative;
        padding: 30px 80px;
        display: inline-block;
        text-align: center;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 612px;
    }

    .bracket {
        position: absolute;
        width: 30px;
        height: 30px;
        border: 4px solid #ffffff;
        box-sizing: border-box;

        &.tl {
            top: 0;
            left: 0;
            border-right: none;
            border-bottom: none;
        }

        &.tr {
            top: 0;
            right: 0;
            border-left: none;
            border-bottom: none;
        }

        &.bl {
            bottom: 0;
            left: 0;
            border-right: none;
            border-top: none;
        }

        &.br {
            bottom: 0;
            right: 0;
            border-left: none;
            border-top: none;
        }
    }

    .ambition-text {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #ffffff;
        margin: 0;
        text-align: center;
        white-space: nowrap;

        p{
            color:inherit;
        }
    }

    .ambition-player-image {
        position: absolute;
        right: 88px;
        bottom: 0;
        width: 636px;
        height: 516px;
        z-index: 1;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
            display: block;
        }
    }
}

.player-other-section {
    width: 100%;
    max-width: 1440px;
    height: 770px;
    margin: 0 auto;
    background-image: url('../images/banner_container_2.webp');
    background-size: cover;
    background-position: center;
    padding: 65px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;

/*     .topteam_inner {
        width: 100%;
    } */
	 .topteam_inner {
        width: 100%;
        padding: 0 !important;
    }

    .topteam_nav-prev {
        left: 10px !important;
    }

    .topteam_nav-next {
        right: 10px !important;
    }


    .other-title {
        font-family: "peckham-press", "Peckham Press", sans-serif;
        font-size: 55px;
        font-weight: 400;
        color: #001B5B;
        text-align: center;
        margin: 0 0 8px 0;
        letter-spacing: 0.02em;
        line-height: 1;
    }

    .other-subtitle {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #001B5B;
        text-align: center;
        margin: 0 0 45px 0;
    }

    .other-carousel-container {
        width: 100%;
        overflow: hidden;
        padding: 10px 0;
    }

    .other-carousel-track {
        display: flex;
        gap: 41px;
        justify-content: center;
        width: max-content;
        margin: 0 auto;
    }

    .other-card {
        width: 290px;
        height: 413px;
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(0, 27, 91, 0.08);
        display: flex;
        flex-direction: column;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        text-decoration: none;

/*         &:hover {
            transform: translateY(-8px);
            box-shadow: 0 16px 36px rgba(0, 27, 91, 0.16);

            .other-card-btn {
                background-color: #001B5B;
                color: #ffffff;
            }
        } */
    }

    .other-card-media {
        position: relative;
        width: 290px;
        height: 300px;
        overflow: hidden;
    }

    .other-card-number-wrap {
        position: absolute;
        left: 20px;
        top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1;
        z-index: 2;
    }

    .other-card-number {
        font-family: "peckham-press", sans-serif;
        font-size: 42px;
        font-weight: 400;
        color: #001B5B;
        line-height: 0.9;
    }

    .other-card-position {
        font-family: "peckham-press", sans-serif;

        font-size: 15px;
        font-weight: 400;
        color: #001B5B;
        margin-top: 2px;
    }

    .other-card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
    }

    .other-card-content {
        padding: 20px 0 0 16px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        box-sizing: border-box;
    }

    .other-card-name-kanji {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #04003B;
        margin: 0 0 8px 0;
        line-height: 1;
    }

    .other-card-name-romaji {
        font-family: "peckham-press", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #001B5B;
        margin: 0;
        text-transform: uppercase;
        line-height: 1;
    }

    .other-card-btn {
        position: absolute;
        right: 24px;
        bottom: 20px;
        border: 1px solid #001B5B;
        border-radius: 99px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: #001B5B;
        padding: 4px 12px;
        transition: background-color 0.2s, color 0.2s;
        white-space: nowrap;
        line-height: 1.2;
    }
}

.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: fadeInModal 0.25s ease-out;
}

.gallery-modal-content {
    position: relative;
    max-width: 100%;
    max-height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.gallery-modal-image-wrap {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    max-width: 1040px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: zoomInModal 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-modal-image-wrap img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    display: block;
    transition: opacity 0.18s ease-in-out, transform 0.18s ease-in-out;
    opacity: 1;
    transform: scale(1);
}

.gallery-modal-image-wrap img.is-transitioning {
    opacity: 0;
    transform: scale(0.97);
}

.gallery-modal-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 99px;
    letter-spacing: 0.05em;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.gallery-modal-content .topteam_nav {
    position: static;
    transform: none;
    flex-shrink: 0;
    background: #009EB4;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s, transform 0.2s;
}

.gallery-modal-content .topteam_nav span {
    width: 14px;
    height: 14px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    display: block;
}

.gallery-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 48px;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    line-height: 1;
    z-index: 10000;
}

.gallery-modal-close:hover {
    transform: scale(1.1);
    color: #009EB4;
}

@keyframes fadeInModal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomInModal {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
    }
}

.team-staff-nav.information-nav {
    margin-top: 52px;
    margin-bottom: 63px;
}

.team-staff-category-title.information-category-title {
    margin-bottom: 40px;
}

.information-category-title.mobile-profile-title {
    display: none !important;
}

.topteam_link.btn-information {
    margin-top: 60px;
}

.team-staff-bottom-grid.information-bottom-grid {
    margin-top: 79px;
    row-gap: 36px;
    column-gap: 40px;
}

.information-breadcrumb .mobile-breadcrumb {
    display: none !important;
}

/* タブレット〜小さめPC：選手画像を右端に逃がして抱負との重なりを抑える */
@media (min-width: 769px) and (max-width: 1240px) {
    .player-ambition-section {
        .ambition-content-wrap {
            /* 左余白を詰めて抱負を画像から遠ざける */
            padding-left: clamp(24px, 6vw, 60px);
        }

        .ambition-quote-box {
            width: 512px;
            padding: 30px 48px;
        }

        .ambition-player-image {
            right: 0;
            /* 画面幅に応じて縮小し、抱負テキストへの食い込みを抑える */
            width: min(636px, 44vw);
            height: 100%;

            img {
                /* 幅が縮んでも選手が右下に寄るようにする */
                object-position: top;
            }
        }
    }
}

@media (max-width: 768px) {
    .container_1040 {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .info-page-match-banner {
        display: block;
    }

    .team-info-banner-section {
        height: 338px;
        min-height: auto;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;

        .team-info-banner-inner {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
        }

        .team-info-banner-content-wrap {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 75%;
            height: 86px;
            display: flex;
            align-items: center;
            padding-left: 20px;
            gap: 10px;
            z-index: 2;
            transform: none;
            top: auto;
        }

        .player-banner-number-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            .player-banner-number {
                font-size: 44px;
                line-height: 1;
            }

            .player-banner-position {
                font-size: 15px;
                margin-top: 3px;
            }
        }

        .player-banner-name-wrap {
            display: flex;
            flex-direction: column;
            gap: 0;

            .player-banner-name-kanji {
                font-size: 26px;
                line-height: 1;
                margin-bottom: 5px;
            }

            .player-banner-name-romaji {
                font-size: 20px;
                line-height: 1;
            }
        }

        .team-info-banner-image {
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            z-index: 1;

            img {
                width: auto;
                height: 100%;
                object-fit: cover;
                display: block;
            }
        }
    }

    .player-profile-section {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        box-sizing: border-box;

        .player-profile-table {
            tr {
                height: auto;

                &:last-child {
                    height: 47px;
                }
            }

            th {
                width: 170px;
                padding: 13px 10px 12px 14px;
                font-size: 11px;
            }

            td {
                padding: 13px 0 12px 12px;
                font-size: 11px;
            }
        }
    }

    .profile-block {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .profile-text-box {
        padding: 14px 12px 13px 12px;
        font-size: 11px;
    }

    .player-qa-section {
        margin: 0 auto;
        gap: 0;
        padding: 0;
        box-sizing: border-box;

        .qa-block {
            gap: 10px;
        }

        .qa-sub-title {
            font-size: 16px;
        }

        .qa-sub-title-2 {
            margin-top: 17px;
        }

        .qa-table {
            tr {
                height: 112px;
            }

            th {
                width: 140px;
                padding: 34px 12px;
                font-size: 14px;
                border-right: 1px solid rgba(0, 0, 0, 0.08);

                br {
                    display: inline;
                }
            }

            td {
                padding: 12px 21px;
                font-size: 14px;

                p{
                    word-break:break-all;
                }
            }

            .tr-last-pd td {
                padding: 12px 21px 12px;
            }
        }
    }

    .player-gallery-section {
        margin: 0 auto 40px;
        padding: 0;
        box-sizing: border-box;

        .gallery-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .gallery-item {
            height: auto;
            aspect-ratio: 325 / 183;
            width: 100%;

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

    .player-ambition-section {
        margin: 60px auto 0;
        height: 535px;
        padding: 40px 20px 0;
        box-sizing: border-box;

        .ambition-banner-inner {
            justify-content: center;
            align-items: flex-start;
        }

        .ambition-content-wrap {
            width: 100%;
            padding-left: 0;
            align-items: center;
            z-index: 2;
        }

        .ambition-badge {
            width: 207px;
            height: 37px;
            font-size: 17px;
            padding: 8px 35px;
            margin-bottom: 28px;
            clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0 50%);
        }

        .ambition-quote-box {
            padding: 42px 60px;
            width: 100%;
            height: 114px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .bracket {
            width: 16px;
            height: 30px;
            border-width: 4px;
        }

        .ambition-text {
            font-size: 20px;
            font-weight: 700;
            white-space: nowrap;
        }

        .ambition-player-image {
            display: block;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 290px;
            height: 310px;
            z-index: 1;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
        }
    }

    .player-other-section {
        margin: 0 auto;
        height: auto;
        padding: 30px 0 32px !important;

        .topteam_inner {
            position: relative;
            width: 100%;
        }

        .topteam_nav {
            display: inline-flex !important;
            width: 23px;
            height: 23px;
            top: 50%;
        }

        .info-nav-arrow {
            width: 8px !important;
            height: 8px !important;
        }

        .topteam_carousel {
            scroll-padding: 0 40px !important;
        }

        .topteam_card {
            scroll-snap-align: center !important;
        }

        .other-title {
            font-size: 32px;
        }

        .other-subtitle {
            font-size: 14px;
            margin-bottom: 25px;
        }

        .other-carousel-container {
            overflow-x: auto;
            padding: 10px 20px;
            display: flex;
            box-sizing: border-box;
            scrollbar-width: none;

            &::-webkit-scrollbar {
                display: none;
            }
        }

        .other-carousel-track {
            justify-content: flex-start;
            gap: 20px;
            margin: 0;
        }

        .other-card {
            flex: 0 0 211px !important;
            width: 211px !important;
            height: 300px !important;
            box-shadow: 0 4px 16px rgba(0, 27, 91, 0.06);

            .other-card-media {
                width: 211px !important;
                height: 218px !important;
            }

            .other-card-number-wrap {
                left: 15px;
                top: 15px;
            }

            .other-card-number {
                font-size: 32px;
            }

            .other-card-position {
                font-size: 12px;
                margin-top: 1px;
            }

            .other-card-img {
                width: 100% !important;
                height: 100% !important;
                object-fit: cover !important;
            }

            .other-card-content {
                width: 211px !important;
                height: 82px !important;
                padding: 10px 10px 0 10px;
                box-sizing: border-box;
                flex: none !important;
            }

            .other-card-name-kanji {
                font-size: 18px;
                margin-bottom: 4px;
            }

            .other-card-name-romaji {
                font-size: 10px;
            }

            .other-card-btn {
                right: 10px;
                bottom: 10px;
                padding: 3px 8px;
                font-size: 8px;
            }
        }
    }

    .gallery-modal-content {
        flex-direction: column;
        gap: 15px;
        width: 95%;
        padding-bottom: 60px;
    }

    .gallery-modal-image-wrap {
        padding: 10px;
    }

    .gallery-modal-image-wrap img {
        max-height: 50vh;
    }

    .gallery-modal-content .topteam_nav {
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 0;
    }

    .gallery-modal-content .topteam_nav-prev {
        left: 20%;
        transform: translateX(-50%);
    }

    .gallery-modal-content .topteam_nav-next {
        right: 20%;
        transform: translateX(50%);
    }

    .gallery-modal-close {
        top: 20px;
        right: 20px;
        font-size: 40px;
    }

    .team-staff-nav.information-nav {
        margin-top: 24px;
        margin-bottom: 30px;
    }

    .team-staff-category-title.information-category-title {
        margin-top: 40px;
        margin-bottom: 19px;
    }

    .information-category-title {
        font-size: 25px !important;
    }

    .information-category-title.pc-profile-title {
        display: none !important;
    }

    .information-category-title.mobile-profile-title {
        display: inline-flex !important;
    }

    .topteam_link.btn-information {
        margin-top: 27px;
    }

    .team-staff-bottom-grid.information-bottom-grid {
        column-gap: 10px;
        margin-top: 40px;
    }

    .information-breadcrumb .pc-breadcrumb {
        display: none !important;
    }

    .information-breadcrumb .mobile-breadcrumb {
        display: flex !important;
        font-size: 8px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .information-breadcrumb .mobile-breadcrumb a,
    .information-breadcrumb .mobile-breadcrumb span,
    .information-breadcrumb .mobile-breadcrumb .match-breadcrumb-separator,
    .information-breadcrumb .mobile-breadcrumb .match-breadcrumb-current {
        font-size: 8px !important;
        color: #000000 !important;
    }
}