.lp-wrapper {
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  overflow: hidden;
}

.lp-title {
  position: relative;
  padding-bottom: 2.56vw;
  margin-bottom: 7.69vw;
  font-size: 7.18vw;
  line-height: 1.5;
  text-align: center;
}

.lp-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 15.38vw;
  height: 2px;
  background: #E490A4;
}

.lp-title span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.28vw 5.13vw;
  margin: 0 auto 1.79vw;
  font-family: "Noto Sans JP", serif;
  font-size: 4.1vw;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  background: #E490A4;
  border-radius: 999px;
}

@media screen and (min-width: 813px) {
  .lp-title {
    padding-bottom: 21px;
    margin-bottom: 62px;
    font-size: 58px;
  }
  .lp-title span {
    padding: 11px 41px;
    margin: 0 auto 14px;
    font-size: 33px;
  }
  .lp-title::after {
    width: 124px;
  }
}
.lp-btn {
  display: block;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.lp-fv.container {
  padding: 0;
}

.lp-fv.container img {
  width: 100%;
}

.lp-cta-sm {
  padding: 4.1vw 4.1vw 6.41vw;
  background: linear-gradient(90deg, #DCA6C7 0%, #9D9FCF 100%);
}
.lp-cta-sm-inner.container {
  padding-top: 5.13vw;
  padding-bottom: 5.13vw;
  background: #FFF;
}
.lp-cta-sm .lp-btn {
  width: 100%;
}
.lp-cta-sm .lp-btn img {
  width: 100%;
}

@media screen and (min-width: 813px) {
  .lp-cta-sm {
    padding: 33px 33px 52px;
  }
  .lp-cta-sm-inner.container {
    padding-top: 41px;
    padding-bottom: 41px;
    background: #FFF;
  }
}
.lp-cta-xs {
  margin-bottom: 12.82vw;
}

.lp-cta-xs p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.56vw;
  font-family: "Noto Serif JP", serif;
  font-size: 6.15vw;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp-cta-xs p::before, .lp-cta-xs p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8.21vw;
  height: 2px;
  background: #4E4E4E;
}

.lp-cta-xs p::before {
  left: -7.69vw;
  transform: rotate(60deg) translateY(-50%);
}

.lp-cta-xs p::after {
  right: -7.69vw;
  transform: rotate(-60deg) translateY(-50%);
}

@media screen and (min-width: 813px) {
  .lp-cta-xs {
    margin-bottom: 104px;
  }
  .lp-cta-xs p {
    margin: 0 auto 21px;
    font-size: 50px;
  }
  .lp-cta-xs p::before, .lp-cta-xs p::after {
    width: 66px;
  }
  .lp-cta-xs p::before {
    left: -62px;
  }
  .lp-cta-xs p::after {
    right: -62px;
  }
}
.lp-merit {
  margin-top: 5.13vw;
}

.lp-merit h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.82vw;
  font-size: 5.13vw;
}

.lp-merit h2::before, .lp-merit h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10.26vw;
  height: 2px;
  background: #E490A4;
}

.lp-merit h2::before {
  left: calc(100% + 3.08vw);
}

.lp-merit h2::after {
  right: calc(100% + 3.08vw);
}

