@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(--baseItemColor08);
	font-family: "Poppins";
	font-weight: 500;
}
.icon_flg {
}
.cast_list-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.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;
}
}


.cast_list-inner .thumb {
  position: relative;
}
.cast_list-inner .thumb a > img {
  height: 320px;
  object-fit: cover;
}
.cast_list-inner .thumb .cast_list-icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cast_list-inner .thumb .cast_list-icon img{
  width: 100%;
  height: auto;
  display: block;
}
.cast_list-inner .thumb.-new::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("/images/common/icn-newface.jpg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.cast_list-item.--schedule {
  background: url("/images/common/bg-cast.jpg") no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 769px) {
  .cast_list-inner .thumb a > img {
	height: 52vw;
  }

  .cast_list-inner .thumb.-new::after {
	width: 5vw;
	height: 5vw;
	top: 1.5vw;
	left: 1.5vw;
  }
  .cast_list-inner .thumb .cast_list-icon img{
    width: 100%;
    height: auto;
  }
}
