/* =======================================================
lower-mv
======================================================= */
.bl-lower-mv-ttl {
  gap: 12px;
}
.bl-lower-mv-ttl::before {
  width: 52px;
  height: 14px;
  background: url("../images/common/thanks-mv-ttl.svg") top center/contain no-repeat;
}

@media screen and (width <= 750px) {
  .bl-lower-mv-ttl {
    gap: 18px;
  }
  .bl-lower-mv-ttl::before {
    width: 134px;
    height: 30px;
  }
}
/* =======================================================
thanks
======================================================= */
.ly-thanks {
  padding: 60px 0 96px;
}

.bl-thanks {
  position: relative;
  padding: 40px 122px;
  background: var(--color-accent07);
}
.bl-thanks::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 94px;
  content: "";
  background: url("../images/common/thanks-deco.svg") top center/contain no-repeat;
  transform: translateX(-50%);
}
.bl-thanks-conts {
  position: relative;
  z-index: 2;
}
.bl-thanks-ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(35/24);
  color: var(--color-white);
  letter-spacing: 0.06em;
}
.bl-thanks-txt {
  margin-bottom: 32px;
  line-height: calc(79/51);
  color: var(--color-white);
}

@media screen and (width <= 750px) {
  .ly-thanks {
    padding: 80px 0 96px;
  }
  .bl-thanks {
    padding: 48px 48px 64px;
    text-align: center;
  }
  .bl-thanks::after {
    display: none;
  }
  .bl-thanks-ttl {
    margin-bottom: 36px;
    font-size: 32px;
  }
  .bl-thanks-txt {
    margin-bottom: 48px;
  }
}