@charset "UTF-8";
/* ================================================================ *
 * mixin
 * ================================================================ */
@font-face {
  font-family: 'navfont';
  src: url("navfont.woff") format("woff"); }

@font-face {
  font-family: 'ttlfont';
  src: url("ttlfont.woff") format("woff"); }

@font-face {
  font-family: 'dvdfont';
  src: url("dvd.woff") format("woff"); }

/* ================================================================ *
 * body
 * ================================================================ */
body {
  font: 15px/170% '游ゴシック体', 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","メイリオ","Meiryo","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
  background-color: #000203;
  color: #fff; }

a:link {
  color: #4be1c5;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

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

a:focus, *:focus {
  outline: none; }

img {
  border: none;
  outline: none;
  max-width: 100%; }

.tbl {
  display: table;
  width: 100%;
  table-layout: fixed; }

.tbl .cel {
  display: table-cell;
  width: 50%;
  vertical-align: top; }

.sp {
  display: none; }

.center {
  text-align: center; }

.small {
  font-size: 80%;
  letter-spacing: 0;
  line-height: 140%; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

li {
  list-style: none; }

@media screen and (max-width: 700px) {
  body {
    font-size: 14px;
    line-height: 160%; }
  .sp {
    display: inline-block; }
  .pc {
    display: none; } }

/* ================================================================ *
 * 共通設定
 * ================================================================ */
#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }
  #bg #canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

body:not(#index) #container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

body:not(#index) #container {
  background: url(../img/sidenav_bg.svg) 0 0 no-repeat;
  background-size: contain;
  padding: 320px 0 0 270px; }

#ttl {
  position: absolute;
  width: 2040px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none; }

#pagenav {
  position: relative;
  z-index: 3;
  margin-bottom: 100px; }
  #pagenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 706px;
    margin: 0 auto;
    list-style: none;
    font-family: "ttlfont", "dvdfont";
    padding: 5px 0px 10px;
    font-size: 85%;
    line-height: 1.5; }
    #pagenav ul li {
      border-right: 1px solid rgba(75, 225, 197, 0.8); }
      #pagenav ul li:nth-of-type(1) {
        border-left: 1px solid rgba(75, 225, 197, 0.8); }
      #pagenav ul li a, #pagenav ul li span {
        color: #fff;
        display: block;
        padding: 0 25px; }
        #pagenav ul li a:hover, #pagenav ul li span:hover {
          color: #4be1c5; }
      #pagenav ul li span.soon {
        color: rgba(255, 255, 255, 0.5); }
  #pagenav.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 255px;
    z-index: 10; }
    #pagenav.on ul {
      background: rgba(0, 0, 0, 0.75); }

section.pg {
  position: relative;
  margin-bottom: 170px;
  z-index: 3; }
  section.pg .h1 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 60px;
    font-family: "ttlfont", "dvdfont";
    font-size: 170%; }
    section.pg .h1 span {
      display: inline-block;
      position: relative;
      padding-bottom: 50px; }
      section.pg .h1 span:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
        background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
        background: -o-linear-gradient(left, #4be1c5, #057ca8);
        background: linear-gradient(90deg, #4be1c5, #057ca8); }
      section.pg .h1 span:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 30px;
        bottom: -15px;
        left: 50%;
        background: #25b2bb; }
  section.pg .box {
    width: 706px;
    margin: 0 auto; }

table.spec {
  position: relative;
  margin: 30px 0;
  font-size: 90%;
  line-height: 1.4;
  width: 100%; }
  table.spec:after, table.spec:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
    background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
    background: -o-linear-gradient(left, #4be1c5, #057ca8);
    background: linear-gradient(90deg, #4be1c5, #057ca8); }
  table.spec:after {
    top: 0; }
  table.spec:before {
    bottom: 0; }
  table.spec tr {
    border-top: 1px dotted rgba(75, 225, 197, 0.5); }
    table.spec tr:nth-of-type(1) {
      border-top: none; }
  table.spec th {
    font-size: 90%;
    color: #4be1c5;
    padding: 10px 0 10px 8px;
    white-space: nowrap; }
  table.spec td {
    padding: 10px; }

.btn_wrap, .btn {
  margin: 40px 0; }
  .btn_wrap a, .btn_wrap > span, .btn a, .btn > span {
    position: relative;
    display: block;
    width: 259px;
    height: 44px;
    margin: 0 auto;
    background: url(../img/btn_bg.svg) 0 0 no-repeat;
    background-size: contain;
    color: #4be1c5;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .btn_wrap a:before, .btn_wrap a:after, .btn_wrap > span:before, .btn_wrap > span:after, .btn a:before, .btn a:after, .btn > span:before, .btn > span:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border: 5px solid transparent; }
    .btn_wrap a:before, .btn_wrap > span:before, .btn a:before, .btn > span:before {
      top: 0;
      left: 0;
      border-top: 5px solid #000;
      border-left: 5px solid #000; }
    .btn_wrap a:after, .btn_wrap > span:after, .btn a:after, .btn > span:after {
      right: 0;
      bottom: 0;
      border-right: 4px solid #000;
      border-bottom: 4px solid #000; }
    .btn_wrap a:hover, .btn_wrap > span:hover, .btn a:hover, .btn > span:hover {
      -webkit-filter: brightness(150%) saturate(200%);
      filter: brightness(150%) saturate(200%);
      -webkit-box-shadow: 0 0 30px #4be1c5 inset;
      box-shadow: 0 0 30px #4be1c5 inset;
      color: #fff; }
  .btn_wrap span.soon, .btn span.soon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.BasicImage(GrayScale=1); }
  .btn_wrap.blog a, .btn.blog a {
    letter-spacing: 1px;
    font-family: "navfont";
    margin: 0;
    line-height: 29px;
    width: 133px;
    height: 29px;
    font-weight: normal;
    color: #fff;
    background: url(../img/btn_blog.svg) 0 0 no-repeat;
    background-size: contain; }
    .btn_wrap.blog a span, .btn.blog a span {
      display: inline-block;
      -webkit-transform: scaleX(0.7);
      -ms-transform: scaleX(0.7);
      transform: scaleX(0.7); }
    .btn_wrap.blog a:before, .btn.blog a:before {
      border-top: 5px solid #124645;
      border-left: 5px solid #124645; }
    .btn_wrap.blog a:after, .btn.blog a:after {
      border-right: 4px solid #042126;
      border-bottom: 4px solid #042126; }
    .btn_wrap.blog a:hover, .btn.blog a:hover {
      -webkit-box-shadow: 0 0 15px #56ffe0 inset;
      box-shadow: 0 0 15px #56ffe0 inset;
      -webkit-filter: none;
      filter: none;
      color: #56ffe0;
      background-image: url(../img/btn_blog_on.svg); }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn_wrap a, .btn_wrap > span {
    margin: 0 10px; }

ul.attention {
  list-style: none;
  font-size: 80%;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8); }
  ul.attention li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 5px 0; }
  ul.attention.border {
    border: 1px dotted rgba(255, 255, 255, 0.5);
    padding: 5px 10px; }

@media screen and (max-width: 700px) {
  body:not(#index) #container {
    padding: 310px 0 0 0px;
    background: none; }
  #ttl {
    width: 100%;
    left: 50%;
    height: 500px; }
  #cast #ttl, #guide #ttl {
    left: calc(50% - 8px); }
  #pagenav {
    margin-bottom: 90px; }
    #pagenav ul {
      display: block;
      text-align: center;
      width: 220px;
      margin: 0 auto;
      position: relative;
      padding: 0; }
      #pagenav ul:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
        background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
        background: -o-linear-gradient(left, #4be1c5, #057ca8);
        background: linear-gradient(90deg, #4be1c5, #057ca8);
        opacity: 0.8; }
      #pagenav ul li {
        border: none;
        position: relative; }
        #pagenav ul li:nth-of-type(1) {
          border-left: none; }
        #pagenav ul li:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 1px;
          top: 0;
          left: 0;
          background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
          background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
          background: -o-linear-gradient(left, #4be1c5, #057ca8);
          background: linear-gradient(90deg, #4be1c5, #057ca8);
          opacity: 0.8; }
        #pagenav ul li:not(.soon):before {
          content: ">>";
          position: absolute;
          right: 5px;
          top: 50%;
          color: #25b2bb;
          letter-spacing: -2px;
          -webkit-transform: translateY(-50%) rotate(90deg) scaleX(0.5);
          -ms-transform: translateY(-50%) rotate(90deg) scaleX(0.5);
          transform: translateY(-50%) rotate(90deg) scaleX(0.5); }
        #pagenav ul li a, #pagenav ul li span {
          padding: 7px; }
  section.pg .box {
    width: auto;
    padding: 0 40px; }
  .btn_wrap, .btn {
    margin: 30px 0; }
    .btn_wrap a, .btn_wrap span, .btn a, .btn span {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  .btn_wrap {
    display: block; }
    .btn_wrap a, .btn_wrap span {
      margin: 0 auto 10px; } }

/* ================================================================ *
 * sidenav
 * ================================================================ */
#menu_icon {
  display: none; }

#sidenav {
  padding: 60px 20px 0 30px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  width: 270px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100; }
  #sidenav.on {
    top: 0; }
  #sidenav h1 {
    margin-bottom: 35px; }
  #sidenav nav {
    padding: 0 0 0 20px; }
    #sidenav nav ul {
      list-style: none;
      font-size: 16px;
      letter-spacing: 1px;
      font-family: "navfont";
      -webkit-transform: scaleX(0.7);
      -ms-transform: scaleX(0.7);
      transform: scaleX(0.7);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      margin-bottom: 40px; }
      #sidenav nav ul li {
        margin: 20px 0;
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1); }
      #sidenav nav ul a, #sidenav nav ul span {
        display: block;
        padding: 0;
        white-space: nowrap; }
      #sidenav nav ul a {
        color: #fff;
        position: relative;
        overflow: hidden; }
        #sidenav nav ul a:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: 0;
          left: -100%;
          background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
          background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
          background: -o-linear-gradient(left, #4be1c5, #057ca8);
          background: linear-gradient(90deg, #4be1c5, #057ca8);
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        #sidenav nav ul a:hover {
          color: #56ffe0;
          text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }
      #sidenav nav ul span {
        color: rgba(255, 255, 255, 0.5); }
    #sidenav nav .blog {
      margin-bottom: 50px; }
    #sidenav nav .snswrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #sidenav nav .snswrap .txt {
        font-size: 12px;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.9);
        -webkit-transform: scaleX(0.7);
        -ms-transform: scaleX(0.7);
        transform: scaleX(0.7);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; }
      #sidenav nav .snswrap .snsbox {
        text-align: left;
        margin: 0; }

