.pt-perspective {
	position: relative;
	width: 100%;
	/* -webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px; */
}

.pt-page {
	width: 100%;
  height: 100vh;
	position: relative;
	top: 0;
  left: 0;
	/* visibility: hidden; */
	overflow: hidden;
	/* -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d; */
}

.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}

.pt-page:nth-of-type(1) {
  background-color: red;
}
.pt-page:nth-of-type(2) {
  background-color: yellow;
}
.pt-page:nth-of-type(3) {
  background-color: green;
}
.pt-page:nth-of-type(4) {
  background-color: blue;
}
.pt-page:nth-of-type(5) {
  background-color: pink;
}

.scene-wrap {
  position: relative;
  font-size: 22px;
  line-height: 24px;
}
.scene-wrap .item {
  height: 105vh;
}
@media screen and (max-width: 767px) {
  .scene-wrap .item {
    height: 150vh;
  }
}
.scene-wrap.is-active #pt-main {
  position: fixed;
}
.scene-wrap.is-active.is-end #pt-main {
  position: absolute;
  top: unset;
  bottom: 0;
}
.scene-wrap .scene-container {
  position: relative;
  text-align: center;
  z-index: 2;
}
.scene-wrap .scene-container > .inner {
  position: relative;
  max-width: 730px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}
.scene-wrap .scene-title {
  margin-bottom: 50px;
}
.scene-wrap .scene-graphic {
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 50%;
  max-width: 400px;
  z-index: 1;
}
.scene-wrap .scene-graphic img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
.scene-wrap .pt-page.pt-page:nth-of-type(3) .scene-graphic {
	bottom: -25px;
  width: 100%;
  left: 0;
  right: unset;
  max-width: 100%;
}
.scene-wrap .pt-page.pt-page:nth-of-type(3) .scene-graphic img {
  width: auto;
}
.scene-wrap .pt-page.pt-page:nth-of-type(3) .scene-graphic img:nth-of-type(1) {
  max-height: 440px;
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .scene-wrap .scene-container {
    padding-top: 5%;
  }
  .scene-wrap .scene-container > .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .scene-wrap .scene-graphic img {
    max-height: 50vh;
  }

  .scene-wrap .pt-page:nth-of-type(4) .scene-graphic img {
    max-height: 44vh !important;
  }
}
.scene-wrap p span {
  display: block;
}
.scene-wrap p a {
  color: inherit;
  text-decoration: underline;
}
.scene-wrap .pt-page:nth-of-type(3) .scene-graphic,
.scene-wrap .pt-page:nth-of-type(4) .scene-graphic {
  left: unset;
  right: 4%;
}
.scene-wrap .pt-page:nth-of-type(5) .scene-graphic {
  bottom: 2%;
}
.scene-wrap .pt-page:nth-of-type(2),
.scene-wrap .pt-page:nth-of-type(3),
.scene-wrap .pt-page:nth-of-type(4) {
  color: #fff;
}
.scene-wrap .pt-page:nth-of-type(4) .scene-graphic {
  bottom: 2%;
}
