@charset "utf-8";
/* CSS Document */

.p-logo {
	width:100%;
	margin:0 auto 80px;
	max-width:800px;
}

.p-day {
	width:100%;
	margin:0 auto 0;
	max-width:960px;
}

.p-head {
	width:100%;
	margin:0 auto 60px;
	max-width:540px;
	
}

.p-visual-area {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	background-color:#e8382f;
}

.p-teaser-visual {
	width:100%;
	background:url("../img/teaser_visual.avif") center top no-repeat;
	background-size:contain;
	padding-top:90%;
}

.p-teaser-info {
	width:100%;
}

.p-teaser-logo {
	width:100%;
	max-width:898px;
	background:url("../img/teaser_logo.avif") center top no-repeat;
	background-size:contain;
	aspect-ratio:898 / 672;
	margin:0 auto 48px;
}

.p-teaser-day {
	width:100%;
	max-width:674px;
	background:url("../img/teaser_day.avif") center top no-repeat;
	background-size:contain;
	aspect-ratio:674 / 244;
	margin:0 auto 48px;
}

.p-teaser-foot {
	width:100%;
	max-width:1440px;
	background:url("../img/teaser_foot.avif") center top no-repeat;
	background-size:contain;
	aspect-ratio:1440 / 48;
	margin:0 auto 0;
}

.p-about-wrap p {
	color:#fff;
	width:100%;
	margin:0 auto 0;
	max-width:960px;
	font-size:2.2rem;
	line-height:1.8;
	text-align:justify;
	font-weight:700;
}

.p-outline-wrap dl {
	border-bottom:1px solid #fff;
	width:100%;
	margin:0 auto 0;
	max-width:960px;
	display:flex;
	justify-content:flex-start;
	padding-top:12px;
	padding-bottom:12px;
}

.p-outline-wrap dl dt {
	background-color:#0e0000;
	color:#fff;
	padding:8px 24px;
	font-size:2rem;
	font-weight:700;
	line-height:1.5;
	text-align:center;
	width:140px;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
}

.p-outline-wrap dl dd {
	color:#fff;
	padding:8px 12px;
	font-size:2rem;
	font-weight:700;
	text-align:left;
	line-height:1.5;
	box-sizing:border-box;
	width:calc(100% - 120px);
}

.p-outline-wrap dl dd span {
	font-size:85%;
}

.p-copyright {
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
}