@charset "UTF-8";

.page-genre .block-genre-page--header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  font-size: 32px !important;
  letter-spacing: 0.1em;
  width: 1300px;
  margin-inline: auto;
}

.page-genre .block-thumbnail-t--goods-image figure {
  padding: 0;
}

.page-genre .block-thumbnail-t .block-goods-favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}

.page-genre .block-thumbnail-t .block-goods-list--favorite--btn {
  position: static;
  width: 24px;
  height: 24px;
  background: url("/img/usr/common/item_favo01.png") no-repeat center/contain;
}

.page-genre .block-thumbnail-t .block-goods-list--favorite-registed--btn {
  position: static;
  width: 24px;
  height: 24px;
  background: url("/img/usr/common/item_favo02.png") no-repeat center/contain;
}

.page-genre .block-thumbnail-t--price-items .price {
  text-align: left;
  font-weight: 400;
  margin-top: 0;
}

.page-genre .block-thumbnail-t--price-items:has(.default-price) .price {
  color: #DA1818;
  font-weight: 500;
}

.page-genre .block-thumbnail-t--price-items .default-price {
  margin-top: 0;
}

.page-genre .block-goods-list--pager.pager {
  text-align: center;
  margin: 55px 0;
}