title_top {
	position: relative;
	display: block;
	width:100%;
	margin-top:70px;
	margin-bottom: 42px;
	letter-spacing: 0.1em;
	color: #281a14;
	font-size: 32px;
	line-height:1;
	text-align: center;
	font-family: adobe-garamond-pro, serif;
	font-feature-settings: "palt";
	font-weight:bold;
}

title_top span {
	display: table;
	position: relative;
	margin: auto;
	padding-bottom: 15px;
	letter-spacing: 0;
	color: #281a14; line-height: 56px; font-size: 50px;
	font-family: 'Josefin Sans', sans-serif;
	font-feature-settings: "palt";
	background-size: contain;
	background-image: -webkit-linear-gradient(0deg, #281a14 0%, #281a14 100%);
	background-image: -moz-linear-gradient(0deg, #281a14 0%, #281a14 100%);
	background-image: -o-linear-gradient(0deg, #281a14 0%, #281a14 100%);
	background-image: linear-gradient(90deg, #281a14 0%, #281a14 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}