﻿/* -----------------------------------------------------------------------------
**
** PC検索結果（商品）CSS
**
----------------------------------------------------------------------------- */
/* ** 「オススメ商品」枠用　CSS ** */
.TOL-item-search-result-PC-recommend-goods {
    background: var(--tr-gray);
    padding: 13px 0px 13px 0px;
}

.TOL-item-search-result-PC-recommend-goods-title {
    max-width: 1400px;
    margin: auto;
    display: flex;
    padding: 8px 8px 0px 12px;
}

.TOL-item-search-result-PC-recommend-goods-inner-line {
    max-width: 1400px;
    margin: auto;
    display: flex;
    padding: 10px 12px;
    column-gap: 20px;
    flex-wrap: wrap;
}

.TOL-item-search-result-PC-recommend-goods-inner {
    margin: auto;
    display: flex;
    padding: 7px 0px 7px 5px;
    align-items: center;
}

.TOL-item-search-result-PC-recommend-goods-img {
    width: calc(15.5% - 12px);
}

.TOL-item-search-result-PC-recommend-goods-item {
    width: calc(50% - 10px);
    background: white;
    margin: 10px 0;
}

.TOL-item-search-result-PC-recommend-goods-text {
    padding: 0px 17px 0px 17px;
    width: 82%;
}

/*PC：「オススメ商品」用画像サイズ*/
.is-size-recommend-goods {
    aspect-ratio: 1;
    object-fit: contain;
    flex-shrink: 0;
}

/* ** PC：「検索結果表示」枠用　CSS ** */
.TOL-item-search-result-PC-search-result-right-checkbox {
    padding: 0 4px;
}

.search-result-checkbox {
    accent-color: var(--tr-deep-gray);
    transform: scale(1.5);
    cursor: pointer;
}

.search-result-label {
    cursor: pointer;
    padding-left: 4px;
}

.tile-list-switching-button-group {
    display: flex;
    margin: 0 12px 0 10px;
}

.tile-list-switching-button {
    white-space: nowrap;
    padding: 3px 5px 3px 13px;
    border: 1px solid var(--tr-deep-gray);
}

.tile-button {
    border-radius: 3px 0 0 3px;
}

.list-button {
    border-radius: 0 3px 3px 0;
}

.tile-button.tile-select {
    background: var(--tr-deep-gray);
}

.list-button.tile-select {
    background: white;
    cursor: pointer;
}

.tile-button.list-select {
    background: white;
    cursor: pointer;
}

.list-button.list-select {
    background: var(--tr-deep-gray);
}

/* PC：「検索結果表示」タイル表示用　CSS */
.TOL-item-search-result-PC-result-tile-display-block {
    padding: 0 12px;
}

