/*=============================================
*
*  VIDEO
*
=============================================*/
#video {
	/*background: url(../images/video/videoBack-01.jpg) no-repeat center 66px;*/
	background-size: 100%;
	padding-top: 15%;/* 95 */

	-webkit-transition: all 1s;
	transition: all 1s;	
}
/*
@media screen and (max-width:1000px){
	#video {
		background: url(../images/video/videoBack-02.jpg) no-repeat center 66px #000;
		background-size: 100%;
		padding-top: 105%;
	}
}
@media screen and (max-width:640px){
	#video {
		background: url(../images/video/videoBack-03.jpg) no-repeat center 66px #000;
		background-size: 100%;
		padding-top: 105%;
	}
}
*/
#video .hArea {
	background: url(../images/common/neonBack_purple_L.png) repeat-x center 0;
	display: block;
	min-height: 160px;
	width: 100%;
}
@media screen and (max-width:1000px){
	#video .hArea {
		background: url(../images/common/neonBack_purple_M.png) repeat-x center 0;
	}
}
@media screen and (max-width:640px){
	#video .hArea {
		background: url(../images/common/neonBack_purple_S.png) repeat-x center 0;
	}
}
#video .hArea .wavePu {
	bottom: 0;
	left: 0;
	position: absolute;
}
/* 大見出し */
#video h1.heading {
	background: url(../images/common/h_video.svg) no-repeat center 0;
	display: block;
	height: 35px;
	margin: 0 auto;
	width: auto;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	text-indent: -9999em;

	/* IE8 */
	background: url(../images/common/h_video.png) no-repeat center 0\9;
}
#video .area01 {
	background: #ac44ff;
	padding: 60px 0;
}
/* ============================================
txtArea
============================================ */
#video .movieArea  {
	height: 0;
	margin: 0 auto 10px auto;
	/*max-width: 640px;*/
	overflow: hidden;
	position: relative;
	padding: 0 0 62.5% 0;
}

@media screen and (max-width:768px){
	#video .movieArea  {
		padding: 0 10px 62.5% 10px;

	}
}
#video .movieArea iframe,  
#video .movieArea object,  
#video .movieArea embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}