@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  mainContainer（共通スタイル）

---------------------------------*/
#mainContainer {
  /*background: #F3F4F2;*/
}
section {
  padding: 12rem 0;
}
section h2 {
  font-size: 1.7em;
  font-weight: 400;
}
section h3 {
  font-size: 1.2em;
  margin-bottom: 1rem;
}
.wrapper {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}
.wrap {
  display: flex;
}
.txt {
  line-height: 1.8;
  text-align: justify;
}
.txt p + p {
  margin-top: 1rem;
}
.txt span {
  background: #F4F29A;
}
p.note {
  font-size: 13px;
}
p sup {
  font-size: 10px;
  vertical-align: text-top;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 895px) {
  section {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 580px) {
  section {
    padding: 4.5rem 0;
  }
  section h2 {
    font-size: 1.7rem;
  }
  .txt p br {
    display: none;
  }
}
/*---------------------------------

  メインビジュアル

---------------------------------*/
#mainvisual {
  max-width: 124rem;
  margin: auto;
}
#mainvisual .data {
  font-size: .9em;
  letter-spacing: .1em;
  margin-top: 1rem;
  text-align: right;
}
.readBlock {
  padding-top: 5rem;
}
.readBlock h1 {
  font-size: 2em;
  font-weight: 400;
  margin: 5rem 0 3rem;
  text-align: center;
}
.readBlock figure {
  margin: auto;
  max-width: 60rem;
}
.readBlock .txt {
  margin: auto;
  max-width: 65rem;
}
@media screen and (max-width: 895px) {
  .readBlock {
    padding-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .readBlock h1 {
    font-size: 1.6em;
    margin: 3rem 0 1.5rem;
  }
}
/*---------------------------------
  プロフィール
---------------------------------*/
.profile_box {
  border: 1px solid #ccc;
  max-width: 80rem;
  margin: 5rem auto 0;
  padding: 5rem 2rem 2rem;
  position: relative;
}
.profile_box dt {
  border: 1px solid #ccc;
  padding: 5px 13px;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
  width: fit-content;
}
.profile_box dd {
  display: flex;
  justify-content: space-between;
}
.profile_box figure {
  flex-basis: 20%;
  margin: 0;
}
.profile_box .txt {
  flex-basis: 75%;
}
.profile_box .txt p.profile_name {
  font-weight: 500;
}
.profile_box .txt p.profile_txt {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0;
}
@media screen and (max-width: 480px) {
  .profile_box figure {
    margin: 0 auto 10px;
    max-width: 150px;
  }
  .profile_box dd {
    display: block;
  }
}
/*---------------------------------

  カミソリ負けの原因とは？

---------------------------------*/
.aboutBlock {
  background: #E9EDEE;
  padding-bottom: 0;
}
.aboutBlock .wrapper {
  border: 1px solid #585858;
  max-width: 120rem;
  padding: 0 7rem 7rem;
  position: relative;
}
.aboutBlock .wrapper::before, .aboutBlock .wrapper::after {
  content: '';
  background: #585858;
  position: absolute;
  transform: rotate(-45deg);
  width: 10rem;
  height: 1px;
}
.aboutBlock .wrapper::before {
  top: 20px;
  left: -30px;
}
.aboutBlock .wrapper::after {
  right: -30px;
  bottom: 20px;
}
.aboutBlock h2 {
  background: #585858;
  color: #fff;
  text-align: center;
  margin: 0 auto 3rem;
  max-width: fit-content;
  padding: 0 2rem;
  transform: translateY(-2rem);
}
.aboutBlock h2 + .txt {
  margin: 2rem auto 5rem;
  text-align: center;
}
.aboutBlock .wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.aboutBlock .wrap ._box {
  background: #fff;
  border-radius: 6px;
  display: flex;
  gap: 2rem;
  flex-basis: calc(100%/2 - 1rem);
  padding: 3rem;
}
.aboutBlock .wrap ._box dt {
  flex: 0 0 10rem;
  position: relative;
  text-align: center;
}
.aboutBlock .wrap ._box dt h3 {
  margin-top: 1rem;
}
.aboutBlock .wrap ._box dt img {
  display: block;
  width: 100%;
}
.aboutBlock .wrap ._box dd {}
@media screen and (max-width: 1024px) {
  .aboutBlock .wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 895px) {
  .aboutBlock .wrapper {
    padding: 0 3rem 3rem;
  }
}
@media screen and (max-width: 580px) {
  .aboutBlock h2 {
    transform: translateY(-1.5rem);
    margin: 0 auto;
  }
  .aboutBlock h2 + .txt {
    margin: 1rem auto 3rem;
    text-align: justify;
  }
  .aboutBlock .wrapper {
    padding: 0 1.5rem 1.5rem;
  }
  .aboutBlock .wrap ._box {
    display: block;
    flex-basis: 100%;
    padding: 1.5rem;
  }
  .aboutBlock .wrap ._box dt {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
  }
  .aboutBlock .wrap ._box dt h3 {
    margin-top: 1rem;
  }
  .aboutBlock .wrap ._box dt img {
    width: 8rem;
  }
}
/*---------------------------------

	カミソリ負けを防ぐムダ毛処理方法について

---------------------------------*/
.treatmentBlock {
  background: #E9EDEE;
}
.treatmentBlock h2 {
  margin-bottom: 2rem;
}
.treatmentBlock .contentWrap {}
.treatmentBlock .contentWrap .wrap {
  border-top: 1px solid #aaa;
  gap: 4rem;
  padding: 4rem 0;
}
.treatmentBlock .contentWrap .wrap:last-child {
  border-bottom: 1px solid #aaa;
}
.treatmentBlock .contentWrap .wrap figure {
  flex-basis: 40%;
  order: -1;
}
.treatmentBlock .contentWrap .wrap .txtBox {
  flex-basis: 60%;
}
.treatmentBlock .verification {
  background: #fff;
  margin: 7rem auto 0;
  max-width: 75rem;
  text-align: center;
  padding: 3rem 3rem 5rem;
}
.treatmentBlock .verification h4 {
  margin-bottom: 3rem;
}
.treatmentBlock .verification > img {
  max-width: 65rem;
}
@media screen and (max-width: 895px) {}
@media screen and (max-width: 580px) {
  .treatmentBlock .contentWrap .wrap {
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem 0;
  }
  .treatmentBlock .contentWrap .wrap figure {
    flex-basis: auto;
  }
  .treatmentBlock .contentWrap .wrap .txtBox {
    flex-basis: auto;
  }
  .treatmentBlock .verification {
    margin: 4rem auto 0;
    padding: 1.5rem 1.5rem 1.5rem;
  }
  .treatmentBlock .verification h4 {
    margin-bottom: 1rem;
  }
}
/*---------------------------------

	部位別の処理のポイントをご紹介

---------------------------------*/
.partBlock {}
.partBlock .wrapper {}
.partBlock h2 {
  font-size: 1.2em;
  margin-bottom: 5rem;
  position: relative;
}
.partBlock h2 span {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5rem;
  max-width: fit-content;
  padding: .5rem 3rem;
}
.partBlock h2::after {
  content: '';
  background: #aaa;
  position: absolute;
  left: 0;
  top: 1.8rem;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.partBlock .wrap {}
.partBlock .wrap figure {
  flex: 0 0 34rem;
}
.partBlock .wrap .txtBox {}
.partBlock .wrap ._parts {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.partBlock .wrap ._parts h3 {
  flex: 0 0 auto;
}
.partBlock .wrap ._parts h3 span {
  border: 1px solid #aaa;
  display: block;
  padding: .5rem 1rem;
  text-align: center;
  width: 8.1rem;
  position: relative;
}
.partBlock .wrap ._parts h3 span::before, .partBlock .wrap ._parts.__armfoot h3 span::after {
  content: '';
  position: absolute;
  background: #aaa;
  height: 1px;
  z-index: 1;
}
.partBlock .wrap ._parts h3 p {
  display: none;
  font-weight: 400;
  font-size: 1.6rem;
}
.partBlock .wrap ._parts .__txt {
  margin-bottom: 3rem;
}
.partBlock .wrap ._parts .__txt dl {
  font-size: .85em;
  margin-top: 1rem;
}
.partBlock .wrap ._parts .__txt dl dt {
  border: 1px solid #aaa;
  max-width: fit-content;
  margin-bottom: .5rem;
  padding: .2rem 1rem;
}
.partBlock .wrap ._parts .__txt dl dd {}
/* デリケートゾーン */
.partBlock .wrap ._parts.__delicate {
  flex-direction: column;
  gap: .5rem;
}
.partBlock .wrap ._parts.__delicate h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: auto;
}
.partBlock .wrap ._parts.__delicate h3 span {
  width: fit-content;
}
.partBlock .wrap ._parts.__delicate h3 p {
  display: block;
}
/* 線 */
.partBlock .wrap ._parts.__face h3 span::before {
  transform: rotate(337deg);
  top: 5rem;
  right: 7.3rem;
  width: 16rem;
}
.partBlock .wrap ._parts.__side h3 span::before {
  transform: rotate(18deg);
  top: 0.1rem;
  right: 7.7rem;
  width: 11.5rem;
}
.partBlock .wrap ._parts.__armfoot h3 span::before {
  transform: rotate(55deg);
  top: -4.6rem;
  right: 4.5rem;
  width: 16rem;
}
.partBlock .wrap ._parts.__armfoot h3 span::after {
  transform: rotate(302deg);
  top: 13.7rem;
  right: 1.3rem;
  width: 28rem;
}
.partBlock .wrap ._parts.__delicate h3 span::before {
  transform: rotate(62deg);
  bottom: 17.3rem;
  right: 8.3rem;
  width: 35rem;
}
@media screen and (max-width: 895px) {
  .partBlock ._scr {
    /*overflow-x: scroll;*/
    margin: auto;
    width: 95%;
    /*padding: .5rem 0;*/
  }
  .partBlock .wrapper {
    /*width: 860px;
    max-width: none;*/
  }
  .partBlock .wrap ._parts {
    display: block;
    margin-top: 12.5rem;
  }
  .partBlock .wrap ._parts h3 {
    position: relative;
  }
  /*.partBlock .wrap ._parts h3::after {
    content: 'click more +';
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }*/
  .partBlock .wrap ._parts h3 span {
    position: relative;
  }
  .partBlock .wrap ._parts h3::after {
    background: url("../images/clickmore.png") no-repeat center/contain;
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0rem;
    right: 0;
    width: 8rem;
    height: 4.5rem;
  }
  .partBlock .wrap ._parts h3 p {
    display: block;
    margin-top: 1rem;
  }
  .partBlock .wrap ._parts .__txt {
    display: none;
    margin: 0;
  }
  .partBlock .wrap ._parts .__txt > p {
    display: none;
  }
  .partBlock .wrap ._parts .__txt dl {
    font-size: 1em;
    margin-top: 3rem;
  }
  /* 部位別 */
  .partBlock .wrap ._parts.__face {
    margin-top: 0;
  }
  .partBlock .wrap ._parts.__side {}
  .partBlock .wrap ._parts.__side h3 span::before {
    transform: rotate(29deg);
    top: -1rem;
    right: 7.2rem;
    width: 12.5rem;
  }
  .partBlock .wrap ._parts.__armfoot {}
  .partBlock .wrap ._parts.__delicate {}
  .partBlock .wrap ._parts.__delicate h3 {
    display: block;
  }
  .partBlock .wrap ._parts.__delicate h3 span::before {
    transform: rotate(57deg);
    bottom: 14.1rem;
    right: 10.8rem;
    width: 30rem;
  }
  /* modal */
  .js-modal--content {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5%;
  }
  .js-modal--content .p-modal--contentWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .js-modal--content .___dl_content {
    background: #fff;
    border-radius: .5rem;
    padding: 3rem 5rem 5rem;
    position: relative;
  }
  .js-modal--content .___dl_content .p-modal--close {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
  }
  .js-modal--content .___dl_content .p-modal--close .dli-close {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
  }
  .js-modal--content .___dl_content .p-modal--close .dli-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .partBlock .wrap ._parts {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 580px) {
  .partBlock h2 {
    font-size: 1em;
    margin-bottom: 3rem;
  }
  .partBlock h2::after {
    top: 1rem;
  }
  .partBlock .wrap {
    display: block;
    position: relative;
  }
  .partBlock .wrap figure {
    width: 60%;
  }
  .partBlock .wrap figure img {
    object-position: -3rem;
  }
  .partBlock .wrap .txtBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 18rem;
  }
  .partBlock .wrap ._parts {
    margin-top: 3rem;
  }
  .partBlock .wrap ._parts h3::after {
    width: 5rem;
    height: 3rem;
  }
  .partBlock .wrap ._parts h3 span {
    padding: .3rem;
    width: 6rem;
    font-size: 0.7em;
  }
  .partBlock .wrap ._parts h3 span::before, .partBlock .wrap ._parts.__armfoot h3 span::after {
    content: none;
  }
  .partBlock .wrap ._parts h3 p {
    font-size: 0.75em;
  }
  .js-modal--content .___dl_content {
    padding: 3rem 6% 3rem;
  }
  .partBlock .wrap ._parts .__txt dl:nth-child(2) {
    margin-top: 0rem;
  }
}
/*---------------------------------

	商品・口コミ

---------------------------------*/
.productBlock {
  background: #eeeee9;
}
.productBlock .item_box {
  border: 1px solid #aaa;
  margin-bottom: 7rem;
}
.productBlock ._copy {
  border-bottom: 1px solid #aaa;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 5rem;
  padding: .7rem 1rem;
  text-align: center;
}
.productBlock .wrap {
  padding: 0 3rem 5rem;
  justify-content: space-between;
}
.productBlock .item_box figure {
  width: 300px;
  height: 300px;
  text-align: center;
}
.productBlock .item_box figure img {
  height: 100%;
  object-fit: contain;
}
.productBlock .item_box .txt_wrap {
  width: 660px;
}
.productBlock .item_box .txt_wrap p.type {
  padding: 3px 15px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 1.3rem;
  border: 1px solid #BBB6B5;
}
.productBlock .item_box .txt_wrap h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.productBlock .item_box .txt_wrap h3 a {
  color: #5f5046;
  background-image: linear-gradient(to right, #5f5046 100%, #5f5046 100%);
  background-position: 0 1.25em;
  background-repeat: repeat-x;
  background-size: 8px 1px;
}
.productBlock .item_box .txt_wrap h3 a:hover {
  color: #006d4b;
  background-image: linear-gradient(to right, #006d4b 100%, #006d4b 100%);
}
.productBlock .item_box .txt_wrap .yotpo_ster {
  display: inline-block;
  margin: 20px 0;
}
.productBlock .item_box .txt_wrap ._txt {
  margin: 0 0 2rem;
  font-size: .9em;
  line-height: 1.7;
}
.productBlock .item_box .btn {
  margin: 0;
  max-width: 25rem;
  text-align: center;
}
.productBlock .item_box .btn a {
  background: #006d4b url("../../images/a_arr_w.svg") center right 2rem /.5rem no-repeat;
  color: #fff;
  display: block;
  padding: 1.5rem;
}
.productBlock .b_wrap + .b_wrap {
  margin-top: 5rem;
}
.productBlock .b_wrap .ttl {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 2rem;
}
.productBlock .b_wrap .review_outer {
  background: #fff;
  padding: 1rem;
}
@media screen and (max-width: 895px) {
  .productBlock .item_box figure {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 580px) {
  .productBlock .item_box {
    margin-bottom: 3rem;
  }
  .productBlock ._copy {
    font-size: 1em;
    margin-bottom: 2rem;
  }
  .productBlock .wrap {
    padding: 0 1.5rem 2rem;
  }
  .productBlock .wrap {
    display: block;
  }
  .productBlock .item_box figure {
    margin: auto;
    width: 100%;
    height: 16rem;
  }
  .productBlock .item_box .txt_wrap {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }
  .productBlock .item_box .txt_wrap p.type {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .productBlock .item_box .txt_wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .productBlock .item_box .txt_wrap ._txt {
    text-align: left;
  }
  .productBlock .item_box .btn {
    margin: 0 auto;
    max-width: 23rem;
  }
  .productBlock .b_wrap {
    margin-top: 5rem;
  }
  .productBlock .b_wrap + .b_wrap {
    margin-top: 3rem;
  }
}