@media screen and (min-width: 813px) {
  .lp-merit {
    margin-top: 41px;
  }
  .lp-merit h2 {
    margin: 0 auto 23px;
    font-size: 41px;
  }
  .lp-merit h2::before, .lp-merit h2::after {
    width: 83px;
  }
  .lp-merit h2::before {
    left: calc(100% + 25px);
  }
  .lp-merit h2::after {
    right: calc(100% + 25px);
  }
}
.lp-nayami {
  padding: 7.69vw 0 15.38vw;
  color: #FFF;
  background-image: url(https://ioe0815.co.jp/wp-content/uploads/2026/02/w-color-nayami.png);
  background-size: cover;
}

.lp-nayami h2 {
  margin-bottom: 2.31vw;
  font-size: 5.13vw;
  text-align: center;
  letter-spacing: 0.1em;
}

.lp-nayami h2 span {
  font-size: 7.18vw;
}

.lp-nayami li {
  position: relative;
  padding: 2.56vw 2.56vw 2.56vw 9.74vw;
  border-bottom: 1px dashed #FFF;
}

.lp-nayami li:last-of-type {
  margin-bottom: 0;
}

.lp-nayami li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.56vw;
  width: 4.62vw;
  height: 4.62vw;
  background-image: url(https://ioe0815.co.jp/wp-content/uploads/2026/02/w-color-check.png);
  background-size: contain;
}

@media screen and (min-width: 813px) {
  .lp-nayami {
    padding: 62px 0 125px;
  }
  .lp-nayami h2 {
    margin-bottom: 19px;
    font-size: 41px;
  }
  .lp-nayami h2 span {
    font-size: 58px;
  }
  .lp-nayami li {
    padding: 21px 21px 21px 79px;
    margin-bottom: 21px;
  }
  .lp-nayami li::before {
    left: 21px;
    width: 38px;
    height: 38px;
  }
}
.lp-kaiketsu {
  position: relative;
  padding-top: 8.21vw;
  margin-bottom: 22.82vw;
  background: linear-gradient(90deg, #F86587 0%, #FFA971 100%);
}
.lp-kaiketsu::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 15.38vw;
  background: linear-gradient(90deg, #F86587 0%, #FFA971 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.lp-kaiketsu p {
  font-weight: 700;
}
.lp-kaiketsu p:first-of-type {
  position: absolute;
  top: -5.13vw;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.28vw 5.13vw 1.79vw;
  font-size: 4.62vw;
  color: #FFF;
  background: #2E2E2E;
  border-radius: 999px;
}
.lp-kaiketsu p:last-of-type {
  font-family: "Noto Serif JP", serif;
  font-size: 7.18vw;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}

@media screen and (min-width: 813px) {
  .lp-kaiketsu {
    padding-top: 66px;
    margin-bottom: 185px;
  }
  .lp-kaiketsu::after {
    height: 125px;
  }
  .lp-kaiketsu p:first-of-type {
    top: -41px;
    padding: 11px 41px 14px;
    font-size: 38px;
  }
  .lp-kaiketsu p:last-of-type {
    font-size: 58px;
  }
}
.lp-bad-reason {
  margin-bottom: 15.38vw;
}

.lp-bad-reason-top {
  width: 59.7%;
  margin: 0 auto 10.26vw;
}

.lp-bad-reason-inner {
  padding: 5.13vw 4.1vw 3.85vw;
  margin-bottom: 10.26vw;
  background: #728AAE;
}

.lp-bad-reason-inner h2 {
  font-size: 5.64vw;
  text-align: center;
  color: #FFF;
}

.lp-bad-reason-inner ul {
  background: #FFF;
  padding: 0 4.1vw 3.33vw;
  margin-bottom: 2.56vw;
}

.lp-bad-reason-inner li {
  position: relative;
  padding: 3.33vw 0 3.33vw 7.18vw;
  line-height: 1.5;
  border-bottom: 1px dashed #4E4E4E;
}

.lp-bad-reason-inner li:last-of-type {
  margin-bottom: 0;
}

.lp-bad-reason-inner li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4.62vw;
  height: 4.62vw;
  background: url(https://ioe0815.co.jp/wp-content/uploads/2025/12/lp-check.png);
  background-size: contain;
}

@media screen and (min-width: 813px) {
  .lp-bad-reason {
    margin-bottom: 125px;
  }
  .lp-bad-reason-top {
    margin: 0 auto 83px;
  }
  .lp-bad-reason-inner {
    padding: 41px 33px 31px;
    margin-bottom: 83px;
  }
  .lp-bad-reason-inner h2 {
    font-size: 46px;
  }
  .lp-bad-reason-inner ul {
    padding: 0 33px 27px;
    margin-bottom: 20px;
  }
  .lp-bad-reason-inner li {
    padding: 27px 0 27px 58px;
  }
  .lp-bad-reason-inner li::before {
    width: 38px;
    height: 38px;
  }
}
.lp-propose {
  margin-bottom: 15.38vw;
}
.lp-propose .lp-title {
  margin-bottom: 5.13vw;
}
.lp-propose-img {
  width: 83%;
  margin: 0 auto 5.13vw;
}
.lp-propose-text {
  text-align: center;
}
.lp-propose-text span {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1.28vw;
}
.lp-propose-text span:first-of-type {
  margin-bottom: 2.05vw;
}
.lp-propose-text .-grad {
  padding: 0 1.28vw;
  margin-left: 1.28vw;
  margin-right: 1.28vw;
  color: #FFF;
  background: linear-gradient(90deg, #F86587 0%, #FFA971 100%);
}
.lp-propose-text .-yellow {
  position: relative;
  font-size: 5.64vw;
  line-height: 1.4;
}
.lp-propose-text .-yellow::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 2.56vw;
  background: #FEFFAC;
  z-index: -1;
}

@media screen and (min-width: 813px) {
  .lp-propose {
    margin-bottom: 125px;
  }
  .lp-propose .lp-title {
    margin-bottom: 41px;
  }
  .lp-propose-img {
    margin: 0 auto 41px;
  }
  .lp-propose-text span {
    margin-bottom: 11px;
  }
  .lp-propose-text span:first-of-type {
    margin-bottom: 14px;
  }
  .lp-propose-text .-grad {
    padding: 0 11px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .lp-propose-text .-yellow {
    font-size: 46px;
  }
  .lp-propose-text .-yellow::before {
    height: 20px;
  }
}
.lp-can {
  padding: 12.82vw 0;
  background: #FEEAE9;
}
.lp-can li {
  padding: 2.56vw 2.56vw 2.56vw 5.13vw;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  margin-bottom: 2.56vw;
}
.lp-can-cont {
  width: 46%;
  padding-top: 2.56vw;
  margin-right: 2.56vw;
}
.lp-can-num {
  display: inline-block;
  padding: 0.26vw 4.62vw 1.03vw;
  margin-bottom: 1.28vw;
  font-family: "Noto Serif JP", serif;
  font-size: 5.13vw;
  line-height: 1;
  color: #FFF;
  background: #E490A4;
}
.lp-can-text span {
  font-weight: 700;
  background: linear-gradient(45deg, #F86587 0%, #FFA971 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-can-text span.-lg {
  font-size: 5.64vw;
  line-height: 1.3;
}
.lp-can-img {
  flex: 1;
}
.lp-can-inner > p {
  font-size: 3.08vw;
}

@media screen and (min-width: 813px) {
  .lp-can {
    padding: 104px 0;
  }
  .lp-can li {
    padding: 20px 20px 20px 41px;
    margin-bottom: 20px;
  }
  .lp-can-cont {
    padding-top: 20px;
    margin-right: 20px;
  }
  .lp-can-num {
    padding: 2px 38px 10px;
    margin-bottom: 11px;
    font-size: 41px;
  }
  .lp-can-text span.-lg {
    font-size: 46px;
  }
  .lp-can-inner > p {
    font-size: 25px;
  }
}
.lp-media {
  padding: 12.82vw 0;
  background-image: url(https://ioe0815.co.jp/wp-content/uploads/2026/02/w-color-can-media-bg.png);
  background-size: cover;
}

.lp-media-inner {
  padding: 7.69vw 2.56vw 10.26vw;
  background: #FFF;
}

.lp-media-img {
  width: 84%;
  margin: 0 auto;
}

.lp-media-btm {
  padding: 2.56vw;
  font-family: "Noto Serif JP", serif;
  font-size: 5.13vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  background: #E490A4;
}

@media screen and (min-width: 813px) {
  .lp-media {
    padding: 104px 0;
  }
  .lp-media-inner {
    padding: 62px 21px 83px;
  }
  .lp-media-btm {
    padding: 21px;
    font-size: 42px;
  }
}
.lp-reason {
  padding: 12.82vw 0;
  margin-bottom: 12.82vw;
  background-image: url(https://ioe0815.co.jp/wp-content/uploads/2026/02/w-color-reason-bg-scaled.png);
  background-size: cover;
}

.lp-reason li {
  margin-bottom: 10.26vw;
  font-size: 3.59vw;
}

.lp-reason li:last-of-type {
  margin-bottom: 0;
}

.lp-reason li ul {
  display: flex;
  justify-content: space-between;
  margin: 6.41vw 0 0;
}

.lp-reason li li {
  width: 32%;
  position: relative;
  padding-left: 7.18vw;
  margin: 0;
  font-size: 3.85vw;
  color: #FFF;
  background: linear-gradient(90deg, #DCA6C7 0%, #9D9FCF 100%);
}

.lp-reason li li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.82vw;
  width: 3.08vw;
  height: 2.05vw;
  background-image: url(https://ioe0815.co.jp/wp-content/uploads/2026/02/w-color-cheack-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.lp-reason h3 {
  display: flex;
  align-items: center;
  padding-bottom: 1.03vw;
  margin-bottom: 3.08vw;
  font-family: "Noto Sans JP", serif;
  font-size: 5.13vw;
  line-height: 1.5;
}

.lp-reason h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.85vw;
  height: 13.85vw;
  padding-right: 0.51vw;
  padding-bottom: 0.51vw;
  margin-right: 3.85vw;
  font-family: "Noto Serif JP", serif;
  font-size: 7.69vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
  background: linear-gradient(90deg, #F86587 0%, #FFA971 100%);
  border-radius: 50%;
}

.lp-reason p {
  margin-bottom: 1.5em;
}
.lp-reason p:last-of-type {
  margin-bottom: 0;
}

.lp-reason p span {
  font-weight: 700;
}

.lp-reason-img {
  margin-bottom: 2.56vw;
}

.lp-reason-inner {
  padding: 3.85vw 4.1vw;
  margin-top: 3.85vw;
  background: #FFF;
}
.lp-reason-inner h4 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.85vw 0.26vw;
  margin-bottom: 2.56vw;
  font-size: 4.1vw;
  color: #FFF;
  background: #E490A4;
  border-radius: 999px;
}
.lp-reason-inner dt {
  padding-bottom: 0.77vw;
  font-size: 3.85vw;
  font-weight: 700;
  border-bottom: 1px solid #E490A4;
}
.lp-reason-inner dd {
  padding-top: 0.77vw;
  margin-bottom: 3.85vw;
  font-size: 3.59vw;
  padding-left: 5.13vw;
  line-height: 1.5;
}

@media screen and (min-width: 813px) {
  .lp-reason {
    padding: 104px 0;
    margin-bottom: 104px;
  }
  .lp-reason li {
    margin-bottom: 83px;
    font-size: 29px;
  }
  .lp-reason li ul {
    margin: 52px 0 0;
  }
  .lp-reason li li {
    padding-left: 58px;
    font-size: 31px;
  }
  .lp-reason li li::before {
    left: 23px;
    width: 25px;
    height: 14px;
  }
  .lp-reason h3 {
    padding-bottom: 8px;
    margin-bottom: 25px;
    font-size: 42px;
  }
  .lp-reason h3 span {
    width: 112px;
    height: 112px;
    padding-right: 4px;
    padding-bottom: 4px;
    margin-right: 31px;
    font-size: 62px;
  }
  .lp-reason-img {
    margin-bottom: 21px;
  }
  .lp-reason-inner {
    padding: 31px 33px;
    margin-top: 31px;
  }
  .lp-reason-inner h4 {
    padding: 0 31px 2px;
    margin-bottom: 20px;
    font-size: 33px;
  }
  .lp-reason-inner dt {
    padding-bottom: 6px;
    font-size: 31px;
  }
  .lp-reason-inner dd {
    padding-top: 6px;
    margin-bottom: 31px;
    font-size: 29px;
    padding-left: 41px;
  }
}
.lp-ba {
  margin-bottom: 15.38vw;
}

.lp-ba p {
  margin-top: 2.56vw;
  font-size: 3.08vw;
}

@media screen and (min-width: 813px) {
  .lp-ba {
    margin-bottom: 125px;
  }
  .lp-ba p {
    margin-top: 21px;
    font-size: 25px;
  }
}
.lp-voice {
  padding: 12.82vw 0 15.38vw;
  margin-bottom: 12.82vw;
  background-image: url(https://ioe0815.co.jp/wp-content/uploads/2026/02/w-color-reason-bg-scaled.png);
  background-size: cover;
}

.lp-voice-cont {
  margin-bottom: 7.69vw;
}

.lp-voice-cont:last-of-type {
  margin-bottom: 0;
}

.lp-voice p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.28vw;
  font-size: 4.1vw;
  font-weight: 700;
  color: #E490A4;
}

.lp-voice p::before, .lp-voice p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5.13vw;
  height: 2px;
  background: #E490A4;
}

.lp-voice p::before {
  left: -5.64vw;
  transform: rotate(-120deg) translateY(-50%);
}

.lp-voice p::after {
  right: -5.64vw;
  transform: rotate(120deg) translateY(-50%);
}

.lp-voice img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 813px) {
  .lp-voice {
    padding: 104px 0 125px;
    margin-bottom: 104px;
  }
  .lp-voice-cont {
    margin-bottom: 62px;
  }
  .lp-voice p {
    margin: 0 auto 10px;
    font-size: 33px;
  }
  .lp-voice p::before, .lp-voice p::after {
    width: 41px;
  }
  .lp-voice p::before {
    left: -46px;
  }
  .lp-voice p::after {
    right: -46px;
  }
  .lp-voice img {
    width: 100%;
  }
}
.lp-menu {
  margin-bottom: 12.82vw;
}

.lp-menu p {
  margin-bottom: 3.33vw;
}

.lp-menu p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 813px) {
  .lp-menu {
    margin-bottom: 104px;
  }
  .lp-menu p {
    margin-bottom: 27px;
  }
}
.lp-cta {
  padding: 5.13vw 0 7.69vw;
  margin-bottom: 12.82vw;
  background: linear-gradient(90deg, #DCA6C7 0%, #9D9FCF 100%);
}

.lp-cta h2 {
  margin-bottom: 5.13vw;
  font-size: 7.69vw;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
}

.lp-cta-inner {
  padding: 6.41vw 2.56vw;
  margin-bottom: 2.56vw;
  background: #FFF;
}

.lp-cta p:first-of-type {
  width: 93%;
  margin: 0 auto 6.41vw;
}

.lp-cta p:nth-of-type(2) {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.28vw;
  font-size: 5.13vw;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp-cta p:nth-of-type(2)::before, .lp-cta p:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7.69vw;
  height: 2px;
  background: #4E4E4E;
}

.lp-cta p:nth-of-type(2)::before {
  left: -7.69vw;
  transform: rotate(60deg) translateY(-50%);
}

.lp-cta p:nth-of-type(2)::after {
  right: -7.69vw;
  transform: rotate(-60deg) translateY(-50%);
}

.lp-cta p:nth-of-type(3) {
  margin-top: 5.13vw;
}

.lp-cta li {
  font-size: 3.08vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #FFF;
}

@media screen and (min-width: 813px) {
  .lp-cta {
    padding: 42px 0 62px;
    margin-bottom: 104px;
  }
  .lp-cta h2 {
    margin-bottom: 42px;
    font-size: 62px;
  }
  .lp-cta-inner {
    padding: 52px 21px;
    margin-bottom: 21px;
  }
  .lp-cta p:first-of-type {
    margin: 0 auto 52px;
  }
  .lp-cta p:nth-of-type(2) {
    margin: 0 auto 10px;
    font-size: 42px;
  }
  .lp-cta p:nth-of-type(2)::before, .lp-cta p:nth-of-type(2)::after {
    width: 62px;
  }
  .lp-cta p:nth-of-type(2)::before {
    left: -62px;
  }
  .lp-cta p:nth-of-type(2)::after {
    right: -62px;
  }
  .lp-cta li {
    font-size: 25px;
  }
}
.lp-flow {
  position: relative;
  margin-bottom: 12.82vw;
}

.lp-flow .container > p {
  position: absolute;
  top: -4.1vw;
  left: 4.1vw;
  width: 21.79vw;
  height: 21.79vw;
}

.lp-flow li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4.36vw 2.56vw 5.13vw 3.85vw;
  margin-bottom: 2.56vw;
  font-size: 4.62vw;
  font-weight: 700;
  line-height: 1;
  background: #F5F5F5;
}

.lp-flow li:last-of-type {
  margin-bottom: 0;
}

.lp-flow li::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.54vw);
  left: 7.69vw;
  width: 4.62vw;
  height: 6.41vw;
  background-image: url(https://ioe0815.co.jp/wp-content/uploads/2026/02/w-color-flow-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.lp-flow li:last-of-type::after {
  content: none;
}

.lp-flow li > span {
  display: block;
  margin-right: 3.08vw;
  font-family: "Noto Serif JP", serif;
  font-size: 9.74vw;
  line-height: 1;
  color: #E490A4;
}

.lp-flow li p {
  position: relative;
  line-height: 1;
}

.lp-flow li p span {
  position: absolute;
  top: calc(100% + 2.05vw);
  left: 0;
  font-size: 3.33vw;
  font-weight: 400;
}

@media screen and (min-width: 813px) {
  .lp-flow {
    margin-bottom: 104px;
  }
  .lp-flow .container > p {
    top: -33px;
    left: 33px;
    width: 177px;
    height: 177px;
  }
  .lp-flow li {
    padding: 35px 21px 42px 31px;
    margin-bottom: 21px;
    font-size: 37px;
  }
  .lp-flow li::after {
    top: calc(100% - 12px);
    left: 62px;
    width: 38px;
    height: 52px;
  }
  .lp-flow li > span {
    margin-right: 25px;
    font-size: 79px;
  }
  .lp-flow li p span {
    top: calc(100% + 16px);
    font-size: 27px;
  }
}
.lp-salon {
  margin-bottom: 12.82vw;
}

.lp-salon h3 {
  margin-bottom: 1.28vw;
  font-size: 5.64vw;
  text-align: center;
}

.lp-salon-cont {
  margin-bottom: 10.26vw;
}

.lp-salon-cont:last-of-type {
  margin-bottom: 0;
}

.lp-salon-img {
  margin-bottom: 1.28vw;
}

.lp-salon dl {
  margin-bottom: 5.13vw;
}

.lp-salon dl > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.56vw 0;
  border-bottom: 1px solid #D7D7D7;
}

.lp-salon dl dd {
  text-align: right;
}

.lp-salon-map {
  position: relative;
  padding-top: 56%;
}

.lp-salon-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 813px) {
  .lp-salon {
    margin-bottom: 104px;
  }
  .lp-salon h3 {
    margin-bottom: 10px;
    font-size: 48px;
  }
  .lp-salon-cont {
    margin-bottom: 83px;
  }
  .lp-salon-img {
    margin-bottom: 10px;
  }
  .lp-salon dl {
    margin-bottom: 42px;
  }
  .lp-salon dl > div {
    padding: 21px 0;
  }
}
.lp-faq {
  margin-bottom: 12.82vw;
}

