@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }
.right{
  float: right;
}    
.left{
  float: left;
}
.flex-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
}
.flex-container_nowrap{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: space-between;
}
@media screen and (max-width: 960px){
.right{
  float: none;
}    
.left{
  float: none;
}
}

html, body, div, h1, h2, h3, h4, h5, h6, p, img, i, ul, li, header, nav, aside, section, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

ul, ol, li {
  font-size: 0;
  list-style: none; }

a {
  color: #fff;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

a:link, a:visited {
  color: #fff; }

a:hover, a:active {
  color: #fff; }

a img {
  border: none; }

img {
  vertical-align: middle;
  border: 0;
  width: 100%; }

iframe {
  width: 100%; }

body {
  color: #fff;
  font-family: source-han-sans-japanese,-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%; }

/*===============================================
common
===============================================*/
section{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; 
  background-color: rgba(23,23,23,.8);
}
.pc {
  display: block; }

.tb, .sp {
  display: none; }
.btn{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 380px;
  line-height: 60px;
  background-color: #1c0a07;
}
.btn_wrap{
  margin-top: 40px;
}
.btn:hover{
  background-color: #00a1e5;
}
.bg_fixed {
    background-image: url(images/fixed_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -990;
}
.youtube-wrap{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube-wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe_wrap {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
}
.iframe_wrap iframe {
   position: absolute;
   top: 0;
   right: 0;
   width: 100% !important;
   height: 100% !important;
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 480px){
  .pctb {
    display: none; }

  .sp {
    display: block; }
    .btn{
      width: 100%;
    }
}

/*===============================================
sidebar
===============================================*/
#sidebar{
  position: fixed;
  width: 230px;
  background-color: #fff;
  height: 100vh;
  padding: 20px 0;
  overflow-y: scroll;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#sidebar h1{
  width: 100%;
}
#sidebar .sidebar-inner{
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#sidebar .menu{
  margin-top: 30px;
}
#sidebar .menu li{
  display: block;
  padding: 10px 0 10px 10px;
  height: 25px;
  border-top: 0.5px dotted rgba(28,10,7,.2);
}
#sidebar .menu li:last-child{
  border-bottom: 0.5px dotted rgba(28,10,7,.2);
}
#sidebar .menu li a{
  width: auto;height: 100%;
}
#sidebar .menu li a img{
  width: auto;
  height: 100%;
}
#sidebar .side-share{
  width: auto;
  height: 85px;
  margin-top:10px; 
  padding-left:10px;
}
#sidebar .side-sns{
  padding-left:10px;
}
#sidebar .side-sns li{
  display: inline-block;
}
#sidebar .side-sns li a{
   font-size: 35px;
}
#sidebar .side-sns li a:hover{
   opacity: .8;
}
#sidebar .side-sns li:first-child{
  margin-right: 15px;
}
.side-twitter:link,.side-twitter,.side-twitter:visited{
  color: #55acee;
}
.side-facebook:link,.side-facebook,.side-facebook:visited{
  color: #3B5998;
}
@media screen and (max-width: 960px){
#sidebar{
  display: none;
}
}

