/* ナビゲーション現在地インジケーター（navigation.cssの画像アイコンを差し替え） */
header nav > ul > li.on > a::after {
	content: "";
	display: block;
	background-color: #0EAA74;
	width: 3em;
	height: 6px;
	line-height: 0;
}

@media(max-width:768px) {
	header nav > ul > li.on a::after {
		content: none;
		display: inline;
	}
}

/* 大会の歴史：画像未用意時のプレースホルダー（figure imgでは代替不可） */
#history section figure .history__ph-placeholder {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background-color: #cccccc;
}

#history section figure .history__ph-placeholder--poster {
	aspect-ratio: 24 / 34;
}

#history section figure .history__ph-placeholder--winner {
	aspect-ratio: 1 / 1;
}