@charset "utf-8";
/*導入*/
.load {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1003; }
    .load .load-in {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 240px;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      animation: ld 1.5s linear 0s infinite; }
  @keyframes ld {
    0% {
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      opacity: 0; } }
      .load .load-in img {
        width: 100%;
        height: auto;
        display: block; }
  
  #animation {
    background: #000;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    width: 100%;
    transition-duration: .5s; }
    #animation #skip {
      position: fixed;
      top: 0;
      left: 0;
      max-width: 150px;
      width: 100%;
      transition-duration: .5s;
      display: none; }
    #animation #moov1 {
      display: none; }
      #animation #moov1 .moov-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 80vh;
        max-width: 1024px;
        margin: auto;
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 90%; }
        #animation #moov1 .moov-inner img {
          width: 100%;
          display: block;
          animation: tx 1000ms ease-in-out 0s alternate both; }
        #animation #moov1 .moov-inner svg {
          width: 100%;
          height: auto; }
  @keyframes tx {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
    #animation #moov2 {
      display: none; }
      #animation #moov2 .moov-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 80vh;
        max-width: 1024px;
        margin: auto;
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 90%; }
        #animation #moov2 .moov-inner.tp35 {
          top: 35%; }
        #animation #moov2 .moov-inner img {
          width: 100%;
          height: auto;
          max-width: 960px; }
    #animation #moov3 {
      display: none; }
      #animation #moov3 .moov-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 80vh;
        max-width: 1024px;
        margin: auto;
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 90%; }
        #animation #moov3 .moov-inner img {
          width: 100%;
          display: block;
          animation: tx 1000ms ease-in-out 0s alternate both; }
        #animation #moov3 .moov-inner svg {
          width: 100%;
          height: auto; }
  @keyframes tx {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
    #animation #moov4 {
      display: none; }
      #animation #moov4 .moov-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 80vh;
        max-width: 1024px;
        margin: auto;
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 90%; }
        #animation #moov4 .moov-inner.park {
          /*padding-bottom: 20vh;*/ }
        #animation #moov4 .moov-inner img {
          width: 100%;
          display: block;
          animation: tx 1000ms ease-in-out 0s alternate both; }
        #animation #moov4 .moov-inner svg {
          width: 100%;
          height: auto; }
        /*#animation #moov4 .moov-inner .walk {
          max-width: 375px; }
          #animation #moov4 .moov-inner .walk svg {
            margin-bottom: 50px;
            animation: zombie 4000ms ease-in-out 0s alternate both;
            width: 70%; }
        #animation #moov4 .moov-inner .walk2 svg {
          margin-bottom: 50px;
          animation: zombie 4000ms ease-in-out 1s alternate both;
          width: 70%; }
        #animation #moov4 .moov-inner .walk3 {
          max-width: 375px; }
          #animation #moov4 .moov-inner .walk3 svg {
            margin-bottom: 50px;
            animation: zombie 4000ms ease-in-out 2s alternate both;
            width: 70%; }
        #animation #moov4 .moov-inner .walk4 {
          max-width: 375px; }
          #animation #moov4 .moov-inner .walk4 svg {
            margin-bottom: 50px;
            animation: zombie-l 4000ms ease-in-out 0s alternate both;
            width: 70%; }
        #animation #moov4 .moov-inner .walk5 {
          max-width: 375px; }
          #animation #moov4 .moov-inner .walk5 svg {
            margin-bottom: 50px;
            animation: zombie-l 4000ms ease-in-out 1s alternate both;
            width: 70%; }
        #animation #moov4 .moov-inner .walk6 {
          max-width: 375px; }
          #animation #moov4 .moov-inner .walk6 svg {
            margin-bottom: 50px;
            animation: zombie-l 4000ms ease-in-out 2s alternate both;
            width: 70%; }
            */
  @keyframes zombie {
    0% {
      transform: translateY(100vh) translateX(-100vw) scale(1.5); }
    80% {
      opacity: 0; }
    100% {
      transform: translateY(-50%) translateX(50%) scale(0);
      opacity: 0; } }
  @keyframes zombie-l {
    0% {
      transform: translateY(100vh) translateX(100vw) scale(1.5); }
    100% {
      transform: translateY(-50%) translateX(0) scale(0);
      opacity: 0; } }
  @keyframes tx {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .leg1 {
    animation: leg1 50ms ease-in-out 0s infinite alternate;
    fill: #fff; }
  
  .leg2 {
    animation: leg2 50ms ease-in-out 0s infinite alternate;
    fill: #fff; }
  
  .leg3 {
    animation: leg3 50ms ease-in-out 0s infinite alternate;
    fill: #fff; }
  
  @keyframes leg1 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes leg2 {
    0% {
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes leg3 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  /*ここまで*/