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

.sale-ribbon {
  position: absolute;
  bottom: 0;
  right: 0;
width: 150px;
  height: 30px;
  background: rgba(219, 17,106, 0.5);
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 25.5px;
  text-align: center;
  transform: rotate(-45deg) translate(75px, -40px);
  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;
}



.swiper-wrapper{
	margin-left:0px;
}

.thumb-img {
	padding-top: 2px !important;
}

.p-product-thumb-list__img{
  cursor: pointer;
}


/* サムネイルのスタイル */
.p-product-img__thumb .swiper-slide {
  opacity: 0.5;
}

/* サムネイルのアクティブスタイル */
.p-product-img__thumb .swiper-slide-thumb-active {
  opacity: 1;
}


.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}

section h2{
	width:150px;
	margin:10px 0 0 0;
	padding-bottom:1px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	border:1px solid #bbb;
	border-bottom:none;
	border-radius:4px 4px 0 0;
	background: linear-gradient(to bottom, #fdfdfd 20%, #eeeeee);
}

section h4{
	position:relative;
	width:100%;
	margin:0;
	font-size:15px;
	line-height:15px;
	font-weight:bold;

	border-top:1px solid #bbb;

}
section h4 span{
	position:absolute;
	top:-21px;
	left:170px;
}

.h2long{
  	margin-top:100px;
	width:300px;
  	background: linear-gradient(to bottom, #f3f3f3 30%, #dfdfdf);
}

th{
  background: linear-gradient(to bottom, #fafafa 20%, #f1f1f1);
}

/* お気に入りボタン */
.product__fav-item {
	margin: 10px 0 10px 24px;
}

.product__fav-item button {
	padding: 0;
	cursor: pointer;
	color: #569c11;
	font-weight:bold;
	border: 1px solid #569c11;
	border-radius:16px;
	padding:5px 12px;
	background-color: transparent;
}

.product__fav-item .fav-items {
	color: #5c0857;
	border: 1px solid #5c0857;

}

.product__fav-item svg {
  width: 17px;
  height: 17px;
  vertical-align: -.35em;
  fill: currentColor;
}

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