main .bgImg {
  background-color: #1c0f0c;
  opacity: 1;
  z-index: 0;
}
@media (max-width: 920px) {
  main .bgImg {
    height: 60vw;
  }
}
@media (max-width: 520px) {
  main .bgImg {
    width: 100%;
    height: 80vw;
  }
}
main .ttl {
  max-width: 480px;
}
@media (max-width: 1024px) {
  main .ttl {
    width: 25%;
  }
}
@media (max-width: 520px) {
  main .ttl {
    bottom: 6rem;
    left: 0;
    top: unset;
    transform: unset;
    background: #1a0e0b;
    padding: 1rem;
  }
}

.p-mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  max-height: 80rem;
}
@media (max-width: 920px) {
  .p-mv {
    height: 60vw;
  }
}
@media (max-width: 520px) {
  .p-mv {
    width: 100%;
    height: 100vw;
  }
}
.p-mv__list {
  aspect-ratio: 16/9;
  max-width: 115rem;
  width: 60%;
  overflow: hidden;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 520px) {
  .p-mv__list {
    aspect-ratio: 15/9;
    width: 100%;
    right: 0;
    top: 8rem;
    transform: unset;
  }
}
.p-mv__list--icon {
  z-index: 1;
  background: transparent;
}
.p-mv__list__item {
  position: absolute;
}
@media (max-width: 520px) {
  .p-mv__list__item {
    position: absolute;
    width: 100%;
  }
}
.p-mv__list__icon {
  position: absolute;
  width: 5rem;
  height: 5rem;
  z-index: 1;
  background: black;
  bottom: 0;
  right: 22rem;
}
.p-mv__img {
  aspect-ratio: 16/9;
  opacity: 0;
}
@media (max-width: 520px) {
  .p-mv__img {
    aspect-ratio: 15/9;
  }
}
.p-mv__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 520px) {
  .p-mv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 100%;
  }
}
.p-mv__txt {
  color: white;
  position: absolute;
  bottom: 0;
  /* transform: translateX(-50%); */
  font-size: 24px;
  opacity: 0;
  background-color: rgba(127, 127, 127, 0.2);
}
@media (max-width: 520px) {
  .p-mv__txt {
    font-size: 2rem;
  }
}
.p-mv__txt span {
  display: block;
  font-style: normal;
  font-weight: bold;
}
.p-mv__txt--1, .p-mv__txt--4 {
  right: 0;
}
.p-mv__txt--1 {
  height: 3vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 58%;
  bottom: 1vw;
  width: 38%;
}
@media (max-width: 520px) {
  .p-mv__txt--1 {
    left: 40%;
    height: 8vw;
    width: 50%;
  }
}
.p-mv__txt--1 span {
  position: absolute;
  font-size: min(1.8vw, 3rem);
  line-height: 4.2rem;
  z-index: 1;
}
@media (max-width: 520px) {
  .p-mv__txt--1 span {
    font-size: 2rem;
  }
}
.p-mv__txt--1 span em {
  font-size: 1.5em;
}
.p-mv__txt--1 span .anim-null {
  position: initial;
  z-index: 0;
}
.p-mv__txt--1.istop {
  bottom: 5vw;
}
@media (max-width: 520px) {
  .p-mv__txt--1.istop {
    bottom: 10vw;
  }
}
.p-mv__txt--1.isbot {
  background: rgb(0, 77, 160);
  background: linear-gradient(90deg, rgb(0, 77, 160) 0%, rgb(0, 117, 193) 33%, rgb(68, 175, 53) 100%);
}
.p-mv__txt--2 {
  height: 3vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
  top: 1vw;
  left: 2vw;
}
@media (max-width: 520px) {
  .p-mv__txt--2 {
    height: 8vw;
    width: 50%;
  }
}
.anim-right .p-mv__txt--2 {
  top: unset;
  left: 58%;
  bottom: 1vw;
}
@media (max-width: 520px) {
  .anim-right .p-mv__txt--2 {
    bottom: 5vw;
    left: 40%;
  }
}
.p-mv__txt--2 span {
  position: absolute;
  font-size: min(1.8vw, 3rem);
  line-height: 4.2rem;
  z-index: 1;
}
@media (max-width: 520px) {
  .p-mv__txt--2 span {
    font-size: 2rem;
  }
}
.p-mv__txt--2 span em {
  font-size: 1.5em;
}
.p-mv__txt--2 span .anim-null {
  position: initial;
  z-index: 0;
}
.p-mv__txt--3 {
  height: 3vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 520px) {
  .p-mv__txt--3 {
    height: 8vw;
    width: 50%;
  }
}
.anim-right .p-mv__txt--3 {
  transform: unset;
  top: unset;
  left: 58%;
  bottom: 1vw;
}
@media (max-width: 520px) {
  .anim-right .p-mv__txt--3 {
    bottom: 5vw;
    left: 40%;
  }
}
.p-mv__txt--3 span {
  position: absolute;
  font-size: min(1.8vw, 3rem);
  line-height: 4.2rem;
  z-index: 1;
}
@media (max-width: 520px) {
  .p-mv__txt--3 span {
    font-size: 2rem;
  }
}
.p-mv__txt--3 span em {
  font-size: 1.5em;
}
.p-mv__txt--3 span .anim-null {
  position: initial;
  z-index: 0;
}
.p-mv__txt--4 {
  height: 3vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 58%;
  bottom: 1vw;
  width: 38%;
}
@media (max-width: 520px) {
  .p-mv__txt--4 {
    left: 40%;
    bottom: 5vw;
    height: 8vw;
    width: 50%;
  }
}
.p-mv__txt--4 span {
  position: absolute;
  font-size: min(1.8vw, 3rem);
  line-height: 4.2rem;
  z-index: 1;
}
@media (max-width: 520px) {
  .p-mv__txt--4 span {
    font-size: 2rem;
  }
}
.p-mv__txt--4 span em {
  font-size: 1.5em;
}
.p-mv__txt--4 span .anim-null {
  position: initial;
  z-index: 0;
}
.p-mv__dots {
  position: absolute;
  bottom: 10%;
  transform: translateY(-50%);
  left: 5%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 520px) {
  .p-mv__dots {
    top: unset;
    bottom: 9rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-mv__dots button {
  width: 1rem;
  height: 1rem;
  border-radius: 50px;
  display: inline-block;
  background-color: #778187;
}
.p-mv__dots button.active {
  background-color: white;
}

#image1,
#image2,
#image3,
#image4 {
  will-change: opacity;
}

.u-icon {
  opacity: 0;
  position: absolute;
  width: 3vw;
  height: 3vw;
  z-index: 0;
  background: rgb(218, 83, 83);
  background: rgb(0, 77, 160);
  background: linear-gradient(90deg, rgb(0, 77, 160) 0%, rgb(0, 117, 193) 33%, rgb(68, 175, 53) 100%);
}
@media (max-width: 520px) {
  .u-icon {
    width: 8vw;
    height: 8vw;
  }
}
.u-icon.js-icon1 {
  bottom: 5vw;
  left: 58%;
}
@media (max-width: 520px) {
  .u-icon.js-icon1 {
    left: 40%;
    bottom: 10vw;
  }
}
.anim-null .u-icon.js-icon1 {
  width: 38%;
}
@media (max-width: 520px) {
  .anim-null .u-icon.js-icon1 {
    width: 50%;
  }
}
.u-icon.js-icon2 {
  top: 1vw;
  left: 2vw;
}
.anim-right .u-icon.js-icon2 {
  top: unset;
  left: 58%;
  bottom: 1vw;
}
@media (max-width: 520px) {
  .anim-right .u-icon.js-icon2 {
    left: 40%;
    bottom: 5vw;
  }
}
.anim-null .u-icon.js-icon2 {
  width: 38%;
}
@media (max-width: 520px) {
  .anim-null .u-icon.js-icon2 {
    width: 50%;
  }
}
.u-icon.js-icon3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anim-right .u-icon.js-icon3 {
  top: unset;
  left: 58%;
  transform: unset;
  bottom: 1vw;
}
@media (max-width: 520px) {
  .anim-right .u-icon.js-icon3 {
    left: 40%;
    bottom: 5vw;
  }
}
.anim-null .u-icon.js-icon3 {
  width: 38%;
}
@media (max-width: 520px) {
  .anim-null .u-icon.js-icon3 {
    width: 50%;
  }
}
.u-icon.js-icon4 {
  bottom: 1vw;
  left: 58%;
}
@media (max-width: 520px) {
  .u-icon.js-icon4 {
    left: 40%;
    bottom: 5vw;
  }
}
.anim-null .u-icon.js-icon4 {
  width: 38%;
}
@media (max-width: 520px) {
  .anim-null .u-icon.js-icon4 {
    width: 50%;
  }
}/*# sourceMappingURL=style_new.css.map */