@-webkit-keyframes float1 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -20px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes float1 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -20px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes float2 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes float2 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes float3 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -5px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes float3 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -5px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@keyframes moveDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@keyframes moveUp {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@-webkit-keyframes changeOpacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes changeOpacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.page-container .content {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  text-align: center;
  pointer-events: none;
  font-size: 40px;
}
.page-container .content.active {
  opacity: 1;
  pointer-events: all;
}
.page-container .content.s1-1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-container .content.s1-1.active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.scene,
.part {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scene .bubble-container .bubble,
.part .bubble-container .bubble {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  position: absolute;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: transform;
}
.scene .bubble-container .bubble .video-js,
.part .bubble-container .bubble .video-js {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 0;
}
.scene .bottom-btn,
.part .bottom-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 17.96875vh;
}
.scene .bottom-btn .bottom-title,
.scene .bottom-btn .bottom-txt,
.part .bottom-btn .bottom-title,
.part .bottom-btn .bottom-txt {
  position: absolute;
  left: 0;
  right: 0;
}
.scene .bottom-btn .icon-arrow,
.scene .bottom-btn .icon-dot,
.part .bottom-btn .icon-arrow,
.part .bottom-btn .icon-dot {
  display: inline-block;
  font-size: 11.5107913669vw;
}
.scene .bottom-btn div.bottom-title,
.part .bottom-btn div.bottom-title {
  bottom: 100%;
  font-size: 9.5923261391vw;
  margin-top: 0.78125vh;
}
.scene .bottom-btn div.bottom-title.icon-S4-5-title-V2, .scene .bottom-btn div.bottom-title.icon-S4-8-title-V2, .scene .bottom-btn div.bottom-title.icon-S4-11-title-V2,
.part .bottom-btn div.bottom-title.icon-S4-5-title-V2,
.part .bottom-btn div.bottom-title.icon-S4-8-title-V2,
.part .bottom-btn div.bottom-title.icon-S4-11-title-V2 {
  font-size: 49.4004796163vw;
}
@media (min-width: 720px) {
  .scene .bottom-btn div.bottom-title.icon-S4-5-title-V2, .scene .bottom-btn div.bottom-title.icon-S4-8-title-V2, .scene .bottom-btn div.bottom-title.icon-S4-11-title-V2,
  .part .bottom-btn div.bottom-title.icon-S4-5-title-V2,
  .part .bottom-btn div.bottom-title.icon-S4-8-title-V2,
  .part .bottom-btn div.bottom-title.icon-S4-11-title-V2 {
    font-size: 49.3055555556vw;
  }
}
.scene .bottom-btn .bottom-txt,
.part .bottom-btn .bottom-txt {
  top: 100%;
  font-size: 3.3573141487vw;
  margin-top: 0.9375vh;
  font-size: 14px;
  margin-top: 6px;
}
@media (min-width: 720px) {
  .scene .bottom-btn,
  .part .bottom-btn {
    bottom: 17.96875vh;
  }
  .scene .bottom-btn .icon-arrow,
  .scene .bottom-btn .icon-dot,
  .part .bottom-btn .icon-arrow,
  .part .bottom-btn .icon-dot {
    font-size: 11.8055555556vw;
  }
  .scene .bottom-btn .bottom-title,
  .part .bottom-btn .bottom-title {
    bottom: 100%;
    font-size: 11.1111111111vw;
    margin-bottom: 0.390625vh;
  }
  .scene .bottom-btn .bottom-txt,
  .part .bottom-btn .bottom-txt {
    font-size: 4.4444444444vw;
    margin-top: 0.78125vh;
  }
}

.scene-1 .s1-1.icon-S1-1-title {
  text-indent: 5.035971223vw;
  font-size: 29.9760191847vw;
  margin-top: 28vh;
}
@media (min-width: 720px) {
  .scene-1 .s1-1.icon-S1-1-title {
    text-indent: 4.0277777778vw;
    font-size: 29.9760191847vw;
    margin-top: 32.109375vh;
  }
}
.scene-1 .s1-1.icon-explore {
  color: black;
  background-color: white;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 8.88px rgba(227, 227, 227, 0.6);
          box-shadow: 0px 0px 8.88px rgba(227, 227, 227, 0.6);
  border-radius: 0.5203125vh;
  margin-top: 35vh;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 3.3573141487vw;
  padding-top: 1.25vh;
  padding-bottom: 1.25vh;
  padding-left: 5.9952038369vw;
  padding-right: 5.9952038369vw;
}
@media (min-width: 720px) {
  .scene-1 .s1-1.icon-explore {
    margin-top: 28.203125vh;
    font-size: 3.1944444444vw;
    padding-top: 1.171875vh;
    padding-bottom: 1.171875vh;
    padding-left: 5.9722222222vw;
    padding-right: 5.9722222222vw;
  }
}
.scene-1 .s1-2.icon-S1-2-title {
  position: absolute;
  font-size: 17.0263788969vw;
  margin-top: 13.125vh;
}
@media (min-width: 720px) {
  .scene-1 .s1-2.icon-S1-2-title {
    font-size: 16.9444444444vw;
    margin-top: 21.40625vh;
  }
}
.scene-1 .s1-3.icon-S1-3-tutorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-animation-name: float1;
  animation-name: float1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  font-size: 16.7865707434vw;
  top: 70.78125vh;
  left: 59.4724220624vw;
}
.scene-1 .s1-3.icon-S1-3-tutorial span:before {
  color: white;
}
@media (min-width: 720px) {
  .scene-1 .s1-3.icon-S1-3-tutorial {
    font-size: 20.8333333333vw;
    top: 70.3125vh;
    left: 59.4444444444vw;
  }
}
.scene-1 .bubble-container .bubble-1 {
  -webkit-animation-name: float1;
  animation-name: float1;
  z-index: 1;
  width: 49.4004796163vw;
  height: 49.4004796163vw;
  top: 43.75%;
  left: 10.3117505995%;
}
.scene-1 .bubble-container .bubble-1 .icon-S2-2-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  font-size: 7.6738609113vw;
}
@media (min-width: 720px) {
  .scene-1 .bubble-container .bubble-1 .icon-S2-2-title {
    font-size: 8.8888888889vw;
  }
}
.scene-1 .bubble-container .bubble-2 {
  -webkit-animation-name: float2;
  animation-name: float2;
  -webkit-filter: blur(0.268vw);
  filter: blur(0.268vw);
  width: 23.5011990408vw;
  height: 23.5011990408vw;
  top: 42.65625%;
  left: 64.7482014388%;
}
.scene-1 .bubble-container .bubble-3 {
  -webkit-animation-name: float3;
  animation-name: float3;
  -webkit-filter: blur(0.536vw);
  filter: blur(0.536vw);
  width: 14.3884892086vw;
  height: 14.3884892086vw;
  top: 32.03125%;
  left: 47.9616306954%;
}
@media (min-width: 720px) {
  .scene-1 .bubble-container .bubble-1 {
    -webkit-animation-name: float1;
    animation-name: float1;
    width: 49.5833333333vw;
    height: 49.5833333333vw;
    top: 52.34375%;
    left: 9.7222222222%;
  }
  .scene-1 .bubble-container .bubble-2 {
    -webkit-animation-name: float2;
    animation-name: float2;
    -webkit-filter: blur(0.463vw);
    filter: blur(0.463vw);
    width: 23.6111111111vw;
    height: 23.6111111111vw;
    top: 45.703125%;
    left: 63.8888888889%;
  }
  .scene-1 .bubble-container .bubble-3 {
    -webkit-animation-name: float3;
    animation-name: float3;
    -webkit-filter: blur(0.927vw);
    filter: blur(0.927vw);
    width: 14.4444444444vw;
    height: 14.4444444444vw;
    top: 36.71875%;
    left: 48.6111111111%;
  }
}
.scene-1 .bubble-container,
.scene-1 .s1-1,
.scene-1 .s1-2,
.scene-1 .s1-3,
.scene-1 .s2-1 {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.s1-1 .scene-1 {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(img/Background.jpg);
  background-position: center;
  background-size: cover;
}

.scene-2 {
  background-color: rgba(0, 0, 0, 0.4);
}
.scene-2 .s2-3.icon-S2-6-text1 {
  font-size: 20.8633093525vw;
  margin-top: 12.5vh;
}
@media (min-width: 720px) {
  .scene-2 .s2-3.icon-S2-6-text1 {
    font-size: 20.8333333333vw;
    margin-top: 20.546875vh;
  }
}
.scene-2 .s2-3.icon-S2-3-tutorial-text2 {
  font-size: 5.7553956835vw;
  margin-top: 10.9375vh;
}
@media (min-width: 720px) {
  .scene-2 .s2-3.icon-S2-3-tutorial-text2 {
    font-size: 5.5555555556vw;
    margin-top: 9.140625vh;
  }
}

.scene-4 .icon-S2-6-kelpicon0,
.scene-4 .icon-S2-7-kelpicon1,
.scene-4 .icon-S2-8-kelpicon2,
.scene-4 .icon-S2-9-kelpicon3 {
  font-size: 29.0167865707vw;
  margin-top: 21.875vh;
  margin-bottom: 1.875vh;
}
@media (min-width: 720px) {
  .scene-4 .icon-S2-6-kelpicon0,
  .scene-4 .icon-S2-7-kelpicon1,
  .scene-4 .icon-S2-8-kelpicon2,
  .scene-4 .icon-S2-9-kelpicon3 {
    font-size: 30vw;
    margin-top: 28.4375vh;
    margin-bottom: 1.40625vh;
  }
}
.scene-4 .icon-S2-6-text,
.scene-4 .icon-S2-7-text,
.scene-4 .icon-S2-8-text,
.scene-4 .icon-S2-9-text {
  font-size: 15.3477218225vw;
  margin-top: 0.625vh;
}
@media (min-width: 720px) {
  .scene-4 .icon-S2-6-text,
  .scene-4 .icon-S2-7-text,
  .scene-4 .icon-S2-8-text,
  .scene-4 .icon-S2-9-text {
    font-size: 15.4166666667vw;
    margin-top: 0.390625vh;
  }
}
.scene-4 .s2-5.icon-S2-5-text {
  font-size: 15.8273381295vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 720px) {
  .scene-4 .s2-5.icon-S2-5-text {
    font-size: 16.1111111111vw;
  }
}

.scene-5 {
  background-color: rgba(0, 0, 0, 0.4);
}
.scene-5 .s2-11.icon-S2-11-text {
  font-size: 46.5227817746vw;
  margin-top: 18.75vh;
}
@media (min-width: 720px) {
  .scene-5 .s2-11.icon-S2-11-text {
    font-size: 45.8333333333vw;
    margin-top: 26.5625vh;
  }
}
.scene-5 .s2-11.icon-S2-11-text,
.scene-5 .s2-11.bottom-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scene-6 .bubble-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scene-6 .bubble-container .bubble-1 {
  -webkit-animation-name: float1;
  animation-name: float1;
  z-index: 1;
  width: 49.4004796163vw;
  height: 49.4004796163vw;
  top: 40.625vh;
  left: 37.170263789vw;
}
.scene-6 .bubble-container .bubble-1 .icon-S3-3-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  font-size: 7.6738609113vw;
}
@media (min-width: 720px) {
  .scene-6 .bubble-container .bubble-1 .icon-S3-3-title {
    font-size: 8.8888888889vw;
  }
}
.scene-6 .bubble-container .bubble-2 {
  -webkit-animation-name: float2;
  animation-name: float2;
  -webkit-filter: blur(0.268vw);
  filter: blur(0.268vw);
  width: 23.5011990408vw;
  height: 23.5011990408vw;
  top: 18.75vh;
  left: 14.3884892086vw;
}
@media (min-width: 720px) {
  .scene-6 .bubble-container .bubble-1 {
    -webkit-animation-name: float1;
    animation-name: float1;
    width: 49.5833333333vw;
    height: 49.5833333333vw;
    top: 45.3125vh;
    left: 37.5vw;
  }
  .scene-6 .bubble-container .bubble-2 {
    -webkit-animation-name: float2;
    animation-name: float2;
    -webkit-filter: blur(0.463vw);
    filter: blur(0.463vw);
    width: 23.6111111111vw;
    height: 23.6111111111vw;
    top: 17.1875vh;
    left: 16.6666666667vw;
  }
}

