@charset "utf-8";

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}
#main #main-title,
#main #section01,
#main #section02 {
	position: relative;
	width: 864px;
}
#main #main-title h2,
#main #main-title p,
#main #main-title ol,
#main #main-title span,
#main #section01 h2,
#main #section01 div,
#main #section02 h2,
#main #section02 p,
#main #section02 span {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 1063px;
	background: url("../img/main_title_bg.png") left top no-repeat;
}
#main #main-title h2 {
	top: 31px;
	left: 142px;
	z-index: 10;
}
#main #main-title .catch {
	top: 314px;
	left: 108px;
}
#main #main-title ol {
	top: 394px;
	left: 66px;
	z-index: 10;
}
#main #main-title ol li {
	float: left;
}
#main #main-title .note {
	top: 955px;
	left: 316px;
}
#main #main-title .chara01 {
	top: 59px;
	right: 45px;
	z-index: 20;
}
#main #main-title .chara02 {
	top: 16px;
	left: -36px;
}
#main #main-title .chara03 {
	top: 220px;
	right: -80px;
}
#main #main-title .chara04 {
	right: -12px;
	bottom: -69px;
	z-index: 10;
}

/* section01 */
#main #section01 {
	height: 623px;
	background: url("../img/section01_bg.png") left top no-repeat;
}
#main #section01 h2 {
	top: 22px;
	left: 36px;
}
#main #section01 .movie-area {
	top: 148px;
	left: 37px;
	width: 790px;
	height: 444px;
}

/* section02 */
#main #section02 {
	height: 306px;
	background: url("../img/section02_bg.png") left top no-repeat;
}
#main #section02 .txt {
	top: 18px;
	left: 68px;
}
#main #section02 .btn {
	top: 173px;
	left: 117px;
	z-index: 10;
}
#main #section02 .chara05 {
	bottom: 2px;
	left: -27px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 0;
	padding-bottom: 32px;
}
.main-footer.border {
	border-bottom: 1px solid #CCCCCC;
}
.f-border {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #C1C1C1;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.f-border .f-hard {
	top: 20px;
}
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
	margin-top: 30px;
}
.f-soft-wrap {
	margin: 0 0 10px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 5px;
}
.main-footer .f-copyright {
	line-height: 1.4;
	padding: 0 0 0 70px;
	color: #FFFFFF;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #FFFFFF;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
