@charset "UTF-8";
html, body {
    min-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 0;
    margin: 0;
    height: 100%;
    background:#141414;
    -webkit-text-size-adjust: none;
}

* {
    box-sizing: border-box;
}




@media screen and (max-width: 768px){
    html, body {
     font-size: 14px;
    }
    
}

body{

 font-family: "游明朝", "YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-weight: normal;
 font-weight: 300;
 color:#fff;
}




img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: none;
    pointer-events: none;
}

ul {
  margin:0;
   padding-inline-start: 0;
   margin-inline-start: 0;
   padding-left: 0px;
   margin-left: 0px;
}
ul li{
  list-style:none;
   padding-inline-start: 0;
   margin-inline-start: 0;
   padding-left: 0px;
   margin-left: 0px;
}

dd {
 
  padding-inline-start: 0;
   margin-inline-start: 0;
   padding-left: 0px;
   margin-left: 0px;
}


/* font
------------------------------------------------------------- */
.ftg{
     font-family:"游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
     }

/* global navi
------------------------------------------------------------- */
.gNavi{
 color:#fff;
 height:90px;
 width:100%;
 position:fixed;
 top:0;
 z-index: 4;
 background:#000;
}
.gNavi ul {
    display:flex;
    width: 1195px;
    height:90px;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
}