/*===============================================
header
===============================================*/
header{
  display: none;
}
header .sp_menu, header .sp_btn {
    display: none; }

    @media screen and (max-width: 960px) {
      header{
        display: block;
      }
      header{
        position: fixed;
    width: 100%;
    height: 72px;
    z-index: 9999;
    top: 0;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(28, 10, 7, 0.3);
      }
      header h1{
        position: absolute;
      }
      header h1 img{
        width: auto;
        height: 70px;
      }
      header h1 {
    left: 0;
    top: 2px;
    }
  header .pc_menu, header .entry_btn {
    display: none; }
  header .sp_menu, header .sp_btn {
    display: block; }
  header .sp_menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9990; }
    header .sp_menu{
      margin-top: 72px;
    }
    header .sp_menu ul {
      display: none;
      }
      header .sp_menu ul li {
        border-bottom: .5px solid #cccccc;
        font-weight: bold;
        font-size: 16px; }
        header .sp_menu ul li img{
          height: 25px;
          width: auto;
        }
        header .sp_menu ul li:first-child{
          border-top: .5px solid #cccccc;
        }
        header .sp_menu ul li a {
          padding: 16px;
          color: #222;
          display: block; }
          header .sp_menu ul li a span {
            font-size: 12px;
            padding-left: 16px; }
  header .sp_btn {
    background-color: #00a1e5;
    position: absolute;
    right: 0;
    width: 80px;
    height: 72px;
    z-index: 9990; }
    header .sp_btn .menu_trigger {
      position: relative;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 44px;
      display: inline-block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s; }
      header .sp_btn .menu_trigger span {
        background-color: #1c0a07;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        display: inline-block;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s; }
        header .sp_btn .menu_trigger span:nth-of-type(1) {
          top: 0; }
        header .sp_btn .menu_trigger span:nth-of-type(2) {
          top: 20px; }
        header .sp_btn .menu_trigger span:nth-of-type(3) {
          bottom: 0; }
      header .sp_btn .menu_trigger.active span:nth-of-type(1) {
        transform: translateY(20px) rotate(-45deg);
        -webkit-transform: translateY(20px) rotate(-45deg);
        -moz-transform: translateY(20px) rotate(-45deg);
        -ms-transform: translateY(20px) rotate(-45deg);
        -o-transform: translateY(20px) rotate(-45deg); }
      header .sp_btn .menu_trigger.active span:nth-of-type(2) {
        opacity: 0; }
      header .sp_btn .menu_trigger.active span:nth-of-type(3) {
        transform: translateY(-20px) rotate(45deg);
        -webkit-transform: translateY(-20px) rotate(45deg);
        -moz-transform: translateY(-20px) rotate(45deg);
        -ms-transform: translateY(-20px) rotate(45deg);
        -o-transform: translateY(-20px) rotate(45deg); }
      header .sp_btn .menu_trigger:not(.active):hover span:nth-of-type(2) {
        width: 70%; }
      header .sp_btn .menu_trigger:not(.active):hover span:nth-of-type(3) {
        width: 35%; }
      }
  
@media screen and (max-width: 800px) {
  header .sp_btn {
    width: 72px;
    height: 72px; }
    header .sp_btn .menu_trigger {
      width: 32px;
      height: 24px; }
      header .sp_btn .menu_trigger.active span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
        -webkit-transform: translateY(10px) rotate(-45deg);
        -moz-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
        -o-transform: translateY(10px) rotate(-45deg); }
      header .sp_btn .menu_trigger.active span:nth-of-type(3) {
        transform: translateY(-10px) rotate(45deg);
        -webkit-transform: translateY(-10px) rotate(45deg);
        -moz-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        -o-transform: translateY(-10px) rotate(45deg); }
      header .sp_btn .menu_trigger span:nth-of-type(2) {
        top: 10px; }
      }
      @media screen and (max-width: 480px){
        header h1 img{
        width: auto;
        height: 48px;
      }
      header h1 {
    top: 2px;
    }
    header .sp_menu{
      margin-top: 50px;
    }
        header .sp_menu ul li {
          font-size: 14px;
         }
         header .sp_menu ul li a{
          padding: 15px 0 15px 10px;
         }
         header .sp_menu ul li img{
          height: 20px;
        }
        header{
          height: 50px;
        }
        header .sp_btn {
    width: 50px;
    height: 50px; }
    header .sp_btn .menu_trigger {
      width: 32px;
      height: 24px; }
      }

