@charset "utf-8";

/* -------------------------------
  
------------------------------- */
/* fv */
#p_propolis #fv {
  background-image: url("../img/p_propolis/fv_bg_pc.png");
}

#p_propolis #fv h2 span {
  font-size: 65px;
  display: inline-block;
}

#p_propolis #fv h2 span.small {
  font-size: 36px;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {}

@media screen and (min-width: 769px) and (max-width: 1200px) {}

@media screen and (min-width: 769px) and (max-width: 1300px) {}

@media screen and (max-width: 768px) {
  #p_propolis #fv {
    background-image: url("../img/p_propolis/fv_bg_sp.png");
  }

  #p_propolis #fv h2 span {
    font-size: 8.54vw;
  }

  #p_propolis #fv h2 span.small {
    font-size: 5.07vw;
    margin-right: 1vw;
  }
}


/*feature*/
#p_propolis #feature .flex01 .f-item02 img {
  margin-bottom: 10px;
}

#p_propolis #feature .flex02 .f-item01 p {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {}

@media screen and (min-width: 769px) and (max-width: 1200px) {}

@media screen and (min-width: 769px) and (max-width: 1300px) {}

@media screen and (max-width: 768px) {
  #p_propolis #feature h3.midashi_2 img {
    width: 100%;
  }
  
  #p_propolis #feature .flex02 .f-item01 {
  margin-bottom: 5%;
}

}


/* productsItems */
#productsItems {
}

@media screen and (min-width: 1340px) {}

@media screen and (min-width: 1000px) and (max-width: 1339px) {}

@media screen and (min-width: 769px) and (max-width: 999px) {}

@media screen and (max-width: 768px) {}

