/* -----------------------オブジェクト1(object1)----------------------- */
h3 {
	font-size: 17px;
	color: #fff;
	text-align: center;
}
#h_text_01 {
	position: absolute;
	top: 310px;
	left: 8%;
	width: 400px;
	border: 2px solid #fff;
	padding: 20px;
	font-weight: bold;
	z-index: 3;
	letter-spacing: 0.15em;
}
#shadow_box_01 {
	position:absolute;
	top: 285px;
	left: 12%;
	width: 410px;
	padding: 25px 25px 30px 25px;
	background: rgba(0,0,0,0.2);
	z-index: 2;
}
#object_box_01 {
	position: absolute;
	top: 270px;
	right: 0px;
	width: 150px;
	height: 80px;
	background: rgba(255,255,255,0.1);
	padding: 20px;
	z-index: 3;
}
/* -----------------------オブジェクト2(object2)----------------------- */
#h_text_02 {
	font-size: 16px;
	position: absolute;
	bottom: -210px;
	right: 0px;
	background: rgba(255,255,255,1.0);
  padding: 30px 25px 30px 35px;
	z-index: 4;
	color: rgba(0,0,0,0.6);
	box-shadow: 50px 30px 0px 0px rgba(0,0,0,0.4);
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 1.5em;
}
#object_box_02 {
	position: absolute;
	bottom: 390px;
	left: 0px;
	width: 200px;
	height: 100px;
	background: rgba(255,255,255,0.1);
	z-index: 3;
}
/* -----------------------オブジェクト3(object3)----------------------- */
#h_text_03 {
	position: absolute;
	top: 120px;
	left: 8%;
	border: 2px solid #fff;
	font-weight: bold;
	padding: 20px 25px 20px 25px;
	z-index: 3;
}
#shadow_box_03 {
	position:absolute;
	top: 147px;
	left: 10%;
	width: 292px;
	padding: 25px 25px 30px 25px;
	background: rgba(0,0,0,0.2);
	z-index: 2;
}
#object_box_03 {
	position: absolute;
	top: 500px;
	right: 100px;
	width: 280px;
	height: 100px;
	background: rgba(255,255,255,0.1);
	padding: 20px;
	z-index: 3;
}
/* -----------------------オブジェクト4(object4)----------------------- */
#h_text_04 {
	position: absolute;
	bottom: -60px;
	right: 0px;
	background: rgba(255,255,255,0.2);
	font-weight: bold;
	text-align: right;
	padding: 25px 65px 25px 65px;
	z-index: 3;
}
#shadow_box_04 {
	width: 256px;
	position:absolute;
	bottom: -90px;
	right: 20px;
	padding: 35px 20px 40px 50px;
	background: rgba(0,0,0,0.1);
	z-index: 2;
}
#object_box_04 {
	position: absolute;
	bottom: 195;
	left: -410;
	width: 340px;
	height: 50px;
	background: rgba(255,255,255,0.1);
	padding: 20px;
	z-index: 3;
}

/* -----------------------オブジェクト位置 SPver----------------------- */
						@media (max-width: 613px) {
							#h_text_01 {
								width: 330px;
								font-size: 15px;
								padding: 20px 15px 20px 15px;
								line-height: 1.5em;
								letter-spacing: 0.08em;
							}
							#h_text_02 {
								bottom: -405px;
							}
							#h_text_03 {
								top: -50px;
							}
							#shadow_box_03 {
								top: -20px;
								left: 15%;
							}
							#object_box_03 {
								width: 300px;
								height: 100px;
								top: 500px;
								right: 200px;
							}
							#h_text_04 {
								right: -572px ;
								bottom: -130px;
							}
							#shadow_box_04 {
								right: -602px ;
								bottom: -160px;
							}
						}
