/* GOODS */
.goods .box-now-printing {
  padding: 80px 20px;
  text-align: center;
  background-color: #b7b5b5;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
}
.goods::after {
  background-image: url(../img/common/bg-goods.jpg);
  background-position: bottom center;
}
.goods .section__inner {
  background: rgba(39, 33, 23, 0.63);
  padding-top: 80px;
}
.goods .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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 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 .goods-list {
    margin-bottom: 80px;
  }
}
.goods .goods-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47%;
  margin-bottom: 0;
}
.goods .goods-list__item__cards > div:not(.item-thumb) {
  padding: 3px 3px 0;
  line-height: 1.3em;
}
.goods .goods-list__item__cards .item-thumb {
  cursor: pointer;
  border: 1px solid rgba(149, 149, 149, 0.3);
  -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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .goods .goods-list__item__cards .item-thumb {
    margin-bottom: 7px;
  }
}
.goods .goods-list__item__cards .item-thumb.noimg {
  cursor: default;
}
.goods .goods-list__item__cards .item-thumb:hover {
  opacity: 0.7;
}
.goods .goods-list__item__cards .item-thumb.noimg:hover {
  opacity: 1;
}
.goods .goods-list__item__cards .item-thumb.noborder {
  border: none;
}
.goods .goods-list__item__cards .item-thumb .gray-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
.goods .goods-list__item__cards .item-thumb img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.goods .goods-list__item__cards .item-name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.goods .goods-list__item__cards .icon-new {
  background: #6e603e;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 5px;
}
.goods .tokuten__item {
  background-color: rgba(255, 255, 255, 0.02);
  padding: 25px 15px;
}
@media screen and (min-width: 1025px) {
  .goods .tokuten__item {
    padding: 25px 45px 60px;
    width: 80%;
    margin: 0 auto;
  }
}
.goods .tokuten__item__name {
  text-align: center;
  color: #C90003;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  line-height: 1.7em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (min-width: 1025px) {
  .goods .tokuten__item__name {
    font-size: 1.4em;
  }
}
.goods .tokuten__item__photo {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .goods .tokuten__item__photo img {
    width: 70%;
    margin: 0 auto;
  }
}
.goods footer {
  padding-top: 0;
}
.goods footer .footer__inner {
  background: rgba(39, 33, 23, 0.63);
}/*# sourceMappingURL=goods.css.map */