﻿/* -----------------------------------------------------------------------------
**
** SP 検索サジェスト用CSS
**
----------------------------------------------------------------------------- */


.TOL-header-SP-Suggest-Area * {
    font-family: "roboto", noto-sans-cjk-jp;
}

/* サジェストエリア */
.TOL-header-SP-Suggest-Area {
    width: 100%;
    position: absolute;
    background: white;
    top: 61px;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 136px);
    z-index: 1;
    overscroll-behavior-y: contain;
}
    /* 項目 */
    .TOL-header-SP-Suggest-Area span {
        font-size: 14px;
    }

    .TOL-header-SP-Suggest-Area ul {
        list-style: none;
        margin: 2px 18px 0px 18px;
        overflow-wrap: break-word;
    }
        /* 検索対象文字 */
        .TOL-header-SP-Suggest-Area ul span {
            color: var(--tr-red);
            font-size: 14px;
            font-weight: bold;
        }

    .TOL-header-SP-Suggest-Area li + li {
        border-top: 1px solid #dfdfdf;
    }

    .TOL-header-SP-Suggest-Area li a {
        display: block;
        box-sizing: border-box;
        text-decoration: none;
        padding: 12px 1px 12px 1px;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        color: black;
    }

.TOL-header-SP-Suggest-liKeyword {
    width: 100%;
}
/* 件数 */
.TOL-header-SP-Suggest-liCount {
    width: 78px;
    display: flex;
    justify-content: flex-end
}

    .TOL-header-SP-Suggest-liCount a {
        color: var(--tr-medium-gray);
    }

/* リスト下部 */
.TOL-header-SP-Suggest-Area hr {
    border-top: 1px solid #dfdfdf;
    margin: 0px 18px;
}

.TOL-header-SP-Suggest_p {
    margin: 10px 18px 23px 18px;
    display: flex;
    justify-content: flex-end
}

    .TOL-header-SP-Suggest_p a {
        color: var(--tr-deep-gray);
    }

    .TOL-header-SP-Suggest_p img {
        width: 12px;
        margin: 2px 0 0 7px;
    }

/* タイトル */
.TOL-header-SP-Suggest-inner-title {
    width: 100%;
}
/* アーティスト名 */
.TOL-header-SP-Suggest-inner-artist-name {
    width: 100%;
}
/* 商品 */
.TOL-header-SP-Suggest-inner-item {
    width: 100%;
}

    .TOL-header-SP-Suggest-inner-item ul {
        margin-top: 3px;
    }

    .TOL-header-SP-Suggest-inner-item li {
        display: flex;
    }

/* アーティスト情報 */
.TOL-header-SP-Suggest-inner-artist-info {
    width: 100%;
}
/* 関連 */
.TOL-header-SP-Suggest-inner-connect {
    width: 100%;
}

    .TOL-header-SP-Suggest-inner-connect ul {
        margin-top: 3px;
    }

    .TOL-header-SP-Suggest-inner-connect li {
        display: flex;
    }

/* 出品 */
.TOL-header-SP-Suggest-inner-listing {
    width: 100%;
}

    .TOL-header-SP-Suggest-inner-listing .TOL-header-SP-Suggest_p {
        margin-bottom: 110px;
    }
/* 20240124 karlpark 閉じる */
.TOL-suggest-detail-SP-close-button {
    position: absolute;
    width: 20px;
    right: 40px;
    top: 5px;
    height: 30px;
    font-size: 16px;
    color: var(--tr-black) !important;
}