/* 画像の割当（1枚目までpreload） */
.fv.is-kv-animated .slide:nth-child(1) .bg,
.fv.is-kv-animated .slide:nth-child(1) .fg {
	background-image: url("../img/kv01.webp");
}
.fv.is-kv-animated .slide:nth-child(1) .fg {
    background-position-y: -128px;
}
.tagline_txt .hotel-logo {
	width: 87px;
}
@media (max-width: 1179px) {
	.fv.is-kv-animated .slide:nth-child(1) .fg {
		background-position-y: -5px;
	}
}
@media (max-width: 809px) {
	.fv.is-kv-animated .slide .fg {
        background-size: 695px !important;
        background-position: 50.5% -43px !important;
	}
	.tagline_txt .hotel-logo {
		width: 74px;
	}
	.premium .tagline_txt {
        padding: 92px 20px 24px!important;
    }
	.premium h1 {
        width: 300px!important;
        margin-inline: auto!important;
	}
}