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

body {
  color: #333;
  background: #eee;
  font-feature-settings: "palt";
  background: url(../img/pc_background.png) no-repeat center/cover;
  background-attachment: fixed;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.ly_inner {
  width: 640px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.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: 25px;
}
.bl_header_logo {
  padding-left: 40px;
}
/*----------- fv -----------*/
.ly_fv {
  padding: 95px 0 0;
  height: 1000px;
  background: url(../img/sp_fv_background.png) no-repeat top center/cover;
  margin-bottom: -300px;
}

/*----------- info -----------*/
.ly_info {
  padding: 0 0 20px;
}
.bl_info_box {
  padding: 15px 0 25px;
  margin-bottom: 50px !important;
  width: 480px;
  border-radius: 10px;
  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: 640px;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.bl_info_box .el_fullbleed img {
  width: 100%;
  height: auto;
  max-width: none;
}
.bl_info_point {
  margin-bottom: 10px;
}
.bl_info_price {
  margin-bottom: 15px;
}
.bl_info_note {
  margin: 0 30px;
  text-align: justify;
  line-height: 1.2;
  color: #5c5c5c;
  position: relative;
  padding-left: 16px;
  font-size: 17px;
  letter-spacing: 0.03em;
}

.bl_info_note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.bl_info_acco {
  padding: 20px 0 30px;
  font-size: 18px;
  color: #c57aea;
}

.bl_info_acco .el_acc_label {
  padding: 5px 30px;
  border: 1px solid #c57aea;
  letter-spacing: 0.07em;
}

.bl_info_accoTxt {
  width: 390px;
  padding-top: 20px;
  text-align: justify;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
.bl_info_btn {
  text-align: center;
  margin: auto;
}

.bl_info_acco .el_acc_arrow {
  display: inline-block;
  width: 10px;
  height: 7px;
  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: 10px;
}

/*----------- trouble -----------*/

.ly_trouble {
  position: relative;
  padding: 25px 0 80px;
  margin-bottom: -80px;
  text-align: center;
  background: url(../img/sp_trouble_background.png) no-repeat top center/640px;
}
.bl_trouble_ttl {
  margin-bottom: 20px;
}
.bl_trouble_catch {
  text-align: right;
  padding: 0 20px;
  margin-bottom: 50px;
}

/*----------- point -----------*/
.ly_point {
  text-align: center;
  padding: 100px 0 140px;
  margin-bottom: -140px;
  background: #f5eefc url(../img/sp_point_background_top.png) no-repeat top
    center/640px;
}

.bl_point_ttl {
  position: relative;
  margin-bottom: -80px;
}
.bl_point_boxTtl {
  border-bottom: #333333 1px solid;
  padding: 0 0 30px;
  margin-bottom: 20px;
}
.bl_point_boxTxt {
  text-align: justify;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.bl_point_box {
  padding: 35px 50px;
  width: 580px;
  margin-bottom: 50px !important;
  border-radius: 10px;
  margin: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 20px #806cf733;
  overflow: visible;
}
.bl_point_item {
  list-style: none;
  padding: 40px 0 40px;
  background: #fcfafe;
}
.bl_point_item + .bl_point_item {
  margin-top: 30px;
}
.bl_point_itemTtl,
.bl_point_itemImg {
  margin-bottom: 30px;
}

.bl_point_itemTtl {
  margin-bottom: 30px;
}
.bl_point_itemImg {
  margin-bottom: 30px;
}
.bl_point_itemTxt {
  color: #333333;
  margin: 0 50px;
  text-align: justify;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.bl_point_itemTxt02 {
  width: 300px;
  color: #333333;
  text-align: justify;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.bl_point_list {
  margin-bottom: 50px;
}
.bl_point_flex {
  margin: 0 50px;
  display: flex;
  gap: 40px;
}
.bl_point_note {
  text-align: justify;
  font-size: 18px;
  color: #c57aea;
  margin: 0 70px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.bl_point_note p:first-child {
  text-align: center;
  line-height: 1.9;
}
.bl_point_baTtl {
  text-align: left;
}

.bl_point_ba {
  width: 512px;
  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: 512px;
  max-width: none;
}

.bl_point_ba_handle {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 2px;
  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: 50px;
  height: 50px;
  color: #9d9997;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

/*----------- treatment -----------*/
.ly_treatment {
  padding: 0 0 80px;
}
.bl_treatment_list {
  padding: 30px 0 50px;
}
.bl_treatment_item {
  width: 580px;
  margin: auto;
  border-radius: 10px;
  padding-bottom: 30px;
}
.bl_treatment_item:first-child {
  box-shadow: 0 0 25px #d2399792;
}
.bl_treatment_item:nth-child(2) {
  box-shadow: 0 0 25px #8c39d292;
}
.bl_treatment_item:nth-child(3) {
  box-shadow: 0 0 25px #e34c1792;
}
.bl_treatment_item + .bl_treatment_item {
  margin-top: 50px;
}
.bl_treatment_itemTtl {
  margin-bottom: 5px;
}
.bl_treatment_txt {
  color: #333333;
  text-align: justify;
  margin: 0 50px 10px;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
.bl_treatment_price {
  width: 500px;
  margin: auto;
}
.bl_treatment_note {
  margin: 0 110px;
  text-align: justify;
  line-height: 1.2;
  color: #5c5c5c;
  position: relative;
  padding-left: 16px;
  font-size: 17px;
  letter-spacing: 0.03em;
}
.bl_treatment_note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*----------- reason -----------*/
.ly_reason {
  padding: 30px 0 50px;
  text-align: center;
  background: linear-gradient(to right, #ded2e6, #fff7f6);
}
.bl_reason_item {
  list-style: none;
}
.bl_reason_item + .bl_reason_item {
  margin-top: 90px;
}
.bl_reason_item,
.__02 + .bl_reason_item {
  margin-top: 40px;
}
.bl_reason_itemTtl {
  margin: -30px 0 10px;
}
.bl_reason_itemTtl.__02 {
  margin-bottom: 30px;
}
.bl_reason_txt {
  text-align: justify;
  font-size: 22px;
  color: #333;
  margin: 0 50px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.bl_reason_txt.__02 {
  letter-spacing: 0.08em;
  margin: 0 50px 20px;
}

/*----------- price -----------*/
.ly_price {
  padding: 40px 0 10px;
  text-align: center;
  background: url(../img/sp_price_background.png) no-repeat top center/640px;
}
.bl_price {
  margin: 0 0 20px;
}

/*----------- faq -----------*/
.ly_faq {
  text-align: center;
  background: #f4f0f4;
  padding: 0 0 90px;
}
.bl_faq_ttl {
  margin: 0 0 30px;
}
.el_faq_icon {
  width: 50px;
  padding-left: 15px;
}
.bl_faq_acco {
  width: 560px;
  margin: auto;
}
.bl_faq_acco .el_acc_label {
  position: relative;
  background: linear-gradient(to right, #f280a9, #cc67d5);
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.bl_faq_acco .el_acc_arrow {
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 18px;
  height: 11px;
  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: 20px;
}
.bl_faq_panel_body {
  background: #fff;
  padding: 25px 40px 30px;
}
.bl_faq_accoTxt {
  color: #333333;
  font-size: 22px;
  text-align: justify;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.bl_faq_list li + li {
  margin-top: 20px;
}

/*----------- clinic -----------*/
.ly_clinic {
  background: #fff;
  text-align: center;
  padding: 0 0 70px;
}
.bl_clinic_ttl {
  margin: 0 0 40px;
}
.bl_clinic_name {
  font-size: 34px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 15px;
}
.bl_clinic_address {
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}
.bl_clinic_access {
  margin: 0 0 20px;
}
.bl_clinic_time {
  margin: 0 0 40px;
}
.bl_clinic_access,
.bl_clinic_time {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.bl_google_map {
  width: 580px;
  height: 400px;
  margin: auto;
}
/*----------- footer -----------*/
.ly_footer {
  border-top: 1px solid #fff;
  padding: 10px 0;
  background-color: #ec1e79;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #fff;
}

/*----------- fixed -----------*/

.ly_fixed {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  pointer-events: auto;
}

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