@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;
}

.top-sec2{
    border-top: none;
    background: #e8e7e7;
    padding: 40px 0;
    width: auto;
    margin-top: 140px;
  }
  
  .top-sec2 ul{
    //width: 1200px;
    margin: auto;
    flex-wrap: wrap;
  }
  
  .top-sec2 ul li{
    margin: 10px;
    width: calc(20% - 20px);
    min-width: 300px;
  }
  
  @media (max-width: 1600px) {
    .top-sec2 ul{
      width: 1200px;
      margin-left:auto;
      margin-right: auto;
      justify-content: flex-start;
    }
    
    .top-sec2 ul li{
      width: calc(33.3% - 20px);
      min-width: initial;
    }
  }
  
  @media (max-width: 1200px) {
    .top-sec2 ul{
      width: auto;
    }
    
    .top-sec2 ul li{
      width: calc(50% - 20px);
    }
  }
  
  .top-btn-menu ul li:last-child a{
    background-color: #000;
  }
  
  .top-sec4{
    width: 1200px;
    margin: auto;
    background: #fff;
  }
  
  @media (max-width: 1200px) {
    .top-sec4{
      width: auto;
    }
  }
