
#index {
   background-image: url(../../img/index/bg_top.jpg);
}
#index #container #wrap  {
   margin: 0 auto;
   margin-top: -37px;
   width: 1050px;
   height: 1619px;
   background-image: url(../../img/index/mainvisual.png) ;
   background-repeat: no-repeat;
   background-position: center top;
   overflow: visible;
   z-index: 100;
}
#page-ttl {
   display: none;
}


header {
   z-index: 1000;
}
#index #main {
   padding-top: 0;
   padding-bottom: 0;
   min-height: 1000px;
}


#main_inner{
   width: 1000px;
   margin: 0 auto;
   position: relative;
   height: 1619px;
}


#btmspase {
   width: 1000px;
   padding-left: 30px;
   margin: 0 auto;
   padding-top: 1150px;
}
#twitter,#news {
   width: 291px;
   height: 360px;
   float: left;
   margin: 0 5px;
   background-image: url(../../img/index/bg_tw.png);
   background-repeat: no-repeat;
   box-sizing: border-box;
   padding: 0 25px;
}

#twitter {
   margin-right: 10px;
}

#twitter h1,#news h1 {
   font-family: 'Changa One', cursive;
   font-size: 2.1em;
   margin-bottom: 2px;
   color: #631f1f;
   padding-left: 10px;
   text-align: center;
   padding-top: 20px;
}
#twitter .twArea__body,
#news dl {
   background-color: rgba(255,255,255,0.6);
   height: 265px;
   border-radius: 5px;
   padding: 10px;
   overflow-x: hidden;
   box-sizing: border-box;
}

#twitter .twArea__body {
   overflow:hidden;
   padding: 0;
}
#news dl {
   overflow-y: scroll;

}
#news dl dt {
   font-size: 0.8em;
   font-weight: bold;
   color: #ed308b;
   line-height: 1.5em;
}
#news dl dd {
   margin-bottom: 15px;
   line-height: 1.4em;
   font-size: 13px;
}


#news dl dd a {
   color: #000000;
   display: block;
}
#news dl dd a:hover {
   color: #ed308b;
}


#movie_area {
   width: 300px;
   float: left;
   padding-top: 10px;
}
#movie_area iframe {
   margin-bottom: 10px;
}


/* --------------------------------------------------------------


                      castcomment


-----------------------------------------------------------------*/
#colorbox {
   outline: none;
}



#btn-castcomment2 {
   top: 10px;
   left:35px;
   position: absolute;

}
#btn-castcomment a{
   display: block;
   height: 160px;
   width: 155px;
   background-repeat: no-repeat;
   background-position: center top;
}

#btn-castcomment a {
   height: 165px;
   width: 171px;
}

#btn-castcomment img{
  transition: 0.1s;
}
#btn-castcomment img:hover{
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#btn-castcomment a:hover img{
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}




#inline_content {
   background-repeat: no-repeat;
   width: 647px;
   height: 527px;
   padding-left: 15px;
   padding-right: 10px;
   padding-top: 15px;
   padding-bottom: 15px;
}

#inline_content .inline_content_inner {
   width: 647px;
   height: 522px;
   overflow-y: scroll;
   overflow-x: hidden;
}
#inline_content .inline_content_inner b {
   font-size: 1.2em;
}
#inline_content #cboxContent,
#inline_content #cboxLoadedContent {
   width: 677px;
   height: 552px;
}

#cboxLoadedContent {
   overflow: hidden !important;
   background: #ffffff url(/img/index/bg_comment.jpg);
   border-radius: 5px;
}
#inline_content .castcomment-ttl {
   width: 657px;
   height: 91px;
   padding-top: 130px;
   padding-right: 20px;
   background-repeat: no-repeat;
   text-align: center
}

#cboxOverlay {
   background-color: rgb(55, 55, 55); 
}
#cboxLoadedContent #inline_content {
   background: url(/img/index/bg_comment.png) no-repeat top right;
}
#cboxLoadedContent #inline_content dl {
   padding: 30px 30px;
}
#cboxLoadedContent #inline_content dl dd {
   line-height: 1.6em;
   margin-bottom: 25px;
   padding-bottom: 30px;
   border-bottom: 1px dashed #ffffff;
}
#cboxLoadedContent #inline_content dl dt {
   line-height: 1.4em;
   margin-bottom: 10px;
   border-left: solid 2px #ffffff;
   padding-left: 10px;
   font-size: 1.3em;
   font-weight: bold;
}
#cboxLoadedContent #inline_content dl dt span {
   font-size: 0.8em;
}



#cboxClose {
    position: absolute;
    top: -49px;
    right: 5px;
    display: block;
    background: url(/img/common/btn_close.png) no-repeat top center;
    width: 37px;
    height: 45px;
}














