@charset 'utf-8';

/*-------------------------------------
Main
---------------------------------------*/
div.main {
	height: 1150px;
	position: relative;
	line-height: 1;
	background: url('../images/main_img01.jpg') center top  no-repeat;
}
div.main:before,
div.main:after {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
}
div.main:before {
	left: 0;
	background: #9b2520;
}
div.main:after {
	right: 0;
	background: #163f76;
}
div.main h1 {
	margin: 0 0 11px;
	padding: 574px 0 0;
	text-align: center;
}
div.main p.copy {
	position: relative;
	z-index: 1;
	text-align: center;
}
div.main p.logo01 {
	width: 111px;
	position: absolute;
	top: 28px;
	left: 50%;
	right: 0;
	margin-left: -55px;
}
div.main p.logo02 {
	position: absolute;
	top: 20px;
	left: 20px;
}
div.main p.balloon01 {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top:7px;
}
div.main p.balloon02 {
	position: absolute;
	top: 673px;
	right: 0;
}
div.main p.balloon02 a {
	display: inline-block;
}
div.main p.balloon03 {
	position: absolute;
	top: 620px;
	left: -10px;
}
div.main p.balloon03 a {
	display: inline-block;
}
div.main p.movie_thumb {
	width: 1600px;
	position: absolute;
	top: 914px;
	left: 50%;
	margin-left: -800px;
}
div.main ul.nav {
	overflow: hidden;
	position: absolute;
	top: 963px;
	left: 38px;
}
div.main ul.nav li {
	float: left;
}
div.main ul.nav li a {
	display: inline-block;
}

/*-------------------------------------
Sub
---------------------------------------*/
div.sub {
	padding: 40px 0;
	background: #eee url('../images/sub_bg.jpg') center top no-repeat;
	background-size: cover;
}
div.sub ul.buttons {
	margin: 0 0 40px;
	padding: 50px 0 0;
	line-height: 1;
}
div.sub ul.buttons li,
div.sub ul.buttons li a {
	display: inline-block;
}
div.sub ul.buttons li.button01 {
	margin-left: 39px;
}
div.sub ul.buttons li.button02 {
	margin-left: 15px;
}
div.sub div.news_wrap {
	width: 840px;
	position: relative;
	margin: 0 auto 40px;
}
div.sub div.news_wrap div.news_area {
	width: 695px;
	padding: 4px 4px 4px 98px;
	border-radius: 6px;
	background: #008eda;
}
div.sub div.news_wrap div.news_area h2 {
	height: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 22px;
	margin: auto 0;
	line-height: 1;
}
div.sub div.news_wrap div.news_area div.news_list {
	width: 674px;
	padding: 7px 0 7px 21px;
	color: #fff;
	border-radius: 4px;
	background: #00aae7;
}
div.sub div.news_wrap div.news_area div.news_list table {height: 50px;}
div.sub div.news_wrap div.news_area div.news_list th,
div.sub div.news_wrap div.news_area div.news_list td {
	padding: 3px 0;
	vertical-align: top;
}
div.sub div.news_wrap div.news_area div.news_list th {
	text-align: right;
}
div.sub div.news_wrap div.news_area div.news_list td { padding-left: 20px; }
div.sub div.news_wrap div.news_area div.news_list td a { color: inherit; }
div.sub div.news_wrap div.news_area ul.news_list li:not(:last-child) {
	margin: 0 0 8px;
}

div.sub div.product_wrap {
	width: 840px;
	margin: 0 auto 35px auto;
	position: relative;
}

div.sub div.product_wrap div.product_info {
	width: 528px;
	overflow: hidden;
	padding: 20px;
	padding-left: 70px;
	line-height: 1;
	border: 4px solid #d2d2d2;
	border-radius: 10px;
	background: #fff;
}
div.sub div.product_wrap div.product_info p.package {
	float: left;
	margin: 0 10px 0 0;
}
div.sub div.product_wrap div.product_info ul {
	float: left;
	margin: 0 19px 0 0;
}
div.sub div.product_wrap div.product_info ul li:first-child {
	margin: 0 0 6px;
}
div.sub div.product_wrap div.product_info ul li.cero,
div.sub div.product_wrap div.product_info ul li.amiibo {
	display: inline-block;
}
div.sub div.product_wrap div.product_info ul li.cero {
	margin-right: 6px;
}
div.sub div.product_wrap div.product_info h2 {
	float: left;
	margin: 0 19px 0 0;
	padding: 6px 0 0;
}
div.sub div.product_wrap div.product_info p.btn_detail {
	width: 96px;
	float: left;
}
div.sub div.product_wrap div.product_info p.btn_detail a,
div.sub div.product_wrap div.product_info p.btn_detail span {
	display: inline-block;
}

div.sub div.product_wrap ul.relbnrs {
	width: 184px;
	position: absolute;
	top: 0;
	right: 0;
}
div.sub div.product_wrap ul.relbnrs li {
	width: 184px;
	height: 75px;
	position: relative;
	margin: 0 0 12px;
	line-height: 1;
	cursor: pointer;
}
div.sub div.product_wrap ul.relbnrs li a:after {
    width: 100%;
    height: 100%;
	content: "";
	display: block;
	position: absolute;
    left: 0;
    top: 0; 
	border-radius: 6px;
    background: #fff;
	opacity: 0;
	-webkit-transition: opacity, ease-out 0.2s;
    transition: opacity, ease-out 0.2s;
}

div.sub div.product_wrap ul.relbnrs li a:hover:after {
	opacity: 0.3;
}
div.sub .bottombnr_wrap {
	width: 840px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
div.sub .bottombnr_wrap .bnr_marisoni_wiiu{
	position: absolute;
	left: 0;
	top: 0;
}
div.sub .bottombnr_wrap .bnr_marisoni_wiiu a{
	display: block;
	position: relative;
	width: 790px;
	height: 80px;
}
div.sub .bottombnr_wrap .bnr_marisoni_wiiu a:after {
    width: 100%;
    height: 100%;
	content: "";
	display: block;
	position: absolute;
    left: 0;
    top: 0; 
	border-radius: 10px;
    background: #fff;
	opacity: 0;
	-webkit-transition: opacity, ease-out 0.2s;
    transition: opacity, ease-out 0.2s;
}
div.sub .bottombnr_wrap .bnr_marisoni_wiiu a:hover:after {
	opacity: 0.3;
}

div.sub .bottombnr_wrap .twitter{
	position: absolute;
	right:0;
	top: 5px;
}
div.sub .bottombnr_wrap .facebook{
	position: absolute;
	right:0;
	top: 45px;
}