@charset "utf-8";
/*--****************************************



@cast



*****************************************--*/
body,html{
  background-color: #000;
	color:#FFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
  box-sizing: border-box;
}

#wrapper {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

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

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

#cast-ttl {
	margin:50px auto 30px;
  width: 480px;
}

#cast-ttl img {
  width: 100%;
}

/*******************************

@btn

*******************************/
.btn{
	display: block;
  color: #FFF;
  background: #E60012;
  width: 220px;
  height: 54px;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  line-height: 54px;
  z-index: 12;
  text-decoration: none;
  font-weight: bold;
}

.btn a{
	text-decoration: none;
}

.btn:hover{
	background:#222;
	color:#FFF;
}

/*
#cast-credit-btn{
	top: 3px;
    left: 590px;
    display: block;
    color: #FFF;
    background: #E60012;
    width: 220px;
    height: 54px;
    font-size: 1.2em;
    margin: 0 1px 1px 0px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    line-height: 54px;
    z-index: 12;
    text-decoration: none;
}

#cast-credit-btn:hover{
	background:#222;
	color:#FFF;
}*/


/*--------------------------------
cast

--------------------------------*/
.cast{
	width:1024px;
  padding: 50px 0 20px;
	margin:0 auto;
	border-bottom:1px solid #777;
  text-align: left;
}

#others.cast{
	border-bottom: none;
}

.cast h2{
  margin-bottom: 20px;
  height: 50px;
}

#daruma.cast h2,
#tatebue.cast h2{
  height: 40px;
}

.cast h2 img {
  height: 100%;
  width: auto;
}
.cast h3{
	line-height: 2;
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: bold;
}

.thumb-container{
	margin:0 auto;
	/*
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	*/
}

.thumb-container li{
	display:inline-block;
	padding:0;
  height: 104px;
	margin: 0 40px 30px 0;
	overflow:hidden;
	cursor:pointer;
}

.thumb-container li div{
  height: 100%;
}

.thumb-container li div img{
  height: 100%;
  width: auto;
}

#dtc ul li {
  height: 194px;
  margin: 0 50px 30px 0;
}


/*
.thumb-container li.small-img{
	padding-top:30px;
}

.thumb-container li:nth-child(4n) {
	margin:0 0 10px;
}

.thumb-container:last-child li:nth-child(4n) {
	margin:0 34px 10px 0;
}
*/

.img-block{
	display:block;
}


/*
@detail
*/
#detail-container{
	position: fixed;
    z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
  top: 0;
  left: 0;
}
#detail-container div.relative,
#detail-container div.relative div.clearfix{
    height: 100%;
}

.detail-inner {
  height: 500px;
  width: 960px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
}

#detail-img-container {
  width: 480px;
  height: 500px;
  background: #000;
}

#detail-img-container p {
  width: 480px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

#detail-img-container p img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  min-width: 100%;
/*
  object-fit: cover;
  object-position: 50% 0;
*/
}

@supports ( object-fit: cover ) {
    #detail-img-container p img  {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        object-fit: cover;
        object-position: 50% 0;
        top: 0;
        transform: none;
    }
}

#detail-txt-container{
  width: 480px;
  box-sizing: border-box;
  padding: 30px;
  background: #000;
	height:100%;
  text-align: left;
	overflow-y:scroll;
}

#txt-container{
}

#e-name{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1;
    font-weight: 600;
}
#j-name{
	font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    padding: 5px 0;
}
#j-name span{
	font-size:24px;
}
#actor-name{
	font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 0 30px;
	
}
#character-ttl,
#profile-ttl{
	font-size:24px;
	color:#E60012;
  margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
  height: 25px;
}

#character-ttl img,
#profile-ttl img{
  height: 100%;
  width: auto;
}

#character-txt-container{
	font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  font-weight: normal;
	padding:0 0 30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#profile-txt-container{
	font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  font-weight: normal;
	padding:0 0 30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#close-btn{
	position:absolute;
	width:50px;
	height:50px;
  border: 1px solid #6d6d6d;
  background: rgba(0,0,0,0.8);
  top: calc(50% - 300px);
  left: calc(50% + 430px);
	cursor:pointer;
	/*display: none;*/
}

#close-btn span{
  display: block;
  position: relative;
  margin: 24px 5px;
  padding: 0;
  transform: rotate(45deg);
  display: block;
  height: 1px;
  width: 40px;
  background: #b2b2b2;
  
}
#close-btn span::before{
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  background: #b2b2b2;
  height: 1px;
  transform: rotate(-90deg);
}


#backnext-btn-container{
	position: absolute;
    z-index: 99;
    right: 20px;
    top: 110px;
    width: 119px;
}
#backnext-btn-container p{
	cursor:pointer;
	float:left;
}


/********************
@soukan
********************/
#soukan-container{
    position: absolute;
    overflow: auto;
	width:100%;
	height:auto;
    z-index: 1;
    background: #000;
    padding: 0;
	filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity:0;
}
.inner {
    position: absolute;
    z-index: 2;
}
#soukan-close-btn{
	position: fixed;
    top: -100px;
    right: 20px;
    cursor: pointer;
}

.soukan-img img {
  width: 100%;
  min-width: 1264px;
}