@charset "shift_jis";
/* CSS Document */

.movie_wrap {
	background-color: #BD0909;
	padding-bottom: 10px;
	width:100%;
}

.movie_wrap .youtube_wrap{
  	width: 100%;
}

.movie_wrap2 {
	width:100%;
}

.movie_wrap2 .youtube_wrap{
  	width: 100%;
}

.youtube {
    position: relative;
    width: 100%;

}
.youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
  width: 100% !important;
  height: 100% !important;
	/*z-index:5;*/
}

.movie_title{
margin-top: 20px;
width: 100%;
border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
background-color: #BD0909;
color: #FFF;
font-size: 26px;
font-size: calc(20px + 0.25vw) ;
line-height: 46px;
text-align: center;
}





