@charset "utf-8";
/** css document */

/********************************************************************
 * common.css
 *******************************************************************/
html {
	background-color: #000000;
}
html.Has-modal {
	overflow: hidden !important;
}
body {
	color: #ffffff;
	line-height: 1.4;
}
a:link, a:visited,
a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}
img {
	width: 100%;
}
video {
	width: 100%;
}

/* .mod */
.mod-box-wrp-01 {
	margin: 0 7.8125%;
}
.mod-box-wrp-02 {
	margin: 0 3.125%;
}


/* #nav */
#nav {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
}
/* .btn-open */
#nav .btn-open {
	position: fixed;
	z-index: 2;
	top: 10px;
	right: 10px;
}
#nav .btn-open a {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #00f0ff;
	background-color: rgba(0,0,0,0.8);
	box-sizing: border-box;
}
#nav .btn-open a span.lin {
	display: block;
	position: absolute;
	width: 36px;
	height: 2px;
	background-color: #00f0ff;
	left: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
#nav .btn-open a span.lin.l-01 {
	top: 12px;
}
#nav .btn-open a span.lin.l-02 {
	top: 21px;
}
#nav .btn-open a span.lin.l-03 {
	top: 30px;
}
#nav .btn-open a .txt {
	display: block;
	font-size: 13px;
	text-align: center;
	padding-top: 37px;
}
#nav .btn-open a .txt span.close {
	display: none;
}
/* .btn-open open */
#nav.open .btn-open a span.lin.l-01 {
	top: 21px;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
#nav.open .btn-open a span.lin.l-02 {
	opacity: 0;
}
#nav.open .btn-open a span.lin.l-03 {
	top: 21px;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
#nav.open .btn-open a .txt span.open {
	display: none;
}
#nav.open .btn-open a .txt span.close {
	display: block;
}

/* .box-menu */
#nav .box-menu {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,2,22,0.9);
	overflow-y: auto;
	display: none;
	opacity: 0.0;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	-webkit-overflow-scrolling: touch;
}
#nav .box-menu .box-scroll {
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}
#nav .box-menu a {
	position: relative;
	display: block;
	padding: 18px 25px;
	box-sizing: border-box;
}
#nav .box-menu .box-logo a {
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 155px 50px;
	text-indent: -9999px;
}
#nav .box-menu .cate a {
	font-size: 25px;
	background-color: #0077b5;
	background-image: url(../img/nav_bg01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
#nav .box-menu .cate a span {
	font-size: 12px;
	color: #00e2ff;
	padding-left: 1.0em;
}
#nav .box-menu .cate a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 4px;
	width: 31px;
	height: 100%;
	background-image: url(../img/nav_arrow01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 31px;
}

#nav .box-menu .cate02 a {
	font-size: 25px;
	background-color: #0077b5;
	background-image: url(../img/nav_bg01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	line-height: 0.7;
	height: 71px;
}
#nav .box-menu .cate02 a span {
	font-size: 12px;
	color: #00e2ff;
	padding-top: 1.0em;
	display: inline-block;
}
#nav .box-menu .cate02 a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 4px;
	width: 31px;
	height: 100%;
	background-image: url(../img/nav_arrow01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 31px;
}

#nav .box-menu ul li {
	float: left;
	width: 50%;
	border-top: 1px solid #0077b5;
	box-sizing: border-box;
}
#nav .box-menu ul li:first-child {
	border-top: none;
	width: 100%;
}

#nav .box-menu ul li:nth-child(2n) {
	border-right: 1px solid #0077b5;
}
#nav .box-menu ul li a {
	font-size: 17px;
	background-color: #0bbed8;
}
#nav .box-menu ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	width: 22px;
	height: 100%;
	background-image: url(../img/nav_arrow02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px 22px;
}

/* .box-menu open */
#nav.open .box-menu {
	display: block;
}
#nav.active .box-menu {
	opacity: 1.0;
}
#nav.active .box-menu .box-scroll {
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
}

/* .box-menu event*/
.box-event{
	background-color:#0bbed8;
}

/* .btn-menu */
.btn-menu {
	border-bottom: 1px solid #0bbed8;
}
/* .box-menu campaign */
.box-campaign{
	padding-top: 80px;
}
.box-pachiinfo{
	padding-top: 80px;
}
/* .box-menu contents*/
.box-content{
	border-bottom: 1px solid #0077b5;
}
/* #header */
#header {
	padding: 15px 0;
	background-color: rgba(1,49,72,0.6);
	border-bottom: 1px solid #01727f;
}
#header div {
	width: 155px;
	margin: 0 auto;
}


/* #footer */
#footer {
	padding: 25px 0;
	background-color: #000000;
	text-align: center;
}
#footer ul {
	margin-bottom: 23px;
}
#footer ul li {
	position: relative;
	width: 48.148148%;
	height: 29px;
	background-position: center center;
	background-size: 110px 29px;
	background-repeat: no-repeat;
}
#footer ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 29px;
	background-image: url(../img/footer_sns_bg01.png);
	background-size: 10px 29px;
}
#footer ul li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 29px;
	background-image: url(../img/footer_sns_bg02.png);
	background-size: 10px 29px;
}
#footer ul li.tw {
	float: left;
	background-color: #00a0f3;
	background-image: url(../img/footer_tw.jpg);
}
#footer ul li.fb {
	float: right;
	background-color: #3362c3;
	background-image: url(../img/footer_fb.jpg);
}
#footer ul li a {
	display: block;
	height: 29px;
	text-indent: -99999px;
}
#footer p {
	font-size: 10px;
}


/* magnific-popup */
.mfp-close,
.mfp-close:active {
	top: -36px;
	background-image: url(../img/popup_close_btn.png) !important;
}
@media screen and (max-width: 767px) {
.mfp-close,
.mfp-close:active {
	top: -20px;
}
}




#nav .box-menu .box-slot {
	/*background-color:#0bbed8;*/
}



/* movie modal */

/* モーダル */
#mdl-box {
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: url(../../movie/assets/modal_bg.png);
}
#mdl-box #mdl-wrap {
	display: table-cell;
	width:  100%;
	text-align: center;
	vertical-align: middle;
}
#mdl-box #mdl-plr {
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 56.25%;
	box-sizing: content-box;
	text-align: center;
}

#mdl-box #video-wrap {
	position: relative;
	width: 90%;
	height: 0;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 56.25%;
}

#mdl-box.oldie #mdl-plr {
	margin-top: 0;
	margin-left: 0;
}

#mdl-box .btn {
	position: absolute;
	top: -52px;
	right: -10px;
}

#mdl-box .btn img {
	width: 42px;
	height: 42px;
}

#mdl-box .btn .modal_close_btn_2 {
	opacity: 0;
}

#mdl-box.oldie .btn {
	margin-top: 0;
	margin-left: 0;
}


body.landscape #mdl-box #video-wrap {
	width: 60%;
	padding-top: 10%;
}
body.landscape #mdl-box .btn {
	top: 10px;
}

