/* Scss Document */
#sec1 {
	background: url(../img/scene/s1_bg.jpg), url(../img/shared/bd_bg.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: bottom center, top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
	z-index: 2;
	padding-bottom: 15%;
}
#sec1 dd {
	padding: 20px 20px 0;
}
#sec2 {
	position: relative;
	padding-bottom: 15%;
}
#sec2 .blk-1 {
	position: relative;
}
#sec2 .blk-1 h2 {
	position: relative;
	z-index: 4;
	padding: 150px 0 50px;
}
#sec2 .blk-2 {
	position: relative;
	background: url(../img/shared/bd_bg.jpg) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec2 .blk-2 .photo {
	margin-bottom: -15%;
	margin-left: 20px;
	margin-right: 20px;
}
#sec2 .blk-3 {
	padding-top: 10%;
}
#sec2 .blk-3 .photo {
	margin-bottom: -9%;
	margin-left: 20px;
	margin-right: 20px;
}
#sec2 .blk-4 {
	padding-top: 10%;
}
#sec2 .blk-4 .photo {
	margin-bottom: -6%;
	margin-left: 20px;
	margin-right: 20px;
}
#sec2 .box {
	position: relative;
	z-index: 5;
	background: url(../img/scene/s2_border.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin-bottom: -6%;
}
#sec2 .box .txt {
	padding: 10px 5% 10% 10%;
}
#sec2 .btn {
	position: relative;
	z-index: 8;
}
#sec3 {
	background: url(../img/scene/s3_bg3.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 15%;
}
#sec3 h2 {
	margin-bottom: -7%;
}
#sec3 .title {
	padding-bottom: 10%;
}
#sec3 .title dd {
	padding: 10px 20px 0;
}
#sec3 .blk-1 {
	background: url(../img/scene/s3_bg2.png) no-repeat 50% 50%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .blk-1 dl {
	padding-bottom: 8%;
}
#sec3 .blk-1 dl dd {
	padding: 20px 20px 0;
}
#sec3 .blk-1 .btn {
	width: 80%;
	margin: 0 auto;
}
