.slider .bx-wrapper .bx-caption{
    background: #ff6e01;
    opacity: .9;
}

.bnr_main{margin:15px 0;}
.bnr_main img{width:100%; height:auto;}
.bnr_main_2rows{
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.area{
  padding-bottom:40px;
}
.area-title-h2{
  background:#ff6e02;
  padding:10px 15px;
  color:#fff;
  border-radius: 4px;
}
.area-title-h3{
  border-bottom:1px solid #333;
  padding-bottom:5px;
  margin-bottom:10px;
}
.area ul {
    display: -webkit-inline-box;
   margin:0 0 20px;
}
.area ul li{
    width:118px;
  height:28px;
margin-right:15px;
  list-style:none;
}
.area ul li a{
  background:#facf04;
  color:#333;
  border-radius: 4px;
  text-align:center;
      display: block;
   padding:10px 15px;
  text-decoration:none;
}
.area ul li a:hover{
  opacity:.8;
}
.product-list li{
  position:relative;
}
.product-list li:first-child .icon-rank{
  background-image:url(https://img20.shop-pro.jp/PA01321/374/etc/icon-no1.png?cmsp_timestamp=20180418125435);
  background-repeat: no-repeat;
  background-position: left top;
  width:64px;
  height:64px;
  position:absolute;
  left:0;
  top:0;
  }
.product-list li .product-list__img{
	display:block;
    border: 1px solid #ccc;
    overflow: hidden;
   padding:0;
  	margin-bottom:10px;
}

.product-list li:nth-child(2) .icon-rank{
  background-image:url(https://img20.shop-pro.jp/PA01321/374/etc/icon-no2.png?cmsp_timestamp=20180418125520);
  background-repeat: no-repeat;
  background-position: left top;
  width:64px;
  height:64px;
  position:absolute;
  left:0;
  top:0;
  }
.product-list li:nth-child(3) .icon-rank{
  background-image:url(https://img20.shop-pro.jp/PA01321/374/etc/icon-no3.png?cmsp_timestamp=20180418130456);
  background-repeat: no-repeat;
  background-position: left top;
  width:64px;
  height:64px;
  position:absolute;
  left:0;
  top:0;
  }
.product-list li:nth-child(4) .icon-rank{
  background-image:url(https://img20.shop-pro.jp/PA01321/374/etc/icon-no4.png?cmsp_timestamp=20180418130552);
  background-position: left top;
  background-repeat: no-repeat;
  width:58px;
  height:48px;
  position:absolute;
  left:0;
  top:0;
  }
.product-list li:nth-child(5) .icon-rank{
  background-image:url(https://img20.shop-pro.jp/PA01321/374/etc/icon-no5.png?cmsp_timestamp=20180418130602);
  background-position: left top;
  background-repeat: no-repeat;
  width:58px;
  height:48px;
  position:absolute;
  left:0;
  top:0;
  }
.product-list li:nth-child(6) .icon-rank{
  background-image:url(https://img20.shop-pro.jp/PA01321/374/etc/icon-no6.png?cmsp_timestamp=20180418130613);
  background-position: left top;
  background-repeat: no-repeat;
  width:58px;
  height:48px;
  position:absolute;
  left:0;
  top:0;
  }
.product-list li:nth-child(7) .icon-rank{
  background-image:url(https://img20.shop-pro.jp/PA01321/374/etc/icon-no7.png?cmsp_timestamp=20180418130623);
  background-position: left top;
  background-repeat: no-repeat;
  width:58px;
  height:48px;
  position:absolute;
  left:0;
  top:0;
  }
.product-list li:nth-child(8) .icon-rank{
  background-image:url(https://img20.shop-pro.jp/PA01321/374/etc/icon-no8.png?cmsp_timestamp=20180418130632);
  background-position: left top;
  background-repeat: no-repeat;
  width:58px;
  height:48px;
  position:absolute;
  left:0;
  top:0;
  }


  @media (max-width: 768px){
    .area-title-h2,.area-title-h3{ display:block; margin:40px 10px 10px;}
    .area ul{display:block; margin:20px 10px 10px}
    .area ul li {width:100%; margin-bottom:20px;}
}


.bnr-main__section_banner-side {
    display: none;
}
@media screen and (max-width: 750px) {
.bnr-main__section_banner-side {
    display: block !important;
	text-align:center;
}
.bnr-main__section_banner-side .banner-side-list__unit {
  display: inline-block !important;
  width:32%;
}

}