/* キャスト */

.cont{
	padding: 0 0px;
	margin: 0 0;
}

.accent{
	position: absolute;
	top: -30px;
	left: -95px;
	z-index: 100;
}

h2.title{
	padding: 50px 0 50px;
}

.cast_box{
	padding: 15px 0;
	position: relative;
	z-index: 200;
}

.cast_box .data{
	display: none;
}

.cast {
	width: 226px;
	margin: 0 0 0 12px;
}

.profile_box{
	width: 810px;
	margin: 0 auto 15px;
	position: relative;
	z-index: 200;
}

.profile_box .photo{
	float: left;
	display: inline;
	margin: 0 0 0 0;
	position: relative;
	width: 400px;
}

.profile_box #photo_wrapper{
	overflow: hidden;
  position: relative;
}

.profile_box .cast_photo{
	width: 400px;
	margin: 0 auto;
	list-style: none;
}

.profile_box .cast_photo img{
	width: 100%;
	height: auto;
}


.profile_box .cast_pager{
	padding: 10px 0;
  text-align: center;
}

.profile_box .cast_pager a{
	width: 75px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	background: #ffffff;
	margin: 0 0px;
	vertical-align: top;
}

.profile_box .cast_pager img{
	width: 100%;
	height: auto;
	vertical-align: top;
}

.profile_box .cast_pager a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.profile_box .cast_pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.profile_box .photo .new{
	width: 100px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

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

.profile_box .data{
	float: right;
	display: inline;
	width: 390px;
	text-align: left;
	margin-right: 0px;
	margin-top: 10px;
}


.profile_box table#profile_data{
	width: 100%;
}

.profile_box .data #name,
.profile_box .data th,
.profile_box .data td{
	border-bottom: 1px solid #594333;
}

.profile_box .data #name {
	font-size: 20px;
	line-height: 30px;
	padding: 0 10px 0px;
	font-weight: bold;
	color: #594333;
	position: relative;
}

/*
.profile_box .data #name .blog {
	position: absolute;
	top: 0;
	right: 10px;
	width: 70px;
}

.profile_box .data #name .blog img {
	width: 100%;
	height: auto;
}
*/

.profile_box .data th,
.profile_box .data td{
	padding: 7px 10px 6px;
	font-size: 15px;
	line-height: 26px;
}

.profile_box .data th{
	width: 100px;
	color: #594333;
}

.profile_box .data .link{
	margin: 10px 0 0;
	color: #594333;
}
.profile_box .data .link a{
	color: #594333;
}
.profile_box .data .link img{
	width: 100%;
	height: auto;
}

.profile_box .blog{
	margin: 10px 10px 0 0;
	width: 200px;
	float: left;
}

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


.profile_box .vip{
	margin: 10px 10px 0 0;
	width: 100px;
	float: left;
}

.profile_box .vip img{
	width: auto;
	height: 30px;
}


.profile_box .twitter{
	margin: 10px 10px 0 0;
	width: 100%;
  text-align: center;
}

.profile_box .twitter img{
	width: 100%;
	height: auto;
}



.title_schedule{
	padding: 20px 0 10px;
}

.title_schedule img{
	width: 200px;
	height: auto;
}

.schedule{
	width: 810px;
	margin: 0 auto 20px;
}

.sche{
	float: left;
	width: 112px;
	box-sizing: border-box;
	display: inline;
	border: 1px solid #594333;
	margin: 0 3px 0 0;
	padding: 0 0 0px;
}

#last{
	margin: 0;
}

.sche .date{
	background-image: url('../img/cast/pat.png');
	background-size: 6px auto;
	background-position: center;
	color: #000;
	padding: 3px;
}

.sche .time{
	background: #ffffff;
	padding: 3px;
}


.profile_box .sns_icon{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 20px 0 0;
}

.sns_bsky,
.sns_x{
	width: 50px;
	margin: 0;
}

.sns_bsky img,
.sns_x img{
	max-width: 100%;
	height: auto;
}
