@charset "UTF-8";

.pickup-brandname {
    color: #0F3192;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 3rem;
    padding: 0 10px;
}

.recommend_wppickup, .recommend_wplimited {
    display: flex;
    flex-wrap: wrap;
}

.recommend_lists, .new-item_lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 12px;
}

.row:before, .row:after, .grid_row:before, .grid_row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after, .grid_row:after {
    clear: both;
    width: 100%;
}

.recommend_list, .new-item_list {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.col-lg-3 {
    width: 25%;
}

.col {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
    padding-left: 1%;
    min-height: 1px;
    word-break: break-all;
}

.recommend_wppickup .col,
.recommend_wplimited .col {
    float: none;
}

.recommend_list a {
    display: block;
}

.col img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.item_name {
    padding-top: 5px;
    position: relative;
}

.product_longnm_model {
    font-weight: bold;
}

.item_price {
    font-weight: bold;
}

.btn-navy {
    width: auto;
    max-width: 92%;
    display: inline-block;
    padding: 11px 40px;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(0deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
    color: #fff;
}

.mt2rem {
    margin-top: 2rem !important;
}

.btn-arr::after {
    font: var(--fa-font-solid);
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    font-size: 0.7rem;
}

.slider_brand .slick-list {
    height: auto !important;
}

/* ラベル */
.label-base_wrap {
    position: absolute;
    top: 0px;
    z-index: 2;
    left: 0;
    display: flex;
    gap: 3px;
}
.label-base {
    height: 26px;
    line-height: 22px;
    border: 1px solid #212121;
    font-size: 14px;
    padding: 1px 7px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: -26px;
    z-index: 2;
    display: inline-block;
    position: relative;
    left: unset !important;
}
.label-base.-limited {
    background: #7E683D;
    color: #fff;
    border: 1px solid #7E683D;
    z-index: 1;
}
.label-base.-rare {
    background: #84858C;
    color: #fff;
    border: 1px solid #84858C;
    z-index: 1;
}
.label-base.-women {
    background: #cd95a5;
    color: #fff;
    border: 1px solid #cd95a5;
    z-index: 1;
}
.item_soldout.show {
    display: inline-block;
    background: #212121;
    color: #fff;
    padding: 6px 9px;
    box-sizing: border-box;
    width: 9em;
    height: 25px;
    margin: 5px auto 0 auto;
    line-height: 1;
    font-size: 12px !important;
}

/* ランキング */
.rankinglist > li {
    position: relative;
}
.rankinglist > li::before {
    content: '4';
    width: 35px;
    height: 35px;
    background: linear-gradient(360deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.rankinglist > li:first-of-type::before {
    content: '';
    width: 58px;
    height: 40px;
    background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX3Jhbmsx.png?cmsp_timestamp=20240911123640);
    background-size: cover;
    background-repeat: no-repeat;
}
.rankinglist > li:nth-of-type(2)::before {
    content: '';
    width: 58px;
    height: 40px;
    background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX3Jhbmsy.png?cmsp_timestamp=20240911123640);
    background-size: cover;
    background-repeat: no-repeat;
}
.rankinglist > li:nth-of-type(3)::before {
    content: '';
    width: 58px;
    height: 40px;
    background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX3Jhbmsz.png?cmsp_timestamp=20240911123640);
    background-size: cover;
    background-repeat: no-repeat;
}
.rankinglist > li:nth-of-type(4)::before {
    content: '4';
}


@media (max-width: 768px) {
    .info_detail, .seller_lists, .recommend_lists {
        padding: 0 10px 20px;
    }

    .recom_list_setmargin .recommend_lists li {
        margin-bottom: 60px;
    }

    .recommend_list {
        width: 50%;
    }

    .label-base {
        font-size: clamp(10px, 50% 14px);
        padding: 1px 3px;
        overflow: hidden;
    }
}