.gNavi ul li{
 display:block;
 max-width:139px;
 width:139px;
 vertical-align: middle;
 text-align:center;
 /* background:url(/BLACKFOX_Ninja/img/gNaviborder.jpg) bottom left no-repeat; */
 background-image:url(/BLACKFOX_Ninja/img/gNaviborder.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
 padding-top:43px;
}
.gNavi ul li a{
 width:100%;
 height:100%;
 display:block;
}
.gNavi ul li:last-child{
 background:url(/BLACKFOX_Ninja/img/gNaviborder.jpg) bottom left no-repeat,
 url(../img/gNaviborder.jpg) bottom right no-repeat;
 
}

.gNavi ul li img{
 max-width: 100%;
    height: auto;

}

.gNavi ul li:hover{
  
  background:url(/BLACKFOX_Ninja/img/gNavi-gradient.jpg) bottom left repeat-x;
}

.gNavi ul li:hover.none{
  pointer-events: none;
  background-image:url(/BLACKFOX_Ninja/img/gNaviborder.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.gNavi ul li.none{
 pointer-events: none;
 color:#636363;
}

.gNavi ul li.select{
  
  background:url(/BLACKFOX_Ninja/img/gNavi-gradient.jpg) bottom left repeat-x;
}

.gNavi ul li:last-child:hover{
 background:url(/BLACKFOX_Ninja/img/gNaviborder.jpg) bottom left no-repeat,
 url(../img/gNaviborder.jpg) bottom right no-repeat,
 url(../img/gNavi-gradient.jpg) bottom left repeat-x;
 
}



.gNavi ul li:first-child{
     max-width: 100%;
    width: 230px;
    background: none;
    padding-top: 8px;
}

.gNavi ul li:first-child img{
  max-width:initial;
}

.gNavi ul li:nth-of-type(2){
 width:137px;
}
.gNavi ul li:nth-of-type(3),
.gNavi ul li:nth-of-type(4)
{
 width:136px;
}
.gNavi ul li:nth-of-type(5),
.gNavi ul li:nth-of-type(7)
{
 width:139px;
}
.gNavi ul li:nth-of-type(6){
 width:138px;
}
.gNavi ul li:nth-of-type(8){
 width:140px;
}

 .gNaviSp {
  display:none;
  
 }

@media screen and (max-width: 768px){
 .gNavi {
  display:none;
  
 }
 .gNaviSp {
  display:block;
  position: fixed;
    width: 100%;
    z-index: 5;
    background: #000;
 }

 
 .gNaviSp div{
  text-align:center;
  width:100%;
  height:auto;
 }
 .gNaviSp div > img{
  margin:auto;
 }
 
 .gNaviSp .hmbMenu{
    position: absolute;
    z-index: 10;
    right: 5%;
    top: 0;
    margin-top: 20px;
    width: 40px;
 }
 
 .gNaviSp .hmbMenu img:first-child{
  width:100%;
 }
 .gNaviSp .hmbMenu img:last-child{
  display:none;
 }
 .gNaviSp .hmbMenu.active img:first-child{
  display:none;
 }
 .gNaviSp .hmbMenu.active img:last-child{
  width:100%;
  display: block;
 }
 .gNaviSp .gnavhmbMenu{
  display:none;
  
 }
 .gNaviSp .gnavhmbMenu.active {
  box-sizing:border-box;
  text-align:left;
  font-size:20px;
  display:block;
  color: #fff;
  width: 100%;
  background:#434343;
  position:absolute;
  z-index: 6;
  padding:30px 22px;
  animation: show 1s linear 0s;
  overflow: auto;
  height: 90vh;
  }
  .gNaviSp .gnavhmbMenu.active a{
    color:#fff;
    text-decoration: none;
  }

  @keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
  }
  
   .gNaviSp .gnavhmbMenu.active ul {
     display:block;
     padding-inline-start: 0;
     margin-inline-start: 0;
      padding-left: 0px;
       padding-left: 0px;
    height: auto;
    overflow-y: auto;
   }
   
   .gNaviSp .gnavhmbMenu.active ul li{
     border-bottom:1px solid #fff;
     margin-top:22px;
     padding-bottom:15px;
   }
   .gNaviSp .gnavhmbMenu.active ul li.comingsoon{
     color:#020202;
   }
   
   .gNaviSp .gnavhmbMenu.active div.hmbMenu{
    position: static;
    width: 60%;
    margin: 20px auto 0;
    background: #b5b5b5 url(/BLACKFOX_Ninja/img/close_bg.png) 90% 50% no-repeat;
    background-size: 12px;
    padding: 10px 0;
    color: #000;
    font-weight:bold;
   }


  
 }


 




/* side navi
------------------------------------------------------------- */


.sidegNavi{
 position:fixed;
 top:100px;
 right:0;
 z-index: 4;
}
.sidegNavi div{
 color:#fff;
 position:relative;
 right:0;  
 background:#535353;
 width:40px;
 float: right;
 clear: both;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
 text-indent: 5px;
}

.sidegNavi div.selected{
  background:#bc1e03;
  width:40px;
}

.sidegNavi div:hover{
 /* animation: hover 4s infinite; */

}

.sidegNavi div.noanime{
  background:#535353;
  width:40px;
}
.sidegNavi div.anime{
  background:#bc1e03;
  opacity:0.8;
  transition-duration: 0.5s;
  transition-property:width;
  width:72px;
}


@keyframes hover {
 25%{ opacity:0.5;}
 100%{ opacity:0.8;}
}

@media screen and (max-width: 768px){
  .sidegNavi{
   position:absolute;
  }

}



/* wrapper
------------------------------------------------------------- */
#wrapper{

 width:100%;
 height:100%;
 /* background:#000 url(/BLACKFOX_Ninja/img/footer_bg.jpg) bottom center repeat-x; */
 
}





/* contents
------------------------------------------------------------- */

.contents{
 width:100%;
 overflow:hidden;
 margin:90px auto 0;
 position: static;
 color: #ffff;
 padding-top: 90px;
 text-align: center;
 background:#000 url(/BLACKFOX_Ninja/img/footer_bg.jpg) bottom center repeat-x;
}

@media screen and (max-width: 768px){
 .contents{
  margin:0 auto 0;
  padding:19% 30px 0;
 }

}

/* sns_area
------------------------------------------------------------- */
 .sns_area{
   border-top: 1px solid #fff;
    max-width: 1195px;
    width:100%;
    margin: auto;
    color: #fff;
    text-align: center;
    padding-top: 63px;
 }
 .sns_area .animeblf p{
      margin: 20px auto 0;
    line-height: 1;
  
 }
 .sns_area .icon{
   margin: 60px auto 77px;
    display: flex;
    width: 317px;
    flex-wrap: wrap;
    justify-content: center;
 
 }
 .sns_area .icon a:nth-of-type(1) img,
 .sns_area .icon a:nth-of-type(2) img{
  margin-bottom:33px;
 }
 .sns_area .icon a:nth-of-type(1) img{
  margin-right:15px;
 }
 .sns_area .icon a:nth-of-type(2) img{
  margin-left:15px;
 }

@media screen and (max-width: 768px){
 .sns_area{
  width: 100%;
  border-top: none;
 }
 .animeblf img{
 width: 100%;
 }
 .sns_area .icon{
  margin-bottom:60px;
 }
}


/* footer
------------------------------------------------------------- */
.footer{
 
 display:block;
 color:#fff;
 height:135px;
 text-align:center;
 padding-top:26px;
 
}
.footer > div img,
.footer > div p
{ 
 display:inline-block;
 vertical-align: middle;
 font-size:14px;
}

.footer:after{
  content:"";
  display:table;
}

@media screen and (max-width: 768px){
 .footer {
    padding: 15px 30px;
    height: auto;
 }
 .footer img{
  width:15%;
 }
}


/* effect
------------------------------------------------------------- */
.scroll-fade {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 1s;
    
}
.scroll-fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    
}

