@charset "utf-8";

.basic-shop-item-slider { overflow:hidden; position:relative; width:100%; line-height:20px; }
.basic-shop-item-slider .txt-normal { letter-spacing:0; }
.basic-shop-item-slider .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-shop-item-slider .item-none { padding:50px 10px; text-align:center; color:#888; }
.basic-shop-item-slider .item-image { position:relative; }
.basic-shop-item-slider .item-content { padding:20px 0; margin:0; text-align:left; min-height:140px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}

.item-list { border-radius: 15px; }

.basic-shop-item-slider .item-content { position: relative; }

/* 
.basic-shop-item-slider .item-content:before {
	pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: -1px;
    right: -1px;
    background: white;
    background: linear-gradient(315deg, #fff 50%, #f1f3f2 50%);
    transition: all 0.3s ease-in-out; 
}
.basic-shop-item-slider .item-content:hover:before {
    height: 40px;
    width: 40px;
}
.basic-shop-item-slider .item-content:before { background: linear-gradient(315deg, #fafafa 50%, #f1f3f2 50%); }
*/

.basic-shop-item-slider .item-star { text-align:center; overflow:hidden; letter-spacing:-1px; font-size:18px; line-height:20px; height:20px; margin-bottom:4px; }
.basic-shop-item-slider .item-name { overflow:hidden; padding-right:1px; text-align:left; font-size:18px; word-break:keep-all; }
.basic-shop-item-slider .item-name-title{ font-size:16px;font-family: 'Futura-HV','NotoBold', sans-serif; color:#fff; opacity:1;}
.basic-shop-item-slider .item-text { font-size:11px; color:#999; word-break:keep-all; margin-top: 0; }
.basic-shop-item-slider .item-price { margin-top:4px; line-height:22px; }
.basic-shop-item-slider .item-price b { font-size:14px; display:inline-block; margin:0px 4px; }
.basic-shop-item-slider .item-price b i { font-size:12px; }
.basic-shop-item-slider .item-price strike { color:#888; margin:0px 4px; font-size:14px; display:inline-block; }
.basic-shop-item-slider .item-details { color:#888; /* min-height:22px; margin-top:4px; */ padding:0px 1px; font-size:13px; text-align:left; }
.basic-shop-item-slider .item-sp { margin:0px 4px; white-space:nowrap; }
.basic-shop-item-slider .item-sp i { margin-right:2px; color:#888; }
.basic-shop-item-slider .item-sns { margin-top:15px; text-align:left; }
.basic-shop-item-slider .item-sns img { width:15%; max-width:34px; border-radius:50%; }
