/* body */
/* safariのスクロールを禁止する */
body{
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  /* stage */
  .nxa-stage{
      width:300px;
      height: 250px;
      background-color: #000;
      position: relative;
  }
  
  /* link panel */
  .nxa-link-panel{
      width:300px;
      height: 250px;
      position: absolute;
      z-index: 999;
      display: none;
      cursor: pointer;
  }
  
  /* bg */
  .nxa-bg{
      width:300px;
      height: 250px;
      position: absolute;
      z-index: 1;
      display: none;
  }
  .nxa-bg__final{
      width:300px;
      height: 250px;
      position: absolute;
      z-index: 3;
      display: none;
  }
  
  /* numbers */
  .nxa-number-wrap{
      position: absolute;
      z-index: 3;
      display: none;
  }
  .nxa-number-sptite{
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
  }

/* colon */
.nxa-colons-wrap{
    position: absolute;
    z-index: 2;
    display: none;
}
.nxa-colon{
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}