@media screen and (max-width: 700px) {
  #sidenav {
    padding: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 1000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #sidenav > div {
      width: 100%; }
    #sidenav h1 {
      width: 60%;
      margin: 0 auto 50px; }
    #sidenav nav {
      padding: 0; }
      #sidenav nav ul {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 3px;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        margin-bottom: 80px;
        border-bottom: 1px solid #666; }
        #sidenav nav ul li {
          border-top: 1px solid #666;
          margin: 0; }
          #sidenav nav ul li a, #sidenav nav ul li span {
            padding: 10px; }
      #sidenav nav .blog {
        margin-bottom: 30px; }
        #sidenav nav .blog a {
          margin: 0 auto; }
          #sidenav nav .blog a:before {
            border-top: 5px solid #000;
            border-left: 5px solid #000; }
          #sidenav nav .blog a:after {
            border-right: 4px solid #000;
            border-bottom: 4px solid #000; }
      #sidenav nav .snswrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 30px; }
  #menu_icon {
    display: block;
    position: fixed;
    z-index: 1001;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 40px;
    height: 40px;
    top: 8px;
    right: 7px;
    outline: 1px solid #4be1c5; }
    #menu_icon span {
      position: absolute;
      background: #4be1c5;
      display: block;
      width: 30px;
      height: 2px;
      top: 19px;
      left: 5px;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #menu_icon:after, #menu_icon:before {
      content: "";
      position: absolute;
      display: block;
      width: 30px;
      height: 2px;
      left: 5px;
      background: #4be1c5;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      top: 50%; }
    #menu_icon:before {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    #menu_icon:after {
      -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
      transform: translateY(8px); }
    #menu_icon:hover span, #menu_icon:hover:before, #menu_icon:hover:after {
      background: #4be1c5; }
    #menu_icon.on span {
      opacity: 0; }
    #menu_icon.on:before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    #menu_icon.on:after {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); } }

/* ================================================================ *
 * footer
 * ================================================================ */
#footer {
  text-align: center;
  z-index: 3; }
  #footer .foot {
    padding: 50px 0 80px; }
  #footer .blog {
    display: none; }
  #footer .footnav {
    display: none; }
  #footer .logo img {
    width: 250px; }
  #footer .copy {
    font-size: 11px;
    margin-top: 20px; }

