/*-----------------
about
-----------------*/
.about h2{
	font-size:24px;
	margin-bottom:30px;
}
.about_inner{
	padding:0 60px;
}
.movie-outer {
	position: relative;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.movie-outer::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.movie-outer::after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	/*background: rgba(0,0,0,0.5);*/
}
.movie-outer_embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	/*transform: scale(1.5);*/
}
.movie-loader {
	background:#fff url('../img/2021/about/loadimg.jpg') no-repeat right bottom;
	background-size: 104%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#concept_img{
	text-align:center;
}
#concept{
	text-align:center;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#concept p{
	text-align: left;
	line-height: 2;
}
#concept p+p{
	margin-top:20px;
}
#concept section{
	padding: 60px 0;
}
#eventinfo{
	font-size:16px;
	line-height:2;
	text-align:center;
	margin-top:90px;
}
#eventinfo p+p{
	margin:30px 0 0 0;
}

.pcBr{ display:block; }