@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.cast_container .sp_none{
	display:inline;
}
.cast_container .pc_none{
	display:none;
}
/*.cast,.staff {*/
	/*width:83%;*/
	/*margin-left:auto;*/
	/*margin-right:auto;*/
/*}*/
.cast h3,
.staff h3   {
	margin-top:30px;
	margin-bottom:17px;
	color: #d0b69c;
	font-size: 28px;
	font-weight: normal;
	text-align: left;
}
.cast_container{
	width: 585px;
	text-align: left;
	color: #585858;	
	margin-left:auto;
	margin-right:auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.pc_none .titleimage {
	margin-top: 55px;
	width: 98%;
}
.popin_container {
	width: 585px;
	text-align: left;
	color: #585858;	
	margin-left:auto;
	margin-right:auto;
}
.popin_container_inner{
	text-align:left;
}
.popin_container .popin_container_inner dt{
	clear:both;
	width: 144px;
	float: left;
}
.popin_container .popin_container_inner dd{
	float: left;
}
.popin_container .popin_container_inner dd.name02{
	width: 95px;
}
.staff_container{
	width: 585px;
	text-align: left;
	color: #585858;
	margin-bottom:37px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.cast dt,
.cast dd {
	margin-bottom: 40px;
	white-space:nowrap;
}
.cast_others dd {
	width: 25%;
	float: left;
	text-align: center;
}
.cast_others dd a {
	color: #585858;
	line-height: 2;
}
.staff dt{
	width:50%;
	margin-bottom: 40px;
}
.staff .lead{
	width:10%;
}
.staff .name02{
	width:40%;
}
.cast .yaku_line{
	white-space:nowrap
}
.cast .yaku_line a{
	color:#585858;
}
.cast .yaku_furigana {
	font-size: 9px;
}
.cast .yaku_furigana_12px {
	font-size: 12px;
}
.cast .yaku{
	width:66%
}
#coment .coment_title {
	margin-bottom: 10px;
	margin-top: 0px;
	max-width: 100%;
}
#coment .name_popin{
	margin-top :10px;
	margin-bottom: 10px;
	font-size: 113%;
	font-weight: bold;
}
#coment .iframetext {
	line-height: 1.5em;
	font-size: 14px;
	text-align: left;
}

.coment_pict {
	width: 33%;
	height: auto;
}
#coment .remarks {
	width: 100%;
	height:64px;
	display:block;
}
#coment .remarks img{
	width: 31px;
	height:32px;
}
@media screen and (max-width:640px){
.cast_container .sp_none{
	display:none;
}

.cast,.staff {
	width:98%;
}
.cast_container,
.popin_container,
.staff_container{
	width: 100%;
}
.cast h3{
	margin-top:24px
}
.staff h3   {
	margin-top:55px
}
.cast dt{
	width:40%;
}
.cast dt,
.cast dd{
	margin:0;
}
.cast .yaku_line{
	width:40%
}
.cast .yaku{
	width:52%;
	height:28px;
	}
.cast .name{
	width:60%
}
	.cast .name img{
		width: 100%;
	}

.cast .name02{
	height:28px
	}
.cast .coment{
	width:100%;
	margin-bottom:28px;
	text-align:right
}
.cast .coment img{
	width:106px;
}
.popin_container .popin_container_inner dt.yaku span.pc_none{
	display:inline;
}
#coment .iframetext {
	font-size: 13px;
}
}
@media screen and (max-width:870px){
.cast_others {
	margin-left:auto;
	margin-right:auto;
}
.cast_others dd {
	width: 50%;
	text-align: center;
}
.cast_others a img{
	width: 106px;
}
}

/*NEW DESIGN*/

.bgStyle01{
	background: url("../../img/common/bg_index01.png") 0 0 repeat;
}

.titleTopImg{
	width: 100%;
	height: auto;
}

.heading03{
	font-size: 30px;
	font-family: 'Quicksand', sans-serif;
	color: #62524a;
	line-height: normal;
}

.buttonStyle01 {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 30px;
	border: 1px solid #3e2816;
	color: #3e2816;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.buttonStyle01--small{
	padding: 6px 10px;
	font-size: 12px;
}

.buttonStyle01:hover{
	color: #fff;
	font-weight: bold;
	background: #3e2816;
	border: 1px solid #3e2816;
}

@media screen and (min-width: 836px) {
	.buttonStyle01 {
		font-size: 14px;
	}
}

@media screen and (max-width: 836px) {
	.buttonStyle01 {
		font-size: 12px;
	}
}