/*===============================================
main
===============================================*/
#main{
  width: calc(100% - 230px);
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
@media screen and (max-width: 960px){
  #main{
    width: 100%;
  }
}
/*===============================================
main-top
===============================================*/
#main .main-top{
  padding-right:20px; 
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#main .main-top section{
  width: 340px;
  height: 461px;
  margin-top: 20px;
  padding: 20px;
}
#main .main-top .pv{
  width: 340px;
  margin-top: 20px;
}
#main .main-top .fv-img{
  width: calc(100% - 360px);
  height: auto;
  position: relative;
}
#main .main-top .fv-img .fv_inview{
  position: absolute;
}
#main .main-top .fv-img .fv_inview_1{
  width: 50px;
  top: 40px;
  left: 100px;
}
#main .main-top .fv-img .fv_inview_2{
  width: 60px;
    top: 90px;
    left: 30px;
}
#main .main-top .fv-img .fv_inview_3{
  width: 90%;
  bottom: -40px;
  left: 0;right: 0;
  margin:auto;
}
@media screen and (max-width: 1024px){
  #main .main-top-rightsection{
    padding: 0 20px;
    float: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #main .main-top{
    padding-right:0;
  }
  #main .main-top section{
  width: 100%;
}
#main .main-top .pv{
  width: 100%;
  margin-top: 20px;
}
#main .main-top .fv-img{
  width: 100%;
  height: auto;
  position: relative;
  float: none;
}
#main .main-top .fv-img .fv_inview{
  position: absolute;
}
}
@media screen and (max-width: 960px){
#main .main-top .fv-img{
  margin-top: 72px;
}
}
@media screen and (max-width: 768px){
#main .main-top .fv-img .fv_inview_3{
  width: 80%;
  bottom: -30px;
  left: 0;right: 0;
  margin:auto;
}
}
@media screen and (max-width: 480px){
#main .main-top-rightsection{
  padding: 0 10px;
}
#main .main-top section{
  padding: 40px 10px 60px;
}
#main .main-top .fv-img{
  margin-top: 50px;
}
#main .main-top .fv-img .fv_inview_1{
  width: 30px;
    top: 20px;
    left: 40px;
}
#main .main-top .fv-img .fv_inview_2{
  width: 35px;
    top: 20px;
    left: 5px;
}
#main .main-top .fv-img .fv_inview_3{
  bottom: -10px;
}
}
@media screen and (max-width: 380px){
#main .main-top .fv-img .fv_inview_1{
  width: 25px;
    top: 20px;
    left: 35px;
}
#main .main-top .fv-img .fv_inview_2{
  width: 30px;
    top: 20px;
    left: 5px;
}
}
@media screen and (max-width: 350px){
#main .main-top .fv-img .fv_inview_1{
  width: 23px;
    top: 10px;
    left:30px;
}
#main .main-top .fv-img .fv_inview_2{
  width: 28px;
    top: 10px;
    left: 5px;
}
}
/*===============================================
twitter
===============================================*/
#twitter .section-title{
  margin-bottom: 10px;
}
#twitter{
  height: 461px;
  overflow: hidden;
}
@media screen and (max-width: 1024px){
#twitter iframe{
  width: 714px!important;
}
}
@media screen and (max-width: 768px){
#twitter iframe{
  width: 688px!important;
}
}
@media screen and (max-width: 480px){
#twitter iframe{
  width: 374px!important;
}
}
@media screen and (max-width: 380px){
#twitter iframe{
  width: 335px!important;
}
}
@media screen and (max-width: 350px){
#twitter iframe{
  width: 280px!important;
}
}
/*===============================================
news
===============================================*/
#news{
  overflow-y:scroll;
}
#news ul li span{
font-size: 12px;
color: #00a1e5;
font-weight: bold;
display: block;
margin-bottom: 10px;
}
#news ul li p a{
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
}
#news ul li p a:hover{
  opacity: .8;
}
#news ul li{
  border-bottom: .5px solid rgba(255,255,255,.3);
  padding: 15px 0;
}
#news ul li:first-child{
  padding-top: 0;
}
/*===============================================
main-section-title
===============================================*/
.section-title{
  margin-bottom: 40px;
}
.section-title img{
  height: 35px;
  width: auto;
}
@media screen and (max-width: 480px){
.section-title img{
  height: 30px;
}
}

/*===============================================
main-under
===============================================*/
#main .main-under{
  padding: 0 20px;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#main .main-under section{
  width: 100%;
  padding: 40px 20px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 768px){
 #main .main-under{
  padding: 0 10px;
 }
 #main .main-under section{
  padding: 40px 10px 60px;
 }
}
/*===============================================
tab
===============================================*/

