@charset "utf-8";
/* -------------------------------------------------- 
	Copyright: (c)visual and echo japan
	Created: 2014-6-24
 -------------------------------------------------- */
 
#about #wrapper{
	background:#f2f2f2;
}
 
/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main{
	position:relative;
	overflow:hidden;
}
#main .title{
	position:relative;
	margin-bottom:24px;
}
#main .title_bg{
}
#main .title_bg img{
	width:100%;
	height:auto;
}
#main h1{
	position:absolute;
	top:37%;
	width:100%;
	text-align:center;
	color:#ff2600;
	font-size:29rem;
	line-height:1;
	font-family:"Montserrat";
	font-weight:normal;
	letter-spacing: 0.1em;
}
#main h2{
	position:absolute;
	top:60%;
	width:100%;
	text-align:center;
	color:#a8a8a8;
	font-size:11rem;
	line-height:1;
	font-weight:normal;
	letter-spacing: 0.1em;
}
#main h3{
	text-align:center;
	margin-bottom:38px;
}
#main h3 img{
	width:50%;
	height:auto;
}
#main p{
	margin:0 15px;
	color:#000000;
	font-size:18rem;
	margin-bottom:25px;
}