/* 画像の割当（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");
}
.ito h1 {
	letter-spacing: -.023em;
    white-space: nowrap;
}
.tagline_txt .hotel-logo { width: 253px;}

.fv.is-kv-animated .slide .fg {
	background-position: center -215px!important;
}
@media (max-width: 1179px) {
	.fv.is-kv-animated .slide .fg {
		background-position: center!important;
	}
}
@media (max-width: 809px) {
	.fv.is-kv-animated .slide .fg {
        background-position: center -93px !important;
    }
	.tagline_txt .hotel-logo { width: 177px;}
}
@media (max-width: 706px) {
    .fv.is-kv-animated .slide .fg {
        background-position: 80.5% -51px !important;
		background-size: 706px !important;
    }
}