@charset "UTF-8";

/*
#key-visual:before{
	background-image: url(../images/property-key-visual.jpg);
}
*/
.kv-bg{
	background-image: url(../images/property-key-visual.jpg);
}


.cat-list{
	max-width: 89rem;
	margin: 0 auto 8rem;
	--spacing: .2em;
}
.cat-list li{
	width: 28rem;
}
.cat-list a{
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid #222222;
	transition: .3s all ease;
}
.cat-list .current a,
.cat-list a:hover{
	border-bottom: 1px solid #222222;

}
.cat-list .en{
	font-size: 2.2rem;
	margin-right: 2rem;
}


.product-list{
	justify-content: flex-start;
}
.product-list li{
	width: calc((100% - 3rem) /2);
	
}
.product-list li:not(:nth-last-of-type(-n+3)){
	margin-bottom: 8rem;
}
.product-list li:not(:nth-of-type(2n)){
	margin-right: 3rem;
}
.product-list li a{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.area{
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 1.5rem;
	width: 100%;
	padding-left: 3.5rem;
	line-height: 1.3;
}
.area:before{
	content: "";
	display: block;
	width: 1px;
	height: 4.5rem;
	background: #fff;
	transform: translate(-3.5rem, -.5rem) rotate(45deg);
	transform-origin: left bottom;
	flex-shrink: 0;
}
.product-list .pic{
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
	margin-bottom: 2rem;
}
.product-list .pic img{
	/*height: 49rem;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.product-list .pic:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: .3s all ease;
}
.product-list :hover .pic:after{
	opacity: 0;
}
.product-list .cat{
	margin: 3rem 0 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .3rem 2.1rem;
	font-size: 1.6rem;
	letter-spacing: .3em;
	border: 1px solid #222222;
}
.product-list h2{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}
.product-list .cont{
	/*overflow: hidden;*/
	width: 100%;
}
.product-list .height{
	/*height: calc(1.6em * 2);*/
}
.property-data{
	border-left: 1px solid #fff;
	padding: 0 0 0 1rem;
}
.property-data dl{
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.property-data dl:not(:last-of-type){
	margin-bottom: 1rem;
}
.property-data dt{
	flex-shrink: 0;
}
.property-data dt:after{
	content: "：";
}
.wp-pagenavi{
	margin-top: 6rem;
}
.tit{
	margin-bottom: 1rem;
}
.tit .en{
	font-size: 2rem;
    margin-right: 1rem;
}
@media screen and (max-width: 768px){
	.cat-list{
		max-width: 100%;
		margin: 0 auto 4.5rem;
	}
	.cat-list li{
		width: calc(33.333% - 1rem);
	}
	.cat-list a{
		font-size: 1.2rem;
		padding-bottom: 1rem;
		display: block;
		text-align: center;
	}

	.cat-list .en{
		font-size: 1.6rem;
		margin: 0 0 .6rem 0;
		letter-spacing: .1em;
		display: block;
	}


	.product-list{
		display: block;
		padding: 0;
	}
	.product-list li{
		width: 100%;
		margin-bottom: 6rem;
	}
	.product-list li:not(:nth-of-type(3n)){
		margin-right: 0;
	}

	.area{
		margin-bottom: 1rem;
	}
	.area:before{
		height: 4rem;
		background: #fff;
		transform: translate(-3.5rem, -.5rem) rotate(45deg);
	}
	.product-list .pic{
		margin-bottom: 1rem;
	}
	.product-list .pic img {
		
	}
	.product-list .cat{
		margin: 3rem 0 1.5rem;
		padding: .2rem 1.8rem;
		font-size: 1.3rem;
	}
	.product-list h2{
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.wp-pagenavi{
		margin-top: 6rem;
	}

}