* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  list-style: none;
  color: inherit;
}
.wrap {
  padding: 40px;
}
.container {
  position: relative;
  font-size: 12px;
  overflow: hidden;
}
.container strong {
  font-weight: bold;
}
.js_win {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  opacity: 0;
  pointer-events: none;
}
.js_win_scroll {
  position: relative;
  overflow-y: scroll;
  height: 100px;
}
.js_win_content {
  position: relative;
  height: 200px;
}
.dummyVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  pointer-events: none;
  visibility: hidden;
}
.vh {
  position: fixed;
  left: 35px;
  top: 0;
  width: 5px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
}
.logo {
  position: fixed;
}
.logo img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 760px), print {
  .logo {
    right: 18px;
    bottom: 14px;
  }
  .logo img {
    width: 80px;
    height: 24px;
  }
}
@media screen and (max-width: 759px) {
  .logo {
    right: 18px;
    bottom: 14px;
  }
  .logo img {
    width: 52px;
    height: 15px;
  }
}
.original {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 40px;
  user-select: none;
}
