@charset "utf-8";

.bl_floatingBanner {
  position: fixed;
  top: 9vw;
  right: 36px;
  width: 580px;
  max-width: 100%;
  z-index:600;
 box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, .3);
}
.bl_floatingBanner.js_close {
  display: none!important;
}
.bl_floatingBanner_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
}
.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 60%);
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
}

.bl_floatingBanner a:hover,
.bl_floatingBanner a:hover img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
div.cam_bnr.tb {
  display: none !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 1280 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {



}


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 1000 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {

.bl_floatingBanner {
  top: 12vw;
}

}



/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 767 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

}