@charset "utf-8";

.pagecampaign_area {
    width: 100%;
    height: 0;
    position: relative;
}
.campaign_info {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: -4px 3px 0 #fff, -8px 6px 0 #000;
}

.sections {
    width: 100%;
}
.sections,
#section1 {
        background-color: transparent;
}
.live_back_color{
	background-color: black;
	padding: 10px ;
            margin: 10px auto;
	width: 100%;
	box-sizing: border-box;
}
 
.mv_area{
	width:90%;
	margin:0 auto;
}
.mv_fl{
	display:flex;
	width:100%;
	max-width: 50%;
	height:auto;
	flex-wrap:wrap;
	justify-content:center;
	align-content:top;
}
.mv_itm{
	/*display: flex;
	flex-wrap: wrap;*/
	position: relative;
	width:100%;
	height:0;
	padding-bottom:20px;
	padding-top: 56.25%;
	margin-bottom: 70px;

}
.mv_itm div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.mv_itm iframe{
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 100%;
	height: 100%;
}
.mv_itm .no_yt_image{
	position: absolute;
	top: 2.5rem;
	left: 0;
	width:560px;
	height:300px;
	max-width:100%;
	background-color:#999;
	margin-bottom:1rem;
}
@media screen and (max-width: 959px) {
    .heading06 {
        font-size: 1.1rem;
        text-align: center;
        font-weight: bold;
        line-height: 1.2rem;
    }
.mv_fl{
	display:flex;
	width:100%;
	max-width: 100%;
}
.mv_itm{
	width:96%;
	margin-bottom: 50px;
}

.mv_itm video{
	width:94%;
}

.mv_itm .no_yt_image{
	top: 2.5rem;
	left: 0;
	width:560px;
	max-width:100%;
	height:200px;
	background-color:#999;
	margin-bottom:1rem;
}

}	