@media only screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
#brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0;
  padding: 0 0;
}
#brands li {
  background-position: center center;
  background-size: cover;
  padding: 0 0;
  list-style: none;
  width: calc(99.7% / 2);
  height: calc(50vw * (3 / 4));
}
#brands li .inner.pc_brand_link {
  border: 4px solid #fff;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  #brands li .inner.pc_brand_link .links {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #brands li .inner.pc_brand_link .links a {
    display: block;
    font-size: 14px;
    pointer-events: none;
  }
  #brands li .inner.pc_brand_link .links.t_on a {
    pointer-events: unset;
  }
}
/*#brands li:nth-child(5n),
#brands li:nth-child(5n - 1),
#brands li:nth-child(5n - 2) {
  width: calc(99.7% / 3);
  height: calc((100vw / 3) * (3 / 4));
}2024.9.13 トップをランダムから2列表示*/
#brands li.new,
#brands li.restock,
#brands li.reprice {
  position: relative;
}
#brands li.new:after {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 80px;
  height: 40px;
    background: no-repeat center center;
    background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  #brands li.new:after {
    width: 10vw;
    height: 5vw;
  }
}

#brands li.new:after {
  background-image: url("https://file003.shop-pro.jp/PA01415/351/img/tag_new.png");
}


#brands li .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: 0 auto;
  height: 100%;
  opacity: 0;
}
#brands li .links a {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 900px) {
  #brands li .inner {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  #brands li .inner:hover {
    background-color: rgba(34,34,34,0.8);
  }
  #brands li .inner:hover .links {
    opacity: 1;
  }
}
#brands .sp_brand_link {
  display: none;
}

.caption {
  background-color: #f3f3f3;
}
.caption-inner {
  max-width: 3280px;
  width: 100%;
  margin: 1px auto;
  padding: 0 1px;
}
.hiddenText {
  display: none;
}
.moreBtn {
  color: #5e5e5e;
  cursor: pointer;
  position: relative;
}
.moreBtn::before {
  content: '＞';
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}