@media screen and (max-width: 700px) {
  #footer .foot {
    background: #000;
    padding: 50px 0 50px;
    position: relative; }
    #footer .foot:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
      background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
      background: -o-linear-gradient(left, #4be1c5, #057ca8);
      background: linear-gradient(90deg, #4be1c5, #057ca8); }
  #footer .footnav {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: relative; }
    #footer .footnav:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
      background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
      background: -o-linear-gradient(left, #4be1c5, #057ca8);
      background: linear-gradient(90deg, #4be1c5, #057ca8);
      opacity: 0.5; }
    #footer .footnav ul {
      list-style: none;
      font-size: 17px;
      letter-spacing: 2px;
      font-family: "navfont"; }
      #footer .footnav ul li {
        border-top: 1px dotted rgba(37, 178, 187, 0.7); }
        #footer .footnav ul li:nth-of-type(1) {
          border-top: none; }
      #footer .footnav ul a, #footer .footnav ul span {
        display: block;
        padding: 15px;
        width: 100%;
        height: 100%;
        -webkit-transform: scaleX(0.65);
        -ms-transform: scaleX(0.65);
        transform: scaleX(0.65);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      #footer .footnav ul a {
        color: #fff;
        position: relative; }
      #footer .footnav ul span {
        color: rgba(255, 255, 255, 0.5); }
  #footer .logo img {
    width: 230px; }
  #footer .snswrap {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #footer .snswrap .txt {
      font-size: 12px;
      letter-spacing: 1px;
      color: rgba(255, 255, 255, 0.9);
      -webkit-transform: scaleX(0.7);
      -ms-transform: scaleX(0.7);
      transform: scaleX(0.7);
      -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0; }
      #footer .snswrap .txt span {
        display: inline-block;
        position: relative;
        top: -1px;
        list-style: -1px;
        -webkit-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
        transform: scaleX(0.5); }
    #footer .snswrap .snsbox {
      margin: 0;
      display: inline-block;
      text-align: center;
      position: relative; } }

/* ================================================================ *
 * index
 * ================================================================ */
#index #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #index #loading img {
    width: 250px; }

#index #sidenav {
  display: none; }

#index #bgimg, #index #bgimg_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../img/index_img.jpg) 50% 50% no-repeat;
  background-size: auto 100%;
  min-height: 830px;
  opacity: 0;
  -webkit-transition: all 2.5s ease-out 1.5s;
  -o-transition: all 2.5s ease-out 1.5s;
  transition: all 2.5s ease-out 1.5s; }
  #index #bgimg.on, #index #bgimg_bg.on {
    opacity: 1; }

#index #bgimg_bg {
  background-image: url(../img/index_img_bg.jpg);
  z-index: 2;
  mix-blend-mode: lighten;
  -webkit-transition: all 2.0s ease-out;
  -o-transition: all 2.0s ease-out;
  transition: all 2.0s ease-out; }

#index #top {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }
  #index #top:before, #index #top:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 0.8s ease-out 0.5s;
    -o-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s;
    opacity: 0; }
  #index #top:before {
    background: url(../img/index_bg_l.svg) 0 0 no-repeat;
    left: -200px; }
  #index #top:after {
    background: url(../img/index_bg_r.svg) 100% 100% no-repeat;
    right: -200px; }
  #index #top.on {
    opacity: 1; }
    #index #top.on:before {
      left: 0;
      opacity: 1; }
    #index #top.on:after {
      right: 0;
      opacity: 1; }
  #index #top h1 {
    position: absolute;
    width: 200px;
    top: 12px;
    left: 25px; }
  #index #top nav.index_nav {
    position: absolute;
    top: 30px;
    right: 30px; }
    #index #top nav.index_nav ul {
      list-style: none;
      font-size: 16px;
      letter-spacing: 1px;
      font-family: "navfont";
      -webkit-transform: scaleX(0.7);
      -ms-transform: scaleX(0.7);
      transform: scaleX(0.7);
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #index #top nav.index_nav ul li {
        margin: 0 0 0 40px;
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1); }
      #index #top nav.index_nav ul a, #index #top nav.index_nav ul span {
        display: block;
        padding: 0;
        white-space: nowrap; }
      #index #top nav.index_nav ul a {
        color: #fff;
        position: relative;
        overflow: hidden; }
        #index #top nav.index_nav ul a:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: 0;
          left: -100%;
          background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
          background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
          background: -o-linear-gradient(left, #4be1c5, #057ca8);
          background: linear-gradient(90deg, #4be1c5, #057ca8);
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        #index #top nav.index_nav ul a:hover {
          color: #56ffe0;
          text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }
      #index #top nav.index_nav ul span {
        color: rgba(255, 255, 255, 0.5); }
  #index #top .content {
    position: absolute;
    bottom: 35px;
    left: -354px;
    background: rgba(0, 0, 0, 0.5);
    width: 352px;
    height: 320px;
    background: url(../img/index_topics_bg.svg) 0 0 no-repeat;
    padding: 18px 30px 15px 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    #index #top .content.on {
      left: 0; }
    #index #top .content.off {
      left: -335px; }
      #index #top .content.off .close {
        background-position: -16px 0; }
    #index #top .content .close {
      position: absolute;
      top: -1px;
      right: -2px;
      cursor: pointer;
      width: 16px;
      height: 16px;
      background: url(../img/index_topics_close.png) 0 0 no-repeat;
      color: #000;
      font-size: 17px;
      line-height: 16px;
      font-weight: bold;
      text-align: center; }
    #index #top .content h2 {
      position: relative;
      font-family: "navfont";
      font-size: 13px;
      width: 100%;
      letter-spacing: 2px;
      color: #4be1c5; }
      #index #top .content h2 span {
        display: inline-block;
        -webkit-transform: scaleX(0.7);
        -ms-transform: scaleX(0.7);
        transform: scaleX(0.7);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; }
      #index #top .content h2:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
        background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
        background: -o-linear-gradient(left, #4be1c5, #057ca8);
        background: linear-gradient(90deg, #4be1c5, #057ca8); }
      #index #top .content h2 a {
        color: #4be1c5; }
    #index #top .content .timeline {
      position: relative; }
      #index #top .content .timeline iframe {
        min-height: 110px !important;
        height: 110px;
        overflow: hidden; }
    #index #top .content .whatsnew {
      margin-bottom: 25px; }
      #index #top .content .whatsnew .box {
        position: relative; }
      #index #top .content .whatsnew .js-scroll {
        font-size: 80%;
        line-height: 140%;
        height: 100px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        -webkit-overflow-scrolling: touch;
        list-style: none;
        position: relative; }
        #index #top .content .whatsnew .js-scroll li {
          border-bottom: 1px dotted rgba(75, 225, 197, 0.4);
          padding: 2px 0; }
          #index #top .content .whatsnew .js-scroll li:nth-of-type(1) {
            margin-top: 0; }
          #index #top .content .whatsnew .js-scroll li .day {
            font-size: 80%;
            font-weight: bold;
            display: block; }
        #index #top .content .whatsnew .js-scroll a, #index #top .content .whatsnew .js-scroll p {
          display: block;
          width: 100%;
          height: 100%;
          padding: 2px 20px 2px 5px;
          color: #fff;
          position: relative;
          line-height: 130%; }
        #index #top .content .whatsnew .js-scroll a:after {
          content: ">";
          display: block;
          position: absolute;
          top: 50%;
          right: 5px;
          font-size: 13px;
          line-height: 1;
          color: #4be1c5;
          -webkit-transform: translateY(-50%) scaleX(0.5);
          -ms-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5); }
        #index #top .content .whatsnew .js-scroll a:hover {
          background: rgba(75, 225, 197, 0.3); }
    #index #top .content .sc_bar {
      position: absolute;
      top: 0px;
      right: 0;
      padding: 4px 0;
      display: none;
      height: 40px;
      background: transparent;
      z-index: 1000; }
      #index #top .content .sc_bar:after {
        content: "";
        display: block;
        position: relative;
        width: 2px;
        height: 100%;
        background: #4be1c5;
        border-radius: 5px;
        margin: 0;
        right: 2px; }

