@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
@import url("https://fonts.googleapis.com/css?family=Roboto");
.jsOkTabBoxWrap > * {
  display: none; }

.jsOkTabBoxWrap > *.on {
  display: block; }

.spnone {
  display: none !important; }

.faso {
  font-family: "Alfa Slab One", cursive, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "sans-serif"; }

.acdBox {
  display: none;
  overflow: hidden; }

.open .acdBox {
  display: block; }

#wrapper {
  text-align: center;
  padding-top: 52px; }
  #wrapper:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background-image: url(../img/common/loading.gif);
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 32px; }
  #wrapper:before {
    background-image: url(../img/common/sp_bg_img.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
  #wrapper > * {
    position: relative;
    z-index: 1; }
  #wrapper #gnav {
    display: none; }

#gnav {
  padding: 7%; }
  #gnav ul {
    font-size: 0; }
    #gnav ul li {
      border-bottom: 2px solid #ff6600; }
      #gnav ul li > span {
        opacity: .3; }
      #gnav ul li * {
        display: block;
        font-size: 0;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 21px;
        height: 52px; }
        #gnav ul li *:hover {
          color: #ff6600; }
      #gnav ul li.top * {
        background-image: url(../img/common/nav_top.png); }
      #gnav ul li.news * {
        background-image: url(../img/common/nav_news.png); }
      #gnav ul li.trailer * {
        background-image: url(../img/common/nav_trailer.png); }
      #gnav ul li.about * {
        background-image: url(../img/common/nav_about.png); }
      #gnav ul li.cast_staff * {
        background-image: url(../img/common/nav_caststaff.png); }
      #gnav ul li.monster * {
        background-image: url(../img/common/nav_monster.png); }
      #gnav ul li.theater * {
        background-image: url(../img/common/nav_theater.png); }
      #gnav ul li.video * {
        background-image: url(../img/common/nav_video.png); }
      #gnav ul li.comment * {
        background-image: url(../img/common/nav_comment.png); }
      #gnav ul li.home_entertainment * {
        background-image: url(../img/common/nav_home_entertainment.png);
        background-size: auto 27px; }

#comment #gnav .comment a {
  color: #ff6600; }
#comment .commentTab {
  margin: 0 auto 10.6666666667%;
  display: table; }
  #comment .commentTab > * {
    position: relative;
    display: table-cell;
    width: 28.9333333333%;
    height: 0;
    padding-top: 15.7333333333%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover; }
    #comment .commentTab > *:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain; }
  #comment .commentTab a:nth-child(1) {
    background-image: url(../img/comment/sp_btn_a.png); }
    #comment .commentTab a:nth-child(1).on {
      background-image: url(../img/comment/sp_btn_a_on.png); }
  #comment .commentTab a:nth-child(2) {
    background-image: url(../img/comment/sp_btn_b.png); }
    #comment .commentTab a:nth-child(2).on {
      background-image: url(../img/comment/sp_btn_b_on.png); }
  #comment .commentTab a:nth-child(3) {
    background-image: url(../img/comment/sp_btn_c.png); }
    #comment .commentTab a:nth-child(3).on {
      background-image: url(../img/comment/sp_btn_c_on.png); }
#comment div[class*="comment"] {
  width: 325px;
  margin: 0 auto; }
  #comment div[class*="comment"] section {
    text-align: left;
    position: relative;
    margin: 60px 0 50px;
    padding: 0 26px;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: 0 0;
    color: #fff; }
    #comment div[class*="comment"] section:before {
      content: "";
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 100%;
      height: 39px;
      position: absolute;
      left: 0;
      top: -39px; }
    #comment div[class*="comment"] section:after {
      content: "";
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 100%;
      height: 30px;
      position: absolute;
      left: 0;
      bottom: -30px; }
    #comment div[class*="comment"] section .ttl {
      padding-top: 10px;
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 18px;
      line-height: 1.4; }
      #comment div[class*="comment"] section .ttl span {
        display: block;
        margin-top: 5px;
        font-size: 13px; }
    #comment div[class*="comment"] section p {
      font-size: 13px;
      line-height: 1.6; }
      #comment div[class*="comment"] section p strong {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        color: #ff6600; }
    #comment div[class*="comment"] section + section {
      margin-top: 80px; }
    #comment div[class*="comment"] section .block2 .img {
      margin: 20px auto 0;
      width: 200px; }
