@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
/* ヘッダー下MV */
.bl_mv {
  background: url(../images/facial-hair-removal/mv_bg.jpg) top center/cover no-repeat;
  padding-top: 60px;
  height: 520px;
}
.bl_mv_inner {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.bl_mv_ttl {
  order: 2;
  width: 374px;
  margin-bottom: 30px;
}
.bl_mv_sTxt {
  order: 1;
  margin-bottom: 32px;
  background: #222222;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 36px;
  padding-bottom: 1px;
  font-weight: 700;
}
.bl_mv_info {
  order: 3;
  margin-bottom: 19px;
  padding-top: 44px;
  width: 422px;
  height: 238px;
  background: url("../images/facial-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;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.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: 89px;
}
.bl_mv_info .bl_info_def > div {
  display: flex;
  align-items: end;
  width: 100%;
  line-height: 1;
}
#hige_info_total {
  padding-right: 5px;
}
#hige_info_total > dt {
  margin-right: 16px;
}
#hige_info_month > dt {
  margin-right: 63px;
}
.bl_mv_info .bl_info_def > div > dt {
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 700;
}
#hige_info_total > dt {
  margin-bottom: 3px;
}
.bl_mv_info .bl_info_def > div > dd {
  color: #2da6de;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}
.bl_mv_info .bl_info_def > div > dd span {
  font-size: 24px;
}
.bl_mv .el_att {
  order: 4;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .bl_mv {
    background: url(../images/facial-hair-removal/mv_bg_sp.jpg) top center/cover no-repeat;
    padding-top: 90px;
    height: 660px;
  }
  .bl_mv_inner {
    width: 690px;
  }
  .bl_mv_ttl {
    width: 444px;
    margin-bottom: 61px;
  }
  .bl_mv_sTxt {
    margin-bottom: 28px;
    font-size: 30px;
    width: 436px;
    height: 48px;
    padding-bottom: 4px;
  }
  .bl_mv_info {
    margin-bottom: 16px;
    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;
  }
  #hige_info_total {
    padding-right: 5px;
  }
  #hige_info_total > dt {
    margin-right: 34px;
  }
  #hige_info_month > dt {
    margin-right: 91px;
  }
  .bl_mv_info .bl_info_def > div > dt {
    font-size: 30px;
  }
  #hige_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: 20px;
  }
}
/*=======================================================
PLAN
=======================================================*/
.bl_plan {
  padding: 40px 0;
}
.bl_planList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 8px;
}
.bl_planItem {
  width: 490px;
}
.bl_planItem:first-of-type {
  border: 1px solid #2e2e2e;
}
.bl_planItem:first-of-type .bl_item_ttl {
  background: #2e2e2e;
  color: #fff;
}
.bl_planItem:first-of-type .bl_item_def > div:nth-of-type(2)::after {
  content: "※2";
}
.bl_planItem:nth-of-type(2) {
  border: 1px solid #ffca37;
}
.bl_planItem:nth-of-type(2) .bl_item_ttl {
  background: #ffca37;
  padding-left: 8px;
}
.bl_planItem:nth-of-type(2) .bl_item_def > div:nth-of-type(2)::after {
  content: "※3";
}
.bl_plan .bl_item_ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-bottom: 3px;
}
.bl_plan .bl_item_body {
  padding: 16px 16px 24px;
  text-align: center;
}
.bl_plan .bl_item_def {
  display: inline-block;
  text-align: left;
}
.bl_plan .bl_item_def > div {
  position: relative;
  padding-right: 30px;
}
.bl_plan .bl_item_def > div > dt {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3px;
}
.bl_plan .bl_item_def > div > dd {
  display: inline-block;
  color: #2da6de;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.bl_plan .bl_item_def > div > dd span {
  font-size: 20px;
}
.bl_plan .bl_item_def > div::after {
  position: absolute;
  font-size: 14px;
  bottom: 6px;
}
.bl_plan .bl_item_def > div:first-of-type > dt {
  margin-right: 8px;
}
.bl_plan .bl_item_def > div:first-of-type::after {
  right: 18px;
  content: "※1";
}
.bl_plan .bl_item_def > div:nth-of-type(2) > dt {
  margin-right: 51px;
}
.bl_plan .bl_item_def > div:nth-of-type(2)::after {
  right: 0;
}
@media screen and (max-width: 750px) {
  .bl_planList {
    margin-bottom: 22px;
  }
  .bl_planItem {
    width: 100%;
  }
  .bl_planItem:first-of-type {
    border-width: 2px;
  }
  .bl_planItem:nth-of-type(2) {
    border-width: 2px;
  }
  .bl_planItem:nth-of-type(2) .bl_item_ttl {
    padding-left: 0;
    font-size: 38px;
  }
  .bl_plan .bl_item_ttl {
    font-size: 40px;
    height: 78px;
    padding-bottom: 3px;
  }
  .bl_plan .bl_item_body {
    padding: 16px 16px 24px;
  }
  .bl_plan .bl_item_def {
    display: inline-block;
    text-align: left;
  }
  .bl_plan .bl_item_def > div {
    padding-right: 0;
  }
  .bl_plan .bl_item_def > div > dt {
    font-size: 34px;
    margin-bottom: 7px;
  }
  .bl_plan .bl_item_def > div > dd {
    font-size: 56px;
  }
  .bl_plan .bl_item_def > div > dd span {
    font-size: 34px;
  }
  .bl_plan .bl_item_def > div::after {
    font-size: 19px;
    bottom: 24px;
  }
  .bl_plan .bl_item_def > div:first-of-type > dt {
    margin-right: 35px;
  }
  .bl_plan .bl_item_def > div:first-of-type::after {
    right: -2px;
    content: "※1";
  }
  .bl_plan .bl_item_def > div:nth-of-type(2) > dt {
    margin-right: 107px;
  }
  .bl_plan .bl_item_def > div:nth-of-type(2)::after {
    right: -38px;
  }
}
/*=======================================================
RECOMMEND
=======================================================*/
.bl_recommend {
  background: url("../images/facial-hair-removal/reccomend_bg.jpg") top center/cover no-repeat;
  padding: 56px 0 64px;
}
.bl_recommend .el_sec_mainTtl {
  margin-bottom: 40px;
}
.bl_recommend_ttlDeco {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.bl_recommend_ttlWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.bl_recommend_ttlWrapper > span {
  background: #ffca37;
  font-size: 24px;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  width: 138px;
  height: 40px;
  margin-top: 6px;
}
.bl_recommendList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 20px;
  /* %オフ項目非表示に伴う対応 */
  /* margin-bottom: 48px; */
}
.bl_recommendItem {
  width: 300px;
}
.bl_recommendItem:nth-of-type(3n + 1) {
  animation-delay: 0.3s;
}
.bl_recommendItem:nth-of-type(3n + 2) {
  animation-delay: 0.6s;
}
.bl_recommendItem:nth-of-type(3n + 3) {
  animation-delay: 0.9s;
}
.bl_recommend .bl_item_imgWrapper {
  margin-bottom: 16px;
}
.bl_recommend .bl_item_ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: #2da6de;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
}
.bl_recommend .bl_after_ttl {
  margin-bottom: 8px;
}
.bl_recommend .bl_after_conts .el_att {
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .bl_recommend {
    padding: 80px 0;
    background: url("../images/facial-hair-removal/recommend_bg_sp.jpg") top center/cover no-repeat;
  }
  .bl_recommend .el_sec_mainTtl {
    margin-bottom: 48px;
  }
  .bl_recommend_ttlDeco {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .bl_recommend_ttlWrapper {
    gap: 24px;
    font-size: 40px;
  }
  .bl_recommend_ttlWrapper > span {
    font-size: 28px;
    padding-bottom: 4px;
    width: 154px;
    height: 44px;
  }
  .bl_recommendList {
    gap: 42px;
    /* %オフ項目非表示に伴う対応 */
    /* margin-bottom: 64px; */
  }
  .bl_recommendItem {
    width: 324px;
  }
  .bl_recommendItem:nth-of-type(2n + 1) {
    animation-delay: 0.3s;
  }
  .bl_recommendItem:nth-of-type(2n) {
    animation-delay: 0.6s;
  }
  .bl_recommend .bl_item_imgWrapper {
    margin-bottom: 20px;
  }
  .bl_recommend .bl_item_ttl {
    font-size: 32px;
    border-width: 3px;
    height: 60px;
  }
  .bl_recommend .bl_after_ttl span::after {
    display: none;
  }
  .bl_recommend .bl_after_txt {
    line-height: 1.5;
  }
  .bl_recommend .bl_after_conts {
    padding: 37px 0 0;
  }
  .bl_recommend .bl_after_conts .el_att {
    margin-bottom: 32px;
    text-align: center;
    padding-left: 0;
  }
  .bl_recommend .bl_after_conts .el_att::before {
    position: static;
  }
}
/*=======================================================
COMPARISON
=======================================================*/
.bl_comparison {
  background: url("../images/facial-hair-removal/comparison_bg.jpg") top center/cover no-repeat;
  height: 906px;
  padding: 64px 0;
}
.bl_comparison .el_sec_mainTtl {
  font-size: 32px;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 32px;
}
.bl_comparison_tbl {
  margin-bottom: 6px;
}
.bl_comparison_tbl.pc {
  display: block;
}
.bl_comparison_tbl > thead th:first-of-type {
  width: 183px;
}
.bl_comparison_tbl > thead th:not(:first-of-type) {
  background: #2da6de;
  border: 1px solid #707070;
  border-right: none;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 279px;
  height: 60px;
  padding-bottom: 2px;
}
.bl_comparison_tbl > thead th:last-of-type {
  border-right: 1px solid #707070;
}
.bl_comparison_tbl .cross::before {
  width: 64px;
  height: 64px;
  background: url(../images/facial-hair-removal/comparison_cross.svg) top center/contain no-repeat;
}
.bl_comparison_tbl .triangle::before {
  width: 94px;
  height: 82px;
  background: url(../images/facial-hair-removal/comparison_triangle.svg) top center/contain no-repeat;
}
.bl_comparison_tbl .circle::before {
  width: 90px;
  height: 90px;
  background: url(../images/facial-hair-removal/comparison_circle.svg) top center/contain no-repeat;
}
.bl_comparison_tbl > tbody tr:last-of-type td:not(:last-of-type) {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.bl_comparison_tbl > tbody tr:not(:first-of-type) th {
  border-top: none;
}
.bl_comparison_tbl > tbody th {
  background: #e0e0e0;
  border: 1px solid #707070;
  height: 138px;
}
.bl_comparison_tbl > tbody td {
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: relative;
  z-index: 2;
}
.bl_comparison_tbl > tbody td::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#comparison_maintain td:last-of-type {
  padding: 22px 16px;
}
.bl_comparison .el_att {
  text-align: right;
}
.bl_comparison .el_att::before {
  position: static;
}
@media screen and (max-width: 750px) {
  .bl_comparison {
    background: url(../images/facial-hair-removal/comparison_bg_sp.jpg) top center/cover no-repeat;
    height: 1860px;
  }
  .bl_comparison .el_sec_mainTtl {
    margin-bottom: 40px;
  }
  .bl_comparison_tbl.pc {
    display: none;
  }
  .bl_comparison_imgWrapper {
    display: block;
    width: 694px;
    margin: 0 auto 24px;
  }
  .bl_comparison .el_att {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .bl_comparison .el_att::before {
    position: absolute;
  }
}
/*=======================================================
CHANGE
=======================================================*/
.bl_change {
  background: url(../images/facial-hair-removal/change_bg.jpg) top center/cover no-repeat;
  padding: 48px 0;
}
.bl_change .ly_cont_inner {
  width: 940px;
}
.bl_change .el_sec_mainTtl {
  font-size: 32px;
  letter-spacing: 0.06em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffca37;
  margin-bottom: 40px;
}
.bl_changeList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 8px;
}
.bl_change .el_att {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .bl_change {
    background: url(../images/facial-hair-removal/change_bg_sp.jpg) top center/cover no-repeat;
    padding: 80px 0;
  }
  .bl_change .el_sec_mainTtl {
    font-size: 40px;
  }
  .bl_change .ly_cont_inner {
    width: 690px;
  }
  .bl_changeList {
    margin-bottom: 24px;
  }
}
/*=======================================================
FREE
=======================================================*/
.bl_free {
  padding: 64px 0;
}
.bl_free_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 26px;
  line-height: 1.5;
  height: 124px;
  background: #ffd253;
  position: relative;
}
.bl_free_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/facial-hair-removal/free_ttl_bg.svg) top center/cover no-repeat;
}
.bl_free_ttl > span {
  z-index: 2;
}
.bl_free_ttlDeco {
  font-size: 20px;
  letter-spacing: 0.04em;
}
.bl_free_body {
  border: 2px solid #ffca37;
  border-top: none;
  padding: 28px 33px 40px 26px;
  background: #fff;
}
.bl_free .bl_media {
  margin-bottom: 32px;
}
.bl_free .bl_media_imgWrapper {
  flex: 0 1 464px;
}
.bl_free .el_btn {
  width: 400px;
  height: 48px;
  padding-right: 22px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .bl_free {
    padding: 80px 0;
  }
  .bl_free_ttl {
    font-size: 38px;
    height: 216px;
    gap: 16px;
  }
  .bl_free_ttl::before {
    background: url(../images/facial-hair-removal/free_ttl_bg_sp.svg) top center/cover no-repeat;
  }
  .bl_free_ttlDeco {
    font-size: 28px;
  }
  .bl_free_ttlBody {
    display: block;
    text-align: center;
  }
  .bl_free_body {
    border-width: 3px;
    padding: 32px 40px 56px;
  }
  .bl_free .bl_media_imgWrapper {
    flex: 0 1 610px;
    margin-bottom: 0;
  }
  .bl_free .el_btn {
    width: 610px;
    height: 120px;
    padding-right: 0;
    text-align: center;
    border-radius: 60px;
    font-size: 30px;
  }
  .bl_free .el_btn::after {
    width: 72px;
    height: 72px;
    right: 16px;
  }
}