@media screen and (min-width: 700px) {
  #index #footer {
    position: absolute;
    text-align: right;
    bottom: 10px;
    right: 15px;
    padding: 0; }
    #index #footer .foot {
      padding: 0; }
    #index #footer .blog {
      display: inline-block;
      margin: 10px 0; }
      #index #footer .blog a:before {
        border-top: 5px solid #000;
        border-left: 5px solid #000; }
    #index #footer .snswrap {
      margin: 0 0 5px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #index #footer .snswrap .txt {
        font-size: 12px;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.9);
        -webkit-transform: scaleX(0.7);
        -ms-transform: scaleX(0.7);
        transform: scaleX(0.7);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0; }
        #index #footer .snswrap .txt span {
          display: inline-block;
          position: relative;
          top: -1px;
          list-style: -1px;
          -webkit-transform: scaleX(0.5);
          -ms-transform: scaleX(0.5);
          transform: scaleX(0.5); }
      #index #footer .snswrap .snsbox {
        margin: 0;
        display: inline-block;
        text-align: right;
        right: -5px;
        position: relative; }
    #index #footer .logo img {
      width: 170px;
      margin-bottom: 3px; }
    #index #footer .copy {
      font-size: 10px;
      color: rgba(255, 255, 255, 0.7);
      margin-top: 0; } }

@media screen and (max-width: 700px) {
  #index #sidenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #index #top {
    background: url(../img/index_img_sp.jpg) 50% 0 no-repeat, url(../img/index_img_bg_sp.jpg) 50% 0 no-repeat #000;
    background-size: 100% auto;
    position: relative;
    padding-top: 820px;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out; }
    #index #top:before, #index #top:after {
      display: none; }
    #index #top h1, #index #top nav.index_nav {
      display: none; }
    #index #top .content, #index #top #footer {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      width: 100%;
      height: auto; }
    #index #top .content {
      background: none;
      border: none;
      left: 0;
      padding: 0 70px;
      margin-bottom: 120px; }
      #index #top .content .close {
        display: none; }
      #index #top .content h2 {
        font-size: 17px; }
      #index #top .content .whatsnew {
        margin-bottom: 40px; }
        #index #top .content .whatsnew .box:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 0;
          left: 0;
          background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
          background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
          background: -o-linear-gradient(left, #4be1c5, #057ca8);
          background: linear-gradient(90deg, #4be1c5, #057ca8); }
        #index #top .content .whatsnew .js-scroll {
          font-size: 100%;
          line-height: 1.3;
          height: 150px;
          overflow-y: scroll; }
          #index #top .content .whatsnew .js-scroll li {
            border-bottom: 1px dotted #4be1c5; }
            #index #top .content .whatsnew .js-scroll li:nth-last-of-type(1) {
              border-bottom: none; }
          #index #top .content .whatsnew .js-scroll a, #index #top .content .whatsnew .js-scroll p {
            padding: 8px 20px 8px 5px; }
      #index #top .content .timeline iframe {
        min-height: 150px !important;
        height: 150px !important;
        overflow: hidden; }
      #index #top .content .timeline:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
        background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
        background: -o-linear-gradient(left, #4be1c5, #057ca8);
        background: linear-gradient(90deg, #4be1c5, #057ca8); }
    #index #top #footer {
      text-align: center; }
      #index #top #footer .foot {
        padding: 50px 0; }
      #index #top #footer .snswrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

/* ================================================================ *
 * about
 * ================================================================ */
#about #sidenav nav li.about a {
  color: #56ffe0;
  text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }

#about .box {
  text-align: center; }

#about #gekidan .box, #about #theater .box {
  line-height: 1.9; }
  #about #gekidan .box p, #about #theater .box p {
    margin: 30px 0; }
  #about #gekidan .box .utapri, #about #theater .box .utapri {
    position: relative;
    display: inline-block;
    padding: 20px 20px;
    margin-top: 25px;
    font-size: 90%;
    line-height: 1.9;
    border: 20px solid transparent;
    -webkit-border-image: url(../img/border.png) 20 stretch;
    -o-border-image: url(../img/border.png) 20 stretch;
    border-image: url(../img/border.png) 20 fill stretch; }

@media screen and (max-width: 700px) {
  #about #gekidan .box .utapri, #about #theater .box .utapri {
    padding: 0px; } }

/* ================================================================ *
 * cast
 * ================================================================ */
#cast #sidenav nav li.cast a {
  color: #56ffe0;
  text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }

#cast #cast_prof .main, #cast #cast_prof .sub {
  list-style: none;
  width: 100%;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer; }
  #cast #cast_prof .main li, #cast #cast_prof .sub li {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #cast #cast_prof .main li:hover, #cast #cast_prof .sub li:hover {
      -webkit-filter: brightness(110%) saturate(110%) drop-shadow(0 0 20px #4be1c5);
      filter: brightness(110%) saturate(110%) drop-shadow(0 0 20px #4be1c5); }
  #cast #cast_prof .main.sub, #cast #cast_prof .sub.sub {
    cursor: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #cast #cast_prof .main.sub li, #cast #cast_prof .sub.sub li {
      width: 198px; }
      #cast #cast_prof .main.sub li:hover, #cast #cast_prof .sub.sub li:hover {
        -webkit-filter: none;
        filter: none; }
    #cast #cast_prof .main.sub li:nth-child(2), #cast #cast_prof .sub.sub li:nth-child(2) {
      padding-bottom: 80px; }

#cast #cast_prof .ori {
  text-align: center; }
  #cast #cast_prof .ori img {
    width: 295px; }

