@charset "UTF-8";

/* --------------------------------------------------
makeup/ef only css
-------------------------------------------------- */



/* ------------------使用方法した目安使用量のmargin-bottom
でテキスト位置調整r------------------- */

.sub_text_hair{
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sub_text_hair {
    margin-bottom: 25px;
    font-size: 12px;
  }
}
.use-hair_step_text{
    font-size: 16px;
  line-height: 2.18;
}
@media all and (max-width: 768px) {
  .use-hair_step_text {
    font-size: 12px;
  }
}
.l-use-list-wrapper {
  max-width: 100%;
  margin: 0px auto 45px;
}
@media screen and (max-width: 768px) {
  .l-use-list-wrapper {
    margin: 0 auto;
  }
}
.l-use-list {
  display: flex;
  align-items: flex-start;
}
/*.l-use-list:not(:last-of-type) {
  *margin-bottom: 40px;}*/

.l-use-list dt {
  font-size: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-use-list dt {
    font-size: 20px;
  }
}
.l-use-list dd {
  font-size: 17px;
  line-height: 2.78;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .l-use-list dd {
    font-size: 12px;
    padding-top: 0.4em;
  }
}
.use-step__ss_text{
      font-size: 16px;
    line-height: 2.18;
    margin: 45px auto 0px;
}
@media all and (max-width: 768px) {
  .use-step__ss_text {
    font-size: 12px;
    margin: 0px auto;
  }
}
.how-to{
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: solid 2px #739ada;
  border-radius: 12px;
  max-width: 1865px;
  padding: 35px 0px 35px 35px;
}
@media screen and (max-width: 768px) {
 .how-to {
  display: block;
  padding: 25px;
  margin: 25px;
  }
}
.how-to_ss{
  width: 66%;
}
@media screen and (max-width: 768px) {
 .how-to_ss{
  width: 100%;
  }
}
.how-to_title{
  font-size: 18px;
  color: #739ada;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
 .how-to_title{
  width: 100%;
  text-align: center;
  font-size: 16px;
  }
}
.how-to_text{
  font-size: 16px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
 .how-to_text{
  width: 100%;
  font-size: 12px;
  }
}
.how-to_img{
   width: 34%;
  margin: -22px 0px;
}
@media screen and (max-width: 768px) {
 .how-to_img{
  width: 100%;
  margin: auto;
  }
}
/*---ntから新たに追記-----*/
product-info-list_nt {
  max-width: 1200px;
  margin: 0 auto ;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .product-info-list_nt {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .product-info-list_nt {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.product-info-list_nt > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .product-info-list_nt > li {
    font-size: 16px;
  }
}
.product-info-list_nt > li:not(:last-child) {
  margin-bottom: 2em;
}
.product-info-list_nt > sup,
.product-info-list_nt > small {
  font-size: 16px;
  font-weight: 500;
}
.product-info-list_nt .font-bold {
  font-weight: 600;
}
.product-info-list_nt .text-underline {
  text-decoration: underline;
}
li > div.f-size17 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  div.f-size17 {
    font-size: 12px !important;
  }
}
.l-use-list-wrapper_nt{
  max-width: 100%;
    margin: 0px auto;
}
.use-step__nt_text{
  font-size: 16px;
    line-height: 2.18;
    margin: 45px auto 0px;
}
@media all and (max-width: 768px) {
  .use-step__nt_text {
    font-size: 12px;
    margin: 25px auto 0px;
  }
}

/*---------------------------------*/
/*--makeup　使用CSS---*/
/*---------------------------------*/
/*-------
.gradation-bg-1 {
  padding: 160px 0 0;
  background: linear-gradient(to bottom, #fff 0%, #FFF4F6 100%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .gradation-bg-1 {
    padding: 0;
  }
}
.gradation-bg-1 .gradation-bg-1__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gradation-bg-1 .gradation-bg-1__inner {
    padding: 0 30px;
  }
}


.gradation-bg-2 {
  padding: 180px 0 100px;
  background: #F8F4EA;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .gradation-bg-2 {
    padding: 90px 0 50px;
  }
}
.gradation-bg-2 .gradation-bg-2__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gradation-bg-2 .gradation-bg-2__inner {
    padding: 0 30px;
  }
}


.gradation-bg-3 {
  padding: 0 0 40px;
  background: #F9F9EB;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .gradation-bg-3 {
    /*padding: 0;*/
 /* }
}
.gradation-bg-3 .gradation-bg-3__inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gradation-bg-3 .gradation-bg-3__inner {
    padding: 0 30px;
  }
}


.l-makeup-howto {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto {
    margin-bottom: 50px;
  }
}
.l-makeup-howto__header {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto__header {
    margin-bottom: 30px;
  }
}
.l-makeup-howto__header .header-image img {
  max-width: 1063px;
}
.l-makeup-howto .marker {
  background: linear-gradient(transparent 70%, #fff 0%);
  display: inline;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto .marker {
    padding: 0 10px;
  }
}
.l-makeup-howto__header .header-heading-1 {
  font-size: 50px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto__header .header-heading-1 {
    font-size: 20px;
  }
}
.l-makeup-howto__header .header-heading-1 .small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto__header .header-heading-1 .small {
    font-size: 10px;
  }
}
.l-makeup-howto__header .header-heading-1 .large {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto__header .header-heading-1 .large {
    font-size: 12px;
  }
}
.l-makeup-howto__header .header-heading-2 {
  font-size: 50px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto__header .header-heading-2 {
    font-size: 20px;
  }
}
.l-makeup-howto__header .header-heading-2 .font-bold {
  font-weight: bold;
}
.l-makeup-howto__header .header-icon {
  position: absolute;
  top: -120px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .l-makeup-howto__header .header-icon {
    top: -200px;
  }
}
@media screen and (max-width: 768px) {
  .l-makeup-howto__header .header-icon {
    top: -120px;
  }
}
.l-makeup-howto__header .header-icon img {
  max-width: 307px;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto__header .header-icon img {
    max-width: 160px;
  }
}
.l-makeup-howto__text {
  font-size: 18px;
  line-height: 2.22;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-makeup-howto__text {
    font-size: 14px;
  }
}


.l-profile {
  background: #fff;
  border-radius: 20px;
  padding: 60px 90px;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .l-profile {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
  }
}
.l-profile__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-profile__inner {
    display: block;
  }
}
.l-profile .l-profile__item {
  flex: 0 1 49%;
}
.l-profile .profile-image {}
@media screen and (max-width: 768px) {
  .l-profile .profile-image {
    margin-bottom: 20px;
  }
}
.l-profile .profile-detail .profile-detail__heading-1 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .l-profile .profile-detail .profile-detail__heading-1 {
    font-size: 10px;
  }
}
.l-profile .profile-detail .profile-detail__heading-2 {
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-profile .profile-detail .profile-detail__heading-2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.l-profile .profile-detail .profile-detail__heading-2 .unit {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .l-profile .profile-detail .profile-detail__heading-2 .unit {
    font-size: 10px;
  }
}
.l-profile .profile-detail .profile-detail__text {
  font-size: 18px;
  line-height: 2.77;
}
@media screen and (max-width: 768px) {
  .l-profile .profile-detail .profile-detail__text {
    font-size: 10px;
  }
}


.l-image-box-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-image-box-1 {
    display: block;
    margin-bottom: 40px;
  }
}
.l-image-box-1__heading {
  font-size: 32px;
  font-weight: bold;
  color: #E6645F;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-image-box-1__heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.l-image-box-1 .box-item.item-1 {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .l-image-box-1 .box-item.item-1 {
    padding: 20px 0;
  }
}
.l-image-box-1 .box-item.item-2 .box__image img {
  max-width: 474px;
}
@media screen and (max-width: 768px) {
  .l-image-box-1 .box-item.item-2 .box__image img {
    max-width: 100%;
  }
}


.l-step-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-step-box {
    display: block;
  }
}
.l-step-box .box-item {
  flex: 0 1 31%;
}
@media screen and (max-width: 768px) {
  .l-step-box .box-item {
    margin-bottom: 20px;
  }
}
.l-step-box .box-item .step-title {
  font-size: 40px;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-step-box .box-item .step-title {
    font-size: 30px;
  }
}
.l-step-box .box-item .step-header {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-step-box .box-item .step-header {
    margin-bottom: 20px;
  }
}
.l-step-box .box-item .step-header .step-icon {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.l-step-box .box-item .step-header .step-icon img {
  max-width: 124px;
}
.l-step-box .box-item .step-text {
  font-size: 14px;
  line-height: 2.85;
}

.l-guide {
  padding-top: 100px;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .l-guide {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.l-guide__header {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-guide__header {
    margin-bottom: 20px;
  }
}
.l-guide__header .header-heading-1 {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-guide__header .header-heading-1 {
    font-size: 10px;
  }
}
.l-guide__header .header-heading-2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-guide__header .header-heading-2 {
    font-size: 24px;
  }
}
.l-guide__header .header-heading-2 .font-bold {
  font-weight: bold;
}
.l-guide__header .header-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -350px;
}
.l-guide__header .header-icon img {
  max-width: 160px;
}
.l-guide__text {
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-guide__text {
    font-size: 12px;
  }
}
.l-guide__image {
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-guide__image {
    padding: 0;
  }
}
.l-guide__image img {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .l-guide__image img {
    width: 100%;
  }
}


.l-tel {}
.l-tel__heading {
  position: relative;
  top: -50px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-tel__heading {
    top: -20px;
    margin-bottom: 0;
  }
}
.l-tel__heading img {
  width: 927px;
}
@media screen and (max-width: 768px) {
  .l-guide__image img {
    width: 100%;
  }
}
.l-tel__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-tel__box {
    display: block;
    margin-bottom: 30px;
  }
}
.l-tel__box .box-item {
  flex: 0 1 50%;
}
.l-tel__box .box-item.item-1 {
}
@media screen and (max-width: 768px) {
  .l-tel__box .box-item.item-1 {
    margin-bottom: 20px;
  }
}
.l-tel__box .box-item.item-1 .l-tel__text {
  font-size: 23px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .l-tel__box .box-item.item-1 .l-tel__text {
    font-size: 12px;
  }
}
.l-tel__box .box-item.item-2 .l-tel__image {
  text-align: center;
  padding: 0 20px;
}
.l-tel__box .box-item.item-2 .l-tel__image img {
  width: 332px;
}
.l-tel__button {
  text-align: center;
}
.l-tel__button .btn-tel {
  display: block;
  max-width: 330px;
  margin: 0 auto 30px;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #829D9D;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-tel__button .btn-tel {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
  }
}
.l-tel__button .btn-tel .icon-tel {
  position: relative;
  left: -10px;
}
.l-tel__button .btn-tel .icon-tel::after {
  content: '';
  display: block;
  background: url('../img/tel-img.png') center center / 100% 100% no-repeat;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .l-tel__button .btn-tel .icon-tel::after {
    width: 15px;
    height: 15px;
  }
}
.l-tel__note {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-tel__note {
    font-size: 10px;
  }
}
----*/
