@charset "UTF-8";
/*
*******************************************************************************************************
# index - /common.scss
  ・index
*******************************************************************************************************
*/
html, body {
	height: 100%;
}

body {
	padding-top: 0;
	background: none;
	background-color: #000;
}

html.swich-height {
	height: 800px;
}
html.swich-height body {
	height: 800px;
}

.wrap {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 800px;
	min-width: 950px;
	overflow: hidden;
}

/* コンテンツ */
.main-img {
	position: relative;
	display: none;
	width: 100%;
	opacity: 0;
	background: #c9cccf;
}
.main-img img, .main-img canvas {
	width: 100%;
	height: auto;
}
.main-img #blue-layer {
	position: absolute;
	left: 0;
	top: 0;
}
.main-img #blue-layer img {
	display: none;
}
.main-img .bg-box {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 20;
}
.main-img .bg-box.z-over {
	z-index: 45;
}
.main-img .obj-box {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 20;
}
.main-img .obj-box#obj-circle, .main-img .obj-box#obj-logo {
	opacity: 1;
}
.main-img .obj-box#obj-earth {
	z-index: 50;
}

.contents {
	position: absolute;
	left: 53.5%;
	top: 50%;
	display: none;
	width: 460px;
	height: 800px;
	z-index: 100;
	margin: -400px 0 0 0;
	text-align: right;
}
.contents #logo {
	opacity: 0;
}
.contents nav li {
	position: absolute;
}
.contents nav li#nav-pachislot {
	left: 90px;
	top: 149px;
	width: 370px;
	height: 181px;
	margin-left: 320px;
	display: none;
}
.contents nav li#nav-pachislot .txt {
	top: 123px;
	left: 38px;
	width: 300px;
}
.contents nav li#nav-campaign {
	left: 5px;
	top: 500px;
	width: 310px;
	height: 150px;
	margin-left: 290px;
}
.contents nav li#nav-campaign .txt {
	top: 95px;
    left: 20px;
}
.contents nav li#nav-contents {
	left: 40px;
	top: 355px;
	width: 360px;
	height: 190px;
	margin-left: 260px;
}
.contents nav li#nav-contents .txt {
	top: 75px;
	left: 20px;
}
.contents nav li#nav-pachiinfo {
	left: 120px;
	top: 125px;
	width: 425px;
	height: 130px;
	margin-left: 260px;
}
.contents nav li#nav-eventinfo .txt {
	top: 100px;
	left: 23px;
}
.contents nav li#nav-eventinfo{
	margin-left: 260px;
	top: 240px;
	left: 75px;
	width: 425px;
	height: 100px;
}
.contents nav li .nav-wrap {
	position: relative;
	display: block;
	color: #defffe;
	opacity: 0;
}
.contents nav li .txt {
	position: absolute;
	text-align: left;
	line-height: 1.5;
}
.contents nav li .txt.cs {
	color: #cccccc;
}
.contents nav li img {
	position: absolute;
	left: 0;
	top: 0;
}
.contents nav li img.ovr {
	opacity: 0;
}
.contents .sns-area li {
	position: absolute;
	left: 0;
	top: 690px;
	opacity: 0;
}
.contents .sns-area li#btn-twitter {
	left: 16px;
	width: 156px;
	height: 44px;
}
.contents .sns-area li#btn-facebook {
	left: 167px;
	width: 156px;
	height: 44px;
}
.contents .sns-area li img {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 40px;
}
.contents .sns-area li img.ovr {
	opacity: 0;
}

footer {
	position: absolute;
	left: 20%;
	top: 50%;
	z-index: 80;
	opacity: 0;
	margin-top: 305px;
	font-size: 11px;
}
footer p {
	display: inline-block;
}
footer .copy {
	margin-right: 42px;
	color: #defffe;
	text-align: left;
	line-height: 1.6;
}
footer .jasrac {
	color: #defffe;
	text-align: left;
	line-height: 1.6;
}

/* バナーエリア */
.area-bn {
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -170px;
	margin-left: 34px;
}


