@charset "utf-8";
/* CSS Document */

body{
	height: 100%;
	min-height: 100%;
}
.wrap{
	position: relative;
	height: 100%;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.wrap:before{
	content: "";
	position: absolute;
	top:154px;
	left: 5%;
	width: 192px;
	height: 285px;
	background-image:url(../images/square01_img.png);
	background-repeat: no-repeat;
	background-size:192px 285px;
}
.wrap:after{
	content: "";
	position: absolute;
	bottom: 8%;
	right: 5%;
	width: 208px;
	height: 275px;
	background-image:url(../images/square02_img.png);
	background-repeat: no-repeat;
	background-size:208px 275px;
}
.logo{
	position: absolute;
	top:16%;
	left:0px;
	right:0px;
	margin: auto;
	width:294px;
	height:502px;
}
.copy{
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #e89112;
	padding: 5px;
	position: fixed;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width: 769px){
	html,
	body{
		height: 100%;
		min-height: 100%;
	}
	.wrap{
		height: 100%;
		min-height: 520px;
	}
	.wrap:before{
		top: 5%;
		left: -10px;
		width: 96px;
		height: 143px;
		background-size: 96px auto;
	}
	.wrap:after{
		right: -10px;
		bottom: 10%;
		width: 104px;
		height: 138px;
		background-size: 104px auto;
	}
	.logo{
		position: absolute;
		top:20%;
		left:10px;
		right:10px;
		bottom:10px;
		margin: auto;
		width: 50%;
		max-width: 294px;
	}
}