@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%;
	min-Height:100%;
	background-image: url("../res/key_art.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;

}
main{
	min-width:100%;
	height:1080px;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

img.natsume{
	width:22%;
}

img.aws{
	width:14%;
}
img.makers{
	width:30%;
}

.logo
{
	min-width:50%;
	max-width:50%;
	position: fixed;
	top:20px;
	left:20px;
	z-index: 101;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:left;
}


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

.platform
{	

	min-width:25%;
	max-width:25%;
	position: absolute;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:right;
	top:45px;
	right:18%;
}

.platformlogo
{	

	min-width:25%;
	max-width:25%;
	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: 102;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:center;
}

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

.voicepc
{
	position: absolute;
	min-width:100%;
	top:200px;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
}

.voicename
{
	font-size: 20px;
}

.voicemb
{
	display: none;
}


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



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

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

.viewpc
{
}


.viewmb
{
	display: none;

}


.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%;
	font-size: 28px;
	font-weight:bold;
	vertical-align: middle;
	text-align:center;
	opacity:1;
}