@charset "Shift-JIS";
#esthetic-content p,
#esthetic-content span,
#esthetic-content div,
#esthetic-content th,
#esthetic-content td,
#esthetic-content ul {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

.esthetic_kv {
  margin-bottom:  64px;
}

@media screen and (max-width: 767px) {
  .esthetic_kv {
    margin-bottom: 7.467vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .esthetic_kv img {
    width: 100%;
    height: auto;
  }
}

/* anchor */
@media screen and (max-width: 767px) {
  .esthetic_anchor .esthetic_content-inner {
    width: 96.91%;
  }
}

.esthetic_grid_3col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_3col {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}

.esthetic_grid_item {
  display: block;
  width: 380px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_item {
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .esthetic_grid_item:not(:last-of-type) {
    margin-bottom: 3.733vw;
  }
}

.esthetic_grid_item:hover {
  text-decoration: none;
  opacity: .7;
}

.esthetic_grid_item:last-of-type {
  margin-right: 0;
}

.esthetic_grid_head {
  padding: 30px 40px 9px 24px;
  box-sizing: border-box;
  border: solid 1px #f5b4b2;
  border-radius: 3px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_head {
    padding: 0.5vw 8.067vw 1.1vw 5.333vw;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
  }
}

.esthetic_grid_head:before,
.esthetic_grid_head:after {
  content: "";
  position: absolute;
}

.esthetic_grid_head:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #f8cac9 transparent;
  right: 0;
  bottom: 0;
}

.esthetic_grid_head:after {
  width: 9px;
  height: 22px;
  background: url('../../images/dev/arrow.png') center center/contain no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_head:before {
    border-width: 0 0 13.333vw 13.333vw;
  }

  .esthetic_grid_head:after {
    width: 2.4vw;
    height: 5.867vw;
    position: absolute;
    right: 2.133vw;
    bottom: 1.6vw;
  }
}

.esthetic_grid_text {
  margin: 0 0 0 32px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_text {
    margin: 0 0 0 5.867vw;
  }
}

.esthetic_grid_text_upper {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  color: #eb347c;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_text_upper {
    font-size: 3.733vw;
    margin-bottom: 1.333vw
  }
}

.esthetic_grid_text_under {
  font-size: 16px;
  color: #222;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_text_under {
    font-size: 3.733vw;
    line-height: 1.36;
  }
}

.esthetic_grid_text_under span {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_text_under span {
    margin-bottom: 0.5vw;
    font-size: 4.533vw;
  }
}

.esthetic_grid_image {
  margin-top: -55px;
}

@media screen and (max-width: 767px) {
  .esthetic_grid_image {
    width: 15.57%;
    margin-top: -2.933vw;
  }
}

/* content & heading */
@media screen and (max-width: 767px) {
  .esthetic_content-inner {
    margin: 0 auto;
  }
}

.esthetic_heading_wrap {
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .esthetic_heading_wrap {
    width: 96.91%;
    margin: 0 auto 32px;
  }
}

.esthetic_heading {
  position: relative;
  font-size: 28px !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  line-height: 1.325 !important;
  letter-spacing: 0.06em !important;
  text-align: center !important;
  font-weight: bold !important;
  margin: 0 0 27px 0!important;
  padding: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  background: none !important;
  color: #2d988c !important;
}

@media screen and (max-width: 767px) {
  .esthetic_heading {
    font-size: 5.6vw !important;
    line-height: 1.5 !important;
  }
}

.esthetic_heading:before,
.esthetic_heading:after {
  content: "";
  display: block;
  height: 1px;
  background: #2d988c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.esthetic_heading:before {
  left: 0;
}

.esthetic_heading:after {
  right: 0;
}

.esthetic_features .esthetic_heading:before,
.esthetic_features .esthetic_heading:after{
  width: 420px;
}

@media screen and (max-width: 767px) {
  .esthetic_features .esthetic_heading:before,
  .esthetic_features .esthetic_heading:after{
    width: 15.2vw;
  }
}

.esthetic_lineup .esthetic_heading:before,
.esthetic_lineup .esthetic_heading:after{
  width: 418px;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup .esthetic_heading:before,
  .esthetic_lineup .esthetic_heading:after{
    width: 11.2vw;
  }
}

/* 2col_shift */
.esthetic_2col {
  width: 1050px;
  padding: 0 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 767px) {
  .esthetic_2col {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
  }
}

.esthetic_2col:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .esthetic_2col:not(:last-of-type) {
    margin-bottom: 6.667vw;
  }
}

.esthetic_2col_image {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .esthetic_2col_image {
    width: 100%;
  }
}

.esthetic_2col_text-wrap {
  width: 510px;
  margin-left: 40px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .esthetic_2col_text-wrap {
    width: 100%;
    margin-left: 0;
  }
}

