html, body, #loading, #loadingBack, #WebGL{
    font-family: "source-han-sans-japanese", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
h1{
    color: #ff0080;
    width: 200px;
    height: 24px;
    margin: -12px -100px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transition: opacity 3.0s ease-in;
}
#loadingBack{
    background-color: #000;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: opacity 3.0s ease-in;
}
.notes{
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 12px;
    color: #ffffff;
    z-index: 4;
}
.notes a{
    color: #ffffff;
}
.operation, .credit{
    background-color: rgba( 0, 0, 0, 0.8 );
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 50px;
}
.credit{
  background-color: rgba( 0, 0, 0, 1.0 );
  height: 50px;
  bottom: 0;
}
.operationContent{
    width: 960px;
    height: 40px;
    margin: 20px auto;
    position: relative;
}
#WebGL{
    position: absolute;
    top: 0;
}
.uploader{
    background: url( ../images/folder.png ) no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    float: left;
}
#file{
    opacity: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
#player{
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
}
.play, .pause, .replay{
    margin-left: 20px;
}
.play:before, .replay:before{
    content: "";
    width: 0;
    height: 0;
    border: transparent solid 12px;
    border-left-color: #fff;
    border-right-width: 0;
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
}
.play:before{
    border-left-color: rgba( 255, 255, 255, 0.2 );
}
.pause:before, .pause:after, .replay:after{
    content: "";
    background-color: #fff;
    width: 4px;
    height: 24px;
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
}
.pause:after, .replay:before{
    left: 24px;
}
.operation ul{
    padding: 0;
    margin: 0;
    float: right;
    position: relative;
}
.operation ul li{
    background: url( ../images/psylliumList.png ) no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    list-style: none;
    float: left;
}
.operation ul li:nth-child( 2 ){
    background-position: -40px 0;
}
.operation ul li:nth-child( 3 ){
    background-position: -80px 0;
}
.operation ul li:nth-child( 4 ){
    background-position: -120px 0;
}
.operation ul li:nth-child( 5 ){
    background-position: -160px 0;
}
.operation ul li:nth-child( 6 ){
    background-position: -200px 0;
}
.operation ul li:nth-child( 7 ){
    background-position: -240px 0;
}
.operation ul li:nth-child( 8 ){
    background-position: -280px 0;
}
.operation ul li:nth-child( 9 ){
    background-position: -320px 0;
}
.operation ul li:nth-child( 10 ){
    background-position: -360px 0;
}
.operation ul li:nth-child( 11 ){
    background-position: -400px 0;
}
.operation ul li:nth-child( 12 ){
    background-position: -440px 0;
}
.operation ul li:nth-child( 13 ){
    background-position: -480px 0;
}
#prev, #next{
    background-color: rgba( 0, 0, 0, 0 );
    width: 40px;
    height: 40px;
    display: none;
}
.creditContent{
  width: 960px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
  vertical-align: baseline;
}
.creditContent span{
  color: #bfbfbf;
  font-size: 14px;
  margin: 16px 30px 0 20px;
  float: left;
}
.creditContent span:last-child{
  font-size: 10px;
  margin: 20px 20px 0 0;
  float: right;
}
.creditContent ul{
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
}
.creditContent ul li{
  padding: 0;
  margin: 18px 20px 20px 0;
  font-size: 12px;
  list-style: none;
  float: left;
}
.creditContent li a{
  color: #bfbfbf;
  text-decoration: none;
}
.creditContent li a:hover{
  color: #fff;
}
@media screen and ( min-width: 960px ){
    .uploader:hover, .pause:hover, .replay:hover{
        border: #fff solid 2px;
        margin: -2px -2px -2px 18px;
    }
    .operationContent li:hover, .operationContent .selected{
        border: #fff solid 2px;
        margin: -2px 18px -2px -2px;
    }
    .selected{
        border: rgba( 255, 255, 255, 0.2 ) solid 2px;
    }
}
@media screen and ( max-width: 959px ){
    .operation{
      bottom: 120px;
    }
    .credit{
      height: 120px;
    }
    .operationContent{
      width: 320px;
      position: relative;
      height: 40px;
      margin: 20px auto;
      overflow: hidden;
    }
    .uploader{
      margin: 0;
    }
    .operationContent ul, ul:after{
        width: 40px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        right: 60px;
    }
    .operationContent ul:after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .operationContent ul li{
        transition: all 0.2s ease-in;
    }
    #prev, #next, #prev:before, #next:before{
        padding: 0;
        border: 0;
        margin: 0;
        display: block;
        position: absolute;
        right: 100px;
    }
    #next{
        right: 20px;
    }
    #prev:before, #next:before{
        content: "";
        width: 0;
        height: 0;
        border: transparent solid 12px;
        border-right-color: #fff;
        border-left-width: 0;
        top: 8px;
        left: 16px;
    }
    #next:before{
        border: transparent solid 12px;
        border-left-color: #fff;
        border-right-width: 0;
        left: 12px;
    }
    .creditContent{
      width: 320px;
      position: static;
      height: 120px;
      margin: 0 auto;
      float: none;
    }
    .creditContent span{
      margin: 20px 0 10px;
    }
    .creditContent ul li{
      margin: 0 20px 10px 0;
    }
    .creditContent span:last-child{
      margin: 10px 0 20px;
      float: left;
    }
}
