@charset "utf-8";
 @media print, screen and (min-width: 751px) {
.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 !important;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	overflow: hidden;
}
#mainvisual #mainImg .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#mainvisual #mainImg .cover img {
	width: 100%;
	height: 100%;
}
#mainvisual #mainLead {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100vh - 80px);
	height : -webkit-calc(100vh - 80px);
	z-index: 102;
	text-align: center;
	margin-top: 80px;
}
#mainvisual #mainLead .mainLead_inner {
	position: absolute;
	min-width: calc(500px - 80px);
	min-width: calc(500px - 80px);
	padding: 85px 40px;
	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: 5.2rem;
	line-height: 1.2;
	border-bottom: solid 1px #0b0b0b;
	padding-bottom: 10px;
	padding-left: 0.6em;
	letter-spacing: 0.6em;
	white-space: nowrap;
}
#mainvisual #mainLead p {
	margin-top: 30px;
	font-size: 1.5rem;
}
}
 @media print, screen and (min-width: 751px) and (max-width: 1150px) {
	 #mainvisual #mainLead {
	height: calc(100vh - 116px);
	height : -webkit-calc(100vh - 116px);
	margin-top: 116px;
}
}
