@charset "UTF-8";

.slide_bnr_wrap {
  position: fixed;
  right: -354px;
  bottom: 110px;
  width: 394px;
  height: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slide_bnr_wrap {
    width: 301px;
    height: 256px;
    right: -271px;
    bottom: 80px;
    opacity: 0;
  }
}
.slide_bnr_wrap .handle {
  width: 40px;
  height: 100%;
  background-image: url(btn_open.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slide_bnr_wrap .handle {
    width: 30px;
    height: 256px;
    background-image: url(btn_open_sp.png);
    background-position: 0 0;
  }
}
.slide_bnr_wrap .campaign_slider_wrap {
  width: 354px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slide_bnr_wrap .campaign_slider_wrap {
    width: 271px;
  }
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots {
  bottom: 7px;
}

@media screen and (max-width: 767px) {
  .slide_bnr_wrap .campaign_slider_wrap .slick-dots {
    bottom: 3px;
  }
}

.slide_bnr_wrap .campaign_slider_wrap .slick-dots li {
  margin: 0 3px;
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots li.slick-active {
  position: relative;
  top: -2px;
}
.slide_bnr_wrap .campaign_slider_wrap .slick-dots li button::before {
  font-size: 14px;
  color: #FFF;
  /*color: #8F8F8F;*/
}
@media screen and (max-width: 767px) {
  .slide_bnr_wrap .campaign_slider_wrap .slick-dots li button::before {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .slide_bnr_wrap.hide {
    right: -400px;
  }
}

.slide_bnr_wrap.active {
  right: 0;
}
.slide_bnr_wrap.active .handle {
  background-image: url(btn_close.png);
}
@media screen and (max-width: 767px) {
  .slide_bnr_wrap.active .handle {
    background-image: url(btn_close_sp.png);
  }
}

/*============================
SP / PCの切り替え用
============================*/
@media print,
screen and (max-width: 767px) {
    [data-sc-pc] {
        display:none!important;
    }
}

@media print,
screen and (min-width: 768px) {
    [data-sc-sp] {
        display:none!important;
    }
}