@charset "UTF-8";

/* INTERFACE */

body>article{
	min-height:1000px;
	max-width:1200px;
	margin:0 auto;
	padding:10% 40px 40%;
	background-color:#ceebfb;
	background-image:url("../img/interface/bg_top.png"),url("../img/interface/bg_bottom.png");
	background-repeat:no-repeat;
	background-position:center top,center bottom;
	background-size:contain;
	text-align:center;
}

body>article>h1{
	margin:0;
	text-align:center;
	font-size:20px;
	line-height:1;
}

body>article>h1 img{
	width:240px;
	vertical-align:bottom;
}


#logo_copy{
	margin:40px auto;
	text-align:center;
	font-size:60px;
	color:#fff;
}


#copy_image{
	margin:0;
	text-align:center;
	font-size:20px;
	line-height:1;
}

#copy_image img{
	width:450px;
	vertical-align:bottom;
}

#copy_read{
	margin:60px auto;
	font-size:22px;
	line-height:1.6;
}

#copy_hoho{
	margin-bottom:60px;
	font-size:30px;
	line-height:1.8;
	font-family:'Josefin Sans', sans-serif;
}

#copy_corp{
	font-size:20px;
	line-height:1.4;
}


#copy_corp span{
	font-size:14px;
}

address{
	margin:40px auto;
	font-size:14px;
	line-height:1.8;
	font-style:normal;
	font-weight:400;
}