.ChangeElem_Panel{
  display: none;
}
.ChangeElem_Panel_inner{
  display: none;
}
.ChangeElem_Btn{
  width: 190px;
  background-color: #1c0a07;
  color: #fff;
  font-weight: bold;
  border: none;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  appearance: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-right: 15px;
}
#package .ChangeElem_Btn{
  width: auto;
}
#package .ChangeElem_Btn_Content{
  overflow-x: scroll;
  white-space: nowrap;
}
.ChangeElem_Btn:hover{
  background-color: #00a8ec;
}
.ChangeElem_Btn.is-active{
  background-color: #00a8ec;
}
.episode_wrap{
  overflow-x: scroll;
  white-space: nowrap;
}
.ChangeElem_Btn_inner{
  width: 75px;
  background-color: #1c0a07;
  color: #fff;
  font-weight: bold;
  border: none;
  line-height: 30px;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  appearance: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-right: 10px;
}
.ChangeElem_Btn_inner:hover{
  background-color: #00a8ec;
}
.ChangeElem_Btn_inner.is-active{
  background-color: #00a8ec;
}

.tab-contents-wrap{
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-color: rgba(23,23,23,.4);
  border: 2px solid #1c0a07;
}
.tab-contents-wrap ul li{
  font-size: 14px;
}
@media screen and (max-width: 1024px){
  .ChangeElem_Btn{
    margin-right: 5px;
  }
  .ChangeElem_Btn_inner{
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px){
.ChangeElem_Btn_Content{
  overflow-x: scroll;
  white-space: nowrap;
}
.tab-contents-wrap{
  padding: 40px 10px;
}
}
/*===============================================
story
===============================================*/
.story_content_wrap .story_content{
  width: 52%;
}
.story_content_wrap .story_content h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.story_content_wrap .story_content h3 span{
  font-size: 16px;
  margin-right: 10px;
}
.story_content_wrap .story_content p{
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: justify;
}
.story_content_wrap .story_img .ep-slider,.story_content_wrap .story_img .ep-slider-thumb{
  text-align: center;
}
.story_content_wrap .story_img,.story_content_wrap .story_img .ep-slider li{
  width: 500px!important;
}
.story_content_wrap .story_img .ep-slider-thumb{
  margin-top: 10px;
}
.story_content_wrap .story_img .ep-slider-thumb li{
  width: 115px!important;
  margin-right:10px;
  cursor: pointer;
}
.story_content_wrap .story_content .story_staff{
  margin-top: 40px;
}
.story_content_wrap .story_content .story_staff li{
  font-size: 12px;
  line-height: 1.6;
}

.intro-wrap h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 40px;
}
.intro-wrap p{
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  margin-top: 20px;
}

@media screen and (max-width: 1300px){
  .story_content_wrap .right,.story_content_wrap .left{
  float: none;
}
.story_content_wrap .story_content,.story_content_wrap .story_img{
  width: 100%;
}
.story_content_wrap .story_content h3{
  font-size: 24px;
}
.story_content_wrap .story_img{
  margin:40px auto 0;
}
.story_content_wrap .story_img,.story_content_wrap .story_img .ep-slider li{
  width: 800px!important;
}
.story_content_wrap .story_img .ep-slider-thumb li{
  width: 190px!important;
}
}
@media screen and (max-width: 1160px){
.story_content_wrap .story_img,.story_content_wrap .story_img .ep-slider li{
  width: 600px!important;
}
.story_content_wrap .story_img .ep-slider-thumb li{
  width: 140px!important;
}
}
@media screen and (max-width: 700px){
.story_content_wrap .story_img,.story_content_wrap .story_img .ep-slider li{
  width: 400px!important;
}
.story_content_wrap .story_img .ep-slider-thumb li{
  width: 90px!important;
}
}
@media screen and (max-width: 480px){
 .story_content_wrap .story_content h3{
  font-size: 20px;
} 
.story_content_wrap .story_content p{
  text-align: justify;
}
.story_content_wrap .story_img,.story_content_wrap .story_img .ep-slider li{
  width: 340px!important;
}
.story_content_wrap .story_img .ep-slider-thumb li{
  width: 80px!important;
  margin-right: 5px;
}
}
@media screen and (max-width: 380px){
.story_content_wrap .story_img,.story_content_wrap .story_img .ep-slider li{
  width: 300px!important;
}
.story_content_wrap .story_img .ep-slider-thumb li{
  width: 70px!important;
}
}
@media screen and (max-width: 350px){
.story_content_wrap .story_img,.story_content_wrap .story_img .ep-slider li{
  width: 256px!important;
}
.story_content_wrap .story_img .ep-slider-thumb li{
  width: 59px!important;
}
}
/*===============================================
staff
===============================================*/
#staff{
  height: 500px;
  overflow-y: scroll;
}
#staff .staff_cast_inner{
  width: 48%;
}
#staff .staff_cast_inner ul li{
  margin-top: 30px;
}
#staff .staff_cast_inner ul li:first-child{
  margin-top: 0;
}
#staff .staff_cast_inner ul li span{
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
#staff .staff_cast_inner ul li p{
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 960px){
  #staff .staff_cast_inner{
  width: 100%;
}
.staff_wrap{
  margin-top: 40px;
}
}

