@charset "UTF-8";
/*
*******************************************************************************************************
# トップページ - compiled from top/style.scss
*******************************************************************************************************
*/
/* ------------------------------------
body reset
* ------------------------------------ */
body {
	overflow-x: hidden;
	background-image: url(../../img/top/bg_base.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	position: relative;
}

/* ------------------------------------
pre loader
* ------------------------------------ */
.loading {
	position: fixed;
	z-index: 1010;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.loading span {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	opacity: 0;
}

/* ------------------------------------
wrapper
* ------------------------------------ */
.wrapper {
	background-image: url(../../img/top/bg_main.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* ------------------------------------
wrp-contents
* ------------------------------------ */
.wrp-contents {
	min-width: 960px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

/* キャラクター */
.wrp-contents .character {
	position: absolute;
	right: 24px;
	top: 0;
}

/* ------------------------------------
wrp-top-main
* ------------------------------------ */
.wrp-top-main {
	position: absolute;
	left: 30px;
	top: 0;
}

/* プロモーションムービー */
.wrp-top-main .movie {
	padding: 30px 0 10px 48px;
}

.wrp-top-main .movie_machine {
	padding: 0 0 0 48px;
}

/* 筐体画像 */
.wrp-top-main .machine {
	padding: 20px 0 0 46px;
	*zoom: 1;
}
.wrp-top-main .machine:before, .wrp-top-main .machine:after {
	content: "";
	display: table;
}
.wrp-top-main .machine:after {
	clear: both;
}
.wrp-top-main .machine p {
	float: left;
	padding-right: 22px;
}

/* ------------------------------------
wrp-sns
* ------------------------------------ */
.wrp-sns {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.wrp-sns ul {
	position: absolute;
	right: 30px;
	top: 30px;
	*zoom: 1;
}
.wrp-sns ul:before, .wrp-sns ul:after {
	content: "";
	display: table;
}
.wrp-sns ul:after {
	clear: both;
}
.wrp-sns li {
	float: left;
	padding-left: 16px;
}

/* ------------------------------------
wrp-top-footer
* ------------------------------------ */
.wrp-top-footer {
	position: absolute;
	left: 76px;
	top: 755px;
}
.wrp-top-footer .copyright {
	font-size: 11px;
	line-height: 1.6;
	margin-top: 20px;
}
.wrp-top-footer .jasrac {
	margin-top: 20px;
}
.wrp-top-footer .jasrac img {
	margin-right: 20px;
}
.wrp-top-footer .jasrac a img { margin-right: 0; }
.wrp-top-footer .caution {
	margin-top: 20px;
}

/* ------------------------------------
modal
Override : /movie/assets/video-js.css
* ------------------------------------ */
#mdl-box {
	position: absolute;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../../img/top/modal_bg.png);
}

#mdl-box #mdl-plr {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -480px;
}

#mdl-box .mdl-bg {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -488px;
}

#mdl-box.oldie #mdl-plr {
	margin-left: -482px;
}

#mdl-box .btn {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 313px;
}

#mdl-box.oldie .btn {
	margin-left: 313px;
}

#mdl-box .vjs-loading-spinner {
	display: none !important;
}
