#main2_container {
  width: 100%;
  height: calc(100svh - 40px);
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main2_container {
    height: calc(100svh - 0px);
  }
}

.main2_control {
  position: relative;
  width: 100%;
}
.main2_control.fixed {
  position: fixed;
  bottom: 55px;
  left: 0;
}
.main2_control .main2_btn_cls {
  width: 80px;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  bottom: 40px;
  right: 10px;
  color: #eee;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.5s ease 0s opacity;
}
.main2_control .main2_btn_cls.active {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}
.main2_control .main2_note_cls {
  font-size: 1.2rem;
  color: #fff;
  padding: 1rem 1rem;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0rem;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .main2_control .main2_btn_cls {
    bottom: 0px;
    left: 0px;
    right: auto;
  }
  .main2_control .main2_note_cls {
    bottom: 0px;
    font-size: 1.4rem;
    border: none;
  }
}

.main2_inner {
  height: calc(100svh - 40px);
  position: relative;
  overflow: hidden;
}
.main2_inner .main2_parts {
  position: absolute;
}
.main2_inner .main2_parts img {
  width: 100%;
  height: auto;
}
.main2_inner .main2_scene_cls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.main2_inner #main2_scene1 .main2_s1_visual {
  width: 120%;
  height: 100%;
}
.main2_inner #main2_scene1 .main2_s1_visual img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 20%;
     object-position: 0% 20%;
}
.main2_inner #main2_scene1 .main2_s1_grd {
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.main2_inner #main2_scene1 .main2_s1_copy {
  width: 60%;
  max-width: 800px;
  bottom: calc(50px + 5%);
  left: 5%;
  filter: drop-shadow(0 0 10px #000);
}
.main2_inner #main2_scene2 {
  opacity: 0;
}
.main2_inner #main2_scene2 .main2_s2_visual {
  width: 100%;
  height: 100%;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_visual_inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_img {
  width: 100%;
  height: 100%;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_bkn,
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_bkn_effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 50%;
  transform: translate(-50%, -50%);
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_bkn img,
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_bkn_effect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_bkn {
  mix-blend-mode: screen;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_bkn_effect {
  opacity: 0;
  mix-blend-mode: color-dodge;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_sta,
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_sta_effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 50%;
  transform: translate(-50%, 0%);
  mix-blend-mode: screen;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_sta img,
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_sta_effect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_bright_sta_effect {
  opacity: 0;
  mix-blend-mode: color-dodge;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_prot {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_prot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.main2_inner #main2_scene2 .main2_s2_visual .main2_s2_grd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: linear-gradient(0deg, rgba(23, 28, 97, 0) 0%, rgba(23, 28, 97, 0) 40%, rgba(23, 28, 97, 0.6) 60%, rgb(23, 28, 97) 100%);
}
.main2_inner .main2_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #040F25;
}
.main2_inner .main2_loading ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main2_inner .main2_loading ul li {
  width: 6px;
  height: 6px;
  display: block;
  background-color: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 50%;
}
@keyframes tmCartenLoaderMotion {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.main2_inner .main2_loading ul li {
  animation: tmCartenLoaderMotion 0.6s linear 0s infinite;
}
.main2_inner .main2_loading ul li:nth-child(1) {
  animation-delay: 0;
}
.main2_inner .main2_loading ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.main2_inner .main2_loading ul li:nth-child(3) {
  animation-delay: 0.2s;
}
.main2_inner .main2_logo-motion_container {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}
@media screen and (orientation: landscape) {
  .main2_inner .main2_logo-motion_container {
    width: 70vh;
  }
}
@media screen and (orientation: portrait) {
  .main2_inner .main2_logo-motion_container {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1600px) {
  .main2_inner .main2_logo-motion_container {
    top: 32%;
  }
}
@media screen and (max-width: 768px) {
  .main2_inner {
    height: calc(100svh - 0px);
  }
  .main2_inner #main2_scene1 .main2_s1_visual {
    height: 120%;
    width: 200%;
    margin-left: -30%;
  }
  .main2_inner #main2_scene1 .main2_s1_visual img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .main2_inner #main2_scene1 .main2_s1_copy {
    width: 80%;
    bottom: calc(5% + 120px);
  }
  .main2_inner #main2_scene2 .main2_s2_visual .main2_s2_visual_inner {
    width: 100%;
    height: 115%;
  }
}
@media screen and (max-width: 600px) {
  .main2_inner #main2_scene1 .main2_s1_visual {
    height: 120%;
    width: 200%;
    margin-left: -30%;
  }
  .main2_inner #main2_scene1 .main2_s1_visual img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .main2_inner #main2_scene1 .main2_s1_copy {
    width: 80%;
  }
  .main2_inner {
    /*.main2_btn_cls{
    	bottom:7px;
    	left:5px; right: auto;
    }*/
  }
}/*# sourceMappingURL=top-main2.css.map */