@-webkit-keyframes bgGrad {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.4;
  }

  30% {
    opacity: 0.6;
  }

  40% {
    opacity: 0.8;
  }

  50% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.8;
  }

  70% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bgGrad {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.4;
  }

  30% {
    opacity: 0.6;
  }

  40% {
    opacity: 0.8;
  }

  50% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.8;
  }

  70% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

#Footer {
  position: relative;
  z-index: 1;
}

#Footer .desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 60px 50px 0;
  width: 100%;
}

#Footer .desc > div {
  margin: 0 auto;
  max-width: 1024px;
  text-align: left;
}

#Footer .bg {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  min-height: 800px;
  background: transparent url(../img/footer/ft_chara_pc.png) 100% 0/1280px auto no-repeat;
}

#Footer .bg img {
  min-width: 1280px;
}

#Footer #Twitter {
  width: 540px;
}

#Footer #Twitter h1 {
  margin-bottom: 5px;
  font-size: 3.0rem;
  line-height: 1.0em;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
  font-weight: 900;
  letter-spacing: 0.05em;
}

#Footer #Twitter .widget {
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
  background: transparent url(../img/footer/bg_twitterwidget.jpg) center repeat;
}

#Footer #Twitter iframe {
  width: 100% !important;
  height: 260px !important;
  vertical-align: bottom;
}

#Footer .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0;
  max-width: 560px;
  text-align: center;
}

#Footer .banners > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  margin: 20px 20px 0 0;
}

#Footer .banners > li a {
  display: block;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#Footer .banners > li a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#Footer .banners > li img {
  width: auto;
  height: 80px;
}

#Footer .banners > li.full {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#Footer .banners > li.full img {
  height: auto;
}

#Footer .links {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  border-radius: 50px;
  padding: 10px 20px;
  max-width: 540px;
  font-size: 1.0rem;
  line-height: 1.0em;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#Footer .links > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}

#Footer .links > li:first-child {
  border-left: none;
}

#Footer .links > li a {
  display: block;
  position: relative;
  z-index: 1;
}

#Footer .links > li a::after {
  content: '';
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#Footer .links > li a:hover {
  color: #000;
}

#Footer .links > li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#Footer .copy {
  opacity: 0.5;
  margin-top: 20px;
  font-size: 1.0rem;
  line-height: 1.4em;
}

#Footer .copy p {
  margin-top: 5px;
}

#Footer .bro {
  margin-top: 20px;
}

#Footer .bro a {
  display: inline-block;
  width: 120px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#Footer .bro a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.totop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 40000;
  width: 120px;
  height: 120px;
  background: transparent url(../img/footer/btn_pagetop_base.png) 100% 100%/contain no-repeat;
  cursor: pointer;
}

.totop::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent url(../img/footer/btn_pagetop.png) 100% 100%/contain no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.totop:hover::after {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media screen and (max-width: 750px) {
  #Footer .desc {
    position: relative;
    padding: 100px 40px 860px;
  }

  #Footer .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent url(../img/footer/ft_chara_sp.png) 50% 100%/contain no-repeat;
  }

  #Footer .bg img {
    min-width: 0;
  }

  #Footer #Twitter {
    width: 100%;
  }

  #Footer #Twitter h1 {
    margin-bottom: 15px;
    font-size: 4.0rem;
    line-height: 1.0em;
  }

  #Footer #Twitter h1 a {
    color: #000 !important;
  }

  #Footer #Twitter .widget {
    border-width: 2px 0;
  }

  #Footer #Twitter iframe {
    width: 100% !important;
    height: 340px !important;
    vertical-align: bottom;
  }

  #Footer .banners {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
    max-width: 100%;
  }

  #Footer .banners > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 40px 0 0;
  }

  #Footer .banners > li img {
    height: auto;
  }

  #Footer .links {
    margin: 40px 0 0;
    padding: 15px 0;
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 1.0em;
  }

  #Footer .links > li {
    border-left-width: 2px;
    padding: 0 40px;
  }

  #Footer .links > li a {
    color: #000 !important;
  }

  #Footer .links > li a::after {
    display: none;
  }

  #Footer .copy {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.8em;
  }

  #Footer .copy p {
    margin-top: 15px;
  }

  #Footer .bro a {
    width: auto;
  }

  .totop {
    width: 160px;
    height: 160px;
  }
}
/*# sourceMappingURL=../map/tcg_footer.css.map */
