@charset "UTF-8";

/* ========================================
About
======================================== */

/* クレンジングにできること */
.About_text{
  padding: 1% 18% 2%;
  text-align: left;
  font-size: 22px;
}
.About_text > .ttl{
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
@media (max-width: 768px){
  .About_text{
    padding: 10px;
    font-size: 16px;
    width: 91%;
  }
  .About_text > .ttl{
    font-size: 18px;
    margin-bottom: 16px;
  }
}

/* クレンジングジェルだからできること */
.About_text_can{
  align-items: center;
  margin-bottom: 40px;
  padding: 30px 0;

  background-image: url(../assets/ImageFile/CleansingSP-Site/Page_Image3.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
  color: #e60719;
  text-align: left;
  font-size: 26px;
  line-height: 1.6;
}
@media (max-width: 768px){
  .About_text_can{
    padding: 60px 30px;
    background-size: cover;
    background-position: right center;
    font-size: 18px;
  }
}

/* ========================================
Special
======================================== */

.Special_content{
  padding: 8%;
  text-align: center;
}
.Special_ttl{
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 16px;
  text-align: center;
  background: #e70013;
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  border-radius: 20px;
}
@media (max-width: 768px){
  .Special_content{
    padding: 20px 0;
  }
  .Special_ttl{
    font-size: 20px;
  }
}

.Special_text{
  font-size: 25px;
  text-align: left;
  color: #660000;
  text-shadow: 2px 2px 6px rgba(128, 128, 128, 1);
}
.Special_text strong{
  color: yellow;
  font-weight: normal;
}
.Special_text span{
    font-size: 18px;
}
@media (max-width: 768px){
  .Special_text{
    font-size: 18px;
  }
  .Special_text span{
      font-size: 14px;
  }
}

/* ========================================
Special2
======================================== */

.Special2_content{
  padding: 8%;
  text-align: center;
}
.Special2_ttl{
  margin-bottom: 8%;
  color: #e70013;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 768px){
  .Special2_content{
    padding: 20px 0;
  }
  .Special2_ttl{
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.Special2_text{
  font-size: 21px;
  text-shadow: 2px 2px 6px rgba(215, 3, 32, 0.8);
  line-height: 2;
}
.Special2_text span{
    font-size: 16px;
}
@media (max-width: 768px){
  .Special2_text{
    font-size: 18px;
    line-height: 1.8;
  }
  .Special2_text span{
      font-size: 14px;
  }
}

/* ========================================
President
======================================== */

.President_text{
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px){
  .President_text{
    font-size: 17px;
  }
}

/* ========================================
Product
======================================== */

.Product_text{
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px){
  .Product_text{
    font-size: 20px;
  }
}