#caststaff {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: visible;
}


/* 背景レイヤー */

#caststaff .bg_layer {
  position: fixed;
  background: url(../../../core_sys/images/main/top/caststaff_bg.jpg)no-repeat center top;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  /* IE11・Edge対策 */
  z-index: 0;
}


/* 背景レイヤー フェードイン */

#caststaff .js-scrollin--castbg {
  opacity: 1 !important;
}

#caststaff p {
  font-size: 24px;
  width: 786px;
  line-height: 2.5em;
  letter-spacing: 0.2em;
}


/* 上下黒グラデーション */
/* 
#caststaff .mainSection__inner::before
, #caststaff .mainSection__inner::after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 250px;
  z-index: 3;
  pointer-events: none;
}



#caststaff .mainSection__inner::before {
top: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 0) 100%);
}


#caststaff .mainSection__inner::after {
  bottom: -10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0px, rgba(0, 0, 0, 0) 100%);
}
*/


/* 楽曲タイトル 文字詰め */

.musicTitle {
  letter-spacing: 0.1em;
  display: inline;
  margin-left: 10.8em;
}

@media screen and (max-device-width: 600px) {
  .musicTitle {
    margin-left: 0em;
  }
}

.caststaff__staff {
  margin-top: 300px;
  margin-left: 50px;
}

.text_nisi {
  height: 30px;
  vertical-align: baseline;
}


/* スタッフ・キャストコメント */

span[id^="comment_btn"] {
  background: url(../../../core_sys/images/main/cont/staffcast/comment_bt.png) no-repeat top;
  width: 39px;
  height: 19px;
  display: inline-block;
  margin-right: 11px;
}

span[id^="comment_btn"]:hover {
  background-position: bottom;
  cursor: pointer;
}

#comment_area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
}

#comment_area #comment_img img {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

#comment_close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#comment_close a {
  width: 754px;
  height: 710px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
}

#comment_close a img {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

#comment_close a img:hover {
  cursor: pointer;
  filter: brightness(1.5);
}

@media screen and (max-height:800px) {
  #caststaff .mainSection__inner {
    position: static;
  }
  #comment_area {
    position: absolute;
    top: 75px;
  }
  #comment_area #comment_img img {
    bottom: auto;
  }
  #comment_close {
    position: absolute;
    bottom: auto;
    top: 120px;
  }
  #comment_close a {
    position: absolute;
    bottom: auto;
  }
}