@charset "UTF-8";

#page_title_section {
	background-image: url("../img/products/top_backimage.jpg");
	background-position: 50% 50%;
}

#line-up_section .container {
	max-width: 980px;
	margin: 0 auto;
}

#line-up_section .sec_top_comment {
	font-size: 16px;
	line-height: 1.8em;
	padding: 50px 0;
	text-align: center;
}

#line-up_section .contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#line-up_section .contents_inner {
	width: 47%;
	padding-bottom: 100px;
}

#line-up_section .contents_inner .prod_name {
	font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6";
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	padding: 25px 0 20px;
	border-bottom: 1px solid #000000;
}

#line-up_section .contents_inner .prod_comment {
	font-size: 16px;
	line-height: 2.0em;
	text-align: justify;
	padding: 20px 0;
}


#shop_link_section {
	background: url("../img/products/shoplink_backimage.jpg");
	background-size: cover;
	background-position: center;
	margin-bottom: 100px;
}

#shop_link_section .container {
	max-width: 980px;
	margin: 0 auto;
}

#shop_link_section .comment {
	font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6";
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8em;
	color: #ffffff;
	padding-bottom: 30px;
	text-align: center;
}



/* スマートフォン用 */
@media screen and (max-width: 768px) {

	#line-up_section .container {
		padding: 0 20px;
	}

	#line-up_section .sec_top_comment {
		font-size: 15px;
	}

	#line-up_section .contents {
		display: block;
	}

	#line-up_section .contents_inner {
		width: 100%;
	}

	#shop_link_section .comment {
		font-size: 16px;
	}

	#shop_link_section .container {
		padding: 0 20px;
	}

}

