@charset "UTF-8";

.top {
	background-image: url("../../images/products/top.png");
	background-repeat: repeat;
	background-size: 100%;
	background-position: center;
	text-align: center;
	margin: 0;
	padding: 0;
}

.product-list {
	margin: 0;
}

.sec2 p.en {
	color: #c4892d;
	font-size: 32px;
	font-family: 'Caveat',sans-serif;
	text-align: center;
	line-height: 1.2em;
	border-bottom: 1px solid #c4892d;
	margin: 0 15% 20px;
	padding: 0;
}

@media screen and (max-width:374px) {
	.sec2 p.en {
		font-size: 28px;
	}
}