#cast #soukanzu .soukanzu {
  position: relative;
  width: 947px;
  height: 591px;
  background: url(/cast/img/soukanzu/map.png) 0 100% no-repeat;
  margin: 0 auto; }
  #cast #soukanzu .soukanzu ul.pc {
    position: absolute; }
    #cast #soukanzu .soukanzu ul.pc li {
      list-style: none;
      position: absolute; }
      #cast #soukanzu .soukanzu ul.pc li::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        opacity: 0;
        background-size: 100%; }
    #cast #soukanzu .soukanzu ul.pc li.main {
      width: 161px;
      height: 91px; }
    #cast #soukanzu .soukanzu ul.pc li.ori {
      width: 139px;
      height: 75px; }
    #cast #soukanzu .soukanzu ul.pc li.tokiya {
      top: 180px;
      left: 411px; }
      #cast #soukanzu .soukanzu ul.pc li.tokiya::after {
        background: url(/cast/img/soukanzu/tokiya_hover.png), #000;
        top: 1px; }
      #cast #soukanzu .soukanzu ul.pc li.tokiya:hover::after {
        opacity: 1; }
    #cast #soukanzu .soukanzu ul.pc li.natsuki {
      top: 310px;
      left: 298px; }
      #cast #soukanzu .soukanzu ul.pc li.natsuki::after {
        background: url(/cast/img/soukanzu/natsuki_hover.png), #000;
        top: 1px; }
      #cast #soukanzu .soukanzu ul.pc li.natsuki:hover::after {
        opacity: 1; }
    #cast #soukanzu .soukanzu ul.pc li.cecil {
      top: 310px;
      left: 525px; }
      #cast #soukanzu .soukanzu ul.pc li.cecil::after {
        background: url(/cast/img/soukanzu/cecil_hover.png), #000;
        top: 1px; }
      #cast #soukanzu .soukanzu ul.pc li.cecil:hover::after {
        opacity: 1; }
    #cast #soukanzu .soukanzu ul.pc li.laplace {
      top: 461px;
      left: 56px; }
      #cast #soukanzu .soukanzu ul.pc li.laplace::after {
        background: url(/cast/img/soukanzu/laplace_hover.png), #000; }
      #cast #soukanzu .soukanzu ul.pc li.laplace:hover::after {
        opacity: 1; }
    #cast #soukanzu .soukanzu ul.pc li.engelberg {
      top: 41px;
      left: 453px; }
      #cast #soukanzu .soukanzu ul.pc li.engelberg::after {
        background: url(/cast/img/soukanzu/engelberg_hover.png), #000;
        top: 1px; }
      #cast #soukanzu .soukanzu ul.pc li.engelberg:hover::after {
        opacity: 1; }
    #cast #soukanzu .soukanzu ul.pc li.regster {
      top: 255px;
      left: 56px; }
      #cast #soukanzu .soukanzu ul.pc li.regster::after {
        background: url(/cast/img/soukanzu/regster_hover.png), #000;
        top: 1px; }
      #cast #soukanzu .soukanzu ul.pc li.regster:hover::after {
        opacity: 1; }
    #cast #soukanzu .soukanzu ul.pc li.hilo {
      top: 461px;
      left: 210px; }
      #cast #soukanzu .soukanzu ul.pc li.hilo::after {
        background: url(/cast/img/soukanzu/hilo_hover.png), #000; }
      #cast #soukanzu .soukanzu ul.pc li.hilo:hover::after {
        opacity: 1; }
    #cast #soukanzu .soukanzu ul.pc li.enemy {
      top: 255px;
      left: 830px; }
      #cast #soukanzu .soukanzu ul.pc li.enemy::after {
        background: url(/cast/img/soukanzu/enemy_hover.png) no-repeat, #000;
        top: 1px; }
      #cast #soukanzu .soukanzu ul.pc li.enemy:hover::after {
        opacity: 1; }

#cast #staff .box {
  text-align: center; }
  #cast #staff .box .inbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px; }

#cast #staff ul {
  margin-bottom: 20px;
  line-height: 1.4;
  list-style: none; }
  #cast #staff ul span {
    display: inline-block;
    color: #4be1c5;
    font-size: 80%;
    line-height: 1;
    margin-right: 0.2em;
    padding-right: 1em;
    position: relative; }
    #cast #staff ul span:after {
      content: "：";
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
  #cast #staff ul li {
    margin-bottom: 5px; }

#popup .profwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 50px 50px 50px 320px; }
  #popup .profwrapper .img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 1.8s ease-out;
    -o-transition: all 1.8s ease-out;
    transition: all 1.8s ease-out;
    opacity: 0; }
    #popup .profwrapper .img.on {
      opacity: 1; }
  #popup .profwrapper .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -300px;
    opacity: 0;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    #popup .profwrapper .txt img {
      position: absolute;
      left: 80px;
      bottom: 90px;
      opacity: 0;
      -webkit-transition: all 0.7s ease-out 0.5s;
      -o-transition: all 0.7s ease-out 0.5s;
      transition: all 0.7s ease-out 0.5s; }
    #popup .profwrapper .txt.on {
      left: 0;
      opacity: 1; }
      #popup .profwrapper .txt.on img {
        opacity: 1; }
  #popup .profwrapper#tokiya .img {
    background-image: url(../../cast/img/cast_profimg_tokiya.jpg); }
  #popup .profwrapper#tokiya .txt {
    background-image: url(../../cast/img/cast_profbg_tokiya.svg); }
  #popup .profwrapper#natsuki .img {
    background-image: url(../../cast/img/cast_profimg_natsuki.jpg); }
  #popup .profwrapper#natsuki .txt {
    background-image: url(../../cast/img/cast_profbg_natsuki.svg); }
  #popup .profwrapper#cecil .img {
    background-image: url(../../cast/img/cast_profimg_cecil.jpg); }
  #popup .profwrapper#cecil .txt {
    background-image: url(../../cast/img/cast_profbg_cecil.svg); }

