/* GOODS */
.head--h2--center {
  margin-bottom: 10px;
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  .head--h2--center {
    margin-bottom: 30px;
    margin-top: -120px;
    padding-top: 120px;
  }
}

hr {
  border-top: 6px double #0D0D0D;
  background-color: transparent;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  hr {
    margin-bottom: 40px;
  }
}

.goods-lead {
  font-size: 1.1em;
}

.goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 30px 3%;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .goods-list {
    margin-bottom: 80px;
  }
}
.goods-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47.7%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .goods-list__item {
    width: 22.7%;
  }
}
.goods-list__item__cards > div:not(.item-thumb) {
  padding: 3px 3px 0;
  line-height: 1.3em;
}
.goods-list__item__cards .item-thumb {
  cursor: pointer;
  border: 1px solid #d8d4d3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  aspect-ratio: 1/1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .goods-list__item__cards .item-thumb {
    margin-bottom: 10px;
  }
}
.goods-list__item__cards .item-thumb.noimg {
  cursor: default;
}
.goods-list__item__cards .item-thumb:hover {
  opacity: 0.7;
}
.goods-list__item__cards .item-thumb.noimg:hover {
  opacity: 1;
}
.goods-list__item__cards .item-thumb img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.goods-list__item__cards .item-name {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

.tokuten__item {
  background-color: rgba(241, 192, 190, 0.35);
  padding: 25px 15px;
}
@media screen and (min-width: 1025px) {
  .tokuten__item {
    padding: 25px 45px 60px;
    width: 80%;
    margin: 0 auto;
  }
}
.tokuten__item__name {
  text-align: center;
  color: #BC1414;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  line-height: 1.7em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (min-width: 1025px) {
  .tokuten__item__name {
    font-size: 1.4em;
  }
}
.tokuten__item__photo {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .tokuten__item__photo img {
    width: 70%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=goods.css.map */