@charset "euc-jp";
.slider {
  position: relative;
}
.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;
}

.prd_recommend_block .ttl_h2, .prd_seller_block .ttl_h2 {
    text-align: center;
    position: relative;
  padding: 1em 0;
  color: #666666;
}
.prd_recommend_block .ttl_h2::before, .prd_recommend_block .ttl_h2::after, .prd_seller_block .ttl_h2::before, .prd_seller_block .ttl_h2::after {
     position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.prd_recommend_block  .ttl_h2::before, .prd_seller_block .ttl_h2::before {
    top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.prd_recommend_block  .ttl_h2::after, .prd_seller_block .ttl_h2::after {
 bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}