@media screen and (max-width: 700px) {
  #cast #cast_prof .main, #cast #cast_prof .sub {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #cast #cast_prof .main li, #cast #cast_prof .sub li {
      width: 44%;
      margin: 0 3% 30px; }
    #cast #cast_prof .main.sub, #cast #cast_prof .sub.sub {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #cast #cast_prof .main.sub li, #cast #cast_prof .sub.sub li {
        width: 44%; }
      #cast #cast_prof .main.sub li:nth-child(2), #cast #cast_prof .sub.sub li:nth-child(2) {
        padding-bottom: 0; }
  #cast #soukanzu .soukanzu {
    position: relative;
    width: 460px;
    height: 479px;
    background: url(/cast/img/soukanzu/map_sp.png) 50% 100% no-repeat;
    background-size: 100%;
    margin: 0 auto; }
    #cast #soukanzu .soukanzu ul.sp {
      position: absolute; }
      #cast #soukanzu .soukanzu ul.sp li {
        list-style: none;
        position: absolute; }
        #cast #soukanzu .soukanzu ul.sp li::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          pointer-events: none;
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          opacity: 0;
          background-size: 100%; }
      #cast #soukanzu .soukanzu ul.sp li.main {
        width: 102px;
        height: 57px; }
      #cast #soukanzu .soukanzu ul.sp li.ori {
        width: 88px;
        height: 53px; }
      #cast #soukanzu .soukanzu ul.sp li.tokiya {
        top: 120px;
        left: 255px; }
        #cast #soukanzu .soukanzu ul.sp li.tokiya:hover::after {
          opacity: 0; }
      #cast #soukanzu .soukanzu ul.sp li.natsuki {
        top: 202px;
        left: 184px; }
        #cast #soukanzu .soukanzu ul.sp li.natsuki:hover::after {
          opacity: 0; }
      #cast #soukanzu .soukanzu ul.sp li.cecil {
        top: 202px;
        left: 327px; }
        #cast #soukanzu .soukanzu ul.sp li.cecil:hover::after {
          opacity: 0; }
      #cast #soukanzu .soukanzu ul.sp li.laplace {
        top: 295px;
        left: 35px; }
        #cast #soukanzu .soukanzu ul.sp li.laplace:hover::after {
          opacity: 0; }
      #cast #soukanzu .soukanzu ul.sp li.engelberg {
        top: 28px;
        left: 262px; }
        #cast #soukanzu .soukanzu ul.sp li.engelberg:hover::after {
          opacity: 0; }
      #cast #soukanzu .soukanzu ul.sp li.regster {
        top: 167px;
        left: 35px; }
        #cast #soukanzu .soukanzu ul.sp li.regster:hover::after {
          opacity: 0; }
      #cast #soukanzu .soukanzu ul.sp li.hilo {
        top: 295px;
        left: 130px; }
        #cast #soukanzu .soukanzu ul.sp li.hilo:hover::after {
          opacity: 0; }
      #cast #soukanzu .soukanzu ul.sp li.enemy {
        top: 433px;
        left: 187px; }
        #cast #soukanzu .soukanzu ul.sp li.enemy:hover::after {
          opacity: 0; }
  #cast #staff ul {
    font-size: 92%; }
  #popup .profwrapper {
    padding: 30px 30px 160px 30px; }
    #popup .profwrapper .img {
      max-height: 600px; }
    #popup .profwrapper .txt {
      left: 0;
      top: auto;
      bottom: -200px;
      background-position: 0 100%;
      background-size: 100% auto; }
      #popup .profwrapper .txt img {
        width: auto;
        height: 50%;
        left: 50px;
        bottom: 40px;
        -webkit-filter: drop-shadow(0px 0px 20px black);
        filter: drop-shadow(0px 0px 20px black); }
      #popup .profwrapper .txt.on {
        bottom: 0; }
    #popup .profwrapper#tokiya .img {
      background-image: url(../../cast/img/cast_profimg_tokiya.jpg); }
    #popup .profwrapper#tokiya .txt {
      background-image: url(../../cast/img/cast_profbg_tokiya_sp.svg); }
    #popup .profwrapper#natsuki .img {
      background-image: url(../../cast/img/cast_profimg_natsuki.jpg); }
    #popup .profwrapper#natsuki .txt {
      background-image: url(../../cast/img/cast_profbg_natsuki_sp.svg); }
    #popup .profwrapper#cecil .img {
      background-image: url(../../cast/img/cast_profimg_cecil.jpg); }
    #popup .profwrapper#cecil .txt {
      background-image: url(../../cast/img/cast_profbg_cecil_sp.svg); } }

/* ================================================================ *
 * goods
 * ================================================================ */
#goods #sidenav nav li.goods a {
  color: #56ffe0;
  text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }

#goods #goodslist .box {
  padding: 70px 0; }
  #goods #goodslist .box h1 {
    color: #4be1c5;
    font-size: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #goods #goodslist .box h1 span {
      font-size: 70%; }
    #goods #goodslist .box h1:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
      background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
      background: -o-linear-gradient(left, #4be1c5, #057ca8);
      background: linear-gradient(90deg, #4be1c5, #057ca8);
      margin-left: 5px;
      opacity: 0.8; }
  #goods #goodslist .box .img {
    padding: 5px;
    width: 90%;
    max-width: 600px;
    max-height: 400px;
    margin: 10px auto; }
  #goods #goodslist .box .imglst {
    width: 70%;
    margin: 20px auto 30px;
    text-align: center;
    list-style: none; }
    #goods #goodslist .box .imglst li {
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 60px;
      height: 60px;
      margin: 0 2px;
      border: 1px solid rgba(75, 225, 197, 0.8);
      background: rgba(0, 0, 0, 0.5); }
      #goods #goodslist .box .imglst li img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  #goods #goodslist .box table {
    font-size: 14px;
    line-height: 150%;
    width: 100%;
    margin: 20px auto 0;
    border-top: 1px solid #4be1c5;
    border-bottom: 1px solid #4be1c5; }
    #goods #goodslist .box table tr {
      border-bottom: 1px dotted #4be1c5; }
    #goods #goodslist .box table tr:nth-last-child(1) {
      border-bottom: none; }
    #goods #goodslist .box table th {
      padding: 5px 15px;
      width: 130px; }
    #goods #goodslist .box table td {
      padding: 5px 15px; }
  #goods #goodslist .box.attention {
    border-bottom: none;
    padding: 40px 50px; }
    #goods #goodslist .box.attention li {
      text-indent: -1em;
      padding-left: 1em; }
  #goods #goodslist .box .comp {
    background: rgba(75, 225, 197, 0.2);
    padding: 20px 20px 10px; }
    #goods #goodslist .box .comp dt {
      text-align: center;
      background: rgba(75, 225, 197, 0.2); }
    #goods #goodslist .box .comp dd {
      text-align: center;
      padding: 10px; }
      #goods #goodslist .box .comp dd p {
        text-align: left; }

#goods #time h3 {
  color: #4be1c5;
  font-size: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #goods #time h3 span {
    font-size: 70%; }
  #goods #time h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
    background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
    background: -o-linear-gradient(left, #4be1c5, #057ca8);
    background: linear-gradient(90deg, #4be1c5, #057ca8);
    margin-left: 5px;
    opacity: 0.8; }

#goods #time .box {
  margin-bottom: 100px; }

#goods #time .inbox {
  margin-bottom: 50px; }

#goods .goods_info {
  list-style: none;
  margin: 20px 0; }
  #goods .goods_info > li {
    line-height: 130%;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 1.5em; }
    #goods .goods_info > li:after {
      content: "◆";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #4be1c5; }

#goods dl.attention {
  background: rgba(75, 225, 197, 0.2);
  padding: 10px; }
  #goods dl.attention dt {
    background: rgba(75, 225, 197, 0.2);
    text-align: center;
    margin-bottom: 10px; }
  #goods dl.attention dd {
    font-size: 85%;
    line-height: 1.3;
    padding: 0 1em 0 2em;
    text-indent: -1em;
    margin: 5px 0; }

