@charset "UTF-8";
/* CSS Document */



body{
	background-color: #F2EEEA;
	margin: 0;
	padding: 0;
	
}


.container{
	display: block;
	position:relative;
	width:800px;
	height:auto;
	margin: 0 auto;
	padding: 0;
background-color: #52a163;
	border: 10px solid #52a163;
	border-radius: 20px;
}

.container-inner{
	display: block;
	position:relative;
	width:800px;
	height:auto;
	background-color: #fff;
	border-radius: 10px;
	overflow:hidden;
}

.top{
	display: block;
	position:relative;
	width:800px;
	height:100px;
	background-color: #b2d5c2;
	margin: 0;
	padding: 0;
}

h1{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top:20px;
	margin: auto;
	text-align: center;
	color: #005a26;
font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 45px;
}

h1 span{
	font-size: 25px;
}

h1::before{
content: "すかし絵";
	display: block;
	position: absolute;
	left: 90px;
	color: #000;
	top:35px;
font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 15px;
	font-weight: 300;
}


h2{
	position: absolute;
	top: 150px;
	left: 80px;
	font-size: 18px;
	border: 3px solid #005925;
	padding: 20px;
	padding-right: 30px;
	border-radius: 10px;
	width: auto;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}


h2::before{
	content:"用意する物";
	position: absolute;
	top: -12px;
	background-color: #fff;
	font-size: 15px;
	padding: 0px 10px;
}


.container2{
	display: block;
	position: relative;
	width: 800px;
	height: 50px;
margin-top: 200px;
}

.container2 img:first-of-type{
	position: absolute;
	top: 110px;
	left: 100px;
	width: 250px;
	
}


.container2 img:nth-of-type(2){
	position: absolute;
	top: 80px;
	left: 260px;
	width: 70px;
		 animation-name: anim_s;
	transform: rotate(5deg);
  animation-duration: 1.5s;
	 animation-iteration-count: infinite;
	z-index: 1;
}



.container3{
	display: block;
	position: relative;
	width: 800px;
	height: 70px;
margin-top: 200px;
}

.container3 img:first-of-type{
	position: absolute;
	top: 130px;
	left: 100px;
	width: 250px;
}


.container3 img:nth-of-type(2){
	position: absolute;
	top: 142.5px;
	left: 180px;
	width: 84px;
		animation-name: anim_b_2;
  animation-duration: 3s;
	 animation-iteration-count: infinite;
	opacity: 0;
}




.container4{
	display: block;
	position: relative;
	width: 800px;
	height: 130px;
margin-top: 200px;

}

.container4 img:first-of-type{
	position: absolute;
top: 150px;
	left: 150px;
	width: 300px;
}


.container4 img:nth-of-type(2){
	position: absolute;
	top: 85px;
	left: 305px;
	width: 80px;
			animation-name: anim_k;
  animation-duration: 3s;
	 animation-iteration-count: infinite;
}


.container4 img:nth-of-type(3){
	position: absolute;
	top: 120px;
	left: 450px;
	width: 50px;
		 animation-name: anim_s;
  animation-duration: 3s;
	transform: rotate(5deg);
	 animation-iteration-count: infinite;
}


.container4 img:nth-of-type(4){
	position: absolute;
top: 160px;
	left: 450px;
	width: 200px;
}

.container5{
	display: block;
	position: relative;
	width: 800px;
	height: 130px;
margin-top: 200px;

}

.container5 img:first-of-type{
	position: absolute;
top: 210px;
	left: 100px;
	width: 250px;
}


.container5 img:nth-of-type(2){
	position: absolute;
top: 150px;
	left: 100px;
	width: 250px;
			animation-name: anim_b4;
  animation-duration: 4s;
	 animation-iteration-count: infinite;
}


.container5 img:nth-of-type(3){
	position: absolute;
top: 210px;
	left: 450px;
	width: 250px;
	
}


.container5 img:nth-of-type(4){
	position: absolute;
top: 150px;
	left: 450px;
	width: 250px;
	animation-name: anim_b4;
  animation-duration: 4s;
	 animation-iteration-count: infinite;
}



.container5 img:nth-of-type(5){
	position: absolute;
	top: 120px;
	left: 400px;
	width: 60px;
		 animation-name: anim_s;
  animation-duration: 3s;
	transform: rotate(5deg);
	 animation-iteration-count: infinite;
}


.container6{
	display: block;
	position: relative;
	width: 800px;
	height: 130px;
margin-top: 200px;
margin-bottom: 300px;

}


.container6 img:first-of-type{
	position: absolute;
top: 210px;
	left: 450px;
	width: 250px;
	
}


.container6 img:nth-of-type(2){
	position: absolute;
top: 170px;
	left: 450px;
	width: 250px;
	animation-name: anim_b4;
  animation-duration: 4s;
	 animation-iteration-count: infinite;
	
}




.container6 img:nth-of-type(3){
	position: absolute;
top: 120px;
	left: 450px;
	width: 250px;
	animation-name: anim_b5;
  animation-duration: 4s;
	 animation-iteration-count: infinite;
}




img:last-of-type{
	display: block;
	margin: 0 auto;
	width: 500px;
	margin-bottom: 100px;
}

p{
	position: absolute;
	top: 0px;
	left: 80px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2px;
}