.scroll-fade1 {
    opacity : 0;
    transform : translate(0, 20px);
    transition:all 0.8s;
    
}
.scroll-fade1.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    
}

.fade-in{
   animation: fade-in 4s 1;
}
@keyframes fade-in {
 0%{ opacity:0;}
 100%{ opacity:1;}
}

@keyframes fade {
 25%{ opacity:0.5;}
 100%{ opacity:1;}
}


.fontSize{
 font-size:24px;
}


@media screen and (max-width: 768px){
  .fontSize{
   font-size:18px;
  }

}


/* news
------------------------------------------------------------- */
#news{
    /* background-image: url(/BLACKFOX_Ninja/img/news_bg1.jpg), url(/BLACKFOX_Ninja/img/news_bg2.jpg),url(/BLACKFOX_Ninja/img/footer_bg.jpg) ; */
    
    background-image: url(/BLACKFOX_Ninja/img/news_bg1.jpg), url(/BLACKFOX_Ninja/img/footer_bg.jpg) ;
    
    background-repeat: no-repeat, repeat-x;
    background-position: right top, bottom center;

} 

@media screen and (max-width: 768px){
   #news h1 img{
    width:50%;
    margin: 90px auto 0;
   }
   
   #news{
    background:url(/BLACKFOX_Ninja/img/news_bg_sp.jpg) ,url(/BLACKFOX_Ninja/img/footer_bg.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: top center, bottom center;
    background-size: 100%,auto; 
    background-color: #000;
    
   }

}

.contents .news{
 max-width:860px;
 width:100%;
 margin: 0 auto 185px;
 text-align:center;
 
}
@media screen and (max-width: 768px){
 .contents .news{
  margin: 0 auto 80px;
  }
}


.contents .news dl {
 text-align:left;
 margin-top:84px;
}

.contents .news dl dt{
 font-size:20px;
 border-bottom:1px solid #fff;
 padding-bottom:18px;
 margin-bottom:18px;
 box-sizing:border-box;
}

.contents .news dl dd{
 line-height:2;
 
}

.contents .news dl dd img{
  display:block;
  margin:50px auto 0;
}

.contents .news dl dd a{
 color:#0084ff;
     text-decoration: none;
    display: block;
 font-weight: 400;
 display: inline;
}

@media screen and (max-width: 768px){
  .contents .news dl dt{
    font-size:16px;
  }
  
 .contents .news dl dt span{
   display:block;
 }
 .contents .news dl dd img{
     width:100%;
   }

}


/* intro story
------------------------------------------------------------- */
#intro{
  margin: 0 auto 0;
 
}
@media screen and (max-width: 768px){
 #intro{
 padding: 19% 0 0;
 
 }
 
 #intro .sns_area{
  padding:0 30px;
 }
 
}

#intro h1{
 display:block;
 background:url(/BLACKFOX_Ninja/img/h1_intoro_bg.jpg) center top no-repeat;
 height:435px;
 padding: 210px 0 0;
 margin: 0 auto;
}

#intro h1 img:last-child{
  display:none;
}

@media screen and (max-width: 768px){

  #intro h1{
    display: block;
    background: url(/BLACKFOX_Ninja/img/h1_intoro_sp_bg.jpg) center top no-repeat;
    background-size: contain;
    height: 460px;
    padding: 210px 0 0;
    margin: 0 auto;
  }
  #intro h1 img:last-child{
  display:block;
  width:90%;
      margin: auto;
  }
  #intro h1 img:first-child{
  display:none;
  }

}


.intro{
 width:100%;
 background:url(/BLACKFOX_Ninja/img/intro_top_bg.jpg) left top no-repeat;
  color:#fff;

}

@media screen and (max-width: 768px){
  .intro{
      background: url(/BLACKFOX_Ninja/img/intro_top_bg.jpg) 0% 5% no-repeat;
    background-size: 220%;
  }

}


.intro_inner1,
.intro_inner2,
.intro_inner3,
.intro_inner4,
.intro_inner5

{
 max-width:1195px;
 width:100%;
 text-align:center;
 margin:auto;

 }
 
.intro_inner1{
  padding:45px 0 87px;
  font-size:18px;
  line-height:2;
}

@media screen and (max-width: 768px){
  .intro{
    margin-top:0;
  }
  .intro_inner1{
    padding: 0 30px;
    font-size:15px;
    line-height:2;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom:45px;
  }

}



