@charset "UTF-8";

body{
	margin: 0px;
	padding: 0px;
}

#sankaku img{
	width:19.2279px;
	position: absolute;
	top: 3%;
	left: 5%;
}

#hamburger img{
	width: 44.1261px;
	height: 39.5px;
	position:fixed;
	top: 3%;
	left: 85%;
}

#contentspage img{
	width:354px;
	position: absolute;
	top: 10%;
    left: 50%;
	transform: translateX(-50%);
}

#sonota img{
	width: 414px;
	height:736px;
	position: absolute;
	top: 200%;
    left: 50%;
	transform: translateX(-50%);
}

#contents{
	background-color: #FFEE32;
	width: 414px;
	height: 2208px;
}

#sns img{
	width:414px;
	position: absolute;
	top: 266%;
    left: 50%;
	transform: translateX(-50%);
}

footer{
	background-color: #5CA3FF;
	text-align: center;
	width: 414px;
	padding: 12px 0;
}

footer p {
	color: white;
	font-size: 0.875rem;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