/*===============================================
character
===============================================*/
#character .ChangeElem_Btn_Content .ChangeElem_Btn-cha{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  opacity: 0.6;
  margin-bottom: 20px;
}
#character .ChangeElem_Btn_Content .ChangeElem_Btn-cha.is-active{
  opacity: 1;
}
#character .ChangeElem_Btn_Content .ChangeElem_Btn-cha img{
  width: 100px;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-zenshin{
  width: 50%;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-zenshin img{
  width: 40%;
  display: block;
  margin: 0 auto;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner{
  position: relative;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content{
  width: 50%;
  position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#character .ChangeElem_Panel h3{
 font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
#character .ChangeElem_Panel h3 span{
  font-size: 18px;
  margin-left: 10px;
}
#character .ChangeElem_Panel p{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: justify;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content ul{
  margin-top: 60px;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content ul li{
  display: inline-block;
  width: 25%;
  margin-right:10%; 
}
.btn-textonly{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  vertical-align: text-top;
  margin: 0 10px
}

@media screen and (max-width: 768px){
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content ul{
  margin-top: 40px;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content p{
  font-size: 16px;
}
}
@media screen and (max-width: 468px){
  #character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content{
  width: 100%;
  position: static;
  top: auto;
  right: auto;
  transform: none;
}
#character .ChangeElem_Btn_Content .ChangeElem_Btn-cha img {
    width: 80px;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-zenshin {
    width: 100%;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-zenshin img {
    width: 40%;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content{
  margin-top: 40px;
}
#character .ChangeElem_Panel h3 {
    font-size: 24px;
}
#character .ChangeElem_Panel h3 span {
    font-size: 14px;
}
#character .ChangeElem_Panel p {
    font-size: 14px;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content ul li {
    width: 30%;
    margin:0 5%;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content ul{
  text-align: center;
}
#character .tab-contents-wrap .ChangeElem_Panel .chara-inner-content ul {
    margin-top: 30px;
}
}

/*===============================================
cast-comment
===============================================*/
#character .cast-comment{
  margin-top: 60px;
}
#character .cast-comment h3{
  font-size: 24px;
  font-weight: bold;
}
#character .cast-comment h4{
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  margin-top: 60px;
  line-height: 1.6;
}
#character .cast-comment h4:before{
  position: absolute;
  content: "Q";
  left: 0;
  top: -10px;
  font-size: 25px;
}
#character .cast-comment p{
  font-size: 16px;
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
}
#character .cast-comment p:before{
position: absolute;
  content: "A";
  left: 0;
  top: -10px;
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 468px){
#character .cast-comment h4{
  font-size: 16px;
  padding-left: 40px;
  margin-top: 40px;
}
#character .cast-comment p{
  font-size: 14px;
  padding-left: 40px;
}
}
@media screen and (max-width: 380px){
  #character .cast-comment h4{
  padding-left: 30px;
}
#character .cast-comment p{
  padding-left: 30px;
}
#character .cast-comment h4:before{
  top: -5px;
  font-size: 20px;
}
#character .cast-comment p:before{
  top: -5px;
  font-size: 20px;
}
}

