/* -----------------------------------------------------------------------------
**
** PCマスチョ一覧 CSS
**
----------------------------------------------------------------------------- */

.TOL-masters-choice-PC {
    font-family: Noto sans jp, "roboto";
    width: 100%;
    margin-bottom: 40px;
    min-width: 1080px;
    overflow-wrap: anywhere;
}

.TOL-masters-choice-PC-background-image {
    background-image: url(../img/masters_choice_background.JPG);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 320px;
}

.TOL-masters-choice-PC-container {
    max-width: 1400px;
    width: 80%;
    min-width: 840px;
    margin: 0 auto;
    background-color: white;
    border-radius: 6px;
    margin-top:-190px;
}

/*ヘッダー部分*/
.TOL-masters-choice-PC-header-container {
}

/*タイトル部分*/
.TOL-masters-choice-PC-title-container {
    display: flex;
    align-items: center;
    padding: 12px 36px;
    gap: 18px;
}

    .TOL-masters-choice-PC-title-container .section-lead-title-container {
        gap: 16px;
    }

.TOL-masters-choice-PC-title-icon img {
    width: 56px;
}

/*エラーメッセージ*/
.TOL-masters-choice-PC-error-message {
    margin: 0 auto;
    padding: 12px 36px 100px 36px;
    text-align:center;
}

/*初回ローディング*/
.TOL-masters-choice-PC-loading {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*ジャンルタグ部分*/
.TOL-masters-choice-PC-genre-nav-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 40px 16px 40px;
}

.TOL-masters-choice-PC-genre-tag {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 4px 4px 12px;
    border: 1.3px solid var(--tr-black);
}

    .TOL-masters-choice-PC-genre-tag::after {
        content: '';
        display: inline-block;
        width: 11px;
        height: 11px;
        margin-left: 8px;
        margin-right:4px;
        background-image: url('/https/cdfront.tower.jp/item/img/arrow-red-right_icon_medium.svg');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .TOL-masters-choice-PC-genre-tag:hover {
        background: var(--tr-light-gray);
    }

    /*ジャンルが選択されている時*/
    .TOL-masters-choice-PC-genre-tag.is-active {
        background-color: var(--tr-yellow);
    }

        .TOL-masters-choice-PC-genre-tag.is-active:hover {
            background: var(--tr-yellow-hover);
        }

/*スタッフプロフィール部分*/
.TOL-masters-choice-PC-staff-profile-container {
    background-color: var(--tr-gray);
    display: flex;
    padding: 16px 32px;
    border-radius: 6px;
    margin-bottom: 36px;
}


.TOL-masters-choice-PC-staff-profile-left-container {
    display: flex;
    align-items: center;
    width: 35%;
    min-width:35%;
}

.TOL-masters-choice-PC-staff-profile-img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}

.TOL-masters-choice-PC-staff-profile-name {
    margin: 0 24px;
}

.TOL-masters-choice-PC-staff-profile-border {
    border-left: 2px solid var(--tr-dark-gray);
}

.TOL-masters-choice-PC-staff-profile-right-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 18px;
}

.TOL-masters-choice-PC-staff-profile-info-container {
    display: flex;
    align-items: flex-start;
}

.TOL-masters-choice-PC-staff-profile-info-item {
    width: 180px;
    margin-top: 4px;
    flex-shrink: 0;
}

.TOL-masters-choice-PC-staff-profile-info-content {
    flex-grow: 1;
}

.TOL-masters-choice-PC-staff-profile-nmnl-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    list-style: none;
    width: 100%;
}

.TOL-masters-choice-PC-staff-profile-nmnl-img {
    aspect-ratio: 1 / 1;
    width: 100%;
}

    .TOL-masters-choice-PC-staff-profile-nmnl-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .TOL-masters-choice-PC-staff-profile-nmnl-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border: 1px solid var(--tr-dark-gray);
        background-color: white;
    }

/*記事一覧部分*/
.TOL-masters-choice-PC-article-list-container {
}

.TOL-masters-choice-PC-article-list-title {
    margin: 12px 2px;
}

.TOL-masters-choice-PC-article-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.TOL-masters-choice-PC-article-list-item-container {
    border: 1px solid var(--tr-medium-gray);
    border-radius: 6px;
    width: 100%;
    min-height: 182px;
}

.TOL-masters-choice-PC-article-list-item-loading-container {
    width: 100%;
    min-height: 182px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TOL-masters-choice-PC-article-list-item-contents-container {
    display: flex;
    align-items: flex-start;
    margin: 24px 50px 4px 56px;
}

.TOL-masters-choice-PC-article-list-item-text {
    margin-right: 18px;
    width: 65%;
    text-align: justify;
}

.TOL-masters-choice-PC-article-list-item-img {
    width: 120px;
    height: 120px;
    border: 1px solid var(--tr-dark-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}
    .TOL-masters-choice-PC-article-list-item-img a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .TOL-masters-choice-PC-article-list-item-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.TOL-masters-choice-PC-article-list-item-info-container {
    margin-left: 12px;
    width: 25%;
}

.TOL-masters-choice-PC-article-list-item-info-genre.common-tag {
    border: 1.3px solid var(--tr-black);
    padding: 0 12px;
    margin-bottom: 6px;
}

.TOL-masters-choice-PC-article-list-item-info-title {
}

.TOL-masters-choice-PC-article-list-item-info-artist {
}

.TOL-masters-choice-PC-article-list-item-info-link {
    margin-top: 12px;
}

    .TOL-masters-choice-PC-article-list-item-info-link img {
        padding-left:6px;
        height:11px;
    }

.TOL-masters-choice-PC-article-list-item-footer {
    text-align: right;
    margin: 4px 16px 8px 16px;
}

/*ページネーション部分*/
.TOL-masters-choice-PC-pagination-container {
    width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}

.common-pagination-button.is-large {
    width: 35px;
    height: 35px;
}

.TOL-masters-choice-PC-pagination-container .common-pagination-prev img,
.TOL-masters-choice-PC-pagination-container .common-pagination-next img {
    height: 11px;
    padding-right: 10px;
    padding-left: 10px;
}

.TOL-masters-choice-PC-pagination-container .common-pagination-prev.is-inactive img,
.TOL-masters-choice-PC-pagination-container .common-pagination-next.is-inactive img {
    filter: brightness(0) saturate(100%) invert(70%);
}

/*blazorで接続が切れたときのエラー表示を非表示に*/
#components-reconnect-modal {
    display: none !important;
}