/* ------------------------------------------------------------ fv */
#fv .fv_title {
	position: relative;
	font-size: 24px;
	letter-spacing: 6px;
	text-indent: 6px;
	text-align: center;
	padding: 0 0 46px;
}

#fv .fv_title::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 120px;
	height: 1px;
	background: #000;
}

#fv .fv_title span {
	display: block;
	font-size: 84px;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 24px;
	text-indent: 24px;
	margin: 0 0 18px;
}


/* ------------------------------------------------------------ button */
.black_btn {
	text-align: center;	
}

.black_btn a {
	display: inline-block;
	overflow: hidden;
	min-width: 280px;
	background: #000;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #fff;
	padding: 20px 0;
	box-sizing: border-box;
}

.top_btn {
	text-align: center;
	margin: 140px auto;
}

.top_btn a {
	display: inline-block;
	overflow: hidden;
	min-width: 260px;
	background: #000;
	font-size: 20px;
	color: #fff;
	letter-spacing: 4px;
	padding: 18px 0;
	box-sizing: border-box;
}


@media only screen and (max-width: 767px) {
	#fv .fv_title {
	font-size: 16px;
	letter-spacing: 3px;
	text-indent: 3px;
	padding: 0 0 30px;
	}
	
	#fv .fv_title::before {
		width: 60px;
	}
	
	#fv .fv_title span {
		display: block;
		font-size: 45px;
		letter-spacing: 5px;
		text-indent: 5px;
		margin: 0 0 12px;
	}
	
/* ------------------------------------------------------------ button */
	.black_btn a {
		min-width: 250px;
		font-size: 14px;
		padding: 20px 0;
	}
	
	.top_btn {
		margin: 70px auto;
	}
	
	.top_btn a {
		min-width: 250px;
		font-size: 18px;
		letter-spacing: 2px;
		padding: 18px 0;
	}

	
}

