@charset "UTF-8";
/* CSS Document */

/*----------------------loader*/
#loader-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
#loader {
	background: url(../images/mv_load.jpg) center center no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
	z-index: 9999;
}
#loader .txtArea {
	display: table;
	text-align: center;
	margin: 0 auto;
	height: 100vh;
}
#loader .txtArea .inr {
	display: table-cell;
	vertical-align: middle;
}
#loader .txtArea .inr h2 {
	display: table;
}
#loader h2 span {
	padding: 20px;
	display: table-cell;
	vertical-align: top;
}

#loader h2 span img {
	width: 40px;
	height: auto;
}

#loader .inr p {
	font-size: 130%;
	color: #fff !important;
	text-align: center;
}


/*----------------------mv*/

#mv {
	position: relative;
	height: 100vh;
	padding: 8px;
}
#mv .mvInr {
	width: 100%;
	height: 100%;
	position: relative;
}
#mv .mvInr .txtArea {
	max-width: 700px;
	width: 100%;
	position: absolute;
	bottom: 50px;
	right: 30px;
	color: #fff;
}
#mv .mvInr .txtArea h2 {
	font-size: 200%;
}



/*----------------------menu*/
.menu {
	position: relative;
}
.menu::after {
	content: "";
	background: url(/lib/cmn_img/img_mark01.png) center center no-repeat;
	background-size: cover;
	width: 350px;
	height: 350px;
	position: absolute;
	top: -200px;
	left: -50px;
}






/*SP*/
@media only screen and (max-width: 800px) {


/*----------------------loader*/

#loader h2 span {
	padding: 10px;
}

#loader h2 span img {
	width: 30px;
	height: auto;
}

#loader p.scroll img {
	width: 30px;
}


/*----------------------mv*/

#mv {
	position: relative;
	height: 60vh;
	padding: 4px;
}
#mv .mvInr .txtArea {
	max-width: 700px;
	width: 94%;
	position: absolute;
	bottom: 20px;
	right: 3%;
	color: #fff;
}
#mv .vegas-slide-inner {
	background-position: bottom left !important;
}

/*----------------------menu*/
.menu::after {
	width: 220px;
	height: 220px;
	position: absolute;
	top: -90px;
	left: -30px;
}

}
/*/*/