:root {
  color-scheme: light;
  background: #e9e7e2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #e9e7e2;
}

.image-lp {
  width: min(100%, 750px);
  margin: 0 auto;
  overflow: hidden;
  background: #f6f2ea;
  box-shadow: 0 0 40px rgb(23 56 73 / 14%);
}

.image-lp section,
.image-lp img {
  display: block;
  width: 100%;
}

.image-lp section {
  margin: 0;
  line-height: 0;
}

.image-lp img {
  height: auto;
  border: 0;
}

.image-section {
  position: relative;
}

.cta-hitbox {
  position: absolute;
  z-index: 2;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.cta-hitbox--fv {
  top: 87.2%;
  right: 3.7%;
  bottom: 3.2%;
  left: 3.7%;
  border-radius: 16px;
}

.cta-hitbox--closing {
  top: 80.7%;
  right: 4.2%;
  bottom: 9.2%;
  left: 4.2%;
  border-radius: 16px;
}

.cta-hitbox:focus-visible {
  outline: 4px solid #e47a62;
  outline-offset: -4px;
}

@media (max-width: 750px) {
  .image-lp {
    box-shadow: none;
  }
}
