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

#visualArea{
	width: 100vw;
	height: 100vh;
	z-index: 1;
	position: relative;
	margin-top: -50px;
	margin-bottom: 0;
}

.mainVisual{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	opacity: 1;
	top: 0;
	left: 0;
}

.vCopyCont{
	width: 70%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

h1.vAreaCopy{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

@media only screen and (max-width: 550px) {
h1.vAreaCopy img{
	text-align: center;
	width: 60%;
}
}

h1.vAreaCopy img{
	text-align: center;
	width: 30%;
}

h1.vAreaCopy p{
	padding: 2rem 0 0 0;
	font-size: 2rem; 
	font-weight: 600;
	color: #333333;
	line-height: clamp(2.6rem, 0.08rem + 3.93vw, 4.8rem);
}