@charset "utf-8";
/*------------------------------------------------------------
	product_list_bm
------------------------------------------------------------*/
#main .pageTitle {
	margin-bottom: 0;
}
#main .pageTitle h2 {
	border-bottom: none;
}
#main .pageTitle h2 img {
	width: 300px;
}
#main .pageTitle .linkList {
	top: 218px;
}
@media all and (max-width: 767px) {
	#main .pageTitle {
		margin-bottom: 72px;
	}
}
/*------------------------------------------------------------
	comLinkList01
------------------------------------------------------------*/
.comLinkList01 {
	margin: -6.7% 0 9.8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkList01::after {
	width: 32.68%;
	content: '';
}
.comLinkList01 > li {
	margin-top: 6.7%;
	width: 49.5%;
}
.comLinkList01 > li a {
	display: block;
}
.comLinkList01 .pho {
	margin-bottom: 3.2%;
	overflow: hidden;
}
.comLinkList01 .pho span {
	height: 0;
	padding-bottom: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: 0.8s;
}
.comLinkList01 .txtBox .ttl {
	margin-bottom: 2px;
	margin-left: -1.5px;
	font-size: 2.5rem;
	letter-spacing: 0.04em;
	font-family: 'Open Sans', sans-serif;
}
.comLinkList01 .txtBox ul {
	display: flex;
	flex-wrap: wrap;
	color: #5A5A5A;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	font-family: 'Open Sans', sans-serif;
}
.comLinkList01 .txtBox ul li {
	position: relative;
}
.comLinkList01 .txtBox ul li::after {
	width: 6px;
	height: 16px;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/line01.png) no-repeat center center / cover;
	content: '';
}
.comLinkList01 .txtBox ul li:last-of-type::after {
	display: none;
}
.comLinkList01 .txtBox ul li:not(:last-of-type) {
	margin-right: 22px;
}
@media all and (min-width: 1025px) {
	.comLinkList01 > li a:hover .pho span {
		transform: scale(1.07);
	}
}
@media (min-width: 768px) and (max-width: 1000px) {
	.comLinkList01 {
		margin-top: -6.2%;
	}
	.comLinkList01 > li {
		margin-top: 6.2%;
	}
	.comLinkList01 .pho {
		margin-bottom: 0;
	}
	.comLinkList01 .txtBox .ttl {
		margin-bottom: -6px;
	}
}
@media all and (max-width: 767px) {
	.comLinkList01 {
		margin: 0 0 60px;
		display: block;
	}
	.comLinkList01::after {
		display: none;
	}
	.comLinkList01 > li {
		margin: 0 0 62px;
		width: auto;
	}
	.comLinkList01 > li:last-of-type {
		margin-bottom: 0;
	}
	.comLinkList01 > li a {
		display: block;
	}
	.comLinkList01 .pho {
		margin-bottom: 12px;
	}
	.comLinkList01 .txtBox .ttl {
		margin-bottom: 1px;
		font-size: 2.2rem;
	}
	.comLinkList01 .txtBox ul {
		font-size: 1.3rem;
	}
	.comLinkList01 .txtBox ul li::after {
		width: 6px;
		height: 16px;
		position: absolute;
		right: -13px;
		top: 50%;
		transform: translateY(-50%);
		background: url(../img/common/line01.png) no-repeat center center / cover;
		content: '';
	}
	.comLinkList01 .txtBox ul li:last-of-type::after {
		display: none;
	}
	.comLinkList01 .txtBox ul li:not(:last-of-type) {
		margin-right: 22px;
	}
}
@media all and (max-width: 767px) {
	#main .pageTitle h2 img {
		width: 127px;
	}
	#main .pageTitle h2 span {
		margin-bottom: 18px;
	}
	#main .pageTitle .linkList {
		top: 0;
	}
}
