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

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

/* ==================================================================
Smartphone
================================================================== */
body {
  text-align: center;
  background: url(../images/body.png?94b52a5e9b3e1e799ba317413f0c0ec4);
  background-size: 200% auto;
  font-size: 14px;
  color: #212121;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; }

footer {
  background: #fff;
  padding: 10px 0;
  margin-top: 20px; }
  footer small {
    line-height: 1.2rem; }
    footer small span {
      display: block; }
      footer small span:nth-of-type(2) {
        display: none; }

p.pagetop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 44px;
  cursor: pointer;
  transition: all 0.6s; }
  p.pagetop img {
    width: 100%;
    height: auto; }

#wrap {
  margin: 0 auto; }
  #wrap h1 {
    width: 100%;
    overflow: hidden; }
    #wrap h1 img {
      margin: 0 0 0 -30%;
      width: 160%; }
  #wrap .nav {
    width: 54px;
    height: 48px;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    top: 5px;
    right: 5px;
    border-radius: 5px;
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
    /*icon*/ }
    #wrap .nav label.navigation-unshown {
      display: none; }
    #wrap .nav #navigation-input {
      display: none; }
    #wrap .nav .navigation-open {
      display: inline-block;
      width: 34px;
      height: 22px;
      vertical-align: middle;
      margin-top: 10px; }
    #wrap .nav .navigation-open span,
    #wrap .nav .navigation-open span:before,
    #wrap .nav .navigation-open span:after {
      position: relative;
      height: 3px;
      width: 100%;
      border-radius: 5px;
      background: #2b2b2b;
      display: block;
      content: '';
      cursor: pointer; }
    #wrap .nav .navigation-open span:before {
      bottom: -12px; }
    #wrap .nav .navigation-open span:after {
      bottom: -22px; }
    #wrap .nav .navigation-close {
      display: none;
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      transition: .3s ease-in-out; }
    #wrap .nav ul#pc {
      display: none; }
    #wrap .nav ul#sp {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 9997;
      width: 260px;
      max-width: 300px;
      height: 100%;
      background: #212121;
      transition: .3s ease-in-out;
      margin-right: -105%;
      overflow: auto; }
      #wrap .nav ul#sp li {
        display: block;
        text-align: center; }
        #wrap .nav ul#sp li a {
          display: block;
          padding: 1rem 0.8rem;
          border-bottom: 1px solid #ccc;
          position: relative;
          text-decoration: none;
          color: #fff; }
          #wrap .nav ul#sp li a:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 15px;
            width: 8px;
            height: 8px;
            margin-top: -4px;
            border: 1px solid #fff;
            border-left: 0;
            border-bottom: 0;
            transition: .3s ease-in-out;
            transform: rotate(45deg); }
    #wrap .nav #navigation-input:checked ~ .navigation-close {
      display: block;
      opacity: .7; }
      #wrap .nav #navigation-input:checked ~ .navigation-close:before, #wrap .nav #navigation-input:checked ~ .navigation-close:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 285px;
        width: 2px;
        height: 24px;
        border-radius: 10px;
        background-color: #fff; }
      #wrap .nav #navigation-input:checked ~ .navigation-close:before {
        transform: rotate(45deg); }
      #wrap .nav #navigation-input:checked ~ .navigation-close:after {
        transform: rotate(-45deg); }
    #wrap .nav #navigation-input:checked ~ ul {
      margin-right: 0;
      box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }
  #wrap .contents {
    width: 100%; }
    #wrap .contents article {
      width: 90%;
      margin: 50px auto 0 auto;
      padding-bottom: 1rem;
      border: 5px solid #fff;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      #wrap .contents article h2 {
        width: 80%;
        margin: -35px auto 0 auto; }
        #wrap .contents article h2 img {
          width: 100%;
          height: auto; }
      #wrap .contents article p {
        width: 80%;
        margin: 1rem auto 0 auto;
        text-align: left; }
      #wrap .contents article table {
        margin: 0 auto;
        width: 80%; }
        #wrap .contents article table tbody tr th, #wrap .contents article table tbody tr td {
          padding-top: 1rem; }
        #wrap .contents article table tbody tr th {
          font-weight: normal;
          text-align: left;
          white-space: nowrap; }
        #wrap .contents article table tbody tr td {
          text-align: right; }
      #wrap .contents article ul {
        padding: 0; }
        #wrap .contents article ul li {
          margin: 1rem 0 0 0;
          list-style-type: none; }
    #wrap .contents #news {
      margin-top: 3rem; }
    #wrap .contents #cast h3 {
      width: 70%;
      margin: 2.5rem auto 0 auto; }
      #wrap .contents #cast h3:first-of-type {
        margin-top: 1rem; }
      #wrap .contents #cast h3 img {
        width: 100%;
        height: auto; }
    #wrap .contents #cast figure {
      width: 80%;
      margin: 0.5rem auto 0 auto; }
      #wrap .contents #cast figure img {
        width: 100%;
        height: auto; }
    #wrap .contents #cast p {
      font-size: 85%;
      margin-top: 0.5rem;
      padding-bottom: 0.5rem; }
    #wrap .contents #staff table {
      width: auto; }
      #wrap .contents #staff table tbody tr th, #wrap .contents #staff table tbody tr td {
        font-size: 90%; }
      #wrap .contents #staff table tbody tr th {
        padding-right: 0.5rem; }
      #wrap .contents #staff table tbody tr td {
        text-align: left; }
    #wrap .contents #stage p {
      margin: 1rem auto 0 auto; }
      #wrap .contents #stage p:first-of-type {
        text-align: center; }
    #wrap .contents #stage figure {
      margin: 1rem auto 0 auto;
      width: 95%; }
      #wrap .contents #stage figure img {
        width: 100%;
        height: auto; }
    #wrap .contents #stage ul {
      width: 90%;
      margin: 1rem auto 0 auto;
      padding: 0 0 10px 0; }
      #wrap .contents #stage ul:first-of-type {
        margin-top: 0; }
      #wrap .contents #stage ul.indent li {
        text-indent: -0.9rem;
        margin-left: 1rem; }
      #wrap .contents #stage ul li {
        margin-top: 0.2rem;
        text-align: left;
        line-height: 1.2rem; }
        #wrap .contents #stage ul li.indent_inner {
          text-indent: -0.9rem;
          margin-left: 1rem; }
    #wrap .contents #ticket ul {
      width: 90%;
      margin: 1rem auto 0 auto;
      padding: 0 0 10px 0; }
      #wrap .contents #ticket ul:first-of-type {
        margin-top: 0; }
      #wrap .contents #ticket ul.indent {
        margin-top: 1rem; }
        #wrap .contents #ticket ul.indent li {
          text-indent: -0.9rem;
          margin-left: 1rem; }
      #wrap .contents #ticket ul li {
        margin-top: 0.2rem;
        text-align: left;
        line-height: 1.2rem; }
        #wrap .contents #ticket ul li.indent_inner {
          text-indent: -0.9rem;
          margin-left: 1rem; }
    #wrap .contents #ticket h3 {
      width: 90%;
      margin: 2rem auto 0 auto;
      text-align: left; }
      #wrap .contents #ticket h3:first-of-type {
        margin-top: 1rem; }
    #wrap .contents #ticket p {
      width: 90%;
      margin: 0.5rem auto 0 auto;
      text-align: left; }
    #wrap .contents #ticket table {
      width: 90%;
      margin-top: 1.5rem; }
      #wrap .contents #ticket table:nth-of-type(2) {
        margin-top: 0.5rem; }
      #wrap .contents #ticket table thead tr th {
        text-align: left; }
      #wrap .contents #ticket table tbody tr th, #wrap .contents #ticket table tbody tr td {
        padding-top: 0.5rem; }
      #wrap .contents #ticket table tbody tr th {
        width: 20%; }
      #wrap .contents #ticket table tbody tr td {
        text-align: left; }
    #wrap .contents #story p,
    #wrap .contents #goods p {
      text-align: center; }
    #wrap .contents #qa ul {
      width: 90%;
      margin: 1rem auto 0 auto; }
      #wrap .contents #qa ul:first-of-type {
        margin-top: 0; }
      #wrap .contents #qa ul.indent {
        margin-top: 1rem; }
        #wrap .contents #qa ul.indent li {
          text-indent: -0.9rem;
          margin-left: 1rem; }
      #wrap .contents #qa ul li {
        margin-top: 0.2rem;
        text-align: left;
        line-height: 1.2rem; }
        #wrap .contents #qa ul li.indent_inner {
          text-indent: -0.9rem;
          margin-left: 1rem; }

