@charset "utf-8";
/* CSS Document */
#img_wrap {
  position: relative;
}
#img_wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./img/toumei.png);
  background-position: top left;
  background-size: 100% 100%;
}
#img_wrap img {
  display: block;
}
