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

html,
body {
  width: 100%;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #111;
  -webkit-font-smoothing: antialiased;
}

.lp {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lp__section {
  width: 100%;
  line-height: 0;
}

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

.lp__section--cta {
  margin-top: -5px;
}
