/* ===== Base ===== */
html {
  background: #fafafa;
}
body {
  color: #252525;
  font-family: Avenir, Lato, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
}
@media screen and (min-width: 768px) {
  body { min-width: 960px; }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img, svg {
  vertical-align: bottom;
}

/* ===== CommonHeader placeholder ===== */
#CommonHeader {
  position: relative;
  width: 100%;
  min-height: 44px;
  z-index: 3;
  /* margin: 0;
  padding: 0;
  background-color: #252525; */
}
@media screen and (min-width: 768px) {
  #CommonHeader { min-height: 36px; }
}
#CommonHeader img, #CommonHeader svg {
  vertical-align: baseline;
}


#siteHeader dl,#siteHeader dt,#siteHeader dd,#siteHeader ul,#siteHeader ol,#siteHeader li{
  list-style: none;
  /*word-break: break-all;*/
}
#siteHeader p{
  margin: 0 0 4px 0;
  font-size: 100%;
  line-height: 1.5;
  word-break: break-all;
}

#siteHeader img{
  border: none;
  vertical-align: middle;
}

#siteHeader a,#siteHeader a:link{
  color: #2bc6f9;
  text-decoration: none;
  outline: none;
}

#siteHeader a:visited{
  text-decoration: none;
}

#siteHeader a:hover,#siteHeader a:active{
  color: #2bc6f9;
  text-decoration: none;
}



/*
  siteHeader Wrap
----------------------------------------------*/
#siteHeader{
  width: 100%;
  background: #272727;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index: 2;
  top: 0;
  left: 0;
  position: fixed;
  text-align: left;
}


#siteHeader #siteHeaderInner{
  position: relative;
  background: #272727;
  width: 984px;
  height: 36px;
  margin: 0 auto;
  zoom: 1;
}

#siteHeader #siteHeaderInner:after{
  content: ".";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

/*
  siteHeader Common
----------------------------------------------*/
#siteHeader #siteHeaderInner ul{
  zoom: 1;
}

#siteHeader #siteHeaderInner ul:after{
  content: ".";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

#siteHeader #siteHeaderInner ul li{
  position: relative;
  float: left;
  height: 36px;
  line-height: 36px;
}

#siteHeader #siteHeaderInner ul li:hover{
  background: #474747;
}

#siteHeader #siteHeaderInner ul li a{
  display: inline-block;
  color: #fff;
  font-size: 93%;
  border-left: none;
  margin-right: -2px;
}

#siteHeader #siteHeaderInner ul li a span{
  padding: 0 6px 0 6px;
  border-right: #666 solid 1px;
  cursor: pointer;
}

#siteHeader #siteHeaderInner ul li a:hover{
  color: #fff;
  font-size: 93%;
}

#siteHeader #siteHeaderInner ul li a:hover span{
  border-right: #272727 solid 1px;
}

#siteHeader #siteHeaderInner ul li ul{
  position: absolute;
  top: 36px;
  right: 0;
  background: #eae8eb;
  border: #272727 solid 1px;
  border-top: none;
  padding-bottom: 0;
  z-index: 9999;
}

#siteHeader #siteHeaderInner ul li ul li{
  padding: 0 0 0 0;
  height: 28px;
  line-height: 20px;
}

#siteHeader #siteHeaderInner ul li ul li:hover{
  background: #898989;
}

#siteHeader #siteHeaderInner ul li ul li a{
  display: inline-block;
  color: #353535;
}

#siteHeader #siteHeaderInner ul li ul li a:hover{
  color: #fff;
  background: #898989;
  text-decoration: none;
}

/* ===== Header ===== */
.header {
  padding: 20px 0 28px;
}
@media screen and (min-width: 768px) {
  .header { padding: 24px 0 32px; }
}
.header__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 13px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.header__link {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .header__link {
    padding-right: 12px;
    margin: 0 16px 0 0;
  }
}
.header__image {
  height: 52px;
  width: 62px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header__image {
    height: 64px;
    width: 74px;
    margin-right: 13px;
  }
}
.header__image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.header__logo {
  height: 26px;
}
@media screen and (max-width: 767px) {
  .header__logo { display: none; }
}
.header__logo img {
  display: block;
}
.header__text {
  background: #fafafa;
  border: 2px solid #252525;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  position: relative;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .header__text {
    font-size: 14px;
    line-height: 22px;
    width: 640px;
    margin-left: 12px;
    white-space: nowrap;
    padding: 8px 20px;
    margin-top: 0;
  }
  .header__text wbr { display: block; }
}
.header__text::before,
.header__text::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  height: 16px;
  width: 14px;
  border-top: 8px solid transparent;
  border-right: 14px solid #252525;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%) translateY(1px);
}
@media screen and (max-width: 767px) {
  .header__text::before, .header__text::after { content: none; }
}
.header__text::after {
  left: -10px;
  border-right-color: #fafafa;
}

