@charset "utf-8";
@media print, screen and (max-width: 750px) {
.cat_fadeIn {
	opacity: 0;
	transition: all 0.5s linear;
	transition-delay: 0.2s;
}
.cat_fadeIn.view {
	opacity: 1;
}
#stage {
	overflow: hidden;
}
#mainvisual {
	position: relative;
	width: 100%;
	height: 100vh;
}
#mainvisual #mainImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 47px);
	height : -webkit-calc(100vh - 47px);
	z-index: 100;
	overflow: hidden;
}
#mainvisual #mainImg .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mainvisual #mainImg .cover img {
	width: 100%;
	height: auto;
}
#mainvisual #mainLead {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	margin-top: 47px;
}
#mainvisual #mainLead .mainLead_inner {
	position: absolute;
	width: calc(85.33vw - 13.32vw);
	width : -webkit-calc(85.33vw - 13.32vw);
	padding: 10.66vw 6.66vw;
	background: rgba(255,255,255,0.8);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#mainvisual #mainLead .tit2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3.0rem;
	line-height: 1.2;
	border-bottom: solid 1px #0b0b0b;
	padding-bottom: 5px;
	padding-left: 0.6em;
	letter-spacing: 0.6em;
}
#mainvisual #mainLead p {
	margin-top: 6.66vw;
	font-size: 1.3rem;
	line-height: 1.8;
}
}
