@charset "utf-8";
/*--------------------------------------------------
	基本情報
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color:#FFFFFF;
	font-family: "Sawarabi Mincho";
}

body{
	min-width:100%;
	background-image: url("../res/key_art.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.logo
{
	min-width:40%;
	max-width:40%;
	position: fixed;
	top:5px;
	left:10px;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:left;
}


img.natsume{
	width:50%;
}

img.aws{
	width:28%;
}

img.makers{
	width:48%;
}

.maker
{	
	min-width:60%;
	max-width:60%;
	position: fixed;
	top:10px;
	right:0px;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:right;
}

.platform
{	
	min-width:100%;
	position: absolute;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:right;
	top:45%;
	right:0%;
}


.platformlogo
{	

	min-width:50%;
	max-width:50%;
	position: fixed;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:right;
	bottom:10px;
	right:10px;
}

.title
{
	position: absolute;
	min-width:100%;
	top:60%;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:center;
}

.viewbutton
{
	position: absolute;
	min-width:100%;
	bottom:60%;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:center;
}

.voicepc
{
	display: none;
}

.voicemb
{
	
	position: absolute;
	min-width:100%;
	z-index: 100;
	Height:300px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:center;
	font-weight:bold;
	font-size: 10px;
}

.voicename
{
	font-size: 16px;
}

.fktext{
	font-size: 30px;
	font-weight:normal;
}



.cvtext{
	font-size: 40px;
	font-weight:normal;
}

.voicesub{
	font-size: 10px;
	font-weight:normal;
}


.viewpc
{
	display: none;
}
.viewmb
{
	

}



.overArea{
	position:fixed;
	z-index:500;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.6;
}

.overText{
	position:fixed;
	z-index:501;
	top:40%;
	height:100%;
	width:100%;
	vertical-align: middle;
	text-align:center;


}