@charset "utf-8";
.mv {
	margin: 0 auto;
	max-width: 1400px;
	text-align: center;
	position: relative;
}

.mv:first-of-type {
	margin: 1% auto 2%;
}

.mv .inner{
	background-size: 1400px 350px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-bottom: 25%;
	position: relative;
}

.mv:hover .inner {
	opacity: 0.8;
}

.mv.jo .inner{
	background-image: url(/_img/project/mv_oj.jpg);
}
.mv.para .inner{
	background-image: url(/_img/project/mv_para.jpg);
}

.mv .txt p{
	text-shadow: 0 0 10px #777,0 0 15px #777;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 1;
}

.mv .txt p.small{
	font-size: 20px;
}

.mv .txt > img{
	margin-bottom: 10px;
}

.note{
	text-align:center;
	padding:2% 5% 4%;
}
.note > *{
	margin-top:3%;
}

.note .title{
	margin-top:5%;
}

.bannerBox {
	margin: 60px 0 10px;
}

@media screen and (min-width: 769px), print {

	.mv .txt{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
	}

	.videoPopup img{
		transition:transform 1s ease;
	}
	.videoPopup:hover img{
		transform:scale(1.1);
	}
	.videoPopup:hover img.playBtn{
		transform:scale(1);
	}
}


@media screen and (max-width: 768px) {
	.mv {
		width: 100%;
		max-width: 100%;
	}

	.mv.jo .inner{
		background-size: cover;
		padding-bottom: 86.5625%;
		background-image: url(/_img/project/sp/mv_oj.jpg);
	}
	.mv.para .inner{
		background-size: cover;
		padding-bottom: 86.5625%;
		background-image: url(/_img/project/sp/mv_para.jpg);
	}

	.mv .txt{
		width: 100%;
		position: absolute;
		bottom: 7%;
	}

	.mv .txt p{
		font-size: 14px;
		padding: 0 1%;
		margin: 1% 0;
		line-height: 1.3;
	}

	.mv .txt p.small{
		font-size: 12px;
	}

	.note {
		padding-bottom:10%;
	}
	.note > *{
		margin-top:10%;
	}

	.note .title{
		margin-top:10%;
	}
	
	.bannerBox {
		margin: 30px 0 0px;
	}
}


