@media screen and (max-width: 600px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */	
.event_lower_area {
	background-image: linear-gradient(to right, #5a35e2, #3d03a6);
	width: 92vw;
	height: 35vw;
	border-radius: 15px;
	padding: 10vw 0 0;
	margin: 4vw auto 10vw;
	}
	
.event_lower_title {
	text-align: center;
	font-size: 6vw;
	font-weight: 600;
	margin: 8vw 0 0;
	color: #fff;
	}
	
}



@media screen and (min-width:601px) and ( max-width:1024px) {

/*
**  tablet
============== ============== ============== ============== ============== ============== ============== */
.event_lower_area {
	background-image: linear-gradient(to right, #5a35e2, #3d03a6);
	width: 100%;
	height: 22vw;
	border-radius: 15px;
	padding: 55px 0 0;
	margin-bottom: 7vw;
	}
	
.event_lower_title {
	text-align: center;
	font-size: 3.5vw;
	font-weight: 600;
	margin: 6vw 0 0;
	color: #fff;
	}
	
}



@media screen and (min-width: 1025px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */	

.event_lower_area {
	background-image: linear-gradient(to right, #5a35e2, #3d03a6);
	width: 100%;
	height: 300px;
	border-radius: 15px;
	padding: 55px 0 0;
	margin-bottom: 90px;
	}
	
.event_lower_title {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	margin: 90px auto 0;
	color: #fff;
	}

	
}