.makeup_wrap {
  padding: 0 0 100px;
}
.makeup_h1_title {
  margin: 5px 0 10px;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .makeup_h1_title {
    margin: 84px 0;
    padding: 0;
  }
}
.makeup_h1_title span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .makeup_h1_title span {
    font-size: 48px;
  }
}
.makeup_h1_title span:after {
  content: "";
  display: block;
  width: 110px;
  height: 15px;
  background-image: url(../images/makeup/sp/h1_line.png);
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 67%;
  top: 83%;
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .makeup_h1_title span:after {
    width: 488px;
    height: 168px;
    background-image: url(../images/makeup/pc/h1_line.png);
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }
}
.makeup_anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
@media (min-width: 768px) {
  .makeup_anchor {
    gap: 100px;
    padding: 0;
  }
}
.makeup_block {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .makeup_block {
    margin-top: 5px;
  }
}
.makeup_block.makeup_point_block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #adadad;
}
@media (min-width: 768px) {
  .makeup_block.makeup_point_block {
    margin-top: 60px;
    padding-top: 55px;
  }
}
.makeup_blockTitle {
  margin: 0 auto 0 10px;
  padding-left: 22px;
  width: calc(100% - 20px);
  line-height: 1.3;
  position: relative;
}
@media (min-width: 768px) {
  .makeup_blockTitle {
    margin: 0;
    padding-left: 50px;
    width: 100%;
    line-height: 1.42;
  }
}
.makeup_blockTitle:before {
  content: "";
  display: block;
  width: 8px;
  height: 56px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .makeup_blockTitle:before {
    width: 20px;
    height: 110px;
  }
}
.makeup_blockTitle .title {
  font-size: 23px;
}
@media (min-width: 768px) {
  .makeup_blockTitle .title {
    font-size: 37px;
  }
}
.makeup_blockTitle .price {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
}
@media (min-width: 768px) {
  .makeup_blockTitle .price {
    font-size: 40px;
  }
}
.makeup_blockTitle .price:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url(../images/makeup/sp/icon_person_ja.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .makeup_blockTitle .price:before {
    width: 43px;
    height: 43px;
    background-image: url(../images/makeup/pc/icon_person_ja.png);
  }
}
.makeup_blockTitle .tax {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  top: -6px;
}
@media (min-width: 768px) {
  .makeup_blockTitle .tax {
    font-size: 23px;
    top: -9px;
  }
}
.makeup_blockTitle .tax .person {
  padding: 0 0.5em;
  color: #895c2b;
  font-size: 13px;
}
@media (min-width: 768px) {
  .makeup_blockTitle .tax .person {
    font-size: 23px;
  }
}
.makeup_blockTitle .time_needed {
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .makeup_blockTitle .time_needed {
    width: 158px;
  }
}
.makeup_leadtext {
  margin: 15px 0 0;
  padding: 0 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .makeup_leadtext {
    margin-top: 27px;
    padding: 0 0 0 50px;
    font-size: 21px;
  }
}
.makeup_leadtext .c_red {
  color: #bf0000;
  font-size: 14px;
}
@media (min-width: 768px) {
  .makeup_leadtext .c_red {
    font-size: 21px;
  }
}
.makeup_leadtext .c_purple {
  display: block;
}
@media (min-width: 768px) {
  .makeup_leadtext .c_purple {
    display: inline;
  }
}
.makeup_block_main {
  margin-top: 12px;
  padding: 15px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .makeup_block_main {
    margin-top: 35px;
    padding: 50px 0 0;
  }
}
.makeup_block_main::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fffbf8;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
.makeup_before_after {
  margin: 0 auto;
  position: relative;
}
.makeup_before_after:before {
  content: "";
  display: block;
  width: 366px;
  height: 190px;
  background-image: url(../images/makeup/sp/bg_1.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
}
@media (min-width: 768px) {
  .makeup_before_after:before {
    display: none;
  }
}
.makeup_before_after picture {
  position: relative;
  z-index: 1;
}
.makeup_content {
  padding: 20px 0 20px;
}
@media (min-width: 768px) {
  .makeup_content {
    padding: 110px 0 60px;
  }
}
.makeup_list {
  padding: 34px 10px 20px 30px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 768px) {
  .makeup_list {
    padding: 56px 45px 60px;
  }
}
.makeup_list h3 {
  padding: 4px 10px 4px 24px;
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .makeup_list h3 {
    width: 100%;
    text-align: center;
    top: -38px;
    left: 0;
  }
}
.makeup_list h3:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  border-radius: 0 6px 6px 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .makeup_list h3:after {
    display: none;
  }
}
.makeup_list h3 span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .makeup_list h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 50px;
    font-size: 32px;
    border-radius: 6px;
  }
}
.makeup_list dl {
  position: relative;
}
.makeup_list dl:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .makeup_list dl:not(:last-child) {
    margin-bottom: 65px;
  }
}
.makeup_list dl:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.makeup_list dl.makeup_list_eyebrows:after {
  width: 96px;
  height: 22px;
  background-image: url(../images/makeup/icon_1.png);
  top: -2px;
  right: -17px;
}
@media (min-width: 768px) {
  .makeup_list dl.makeup_list_eyebrows:after {
    width: 200px;
    height: 56px;
    top: -18px;
    right: 100px;
  }
}
.makeup_list dl.makeup_list_lip:after {
  width: 48px;
  height: 22px;
  background-image: url(../images/makeup/icon_2.png);
  top: -5px;
  right: 20px;
}
@media (min-width: 768px) {
  .makeup_list dl.makeup_list_lip:after {
    width: 96px;
    height: 43px;
    top: -46px;
    right: 180px;
  }
}
.makeup_list dl.makeup_list_cheek:after {
  width: 36px;
  height: 36px;
  background-image: url(../images/makeup/icon_3.png);
  top: -5px;
  right: 23px;
}
@media (min-width: 768px) {
  .makeup_list dl.makeup_list_cheek:after {
    width: 72px;
    height: 72px;
    top: -65px;
    right: 184px;
  }
}
.makeup_list dl.makeup_list_highlights:after {
  width: 93px;
  height: 55px;
  background-image: url(../images/makeup/icon_4.png);
  top: -5px;
  right: -35px;
}
@media (min-width: 768px) {
  .makeup_list dl.makeup_list_highlights:after {
    width: 188px;
    height: 110px;
    top: -75px;
    right: 65px;
  }
}
.makeup_list dl.makeup_list_shading:after {
  width: 35px;
  height: 45px;
  background-image: url(../images/makeup/icon_5.png);
  top: -6px;
  right: 20px;
}
@media (min-width: 768px) {
  .makeup_list dl.makeup_list_shading:after {
    width: 70px;
    height: 92px;
    top: -96px;
    right: 176px;
  }
}
.makeup_list dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .makeup_list dt {
    font-size: 30px;
  }
}
.makeup_list dt:before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .makeup_list dt:before {
    margin-right: 10px;
    width: 56px;
    height: 56px;
  }
}
.makeup_list dd {
  padding: 5px 0 0 10px;
}
@media (min-width: 768px) {
  .makeup_list dd {
    padding: 15px 0 0 20px;
  }
}
.makeup_list dd h4 {
  color: #4c394c;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .makeup_list dd h4 {
    font-size: 30px;
  }
}
.makeup_list dd p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .makeup_list dd p {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.9;
  }
}
.makeup_list_icon_group {
  position: relative;
}
.makeup_list_icon_group:before {
  content: "";
  display: block;
  width: 205px;
  height: 300px;
  background-image: url(../images/makeup/sp/bg_2.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -140px;
}
@media (min-width: 768px) {
  .makeup_list_icon_group:before {
    width: 662px;
    height: 607px;
    background-image: url(../images/makeup/pc/bg_2.png);
    top: -50px;
    right: 0px;
  }
}
.makeup_list_footer {
  margin: 25px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .makeup_list_footer {
    margin-top: 40px;
  }
}
.makeup_list_footer .underline {
  display: inline-block;
  padding: 0 0 10px;
  max-width: 700px;
  font-size: 9px;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .makeup_list_footer .underline {
    padding: 0 0 20px;
    font-size: 21px;
  }
}
.makeup_list_footer .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../images/makeup/sp/underline.png);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .makeup_list_footer .underline::after {
    background-image: url(../images/makeup/pc/underline.png);
  }
}
.makeup_list .line_top_left {
  margin: 0;
  width: calc(50% - 50px);
  height: 36px;
  background-image: url(../images/makeup/pc/list_line_top.png);
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -18px;
  z-index: 1;
}
.makeup_list .line_top_right {
  margin: 0;
  width: calc(50% - 50px);
  height: 36px;
  background-image: url(../images/makeup/pc/list_line_top.png);
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -18px;
  transform: rotate(180deg);
}
.makeup_list .line_left {
  margin: 0;
  width: 3px;
  height: calc(100% - 20px);
  background-image: url(../images/makeup/pc/list_line_side.png);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}
