@charset "euc-jp";
.slider {
  position: relative;margin: 0 0 20px;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}

 
.bnrsty {display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    position: relative;
justify-content: unset;}
.bnrsty li{display:inline-block;width: calc(94% / 6);
    margin: 0 0.5% 10px;}
.bnrsty li a{}
.bnrsty li a img{width:100%;}

@media only screen and (max-width:480px){ 
  
 .bnrsty {justify-content: space-between;} 
  
.bnrsty li{display:inline-block;    width: calc(96% / 2);
    margin: 0 1% 7px 1%;}


}