#comment .commentA section {
  background-image: url(../img/comment/sp_bg_box_rp.png); }
  #comment .commentA section:before {
    background-image: url(../img/comment/sp_bg_box_hd.png); }
  #comment .commentA section:after {
    background-image: url(../img/comment/sp_bg_box_btm.png); }
  #comment .commentA section .ttl span {
    color: #bf3b64; }
#comment .commentB section {
  background-image: url(../img/comment/sp_bg_box_rp_b.png); }
  #comment .commentB section:before {
    background-image: url(../img/comment/sp_bg_box_hd_b.png); }
  #comment .commentB section:after {
    background-image: url(../img/comment/sp_bg_box_btm_b.png); }
  #comment .commentB section .ttl span {
    color: #1caf6c; }
#comment .commentC section {
  background-image: url(../img/comment/sp_bg_box_rp_c.png); }
  #comment .commentC section:before {
    background-image: url(../img/comment/sp_bg_box_hd_c.png); }
  #comment .commentC section:after {
    background-image: url(../img/comment/sp_bg_box_btm_c.png); }
  #comment .commentC section .ttl span {
    color: #3a88df; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100; }
  #header:after {
    content: "";
    clear: both;
    display: block; }
  #header .logo {
    padding: 8px 15px;
    float: left; }
    #header .logo img {
      vertical-align: middle;
      width: 71px; }
      #header .logo img.date {
        margin-left: 6px;
        width: 110px; }
  #header #jsMenuBtn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../img/common/btn_menu.png);
    background-size: contain;
    width: 47px;
    height: 47px; }

.gnavon .mfp-bg {
  opacity: .9; }
.gnavon #header {
  z-index: 1050; }
  .gnavon #header #jsMenuBtn {
    background-image: url(../img/common/btn_menu_on.png); }
.gnavon #gnav {
  padding-top: 17.3333333333%; }

#footer {
  text-align: center;
  background: url(../img/common/sp_ft_img.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 10% 6% 2%;
  min-height: 82.9333333333vw;
  box-sizing: border-box; }
  #footer #pagetop {
    float: right;
    background: url(../img/common/btn_pagetop.png) no-repeat 0 0;
    background-size: cover;
    width: 59px;
    height: 59px;
    font-size: 0;
    display: block; }
    #footer #pagetop + *:before {
      content: "";
      clear: both;
      display: block; }
  #footer .social .hashtag {
    padding-top: 27px;
    margin-bottom: 10px; }
  #footer .social .sns a {
    display: inline-block;
    padding: 2% 4%; }
  #footer .footer-links {
    display: block;
    padding-bottom: 0.5em;
    width: auto;
    text-align: center;
    font-size: 10px;
    margin-top: 20px; }
    #footer .footer-links a {
      margin-left: 1em;
      color: #808080;
      font-weight: bold; }
  #footer .footer-left {
    margin-top: 43px; }
    #footer .footer-left .snsfollow {
      font-size: 0; }
      #footer .footer-left .snsfollow li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 14px; }
  #footer .copyright {
    font-size: 9px;
    color: #808080;
    margin-top: 20px; }

.mfp-iframe-scaler iframe {
  background: none; }

.iframe .mfp-container {
  padding: 60px 10px 10px; }
  .iframe .mfp-container .mfp-close {
    font-size: 0;
    background: url(../img/common/btn_close.png) no-repeat 0 0;
    background-size: cover;
    width: 45px;
    height: 45px;
    top: -60px;
    display: block; }

