@charset "utf-8";
/* common fv */
.common_fv__inner {
	padding-bottom: 8rem;
}
.common_fv__ttl {
	width: 63%;
}
.common_fv h2 {
	margin-bottom: 3rem;
}
.common_fv__img {
	width: 38%;
}
/* product_content */
.product_content {
	padding-bottom: 10rem;
}
.product_box__inner {
	justify-content: space-between;
}
.product_box {
	margin-bottom: 5rem;
}
.product_slider {
	width: 47%;
}
.product_detail {
	width: 47%;
}
.product_detail__txt {
	margin: 0;
	font-size: 1.6rem;
	line-height: 2.5;
}
.slick-dots li {
	width: 8px;
	height: 8px;
}
.slick-dots li button:before {
	font-size: 0;
	border: 1px solid #b10000;
	width: 8px;
	height: 8px;
	border-radius: 5rem;
}
.slick-dots li.slick-active button:before {
	background-color: #b10000;
	opacity: 1;
}

@media screen and (max-width: 768px){
	.common_fv__ttl {
		width: 100%;
	}
	.common_fv__img {
		width: 100%;
		text-align: right;
		margin-bottom: 2rem;
	}
	.common_fv__img img {
		width: 78%;
	}
	/* product_content */
	.product_content {
		padding: 0 3rem 2rem;
	}
	.product_box__inner {
		flex-direction: column;
		align-items: center;
	}
	.common_ttl2 {
		margin: 0 0 3.5rem;
	}
	.product_slider {
		width: 80%;
	}
	.product_detail {
		width: 100%;
	}
	.product_detail__txt {
		font-size: 1.4rem;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
	}
}
