@charset "utf-8";
.product-header{
	width: 100%;
	height: 120px;
}
.product{
	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 .image-box{
	width: 50%;
	min-height: 60vh;
	padding-right: 10px;
}
.product .image-box div{
	overflow: hidden;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	.product .image-box {
		min-height: 40vh;
	}
}

.product .image-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product .product-description-box{
	width: 50%;
	padding:20px 0 20px 30px;
	text-align: left;
}
.product-description-box .product-name{
	width: 100%;
	font-size: 26px;
	line-height: 1.31429;
	letter-spacing: .14em;
	margin-bottom: 20px;
	font-weight: bold;
}
.product-description-box .product-description{
	width: 100%;
	font-size: 14px;
	line-height: 1.41429;
	letter-spacing: 0.24em;
	margin-bottom: 30px;
}
.product-description-box .product-price{
	text-align: right;
	font-size: 26px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.product-description-box .product-price span{
	font-size: 14px;
}
.product-cart-btn{
	padding: 10px;
	margin-bottom: 30px;
}
.product-cart-btn a{
	width: 100%;
	display: block;
	background-color: #b30000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding:20px 0; 
}
.product-description-box .product-description-other{
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	line-height: 1.6;
	font-size:12px; 
	background-color: #f3f3f3;
	margin-bottom: 30px;
}
.image-box--detail{
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.image-box--detail .detail-image{
	width: 100px;
	height: 100px;
	margin: 4.85vw 20px 0 0;	
}
.product-point--area .tel-box{
	width: 100%;
	background-color: #f3f3f3;
	padding: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-point--area .tel-box .left-box{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 21px;
	font-size: 1.2rem;
	letter-spacing: .15em;
	text-align: center;
	width: 30%;
}
.product-point--area .tel-box .right-box{
	width: 60%;
	text-align: left;
	border-left: 1px solid #acacac;
	padding-left: 80px;
	line-height: 1.6;
}
.product-point--area .tel-box .tel-number{
	font-size: 1.4rem;
	display: block;
	letter-spacing: 0.24em;	
	line-height: 1.41429;
}
.page-category--product{
	margin-bottom: 4.85vw;
}
.breadcrumb{
	width: 100%;
	padding:0 20px 30px 20px; 
}
.breadcrumb .breadcrumbs{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start;
}
.breadcrumb .breadcrumbs li{
	margin-right: 30px;
	position: relative;
}
.breadcrumb .breadcrumbs li::after{
	content: ">	";
	padding-left: 20px;
}
.breadcrumb .breadcrumbs li:last-child::after{
	content: "";
}
.breadcrumb .breadcrumbs li a{
	border-bottom: 0.5px solid #1f1f11;
	padding-bottom: 3px;
}
.product-cart-btn .not-online{
	background-color: #858585;
}
.product-cart-btn .not-online-line{
	background-color: #06C755;
	margin-top:2vw;
}
.small-text{
	font-size: 70%;
}



.shop-content-area{
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	margin-bottom: 7.8125vw;
}
.wap h3{
	font-size: 26px;
	line-height: 1.31429;
	letter-spacing: .14em;
}
.wap h3 span{
	font-size: 11px;
	vertical-align: middle;
	margin-left: .7em;
}
.wap .title-area{
	margin-bottom: 4.6875vw;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wap .list-all-link{
	font-size: 13px;
	letter-spacing: .16em;
}
.wap .list-all-link a{
	padding-bottom: 6px;
	position: relative;

}
.wap .list-all-link a:after {
	content: "";
	width: 98%;
	height: 1px;
	background-color: #3f3f3f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: background-color 300ms;
}
.shop-detail-area{
	margin: 0 auto 0;
}
.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: start;
	justify-content: flex-start;
	margin-top: -6.25vw;
}
.product-list-content .product-diteil-content{
	text-align: left;
	width: 25%;
	margin-top: 6.25vw;
	padding: 0 15px;
}
.product-list-content .product-diteil-content:nth-child(4n) {
    margin-right: 0;
}

.product-list-area .image-area{
	width: 100%;
	margin-bottom: 1.25vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 20vw;
	overflow: hidden;
}
.product-list-area .image-area::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.product-diteil-content .image-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.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: 10px;
	margin-bottom: 10px;
	letter-spacing: .14em;
	line-height: 1.8;
	height: 60px;
	text-overflow: ellipsis;
}
.product-list-area .product-footer-area{
	text-align: left;
}
.product-list-area .product-price-area{
	margin-bottom: 1.25vw;
	text-align: right;
}
.product-list-area .btn-area{
	font-size: 10px;
	padding: 5px 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;
}