/* collaboration.html（コラボレーション特設サイト）用 */

h2.collaboration {
  background: #21d1b4;
  color: #fff;
  padding: 0 0 0 6px;
  border: none;
}

h3.collaboration:after {
  content: "";
  background: #21d1b4;
  width: 4px;
  height: 22px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

/*キャラクター紹介サムネール中央寄席*/
.collabo_char .lSSlideOuter .lSPager.lSGallery{
  justify-content: center;
}


