@charset 'utf-8';

/*---------------------
gfc
ジェルフォームクレンジング
---------------------*/
.product_howto_area .step_list li h4 {
  color: #192658;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 767px) {
  .product_howto_area {
    margin-bottom: 80px;
  }
  .genzairyou {
    margin-top: 80px;
  }
  .product_howto_area .howto_subttl {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .product_howto_area .step_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
    margin-top: 60px;
  }
  .product_howto_area .step_list li {
    display: flex;
    text-align: left;
    align-items: flex-start;
  }
  .product_howto_area .step_list li img {
    width: 200px;
    height: auto;
    margin-right: 20px;
  }
  .product_howto_area .step_list li h4 {
    font-size: 20px;
    margin: -0.5em 0 0.8em;
  }
  .product_howto_area .step_list li p {
    background: #eef0f4;
    font-size: 16px;
    line-height: 1.4375;
    padding: 0.8em;
  }
  .product_howto_area .howto_txt {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .cnt_lp {
    margin-left: -2.65vw;
    margin-right: -2.65vw;
  }
  .cnt img {
    max-width: initial;
    width: 100%;
  }
  .genzairyou {
    margin-top: 12vw;
  }
  .product_howto_area .howto_subttl {
    font-size: 4.8vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 1em;
  }
  .product_howto_area .movie_cnt {
    padding: 0;
    border: 0;
    margin-bottom: 10.67vw;
  }
  .product_howto_area li {
    display: flex;
    margin-bottom: 6.67vw;
    overflow: visible;
  }
  .step_list div {
    padding: 0;
    border: 0;
  }
  .product_howto_area li h4 {
    color: #192658;
    font-size: 4.27vw;
    margin-top: -0.3em;
  }
  .product_howto_area li p {
    background: #f0f2f7;
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 0.6em 0.8em;
    margin-top: 4vw;
  }
  .product_howto_area li img {
    align-self: flex-start;
  }
  .product_howto_area .howto_txt {
    font-size: 4vw;
  }
}

/*youtube用のオーバーレイ*/
.movie_make {
  position: relative;
}

.js_overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  /*youtubeの大きさ指定*/
  .js_overlay .youtube {
    width: 1000px;
    height: 563px;
  }

  /*閉じるボタン*/
  .btn_close_overlay {
    width: 82px;
    height: 26px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #fff;
    padding: 4px 0 0 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
  }

  .btn_close_overlay i {
    display: block;
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
  }

  .js_overlay .btn_close_overlay i:nth-child(1) {
    transform: rotate(45deg);
  }

  .js_overlay .btn_close_overlay i:nth-child(2) {
    transform: rotate(-45deg);
  }
}

@media (max-width: 767px) {
  .js_overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    cursor: pointer;
  }

  .overlay_inner {
    width: 100vw;
    height: 60vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /*youtubeの大きさ指定*/
  .js_overlay .youtube {
    display: block;
    width: 90vw;
    height: 50.62vw;
    margin: auto;
  }

  /*閉じるボタン*/
  .btn_close_overlay {
    width: 82px;
    height: 26px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #fff;
    padding: 4px 0 0 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .btn_close_overlay i {
    display: block;
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
  }

  .js_overlay .btn_close_overlay i:nth-child(1) {
    transform: rotate(45deg);
  }

  .js_overlay .btn_close_overlay i:nth-child(2) {
    transform: rotate(-45deg);
  }
}