.TOL-item-search-result-PC-result-tile-display-line {
    max-width: 1400px;
    padding: 20px 0;
    column-gap: 15px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.TOL-item-search-result-PC-result-tile-display-item {
    width: calc(25% - 12px);
    padding: 10px 0;
}

.TOL-item-search-result-PC-result-tile-display-img {
    width: 100%;
}

.TOL-item-search-result-PC-result-tile-display-contents {
    padding: 10px 20px;
}

.TOL-item-search-result-PC-result-tile-display-contents-category {
    display: flex;
    margin-bottom: 3px;
    column-gap: 3px;
}

.TOL-item-search-result-PC-result-tile-display-contents-price-block {
    height: 60px;
    margin-bottom: 5px;
}

.TOL-item-search-result-PC-result-display-contents-price {
    display: flex;
    align-items: flex-end;
}

.tr-item-block-info-price.result-tile-display {
    margin-top: 0;
}

.TOL-item-search-result-PC-result-tile-display-contents-button-group {
    display: flex;
    flex-flow: column;
    row-gap: 3px;
}

/*PC：「検索結果表示」タイル用画像サイズ*/
.is-size-result-tile-display {
    aspect-ratio: 1;
    object-fit: contain;
}

/* PC：「検索結果表示」リスト表示用　CSS */
.TOL-item-search-result-PC-result-list-display-block {
    padding: 0 12px;
}

.TOL-item-search-result-PC-result-list-display-item {
    max-width: 1400px;
    padding: 20px 0;
    margin: auto;
    display: flex;
    border-bottom: 2.5px solid var(--tr-dark-gray)
}

.TOL-item-search-result-PC-result-list-display-img-block {
    width: calc(15.3%);
    margin-right: 15px;
}

.TOL-item-search-result-PC-result-list-display-contents-price-block{
    margin: 5px 0;
}

.TOL-item-search-result-PC-result-list-display-contents-price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.TOL-item-search-result-PC-result-list-display-contents-button-group {
    display: flex;
    column-gap: 10px;
}

.TOL-item-search-result-PC-result-list-display-contents-category {
    display: flex;
    margin-bottom: 5px;
    column-gap: 3px;
}

/*PC：「検索結果表示」リスト用画像サイズ*/
.is-size-result-list-display {
    aspect-ratio: 1;
    object-fit: contain;
}

/* PC：「検索結果表示」タイル・リスト表示用　CSS */
.TOL-item-search-result-PC-result-display-img {
    margin-bottom: 3px;
}

.result-display-contents-category-text {
    padding-right: 7px;
}

.TOL-item-search-result-PC-result-display-contents-off {
    padding: 0 5px 4px 0;
}

.TOL-item-search-result-PC-result-display-bulk-price-discount {
    padding: 0 3px 4px 0;
}

.TOL-item-search-result-PC-result-display-standard-price {
    padding: 0 15px 4px 0;
}

.TOL-item-search-result-PC-result-display-contents-point {
    padding: 0 0 2px 10px;
}

.TOL-item-search-result-PC-result-display-contents-tag {
    margin-bottom: 5px;
}

.TOL-item-search-result-PC-result-display-contents-info {
    margin-bottom: 5px;
}

.TOL-item-search-result-PC-result-display-contents-info-tag {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px; /* 国内との間隔 */
}

.TOL-item-search-result-PC-result-display-contents-info-text {
    background-color: var(--tr-gray);
    padding: 6px 8px 8px 8px;
    margin-bottom: 5px;
}

.TOL-item-search-result-PC-result-display-contents-button {
    flex: 0 0 calc(33% - 2.8px);
}

.common-main-button.display-contents-button {
    border-radius: 5px;
    height: 41px;
    text-align: start;
}

.common-main-button.display-contents-button.show-market-button {
    border: 2.5px solid var(--tr-dark-gray);
}

.common-main-button.is-blue {
    background: var(--tr-blue);
}

.common-main-button-img.mpp_icon {
    height: 22px;
}

.material-symbols-outlined.is-white {
    color: white;
}

/* ** PC：「商品をさらに絞り込む」枠用　CSS ** */
.TOL-item-search-result-PC-narrow-down-items {
    max-width: 1400px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    padding: 0 12px;
}

.narrow-down-items-accordion {
    display: none;
}



.TOL-item-search-result-PC-narrow-down-items-button-open {
    height: 32px;
    background: var(--tr-black);
    align-items: center;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.TOL-item-search-result-PC-narrow-down-items-button-open-text {
    padding-bottom: 2px;
    user-select: none;
}

.TOL-item-search-result-PC-narrow-down-items-button-open-icon {
    user-select: none;
}

.material-symbols-outlined.narrow-down-items-open {
    color: var(--tr-light-gray);
    transform: rotate(180deg);
    font-size: 38px;
    font-variation-settings: 'wght' 200;

}

.is-light-gray {
    color: var(--tr-light-gray);
}


/* 「商品をさらに絞り込む」押下時の動作 */
.narrow-down-items-accordion:checked+.TOL-item-search-result-PC-narrow-down-items-button-open+.TOL-item-search-result-PC-narrow-down-items-block {
    max-height: 3000px;
    transition: all 1.3s;
}

.narrow-down-items-accordion:checked+.TOL-item-search-result-PC-narrow-down-items-button-close-text+.TOL-item-search-result-PC-narrow-down-items-block {
    max-height: 0;
    overflow: hidden;
}

.narrow-down-items-accordion:checked~#narrow-down-items-open #narrow-down-items-Arrow {
    transform: rotate(0deg);
    transform-origin: center center;
}

/* 「商品をさらに絞り込む」　アコーディオン内 */
.TOL-item-search-result-PC-narrow-down-items-contents-block {
    padding: 15px;
}

.TOL-item-search-result-PC-narrow-down-items-title-block {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.TOL-item-search-result-PC-narrow-down-items-title {
}
.TOL-item-search-result-PC-narrow-down-items-deselect {
    margin-left: 18px;
}

.TOL-item-search-result-PC-narrow-down-items-words {
    padding-left: 44px;
}

.common-square-small-button.narrow-down-items-words {
    white-space: normal;
    text-align: left;
    padding: 4px 8px;
}

.TOL-item-search-result-PC-narrow-down-items-narrowing-contents-block {
    max-height: 300px;
    overflow-y: scroll;
}

.TOL-item-search-result-PC-narrow-down-items-narrowing-contents-block::-webkit-scrollbar {
    background: var(--tr-dark-gray);
    width: 2px;
}

.TOL-item-search-result-PC-narrow-down-items-narrowing-contents-block::-webkit-scrollbar-thumb {
    background: var(--tr-red);
}

.TOL-item-search-result-PC-narrow-down-items-narrowing-contents {
    margin-bottom: 20px;
}

.TOL-item-search-result-PC-narrow-down-items-sub-category-block {
    padding: 0 5px 15px 0;
}

.TOL-item-search-result-PC-narrow-down-items-sub-title {
    margin-bottom: 7px;
}

.TOL-item-search-result-PC-narrow-down-items-more-show-button {
    padding-bottom: 10px;
}

.TOL-item-search-result-PC-narrow-down-button-block {
    display: flex;
    justify-content: center;
    margin: 20px 0 5px 0;
}

.TOL-item-search-result-PC-narrow-down-button {
    margin: auto;
    width: 280px;
}

/* ** アーティスト名で絞り込む モーダル CSS ** */
.TOL-item-search-result-PC-narrow-modal {
    background: var(--tr-black-translucent);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    z-index: 2;
}

.TOL-item-search-result-PC-narrow-modal-block {
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 740px;
    padding: 10px;
    border-radius: 3px;
}

.TOL-item-search-result-PC-narrow-modal-top-close-button {
    margin: 5px;
    text-align: right;
}

.TOL-item-search-result-PC-close-button {
    color: var(--tr-medium-gray);
    font-weight: bold;
    width: 36px;
    margin: auto;
}

.TOL-item-search-result-PC-close-button .material-symbols-outlined {
    font-variation-settings: 'wght' 400;
}

.TOL-item-search-result-PC-narrow-modal-result {
    margin: 0px 50px;
}

.TOL-item-search-result-PC-narrow-modal-result-title {
    text-align: center;
    padding-bottom: 30px;
}

.TOL-item-search-result-PC-narrow-modal-result-line {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.TOL-item-search-result-PC-narrow-modal-result-contents {
    background-color: var(--tr-gray);
    padding: 20px 15px;
}

.TOL-item-search-result-PC-narrow-modal-result-contents-checkbox {
    overflow-y: scroll;
    height: 360px;
}

.TOL-item-search-result-PC-narrow-modal-result-contents-checkbox::-webkit-scrollbar {
    background: var(--tr-dark-gray);
    width: 2px;
}

.TOL-item-search-result-PC-narrow-modal-result-contents-checkbox::-webkit-scrollbar-thumb {
    background: var(--tr-red);
}

.TOL-item-search-result-PC-narrow-modal-bottom-buttons {}

.TOL-item-search-result-PC-narrow-modal-no-display {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.TOL-item-search-PC-cancel-block {
    margin: -5px 30px 30px 30px;
    text-align: center;
}

.TOL-item-search-PC-close-block {
    margin: 30px 30px 35px 30px;
    text-align: center;
}

.is-medium-gray {
    color: var(--tr-medium-gray);
}

.common-search-checkbox[type="checkbox"]+label {
    background: white;
    padding: 4px 8px;
}

.common-search-checkbox-field {
    word-break: break-all;
    position: relative;
}

/* ** PCタイル「関連出品アイテム」枠用　CSS ** */
.TOL-item-search-result-PC-result-tile-display-related-items {
    background: var(--tr-gray);
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid var(--tr-dark-gray);
    display: flex;
}

.TOL-item-search-result-PC-result-tile-display-related-items-line {
    max-width: 1400px;
    margin: auto;
    display: flex;
    padding: 10px 0px 10px 0px;
}

/* 「関連出品アイテム」枠用スライダーボタン */
.TOL-item-search-result-PC-related-items-button .common-slider-next-button,
.TOL-item-search-result-PC-related-items-button .common-slider-prev-button {
    border: 1px solid var(--tr-black);
    background: var(--tr-black);
    border-radius: 35px;
    width: 35px;
    height: 35px;

}

.TOL-item-search-result-PC-related-items-button .common-slider-next-button>span,
.TOL-item-search-result-PC-related-items-button .common-slider-prev-button>span {
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    color: var(--tr-light-gray);
}

.TOL-item-search-result-PC-related-items-button .common-slider-next-button:hover,
.TOL-item-search-result-PC-related-items-button .common-slider-prev-button:hover {
    background: var(--tr-black-hover);
}

.TOL-item-search-result-PC-related-items-button .material-symbols-outlined {
    font-variation-settings: 'wght' 400;
}

.TOL-item-search-result-PC-related-items-button {
    margin-right: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.TOL-item-search-result-PC-related-items-block {
    margin-right: 19px;
    width: 120px;
}

.TOL-item-search-result-PC-related-items-shipping-charge {
    padding: 0px 5px 5px 0px;
    display: flex;
    justify-content: right;
}

.TOL-item-search-result-PC-related-items-price {
    text-align: right;
    display: block;
    padding-right: 5px;
}

.TOL-item-search-result-PC-related-items-point {
    display: flex;
    justify-content: right;
}

.common-radius-tag.related-items {
    padding: 2px 8px;
}

.TOL-item-search-result-PC-related-items-words {
    padding: 15px 0px 15px 15px;
    width: 140px;
    flex-shrink: 0;
}

.TOL-item-search-result-PC-related-items-logo {
    width: 110px;
    height: 30px;
}

.TOL-item-search-result-PC-related-items-text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 600;
}


/* ** 検索結果差し込み「関連出品アイテム」枠用　CSS ** */
.TOL-item-search-result-PC-result-list-display-related-items {
    background: var(--tr-gray);
    padding: 15px 0px;
    border-bottom: 1px solid var(--tr-dark-gray);
    margin: auto;
}

.TOL-item-search-result-PC-result-list-display-related-items-title {
    display: flex;
    align-items: end;
}

.TOL-item-search-result-PC-result-list-display-related-items-logo {
    width: 150px;
}

.TOL-item-search-result-PC-result-list-display-related-items-line {
    max-width: 1400px;
    margin: auto;
    display: flex;
    padding: 7px 0px;
    justify-content: space-between;
}

.TOL-item-search-result-PC-result-list-display-related-items-img {
    width: calc(19% - 14px);
}

.TOL-item-search-result-PC-result-display-related-left-block {
    display: flex;
    padding-left: 20px;
}

/*PC：「関連出品アイテム」用画像サイズ*/
.is-size-related-items {
    aspect-ratio: 1;
    object-fit: contain;
}

.TOL-item-search-result-PC-result-list-display-related-items-text-block {
    padding: 20px 15px 0px 15px;
}

.TOL-item-search-result-PC-result-display-related-right-block {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-right: 20px;
}

.TOL-item-search-result-PC-result-list-display-related-items-price-block {
    display: flex;
    padding-left: 10px;
}

.TOL-item-search-result-PC-result-list-display-related-items-price {
    margin-top: 0px;
    padding-right: 5px;
}

.TOL-item-search-result-PC-result-list-display-related-items-shipping-charge {
    padding: 0px 5px 5px 0px;
    display: flex;
    align-items: end;
}


/* ** 「欲しい商品が見つかりませんか？」枠用　CSS ** */
.TOL-item-search-result-PC-no-item-search-banner {
    background: var(--tr-gray);
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.TOL-item-search-result-PC-no-item-search-line {
    max-width: 1400px;
    min-width: 656px;
    margin: auto;
    display: flex;
    padding: 10px 172px 10px 172px;
}

.TOL-item-search-result-PC-no-item-search-logo {
    width: 200px;
    height: 60px;
}

.TOL-item-search-result-PC-no-item-search-text-block {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.TOL-item-search-result-PC-no-item-search-text {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}

.TOL-item-search-result-PC-no-item-search-link-block {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.TOL-item-search-result-PC-no-item-search-link {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}

/* ** 「お客様の閲覧履歴にもとづくオススメ商品」枠用　CSS ** */
.recommended-item-on-browsing-history {
    max-width: 1400px;
    margin: auto;
}

.recommended-item-on-browsing-history-title {
    padding: 10px 59px;
}
