/*bxslider*/
.bs_slide{
position: relative;
width: 100%;
}
.bs_slideBox{
margin: 35px 0 0;
}
.bs_slide li{
margin: 0 5px;
}
.bs_btnBox_left{
width: 820px;
margin: auto;
position: absolute;
top:140px;
left: 0;
right: 0;
z-index: 100;
text-align: left;
}
.bs_btnBox_right{
width: 720px;
margin: auto;
position: absolute;
top:140px;
left: 0;
right: -100px;
z-index: 101;
text-align: right;
}
.prev-arrow,.next-arrow{
cursor: pointer !important;
}
img.prev-arrow{
z-index: 103 !important;
}
/* トピックス */
.bs_topicsBox{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
border-left: 1px #ccc solid;
margin: 30px 0 80px;
}
.bs_topicsBox li{
width: 31%;
border-right: 1px #ccc solid;
padding: 10px 20px;
}
.bs_topicsBox li span{
display: block;
padding: 5px 0 0;
font-size: 12px;
}

/* 売れ筋 */
.bs_number6col{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 60px 0 80px;
}
.bs_number6col li{
width: 15%;
text-align: center;
position: relative;
}
.bs_number6col li img{
overflow: hidden;
height: 170px;
width: auto;
}
.bs_number6col li:first-child::before{
position: absolute;
content: url("https://file003.shop-pro.jp/PA01456/124/img/num1.png");
top:-30px;
left: 2px;
}
.bs_number6col li:nth-child(2)::before{
position: absolute;
content: url("https://file003.shop-pro.jp/PA01456/124/img/num2.png");
top:-30px;
left: 2px;
}
.bs_number6col li:nth-child(3)::before{
position: absolute;
content: url("https://file003.shop-pro.jp/PA01456/124/img/num3.png");
top:-30px;
left: 2px;
}
.bs_number6col li span,.bs_number6col li a{
  display:block;
}
.topNocon{display:none;}
.change5col{
  width:19% !important;
}