@charset "UTF-8";

/*----------------------------------
  里山再生プロジェクトページ専用ｃｓｓ
----------------------------------*/
#second h4 {
    margin-bottom: calc(40 / 1024 * 100%);
}
#second h5, #second h6 {
    font-size: 1.8rem;
    margin-bottom: calc(16 / 1024 * 100%);
    margin-top: 5rem;
}
.container {
	display: flex;
	justify-content: space-around;
   }
   
.photo {
	margin-top: 5px;
}

.photo_one {
	width: 500px;
	margin-top: 5px;
}

figure img {
	width: calc(100% - 5px) !important;
}
.captionCenter {
	padding: 5px;
	font-size:10px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

.captionL {
	padding: 5px 0;
	font-size:10px;
	margin: 0 auto;
	font-weight: bold;
	text-align: left;
}

.captionR {
	padding: 5px 0;
	font-size:10px;
	margin: 0 auto;
	font-weight: bold;
	text-align: right;
}
.jc_center{
	justify-content: center;
}
.movie_box{
	margin-bottom: 56.25%;
}
.movie_container{
	display: block;
}
.movie_area{
	width: 100%;
}


.bc-player-default_default {
    width: 100%;
    height: 0;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 56.25%;
}
@media screen and (min-width: 768px) {
.movie_box{
	width: 600px;
	height: 337.5px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
}	
.movie_container{
		display: flex;
	}
	.movie_area{
		width: 50%;
	}

	.bc-player-default_default {
		width: 100%;
		height: 0;
		font-size: 14px;
		overflow: hidden;
		padding-bottom: 56.25%;
	}

}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button>.vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: -50px;
    left: 25px;
    max-width: 100%;
    max-height: 100%;
}

.fit{
	display: flex;
}
.fit img{
object-fit: cover;
}