@charset "utf-8";


/*=======================================================
	メッセージ
=======================================================*/
.message{
  padding: 176px 0 100px;
  background: #fcecf2 url(/_var/natura/natura_about/img/bg.png) no-repeat center top;
  text-align: center;
}
.message-ttl{
  padding: 40px 0 30px;
  color: #ea6094;
  font-size: 2.5rem;
  text-align: center;
}
.natura_about_logo{
  margin: 80px 0 70px;
  text-align: center;
}


/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 700px){
  .brand-message{
    margin: 0 -15px 0;
    box-sizing: border-box;
    width: auto;
    width: auto;
  }
  .message{
    padding: 0;
    background: none;
    background-color: #fcecf2;
    background-size: 140% auto;
    text-align: center;
  }
  .natura_about_logo{
    margin: 0;
  }
}
