@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
html.Has-modal {
	overflow: hidden !important;
	width: auto;
}
body {
	min-width: 1024px;
	color: #4b4b4b;
	line-height: 1.6;
	word-wrap: break-word;
}
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 99999;
	background: #191919;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
#loading.fadeOut {
	opacity: 0;
}
#loading p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 142px;
	height: 16px;
	z-index: 0;
	opacity: 0;
	-webkit-animation: loading 2.5s ease 1.0s infinite;
  animation: loading 2.5s ease 1.0s infinite;
}

#loading span {
	opacity: 0;
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #6ad3fe;
	border-radius: 50%;
	z-index: 1;
}
#loading .ripple01 {
	-webkit-animation: ripple 4.0s ease 0s infinite;
  animation: ripple 4.0s ease 0s infinite;
}
#loading .ripple02 {
	-webkit-animation: ripple 4.0s ease 1.0s infinite;
  animation: ripple 4.0s ease 1.0s infinite;
}
#loading .ripple03 {
	-webkit-animation: ripple 4.0s ease 2.0s infinite;
  animation: ripple 4.0s ease 2.0s infinite;
}
#loading .ripple04 {
	-webkit-animation: ripple 4.0s ease 3.0s infinite;
  animation: ripple 4.0s ease 3.0s infinite;
}

@-webkit-keyframes loading {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes loading {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes ripple {
  0% {
		opacity: 0;
		transform: scale(1.0);
	}
  50% {
		opacity: 1;
	}
  100% {
		opacity: 0;
		transform: scale(4.0);
	}
}
@keyframes ripple {
  0% {
		opacity: 0;
		transform: scale(1.0);
	}
  50% {
		opacity: 1;
	}
  100% {
		opacity: 0;
		transform: scale(4.0);
	}
}

/*
******************************************************************
* bg
******************************************************************/
#wrp-all {
	opacity: 1;
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 4;
}
#wrp-all.start {
	-webkit-transition: all 3.0s ease;
	transition: all 3.0s ease;
}
#wrp-all.start.stop {
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}

.bg01 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	z-index: 0;
}
.bg01 img {
	min-width: 100%;
	min-height: 1034px;
}

.cara01 {
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 5;
	-webkit-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}
.cara01 img {
	height: 100%;
}
.cara01.show {
	opacity: 1;
}

.earth {
	background: url(../img/bg_02.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 92.679%;
	min-width: 1287px;
	position: absolute;
	top: -28%;
	right: 0;
	z-index: 1;
}
.earth .cara02 {
	border-radius: 50%;
	width: 95%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	overflow: hidden;
}
.earth .cara02 img {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 7.5%;
	width: 59%;
	z-index: 0;
	-webkit-transform: translate(0,0) scale3d(1.0,1.0,0.5);
	transform: translate(0,0) scale3d(1.0,1.0,0.5);
	-webkit-transition: all 2.0s ease-in-out;
	transition: all 2.0s ease-in-out;
}
.earth .cara02.show img {
	opacity: 1;
	-webkit-transform: translate(0,0) scale3d(1.0,1.0,1.0);
	transform: translate(0,0) scale3d(1.0,1.0,1.0);
}
.earth .read {
	opacity: 0;
	position: absolute;
	bottom: 25%;
	left: 0;
	right: 0;
	margin: auto;
	width: 540px;
	height: 49px;
	z-index: 3;
	-webkit-transform: rotateX(-30deg) translate(0,50px);
	transform: rotateX(-30deg) translate(0,50px);
	-webkit-transition: all 2.0s ease-in-out;
	transition: all 2.0s ease-in-out;
}
.earth .read.show {
	opacity: 1;
	-webkit-transform: rotateX(0) translate(0,0);
	transform: rotateX(0) translate(0,0);
}
.earth .read.show.fadeOut {
	opacity: 0;
}

.cara03 {
	opacity: 0;
	position: absolute;
	bottom: 13.5%;
	left: 110px;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.cara03.show {
	opacity: 1;
}

#contents {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}
#contents.show {
	opacity: 1;
}
#contents .inner {
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#contents h1 {
	position: absolute;
	bottom: 60%;
	left: 5%;
	z-index: 0;
}
#contents .machine {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 0;
}
#contents .btn {
	background: url(../img/pm_bg.png) no-repeat center;
	position: absolute;
	bottom: 4%;
	right: 1%;
	width: 323px;
	height: 257px;
	z-index: 0;
}
#contents .btn .pm__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 212px;
	height: 211px;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contents .btn .pm__img:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 160px;
	height: 160px;
	z-index: 0;
}
#contents .btn .pm__img img {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contents .btn .pm__arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 62px;
	height: 43px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contents .btn .pm__txt {
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	margin: auto;
	width: 323px;
	height: 66px;
	z-index: 1;
}
#contents .btn a:hover .pm__img {
	transform: scale(1.17) rotate(360deg);
}
#contents .btn a:hover .pm__arrow {
	opacity: 0.7;
}
#contents .logo__bisty {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}

.ripples {
	position: absolute;
	bottom: -46%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transform: rotateX(75deg);
}


/*
******************************************************************
* #footer
******************************************************************/
#footer {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	width: 1000px;
	font-size: 10px;
	margin: auto;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 2px 2px 1px #000,
    -2px 2px 1px #000,
    2px -2px 1px #000,
    -2px -2px 1px #000;
	z-index: 4;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#footer .copy li {
	display: inline-block;
	margin-right: 10px;
}
#footer.show {
	opacity: 1;
}
#footer .copy {
	display: inline-block;
	vertical-align: middle;
}
#footer .sns_btn {
	display: inline-block;
    vertical-align: middle;
}
#footer .sns_btn li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

/*
******************************************************************
* #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;
}


/*
******************************************************************
* .video.js
******************************************************************/
#mdl-box .vjs-default-skin .vjs-slider-handle {
	background: #fff25c;
}
#mdl-box .vjs-default-skin .vjs-play-progress {
	background: #74700f;
}
#mdl-box .vjs-default-skin .vjs-volume-level {
	background: #74700f;
}
