header{
	padding: 6px 0;
}
.head_end_p{
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	font-weight: 400;
}
.goods_jigo_p{
	font-size: 16px;
	text-align: center;
	padding: 1em 0;
	font-weight: 700;
}
.head_end_btn_div{
	padding: 3px 0;
	margin: 3px auto;
	text-align: center;
	width: 90%;
	max-width: 250px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.goods_end_btn_div{
	max-width: 300px;
	margin-bottom: 20px;
}
@media screen and (max-width: 375px) {
	.head_end_p{
		font-size: 3.4vw;		
	}
}