.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}


/***************
メーカー一覧
****************/
#wrapper .category-block * {
    box-sizing: border-box;
}
#wrapper .category-block {
    margin: 0 auto;
    padding: 2px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-image: linear-gradient(to bottom, #333, #333 1px, transparent 2px, transparent 6px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
    background-position: right;
}
#wrapper .category-block::before {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background-image: linear-gradient(to right, #333, #333 1px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#wrapper .category-block::after {
    content: "";
    width: 2px;
    height: 100%;
    display: inline-block;
    background-image: linear-gradient(to bottom, #333, #333 1px, transparent 2px, transparent 6px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
}
#wrapper .category-block li {
    width: 20%;
    list-style: none;
    position: relative;
    text-align: center;
    padding: 15px;
}
#wrapper .category-block li::before {
    content: "";
    width: 2px;
    height: 90%;
    display: inline-block;
    background-image: linear-gradient(to bottom, #333, #333 1px, transparent 2px, transparent 6px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
    position: absolute;
    top: 5%;
    right: 0;
    z-index: 1;
}
@media (min-width: 769px) {
#wrapper .category-block li:nth-of-type(5n)::before {
    content: none;
}
}
#wrapper .category-block li::after {
    content: "";
    width: 92%;
    height: 2px;
    display: inline-block;
    background-image: linear-gradient(to right, #333, #333 1px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 4%;
    z-index: 1;
}
#wrapper .category-block a {
    display: block;
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
}
#wrapper .category-block a:hover {
    opacity: 0.5;
}

@media (max-width: 768px) {
#wrapper .category-block li {
    width: 50%;
}
.category-block li:nth-of-type(2n)::before {    content: none !important;}
  }

h2.catalog__title-h2 {
    margin: 0 0 1em 0;
    font-weight: normal;
    text-align: center;
}

