body{
  font-size: 15px;
	line-height: 26px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #000000;
	position: relative;
}

img{
	vertical-align: top;
}

a{
	color: #000000;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.clearfix {
	*zoom: 1;
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}



.cast_box{
	padding: 10px;
}

.cast{
	float: left;
	width: 145px;
	margin: 0 0 0 10px;
	font-weight: bold;
	background: #ffffff;
}

.cast.first{
	margin: 0;
}

.cast a{
	display: block;
}

.cast_wrap{
	background: #fff3c3;
	padding: 10px;
	display: block;
}

.rank{
	background: url("../img/ranking/rank.jpg") no-repeat;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	margin: 0 0 10px;
}

.cast .photo{
	position: relative;
}

.cast .photo a{
  position: relative;
  height: auto;
}
.cast .photo a::after{
  content: "";
  display: block;
  padding-top: 150%;
}

.cast .photo a img.object-fit{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.cast .photo img{
	width: 100%;
	height: auto;
}

.cast .photo .new{
	position: absolute;
	bottom: 10px;
	left:10px;
	width: 50px;
	line-height: 1;
}

.cast .photo .new img{
	width: 100%;
	height: auto;
}

.cast .photo .sns_icon{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 3px;
  right: 3px;
  gap: 3px;
}


.cast .photo .bsky_icon,
.cast .photo .twitter_icon{
	width: 34px;
  line-height: 1;
}

.cast .photo .bsky_icon img,
.cast .photo .twitter_icon img{
	width: 100%;
	height: auto;
}

.cast .name {
  color: #000;
  background-image: url('../../img/cast/pat.png');
  background-size: 6px auto;
  background-position: center;
	font-size: 12px;
	line-height: 1;
	padding: 0 0 0;
}

.cast .name a {
	color: #000;
	line-height: 1;
	padding: 10px 0 8px;
	display: inline-block;
}

.cast .name a.blog{
	display: inline-block;
	width: 40px;
	margin: 0 0 0 10px;
}

.cast .blog img{
	width: 100%;
	height: auto;
}

.cast .data {
	background: #f6f6f6;
	line-height: 1;
}

.cast .size {
	font-size: 12px;
	padding: 10px 0 8px;
}


.cast .schedule {
	font-size: 14px;
	padding: 10px 0 8px;
	color: #ff9ccf;
}
