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


/* 220509追加 */
.top_category_left {
  float: left;
  width: 48%;
  margin-bottom: 10px;
}

.top_category_right {
  float: right;
  width: 48%;
  margin-bottom: 10px;
}

.top_category_center{
text-align: center;
}






@media screen and (max-width: 520px) {
  /* レスポンシブ：520px以下 */
  .top_category_img {
width: 100%;
}
}