@charset 'utf-8';

@font-face {
  font-family: 'jurabook';
  src: url('../../fonts/jura-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'jurabook', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #696565;
  background: #fff;
}

a {
  display: block;
}

a:hover {
  text-decoration: none;
}

.case {
  height: 100%;
  opacity: 0;
}

.content {
  position: absolute;
  margin: 20px 0 0 25px;
  z-index: 5;
}

.content .label {
  margin-top: 5px;
  font-size: 13px;
}

.hand-case {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hand {
  position: relative;
  top: -1%;
  width: 470px;
  height: 580px;
  margin: 0 auto;
  background: url('../../images/home/splines.png') no-repeat -40px -60px;
}

.hand a {
  position: absolute;
  width: 470px;
  height: 530px;
  z-index: 5;
}

.mainmus {
  margin: 520px 0 0 0;
  width: 470px;
  height: 25px;
  background: url('../../images/home/splines.png') no-repeat 0 -29px;
}

.currentime {
  width: 470px;
  height: 16px;
  margin: 20px 0 0 0;
  font-size: 13px;
  text-align: center;
}

.loaded {
  opacity: 1 !important;
  transition: opacity 1500ms;
}
