@charset "UTF-8";
/**
 * mv 18/12/13追加更新用
 */
.mv .notice {
  position: absolute;
  width: 300px;
  bottom: 75px;
  z-index: 100;
  left: 15%;
  margin: 0 0 0 25px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 750px) {
  .mv .notice {
    max-width: 345px;
    width: calc(100vw - 8%);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc((100vw - 30px) * (100 / 740) + 35px + 112px) !important;
  }
}

@media (min-width: 376px) and (max-width: 750px) {
  .mv .notice {
    max-width: 345px;
    width: calc(100vw - 8%);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc((375px - 30px) * (100 / 740) + 35px + 112px) !important;
  }
}

.mv .notice:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.mv .notice p {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 1.43;
  color: #b8a137;
  font-weight: bold;
  padding: 20px 0px;
}

@media (max-width: 750px) {
  .mv .notice p {
    padding: 12.5px 0;
    font-size: 11px;
    line-height: 1.67;
  }
}

.mv .notice p span {
  font-size: 18px;
}

@media (max-width: 750px) {
  .mv .notice p span {
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  .mv .notice p .pc {
    display: none;
  }
}

@media (max-width: 750px) {
  .mv .top-bg01, .mv .top-bg02 {
    height: 610px;
    background-position: center -40px;
  }
}

@media (max-width: 750px) {
  .mv .chara01 {
    height: 550px;
  }
  .mv .chara02 {
    height: 530px;
  }
  .mv .chara03 {
    height: 540px;
  }
  .mv .chara04 {
    height: 560px;
  }
  .mv .zombie0101 {
    height: 92%;
  }
  .mv .zombie0102 {
    height: 92%;
  }
  .mv .zombie0103 {
    height: 92%;
  }
  .mv .zombie0104 {
    height: 92%;
  }
}

/**
 * movie 18/11/13追加更新用
 */
.mv-movie {
  z-index: 100;
  width: 370px;
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mv-movie a {
  overflow: visible;
}

.mv-movie a:nth-child(2) {
  position: absolute;
  -webkit-transform: translate3d(-50%, 80%, 0);
  transform: translate3d(-50%, 80%, 0);
}

.mv-movie a.new:after {
  content: "";
  background: transparent url(https://img.spike-chunsoft.co.jp/otwd/images/icon_new.png) center no-repeat;
  background-size: 100%, auto;
  width: 43px;
  height: 21.5px;
  position: absolute;
  top: -10px;
  left: 10px;
}

@media (max-width: 750px) {
  .mv-movie {
    width: calc(100vw - 30px);
    max-width: 345px;
    top: initial;
    bottom: 65px;
  }
}

/**
 * catch 18/11/13追加更新用
  12/13変更追加
 */
@media (max-width: 750px) {
  .mv .catch {
    bottom: calc((100vw - 30px) * (100 / 740) + 35px + 292px) !important;
  }
  .mv .catch img {
    width: 100%;
  }
}

@media (min-width: 376px) and (max-width: 750px) {
  .mv .catch {
    bottom: calc((375px - 30px) * (100 / 740) + 35px + 292px) !important;
  }
  .mv .catch img {
    width: 100%;
  }
}
