@charset "utf-8";

/*
******************************************************************
* MJP common.css
******************************************************************
*/
html.Has-modal {
	overflow: hidden !important;
	width: auto;
}
html {
	background: #0a2651;
}
body {
	min-width: 1000px;
	color: #4b4b4b;
	line-height: 1.6;
	word-wrap: break-word;
}


/*** loading ***/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
}
.loading-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.eva-chara-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8px;
}
.eva-chara-item.eva-chara002 {
	position: relative;
	left: 2px;
}
.eva-chara-item.eva-chara003 {
	position: relative;
    left: 10px;
}
.eva-chara-item .eva-chara-item-in {
	background-repeat: no-repeat;
}
.eva-chara-item.eva-chara001 .eva-chara-item-in {
	width: 100px;
	height: 78px;
	background-image: url(../img/img_eva00.png);
	background-size: 1600px 78px;
	background-position: center left 0;
	-webkit-animation: chara01-run 0.9s linear infinite;
	animation: chara01-run 0.9s linear infinite;
}
.eva-chara-item.eva-chara002 .eva-chara-item-in {
	width: 100px;
	height: 76px;
	background-image: url(../img/img_eva01.png);
	background-size: 1600px 76px;
	background-position: center left 0;
	-webkit-animation: chara02-run 0.9s linear infinite;
	animation: chara02-run 0.9s linear infinite;
}
.eva-chara-item.eva-chara003 .eva-chara-item-in {
	width: 104px;
	height: 82px;
	background-image: url(../img/img_eva02.png);
	background-size: 1664px 82px;
	background-position: center left 0;
	-webkit-animation: chara03-run 0.9s linear infinite;
	animation: chara03-run 0.9s linear infinite;
}
@-webkit-keyframes chara01-run {
	0% {
		background-position: center left 0;
	}
	6.659% {
		background-position: center left 0;
    }
	6.66% {
		background-position: center left -100px;
    }
	13.329% {
		background-position: center left -100px;
    }
	13.33% {
		background-position: center left -200px;
    }
	19.999% {
		background-position: center left -200px;
	}
	20% {
		background-position: center left -300px;
	}
	26.659% {
		background-position: center left -300px;
	}
	26.66% {
		background-position: center left -400px;
	}
	33.329% {
		background-position: center left -400px;
	}
	33.33% {
		background-position: center left -500px;
	}
	39.999% {
		background-position: center left -500px;
	}
	40% {
		background-position: center left -600px;
	}
	46.659% {
		background-position: center left -600px;
	}
	46.669% {
		background-position: center left -700px;
	}
	53.329% {
		background-position: center left -700px;
	}
	53.33% {
		background-position: center left -800px;
	}
	59.989% {
		background-position: center left -800px;
	}
	59.99% {
		background-position: center left -900px;
	}
	66.659% {
		background-position: center left -900px;
	}
	66.66% {
		background-position: center left -1000px;
	}
	73.329% {
		background-position: center left -1000px;
	}
	73.33% {
		background-position: center left -1100px;
	}
	79.989% {
		background-position: center left -1100px;
	}
	79.99% {
		background-position: center left -1200px;
	}
	86.659% {
		background-position: center left -1200px;
	}
	86.66% {
		background-position: center left -1300px;
	}
	93.319% {
		background-position: center left -1300px;
	}
	93.32% {
		background-position: center left -1400px;
	}
	99.999% {
		background-position: center left -1400px;
	}
	100% {
		background-position: center left -1500px;
	}
}
@keyframes chara01-run {
	0% {
		background-position: center left 0;
	}
	6.659% {
		background-position: center left 0;
    }
	6.66% {
		background-position: center left -100px;
    }
	13.329% {
		background-position: center left -100px;
    }
	13.33% {
		background-position: center left -200px;
    }
	19.999% {
		background-position: center left -200px;
	}
	20% {
		background-position: center left -300px;
	}
	26.659% {
		background-position: center left -300px;
	}
	26.66% {
		background-position: center left -400px;
	}
	33.329% {
		background-position: center left -400px;
	}
	33.33% {
		background-position: center left -500px;
	}
	39.999% {
		background-position: center left -500px;
	}
	40% {
		background-position: center left -600px;
	}
	46.659% {
		background-position: center left -600px;
	}
	46.669% {
		background-position: center left -700px;
	}
	53.329% {
		background-position: center left -700px;
	}
	53.33% {
		background-position: center left -800px;
	}
	59.989% {
		background-position: center left -800px;
	}
	59.99% {
		background-position: center left -900px;
	}
	66.659% {
		background-position: center left -900px;
	}
	66.66% {
		background-position: center left -1000px;
	}
	73.329% {
		background-position: center left -1000px;
	}
	73.33% {
		background-position: center left -1100px;
	}
	79.989% {
		background-position: center left -1100px;
	}
	79.99% {
		background-position: center left -1200px;
	}
	86.659% {
		background-position: center left -1200px;
	}
	86.66% {
		background-position: center left -1300px;
	}
	93.319% {
		background-position: center left -1300px;
	}
	93.32% {
		background-position: center left -1400px;
	}
	99.999% {
		background-position: center left -1400px;
	}
	100% {
		background-position: center left -1500px;
	}
}
@-webkit-keyframes chara02-run {
	0% {
		background-position: center left 0;
	}
	6.659% {
		background-position: center left 0;
    }
	6.66% {
		background-position: center left -100px;
    }
	13.329% {
		background-position: center left -100px;
    }
	13.33% {
		background-position: center left -200px;
    }
	19.999% {
		background-position: center left -200px;
	}
	20% {
		background-position: center left -300px;
	}
	26.659% {
		background-position: center left -300px;
	}
	26.66% {
		background-position: center left -400px;
	}
	33.329% {
		background-position: center left -400px;
	}
	33.33% {
		background-position: center left -500px;
	}
	39.999% {
		background-position: center left -500px;
	}
	40% {
		background-position: center left -600px;
	}
	46.659% {
		background-position: center left -600px;
	}
	46.669% {
		background-position: center left -700px;
	}
	53.329% {
		background-position: center left -700px;
	}
	53.33% {
		background-position: center left -800px;
	}
	59.989% {
		background-position: center left -800px;
	}
	59.99% {
		background-position: center left -900px;
	}
	66.659% {
		background-position: center left -900px;
	}
	66.66% {
		background-position: center left -1000px;
	}
	73.329% {
		background-position: center left -1000px;
	}
	73.33% {
		background-position: center left -1100px;
	}
	79.989% {
		background-position: center left -1100px;
	}
	79.99% {
		background-position: center left -1200px;
	}
	86.659% {
		background-position: center left -1200px;
	}
	86.66% {
		background-position: center left -1300px;
	}
	93.319% {
		background-position: center left -1300px;
	}
	93.32% {
		background-position: center left -1400px;
	}
	99.999% {
		background-position: center left -1400px;
	}
	100% {
		background-position: center left -1500px;
	}
}
@keyframes chara02-run {
	0% {
		background-position: center left 0;
	}
	6.659% {
		background-position: center left 0;
    }
	6.66% {
		background-position: center left -100px;
    }
	13.329% {
		background-position: center left -100px;
    }
	13.33% {
		background-position: center left -200px;
    }
	19.999% {
		background-position: center left -200px;
	}
	20% {
		background-position: center left -300px;
	}
	26.659% {
		background-position: center left -300px;
	}
	26.66% {
		background-position: center left -400px;
	}
	33.329% {
		background-position: center left -400px;
	}
	33.33% {
		background-position: center left -500px;
	}
	39.999% {
		background-position: center left -500px;
	}
	40% {
		background-position: center left -600px;
	}
	46.659% {
		background-position: center left -600px;
	}
	46.669% {
		background-position: center left -700px;
	}
	53.329% {
		background-position: center left -700px;
	}
	53.33% {
		background-position: center left -800px;
	}
	59.989% {
		background-position: center left -800px;
	}
	59.99% {
		background-position: center left -900px;
	}
	66.659% {
		background-position: center left -900px;
	}
	66.66% {
		background-position: center left -1000px;
	}
	73.329% {
		background-position: center left -1000px;
	}
	73.33% {
		background-position: center left -1100px;
	}
	79.989% {
		background-position: center left -1100px;
	}
	79.99% {
		background-position: center left -1200px;
	}
	86.659% {
		background-position: center left -1200px;
	}
	86.66% {
		background-position: center left -1300px;
	}
	93.319% {
		background-position: center left -1300px;
	}
	93.32% {
		background-position: center left -1400px;
	}
	99.999% {
		background-position: center left -1400px;
	}
	100% {
		background-position: center left -1500px;
	}
}
@-webkit-keyframes chara03-run {
	0% {
		background-position: center left 0;
	}
	6.659% {
		background-position: center left 0;
    }
	6.66% {
		background-position: center left -104px;
    }
	13.329% {
		background-position: center left -104px;
    }
	13.33% {
		background-position: center left -208px;
    }
	19.999% {
		background-position: center left -208px;
	}
	20% {
		background-position: center left -312px;
	}
	26.659% {
		background-position: center left -312px;
	}
	26.66% {
		background-position: center left -416px;
	}
	33.329% {
		background-position: center left -416px;
	}
	33.33% {
		background-position: center left -520px;
	}
	39.999% {
		background-position: center left -520px;
	}
	40% {
		background-position: center left -624px;
	}
	46.659% {
		background-position: center left -624px;
	}
	46.66% {
		background-position: center left -728px;
	}
	53.329% {
		background-position: center left -728px;
	}
	53.33% {
		background-position: center left -832px;
	}
	59.989% {
		background-position: center left -832px;
	}
	59.99% {
		background-position: center left -936px;
	}
	66.659% {
		background-position: center left -936px;
	}
	66.66% {
		background-position: center left -1040px;
	}
	73.329% {
		background-position: center left -1040px;
	}
	73.33% {
		background-position: center left -1144px;
	}
	79.989% {
		background-position: center left -1144px;
	}
	79.99% {
		background-position: center left -1248px;
	}
	86.659% {
		background-position: center left -1248px;
	}
	86.66% {
		background-position: center left -1352px;
	}
	93.319% {
		background-position: center left -1352px;
	}
	93.32% {
		background-position: center left -1456px;
	}
	99.999% {
		background-position: center left -1456px;
	}
	100% {
		background-position: center left -1560px;
	}
}
@keyframes chara03-run {
	0% {
		background-position: center left 0;
	}
	6.659% {
		background-position: center left 0;
    }
	6.66% {
		background-position: center left -104px;
    }
	13.329% {
		background-position: center left -104px;
    }
	13.33% {
		background-position: center left -208px;
    }
	19.999% {
		background-position: center left -208px;
	}
	20% {
		background-position: center left -312px;
	}
	26.659% {
		background-position: center left -312px;
	}
	26.66% {
		background-position: center left -416px;
	}
	33.329% {
		background-position: center left -416px;
	}
	33.33% {
		background-position: center left -520px;
	}
	39.999% {
		background-position: center left -520px;
	}
	40% {
		background-position: center left -624px;
	}
	46.659% {
		background-position: center left -624px;
	}
	46.66% {
		background-position: center left -728px;
	}
	53.329% {
		background-position: center left -728px;
	}
	53.33% {
		background-position: center left -832px;
	}
	59.989% {
		background-position: center left -832px;
	}
	59.99% {
		background-position: center left -936px;
	}
	66.659% {
		background-position: center left -936px;
	}
	66.66% {
		background-position: center left -1040px;
	}
	73.329% {
		background-position: center left -1040px;
	}
	73.33% {
		background-position: center left -1144px;
	}
	79.989% {
		background-position: center left -1144px;
	}
	79.99% {
		background-position: center left -1248px;
	}
	86.659% {
		background-position: center left -1248px;
	}
	86.66% {
		background-position: center left -1352px;
	}
	93.319% {
		background-position: center left -1352px;
	}
	93.32% {
		background-position: center left -1456px;
	}
	99.999% {
		background-position: center left -1456px;
	}
	100% {
		background-position: center left -1560px;
	}
}

