/* Custom Variables */
/* kids-img Styles */
.kids-img-wrapper {
  position: relative;
}
.kids-img-wrapper .overlay-image {
  position: absolute;
  top: 0px;
  z-index: 2;
}
.kids-img-wrapper .overlay-image.topix-left-image {
  left: -15%;
  top: -75%;
  max-width: 40%;
  height: auto;
  overflow: hidden;
}
.kids-img-wrapper .overlay-image.topix-right-image {
  right: -15%;
  top: -75%;
  max-width: 40%;
  height: auto;
  overflow: hidden;
}
.kids-img-wrapper .overlay-image.line-left-image {
  left: -5%;
  top: -160%;
  max-width: 16%;
  height: auto;
  overflow: hidden;
}
.kids-img-wrapper .overlay-image.form-left-image {
  left: -10%;
  top: 60%;
  max-width: 20%;
  height: auto;
  overflow: hidden;
}
.kids-img-wrapper .overlay-image.form-right-image {
  right: -10%;
  top: -5%;
  max-width: 20%;
  height: auto;
  overflow: hidden;
}
.kids-img-wrapper .overlay-image.sitemap-up-image {
  left: -5%;
  top: 5%;
  max-width: 20%;
  height: auto;
  overflow: hidden;
}
.kids-img-wrapper .overlay-image.sitemap-up-image2 {
  right: -5%;
  top: 5%;
  max-width: 33%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kids-img-wrapper .overlay-image.kids-img-sp-none {
    display: none;
  }
}/*# sourceMappingURL=kids-img.css.map */