.product-image-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden; /* リボンのはみ出し防止 */
}

.sale-ribbon {
position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 30px;
  background: rgba(219, 17,106, 0.5);
  color: white;
  font-weight: bold;
  font-size: 17px;
  line-height: 25.5px;
  text-align: center;
  transform: rotate(-45deg) translate(70px, -32px);
  transform-origin: bottom right;
  z-index: 5;
  pointer-events: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
letter-spacing: 0.15em;
}

span.teika{
	text-decoration:line-through;
}

span.teika_aka{
	color:#e71c1c;
	font-weight:bold;
}

.productlist-unit img,
.history-unit img{
 	width:100%;
  	aspect-ratio:1;
}