@charset "UTF-8";
/* CSS Document */
.face_body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0));
}
.face_body::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  content: '';
  background-image: url('../../img/skincare_2e/pic_banner_01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    height: calc(520vw / 11.6);
  }
}
.face_body .section-kv {
  height: 460px;
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    height: calc(460vw / 11.6);
  }
}
.face_body .section-kv .inner-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  padding-top: 65px;
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    padding-top: calc(65vw / 11.6);
  }
}
.face_body .section-kv .inner-cont h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    font-size: calc(32vw / 11.6);
  }
}
.face_body .section-kv .inner-cont h1 span {
  font-size: 60px;
  font-weight: 500;
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    font-size: calc(60vw / 11.6);
  }
}
.face_body .section-kv .breadcrumbs-cont {
  position: relative;
  z-index: 2;
}
.face_body .section-01 .tab-cont {
  max-width: 1160px;
  margin: 82px auto 81px;
}
.face_body .section-01 ul li {
  width: 33.3333%;
}
.face_body .section-01 ul li a {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  display: block;
}
.face_body .section-01 ul li a.sp-f {
  display: none;
}
.face_body .section-01 ul li a::after {
  transition: .5s;
  content: '';
  width: 100%;
  height: 5px;
  background: #00A4D8;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.face_body .section-01 ul li a.active::after, .face_body .section-01 ul li a:hover::after {
  opacity: 1;
}
.face_body .section-01 ul span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #00A4D8;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
.face_body .section-01 ul span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 5px;
  background: url("../img/face_body_2e_baby/arrow-under_face_body.png") no-repeat;
  background-size: 100%;
}
.face_body .section-01 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #585858;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 55px;
  padding-bottom: 13px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #585858;
  text-underline-position: under;
}
.face_body .section-02 .section-cont {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: auto;
  background: linear-gradient(to top, rgba(169, 223, 247, 0.3) 0%, white);
  text-align: center;
  margin-bottom: 70px;
}
.face_body .section-02 h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  background-color: #C8E6E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
}
.face_body .section-02 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  display: block;
}
.face_body .section-02 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 13px;
  padding-bottom: 7px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #525252;
}
.face_body .section-02 .button {
  height: 50px;
  margin-top: 0;
}
.face_body .section-02 .button:hover {
  background: #00A4D8;
  color: #fff;
}
.face_body .section-02 .button:hover::after {
  background-image: url("../img/common/ico_arrow_right_white.svg");
}
.face_body .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.face_body .section-02.section-021 .button {
  width: 255px;
  margin: 0 20px;
}
.face_body .section-02.section-021 .button:nth-of-type(2) {
  width: 343px;
}
.face_body .section-02.section-022 .button-container {
  margin: 32px auto;
  flex-flow: nowrap;
  justify-content: space-between;
}
.face_body .section-02.section-022 .button {
  width: 195px;
}
.face_body .section-02.section-022 .button:nth-child(n+2) {
  margin-left: 16px;
}
.face_body .section-02.section-023 .button {
  width: 224px;
  margin: 0 20px;
}
.face_body .section-02.section-023 .button:nth-of-type(2) {
  width: 328px;
}
.face_body .section-02 .inner-details {
  margin: auto;
  max-width: 1000px;
  position: relative;
  padding: 28px 0 52px;
  box-sizing: border-box;
}
.face_body .section-02 .img-1 {
  max-width: 1000px;
  padding-right: 71px;
  @media only screen and (min-width: 769px) and (max-width: 1200px) {
    padding-right: 0;
  }
}
.face_body .section-02 .img-2 {
  max-width: 272px;
}
.face_body .section-02 .flex-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.face_body .section-02 ul {
  margin-left: 42px;
}
.face_body .section-02 ul.ul-1 {
  width: 660px;
}
.face_body .section-02 ul.ul-2 {
  width: 645px;
}
.face_body .section-02 ul.ul-3 {
  width: 950px;
}
.face_body .section-02 ul li {
  position: relative;
  padding-left: 5px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.face_body .section-02 ul li::before {
  content: '■';
  position: absolute;
  top: 0;
  left: -1em;
  display: inline-block;
  height: 1em;
  width: 1em;
}
.face_body .products-details-sec04 {
  margin-top: 25px;
  margin-bottom: 63px;
}
.face_body .more-cont .inner .more-title span {
  min-width: 210px;
}
.face_body .trial-cont a {
  display: block;
  transition: all .2s linear;
}
.face_body .trial-cont a:hover {
  opacity: .7;
}
.face_body .section-03 .inner-cont {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
}
.face_body .section-03 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 37px;
  text-align: center;
}
.face_body .section-03 h3 span {
  border-bottom: 3px solid #00A4D8;
}
.face_body .section-04 {
  padding: 90px 0 60px;
  text-align: center;
  background-image: linear-gradient(rgba(148, 204, 217, 0.15), #fff);
}
.face_body .section-04 .section-cont {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: auto;
  background: linear-gradient(to top, rgba(169, 223, 247, 0.3) 0%, white);
  text-align: center;
  margin-bottom: 70px;
}
.face_body .section-04 .inner-details {
  margin: auto;
  max-width: 800px;
  position: relative;
  padding: 28px 0 52px;
  box-sizing: border-box;
}
.face_body .section-04 .flex-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.face_body .section-04 .inner-cont {
  max-width: 1160px;
  width: calc(100% - 100px);
  margin: 50px auto 0;
  text-align: center;
}
.face_body .section-04 .notice p {
  margin-top: 30px;
}
.face_body .section-04 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 37px;
  text-align: center;
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    font-size: calc(30vw / 10);
  }
}
.face_body .section-04 h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  background-color: #C8E6E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
}
.face_body .section-04 h3 span {
  border-bottom: 3px solid #00A4D8;
}
.face_body .section-04 h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-bottom: 60px;
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    font-size: calc(17vw / 10);
  }
}
.face_body .section-04 img.img-ill {
  position: absolute;
  top: -100px;
  left: -180px;
  width: 160px;
  height: auto;
  z-index: 30;
  @media only screen and (min-width: 951px) and (max-width: 1160px) {
    top: calc(-100vw / 11.6);
    left: calc(-130vw / 11.6);
    width: calc(160vw / 11.6);
  }
  @media only screen and (min-width: 769px) and (max-width: 950px) {
    display: none!important;
  }
}
_::-webkit-full-page-media,
_:future,
:root .img-ill {
  top: 207px;
	  left: 30px;

}
.face_body .section-04 p.pic_grp01, p.pic_grp02 {
  width: 330px;
  float: left;
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    width: 47.5%;
  }
}
.face_body .section-04 p.pic_grp02 {
  margin-left: 30px;
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    margin-left: 5%;
  }
}
.face_body .section-04 p.pic_grp03 {
  width: 40%;
  margin: 20px auto 0;
}
.face_body .section-05 {
  padding: 90px 0 60px;
  text-align: center;
  background-image: linear-gradient(rgba(148, 204, 217, 0.15), #fff);
}
.face_body .section-05 .section-cont {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: auto;
  background: linear-gradient(to top, rgba(169, 223, 247, 0.3) 0%, white);
  text-align: center;
  margin-bottom: 70px;
}
.face_body .section-05 .inner-details {
  margin: auto;
  max-width: 1000px;
  position: relative;
  padding: 28px 0 52px;
  box-sizing: border-box;
}
.face_body .section-05 h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  background-color: #C8E6E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
}
.face_body .section-05 p.txt_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00A4D8;
  letter-spacing: 0.04em;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #00A4D8;
  padding: 20px;
  @media only screen and (min-width: 769px) and (max-width: 900px) {
    font-size: calc(14vw / 9);
  }
}
.face_body .section-05 p.img-3 {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 2px #c8e6e8;
}
.face_body .section-05 p.img-4 {
  margin-top: 50px;
}
p.fb_txt {
  font-size: 15px;
  line-height: 2.2;
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  p.fb_txt {
    padding: 0 20px;
  }
}
span.ub {
  font-size: 14px !important;
  line-height: 2.0 !important;
  text-align: left !important;
  font-weight: bold !important;
  text-decoration: underline;
  display: inline !important;
}
.button_fb {
  width: 280px;
  margin: 0 20px;
  height: 50px;
  position: relative;
  margin-top: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1;
  background: #ef8d8d;
  border-radius: 5px;
  transition: all .2s linear;
}
.button_fb::after {
  content: '';
  display: block;
  position: absolute;
  top: 51%;
  right: 25px;
  transform: translateY(-50%) rotate(90deg);
  width: 7px;
  height: 13px;
  background-image: url(../../img/common/ico_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all .2s linear;
}
.button_fb:hover {
  background-color: #c54d4d;
}
.button_fb:hover::after {
  top: calc(51% + 2px);
}
.br-sp {
    display: none;
}
.sml_txt {
	font-size: 60%;
}
/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .face_body:before, .face_body:after {
    content: none;
  }
  .face_body .section-kv {
    background-image: url('../../img/skincare_2e/pic_banner_01_sp.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
/*    height: 140px;*/
    height: calc(160vw / 3.75);
  }
  .face_body .section-kv::before {
    content: none;
  }
  .face_body .section-kv .inner-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 20px;
  }
  .face_body .section-kv .inner-cont h1 {
    font-size: 20px;
  }
  .face_body .section-kv .inner-cont h1 span {
    font-size: 26px;
  }
.face_body .section-02 {
    margin-top:30px;
}
.face_body .section-02 h5 {
    font-size: 18px;
    line-height: 1.5;
    width: 98%;
	padding: 2%;
}
.face_body .section-02 p.fb_txt {
    font-size: 14px;
    line-height: 2.2;
    text-align: left;
	padding: 0 4%;
}
.face_body .section-02 .img-1 {
    max-width: 80%;
    padding:0 10%;
}
.face_body .section-03 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 37px;
    text-align: center;
}
.face_body .section-03 h3 span {
    border-bottom: 2px solid #00A4D8;
}
.face_body .section-04 {
    padding: 60px 0 60px;
    text-align: center;
    background-image: linear-gradient(rgba(148, 204, 217, 0.15), #fff);
}
.face_body .section-04 .section-cont {
     margin-top:40px; 
	margin-bottom: 0px;
}
.face_body .section-04 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 37px;
    text-align: center;
}
.face_body .section-04 h3 span {
    border-bottom: 2px solid #00A4D8;
}
.face_body .section-04 h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 2.2;
    margin-bottom: 60px;
}
.face_body .section-04 h5 {
    font-size: 18px;
    line-height: 1.5;
    width: 98%;
    padding: 2%;
}
.face_body .section-04 .inner-cont {
    width: calc(100% - 5%);
    margin: 30px auto 0;
    text-align: center;
}
.face_body .section-04 p.pic_grp01, p.pic_grp02 {
    width: 90%;
	padding: 0 5% 0;
    float: none;
}
.face_body .section-04 p.pic_grp02 {
    margin: 50px 0 0;
}
	
.face_body .section-04 .notice {
    margin: 0 10px 0;
	font-size: 15px;
}
.face_body .section-05 {
    padding: 0px 0 60px;
    text-align: center;
    background-image: linear-gradient(rgba(148, 204, 217, 0.15), #fff);
}
.face_body .section-05 h5 {
    font-size: 18px;
    line-height: 1.5;
    width: 98%;
    padding: 2%;
}
.face_body .section-05 p.txt_box {

    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    border: 1px solid #00A4D8;
    padding: 10px;
	text-align: left;
	margin: 0 10px 0;
}
.br-sp {
        display: block;
    }
}