#product ul {
	background: url(//monstork.itembox.design/item/serizawa/product/product.jpg?1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	max-width: 860px;
    margin: 0 auto;
	padding: 10vh 0;
}
#product li {
	text-align: center;
	line-height: 3em;
}
#product li a {
	color: #fff;
	font-size: 26px;
}
@media screen and (min-width: 813px) {
	section:nth-of-type(2) {
		margin: 120px 0 60px;
	}
	#product ul {
		background-size: auto 100%;
		padding: 15vh 0;
	}
	#product li {
		line-height: 2.8em;
	}
}
