@charset "utf-8";


/*------------------------------------
 トップバナー
-------------------------------------*/
.is-sp #spk .topbnr-area {
	width: 90vw;
	margin: 5vw auto 0;
	text-align: center;
	
	& .nosp {
		display: none;	
	}
	& .bnr-title {
		font-size: 4.5vw;
		line-height: 2.0;
		font-weight: bold;
	}
} 
.is-pc #spk .topbnr-area {
	margin-top: 50px;
	text-align: center;
	
	& .nopc {
		display: none;
	} 
	& .bnr-title {
		font-size: 28px;
		line-height: 2.0;
		font-weight: bold;
	}
}