.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px
}
.sec {
  padding-top: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0
}
.sec__ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em
}
.sec__pic {
  margin-top: 20px;
  -webkit-animation: fuwafuwa 2s infinite;
  animation: fuwafuwa 2s infinite;
  text-align: center
}
.sec__pic img {
  width: auto;
  max-width: 400px
}
.sec__txt {
  margin-top: 50px;
  font-size: 16px
}
.active {
  font-weight: bold;
  text-decoration: underline
}
.show {
  opacity: 1
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: none;
    transform: none
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: none;
    transform: none
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
/*# sourceMappingURL=../sourcemaps/intersection.css.map */
