.section_3:before {
	border: none;
}

.section_3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -300px;
	background-image: url(../img/bg_section_2_top.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.section_3 {
	background-color: #002446;
	padding-bottom: 0;
}

.section_3 .title {
	margin-top: -140px;
}

.section_3 .vr,
.section_3 .env {
	background: #000;
}

.section_3 .vr .vr_wrapper {
	padding-bottom: 800px;
}

.section_3 .env {
	padding-bottom: 20px;
}


.section_2 {
	padding-bottom: 0;

	background: #444;
	background: -webkit-gradient(linear, left bottom, left top, from(#444), to(#555));
	background: linear-gradient(0deg, #444 0%, #555 100%);
}

.section_2:before {
	display: none;
}

.section_2:after {
	display: none;
}

.section_2 .content {
	margin-top: 0;
	padding-top: 80px;
	padding-bottom: 40px;
}

.section_2 .ticket_list .ticket .link .end {
	/* width: 100%; */
}

.section_2 .ticket_list .ticket .link .official {}

.section_2 .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section_2 .gallery li {
	list-style: none;
	display: block;
	width: 24%;
	margin-bottom: 15px;
}

.section_2 .gallery li img {
	display: block;
	margin: auto;
}

.section_6 {
	padding-top: 0;
}


@media (max-width: 575px) {
	.section_3:before {
		top: -100px;
		height: 100px;
	}

	.section_3 .title {
		margin-top: -80px;
	}

	.section_3 .vr .vr_wrapper {
		padding-bottom: 56.25%;
	}

	.section_2 .gallery li {
		width: 49%;
	}



}