.lp-faq dl > div {
  padding-bottom: 6.41vw;
  margin-bottom: 6.41vw;
  border-bottom: 1px solid #D7D7D7;
}

.lp-faq dt,
.lp-faq dd {
  display: flex;
}

.lp-faq dt span,
.lp-faq dd span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.03vw 3.08vw 1.54vw;
  margin-right: 3.59vw;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 5.13vw;
  font-weight: 700;
  color: #FFF;
  background: #E490A4;
}

.lp-faq dt {
  align-items: center;
  margin-bottom: 2.56vw;
  font-weight: 700;
}

.lp-faq dd {
  align-items: flex-start;
}

.lp-faq dd span {
  background: #C1C1C1;
}

@media screen and (min-width: 813px) {
  .lp-faq {
    margin-bottom: 104px;
  }
  .lp-faq dl > div {
    padding-bottom: 52px;
    margin-bottom: 52px;
  }
  .lp-faq dt span,
  .lp-faq dd span {
    padding: 8px 25px 13px;
    margin-right: 29px;
    font-size: 42px;
  }
  .lp-faq dt {
    margin-bottom: 21px;
  }
}
.lp-footer {
  padding: 0 0 23.08vw;
  background: #FFF;
}

.lp-footer > a {
  display: block;
  width: 41.03vw;
  margin: 0 auto 7.69vw;
}

