@charset "UTF-8";

.top_bg {
  background: url("../images/beauty/img_bg_beauty.png") repeat-x;
  background-size: cover;
}

.top.inner {
  background-image: url("../images/beauty/img_top_beauty.png");
  background-position: right 5px top 5px;
  background-size: 224px auto;
}

h1 {
  margin-bottom: 10px;
  text-shadow: none;
}



h2:after {
  background-color: #FAD28E;
}

@media screen and (min-width: 768px) {
  .top_bg {
    background-position: center 20px;
  }
  .top.inner {
    background-size: 269px auto;
    background-position: right 20px top 20px;
  }
  .top.inner p {
    text-shadow: 2px  2px 8px #ffffff,
    -2px  2px 8px #ffffff,
    2px -2px 8px #ffffff,
    -2px -2px 8px #ffffff,
    2px  0px 8px #ffffff,
    0px  2px 8px #ffffff,
    -2px  0px 8px #ffffff,
    0px -2px 8px #ffffff;;
  }
}