body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  min-width: 385px;
}

img {
  display: block;
  width: 100%;
}

a {
  display: block;
  color: #0e0c0a;
}

header {
  display: flex;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
}
header h1 {
  width: 60%;
  max-width: 120px;
}

main {
  background: url(../img/bk.jpg) top left/5% repeat;
}

.flow-box {
  position: fixed;
  left: 50%;
  right: 0;
  bottom: 10%;
  display: none;
  width: 90%;
  z-index: 1000;
  transform: translateX(-50%);
  cursor: pointer;
}

#end-btn {
  width: 90%;
  margin: 0 auto;
}

.btn {
  -webkit-animation: btn 0.5s ease-out infinite alternate;
          animation: btn 0.5s ease-out infinite alternate;
}

@-webkit-keyframes btn {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0.9, 0.9);
  }
}

@keyframes btn {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0.9, 0.9);
  }
}
footer {
  padding: 0 10px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
footer a {
  color: #66b3ff;
  padding: 10px;
  box-sizing: border-box;
}
footer .copy {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 10px;
  color: #D0D0D0;
}/*# sourceMappingURL=main.css.map */