@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #151d22;
  font-weight: 100;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

.l-wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-wrap {
    position: static;
  }
}


.l-main {
  position: relative;
}

.covervid-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.covervid-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: 0 0;
  background-repeat: repeat;
  opacity: .7;
}
.m-logo {
  position: fixed;
  top:50%;
  left:50%;
  z-index: 1000;
  width: 50vw;
  max-width: 260px;
  transform: translateY(-50%) translateX(-50%);
}
.m-logo img{
  width: 100%;
  height: auto;
}
