@charset "utf-8";

img {
  max-width: 100%;
}

.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition-delay: 0.2s;
  transition-duration: 1s;
}
.fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}
.slideIn {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 1s;
}
.slideIn.is-show {
  top: 0;
  opacity: 1;
}

.mainvisual_text {
  position: relative;
}
.mainvisual_text a {
  position: absolute;
  display: block;
}
.mainvisual_text a:hover {
  background-color: rgba(255,255,255,0.5);
}
.product_title, .product_desc, .detail_list, .step_desc_note, .movie_title, .warning_desc, .restriction_desc {
  border-bottom: 1px solid #000;
}
.product_title, .detail_title, .detail_list_desc, .step_desc_list li, .movie_title, .attachments_title, .warning, .restriction, .voice, .epilat {
  text-align: left;
}
.detail_list-item {
  /*display: table;*/
  display: flex;
  width: 100%;
  /*align-items: center;*/
}
.detail_list_num, .detail_list_desc {
  /*display: table-cell;*/
  vertical-align: middle;
}
.detail_list_num {
  border-right: 1px solid #00af8b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-single .detail_list_num,
.t-single .detail_list_desc {
  display: table-cell;
}
.s_color02 .detail_list_num {
  border-color: #3572b7;
}
.detail_list li, .step_desc_note, .attachments_desc_text, .warning_desc, .warning_desc li + li, .restriction_desc, .restriction_desc > ul > li + li, .voice_list li {
  border-top: 1px solid #000;
}
.detail_list_desc_title:not(.s_center) {
  align-self: flex-end;
}
.detail_list_desc_text {
  align-self: flex-start;
}
.step_desc_note, .attachments_desc_text {
  font-weight: bold;
  text-align: left;
}
.movie_frame {
  background-color: #01af8b;
  padding: 7%;
}
.movie_frame_inner {
  position: relative;
  height: auto;
  padding-top: 56.25%;
}
.movie_frame_inner .bc-player-r1xRsDxK_default {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.warning_desc_title, .restriction_desc_title {
  font-weight: bold;
  margin-bottom: 15px;
}
.restriction_desc_sub {
  color: #00af8b;
  margin-bottom: 10px;
}
.epilat a {
  color: #000;
  text-decoration: none;
}
.epilat a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: 2px;
  margin-right: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.epilat a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-pagetop {
    width: 40px;
  }
  .mainvisual {
    margin-bottom: 70px;
  }
  .mainvisual_title {
    margin-bottom: 20px;
  }
  .mainvisual_image {
    margin-bottom: 30px;
  }
  .mainvisual_text {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .mainvisual_text a {
    width: 24%;
    height: 15%;
    top: 54%;
    /*right: 23%;*/
    left: 0;
  }
  .product, .detail, .step, .movie, .attachments, .warning, .restriction {
    margin-bottom: 80px;
  }
  .product_desc_feature {
    padding-bottom: 6.5%;
  }
  .detail_title, .attachments_title, .warning_title, .restriction_title, .voice_title {
    margin-bottom: 45px;
  }
  .detail_list li {
    margin-bottom: 30px;
  }
  .detail_list_num {
    width: 66px;
  }
  .detail_list_num img {
    width: 53px;
  }
  .detail_list_desc {
    width: calc(100% - 66px);
    padding: 20px;
  }
  .detail_list_desc_text, .step_desc_list_text, .warning_desc_text, .restriction_desc ul li ul li {
    font-size: 0.75rem;
  }
  .detail_list_desc_text {
    padding-top: 20px;
  }
  .step_title {
    margin-bottom: 30px;
  }
  .step_desc_list {
    margin-bottom: 70px;
  }
  .step_desc_list li + li {
    margin-top: 30px;
  }
  .step_desc_list_title {
    text-align: center;
    margin-bottom: 18px;
  }
  .step_desc_list li > div {
    width: 205px;
    margin-right: auto;
    margin-left: auto;
  }
  .step_desc_note, .attachments_desc_text, .restriction_desc_sub {
    font-size: 1rem;
  }
  .step_desc_note, .attachments_desc_text {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .warning_desc > ul > li, .restriction_desc > ul > li {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .warning_desc_title, .restriction_desc_title {
    font-size: 1.25rem;
  }
  .voice {
    padding-bottom: 25px;
  }
  .voice_list li {
    padding-top: 35px;
    margin-bottom: 35px;
  }
  .epilat {
    margin-bottom: 30px;
  }
  .epilat a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1050px) {
  .mainvisual_note {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1050px) {
  .step_desc_list_text.t-03 {
    white-space: nowrap;
  }
}

@media screen and (min-width: 641px) {
  .mainvisual {
    position: relative;
    padding-top: 60%;
    margin-bottom: 18%;
  }
  .mainvisual_title, .mainvisual_image, .mainvisual_text, .mainvisual_note {
    position: absolute;
  }
  .mainvisual_title {
    width: 53.6%;
    top: 4%;
    left: 3.7%;
  }
  .mainvisual_image {
    width: 34%;
    top: 0;
    right: 0;
  }
  .mainvisual_text {
    width: 50.5%;
    top: 64%;
    left: 5%;
  }
  .mainvisual_text a {
    width: 19%;
    height: 17%;
    top: 42%;
    right: 11%;
  }
  .mainvisual_note {
    max-width: 50%;
    top: 90%;
    left: 5%;
  }
  .product, .detail, .step, .movie, .attachments, .warning, .restriction {
    margin-bottom: 14%;
  }
  .product_desc, .detail_list ul, .step_desc_list, .voice_list ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .detail_list ul:not(.t-single-wrap) {
    display: flex;
    flex-wrap: wrap;
 }
  .product_desc {
    padding-bottom: 3.5%;
  }
  .product_desc_image, .product_desc_feature, .detail_list li, .step_desc_list li, .voice_list li {
    display: table-cell;
  }
  .product_desc_image {
    width: 67.6%;
  }
  .product_desc_feature {
    width: 32.2%;
  }
  .detail_title, .attachments_title, .warning_title, .restriction_title, .voice_title {
    margin-bottom: 6.5%;
  }
  .detail_list li, .step_desc_list li, .voice_list li {
    vertical-align: top;
  }
  .detail_list li {
    padding-bottom: 5%;
  }
  .detail_list li:not(.t-single), .voice_list li {
    width: 50%;
  }
  .detail_list li:not(.t-single) {
    display: flex;
  }
  .detail_list li.t-single {
    width: 100%;
  }
  .detail_list_num {
    width: 115px;
  }
  .detail_list li:not(.t-single) .detail_list_num {
    /*height: 260px;*/
    box-sizing: border-box;
    min-height: 260px;
  }
  .detail_list li + li .detail_list_num, .voice_list li + li {
    border-left: 1px solid #000;
  }
  .detail_list li .detail_list_desc {
    width: calc(100% - 115px);
    padding: 40px 7%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .detail_list li.t-single .detail_list_desc {
    display: table-cell;
  }
  .detail_list_desc_text, .step_desc_list_text, .warning_desc_text, .restriction_desc ul li ul li, .epilat a {
    font-size: 1rem;
  }
  .detail_list_desc_text {
    padding-top: 30px;
  }
  .step_title {
    margin-bottom: 4%;
  }
  .step_desc_list li {
    padding-bottom: 10%;
  }
  .step_desc_list li:nth-child(1) {
    width: 32.8%;
  }
  .step_desc_list li:nth-child(2) {
    width: 36.2%;
  }
  .step_desc_list li:nth-child(3) {
    width: 31%;
  }
  .step_desc_list li:nth-child(1) > div {
    padding-right: 13%;
  }
  .step_desc_list li:nth-child(2) > div {
    padding-right: 9%;
    padding-left: 9%;
  }
  .step_desc_list li:nth-child(3) > div {
    padding-left: 14%;
  }
  .step_desc_list_title {
    margin-bottom: 12%;
  }
  .step_desc_note, .attachments_desc_text, .restriction_desc_sub {
    font-size: 1.5625rem;
  }
  .step_desc_note, .attachments_desc_text {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .warning_desc_title, .restriction_desc_title {
    font-size: 1.9375rem;
  }
  .warning_desc > ul > li, .restriction_desc > ul > li {
    padding-top: 5.5%;
    padding-bottom: 6%;
  }
  .voice {
    margin-bottom: 10%;
  }
  .voice_list ul + ul {
    margin-top: 6%;
  }
  .voice_list li {
    padding: 40px 18px 0;
  }
}

.l-main.t-homme {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.mb00 {
  margin-bottom: 0 !important;
}
.bg01 {
  background-color: #e9f5f3;
  padding-top: 60px;
  padding-bottom: 90px;

}
.bg02 {
  background-color: #f3f1e5;
  padding-top: 60px;
  padding-bottom: 90px;
}
.bg03 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .bg01 {
    padding-bottom: 50px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bg02 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bg03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.fontS {
  font-size: 0.75rem;/* 12px */
}

@media screen and (max-width: 640px) {
  .fontS {
    font-size: 0.625rem;/* 10px */
  }
}

.mainvis-wrap {
  position: relative;
  padding: 65px 0 30px;
  z-index: 0;
}
.mainvis-wrap::before,
.mainvis-wrap::after {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.mainvis-wrap::before {
  left: 0;
  background-color: #e9f5f3;
}
.mainvis-wrap::after {
  right: 0;
  background-color: #f3f1e5;
}
.mainvis {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/*.mainvis-img-wrap {
  display: flex;
  justify-content: center;
}*/
.mainvis-img-item {
  position: absolute;
  top: -20px;
  width: 50%;
}
.mainvis-img-item.s_left {
  left: 0;
}
.mainvis-img-item.s_right {
  right: 0;
}
.mainvis-text {
  margin-top: 50px;
}
.mainvis-nav {
  display: flex;
  margin-top: 22px;
  width: 100%;
}
.mainvis-nav-item {
  width: 50%;
}
.mainvis-nav-item-link {
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .mainvis-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .mainvis-img-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .mainvis-img-item {
    position: static;
    width: 50%;
  }
  .mainvis-text {
    margin-top: 20px;
  }
  .mainvis-nav {
    margin-top: 20px;
  }
  .mainvis-nav-item-link {
    width: 78%;
  }
}

/*-- 夏準備キャンペーンバナー --*/
@media screen and (max-width: 640px) {
  .banner_img {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 641px) {
  .banner_img {
    margin-bottom: 60px;
    /*display: table-cell;
    width: 80%;*/
  }
}