@charset "utf-8";

#top main {
	margin-top: 0;
}
.area > article {
	opacity: 1;
	transform: translate(0, 0);
}

#top #headline {
    margin: 0 auto;
	padding: 0;
    width: 100%;
	max-width: 100%;
}

#top #headline .textArea {
	transform: none;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 3;
	width: 100%;
	height: 100vw;
}

#top #headline .textArea h1{
	font-family: "游明朝","ヒラギノ明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
	"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
}

#top #headline .textArea .lead{
	display: inline-block;
	text-align: left;
	background: #fafafa;
	box-shadow: 0 0 12px 12px #fafafa;
}

.parallax {
    perspective: none;
    transform-style: unset;
    perspective-origin: center;
    height: auto;
    transition: none;
    overflow: hidden;
}

.parallax .bgImg {
	transform: none;
	position: absolute;
	top: 0;
	top: 0;
	z-index: -1;
	margin: 0 auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

#top #headline #keyvisual {
	padding-top: 0;
	width: 100%;
	max-width: unset;
}

#top #headline #keyvisual img {
	width: 100%;
	max-width: unset
}







