.slider_container .bx-wrapper img{
  width:100% !important;
  height: 550px;
  object-fit: cover;
}
.slider_container .bx-wrapper .bx-prev{
  background:url("https://img07.shop-pro.jp/PA01446/046/etc/mark.png?cmsp_timestamp=20210418181559") no-repeat 0px;
  width: 40px;
  height: 80px;
  background-color: #fff;
  border-radius: 0px 50px 50px 0px;
  left: 0px;
  opacity: 0.5;
}
.slider_container .bx-wrapper .bx-prev:hover{
	background-position: 0px center;
}
.slider_container .bx-wrapper .bx-next{
background:url("https://img07.shop-pro.jp/PA01446/046/etc/mark.png?cmsp_timestamp=20210418181559") no-repeat -21px;
  width: 40px;
  height: 80px;
  background-color: #fff;
  border-radius: 50px 0px 0px 50px;
  right: 0px;
  opacity: 0.5;
}
.slider_container .bx-wrapper .bx-next:hover{
 background-position: -21px center;
}
.slider_container .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	outline: 0;
	text-indent: -9999px;
	z-index: 97;
}
.slider_container .bx-wrapper .bx-viewport{
	border: none;
   position: static !important;
}

.top-msg{
  padding: 100px 0;
  text-align:center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.top-msg p{
  display:inline-block;
  font-size: 18px;
  text-align: left;
}

/*news*/
.news_box h3{
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom:0;
}
.news_box table{
  font-size: 15px;
  margin-bottom: 40px;
  margin-left: 45px;
  }
.news_box table td{
  box-sizing:border-box;
  padding-bottom:15px;
  
}
.content{
  padding-left: 75px;
}

.pcsakkalist{
  padding-bottom:20px;
  text-align: center;
}

.pcsakkalist ul{
  	display: none;
    list-style: none;
    margin: 0;
    width: 70%;
   margin: auto;
}
.pcsakkalist li{
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  margin-top: 10px;
  
}
.pcsakkalist li:hover{
  box-shadow: 0 12px 24px -16px rgb(0 0 0 / 40%);
  text-decoration: none;
}
.pcsakkalist li p{
	line-height: 1.4;
  	margin: 5px 0;
   padding-left: 5px;
}

.banners{
  padding-bottom:30px;
  margin-bottom: 0;
}
.banner_txt{
  margin-left:20px;
  font-size: 16px;
}
.banners ul{
  	display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    width: 96%;
    margin-top: 20px;
}
.banners li{
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  margin-top: 10px;
}
.banners li:hover{
  box-shadow: 0 12px 24px -16px rgb(0 0 0 / 40%);
  text-decoration: none;
}
.banners li p{
	line-height: 1.4;
  	margin: 5px 0;
   padding-left: 5px;
}

.itembanners{
  padding-bottom:30px;
  margin-bottom: 0;
}

.itembanners ul{
  	display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;
    width: 96%;
    margin-top: 20px;
}

.itembanners li{
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  margin-top: 10px;
}

.items_wrapper{
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin:5px 0 30px 0;
}
.newitems h3{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom:0;
}
.reitems h3{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom:0;
}
.recommenditems h3{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom:0;
}
.selleritems h3{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom:0;
}
.item_container{
  display: inline-block;
  position:relative;
  margin-right: 20px;
  margin-bottom: 20px;
  border:1px solid #cccccc;
  width:200px;
}
.item_container img{
   height:200px;
	object-fit: cover;
}
.statusflag_NEW{
  position:absolute;
  top:0;
  left:0;
  background-color: #EF454A;
  width: 40px;
  height: 30px;
  line-height:30px;
}
.statusflag_NEW{
  font-family: "Hiragino Kaku Gothic ProN";
  position:absolute;
  top:0;
  left:0;
  color:white;
  font-size: 10px;
  text-align:center;
  font-weight: 600;

}
.statusflag_reitem{
  position:absolute;
  top:0;
  left:0;
  background-color: #FF852D;
  color:white;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 10px;
  font-weight: 600;
  text-align:center;
  line-height:30px;
  width: 40px;
  height: 30px;
}
.soldout_label{
position: absolute;
top: 170px;
left: 50%;
background: #EF454A;
opacity: 0.7;
color: #FFFFFF;
font-size: 14px;
padding: 5px;
line-height: 1em;
transform: translateX(-50%);
}
.item_name{
	font-size:11px;
   padding: 10px 5px 0 5px;
   margin:0;
   height:52px;
   white-space: normal;
   text-overflow: ellipsis;
   overflow: hidden;
   -webkit-line-clamp: 3;
}
.item_price{
	font-size: 11px;
  	display: inline-block;
  	text-align: right;
  	padding-right: 5px;
   width:80%;
}
  
.product-list__fav-items {
  margin-top: 0px;
  display: inline-table;
  vertical-align: middle;
  width: 13%;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #eee;
  text-align: center;
  outline: none;
  border: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #EF454A;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media screen and (max-width: 768px) {
 #slider div {
  width: 90vw!important;
  height:60vw;
  }
  .slider_container, #slider { 
    width: 90vw;height:60vw; } 
.slider_container .bx-wrapper img{
  width:90vw;
  height:60vw;
  object-fit: cover;
  }
.top-msg{
  padding: 50px 0 25px 0;
  }
.top-msg p{
  font-size: 1em;
}
  .news_box h3{
    padding-bottom: 10px;
    margin-top: 0;
  }
.news_box table{
  font-size: 1em;
  margin-bottom: 30px;
  margin-left: 3%;
}
.news_box table td{
  box-sizing:border-box;
  padding-bottom:5px;
  }
.date{ width: 20%;}
.content{
  padding-left: 5%;
  width: 65%;
}
.banners{
  padding-bottom:25px;
  }
.banner_txt{
  margin-left:0;
}
  .banners ul{
    width: 100%;
    justify-content: center;
    margin-left: 0px;
  } 
  
  .itembanners{
  padding-bottom:25px;
  }
  
 .itembanners ul{
    width: 100%;
    justify-content: space-around;
    margin-left: 0px;
  }
   
  .itembanners li{
    width: 45%;
    margin-right: 0px;
  } 
  
 .pcsakkalist{
  padding-bottom:20px;
  text-align: center;
  margin-top: -10px;
}

.pcsakkalist ul{
  	display: flex;
    list-style: none;
    margin: 0;
    width: 100%;
   margin: auto;
}
.pcsakkalist li{
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  
}
  
  .newitems h3{
  padding-bottom: 5px;
  }
  .reitems h3{
    padding-bottom: 5px;
  }
.item_container{
  margin-bottom: 20px;
  }
.items_wrapper, .top-List{
  width:98vw;
  display:block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-x: auto;
  margin:5px 0 5px 0;
  transform: translateX(-4vw);
}
.ps__rail-x, .ps__rail-y {
    opacity: 0.6!important;
}
 /*
.items_wrapper::-webkit-scrollbar{height:8px;}
.items_wrapper::-webkit-scrollbar-track{background:#eee;}
.items_wrapper::-webkit-scrollbar-thumb{
  background: #ddd;
  border-radius: 3px;}
.top-List::-webkit-scrollbar{height:8px;}
.top-List::-webkit-scrollbar-track{background:#eee;}
.top-List::-webkit-scrollbar-thumb{
  background: #ddd;
  border-radius: 3px;}*/
}