/*===============================================
hoso
===============================================*/
#hoso .hoso_catch{
  max-width: 100%;
  width: auto;
  max-height: 100px;
  margin: 0 auto 40px;
  display: block;
}
#hoso table{
width: 100%;  
}
#hoso table th{
  background-color: #1c0a07;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 15px 20px;
  text-align: left; 
  border-right: .5px solid rgba(255,255,255,.3);
}
#hoso table th:last-child{
  border-right:none;
}
#hoso table td{
  color: #fff;
  font-size: 14px;
  padding: 15px 0 15px 20px;
  text-align: left; 
  background-color: rgba(23,23,23,.4);
  border-right: .5px solid rgba(255,255,255,.3);
  border-top: .5px solid rgba(255,255,255,.3);
  line-height: 1.4;
  vertical-align: middle;
}
#hoso table td:last-child{
  border-right:none;
}
#hoso table td a{
  text-decoration: underline;
}
#hoso table td a:hover{
  opacity: .8;
}
@media screen and (max-width: 480px){
#hoso .hoso_catch{
  width: 100%;
}
#hoso table th{
  font-size: 14px;
  padding: 10px 5px;
}
#hoso table td{
  font-size: 12px;
  padding: 10px 5px;
}
}

/*===============================================
music
===============================================*/
#music .section-title{
margin-bottom: 0;
}
#music ul{
  margin-bottom: 40px;
}
#music ul li{
  width: 49%;
  margin-top: 40px;
}
#music ul li h3{
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.6;
}
#music ul li p{
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.4;
  text-align: justify;
  padding-right: 20px;
}

#music table,#dvd table{
width: 100%;  
}
#music table th,#dvd table th{
  background-color: #1c0a07;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 15px 20px;
  text-align: left; 
  border-right: .5px solid rgba(255,255,255,.3);
}
#music table th:last-child,#dvd table th:last-child{
  border-right:none;
}
#music table td,#dvd table td{
  color: #fff;
  font-size: 14px;
  padding: 15px 0 15px 20px;
  text-align: left; 
  background-color: rgba(23,23,23,.4);
  border-right: .5px solid rgba(255,255,255,.3);
  border-top: .5px solid rgba(255,255,255,.3);
  line-height: 1.4;
  vertical-align: middle;
}
#music table td:last-child,#dvd table td:last-child{
  border-right:none;
}

@media screen and (max-width: 1230px){
#music table th,#dvd table th{
  font-size: 14px;
  padding: 10px 5px;
}
#music table td,#dvd table td{
  font-size: 12px;
  padding: 10px 5px;
}
}
@media screen and (max-width: 800px){
#music .music-table-wrap,#dvd .dvd-table-wrap{
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 20px;
}
/*スクロールバーの横幅指定*/
#music .music-table-wrap::-webkit-scrollbar ,#dvd .dvd-table-wrap::-webkit-scrollbar{
    height: 2px;
}
/*スクロールバーの背景色・角丸指定*/
#music .music-table-wrap::-webkit-scrollbar-track ,#dvd .dvd-table-wrap::-webkit-scrollbar-track{
  border-radius: 1px;
  background: #1c0a07;
}
/*スクロールバーの色・角丸指定*/
#music .music-table-wrap::-webkit-scrollbar-thumb ,#dvd .dvd-table-wrap::-webkit-scrollbar-thumb{
  border-radius: 1px;
background: #00a1e5;
}
}

@media screen and (max-width: 480px){
  #music ul li{
  width: 100%;
}
#music ul li h3{
  font-size: 14px;
}
#music ul li p{
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.4;
  text-align: justify;
  padding-right: 0;
}
}

/*===============================================
movie
===============================================*/
#movie .section-title{
margin-bottom: 0;
}
#movie ul li{
  width: 49%;
  margin-top: 40px;
}
@media screen and (max-width: 480px){
  #movie ul li{
  width: 100%;
}
}

/*===============================================
goods
===============================================*/

