  @charset "utf-8";

/****
 * *
 * ¸üÐÂÈÕ: 2023/3/27
 *
 ****/

/*mov_area ,flv_area*/

div.flv_area,
div.mov_area{
	text-align: center;
	margin: 1.5rem 0;
}

.mov_area video{
	border: #ccc 1px solid;
}

#main .mov_area h4{
	/*width:600px;*/
	background:url(/common/image/bg_dot_line.gif) repeat-x left top;
	margin:2rem auto 1.5rem;
	padding:1rem 0 0 0;
}


/*---movie---*/
video{
	width: 100%;
}

.p-movie{
	position: relative;
	width: 600px;
	margin: 0 auto;
}
.sp .p-movie{
	width: 100%;
}
.p-movie__playLayer{
	display: flex; justify-content: center;
	align-items: center;
	position: absolute;
	top:0px; left:0px;
	width: 100%; height: 100%;
	z-index:20;
	background-color: rgba(0,0,0,0.4);
}
.p-movie__playLayer .c-playLabel{
	width:80px;
	height: auto;
	border-radius: 50%;
	margin-top: -10px;
	background-color: rgba(255,255,255,0.4);
	text-align: center;
	text-decoration: none !important;
}
.c-playLabel img{
	width: 100%;
	height: auto;
}
.p-movie__playLayer:hover .c-playLabel{
	opacity: 0.8;
}

/*---mov_plyr---*/
	.plyr button.plyr__play-large{
		display: none;
	}
	.plyr--audio .plyr__controls{
		display: none;
	}

/*--youtube embed 2023.3.27--*/
.mov_area iframe{ /*standard--16:9*/
	max-width: 100%;
	height: auto;
	aspect-ratio:16/9;
}