.scene-7 .s3-4.square {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  width: 86.3309352518vw;
  height: 86.3309352518vw;
  padding: 4.7961630695vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}
@media (min-width: 720px) {
  .scene-7 .s3-4.square {
    width: 86.1111111111vw;
    height: 86.1111111111vw;
    padding: 5.5555555556vw;
  }
}
.scene-7 .icon-S3-4-text {
  font-size: 5.7553956835vw;
}
@media (min-width: 720px) {
  .scene-7 .icon-S3-4-text {
    font-size: 5.8333333333vw;
  }
}
.scene-7 .icon-S3-4-tutorialicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12.4700239808vw;
}
.scene-7 .icon-S3-4-tutorialicon span:before {
  color: white;
}
@media (min-width: 720px) {
  .scene-7 .icon-S3-4-tutorialicon {
    font-size: 12.5vw;
  }
}
.scene-7 .opacity-1 {
  -webkit-animation: changeOpacity 2s ease-in-out infinite;
  animation: changeOpacity 2s ease-in-out infinite;
}
.scene-7 .opacity-2 {
  -webkit-animation: changeOpacity 2s ease-in-out infinite;
  animation: changeOpacity 2s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.scene-8 .s3-5.icon-S3-5-text {
  font-size: 46.5227817746vw;
  margin-top: 25.9375vh;
  margin-top: 166px;
}
@media (min-width: 720px) {
  .scene-8 .s3-5.icon-S3-5-text {
    font-size: 45.8333333333vw;
    margin-top: 26.5625vh;
  }
}
.scene-8 .s3-6.icon-S3-6-text {
  position: absolute;
  font-size: 5.7553956835vw;
  margin-top: 18.75vh;
}
@media (min-width: 720px) {
  .scene-8 .s3-6.icon-S3-6-text {
    font-size: 5.8333333333vw;
    margin-top: 25.78125vh;
  }
}
.scene-8 .s3-6.icon-S3-6-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 158.33vh;
  pointer-events: none;
}
.scene-8 .s3-6.icon-S3-6-clock span:before {
  color: white;
}
.scene-8 .s3-6.icon-S3-6-clock .path1 {
  position: absolute;
  display: block;
  height: 15vw;
  width: 50vw;
  top: 50%;
  left: 50%;
  margin-top: -7.5vw;
  -webkit-transform: rotate(325deg);
          transform: rotate(325deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0.4;
}
.scene-8 .s3-6.icon-S3-6-clock .path1:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0;
}
.scene-8 .s3-6.icon-S3-6-clock .path2 {
  position: absolute;
  display: block;
  height: 79.2vh;
  width: 15vw;
  bottom: 50%;
  left: 50%;
  margin-left: -7.5vw;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: 0.4;
}
.scene-8 .s3-6.icon-S3-6-clock .path2:before {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0;
}
.scene-8 .s3-6.icon-S3-6-clock .path3 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scene-8 .s3-6.icon-S3-6-clock .path3:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
}
.scene-8 .s3-6.icon-S3-6-tutorialicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  font-size: 19.1846522782vw;
  margin-top: 21.875vh;
}
@media (min-width: 720px) {
  .scene-8 .s3-6.icon-S3-6-tutorialicon {
    font-size: 19.4444444444vw;
    margin-top: 28.90625vh;
  }
}

