.bl-notice {
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-notice {
    width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.pb_hero {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pb_hero {
    padding-bottom: 0px;
  }
}

.bl-tickets {
  padding-bottom: 60px !important;
}

.bl-notice {
  padding-top: 70px;
  padding-bottom: 10px;
}
.bl-notice p {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .bl-notice {
    padding-top: 9.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .bl-notice p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: -5.3333333333vw;
  }
}

.bl-today {
  padding: 85px 10px 60px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bl-today__wrap {
  background: #000837;
  padding-bottom: 80px;
}
.bl-today__columns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.bl-today__columns > * {
  width: 460px;
}
.bl-today__broadcast {
  margin-top: 50px;
}
.bl-today__broadcast img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bl-today {
    padding: 54px 5.3333333333vw 0;
    width: 100%;
  }
  .bl-today__columns {
    display: block;
  }
  .bl-today__columns > * {
    width: 100%;
  }
  .bl-today__broadcast {
    margin-top: 30px;
  }
}

.bl-today-live + .bl-today-live {
  margin-top: 40px;
}
.bl-today-live__title {
  font-weight: 700;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-indent: 1.2px;
  text-align: center;
  font-feature-settings: normal;
}
.bl-today-live__movie {
  margin-top: 40px;
}
.bl-today-live__movie iframe {
  width: 100%;
  display: block;
}
.bl-today-live__contents {
  padding: 35px 50px 40px;
  background-color: #FFFFFF;
}
.bl-today-live__lead {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
  text-align: center;
  color: #001955;
}
.bl-today-live__description {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl-today-live__title {
    font-size: 2.4rem;
  }
  .bl-today-live__movie {
    margin-top: 20px;
  }
  .bl-today-live__movie iframe {
    aspect-ratio: 335/188;
    height: auto;
  }
  .bl-today-live__contents {
    padding: 25px 20px 30px;
  }
  .bl-today-live__lead {
    font-size: 1.8rem;
  }
  .bl-today-live__description {
    text-align: left;
  }
}

.bl-today-uehara {
  margin-top: 90px;
  padding: 0 50px 50px;
  background: #fff;
  border-radius: 20px;
  border: solid 3px #eece1e;
}
.bl-today-uehara__title {
  font-weight: 700;
  color: #1E2023;
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
  margin-top: -22px;
}
.bl-today-uehara__title span {
  display: block;
  font-size: 0.65em;
  margin-bottom: 0.3em;
}
.bl-today-uehara__title strong {
  color: #c89c00;
}
.bl-today-uehara__title img {
  display: block;
  margin: 0 auto 30px;
}
.bl-today-uehara__description {
  margin-top: 15px;
  text-align: center;
}
.bl-today-uehara__movie {
  margin-top: 35px;
}
.bl-today-uehara__movie iframe {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .bl-today-uehara {
    margin-top: 60px;
    margin-bottom: 45px;
    padding: 0 20px 30px;
    border-radius: 10px;
  }
  .bl-today-uehara__title {
    margin-top: -17px;
    font-size: 2.2rem;
  }
  .bl-today-uehara__title img {
    width: 220px;
    margin-bottom: 25px;
  }
  .bl-today-uehara__description {
    text-align: left;
  }
  .bl-today-uehara__movie {
    margin: 30px -10px 0;
  }
  .bl-today-uehara__movie iframe {
    aspect-ratio: 335/188;
    height: auto;
  }
}

.bl-today-common {
  margin-top: 70px;
  padding: 0 0 40px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.bl-today-common__image {
  margin-top: 0;
  width: 460px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-today-common__contents {
  margin: 30px auto 0;
  width: 400px;
}
.bl-today-common__title img {
  margin: auto;
  display: block;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bl-today-common__lead {
  margin-top: 25px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.bl-today-common__description {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.bl-today-common__description + .bl-today-common__description {
  margin-top: 16px;
}
.bl-today-common__sns {
  margin: 33px 0;
}
.bl-today-common__snsitem {
  margin-bottom: 15px;
}
.bl-today-common__snslink {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-today-common__snslink:hover {
    opacity: 0.7;
  }
}
.bl-today-common__button_yoko {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  padding: 8px 34px;
  width: 200px;
  min-height: 36px;
  background-color: #001955;
  border-radius: 3em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  transition: opacity 0.3s, background-color 0.3s;
}
.bl-today-common__button_yoko [class*=icon-] {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.3em;
}
@media (min-width: 767.01px) {
  .bl-today-common__button_yoko:hover {
    background-color: #f02814;
  }
}
.bl-today-common__list {
  margin-top: 24px;
  padding: 24px 14px;
  border: solid 1px #E1E3E6;
}
.bl-today-common__type {
  margin-top: 13px;
  width: 80px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eece1e;
  font-size: 1.2rem;
  font-weight: 500;
}
.bl-today-common__type:nth-of-type(1) {
  margin-top: 0;
}
.bl-today-common__data {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.bl-today-common__members-wrap {
  margin-top: 20px;
}
.bl-today-common__members.pc-block {
  padding: 22px 20px 25px;
  border-radius: 10px;
  background-color: #fdf9eb;
}
.bl-today-common__members.pc-block h4 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #001955;
  margin-bottom: 15px;
}
.bl-today-common__banner-wrap {
  display: flex;
  justify-content: space-between;
}
.bl-today-common__banner {
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-today-common__banner:hover {
    opacity: 0.7;
  }
}
.bl-today-common__notes {
  margin-top: 1em;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
}
.bl-today-common.mod_ep1 .bl-today-common__image {
  background: #5bc2dc;
}
@media screen and (max-width: 767px) {
  .bl-today-common {
    margin-top: 30px;
  }
  .bl-today-common__image {
    width: 100%;
    height: auto;
    aspect-ratio: 335/187;
  }
  .bl-today-common__title img {
    height: auto;
  }
  .bl-today-common__contents {
    margin-top: 28px;
    width: 100%;
    padding: 0 20px;
  }
  .bl-today-common__button {
    margin-top: 35px;
  }
  .bl-today-common__list {
    margin-top: 20px;
    padding: 24px 14px;
    display: block;
  }
  .bl-today-common__type {
    margin-top: 25px;
    width: 80px;
    height: 24px;
    font-size: 1.2rem;
  }
  .bl-today-common__type:nth-of-type(1) {
    margin-top: 0;
  }
  .bl-today-common__data {
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .bl-today-common__members-wrap {
    margin-top: 20px;
  }
  .bl-today-common__banner-wrap {
    position: relative;
  }
  .bl-today-common__line {
    margin: auto;
    width: 37.2881355932%;
    height: auto;
    position: absolute;
    top: 26.6666666667vw;
    left: 0;
    right: 0;
  }
  .bl-today-common__notes {
    text-align: left;
    font-size: 1.2rem;
  }
  .bl-today-common.mod_ep1 .bl-today-common__title img {
    width: 280px;
  }
  .bl-today-common.mod_bingo .bl-today-common__title img {
    width: 265px;
  }
}