/* CSS Document */
* {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  list-style: none;
  font-feature-settings: "palt";
}

html {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #d6b014;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  position: relative;
  display: block;
  text-decoration: none;
}

.sec {
  width: 100%;
  height: 100vh;
}
.sec .mv-box {
  position: absolute;
  overflow: hidden;
}
.sec .mv-box .mv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .sec .mv-box {
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 56.25vw;
    max-height: 100vh;
  }
}
@media screen and (max-width: 750px) {
  .sec .mv-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .sec .mv-box .mv {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 101%;
    width: auto;
  }
}/*# sourceMappingURL=jomonow.css.map */