@charset "UTF-8";
/*--------------------------------------------
PAGE TITLE
---------------------------------------------*/
#main-title h1 {
	letter-spacing: .08em;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 1024px){
	#main-title {
		height: calc( ( 388 - 60 ) * 100vw / 1024 );
	}
	#main-title h1 {
		font-size: 6rem;
		background-color: #231815;
		margin: auto;
		width: 250px;
		padding-top: 10px;
	}
	#main-title h1 img{
		height:60px;
	}
}
@media print,screen and (min-width: 1025px){
	#main-title {
		height: calc( 269px - 34px );
		margin-top: 140px;
	}
	#main-title h1 {
		font-size: 5.8rem;
		background-color: #231815;
		margin: auto;
		width: 400px;
		padding-top: 10px;
		
	}
	#main-title h1 img{
		height:100px;
	}
}