/*novel*/
#goods .goods_novel h2{
  font-size: 16px;
  font-weight: bold;
  margin-top: 80px;
}
#goods .goods_novel h3,#goods .goods_novel h5 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    padding:30px 0 50px;
}
#goods .goods_novel h4 {
    text-align: center;
}
#goods .goods_novel h4 .books_sell {
    width: 262px;
}
#goods .goods_novel h4 .comics_sell {
    width: 340px;
}

#goods .goods_novel .sp-note{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

#goods .goods_novel ul{
  width: 102%;
  transform: translateX(-1%);
}
#goods .goods_novel ul li{
  width: 18%;
  margin: 40px 1% 0;
  display: inline-block;
}
#goods .goods_novel ul li p{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
#goods .goods_novel .novel_btn{
  margin: 40px 0;
}
#goods .goods_novel .novel_btn .btn{
  margin: 20px auto 0;
}

@media screen and (max-width: 768px){
  #goods .goods_novel h2{
  margin-top: 60px;
}
  #goods .goods_novel ul li{
  width: 48%;
  margin: 40px 1% 0;
}
#goods .goods_novel h3 ,#goods .goods_novel h5{
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
     padding:30px 0;
}
#goods .goods_novel h4 {
    text-align: center;
}
#goods .goods_novel h4 .books_sell {
    width: 200px;
}
#goods .goods_novel h4 .comics_sell {
    width: 200px;
}
}

/*===============================================
タブコンテンツタイトル
===============================================*/
.article-title-h3{
font-size: 24px;
font-weight: bold;
margin-bottom: 40px;
line-height: 1.6;
}
.article-title-h3 span{
  font-size: 18px;
  margin-left: 20px;
}
.article-title-h4{
font-size: 18px;
font-weight: bold;
margin-bottom: 30px;
line-height: 1.4;
}
.article-title-h5{
font-size: 18px;
font-weight: bold;
margin-top: 40px;
}
.article-text{
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.6;
}
.article-img {
  margin-top: 20px;
}
.deco-text{
  font-weight: bold;
  padding: 3px 10px;
  text-align: center;
  background-color: #1c0a07;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px){
.article-title-h3{
font-size: 18px;
margin-bottom: 30px;
}
.article-title-h3 span{
  font-size: 14px;
  margin-left: 10px;
}
.article-title-h4{
font-size: 16px;
}
}
@media screen and (max-width: 480px){
.deco-text{
  font-weight: bold;
  padding: 3px 10px;
  text-align: center;
  background-color: #1c0a07;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
}

/*===============================================
スペシャル
===============================================*/
#special .ChangeElem_Panel h5,#package .ChangeElem_Panel h5{
font-size: 16px;
font-weight: bold;
margin-top: 30px;
}
#special .ChangeElem_Panel p,#package .ChangeElem_Panel p{
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.6;
}
#package .ChangeElem_Panel p.strong{
  font-size: 16px;
  font-weight: bold;
}
#special .ChangeElem_Panel img,#package .ChangeElem_Panel img{
  width: 60%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px){
#special .ChangeElem_Panel img,#package .ChangeElem_Panel img{
  width: 100%;
}
}

/*===============================================
footer
===============================================*/
footer{
  padding: 200px 0 50px;
}
footer h2{
  text-align: center;
  margin-bottom:50px; 
}
footer h2 img{
  width: 500px;
}
footer ul{
  text-align: center;
}
footer ul li{
  display: inline-block;
  width: 130px;
}
footer ul li:first-child{
margin-right: 40px;
}
footer ul li:nth-child(2){
margin: 0 40px;
}
footer ul li:last-child{
margin-left:40px;
}
footer p{
  font-size: 12px;
  font-weight: bold;
  color: #1c0a07;
  text-align: center;
  margin-top: 130px;
}

@media screen and (max-width: 768px){
footer{
  padding: 100px 0 20px;
}
footer h2{
  margin-bottom:20px; 
}
footer h2 img{
  width: 50%;
}
footer ul li{
  display: inline-block;
  width: 15%;
}
footer ul li:first-child{
margin-right: 2%;
}
footer ul li:nth-child(2){
margin: 0 2%;
}
footer ul li:last-child{
margin-left:2%;
}
footer p{
  margin-top: 40px;
}
}

