@charset "UTF-8";

.sectionMV {
  margin: auto;
  position: relative;
  width: 100%;
  height: 80vh;
  height: 80dvh;
  max-height: 500px;
  /* max-width: 1920px; */
  overflow: hidden;
  left: 0;
  top: 0;
}
@media screen and (min-width: 626px) {
  .sectionMV {
    max-height: 80vh;
    max-height: 80dvh;
  }
}
@media screen and (min-width: 769px), print {
  .sectionMV {
    height: 70vh;
  }
}
@media screen and (min-width: 1280px) {
  .sectionMV {
    height: 165vh;
    max-height: 1950px;
  }
}
.sectionMV .mv_cap {
  position: absolute;
  bottom: 1%;
  right: 1%;
  padding: 0;
  line-height: 1.2em;
}
.sectionMV .sceneBlock {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.sectionMV .scene01 {
  opacity: 0;
}
.sectionMV .scene01 .scene01__img01 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  background: url(../images/top/tower/mv_anime/mv_cat_05_sp.webp) no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 1;
}
@media screen and (min-width: 1280px), print {
  .sectionMV .scene01 .scene01__img01 {
    background: url(../images/top/tower/mv_anime/mv_cat_05.webp) no-repeat;
    background-size: cover;
  }
}
.sectionMV .scene01 .scene01__img01_cap {
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.sectionMV .scene02 {
  opacity: 0;
  z-index: 2;
  position: relative;
}

.sectionMV .scene02 .scene02__text01 {
  position: absolute;
  top: 18%;
  left: 0%;
  width: 37%;
  padding: 0.8em;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 960px), print {
  .sectionMV .scene02 .scene02__text01 {
    padding: 2em;
    width: 26%;
    left: 2%;
    top: 16%;
  }
}
.sectionMV .scene02 .scene02__text02 {
  position: absolute;
  bottom: 0px;
  left: 2%;
  width: 54%;
}
@media screen and (min-width: 960px), print {
  .sectionMV .scene02 .scene02__text02 {
    bottom: auto;
    top: 55%;
    width: 24%;
    left: 2%;
  }
}
