@charset "utf-8";
.product-list-content{
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align: stretch;
	align-items: stretch;	
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-list-content .product-diteil-content{
	width: 48%;
	margin-top: 20px;
}
.product-list-content .product-diteil-content a{
	display: block;
}
.product-list-content .product-diteil-content .image-area{
	width: 100%;
	margin-bottom: 1.25vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 150px;
}
.product-list-content .image-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-list-area{
	margin-top: 0px;
}
.product-list-area .product-name {
	font-size: 14px;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 27px;
	line-height: 1.8;
}
.product-list-area .product-description {
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: .14em;
	line-height: 1.8;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.product-list-area .product-footer-area{
	text-align: left;
}
.product-list-area .product-price-area{
	margin: 4.25vw 0;
	text-align: right;
}
.product-list-area .product-price-area .price{
	font-size: 20px;
}
.product-list-area .btn-area{
	font-size: 10px;
	padding: 10px 10px;
	border: 1px solid #3f3f3f;
	transition: all 400ms;
	letter-spacing: .16em;
	text-align: center;
}
.product-list-area li a:hover .btn-area{
	background-color: #3f3f3f;
	color: #fff;
}
.product-list-area li a.touch_event{
	opacity: 0.5;
}
.product-list-area li a{
	display: block;
}
.product-diteil-content.sale{

}
.product-diteil-content.sale .product-price-area{
	color: #b10505;
	font-weight: bold;	
}
.product-diteil-content .image-area{
	position: relative;
}
.product-diteil-content.icon_1 .image-area::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 30px;
	background-image: url(../../image/pc/product_icon/icon_1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.product-diteil-content.icon_2 .image-area::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 30px;
	background-image: url(../../image/pc/product_icon/icon_2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.page-category--product .product-type-area{
	width: 150px;
	position: relative;
	z-index: 500;
}
.page-category--product .product-type-area .btn{
	background: url(../../image/pc/product_list/ico_form_select.png) no-repeat;
	background-position: center right 10px;
	background-size: 10px 6px;
	font-size: 13px;
	border: 1px solid #999;
	padding: 10px 20px;
	border-radius: 20px;
	width: 100%;
    display: block;
    text-align: left;
}
.page-category--product .product-type-area ul{
	position: absolute;
	top: 19px;
	width: 100%;
	border: 1px solid #999;
	border-top: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 20px;
	z-index: -10;
	background-color: #fff;
}
.page-category--product .product-type-area ul a{
	display: block;
	text-align: left;
	padding: 10px 10px 10px 20px;
}
.product-num-area{
	margin-top: 30px;
}
.product-num-area .all-product{
	font-size: 1.6rem;
}