.mainVisual{
  background-image: url("/assets/images/bg00.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.border-kson {
  border-bottom: 1px solid #8153e3 !important;
}

.color-kson {
  color: #8153e3 !important;
}

.bg-kson {
  background-color: #8153e3 !important;
}

.webfont-0 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.webfont-1 {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.webfont-2 {
  font-family: kokuryu, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.webfont-3 {
  font-family: genkaimincho, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.newsCard{
  min-height: 8em;
}
.card img {
  width: 100%;
  aspect-ratio: 16/9;
}

.movie-wrap {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
}

.movie-wrap iframe {
  width: 100%;
  height: 100%;
}

.card-body {
  min-height: 5em;
}

#songHistoryTable_wrapper {
  overflow-x: scroll;
}

#songHistoryTable {
  font-size: 0.9em;
  white-space: nowrap;

}

#songHistoryTable td a {
  color: black;
  font-weight: bold;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.anchor{
  display: block;
  margin-top: -128px;
  padding-top: 128px;
}
@media (min-width: 576px){
  .anchor{
    margin-top:-72px !important;
    padding-top:72px !important;
  }
  .fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .flipLeftTop {
    animation-name: flipLeftTopAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }

  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}