/* line 9, top.scss */
div.contentsTitleBack {
  padding: 15px 0 15px 0;
  background: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg_shop_title.png);
  background-position: right top 50%;
}
@media screen and (min-width: 450px), print {
  /* line 9, top.scss */
  div.contentsTitleBack {
    background-position: right top 50%;
  }
}
@media screen and (min-width: 798px), print {
  /* line 9, top.scss */
  div.contentsTitleBack {
    background-position: right;
  }
}

/* line 22, top.scss */
h1.h1_contentsTitle {
  position: relative;
  padding: 15px 0 15px 65px;
  font-size: 1.75rem;
  text-shadow: 2px 2px 1px #efefef, -2px 2px 1px #efefef, 2px -2px 1px #efefef, -2px -2px 1px #efefef;
}

/* line 32, top.scss */
h1.h1_contentsTitle img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 56.833px !important;
  height: 28.3833px !important;
  margin: 0 10px 0 0;
}

/*# sourceMappingURL=top.css.map */
