#adidas_fixed-banner {
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 1000;
 background: none;
 padding: 0;
 width: 250px;
}

#adidas_close-banner-btn {
 position: absolute;
 top: -10px;
 right: -10px;
 background: none;
 border: none;
 padding: 0;
 cursor: pointer;
 z-index: 2;
 line-height: 0;
}

#adidas_close-banner-btn img {
 display: block;
 width: 26px;
 height: 26px;
}

.adidas_banner-content {
 display: block;
 text-decoration: none;
 line-height: 0;
}

.adidas_banner-content img {
 display: block;
 width: 100%;
 height: auto;
}

/* =======================================
   SP用スタイル (767px以下)
======================================= */
@media screen and (max-width: 767px) {
 #adidas_fixed-banner {
 bottom: 12px;
 right: 12px;
  width: 200px;
 }

 #adidas_close-banner-btn img {
  display: block;
  width: 18px;
  height: 18px;
 }
}