@charset "utf-8";

/*
******************************************************************
* MJP common.css
******************************************************************
*/
html.Has-modal {
	overflow: hidden !important;
	width: auto;
}
html {
	background: #0a2651;
}
body {
	overflow: hidden;
	min-width: 1130px;
	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%);
}
.pre-card {
    position: relative;
    /* -webkit-perspective: 1000;
    perspective: 1000; */
    width: 243px;
    height: 270px;
    margin-bottom: 20px;
}
.pre-card-item {
    /* display: none; */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 243px;
    height: 270px;
}
.pre-card-item.pre-card-item001 {
    -webkit-animation: card-change01 10.5s linear infinite;
    animation: card-change01 10.5s linear infinite;
}
@-webkit-keyframes card-change01 {
	0% {
        opacity: 1;
	}
	33% {
        opacity: 1;
    }
	33.333% {
        opacity: 0;
    }
	100% {
        opacity: 0;
	}
}
@keyframes card-change01 {
	0% {
        opacity: 1;
	}
	33% {
        opacity: 1;
    }
	33.333% {
        opacity: 0;
    }
	100% {
        opacity: 0;
	}
}
.pre-card-item.pre-card-item002 {
    -webkit-animation: card-change02 10.5s linear infinite;
    animation: card-change02 10.5s linear infinite;
}
@-webkit-keyframes card-change02 {
	0% {
        opacity: 0;
	}
	33% {
        opacity: 0;
    }
	33.333% {
        opacity: 1;
    }
	66% {
        opacity: 1;
    }
	66.666% {
        opacity: 0;
    }
	100% {
        opacity: 0;
	}
}
@keyframes card-change02 {
	0% {
        opacity: 0;
	}
	33% {
        opacity: 0;
    }
	33.333% {
        opacity: 1;
    }
	66% {
        opacity: 1;
    }
	66.666% {
        opacity: 0;
    }
	100% {
        opacity: 0;
	}
}
.pre-card-item.pre-card-item003 {
    -webkit-animation: card-change03 10.5s linear infinite;
    animation: card-change03 10.5s linear infinite;
}
@-webkit-keyframes card-change03 {
	0% {
        opacity: 0;
	}
	66% {
        opacity: 0;
    }
	66.666% {
        opacity: 1;
    }
	99.999% {
        opacity: 1;
	}
	100% {
        opacity: 0;
	}
}
@keyframes card-change03 {
	0% {
        opacity: 0;
	}
	66% {
        opacity: 0;
    }
	66.666% {
        opacity: 1;
    }
	99.999% {
        opacity: 1;
	}
	100% {
        opacity: 0;
	}
}

.pre-card-item-in {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: card-roll 3.5s linear infinite;
    animation: card-roll 3.5s linear infinite;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.pre-card-item.action {
    display: block;
}
.pre-card-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 243px;
    height: 270px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pre-card-item img:nth-child(even) {
    -webkit-transform: rotate(60deg) rotateY(180deg);
    transform: rotate(60deg) rotateY(180deg);
}
@-webkit-keyframes card {
	0% {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	50% {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	100% {
		-webkit-transform: rotateY(270deg);
		transform: rotateY(270deg);
	}
}
@keyframes card-roll {
	0% {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	50% {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	100% {
		-webkit-transform: rotateY(270deg);
		transform: rotateY(270deg);
	}
}

.pre-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; */
}
@-webkit-keyframes loading_light {
}
@keyframes loading_light {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.pre-loading-text-wrap img {
	position: relative;
	z-index: 1;
}
.bg-stripe {
	display: block;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_stripe.png);
	background-position: top 0px left;
	background-repeat: repeat-y;
	background-size: 100% auto;
    -webkit-animation: bg-stripe 1s linear infinite;
    animation: bg-stripe 1s linear infinite;
}
@-webkit-keyframes bg-stripe {
	0% {
		background-position: top 0px left;
	}
	100% {
		background-position: top 10px left;
	}
}
@keyframes bg_stripe {
	0% {
		background-position: top 0px left;
	}
	100% {
		background-position: top 10px left;
	}
}


/*
******************************************************************
* #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;
	transition: all 0.5s ease;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

*[data-sf="slide-top"] {
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
}
*[data-sf="slide-left"] {
	-webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}
*[data-sf="slide-right"] {
	-webkit-transform: translate(30px, 0);
	transform: translate(30px, 0);
}

*.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);
	transform: translate(0, 0);
}