@charset "utf-8";
/*
CSS Information
 File name:      newface.css
 Author:         Administrator
 Style Info:     /newface.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #newface
***********************************/
section ul li .thumb:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 14px;
	background: transparent url(/img/web/common/icon_new.png) right bottom no-repeat;
}

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