<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.contents--splash{
	width: 65.3846153846vw;
    margin: 2.3076923077vw auto -3vw;
	margin-top: 7.6923076923vw;
}

.splashbanner{
	position: fixed;
    right: 6.5384615385vw;
    bottom: 1.3384615385vw;
    z-index: 9;
	width: 16.667vw;
}

@media screen and (max-width: 767px) {
.contents--splash{
	width:80vw;
    margin: 2.3076923077vw auto 0;
	margin-top: 4vw;
}
.splashbanner{
	position: fixed;
        right: 12.2222222222vw;
        bottom: 13.3333333333vw;
        z-index: 9;     
	width: 30.667vw;
}
}</pre></body></html>