@charset "utf-8";

/*
******************************************************************
* Million Arthur top.css
******************************************************************
*/
html.Has-modal {
	overflow: hidden !important;
	width: auto;
}
html {
	background-color: #000000;
}
body {
	color: #ffffff;
	line-height: 1.6;
	word-wrap: break-word;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
}
img {
	width: 100%;
	/*max-width: 100%;*/
}
#wrp-all {
	position: relative;
	width: 100%;
}
.mod-box-inr {
	position: relative;
	margin: 0 auto;
}


/*
******************************************************************
* #background
******************************************************************/
#background {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#background .bg-01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../img/bg_01.png);
	background-size: cover;
	background-position: center center;
}
#background .bg-02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: center center;
}
.bg-03 {
	position: absolute;
	top: -18.2%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bg-03 li {
	width: 220%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: -37.5%;
}
.bg-03 li.chara-01 {
	background-image: url(../img/bg_chara01.png);
}
.bg-03 li.chara-02 {
	background-image: url(../img/bg_chara02.png);
}
.bg-03 li.chara-03 {
	background-image: url(../img/bg_chara03.png);
}


/*
******************************************************************
* #contents
******************************************************************/
#contents {
	position: relative;
	z-index: 10;
}
#contents h1 {
	padding-top: 9px;
	margin: 0 0 0 7px;
	width: 66.09%;
}
#contents .machine {
	width: 37.03%;
	margin: -10px 0 10% 30px;
}
#contents .gnav {
	margin: 0 15px;
	padding: 10% 10% 5%;
	background-image: url(../img/bg_menu.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#contents .gnav ul {
	margin-top: -24%;
}
#contents .gnav ul:after {
	content: "";
	display: block;
	clear: both;
}
#contents .gnav ul li {
	width: 47%;
	float: left;
	margin-top: 3%;
}
#contents .gnav ul li:nth-child(even) {
	float: right;
}
#contents .gnav ul li:last-child {
	margin-left: 26%;
}
#contents .promotion_button {
	display: block;
	padding-bottom: 6px;
	margin: 0 15px;
}


/*
******************************************************************
* #modal video
******************************************************************/
#mdl-box {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mdl-box .mdl-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../js/lib/video/modal_bg.png);
}
#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25.3125%;
	margin-left: -45%;
	width: 90% !important;
	height: 0! important;
	padding-bottom: 50.625%;
	border: 1px solid #d5b84e;
}
#mdl-box .btn {
	position: absolute;
	top: 50%;
	right: 4.4%;
	margin-top: -25.3125%;
}
#mdl-box .btn a {
	position: relative;
	display: block;
	margin-top: -30px;
	width: 69px;
	height: 25px;
	font-size: 0;
	background-image: url(../img/v_close.png);
	background-size: 69px auto;
}


/*
******************************************************************
* .video.js
******************************************************************/
#mdl-box .vjs-default-skin .vjs-slider-handle {
	background: #d5b84e;
}
#mdl-box .vjs-default-skin .vjs-play-progress {
	background: #8b7c47;
}
#mdl-box .vjs-default-skin .vjs-seek-handle {
	width: 2px;
}
#mdl-box .vjs-default-skin .vjs-volume-level {
	background: #8b7c47;
}
#mdl-box .vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
	width: 2px;
}
#mdl-box .vjs-default-skin .vjs-big-play-button {
	margin-top: -26px;
	margin-left: -26px;
	width: 52px;
	height: 52px;
	background-size: 52px 52px;
}