@media screen and (max-width: 700px) {
  #goods #goodslist .box {
    padding: 70px 10px; } }

/* ================================================================ *
 * BD/DVD
 * ================================================================ */
#dvd #sidenav nav li.dvd a {
  color: #56ffe0;
  text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }

#dvd #item .box {
  padding: 70px 20px 0; }
  #dvd #item .box h1 {
    color: #4be1c5;
    font-size: 140%;
    white-space: nowrap;
    font-weight: bold;
    text-align: center; }
    #dvd #item .box h1 span {
      font-size: 70%; }
    #dvd #item .box h1:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
      background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
      background: -o-linear-gradient(left, #4be1c5, #057ca8);
      background: linear-gradient(90deg, #4be1c5, #057ca8);
      margin: 20px 0;
      opacity: 0.8; }
  #dvd #item .box h2 {
    color: #4be1c5;
    font-size: 120%;
    margin-top: 20px; }
  #dvd #item .box h3 {
    color: #4be1c5;
    font-size: 110%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px; }
    #dvd #item .box h3:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
      background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
      background: -o-linear-gradient(left, #4be1c5, #057ca8);
      background: linear-gradient(90deg, #4be1c5, #057ca8);
      margin-left: 5px;
      opacity: 0.8; }
  #dvd #item .box .initem {
    position: relative;
    font-size: 90%;
    line-height: 150%; }
    #dvd #item .box .initem dt {
      position: absolute;
      width: 100px; }
    #dvd #item .box .initem dd {
      padding-left: 100px;
      line-height: 140%;
      margin-bottom: 10px; }
  #dvd #item .box .tokuten {
    margin-top: 50px;
    padding: 20px 20px 10px;
    background: rgba(75, 225, 197, 0.2); }
    #dvd #item .box .tokuten dt {
      text-align: center;
      background: rgba(75, 225, 197, 0.2);
      margin: 0 0 15px; }
    #dvd #item .box .tokuten dd {
      margin: 0 10px 0; }
      #dvd #item .box .tokuten dd .img {
        text-align: center; }
      #dvd #item .box .tokuten dd .attention {
        margin-bottom: 15px; }
        #dvd #item .box .tokuten dd .attention li {
          margin: 5px 0;
          padding-left: 1em;
          text-indent: -1em; }

#dvd #event .box {
  padding: 70px 20px 0; }
  #dvd #event .box h1 {
    color: #4be1c5;
    font-size: 140%;
    white-space: nowrap;
    font-weight: bold;
    text-align: center; }
    #dvd #event .box h1 span {
      font-size: 70%; }
    #dvd #event .box h1:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
      background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
      background: -o-linear-gradient(left, #4be1c5, #057ca8);
      background: linear-gradient(90deg, #4be1c5, #057ca8);
      margin: 20px 0;
      opacity: 0.8; }
  #dvd #event .box .wrap {
    padding: 0 20px; }
    #dvd #event .box .wrap .aori {
      margin-bottom: 40px; }
    #dvd #event .box .wrap h2 {
      margin: 0 0 10px;
      padding-bottom: 5px;
      text-align: center;
      color: #4be1c5;
      font-size: 120%; }
    #dvd #event .box .wrap h3 {
      color: #4be1c5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      font-weight: bold;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 40px; }
      #dvd #event .box .wrap h3:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
        background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
        background: -o-linear-gradient(left, #4be1c5, #057ca8);
        background: linear-gradient(90deg, #4be1c5, #057ca8);
        margin-left: 5px;
        opacity: 0.8; }
    #dvd #event .box .wrap .gaiyou {
      border-top: 1px dotted #4be1c5;
      width: 100%;
      line-height: 130%; }
      #dvd #event .box .wrap .gaiyou tr {
        border-bottom: 1px dotted #4be1c5; }
        #dvd #event .box .wrap .gaiyou tr td {
          padding: 10px; }
    #dvd #event .box .wrap .inner_box {
      margin-top: 70px;
      padding: 20px 20px 30px;
      border: 1px solid #4be1c5; }
      #dvd #event .box .wrap .inner_box h2 {
        color: #fff;
        background: rgba(75, 225, 197, 0.2);
        padding: 5px 0; }
        #dvd #event .box .wrap .inner_box h2 span {
          font-size: 70%;
          line-height: 100%;
          display: inline-block;
          margin-bottom: 12px;
          padding: 4px 10px;
          border: 1px solid #fff;
          border-radius: 30px; }

@media screen and (max-width: 700px) {
  #dvd #event .box .wrap .gaiyou {
    display: block;
    text-align: left; }
    #dvd #event .box .wrap .gaiyou tr {
      display: block; }
      #dvd #event .box .wrap .gaiyou tr th {
        display: block;
        padding: 10px 10px 0;
        color: #4be1c5; }
      #dvd #event .box .wrap .gaiyou tr td {
        display: block; } }

/* ================================================================ *
 * ticket
 * ================================================================ */
#ticket_info #sidenav nav li.ticket a {
  color: #56ffe0;
  text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }

#ticket_info #tokyo .nittei, #ticket_info #osaka .nittei {
  letter-spacing: 2px;
  font-size: 80%;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0;
  text-align: center;
  border: 20px solid transparent;
  -webkit-border-image: url(../img/border.png) 20 stretch;
  -o-border-image: url(../img/border.png) 20 stretch;
  border-image: url(../img/border.png) 20 fill stretch; }
  #ticket_info #tokyo .nittei span, #ticket_info #osaka .nittei span {
    font-size: 135%; }

#ticket_info #tokyo table.spec th, #ticket_info #osaka table.spec th {
  width: 80px; }

#ticket_info #ticket table.spec {
  margin-bottom: 20px; }
  #ticket_info #ticket table.spec td {
    padding: 15px 10px; }
    #ticket_info #ticket table.spec td img {
      margin-top: 5px; }

#ticket_info #ticket dl.type {
  margin-top: 90px; }
  #ticket_info #ticket dl.type dt {
    color: #4be1c5;
    font-size: 110%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #ticket_info #ticket dl.type dt span {
      font-size: 70%; }
    #ticket_info #ticket dl.type dt:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#4be1c5), to(#057ca8));
      background: -webkit-linear-gradient(left, #4be1c5, #057ca8);
      background: -o-linear-gradient(left, #4be1c5, #057ca8);
      background: linear-gradient(90deg, #4be1c5, #057ca8);
      margin-left: 5px;
      opacity: 0.8; }
  #ticket_info #ticket dl.type dd {
    padding: 10px;
    margin-bottom: 40px; }
    #ticket_info #ticket dl.type dd .btn {
      margin: 20px 0 0; }
  #ticket_info #ticket dl.type dt.toiawase {
    margin-top: 80px; }
  #ticket_info #ticket dl.type dd.toiawase {
    padding: 0; }
    #ticket_info #ticket dl.type dd.toiawase table.spec {
      margin-top: 0; }
      #ticket_info #ticket dl.type dd.toiawase table.spec:after {
        display: none; }
      #ticket_info #ticket dl.type dd.toiawase table.spec:before {
        bottom: -10px; }

