:root {
  --sp-canvas-width: 750px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

body {
  display: flex;
  justify-content: center;
}

.lp-sp {
  width: min(100vw, var(--sp-canvas-width));
}

.lp-sp .lp-section {
  position: relative;
}

.lp-sp img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.overlay-link {
  position: absolute;
  z-index: 3;
  display: block;
  background: transparent;
}

.overlay-link:focus-visible {
  outline: 3px solid #06c755;
  outline-offset: 2px;
}

.sp04-top-plan {
  left: 7.07%;
  top: 11.16%;
  width: 86.13%;
  height: 2.19%;
  border-radius: 4px;
}

.sp04-line-1 {
  left: 10%;
  top: 33.84%;
  width: 80.13%;
  height: 1.66%;
  border-radius: 14px;
}

.sp04-line-2 {
  left: 10%;
  top: 57.29%;
  width: 80.13%;
  height: 1.65%;
  border-radius: 14px;
}

.sp04-line-3 {
  left: 9.87%;
  top: 80.22%;
  width: 80.13%;
  height: 1.65%;
  border-radius: 14px;
}

.sp07-line-1 {
  left: 10.4%;
  top: 75.19%;
  width: 80.4%;
  height: 1.29%;
  border-radius: 14px;
}

.line-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  display: inline-block;
  padding: 12px 14px;
  border-radius: 999px;
  background: #06c755;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
