@charset "UTF-8";
#wrapper{
    position: relative;
    background:none;
}

.footer {

 position:static;
 bottom:0;
 width:100%;

}


/* top animation
------------------------------------------------------------- */
.main_sp{
 display:none;
 padding-top: 19%;
}

.main{
     background:#000;
     position:relative;
     height:1137px;
     background:url(/BLACKFOX_Ninja/img/thunder_bg.jpg) top center repeat-x;
    max-width: 1600px;
    width:auto;
    margin: auto;
}

@media screen and (max-width: 768px){
 .main_sp{
   display:block;
 }
 
 .main_sp img{
  width:100%;
 }
 
 .main{
   display:none;
 }

}


.main_img{
    z-index: 2;
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    width: 1195px;
    /* width: auto; */
    text-align: right;
    margin: auto;
}

.main_left{
   z-index: 3;
   position: absolute;
   top: 124px;
   left: 230px;
   text-align:center;
 }

@media screen and (max-width: 1024px) and (orientation: portrait){
 .main_left{
  left:10px;
 }
 .main_left > img {
    width: 90%;
  }
 
}



.main_left div{
 text-align:center;
 margin-top:110px;
}
.main_left div img{
    display: block;
    margin: auto;
 
}

.main_left div img:nth-of-type(3){
 margin-top:17px;
 
}



.thunder_animation img {
    width: 36.82292vw;
    max-width: 707px;
}
.thunder_animation1 {
    position: absolute;
    top:100px;
    left:0;
    animation: thunder1 8s infinite;
    margin:auto;
    text-align:center;
    z-index:0;
}
.thunder_animation1_1 {
    position: absolute;
    bottom: -8px;
    left: 29.5%;
    animation: thunder1_1 6s infinite;
    margin: auto;
    text-align: center;
    z-index: 2;
}

.thunder_animation2 {
    position: absolute;
    top:90px;
    left:0;
    right:0;
    opacity: 0.5;
    animation: thunder2 6s infinite;
    margin:auto;
    text-align:center;
    z-index:0;

}

.thunder_animation2 img{
    max-width:1600px;
    width:100%;
}


@keyframes thunder1 {

   0% {
    opacity: 0.8;
   }

   25% {
    opacity: 1;
   }
   
   50% {
    opacity: 0.8;
   }
   
   100% {
    opacity: 1;
   }
   
}
@keyframes thunder1_1 {

   5% {
    opacity: 0.5;
   }
  
   15% {
    opacity: 0.8;
   }
  
   50% {
    opacity: 0.5;
   }
  
  
   65% {
    opacity: 0.8;
   }
   
   100% {
    opacity: 1;
   }
   
  
}
@keyframes thunder2 {

   0% {
    opacity: 0.5;
   }
  
   50% {
    opacity: 0.8;
   }
   
   59% {
    opacity: 1;
   }
   
   70% {
    opacity: 0.8;
   }
   100% {
    opacity: 0.5;
   }
   
}

/* text_area
------------------------------------------------------------- */

.text_area{
 position:static;
 color:#fff;
  width:100%;
 padding:58px 0 110px;
   background:#000 url(/BLACKFOX_Ninja/img/footer_bg.jpg) bottom center repeat-x;
}


/* top news
------------------------------------------------------------- */

.top_news{
 position:static;
 color:#fff;
 width:100%;
 max-width:860px;
 margin:0 auto 96px;

 
}

.top_news div.title{
 border-bottom:1px solid #fff;
 padding-bottom:10px;
 margin-bottom:26px;
 box-sizing:border-box;
 
}

.top_news div.title img{
 display:inline-block;
}

.top_news div.title img:last-child{
 text-align:right;
 float: right;
 margin-top: 5px;
}

.top_news dl{
  display:flex;
  font-size:15px;
  margin: 0 auto 20px;
}
.top_news dl dt{
 margin-right:40px;
}

.top_news dl dd a{
 color:#fff;
 /* text-decoration: none; */
}

@media screen and (max-width: 768px){
  .top_news{
   max-width:initial;
   padding:0 32px;
  }
 .top_news div.title img:last-child{
  display:none;
 }
 
  .top_news dl dd{
    margin-left:12px;
  }

}

/* top link
------------------------------------------------------------- */
.top_link{
  position:static;
 color:#fff;
 text-align: center;
 max-width:860px;
 margin:0 auto 70px;
}
.top_link p{
 margin:10px auto 0;
}

.top_link .sns{
 display:none;
 
}
@media screen and (max-width: 768px){
 .top_link{
  max-width:initial;
  padding:0 32px;
 
 }
 .top_link img{
  max-width:100%;
  width:auto;
  height:auto;
  display:block;
  margin:auto;
 }
 
 .top_link .sns{
  display:block;
  margin-bottom:55px;
  }
 .top_link .sns a{
   display:inline-block;
  }
  
  .top_link .sns div:last-child{
   display:flex;
   margin-top:32px;
   justify-content: center;
  }
  .top_link .sns div:last-child a{
   /* display:flex;
   width:50%; */
  }
  .top_link .sns div:last-child a:first-child{
   padding-right:5px;
  }
  .top_link .sns div:last-child a:last-child{
   padding-left:5px;
  }
  
  
  .top_link .animeblf{
   text-align:center;
  }
  
  
}



/* top cast
------------------------------------------------------------- */
.top_cast{
  position:static;
 color:#fff;
 width:100%;
 max-width:860px;
 margin:auto;
 text-align: center;
}

.top_cast .sp{
 display:none;
}


@media screen and (max-width: 768px){
  .top_cast{
   max-width:initial;
   padding:0 32px;
  }
  .top_cast .sp{
   display:block;
  }
  .top_cast img.sp {
   width:100%;
  }
  
  
  .top_cast .pc{
   display:none;
  }


}


#cboxClose {
top: 470px !important;
}


@media screen and (max-width: 768px){
    #colorbox{
    width: 320px !important;
    height: 260px !important;
    left: 28px !important;
    padding: 0;
    box-sizing: content-box !important;
    }
    
    #cboxWrapper{
    height: auto !important;
    width: auto !important;
    margin: auto !important;
    }
   #cboxWrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    overflow: hidden !important;
    }
   
   #cboxContent{
    height: 100vh !important;
    max-width:320px;
   }
   #cboxLoadedContent{
        width: 320px !important;
    height: 200px !important;
    margin: 0 !important;
    overflow: auto !important;
    background: #000;
   }
   .inleinemodale .inner .red{
     font-size:16px;
   }
   #cboxClose {
    position: absolute;
    top: 220px !important;
    bottom: 0px;
    right: 20px;
    background: url(images/close.png) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
  }

}