@charset "UTF-8";
/***フロートバナー***/
.pre-inc {
  /*
  .visitorBnr img {
          filter: drop-shadow(0.1em 0 0.5em rgb(0, 0, 0, 0.7));
  }
  */
}
.pre-inc .visitorBnr {
  position: fixed;
  z-index: 1005;
  right: 15px;
  bottom: 15px;
  width: 360px;
  height: auto;
  background: #fff;
  padding: 5px;
  filter: drop-shadow(0.1em 0 0.5em rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 798px) {
  .pre-inc .visitorBnr {
    left: auto;
    bottom: 70px;
    width: 48vw;
    /*width: 200px;*/
    height: auto;
  }
}
.pre-inc .visitorBnr.hidden {
  display: none;
}
.pre-inc .visitorBnr .bnrClose {
  position: absolute;
  z-index: 3;
  right: 0px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000;
  cursor: pointer;
}
@media screen and (max-width: 798px) {
  .pre-inc .visitorBnr .bnrClose {
    right: 0px;
    top: -10px;
    width: 30px;
    height: 30px;
  }
}
.pre-inc .visitorBnr .bnrClose span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pre-inc .visitorBnr .bnrClose span:after, .pre-inc .visitorBnr .bnrClose span:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pre-inc .visitorBnr .bnrClose span:before {
  transform: rotate(-45deg);
}
.pre-inc .visitorBnr .bnrClose span:after {
  transform: rotate(45deg);
}
.pre-inc .visitorBnr a {
  position: relative;
  display: block;
  z-index: 2;
}
.pre-inc .visitorBnr a:before {
  display: none;
}/*# sourceMappingURL=fl_bunner.css.map */