/*
 *
 *    ___
 *   /\_ \         ______
 *   \//\ \      /\  ___ \`\
 *     \ \ \     \ \ \  \ \ \
 *      \_\ \____ \ \ \__\/ /
 *      /\________\\ \ '___/
 *      \/________/ \ \ \/
 *                   \ \_\
 *                    \/_/
 *
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h2,
p,
ul {
  margin: 0;
  padding: 0;
}
html {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
body {
  width: 100%;
  height: auto;
}
body::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(254 255 251 / 60%);
}
li {
  list-style: none;
}
a {
  color: #303030;
  text-decoration: none;
}
img {
  height: auto;
}
@media (min-width: 38em) {
  html {
    font-size: 20px;
    color: #3f3c40;
  }
}
@media only screen and (max-width: 1200px) {
  .lp_mv .mv_pc,
  .lp_mv .mv_sp,
  .section.lp_layout_worries_section,
  .process_area,
  .process_under_txt_area,
  .reasons_area,
  .before_after_area_inner,
  .lp_layout_review,
  .lp_layout_compare,
  .section.lp_layout_worries_section,
  .mv_under_txt_area_inner {
    max-width: 100%;
  }
}
/* obj-position */
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-vertical {
  height: max-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 0.8;
}
/* obj-size */
.txt_16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.txt_18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.txt_20 {
  font-size: 20px;
  font-size: 2rem;
}
.txt_28r {
  font-size: 28px;
  font-size: 2.8rem;
}
.txt_22__lh_2 {
  font-size: 22px;
  line-height: 2;
}
.txt_20__mb_35 {
  font-size: 20px;
  margin-bottom: 35px;
}
.txt_24__mb_35 {
  font-size: 24px;
  margin-bottom: 35px;
}
.mt_8 {
  margin-top: 8px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_60 {
  margin-top: 60px;
}
.mr_5 {
  margin-right: 5px;
}
.pt_40 {
  padding-top: 40px;
}
/* obj-design */
.txt-red {
  color: #e6272d;
  font-weight: 700;
}
.txt-green {
  color: rgb(30, 180, 30);
}
.dots {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.dots::before {
  content: "•";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: black;
  font-weight: bold;
}
.review_border-radius_rtb {
  border-radius: 0px 10px 10px 0px !important;
}
/* Noto Serif */
.noto_serif {
  font-family: "Noto Serif JP", serif;
}
/* mv */
.lp_mv_content {
  position: relative;
  background-image: url(../img/front_bg.jpg);
  background-position: inherit;
  background-size: cover;
}
.mv_overlap::after {
  z-index: -2;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.lp_mv {
  position: relative;
  line-height: 5;
  padding-top: 50px;
  text-align: center;
}
.lp_mv .mv_pc,
.lp_mv .mv_sp {
  width: 100%;
  height: auto;
}
.lp_mv .mv_pc {
  width: 1200px;
}
.lp_mv .mv_gradient img {
  z-index: -1;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.mv_text_lt h1,
.mv_text_rt h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.mv_text_lt p,
.mv_text_rt p {
  font-size: 1.2rem;
  margin: 0 auto;
}
.mv_text_lt {
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
  z-index: 20;
}
.mv_text_rt {
  position: absolute;
  top: 35%;
  left: 70%;
  width: max-content;
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
  z-index: 20;
}
.lp_layout_mv_under_txt {
  padding-top: 66px;
  background-color: #e8e8e8;
}
.mv_under_txt {
  z-index: 2;
  position: relative;
  width: 28%;
  min-width: 360px;
  margin: 0 auto;
  padding: 10px 0;
}
.mv_under_txt img {
  width: 100%;
}
.mv_gradient {
  position: relative;
  z-index: 1;
}
.block_gradient {
  background-image: linear-gradient(
    180deg,
    rgba(244, 244, 244, 1) 40%,
    rgba(206, 206, 206, 1)
  );
}
.lp_layout_mv_under_txt,
.lp_layout_worries_section {
  background-color: inherit;
}
.svg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -46%;
  left: 0;
  z-index: 1;
}
.mv_under_txt_area_inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .mv_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .mv_pc {
    display: none !important;
  }
  .lp_mv .mv_sp {
    width: 92%;
  }
  .lp_mv .mv_gradient img {
    position: absolute;
    width: 100%;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_under_txt_area_inner {
    width: 100%;
  }
  .svg-bg {
    bottom: -42%;
  }
  .mv_text_lt {
    top: 53%;
  }
  .mv_text_rt {
    top: 43%;
  }
  .mv_text_lt h1,
  .mv_text_rt h1,
  .mv_text_lt p,
  .mv_text_rt p {
    font-size: 1.6rem;
  }
  .mv_under_txt {
    width: 45%;
    min-width: 260px;
    max-width: 360px;
  }
  .lp_layout_mv_under_txt {
    padding-top: 20px;
  }
  .lp_layout_concept_content_rt.hidden_sp {
    display: none;
  }
}
/* worries */
section.lp_layout_worries_section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 200px;
}
.worries_img img {
  width: 52%;
}
.worries_img {
  position: absolute;
  bottom: 0;
  right: 0%;
  line-height: 0;
  text-align: right;
}
.worries_area_inner {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.worries_area_inner_items_area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.worries_area_inner_rt {
  margin-bottom: 105px;
}
.worries_area_inner_rt .worries_area_inner_items:last-child {
  margin-bottom: 0;
}
.worries_area_inner_items {
  display: flex;
  align-items: bottom;
  width: 48%;
}
.worries_area_inner_icon {
  position: relative;
  width: 18%;
  text-align: center;
}
.worries_area_inner_icon img {
  width: 40%;
  min-width: 40px;
}
.worries_area_inner_txt {
  width: 82%;
  letter-spacing: 1px;
}
.worries_area_inner_txt .txt-red {
  font-size: 28px;
  letter-spacing: 0.1rem;
}
.worries_area_inner_items:nth-child(2) {
  margin: 45px 0 0 0;
}
.worries_area_inner_items:nth-child(4) {
  margin: 45px 0 0 0;
}
section.lp_layout_worries_section {
  padding-bottom: 203px;
  font-size: 20px;
  color: #000;
}
.worries_area {
  margin: 0 7%;
}
@media only screen and (max-width: 768px) {
  section.lp_layout_worries_section {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 110px;
  }
  .worries_area {
    margin: 0 0%;
  }
  .worries_area_inner {
    display: block;
    width: 95%;
  }
  .worries_area_inner_items {
    width: 100%;
    padding-bottom: 20px;
    line-height: 1.4;
  }
  .worries_area_inner_items:nth-child(2),
  .worries_area_inner_items:nth-child(4) {
    margin: 0 0 0 0;
    padding-left: 60px;
  }
  .worries_area_inner_items_area {
    display: block;
    width: 100%;
  }
  .worries_area_inner_icon {
    width: 18%;
    text-align: right;
  }
  .worries_area_inner_icon img {
    width: 70%;
    max-width: 30px;
    min-width: 26px;
  }
  .worries_area_inner_txt {
    width: 75%;
    letter-spacing: 0px;
  }
  .worries_area_inner_txt .txt-red {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .worries_area_inner_txt p {
    font-size: 1rem;
    padding: 0 8px 0 8px;
  }
  .worries_img img {
    width: 35%;
  }
  .worries_area_inner_rt .worries_area_inner_items:last-child {
    margin-bottom: 0;
  }
}
/* process */
.lp_layout_process_section {
  background-image: url(../img/process_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 75px;
}
.lp_layout_process_img_area {
  margin-bottom: 35px;
  padding-bottom: 25px;
}
.lp_layout_process_under_txt {
  position: relative;
  background-image: url(../img/process_under_bg.jpg);
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.process_under_txt_area {
  width: 1200px;
  margin: 0 auto;
}
.lp_layout_process_under_txt::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 60%);
  opacity: 0.1;
}
.process_under_txt_area_inner p {
  font-size: 34px;
  font-weight: 700;
  color: #343333;
  text-shadow: 1px 2px 2px rgb(255, 255, 255);
}
.process_heading_txt {
  width: 28%;
  min-width: 420px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 0;
}
.process_under_txt {
  font-size: 42px;
  color: #292727;
  text-shadow: 1px 2px 2px rgb(255, 255, 255);
}
.process_under_txt_area_inner {
  font-family: "Noto Serif JP";
  letter-spacing: 1px;
}
.process_area_txt_heading {
  font-size: 34px;
  line-height: 2;
}
.process_area_inner_items {
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  padding: 15px 5px 15px 5px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.4;
  background-color: #feffff;
  align-items: center;
  justify-content: center;
}
.process_area_progress_icon {
  position: relative;
  width: 20%;
}
.process_area_progress_icon img {
  max-width: 160px;
}
.progress_arrow_under::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 20px;
  bottom: -35px;
  left: 50%;
  background: #888888;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  transform: translate(-50%, -50%);
}
.process_area_facial_img {
  display: flex;
  width: 15%;
  padding: 15px;
  align-items: center;
  justify-content: right;
}
.process_area_facial_img img {
  width: 100%;
  max-width: 200px;
}
.process_area_txt {
  width: 65%;
  padding: 15px 15px 15px 30px;
  text-align: left;
}
.process_area_images_wrap {
  width: 95%;
  max-width: 1200px;
  background-color: #484848;
  background-image: url(../img/process_bg2.jpg);
  background-size: cover;
  margin: 0 auto;
}
.process_area {
  width: 1200px;
  margin: 0 auto;
}
.process_area_images_inner {
  width: 36%;
  min-width: fit-content;
  margin: 0 auto;
  padding-top: 30px;
  text-align: left;
  font-family: "Noto Serif JP";
}
.process_area_images_txt {
  width: 60%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  color: #e6e3e3;
  text-shadow: 0px 1px 2px rgb(255, 255, 255);
  letter-spacing: 1px;
}
.process_area_images_txt_sm {
  font-size: 24px;
}
.process_img_area_inner {
  display: flex;
  width: 100%;
  justify-content: center;
}
.process_img_items {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  min-width: 55px;
  justify-content: space-between;
}
.process_img_items img {
  width: 25%;
  margin-bottom: 10px;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  .lp_layout_process_section {
    background-position: center;
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .process_area_images_wrap {
    width: 95%;
    background-position: left;
  }
  .process_area {
    width: 100%;
    margin: 0 auto;
  }
  .process_under_txt_area {
    width: 100%;
  }
  .lp_layout_process_under_txt {
    background-position: right;
    padding: 50px 0;
  }
  .process_heading_txt {
    min-width: 280px;
    margin-bottom: 50px;
  }
  .process_area_images_inner {
    max-width: fit-content;
  }
  .process_img_items {
    width: 85%;
  }
  .process_area_facial_img img {
    width: 80%;
    max-width: 110px;
  }
  .process_img_items img {
    width: 48%;
    padding: 0px 0px 5px 0px;
  }
  .process_area_inner_items {
    position: relative;
    width: 95%;
    margin-bottom: 63px;
    padding-top: 35px;
  }
  .process_area_inner_items::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 12px;
    top: 50px;
    left: 50%;
    background: #888888;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
    transform: translate(-50%, 0%);
  }
  .lp_layout_process_under_txt::before {
    opacity: 0.2;
  }
  .process_area_progress_icon {
    display: initial;
    position: absolute;
    width: auto;
    top: -45px;
    padding: 0 15px;
    text-align: left;
  }
  .progress_arrow_under::before {
    display: none;
  }
  .process_area_facial_img {
    width: 30%;
    max-width: 300px;
    margin: 31px auto 0px auto;
    padding: 0;
    justify-content: center;
  }
  .process_area_txt_heading {
    font-size: 20px;
    line-height: 2;
  }
  .process_area_txt {
    width: 100%;
    margin: 30px auto 0px auto;
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.6;
  }
  .process_area_progress_icon img {
    width: 90px;
  }
  .process_under_txt {
    font-size: 2rem;
  }
  .process_area_images_txt {
    width: 90%;
    padding: 0 0 20px 0;
  }
  .process_area_images_txt_sm {
    font-size: 18px;
  }
  .process_under_txt_area_inner p {
    font-size: 24px;
  }
}
/* reasons */
.lp_layout_reasons_section {
  height: 100%;
  width: 100%;
  background-image: url(../img/reasons_bg.jpg);
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp_layout_reasons_section h2 {
  color: #d42222;
}
.reasons_area {
  width: 1200px;
  margin: 0 auto;
}
.reasons_area_inner {
  margin: 0 auto;
  padding-bottom: 60px;
}
.reasons_item {
  position: relative;
  border-radius: 5px;
  margin: 0 0% 5% 0%;
  padding: 30px 10px 60px 10px;
}
.reasons_item .reasons_content_area img {
  width: 100%;
  max-width: 630px;
  border: 5px solid #fcfafa;
  object-fit: contain;
}
.reasons_area h2 {
  margin: 0 5% 0% 5%;
  padding: 100px 10px 30px 10px;
}
.reasons_area h2 img {
  width: 80%;
}
.reason_icon {
  display: flex;
  align-items: center;
}
.reason_icon {
  content: "理由";
  display: flex;
  position: absolute;
  top: -10px;
  left: 8px;
  width: 8%;
  min-width: 70px;
  height: 30px;
  border-radius: 15%;
  background-color: #ff2828;
  background-size: 40%;
  align-items: center;
  justify-content: center;
  color: #f7f7f7;
}
.reasons_heading_area {
  display: flex;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.reasons_num_icon {
  display: flex;
  width: 10%;
}
.reasons_item .reasons_num_icon img {
  width: 100%;
  max-width: 100px;
  object-fit: contain;
}
.reasons_heading_txt {
  display: flex;
  width: 90%;
}
.reasons_heading_txt h4 {
  display: flex;
  width: 100%;
  margin: 0;
  padding-left: 25px;
  font-size: xx-large;
  text-align: left;
  align-items: center;
  letter-spacing: 1px;
}
.reasons_content_area {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.reasons_content_img {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.reasons_content_txt {
  z-index: 1;
  position: absolute;
  top: 52%;
  right: 0%;
  width: 45%;
  min-width: 535px;
  background: #ffffffd9;
  padding: 35px 20px;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  letter-spacing: 2px;
}
.reasons_content_img_rt {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.reasons_content_txt_lt {
  z-index: 1;
  position: absolute;
  top: 45%;
  left: 0%;
  width: 45%;
  min-width: 535px;
  background: #ffffffd9;
  padding: 35px 20px;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  letter-spacing: 2px;
}
.reasons_to_line_link_btn_area {
  padding-top: 45px;
}
@media only screen and (max-width: 1024px) {
  .reasons_content_txt {
    top: 62%;
    right: 0%;
    width: 45%;
    min-width: 535px;
    padding: 30px 18px;
    font-size: 18px;
    line-height: 34px;
  }
  .reasons_content_txt_lt {
    top: 62%;
    left: 0%;
    width: 45%;
    min-width: 538px;
    padding: 30px 18px;
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .reasons_item {
    margin: 0 1.5% 0% 1.5%;
    padding: 0px 5px;
  }
  .reasons_area h2 {
    margin: 0 0% 0% 0%;
    padding: 50px 0px 30px 0px;
  }
  .reasons_area h2 img {
    width: 90%;
  }
  .reasons_area {
    width: 100%;
  }
  .reasons_item img {
    width: 100%;
  }
  .reasons_item .reasons_content_area img {
    max-width: 585px;
  }
  .reasons_content_img {
    top: 50px;
    left: 0%;
  }
  .reasons_content_area,
  .reasons_heading_area {
    width: 100%;
  }
  .reasons_heading_txt h4 {
    font-size: 18px;
    padding-left: 22px;
    line-height: 1.4;
  }
  .reasons_content_txt {
    position: relative;
    width: 88%;
    min-width: 88%;
    top: -70px;
    right: -45px;
    padding: 20px 14px;
    font-size: 13px;
    line-height: 21px;
    color: black;
  }
  .reasons_content_txt_lt {
    position: relative;
    width: 88%;
    min-width: 88%;
    top: -70px;
    right: -48px;
    padding: 20px 14px;
    font-size: 13px;
    line-height: 21px;
    color: black;
  }
  .reasons_item .reasons_num_icon img {
    min-width: 50px;
  }
  .reasons_heading_txt {
    margin-top: 0;
  }
  .reasons_to_line_link_btn_area {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 375px) {
  .reasons_content_txt {
    width: 86%;
    min-width: 86%;
  }
}
/* before_after */
.lp_layout_before_after_section {
  background-image: url(../img/before_after_bg.jpg);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.before_after_area_inner {
  margin: 0 auto;
  width: 1200px;
}
.before_after_area h2 {
  padding: 22px 0;
  font-size: 2.2rem;
}
.before_after_item {
  display: flex;
  width: 72%;
  margin: 0 auto;
  position: relative;
  align-items: center;
}
.before_after_item_img p {
  min-height: 55px;
  flex-grow: 1;
  font-size: 16px;
  text-align: left;
}
.before_after_items_area {
  position: relative;
  border-radius: 5px;
  margin: 0 8% 5% 8%;
  padding: 40px 0px 1px 0px;
  background-color: #fff;
}
.age_female01::before {
  content: "●20代前半・女性";
  position: absolute;
  top: -9%;
  left: 0%;
  font-size: 23px;
}
.age_female02::before {
  content: "●20代後半・女性";
  position: absolute;
  top: -9%;
  left: 0%;
  font-size: 23px;
}
.age_female03::before {
  content: "●30代後半・女性";
  position: absolute;
  top: -9%;
  left: 0%;
  font-size: 23px;
}
.before_txt_icon,
.after_txt_icon {
  margin-bottom: 10px;
  font-size: larger;
  font-weight: 500;
  color: #fff;
}
.before_txt_icon span,
.after_txt_icon span {
  border-radius: 5px;
}
.before_txt_icon span {
  display: inline-block;
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  background-color: #cfcfd2;
}
.after_txt_icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
  background-color: #c1272d;
}
.after_txt_icon span,
.before_txt_icon span {
  font-family: "Noto Serif JP", serif;
  height: 34px;
  line-height: 34px;
}
.after_txt_icon span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 15%;
  height: 21px;
  background-image: url(../img/icon_star.svg);
  background-repeat: no-repeat;
}
.after_txt_icon span::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 15%;
  height: 21px;
  background-image: url(../img/icon_star.svg);
  background-repeat: no-repeat;
}
.before_after_item_img {
  display: flex;
  width: 46%;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: space-between;
}
.before_after_item_arrow span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 66.5px;
  top: 45%;
  left: 50%;
  background: #888888;
  clip-path: polygon(
    0 31%,
    0.6% 31%,
    0.6% 0,
    100% 50%,
    0.6% 100%,
    0.6% 69%,
    0 69%
  );
  transform: translate(-45%, -55%);
}
.after_txt_icon span::before {
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.after_txt_icon span::after {
  top: auto;
  bottom: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.before_after_item_arrow {
  display: flex;
  width: 8%;
  align-items: center;
  justify-content: center;
}
.before_after_item_bottom_txt {
  margin: 3% 30% 3% 30%;
}
@media only screen and (max-width: 768px) {
  .lp_layout_before_after_section {
    background-position: right;
    padding-bottom: 60px;
  }
  .before_after_items_area {
    margin: 1% 3% 9% 3%;
    padding: 0px 0px 5px 0px;
  }
  .before_after_area_inner {
    width: 100%;
  }
  .before_after_item {
    width: 100%;
    margin: 0% 0% 1% 0%;
    padding: 30px 5px 0px 5px;
  }
  .after_txt_icon span,
  .before_txt_icon span {
    width: 80%;
    max-width: 130px;
    height: auto;
    font-size: 14px;
    line-height: 26px;
  }
  .after_txt_icon span::before,
  .after_txt_icon span::after {
    width: 14px;
    height: 14px;
  }
  .age_female01::before,
  .age_female02::before,
  .age_female03::before {
    font-size: 14px;
  }
  .before_txt_icon,
  .after_txt_icon {
    margin-bottom: 6px;
  }
  .before_after_item_img {
    width: 48%;
    margin-bottom: 0px;
    padding: 0 8px;
  }
  .before_after_item_img img {
    margin-bottom: 12px;
  }
  .before_after_item_img p {
    min-height: 65px;
    font-size: 14px;
  }
  .before_after_item_arrow {
    width: 6%;
  }
  .before_after_item_arrow span::after {
    width: 15px;
    height: 40.5px;
    top: 49%;
  }
  .before_after_item_bottom_txt {
    margin: 8% 20% 3% 20%;
  }
}
@media only screen and (max-width: 767px) {
  .before_after_area h2 img,
  .lp_layout_review h2 img,
  .lp_layout_compare h2 img {
    width: 70%;
  }
}
/* review */
.lp_layout_review_section {
  background-image: url(../img/review_bg.jpg);
  background-position: inherit;
  background-size: cover;
  padding-bottom: 80px;
}
.lp_layout_review {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.lp_layout_review h2 {
  padding: 22px 0;
  font-size: 2.2rem;
}
.lp_layout_compare_section {
  padding-bottom: 50px;
  background-color: #f8f8f8;
}
.lp_layout_review_content {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
.lp_layout_review_content_inner {
  max-width: 1056px;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
}
.review_content {
  display: flex;
  width: 95%;
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto 20px auto;
  align-items: stretch;
  justify-content: space-between;
}
.review_content_img {
  display: flex;
  position: relative;
  width: 45%;
  align-items: center;
}
.review_content_img::after {
  content: "※写真はイメージです";
  position: absolute;
  bottom: -0%;
  left: 3%;
  width: 100%;
  height: 25px;
  font-size: 12px;
  color: #454545;
}
.review_content_txt_area_border {
  padding: 0;
}
.review_content_txt {
  display: flex;
  position: relative;
  width: 55%;
  align-items: center;
  justify-content: center;
  margin: 25px 5%;
  padding: 20px 0px;
  border-top: solid 1px #e4e3e3;
  border-bottom: solid 1px #e4e3e3;
}
.review_content_txt .txt-red {
  display: block;
  font-size: 36px;
  padding: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: bold;
}
.review_content_txt h4 {
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: bold;
}
.review_content img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f4f9f9;
  border-radius: 10px 0px 0px 10px;
  align-items: center;
}
.lp_layout_review_header_wrap {
  background-color: #e6e3e3;
  border-bottom: 1px solid #d0d0d0;
}
.lp_layout_review_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 45px;
  margin-left: 2%;
  margin-right: 2%;
}
.lp_layout_review_header_user h3 {
  font-size: 16px;
}
.lp_layout_review_header_date {
  font-size: 14px;
}
.review_content_txt_comment_from {
  border-radius: 10px;
  padding: 0px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .lp_layout_review {
    width: 100%;
  }
  .lp_layout_review_section {
    width: 100%;
    padding-bottom: 50px;
  }
  .lp_layout_review_content_inner {
    max-width: 100%;
    margin: 0;
    padding: 10px 5px 20px 5px;
  }
  .review_content {
    border-radius: 8px;
  }
  .review_content_txt h4 {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 2px;
  }
  .review_content_txt {
    width: 56%;
    margin: 12px 4%;
    padding: 0 0;
  }
  .review_content_txt_area_border {
    padding: 12px 0;
  }
  .review_content_img {
    width: 40%;
  }
  .review_content_txt .txt-red {
    font-size: 1rem;
    margin-top: 8px;
    margin-left: 0px;
    padding: 0;
  }
  .review_content_img::after {
    bottom: 5%;
    left: 3%;
    width: 100%;
    height: 12px;
    font-size: 8px;
  }
  .review_content_txt_comment_from {
    margin-top: 8px;
    font-size: smaller;
  }
}
/* compare */
.lp_layout_compare {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.lp_layout_compare h2 {
  padding: 22px 0;
  font-size: 2.2rem;
}
.compare_content {
  width: 95%;
  max-width: 1320px;
  margin: 0 auto;
}
.lp_layout_review_content_wrap,
.lp_layout_compare_content_wrap {
  margin-right: 2.5%;
  margin-left: 2.5%;
}
@media screen and (max-width: 768px) {
  .lp_layout_compare {
    width: 95%;
  }
  .lp_layout_compare_content_inner {
    margin-bottom: 35px;
  }
  .lp_layout_review_content_wrap,
  .lp_layout_compare_content_wrap {
    margin-right: 0%;
    margin-left: 0%;
  }
  .compare_content .compare_banner_pc {
    display: none !important;
    padding: 10px;
  }
  .compare_content {
    width: 100%;
  }
}
.comparison-table {
  width: 100%;
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  border-collapse: collapse;
  font-size: 14px;
}
.tbl_row {
  display: flex;
  gap: 10px;
}
.cell {
  box-sizing: border-box;
}
.cell.title {
  background-color: #f1f1f1;
  font-size: 17px;
}
.tbl_bg_col1 {
  background-color: #fff;
}
.tbl_bg_col2 {
  background-color: #fcf4ee;
} /* alba */

.content {
  height: 100%;
  width: 100%;
}
.content p {
  padding: 30px 20px;
}
/* 各列の幅 */
.cell.title,
.cell.empty {
  width: 25%;
}
.tbl_row .cell {
  width: 25%;
}
.tbl_row .cell:not(.title) {
  width: 37.5%;
}
.tbl_row {
  flex-basis: 0;
}
.tbl_row .cell:nth-child(1) {
  flex: 0 0 25%;
}
.tbl_row .cell:nth-child(2) {
  flex: 0 0 32%;
}
.tbl_row .cell:nth-child(3) {
  flex: 0 0 41%;
}
.tbl_row .content.bnr_img img {
  width: 80%;
}
.tbl_head .cell.empty {
  background-color: inherit;
}
/* table head */
.tbl_head {
  flex-basis: 0;
}
.tbl_head .cell:nth-child(1) {
  flex: 0 0 25%;
}
.tbl_head .cell:nth-child(2) {
  flex: 0 0 32%;
}
.tbl_head .cell:nth-child(3) {
  flex: 0 0 41%;
}
.tbl_head {
  display: flex;
  height: 100px;
  gap: 10px;
}
.tbl_head .cell {
  font-weight: bold;
  background: #f5f5f5;
  border: none;
}
.tbl_head .cell.ttl_1 {
  position: relative;
  width: 37.5%;
  background-color: #708992;
  border-radius: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.tbl_head .cell.ttl_2 {
  display: flex;
  width: 37.5%;
  background-color: #e6c4c2;
  border-radius: 0 20px 0 0;
  align-items: center;
  justify-content: center;
}
.tbl_head .cell.ttl_2 img {
  width: 73%;
  min-width: 240px;
  height: auto;
}
.l_bnr {
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
}
.tbl_row .cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tbl_row .cell::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #fff 10px,
    #fff calc(100% - 10px),
    transparent 100%
  );
  pointer-events: none;
}
.tbl_row .cell:nth-child(2)::after {
  background: linear-gradient(
    to right,
    transparent 0%,
    #c6c6ca 10px,
    #c6c6ca calc(100% - 10px),
    transparent 100%
  );
}
.tbl_row:first-child .cell.title {
  border-radius: 20px 0 0 0;
}
.tbl_row:last-child .cell.title {
  border-radius: 0 0 0 20px;
}
.tbl_row:last-child .cell::after {
  background: none;
}
/* sp only */
.label {
  display: none;
  font-weight: bold;
  margin-right: 0.5em;
  color: #555;
}
.label.lbl_col1 {
  background-color: #708992;
  color: #fff;
}
.label.lbl_col2 {
  background-color: #e6c4c2;
  font-size: 16px;
}
.content p {
  padding: 24px 20px;
}
br.br_mb {
  display: none;
}
br.br_pc {
  display: block;
}
/* スマホ用表示調整 */
@media screen and (max-width: 768px) {
  .comparison-table {
    padding-bottom: 10px;
  }
  .tbl_head {
    display: none; /* pc only */
  }
  .tbl_row {
    flex-direction: column;
    flex-basis: unset;
    margin-bottom: 40px;
  }
  .tbl_row .content.bnr_img img {
    width: 100%;
  }
  .cell {
    display: flex;
    flex-direction: row;
    border: none;
    width: 100% !important;
  }
  .cell.title {
    font-weight: bold;
    padding: 10px 0;
  }
  .tbl_row:first-child .cell.title,
  .tbl_row:last-child .cell.title {
    border-radius: 0;
  }
  .tbl_row:first-child .cell.title,
  .tbl_row:last-child .cell.title {
    border-radius: 10px 10px 0 0;
  }
  .tbl_row .cell {
    align-items: stretch;
    border-radius: 10px 10px 0 0;
  }
  .tbl_row .cell:nth-child(1) {
    flex: none;
  }
  .tbl_row .cell::after {
    background: none;
  }
  .tbl_row .cell:nth-child(2)::after {
    background: none;
  }
  .label {
    width: 30%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: normal;
  }
  .label.lbl_col2 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ffffffcf;
    letter-spacing: 0.1rem;
    font-family: "Noto Serif JP", serif;
  }
  .label.lbl_col1 {
    letter-spacing: 0.05rem;
    font-size: 13px;
  }
  .content {
    flex: 1;
    padding: 0.5em;
    box-sizing: border-box;
  }
  .content p {
    padding: 14px 14px;
  }
  br.br_mb {
    display: block;
  }
  br.br_pc {
    display: none;
  }
  .lp_layout_compare_section {
    padding-bottom: 10px;
  }
}
/* obj_table_parts */
.table_border-radius_tl {
  border-radius: 30px 0px 0px 0px;
}
.table_border-radius_tr {
  border-radius: 0px 30px 0px 0px;
}
.table_border-radius_bl {
  border-radius: 0px 0px 0px 30px;
}
.table_border-radius_br {
  border-radius: 0px 0px 30px 0px;
}
/* obj_table_color */
.bk_light_pink {
  background-color: #fbf1f1;
}
.bk_blue_gley {
  background-color: #9aacb5;
  color: #fff;
}
/* linkButton */
.to_line_link_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 40px;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.to_line_link_btn {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
  background-image: linear-gradient(
    90deg,
    rgba(183, 190, 220, 1),
    rgba(230, 196, 194, 1)
  );
  border: 3px solid #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
  transition: transform 1.5s, opacity 1.5s;
}
.to_line_link_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  color: #fffafa;
}
.to_line_link_btn:hover {
  background-image: linear-gradient(
    90deg,
    rgba(173, 172, 231, 0.88),
    rgba(234, 171, 187, 0.92)
  );
  transform: translateY(-6px) translateX(0.5px);
  transition: 1.5s;
  opacity: 0.8;
}
.link_btn_txt_bold {
  font-weight: bold;
  font-size: 1.6rem;
}
.link_btn_txt_sm {
  display: inline-block;
  position: relative;
}
.link_btn_txt_sm::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -18%;
  width: 15%;
  height: 21px;
  background-image: url(../img/icon_line.svg);
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.link_btn_txt_sm::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -18%;
  width: 15%;
  height: 21px;
  background-image: url(../img/icon_line.svg);
  background-repeat: no-repeat;
}
.last_line_link_btn_area {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .to_line_link_btn::after {
    width: 15px;
    height: 32px;
  }
  .to_line_link_btn {
    width: 80%;
  }
}
/* content heading */
.before_after_area h2 img,
.lp_layout_review h2 img,
.lp_layout_compare h2 img {
  width: 55%;
  max-width: 520px;
}
.before_after_area h2,
.lp_layout_review h2,
.lp_layout_compare h2 {
  margin: 0 5% 0% 5%;
  padding: 70px 10px 70px 10px;
}
@media only screen and (max-width: 767px) {
  .before_after_area h2,
  .lp_layout_review h2,
  .lp_layout_compare h2 {
    margin: 0 0% 0% 0%;
    padding: 50px 0px 30px 0px;
  }
  .before_after_area h2 img,
  .lp_layout_review h2 img,
  .lp_layout_compare h2 img {
    width: 80%;
  }
}
/* copyright */
.footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0px 15px;
  background-color: #f8f8f8;
  color: #3f3c40;
}
.copyright {
  width: 95%;
  margin: 0 auto;
  text-align: right;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0px 10px;
  }
}
/* table_header */
