@charset "utf-8";

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

/* main-title */
#main #main-title {
	height: 827px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main #main-title h2 {
	top: 0;
	left: 0
}
#main #main-title .logo {
	top: 482px;
	left: 21px;
}
#main #main-title .catch {
	top: 600px;
	left: 28px;
}
#main #main-title .chara {
	top: 23px;
	right: -73px;
}
#main #main-title ul {
	top: 697px;
	left: 0;
}
#main #main-title li {
	float: left;
}

/* section01 */
#main #section01 {
	height: 2711px;
	background: url(../img/section01_bg.png) left top repeat-x;
}

#main #section01 .article {
	width: 814px;
	height: 406px;
	background: url(../img/section01_article_bg.png) left top no-repeat; 
}
#main #section01 .article-amiibo {
	width: 814px;
	height: 744px;
	background: url(../img/section01_article_amiibo_bg.png) left top no-repeat;
}

#main #section01 .article01,
#main #section01 .article02,
#main #section01 .article03,
#main #section01 .article04 {
	left: 25px;
}
#main #section01 .article01 h2,
#main #section01 .article03 h2,
#main #section01 .article04 h2 {
	top: -26px;
	left: -25px;
}
#main #section01 .article01 ul,
#main #section01 .article02 ul,
#main #section01 .article03 ul {
	top: 109px;
	left: 40px;
}
#main #section01 .article01 li,
#main #section01 .article02 li,
#main #section01 .article03 li {
	float: left;
	padding: 0 34px 0 0;
}
#main #section01 .article01 {
	top: 46px;
}
#main #section01 .article01 .chara {
	top: -92px;
	right: 23px;
}
#main #section01 .article02 {
	top: 492px;
}
#main #section01 .article02 h2 {
	top: -47px;
	left: -25px;
}
#main #section01 .article02 .chara {
	top: -15px;
	right: -26px;
}
#main #section01 .article03 {
	top: 939px;
}
#main #section01 .article03 .chara {
	top: 2px;
	right: -7px;
}
#main #section01 .article04 {
	top: 1385px;
}
#main #section01 .article04 .chara01 {
	top: -42px;
	right: -51px;
}
#main #section01 .article04 .img01 {
	top: 97px;
	left: 40px;
}
#main #section01 .article04 .img02 {
	top: 146px;
	right: 76px;
}
#main #section01 .article04 h3 {
	top: 436px;
	left: 34px;
}
#main #section01 .article04 .img03 {
	top: 501px;
	left: 38px;
}
#main #section01 .article04 .chara02 {
	bottom: -75px;
	left: -25px;
}

/* movie */
#main #section01 .movie-ttl {
	top: 2160px;
	left: 196px;;
}
#main #section01 .movie {
	top: 2229px;
	left: 47px;
	width: 750px;
	height: 422px;
	padding: 10px;
	background: url(../img/section01_movie_bg.png) left top no-repeat;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 0;
	padding-bottom: 32px;
}
.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;
}
.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: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	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;
}