#content {
  position: relative;
  opacity: 0;
  filter: blur(5px);
  transition: all 1s ease-out; }
  #content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/blank.gif) repeat; }
  #content .hdttl {
    padding: 30px 0 35px; }
  #content .subttl {
    margin-bottom: 20px; }
  #content .inner {
    padding: 5.3333333333% 6.6666666667%;
    text-align: left; }
    #content .inner .lead {
      font-size: 14px; }
  #content .name {
    color: #ff6600;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "sans-serif";
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center; }
    #content .name strong {
      display: block;
      margin-bottom: 5px;
      color: #fff;
      font-family: "Alfa Slab One", cursive, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "sans-serif";
      font-size: 25px;
      font-weight: normal; }
  #content .nameen {
    color: #ff6600;
    font-family: "Alfa Slab One", cursive, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "sans-serif";
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px; }
    #content .nameen strong {
      display: block;
      font-size: 30px;
      color: #fff; }
  #content .nameja {
    color: #ff6600;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "sans-serif";
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px; }
    #content .nameja strong {
      display: inline-block;
      margin-right: 10px;
      font-size: 17px;
      color: #fff; }
  #content .img .inner {
    text-align: left;
    padding-top: 4%; }

.loaded #wrapper {
  height: auto; }
  .loaded #wrapper:after {
    content: none;
    display: none; }
.loaded #content {
  opacity: 1;
  filter: blur(0); }
  .loaded #content:before {
    content: none;
    z-index: -1; }

#home #wrapper {
  padding-top: 0; }
  #home #wrapper:before, #home #wrapper:after {
    content: none; }
  #home #wrapper .ttl {
    background: url(../img/home/main_02_sp.jpg) no-repeat center 0;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: 141.5%; }
  #home #wrapper .ttl img {
    display: none; }
  #home #wrapper .ttl + .dvd a {
    display: block;
    background: url(../img/common/blank.gif) repeat 0 0;
    position: absolute;
    top: 120vw;
    left: 5vw;
    width: 68vw;
    height: 17vw; }
  #home #wrapper .bnr2 .dvd {
    position: absolute;
    top: 110vw;
    right: 5vw;
    width: 19.2vw; }
  #home #wrapper #content {
    opacity: 1;
    filter: none; }
  #home #wrapper #header {
    position: relative; }
    #home #wrapper #header .logo,
    #home #wrapper #header #jsMenuBtn {
      display: none; }
  #home #wrapper #gnav {
    display: block; }
    #home #wrapper #gnav .top {
      display: none; }
  #home #wrapper #news {
    background: url(../img/home/bg_news.png) repeat-y center 0;
    padding: 14px;
    margin-bottom: 14px;
    text-align: center; }
    #home #wrapper #news .slide {
      line-height: 1.1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left; }
      #home #wrapper #news .slide em {
        display: inline-block;
        margin-right: 1em; }
  #home #wrapper #bnr {
    margin-bottom: 6vw; }
    #home #wrapper #bnr ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #home #wrapper #bnr ul li {
        width: 50%;
        padding: 2%;
        box-sizing: border-box; }
  #home #wrapper .bnr1 {
    width: 64vw;
    margin: 20px auto 25px;
    text-align: center; }

#cast_staff .name {
  margin: 0 0 14px;
  font-size: 17px; }
  #cast_staff .name strong {
    font-size: 25px; }
#cast_staff .label {
  font-size: 11px;
  display: inline-block;
  line-height: 1.2;
  padding: 5px 1em;
  text-align: center;
  min-width: 7em;
  letter-spacing: .1em;
  color: #000;
  background-color: #ff6600;
  margin-bottom: 10px; }
#cast_staff .name2 {
  max-width: 240px;
  margin: 0 auto 23px;
  line-height: 1.1;
  font-size: 14px; }
  #cast_staff .name2 strong {
    display: block;
    font-family: "Alfa Slab One", cursive, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "sans-serif";
    font-size: 8px;
    font-weight: normal;
    color: #3b5c43;
    padding: 10px 0;
    border-top: 1px solid;
    text-transform: uppercase; }
