@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/NotoSansCJKjp-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(../../fonts/NotoSansCJKjp-Bold.ttf) format('truetype');
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

/* ヘッダー非表示 */
.bl_headerCont {
  display: none;
}

/* CPの時表示 */
.bl_indexLsit,
.bl_rightCta_pc,
.bl_imgWrap_pc {
  display: none;
}

/* sp追従のCTA */
.bl_spCta_wrap {
  display: flex;
  z-index: 10;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 500px;
  padding: 1%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.bl_spCta_wrap.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.bl_spCta_wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.bl_spCta_wrap ul li {
  width: 98%;
  display: flex;
  justify-content: center;
}

.bl_spCta_wrap ul li a {
  width: 100%;
  display: block;
  padding-inline: 2%;
}

.bl_spCta_wrap ul li a img {
  max-width: unset;
  width: 100%;
}

.ly_main {
  max-width: 600px;
  margin-inline: auto;
  height: 100vh;
}

.ly_main_inner {
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.23);
  max-width: 500px;
  margin-inline: auto;
}

.un_cta {
  position: relative;
  margin-top: 24px;
}

.un_cta ul {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-inline: 2%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 14%);
}

.un_cta ul img {
  width: 100%;
}

/* アクセスセクション */

.ly_access {
  border: 1px solid #e77984;
  background: #fff;
  position: relative;
}

.ly_access::before {
  content: url(../../img/LP/access-corner.svg);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  pointer-events: none;
}

.ly_access>p {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3em;
  color: #4c4a4b;
  margin-inline: auto;
  width: fit-content;
  margin-top: 20px;
}

.ly_access ul {
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;

  margin-bottom: 24px;
}

.ly_access ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 2.8%;
  padding-block: 20px;
  gap: 8px;
  font-size: 15px;
  border: 1px solid #e77984;
  background-color: #fff;
}

.ly_access ul li .el_shopName {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.ly_access ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #e77984;
  text-align: center;
  background-color: #fceff0;
  border-radius: 40px;
  min-height: 40px;
  width: 100%;
  margin-top: 12px;
}

.ly_access ul li .bl_cvBtns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}

.ly_access ul li .bl_cvBtns a {
  background-color: unset;
  width: fit-content;
  width: 48%;
}

.ly_access .bl_cvBtns img {
  width: 100%;
  height: unset;
}

.un_beforeafter {
  margin-top: 24px;
}

.un_merit {
  margin-top: 24px;
}

.un_therapist {

}

