body {
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
  margin: 0;
  padding: 0 0 100px 0;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  font-size: 17px;
  animation: globalFadeIn 0.7s ease-out;
  padding-bottom: 0 !important;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@keyframes globalFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.main-content {
  padding: 0;
  margin: 0;
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
}


.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  color: #f81775;
  font-size: 14px;
  margin-top: 32px;
  margin-bottom: 32px;
  min-height: 70px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.footer {
  margin-bottom: 75px !important;
  padding-bottom: 50px !important;
  min-height: unset !important;
  display: absolute !important;
}
.footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.1s, border 0.1s;
}