.intro .textbox{
text-align: justify;
text-justify: inter-ideograph;
 font-size:15px;
 line-height:2;
 color:#fff;
}

.intro_inner2{
 height:702px;
 position: relative;
 z-index:1;
}
.intro_inner2 .img1{
 position:absolute;
 top:50px;
 left:50px;
 
}
.intro_inner2 .img2{
 position:absolute;
 bottom:0;
 left:0;
}

.intro_inner2 .img3{
 position:absolute;
 top:0;
 right:200px;
}
.intro_inner2 .textbox{
 position:absolute;
 bottom:-155px;;
 right:66px;
 width: 540px;


}


.intro_inner2 .img3sp{
  display:none;
}

@media screen and (max-width: 768px){
  .intro_inner2 {
   height:auto;
   position:static;
  }
 .intro_inner2 .img1 {
    position:static;
   margin:auto;
   width: 100%;
   padding: 0 20px 70px;
  }
  .intro_inner2 .img2{
   position:static;
   margin:auto;
   width: 95%;
    display:none;
  }
  .intro_inner2 .img3{
   position:static;
   display:none;
   }
  .intro_inner2 .textbox{
    position:static;
    padding: 0 30px;
    width: 100%;
    font-size:12px;
   }
   
   .intro_inner2 .img3sp{
     display:block;
     width:100%;
   }
   
}



.intro_inner3{
 height:700px;
 margin-top:48px;
 position: relative;
 z-index:1;
}
.intro_inner3 .img1{
 position:absolute;
 bottom:0;
 right:0;
}
.intro_inner3 .img2{
  position:absolute;
  top:0;
  left:50px;
}

.intro_inner3 .img1sp {
  display:none;
}
@media screen and (max-width: 768px){
  .intro_inner3 {
   height:auto;
   position:static;
   background: url(/BLACKFOX_Ninja/img/intro_inner3_bg.jpg)right bottom no-repeat;
    background-size: 80%;
  }
 .intro_inner3 .img1 {
   position:static;
   margin:auto;
   width: 95%;
    display:none;
  }
  .intro_inner3 .img2{
   display:none;
  }
  .intro_inner3 .img3{
   position:static;
   display:none;
   }
  .intro_inner3 .img1sp {
    display:block;
    width:100%;
  }
}


.intro_inner4{
 height:600px;
 position: relative;
 z-index:1;

}
.intro_inner4 .textbox{
 width:530px;
 position:absolute;
 top:90px;
 left:0;
}
.intro_inner4 .img2{
 position:absolute;
 top:134px;
 right:136px;
}

@media screen and (max-width: 768px){
  .intro_inner4 {
   height:auto;
   position:static;
   margin-bottom: 64px;
  }
 .intro_inner4 .img1 {
    position:static;
   margin:auto;
   width: 100%;
  }
  .intro_inner4 .img2{
   display:none;
  }
  .intro_inner4 .img3{
   position:static;
   display:none;
   }
  .intro_inner4 .textbox{
    position:static;
    padding: 0 30px;
    width: 100%;
    font-size:12px;
   }
}


.intro_inner5{
 height:500px;
 margin-bottom:220px;
 position: relative;
 z-index:2;
}
.intro_inner5 .img1{
 position:absolute;
 bottom:0;
 left:0;
}
.intro_inner5 .textbox{
 width:530px;
 position:absolute;
 top:142px;
 right:22px;
}
.intro_inner5 .img1sp {
  display:none;
}
@media screen and (max-width: 768px){
  .intro_inner5 {
   height:auto;
   position:static;
   margin-bottom:70px;
  }
 .intro_inner5 .img1 {
    position:static;
   margin:auto;
   width: 95%;
    display:none;
  }
  .intro_inner5 .img2{
   display:none;
  }
  .intro_inner5 .img3{
   position:static;
   display:none;
   }
  .intro_inner5 .textbox{
    position:static;
    padding: 0 30px;
    width: 100%;
    font-size:12px;
   }
   .intro_inner5 .img1sp {
     display:block;
     width:100%;
     margin-bottom:22px;
   }
}


.story{
  width:100%;
}

.story .story_inner{
 width:100%;
 background:url(/BLACKFOX_Ninja/img/story_bg.jpg) right top no-repeat;
}
.story .story_inner div{
 width:100%;
 max-width:1195px;
 text-align:left;
 padding-left:45px;
 margin:140px auto 157px;
}
.story .story_inner .textbox{
text-align: justify;
text-justify: inter-ideograph;
 font-size:15px;
 line-height:3;
 padding-left: 0;
 margin:87px 0 72px;
 text-shadow: 0px 0px 2px #000;
  color:#fff;
}

