/* 商品リスト（renewal）*/
.popularity_rank {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}

.rank_scroll,
.item_list {
    overflow-x: auto;
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.rank_scroll {
    content-visibility: auto;
    contain-intrinsic-size: 240px;
}

.item_list {
    content-visibility: auto;
    contain-intrinsic-size: 374px;
    
}
.rank_scroll ul,
.item_list ul {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.rank_scroll ul li a,
.item_list ul li a {
    display: block;
    overflow: hidden;
    padding: 10px;
    width: 140px;
    margin-right: 0.5rem;
    position: relative;
}

.category_rank .rank_scroll ul li a {
    width: 195px;
}

/* .item_list ul li a {
    width: 140px;
} */

.rank_scroll ul li a .rank_batch {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 1.3rem;
    padding: 0.6rem 0.8rem;
    border: 1px solid #efefef;
    border-radius: 50px;
    box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.3);
    font-family: "Verdana , sans-serif";
    font-weight: 900;
    background: linear-gradient(rgba(25, 156, 255, 0.9), rgba(0, 61, 107, 0.9), rgba(25, 156, 255, 0.8));
    z-index: 2;
}

.rank_scroll ul li a .rank_batch:after {
    content: "位";
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
}

.rank_scroll ul li:nth-child(1) a .rank_batch {
    background: linear-gradient(rgba(255, 219, 29, 0.9), rgba(204, 172, 0, 0.9), rgba(255, 219, 29, 0.8));
}

.rank_scroll ul li:nth-child(2) a .rank_batch {
    background: linear-gradient(rgba(197, 201, 201, 0.9), rgba(150, 154, 152, 0.9), rgba(197, 201, 201, 0.8));
}

.rank_scroll ul li:nth-child(3) a .rank_batch {
    background: linear-gradient(rgba(184, 115, 51, 0.9), rgba(174, 105, 56, 0.9), rgba(184, 115, 51, 0.8));
}

.rank_scroll ul li:nth-child(10) a .rank_batch {
    padding: 0.6rem 0.3rem;
}

.rank_scroll ul li .listimg,
.item_list ul li .listimg {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.item_list ul li .listimg img {
    height: 160px;
}
.rank_scroll ul li .listimg img,
.item_list ul li .listimg img {
    width: 100%;
    transition: ease all 0.3s;
    aspect-ratio: 1/1;
}


.rank_scroll ul li a:hover,
.item_list ul li a:hover {
    background: #e2e2e2;
}

.rank_scroll ul li a:hover .listimg img,
.item_list ul li a:hover .listimg img {
    transform: scale(1.2);
    opacity: 0.8;
}

/* .item_title {
    display: block;
    margin-bottom: 5px;
} */

.price_info {
    color: #333;
    font-weight: 700;
}

.item_price {
    display: inline-block;
    float: right;
    color: #a00000;
}


/*変更により追加*/
.pagetransition {
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}

.itemblock .pagetransition {
    text-align: left;
}

.pagetransition > a:before {
    display: inline-block;
    content: url(/img/icon/angle-double-right.svg);
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    padding-right: 3px;
}

.pagetransition.moredetails {
    margin-top: -20px;
    margin-bottom: 30px;
}

.pagetransition .prf_staff_review_img {
    text-align: center;
}

.similarproducts {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
}

.similarproducts ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
}

.similarproducts ul li a {
    display: block;
    overflow: hidden;
    padding: 10px;
    width: 140px;
    margin-right: 0.5rem;
    position: relative;
}

.similarproducts ul li a .listimg {
    width: 100%;
    overflow: hidden;
    background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.similarproducts ul li a .listimg img {
    width: 100%;
    transition: ease all 0.3s;
}

.similarproducts ul li a:hover {
    background: #e2e2e2;
}

.similarproducts ul li a:hover .listimg img {
    transform: scale(1.2);
    opacity: 0.8;
}

.similarproducts .category_batch {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffe314;
    background: rgba(239, 239, 239, 0.8);
    color: #444;
    font-size: 10px;
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.3);
    z-index: 2;
}

.item_title {
    display: block;
    margin: 5px 0;
    clear: both;
}

.price_info {
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

.item_price {
    display: inline-block;
    float: right;
    color: #a00000;
}

h2.pickup_head:before {
    margin-right: 0.5rem;
    content: url(/img/icon/lightbulb.svg);
    width: 17px;
    display: inline-block;
}
.pickup_list .item_list ul{
    height: 347px;
}
.category_list.pickup_list .item_list li a {
    width: 180px;
}

.category_list.pickup_list .cateicon {
    margin-top: 0.2rem;
    overflow: hidden;
    height: 95px;
}

.category_list.pickup_list .cateicon span {
    display: inline-block;
    font-size: 0.7rem;
    border: 1px solid #ccc;
    background: rgba(239, 239, 239, 0.8);
    border-radius: 5px;
    padding: 0.1rem 0.2rem;
    margin: 0.1rem;
    float: left;
    color: #666;
    line-height: 1.4;
}

.category_list.pickup_list .item_title {
    height: 42px;
}


.relatedcolumn {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 100px;
}

.relatedcolumn ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.relatedcolumn li {
    padding: 10px 5px;
}

.relatedcolumn li a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    transition: ease all 0.3s;
}

.relatedcolumn li a img {
    display: block;
    width: 195px;
    object-fit: cover;
    height: 186px;
}

.relatedcolumn li a .title {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0;
}

.relatedcolumn li a .cont {
    font-size: 11px;
}

.relatedcolumn li a:hover {
    background: #efefef;
}

.relatedcolumn li a:hover img {
    opacity: 0.8;
}

/*  campaign/coupon  */
.coupon_bg {
    background: URL("/img/campaign/coupon_back.jpg")no-repeat left top;
}
/* 最安値表示 */
.list_recommend_text{
       
        display: block;
    }
.list_recommend_text_h {
    font-weight: 600;
    display: block;
    margin-left: 10px;
}
.list_recommend_text_h .colorRed {
    background: none;
    padding: 0 5px;
    font-size: 24px;
    font-weight: 600;
    color: #da0000 !important;
  }