/* ===== Main ===== */
.main {
  display: block;
  position: relative;
  padding-bottom: 0.1px;
}

/* ===== Comment BG ===== */
@keyframes comment-pc {
  0%   { opacity: 0; left: 100%; transform: translateX(0); }
  5%   { opacity: 1; }
  45%  { opacity: 1; }
  50%  { opacity: 0; left: 0; transform: translateX(-100%); }
  100% { opacity: 0; left: 0; transform: translateX(-100%); }
}
.comment-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .comment-bg { display: none; }
}
.comment-bg p {
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.2em;
  position: relative;
  left: 0;
  animation: comment-pc 20s linear infinite;
  opacity: 0;
  white-space: nowrap;
  width: min-content;
}
.comment-bg p:nth-child(1)  { animation-delay: 4s; }
.comment-bg p:nth-child(2)  { animation-delay: 16s; }
.comment-bg p:nth-child(3)  { animation-delay: 0s; }
.comment-bg p:nth-child(4)  { animation-delay: 8s; }
.comment-bg p:nth-child(5)  { animation-delay: 12s; }
.comment-bg p:nth-child(6)  { animation-delay: 12s; }
.comment-bg p:nth-child(7)  { animation-delay: 4s; }
.comment-bg p:nth-child(8)  { animation-delay: 4s; }
.comment-bg p:nth-child(9)  { animation-delay: 16s; }
.comment-bg p:nth-child(10) { animation-delay: 8s; }
.comment-bg p:nth-child(11) { animation-delay: 0s; }
.comment-bg p:nth-child(12) { animation-delay: 0s; }
.comment-bg p:nth-child(13) { animation-delay: 12s; }
.comment-bg p:nth-child(14) { animation-delay: 16s; }
.comment-bg p:nth-child(15) { animation-delay: 8s; }
.comment-bg p:nth-child(16) { animation-delay: 12s; }
.comment-bg p:nth-child(17) { animation-delay: 4s; }
.comment-bg p:nth-child(18) { animation-delay: 0s; }
.comment-bg p:nth-child(19) { animation-delay: 4s; }
.comment-bg p:nth-child(20) { animation-delay: 16s; }
.comment-bg p:nth-child(21) { animation-delay: 0s; }
.comment-bg p:nth-child(22) { animation-delay: 8s; }
.comment-bg p:nth-child(23) { animation-delay: 12s; }
.comment-bg p:nth-child(24) { animation-delay: 12s; }
.comment-bg p:nth-child(25) { animation-delay: 4s; }
.comment-bg p:nth-child(26) { animation-delay: 4s; }
.comment-bg p:nth-child(27) { animation-delay: 16s; }
.comment-bg p:nth-child(28) { animation-delay: 8s; }
.comment-bg p:nth-child(29) { animation-delay: 0s; }
.comment-bg p:nth-child(30) { animation-delay: 0s; }
.comment-bg p:nth-child(31) { animation-delay: 12s; }
.comment-bg p:nth-child(32) { animation-delay: 16s; }
.comment-bg p:nth-child(33) { animation-delay: 8s; }
.comment-bg p:nth-child(34) { animation-delay: 12s; }
.comment-bg p:nth-child(35) { animation-delay: 4s; }
.comment-bg p:nth-child(36) { animation-delay: 0s; }

/* ===== TV Section ===== */
.tv {
  position: relative;
  margin: 0 auto 53px;
  padding: 0 13px;
  max-width: 1080px;
}
.tv__head {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .tv__head { margin-bottom: 19px; }
}
.tv__head svg {
  width: 22px;
  height: 20px;
  margin-right: 9px;
}
.tv__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px -10px;
}
@media screen and (min-width: 768px) {
  .tv__list { margin: 0 -9px -18px; }
}
.tv__item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .tv__item {
    width: 20%;
    padding: 0 9px;
    margin-bottom: 18px;
  }
}

