
body {
  overflow: hidden;
  background-color: #131313;
}

#Audio-Control {
}

.cont {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1002px;
  margin-left: -501px;
  text-align: center;
  color: #fff;
  -moz-animation: 240s endroll linear infinite;
  -webkit-animation: 240s endroll linear infinite;
  animation: 240s endroll linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

.music_tit {
  font-size: 42px;
  margin-bottom: 90px;
}

.music_by {
  font-size: 20px;
  line-height: 46px;
  margin-bottom: 1000px;
}


.ph {
  font-size: 18px;
  line-height: 46px;
  margin-bottom: 300px;
}


.ph_tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.idea {
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  letter-spacing: 3px;
  margin-bottom: 80px;
}

.spth {
  font-size: 48px;
}


.link {
  background: -webkit-linear-gradient(transparent 98%, #fff 90%);
  background: -o-linear-gradient(transparent 98%, #fff 90%);
  background: linear-gradient(transparent 98%, #fff 90%);
  text-decoration: none;
  display: inline-block;
}


.link:hover {
  background: -webkit-linear-gradient(transparent 100%, #fff 100%);
  background: -o-linear-gradient(transparent 100%, #fff 100%);
  background: linear-gradient(transparent 100%, #fff 100%);
  color: #4d4d4d;
}

.go {
  font-size: 16px;
}

.bo130 {
  margin-bottom: 130px;
}

.bo140 {
  margin-bottom: 140px;
}

.bo350 {
  margin-bottom: 350px;
}

.all {
  font-size: 30px;
  margin-top: 300px;
  -webkit-font-smoothing: antialiased; 
}

.sin {
  margin-bottom: 50px;
  font-size: 50px;
}

.job {
  margin-bottom: 20px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;  
}

.topname {
  font-size: 50px;
  margin-bottom: 135px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;  
}

@-webkit-keyframes endroll {
  0% {
    top: 100%;
  }
  100% {
    top: -14200px;
  }
}

@keyframes endroll {
  0% {
    top: 100%;
  }
  100% {
    top: -14200px;
  }
}

td {
  vertical-align: top;
  width: 10em;
}


td a {
    color: #ffffff;
}

a {
    color: #ffffff;
}

a:hover {
  text-decoration: none;
}

  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    color: #fff;
    appearance: none;
   font-family: "Vollkorn", Georgia, Times, serif;
   float: right;
   -webkit-font-smoothing: antialiased;
   letter-spacing: 2px;
}

.sound {
    float: left;
    margin-right: 12px;
    padding-top: 3px;
}
 
#Audio-Control {
    overflow: hidden;
    position: fixed;
    left: 25px;
    top: 43px;

}
 
#Audio-Control button {
    width: 40px;
    float: left;
    padding: 2px 0 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-decoration: underline;    
}
 
#Audio-Control button.on {
    border-left: none;
}
 
#Audio-Control button.off {
    border-right: none;
}
 
#Audio-Control button.active {
    background: #ccc;
    color: #131313;
    text-decoration: none;
}
 
#Audio-Control button:not(.active):hover {
    background: rgba(204, 204, 204, 0.3);
}




#menu {
    position: fixed;
    top: 80px;
    left: 22px;
    font-size: 15px;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

#subm1 {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 23px;
    display: none;
    padding-top: 8px;
    -webkit-font-smoothing: antialiased;
}
