@charset "UTF-8";
html {
  font-size: 100%;
  /* 16px（16pt） */ }

body {
  word-wrap: break-word;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  background-color: #000; }
  body.openModal {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd, label, tr th, tr td, button, time, label, input, option, select, textarea {
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0; }

div {
  line-height: 0; }

ul, dl {
  margin: 0;
  padding: 0; }

/* -------- Loading -------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999999; }

#loader_2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999998; }
  #loader_2 img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }

.wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .wrp video {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
