@charset "utf-8";
/*------------------------------------------------------------
	product
------------------------------------------------------------*/
#main .product .flexWrap {
	display: flex;
	justify-content: space-between;
}
#main .product .flexWrap.reverse {
	flex-direction: row-reverse;
}
#main .product .contentBox {
	margin-bottom: 8rem;
	padding-bottom: 5.4rem;
}
#main .product .contentBox.border-b {
	border-bottom: 1px solid #eee;
}
#main .product .contentBox.mb-0 {
	margin-bottom: 0;
}
#main .product .contentBox.pb-0 {
	padding-bottom: 0;
}
#main .product .contentBox.pb-80 {
	padding-bottom: 8rem;
}
#main .product .leftBox,
#main .product .rightBox {
	width: calc(50% - 4rem);
}
#main .product .flex-end {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media all and (max-width: 896px) {
	#main .product .contentBox {
		margin-bottom: 4.8rem;
		padding-bottom: 4rem;
	}

	#main .product .flexWrap,
	#main .product .flexWrap.reverse {
		flex-direction: column;
	}
	#main .product .contentBox.pb-80 {
		padding-bottom: 4rem;
	}
	#main .product .leftBox,
	#main .product .rightBox {
		width: auto;
	}
	#main .product .photoBox.sp-mt {
		margin-top: 32px;
	}
}

.pageTitle {
	background-image: url(../img/product/page_img.jpg);
}

#main .product .proTopContent {
	margin-bottom: 8rem;
}
#main .product .logoMain {
	display: block;
	max-width: 224px;
	margin: 2.4rem auto 4rem;
}
#main .product .topTxt {
	text-align: center;
	line-height: 2.07;
	letter-spacing: 0.02em;
}

#main .product h3 {
	margin-bottom: 3.2rem;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.95;
	letter-spacing: 0.02em;
}
#main .product h3 span {
	display: block;
	font-size: 1.8rem;
}

#main .product .photoBox.mb-40 {
	margin-bottom: 4rem;
}
#main .product .photoBox.mb-80 {
	margin-bottom: 8rem;
}
#main .product .text {
	margin-bottom: 4rem;
  line-height: 2.07;
	letter-spacing: 0.04em;
}
#main .product .flex-end .text {
	margin-bottom: 6.6rem;
}
@media (min-width: 897px) {
	#main .product .flex-end .text  {
		margin-bottom: 0;
	}
}

#main .product .gallery {
	display: flex;
	justify-content: space-between;
}
#main .product .gallery .photoBox {
	max-width: 320px;
}
@media all and (max-width: 896px) {
	#main .product .proTopContent {
		margin-bottom: 4;
	}
	#main .product .logoMain {
		margin: 4.8rem auto 4rem;
	}
	#main .product .topTxt {
		font-size: 1.2rem;
		line-height: 2.16;
	}

	#main .product .photoBox.mb-80 {
		margin-bottom: 4rem;
	}

	#main .product h3 {
		margin-bottom: 2.4rem;
	}
	#main .product .text {
		margin-bottom: 0;
	}
	#main .product .flex-end .text {
		margin-bottom: 2.4rem;
	}

	#main .product .reverse .photoBox {
		margin-top: 2.4rem;
	}

	#main .product .gallery .photoBox {
		width: calc(100% / 3 - 1.6rem);
	}
}
@media all and (max-width: 680px) {
	#main .product .gallery {
		flex-wrap: wrap;
		row-gap: 2.4rem;
	}
	#main .product .gallery .photoBox {
		width: calc(100% / 2 - 1.2rem);
	}
}