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

/* 共通
--------------------------------------------------------- */
body {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.02em;
    min-width: 320px;
    background: #000;
}
h1 {
	display: none;
}
.vegas-content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.inner {
    width: 50vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.inner img {
	max-width: 100%;
	height: auto;
}
span.inlineB {
    display: inline-block;
	white-space: nowrap;
}
span.red {
	color: #e70020;
}
span.small {
	font-size: 80%;
}
.wrapper {
	display: flex;
	flex-wrap: nowrap;
	position: fixed;
	z-index: 1;
}
a.toga {
	width: 50vw;
	height: 100vh;
	display: flex;
	align-items: center;
}
a.toga img.logo {
	max-width: 180px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
    padding-bottom: 25px;
}
a.tic {
	width: 50vw;
	height: 100vh;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	align-items: center;
}
.top_txt {
	text-align: center;
	width: 100vw;
	height: 100vh;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 20px;
	position: fixed;
	z-index: 2;
	background-color: #000;
	animation: toptxt 12s ease-out forwards;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 3;
	box-sizing: border-box;
}
.pcOnly {
	display: block;
}
@keyframes toptxt {
	0% {opacity:1;}
	10% {opacity:1;}
	70% {opacity:1;}
	90% {opacity:0;}
	100% {opacity:0;}
}
.appeartext {
	margin-bottom: 60px;
	animation: appeartxt 9s ease-out forwards;
}
@keyframes appeartxt {
	0% {opacity:1;}
	80% {opacity:1;}
	100% {opacity:0;}
}
.eachTextAnime span {
	opacity: 0;
}
.eachTextAnime.appeartext span {
	animation: delaytxt 1s ease-out forwards;
}
@keyframes delaytxt {
	0% {opacity:0;}
	100% {opacity:1;}
}
.message {
	font-size: 0.9rem;
	color: #fff;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.2;
	margin-left: 30px;
	filter: drop-shadow(2px 2px 2px #000);
}
.toga .message {
	
}
.msg_ttl {
	margin-bottom: 35px;
}
.msg_ttl span {
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.border {
	width: 300px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
}
.arrow {
	max-width: 30px!important;
	height: auto;
	margin-top: 20px;
}
i {
	font-size: 2rem;
}

/* =========================================================
	1000px
========================================================= */
@media screen and (max-width:1000px){
	.inner {
		width: 100vw;
    	height: 55vh;
	}
	a.toga {
		width: 100vw;
    	height: 45vh;
	}
	a.tic {
		width: 100vw;
    	height: 55vh;
	}
	.wrapper {
		flex-wrap: wrap;
	}
	.top_txt {
		font-size: 0.8rem;
	}
	.message {
		width: 500px;
		font-size: 0.7rem;
		line-height: 2;
	}
	.inner {
		align-items: flex-start;
		padding-top: 30px;
	}
	.pcOnly {
		display: none;
	}
	a.toga img.logo {
		max-width: 140px;
	}
	.msg_ttl span {
    	font-size: 1.2rem;
	}
}
/* =========================================================
	orientation: landscape
========================================================= */
@media screen and (orientation: landscape) and (max-width: 1000px) {
	.inner,
	a.tic,
	a.toga {
		width: 50vw;
		height: 100vh;
		overflow: hidden;
	}
	.wrapper {
		flex-wrap: nowrap;
	}
	.message {
		width: auto;
	}
	.inner {
		align-items: flex-start;
		padding-top: 30px;
	}
}
</pre></body></html>