@charset "utf-8";

#bread{ padding: 30px 2%; }

/* ------------------------------------------------------------ fv */

#fv { margin-top: 0; padding: 165px 0 170px;  min-width: 1100px;}
.fv_title { font-size: 40px; text-align: center; line-height: 100%; color: #fff; letter-spacing: 6px; text-indent: 6px; font-weight: bold; 
font-family: helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif; }
.fv_title span { display: block; padding: 10px 0 0; font-size: 14px; letter-spacing: 2px; text-indent: 2px; } 



/* ------------------------------------------------------------ mobile */

@media only screen and (max-width:768px) {
	
	#bread{ white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 15px 2% 30px}
	
/* ------------------------------------------------------------ fv */

	#fv { padding: 108px 0; min-width: inherit;}
	.fv_title { font-size: 25px; text-align: center; line-height: 100%; color: #fff; letter-spacing: 6px; text-indent: 6px; 
	font-family: helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif; }
	.fv_title span { display: block; padding: 10px 0 0; font-size: 12px; letter-spacing: 2px; text-indent: 2px; } 
	



}