@charset "UTF-8";
/*-----------------------------------------------------------------------------
augusta2026_event(teaser)
----------------------------------------------------------------------------- */
.event-t {
	background: none;
	background-color: #d3eef5;
}
.event-t::after {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	height: 110lvh;
	background: url("../img/event/teaser/event-bg-sp.webp") no-repeat center top;
	background-size: cover;
}
main, .gFooter {
	position: relative;
	z-index: 5;
}
main {
	padding: 2em 3vw;
}
@media only screen and (min-width: 751px) {
	.event-t::after {
		background: url("../img/event/teaser/event-bg-pc.webp") no-repeat center top;
	}
	main {
		max-width: 1040px;
		margin-inline: auto;
		padding: 80px 30px;
	}
}