@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: #52a5dc;
	border: 10px solid #52a5dc;
	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: #afcbeb;
	margin: 0;
	padding: 0;
}

h1{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top:20px;
	margin: auto;
	text-align: center;
	color: #1b1464;
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: 80px;
	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 #1b1464;
	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: 40px;
	left: 70px;
	width: 300px;
	
}


.container2 img:nth-of-type(2){
	position: absolute;
	top: -10px;
	left: 290px;
	width: 100px;
		 animation-name: anim_s;
  transform: rotate(5deg);
  animation-duration: 1.5s;
	 animation-iteration-count: infinite;
}

.container3{
	display: block;
	position: relative;
	width: 800px;
	height: 200px;
margin-top: 200px;
}

.container3 img:first-of-type{
	position: absolute;
	top: 40px;
	left: 80px;
	width: 150px;
	animation-name: anim_b;
  animation-duration: 3s;
	opacity: 1;
	 animation-iteration-count: infinite;
}


.container3 img:nth-of-type(2){
	position: absolute;
	top: 70px;
	left: 250px;
	width: 70px;
	
}


.container3 img:nth-of-type(3){
	position: absolute;
	top: 150px;
	left: 300px;
	width: 120px;
		 animation-name: anim_b3;
  transform: rotate(5deg);
  animation-duration: 3s;
 animation-iteration-count: infinite;
	opacity: 1;
}


.container3 img:nth-of-type(4){
	position: absolute;
	top: 170px;
	left: 30px;
	width: 80px;
		 animation-name: anim_h1;
  animation-duration: 1.5s;
	 transform: rotate(0deg);
	 animation-iteration-count: infinite;
	z-index: 1;
}
.container3 img:nth-of-type(5){
	position: absolute;
	top: 171px;
	left: 30px;
	width: 80px;
		 animation-name: anim_h2;
  animation-duration: 1.5s;
	 transform: rotate(0deg);
	 animation-iteration-count: infinite;
}

.container4{
	display: block;
	position: relative;
	width: 800px;
	height: 300px;
margin-top: 200px;
}

.container4 img:first-of-type{
	position: absolute;
	top: 40px;
	left: 70px;
	width: 300px;
}


.container4 img:nth-of-type(2){
	position: absolute;
	top: 0px;
	left: 300px;
	width: 70px;
		 animation-name: anim_s;
  transform: rotate(5deg);
  animation-duration: 1.5s;
	 animation-iteration-count: infinite;
}


.container4 img:nth-of-type(3){
	position: absolute;
	top: 66px;
	left: 145px;
	width: 100px;
		 animation-name: anim_b3;
  animation-duration: 3s;
	opacity: 0;
	 animation-iteration-count: infinite;
}

img:last-of-type{
	display: block;
	margin: 0 auto;
	width: 400px;
	margin-bottom: 100px;
}

p{
	position: absolute;
	top: 40px;
	left: 430px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2px;
}