.scene-9 .s3-8.icon-S3-8-title {
  font-size: 23.9808153477vw;
  margin-top: 15.625vh;
}
@media (min-width: 720px) {
  .scene-9 .s3-8.icon-S3-8-title {
    font-size: 23.6111111111vw;
    margin-top: 22.65625vh;
  }
}

.scene-10 .s3-9.icon-S3-9-text {
  position: absolute;
  font-size: 16.7865707434vw;
  margin-top: 40.625vh;
}
@media (min-width: 720px) {
  .scene-10 .s3-9.icon-S3-9-text {
    font-size: 16.6666666667vw;
    margin-top: 45.3125vh;
  }
}
.scene-10 .s3-10.icon-S3-10-text {
  position: absolute;
  font-size: 43.1654676259vw;
  margin-top: 21.875vh;
}
@media (min-width: 720px) {
  .scene-10 .s3-10.icon-S3-10-text {
    font-size: 44.4444444444vw;
    margin-top: 28.125vh;
  }
}
.scene-10 .bottom-btn .bottom-txt.icon-s3-10-btn-text {
  font-size: 9.1127098321vw;
}
@media (min-width: 720px) {
  .scene-10 .bottom-btn .bottom-txt.icon-s3-10-btn-text {
    font-size: 8.8888888889vw;
  }
}

