.yt_sec {
  margin: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .yt_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 2rem;
  }
}
.yt_next {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .yt_next {
    flex: 1 1 auto;
    width: 340px;
    max-width: 340px;
    margin: 0;
  }
}
.yt_next_block {
  background: #fff;
  border: 2px solid #FFF;
  padding: 0.5rem;
  border-radius: 10px;
}
.yt_next_block_now {
  border-color: #F00;
}
.yt_next_sche {
  text-align: center;
}
.yt_next_thumb {
  max-width: 100%;
  margin: 0 auto 0.6rem;
}
.yt_next_live {
  display: block;
}
.yt_next_live img {
  width: 100%;
  height: auto;
}
.yt_next_data {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.6rem;
}
.yt_next_ttl {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 5px;
  font-size: 1.25rem;
}
.yt_next_cast .yt_list_cast {
  justify-content: center;
  position: relative;
}
.yt_list {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.8rem;
  width: 100%;
}
.yt_list_wrap {
  flex: 1 1 auto;
}
.yt_list_inner {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0.6rem;
  border: 1px #FFF solid;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
@media screen and (min-width: 768px) {
  .yt_list_inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.yt_list_data {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .yt_list_data {
    display: block;
  }
  .yt_list_data .yt_list_type {
    margin: 0.3rem auto 0;
  }
}
.yt_list_date {
  --yt-list-date-font-size: 1rem;
  --yt-list-date-height: calc(1.75*1.4*var(--yt-list-date-font-size));
  height: var(--yt-list-date-height);
  flex: 0 0 9.5rem;
  max-width: 9.5rem;
  width: 9.5rem;
  font-size: var(--yt-list-date-font-size)/16rem;
  font-weight: bold;
  position: relative;
  text-wrap-mode: nowrap;
  transform: translate(-50%, 0);
}
.yt_list_date_main, .yt_list_date_sub {
  display: block;
  color: #000;
  text-align: center;
}
.yt_list_date_sub {
  font-size: 75%;
}
.yt_list_date_inner {
  max-width: 1000%;
  min-width: 100%;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform-origin: left center;
}
.yt_list_date_inner_center {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.yt_list_date_week0 {
  color: #AA0000;
}
.yt_list_date_week6 {
  color: #0000AA;
}
.yt_list_type {
  flex: 0 0 7rem;
  max-width: 100%;
  width: 7rem;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0.2rem 0;
  background: #333;
  font-size: 0.875rem;
}
.yt_list_type_inner {
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  transform-origin: left center;
}
.yt_list_type_color_holiday {
  background: #808080;
}
.yt_list_type_color_2d {
  background: #FF5B84;
}
.yt_list_type_color_3d {
  background: #4FA14F;
}
.yt_list_type_color_game {
  background: #FF9C39;
}
.yt_list_type_color_vrc {
  background: #278AEE;
}
.yt_list_type_color_talk {
  background: #FFDD00;
}
.yt_list_type_color_song {
  background: #BC50FF;
}
.yt_list_type_color_movie {
  background: #eb0033;
}
.yt_list_type_color_none {
  background: #333333;
}
.yt_list_title {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: -0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .yt_list_title {
    flex: 1 1 auto;
    display: block;
  }
}
.yt_list_title.no_cast {
  padding-top: 0;
}
.yt_list_cast {
  --cast-size:3rem;
  --cast-gap:calc(var(--cast-size)/20);
  display: flex;
  justify-content: center;
  gap: var(--cast-gap);
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .yt_list_cast {
    justify-content: start;
  }
}
.yt_list_cast li {
  flex: 1 1 auto;
  max-width: calc(var(--cast-size) * 0.7);
  height: var(--cast-size);
  position: relative;
}
.yt_list_cast li img {
  max-width: var(--cast-size);
  width: var(--cast-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yt_btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 60px;
  max-width: 100%;
  width: 300px;
  background: #F00;
  border-radius: 15px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.yt_btn:not(:first-child) {
  margin-top: 0.5rem;
}
.yt_btn:not(:last-child) {
  margin-bottom: 1.3rem;
}
.yt_btn_min {
  height: 40px;
  width: 200px;
  font-size: 0.875rem;
}

.live_detail_top_info {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 0.5rem 0;
  margin-top: 0.5rem;
}
.live_detail_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.live_detail_iframe_wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px;
}
.live_games_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.live_games_item {
  flex: 0 0 auto;
  max-width: 100%;
}
.live_games_text {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
.live_games_link {
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  .live_games_link:hover {
    text-decoration: none !important;
  }
}