/* -----------------------------------------------------------------------------
**
** PC検索結果（アーティスト）CSS
**
----------------------------------------------------------------------------- */
/* ** 「マッチングで絞込み検索」用　CSS ** */
.TOL-artist-search-result-PC-refine-search-matching-block {
    max-width: 1400px;
    margin: auto;
    background: var(--tr-gray);
    padding: 10px;
}

.TOL-artist-search-result-PC-refine-search-matching-title {
    margin: 8px 0px 8px 12px;
    display: flex;
    align-items: center;
}
.TOL-artist-search-result-PC-refine-search-matching-deselect {
    margin-left: 12px;
}
.TOL-artist-search-result-PC-refine-search-matching-tags {
    margin: 0px 0px 0px 12px;
}

/* ** 「検索語ハイライト」用　CSS ** */
.TOL-artist-search-result-PC-high-light-text {
    min-width: 80px;
    margin-left: 10px;
    display: flex;
}

.TOL-artist-search-result-PC-high-light-switch {
    margin-right: 15px;
}

.TOL-artist-search-result-PC-list {
    max-width: 1400px;
    margin: auto;
    height: 55px;
    padding: 0px 0px 0px 12px;
}

.TOL-artist-search-result-PC-list:hover {
    background: var(--tr-light-gray);
}

.TOL-artist-search-result-PC-item {
    max-width: 1380px;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0px 8px;
    justify-content: space-between;
    border-bottom: 1.5px solid var(--tr-gray);
}

.artist-search-result-item {
    font-size: 16px;
    font-weight: bold;
    color: var(--tr-black);
}

.search-high-light {
    background: var(--tr-yellow);
    padding: 0px 2px;
}

/* 次へ・前へボタン */
.arrow-icon-right {
    width: 6px;
    margin-right: 10px;
}
.arrow-icon-pagination-next {
    width: 6px;
    margin-left: 10px;
}
.arrow-icon-pagination-prev {
    width: 6px;
    margin-right: 10px;
}
.common-slider-btn .is-inactive img,
.common-pagination .is-inactive img{
    filter: brightness(0) saturate(100%) invert(70%);
}

/* ** 「閲覧履歴からのおすすめアーティスト」枠用　CSS ** */
.TOL-artist-search-result-PC-recommended-artist-browsing-history {
    background: var(--tr-gray);
}

.TOL-artist-search-result-PC-recommended-artist-browsing-history-block {
    max-width: 1400px;
    margin: auto;
    padding: 20px 0px;
}

.TOL-artist-search-result-PC-recommended-artist-browsing-history-title {
    min-width: 215px;
    margin: 0px 0px 8px 12px;
}

.TOL-artist-search-result-PC-recommended-artist-browsing-history-words {
    max-width: 1400px;
    display: flex;
    margin: 0px 0px 0px 12px;
}

.common-square-small-button.artist-browsing-history-words {
    white-space: normal;
    text-align: left;
}