.story > div > img:last-child{
   display:none;
 }
@media screen and (max-width: 768px){
 .story > div >  img:first-child{
   display:none;
 }
 .story > div >  img:last-child{
   display:block;
   width: 100%;
   margin-bottom:50px;
 }
 
 .story .story_inner{
  background: url(/BLACKFOX_Ninja/img/story_bg_sp.jpg) center bottom  no-repeat;
  background-size:100%;
 }
 
 
 .story .story_inner div{
   padding:0 30px 115px;
   margin:0;
 }
 .story .story_inner .textbox{
   padding:0 0 235px;
   margin:0;
   font-size:12px;
   line-height:3;
 }
 
 .story .story_inner > div >img:first-child{
   width:30%;
   margin-bottom:20px;
 }
 
 .story .story_inner .img1{
   width:100%;
 }

}


/* cast
------------------------------------------------------------- */
#cast{
  margin: 0 auto 0;
 
}
@media screen and (max-width: 768px){
 #cast{
  padding: 19% 0 0;
 }
}

#cast h1{
 display:block;
 background:url(/BLACKFOX_Ninja/img/h1_cast_bg.jpg) center top no-repeat;
 height:435px;
 padding: 210px 0 0;
 margin: 0 auto;
}

/* #cast h1 img:last-child{
  display:none;
} */


@media screen and (max-width: 768px){
 
 #cast h1{
 display: block;
 background:url(/BLACKFOX_Ninja/img/h1_cast_sp_bg.jpg) center top no-repeat;
 background-size: contain;
    height: 460px;
    padding: 210px 0 0;
    margin: 0 auto;
 }

 #cast h1 > img{
  width:30%;
 
 }

}



.cast_l,.cast_m,.cast_s{
 max-width:1195px;
 width:100%;
 margin: auto;
}

.cast_l .red{
 font-weight:bold;
 font-size:20px;
 color:#e20808;
}

.cast_m .red,.cast_s .red{
 font-weight:bold;
 font-size:18px;
 color:#e20808;
}

@media screen and (max-width: 768px){
 .cast_l .red{
  font-size:18px;
 }
 .cast_m .red,.cast_s .red{
  font-size:14px;
 }
}


#cast .prof_btn{
  display:block;
  border:1px solid #fff;
  padding: 7px 10px 7px 12px;
  font-size:15px;
  text-align:center;
  color:#fff;
  text-decoration: none;
}
#cast .prof_btn:hover{
 background:rgba(255,255,255,0.5);
 
}

#cast .cast_s .prof_btn{
  padding: 7px 10px 7px 12px;
  font-size:11px;
  text-align: center;
}

@media screen and (max-width: 768px){
  #cast .prof_btn{
     display:block;
     border:1px solid #fff;
     padding: 5px;
     font-size:14px;
     text-align: center;
   }

   #cast .cast_s .prof_btn{
     padding: 3px;
     font-size:11px;
     text-align: center;
   }

}


.cast_l .inner{
 display:flex;
 margin-top:96px;
 border-top:1px solid #fff;
 padding:66px 0 0;
 width: 100%;
 text-align:left;
}

.cast_l .photo{
  margin-right:60px;
}

@media screen and (max-width: 768px){
  .cast_l{
   padding:0 30px;
  }
  
  .cast_l .inner{
   display:block;
   padding:15px 0;
   margin-top: 0;
  }
  .cast_l .photo{
    margin-right:0;
  }
  
  .cast_l .photo img{
    width:100%;
  }
  
  
}


.cast_m{
 display:flex;
}
.cast_m .inner{
 display:flex;
 margin-top:96px;
 border-top:1px solid #fff;
 padding:66px 0 0;
 width: 45%;
 text-align:left;
}
.cast_m .inner:first-child{
 margin-right:25px;
}
.cast_m .inner:last-child{
 margin-left:25px;
}



@media screen and (max-width: 768px){

 .cast_m{
  display:block;
  padding:0 30px;
 }
 
 .cast_m .inner:first-child{
   margin-right:0;
  }
  .cast_m .inner:last-child{
   margin-left:0;
  }
 .cast_m .inner{
  width:100%;
  padding: 15px 0;
      margin-top: 0;
 }
  .cast_m .inner img{
  width:100%;
  max-width: 140px;
 }
 .cast_m .inner .name img{
  width: 90%;
  max-width: 100px;

 }
 
 .cast_m .photo{
  width:50%;
 }

}

.cast_m .photo{
  margin-right:25px;
}

