@charset "UTF-8";

/* INTERFACE */

#home_contents_area::before{
	content: "";
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url("../img/key_bg02-.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#sub_contents_area::before{
	content: "";
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url("../img/prot_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#home_key_area h1{
	margin:0;
	line-height:1;
}

#home_key_area h1 img{
	width:100%;
	vertical-align:bottom;
}

#home_key_area img.bg{
	display:none;
}