@charset "UTF-8";



/*共通*/
.skincare_title {
  display: block;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
}


/*おすすめの商品*/

.rec_product_area {
  padding: 0 0 26px;
}


.rec_product_area .rec_product_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rec_product_area .rec_product_content .rec_product_panel {
  position: relative;
  max-width: calc(20% - 16px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 16px);
  flex: 0 0 calc(20% - 16px);
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 5px;
  overflow: hidden;
}

.rec_product_area .rec_product_content .rec_product_panel:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.rec_product_area .rec_product_panel_content {
  position: relative;
  display: block;
  background: #fff;
  /*font-weight: bold;*/
  overflow: hidden;
  z-index: 10;
}

.rec_product_area .rec_product_panel_content:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}

.rec_product_area .rec_product_panel_content img {
  width: 50%;
  height: auto;
  margin: 20px auto;
  display: block;
}

.rec_product_area .rec_product_panel_text {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rec_product_area .rec_product_name_wrapper {
  margin: auto auto 10px auto;
  text-align: center;
  font-size: 16px;
}

.rec_product_area .rec_product_kind {
  display: block;
}

.rec_product_area .rec_product_name {
  display: block;
  margin-top: 6px;
  letter-spacing: -1px;
  border-bottom: 1px solid currentColor;
}



.rec_product_area .rec_product_normal_price_wrapper {
  margin-bottom: 2px;
  display: block;
  width: 100%;
}

.rec_product_area .rec_product_normal_price_before {
  font-size: 14px;
}

.rec_product_area .rec_product_normal_price {
  /* font-size: 30px; */
}

.rec_product_area .rec_product_normal_price_after {
  font-size: 18px;
}

.rec_product_area .rec_product_regular_price_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.rec_product_area .rec_product_regular_price_before {
  font-size: 14px;
  margin-right: 5px;
}

.rec_product_area .off_rate_and_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rec_product_area .rec_product_price {
  margin: 10px auto;
}

.rec_product_area .rec_product_regular_price_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rec_product_area .rec_product_regular_price {
  /* font-size: 38px; */
  color: #df0202;
  line-height: 1em;
}

.rec_product_area .rec_product_regular_price_after {
  font-size: 14px;
  color: #df0202;
  letter-spacing: -0.05em;
  display: inline-block;
  margin-left: 5px;
  margin-right: -10px;
}

.rec_product_area .rec_product_regular_price_after .tax_include {
  display: inline-block;
  margin-left: -5px;
}

.rec_product_area .rec_product_panel_btn {
  font-size: 17px;
  height: 60px;
  width: 85%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  position: relative;
  margin: auto;
}



.rec_product_area .rec_product_panel_btn:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/skincare/img/btn_arrow.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 0 0 10px;
}


.rec_product_area .rec_product_panel_btn_text {
  display: inline-block;
  position: relative;
}


.rec_product_area .skincare .rec_product_panel_btn {
  background: #a1d0d8;
}

@media screen and (max-width: 1139px) {
  .rec_product_area .rec_product_content .rec_product_panel {
    max-width: calc(33.3333% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 16px);
    flex: 0 0 calc(33.3333% - 16px);
  }

  .rec_product_area .rec_product_content .rec_product_panel:not(:nth-child(-n+3)) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 889px) {
  .rec_product_area .rec_product_content .rec_product_panel {
    max-width: calc(50% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
  }

  .rec_product_area .rec_product_content .rec_product_panel:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}

/*商品カテゴリから探す*/
.top_login_search_category {
  padding-top: 8%;
  padding-bottom: 6%;
}

.top_login_search_category a:hover {
  opacity: 0.8;
}

.top_login_search_category .main_sec_title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}

.top_login_search_category .top_login_search_category_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.top_login_search_category .top_login_search_category_content img {
  width: 100%;
  max-width: 30%;
  height: auto;
}



.top_login_search_category .top_login_search_category_content .top_login_search_category_panel {
  padding-right: 8px;
  padding-left: 8px;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}

.top_login_search_category .top_login_search_category_content .make img {
  width: 100%;
  max-width: 60%;
  display: block;
  margin: 20px auto 0 auto;
}



.top_login_search_category .category_name_wrapper {
  text-align: center;
}

.top_login_search_category .category_name {
  line-height: 1em;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  position: relative;
  width: 150px;
}



/*ご使用ステップから選ぶ*/
.about_jino_feature img {
  width: 100%;
  height: auto;
}

/*5種ラインナップ　－基本商品のご紹介－*/
.howto_movie .howto_movie_inner {
  margin: 0 auto 90px;
  padding: 70px;
  background: #f8f8f8;
  text-align: center;
}

.howto_movie .howto_movie_main_wrapper {
  margin: 60px auto 30px auto;
}

.howto_movie .howto_movie_text {
  font-size: 18px;
  line-height: 2;
}

.howto_movie .youtube_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.howto_movie .youtube_inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.howto_movie .howto_movie_main,
.howto_movie .howto_movie_caption {
  position: relative;
  margin: 10px auto;
  width: 540px;
}

.howto_movie .howto_movie_lead {
  margin-bottom: 30px;
}

.howto_movie .bnr_to_movie_page {
  width: 100%;
  max-width: 850px;
  margin: 40px auto 0;
  font-size: 18px;
  border-bottom: 1px solid #333;
}


.howto_movie .bnr_to_movie_page img {
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .howto_movie .howto_movie_main_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .howto_movie .howto_movie_main,
  .howto_movie .howto_movie_caption {
    width: 100%;
    padding: 0;
  }

  .howto_movie .howto_movie_main {
    margin-bottom: 20px;
  }
}


/*初めての方へ*/
#beginner .contents_inner {
  /* padding-top: 5%; */
}

/*成分検索*/
#seibun .contents_inner {
  padding: 8% 0;
  text-align: center;
}