/* -----------------------------------------------------------------------------
**
** レコメンド用CSS（PC/SP）
**
----------------------------------------------------------------------------- */

body * {
    font-family: "roboto",Noto Sans JP,noto-sans-cjk-jp;
}

/* 検索結果画面で文字色が青くなる現象に対応 */
.common-slider a:link {
    color: var(--tr-black);
    text-decoration: none;
}


/* タイトル */
.section-lead-title-container.is-left{
    margin-left: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 75px;
}
.section-title-main,
.section-title-sub {
    margin-left: 10px;
}
.TOL-top-PC-recommend-frame .section-lead-title-container .is-section-title {
    margin-right: 7px;
}
.TOL-top-PC-recommend-frame .section-lead-title-container .section-title-sub {
    margin-left: 7px;
}

/* デザインサンプルの区切り、最終的に不要 */
.recommend-separator{
    padding-top: 57px;
}
.recommend-separator p{
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 2;
    background: lightcyan;
}

/* 金額位置調整 */
.recommend-price{
    margin-top: -1px;
}

/* 閲覧履歴、知らない商品を～ */
.recommend-title{
    margin-left: 75px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 75px;
}

/* 最近チェックしたアーティスト */
.recommend-title-artist-PC{
    display: flex;
    justify-content: center;
}
.recommend-title-artist-SP{
    display: flex;
    justify-content: left;
    display: none;
}

/* このアーティストを見ている人は～ */
.recommend-title-artist-look-PC{
    display: flex;
    justify-content: center;
}
.recommend-title-artist-look-SP{
    display: flex;
    justify-content: left;
    display: none;
}

/* ✕ボタン レコメンド共通*/
.recommend-close-btn{
    width:27px;
    height:27px;
    border-radius:50%;
    background:rgba(0, 0, 0, 0.411);
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 0;
}
.recommend-close-btn span{
    font-weight: bold;
    color: rgba(255, 255, 255, 0.562);
    text-align:center;
    font-size: 19px;
    position: relative;
    top: 1.5px;
}
.recommend-close-btn:hover{
   background:rgba(52, 52, 52, 0.822);
}
/* ホバーは851px以上 */
@media screen and (min-width: 851px) {
    .tr-item-block:hover .recommend-close-btn {
        opacity: 1;
    }
}
.material-symbols-outlined.close {
    font-variation-settings:
    'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 20
}

/* ジャンル */
.common-tag.is-black.is-light {
    border: 1px solid var(--tr-black);
    background: white;
}

/* アーティスト名 （最近チェックしたアーティスト）*/
.recommend-item-box {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1000px;
    flex-wrap: wrap;
    justify-content: center;
}
.recommend-item-box div{
    padding: 3px 10px;
    display:flex;
    flex-direction:column;
    font-size: 12px;
}

/* アーティスト名 （このアーティストを見ている人～）*/
.recommend-item-box-artist-look {
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1000px;
    flex-wrap: wrap;
    justify-content: center;
}
.recommend-item-box-artist-look div{
    padding: 3px 10px;
    display:flex;
    flex-direction:column;
    font-size: 14px;
}
.section-title-bottomline-container-h2 {
  display: inline-flex;
  position: relative;
}
.section-title-bottomline-container-h2::after {
    position: absolute;
    content: "";
    background-color: var(--tr-red);
    width: 20px;
    height: 3px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}

/* 記事ページ用 */
/* 親ID指定（contentsArea09base） */
#contentsArea09base .common-slider-container {
    .tr-item-block {
        width: calc(27.8% - 12px);
        min-width: calc(27.8% - 12px);
    }
    @media screen and (max-width: 850px) {
       .tr-item-block {
            width: calc(40% - 6px);
            min-width: calc(40% - 6px);
        }
    }
    .common-slider-next-button,
    .common-slider-prev-button {
        border: 0px solid;
    }
    .common-slider-next-button:hover,
    .common-slider-prev-button:hover {
        background: transparent;
        opacity: .6;
    }
    .common-slider-prev-button > span {
        margin-right: -17px;
        font-size: 48px;
    }
    .common-slider-next-button > span {
        margin-right: 17px;
        font-size: 48px;
    }
}

/* 検索履歴からのおすすめアーティスト */
.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;
}

.TOL-artist-search-result-SP-recommended-artist-browsing-history-title-block {
    background: var(--tr-gray);
    margin-bottom: 8px;
}
.TOL-artist-search-result-SP-recommended-artist-browsing-history-title {
    padding: 6px 8px;
    margin-left: 12px;
}
.TOL-artist-search-result-SP-recommended-artist-browsing-history-words {
    margin: 0px 0px 0px 12px;
}
.common-square-small-button.artist-browsing-history-words {
    white-space: normal;
    text-align: left;
}


/* スマホ用 */
@media screen and (max-width: 850px) {
    .section-lead-title-container.is-left {
        margin-left: 0px;
    }
}

@media screen and (max-width: 850px) {
    .recommend-title {
        margin-left: 10px;
    }
}

@media screen and (max-width: 850px) {
    .recommend-title-artist-PC {
        display: none;
    }
    .recommend-title-artist-SP {
        display: block;
    }
    .recommend-item-box {
        width: 100%;
        margin-top: 13px;
    }
}

@media screen and (max-width: 850px) {
    .recommend-title-artist-look-PC {
        display: none;
    }
    .recommend-title-artist-look-SP {
        display: block;
    }
    .recommend-item-box-artist-look {
        justify-content: left;
        width: 100%;
        margin-top: 13px;
    }
}

/* レコメンド共通 */
@media screen and (max-width: 850px) {
    .recommend-close-btn {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.411);
        position: absolute;
        right: 8px;
        top: 8px;
        opacity: 0;
    }
    .recommend-close-btn.toutch-hover {
        opacity: 1;
    }
}
