@charset "utf-8";
.hit {
  display: inline-block;
  font-size: 74%;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0 0 0 0;
}
.catalogLists .inner div h2.title01 {
  float: left;
}
.catalogLists .inner .title01 {
  margin: 0 0 30px 0 !important;
}
.moreCategory_sp {
  background: #e6e6e6;
  border-bottom: 2px solid #cccccc;
  border-radius: 6px;
  float: right;
  margin-top: -3px;
}
.moreCategory_sp a {
  background: url(../img/bg_listArrow_02.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  color: #333333 !important;
  display: block;
  font-size: 90%;
  font-weight: bold;
  padding: 10px 25px 10px 15px;
  text-decoration: none;
}
/*2020新着カタログ*/
.pages-newCatalogs .branch {
  margin: 180px 0 40px 0;
}
.searchBar .tabCatNavi {
  display: none;
}
.tabCatNavi {
  margin: 20px 0;
}
.tabCatNavi ul li {
  float: left;
  width: 19%;
  margin: 0 1.25% 1% 0;
}
.tabCatNavi ul li a {
  display: block;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  padding: 10px;
  font-size: 84%;
  color: #333333;
  background: #f9f9f9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabCatNavi ul li.active a {
  display: block;
  border-bottom: 1px solid #666666;
  text-align: center;
  padding: 10px;
  font-size: 84%;
  color: #ffffff;
  background: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.tabCatNavi ul li:nth-child(5n) {
  float: right;
  width: 19%;
  margin: 0 0 1% 0;
}
.tabCatNavi ul li a:hover {
  text-decoration: none;
}
.recommend {
  background: #f4f4f4;
  margin: 0;
  padding: 40px 0 20px 0;
}
@media screen and (max-width:960px) {
  .lists h2 {
    width: 100%;
    display: block;
  }
  .catalogLists .inner .title01 {
    margin: 0 0 15px 0 !important;
  }
  .moreCategory_sp {
    background: #f5f5f5;
    border-bottom: none;
    display: inline-block;
    float: none;
    margin: 10px 10px 0 0;
    ;
  }
}
@media screen and (max-width:768px) {
  .catalogLists .inner .title01 {
    display: inline-block;
    float: none;
    margin: 0 12px 15px 0 !important;
  }
  .moreCategory_sp {
    background: #f5f5f5;
    border-bottom: none;
    display: inline-block;
    float: none;
  }
  .moreCategory_sp a {
    background-size: 4px 7px;
    border-bottom: none;
    display: block;
    font-size: 74%;
    padding: 8px 20px 8px 10px;
  }
  .moreCategory_sp {
    float: none;
    margin-bottom: 15px;
  }
  /*2020新着カタログ*/
  .pages-newCatalogs .branch {
    margin: 120px 0 40px 0;
  }
  .searchBar .tabCatNavi {
    display: block;
    margin: 10px 0 auto 0;
  }
  .searchBar .tabCatNavi ul li {
    width: 49%;
    margin: 0 1.25% 1% 0;
  }
  .searchBar .tabCatNavi ul li:nth-child(5n) {
    float: left;
    width: 49%;
    margin: 0 1.25% 1% 0;
  }
  .searchBar .tabCatNavi ul li:nth-child(2n) {
    float: right;
    width: 49%;
    margin: 0 0 1% 0;
  }
  .searchBar .inner {
    overflow-y: scroll;
  }
  .tabCatNavi {
    display: none;
  }
}