section.header {
    background-image: url(../img/event/thc-osaka-header-bg.jpg) !important;
}

section.footer {
    background-image: url(../img/event/thc-osaka-footer-bg.jpg) !important;
}

body {
    background-color: #480e0e !important;
}

.event-title {
    color: #fdff9e !important;
}

.event-title span {
  margin: auto;
  text-align:center;
}
.event-title span:nth-child(odd) {
  animation: neonBlink 5s infinite, neonBlur 16s infinite;
}
.event-title span:nth-child(even) {
  animation: neonBlink 2s infinite, neonBlur 12s infinite;
}
.event-title span:nth-child(3n) {
  animation: neonBlink 4s infinite, neonBlur 16s infinite;
}
.event-title .light-item {
  position: relative;
  z-index: 0;
  margin: 0 0.3em;
}
.event-title .light-item.christmas-star {
  margin: 0;
}
.event-title .light-item.tree {
  color: transparent !important;
}
.event-title .light-item img {
  display: inline-block;
  width: 0.8em;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  opacity: 1;
}
.event-title .light-item.christmas-star img {
  top: 30%;
  width: 0.45em;
}
.event-title .light-item.santa img {
  top: 25%;
  left: 70%;
}
.event-title .light-item.ribon img {
  top: 65%;
}

@keyframes neonBlink {
  0% { opacity: 1; }
  10% { opacity: .6; }
  12% { opacity: 1; }
  15% { opacity: .4; }
  17% { opacity: 1; }
  18% { opacity: .3; }
  19% { opacity: 1; }
  89% { opacity: 1; }
  91% { opacity: .7; }
  94% { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes neonBlur {
  0% { text-shadow: 0px 0px 25px #fff; }
  50% { text-shadow: 0px 0px 75px #fff; filter: blur(0.2px) }
  100% { text-shadow: 0px 0px 25px #fff; }
}