@charset "UTF-8";

/*----------------------------------------------------
 style)SP
----------------------------------------------------*/

body {
	background-color: #fff;
}


section.index_area {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.index_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.index_area article h1 {
	width: 100%;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0%;
	background-image: url(../images/index/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: -50% 0px 0px 0px;
	padding: 100% 0px 0px 0px;
}



@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {



/*----------------------------------------------------
 commons style)PC
----------------------------------------------------*/

section.index_area {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.index_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.index_area article h1 {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../images/index/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 400px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: -200px 0px 0px -200px;
	padding: 0px;
}


}

/*----------------------------------------------------
 style end
----------------------------------------------------*/