.scene-11 .bubble-container .bubble-1 {
  -webkit-animation-name: float1;
  animation-name: float1;
  z-index: 1;
  width: 49.4004796163vw;
  height: 49.4004796163vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.scene-11 .bubble-container .bubble-1 .icon-S4-3-title-top {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  text-align: center;
  font-size: 7.6738609113vw;
}
@media (min-width: 720px) {
  .scene-11 .bubble-container .bubble-1 .icon-S4-3-title-top {
    font-size: 8.8888888889vw;
  }
}
.scene-11 .bubble-container .bubble-1 .icon-S4-3-title-top .icon-S4-3-title-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 3.3573141487vw;
  font-size: 3.3573141487vw;
}
@media (min-width: 720px) {
  .scene-11 .bubble-container .bubble-1 .icon-S4-3-title-top .icon-S4-3-title-bottom {
    margin-top: 3.4722222222vw;
    font-size: 3.8888888889vw;
  }
}
.s4-4 .scene-11 .bubble-container .bubble-1 .icon-S4-3-title-top .icon-S4-3-title-bottom {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 720px) {
  .scene-11 .bubble-container .bubble-1 {
    -webkit-animation-name: float1;
    animation-name: float1;
    width: 49.5833333333vw;
    height: 49.5833333333vw;
  }
}

