@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

在籍一覧

/////////////////////////////////////////////////////////////////// */
.lady_ttl {
	display: flex;
	position: relative;
}
.lady_ttl .section_ttl.section_ttl-u {
	width: 100%;
}
.lady_ttl-right {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 30px;
}
.lady_ttl-right span {
	font-size: 26px;
	color: var(--baseItemColor01);
	font-family: "Poppins";
	font-weight: 500;
}

.cast_schdule-next.today {
	background: #f9bfbd;
}
.cast_list-contents {
    margin-top: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cast_schdule-next span {
	font-family: "Poppins";
}
@media screen and (min-width: 770px) and (max-width: 1280px) {
.lady_ttl-right {
	right: 20px;
}
}
@media screen and (max-width:769px) {

.lady_ttl-right {
	margin-bottom:0;
}
.lady_ttl-right {
	margin-bottom: 0;
	padding-right: 1.5rem;
}
.lady_ttl .section_ttl.section_ttl-u {
	margin-bottom: 4rem;
}
}