/* ===== TV Card ===== */
.tvcard {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.tvcard__image {
  position: relative;
  width: 100%;
}
.tvcard__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.tvcard__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.tvcard__label {
  display: block;
  border-radius: 2px;
  font-weight: bold;
  line-height: 10px;
  padding: 2px 4px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.tvcard__label[data-type='onair'] {
  background: red;
  color: white;
  font-size: 11px;
}
.tvcard__label[data-type='reserved'] {
  background: #252525;
  color: white;
  font-size: 10px;
}

/* ===== Live Section ===== */
.live {
  position: relative;
  margin: 0 auto 53px;
  padding: 0 13px;
  max-width: 1080px;
}
.live__head {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .live__head { margin-bottom: 18px; }
}
.live__head svg {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}
/* .live__banner {
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .live__banner {
    margin: 0 0 16px;
    max-width: 100%;
    width: 612px;
    height: 52px;
  }
}
.live__banner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.live__banner img[data-type='pc'] {
  display: none;
  visibility: hidden;
}
.live__banner img[data-type='sp'] {
  display: block;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .live__banner img[data-type='pc'] { display: block; visibility: visible; }
  .live__banner img[data-type='sp'] { display: none; visibility: hidden; }
} */
.live__banner{
  display:flex;
  align-items: center;
  margin-bottom: 16px;
  column-gap: 16px;
  .live__banner_ico{
    width:60px;
    flex-shrink: 0;
    @media screen and (min-width: 768px) {
        width:63px;
    }
    img{
      width:100%;
    }
  }
  h3{
    font-feature-settings: "palt" 1;
    flex-grow: 1;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
        @media screen and (min-width: 768px) {
          font-size: 28px;
        }

    span{
      display: inline-block;
    }
  }
}

.live__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 0 -5px -10px;
}
@media screen and (min-width: 768px) {
  .live__list { margin: 0 -9px -18px; }
}
.live__item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .live__item {
    width: 25%;
    padding: 0 9px;
    margin-bottom: 18px;
  }
}
.live__card {
  height: 100%;
}

/* ===== Live Card ===== */
.livecard {
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.livecard__image {
  position: relative;
  width: 100%;
}
.livecard__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.livecard__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.livecard__label {
  display: block;
  border-radius: 2px;
  font-weight: bold;
  line-height: 10px;
  padding: 2px 4px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.livecard__label[data-type='onair'] {
  background: red;
  color: white;
  font-size: 11px;
}
.livecard__label[data-type='reserved'] {
  background: #252525;
  color: white;
  font-size: 10px;
}
.livecard__meta {
  display: flex;
  border-bottom: 1px solid #eee;
  color: #525252;
  font-size: 9px;
  padding: 8px 6px 7px;
}
.livecard__time { flex: 1 1 auto; }
.livecard__viewer-count {
  display: flex;
  align-items: center;
  margin-left: 6px;
  flex: 0 0 auto;
}
.livecard__viewer-count svg { margin-right: 3px; }
.livecard__comment-count {
  display: flex;
  align-items: center;
  margin-left: 6px;
  flex: 0 0 auto;
}
.livecard__comment-count svg { margin-right: 3px; }
.livecard__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  max-height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 5px 0;
  padding: 0 5px;
}
.livecard__user {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: auto;
  padding: 7px;
}
.livecard__user-icon {
  flex: 0 0 auto;
  height: 26px;
  width: 26px;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
}
.livecard__user-icon img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.livecard__user-name {
  flex: 1 1 auto;
  font-size: 10px;
  line-height: 1;
  color: #525252;
}

/* ===== Nasne Section ===== */
.nasne {
  padding: 20px 0 28px;
}
@media screen and (min-width: 768px) {
  .nasne { padding: 24px 0 32px; }
}
.nasne__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 13px;
}
@media screen and (min-width: 768px) {
  .nasne__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.nasne__image {
  height: 52px;
  width: 62px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nasne__image { margin: 0 auto; }
}
@media screen and (min-width: 768px) {
  .nasne__image {
    height: 64px;
    width: 74px;
    margin-right: 13px;
  }
}
.nasne__image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.nasne__text {
  background: #fafafa;
  border: 2px solid #252525;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  position: relative;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .nasne__text {
    font-size: 14px;
    line-height: 22px;
    width: 640px;
    margin-left: 12px;
    white-space: nowrap;
    padding: 8px 20px;
    margin-top: 0;
  }
  .nasne__text wbr { display: block; }
}
.nasne__text::before,
.nasne__text::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  height: 16px;
  width: 14px;
  border-top: 8px solid transparent;
  border-right: 14px solid #252525;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%) translateY(1px);
}
@media screen and (max-width: 767px) {
  .nasne__text::before, .nasne__text::after { content: none; }
}
.nasne__text::after {
  left: -10px;
  border-right-color: #fafafa;
}
.nasne__logo {
  height: 16px;
  width: 120px;
  position: relative;
  z-index: 1;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .nasne__logo {
    height: 32px;
    width: 240px;
  }
}
.nasne__logo img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.nasne__banner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.nasne__banner img[data-type='pc'] {
  display: none;
  visibility: hidden;
}
.nasne__banner img[data-type='sp'] {
  display: block;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .nasne__banner img[data-type='pc'] { display: block; visibility: visible; }
  .nasne__banner img[data-type='sp'] { display: none; visibility: hidden; }
}
.nasne__link {
  display: block;
}

/* ===== Footer ===== */
.footer {
  background: #252525;
  padding: 16px 0 10px;
}
@media screen and (min-width: 768px) {
  .footer { padding: 35px 0 30px; }
}
.footer__copyright {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
