@charset "UTF-8";
/* CSS Document */
html,body {
	height: 100px;
	margin: 0px;
}

.box01 {
	background:#7D191D;
	margin-top: 0px;
	width: 100%;
	height: 1800px;
}

.pockypkg img{
	width: 300px;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
	z-index:2
}

.pockypkg2 img{
	width: 200px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:fixed;
	margin:auto;
}

.arrow img{
	width: 100px;
	top:450px;
	left:1470px;
	position:absolute;
}

.click img{
	width: 270px;
	top:1200px;
	left:1400px;
	position:absolute;
}

.start img{
	width: 330px;
	top:550px;
	left:300px;
	position:absolute;
}
