@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////// */
.realtime_bnr {
	text-align: center;
	margin-bottom: 30px;
}
.dateList li {
	width: calc(100% / 7);
}
.dateList {
	display: flex;
	text-align: center;
	max-width: 760px;
	margin: 0 auto 30px;
	gap: 0 10px;
}
.dateList li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 2px solid var(--baseItemColor04);
	font-size: 18px;
	border-style: inset;
	box-sizing: border-box;
	height: 100%;
}
.date {
	display: block;
	text-align: center;
	background: #e5e5e5;
	width: 100%;
	font-family: "poppins";
}

.dateList .focus {
	border: 2px solid var(--baseItemColor01);
}
.dateList li span {
	padding: 5px 10px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-weight: 500;
	height: 100%;
}
.sun .youbi {
	color: #e60012;
}
.sat .youbi {
	color: #0068b7;
}


.sort_btn {
	display: flex;
	gap: 0 10px;
	max-width: 600px;
	margin: 0 auto 30px;
}
.sort_btn .sort_btn-item {
	width: calc(100% / 2);
	border: 2px solid var(--baseItemColor01);
	position: relative;
}

.sort_btn-item.active {
	background: var(--baseItemColor01);
}
.sort_btn .sort_btn-item a {
	padding: 20px;
	text-align: center;
	display: block;
	color: var(--baseItemColor01);
	letter-spacing: 1px;
	font-weight: 500;
}
.sort_btn-item.active a {
	color: #fff;
}
.sort_btn-item.--am::before {
	background: url(/images/schedule/icon_am2.png) no-repeat;
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.sort_btn-item.--am.active::before {
	background: url(/images/schedule/icon_am.png) no-repeat;
}

.sort_btn-item.--pm::before {
	background: url(/images/schedule/icon_pm.png) no-repeat;
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.sort_btn-item.--pm.active::before {
	background: url(/images/schedule/icon_pm2.png);
}
@media screen and (max-width: 769px) {
.sort_btn {
	flex-direction: column;
	gap:1.5rem;
}
.sort_btn .sort_btn-item {
	width: 100%;
}
.cast_list.list5.list {
	flex-wrap: nowrap;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	gap: 0 10px;
}
.schedule1, .schedule2 {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding-left: 1.5rem;
}
.cast_list-item.--schedule {
	width: 40%;
	flex-shrink: 0;
	position: relative;
	overflow: visible;
}
.cast_list-item.--schedule:last-child::after {
	position: absolute;
	content: '';
	top: 0;
	left: 100%;
	height: 1px;
	width: 1.5rem;
	background-color: transparent;
}
.schedule2 {
	display:block;
}
.sort_btn-item a {
	pointer-events: none;
}
/*
.dateList li:first-child {
	width: 100%;
}
.dateList li {
	width: calc(100% / 2 - 5px);
}
.dateList {
	gap: 1rem;
	flex-wrap: wrap;
}
*/

.dateList {
	overflow-x: scroll;
	padding: 0 2rem 2rem 2rem;
	-webkit-overflow-scrolling: touch;
}
.dateList li {
	width: 23%;
	flex-shrink: 0;
	border: none;
	position: relative;
	overflow: visible;
}
.dateList li:last-child::after {
	position: absolute;
	content: '';
	top: 0;
	left: 100%;
	height: 1px;
	width: 1rem;
	background-color: transparent;
}
.dateList .focus {
	border: 2px solid var(--baseItemColor01);
}
.dateList li a {
	height: 100%;
	font-size: 1.4rem;
	border: 2px solid var(--baseItemColor04);
}
.dateList li span {
	margin-top: auto;
	height: 100%;
}
.dateList {
	margin: 0 auto 1rem;
}

}
















