/* --------------------------------------------------------------------------------------
   index
--------------------------------------------------------------------------------------- */

.cp-bnr {
   position: fixed;
   bottom: 5%;
   left: 10%;
   z-index: 6;
}


/* --------------------------------------------------------------------------------------
   ios用のリンク対策
--------------------------------------------------------------------------------------- */

@media (min-width: 1024px) {}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {
   .cp-bnr {
      width: 26%;
      bottom: 15%;
      left: 5%;
   }

}