@charset "UTF-8";
body {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  max-width: 750px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fv {
  position: relative;
}
.fv .btn_01 {
  position: absolute;
  top: 85%;
  animation: dokundokun 1200ms ease infinite;
  transform-origin: center;
  padding-bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@keyframes dokundokun {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

.btn_02 {
  animation: dokundokun 1200ms ease infinite;
  transform-origin: center;
  padding-bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@keyframes dokundokun {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* ------------------------
 *   Layout/Footer
 * -------------------------------- */
footer {
  position: relative;
  background-color: #313131;
  padding: 30px 0;
}
footer .btn {
  width: 100%;
  margin: 0 auto;
  animation: dokundokun 1200ms ease infinite;
  transform-origin: center;
}
@keyframes dokundokun {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
footer a {
  color: #ffffff;
}
footer .copyright {
  display: flex;
  max-width: 400px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 35px;
}
footer .copyright small {
  display: block;
}

.l-footer__main {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.l-footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.l-footer__item {
  color: #ffffff;
  font-family: "ShinGoPr5-Regular", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.l-footer__copyright {
  color: #ffffff;
  font-family: "ShinGoPr5-Regular", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .l-footer__list {
    flex-wrap: wrap;
    width: 100%;
  }
  .l-footer__item {
    font-size: 13px;
  }
  .l-footer__copyright {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */