@charset "UTF-8";
.pageNav {
	max-width: 830px;
	margin: 0 auto 67px;
}
.pageNav_list {
	list-style: none;
	display: flex;
}
.pageNav_list > li {
	width: 18%;
	margin-left: 2.5%;
}
.pageNav_list > li:first-child {
	margin-left: 0;
}
.pageNav_list > li:last-child {}
.pageNav_list > li:nth-child(2n+1) {}
.pageNav_list > li:nth-child(n+3) {}
.pageNav_list > li > a {
	font-size: 22px;
}
.pageNav_list > li > a.isCurrent {
	background: rgba(255, 255, 255, 0);
	color: #9E895B;
	border-color: #9E895B;
}
.pageNav_list > li > a::before {
	content: "";
}
.pageNav_list > li > a::after {
	width: 18px;
}
.areaProd {
	display: none;
}
.areaProd.isCurrent {
	display: block;
}
.areaProd:last-child {
	margin-bottom: 0;
}
.areaProd:last-child {
	margin-bottom: 0;
}
.prod {}
.prod_title {
	font-size: 57px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 49px;
	position: relative;
	z-index: 1;
}
.prod_title::before {
	content: "";
	display: block;
	width: 100vw;
	height: 2px;
	background-color: #9E895B;
	top: 0.6em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	position: absolute;
	z-index: 1;
	margin-right: 27px;
}
.prod_title-mbL {
	margin-bottom: 100px;
}
.prod_dList {
	list-style: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 70px;
}
.prod_dList > dt {
	background-color: #333;
	color: #fff;
	padding: 3px 10px;
	min-width: 90px;
	text-align: center;
	top: 6px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.prod_dList > dd {
	margin-left: 30px;
}
.prod_imgList {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.prod_imgList > li {
	width: 49%;
}
.prod_imgList > li:first-child {}
.prod_imgList > li:last-child {}
.prod_imgList > li:nth-child(2n+1) {}
.prod_imgList > li:nth-child(n+3) {}
.prod_fig {}
.prod_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.prod_fig > figcaption {
	margin-top: 2px;
	text-align: right;
	margin-right: 7px;
}
.prod_text {
	text-align: center;
	margin-bottom: 48px;
}
.prod_look {
	margin-bottom: 31px;
	text-align: center;
}
.prod_pdfList {
	list-style: none;
	max-width: 265px;
	margin: 0 auto 55px;
}
.prod_pdfList > li {}
.prod_pdfList > li:first-child {}
.prod_pdfList > li:last-child {}
.prod_pdfList > li:nth-child(2n+1) {}
.prod_pdfList > li:nth-child(n+3) {}
.prod_pdfList > li > a {}
.prod_pdfList > li > a::before {}
.prod_pdfList > li > a::after {
	content: "";
}
.prod_pdfList > li > a > .icon {}
.prod_pdfList:last-child {
	margin-bottom: 0;
}
.areaProdWrap {}
@media screen and (min-width:1000px) {
	.pageNav_list > li > a:hover {}
	.prod_pdfList > li > a:hover {}
}
@media screen and (max-width:999px) {
	.pageNav {
		max-width: none;
		margin-bottom: 55px;
	}
	.pageNav_list {}
	.pageNav_list > li {}
	.pageNav_list > li:first-child {}
	.pageNav_list > li:last-child {}
	.pageNav_list > li:nth-child(2n+1) {}
	.pageNav_list > li:nth-child(n+3) {}
	.pageNav_list > li > a {
		font-size: 19px;
	}
	.pageNav_list > li > a::before {}
	.pageNav_list > li > a::after {
		right: 9px;
	}
	.areaProd {}
	.areaProd:last-child {}
	.prod {}
	.prod_title {
		font-size: 48px;
		margin-bottom: 35px;
	}
	.prod_title::before {
		margin-right: 8px;
	}
	.prod_title-mbL {}
	.prod_dList {
		margin-bottom: 50px;
	}
	.prod_dList > dt {}
	.prod_dList > dd {}
	.prod_imgList {
		margin-bottom: 50px;
	}
	.prod_imgList > li {}
	.prod_imgList > li:first-child {}
	.prod_imgList > li:last-child {}
	.prod_imgList > li:nth-child(2n+1) {}
	.prod_imgList > li:nth-child(n+3) {}
	.prod_fig {}
	.prod_fig > img {}
	.prod_fig > figcaption {}
	.prod_text {
		margin-bottom: 38px;
	}
	.prod_look {
		margin-bottom: 25px;
	}
	.prod_pdfList {
		margin-bottom: 40px;
	}
	.prod_pdfList > li {}
	.prod_pdfList > li:first-child {}
	.prod_pdfList > li:last-child {}
	.prod_pdfList > li:nth-child(2n+1) {}
	.prod_pdfList > li:nth-child(n+3) {}
	.prod_pdfList > li > a {}
	.prod_pdfList > li > a::before {}
	.prod_pdfList > li > a::after {}
	.prod_pdfList > li > a > .icon {}
	.prod_pdfList:last-child {}
}
@media screen and (max-width:767px) {
	.pageNav {
		margin-bottom: 40px;
	}
	.pageNav_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.pageNav_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.pageNav_list > li:first-child {}
	.pageNav_list > li:last-child {}
	.pageNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.pageNav_list > li:nth-child(n+3) {
		margin-top: 4%;
	}
	.pageNav_list > li > a {
		font-size: 16px;
	}
	.pageNav_list > li > a::before {}
	.pageNav_list > li > a::after {}
	.areaProd {}
	.areaProd:last-child {}
	.prod {}
	.prod_title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.prod_title::before {
		height: 1px;
	}
	.prod_title-mbL {
		margin-bottom: 40px;
	}
	.prod_dList {
		display: block;
		margin-bottom: 20px;
	}
	.prod_dList > dt {
		margin-bottom: 10px;
		max-width: 100px;
		min-width: 0;
	}
	.prod_dList > dd {
		margin-left: 0;
	}
	.prod_imgList {
		margin-bottom: 20px;
	}
	.prod_imgList > li {}
	.prod_imgList > li:first-child {}
	.prod_imgList > li:last-child {}
	.prod_imgList > li:nth-child(2n+1) {}
	.prod_imgList > li:nth-child(n+3) {}
	.prod_fig {}
	.prod_fig > img {}
	.prod_fig > figcaption {
		font-size: 13px;
		margin-top: 0;
	}
	.prod_text {
		margin-bottom: 25px;
		text-align: left;
	}
	.prod_look {
		margin-bottom: 15px;
	}
	.prod_pdfList {
		margin-bottom: 30px;
	}
	.prod_pdfList > li {
		width: 233px;
		margin: 0 auto 10px;
	}
	.prod_pdfList > li:first-child {}
	.prod_pdfList > li:last-child {
		margin-bottom: 0;
	}
	.prod_pdfList > li:nth-child(2n+1) {}
	.prod_pdfList > li:nth-child(n+3) {}
	.prod_pdfList > li > a {}
	.prod_pdfList > li > a::before {}
	.prod_pdfList > li > a::after {}
	.prod_pdfList > li > a > .icon {}
	.prod_pdfList:last-child {}
}
