/* CSS Document */
section.topSlide {
  position: relative;
}

@media screen and (max-width: 767px) {
  section.topSlide {
    position: relative;
    margin-top: -40px;
  }
}
.sliderArea {
  position: relative;
  width: 100%;
  height: auto;
}

.sliderArea .full-screen, .sliderArea .slider {
  z-index: 1;
}
.sliderArea .full-screen img {
  display: block;
  width: 100%;
}

.sliderArea .frame_left {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  max-width: 50%;
  height: 50px;
  background: url(../img/slide_left.svg) no-repeat bottom left;
  z-index: 5;
}
.sliderArea .frame_right {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  max-width: 50%;
  height: 50px;
  background: url(../img/slide_right.svg) no-repeat bottom right;
  z-index: 5;
}/*# sourceMappingURL=slider.css.map */