.lp-footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.85vw;
}

.lp-footer ul a {
  display: block;
  margin: 0 2.56vw;
  font-size: 3.59vw;
  font-weight: 700;
  line-height: 1.5;
}

.lp-footer small {
  display: block;
  padding: 0.77vw 0 1.28vw;
  font-size: 3.59vw;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background: #4E4E4E;
}

@media screen and (min-width: 813px) {
  .lp-footer {
    padding: 0 0 137px;
  }
  .lp-footer > a {
    width: 333px;
    margin: 0 auto 62px;
  }
  .lp-footer ul {
    margin-bottom: 31px;
  }
  .lp-footer ul a {
    margin: 0 21px;
    font-size: 29px;
  }
  .lp-footer small {
    padding: 6px 0 10px;
    font-size: 29px;
  }
}
.lp-btn-fix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 812px;
  padding: 5.13vw 0 3.85vw;
  font-size: 6.15vw;
  font-weight: 700;
  color: #FFF;
  background: #69BA6D;
  z-index: 99;
}

.lp-btn-fix span:first-of-type {
  position: absolute;
  top: -3.33vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 61.54vw;
  height: 8.46vw;
}

.lp-btn-fix span:last-of-type {
  display: block;
  width: 2.05vw;
  margin-left: 3.85vw;
}

@media screen and (min-width: 813px) {
  .lp-btn-fix {
    padding: 26px 0 15px;
    font-size: 40px;
  }
  .lp-btn-fix span:first-of-type {
    top: -25px;
    width: 440px;
    height: 58px;
  }
  .lp-btn-fix span:last-of-type {
    width: 12px;
    margin-left: 22px;
  }
}