/*/  ヘッダー背景  /*/
body {
  background-image:url('../../../event/20251208_christmas/nightview.jpg')!important;
  background-position: top right !important;
  background-size: contain;
}
/*/  フッター背景  /*/
.footer-background {
  background-image: url('../../../../event/20251208_christmas/footer-bg.jpg') !important;
}

/*/  TOPページ女性一覧背景  /*/
#bbg {
  background: #480e0e !important;
}

#today,
#index_reviews,
#yoshiwara {
  color: #fdff9e !important;
}

#today {
  font-weight: 300;
}

h2.section-title {
  position:relative;
}

h2.section-title span {
  margin: auto;
  text-align:center;
}
h2.section-title span:nth-child(odd) {
  animation: neonBlink 5s infinite, neonBlur 16s infinite;
}
h2.section-title span:nth-child(even) {
  animation: neonBlink 2s infinite, neonBlur 12s infinite;
}
h2.section-title span:nth-child(3n) {
  animation: neonBlink 4s infinite, neonBlur 16s infinite;
}
h2.section-title .light-item {
  position: relative;
  z-index: 0;
  margin: 0 0.1em;
}
h2.section-title .light-item.tree {
  color: transparent !important;
}
h2.section-title .light-item img {
  display: inline-block;
  width: 0.7em;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  opacity: 1;
}
h2.section-title .light-item.christmas-star img {
  top: 35%;
  width: 0.45em;
}
h2.section-title .light-item.santa img {
  top: 25%;
  left: 70%;
}
h2.section-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; }
}


.top-tit {
  width: 100% !important;
  background-color: #480e0f !important;
}


.top-tit img {
  max-width: 50% !important;
  
}
@media screen and (max-width: 1024px){
  .top-tit img {
      max-width: 100% !important;
  }
}

/* 余白調整 */
h2.latest-reviews-title {
  padding: 40px 0px 60px 0px !important;
}