@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 30px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 6px;
	left: 12px;
}
#main #title-area .update {
	top: 18px;
	right: 8px;
}

/* main-inner */
#main #main-inner {
	border:none;
}

/* main-visual */
#main .main-visual {
	position:relative;
	height:370px;
	background: url(../img/main_visual_bg.jpg) no-repeat;
}
#main .main-visual h2,
#main .main-visual .mv01,
#main .main-visual .mv02{
	position: absolute;
}
#main .main-visual h2 {
	top: 0px;
	right: 0px;
}
#main .main-visual .mv01 {
	top: 290px;
	left: 120px;
}

/* article01 */
#main .article01 {
	position:relative;
	height:2200px;
	background: url(../img/article01_bg.jpg) no-repeat;
}
#main .article01 .txt img{
	display:block;
}
#main .article01 h2,
#main .article01 .txt,
#main .article01 .txt01,
#main .article01 a.txt02,
#main .article01 dl{
	position:absolute;
}

#main .article01 h2{
	top: 0px;
	left: -18px;
	z-index:22;
}
#main .article01 .txt{
	top: 157px;
	left: 50px;
}
#main .article01 .txt a.txt02{
	top: 0px;
	left:376px;
}
#main .article01 .txt a.txt02{
	width:203px;
	height:21px;
	z-index:23;
	display:block;
}
/*
#main .article01 .txt a:hover {
	background: url(../img/article01_txt_img02_on.png) no-repeat;
}
*/

#main .article01 dl{
	top: 256px;
	left:50px;
	z-index:20;
}


/* article02 */
#main .article02 {
	position:relative;
	height:1274px;
	background: url(../img/article02_bg.jpg) no-repeat;
}
#main .article02 h2,
#main .article02 .yoshiwould,
#main .article02 .splatoon,
#main .article02 .officialweb-btn{
	position:absolute;
}
#main .article02 h2{
	top: 40px;
	left: 50px;
	z-index:31;
}
#main .article02 .yoshiwould{
	top: 170px;
	left: -24px;
}
#main .article02 .splatoon{
	top: 636px;
	left: 0px;
}
#main .article02 .officialweb-btn{
	width: 100%;
	top:1075px;
	left: 0px;
	text-align:center;
}

/* main-footer */
.main-footer {
	position: relative;
	padding:0px 0 50px 0;
	border-bottom:solid 1px #c1c1c1;
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
	border-bottom:none;
}
.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;
}
.f-soft-wrap {
	margin: 0 0 10px;
}
.main-footer .f-copyright {
	position: absolute;
	top:35px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	width: 443px;
	height: 55px;
	float: right;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 20px;
}
.main-footer .f-copyright {
	clear:both;
	padding-top:10px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 0 0 14px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0px 0px;
}
/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
