@charset "UTF-8";
/* ---------------------------------------*/
/*  pagevisual */
/* ---------------------------------------*/
.pagevisual {
  background: url(../img/zoskin_pagevisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .pagevisual {
    background: url(../img/zoskin_pagevisual-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

.page-heading {
  color: #fff;
}

/* ---------------------------------------*/
/*  about */
/* ---------------------------------------*/
#about {
  padding: 60px 0 0;
}

#about .content-heading {
  margin: 0 0 30px;
}

#about p {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: left;
  margin: 0 0 30px;
}

#about p:last-child {
  margin: 0 0 70px;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 45px 0 0;
  }
  #about .content-heading {
    margin: 0 0 40px;
  }
  #about p {
    font-size: 1.4rem;
  }
  #about p:last-child {
    margin: 0 0 40px;
  }
}

.about-section-heading {
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1.6;
  color: #AE2256;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .about-section-heading {
    font-size: 2.2rem;
  }
}

.about-detail {
  padding: 70px 0;
  background: #F4F1EC;
}

@media screen and (max-width: 767px) {
  .about-detail {
    padding: 20px 0 60px;
  }
}

.about-detail-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: solid 1px #CCCAC6;
}

.about-detail-list__item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.about-detail-list__item:nth-child(odd) .about-detail__image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.about-detail-list__item:nth-child(odd) .about-detail__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.about-detail-list__item:nth-child(even) .about-detail__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.about-detail-list__item:nth-child(even) .about-detail__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.about-detail-list__item p {
  line-height: 1.6 !important;
  margin: 0 0 20px !important;
}

.about-detail-list__item p:last-child {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .about-detail-list__item {
    display: block;
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
}

.about-detail__image {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .about-detail__image {
    width: 100%;
    margin: 0 0 20px;
  }
}

.about-detail__text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .about-detail__text {
    width: 100%;
  }
}

.about-detail-heading {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.57;
  color: #AE2256;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .about-detail-heading {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
}

/* ---------------------------------------*/
/*  recommend */
/* ---------------------------------------*/
#recommend {
  padding: 70px 0 80px;
  background: #AE2256;
  color: #fff;
}

#recommend .content-heading {
  margin: 0 0 30px;
}

#recommend .content-heading::before {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #recommend {
    padding: 30px 0 40px;
  }
}

.recommend-list {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.recommend-list__item {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 0 30px;
}

.recommend-list__item:last-child {
  margin: 0;
}

.recommend-list__item::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 0;
}

.recommend-list__item::after {
  display: block;
  content: '';
  width: 7px;
  height: 12px;
  border-right: solid 2px #AE2256;
  border-bottom: solid 2px #AE2256;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: 6px;
}

@media screen and (max-width: 767px) {
  .recommend-list__item {
    font-size: 1.8rem;
    padding: 0 0 0 23px;
  }
  .recommend-list__item::before {
    width: 14px;
    height: 14px;
    top: 7px;
  }
  .recommend-list__item::after {
    width: 5px;
    height: 10px;
    top: 8px;
    left: 5px;
  }
}

/* ---------------------------------------*/
/*  program */
/* ---------------------------------------*/
#program {
  padding: 80px 0 100px;
}

#program .content-heading {
  margin: 0 0 50px;
}

#program p {
  font-size: 1.6rem;
  line-height: 1.87;
}

#program small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 10px 0 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

#program small::before {
  content: '※ ';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #program {
    padding: 30px 0 0;
  }
  #program p {
    font-size: 1.4rem;
  }
  #program small {
    font-size: 1.2rem;
  }
}

.program-list__item {
  margin: 0 -40px 100px;
  padding: 40px;
  background: #F7E8EE;
  text-align: left;
}

.program-list__item:last-child {
  margin: 0 -40px;
}

@media screen and (max-width: 767px) {
  .program-list__item {
    margin: 0 -20px 70px;
    padding: 20px;
  }
  .program-list__item:last-child {
    margin: 0 -20px;
  }
}

.program-heading {
  font-size: 3.0rem;
  font-weight: 300;
  color: #AE2256;
  margin: -70px 0 20px;
}

.program-heading span {
  font-size: 1.8rem;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 767px) {
  .program-heading {
    font-size: 2.6rem;
    margin: -45px 0 20px;
  }
  .program-heading span {
    display: block;
    font-size: 1.6rem;
    margin: 0;
  }
}