/*===============================================
single-news
===============================================*/
#single-news ul li{
  margin-top: 60px;
}
#single-news ul li:first-child{
  margin-top: 0;
}
#single-news ul li span.date{
  font-size: 14px;
  font-weight: bold;
  color: #00a1e5;
  display: block;
  margin-bottom: 10px;
}
#single-news ul li h2.news-title{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  border-bottom: .5px solid rgba(255,255,255,.3);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#single-news ul li .news-content{
  line-height: 1.4;
}
#single-news ul li .news-content p{
  font-size: 14px;
  margin: 10px 0;
  letter-spacing: 0.06em;
}
#single-news ul li .news-content h3{
  font-size: 18px;
   margin: 10px 0;
  font-weight: bold;
  letter-spacing: 0.06em;
}
#single-news ul li .news-content h2{
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 0.06em;
}
#single-news ul li .news-content img{
  width: 60%;
  height: auto;
   margin: 10px 0;
}

#single-news ul li .news-content img.small {
	max-width: 320px;
}
@media screen and (max-width: 960px){
#single-news{
  margin-top: 92px!important;
}
}
@media screen and (max-width: 480px){
#single-news{
  margin-top: 70px!important;
}
#single-news ul li .news-content img{
  width: 100%;
}
}


/*===============================================
fade
===============================================*/
.fade {
  opacity: 0;
  transition: all 0.8s 0.4s ease;
  -webkit-transition: all 0.8s 0.4s ease;
  -moz-transition: all 0.8s 0.4s ease;
  -ms-transition: all 0.8s 0.4s ease;
  -o-transition: all 0.8s 0.4s ease;
   }
  .fade.is_show {
    opacity: 1; }
.fv_fade_1 {
  opacity: 0;
  transition: all 1.2s .8s ease;
  -webkit-transition: all 1.2s .8s ease;
  -moz-transition: all 1.2s .8s ease;
  -ms-transition: all 1.2s .8s ease;
  -o-transition: all 1.2s .8s ease;
   }
  .fv_fade_1.is_show {
    opacity: 1; }    
 .fv_fade_2 {
  opacity: 0;
  transition: all 1.2s 1.8s ease;
  -webkit-transition: all 1.2s 1.8s ease;
  -moz-transition: all 1.2s 1.8s ease;
  -ms-transition: all 1.2s 1.8s ease;
  -o-transition: all 1.2s 1.8s ease;
   }
  .fv_fade_2.is_show {
    opacity: 1; }       

.fadeInUp {
  transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0); }
  .fadeInUp.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInDown {
  transform: translate3d(0, -40px, 0);
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0); }
  .fadeInDown.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInZoom {
   transform: scale(.9);
  -webkit-transform:scale(.9);
  -moz-transform:scale(.9);
  -ms-transform:scale(.9);
  -o-transform:scale(.9);
   }
  .fadeInZoom.is_show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);}

.fadeInLeft {
  transform: translate3d(-40px, 0, 0);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0); }
  .fadeInLeft.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInLeftBig {
  transform: translate3d(-200px, 0, 0);
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0); }
  .fadeInLeftBig.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInRight {
  transform: translate3d(40px, 0, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  -moz-transform: translate3d(40px, 0, 0);
  -ms-transform: translate3d(40px, 0, 0);
  -o-transform: translate3d(40px, 0, 0); }
  .fadeInRight.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInRightBig {
  transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0); }
  .fadeInRightBig.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.slide.is_show {
  opacity: 1; }
  .slide.is_show:before {
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%); }
.slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -o-transform: translateX(-101%);
  transition: all 0.8s 0.1s;
  -webkit-transition: all 0.8s 0.1s;
  -moz-transition: all 0.8s 0.1s;
  -ms-transition: all 0.8s 0.1s;
  -o-transition: all 0.8s 0.1s; }

.slideInLeft {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%); }
  .slideInLeft.is_show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); }

.slideInRight {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%); }
  .slideInRight.is_show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); }


/*# sourceMappingURL=style.css.map */



.grey-out{
  -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
pointer-events: none;
}
.grey{
  pointer-events: none;
  background-color: grey;
}