.esthetic_2col_heading {
  color: #222 !important;
  text-align: left !important;
  font-weight: bold !important;
  font-size: 20px !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  background: none !important;
  line-height: 1.6 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
}

@media screen and (max-width: 767px) {
  .esthetic_2col_heading {
    font-size: 4.533vw !important;
    margin: 4vw 0 2.3vw !important;
    line-height: 1.18 !important;
  }
}

.esthetic_2col_heading_accent {
  color: #eb347c !important;
  display: block !important;
}

.esthetic_2col_heading > img {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .esthetic_2col_heading > img {
    width: 14.77%;
    margin-right: 4vw;
  }
}

.esthetic_2col_text {
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .esthetic_2col_text {
    font-size: 3.733vw;
    width: 100%;
  }
}

.esthetic_2col_text--small {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .esthetic_2col_text--small {
    margin-top: 2.667vw;
    font-size: 3vw;
  }
}

/* feature */
.esthetic_features {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .esthetic_features {
    margin-top: 10.667vw;
  }

  .esthetic_features .esthetic_content-inner {
    width: 91.29%;
  }
}

/* line up */
.esthetic_lineup {
  margin: 80px 0 50px;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup {
    margin: 10.667vw 0 10.667vw;
  }

}

.esthetic_lineup_wrap {
  background: linear-gradient(to top, #fbeeee 0%, #fff 96%);
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_wrap {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    background: linear-gradient(to top, #fbeeee 50%, #fff 100%);
  }

  .esthetic_lineup_wrap .esthetic_content-inner {
    width: 86.67%;
  }
}

.esthetic_lineup_wrap:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_wrap:not(:last-of-type) {
    margin-bottom: 5.333vw;
  }
}

.esthetic_lineup_2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction:row-reverse;
      flex-direction:row-reverse;
  margin-bottom: 40px;
  padding: 50px 100px 60px;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_2col {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 6.4vw;
    padding: 5.333vw 0 8vw;

  }
}

.esthetic_lineup_2col:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_2col:last-of-type {
    margin-bottom: 0;
  }
}

.esthetic_lineup_txt {
  width: 550px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .esthetic_lineup_txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_txt {
    width: 100%;
  }
}

.esthetic_lineup_txt_label--large,
.esthetic_lineup_txt_label--small,
.esthetic_lineup_txt_label--medium {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.31;
  text-align: center;
  padding: 10px 0 11px;
  border: solid 1px #eb347c;
  color: #eb347c;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .esthetic_lineup_txt_label--large {
    width: 230px;
  }

  .esthetic_lineup_txt_label--small {
    width: 177px;
  }

  .esthetic_lineup_txt_label--medium {
    width: 213px;
  }
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_txt_label--large,
  .esthetic_lineup_txt_label--small,
  .esthetic_lineup_txt_label--medium {
    font-size: 4vw;
    padding: 2.667vw;
    display: inline-block;
  }
}

.esthetic_lineup_title {
  color: #222 !important;
  text-align: left !important;
  font-weight: bold !important;
  font-size: 28px !important;
  margin: 25px 0 0 0 !important;
  padding: 0 0 0 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  background: none !important;
  line-height: 1.153 !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_title {
    margin-top: 4vw !important;
    font-size: 5.6vw !important;
  }
}

.esthetic_lineup_title_sub {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_title_sub {
    margin-top: 1.5vw;
    font-size: 4.533vw;
  }
}

.esthetic_lineup_point_list {
  margin: 17px 0 0 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_point_list {
    margin-top: 2vw;
    font-size: 3.733vw;
  }
}

.esthetic_lineup_point_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.esthetic_table {
  width: 100%;
  margin-top: auto;
  background: #fff;
  border: solid 1px #f5b3b3;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 767px)  {
  .esthetic_table {
    margin-top: 0;
    transition: all 0.2s ease-in-out;
  }
}

.esthetic_table tr:not(:last-of-type) {
  border-bottom: solid 1px #f5b3b3;
}

.esthetic_table th{
  width: 186px;
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
  border-right: solid 1px #f5b3b3;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .esthetic_table th {
    width: 36.92%;
    font-size: 3.467vw;
    padding: 2.667vw 0 2.667vw 4.267vw;
  }
}

.esthetic_table td{
  font-size: 14px;
  line-height: 1.57;
  padding: 9px 0 7px 18px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .esthetic_table td {
    font-size: 3.467vw;
    width: 61.53%;
    padding: 2.667vw 4.267vw;
  }
}

.esthetic_lineup_btn {
  display: block;
  width: 100%;
  height: 60px;
  background: #2d988c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
  color: #FFF;
  margin: 30px 0 0;
  position: relative;
  font-weight: bold;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_btn {
    height: 10.667vw;
    margin-top: 4vw;
    font-size: 4vw;
    border-radius: 0.8vw;
  }
}