#cast_staff .acdWrap .ttl {
  background: url(../img/cast_staff/img_profile.png) no-repeat center 0;
  background-size: auto 100%;
  height: 13px;
  font-size: 0; }
#cast_staff .acdWrap .acdBtn {
  position: relative;
  display: block;
  width: 130px;
  margin: 15px auto 0; }
  #cast_staff .acdWrap .acdBtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cast_staff/btn_acd_on.png) no-repeat 0 0;
    background-size: cover;
    opacity: 0; }
#cast_staff .acdWrap.open .acdBtn:before {
  opacity: 1; }
#cast_staff .acdBox {
  padding: 6.6666666667vw;
  margin: 0 auto;
  text-align: left; }
  #cast_staff .acdBox p {
    font-size: 11px; }

#cast {
  padding-top: 30px; }
  #cast .img ~ .img {
    margin-top: 87px; }

#staff {
  margin-top: 150px;
  padding-bottom: 90px; }
  #staff .subttl {
    margin-bottom: 50px; }

#monster .hdttl {
  margin-bottom: 10px; }
#monster .img p {
  line-height: 1.4;
  font-family: "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "sans-serif";
  font-size: 11px; }
#monster .img ~ .img {
  margin-top: 65px; }

#home_entertainment #content {
  max-width: 960px;
  margin: 0 auto; }
#home_entertainment h1.main {
  width: 100%;
  height: 0;
  padding-top: 104.8%;
  text-align: left;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../img/home_entertainment/main_sp.jpg) no-repeat center 0;
  background-size: cover;
  margin: 0 auto 6%; }
#home_entertainment .boxList {
  display: table;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box; }
  #home_entertainment .boxList .box {
    vertical-align: top;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 8px;
    line-height: 1.6;
    margin-bottom: 16px; }
    #home_entertainment .boxList .box .main {
      margin-top: 8vw;
      background: url(../img/home_entertainment/bg_box_r_sp.png) repeat-y center 0;
      background-size: 100% auto;
      min-height: 200px; }
      #home_entertainment .boxList .box .main:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        padding-top: 8vw;
        background: url(../img/home_entertainment/bg_box_hd_sp.png) no-repeat center 0;
        background-size: cover; }
      #home_entertainment .boxList .box .main .inner {
        width: 43.6vw;
        margin: 0 auto;
        padding: 10px 0 15px; }
        #home_entertainment .boxList .box .main .inner p {
          font-size: 8px;
          line-height: 1.6;
          margin: 10px 5%; }
        #home_entertainment .boxList .box .main .inner .btn {
          margin: 10px 5% 0; }
          #home_entertainment .boxList .box .main .inner .btn a {
            display: block;
            text-align: center;
            padding: 5px;
            background-color: #333333; }
            #home_entertainment .boxList .box .main .inner .btn a:hover {
              background-color: #444;
              text-decoration: none; }
    #home_entertainment .boxList .box .bnrArea {
      margin-bottom: 8vw;
      background: url(../img/home_entertainment/bg_box_btm_r_sp.png) repeat-y center 0;
      background-size: 100% auto;
      min-height: 200px;
      text-align: center;
      padding: 0 5%; }
      #home_entertainment .boxList .box .bnrArea:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8vw;
        background: url(../img/home_entertainment/bg_box_btm_ft_sp.png) no-repeat center 0;
        background-size: cover; }
      #home_entertainment .boxList .box .bnrArea .ttl {
        padding: 20px 0;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        line-height: 1.2; }
      #home_entertainment .boxList .box .bnrArea .note {
        font-size: 8px;
        color: #608468; }
  #home_entertainment .boxList .bnr {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0; }
    #home_entertainment .boxList .bnr ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    #home_entertainment .boxList .bnr li {
      vertical-align: top;
      width: 33.3%;
      padding: 1%;
      box-sizing: border-box; }
      #home_entertainment .boxList .bnr li img {
        width: 100%; }
  #home_entertainment .boxList .youtubeWrap {
    padding: 20px; }
  #home_entertainment .boxList .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
    #home_entertainment .boxList .youtube > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
