@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
html.Has-modal {
	overflow: hidden !important;
	width: auto;
}
html {
	background-color: #000000;
}
body {
	min-width: 1100px;
	min-height: 768px;
	color: #4b4b4b;
	line-height: 1.6;
	word-wrap: break-word;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
}
a.anime {
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
img {
	/*max-width: 100%;*/
}
#wrp-all {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mod-box-inr {
	width: 1000px;
	margin: 0 auto;
}

#bg-video {
  position: fixed;
	left: 0;
  right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  z-index: 10;
	width: 100%;
}

.eva-project{
max-height:40px;
}

/*
******************************************************************
* #pre-loader
******************************************************************/
#pre-loader {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#pre-loader .bg-load {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-animation: loading 2.5s ease 1.0s infinite;
  animation: loading 2.5s ease 1.0s infinite;
	z-index: 1;
}
#pre-loader .bg-load img {
	height: 100%;
}
#pre-loader .txt-load {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 125px;
	height: 33px;
	z-index: 2;
}
#pre-loader .txt-load:after {
	content: "";
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 2px solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 2;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
svg {
	transform: rotate(-90deg);
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
.loading circle {
	fill: transparent;
	stroke: #00baff;
	stroke-width: 2;
	-webkit-animation: circle 2s 1;
	animation: circle 2s 1;
}
.finished svg {
	opacity: 0;
	-webkit-transform: scale(2.0);
	transform: scale(2.0);
}

@-webkit-keyframes circle {
  0% { stroke-dasharray: 0 628; }
  99.9%,to { stroke-dasharray: 628 628; }
}
@keyframes circle {
  0% { stroke-dasharray: 0 628; }
  99.9%,to { stroke-dasharray: 628 628; }
}

@-webkit-keyframes loading {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes loading {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}


/*
******************************************************************
* #header
******************************************************************/
#header {
	position: relative;
	z-index: 2;
	display: none;
}


/*
******************************************************************
* #contents
******************************************************************/
#contents {
	position: relative;
	z-index: 0;
	height: 100%;
}
#contents #bg-video-2 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 4%;
	right: 0;
	width: 85%;
	min-width: 1200px;
	margin: auto;
	z-index: 0;
}
#contents:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	z-index: 1;
}
#contents:after {
	content: "";
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	z-index: 1;
}
#contents .frame-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 109px;
	background: url(../img/bg_frame_top.png) repeat-x 0 0;
	text-align: center;
	transition: ease 1s;
	-webkit-transition: ease 1s;
	transform:translate(0,-109px);
	-webkit-transform:translate(0,-109px);
	z-index: 2;
}
#contents .frame-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 102px;
	background: url(../img/bg_frame_bottom.png) repeat-x 0 0;
	text-align: center;
	transition: ease 1s;
	-webkit-transition: ease 1s;
	transform:translate(0,102px);
	-webkit-transform:translate(0,102px);
	z-index: 2;
}
#contents .frame-top img,
#contents .frame-bottom img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -683px;
	z-index: 0;
}
#contents .mod-box-inr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	height: 100%;
}
#contents h1 {
	position: absolute;
	top: 0;
	bottom: 330px;
	left: 0;
	right: 0;
	width: 427px;
	height: 222px;
	margin: auto;
	opacity: 0;
	transition: ease 2s;
	-webkit-transition: ease 2s;
	transform:translate(0,165px);
	-webkit-transform:translate(0,165px);
}
#contents .btn {
	position: absolute;
/*	top: 25px;*/
	bottom: 110px;
	right: 30px;
/*	margin: auto;*/
	width: 287px;
	height: 47px;
	opacity: 0;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
#contents .btn a:hover {
	opacity: 0.7;
}
#contents .machine {
	position: absolute;
	bottom: 161px;
	right: 50px;
	width: 249px;
	height: 402px;
	z-index: 1;
	opacity: 0;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
#contents .model {
	position: absolute;
	top: 90px;
	left: 0;
	margin: auto;
	width: 144px;
	height: 78px;
	opacity: 0;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
#contents .nav{
	position: absolute;
	bottom: 245px;
	width: 1500px;
	padding: 3px 0;
	margin-left: -250px;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
#contents .nav__list{
	width: 1020px;
	margin: auto;
}
#contents .nav__item{
	position: relative;
	float: left;
	width: 114px;
	height: 164px;
	margin-right: 5px;
	overflow: hidden;
}
#contents .nav__item::after{
	content: url(../img/bg_nav.png);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	opacity: 0;
	z-index: -1;
	transform: scale(0.5);
	-webkit-transition: ease-out .3s;
	transition: ease-out .3s;
}
#contents .nav__item:hover::after{
	transform: scale(1);
	opacity: 1;
}
#contents .nav__item a{
	display: block;
	position: relative;
}
#contents .nav__item a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 9px;
	background: url(../img/nav_band.png) 0 0 repeat-x;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#contents .nav__item a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 9px;
	background: url(../img/nav_band.png) 0 0 repeat-x;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 1;
}
#contents .nav__item a:hover:before,
#contents .nav__item a:hover:after {
	left: 0;
}
#contents .nav__item a span {
	display: block;
}
#contents .nav__item a span:before {
	content: "";
	opacity: 0;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 13px solid #ffff00;
	border-bottom: 13px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#contents .nav__item a span:after {
	content: "";
	opacity: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid #ffff00;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#contents .nav__item a:hover span:before {
	opacity: 1;
	top: 16px;
}
#contents .nav__item a:hover span:after {
	opacity: 1;
	bottom: 16px;
}

#contents .sns_btn {
	position: absolute;
	top: 100px;
	right: 0;
	opacity: 0;
	transition: ease 1s;
	-webkit-transition: ease 1s;
	z-index: 1;
}
#contents .sns_btn ul {
	display: inline-block;
}
#contents .sns_btn ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

#contents h1.fix {
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
}
#contents h1.action {
	opacity: 1;
	transition: ease 1.2s;
	-webkit-transition: ease 1.2s;
}
#contents .btn.action,
#contents .machine.action,
#contents .nav.action,
#contents .frame-top.action,
#contents .frame-bottom.action,
#contents .model.action,
#contents .sns_btn.action,
#contents .bnr.action {
	opacity: 1;
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
}


/*
******************************************************************
* #footer
******************************************************************/
#footer {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	opacity: 0;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
#footer.action {
	opacity: 1;
}
#footer .box-copy{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
#footer .box-copy li {
	color: #fff;
	text-shadow: 2px 2px 1px #000,
               -2px 2px 1px #000,
               2px -2px 1px #000,
               -2px -2px 1px #000;
}
#footer .mod-box-inr {
	text-align: right;
}
#footer .mod-box-inr img {
	display: inline-block;
	vertical-align: middle
}

/*
******************************************************************
* #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(../img/modal_bg.png);
}
#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -480px;
}
#mdl-box .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -326px;
	margin-left: 303px;
}
#mdl-box .btn a {
	display: block;
	width: 179px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(../img/v_close.png);
	background-position: 0 top;
}
#mdl-box .btn a:hover {
	background-position: 0 bottom;
}
.bnr {
    position: absolute;
    bottom: 128px;
    left: -7px;
    opacity: 0;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}

/*
******************************************************************
* .video.js
******************************************************************/
#mdl-box .vjs-default-skin .vjs-slider-handle {
	background: #16bb31;
}
#mdl-box .vjs-default-skin .vjs-play-progress {
	background: #24602e;
}
#mdl-box .vjs-default-skin .vjs-volume-level {
	background: #24602e;
}
