.shop-cat-index {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin: 2em 0;
}
.shop-cat-index .shop-cat-term {
  width: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .shop-cat-index {
    row-gap: 3em;
  }
  .shop-cat-index .shop-cat-term {
    flex-basis: 12cqw;
    height: 5cqw;
    font-size: 1.5cqw;
  }
}
@media (max-width: 767px) {
  .shop-cat-index .shop-cat-term {
    flex-basis: 33%;
    height: 13cqw;
    font-size: 4cqw;
  }
}

.one-col {
  container-type: inline-size;
}

h1 {
  font-weight: 400 !important;
}
