@charset "UTF-8";
/*----------------------var----------------------*/
/*margin*/
/*color*/
/* borber*/
/* mediaqueri */
/*font*/
/*----------------------css----------------------*/
/*general*/
h1 {
  font-size: 1.2vw;
  text-decoration: underline;
  margin-bottom: 100px; }
  @media (max-width: 1340px) {
    h1 {
      font-size: 1.6vw; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 2.4vw; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 4vw; } }

p {
  font-size: 1vw;
  line-height: 1.9vw;
  text-align: justify; }
  p::selection {
    background-color: #D4C1AE;
    color: #EEEEF0; }
  @media (max-width: 1340px) {
    p {
      font-size: 1.3vw;
      line-height: 2.47vw; } }
  @media (max-width: 768px) {
    p {
      font-size: 2.2vw;
      line-height: 4.18vw; } }
  @media (max-width: 480px) {
    p {
      font-size: 3.3vw;
      line-height: 6.08vw; } }

span::selection, br::selection, img::selection, p::selection, h1::selection, iframe::selection, div::selection {
  background-color: #D4C1AE;
  color: #EEEEF0; }

html {
  scroll-behavior: smooth;
  background-color: #EEEEF0;
  width: 100%;
  font-family: "游ゴシック体 Pr6N M", sans-serif;
  letter-spacing: 0.04em; }
  html body {
    width: 100%; }
    html body header nav {
      background-color: #D4C1AE;
      position: fixed;
      width: 11vw;
      height: 15vw;
      z-index: 100;
      right: -11vw;
      padding: 2vw 1.6vw 2vw 0.2vw; }
      @media (max-width: 1340px) {
        html body header nav {
          width: 18vw;
          height: 24vw;
          right: -17vw;
          padding: 3vw 1.6vw 2vw 0.2vw; } }
      @media (max-width: 768px) {
        html body header nav {
          width: 70vw;
          height: auto;
          padding: 2vw;
          right: 0;
          bottom: 0;
          transform: translateY(90%); } }
      @media (max-width: 480px) {
        html body header nav {
          transform: translateY(90%);
          padding: 6vw 1.6vw; } }
      html body header nav #openMenu, html body header nav ul {
        display: inline-block; }
        @media (max-width: 768px) {
          html body header nav #openMenu, html body header nav ul {
            display: block; } }
      html body header nav #openMenu {
        cursor: pointer; }
        html body header nav #openMenu .menuTitle {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 768px) {
            html body header nav #openMenu .menuTitle {
              top: 0.5vw;
              transform: translateY(0); } }
          @media (max-width: 480px) {
            html body header nav #openMenu .menuTitle {
              top: 1.7vw;
              left: 3vw; } }
          html body header nav #openMenu .menuTitle p {
            font-size: 0.8vw; }
            @media (max-width: 1340px) {
              html body header nav #openMenu .menuTitle p {
                font-size: 1vw; } }
            @media (max-width: 768px) {
              html body header nav #openMenu .menuTitle p {
                font-size: 1.6vw; } }
            @media (max-width: 480px) {
              html body header nav #openMenu .menuTitle p {
                font-size: 3vw; } }
          html body header nav #openMenu .menuTitle span {
            display: block;
            margin-bottom: 0.4vw;
            text-align: center; }
            @media (max-width: 768px) {
              html body header nav #openMenu .menuTitle span {
                display: inline;
                margin-bottom: 0; } }
        html body header nav #openMenu .openMenuButton {
          position: absolute;
          bottom: 6px;
          left: 8px;
          width: 10px;
          height: 10px;
          border-bottom: solid 1px #000;
          border-right: solid 1px #000;
          transform: rotate(135deg); }
          @media (max-width: 768px) {
            html body header nav #openMenu .openMenuButton {
              bottom: auto;
              left: auto;
              right: 18px;
              top: 16px;
              transform: rotate(-135deg); } }
          @media (max-width: 480px) {
            html body header nav #openMenu .openMenuButton {
              width: 16px;
              height: 16px; } }
        html body header nav #openMenu .statusOpen {
          transform: rotate(-45deg);
          left: 2px; }
          @media (max-width: 768px) {
            html body header nav #openMenu .statusOpen {
              transform: rotate(45deg);
              left: auto;
              top: 8px; } }
      html body header nav ul {
        margin-left: 3vw; }
        @media (max-width: 768px) {
          html body header nav ul {
            margin-left: 0;
            margin-top: 6vw; } }
        html body header nav ul li {
          margin-bottom: 0;
          text-decoration: underline; }
          @media (max-width: 1340px) {
            html body header nav ul li {
              margin-bottom: 2vw; } }
          html body header nav ul li p {
            font-size: 0.66vw; }
            @media (max-width: 1340px) {
              html body header nav ul li p {
                font-size: 1.2vw;
                line-height: 1; } }
            @media (max-width: 768px) {
              html body header nav ul li p {
                font-size: 2vw;
                line-height: 1.8; } }
            @media (max-width: 480px) {
              html body header nav ul li p {
                font-size: 3.6vw;
                line-height: 2.2; } }
        html body header nav ul .twitter {
          margin-bottom: 0; }
          html body header nav ul .twitter p {
            font-size: 0.6vw; }
            @media (max-width: 1340px) {
              html body header nav ul .twitter p {
                font-size: 1vw; } }
            @media (max-width: 480px) {
              html body header nav ul .twitter p {
                font-size: 3vw; } }
    html body header .open {
      right: 0; }
      @media (max-width: 768px) {
        html body header .open {
          right: 0;
          bottom: 0;
          transform: translateY(0); } }
    html body main #firstview {
      width: 100%;
      height: 100vh; }
      html body main #firstview .mainimage, html body main #firstview .catchcopy, html body main #firstview .title, html body main #firstview .credit, html body main #firstview .bottom {
        position: absolute; }
        html body main #firstview .mainimage img, html body main #firstview .catchcopy img, html body main #firstview .title img, html body main #firstview .credit img, html body main #firstview .bottom img {
          width: 100%; }
      html body main #firstview .mainimage {
        width: 50%; }
        @media (max-width: 768px) {
          html body main #firstview .mainimage {
            width: 70%;
            height: 100vw; } }
        html body main #firstview .mainimage img {
          height: 100vh;
          object-fit: cover; }
          @media (max-width: 768px) {
            html body main #firstview .mainimage img {
              height: 100vw; } }
      html body main #firstview .catchcopy {
        width: 4.4%;
        left: 56%;
        top: 8%; }
        @media (max-width: 1340px) {
          html body main #firstview .catchcopy {
            width: 6%; } }
        @media (max-width: 768px) {
          html body main #firstview .catchcopy {
            width: 9%;
            left: auto;
            right: 11%; } }
        @media (max-width: 480px) {
          html body main #firstview .catchcopy {
            width: 12%;
            right: 8%; } }
      html body main #firstview .title {
        width: 23%;
        right: 5%;
        bottom: 36%; }
        @media (max-width: 1340px) {
          html body main #firstview .title {
            width: 34%; } }
        @media (max-width: 768px) {
          html body main #firstview .title {
            width: 50%;
            right: auto;
            left: 10%;
            bottom: 10vw; } }
        @media (max-width: 480px) {
          html body main #firstview .title {
            left: 5%;
            width: 50%;
            top: 110vw; } }
      html body main #firstview .credit {
        width: 17%;
        left: 53%;
        bottom: 10%; }
        @media (max-width: 1340px) {
          html body main #firstview .credit {
            width: 20%; } }
        @media (max-width: 768px) {
          html body main #firstview .credit {
            display: none;
            width: 40%;
            left: 10%; } }
      html body main #firstview .bottom {
        width: 50%;
        bottom: 0;
        right: 0; }
        @media (max-width: 768px) {
          html body main #firstview .bottom {
            width: 100%;
            bottom: 4vh; } }
        @media (max-width: 480px) {
          html body main #firstview .bottom {
            bottom: 5vh; } }
        html body main #firstview .bottom p, html body main #firstview .bottom .award {
          display: flex; }
        html body main #firstview .bottom p {
          font-size: 8px;
          margin: 10px 2%; }
        html body main #firstview .bottom .award {
          width: 46%;
          position: absolute;
          right: 0;
          bottom: 1vw; }
          @media (max-width: 1340px) {
            html body main #firstview .bottom .award {
              width: 54%; } }
          @media (max-width: 768px) {
            html body main #firstview .bottom .award {
              width: 26%;
              display: inline-block; } }
          @media (max-width: 480px) {
            html body main #firstview .bottom .award {
              width: 30%; } }
          html body main #firstview .bottom .award img {
            display: inline-block;
            width: 48%;
            right: 0; }
            @media (max-width: 768px) {
              html body main #firstview .bottom .award img {
                display: block;
                width: 96%;
                margin-bottom: 1vh; } }
    html body main #udcast {
      margin: 80px 0 40px;
      width: 100%; }
      @media (max-width: 768px) {
        html body main #udcast {
          width: 90%;
          margin: 40px auto; } }
      html body main #udcast .logo {
        margin: 0 auto 40px;
        width: 400px; }
        @media (max-width: 768px) {
          html body main #udcast .logo {
            width: 70%; } }
        html body main #udcast .logo img {
          width: 100%; }
      html body main #udcast .text p {
        font-size: 14px;
        line-height: 1;
        margin: 8px 0;
        text-align: center; }
        @media (max-width: 768px) {
          html body main #udcast .text p {
            line-height: 1.4;
            font-size: 12px;
            text-align: left; } }
      html body main #udcast .text ul {
        text-align: center; }
      html body main #udcast .text .bold {
        font-size: 18px; }
        @media (max-width: 768px) {
          html body main #udcast .text .bold {
            font-size: 16px; } }
    html body main #teaser {
      /*padding: $vPadding;*/
      padding: 0; }
      @media (max-width: 768px) {
        html body main #teaser {
          /*padding: 4vh;*/
          padding: 0; } }
      html body main #teaser p {
        text-align: center; }
      html body main #teaser span {
        font-size: 1.6vw;
        line-height: 3.04vw;
        text-align: center;
        padding: 0.4vw; }
        @media (max-width: 1340px) {
          html body main #teaser span {
            font-size: 2.4vw;
            line-height: 4.56vw; } }
        @media (max-width: 768px) {
          html body main #teaser span {
            font-size: 2.8vw;
            line-height: 5.32vw; } }
        @media (max-width: 480px) {
          html body main #teaser span {
            font-size: 3.2vw;
            line-height: 6.08vw; } }
      html body main #teaser .teaser {
        width: 60%;
        height: 30vw;
        margin: 10vw auto; }
        @media (max-width: 768px) {
          html body main #teaser .teaser {
            width: 100%;
            height: 60vw; } }
        html body main #teaser .teaser iframe {
          width: 100%;
          height: 100%; }
    html body main #introduction {
      padding: 12vh 0;
      background-image: url(../images/image_intro_bg.webp);
      background-size: cover;
      background-position: center; }
      @media (max-width: 768px) {
        html body main #introduction {
          background-image: none; }
          html body main #introduction:before {
            content: '';
            background-image: url(../images/image_intro_bg.webp);
            height: 50vw;
            display: block;
            background-size: cover;
            margin-bottom: 10vw; } }
      html body main #introduction .wrap {
        margin: 0 auto;
        display: flex;
        width: 1240px; }
        @media (max-width: 1340px) {
          html body main #introduction .wrap {
            width: 90%; } }
        @media (max-width: 768px) {
          html body main #introduction .wrap {
            display: block; } }
        @media (max-width: 480px) {
          html body main #introduction .wrap {
            width: 94%; } }
        html body main #introduction .wrap p {
          color: #EEEEF0; }
          @media (max-width: 768px) {
            html body main #introduction .wrap p {
              color: #000; } }
        html body main #introduction .wrap .main {
          width: 50%;
          font-size: 1.2vw;
          line-height: 2.28vw; }
          @media (max-width: 1340px) {
            html body main #introduction .wrap .main {
              font-size: 1.8vw;
              line-height: 3.42vw; } }
          @media (max-width: 768px) {
            html body main #introduction .wrap .main {
              font-size: 2.8vw;
              line-height: 5.32vw;
              width: 100%;
              margin-bottom: 10vw; } }
          @media (max-width: 768px) {
            html body main #introduction .wrap .main {
              font-size: 4vw;
              line-height: 7.6vw; } }
        html body main #introduction .wrap .detail {
          width: 50%; }
          @media (max-width: 768px) {
            html body main #introduction .wrap .detail {
              width: 100%; } }
          html body main #introduction .wrap .detail p {
            text-indent: 1vw; }
            @media (max-width: 1340px) {
              html body main #introduction .wrap .detail p {
                text-indent: 1.3vw; } }
            @media (max-width: 768px) {
              html body main #introduction .wrap .detail p {
                text-indent: 2.2vw; } }
            @media (max-width: 768px) {
              html body main #introduction .wrap .detail p {
                text-indent: 3.3vw; } }
    html body main .sceneimage {
      width: 100%; }
      html body main .sceneimage img {
        width: 100%; }
    html body main #story {
      padding: 12vh 0;
      margin: 0 auto;
      width: 1240px; }
      @media (max-width: 1340px) {
        html body main #story {
          width: 90%; } }
      @media (max-width: 480px) {
        html body main #story {
          width: 94%; } }
      html body main #story h1, html body main #story .detail {
        display: inline-block;
        width: 49%;
        vertical-align: top; }
        @media (max-width: 768px) {
          html body main #story h1, html body main #story .detail {
            width: 100%; } }
      html body main #story .detail {
        text-indent: 2em; }
        html body main #story .detail p {
          text-indent: 1vw; }
          @media (max-width: 1340px) {
            html body main #story .detail p {
              text-indent: 1.3vw; } }
          @media (max-width: 768px) {
            html body main #story .detail p {
              text-indent: 2.2vw; } }
          @media (max-width: 768px) {
            html body main #story .detail p {
              text-indent: 3.3vw; } }
    html body main #cast {
      width: 1240px;
      padding: 12vh 0;
      margin: 0 auto; }
      @media (max-width: 1340px) {
        html body main #cast {
          width: 90%; } }
      @media (max-width: 480px) {
        html body main #cast {
          width: 94%; } }
      html body main #cast ul {
        margin: 0 0 0 auto;
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        @media (max-width: 1340px) {
          html body main #cast ul {
            width: 100%; } }
        @media (max-width: 768px) {
          html body main #cast ul {
            justify-content: space-between; } }
        html body main #cast ul li {
          width: 30%;
          margin-left: 2%;
          margin-bottom: 2vw; }
          @media (max-width: 768px) {
            html body main #cast ul li {
              width: 49%;
              margin-left: 0;
              margin-bottom: 4vw; } }
          @media (max-width: 480px) {
            html body main #cast ul li {
              width: 100%;
              position: relative; } }
          html body main #cast ul li img {
            width: 100%;
            margin-bottom: 0.4vw; }
            @media (max-width: 768px) {
              html body main #cast ul li img {
                margin-bottom: 1vw; } }
            @media (max-width: 480px) {
              html body main #cast ul li img {
                width: 50%;
                display: inline; } }
          html body main #cast ul li .name {
            font-size: 1.2vw;
            line-height: 1; }
            @media (max-width: 1340px) {
              html body main #cast ul li .name {
                font-size: 1.6vw; } }
            @media (max-width: 768px) {
              html body main #cast ul li .name {
                font-size: 2.4vw; } }
            @media (max-width: 480px) {
              html body main #cast ul li .name {
                display: inline;
                font-size: 4vw;
                position: absolute;
                left: 54%; } }
          html body main #cast ul li .role {
            font-size: 0.8vw;
            text-align: right;
            opacity: 0.5; }
            @media (max-width: 1340px) {
              html body main #cast ul li .role {
                font-size: 1.2vw; } }
            @media (max-width: 768px) {
              html body main #cast ul li .role {
                font-size: 2vw; } }
            @media (max-width: 480px) {
              html body main #cast ul li .role {
                display: inline;
                font-size: 3vw;
                position: absolute;
                left: 54%;
                top: 6vw; } }
          html body main #cast ul li .profile {
            font-size: 0.6vw;
            line-height: 1.14vw; }
            @media (max-width: 1340px) {
              html body main #cast ul li .profile {
                font-size: 0.8vw;
                line-height: 1.52vw; } }
            @media (max-width: 768px) {
              html body main #cast ul li .profile {
                font-size: 1.4vw;
                line-height: 2.66vw; } }
            @media (max-width: 480px) {
              html body main #cast ul li .profile {
                display: none; } }
    html body main #comment {
      width: 100%;
      background-color: #E9E8EC; }
      html body main #comment .wrap {
        width: 1240px;
        padding: 12vh 0;
        margin: 0 auto; }
        @media (max-width: 1340px) {
          html body main #comment .wrap {
            width: 90%; } }
        @media (max-width: 480px) {
          html body main #comment .wrap {
            width: 94%; } }
        html body main #comment .wrap ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          html body main #comment .wrap ul li {
            width: 45%;
            margin-bottom: 4%;
            padding: 1% 1.3%;
            background-color: #43594F;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            @media (max-width: 768px) {
              html body main #comment .wrap ul li {
                width: 100%;
                padding: 2% 3%; } }
            html body main #comment .wrap ul li p {
              color: #EEEEF0;
              line-height: 1.9vw; }
              @media (max-width: 1340px) {
                html body main #comment .wrap ul li p {
                  line-height: 2.47vw; } }
              @media (max-width: 768px) {
                html body main #comment .wrap ul li p {
                  line-height: 4.18vw; } }
              @media (max-width: 480px) {
                html body main #comment .wrap ul li p {
                  line-height: 6.27vw; } }
              html body main #comment .wrap ul li p span {
                font-family: "游ゴシック体 Pr6N M";
                font-weight: 400;
                color: #fdca19; }
            html body main #comment .wrap ul li .comment {
              width: 90%;
              text-indent: 1vw; }
              @media (max-width: 1340px) {
                html body main #comment .wrap ul li .comment {
                  text-indent: 1.3vw; } }
              @media (max-width: 768px) {
                html body main #comment .wrap ul li .comment {
                  text-indent: 2.2vw; } }
              @media (max-width: 480px) {
                html body main #comment .wrap ul li .comment {
                  text-indent: 3.3vw; } }
            html body main #comment .wrap ul li .who {
              margin-top: 40px;
              opacity: 0.7; }
              html body main #comment .wrap ul li .who p {
                text-align: right;
                color: #EEEEF0; }
              html body main #comment .wrap ul li .who .name {
                font-size: 1.1vw;
                line-height: 1.4;
                margin-bottom: 1%; }
                @media (max-width: 1340px) {
                  html body main #comment .wrap ul li .who .name {
                    font-size: 1.4vw;
                    line-height: 3.42vw; } }
                @media (max-width: 768px) {
                  html body main #comment .wrap ul li .who .name {
                    font-size: 2vw;
                    line-height: 4.18vw; } }
                @media (max-width: 480px) {
                  html body main #comment .wrap ul li .who .name {
                    font-size: 3.6vw;
                    line-height: 7.22vw; } }
              html body main #comment .wrap ul li .who .role {
                font-size: 0.8vw;
                line-height: 1.4; }
                @media (max-width: 1340px) {
                  html body main #comment .wrap ul li .who .role {
                    font-size: 1vw;
                    line-height: 1.9vw; } }
                @media (max-width: 768px) {
                  html body main #comment .wrap ul li .who .role {
                    font-size: 1.4vw;
                    line-height: 2.66vw; } }
                @media (max-width: 480px) {
                  html body main #comment .wrap ul li .who .role {
                    font-size: 3vw;
                    line-height: 4.56vw; } }
          html body main #comment .wrap ul .wide {
            width: 100%; }
    html body main #note {
      width: 1240px;
      padding: 12vh 0;
      margin: 0 auto; }
      @media (max-width: 1340px) {
        html body main #note {
          width: 90%; } }
      @media (max-width: 480px) {
        html body main #note {
          width: 94%; } }
      html body main #note ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        html body main #note ul li {
          width: 30%;
          background-color: #4F3E43; }
          @media (max-width: 768px) {
            html body main #note ul li {
              width: 100%;
              margin-bottom: 4vw; } }
          html body main #note ul li a {
            width: 100%;
            height: 100%;
            display: block;
            position: relative; }
            html body main #note ul li a img {
              width: 80%;
              height: 16vh;
              object-fit: cover; }
            html body main #note ul li a p {
              color: #EEEEF0;
              padding: 8px;
              font-size: 0.9vw;
              line-height: 1.52vw; }
              @media (max-width: 1340px) {
                html body main #note ul li a p {
                  font-size: 1.2vw;
                  line-height: 1.9vw; } }
              @media (max-width: 768px) {
                html body main #note ul li a p {
                  font-size: 1.8vw;
                  line-height: 3.23vw; } }
              @media (max-width: 480px) {
                html body main #note ul li a p {
                  font-size: 3vw;
                  line-height: 5.51vw; } }
            html body main #note ul li a .title {
              width: 74%; }
            html body main #note ul li a .note {
              position: absolute;
              right: 2px;
              bottom: 0;
              font-size: 0.8vw; }
              @media (max-width: 768px) {
                html body main #note ul li a .note {
                  font-size: 1.2vw; } }
              @media (max-width: 480px) {
                html body main #note ul li a .note {
                  font-size: 2vw; } }
    html body main #staff {
      width: 1240px;
      padding: 12vh 0;
      margin: 0 auto; }
      @media (max-width: 1340px) {
        html body main #staff {
          width: 90%; } }
      @media (max-width: 480px) {
        html body main #staff {
          width: 94%; } }
      html body main #staff #staff_default {
        border-bottom: solid 1px #000;
        margin-bottom: 3vw; }
        html body main #staff #staff_default h1 {
          margin-bottom: 40px; }
      html body main #staff .director {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 6vw auto; }
        @media (max-width: 768px) {
          html body main #staff .director {
            width: 100%;
            margin: 0 0 10vw auto; } }
        @media (max-width: 480px) {
          html body main #staff .director {
            position: relative; } }
        html body main #staff .director img, html body main #staff .director .right {
          width: 48%;
          object-fit: cover; }
          html body main #staff .director img .name, html body main #staff .director .right .name {
            font-size: 1.2vw;
            line-height: 1; }
            @media (max-width: 1340px) {
              html body main #staff .director img .name, html body main #staff .director .right .name {
                font-size: 1.6vw; } }
            @media (max-width: 768px) {
              html body main #staff .director img .name, html body main #staff .director .right .name {
                font-size: 2.4vw; } }
            @media (max-width: 480px) {
              html body main #staff .director img .name, html body main #staff .director .right .name {
                display: inline;
                font-size: 4vw;
                position: absolute;
                left: 54%; } }
          html body main #staff .director img .role, html body main #staff .director .right .role {
            font-size: 0.8vw;
            text-align: right;
            opacity: 0.5; }
            @media (max-width: 1340px) {
              html body main #staff .director img .role, html body main #staff .director .right .role {
                font-size: 1.2vw; } }
            @media (max-width: 768px) {
              html body main #staff .director img .role, html body main #staff .director .right .role {
                font-size: 2vw; } }
            @media (max-width: 480px) {
              html body main #staff .director img .role, html body main #staff .director .right .role {
                display: inline;
                font-size: 3vw;
                position: absolute;
                left: 54%;
                top: 6vw; } }
          html body main #staff .director img .profile, html body main #staff .director .right .profile {
            font-size: 0.6vw;
            line-height: 0.95vw; }
            @media (max-width: 1340px) {
              html body main #staff .director img .profile, html body main #staff .director .right .profile {
                font-size: 0.8vw;
                line-height: 1.52vw; } }
            @media (max-width: 768px) {
              html body main #staff .director img .profile, html body main #staff .director .right .profile {
                font-size: 1.4vw;
                line-height: 2.66vw; } }
            @media (max-width: 480px) {
              html body main #staff .director img .profile, html body main #staff .director .right .profile {
                display: none; } }
      html body main #staff ul {
        width: 76%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 0 auto; }
        @media (max-width: 1340px) {
          html body main #staff ul {
            width: 100%; } }
        html body main #staff ul li {
          width: 32%;
          margin-bottom: 3vw; }
          @media (max-width: 1340px) {
            html body main #staff ul li {
              width: 24%; } }
          @media (max-width: 768px) {
            html body main #staff ul li {
              width: 48%; } }
          @media (max-width: 480px) {
            html body main #staff ul li {
              position: relative;
              width: 45%;
              margin-bottom: 18vw; } }
          html body main #staff ul li .name {
            font-size: 1.2vw;
            line-height: 1; }
            @media (max-width: 1340px) {
              html body main #staff ul li .name {
                font-size: 1.6vw; } }
            @media (max-width: 768px) {
              html body main #staff ul li .name {
                font-size: 2.4vw; } }
            @media (max-width: 480px) {
              html body main #staff ul li .name {
                display: inline;
                font-size: 4vw;
                position: absolute;
                left: 0; } }
          html body main #staff ul li .role {
            font-size: 0.8vw;
            text-align: right;
            opacity: 0.5; }
            @media (max-width: 1340px) {
              html body main #staff ul li .role {
                font-size: 1.2vw; } }
            @media (max-width: 768px) {
              html body main #staff ul li .role {
                font-size: 2vw; } }
            @media (max-width: 480px) {
              html body main #staff ul li .role {
                display: inline;
                font-size: 3vw;
                position: absolute;
                left: 0;
                top: 6vw; } }
          html body main #staff ul li .profile {
            font-size: 0.6vw;
            line-height: 0.95vw; }
            @media (max-width: 1340px) {
              html body main #staff ul li .profile {
                font-size: 0.8vw;
                line-height: 1.52vw; } }
            @media (max-width: 768px) {
              html body main #staff ul li .profile {
                font-size: 1.4vw;
                line-height: 2.66vw; } }
            @media (max-width: 480px) {
              html body main #staff ul li .profile {
                display: none; } }
    html body main #theater {
      width: 1240px;
      padding: 12vh 0;
      margin: 0 auto; }
      @media (max-width: 1340px) {
        html body main #theater {
          width: 90%; } }
      @media (max-width: 480px) {
        html body main #theater {
          width: 94%; } }
      html body main #theater .prefecture {
        border-top: solid 2px #000;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 480px) {
          html body main #theater .prefecture {
            display: block; } }
        html body main #theater .prefecture p li, html body main #theater .prefecture .detail li {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          html body main #theater .prefecture p li:last-child, html body main #theater .prefecture .detail li:last-child {
            margin-bottom: 3vw; }
          @media (max-width: 768px) {
            html body main #theater .prefecture p li:last-child, html body main #theater .prefecture .detail li:last-child {
              margin-bottom: 7vw; } }
          @media (max-width: 480px) {
            html body main #theater .prefecture p li, html body main #theater .prefecture .detail li {
              display: block; } }
          html body main #theater .prefecture p li p, html body main #theater .prefecture .detail li p {
            width: 49%;
            border-bottom: solid 1px #888;
            padding: 12px 0; }
            @media (max-width: 480px) {
              html body main #theater .prefecture p li p, html body main #theater .prefecture .detail li p {
                width: 100%; } }
          @media (max-width: 480px) {
            html body main #theater .prefecture p li .theater, html body main #theater .prefecture .detail li .theater {
              border-bottom: none;
              padding: 12px 0 0; } }
          @media (max-width: 480px) {
            html body main #theater .prefecture p li .schedule, html body main #theater .prefecture .detail li .schedule {
              text-align: right;
              border-top: none;
              padding: 2px 0 12px; } }
        html body main #theater .prefecture .detail {
          width: 66%; }
          @media (max-width: 768px) {
            html body main #theater .prefecture .detail {
              width: 80%; } }
          @media (max-width: 480px) {
            html body main #theater .prefecture .detail {
              width: 100%; } }
        html body main #theater .prefecture > p {
          width: 33%;
          padding-top: 12px; }
          @media (max-width: 768px) {
            html body main #theater .prefecture > p {
              width: 20%; } }
          @media (max-width: 480px) {
            html body main #theater .prefecture > p {
              width: 100%;
              border-bottom: solid 2px #000;
              padding-bottom: 12px; } }
    html body main .modal {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 99;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      width: 100%; }
      html body main .modal .modal-contents {
        background-color: #EEEEF0;
        margin: 40vw 0 10vw;
        width: 80%;
        padding: 10%; }
        html body main .modal .modal-contents .name {
          font-size: 4vw; }
        html body main .modal .modal-contents .role {
          opacity: 0.5;
          font-size: 3vw; }
    html body #contact {
      width: 1240px;
      padding: 12vh 0;
      margin: 0 auto; }
      @media (max-width: 1340px) {
        html body #contact {
          width: 90%; } }
      @media (max-width: 480px) {
        html body #contact {
          width: 94%; } }
    html body footer {
      background-color: #D4C1AE; }
      html body footer img {
        display: block;
        margin: 0 auto;
        width: 30%;
        padding: 12vh 0 2vh; }
        @media (max-width: 1340px) {
          html body footer img {
            width: 40%; } }
        @media (max-width: 768px) {
          html body footer img {
            width: 50%;
            padding: 12vh 0 6vh; } }
        @media (max-width: 480px) {
          html body footer img {
            width: 80%; } }

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