.cast_s{
 display:flex;
 flex-wrap: wrap;
 margin-top:30px;
}
.cast_s .inner{
 display:flex;
 margin-top:48px;
 border-top:1px solid #fff;
 padding:46px 0 0;
 width: 30%;
 text-align:left;
}

.cast_s .inner:nth-of-type(1),
.cast_s .inner:nth-of-type(4),
.cast_s .inner:nth-of-type(7)
{
 margin-right:50px;
}
.cast_s .inner:nth-of-type(3),
.cast_s .inner:nth-of-type(6),
.cast_s .inner:nth-of-type(9)
{
 margin-left:50px;
}

.cast_s .photo{
  margin-right:20px;
}

.photo img.pc{
 display:block;
}
.photo img.sp{
 display:none;
}

.cast_s .photo .icon{
    display: block;
    position: relative;
    top: -300px;
    left: 132px;
}


@media screen and (max-width: 768px){
   .photo img.pc{
    display:none;
   }
   .photo img.sp{
    display:block;
   }

  .cast_s{
     padding:0 30px;
    justify-content: space-between;
  }
  
  .cast_s .inner{
   margin:0 !important;
 
  }
   

  .cast_s .inner{
   display:block;
   width: 46%;
   padding: 10px 0;
  }
  
  .cast_s .photo{
   margin:0;
  }
   .cast_s .photo img{
     width:100%;
   }
  .cast_s .photo .icon{
   position:static;
   display:none;
  }
  
  /* .cast_s .inner:nth-of-type(2) .photo{
   padding: 10px 35px 0 0;
  } */

}









#staff .staff{
  display:block;
 background:url(/BLACKFOX_Ninja/img/h1_staff_bg.jpg) center top no-repeat;
 height:435px;
 padding: 200px 0 0;
 margin: 155px auto 0;
 
}

@media screen and (max-width: 768px){
 #staff .staff {
     display: block;
     background: url(/BLACKFOX_Ninja/img/h1_staff_bg.jpg) center top no-repeat;
     height: 435px;
     padding: 210px 0 0;
     margin: 20px auto 0;
 }
 
 #staff .staff > img{
   width:30%;
 }


}

#staff .cast_l{
 padding:0;
 margin-bottom:100px;
}

#staff .cast_l .inner{
 border-top:none;
 padding:0;
 margin-top:127px;
}


#staff .cast_m {
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
}

#staff .cast_m .inner{
     width: 48%;

}
#staff .cast_m .inner{
 padding: 30px 0 55px;
 margin-top: 0;
}


@media screen and (max-width: 768px){
   #staff .cast_l {
    padding: 0;
    margin-bottom: 40px;
   }
   
   #staff .cast_l .inner{
    border-top:none;
    padding:0 30px;
    margin-top:50px;
   }

  #staff .cast_m{
   display:block;
   width: 100%;
    max-width: initial;
  }
  
  #staff .cast_m .inner {
    width: 100%;
    padding: 20px 0 ;
  }
  
  
  #staff .cast_m .inner:last-child{
   border-bottom:1px solid #fff;
   margin-bottom:50px;
  }
  
  
  #staff .cast_m .inner .name img {
    width: auto;
    max-width: initial;
   }
  
  
  #cast .animeblf{
   padding:0 30px;
  }
  
  #cast .sns_area{
  /* border-top: 1px solid #fff; */
  padding-top:0
  }
  
  
}



/* inline modal
------------------------------------------------------------- */
#cboxClose {
    position: absolute;
    top: 502px !important;}
    
    
#cboxPrevious {
    position: absolute;
    top: 38%;
    left: 0;
    margin-top: -25px;
    background: url(/BLACKFOX_Ninja/img/prev.png) no-repeat top left !important;
    width: 40px !important;
    height: 96px !important;
    text-indent: -9999px;
}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext {
    position: absolute;
    top: 38%;
    right: 0;
    margin-top: -25px;
    background: url(/BLACKFOX_Ninja/img/next.png) no-repeat top right  !important;
    width: 40px !important;
    height: 96px !important;
    text-indent: -9999px;
}



@media screen and (max-width: 768px){

         #cboxPrevious {
          background: url(/BLACKFOX_Ninja/img/prevsp.png) no-repeat top left !important;
             width: 35px !important;
             height: 72px !important;
         }
         #cboxNext {
         background: url(/BLACKFOX_Ninja/img/nextsp.png) no-repeat top right  !important;
             width: 35px !important;
             height: 72px !important;
         }

}

#cboxNext:hover{background-position:-50px -25px;}

.inleinemodale{
 color:#fff;
 background:#000;
}

