@charset "utf-8";
@media(min-width: 1000px) {}
@media only screen and (max-width: 999px) and (min-width: 769px) {}
@media screen and (max-width:768px) {}
/* Primary style */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body,div,td,p,ul,ol,dl,dd,img,form,h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
input {
  border: none;
  background: none;
  -webkit-appearance: none;
  outline: 0;
}
textarea {
  resize: none;
  border: none;
  resize: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
table {
  border-collapse: collapse;
  font-family: inherit;
}
th,td {
  border-collapse: collapse;
}
ul,ol {
  list-style-type: none;
  margin: 0;
}
hr {
  margin: 0;
}
html,body {
  height: 100%;
  width: 100%;
}
body {
  font: 18px "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  background: #040607;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #000;
  text-decoration: none;
}
a:link,a:visited,a:hover,a:active {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* common */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.a-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.a-op:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* loading */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 101;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
  color: #fff;
  z-index: 102;
  background: url("../img/loading.png") no-repeat;
  background-size: 150px;
}
span.loading {
  color: #ffcf3a;
  height: 150px;
  font-size: 13px;
  line-height: 150px;
  display: inline-block;
  white-space: nowrap;
}
span.loading span {
  display: inline-block;
  vertical-align: middle;
}
span.loading span:nth-of-type(1) {
  -webkit-animation: animation 2s ease 0s infinite;
  animation: animation 2s ease 0s infinite;
}
span.loading span:nth-of-type(2) {
  -webkit-animation: animation 2s ease 0.1s infinite;
  animation: animation 2s ease 0.1s infinite;
}
span.loading span:nth-of-type(3) {
  -webkit-animation: animation 2s ease 0.2s infinite;
  animation: animation 2s ease 0.2s infinite;
}
span.loading span:nth-of-type(4) {
  -webkit-animation: animation 2s ease 0.3s infinite;
  animation: animation 2s ease 0.3s infinite;
}
span.loading span:nth-of-type(5) {
  -webkit-animation: animation 2s ease 0.4s infinite;
  animation: animation 2s ease 0.4s infinite;
}
span.loading span:nth-of-type(6) {
  -webkit-animation: animation 2s ease 0.5s infinite;
  animation: animation 2s ease 0.5s infinite;
}
span.loading span:nth-of-type(7) {
  -webkit-animation: animation 2s ease 0.6s infinite;
  animation: animation 2s ease 0.6s infinite;
}

@-webkit-keyframes animation {
  0% {
    margin-top: 0;
  }
  5% {
    margin-top: -1em;
  }
  10% {
    margin-top: 0;
  }
  13% {
    margin-top: -0.5em;
  }
  16% {
    margin-top: 0;
  }
  18% {
    margin-top: -0.2em;
  }
  20% {
    margin-top: 0;
  }
}

@keyframes animation {
  0% {
    margin-top: 0;
  }
  5% {
    margin-top: -1em;
  }
  10% {
    margin-top: 0;
  }
  13% {
    margin-top: -0.5em;
  }
  16% {
    margin-top: 0;
  }
  18% {
    margin-top: -0.2em;
  }
  20% {
    margin-top: 0;
  }
}

/* facebook */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
@media(min-width: 1000px) {
  #mb_menu,
  .pc_none {
    display: none;
  }

  .w {
    max-width: 1980px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .cnt_w {
    max-width: 1000px;
    min-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .ac_mg {
    margin-top: -108px;
    padding-top: 108px;
  }
  #footer_bnr {
    position: fixed;
    bottom: 10px;
    width: 100%;
    color: #fff;
    z-index: 999;
    text-align: center;
  }
  #footer_bnr img {
    width: 320px;
  }
  #footer_bnr .position {
    display: inline-block;
  }
  #footer_bnr .position a:nth-child(1),
  #footer_bnr .position a:nth-child(2) {
    margin-right: 5px;
  }
  #ground_hd {
    /*position: fixed;*/
    position: relative;
    z-index: 100;
    width: 100%;
    background: #000;
    height: 28px;
    border-bottom: 1px solid #fff;
  }
  #ground_hd .bsfuji_logo {
    float: left;
    height: 28px;
  }
  #ground_hd .bsfuji_menu {
    float: right;
    height: 28px;
  }
  #ground_hd img.bsfuji_logo_img {
    vertical-align: top;
    margin-top: 5px;
  }
  #ground_hd .pub {
    height: 28px;
    float: left;
  }
  #ground_hd .pub > a {
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
  }
  #ground_hd .link_pub {
    padding-left: 8px;
    background: url("../img/icon_next.png") no-repeat left 9px;
    background-size: 6px auto;
  }
  #ground_hd .sns {
    float: left;
    margin-top: 3px;
  }
  #ground_hd .line {
    float: left;
    margin-left: 15px;
  }
  #ground_hd .twitter {
    float: left;
    margin-left: 5px;
  }
  #ground_hd .facebook {
    float: left;
    margin-left: 5px;
  }
  #header {
    /*position: fixed;*/
    /*top: 28px;*/
    position: relative;
    z-index: 80;
    width: 100%;
    height: 80px;
    background-color: rgba(11, 2, 5, 0.5);
  }
  #header > div {
    padding: 0 0 0 10px !important;
  }
  #header .logo {
    float: left;
    margin: 15px 0 0 0;
  }
  #header img.logo_img {
    width: 193px;
  }
  #header nav {
    float: right;
    margin-top: 20px;
  }
  #header nav ul#menu li {
    float: left;
    margin: 0 10px;
  }
  #header nav ul#menu li:first-child {
    margin-left: 0px !important;
  }
  #header nav ul#menu li:last-child {
    margin-right: 0px !important;
  }
  #contents .main {
    position: relative;
    top: -90px;
    background: url("../img/main.jpg") no-repeat 0 0;
    background-size: 100% auto;
    width: 100%;
    max-width: 1280px;
    min-height: 743px;
    margin: 0 auto 40px;
  }
  #contents .main_logo {
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -318px;
    background: url("../img/main_logo.png") no-repeat 50% 0%;
    background-size: 85% auto;
    width: 637px;
    height: 300px;
  }
  #contents .housou {
    position: absolute;
    right: 25px;
    top: 80px;
    z-index: 90;
  }
  #contents img.housou_img {
    width: 180px;
  }
  #introduction {
    background: url("../img/background_1.jpg") no-repeat 0 80px;
    background-size: 100%;
    margin-bottom: 80px;
  }
  #introduction .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  #introduction img.introduction_ttl_1 {
    width: 774px;
  }
  #introduction img.introduction_ttl_2 {
    width: 937px;
  }
  #introduction img.introduction_ttl_3 {
    width: 549px;
  }
  #introduction .txt {
    margin-bottom: 80px;
  }
  #introduction .txt p {
    text-indent: 1em;
    text-align: left;
    font-size: 18px;
    text-shadow: 0px 3px 2px rgba(29, 29, 29, 1);
    margin-bottom: 8px;
  }
  #introduction img.img_float_2 {
    float: right;
    width: 470px;
    margin: 0 0 0 10px;
  }
  #cast .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  #cast img.cast_chart {
    width: 980px;
  }
  #cast area.img_map:focus {
    background: blue;
  }
  img.modal_img_cast1 {
    max-width: 800px;
  }
  img.modal_img_cast2 {
    max-width: 554px;
  }
  img.modal_img_cast3 {
    max-width: 554px;
  }
  img.modal_img_cast4 {
    max-width: 554px;
  }
  img.modal_img_cast5 {
    max-width: 554px;
  }
  img.modal_img_cast6 {
    max-width: 554px;
  }
  img.modal_img_cast7 {
    max-width: 531px;
  }
  img.modal_img_common {
    max-height: 500px;
  }
  img.modal_img_common_2 {
    height: 100vh;
    max-height: 660px;
  }
  #story .tit {
    text-align: center;
    font-size: 22px;
    margin: 30px 0 10px;
    color: #f7df7d;
    letter-spacing: 2px;
  }
  #story p {
    text-indent: 1em;
    margin-bottom: 8px;
  }
  #staff {
    background: url("../img/background_2.jpg") no-repeat 0 100%;
    background-size: 100%;
    padding-bottom: 160px;
  }
  #staff .ttl {
    text-align: center;
    color: #f7df7d;
    font-size: 18px;
    margin: 30px 0 8px;
  }
  #staff .staff_name {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 0 8px;
  }
  #staff .staff_work {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 0 8px;
  }
  #backnumber {
    padding-bottom: 30px;
  }
  #backnumber .ttl {
    text-align: center;
    margin: 0 0 20px;
  }
  #backnumber ul.bn_img {
    position: relative;
    float: left;
    width: 480px;
    height: 275px;
  }
  #backnumber .wrap ul li.bn_img_list {
    position: absolute;
    width: 480px;
    height: 275px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #backnumber ul.bn_des {
    position: relative;
    float: left;
    width: 460px;
    height: 275px;
    margin: 0 0 0 20px;
  }
  #backnumber ul.bn_des li {
    position: absolute;
    width: 460px;
    height: 275px;
    background: #000;
  }
  #backnumber ul.bn_des li,
  #backnumber ul.bn_img li {
    display: none;
  }
  #backnumber ul.bn_des li:last-child,
  #backnumber ul.bn_img li:last-child {
    display: block;
  }
  #backnumber .ac {
    z-index: 99;
    display: block;
  }
  .start_pr { /* 初回のみ */
    position: absolute;
    background: rgba(0, 0, 0, 0.5) url("../img/start_pr.png") no-repeat 50% 50%;
    background-size: 394px 43px;
    width: 470px;
    height: 275px;
    display: none;
  }
  #backnumber .bn_ttl {
    font-size: 28px;
    margin-bottom: 8px;
  }
  #backnumber .bn_ttl span {
    margin-left: 5px;
  }
  #backnumber .bn_ttl span:before {
    content: "『";
  }
  #backnumber .bn_ttl span:after {
    content: "』";
  }
  #backnumber .bn_txt {
    font-size: 14px;
    line-height: 1.6;
  }
  #backnumber ul.bn_num {
    margin-top: 20px;
  }
  #backnumber ul.bn_num li {
    float: left;
    background: url("../img/backnumber_lst_bg.png") no-repeat 0 bottom;
    background-size: 73px 74px;
    width: 73px;
    height: 80px;
    text-align: center;
    font-size: 24px;
    padding: 15px 15px 0 0;
    color: rgba(255, 255, 255, 0.4);
  }
  #backnumber ul.bn_num li.done {
    color: rgba(255, 255, 255, 1) !important;
    background: url("../img/backnumber_lst_bg_hvr.png") no-repeat 0 100%;
    background-size: 73px 80px;
    cursor: pointer;
  }
  #backnumber ul.bn_num li.done:hover,
  #backnumber ul.bn_num li.active {
    font-weight: bold;
  }
  footer .copy {
    margin: 8px 0;
    font-size: 14px;
    text-align: center;
  }
  footer .copy span.c {
    font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  }
}

