@charset "UTF-8";


/*基本のレイアウト（スマホ向けレイアウト）
*******************************************************************************************/

/* 卒業制作ページボタン */

.event_lineup{
	position: relative;
}
.sticker2024 {
	width: 120px;
	position: absolute;
	top: 8%;
	right: 65%;
	z-index: 3;
}
.sticker2024 img {
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
}

@media screen and (min-width: 768px) {
	.sticker2024{
		width: 200px;
		top: 5%;
	}
}