#cboxCurrent{ display:none !important;}

#cboxLoadedContent{
 background:#none;
 
}

.inleinemodale {
    color: #fff;
    background: #000;
    width: 892px;
    margin: auto;
    padding: 20px;
}
.inleinemodale .inner{
 display: flex;
    padding: 26px;
    width: 100%;
    text-align: left;
 
}
.inleinemodale .inner .red{
 color:#e20808;
     text-shadow: 0 0;
  font-weight: bold;
  font-size:20px;
}
.inleinemodale .inner .photo {
    margin-right: 0;
    width: 46%;
    max-width: 307px;
}


.inleinemodale .inner .photo img{
    width:86%;
}

.inleinemodale .inner > div:last-child{
 width: 56%;

}


@media screen and (max-width: 768px){
    #colorbox{
        height: 100vh !important;
    padding: 0 30px;
    box-sizing: border-box !important;
    }
    
    #cboxWrapper{
    height: 100vh !important;
    width: 100% !important;
    margin: auto;
    }
   
   .inleinemodale{
    width:90%;
    padding:0;
    margin:auto;
    padding:30px 0 45px
   }
   .inleinemodale .inner{
    display: block;
    padding: 0;
    width: 80%;
    margin: auto;
   }
   .inleinemodale .inner .photo{
       width: 65%;
      margin: auto;
   }
   .inleinemodale .inner .photo img {
    width: 100%;
   }
   
   .inleinemodale .inner > div:last-child {
    width: 100%;
   }
   
   #cboxContent{
    height: 100vh !important;
    
   }
   #cboxLoadedContent{
    height: 90vh !important;
    margin: 0 !important;
    overflow: auto !important;
    background: #000;
   }
   .inleinemodale .inner .red{
     font-size:16px;
   }
   #cboxClose {
    position: absolute;
    top: 0 !important;
    bottom: 0px;
    right: 20px;
    background: url(images/close.png) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 1103;
   }

}


/* vod
------------------------------------------------------------- */

#vod  {
	background-color:#000;
	background-image: url(/BLACKFOX_Ninja/img/footer_bg.jpg), url(/BLACKFOX_Ninja/img/vod_bg.jpg);
	background-repeat: repeat-x, no-repeat;
    background-position: bottom center, top center;
	background-attachment: scroll, fixed;
}

@media screen and (max-width: 768px){
#vod  h1 img {
    width: 50%;
    margin: 90px auto 0;
	}
	
  #vod .pc_view{
    display:none;
  }
}

.contents .vod {
	max-width: 860px;
    width: 100%;
    margin: 84px auto 130px;
    text-align: center;
}

.vod_imfo {
	font-size:18px;
}

.vod_date {
	font-size:21px;
	margin:48px auto;
	font-weight:bold;
}

#vod ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	max-width: 860px;
	
}

@media screen and (max-width: 768px){
	#vod ul {
		display: block;
		width: 100%;
		max-width: initial;
	}
}

#vod li {
	padding: 20px 0 55px;
    margin-top: 0;
	width:28%;
	margin-right: 8%;
	font-size:26px;
	border-top:1px solid #fff;
}

#vod li:nth-child(3n) {
    margin-right: 0;
}

#vod li.only {
    margin:auto;
}

@media screen and (max-width: 768px) {
	#vod li {
		width: 100%;
		padding: 20px 0;
	}
}

#vod li a {
	color:#fff;
	text-decoration:none;
}

#vod li a:hover{
	opacity:0.8;
}

/* special
------------------------------------------------------------- */

#special {
	background-color:#000;
	background-image: url(/BLACKFOX_Ninja/img/footer_bg.jpg), url(/BLACKFOX_Ninja/img/vod_bg.jpg);
	background-repeat: repeat-x, no-repeat;
    background-position: bottom center, top center;
	background-attachment: scroll, fixed;
}
#special h1{
  font-size:48px;
  margin: 0 auto 20px;
}
#special h2{
  font-size:32px;
  margin:0;
}
#special h3{
  font-size:22px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px){
#special h1:first-of-type img {
    margin: 90px auto 0;
	}
#special h1 img {
    width: 50%;
	}
	
	#special h1{
     font-size:30px;
     margin: 20px auto 10px;
   }
   #special h2{
     font-size:20px;
     margin:0;
   }
   #special h3{
     font-size:18px;
      margin:0;
   }
   	
	
	
}

.movie_rap {
	position:relative;
}

.contents .special {
	max-width: 860px;
    width: 100%;
    margin: 84px auto 130px;
    text-align: center;
}

