@charset "UTF-8";
/*====================================
======================================

　Foundation/_mixin.scss


======================================
====================================*/
/*
■メディアクエリー　ブレイクポイント
====================================*/
/*====================================
====================================

　Object/pages/product_set3.scss

　Set3-Only Set
　↓TargetPages'
　　/product/skin/set3.html

====================================
====================================*/
/*
■　セット３のCSSクラス
====================================*/
.set3-step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.set3-step.soap {
  margin-top: 20px;
}
.set3-step__Photo {
  position: relative;
  width: 320px;
}
.set3-step__Photo span {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #e5004a;
  color: #e5004a;
  position: absolute;
  top: 0;
  left: 10px;
  animation-delay: 0.5s !important;
  background-color: white;
}
.set3-step__Photo img {
  position: relative;
  z-index: 1;
}
.set3-step p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
}

.product-howto ul.illust {
  margin-top: -40px;
  padding-top: 70px;
  background: url(../../../img/skin/set3/line_dot.png) no-repeat center top;
}
.product-howto ul.illust.soap {
  flex-wrap: wrap;
}
.product-howto ul.illust.soap li:nth-child(-n+6) {
  margin-bottom: 80px;
}

.product-crl2 > li {
  width: 470px;
}

.product-detail__inr--front img {
  margin: 60px auto 80px;
}
.product-detail__inr h5 {
  margin-bottom: 60px;
  color: #e5004a;
}
.product-detail__inr--set {
  width: 445px;
  margin: 0 auto 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #e8eef4;
}
.product-detail__inr--set p {
  display: block;
  font-size: 20px;
}
.product-detail__inr--set p span {
  font-size: 15px;
}
.product-detail__inr--set .product-detail__inr--link {
  width: 210px;
  margin: 0 auto;
  padding: 0;
}
.product-detail__inr--set .product-detail__inr--link a {
  margin: 15px auto 5px;
}
@media screen and (max-width: 768px){
  .set3-step {
    display: block;
    margin: 0;
  }
  .set3-step__Photo {
    width: 80%;
    margin: 0 auto;
  }
  .set3-step__Photo span {
    width: 100px;
    height: 100px;
    font-size: 28px;
  }
  .set3-step p {
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: center;
  }
  .product-crl2 > li {
    width: auto;
  }
  .product-detail__inr--front img {
    width: 85%;
    margin: 40px auto 60px;
  }
  .product-detail__inr--set {
    width: 90%;
  }
  .product-detail__inr--set .product-detail__inr--link {
    width: auto;
  }
}