#ticket_info #ticket .tokuten {
  margin-top: 50px;
  padding: 20px 20px 10px;
  background: rgba(75, 225, 197, 0.2); }
  #ticket_info #ticket .tokuten dt {
    color: #fff !important;
    background: rgba(75, 225, 197, 0.2);
    margin: 0;
    padding: 3px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #ticket_info #ticket .tokuten dt::after {
      display: none !important; }
  #ticket_info #ticket .tokuten dd {
    margin: 0 10px 0 !important; }
    #ticket_info #ticket .tokuten dd .img {
      text-align: center; }
    #ticket_info #ticket .tokuten dd .attention {
      margin-top: 15px; }
      #ticket_info #ticket .tokuten dd .attention li {
        margin: 5px 0;
        padding-left: 1em;
        text-indent: -1em; }
  #ticket_info #ticket .tokuten p {
    padding-bottom: 10px; }
  #ticket_info #ticket .tokuten table {
    border-top: 1px dotted #4be1c5;
    border-bottom: 1px dotted #4be1c5;
    width: 100%;
    line-height: 130%; }
    #ticket_info #ticket .tokuten table tr td {
      padding: 10px 0 10px 20px; }

@media screen and (max-width: 700px) {
  #ticket_info #tokyo table.spec th, #ticket_info #osaka table.spec th {
    width: 50px; }
  #ticket_info #tokyo iframe, #ticket_info #osaka iframe {
    max-width: 100%;
    height: 180px; }
  #ticket_info #ticket table.spec th {
    width: 100px; }
  #ticket_info #ticket .tokuten table {
    display: block; }
    #ticket_info #ticket .tokuten table tr {
      display: block; }
      #ticket_info #ticket .tokuten table tr th {
        color: #4be1c5;
        display: block;
        text-align: left;
        padding: 10px 0 0; }
      #ticket_info #ticket .tokuten table tr td {
        display: block;
        padding: 5px 0 10px; } }

/* ================================================================ *
 * guide
 * ================================================================ */
#guide #sidenav nav li.guide a {
  color: #56ffe0;
  text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }

#guide .box dl dt {
  color: #4be1c5;
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  padding-left: 0.5em;
  text-indent: -0.5em; }

#guide .box dl dd {
  margin-bottom: 40px; }

/* ================================================================ *
 * specail
 * ================================================================ */
#special #sidenav nav li.special a {
  color: #56ffe0;
  text-shadow: 0 0 5px #4be1c5, 0 0 8px #4be1c5; }

#special #movie ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  #special #movie ul h2 {
    color: #4be1c5; }
  #special #movie ul li {
    width: 48%; }
    #special #movie ul li img {
      border: 1px solid #4be1c5; }
  #special #movie ul li:nth-child(3), #special #movie ul li:nth-child(4) {
    margin-top: 40px; }

@media screen and (max-width: 700px) {
  #special #movie ul li {
    width: 100%; }
    #special #movie ul li img {
      border: 1px solid #4be1c5; }
  #special #movie ul li:nth-child(2) {
    margin-top: 40px; } }

/* ================================================================ *
 * popup
 * ================================================================ */
#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  background: black;
  z-index: 1002;
  overflow: hidden;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #popup .content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s; }
    #popup .content .wrapper {
      position: absolute;
      height: 100%;
      width: 100%;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0; }
      #popup .content .wrapper.on {
        opacity: 1; }
    #popup .content.on {
      height: auto;
      overflow: auto;
      opacity: 1;
      pointer-events: auto; }
    #popup .content .loading {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      -webkit-transition: all 0.3s ease-out 0.5s;
      -o-transition: all 0.3s ease-out 0.5s;
      transition: all 0.3s ease-out 0.5s;
      opacity: 1; }
      #popup .content .loading span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        -webkit-animation: loading 2.0s ease-in-out infinite;
        animation: loading 2.0s ease-in-out infinite; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
      #popup .content .loading.on {
        opacity: 0; }
  #popup.on {
    right: 0;
    opacity: 1;
    pointer-events: auto; }
    #popup.on .close {
      opacity: 1;
      pointer-events: auto; }

#pp_close {
  position: fixed;
  width: 66px;
  height: 66px;
  top: -66px;
  right: 0px;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #pp_close span {
    display: block;
    position: absolute;
    width: 80%;
    height: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #pp_close span:before, #pp_close span:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 3px;
      top: 0;
      left: 0;
      background: #fff;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #pp_close span:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #pp_close span:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #pp_close:hover span:after, #pp_close:hover span:before {
    background: #000 !important; }
  #pp_close.on {
    opacity: 1;
    top: 0;
    pointer-events: auto; }
  #pp_close.tokiya {
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(103, 28, 146, 0.8)), to(#a028ff));
    background: -webkit-linear-gradient(top left, rgba(103, 28, 146, 0.8), #a028ff);
    background: -o-linear-gradient(top left, rgba(103, 28, 146, 0.8), #a028ff);
    background: linear-gradient(top left, rgba(103, 28, 146, 0.8), #a028ff); }
  #pp_close.natsuki {
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(150, 119, 0, 0.8)), to(rgba(255, 232, 40, 0.8)));
    background: -webkit-linear-gradient(top left, rgba(150, 119, 0, 0.8), rgba(255, 232, 40, 0.8));
    background: -o-linear-gradient(top left, rgba(150, 119, 0, 0.8), rgba(255, 232, 40, 0.8));
    background: linear-gradient(top left, rgba(150, 119, 0, 0.8), rgba(255, 232, 40, 0.8)); }
  #pp_close.cecil {
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(55, 132, 27, 0.8)), to(#82f447));
    background: -webkit-linear-gradient(top left, rgba(55, 132, 27, 0.8), #82f447);
    background: -o-linear-gradient(top left, rgba(55, 132, 27, 0.8), #82f447);
    background: linear-gradient(top left, rgba(55, 132, 27, 0.8), #82f447); }

/* sns-------------------------------------------------------------------------------------------*/
.snsbox {
  text-align: center;
  margin: 0 auto; }

.snsbox.img > div {
  position: relative;
  top: 0;
  vertical-align: top;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(../img/snsbtn.png) 0 0 no-repeat;
  background-clip: content-box;
  background-size: cover; }

.snsbox.img > div:hover {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  top: -3px; }

.snsbox.img a {
  display: block;
  width: 100%;
  height: 100%; }

.snsbox.img .twitter {
  background-position: 0 0; }

.snsbox.img .fb {
  background-position: -22px 0; }

.snsbox.img .line {
  background-position: 100% 0; }
