@charset "UTF-8";


/* mainvisual
------------------------------------------------- */
.mainvisual {
	width: 100%;
	height: 100vh;
	background: url("../img/top/mainvisual_bg.png") center center no-repeat #888888;
	background-size: cover;
	z-index: 4;
	transition: 0.5s;
	opacity: 1;
}


/* contents
------------------------------------------------- */
#contents {
	
}


/* about
------------------------------------------------- */
.about .block .character.chara3 {
	width: 8rem;
	height: 8rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transform: translateX(-10em);
}