section.schedule {
	padding: 50px 0;
}

section.cast-page {
	padding: 100px 0 50px;
}

section.schedule.other_schedule {
	padding: 50px 0;
}

section.schedule .schedule__inner {
	width: 100%;
	margin: 0 auto;
}

.schedule__inner h2 {
	font-size: 32px;
	text-align: center;
	letter-spacing: 0.02em;
}

/* 日付 (schedule / list) */
.schedule__inner .schedule__period-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.schedule__inner .swiper-container-schedule {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

ul.schedule__period-list {
	margin-top: 30px;
	height: auto;
}

ul.schedule__period-list--type_b {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

ul.schedule__period-list li {
	padding: 5px 0;
	width: 100%;
	border-style: solid;
	border-width: 1px;
}

ul.schedule__period-list--type_a li {
	padding: 5px 15px;
	width: fit-content;
}

ul.schedule__period-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

ul.schedule__period-list li a span {
	font-size: 14px;
	text-align: center;
}

/* 所属地域 */
.schedule-area-tabs {
	width: 90%;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #333;
}

.schedule-area-tabs li {
	background-color: transparent;
	flex: auto;
}

.schedule-area-tabs li a {
	display: block;
	color: #333;
	text-align: center;
	line-height: 40px;
}

.schedule-area-tabs li.active {
	background-color: #333;
}

.schedule-area-tabs li.active a {
	color: #fff;
}

/* 一覧 */
div.schedule__inner ul.schedule__list {
	width: 100%;
	margin: 0 auto;
	display: grid;
	column-gap: 10px;
	row-gap: 30px;
	margin-top: 30px;
}

div.schedule__inner ul.schedule__list.is-loading {
	min-height: 500px;
	position: relative;
}

div.schedule__inner ul.schedule__list.is-loading::before {
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #666;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	100% {
		transform: translateX(-50%) rotate(360deg);
	}
}

div.schedule__inner ul.schedule__list--type_a,
div.schedule__inner ul.schedule__list--type_b {
	grid-template-columns: repeat(2, 1fr);
}

div.schedule__inner ul.schedule__list--type_c,
div.schedule__inner ul.schedule__list--type_d {
	grid-template-columns: repeat(3, 1fr);
}

ul.schedule__list li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

ul.schedule__list li a {
	display: block;
	position: relative;
}

/* 一覧 キャスト画像 */
.schedule__list li .schedule-thumnail-wrapper {
	width: 100%;
	object-fit: cover;
	z-index: 0;
	background-color: transparent !important;
	position: relative;
	overflow: hidden;
}

div.schedule-thumnail-wrapper img {
	width: 100%;
	z-index: 0;
	object-fit: cover;
	aspect-ratio: 2 / 3;
}

/* 一覧 SNSアイコン */
.schedule-thumnail-wrapper .sns-icon {
	position: absolute;
	height: 30px;
	bottom: 32px;
	right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	z-index: 3;
}

.schedule-thumnail-wrapper i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
}

.schedule-thumnail-wrapper .sns-icon .twitter i {
	width: 19px;
	height: 19px;
}

.schedule-thumnail-wrapper .sns-icon .tiktok i {
	width: 14px;
	height: 14px;
}

/* 一覧 バッジ */
.cast-badges-wrap {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: flex-end;
}

.cast-badges-wrap span {
	color: #fff;
	font-size: 12px;
	padding: 0 4px;
}

.cast-badges-wrap span.badge-1 {
	background-color: rgba(237, 100, 147, 0.8);
}

.cast-badges-wrap span.badge-2 {
	background-color: rgba(207, 147, 229, 0.8);
}

.cast-badges-wrap span.badge-3 {
	background-color: rgba(110, 198, 146, 0.8);
}

/* 一覧 ステータス */
.schedule-reservation-status {
	text-align: center;
	font-size: 14px;
	width: fit-content;
	padding: 0 15px;
	margin: 5px auto 0;
	border-radius: 15px;
	color: #333;
}

.schedule-reservation-status.status-1 {
	background-color: #bbdefb;
}

.schedule-reservation-status.status-2 {
	background-color: #ffecb3;
}

.schedule-reservation-status.status-3 {
	background-color: #ffe0b2;
}

.schedule-reservation-status.status-4 {
	background-color: #c8e6c9;
}

.schedule-reservation-status.status-5 {
	background-color: #b2ebf2;
}

.schedule-reservation-status.status-6 {
	background-color: #ffcdd2;
}

/* 一覧 キャスト名 */
ul.schedule__list li a .schedule-cast-name-wrap {
	display: flex;
	align-items: baseline;
	gap: 8px;
	width: 100%;
	overflow: hidden;
}

ul.schedule__list li a .schedule-cast-name-wrap-type_b,
ul.schedule__list li a .schedule-cast-name-wrap-type_d {
	position: absolute;
	bottom: 0;
}

ul.schedule__list li a .schedule-cast-name-wrap-type_b .schedule-cast-name,
ul.schedule__list li a .schedule-cast-name-wrap-type_d .schedule-cast-name {
	position: static;
	width: auto;
	flex-shrink: 0;
}

ul.schedule__list li a .schedule-cast-name-type_b i,
ul.schedule__list li a .schedule-cast-name-type_d i {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
}

ul.schedule__list li a .schedule-cast-name {
	margin: 0 auto;
	width: 100%;
	padding: 4px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	flex: 1;
	min-width: 0;
}

ul.schedule__list li a .schedule-cast-store {
	font-size: 12px;
	color: #fff;
	background-color: #0c1672;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	margin-right: 8px;
	padding: 2px 8px;
}

ul.schedule__list li .schedule-work-time {
	width: fit-content;
	height: auto;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
}

ul.schedule__list--type_b li .schedule-work-time,
ul.schedule__list--type_d li .schedule-work-time {
	margin-top: 10px;
}

/* PC */
@media only screen and (min-width: 1073px) {
	section.schedule {
		padding: 50px 0;
	}
}
