@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: 50px;
	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: 80px;
	left: 200px;
	width: 170px;
	
}


.container2 img:nth-of-type(2){
	position: absolute;
	top: 70px;
	left: 390px;
	width: 100px;
		 animation-name: anim_h3;
  transform: rotate(180deg);
  animation-duration: 1.5s;
	 animation-iteration-count: infinite;
	z-index: 1;
}

.container2 img:nth-of-type(3){
	position: absolute;
	top: 70px;
	left: 390px;
	width: 100px;
		 animation-name: anim_h4;
  transform: rotate(180deg);
  animation-duration: 1.5s;
	 animation-iteration-count: infinite;
}

.container3{
	display: block;
	position: relative;
	width: 800px;
	height: 400px;
margin-top: 200px;
}

.container3 img:first-of-type{
	position: absolute;
	top: 100px;
	left: 120px;
	width: 130px;

}


.container3 img:nth-of-type(2){
	position: absolute;
	top: 200px;
	left: 160px;
	width: 50px;
		animation-name: anim_b;
  animation-duration: 3s;
	opacity: 1;
	animation-iteration-count: infinite;
}


.container3 img:nth-of-type(3){
	position: absolute;
	top: 100px;
	left: 250px;
	width: 120px;
		 animation-name: anim_b2;
animation-name: anim_s;
  transform: rotate(5deg);
  animation-duration: 1.5s;
	 animation-iteration-count: infinite;
}




.container4{
	display: block;
	position: relative;
	width: 800px;
	height: 300px;
margin-top: 20px;
	margin-bottom: 100px;
}

.container4 img:first-of-type{
	position: absolute;
	top: 150px;
	left: 150px;
	width: 200px;
}


.container4 img:nth-of-type(2){
	position: absolute;
	top: 90px;
	left: 155px;
	width: 200px;
			animation-name: anim_b;
  animation-duration: 3s;
	opacity: 0;
	 animation-iteration-count: infinite;
}


.container4 img:nth-of-type(3){
	position: absolute;
	top: 150px;
	left: 450px;
	width: 200px;
		 animation-name: anim_b3;
  animation-duration: 3s;
	opacity: 0;
	 animation-iteration-count: infinite;
}


.container4 img:nth-of-type(4){
	position: absolute;
top: 90px;
	left: 430px;
	width: 80px;
}

img:last-of-type{
	display: block;
	margin: 0 auto;
	width: 400px;
	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;
}

.container3-2 {
	position: absolute;
background-color: aqua;
	width: 350px;
left: 400px;
top: 80px;
}

.container3-2  p:first-of-type{
	position: absolute;
top: 0;
	left: 10px;
	font-size: 11px;
}


.container3-2  p:nth-of-type(2){
	position: absolute;
top: 80px;
	left: 50px;
	font-size: 11px;
	color: #005925;
	font-weight: 600;
	border-top: solid 2.5px #64c0ab;
	border-bottom: solid 2.5px #64c0ab;
	padding: 15px;
}

.container3-2  p:nth-of-type(2)::before{
	content: "ヒント";
	position: absolute;
top: -10px;
	left: 10px;
	background-color: #fff;
	padding: 0px 10px;
}



.container3-2 a{
		position: absolute;
	font-family: 'M PLUS Rounded 1c', sans-serif;
top: 210px;
	right: 60px;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #52a5dc;
	border-right: 2px solid #52a5dc;
	border-bottom: 2px solid #52a5dc;
	border-radius: 5px;
	padding: 5px 10px;
}


.container3-2 a:hover{

	border-left: 2px solid #52a5dc;
	border-top: 2px solid #52a5dc;
	border-right: 1px solid #52a5dc;
	border-bottom: 1px solid #52a5dc;
}



















