@charset "utf-8";
/* CSS Document */
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic" !important;
}
.wrapper{
	background: url("../img/BG_rdm_yllw.png") repeat;
	background-size: auto;
	wodth: 100%;
	height: 100vh;
}
.mask{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
}
.modal{
	width: 70%;
	background: #ffef68;
	border: 10px solid #fcaf17;
	position: fixed;
	top: 5vw;
	left: 15%;
	z-index: 1000;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}
.modal h3{
	margin: 3vw 0;
}
.modal h3 img{
	width: 10vw;
	height: auto;
    max-width: 80px;
}
.modal p{
	color: #7f6000;
	font-size: 2vw;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 30px;
}
.btn_close{
	margin-bottom: 20px;
}
.jam{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 150px;
}
.jam_back{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
.jam_chara{
	position: absolute;
	top: 20px;
    left: 22px;
	z-index: 10;
	width: 120px;
	height: auto;
}