.scene-12 .s4-4.square {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
  width: 99.2805755396vw;
  height: 99.2805755396vw;
  padding: 4.7961630695vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}
@media (min-width: 720px) {
  .scene-12 .s4-4.square {
    width: 100vw;
    height: 100vw;
    padding: 5.5555555556vw;
  }
}
.scene-12 .s4-4.square .icon-S4-4-text {
  font-size: 5.7553956835vw;
}
@media (min-width: 720px) {
  .scene-12 .s4-4.square .icon-S4-4-text {
    font-size: 5.5555555556vw;
  }
}
.scene-12 .s4-4.square .icon-S3-4-tutorialicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12.4700239808vw;
}
.scene-12 .s4-4.square .icon-S3-4-tutorialicon span:before {
  color: white;
}
@media (min-width: 720px) {
  .scene-12 .s4-4.square .icon-S3-4-tutorialicon {
    font-size: 12.5vw;
  }
}
.scene-12 .s4-4.square .opacity-1 {
  -webkit-animation: changeOpacity 2s ease-in-out infinite;
  animation: changeOpacity 2s ease-in-out infinite;
}
.scene-12 .s4-4.square .opacity-2 {
  -webkit-animation: changeOpacity 2s ease-in-out infinite;
  animation: changeOpacity 2s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.scene-14 .icon-S4-13-text {
  font-size: 22.5419664269vw;
  margin-top: 41.5625vh;
  position: absolute;
}
@media (min-width: 720px) {
  .scene-14 .icon-S4-13-text {
    font-size: 22.2222222222vw;
    margin-top: 45.3125vh;
  }
}

.scene-15 .product {
  width: 40.5275779376vw;
  height: 37.4100719424vw;
  margin-top: 34.375vh;
}
.scene-15 .title {
  font-size: 11.5107913669vw;
}
.scene-15 .title.icon-S5-1-text-mobile {
  display: none;
}
.scene-15 .qr-code {
  background-image: url(img/qr-code.png);
  background-size: cover;
  background-position: center;
  margin-top: 4.6875vh;
  width: 17.9856115108vw;
  height: 17.9856115108vw;
}
@media (min-width: 720px) {
  .scene-15 .qr-code {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
  }
}
.scene-15 .s5-1.icon-restart-mp,
.scene-15 .s5-1.icon-restart {
  color: white;
  background-color: black;
  pointer-events: all;
  z-index: 2;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8.88px rgba(227, 227, 227, 0.6);
          box-shadow: 0px 0px 8.88px rgba(227, 227, 227, 0.6);
  margin-top: 2.896875vh;
  border-radius: 0.5203125vh;
  font-size: 3.8369304556vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-top: 1.9184652278vw;
  padding-bottom: 1.9184652278vw;
  padding-left: 5.9952038369vw;
  padding-right: 5.9952038369vw;
}
.scene-15 .s5-1.icon-restart-mp {
  display: none;
}
.scene-15 .s5-1.icon-restart {
  display: inline-block;
}
.scene-15 .sprite-img,
.scene-15 .title,
.scene-15 .qr-code,
.scene-15 .s5-1.icon-restart-mp,
.scene-15 .s5-1.icon-explore {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.scene-15 .sprite-img {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.scene-15 .title {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.scene-15 .s5-1.icon-restart-mp,
.scene-15 .qr-code {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.scene-15 .s5-1.icon-restart {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
@media (min-width: 720px) {
  .scene-15 .product {
    margin-top: 45.3125vh;
  }
  .scene-15 .title {
    font-size: 11.1111111111vw;
  }
  .scene-15 .qr-code {
    margin-top: 3.90625vh;
  }
  .scene-15 .s5-1.icon-restart {
    margin-top: 3.90625vh;
  }
}

@media screen and (min-width: 720px) and (min-height: 450px) and (max-width: 2048px) {
  .scene-15 .product {
    margin-top: 37.5vh;
  }
  .scene-15 .title {
    font-size: 9.7222222222vw;
  }
  .scene-15 .qr-code {
    margin-top: 2.34375vh;
  }
  .scene-15 .s5-1.icon-restart {
    margin-top: 2.34375vh;
  }
}
#page.mp .scene-15 .qr-code {
  display: none;
}
#page.mp .scene-15 .s5-1.icon-restart-mp {
  display: inline-block;
}
#page.mp .scene-15 .icon-S5-1-onsite {
  display: none;
}
#page.mp .scene-15 .icon-S5-1-text-mobile {
  display: block;
}
#page.mp .scene-15 .s5-1.icon-restart {
  display: none;
}

.icon-S2-3-tutorial-icon,
.icon-S2-6-tutorialicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 26.3788968825vw;
}
.icon-S2-3-tutorial-icon span:before,
.icon-S2-6-tutorialicon span:before {
  color: white !important;
}
.icon-S2-3-tutorial-icon .hand,
.icon-S2-6-tutorialicon .hand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.icon-S2-3-tutorial-icon .hand span.path2,
.icon-S2-6-tutorialicon .hand span.path2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 0;
  width: 100%;
}
.icon-S2-3-tutorial-icon .hand span.path2:before,
.icon-S2-6-tutorialicon .hand span.path2:before {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon-S2-3-tutorial-icon span.path3,
.icon-S2-6-tutorialicon span.path3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.icon-S2-3-tutorial-icon span.path3:before,
.icon-S2-6-tutorialicon span.path3:before {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon-S2-6-tutorialicon {
  margin-top: 10.15625vh;
}
.icon-S2-6-tutorialicon .animated {
  -webkit-animation: moveUp 2s ease-in-out infinite alternate;
  animation: moveUp 2s ease-in-out infinite alternate;
}
.icon-S2-6-tutorialicon span.path3 {
  margin: -5% 0;
}
@media (min-width: 720px) {
  .icon-S2-6-tutorialicon {
    margin-top: 8.90625vh;
  }
}

.icon-S2-3-tutorial-icon {
  margin-top: 3.4375vh;
}
.icon-S2-3-tutorial-icon .animated {
  -webkit-animation: moveDown 2s ease-in-out infinite alternate;
  animation: moveDown 2s ease-in-out infinite alternate;
}
.icon-S2-3-tutorial-icon span.path3 {
  margin: 3% 0;
}
@media (min-width: 720px) {
  .icon-S2-3-tutorial-icon {
    margin-top: 2.96875vh;
  }
}/*# sourceMappingURL=scenes.css.map */