* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.lp {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

@media (min-width: 768px) {
  .lp {
    max-width: 390px;
  }
}

.slice {
  display: block;
  width: 100%;
  height: auto;
}

.cta {
  display: block;
  transition: opacity 0.15s ease;
}

.cta:hover {
  opacity: 0.85;
}

.footer {
  background: #fff;
  padding: 20px 9px 28px;
}

.footer-logo {
  display: block;
  width: 128px;
  height: auto;
  margin-left: 0;
}

.footer-desc {
  margin: 22px 0 0 11px;
  color: #4c4c4c;
  font-size: 13px;
  line-height: 1.4;
  max-width: 350px;
  word-break: break-word;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 16px 0 0 11px;
}

.footer-links a {
  color: #2cc7c5;
  font-size: 13px;
  line-height: 1.39;
  text-decoration: underline;
  width: fit-content;
}
