.sm-slider li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 160px;
	padding: 0 30px;
	line-height: 120px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	margin-bottom: 0.3em;
}
header {
    top:-8;
}

#sublimeslide h1 {
    position: absolute;
    top: 32%;
    text-align: center;
    font-size: 30px;
    color: white;
    letter-spacing: 0.2em;
    line-height: 2.5em;
    left: 0;
    right: 0;
    z-index: 1;
}
/* スマホ向け */
@media screen and (max-width:767px) {
    #sublimeslide h1 {
        top: 13%;
        font-size: 4.2vw;
        width: 100%;
    }
}