@media only screen and (max-width: 999px) and (min-width: 769px) {
  #pc_menu,
  #nav_sns {
    display: none;
  }

  .w {
    width: 100%;
    margin: 0 auto;
  }
  .cnt_w {
    width: 95%;
    margin: 0 auto;
  }
  .ac_mg {
    margin-top: -80px;
    padding-top: 80px;
  }
  #footer_bnr {
    position: fixed;
    bottom: 5px;
    width: 100%;
    color: #fff;
    z-index: 999;
    text-align: center;
  }
  #footer_bnr img {
    width: 320px;
  }
  #footer_bnr .position {
    width: 320px;
    margin: 0 auto;
  }
  #footer_bnr .position a:nth-child(1),
  #footer_bnr .position a:nth-child(3) {
    display: none;
  }
  #ground_hd {
    /*position: fixed;*/
    position: relative;
    z-index: 100;
    width: 100%;
    background: #000;
    height: 28px;
    border-bottom: 1px solid #fff;
  }
  #ground_hd .bsfuji_logo {
    float: left;
    height: 28px;
  }
  #ground_hd .bsfuji_menu {
    float: right;
    height: 28px;
  }
  #ground_hd img.bsfuji_logo_img {
    vertical-align: top;
    margin-top: 5px;
  }
  #ground_hd .pub {
    height: 28px;
    float: left;
  }
  #ground_hd .pub > a {
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
  }
  #ground_hd .link_pub {
    padding-left: 8px;
    background: url("../img/icon_next.png") no-repeat left 9px;
    background-size: 6px auto;
  }
  #ground_hd .sns {
    float: left;
    margin-top: 3px;
  }
  #ground_hd .line {
    float: left;
    margin-left: 15px;
  }
  #ground_hd .twitter {
    float: left;
    margin-left: 5px;
  }
  #ground_hd .facebook {
    float: left;
    margin-left: 5px;
  }
  #nav-toggle {
      position: absolute;
      right: 22px;
      top: 26px;
      width: 34px;
      height: 26px;
      cursor: pointer;
      z-index: 101;
  }
  #nav-toggle span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #f6ecb7;
      left: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
      top: 0;
  }
  #nav-toggle span:nth-child(2) {
      top: 11px;
  }
  #nav-toggle span:nth-child(3) {
      top: 22px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #header {
    /*position: fixed;*/
    position: relative;
    /*top: 28px;*/
    z-index: 80;
    width: 100%;
    height: 80px;
    background-color: rgba(11, 2, 5, 0.5);
  }
  #header > div {
    padding: 0 0 0 10px !important;
  }
  #header .logo {
    float: left;
    margin: 15px 0 0 0;
  }
  #header img.logo_img {
    width: 193px;
  }
  #header nav {
    margin-top: 15px;
  }
  #header #mb_menu ul.menu {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 0 20px;
  }
  #header #mb_menu ul.menu li {
    margin: 0 10px;
  }
  #header #mb_menu ul.menu li > a {
    text-align: center;
  }
  #contents .main {
    position: relative;
    top: -88px;
    background: url("../img/main.jpg") no-repeat 0 0;
    background-size: 100% auto;
    width: 100%;
    max-height: 600px;
    height: 100vh;
    margin: 0 auto 40px;
  }
  #contents .main_logo {
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -318px;
    background: url("../img/main_logo.png") no-repeat 50%;
    background-size: 65% auto;
    width: 637px;
    height: 300px;
  }
  #contents .housou {
    position: absolute;
    right: 10%;
    top: 42%;
    z-index: 90;
  }
  #contents img.housou_img {
    width: 180px;
  }
  #introduction {
    background: url("../img/background_1.jpg") no-repeat 0 80px;
    background-size: 100%;
    margin-bottom: 80px;
  }
  #introduction .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  #introduction img.introduction_ttl_1 {
    width: 619px;
    max-width: 100%;
  }
  #introduction img.introduction_ttl_2 {
    width: 749px;
    max-width: 100%;
  }
  #introduction img.introduction_ttl_3 {
    width: 439px;
    max-width: 100%;
  }
  #introduction .txt {
    margin-bottom: 80px;
  }
  #introduction .txt p {
    text-indent: 1em;
    text-align: left;
    font-size: 18px;
    text-shadow: 0px 3px 2px rgba(29, 29, 29, 1);
    margin-bottom: 8px;
  }
  #introduction img.img_float_2 {
    float: right;
    width: 470px;
    margin: 0 0 0 10px;
  }
  #cast .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  #cast img.cast_chart {
    display: none;
  }
  #cast map[name="ImageMap"] {
    display: none;
  }
  #cast .soukanzu {
    height: 60px;
    background: #f6ecb7;
    text-align: center;
    margin-bottom: 10px;
  }
  #cast .soukanzu > a {
    color: #000;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
  }
  #cast ul.cast_list li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  #cast ul.cast_list li.cast_list_1 {
    width: 100%;
    padding-left: 0 !important;
  }
  #cast ul.cast_list li:nth-child(2n) {
    padding-right: 5px;
  }
  #cast ul.cast_list li:nth-child(2n+1) {
    padding-left: 5px;
  }
  #cast ul.cast_list li > img {
    width: 100%;
  }
  #cast .cast_sub {
    margin: 30px 0 60px;
    text-align: center;
  }
  #cast .cast_sub > a {
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
  }
  #story .tit {
    text-align: center;
    font-size: 22px;
    margin: 30px 0 10px;
    color: #f7df7d;
    letter-spacing: 2px;
  }
  #story p {
    margin-bottom: 8px;
    text-indent: 1em
  }
  #staff {
    background: url("../img/background_2.jpg") no-repeat 0 100%;
    background-size: 100%;
    padding-bottom: 160px;
  }
  #staff .ttl {
    text-align: center;
    color: #f7df7d;
    font-size: 18px;
    margin: 30px 0 8px;
  }
  #staff .staff_name {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 0 8px;
  }
  #staff .staff_work {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 0 8px;
  }
  #backnumber {
    padding-bottom: 30px;
  }
  #backnumber .ttl {
    text-align: center;
    margin: 0 0 20px;
  }
  #backnumber ul.bn_img {
    position: relative;
    width: 100%;
    height: 380px;
    text-align: center;
    margin: 0 auto;
  }
  #backnumber .wrap ul li.bn_img_list {
    position: absolute;
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #backnumber ul.bn_des {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  #backnumber ul.bn_des li {
    width: 100%;
    background: #000;
  }
  #backnumber ul.bn_des li,
  #backnumber ul.bn_img li {
    display: none;
  }
  #backnumber ul.bn_des li:last-child,
  #backnumber ul.bn_img li:last-child {
    display: block;
  }
  #backnumber .ac {
    z-index: 99;
    display: block;
  }
  .start_pr { /* 初回のみ */
    position: absolute;
    background: rgba(0, 0, 0, 0.5) url("../img/start_pr.png") no-repeat 50% 50%;
    background-size: 394px 43px;
    width: 100%;
    height: 100%;
  }
  #backnumber .bn_ttl {
    font-size: 28px;
    margin-bottom: 8px;
  }
  #backnumber .bn_ttl span {
    margin-left: 5px;
  }
  #backnumber .bn_ttl span:before {
    content: "『";
  }
  #backnumber .bn_ttl span:after {
    content: "』";
  }
  #backnumber .bn_txt {
    font-size: 14px;
    line-height: 1.6;
  }
  #backnumber ul.bn_num {
    margin-top: 20px;
  }
  #backnumber ul.bn_num li {
    float: left;
    background: url("../img/backnumber_lst_bg.png") no-repeat 0 bottom;
    background-size: 73px 74px;
    width: 73px;
    height: 80px;
    text-align: center;
    font-size: 24px;
    padding: 15px 15px 0 0;
    color: rgba(255, 255, 255, 0.4);
  }
  #backnumber ul.bn_num li.done {
    color: rgba(255, 255, 255, 1) !important;
    background: url("../img/backnumber_lst_bg_hvr.png") no-repeat 0 100%;
    background-size: 73px 80px;
    cursor: pointer;
  }
  #backnumber ul.bn_num li.done:hover,
  #backnumber ul.bn_num li.active {
    font-weight: bold;
  }
  footer .copy {
    margin: 8px 0;
    font-size: 14px;
    text-align: center;
  }
  footer .copy span.c {
    font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  }
}

