@charset "utf-8";

body {
	background: url(images/bg_game.jpg) no-repeat center center;
	background-size:cover;
	min-height: 100vh;
	position: relative;
}

.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
}


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




.field .ue{
	display: none;
	height:70%;
	width:100%;
	position: relative;
}

.field .ue.show{
	display: block;
}

.field .ue .chara{
	display: none;
	height:100%;
	width:100%;
	position: absolute;
	left:0;
	top:0;
	object-fit: contain;

}

.field .ue .chara.show{
	display: block;
}

.field .ue .panel1{
	position:relative;
	display: none;
	height:100%;
	width:100%;
}

.field .ue .panel1.show{
	display: block;
}


.field .ue .panel1 .janken{
	display: none;
	position: absolute;
	left:0;
	top:0;
	object-fit: contain;
	height:100%;
	width:100%;
}

.field .ue .panel1 .janken.show{
	display: block;
}

.field .ue .panel2{
	position:relative;
	display: none;
	height:100%;
	width:100%;
}

.field .ue .panel2.show{
	display: block;
}


.field .select_janken{
	display: none;
	height:30%;
	width:100%;
	text-align: center;
}

.field .select_janken.show{
	display: block;
}


.field .select_janken .btn_janken{
	width:30%;
	padding:2%;
	cursor: pointer;
}

.field .select_janken .btn_janken.off{
	opacity:0.4;
}

.field .win_panel,
.field .lose_panel{
	position:relative;
	display: none;
	height:100%;
	width:100%;
	text-align: center;
}


.field .win_panel.show,
.field .lose_panel.show{
	display: block;
}


.field .win_panel .chara, 
.field .lose_panel .chara{
	display: none;
	object-fit: contain;
	max-height:100%;
	max-width:80%;
	margin: 0 auto;
}

.field .win_panel .chara.show, 
.field .lose_panel .chara.show{
	display: block;
}



.kabegami_panel{

    display:none;


	height:100%;
	width:100%;
	text-align: center;
	margin-top:0;
}


.kabegami_panel.show{
    display:block;
}


.kabegami_panel .download_text{
	width:65%;
}


.kabegami_panel .kabegami{
    display:none;
	width:50%;
	margin:0 auto 3%;
}


.kabegami_panel .kabegami.show{
    display:block;
}

.btn_kabegami,
.reload { max-width: 100%;  cursor: pointer;}








@media all and (max-width: 736px) {

}
