.is_mo {
  display: none;
}

.wrapper {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.section {
  position: relative;
}
.section .bg {
  width: 100%;
  height: 100%;
}
.section.section01 {
  z-index: 20;
}

@keyframes card1 {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(0);
  }
  60% {
    transform: rotateY(-50deg);
  }
  70% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(0);
  }
}
.link {
  position: absolute;
  left: 26%;
  width: 48%;
}
.link.link01 {
  bottom: 4.3%;
  height: 3.4%;
}
.link.link02 {
  bottom: 5.5%;
  height: 5.4%;
}
.link.link03 {
  bottom: 8.3%;
  height: 5.4%;
}
.link.link03-1 {
  top: 44.2%;
  height: 3.4%;
}
.link.link04 {
  bottom: 32.2%;
  height: 1.4%;
}
.link.link05 {
  bottom: 3%;
  height: 1.4%;
}
.link.link06 {
  bottom: 2.2%;
  height: 1.4%;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup .inner {
  position: relative;
  width: 100%;
  padding: 0px 12.2%;
}
.popup .inner img {
  width: 100%;
}
.popup .inner .close {
  position: absolute;
  right: 13%;
  top: 0;
  width: 4%;
  height: 12%;
  background-color: transparent;
}
.popup.active {
  display: flex;
}

.fixedBtn {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.fixedBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.fixedBtn img {
  width: 100%;
}

.card {
  position: absolute;
  left: 50%;
  transform: translateX(-47%);
  top: 36%;
  width: 100%;
  text-align: center;
}
.card .cardImg {
  width: 46.2%;
  transition: 2s;
  opacity: 0;
  transform: translateY(-100px);
}
.card .cardImg.active {
  opacity: 1;
  transform: translateY(0);
}

.light {
  position: absolute;
  left: 1%;
  width: 97%;
  transform: translateY(-100px);
  bottom: 76.1%;
  transition: 2s;
  opacity: 0;
}
.light.active {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1500px) {
  .is_pc {
    display: none;
  }
  .is_mo {
    display: block;
  }
  .card {
    left: 50%;
    transform: translateX(-33%);
    top: 35%;
    width: 100%;
    text-align: center;
  }
  .card .cardImg {
    width: 78.2%;
  }
  .link {
    left: 8%;
    width: 84%;
  }
  .link.link01 {
    bottom: 4.3%;
    height: 3.4%;
  }
  .link.link02 {
    bottom: 5.0%;
    height: 5.4%;
  }
  .link.link03 {
    bottom: 8.1%;
    height: 4.4%;
}
.link.link04 {
  bottom: 32.2%;
  height: 1.4%;
}
.link.link05 {
  bottom: 3%;
  height: 1.4%;
}
.link.link06 {
  bottom: 2.1%;
  height: 1.4%;
}
  .fixedBtn {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */