@charset "UTF-8";
.price {
  background-color: #faf7f0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .price .price_month_circle {
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .price .price_month_circle {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}

.price .billboard {
  background-image: url(../img/price/price_billboard.png);
}

.price_banner {
/*  display: none;*/
  max-width: var(--pc-contents-width);
  margin: auto;
  height: 410px;
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 4px #00000057;
}

@media screen and (max-width: 1300px) {
  .price_banner {
    height: auto;
  }
}

.price_banner a {
  background-image: url(../img/price/price_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-left: 30px;
}

@media screen and (max-width: 1300px) {
  .price_banner a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .price_banner a {
    background-image: url(../img/price/sp_price_banner.png);
    padding: 10px 10px 20px 10px;
  }
}

@media screen and (max-width: 500px) {
  .price_banner a {
    padding: 10px;
  }
}

.price_banner .popular_badge {
  max-width: 105px;
  max-height: 105px;
}

@media screen and (max-width: 600px) {
  .price_banner .popular_badge {
    max-width: 70px;
    max-height: 70px;
  }
}

.price_banner_inner {
  width: 50%;
}

@media screen and (max-width: 1500px) {
  .price_banner_inner {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .price_banner_inner {
    width: 100%;
  }
}

.price_banner_inner .price_banner_lead {
  height: 110px;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 70px;
}

@media screen and (max-width: 1300px) {
  .price_banner_inner .price_banner_lead {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .price_banner_inner .price_banner_lead {
    flex-wrap: wrap;
    height: auto;
  }
}

.price_banner_inner .price_banner_lead .first {
  display: block;
  font-size: 38px;
  margin-left: 0px;
  margin-bottom: 10px;
  background: none;
  text-align: left;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .price_banner_inner .price_banner_lead .first {
    width: 100%;
    margin-top: -10px;
  }
}

@media screen and (max-width: 500px) {
  .price_banner_inner .price_banner_lead .first {
    margin-left: 0;
  }
}

.price_banner_inner .price_banner_lead .price_banner_main {
  font-size: 38px;
  font-weight: 300;
  display: block;
  background: no-repeat;
  line-height: 6px;
  margin-left: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .price_banner_inner .price_banner_lead .price_banner_main {
    line-height: 1;
    text-align: center;
    margin-left: auto;
  }
}

@media screen and (max-width: 600px) {
  .price_banner_inner .price_banner_lead .price_banner_main {
    font-size: 30px;
  }
}

.price_banner_inner .price_banner_lead .price_banner_sub {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .price_banner_inner .price_banner_lead .price_banner_sub {
    margin: auto;
    display: block;
  }
}

.price_banner_inner .price_info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-left: 30px;
  font-weight: 500;
  font-size: 26px;
}

@media screen and (max-width: 1300px) {
  .price_banner_inner .price_info {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .price_banner_inner .price_info {
    justify-content: center;
    padding-top: 5px;
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .price_banner_inner .price_info {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .price_banner_inner .price_info {
    font-size: 16px;
  }
}

.price_banner_inner .price_info .attention {
  line-height: 45px;
  font-size: 60px;
  line-height: 1;
}

@media screen and (max-width: 1500px) {
  .price_banner_inner .price_info .attention {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .price_banner_inner .price_info .attention {
    font-size: 50px;
  }
}
/*
@media screen and (max-width: 600px) {
  .price_banner_inner .price_info .attention {
    font-size: 50px;
  }
}
*/
@media screen and (max-width: 500px) {
  .price_banner_inner .price_info .attention {
    font-size: 35px;
    line-height: 35px;
  }
}

.price_banner_inner .price_info .red {
  font-weight: bold;
}

.price_banner_inner .price_total {
  margin-left: 8vw;
  margin-top: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .price_banner_inner .price_total {
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 600px) {
  .price_banner_inner .price_total {
    margin-bottom: 0px;
  }
}

.price_banner_inner .bottom_text {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .price_banner_inner .bottom_text {
    text-align: center;
    font-size: 11px;
  }
}

.price_section {
  padding-top: 40px;
  z-index: 2;
  position: relative;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1200px) {
  .price_section {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .price_section {
    padding-bottom: 20px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media screen and (max-width: 600px) {
  .price_section {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .price_section .switchs {
    margin: 20px auto;
  }
}

.price_section .selected {
  display: block;
}

.price_plan_switchs {
  margin: auto auto 50px auto;
}

@media screen and (max-width: 1200px) {
  .price_plan_switchs {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .price_plan_switchs {
    margin-bottom: 20px;
  }
}

.price_banner_bottom {
  max-width: var(--pc-contents-width);
  margin: 10px auto 15px auto;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .price_banner_bottom {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .price_banner_bottom {
    font-size: 10px;
  }
}

.table_wrap {
  max-width: var(--pc-contents-width);
  margin: 20px auto 0;
  z-index: 2;
  position: relative;
}

.t_popular_badge1, .t_popular_badge2 {
  border: 2px solid var(--attention-color);
  position: relative;
}

.t_popular_badge1:before, .t_popular_badge2:before {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 50px;
  height: 50px;
  background-color: var(--attention-color);
  color: white;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  border-radius: 50px;
  font-family: var(--gothic);
  padding-top: 8px;
  padding-left: 8px;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .t_popular_badge1:before, .t_popular_badge2:before {
    width: 45px;
    height: 45px;
    top: -6px;
    left: -10px;
    font-size: 10px;
    line-height: 13px;
    padding-top: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .t_popular_badge1:before, .t_popular_badge2:before {
    width: 35px;
    height: 35px;
    top: -11px;
    left: -13px;
    font-size: 9px;
    line-height: 12px;
    padding-top: 5px;
    padding-left: 5px;
  }
}

.t_popular_badge1::before {
  content: "人気No.1";
}

.t_popular_badge2::before {
  content: "人気No.2";
}

.price .pc_table {
  width: calc(100% + 20px);
  margin-left: -10px;
  text-align: center;
  font-size: 18px;
}

/*追加*/
.price .pc_table .bg_black,
.price .pc_table .bg_brown{
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .price .pc_table {
    font-size: 80%;
  }
}

/*追加*/
@media screen and (max-width: 1200px) {
  .price .pc_table .bg_black,
  .price .pc_table .bg_brown{
    font-size: 135%;
  }
}



@media screen and (max-width: 1000px) {
  .price .pc_table {
    font-size: 70%;
  }
}

/*追加*/
@media screen and (max-width: 1000px) {
  .price .pc_table .bg_black,
  .price .pc_table .bg_brown{
    font-size: 125%;
  }
}

@media screen and (max-width: 767px) {
  .price .pc_table {
    display: none;
  }
}

.price .pc_table .tbody {
  margin-left: -10px;
}

.price .pc_table .bg_black {
  background-color: #362515;
  color: var(--white);
  font-weight: 600;
}

.price .pc_table .bg_brown {
  background-color: #efe8d9;
  /* width: 25%; */
  width: 20%;
}

.price .pc_table th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
}

.price .pc_table tr, .price .pc_table td {
  padding: 30px 20px;
}

@media screen and (max-width: 1200px) {
  .price .pc_table tr, .price .pc_table td {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .price .pc_table tr, .price .pc_table td {
    padding: 10px 5px;
  }
}

.price .pc_table td {
  background-color: white;
}

.price .pc_table .short {
  width: 10%;
}

.price .pc_table .middle {
  width: 16.5%;
}

.price .pc_table .large {
  width: 23.5%;
}

.price .pc_table .weight {
  font-weight: 600 !important;
}

.price .pc_table .weight .red {
  font-weight: 600 !important;
}

.price .pc_table .light {
  font-weight: 300;
}

.price .table_wrap .pc .btn04{
  margin: 20px auto auto auto;
  max-width: 500px;
  width:50%
}

.sp_price_tabel_wrap {
  position: relative;
  margin-bottom: 20px;
}

.sp_price_tabel_wrap .lead_text {
  display: block;
  background-color: #362515;
  color: white;
  padding: 12px 30px 12px 15px;
  font-size: 24px;
}

@media screen and (max-width: 600px) {
  .sp_price_tabel_wrap .lead_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .sp_price_tabel_wrap .lead_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .sp_price_tabel_wrap .lead_text {
    font-size: 12px;
  }
}

.sp_price_tabel_wrap .lead_text .js_toggle_btn {
  position: absolute;
  top: 10px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .sp_price_tabel_wrap .lead_text .js_toggle_btn {
    top: 12px;
  }
}

.sp_price_tabel_wrap .lead_text .fas {
  color: white;
}

.sp_price_tabel_wrap .sp_table {
  padding: 30px;
}

@media screen and (max-width: 600px) {
  .sp_price_tabel_wrap .sp_table {
    padding: 10px;
  }
}

.sp_price_tabel_wrap .sp_table .btn04 {
  max-width: 340px;
  margin: 10px auto;
}

@media screen and (max-width: 600px) {
  .sp_price_tabel_wrap .sp_table .btn04 {
    padding: 5px;
  }
}

.sp_price_tabel_wrap .sp_price_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.sp_price_tabel_wrap .sp_price_list .head_text {
  background-color: #faf7f0;
  padding-right: 2px;
  width: 40%;
  padding: 20px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efe8d9;
  border-collapse: collapse;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .sp_price_tabel_wrap .sp_price_list .head_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .sp_price_tabel_wrap .sp_price_list .head_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .sp_price_tabel_wrap .sp_price_list .head_text {
    width: 35%;
  }
}

.sp_price_tabel_wrap .sp_price_list .sp_popular_badge {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 70px;
  width: 10vw;
}

@media screen and (max-width: 600px) {
  .sp_price_tabel_wrap .sp_price_list .sp_popular_badge {
    max-width: 60px;
  }
}

.sp_price_tabel_wrap .sp_price_list .body_text {
  background-color: white;
  width: 60%;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #efe8d9;
  border-collapse: collapse;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .sp_price_tabel_wrap .sp_price_list .body_text {
    padding: 10px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 600px) {
  .sp_price_tabel_wrap .sp_price_list .body_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .sp_price_tabel_wrap .sp_price_list .body_text {
    width: 65%;
  }
}

.sp_price_tabel_wrap .sp_price_list .body_text .red {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .sp_price_tabel_wrap .sp_price_list .body_text .red {
    font-size: 17px;
    letter-spacing: 1;
  }
}

.sp_price_tabel_wrap .sp_price_list .body_text .sub {
  font-weight: 200;
  font-family: var(--gothic);
}

.price_pattern_wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  max-width: var(--pc-contents-width);
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .price_pattern_wrap {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .price_pattern_wrap {
    font-size: 12px;
  }
}

.price_pattern {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .price_pattern {
    width: 100%;
  }
}

.price_pattern dd {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .price_pattern dd {
    margin-top: 10px;
  }
}

.price_pattern .pattern_detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .price_pattern .pattern_detail {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}

.price_pattern .pattern_detail .detail {
  text-align: center;
  padding: 25px 5px;
  height: 105px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .price_pattern .pattern_detail .detail {
    padding: 20px 5px;
  }
}

@media screen and (max-width: 767px) {
  .price_pattern .pattern_detail .detail {
    padding: 10px 5px;
    height: auto;
  }
}

.price_pattern .pattern_detail .divide {
  max-width: 280px;
  width: 25vw;
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  .price_pattern .pattern_detail .divide {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .price_pattern .pattern_detail .divide {
    max-width: 100%;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .price_pattern .pattern_detail .divide:nth-child(2n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 400px) {
  .price_pattern .pattern_detail .divide {
    width: calc(50% - 3px);
    margin-right: 5px;
    font-size: 10px;
  }
}

.price_pattern .pattern_detail .divide span {
  width: 100%;
}

.price_pattern .pattern_detail .divide .red {
  font-weight: 500;
}

.price_pattern .pattern_detail .one {
  width: 100%;
}

.price_pattern .pattern_detail li {
  border: 2px solid #efe8d9;
}

.all_hair_removal_section {
  background-color: #efe8d9;
}

.all_hair_removal_section .inner {
  max-width: var(--pc-contents-width);
  padding: 100px 0px;
  margin: auto;
}

@media screen and (max-width: 1500px) {
  .all_hair_removal_section .inner {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 767px) {
  .all_hair_removal_section .inner {
    padding: 30px 10px;
  }
}

.all_hair_removal_section .inner h2 {
  margin-bottom: 45px;
}

@media screen and (max-width: 1500px) {
  .all_hair_removal_section .inner h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .all_hair_removal_section .inner h2 {
    margin-bottom: 20px;
  }
}

.all_hair_removal_section .inner p {
  font-family: var(--gothic);
}

@media screen and (max-width: 767px) {
  .all_hair_removal_section .inner p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .all_hair_removal_section .inner p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.all_hair_removal_section .about_wrap {
  background-color: white;
  margin-top: 60px;
  padding: 30px;
}

@media screen and (max-width: 1500px) {
  .all_hair_removal_section .about_wrap {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .all_hair_removal_section .about_wrap {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .all_hair_removal_section .about_wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.all_hair_removal_section .about_wrap dt {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .all_hair_removal_section .about_wrap dt {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .all_hair_removal_section .about_wrap dt {
    font-size: 20px;
  }
}

.price_allhair_range {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1500px) {
  .price_allhair_range {
    width: 95%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .price_allhair_range {
    width: 100%;
    margin-bottom: 0;
  }
}

.price_allhair_range .price_parts_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1500px) {
  .price_allhair_range .price_parts_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .price_allhair_range .price_parts_wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 786px) {
  .price_allhair_range .price_parts_wrap {
    padding: 15px 10px 70px 10px;
  }
}

.price_allhair_range .parts_list {
  justify-content: center;
}

.price_allhair_range .range_lead_text {
  margin: 100px auto 0px auto;
}

@media screen and (max-width: 1500px) {
  .price_allhair_range .range_lead_text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .price_allhair_range .range_lead_text {
    margin: 0px;
  }
}

.price_allhair_range .sp_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .price_allhair_range .sp_btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .price_allhair_range .parts_container .long_btn {
    width: 95%;
  }
}

@media screen and (max-width: 600px) {
  .price_allhair_range .parts_container .long_btn {
    width: 100%;
  }
}

.price_sp_parts_description {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .price_sp_parts_description {
    display: flex !important;
  }
}

/*クレア独自のこだわり*/
.original_benefits_section {
  background-image: url(../img/common/benefits_bg.png);
}

.original_benefits_section .inner {
  max-width: var(--pc-contents-width);
  padding: 100px 30px;
  margin: auto;
}

@media screen and (max-width: 1500px) {
  .original_benefits_section .inner {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .original_benefits_section .inner {
    padding: 25px 15px;
  }
}

.original_benefits_section p {
  text-align: center;
  font-family: var(--gothic);
}

.original_benefits_section .btn_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .original_benefits_section .btn_list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .original_benefits_section .btn_list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .original_benefits_section .btn_list {
    margin-top: 10px;
  }
}

.original_benefits_section .btn03 {
  width: 390px;
  font-size: 24px;
}

@media screen and (max-width: 1500px) {
  .original_benefits_section .btn03 {
    font-size: 20px;
    width: 28vw;
  }
}

@media screen and (max-width: 1200px) {
  .original_benefits_section .btn03 {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767px) {
  .original_benefits_section .btn03 {
    width: 90%;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .original_benefits_section .btn03 {
    width: 100%;
  }
}


.price_ability_section dd {
  width: 44%;
}

@media screen and (max-width: 1200px) {
  .price_ability_section dd {
    width: 100%;
    text-shadow: 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131, 0 0 5px #524131;
  }
}

.price_ability_box1 {
  background-image: url(../img/common/ability_bg6.png);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .price_ability_box1 {
    background-position: 70% top;
    background-image: url(../img/common/ability_bg_sp6.png);
  }
}

.price_ability_box1 span:before {
  background-image: url(../img/common/ability6.png);
}

.price_ability_box2 {
  background-image: url(../img/common/ability_bg7.png);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .price_ability_box2 {
    background-position: 70% top;
    background-image: url(../img/common/ability_bg_sp7.png);
  }
}

.price_ability_box2 span:before {
  background-image: url(../img/common/ability7.png);
}

.price_ability_box3 {
  background-image: url(../img/common/ability_bg8.png);
  background-color: #493625;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .price_ability_box3 {
    background-position: 70% top;
    background-image: url(../img/common/ability_bg_sp8.png);
  }
}

.price_ability_box3 span:before {
  background-image: url(../img/common/ability8.png);
}

/*プライス詳細ページ*/
.price_detail {
  background-color: #faf7f0;
  overflow: hidden;
}

.price_detail .attention_sub {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .price_detail .attention_sub {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .price_detail .attention_sub {
    font-size: 12px;
  }
}

.price_detail .price_month_circle {
  height: 50px;
  line-height: 50px;
  width: 50px;
}

@media screen and (max-width: 767px) {
  .price_detail .price_month_circle {
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .price_detail .price_month_circle {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}

.price_detail .en_text {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .price_detail .en_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .price_detail .en_text {
    font-size: 16px;
  }
}

.price_detail_billboard {
  background-image: url(../img/price/price_billboard.png);
}

/*でティール*/
.price_detail_main .section_lead_text {
  padding-top: 40px;
  margin-bottom: 40px;
}

.price_detail_main .price_banner {
  display: block;
}

.price_detail_main .price_banner a {
  padding-top: 95px;
}

@media screen and (max-width: 1200px) {
  .price_detail_main .price_banner a {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .price_detail_main .price_banner a {
    padding-top: 10px;
  }
}

.price_detail_main .price_banner_inner .price_banner_lead {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .price_detail_main .price_banner_inner .price_banner_lead {
    padding-left: 0;
  }
}

.price_detail_main .price_banner_inner .price_total {
  margin-top: -5px;
}

/*ボタン*/
.price_set_plan_btn {
  position: relative;
  z-index: 5;
  margin-top: 25px;
}

.price_set_plan_btn span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #efe8d9;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price_set_plan_btn span .fas {
  font-weight: 600;
  font-size: 24px;
}

/*セットプラン*/
.price_set_plan {
  padding-top: 35px;
  margin-top: 45px;
  background-color: #efe8d9;
  z-index: 2;
  position: relative;
}

.price_set_plan .lead_text {
  padding-top: 0px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.price_set_plan .price_plans {
  display: flex;
  flex-wrap: nowrap;
  padding: 25px 0px 35px 0px;
}

.price_set_plan .price_plans .card {
  max-width: 560px;
  width: calc(50% - 10px);
  background-image: url(../img/price/plans_card_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  text-align: center;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .price_set_plan .price_plans .card {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .price_set_plan .price_plans .card {
    padding: 10px;
    margin-right: 10px;
    width: calc(50% - 2.5px);
  }
}

@media screen and (max-width: 600px) {
  .price_set_plan .price_plans .card {
    margin-right: 5px;
    padding: 5px;
  }
}

.price_set_plan .price_plans .card:last-child {
  margin-right: 0;
}

.price_set_plan .price_plans .card .card_title {
  font-size: 28px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .price_set_plan .price_plans .card .card_title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .price_set_plan .price_plans .card .card_title {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .price_set_plan .price_plans .card .card_title {
    font-size: 14px;
  }
}

.price_set_plan .price_plans .card .card_course {
  background: linear-gradient(transparent 80%, #fff77d 80%);
  letter-spacing: -1px;
  font-weight: 500;
  font-family: var(--gothic);
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .price_set_plan .price_plans .card .card_course {
    font-size: 12px;
  }
}

.price_set_plan .price_plans .card .price_info {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 10px;
}

.price_set_plan .price_plans .card .price_info .attention {
  line-height: 0.9;
  font-size: 54px;
  padding-left: 5px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .price_set_plan .price_plans .card .price_info .attention {
    font-size: 46px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .price_set_plan .price_plans .card .price_info .attention {
    font-size: 30px;
    margin-left: 0px;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .price_set_plan .price_plans .card .price_total {
    font-size: 11px;
  }
}

.mini_kome_p1:after {
  right: -9%;
  top: 20%;
}

@media screen and (max-width: 1500px) {
  .mini_kome_p1:after {
    right: -15%;
    top: -5%;
  }
}

@media screen and (max-width: 767px) {
  .mini_kome_p1:after {
    right: -10%;
    top: 5%;
  }
}

/*
@media screen and (max-width: 700px) {
  .mini_kome_p1:after {
    top: 5%;
  }
}

@media screen and (max-width: 600px) {
  .mini_kome_p1:after {
    top: -14%;
  }
}
*/

@media screen and (max-width: 500px) {
  .mini_kome_p1:after {
    right: -12%;
    top: -20%;
  }
}

.setplan_btotom_btn01 {
  max-width: 390px;
  width: 100%;
  margin: 30px auto 0px auto;
}

@media screen and (max-width: 767px) {
  .setplan_btotom_btn01 {
    max-width: 100%;
  }
}

/*オススメ脱毛プラン*/
.price_detail_recommendation {
  margin-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .price_detail_recommendation {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.price_recommend_plan {
  display: flex;
  flex-wrap: nowrap;
}

.price_recommend_plan li {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 10px);
}

.price_recommend_plan li:first-child {
  margin-right: 20px;
}

.price_recommend_plan .reccomend_card {
  max-width: 590px;
  width: 100%;
}

.price_recommend_plan .reccomend_card a {
  width: 100%;
}

.price_recommend_plan .reccomend_card .reccomend_card_inner .reccomend_card_lead span {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .price_recommend_plan .reccomend_card .reccomend_card_inner .reccomend_card_lead span {
    width: 80%;
  }
}

.price_recommend_plan .reccomend_card .reccomend_card_inner .price_total {
  margin-top: 0px;
}

.price_recommend_plan .reccomend_card_btn {
  max-width: 390px;
  width: 100%;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .price_recommend_card1 .popular_badge, .price_recommend_card2 .popular_badge {
    width: 13vw;
    height: 13vw;
    padding-top: 10px;
    padding-left: 10px;
  }
}

.price_recommend_card1 .popular_badge .price_total .attention_sub, .price_recommend_card2 .popular_badge .price_total .attention_sub {
  padding-left: 3px;
}

/*追加*/
.price_recommend_card1 a:hover,
.price_recommend_card2 a:hover{
  opacity: 1;
}

.price_recommend_card1 a:hover .reccomend_card_inner,
.price_recommend_card2 a:hover .reccomend_card_inner{
  opacity: 0.8;
}



.price_recommend_card1 {
  background-image: url(../img/top/top_card_bg06.png);
  background-size: cover;
  background-position: left top;
}

@media screen and (max-width: 767px) {
  .price_recommend_card1 {
    background-image: url(../img/top/top_card_sp_bg6.png);
  }
}

.price_recommend_card2 {
  background-image: url(../img/price/face_bg.png);
  background-size: cover;
  background-position: left top;
}

@media screen and (max-width: 767px) {
  .price_recommend_card2 {
    background-image: url(../img/price/face_bg_sp.png);
  }
}

.reccomend_card_inner dl dd {
  font-size: 22px;
}

.reccomend_card_inner dl dd .whole_body_attention {
  font-size: 64px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .reccomend_card_inner dl dd .whole_body_attention {
    font-size: 46px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 600px) {
  .reccomend_card_inner dl dd .whole_body_attention {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .reccomend_card_inner dl dd .tax:after {
    display: none;
  }
}

.reccomend_card_inner dl dd .mini_kome:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .reccomend_card_inner dl dd .mini_kome:after {
    display: block;
    top: 17%;
  }
}

/*お得な特典--------------*/
.price_detail_benefits {
  background-color: #efe8d9;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .price_detail_benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .price_detail_benefits {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .price_detail_benefits .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .price_detail_benefits .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.benefits_cards {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.benefits_card {
  max-width: 590px;
  width: calc(50% - 8px);
  margin-right: 15px;
  background-image: url(../img/price/benefit_card.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px 45px;
  z-index: 2;
  position: relative;
  /*0915追加*/
  box-shadow: 0 0 0 3px inset #f8f5ee, 0 0 0 4px inset white;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .benefits_card {
    padding: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .benefits_card {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .benefits_card {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 15%;
  }
}

@media screen and (max-width: 600px) {
  .benefits_card {
    padding-left: 5%;
  }
}

@media screen and (max-width: 500px) {
  .benefits_card {
    padding: 20px;
  }
}

.benefits_card:after {
  /* content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: calc(100% - 20px);
  height: calc(100% - 29px);
  
  display: block;
  border: 1px solid white; */
}

@media screen and (max-width: 1500px) {
  .benefits_card:after {
    top: 6%;
    left: 2%;
    width: 96%;
    height: 90%;
  }
  
}


@media screen and (max-width: 1000px) {
  .benefits_card:after {
    height: 87%;
  }
  
}



@media screen and (max-width: 767px) {
  .benefits_card:after {
    /* height: calc(100% - 20px); */
    top: 7%;
    left: 2%;
    width: 96%;
    height: 91%;
  }
}

@media screen and (max-width: 500px) {
  .benefits_card:after {
    top: 6%;
    left: 3%;
    width: 94%;
    height: 90%;
  }
}

.benefits_card:nth-child(2n) {
  margin-right: 0px;
}

@media screen and (max-width: 1000px) {
  .benefits_card dl {
    width: 100%;
  }
}

.benefits_card .benefits_title {
  font-size: 38px;
  text-align: left;
  display: inline-block;
  padding-left: 30%;
}

@media screen and (max-width: 1500px) {
  .benefits_card .benefits_title {
    font-size: min(3vw, 30px);
  }
}

@media screen and (max-width: 767px) {
  .benefits_card .benefits_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .benefits_card .benefits_title {
    font-size: 19px;
  }
}

.benefits_card .benefits_content {
  padding-left: 45px;
  padding-right: 45px;
  font-family: var(--gothic);
}

@media screen and (max-width: 1200px) {
  .benefits_card .benefits_content {
    padding-left: 20px;
    padding-right: 0px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .benefits_card .benefits_content {
    padding-left: 15%;
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .benefits_card .benefits_content {
    font-size: 11px;
  }
}

.benefits_title_icon1 {
  position: relative;
}

.benefits_title_icon1:before {
  content: "";
  position: absolute;
  background-image: url(../img/price/benefits_icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  top: 10%;
  left: 8%;
}

@media screen and (max-width: 1200px) {
  .benefits_title_icon1:before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .benefits_title_icon1:before {
    width: 60px;
    height: 60px;
    top: 0%;
    left: 21%;
  }
}

@media screen and (max-width: 600px) {
  .benefits_title_icon1:before {
    width: 45px;
    height: 45px;
    left: 19%;
  }
}

.benefits_title_icon2 {
  position: relative;
}

.benefits_title_icon2:before {
  content: "";
  position: absolute;
  background-image: url(../img/price/benefits_icon2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 94px;
  top: 23%;
  left: 3%;
}

@media screen and (max-width: 1200px) {
  .benefits_title_icon2:before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .benefits_title_icon2:before {
    width: 80px;
    height: 60px;
    top: 8%;
    left: 11%;
  }
}

@media screen and (max-width: 600px) {
  .benefits_title_icon2:before {
    width: 65px;
    height: 45px;
    left: 9%;
  }
}

.benefits_title_icon3 {
  position: relative;
}

.benefits_title_icon3:before {
  content: "";
  position: absolute;
  background-image: url(../img/price/benefits_icon3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 75px;
  top: 30%;
  left: 3%;
}

@media screen and (max-width: 1200px) {
  .benefits_title_icon3:before {
    width: 70px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .benefits_title_icon3:before {
    width: 80px;
    height: 50px;
    top: 15%;
    left: 13%;
  }
}

@media screen and (max-width: 600px) {
  .benefits_title_icon3:before {
    width: 65px;
    height: 35px;
    left: 11%;
  }
}

.benefits_title_icon4 {
  position: relative;
}

.benefits_title_icon4:before {
  content: "";
  position: absolute;
  background-image: url(../img/price/benefits_icon4.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 70px;
  top: 20%;
  left: 7%;
}

@media screen and (max-width: 1200px) {
  .benefits_title_icon4:before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .benefits_title_icon4:before {
    width: 80px;
    height: 50px;
    top: 5%;
    left: 20%;
  }
}

@media screen and (max-width: 600px) {
  .benefits_title_icon4:before {
    width: 65px;
    height: 35px;
    left: 18%;
  }
}

/*部位別の説明*/
.price_detail_parts {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .price_detail_parts {
    padding-bottom: 50px;
  }
}

.price_detail_parts .section_lead_text {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  .price_detail_parts .section_lead_text {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .price_detail_parts .section_lead_text {
    padding-top: 30px;
  }
}

.price_detail_parts .parts_container {
  padding-left: 0;
  padding-right: 0;
}

.price_detail_parts .parts_list {
  display: none;
}

@media screen and (max-width: 767px) {
  .price_detail_parts .parts_list {
    display: flex;
  }
}

.price_detail_parts .price_parts_list_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .price_detail_parts .price_parts_list_pc {
    display: none;
  }
}

.price_detail_parts .js_sp_more_target {
  display: none;
}

.price_detail_parts .price_sp_description {
  display: none;
}

@media screen and (max-width: 767px) {
  .price_detail_parts .price_sp_description {
    display: flex;
  }
}

.price_detail_parts .pc_btn {
  display: block;
  max-width: 380px;
  width: 100%;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .price_detail_parts .pc_btn {
    display: none;
  }
}

.price_detail_parts .sp_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .price_detail_parts .sp_btn {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .price_detail_parts .js_sp_more_btn {
    width: 50%;
  }
}

.price_detail_parts .parts_container .open {
  display: flex;
  justify-content: flex-start;
  margin: auto;
}

/*priceのアビリティコーナー*/
.price_detail_ability_section .ability_box dd {
  padding-left: 60px;
}

@media screen and (max-width: 1000px) {
  .price_detail_ability_section .ability_box dd {
    padding-left: 40px;
  }
}

.price_detail_ability_section .ability_lead_area {
  z-index: 2;
  position: relative;
}

.price_detail_ability_section .ability_box {
  background-position: 100% top;
}

@media screen and (max-width: 1500px) {
  .price_detail_ability_section .ability_box {
    background-position: 65% top;
  }
}

.price_detail_ability_box1 {
  background-image: url(../img/price/price_detail_ability1.png);
  background-size: cover;
}

.price_detail_ability_box2 {
  background-image: url(../img/price/price_detail_ability2.png);
  background-size: cover;
}

.price_detail_ability_box3 {
  background-image: url(../img/price/price_detail_ability3.png);
  background-size: cover;
}

.price_detail_ability_lead1 span:before {
  background-image: url(../img/price/price_detail_razor_icon.png);
}

.price_detail_ability_lead2 span:before {
  background-image: url(../img/price/price_detail_new_icon.png);
}

.price_detail_ability_lead3 span:before {
  background-image: url(../img/price/price_detail_observe_icon.png);
}

/*関連する脱毛情報*/
.price_detail_relation_section .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .price_detail_relation_section .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .price_detail_relation_section .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.plice_relation_list_wrap {
  display: flex;
  flex-wrap: nowrap;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .plice_relation_list_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.plice_relation_list_wrap .plice_relation_list {
  background-color: white;
  margin-right: 10px;
  width: calc(25% - 7.5px);
}

.plice_relation_list_wrap .plice_relation_list:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .plice_relation_list_wrap .plice_relation_list {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 690px;
    width: 100%;
    position: relative;
  }
}

.plice_relation_list_wrap .plice_relation_list a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .plice_relation_list_wrap .plice_relation_list a {
    display: flex;
    flex-wrap: nowrap;
  }
  .plice_relation_list_wrap .plice_relation_list a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 800;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}

.plice_relation_list_wrap .plice_relation_list img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .plice_relation_list_wrap .plice_relation_list img {
    width: 25%;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
    padding: 1vw;
  }
}

.plice_relation_list_wrap .plice_relation_list span {
  padding: 20px 25px;
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  .plice_relation_list_wrap .plice_relation_list span {
    font-size: 18px;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .plice_relation_list_wrap .plice_relation_list span {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .plice_relation_list_wrap .plice_relation_list span {
    font-size: 12px;
  }
}
/*# sourceMappingURL=price.css.map */





/* 2021-09-13 ADD */
.top_plan_section {
    margin: auto;
    padding: 100px 30px 50px 30px;
}

.page-id-1647 .parts_wrap {
  padding: 50px 0;
}

.mini_kome:after {
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .page-id-1660 .top_plan_section {
    padding: 10vw 0 0;
  }
  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .container.parts_accordion_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .container.parts_accordion_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}


.price_top.price_info {
  display: block;
  font-size: inherit;
}
.price_top.price_info .price_monthly {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-weight: 500;
  font-size: 26px;
}
.price_top.price_info .price_monthly .tax::after {
  font-size: 16px;
}
.price_top.price_info .price_total {
  margin-left: 3vw;
}
.price_top_recommend_plan .reccomend_card_inner dl dd .whole_body_attention {
  font-size: min(8vw, 64px);
}
@media screen and (min-width: 768px) {
  .price_top_recommend_plan .reccomend_card .reccomend_card_inner .reccomend_card_lead span {
    width: 185px;
  }
}
@media screen and (max-width: 1500px) {
  .price_top.price_info .price_monthly .tax::after {
    font-size: 14px;
    right: -63px;
  }
}
@media screen and (max-width: 1000px) {
  .price_top_recommend_plan .attention_sub {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .price_top.price_info .price_monthly {
    justify-content: center;
  }
  .price_top.price_info .price_total {
    display: block;
  }
  .price_top_recommend_plan li:first-child {
    margin-right: 10px;
  }
  .price_top_recommend_plan li {
    width: calc(50% - 5px);
  }
  .price_top_recommend_plan .reccomend_card_inner dl dd .mini_kome::after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  .price_top_set_plan .mini_kome::after {
    top: -20%;
  }
}
@media screen and (max-width: 600px) {
  .price_top_recommend_plan .reccomend_card_inner dl dd .whole_body_attention,
  .price_top_set_plan .price_plans .card .price_info .attention {
    font-size: 6vw;
  }
  .price_top_set_plan .attention_sub {
    font-size: 5vw;
  }
  .price_top_recommend_plan .reccomend_card_inner dl dd .en_text,
  .price_top_set_plan .price_plans .card .price_info .en_text {
    font-size: 3.2vw;
    align-self: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .price_top.price_info .price_monthly .tax::after {
    font-size: 12px;
    top: calc(-100% + 20px);
  }
  .price_top_set_plan .price_plans .card .price_info {
    align-items: center;
  }
  .price_top_set_plan .price_month_circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
  .price_banner .mini_kome::after {
    top: -10px;
  }
}
@media screen and (max-width: 374px) {
  .price_top_set_plan .price_plans .card .price_total {
    font-size: 10px;
  }
  .price_top_set_plan .attention_sub {
    font-size: 3.5vw;
  }
}

.set_plan_caution {
  position: absolute;
  top: 100%;
  left: 0;
  font-family: var(--gothic);
  font-weight: normal;
  font-size: min(3.5vw, 14px);
}

.special_benefits {
  position: relative;
  margin: 0;
  z-index: 5;
}
.special_benefits img {
  max-width: 100%;
}


.duet_banner img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .price_banner.premium a {
    padding: 20vw 10px 3vw;
  }
  .price_banner.premium .price_banner_inner .price_banner_lead .price_banner_main {
    width: auto;
  }
  .parts_container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .parts_container .sp_btn span {
    padding: 3vw;
  }
  .duet_banner {
    margin: 0;
  }
}
.price_one_menu {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.parts_vio_feature .price_one_menu .benefits .benefit {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}


.recommend_description p {
  margin: 0;
  font-size: min(1.9vw, 16px);
}


/*0915追加*/
/*price扉のみテキストシャドウ*/
@media screen and (max-width: 767px) {
  .price_recommend_card1 .reccomend_card_lead {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  
  .price_recommend_card1 .reccomend_card_lead span {
    text-shadow: none;
  }
  
  .price_recommend_card2 .reccomend_card_lead {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  
  .price_recommend_card2 .reccomend_card_lead span {
    text-shadow: none;
  }
}

@media screen and (max-width: 1500px) and (min-width:768px){
  .price .hair_removal_banner_bg1 .mini_kome:after,
  .price .hair_removal_banner_bg2 .mini_kome:after{
    right: -13%;
    top: -4%;
  }

}

.price_top_popular_badge{
  padding-top: 20px;
  padding-left: 20px;
}


@media screen and (max-width: 767px) {
  .sp_mt20 {
    margin-top: 20px;
  }
}