* {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #111;
  background: #fff;
  padding-top: 0;
  font-feature-settings: "palt";
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
.el_bold {
  font-weight: 600;
}

/*----------- header -----------*/
.ly_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.906vw;
}
.bl_header_logo {
  width: 17.656vw;
  padding-left: 6.25vw;
}
.bl_header_access {
  width: 41.875vw;
}
/*----------- fv -----------*/
.ly_fv {
  padding: 14.844vw 0 0;
  height: 156.25vw;
  background: url(../img/sp_fv_background.png) no-repeat top center/cover;
  margin-bottom: -46.875vw;
}
.bl_fv_main {
  width: 70.313vw;
}

/*----------- info -----------*/
.ly_info {
  padding: 0 0 3.125vw;
}
.bl_info_box {
  padding: 3vw 0 3.906vw;
  margin-bottom: 7.813vw !important;
  width: 75vw;
  border-radius: 1.563vw;
  margin: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 20px rgba(253, 84, 136, 0.35);
  overflow: visible;
}
.bl_info_box .el_fullbleed {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.bl_info_box .el_fullbleed img {
  width: 100%;
  height: auto;
  max-width: none;
}
.bl_info_ttl {
  width: 56.406vw;
  margin: auto;
}
.bl_info_point {
  margin-bottom: 1.563vw;
}
.bl_info_price {
  width: 70.313vw;
  margin: 0 auto 2.344vw;
}
.bl_info_note {
  margin: 0 4.688vw;
  text-align: justify;
  line-height: 1.2;
  color: #5c5c5c;
  position: relative;
  padding-left: 2.5vw;
  font-size: 2.656vw;
  letter-spacing: 0.03em;
}

.bl_info_note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.bl_info_acco {
  padding: 3.125vw 0 4.688vw;
  font-size: 2.813vw;
  color: #c57aea;
}

.bl_info_acco .el_acc_label {
  padding: 0.781vw 4.688vw;
  border: 1px solid #c57aea;
  letter-spacing: 0.07em;
}

.bl_info_accoTxt {
  width: 60.938vw;
  padding-top: 3.125vw;
  text-align: justify;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
.bl_info_btn {
  width: 82.188vw;
  text-align: center;
  margin: auto;
}

.bl_info_acco .el_acc_arrow {
  display: inline-block;
  width: 1.563vw;
  height: 1.094vw;
  background: url(../img/sp_info_arrow.png) no-repeat center/contain;
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.bl_info_acco[open] .el_acc_arrow {
  transform: rotate(180deg);
}

.bl_info_acco.is_closing .el_acc_arrow {
  transform: rotate(0deg);
}

/*----------- accordion -----------*/

.js_acco_inner {
  overflow: hidden;
}

details.js_acco summary::-webkit-details-marker {
  display: none;
}

details.js_acco summary::marker {
  display: none;
}

details.js_acco > summary.el_acc_label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.563vw;
}

/*----------- footer -----------*/
.ly_footer {
  background: #111;
  text-align: center;
}

.bl_footer_copyright {
  color: #fff;
  font-size: 2.8125vw;
  line-height: 7.8125vw;
  letter-spacing: 0.1em;
}
/*----------- trouble -----------*/

.ly_trouble {
  position: relative;
  padding: 3.906vw 0 12.5vw;
  margin-bottom: -12.5vw;
  text-align: center;
  background: url(../img/sp_trouble_background.png) no-repeat top center/100vw;
}
.bl_trouble_ttl {
  width: 87.188vw;
  margin: 0 auto 3.125vw;
}
.bl_trouble_catch {
  width: 49.063vw;
  text-align: right;
  margin: 0 3.125vw 7.813vw auto;
}
.bl_trouble_box {
  width: 95vw;
  margin: auto;
}
/*----------- point -----------*/
.ly_point {
  text-align: center;
  padding: 15.625vw 0 21.875vw;
  margin-bottom: -21.875vw;
  background: #f5eefc url(../img/sp_point_background_top.png) no-repeat top
    center/100vw;
}

.bl_point_ttl {
  position: relative;
  margin-bottom: -12.5vw;
}
.bl_point_boxTtl {
  border-bottom: #333333 1px solid;
  padding: 0 0 4.688vw;
  margin-bottom: 3.125vw;
}
.bl_point_boxTtl img {
  width: 61.25vw;
  margin: auto;
}
.bl_point_boxTxt {
  text-align: justify;
  font-size: 3.75vw;
  letter-spacing: 0.04em;
}

.bl_point_box {
  padding: 5.469vw 7.813vw;
  width: 90.625vw;
  margin-bottom: 9vw !important;
  border-radius: 1.563vw;
  margin: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3.125vw #806cf733;
  overflow: visible;
}
.bl_point_item {
  list-style: none;
  padding: 6.25vw 0 6.25vw;
  background: #fcfafe;
}
.bl_point_item + .bl_point_item {
  margin-top: 4.688vw;
}
.bl_point_itemTtl,
.bl_point_itemImg {
  margin-bottom: 4.688vw;
}

.bl_point_itemTtl {
  width: 87.5vw;
  margin: 0 auto 4.688vw;
}
.bl_point_itemImg {
  width: 73.438vw;
  margin: 0 auto 4.688vw;
}
.bl_point_itemImg02 {
  width: 31.25vw;
}
.bl_point_itemTxt {
  color: #333333;
  margin: 0 7.813vw;
  text-align: justify;
  font-size: 3.75vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.bl_point_itemTxt02 {
  width: 46.875vw;
  color: #333333;
  text-align: justify;
  font-size: 3.75vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.bl_point_list {
  margin-bottom: 7.813vw;
}
.bl_point_flex {
  margin: 0 7.813vw;
  display: flex;
  gap: 6.25vw;
}
.bl_point_note {
  text-align: justify;
  font-size: 2.813vw;
  color: #c57aea;
  margin: 0 10.938vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 4.688vw;
}
.bl_point_note p:first-child {
  text-align: center;
  line-height: 1.9;
}
.bl_point_baTtl {
  text-align: left;
}

.bl_point_ba {
  width: 80vw;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  line-height: 0;
}

.bl_point_ba *::selection {
  background: transparent;
}

.bl_point_ba_after,
.bl_point_ba_before {
  width: 100%;
}

.bl_point_ba_after {
  position: relative;
  z-index: 1;
}

.bl_point_ba_before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.bl_point_ba_before img,
.bl_point_ba_after img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  pointer-events: none;
}

.bl_point_ba_before img {
  width: 80vw;
  max-width: none;
}

.bl_point_ba_handle {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 0.3vw;
  height: 100%;
  padding: 0;
  border: 0;
  background: #ffffff;
  transform: translateX(-50%);
  cursor: ew-resize;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  overflow: visible;
}

.bl_point_ba_handle::after {
  content: "◀︎　▶︎";
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.813vw;
  height: 7.813vw;
  color: #9d9997;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

/*----------- treatment -----------*/
.ly_treatment {
  padding: 0 0 12.5vw;
}
.bl_treatment_list {
  padding: 4.688vw 0 7.813vw;
}
.bl_treatment_item {
  width: 90.625vw;
  margin: auto;
  border-radius: 1.563vw;
  padding-bottom: 4.688vw;
}
.bl_treatment_item:first-child {
  box-shadow: 0 0 3.906vw #d2399792;
}
.bl_treatment_item:nth-child(2) {
  box-shadow: 0 0 3.906vw #8c39d292;
}
.bl_treatment_item:nth-child(3) {
  box-shadow: 0 0 3.906vw #e34c1792;
}
.bl_treatment_item + .bl_treatment_item {
  margin-top: 7.813vw;
}
.bl_treatment_itemTtl {
  margin-bottom: 0.781vw;
}
.bl_treatment_txt {
  color: #333333;
  text-align: justify;
  margin: 0 7.813vw 1.563vw;
  font-size: 3.438vw;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
.bl_treatment_price {
  width: 78.125vw;
  margin: auto;
}
.bl_treatment_note {
  margin: 0 17.188vw;
  text-align: justify;
  line-height: 1.2;
  color: #5c5c5c;
  position: relative;
  padding-left: 2.5vw;
  font-size: 2.656vw;
  letter-spacing: 0.03em;
}
.bl_treatment_note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*----------- reason -----------*/
.ly_reason {
  padding: 4.688vw 0 7.813vw;
  text-align: center;
  background: linear-gradient(to right, #ded2e6, #fff7f6);
}
.bl_reason_ttl {
  width: 83.594vw;
  margin: auto;
}
.bl_reason_item {
  list-style: none;
}
.bl_reason_item + .bl_reason_item {
  margin-top: 14.063vw;
}
.bl_reason_item,
.__02 + .bl_reason_item {
  margin-top: 6.25vw;
}
.bl_reason_itemTtl {
  margin: -4.687vw 0 1.563vw;
}
.bl_reason_itemTtl.__02 {
  margin-bottom: 4.688vw;
}
.bl_reason_txt {
  text-align: justify;
  font-size: 3.438vw;
  color: #333;
  margin: 0 7.813vw;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.bl_reason_txt.__02 {
  letter-spacing: 0.08em;
  margin: 0 7.813vw 3.125vw;
}
.bl_reason_map {
  width: 90.313vw;
  margin: auto;
}

/*----------- price -----------*/
.ly_price {
  padding: 6.25vw 0 1.563vw;
  text-align: center;
  background: url(../img/sp_price_background.png) no-repeat top center/100vw;
}
.bl_price {
  width: 82.188vw;
  margin: 0 auto 3.125vw;
}

/*----------- faq -----------*/
.ly_faq {
  text-align: center;
  background: #f4f0f4;
  padding: 0 0 14.063vw;
}
.bl_faq_ttl {
  margin: 0 0 4.688vw;
}
.el_faq_icon {
  width: 7.813vw;
  padding-left: 2.344vw;
}
.bl_faq_acco {
  width: 87.5vw;
  margin: auto;
}
.bl_faq_acco .el_acc_label {
  position: relative;
  background: linear-gradient(to right, #f280a9, #cc67d5);
  width: 100%;
  height: 14.063vw;
  color: #fff;
  font-size: 4.063vw;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.bl_faq_acco .el_acc_arrow {
  position: absolute;
  right: 3.906vw;
  display: inline-block;
  width: 2.813vw;
  height: 1.719vw;
  background: url(../img/sp_faq_arrow.png) no-repeat center/contain;
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.bl_faq_acco[open] .el_acc_arrow {
  transform: rotate(180deg);
}

.bl_faq_acco.is_closing .el_acc_arrow {
  transform: rotate(0deg);
}
details.bl_faq_acco > summary.el_acc_label {
  justify-content: flex-start;
  gap: 3.125vw;
}
.bl_faq_panel_body {
  background: #fff;
  padding: 3.906vw 6.25vw 4.688vw;
}
.bl_faq_accoTxt {
  color: #333333;
  font-size: 3.438vw;
  text-align: justify;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.bl_faq_list li + li {
  margin-top: 3.125vw;
}

/*----------- clinic -----------*/
.ly_clinic {
  background: #fff;
  text-align: center;
  padding: 0 0 10.938vw;
}
.bl_clinic_ttl {
  margin: 0 0 6.25vw;
}
.bl_clinic_name {
  font-size: 5.313vw;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 2.344vw;
}
.bl_clinic_address {
  font-size: 4.063vw;
  line-height: 1.35;
  letter-spacing: 0.05em;
  margin: 0 0 4.688vw;
}
.bl_clinic_access {
  margin: 0 0 3.125vw;
}
.bl_clinic_time {
  margin: 0 0 6.25vw;
}
.bl_clinic_access,
.bl_clinic_time {
  font-size: 3.438vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.bl_google_map iframe {
  width: 90.625vw;
  height: 62.5vw;
  margin: auto;
}
/*----------- footer -----------*/
.ly_footer {
  border-top: 1px solid #fff;
  padding: 1.563vw 0;
  background-color: #ec1e79;
  text-align: center;
  font-size: 3.125vw;
  letter-spacing: 0.07em;
  color: #fff;
}

/*----------- fixed -----------*/
.ly_fixed {
  position: fixed;
  bottom: 2vw;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  opacity: 1;
  pointer-events: auto;
}

.ly_fixed.is_hidden {
  opacity: 0;
  pointer-events: none;
}

.bl_fixed_btn {
  width: 90.625vw;
  margin: 0 auto;
  padding-top: 2.1875vw;
}
