.c-parallax-translate-z {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  perspective: 200px;
}
.c-parallax-translate-z .c-parallax-translate-z--150 {
  transform: translateZ(-150px) scale(1.75);
}
.c-parallax-translate-z .c-parallax-translate-z--100 {
  transform: translateZ(-100px) scale(1.5);
}
.c-parallax-translate-z .c-parallax-translate-z--0 {
  transform: translateZ(0);
}
@media print, screen and (min-width: 751px) {
  .c-parallax-translate-z .c-parallax-translate-z--150\@pc {
    transform: translateZ(-150px) scale(1.75);
  }
  .c-parallax-translate-z .c-parallax-translate-z--100\@pc {
    transform: translateZ(-100px) scale(1.5);
  }
  .c-parallax-translate-z .c-parallax-translate-z--0\@pc {
    transform: translateZ(0);
  }
}
@media screen and (max-width:750px) {
  .c-parallax-translate-z .c-parallax-translate-z--150\@sp {
    transform: translateZ(-150px) scale(1.75);
  }
  .c-parallax-translate-z .c-parallax-translate-z--100\@sp {
    transform: translateZ(-100px) scale(1.5);
  }
  .c-parallax-translate-z .c-parallax-translate-z--0\@sp {
    transform: translateZ(0);
  }
}

@media print, screen and (min-width: 751px) {
  .p-box {
    height: 40.65vw;
  }
}
@media print, screen and (min-width:1240px) {
  .p-box {
    height: 500px;
  }
}
@media screen and (max-width:750px) {
  .p-box {
    padding: 4vw;
  }
}

.p-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width:750px) {
  .p-bg {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-title {
  color: #fff;
  opacity: 0.6;
  z-index: 100;
}
@media print, screen and (min-width: 751px) {
  .p-title {
    position: absolute;
    top: 30%;
    left: 6%;
    width: 50%;
    font-size: 2rem;
  }
}
@media screen and (max-width:750px) {
  .p-title {
    position: relative;
  }
}

.p-txt {
  color: #fff;
  opacity: 0.6;
  z-index: 100;
}
@media print, screen and (min-width: 751px) {
  .p-txt {
    position: absolute;
    top: 24%;
    left: 50%;
    width: 50%;
  }
}
@media screen and (max-width:750px) {
  .p-txt {
    position: relative;
    padding-top: 0.5em;
  }
}/*# sourceMappingURL=index.css.map */