@media screen and (max-width:768px) {
  #pc_menu {
    display: none;
  }

  .w {
    width: 100%;
    min-width: 320px;
    max-width: 414px;
    margin: 0 auto;
  }
  .cnt_w {
    width: 95%;
    margin: 0 auto;
  }
  .ac_mg {
    margin-top: -80px;
    /*padding-top: 80px;*/
  }
  #footer_bnr {
    position: fixed;
    bottom: 5px;
    width: 100%;
    color: #fff;
    z-index: 999;
    text-align: center;
  }
  #footer_bnr img {
    width: 100%;
  }
  #footer_bnr .position {
    width: 98%;
    margin: 0 auto;
  }
  #footer_bnr .position a:nth-child(1),
  #footer_bnr .position a:nth-child(3) {
    display: none;
  }
  #ground_hd {
    /*position: fixed;*/
    position: relative;
    z-index: 100;
    width: 100%;
    background: #000;
    height: 28px;
    border-bottom: 1px solid #fff;
  }
  #ground_hd .bsfuji_logo {
    float: left;
    height: 28px;
  }
  #ground_hd .bsfuji_menu {
    float: right;
    height: 28px;
  }
  #ground_hd img.bsfuji_logo_img {
    vertical-align: top;
    margin-top: 5px;
  }
  #ground_hd .pub {
    height: 28px;
    float: left;
  }
  #ground_hd .pub > a {
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
  }
  #ground_hd .sns {
    display: none;
  }
  #ground_hd .link_pub {
    padding-left: 8px;
    background: url("../img/icon_next.png") no-repeat left 9px;
    background-size: 6px auto;
  }
  #nav-toggle {
      position: absolute;
      right: 22px;
      top: 14px;
      width: 34px;
      height: 26px;
      cursor: pointer;
      z-index: 101;
  }
  #nav-toggle span {
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background: #f6ecb7;
      left: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
      top: 0;
  }
  #nav-toggle span:nth-child(2) {
      top: 11px;
  }
  #nav-toggle span:nth-child(3) {
      top: 22px;
  }
  #nav_sns {
    text-align: center;
    margin-top: 20px !important;
  }
  #nav_sns > div {
    display: inline-block;
  }
  #nav_sns .line {
    float: left;
  }
  #nav_sns .twitter {
    float: left;
    margin-left: 5px;
  }
  #nav_sns .facebook {
    float: left;
    margin-left: 5px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #header {
    /*position: fixed;*/
    position: relative;
    /*top: 28px;*/
    z-index: 80;
    width: 100%;
    height: 50px;
    background-color: rgba(11, 2, 5, 0.5);
  }
  #header .logo {
    float: left;
    margin: 10px 0 0 0;
  }
  #header img.logo_img {
    width: 120px;
  }
  #header nav {
    margin-top: 9px;
  }
  #header #mb_menu ul.menu {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 0 20px;
  }
  #header #mb_menu ul.menu li {
    margin: 0 10px;
  }
  #header #mb_menu ul.menu li > a {
    text-align: center;
  }
  #contents .main {
    position: relative;
    background: url("../img/main.jpg") no-repeat 0 25px;
    background-size: 100% auto;
    max-width: 414px;
    max-height: 500px !important;
    height: 250px !important;
    margin: 0 auto 40px;
    top: -78px;
  }
  #contents .main_logo {
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: url("../img/main_logo.png") no-repeat 50% 100%;
    background-size: 100% auto;
    width: 180px;
    height: 85px;
    margin: 0 auto;
    margin-left: -90px;
  }
  #contents .housou {
    position: absolute;
    right: -5px;
    bottom: -20px;
    z-index: 90;
  }
  #contents img.housou_img {
    width: 100px;
  }
  #introduction {
    background: url("../img/background_1.jpg") no-repeat 0 80px;
    background-size: 100%;
    margin-bottom: 30px;
  }
  #introduction .ttl {
    text-align: center;
    margin-bottom: 10px;
  }
  #introduction img.introduction_ttl_1 {
    width: 95%;
    height: auto;
  }
  #introduction img.introduction_ttl_2 {
    width: 300px;
    height: auto;
  }
  #introduction img.introduction_ttl_3 {
    width: 200px;
    height: auto;
  }
  #introduction .txt {
    margin-bottom: 30px;
  }
  #introduction .txt p {
    text-indent: 1em;
    text-align: left;
    font-size: 12px;
    text-shadow: 0px 3px 2px rgba(29, 29, 29, 1);
    margin-bottom: 8px;
  }
  #introduction img.img_float_2 {
    width: 100%;
    margin-bottom: 10px;
  }
  #cast {
    margin-top: 0px;
  }
  #cast .ttl {
    text-align: center;
    margin-bottom: 10px;
  }
  #cast img.cast_chart {
    display: none;
  }
  #cast map[name="ImageMap"] {
    display: none;
  }
  #cast .soukanzu {
    height: 60px;
    background: #f6ecb7;
    text-align: center;
    margin-bottom: 10px;
  }
  #cast .soukanzu > a {
    color: #000;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
  }
  #cast ul.cast_list li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  #cast ul.cast_list li.cast_list_1 {
    width: 100%;
    padding-left: 0 !important;
  }
  #cast ul.cast_list li:nth-child(2n) {
    padding-right: 5px;
  }
  #cast ul.cast_list li:nth-child(2n+1) {
    padding-left: 5px;
  }
  #cast ul.cast_list li > img {
    width: 100%;
  }
  #cast .cast_sub {
    margin: 15px 0 30px;
    text-align: center;
  }
  #cast .cast_sub > a {
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
  }
  #story .tit {
    text-align: center;
    font-size: 14px;
    margin: 30px 0 10px;
    color: #f7df7d;
    letter-spacing: 2px;
  }
  #story p {
    text-indent: 1em;
    margin-bottom: 8px;
    font-size: 12px;
  }
  #staff {
    background: url("../img/background_2.jpg") no-repeat 0 100%;
    background-size: 100%;
    padding-bottom: 160px;
  }
  #staff .ttl {
    text-align: center;
    color: #f7df7d;
    font-size: 14px;
    margin: 30px 0 8px;
  }
  #staff .staff_name {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 0 8px;
  }
  #staff .staff_work {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0 0 8px;
  }
  #backnumber {
    padding-bottom: 15px;
  }
  #backnumber .ttl {
    text-align: center;
    margin: 0 0 10px;
  }
  #backnumber ul.bn_img {
    position: relative;
    width: 100%;
    max-height: 414px;
    height: 220px;
    text-align: center;
    margin: 0 auto;
  }
  #backnumber .wrap ul li.bn_img_list {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #backnumber ul.bn_des {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  #backnumber ul.bn_des li {
    width: 100%;
    background: #000;
  }
  #backnumber ul.bn_des li,
  #backnumber ul.bn_img li {
    display: none;
  }
  #backnumber ul.bn_des li:last-child,
  #backnumber ul.bn_img li:last-child {
    display: block;
  }
  #backnumber .ac {
    z-index: 99;
    display: block;
  }
  .start_pr { /* 初回のみ */
    position: absolute;
    background: rgba(0, 0, 0, 0.5) url("../img/start_pr.png") no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
  #backnumber .bn_ttl {
    font-size: 16px;
    margin-bottom: 4px;
  }
  #backnumber .bn_ttl span {
    margin-left: 5px;
  }
  #backnumber .bn_ttl span:before {
    content: "『";
  }
  #backnumber .bn_ttl span:after {
    content: "』";
  }
  #backnumber .bn_txt {
    font-size: 12px;
    line-height: 1.6;
  }
  #backnumber ul.bn_num {
    margin-top: 8px;
  }
  #backnumber ul.bn_num li {
    float: left;
    background: url("../img/backnumber_lst_bg.png") no-repeat 0 bottom;
    background-size: 37px 37px;
    width: 37px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    padding: 7px 7px 0 0;
    color: rgba(255, 255, 255, 0.4);
  }
  #backnumber ul.bn_num li.done {
    color: rgba(255, 255, 255, 1) !important;
    background: url("../img/backnumber_lst_bg_hvr.png") no-repeat 0 100%;
    background-size: 37px 40px;
    cursor: pointer;
  }
  #backnumber ul.bn_num li.done:hover,
  #backnumber ul.bn_num li.active {
    font-weight: bold;
  }
  footer .copy {
    margin: 8px 0;
    font-size: 12px;
    text-align: center;
  }
  footer .copy span.c {
    font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  }
}

#bsfujiHeader * {
  box-sizing: initial;
}
