@charset "UTF-8";
.proItem {}
.proItem > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 0;
}
.proItem_image {
	padding-bottom: 68.8%;
}
.proItem_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proItem_areaText {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 44px 40px 28px;
	color: #fff;
}
.proItem_areaText[data-animation] {
	transition-delay: .5s;
}
.proItem_areaText_inner {
	position: relative;
	z-index: 0;
	height: 100%;
}
.proItem_title {
	font-size: 18px;
	line-height: 1.44;
	max-height: 2.88em;
	position: absolute;
	z-index: 1;
	width: 100%;
	transition-duration: 0.5s;
	transition-property: transform, opacity;
	transition-delay: 0s;
}
.proItem_title-bottom {
	bottom: 0;
	transition-delay: .3s;
}
.proItem_title-top {
	top: 0;
	transform: translateY(-10px);
	opacity: 0;
}
.proItem_tableWrap {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	transition-duration: 0.5s;
	transition-property: transform, opacity;
	opacity: 0;
	transform: translateY(10px);
}
.proItem_table {
	width: 100%;
	font-size: 12px;
	table-layout: fixed;
	line-height: 1.8;
}
.proItem_table > tbody {}
.proItem_table > tbody > tr {}
.proItem_table > tbody > tr > th {
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	font-weight: inherit;
	width: 3em;
}
.proItem_table > tbody > tr > th::after {
	content: "：";
}
.proItem_table > tbody > tr > td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.proItem_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 40.16%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.40), rgba(255, 255, 255, 0));
	bottom: 0;
	mix-blend-mode: multiply;
	transition-duration: .3s;
	transition-property: opacity;
}
.proItem_mask {
	mix-blend-mode: multiply;
	transition-duration: .3s;
	transition-property: opacity;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
	opacity: 0;
}
.proItem_areaTextWrap {
	position: relative;
	z-index: 1;
}
.proItem_title-outside {
	margin-top: 14px;
	position: relative;
	width: auto;
	transition-delay: 0.5s;
}
.proItem_areaText-outside {
	padding: 40px 36px 22px;
}
.proItem_title-outsideS {
	font-size: 15px;
	margin-top: 8px
}
@media screen and (max-width:1299px) {
	.proItem_areaText {
		padding: 20px 20px 15px;
	}
}
@media screen and (max-width:1199px) {
	.proItem_title {
		font-size: 16px;
	}
	.proItem_table {
		font-size: 11px;
		line-height: 1.7;
	}
}
@media screen and (min-width:1000px) {
	a:hover .proItem_title-bottom {
		opacity: 0;
		transform: translateY(10px);
		transition-delay: 0s;
	}
	a:hover .proItem_title-top {
		transform: translateY(0);
		opacity: 1;
	}
	a:hover .proItem_tableWrap {
		opacity: 1;
		transform: translateY(0);
		transition-delay: .3s;
	}
	a:hover .proItem_tableWrap-outside {
		transition-delay: 0s;
	}
	a:hover .proItem_bg {
		opacity: 0;
	}
	a:hover .proItem_mask {
		opacity: 1;
	}
	.proItem > a:hover {}
}
@media screen and (max-width: 999px) {
	.proItem {}
	.proItem > a {}
	.proItem_image {}
	.proItem_image > img {}
	.proItem_areaText {}
	.proItem_areaText[data-animation] {}
	.proItem_areaText_inner {}
	.proItem_title {}
	.proItem_title-bottom {}
	.proItem_title-top {}
	.proItem_tableWrap {}
	.proItem_table {}
	.proItem_table > tbody {}
	.proItem_table > tbody > tr {}
	.proItem_table > tbody > tr > th {}
	.proItem_table > tbody > tr > th::after {}
	.proItem_table > tbody > tr > td {}
	.proItem_bg {}
	.proItem_mask {}
	.proItem_areaTextWrap {}
	.proItem_title-outside {
		font-size: 14px;
		margin-top: 10px;
	}
	.proItem_areaText-outside {}
	.proItem_title-outsideS {
		margin-top: 8px
	}
	.proItem_bg-tabletNone {
		display: none;
	}
	.proItem_mask-tabletNone {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.proItem {}
	.proItem > a {}
	.proItem_image {}
	.proItem_image > img {}
	.proItem_areaText {
		padding: 13px 13px 12px;
	}
	.proItem_areaText[data-animation] {}
	.proItem_areaText_inner {}
	.proItem_title {
		font-size: 12px;
	}
	.proItem_title-bottom {}
	.proItem_title-top {}
	.proItem_tableWrap {}
	.proItem_table {}
	.proItem_table > tbody {}
	.proItem_table > tbody > tr {}
	.proItem_table > tbody > tr > th {}
	.proItem_table > tbody > tr > th::after {}
	.proItem_table > tbody > tr > td {}
	.proItem_bg {}
	.proItem_mask {
		opacity: 1;
	}
	.proItem_areaTextWrap {}
	.proItem_title-outside {
		margin-top: 5px;
	}
	.proItem_areaText-outside {}
	.proItem_title-outsideS {
		margin-top: 8px;
		font-size: 13px;
	}
}