/* イベント モーダル */
#event-box {
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: url(../img/modal_bg.png);
	opacity: 0;
}
#event-box #event-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 539px;
	margin: -270px 0 0 -450px;
	opacity: 0;
}
#event-box #event-modal .ovr {
	opacity: 0;
}
#event-box #event-modal #btn-entry {
	position: absolute;
	left: 74px;
	top: 352px;
	width: 349px;
	height: 72px;
}
#event-box #event-modal #btn-entry img {
	position: absolute;
	left: 0;
	top: 0;
}
#event-box #event-modal #btn-info {
	position: absolute;
	left: 18px;
	top: 452px;
	width: 424px;
	height: 65px;
}
#event-box #event-modal #btn-info img {
	position: absolute;
	left: 0;
	top: 0;
}
#event-box #event-modal #btn-event-close {
	position: absolute;
	left: 722px;
	top: -56px;
	width: 179px;
	height: 50px;
}
#event-box #event-modal #btn-event-close img {
	position: absolute;
	left: 0;
	top: 0;
}

#pre-loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 210px;
	margin: 120px 0 0 -350px;
	z-index: 3000;
}
#pre-loader .box-loader {
	width: 195px;
	height: 120px;
	margin: 0 auto;
	padding-right: 45px;
	background: url(../img/loader_per.png) no-repeat right 50px;
}
#pre-loader .box-loader .loader-num {
	float: left;
	width: 80px;
	height: 120px;
	margin-left: -15px;
}
#pre-loader #progress-box {
	width: 700px;
	height: 5px;
	margin-top: 27px;
	background-color: #ffffff;
}
#pre-loader #progress-box #bar {
	display: block;
	width: 0%;
	height: 5px;
	background-color: #00b0d6;
}
#pre-loader .txt-load {
	margin-top: 26px;
	text-align: center;
}

.swich-height #pre-loader {
	margin-top: 200px;
}

.ie8 .bg-box {
	opacity: 1;
	display: none;
}
.ie8 .obj-box {
	opacity: 1;
	display: none;
}
.ie8 #blue-layer img {
	display: block;
}
.ie8 #obj-circle, .ie8 #obj-logo {
	opacity: 1;
	display: block;
}
.ie8 .contents #logo {
	opacity: 1;
	display: none;
}
.ie8 .contents nav li#nav-pachislot {
	margin-left: 0;
}
.ie8 .contents nav li#nav-contents {
	margin-left: 0;
}
.ie8 .contents nav li#nav-eventinfo {
	margin-left: 0;
}
.ie8 .contents nav li#nav-campaign {
	margin-left: 0;
}
.ie8 .contents nav li .nav-wrap {
	display: none;
	opacity: 1;
}
.ie8 .contents nav li img.ovr {
	display: none;
	opacity: 1;
}
.ie8 .contents nav li .txt {
	width: 300px;
}
.ie8 .contents .sns-area li {
	opacity: 1;
	display: none;
}
.ie8 .contents .sns-area li img {
	margin-left: 40px;
}
.ie8 .contents .sns-area li img.ovr {
	opacity: 1;
	display: none;
}
.ie8 footer {
	opacity: 1;
	display: none;
}
.ie8 #event-box {
	opacity: 1;
	display: none;
}
.ie8 #event-box #event-modal {
	opacity: 1;
	display: none;
}
.ie8 #event-box #event-modal .ovr {
	opacity: 1;
	display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .wrap {
		height: 1020px;
  }
}
/* モーダル */
#mdl-box {
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/modal_bg.png);
}

#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -480px;
	border: 1px solid #0a7c95;
}

#mdl-box.oldie #mdl-plr {
	margin-top: -180px;
	margin-left: -320px;
}

#mdl-box .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -326px;
	margin-left: 303px;
}

#mdl-box .btn img {
	position: absolute;
	top: 0;
	left: 0;
}

#mdl-box .btn .modal_close_btn_2 {
	opacity: 0;
}

#mdl-box.oldie .btn {
	margin-top: -239px;
	margin-left: 143px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #mdl-box #mdl-plr {
		width: 850px !important;
		height: 478px !important;
		margin-left: -425px !important;
		margin-top: -239px !important;
  }
  #mdl-box .btn {
		margin-top: -295px;
		margin-left: 249px;
  }
}
@media only screen and (max-width: 768px) {
  #mdl-box #mdl-plr {
		width: 700px !important;
		height: 394px !important;
		margin-left: -350px !important;
		margin-top: -197px !important;
  }
  #mdl-box .btn {
		margin-top: -253px;
		margin-left: 173px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #mdl-plr #mdl-plr {
		width: 700px !important;
		height: 394px !important;
		margin-left: -350px !important;
		margin-top: -197px !important;
  }
  #mdl-plr .btn {
		margin-top: -230px;
		margin-left: 315px;
  }
}
.cfx {
	*zoom: 1;
}
.cfx:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
