@charset "UTF-8";

/* ========================================
	common
======================================== */
img {
	width: 100%;
	height: auto;
}

/* ========================================
	Header
======================================== */

header {
	position: relative;
}

header .wiiu {
	display: block;
	width: 16.875%;
	position: absolute;
	top: 20px;
	right: 20px;
}

/* ========================================
	Footer
======================================== */

footer {
	position: relative;
}

.f_nav01:after {
	content: "";
	display: block;
	clear: both;
}
.f_nav01 li.topPage {
	position: relative;
}
.f_nav01 li.topPage p {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
}
.f_nav01 li.topPage p img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.f_nav01 li:not(.topPage) {
	width: 50%;
	float: left;
}
.fBox {
	position: relative;
}
.f_nav02 {
	position: absolute;
	top: 0;
	left: 0;
}
.f_nav02:after {
	content: "";
	display: block;
	clear: both;
}
.f_nav02 li {
	float: left;
}
.f_nav02 li:first-child {
	width: 39.53125%;
}
.f_nav02 li:last-child {
	width: 32.03125%;
}
footer .top {
	display: block;
	position: absolute;
	width: 15%;
	bottom: 0;
	right: 4.6875%
}

/* ========================================
	video link
======================================== */
.normal3ds .has_video,
.no_js .has_video{
	display: none;
}
.no_video{
	display: none;
}
.normal3ds .no_video,
.no_js .no_video{
	display: block;
}