@charset "UTF-8";
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#nierreplicant {
  background: black;
}

#nierreplicant h1, #nierreplicant section, #nierreplicant div, #nierreplicant p, #nierreplicant ul, #nierreplicant li {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

#nierreplicant #cover {
  width: 100%;
  height: 72.65625vw;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  max-width: 1280px;
  max-height: 930px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../image/bg01.jpg) center/cover no-repeat;
  animation: ani_fadein 3s ease-in 0s 1 normal both running;
}

#nierreplicant #cover h1 {
  width: 73.28125%;
  height: 27.2043%;
  position: relative;
  top: 70.10753%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../image/ph01.png) center/contain no-repeat;
  animation: ani_fadein 1s ease-in 3s 1 normal both running;
}

#nierreplicant #cover #movie {
  width: 31.71875%;
  height: 25.05376%;
  position: absolute;
  top: 48.8172%;
  left: 3.51563%;
  background: url(../image/ph02_1.png) center/contain no-repeat;
  cursor: pointer;
  animation: ani_fadein 0.6s ease-in 4s 1 normal both running;
}

#nierreplicant #cover #movie .mask {
  width: 99.01478%;
  height: 98.28326%;
  position: absolute;
  top: 0.85837%;
  left: 0.49261%;
  background: black;
  opacity: 0.7;
  transition: opacity 0.3s;
}

#nierreplicant #cover #movie .frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/ph02_f.png) center/contain no-repeat;
}

#nierreplicant #cover #movie .frame .button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/ph02_b.png) center/contain no-repeat;
  transition: opacity 0.3s;
}

#nierreplicant #cover #movie:hover .mask {
  opacity: 0.4;
}

#nierreplicant #cover #movie:hover .frame .button {
  opacity: 0.2;
}

#nierreplicant #cover #sound {
  width: 10.15625%;
  height: 2.58065%;
  position: absolute;
  top: 0.86022%;
  right: 1.40625%;
  background: url(../image/ph03_1.png) center/contain no-repeat;
  cursor: pointer;
}

#nierreplicant #cover #sound .indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/ph03_2.png) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

#nierreplicant #cover #sound ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#nierreplicant #cover #sound ul .on {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/ph03_3.png) center/contain no-repeat;
  opacity: 0.5;
  transition: opacity 0.3s;
}

#nierreplicant #cover #sound ul .off {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/ph03_4.png) center/contain no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
}

#nierreplicant #cover #sound.on .indicator {
  opacity: 1;
}

#nierreplicant #cover #sound.on ul .on {
  opacity: 1;
}

#nierreplicant #cover #sound.on ul .off {
  opacity: 0.5;
}

#nierreplicant #spec {
  width: 100%;
  padding: 1.25vw 0;
  border-top: solid 1px #3c3b3b;
}

#nierreplicant #spec ul {
  display: flex;
  width: 54.6875vw;
  height: auto;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

#nierreplicant #spec ul li {
  display: inline-block;
  font-family: "���C���I","Meiryo",sans-serif;
  font-size: 0.70313vw;
  line-height: 2;
  margin: 0 0.5em;
  color: #7f7f7f;
}

#modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
}

#modal #youtubeplayer {
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#modal.show {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #nierreplicant h1, #nierreplicant section, #nierreplicant div, #nierreplicant p, #nierreplicant ul, #nierreplicant li {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  #nierreplicant #cover {
    width: 100%;
    height: 172vw;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    background: url(../image/bg02.jpg) center/cover no-repeat;
  }
  #nierreplicant #cover h1 {
    width: 95.33333%;
    height: 14.88372%;
    top: 50.23256%;
    left: 0;
    right: 0;
  }
  #nierreplicant #cover #movie {
    width: 86.53333%;
    height: 28.83721%;
    top: 69.53488%;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: auto;
  }
  #nierreplicant #cover #movie .mask {
    width: 98.76733%;
    height: 97.84946%;
    top: 1.07527%;
    left: 0.61633%;
    opacity: 0.5;
    transition: none;
  }
  #nierreplicant #cover #movie .frame {
    width: 100%;
    height: 100%;
  }
  #nierreplicant #cover #movie .frame .button {
    width: 100%;
    height: 100%;
    transition: none;
  }
  #nierreplicant #cover #movie:hover .mask {
    opacity: 0.5;
  }
  #nierreplicant #cover #movie:hover .frame .button {
    opacity: 1;
  }
  #nierreplicant #cover #sound {
    display: none;
  }
  #nierreplicant #spec {
    padding: 2.13333vw 0;
  }
  #nierreplicant #spec ul {
    display: block;
    width: 100%;
    height: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin: 0;
  }
  #nierreplicant #spec ul li {
    display: list-item;
    font-size: 2.13333vw;
    line-height: 1.625;
    margin: 0;
    text-align: center;
  }
}
