@charset "UTF-8";
/*-----------------------------------

floating_banner.css
SP

-----------------------------------*/

/*
レイアウト
/* -----------------------------------*/

#contaioner { position: relative; }

.floating_banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.floating_banner a {
  display: block;
}
.floating_banner img {
  width: 100%;
  max-width: 100% !important;
}
.floating_banner_close {
  position: absolute;
  top: 0;
  right: 0;
  width:7vw;
  height:7vw;
}