.program-recommend-heading {
  margin: 30px 0 20px;
  position: relative;
  z-index: 2;
}

.program-recommend-heading span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #AE2256;
  padding: 10px 12px;
}

.program-recommend-heading::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #AE2256;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .program-recommend-heading span {
    font-size: 1.6rem;
    padding: 7px 10px;
  }
}

.program-recommend-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .program-recommend-list {
    display: block;
    margin: 0 0 20px;
  }
}

.program-recommend-list__item {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  margin: 0 0 20px;
  padding: 0 30px 0 25px;
}

.program-recommend-list__item:nth-child(odd) {
  width: 40%;
}

.program-recommend-list__item:nth-child(even) {
  width: 60%;
}

.program-recommend-list__item:nth-last-child(2), .program-recommend-list__item:last-child {
  margin: 0;
}

.program-recommend-list__item::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: #AE2256;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: 0;
}

.program-recommend-list__item::after {
  display: block;
  content: '';
  width: 7px;
  height: 12px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 6px;
}

@media screen and (max-width: 767px) {
  .program-recommend-list__item {
    font-size: 1.4rem;
    width: 100% !important;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
  }
  .program-recommend-list__item:nth-last-child(2) {
    margin: 0 0 10px;
  }
  .program-recommend-list__item::before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
  .program-recommend-list__item::after {
    width: 5px;
    height: 10px;
    top: 5px;
    left: 5px;
  }
}

/* ---------------------------------------*/
/*  lineup */
/* ---------------------------------------*/
#lineup {
  padding: 80px 0 100px;
  background: #F4F1EC;
}

#lineup .content-heading {
  margin: 0 0 50px;
}

.lineup-list--category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -36px 0 0;
}

@media screen and (max-width: 767px) {
  .lineup-list--category {
    margin: 0;
  }
}

.lineup-list--category__item {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lineup-list--category__item {
    margin: 0 0 60px;
  }
  .lineup-list--category__item:last-child {
    margin: 0;
  }
}

.lineup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .lineup-list {
    display: block;
  }
}

.lineup-list__item {
  width: 273px;
  margin: 0 36px 75px 0;
}

@media screen and (max-width: 767px) {
  .lineup-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin: 0 0 30px;
  }
  .lineup-list__item:last-child {
    margin: 0;
  }
  .lineup-list__item p {
    width: 100%;
    font-size: 1.4rem;
  }
}

.lineup-category-heading {
  font-size: 3.0rem;
  font-weight: 300;
  color: #AE2256;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .lineup-category-heading {
    font-size: 2.6rem;
    margin: 0 0 20px;
  }
}

.lineup-list__product_image {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .lineup-list__product_image {
    width: 35%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .lineup-list__product_name {
    width: 58%;
  }
}

.lineup-list__name {
  font-size: 1.6rem;
  font-weight: 500;
}

.lineup-list__efficacy {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  background: #AE2256;
  margin: 0 0 20px;
  padding: 5px;
}

.lineup-list__price {
  margin: 10px 0 0;
}

/* ---------------------------------------*/
/*  flow */
/* ---------------------------------------*/
#flow {
  padding: 90px 0;
}

#flow .content-heading {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  #flow {
    padding: 30px 0 70px;
  }
}

.flow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: cnt;
}

@media screen and (max-width: 767px) {
  .flow-list {
    display: block;
  }
}

.flow-list__item {
  width: 30%;
  padding: 55px 20px 25px;
  border: solid 1px #D9D9D9;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  counter-increment: cnt;
}

.flow-list__item::before {
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.flow-list__item::after {
  font-size: 3.0rem;
  line-height: 1;
  color: #fff;
  content: "0" counter(cnt);
  position: absolute;
  top: -0.6em;
  left: 0;
  right: 0;
}

.flow-list__item:first-child:before {
  background: #BEB9AC;
}

.flow-list__item:nth-child(2)::before {
  background: #B1AB9B;
}

.flow-list__item:nth-child(3)::before {
  background: #96907A;
}

.flow-list__item p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.85;
}

@media screen and (max-width: 767px) {
  .flow-list__item {
    width: 100%;
    margin: 0 0 70px;
  }
  .flow-list__item:last-child {
    margin: 0;
  }
}

.flow-list-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 20px;
}
