/* html body */
* { 
	margin: 0px; 
	padding: 0px;
}
html{
	touch-action:none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select:none;
	overflow: hidden;
}
body{
	overflow:hidden;
}
#bodyframe,#menu_title{
	position: absolute;
	width:1920px;
	height:1080px;
	top:0;
	left:0;
	transform: scale(1);
	overflow:hidden;
}
#bodyframe{
	visibility:hidden;
}
#background_img{
	position: absolute;
	width:1920px;
	height:1080px;
	top:0;
	left:0;
	overflow:hidden;	
}
#loader-bg {
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#FFF;
	z-index:1;
}
#loader {
	display:block;
	position:fixed;
	top:50%;
	left:50%;
	width:200px;
	height:200px;
	margin-top:-100px;
	margin-left:-100px;
	text-align:center;
	color:#000;
	z-index:2;
}

#menubtnback{
	position: absolute;
	width:130px;
	height:130px;
	top:0px;
	left:0px;
	margin:auto;
	background: white;
	border-radius: 10px 10px 10px 10px;
	z-index:80;
}
#menubtn,#menubtnimg{
	position: absolute;
	width:130px;
	height:auto;
	top:0px;
	left:0px;
	margin:auto;
	z-index:81;
}
#menubtn:hover{
	cursor:pointer;
	opacity:0.5;	
}

.action_btn{
	cursor:pointer;
	position: absolute;
	width:auto;
	height:122px;
	bottom:20px;
	overflow:hidden;	
}

#btn_next{left:1580px;}

#btn_back{left:1340px;}

.anime_guard{
	position:absolute;
	bottom:15px;
	right:100px;	
	width:250px;
	height:130px;
}
.answer_btn{
	cursor:pointer;
	position: absolute;
	width:185px;
	height:auto;
	left:1109px;
	bottom:25px;
	overflow:hidden;	
}
#contents_title{
	position: absolute;
	width:auto;
	height:120px;
	bottom:30px;
	left:0;
}

#pagearea{
	position:absolute;
	width:250px;
	height:62.5px;
	right:40px;
	bottom:115px;
}
#guard_mask{
	display:none;
	position: absolute;
	width:1920px;
	height:1080px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
#WhiteMask{
	display:none;
	position: absolute;
	width:1920px;
	height:1080px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background:white;
	opacity:0.7;
}
#judgewindow{
	display:none;
	position: absolute;
	width: 690px;
	height: 690px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	overflow:hidden;
}
#judgeimage{
	position: absolute;
	width: 690px;
	height: auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
#BlackMask{
	display:none;
	position: absolute;
	width:1920px;
	height:1080px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background:black;
	opacity:0.8;
}

#endcard{
	display:none;
}
section {
	position: absolute;
	width: 1000px;
	height: 600px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 40px 40px 40px 40px;
	border:skyblue 6px solid;
	z-index:300;
}

/*チェックボックス*/
.checkbox{
	cursor:pointer;
	position:absolute;
	width: 50px;
	height: 45px;
	top:0;
	left:0;
	z-index:200;
}

/*点滅*/
.flash_img{
	position: absolute;
	width:1860px;
	height:895px;
	top:0;
	left:0;
	right:0;
	margin:auto;
	-webkit-animation:blink 1.16s ease-in-out infinite alternate;
    -moz-animation:blink 1.16s ease-in-out infinite alternate;
    animation:blink 1.16s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.05;}
    100% {opacity:0.95;}
}
@-moz-keyframes blink{
    0% {opacity:0.05;}
    100% {opacity:0.95;}
}
@keyframes blink{
    0% {opacity:0.05;}
    100% {opacity:0.95;}
}