/* ==================================================================
Desktop
================================================================== */
@media screen and (min-width: 960px) {
  body {
    background: url(../images/body.png?94b52a5e9b3e1e799ba317413f0c0ec4);
    background-size: 100% auto; }
  footer {
    margin-top: 45px;
    padding: 20px 0; }
    footer small span {
      display: inline; }
      footer small span:nth-of-type(2) {
        display: inline; }
  #wrap {
    margin: 0 auto; }
    #wrap h1 {
      padding: 0;
      margin: 68px 0 0 0;
      width: 100%;
      overflow: hidden; }
      #wrap h1 img {
        width: 100%;
        height: auto;
        margin: 0; }
    #wrap .nav {
      background: url(../images/nav.png?b78432e34eb136f2c9e1a95811c38ac2);
      background-size: auto 100%;
      height: 45px;
      padding: 10px 0 14px 0;
      width: 100%; }
      #wrap .nav .navigation-open {
        display: none; }
      #wrap .nav ul#sp {
        display: none; }
      #wrap .nav ul#pc {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
        height: 44px;
        padding: 0; }
        #wrap .nav ul#pc li {
          list-style-type: none;
          padding: 0;
          margin: 0;
          flex-basis: 98px; }
          #wrap .nav ul#pc li a img {
            width: 100%; }
            #wrap .nav ul#pc li a img:hover {
              margin-top: -44px; }
    #wrap .contents {
      padding: 0;
      width: 100%; }
      #wrap .contents article {
        width: 640px;
        margin: 80px auto 0 auto; }
        #wrap .contents article:target {
          -webkit-animation: modify 0.1s;
          animation: modify 0.1s; }
        #wrap .contents article h2 {
          width: 360px;
          margin: -35px auto 0 auto; }
        #wrap .contents article table {
          width: 350px; }
      #wrap .contents #cast h3 {
        width: 200px; }
      #wrap .contents #cast p {
        width: 350px;
        margin: 0.5rem auto 0 auto; }
      #wrap .contents #stage {
        padding-bottom: 0; }
        #wrap .contents #stage p {
          margin: 10px auto 0 auto; }
        #wrap .contents #stage figure {
          width: 580px; }
      #wrap .contents #ticket table,
      #wrap .contents #ticket h3,
      #wrap .contents #ticket p,
      #wrap .contents #ticket ul {
        width: 540px; }
      #wrap .contents #ticket table tbody tr th {
        width: 4.2rem; }
      #wrap .contents #qa {
        padding-bottom: 0.5rem; }
        #wrap .contents #qa ul {
          width: 440px; }
  @keyframes modify {
    0% {
      padding-top: 50px;
      margin-top: -50px; }
    100% {
      padding-top: 0;
      margin-top: 0; } } }

