@charset 'utf-8';


body:before {
	height: 0 !important;
}

#headerelemaction {
	display: none;
}

#upper {
	position: fixed !important;
	left: 0;
	bottom: 0;
	z-index: 99;
}

#bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}


#mainvisual {
	width: 100%;
	height: 100%;
}

#mainvisual > .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#mainvisual img {
	width: 100%;
	height: auto;
}

#mainvisual span {
	display: block;
	width: 30%;
}

