@charset "utf-8";
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	min-height: 100%;
    display: flex;	
	background: url("../img/pc_bg_fw.png") no-repeat top center, url("../img/pc_bg_ef.png") no-repeat top center, url("../img/pc_bg_re.png") repeat-x;
	background-color: #fffcd9;
	background-attachment: fixed;
}
img{
	width: 100%;
}
.innerBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aside-logo, .aside-qr{
	display: flex;
	position: fixed;
	top: 0;
	width: calc((100vw - 700px)/2);
	height: 100vh;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.aside-logo{ left: 0; }
.aside-qr{ right: 0; }
.aside-logo img{ 
	width: 20vw;
	padding-left: 4vw;
}
.aside-qr img{ 
	width: 24vw;
	padding-right: 3vw;
}
.aside-logo .inner,
.aside-qr .inner{
	transition: 0.2s;
}
@media screen and (max-width:1160px){
	.aside-logo .inner,
	.aside-qr .inner{
		opacity: 0;
	}
}

/* wrapper */
.wrapper{
	width: 600px;
    min-width: 600px;
    position: relative;
	box-sizing: content-box;
	margin: auto;
	box-shadow: 0px 0px 30px 0px rgb(247 201 0 / 50%);
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
.contents{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	margin: auto;
	background-color: #fff;
}
.contents:after{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 29.6%;
	background: url("../img/balloon.png") no-repeat top center / 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

/* main */
.main{
	padding-bottom: 160%;
	margin: auto;
	background: url("../img/bg.jpg") no-repeat top center / 100% auto;
	position: relative;
	z-index: 2;
}
h1{
	width: 86.8%;
	margin: 44% auto 0;
}
.minigame_qr{
	width: 50%;
	margin: 2% auto 44%;
}