@charset "utf-8";

.cp-head {
  width: 100%;
  height: 20px;
  background: url("../images/0126_a3USyhGD/black_txt_02_sp.png") left center
    repeat-x;
  background-size: 342px 20px;
  animation: marquee 5s infinite linear;
}

@keyframes marquee {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -342px;
  }
}

.sc_collabo {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
  background: url("../images/0126_a3USyhGD/04_cpn_bg.jpg") left top repeat;
  background-size: 24px;
}

.sc_collabo {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.6em;
}

.sc_collabo-ultraman {
  width: 100%;
  margin: 0 auto;
}

.sc_collabo-ultraman-desc {
  width: 63.9%;
  margin: 0 auto;
  padding: 1.6em 0;
}

.sc_collabo-ultraman-link {
  width: 61%;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .cp-head {
    height: 38px;
    background: url("../images/0126_a3USyhGD/black_txt_02.png") left center
      repeat-x;
    background-size: 650px 38px;
  }

  @keyframes marquee {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -650px;
    }
  }

  .sc_collabo {
    padding-bottom: 2.4em;
  }

  .sc_collabo-ultraman-desc {
    max-width: 478px;
    padding: 3em 0;
  }

  .sc_collabo-ultraman-link {
    max-width: 456px;
  }
}