.esthetic_lineup_btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 16px;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_btn:after {
    border-width: 1.333vw 0 1.333vw 1.333vw;
  }
}

.esthetic_lineup_btn:visited {
  color: #fff;
}
.esthetic_lineup_btn:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .esthetic_spec {
    width: 100%;
    font-size: 3.467vw;
    font-weight: bold;
    color: #fff;
    background: #f5b3b3;
    text-align: center;
    padding: 2.933vw 0;
    margin-top: 5.333vw;
    position: relative;
  }

  .esthetic_spec:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4vw;
    height: 4vw;
    background-image: url('../../images/dev/accordion_open.png');
    background-size: contain;
  }

  .esthetic_spec.open:after {
    background-image: url('../../images/dev/accordion_close.png');
    background-size: contain;
  }

  .js-accordion-content {
    display: none;
  }

  .esthetic_table_image--01 {
    width: 85.71%;
  }

  .esthetic_table_image--02 {
    width: 54.18%;
  }
}

.esthetic_lineup_img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_img {
    width: 100%;
    margin-bottom: 5.333vw;
  }
}

.esthetic_lineup_img img {
  height: auto;
}

.esthetic_lineup_main-image {
  border: solid 1px #ddd;
}

.esthetic_lineup_thumb {
  margin: 10px 0 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: outside none none;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_thumb {
    margin: 1.333vw 0 0px;
  }
}

.esthetic_lineup_thumb li {
  width: 92px;
  border: 1px solid #ddd;
  margin: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .esthetic_lineup_thumb li {
    width: 23.69%;
  }
}

.esthetic_lineup_thumb li.active {
  border: 1px solid #85cbc9;
}

/* how to */
.esthetic_how-to {
  margin-top: 80px;
  padding: 55px 250px 60px;
  background: #f9f7f2;
}

@media screen and (max-width: 767px) {
  .esthetic_how-to {
    margin-top: 10.667vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: 10.667vw 0;
  }

  .esthetic_how-to .esthetic_content-inner {
    width: 92%;
  }

}

.esthetic_how-to_heading {
  color: #222 !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 28px !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  background: none !important;
  line-height: 1.43 !important;
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_heading {
    font-size: 5.6vw !important;
  }
}

.esthetic_how-to_3col {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_3col {
    margin-top: 8vw;
    display: block;
  }
}

.esthetic_how-to_3col_item {
  width: 200px;
  text-align: center;
  position: relative;
}

.esthetic_how-to_3col_item:not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .esthetic_how-to_3col_item:not(:last-of-type):after {
    border-width: 17px 0 17px 17px;
    border-color: transparent transparent transparent #f28440;
    top: 49%;
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_3col_item:not(:last-of-type):after {
    border-width: 4.533vw 4.533vw 0 4.533vw;
    border-color: #f28440 transparent transparent transparent;
    bottom: -4.533vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_3col_step {
    width: 17.5%;
    height: auto;
    margin-bottom: 2vw;
  }

  .esthetic_how-to_3col_item {
    width: 87.68%;
    margin: 0 auto;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .esthetic_how-to_3col_item:not(:last-of-type) {
    margin-bottom: 4.533vw;
  }
}

.esthetic_how-to_3col_step_image {
  margin: 12px 0 15px;
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_3col_step_image {
    width: 41.39%;
    margin: 0 4.96% 0 0;
  }
}

.esthetic_how-to_3col_text {
  font-size: 14px;
  line-height: 1.43;
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_3col_text {
    font-size: 3.467vw;
  }
}

.esthetic_how-to_3col_text--accent {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_3col_text--accent {
    margin-bottom: 1.333vw;
    font-size: 4.267vw;
  }

  .esthetic_how-to_3col_text-wrap {
    width: 53.68%;
  }
}

.esthetic_how-to_movie-wrap {
  margin-top: 30px;
  padding: 20px;
  border: solid 1px #f28540;
  border-radius: 3px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_movie-wrap {
    margin-top: 30px;
    padding: 4.35%;
  }
}

.esthetic_how-to_movie_text {
  padding: 0 7px 0 38px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #f28540;
  background: #f9f7f2;
  position: absolute;
  top: -0.75em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_movie_text {
    width: 44.533vw;
    padding: 0 0 0 8.8vw;
    font-size: 4.533vw;
  }
}

.esthetic_how-to_movie_text:before {
  content: "";
  width: 20px;
  height: 15px;
  background: url('../../images/dev/movie_icon.png')center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .esthetic_how-to_movie_text:before {
    width: 5.067vw;
    height: 3.733vw;
    top: 50%;
    left: 2.133vw;
  }
}

.esthetic_how-to_movie_inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.esthetic_how-to_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
