@charset "utf-8";

html,
body {
}
body {
  background-color: #f58108;
}
#wrap_intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
}

.int_sc {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.sc_1 {
  width: 35%;
}
.logo_ani img {
  width: 100%;
  max-width: 100%;
}
.logo_ani img.ani_1 {
}
.logo_ani img.ani_2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.sc_1 button {
  text-align: center;
  /* background-color: #ffc637; */
  color: #fff;
  margin-top: 10px;
  text-decoration: underline;
}

.sc_2 {
  margin: 48px auto;
}
.sc_2 a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 22px;
  background: #2b2b2b;
  border-radius: 60px;
}

.sc_3 {
}
.sc_3 p {
  font-size: 18px;
  color: #2b2b2b;
}
.sc_3 a {
  position: relative;
  display: inline-block;
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 12px;
}
.sc_3 a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #2b2b2b;
}

.jello-hrzt {
  -webkit-animation: jello-hrzt 0.9s 0.8s both;
  animation: jello-hrzt 0.9s 0.8s both;
}
@-webkit-keyframes jello-hrzt {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