.loading-text-wrap {
    overflow: hidden;
	position: relative;
	text-align: center;
    -webkit-animation: loading_light 1.5s linear infinite;
    animation: loading_light 1.5s linear infinite;
}
.loading-text-wrap img {
	position: relative;
	z-index: 1;
}
@-webkit-keyframes loading_light {
}
@keyframes loading_light {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/*
******************************************************************
* #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-color: rgba(0, 0, 0, 0.7);
}
#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: #00f1ff;
}
#mdl-box .vjs-default-skin .vjs-play-progress {
	background: #017279;
}
#mdl-box .vjs-default-skin .vjs-volume-level {
	background: #017279;
}


/*
******************************************************************
* .modal-video
******************************************************************/
.modal-video {
    background-color: rgba(0,0,0,0.8);
}
.modal-video-movie-wrap {
    margin-top: 56px;
}
.modal-video-close-btn {
	display: block;
	position: absolute;
	top: -56px;
	right: 0;
	z-index: 2;
	width: 179px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/v_close.png) no-repeat top 0 left 0;
	background-size: 100%;
	cursor: pointer;
}
.modal-video-close-btn:hover {
	background-position: top -50px left 0;
}

.modal-video-close-btn:hover:not(:target) {
	background-position: top -51px left 0\9;/*IE9用*/
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
	content: none;
}


/*
******************************************************************
* utility
******************************************************************/
/* 要素アクション */
*[data-sf] {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

*[data-sf="slide-top"] {
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
}
*[data-sf="slide-left"] {
	-webkit-transform: translate(-300px, 0);
	-ms-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
}
*[data-sf="slide-right"] {
	-webkit-transform: translate(300px, 0);
	-ms-transform: translate(300px, 0);
	transform: translate(300px, 0);
}
*[data-sf="open-x"] {
	opacity: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s cubic-bezier(.88,.01,1,.99);
	-o-transition: all 0.5s cubic-bezier(.88,.01,1,.99);
	transition: all 0.5s cubic-bezier(.88,.01,1,.99);
}
*[data-sf="open-y"] {
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.5s cubic-bezier(.88,.01,1,.99);
	-o-transition: all 0.5s cubic-bezier(.88,.01,1,.99);
	transition: all 0.5s cubic-bezier(.88,.01,1,.99);
}

*.animated[data-sf="fade-in"] {
	opacity: 1;
}
*.animated[data-sf="slide-top"],
*.animated[data-sf="slide-left"],
*.animated[data-sf="slide-right"] {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
*.animated[data-sf="open-x"] {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
*.animated[data-sf="open-y"] {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
