
@charset "UTF-8";

/*common*/

body
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url(../images/common/bg.jpg) no-repeat fixed #000;
	background-size: cover;
	min-height: 100vh;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/*top*/

.top-read
{
	width: 100%;
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 11%;
	position: relative;
	background: url(../images/top/read.png) no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 50px;
}

/*MOBILE--------------------------------------------------------------------------------------*/


@media only screen and (max-width: 600px) {

/*common*/	

body
{
	font-size: 12px;
}

/*top*/

.top-read
{
	width: 100%;
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 22.85714%;
	position: relative;
	background: url(../images/top/read2.png) no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 30px;
}	

}