@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%;
	flex-wrap:wrap;
	justify-content:center;
	align-content:center;
}
.mv_itm{
        display: flex;
    flex-wrap: wrap;
    width: 32%;
    padding: 5px;
    margin: 8px auto;
    justify-content: center;
    background-color: #a9a9a940;
}
.mv_itm div{
	width: 100%;
	
}
.mv_itm div.mv_title{
	font-size:1rem;
	font-weight:bold;
	text-align: left;
}
.mv_itm iframe{
	width:70%;

}
@media screen and (max-width: 959px) {
.mv_itm{
	width:96%;
}
.mv_itm video{
	width:94%;
}

}	