.fs-c-heading {display: none;}
.fs-body-custom .fs-l-pageMain {margin-top: 0;}
.html {scroll-behavior: smooth;}
.summarySec {
  color: var(--color-black);
  margin-bottom: 50px;
}
.summarySec .trend {
  position: relative;
  padding: 30px 0 50px;
  margin-top: 50px;
}
.summarySec .trend::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 5000px;
  background-color: var(--color-beige);
  z-index: -10;
}
.summarySec .trend::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 5000px;
  background-color: var(--color-beige);
  z-index: -10;
}
.summarySec h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  background-color: var(--color-gray);
  margin: 70px 0 30px;
}
.brand_bnrs.highlight,
.brand_bnrs.highlight2 {
  background-color: #ffffff;
}
.brand_bnrs.highlight {
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .js-moreWrap li:nth-child(n + 5) {
    display: none;
  }
}
.rankSec .itemList__unit:nth-child(n + 5) {
   display: block; 
}
.rankNavi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: wrap;
  letter-spacing: 2px;
  margin: 10px 0 20px;
}
.itemList .itemPrice {
  font-size: 16px;
  margin-top: 3px;
}
.js-moreBtn a.button.arrow:after,
.js-moreBtn a.button--typeB.arrow:after {
    transform: rotate(135deg);
}