.loding{

	position: absolute;
	z-index:100;
	height:700px;
	width:600px;
	border: 1px solid #666666;
	border-radius: 10px;
	font-size: 25px;
	background-color: #fff;
	padding: 30px;
}



.mondai_aire{
	position: relative;
	height:420px;
	width:600px;
	border: 1px solid #666666;
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: "UD デジタル 教科書体 N-R","UD Digi Kyokasho N-R";
	text-align: center;
	
	
}


.timer{
    position: absolute;
	z-index:3;
	transform-origin: top left;
	top: 0;
	right: 10px;
	font-size: 50px;
	color: #800080;
}

.txt_level{
    position: absolute;
	z-index:3;
	transform-origin: top left;
	top: 10px;
	left: 10px;
	font-size: 20px;
}

.mondai_no{
    position: absolute;
	z-index:3;
	transform-origin: top left;
	top: 10px;
	left: 265px;
	font-size: 20px;
}


.start{
    position: absolute;
	z-index:13;
	height:100%;
	width:100%;
	padding: 50px 40px;
}

.start_txt{
	font-size: 30px;
}

.start_cnt{
	font-size: 150px;
	color: greenyellow;
}

.txt_awasete{
	font-size: 60px;	
	width: 590px;
	text-align: center;
	
	font-weight: bold;
	  padding: 5px 25px;
	  margin-left: 5px;
	  outline: 3px solid #4c9ac0;
	  outline-offset: 5px;
	  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
	              repeating-linear-gradient(-45deg, #4c9ac0 0 2px, #fff 2px 6px);
}

.txt_goukei{
	color: red;
	padding: 0px 10px;
}


.txt_setumei{
	position: absolute;
	transform-origin: top left;
	top: 220px;
	left: 20px;
	font-size: 23px;

}
.card_aire{
	position: absolute;
	transform-origin: top left;
	top: 270px;
}

.card{
	width:100px;
	height: 130px;
	border: 2px solid #666666;	
	border-radius: 10px;
    line-height: 120px;
	text-align: center;
	font-size: 60px;
	
	position: absolute;
	transform-origin: top left;
	background-image: linear-gradient(90deg, rgba(253, 219, 146, 1), rgba(209, 253, 254, 1));
}

.card0{
	left: 10px;
}
.card1{
	left: 130px;
}
.card2{
	left: 250px;
}
.card3{
	left: 370px;
}
.card4{
	left: 490px;
}

.card_miss{
    background-color: #666666;
}

.card_sel:hover {
    cursor: pointer;
	//border: 2px solid #0000FF;
	background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
}

.card_oya{
	top: 60px;
	background-image: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(240, 226, 226, 1));
}
.card_oya1{
	left: 250px;
}
.card_oya2{
	left: 180px;
}
.card_oya3{
	left: 350px;
}

.card_select{
	background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
}


.maru{
	height: 100%;
	width: 100%;
	display:none;
	opacity: 0.8;
	position: absolute;
	transform-origin: top left;
	z-index: 20;
	top: -70px;
	left: 0;
	
}
.maru img{
	margin-top: 80px;
}


.batu{
	position: absolute;
	transform-origin: top left;
	z-index: 3;
	top: 0;
	left: 0;
	color: red;
	font-size: 100px
}



.level_aire{
	width:600px;
}

.txt_level_aire{
	padding-left:10px;
	font-size: 20px
}

.level_card{
	position: relative;
	margin: 12px;
	float: left;
	width:95px;
	height: 110px;
	border: 2px solid #000;
	border-radius: 10px;
	background-color: #fff;
}

.level_card:hover {
	border: 2px solid #74ebd5;
    cursor: pointer;
}

.level_card_ura{
	background-image: linear-gradient(135deg, #74ebd5, #9face6);	
}

.level_img{
	//margin: 5px 0px 0px 10px;
	transform:scale(0.7);
}

.level_txt{
	font-size: 12px;
	text-align: center;
    position: absolute;
    transform-origin: top left;
	top: 105px;
	left: 23px;
}


.end{
    position: absolute;
	z-index:50;
	display:none;
	font-size: 40px;
	height:100%;
	width:100%;
	padding: 80px 0px;
}

.but_reset{
    position: absolute;
	z-index:50;
	transform-origin: top left;
	top: 300px;
	left: 200px;
}

.level_card_cl{
	left:230px;
}
.zoomIn {
    animation: zoomIn 0.5s ease 0s 1 normal;
}

/* zoomIn */
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, .3, 0.3)
    }
    50% {
        opacity: 1
    }
}