.ly_modalMail,
.ly_modalTel {
  position: fixed;
  max-width: 500px;
  z-index: 1000;
  right: 50%;
  transform: translateX(50%);
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fceff0;
  display: none;
  padding: 40px 15px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.ly_modalMail::-webkit-scrollbar,
.ly_modalTel::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.ly_modalTel {
  background-color: #fff;
}

.ly_modalTel::before {
  content: url(../../img/LP/access-corner.svg);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  pointer-events: none;
}

.ly_modalMail h2,
.ly_modalTel h2 {
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
  color: #e77984;
}

.ly_modalMail input:not(input[type='submit']):not(input[type='radio']):not(input[type='checkbox']),
.ly_modalMail select,
.ly_modalMail textarea {
  appearance: none;
  background: #fff;
  height: 65px;
  width: 100%;
  padding: 4px 12px;
  border: 0;
  color: #4c4a4b;
  resize: none;
}

.ly_modalMail select {
  background-image: url(../../img/LP/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 26px;
}

.ly_modalMail textarea {
  height: 150px;
}

.ly_modalMail input[type='checkbox'] {
  width: 17px;
  height: 17px;
  accent-color: #e77984;
}

.ly_modalMail label span {
  border-radius: 2px;
  background: #cfa657;
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ly_modalMail .bl_formField {
  margin-bottom: 24px;
}

.ly_modalMail .bl_formField label {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #4c4a4b;
}

.ly_modalMail .el_formRadio {
  display: flex;
  flex-direction: column;
  gap: 8px;
  accent-color: #e77984;
}

.ly_modalMail .bl_formField .el_datetime {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}

.ly_modalMail .bl_formField .el_datetime .wpcf7-form-control-wrap:has(.walcf7-datepicker) {
  position: relative;
}

.ly_modalMail .bl_formField .el_datetime .wpcf7-form-control-wrap:has(.walcf7-datepicker)::after {
  position: absolute;
  content: "";
  background-image: url(../../img/LP/calendar-minimalistic.svg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%)
}

.ly_modalMail .el_formSymp {
  display: flex;
  flex-direction: column;
}

.ly_modalMail .el_formSubmit {
  width: 100%;
  height: 65px;
  background-color: #e77984;
  border: none;
  border-radius: 100px;
  color: #fff;
}

.ly_modalMail .bl_btn span.bl_btn_arrow {
  background: none;
}

.ly_modalMail .wpcf7-list-item {
  margin-inline: 0;
}

.ly_modalTel ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ly_modalTel ul li {
  padding: 20px;
  border: 1px solid #e77984;
}

.ly_modalTel ul li a {
  width: 100%;
  display: block;
  background: #fceff0;
  color: #e77984;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 2px 20px;
  border-radius: 100px;
  margin-top: 12px;
}

.ly_modalTel .el_shopName {
  font-size: 20px;
  font-weight: 500;
}

.ly_modalMailThanks {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 1002;
  right: 50%;
  transform: translateX(50%);
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fceff0;
  padding: 24px 15px;
  overflow-x: scroll;
  display: none;
}

.ly_modalMailThanks h2 {
  text-align: center;
  border-block: 1px solid #e77984;
  color: #e77984;
  font-size: 24px;
  font-weight: 700;
  width: fit-content;
  margin-inline: auto;
}

.ly_modalMailThanks .bl_mailModalContent {
  background: #fff;
  padding: 24px 10px;
}

.bl_mailModalContent h3 {
  text-align: center;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #4c4a4b;
}

.ly_modalMailThanks a {
  width: 345px;
  height: 65px;
  background-color: #e77984;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ly_modalMailThanks a .bl_btn_arrow {
  height: 30px;
  position: absolute;
  right: 16px;
}

.ly_modalMailThanks a {
  position: relative;
}

.ly_modalMailThanks a .bl_btn_arrow {
  height: 30px;
  position: absolute;
  right: 16px;
}

.ly_modalMailThanks small {
  color: #4c4a4b;
  font-size: 14px;
  margin-top: 32px;
}

.wpcf7-spinner {
  display: none;
}

.ly_footerLP {
  background: #fff;
  padding-block: 30px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ly_footerLP small {
  font-size: 14px;
  color: #4c4a4b;
}

@media screen and (min-width: 768px) {
  .un_cta ul {
    bottom: 7%;
  }

  .un_foot_up {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(50% - 300px);
    justify-content: flex-end;
  }

  .un_foot_down {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(50% - 300px);
    justify-content: center;
  }

  .ly_access>p {
    font-size: 38px;
    margin-top: 24px;
  }

  .ly_access ul li a {
    font-size: 24px;
  }

  .ly_modalTel ul li a {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {

  /* 左側の目次 */
  .ly_indexLsit {
    position: fixed;
    width: calc(50% - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-inline: 20px;
  }

  .bl_indexLsit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border: 1px solid #e77984;
    border-radius: 4px;
    gap: 34px;
    padding: 26px 16px;
    width: fit-content;
  }

  .bl_indexLsit li {
    width: fit-content;
    line-height: 1;
  }

  .bl_indexLsit li a {
    font-size: 24px;
    font-weight: 700;
    color: #e77984;
    letter-spacing: 0.05em;
  }

  .bl_rightCta_wrapper {
    position: fixed;
    width: calc(50% - 300px);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  /* 右側のCTA */
  .bl_rightCta_pc {
    display: flex;
    flex-direction: column;
  }

  .bl_imgWrap_pc {
    display: flex;
  }

  .un_foot_up {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(50% - 300px);
    justify-content: flex-end;
  }

  .un_foot_down {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(50% - 300px);
    justify-content: center;
  }

  .bl_rightCta_pc ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 36px;
    margin-inline: auto;
    padding-inline: 20px;
  }

  .bl_rightCta_pc ul a {
    cursor: pointer;
  }

  .ly_access ul li {
    font-size: 20px;
  }

  .ly_access ul li.map {
    font-size: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ly_access ul li a {
    font-size: 28px;
  }

  .ly_footerLP small {
    font-size: 20px;
    color: #4c4a4b;
  }

  /* sp追従のCTA */
  .bl_spCta_wrap {
    display: none;
  }

  .ly_modalTel ul li a {
    font-size: 26px;
  }
}

@media screen and (min-width: 1560px) {
  .ly_main {
    max-width: 500px;
  }

  .ly_modalMail,
  .ly_modalTel,
  .ly_modalMailThanks {
    max-width: 500px;
  }

  .bl_rightCta_wrapper,
  .ly_indexLsit,
  .un_foot_up,
  .un_foot_down {
    width: calc(50% - 375px);
  }
}