@charset "utf-8";
/*******************************************************
meysen Academy Copyright(c) All Rights Reserved.
*******************************************************/

/*****************************************************
TOP
******************************************************/

#pg-high {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/high/mainVisual.jpg);
	background-position:right 50% top 25%;
}
#pg-high-aevents {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/high/aevents/mainVisual.jpg);
	background-position:right 50% top 25%;
}
#pg-high-europe {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/high/europe/mainVisual.jpg);
}
/**text space**/
.hp-mt-spacer { margin:60px 0 28px 0 }

@media screen and (max-width : 1200px) {
}
@media screen and (max-width : 960px) {
}
@media screen and (max-width : 640px) {
	#pg-high {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%), url(/img/high/sp-mainVisual.jpg);
	}
	#pg-high-aevents {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/high/aevents/sp-mainVisual.jpg);
}
#pg-high-europe {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/high/europe/sp-mainVisual.jpg);
}
}