@charset "UTF-8";
*,
*:before,
*:after {
	position: relative;
}

html,
body,
.wrapper,
.wrapper iframe,
noscript,
noscript > iframe,
.js-on {
	width: 100%;
	height: 100%;
}

html {
	background: #000000;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.2;
}

a,
*:before,
*:after {
	display: block;
}

a,
area,
img {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

img {
	vertical-align: top;
}
img.preload {
	display: none;
}

a {
	color: inherit;
	text-decoration: none;
	height: inherit;
}

iframe,
noscript {
	border: none;
	display: block;
}

/* --- area */
.naviArea {
	display: table;
		table-layout: fixed;
	margin: auto;
}
.naviArea .content {
	display: table-cell;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 4.8;
	text-align: center;
	padding: 0 2em;
}
.naviArea .content a {
	white-space: nowrap;
}
.naviArea .content a:hover,
.naviArea .content a.active {
	text-shadow: 0px 0px 16px #FFD6A1, 0px 0px 16px #FFD6A1, 0px 0px 16px #FFD6A1, 0px 0px 16px #FFD6A1, 0px 0px 6px #FFD6A1;
}

.searchArea {
	background: url( "../img/search-bg.png" ) no-repeat 0 0;
	width: 660px;
	height: 91px;
}
.searchArea input,
.searchArea select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.searchArea select {
	font-size: inherit;
	width: 238px;
	padding: 0 20px 0 0;
}
.searchArea input {
	background: url( "../img/search-button.png" ) no-repeat 0 0;
	display: block;
	color: transparent;
	width: 105px;
	height: 38px;
	cursor: pointer;
}
.searchArea .content {
	display: inline-block;
	position: absolute;
}
.searchArea .selectContent {
	top: 22px;
	left: 208px;
	font-size: 1.3em;
}
.searchArea .selectContent:after {
	content: " ";
	border: transparent 5px solid;
	border-top-color: #000000;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0.75em;
	right: 0.25em;
	width: 5px;
	height: 5px;
	transform: scaleX( 0.6 );
}
.searchArea .buttonContent {
	top: 16px;
	left: 469px;
}

.soundArea .content a {
	background: url( "../img/sound-off.png" ) no-repeat 0 0;
}
.soundArea .content a.active {
	background-image: url( "../img/sound-on.png" );
}
.soundArea .content img {
	visibility: hidden;
}

.modeArea > * {
	position: absolute;
}
.modeArea .content {
	top: 238px;
}
.modeArea .content a {
	position: absolute;
	text-align: center;
}
.modeArea .content a:after {
	content: " ";
	background: url( "../img/icon-zoom.png" ) no-repeat 0 0;
	display: block;
	position: absolute;
	top: -8px;
	left: 292px;
	width: 73px;
	height: 39px;
}
.modeArea .content img {
	max-width: 100%;
	height: auto;
}
.modeArea .content.active {
	z-index: 4;
}
.modeArea .content.active a:after {
	visibility: hidden;
}
.modeArea .content.active img {
	-webkit-transform: scaleX( 1.4622 ) scaleY( 1.4622 );
	-webkit-transform-origin: center center;
	transform: scaleX( 1.4622 ) scaleY( 1.4622 );
	transform-origin: center center;
}
.modeArea .content-1 {
	left: 57px;
	z-index: 2;
}
.modeArea .content-1 a {
	width: 370px;
}
.modeArea .content-2 {
	left: 424px;
	z-index: 3;
}
.modeArea .content-2 a {
	width: 402px;
}
.modeArea .content-3 {
	left: 791px;
	z-index: 2;
}
.modeArea .content-3 a {
	width: 375px;
}

.anniv25Area > * {
	position: absolute;
}
.anniv25Area .content {
	top: 463px;
	left: 688px;
}

/* --- container */
.container {
	position: absolute;
}

/* header */
.header {
	width: inherit;
}
.header .header-banner-anniv25 {
	position: absolute;
	top: 118px;
	right: 643px;
}

/* inner */
.inner {
	background: url( "../img/inner-bg.png" ) no-repeat 0 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1214px;
	height: 716px;
	margin: auto;
	pointer-events: none;
	z-index: 2;
}
.inner.active {
	opacity: 1;
	pointer-events: auto;
}
.inner .area {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.inner .area.active {
	opacity: 1;
	z-index: 1;
}
.inner .inner-close {
	position: absolute;
	top: 23px;
	right: 29px;
	z-index: 2;
}

/* footer */
.footer {
	bottom: 0;
	left: 0;
	right: 0;
	width: 1164px;
	margin: auto;
}
.footer > * {
	position: absolute;
}
.footer .searchArea {
	bottom: 177px;
	right: 46px;
}
.footer .footer-logo {
	bottom: 31px;
	left: 0;
}
.footer .footer-fb {
	bottom: 47px;
	left: 156px;
}
.footer .footer-tw {
	bottom: 47px;
	left: 200px;
}
.footer .soundArea {
	bottom: 39px;
	left: 237px;
}
.footer .footer-info {
	bottom: 53px;
	left: 507px;
}

/* --- wrapper */
.wrapper {
	background: url( "../img/bg.png?1804" ) no-repeat 0 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 2100px;
	height: 900px;
	margin: auto;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

/* --- popup */
.popup {
	background: #000000;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.popup .area {
	display: table-cell;
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.popup .area .content {
	margin: auto;
}
.popup .loadingArea .content {
	width: 15.78947%;
}
.popup .loadingArea .content .item {
	text-align: center;
}
.popup .loadingArea .content .content-text {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.popup .soundCheckArea {
	opacity: 0;
	display: table-cell;
	white-space: nowrap;
}
.popup .soundCheckArea .area-item,
.popup .soundCheckArea .content {
	-webkit-transform: scaleX(1.2);
	transform: scaleX(1.2);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.popup .soundCheckArea .content {
	display: table;
	table-layout: fixed;
	width: 22em;
	margin: 1em auto 0;
}
.popup .soundCheckArea .content .item {
	display: table-cell;
	text-align: center;
	padding: 0 2em;
}
.popup .soundCheckArea .content .item a {
	border: 1px #FFFFFF solid;
	color: inherit;
	text-decoration: none;
	padding: 0.5em 0;
	pointer-events: auto;
}
.popup .soundCheckArea .area-box {
	background: repeating-linear-gradient(-45deg, rgba(64, 64, 64, 0.6) 0px, rgba(64, 64, 64, 0.6) 3px, #404040 3px, #404040 4px);
	border: 1px #FFFFFF solid;
	margin: 0 -10px;
	padding: 1em;
}

/* --- shadowBox */
#sb-wrapper #sb-wrapper-inner {
	overflow: visible;
}
#sb-wrapper #sb-wrapper-inner #sb-wrapper-side {
	position: absolute;
	bottom: 0;
	right: -220px;
	width: 209px;
	height: 171px;
	z-index: 2;
}

/* --- pc */
.pc .inner.active:before, .pc .outer.active:before {
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms;
}
.pc .inner.active:after, .pc .outer.active:after {
	-webkit-animation: inner-effect 450ms linear 0ms 1 normal;
	animation: inner-effect 450ms linear 0ms 1 normal;
}
.pc .inner .inner-outBox.active, .pc .outer .inner-outBox.active {
	-webkit-animation: outBox 500ms ease-out 0ms 1 normal;
	animation: outBox 500ms ease-out 0ms 1 normal;
}

/* --- mobile */
.mobile.portrait:before {
	content: " ";
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.mobile.portrait:after {
	content: url("../img/iphone.gif");
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 280px;
	height: 220px;
	margin: auto;
	z-index: 10001;
}