.makeup_list .line_right {
  margin: 0;
  width: 3px;
  height: calc(100% - 20px);
  background-image: url(../images/makeup/pc/list_line_side.png);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10px;
}
.makeup_list .line_bottom {
  margin: 0;
  width: 100%;
  height: 36px;
  background-image: url(../images/makeup/pc/list_line_bottom.png);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.makeup_full_block .makeup_blockTitle:before {
  background-image: url(../images/makeup/sp/f_h2_line.png);
}
.makeup_full_block .makeup_list_title:after {
  background-color: #a0659d;
}
@media (min-width: 768px) {
  .makeup_full_block .makeup_list_title span {
    background-color: #a0659d;
  }
}
.makeup_full_block .makeup_before_after:before {
  top: 90px;
  left: 40px;
}
.makeup_full_block .makeup_list dl.num_1 dt:before {
  background-image: url(../images/makeup/f_num_1.png);
}
.makeup_full_block .makeup_list dl.num_2 dt:before {
  background-image: url(../images/makeup/f_num_2.png);
}
.makeup_full_block .makeup_list dl.num_3 dt:before {
  background-image: url(../images/makeup/f_num_3.png);
}
.makeup_full_block .makeup_list dl.num_4 dt:before {
  background-image: url(../images/makeup/f_num_4.png);
}
.makeup_full_block .makeup_list dl.num_5 dt:before {
  background-image: url(../images/makeup/f_num_5.png);
}
.makeup_full_block .makeup_list dl.num_6 dt:before {
  background-image: url(../images/makeup/f_num_6.png);
}
.makeup_full_block .makeup_list dl.num_7 dt:before {
  background-image: url(../images/makeup/f_num_7.png);
}
.makeup_full_block .makeup_list dl.num_8 dt:before {
  background-image: url(../images/makeup/f_num_8.png);
}
.makeup_full_block .makeup_list dt {
  color: #a0659d;
}
.makeup_full_block .makeup_list dd p {
  color: #a0659d;
}
.makeup_point_block .makeup_blockTitle:before {
  background-image: url(../images/makeup/sp/p_h2_line.png);
}
.makeup_point_block .makeup_list_title:after {
  background-color: #aa2d5a;
}
@media (min-width: 768px) {
  .makeup_point_block .makeup_list_title span {
    background-color: #aa2d5a;
  }
}
.makeup_point_block .makeup_before_after:before {
  top: 40px;
  left: -150px;
}
.makeup_point_block .makeup_list dl.num_1 dt:before {
  background-image: url(../images/makeup/p_num_1.png);
}
.makeup_point_block .makeup_list dl.num_2 dt:before {
  background-image: url(../images/makeup/p_num_2.png);
}
.makeup_point_block .makeup_list dl.num_3 dt:before {
  background-image: url(../images/makeup/p_num_3.png);
}
.makeup_point_block .makeup_list dl.num_4 dt:before {
  background-image: url(../images/makeup/p_num_4.png);
}
.makeup_point_block .makeup_list dl.num_5 dt:before {
  background-image: url(../images/makeup/p_num_5.png);
}
.makeup_point_block .makeup_list dl.num_6 dt:before {
  background-image: url(../images/makeup/p_num_6.png);
}
.makeup_point_block .makeup_list dt {
  color: #aa2d5a;
}
.makeup_point_block .makeup_list dd p {
  color: #aa2d5a;
}

.reserve_button {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .reserve_button {
    margin-top: 60px;
  }
}
.reserve_button a.reserveButton {
  max-width: 500px;
}

@media (max-width: 767px) {
  body.ja .makeup_h1_title span:after {
    width: 130px;
    height: 15px;
    left: 67%;
    top: 82%;
  }
}

@media (max-width: 767px) {
  body.en .makeup_h1_title span:after {
    width: 160px;
    height: 15px;
    left: 64%;
    top: 95%;
  }
}
body.en .makeup_blockTitle .price:before {
  display: none;
}
body.en .makeup_blockTitle .tax {
  font-weight: 400;
  top: 0;
}
@media (min-width: 768px) {
  body.en .makeup_blockTitle .tax {
    top: 0;
  }
}
body.en .makeup_leadtext .c_purple {
  display: block;
  color: #a0659d;
  font-size: 14px;
}
@media (min-width: 768px) {
  body.en .makeup_leadtext .c_purple {
    font-size: 21px;
  }
}

/*# sourceMappingURL=style-p-makeup.css.map */
