@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
/* ヘッダー下MV */
.bl_mv {
  background: url(../images/public-hair-removal/mv_bg.jpg) top center/cover no-repeat;
  padding-top: 50px;
  height: 560px;
}
.bl_mv_inner {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.bl_mv_ttl {
  order: 2;
  width: 410px;
  margin-bottom: 32px;
}
.bl_mv_sTxt {
  order: 1;
  margin-bottom: 28px;
  background: #fcca37;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 36px;
  padding-bottom: 3px;
  font-weight: 700;
}
.bl_mv_info {
  order: 3;
  margin-bottom: 14px;
  padding-top: 44px;
  width: 422px;
  height: 238px;
  background: url("../images/public-hair-removal/mv_info_bg.svg") top center/contain no-repeat;
}
.bl_mv_info .bl_info_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 8px;
}
.bl_mv_info .bl_info_ttl {
  position: relative;
}
.bl_mv_info .bl_info_ttl::before {
  background: #ffca37;
  width: 180px;
  height: 8px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
}
.bl_mv_info .bl_info_ttl span {
  z-index: 2;
}
.bl_mv_info .bl_info_def {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  padding-left: 87px;
}
.bl_mv_info .bl_info_def > div {
  display: flex;
  align-items: end;
  width: 100%;
  line-height: 1;
}
#public_info_total {
  padding-right: 5px;
}
#public_info_total > dt {
  margin-right: 39px;
}
#public_info_month > dt {
  margin-right: 63px;
}
.bl_mv_info .bl_info_def > div > dt {
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 700;
}
#public_info_total > dt {
  margin-bottom: 3px;
}
.bl_mv_info .bl_info_def > div > dd {
  color: #2da6de;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
.bl_mv_info .bl_info_def > div > dd::after {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  top: 0;
  color: #222222;
}
.bl_mv_info .bl_info_def > div:first-of-type > dd::after {
  content: "※1";
  right: -20px;
}
.bl_mv_info .bl_info_def > div:nth-of-type(2) > dd::after {
  content: "※2";
  right: 4px;
}
.bl_mv_info .bl_info_def > div > dd span {
  font-size: 24px;
}
.bl_mv .el_att {
  order: 4;
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
}
.bl_mv .el_att01 {
  order: 5;
}
.bl_mv .el_att02 {
  order: 6;
}
.bl_mv_site {
  width: 560px;
  position: absolute;
  right: 0;
  bottom: 24px;
  background: #fff;
}
.bl_mv .bl_site_ttl {
  padding-bottom: 3px;
  height: 48px;
  background: #2da6de;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bl_mv .bl_site_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 24px 40px;
}
.bl_mv .bl_site_item {
  width: 96px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bl_mv .bl_site_item .bl_item_txt {
  padding-bottom: 2px;
  width: 96px;
  height: 24px;
  background: #fcca37;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bl_mv {
    background: url(../images/body-hair-removal/mv_bg_sp.jpg) top center/cover no-repeat;
    padding-top: 48px;
    height: auto;
  }
  .bl_mv_inner {
    width: 690px;
  }
  .bl_mv_ttl {
    width: 490px;
    margin-bottom: 47px;
  }
  .bl_mv_sTxt {
    margin-bottom: 32px;
    font-size: 30px;
    width: 436px;
    height: 48px;
    padding-bottom: 4px;
  }
  .bl_mv_info {
    margin-bottom: 20px;
    padding-top: 50px;
    width: 504px;
    height: 284px;
  }
  .bl_mv_info .bl_info_ttl {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .bl_mv_info .bl_info_ttl {
    position: relative;
  }
  .bl_mv_info .bl_info_ttl::before {
    width: 222px;
    height: 12px;
    bottom: 2px;
  }
  .bl_mv_info .bl_info_def {
    gap: 17px;
    padding-left: 81px;
  }
  #public_info_total {
    padding-right: 5px;
  }
  #public_info_total > dt {
    margin-right: 62px;
  }
  #public_info_month > dt {
    margin-right: 91px;
  }
  .bl_mv_info .bl_info_def > div > dt {
    font-size: 30px;
  }
  #public_info_total > dt {
    margin-bottom: 7px;
  }
  .bl_mv_info .bl_info_def > div > dd {
    font-size: 48px;
  }
  .bl_mv_info .bl_info_def > div > dd span {
    font-size: 30px;
  }
  .bl_mv .el_att {
    font-size: 18px;
    color: #222;
  }
  .bl_mv_site {
    width: 750px;
    position: static;
    order: 7;
    margin: 32px 0 0 -32px;
    background: #DEF5FF;
  }
  .bl_mv .bl_site_ttl {
    height: 72px;
    font-size: 38px;
  }
  .bl_mv .bl_site_list {
    gap: 46px;
    padding: 24px 30px 32px;
  }
  .bl_mv .bl_site_item {
    width: 138px;
    gap: 16px;
  }
  .bl_mv .bl_site_item .bl_item_txt {
    padding-bottom: 3px;
    width: 138px;
    height: 40px;
  }
  .bl_breadcrumbs_inner {
    padding-top: 16px;
  }
}
/*=======================================================
MERIT
=======================================================*/
.bl_merit {
  padding: 48px 0 64px;
}
.bl_merit .el_sec_mainTtl {
  font-size: 32px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.bl_merit .bl_mainTtl_inner {
  display: flex;
  gap: 16px;
  line-height: 1;
  align-items: center;
}
.bl_merit .bl_deco {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}
.bl_merit .bl_deco_bgWhite {
  background: #fff;
  color: #2da6de;
  border: 1px solid #2da6de;
  width: 180px;
}
.bl_merit .bl_deco_bgBlue {
  background: #2da6de;
  color: #fff;
  width: 310px;
}
.bl_meritList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  /* %オフ項目非表示に伴う対応 */
  /* margin-bottom: 50px; */
}
.bl_meritItem {
  background: #def5ff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 56px;
  padding: 16px 48px 16px 24px;
}
.bl_merit .bl_item_left {
  width: 248px;
}
.bl_merit .bl_item_right {
  flex: 1;
}
.bl_merit .bl_left_ttl {
  background: #fcca37;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 3px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.bl_merit .bl_left_imgWrapper {
  width: 128px;
  margin: 0 auto;
}
.bl_merit .bl_left_imgWrapper.pc {
  display: block;
}
.bl_merit .bl_right_def {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.bl_merit .bl_right_def > div {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}
.bl_merit .bl_right_def > div:first-of-type {
  border-bottom: 1px solid #fff;
  padding-bottom: 32px;
}
.bl_merit .bl_right_def .merit_dttl_scope {
  border: 1px solid #2da6de;
  color: #2da6de;
  background: #fff;
}
.bl_merit .bl_right_def .merit_dttl_merit {
  background: #2da6de;
  color: #fff;
}
.bl_merit .bl_right_def > div > dt {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 35px;
}
.bl_merit .bl_right_def > div > dd {
  flex: 1;
}
.bl_merit .bl_after_conts {
  padding-right: 0;
}
.bl_merit .bl_after_ttl {
  margin-bottom: 8px;
}
.bl_merit .bl_after_ttl span::after {
  display: none;
}
.bl_merit .bl_after_conts .el_att {
  color: #fff;
  margin-bottom: 24px;
}
.bl_merit .bl_after_ttl::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .bl_merit {
    padding: 48px 0 64px;
  }
  .bl_merit .el_sec_mainTtl {
    font-size: 40px;
    flex-wrap: wrap;
    gap: 21px;
    margin-bottom: 48px;
  }
  .bl_merit .bl_mainTtl_inner {
    gap: 12px;
  }
  .bl_merit .bl_deco {
    height: 56px;
    padding-bottom: 6px;
  }
  .bl_merit .bl_deco_bgWhite {
    width: 198px;
  }
  .bl_merit .bl_deco_bgBlue {
    width: 367px;
  }
  .bl_meritList {
    gap: 48px;
  }
  .bl_meritItem {
    border-width: 2px;
    gap: 32px;
    padding: 48px 40px;
  }
  .bl_merit .bl_item_left {
    width: 100%;
  }
  .bl_merit .bl_item_right {
    flex: auto;
  }
  .bl_merit .bl_left_ttl {
    background: #fcca37;
    padding-bottom: 3px;
    height: 64px;
    font-size: 34px;
    margin-bottom: 32px;
  }
  .bl_merit .bl_left_imgWrapper {
    width: 205px;
    margin: 0 auto;
  }
  .bl_merit .bl_left_imgWrapper.pc {
    display: none;
  }
  .bl_merit .bl_left_body {
    display: flex;
    align-items: center;
    gap: 56px;
    padding: 0 0 24px 44px;
    border-bottom: 2px solid #fff;
  }
  .bl_merit .bl_left_def {
    flex: 1;
    min-height: 237px;
  }
  .bl_merit .bl_left_def > dt {
    width: 160px;
    border: 2px solid #2da6de;
    background: #fff;
    color: #2da6de;
    padding-bottom: 4px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
  }
  .bl_merit .bl_right_def {
    display: block;
  }
  .bl_merit .bl_right_def > div {
    flex-wrap: wrap;
    gap: 24px;
  }
  .bl_merit .bl_right_def > div.pc {
    display: none;
  }
  .bl_merit .bl_right_def > div > dt {
    font-size: 28px;
    padding-bottom: 4px;
    width: 160px;
    height: 48px;
  }
  .bl_merit .bl_right_def > div > dd {
    flex: auto;
  }
  .bl_merit .bl_after_ttl span::after {
    display: none;
  }
  .bl_merit .bl_after_txt {
    line-height: 1.5;
  }
  .bl_merit .bl_after_conts {
    padding: 37px 0 0;
  }
  .bl_merit .bl_after_conts .el_att {
    margin-bottom: 32px;
    text-align: center;
    padding-left: 0;
    font-size: 20px;
  }
  .bl_merit .bl_after_conts .el_att::before {
    position: static;
  }
}
/*=======================================================
PRIVACY
=======================================================*/
.bl_privacy {
  background: url(../images/public-hair-removal/privacy_bg.jpg) top center/cover no-repeat;
  padding: 56px 0;
}
.bl_privacy_conts {
  width: 510px;
}
.bl_privacy .el_sec_mainTtl {
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #fcca37;
  background: #2e2e2e;
  margin-bottom: 16px;
  display: inline-block;
  text-align: center;
  padding: 2px 8px 4px;
}
.bl_privacy_intro {
  margin-bottom: 24px;
}
.bl_privacy .bl_media {
  background: #fff;
  padding: 16px 16px 18px;
  gap: 21px;
  width: 483px;
}
.bl_privacy .bl_media_imgWrapper {
  flex: 0 1 200px;
}
@media screen and (max-width: 750px) {
  .bl_privacy {
    background: url(../images/public-hair-removal/privacy_bg_sp.jpg) top center/cover no-repeat;
    padding: 80px 0 0;
    height: 1126px;
  }
  .bl_privacy_conts {
    width: 100%;
  }
  .bl_privacy .el_sec_mainTtlWrapper {
    text-align: center;
  }
  .bl_privacy .el_sec_mainTtl {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .bl_privacy_intro {
    margin-bottom: 32px;
  }
  .bl_privacy .bl_media {
    padding: 32px 40px;
    gap: 26px;
    width: 100%;
    align-items: center;
  }
  .bl_privacy .bl_media_imgWrapper {
    flex: 0 1 226px;
  }
}