@charset "shift_jis";

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}
#main #main-title,
#main #section01 {
	position: relative;
	width: 864px;
}
#main #main-title h2,
#main #section01 h3,
#main #section01 p,
#main #section01 ol,
#main #section02 h3,
#main #section02 p {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 386px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main #main-title h2 {
	top: 55px;
	left: 381px;
}

#main #cont-wrap {
	width: 864px;
	padding: 0 0 23px 0;
	background: url(../img/cont_wrap_bg.png) left top repeat-y;
}

/* section01 */
#main #section01 {
	height: 1020px;
}
#main #section01 h3 {
	top: -15px;
	left: 92px;
}
#main #section01 ol,li {
	margin: 0;
	padding: 0;
}
#main #section01 ol {
	list-style: none;
	width: 864px;
	top: 91px;
	left: 0;
}
#main #section01 .step01,
#main #section01 .step02,
#main #section01 .step03 {
	float: left;
}
#main #section01 .step04,
#main #section01 .step05 {
	float: right;
}
#main #section01 .step02 {
	margin: 0 0 0 -52px;
}
#main #section01 .step03 {
	margin: 0 0 0 -44px;
}
#main #section01 .step04 {
	margin: -27px 0 0 0;
}
#main #section01 .step05 {
	margin: -27px -130px 0 0;
}
#main #section01 .txt01 {
	top: 713px;
	left: 169px;
}
#main #section01 .sttl {
	top: 787px;
	left: 33px;
}
#main #section01 .txt02 {
	top: 947px;
	left: 120px;
}

/* section02 */
#main #section02 {
	width: 814px;
	height: 1188px;
	margin: 23px 25px 0 25px;
	background: url(../img/section02_bg.png) left top repeat;
}

#main #section02 .trial-area,
#main #section02 .craft-area,
#main #section02 .movie-area {
	position: relative;
	width: 690px;
	margin: 0 auto;
}
#main #section02 .trial-area h2,
#main #section02 .craft-area h2,
#main #section02 .movie-area h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}

#main #section02 .trial-area {
	height: 260px;
	padding: 30px 0 0 0;
	background:url(../img/section02_trial_area_bg.png) left bottom no-repeat;
}
#main #section02 .trial-area h3 {
	top: 103px;
	left: 58px;
}
#main #section02 .trial-area .txt01 {
	top: 198px;
	left: 45px;
}
#main #section02 .trial-area .qr {
	top: 109px;
	right: 55px;
}

#main #section02 .craft-area {
	height: 331px;
	padding: 63px 0 0 0;
	background:url(../img/section02_craft_area_bg.png) left bottom no-repeat;
}
#main #section02 .craft-area h3 {
	top: 144px;
	right: 65px;
}
#main #section02 .craft-area .txt01 {
	top: 33px;
	right: -28px;
}
#main #section02 .craft-area .txt02 {
	top: 233px;
	right: 139px;
}
#main #section02 .craft-area .chara01 {
	top: 73px;
	left: 32px;
}
#main #section02 .craft-area .dl-btn {
	right: 52px;
	bottom: 29px;
}

#main #section02 .movie-area {
	padding: 54px 0 0 0;
}
#main #section02 .movie-area .movie {
	width: 594px;
	margin: 0 auto;
}
#main #section02 .movie-area .chara02 {
	top: 110px;
	left: -120px;
}
#main #section02 .movie-area .chara03 {
	top: 325px;
	right: -145px;
}

/* main-footer */
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer {
	width: 864px;
	position: relative;
	margin: 0 0 32px 0;
	padding-top:20px;
	/*border-top: 1px solid #000;*/
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 56px;
	padding: 20px 0 0;
	border-top: 1px solid #C1C1C1;
}

.main-footer .f-hard {
	position: absolute;
	top: 20px;
	right: 0;
}
.f-wrap {
	margin: 20px 0 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
	margin: 0 0 15px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #FFFFFF;
	font-size: 9px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
