@font-face {
	font-family: "DIN Condenced";
	font-style: normal;
	font-weight: 600;
	src: url("/assets/font/DIN-Condensed-Bold.woff2") format("woff2"), url("/assets/font/DIN-Condensed-Bold.woff") format("woff"), url("/assets/font/DIN-Condensed-Bold.otf") format("opentype")
}

@font-face {
	font-family: "Helvetica";
	font-style: bold;
	font-weight: 300;
	src: url("/assets/font/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("/assets/font/HelveticaNeueLTStd-Lt.woff") format("woff"), url("/assets/font/HelveticaNeueLTStd-Lt.otf") format("opentype")
}

@font-face {
	font-family: "DIN Condenced";
	font-style: normal;
	font-weight: 600;
	src: url("/assets/font/DIN-Condensed-Bold.woff2") format("woff2"), url("/assets/font/DIN-Condensed-Bold.woff") format("woff"), url("/assets/font/DIN-Condensed-Bold.otf") format("opentype")
}

@font-face {
	font-family: "Helvetica";
	font-style: bold;
	font-weight: 300;
	src: url("/assets/font/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("/assets/font/HelveticaNeueLTStd-Lt.woff") format("woff"), url("/assets/font/HelveticaNeueLTStd-Lt.otf") format("opentype")
}



.mv {
	height: 200px;
	margin-bottom: 100px
}

@media screen and (max-width: 1000px) {
	.mv {
		height: 70px;
		margin-bottom: 0px
	}
}

.article {
	background-color: #fafafa
}

/* Event Calendar */
.event-calendar {
	max-width: 800px;
	width: 100%;
	margin: 5rem auto 0;
	overflow-x: auto;
}

.event-calendar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	gap: 1rem;
}

.event-calendar__title {
	font-size: 1.25rem;
	font-weight: 600;
	font-family: "DIN Condenced", sans-serif;
	order: 0;
	text-align: center;
	margin: 0 0 15px;
}

.event-calendar__title-year {
	font-size: 0.8em;
	color: #333;
}

.event-calendar__title-month-num {
	font-size: 1.5em;
	margin: 0 20px;
}

.event-calendar__title-month {
	font-size: 0.8em;
	color: #333;
}

@media screen and (min-width: 700px) {
	.event-calendar__title {
		width: auto;
		order: 1;
		font-size: 1.4rem;
	}

	.event-calendar__title-month-num {
		font-size: 1.75em;
	}
}


@media screen and (max-width: 699px) {
	.event-calendar__title {
		margin-bottom: 0px;
	}
	
	.event-calendar__title-month-num {
		margin: 0 10px;
	}
}

.event-calendar__nav {
	color: #333;
	text-decoration: none;
	font-size: 0.9rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.event-calendar__nav-arrow {
	font-size: 1.15em;
	line-height: 1;
	color: #333;
}

.event-calendar__nav--next .event-calendar__nav-arrow {
	order: 1;
}

.event-calendar__nav:hover {
	color: #20af34;
}

.event-calendar__nav:hover .event-calendar__nav-arrow {
	color: inherit;
}

.event-calendar__nav--prev {
	order: 0;
}

.event-calendar__nav--next {
	order: 2;
}

.event-calendar__table {
	width: 98%;
	margin: 0 auto;
	/* min-width: 600px; */
	border-collapse: collapse;
	table-layout: fixed;
}

.event-calendar__table th {
	padding: 0.5rem 0.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #333;
	border: none;
	text-align: center;
	width: 14.28%;
}

.event-calendar__table tbody{
	background: #fff;
}

.event-calendar__table tbody {
	background: #fff;
}

.event-calendar__th--sat {
	color: #64a4f3 !important;
}

.event-calendar__th--sun {
	color: #f95d5d !important;
}

.event-calendar__table td {
	vertical-align: top;
	padding: 0.5rem;
	border: 1px solid #333;
	width: 14.28%;
	box-sizing: border-box;
	height: auto;
	word-break: break-word;
	overflow-wrap: break-word;
}

.event-calendar__cell-inner {
	display: block;
	min-height: 100px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.event-calendar__cell--empty {
	background: #fff;
}

.event-calendar__day {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 0.4rem;
}

.event-calendar__cell--sat .event-calendar__day {
	color: #64a4f3;
}

.event-calendar__cell--sun .event-calendar__day {
	color: #f95d5d;
}

.event-calendar__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.event-calendar__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0.6rem;
	font-size: 0.72rem;
	line-height: 1.2;
	word-break: break-word;
	overflow-wrap: break-word;
}

.event-calendar__item:last-child {
	margin-bottom: 0;
}

/* カテゴリーラベル（タイトルの上に表示） */
.event-calendar__label {
	display: block;
	padding: 0.2em 0.5em;
	margin-bottom: 0.25rem;
	font-size: 0.65rem;
	font-weight: 600;
	color: #fff;
	background: #64a4f3;
	border-radius: 2px;
}

.event-calendar__label + .event-calendar__link {
	margin-top: 0;
}

/* DISCO */
.event-calendar__label--discography {
	background: #e67e22;
	color: #fff;
}

/* EVENT */
.event-calendar__label--event {
	background: #20af34;
	color: #fff;
}

/* MEDIA */
.event-calendar__label--media {
	background: #64a4f3;
	color: #fff;
}

/* NEWS */
.event-calendar__label--news {
	background: #e74c3c;
	color: #fff;
}

/* PRODUCER */
.event-calendar__label--producer {
	background: #7f8c8d;
	color: #fff;
}

.event-calendar__link {
	color: #333;
	text-decoration: none;
	display: block;
	min-width: 0;
	font-size: 0.7rem;
	line-height: 1.35;
	word-break: break-word;
	overflow-wrap: break-word;
}

.event-calendar__link:hover {
	color: #20af34;
	text-decoration: underline;
}

@media screen and (max-width: 699px) {
	.event-calendar__label {
		font-size: 0.4rem;
	}
	
	.event-calendar__link {
		font-size: 0.5rem;
	}
}