@media screen and (max-width: 768px){
	.contents .special {
		margin: 42px auto 90px;
	}
}

.contents .special img:hover{
		opacity:0.8;
	}

@media screen and (max-width: 768px) {
	.contents .special img{
		max-width:100%;
	}
}

.special_info {
	font-size:18px;
	margin-bottom:84px;
}

.movie_list {
	display:flex;
	justify-content: space-between;
    flex-wrap: wrap;
	max-width: 860px;
}

@media screen and (max-width: 768px) {
	.movie_list {
		display:block;
	}
	.movie_list li{
		margin-bottom:24px;
	}
}

.movie_list img{
	display:block;
	margin-bottom:32px;
	transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	-ms-transition-duration:0.2s;
}

@media screen and (max-width: 768px) {
	.movie_list img{
		max-width:100%;
		margin-bottom:8px;
	}
}

.movie_list a:hover img{
	box-shadow:
		1px 1px 1px #b30014,
		1px -1px 1px #b30014,
        -1px 1px 1px #b30014,
        -1px -1px 1px #b30014,
        0 0 34px #b30014;
	transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	-ms-transition-duration:0.2s;
}

.movie_list li a{
	font-size:21px;
	color:#fff;
	text-decoration:none
}



/*   goods   */
.goods {
    width: 1195px;
	padding: 0 0 100px 0;
	margin: auto;
}
.goods-set {

    display: table;
    border-collapse: separate;
    border-spacing: 20px;
    margin: -20px auto 0 auto;
    padding: 0;
}

.goods-set:first-of-type {
    margin: 0 auto;
}

@media screen and (max-width: 768px){
  .goods {
    width: 100%;
    padding: 0 0 20px 0;
   }
   
  .goods-set {
    display: block;
    padding: 0;
   }
}




.goods-box {
    display: table-cell;
    background: rgba(255,255,255,0.3);
    /* border-radius: 9px; */
    padding: 20px;
    width: 48%;
    overflow: hidden;
    vertical-align: top;
}

@media screen and (max-width: 768px){
  .goods-box {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 20px;
   }
}



.box-left {
    width: 55%;
    min-height:398px;
    float: left;
    margin-right: 3%;
    text-align: center;
}

.box-left a img{
 width:100%;
 
}


.box-right {
    width: 42%;
    float: right;
    text-align:left;
}


@media screen and (max-width: 768px){
   
   .box-left {
         width: 42%;
         min-height: initial;
   
   }
   .box-right {
         width: 54%;
   }
   
   .box-left a img {
         width: 100%;
   }
   
}

.goods-set .name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:0;
}

.goods-set .money {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    text-align:right;
}

.goods-set .money .small {
    font-size: 12px;
}


@media screen and (max-width: 768px){
   .goods-set .name {
        font-size: 18px;
    }
  .goods-set .money{
     margin-top: 10px;
   }
   .goods-set .money .small {
    font-size: 12px;
    }
}

.goods-set .text {
    margin-bottom: 0;
    display: inline-block;
}

.goods-set .btn-area {
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
}

.goods-set .btn-buy a {
    display: inline-block;
    background: #fd9821;
    border-radius: 9px;
    padding: 14px 0;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    width: 42%;
    font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
    
}

.goods-set .btn-buy a span{
  font-size: 24px;
}


.goods-set .btn-buy a:hover{
 background:  #fbbb6f;
}


@media screen and (max-width: 768px){
  .goods .goods-set:last-child{
   margin-top:30px;
  }
  
  .goods-set .text {
    margin-bottom: 5px;
  }
  .goods-set .btn-buy a {
      font-size: 15px;
      width: 100%;
      margin-top: 20px;
  }
  
  .goods-set .btn-buy a span{
  font-size: 17px;
  }

  
  
  
}


/* 2020.03  */

.goods-box.all{
  position:relative;
}

.goods-box.all .box-left{
    width: 45%;
    min-height: initial;
    float: left;
    margin-right: 3%;
    text-align: center;
   
}

.goods-box.all .box-right{
     width: 50%;
 
}
.goods-box.all .btn-area{
   position: absolute;
    right: 20px;
    bottom: 30px;
}
.goods-box.all .btn-buy a{
     width: 48%;
}

@media screen and (max-width: 768px){

  .goods-box.all{
    position:static;
  }
  .goods-box.all .btn-area{
     position: static;
  }
  .goods-box.all .btn-buy a{
       width: 100%;
  }
  
  .goods-box.all .box-left{
   width:100%;
   float: none;
   margin-right: 0;

  }
  .goods-box.all .box-right {
    width: 100%;
  }
  
}