@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;
}

.btn_01 {
  animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin: center;
  padding-bottom: 30px;
}
@keyframes anime1 {
  from {
    transform: scale(0.96, 0.96);
  }
  to {
    transform: scale(1, 1);
  }
}

/* ------------------------
 *   Layout/Footer
 * -------------------------------- */
footer {
  position: relative;
  background-color: #4f393c;
  padding: 30px 0;
}
footer .btn {
  width: 100%;
  margin: 0 auto;
  animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.96, 0.96);
  }
  to {
    transform: scale(1, 1);
  }
}
footer a {
  color: #ffffff;
}

.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 */