@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
@font-face {
	font-family: 'Iceland';
	src: url(../Iceland-Regular.ttf);
}
.time { font-family: 'Iceland'; }

.close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
}


body {
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background: #000 url(../images/container_bg.jpg) no-repeat center top;
	background-size: cover;
	font-size: 4vmin;

}



#container {
	width:100%;
	/* height: 100vh;
	overflow-y: auto; */
	padding:1em;
}

.section { position: relative; }


#container .title {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 0 0em 0;
}

#container .title img{
	width: 80vmin;

}

#container .section01 {
	padding: 3em 0 0;
	text-align: center;

}

#container .section01 p {

	margin: 0 0 1em 0;
	font-weight: bold;
}


#container .section01 .btn img{ width:15em; cursor:pointer;}


#container .section02 { margin: 0; }



#container .section02 .qno {
	display: flex;
	align-items: center;
	justify-content: center;
}
#container .section02 .qno span {
	font-style: italic;
	background-image: url(../images/bg_question_no.png) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;

	width: calc( 2 * 3em );
	height: 2em;

	color: #000;
	font-weight: bold;
	display: flex;

	align-items: center;
	justify-content: center;

}



#container .section02 .quiz {
	position: relative;
	display: none;
}

#container .section02 .question {
	margin: 0.5em auto ;
	text-align: left;
	width: 80%;

}

#container .section02 .answerList {

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#container .section02 .answerList li {
	margin: 0 auto;
	height: auto;
	min-height: 3em;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center ;
	background-repeat: no-repeat ;
	background-size: 100% 100% ;
	line-height: 1.8em;

}

#container .section02 .answerList li:not(:nth-child(1)){
margin:-0.7em 0 0;
}

#container .section02 .answerList li:nth-child(1) { background-image: url(../images/bg_btn1.png) ; }
#container .section02 .answerList li:nth-child(2) { background-image: url(../images/bg_btn2.png) ; }
#container .section02 .answerList li:nth-child(3) { background-image: url(../images/bg_btn3.png) ; }

#container .section02 .answerList li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	font-size: 1em;
}


#container .section02 .time {
	margin: -2em 0 0;
	text-align: center;
	color: #2cccfc;
	font-weight: bold;
}

#container .section02 .time span {
	font-size: 4em;
	font-weight: normal;
}



#container .subQuiz02 {
	margin: 0;
	display: none;
}



#container .subQuiz02 .judge {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#container .subQuiz02 .judge img{
	width:10em;
}


#container .subQuiz02 .text {
	font-size: 1em;
	margin: 0 0 1em;
	position: relative;
	text-align: center;
}

#container .subQuiz02 ul {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}


#container .subQuiz02 li img {
	display: block;
	width:45vmin;

}

.popupBox {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 150;
	display: none;
}

.popupBox .subPop {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
}

.popupBox .close {
	display: none;

}

.popupBox .scroll {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.popupBox .popup {
	width: 100%;
	padding: 1em 0 0 0;
	margin: 0 auto;
}



.popupBox .popup h3 { text-align: center; }
.popupBox .popup p { display: none; }
.popupBox .popup p:last-of-type {
	display: block;
	line-height: 1.8em;
}

.popupBox .popup .quitkaisetsu {
	margin: 1em 0 0 0;
	text-align: center;
	cursor: pointer;
}

.popupBox .popup .quitkaisetsu img{
	width:45vmin;
}


#container .section04 {
	
    padding: 1em 0 0;
	position: static;
}

#container .section04 .box {
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
}




#container .section04 .box .comment {
	display: none;
	text-align: center;
	font-size: 1em;
}

#container .section04 .box .result {
	display: block;
	color: #2cccfc;
}

#container .section04 .box .result p {
	text-align: center;
}


#container .section04 .box .result span {
	font-family: 'Iceland';
	color: #fff;
	font-weight: normal;
	font-size: 3em;
	display: inline-block;

}

#container .section04 .link {
	text-align: center;
	margin: 0 0 0 0;
}

#container .section04 .link img {
	width:45vmin;
}


.cover {
	display: none;


}

.section { display: none; }
.section01 { display: block; }




/*
@media all and (min-width: 0) and (max-width: 736px)  {






		#container .section01 p {

			font-size: 1em;
		}

		#container .section01 .btn { margin: 0 0 0 0; }



		#container .section02 .time {
			margin: 0;

		}

		#container .section02 .time span {
			font-size: 5em;
		}



		#container .section02 .question {
	
			font-size: 1em;
			width: 100%;
		}
		

		
		#container .section02 .answerList {
			margin: 0;
			display: flex;
			flex-direction: column;
		}


		#container .section02 .answerList li {

			height: 2.5em;
			width: 80vw;
			background-size: contain;

			
			
		}

		#container .section02 .answerList li a {
			font-size: 1em;
		}


		#container .subQuiz02 ul {
			flex-direction: column;
		}
		
		#container .subQuiz02 li { float: none; }

		#container .subQuiz02 .judge img{
			width:50vw;
			height:50vw;
		}

		.popupBox .popup {
			width: 100%;
			padding: 0 0 0 0;
			margin: 0 auto;
		}
}
*/