@charset 'utf-8';



/**
 * Archive Game Schedule
 */
.kyojo-archive-game-schedule-list {
	padding: 1.5em 0;
}
.kyojo-archive-game-schedule-list:nth-child(odd) {
	background: linear-gradient(172deg,transparent 50%,rgb(234,241,255) 50%)
}
.kyojo-archive-game-schedule-list:nth-child(even) {
	background: linear-gradient(188deg,rgb(234,241,255) 50%, transparent 50%)
}

 .kyojo-archive-game-schedule-list-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 3em;
	margin: 0 auto !important;
	max-width: 800px;
 }
 .kyojo-archive-game-schedule-list:first-child .kyojo-archive-game-schedule-list-wrapper {
	margin-top: 2.5em !important;
 }
 .kyojo-archive-game-schedule-list:last-child  .kyojo-archive-game-schedule-list-wrapper {
	margin-bottom: 6.5em !important;
 }

 .kyojo__game-list__game-year-month {
	display: none;
 }

 @media (min-width: 1280px) {
	.kyojo__game-list__game-year-month {
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc((100% - (var(--vk-width-container) - var(--vk-width-container-padding) * 2)) / 2);
		display: block;
	}
	.kyojo__game-list__game-year-month span {
		position: sticky;
		top: calc(160px + 4rem);
		display: block;
		font-size: var(--wp--preset--font-size--huge);
		font-family: var(--wp--preset--font-family--share-tech-mono);
		font-style: normal;
		font-weight: 700;
		color: var(--wp--preset--color--vk-color-custom-2);
		letter-spacing: 0.08em;
	}
 }




