@charset "UTF-8";

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

.about_text{
  color: #FFF;
  font-size: 47px;
}
@media (max-width: 768px){
  .about_text{
    font-size: 24px;
  }
}

/* ========================================
NewItem
======================================== */

.NewItem_text{
  padding: 0 5%;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #FFF;
  font-size: 34px;
  font-weight: bold;
}
.NewItem_text span{
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 768px){
  .NewItem_text{
    padding: 0;
    font-size: 20px;
  }
}

/* ========================================
Concept
======================================== */

ul.Concept_list{
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.Concept_list li{
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
ul.Concept_list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-image: url('../assets/ImageFile/M3SP-Site/cosme_mask_sp_01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px){
  ul.Concept_list li{
    padding-left: 40px;
    font-size: 18px;
  }
  ul.Concept_list li::before{
    width: 25px;
    height: 27px;
  }
}

/* ========================================
Special：特長その１
======================================== */

.Special_text{
  position: absolute;
  margin-top: 15%;
  padding: 60px 15px 10px;
  width: 45%;
  right: 9%;
  background-color: rgba(128, 128, 128, 0.5);
  color: #FFF;
  font-size: 22px;
}
.Special_text > strong{
  color: yellow;
}
.Special_text span {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 768px){
  .Special_text{
    position: relative;
    margin-top: -100%;
    padding: 20px 15px;
    width: 100%;
    right: auto;
    font-size: 16px;
  }
  .Special_text span {
    font-size: 12px;
  }
}

/* ========================================
Special2：特長その２
======================================== */

.Special2_text{
  position: absolute;
  right: 5%;
  margin-top: 38%;
  width: 47%;
  font-size: 22px;
  line-height: 1.7;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(128, 128, 128, 0.8);
}
@media (max-width: 768px){
  .Special2_text{
    position: relative;
    right: auto;
    margin-top: -100%;
    width: 100%;
    font-size: 16px;
  }
}

/* ========================================
Purchase
======================================== */

.Purchase_text{
  padding: 0 5%;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
}
.Purchase_text span{
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 768px){
  .Purchase_text{
    padding: 0 10px;
    font-size: 18px;
  }
  .Purchase_text span{
    font-size: 14px;
  }
}

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

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

/* ========================================
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;
  }
}