.castDetail__title a{
	color: #333;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.castDetail__en {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
}

.castDetail__name {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	color: #3e2816;
	text-shadow: 2px 1px 0px rgba(255,255,255,0.8),
	2px 3px 5px rgba(0,0,0,0.2);
	font-weight: bold;
}

@media screen and (min-width: 836px) {
	.castlist {
		width: 330px;
		margin: 0 auto;
	}
	.castDetail__title a{
		padding-right: 20px;
	}
	.castDetail__en {
		font-weight: bold;
	}

	.castDetail__name{
		min-width: 180px;
		margin-right: 20px;
		font-size: 30px;
	}
}

@media screen and (max-width: 836px) {
	.castDetail {
		text-align: center;
	}

	.castDetail__title a{
		padding-right: 10px;
	}

	.castDetail__en{
		padding-left: 10px;
	}

	.castDetail__name{
		min-width: 150px;
		margin-right: 10px;
		font-size: 24px;
	}
}

.castDetail{
	margin-top: 40px;
}

.castDetail__item{
	margin-top: 10px;
	vertical-align: middle;
}

.cvName01{
	background-image: url(../../img/cast/bg_casttitile01_02.png);
	background-size: 110% auto;
	background-position: 30% 40%;
	background-repeat: no-repeat;
}
.cvName02{
	background-image: url(../../img/cast/bg_casttitile02_02.png);
	background-size: 110% auto;
	background-position: 30% 40%;
	background-repeat: no-repeat;
}
.cvName03{
	background-image: url(../../img/cast/bg_casttitile03_02.png);
	background-size: 110% auto;
	background-position: 30% 40%;
	background-repeat: no-repeat;
}
.cvName04{
	background-image: url(../../img/cast/bg_casttitile04_02.png);
	background-size: 110% auto;
	background-position: 30% 40%;
	background-repeat: no-repeat;
}
.cvName05{
	background-image: url(../../img/cast/bg_casttitile05_02.png);
	background-size: 110% auto;
	background-position: 30% 40%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 836px) {
	.castlist02:after {
		content: "";
		display: table;
		clear: both;
	}

	.castlist02__item {
		float: left;
		width: 25%;
	}
}

@media screen and (max-width: 836px) {
	.castDetail02{
		text-align: center;
	}
}

.castDetail02{
	margin-top: 40px;
	height: 60px;
}

.castDetail02__title a{
	color: #333;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding-right: 20px;
}

.castDetail02__item{
	margin-top: 10px;
	vertical-align: middle;
}

.castDetail02__name{
	display: inline-block;
	min-width: 100px;
	line-height: normal;
	vertical-align: middle;
	color: #3e2816;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-shadow: 2px 1px 0px rgba(255,255,255,0.8),
	2px 3px 5px rgba(0,0,0,0.2);
	margin-right: 20px;
	font-size: 20px;
}

@media screen and (max-width: 836px) {
	.castDetail02__name--single {
		display: block;
		margin-right: 0;
		text-align: center;
	}
}
.staffDetail{
	margin-top: 40px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: normal;
	color: #3e2816;
}

.staffDetail__item{
	text-shadow: 2px 1px 0px rgba(255,255,255,0.8),
	2px 3px 5px rgba(0,0,0,0.2);
}

.stafflist__item{
	text-align: center;
}

@media screen and (min-width: 836px) {
	.stafflist{
		width: 330px;
		margin: 0 auto;
	}

	.staffDetail__title{
		font-size: 18px;
	}

	.staffDetail__item{
		font-size: 30px;
	}
}

@media screen and (max-width: 836px) {
	.staffDetail{
		text-align: center;
	}

	.staffDetail__title{
		font-size: 14px;
	}

	.staffDetail__item{
		font-size: 24px;
	}
}

@media screen and (min-width: 836px) {
	.bannerBlockList {
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}

	.bannerBlockList__item {
		width: 50%;
		margin-left: 20px;
		font-size: 60px;
		text-align: center;
		line-height: 3;
	}

	.bannerBlockList__item:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 836px) {
	.bannerBlockList {
		margin-top: 40px;
	}

	.bannerBlockList__item {
		width: 100%;
		margin: 20px auto 0;
		font-size: 60px;
		text-align: center;
		line-height: 3;
	}

	.bannerBlockList__item:first-child{
		margin-top: 0;
	}

	.bannerBlockList__item a{
		display: block;
	}

	.bannerBlockList__item img{
		width: 100%;
	}
}