@charset "UTF-8";
.bl-intro__inner {
  max-width: 1164px;
  min-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-intro__inner {
    max-width: 100%;
    min-width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.bl-notice, .bl-info__inner, .bl-banner__inner, .bl-officialgoods-content, .bl-tickets__notes, .bl-tickets__items, .bl-featured__list, .bl-specialevent, .bl-watch__container, .bl-navi, .bl-watch__waywrap {
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-notice, .bl-info__inner, .bl-banner__inner, .bl-officialgoods-content, .bl-tickets__notes, .bl-tickets__items, .bl-featured__list, .bl-specialevent, .bl-watch__container, .bl-navi, .bl-watch__waywrap {
    width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.bl-eyecatch__floating {
  position: fixed;
  z-index: 5000;
  bottom: 25px;
  right: 15px;
  transform: translateX(150%);
  transition: opacity 0.3s, transform 1s;
}
.bl-eyecatch__floating.in-screen {
  transform: translateX(0) !important;
}
@media (min-width: 767.01px) {
  .bl-eyecatch__floating:hover {
    opacity: 0.7;
  }
}
.bl-eyecatch__floating img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .bl-eyecatch__floating {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    right: 6px;
    bottom: 10px;
  }
}

.bl-watch {
  padding-top: 130px;
  padding-bottom: 140px;
  background: #202540 url(../img/top/watch_bg_pc.jpg) no-repeat top center/100% auto;
}
.bl-watch__waywrap {
  margin: 0 auto;
}
.bl-watch__title-image, .bl-watch__title-image2 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-watch {
    padding-top: 60px;
    padding-bottom: 55px;
    background-image: url(../img/top/watch_bg_sp.jpg);
  }
  .bl-watch__title-image {
    width: 173.65px;
    height: auto;
    max-width: 46.3066666667vw;
  }
  .bl-watch__title-image2 {
    width: 265.15px;
    height: auto;
    max-width: 70.7066666667vw;
  }
}

.bg-cover {
  background-size: cover !important;
}

.bl-navi {
  overflow: hidden;
}
.bl-navi__items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  overflow: hidden;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -6px;
}
.bl-navi__item {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 6px;
}
.bl-navi__link {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-navi__link:hover {
    opacity: 0.7;
  }
}
.bl-navi__link img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .bl-navi__items {
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: -4px;
  }
  .bl-navi__item {
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
  }
}

.bl-watch {
  position: relative;
  z-index: 1;
}
.bl-watch__title .ja {
  margin-bottom: 3em;
}
.bl-watch__container {
  margin-top: 60px;
  width: 960px;
  padding: 0px 0 80px;
  background: #fff;
}
.bl-watch__container > * {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .bl-watch__title {
    margin-bottom: 50px;
  }
  .bl-watch__title .ja {
    margin-top: 1em;
    margin-bottom: 0em;
  }
  .bl-watch__container {
    margin-top: 50px;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    padding-bottom: 40px;
    width: auto;
  }
}

.bl-watchway {
  margin: 60px auto 0;
  padding: 50px 50px 60px;
  background: rgba(0, 15, 75, 0.7);
}
.bl-watchway#home {
  padding-left: 0;
  padding-right: 0;
}
.bl-watchway__description {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: -9px auto;
  color: #FFFFFF;
  text-align: center;
}
.bl-watchway__items {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.bl-watchway__link {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-watchway__link:hover {
    opacity: 0.7;
  }
}
.bl-watchway__button {
  margin-top: 60px;
  margin-bottom: 0;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .bl-watchway {
    margin-top: 50px;
    padding: 55px 20px 40px;
  }
  .bl-watchway__description {
    font-size: 2.2rem;
  }
  .bl-watchway__items {
    justify-content: center;
  }
  .bl-watchway__item {
    margin-top: 30px;
  }
  .bl-watchway__item:first-of-type {
    margin-top: 0;
  }
  .bl-watchway__item img {
    width: 100%;
  }
  .bl-watchway__button {
    max-width: 100%;
    height: auto;
    aspect-ratio: 335/70;
  }
}

.bl-watch-streaming {
  padding-top: 80px;
  text-align: center;
  width: auto;
}
.bl-watch-streaming__title img {
  display: block;
  margin: auto;
}
.bl-watch-streaming__title > img {
  margin-bottom: 25px;
}
.bl-watch-streaming__image {
  margin-top: 41px;
}
.bl-watch-streaming__read {
  margin-top: 44px;
  font-size: 2.4rem;
  white-space: pre-line;
  color: #001955;
  font-weight: 700;
}
.bl-watch-streaming__description {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .bl-watch-streaming {
    padding-top: 40px;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .bl-watch-streaming__title > img {
    width: 220px;
    margin-bottom: 20px;
  }
  .bl-watch-streaming__title picture img {
    width: 233px;
  }
  .bl-watch-streaming__image {
    margin-top: 18px;
  }
  .bl-watch-streaming__read {
    margin-top: 33px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    white-space: normal;
  }
  .bl-watch-streaming__read br {
    display: none;
  }
  .bl-watch-streaming__description {
    font-size: 1.5rem;
    text-align: left;
  }
}

.bl-watch-onweb {
  margin-top: 44px;
  padding: 39px 0 56px;
  background: #F5F7FA;
}
.bl-watch-onweb__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  color: #001955;
  font-feature-settings: normal;
}
.bl-watch-onweb__title small {
  position: relative;
  font-size: 0.6em;
  top: -0.2em;
}
.bl-watch-onweb__items {
  margin: auto;
  width: 800px;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
}
.bl-watch-onweb__item {
  margin-top: 30px;
}
.bl-watch-onweb__link {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-watch-onweb__link:hover {
    opacity: 0.7;
  }
}
.bl-watch-onweb__link img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bl-watch-onweb {
    margin-top: 23px;
    padding: 33px 5.3333333333vw 40px;
  }
  .bl-watch-onweb__title {
    font-size: 2rem;
    font-feature-settings: "palt";
    margin: 0 -5vw;
  }
  .bl-watch-onweb__items {
    margin-top: 23px;
    display: block;
  }
  .bl-watch-onweb__item {
    margin-top: 15px;
  }
}

.bl-watch-broadcast {
  margin-top: 60px;
}
.bl-watch-broadcast__title img {
  display: block;
  margin: auto;
}
.bl-watch-broadcast__description img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bl-watch-broadcast {
    margin-top: 40px;
    padding: 0 5.3333333333vw;
  }
  .bl-watch-broadcast__title img {
    width: 220px;
  }
  .bl-watch-broadcast__description img {
    margin-top: 20px;
  }
}

/*
トップページと観戦方法で使用するため部品化
*/
.bl-specialevent {
  width: 960px;
  margin-top: 80px;
  padding: 0px 80px 77px;
  background: #fff;
  border: solid 3px #eece1e;
  border-radius: 20px;
}
.bl-specialevent__title {
  margin-top: 60px;
}
.bl-specialevent__title img {
  margin: auto;
  display: block;
}
.bl-specialevent__image {
  margin-top: 45px;
}
.bl-specialevent__description {
  margin-top: 28px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #001955;
  font-weight: 700;
  text-align: center;
}
.bl-specialevent__description2 {
  margin-top: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
}
.bl-specialevent__list {
  margin-top: 33px;
  padding: 19px 24px;
  border: solid 1px #E1E3E6;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
}
.bl-specialevent__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-specialevent__data {
  margin-top: 9px;
  width: calc(100% - 92px);
  font-size: 16px;
  line-height: 2;
}
.bl-specialevent__members-wrap {
  margin-top: 54px;
}
.bl-specialevent__members.pc-block {
  padding: 35px 30px;
  border-radius: 10px;
  background-color: #fdf9eb;
}
.bl-specialevent__members.pc-block h4 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #001955;
  margin-bottom: 25px;
}
.bl-specialevent__banner-wrap {
  display: flex;
  justify-content: center;
}
.bl-specialevent__banner {
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-specialevent__banner:hover {
    opacity: 0.7;
  }
}
.bl-specialevent__qr {
  margin-left: 50px;
}
.bl-specialevent__notes {
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl-specialevent {
    margin: 40px 5.3333333333vw 0;
    padding: 0px 5.3333333333vw 40px;
    width: auto;
    border-radius: 10px;
  }
  .bl-specialevent__title {
    margin-top: auto;
  }
  .bl-specialevent__title img {
    width: 265px;
  }
  .bl-specialevent__title.mt60 {
    margin-top: 60px;
  }
  .bl-specialevent__image {
    margin-top: 26px;
  }
  .bl-specialevent__description {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
  }
  .bl-specialevent__description2 {
    margin-top: 16px;
    text-align: left;
    font-size: 1.5rem;
  }
  .bl-specialevent__list {
    margin-top: 20px;
    padding: 24px 14px;
    display: block;
  }
  .bl-specialevent__type {
    margin-top: 25px;
    width: 80px;
    height: 24px;
    font-size: 1.2rem;
  }
  .bl-specialevent__type:nth-of-type(1) {
    margin-top: 0;
  }
  .bl-specialevent__data {
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .bl-specialevent__members-wrap {
    margin-top: 20px;
  }
  .bl-specialevent__banner-wrap {
    position: relative;
  }
  .bl-specialevent__line {
    margin: auto;
    width: 37.2881355932%;
    height: auto;
    position: absolute;
    top: 26.6666666667vw;
    left: 0;
    right: 0;
  }
  .bl-specialevent__notes {
    text-align: left;
  }
}

.bl-header {
  top: 0;
  background: linear-gradient(0deg, rgba(0, 10, 50, 0) 0%, rgba(0, 10, 50, 0.7) 50%);
}

main {
  padding-bottom: 0;
}

.bl-eyecatch {
  position: relative;
  padding-bottom: 1px;
  overflow: hidden;
  margin-top: -80px;
}
.bl-eyecatch__title {
  display: none;
}
.bl-eyecatch__picture {
  display: block;
}
.bl-eyecatch__picture img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bl-eyecatch {
    margin-top: 0;
  }
  .bl-eyecatch__button {
    margin-top: 13.3333333333vw;
    margin-bottom: 0;
    font-size: 1.5rem;
    width: 335px;
    height: auto;
    aspect-ratio: 335/70;
  }
}

.bl-featured {
  margin: 80px 0 100px;
}
.bl-featured__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.bl-featured-item__catch {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.bl-featured-item__catch em {
  font-size: 1.15em;
  color: #eece1e;
}
.bl-featured-item img {
  border-radius: 6px;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-featured-item a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .bl-featured-item__catch {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

.bl-news {
  margin-top: 100px;
  margin-bottom: 120px;
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s;
}
@media screen and (min-width: 1500px) {
  .bl-news {
    padding-left: 0;
  }
}
.bl-news__inner {
  max-width: 1164px;
  min-width: 960px;
  padding-left: 80px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  background: #FFFFFF;
}
.bl-news__inner:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  z-index: -1;
}
.bl-news__title-en {
  display: block;
}
.bl-news__title-ja {
  margin-top: 1.6666666667em;
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}
.bl-news__contents {
  width: 69.375%;
}
.bl-news__items {
  transition: max-height 0.6s;
  overflow: hidden;
  --news-count: 10;
}
.bl-news__item {
  padding: 2.2rem 1rem;
  font-size: 1.5rem;
  line-height: 1.6;
  border-top: solid 1px #E1E3E6;
}
.bl-news__item:nth-of-type(5), .bl-news__item:last-of-type {
  border-bottom: solid 1px #E1E3E6;
}
.bl-news__item:nth-of-type(n+6) {
  display: none;
}
.bl-news__date {
  display: block;
  color: #646669;
}
.bl-news__subject {
  margin-top: 0.5rem;
}
.bl-news__subject a {
  color: #c89c00;
}
@media (min-width: 767.01px) {
  .bl-news__subject a:hover {
    text-decoration: underline;
  }
}
.bl-news__button {
  padding: 10px 0 10px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.bl-news__button-wrap {
  text-align: right;
  margin-top: 20px;
  margin-bottom: -40px;
}
.bl-news__button .view-on {
  display: none;
}
.bl-news__button .icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  top: -0.05em;
  margin-left: 0.4em;
}
.bl-news #news-switch:checked + .bl-news__items .bl-news__item:nth-of-type(5) {
  border-bottom: 0;
}
.bl-news #news-switch:checked ~ .bl-news__button-wrap .view-on {
  display: inline;
}
.bl-news #news-switch:checked ~ .bl-news__button-wrap .view-off {
  display: none;
}
.bl-news #news-switch:checked ~ .bl-news__button-wrap .icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .bl-news {
    margin-top: 21.8666666667vw;
    margin-bottom: 21.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
  .bl-news__inner {
    max-width: 100%;
    min-width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    display: block;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-left: 5.3333333333vw;
  }
  .bl-news__inner:before {
    display: none;
  }
  .bl-news__title-en {
    width: 130px;
    max-width: 34.6666666667vw;
    height: auto;
  }
  .bl-news__title-ja {
    margin-top: 20px;
  }
  .bl-news__contents {
    margin-top: 40px;
    width: 100%;
  }
  .bl-news__item {
    height: auto;
    padding: 20px 10px 18px;
    font-size: 1.4rem;
  }
  .bl-news__date {
    line-height: 1;
  }
  .bl-news__subject {
    margin-top: 5px;
  }
  .bl-news__button {
    width: 100%;
    justify-content: center;
    padding: 15px 30px 15px 35px;
    font-size: 1.5rem;
  }
  .bl-news__button .icon {
    width: 2rem;
    height: 2rem;
  }
  .bl-news__button-wrap {
    margin-top: 15px;
    margin-bottom: -25px;
    text-align: center;
  }
}

.bl-intro {
  padding: 100px 0 60px;
  overflow: hidden;
  background: #000837 url(../img/top/intro_bg_pc.png) no-repeat center 82px/1500px;
}
.bl-intro__logo {
  margin: auto;
  display: block;
  margin-bottom: 55px;
}
.bl-intro__logo img {
  margin: auto;
  display: block;
}
.bl-intro__title img {
  margin: auto;
}
.bl-intro__items {
  margin: 150px -20px 120px;
}
.bl-intro__item {
  margin-top: 120px;
  background: no-repeat center center/contain;
}
.bl-intro__item img {
  width: 98.7972508591%;
}
.bl-intro__item:nth-of-type(odd) {
  background-position-x: left;
}
.bl-intro__item:nth-of-type(odd) img {
  margin-left: 0;
  margin-right: auto;
}
.bl-intro__item:nth-of-type(even) {
  background-position-x: right;
}
.bl-intro__item:nth-of-type(even) img {
  margin-left: auto;
  margin-right: 0;
}
.bl-intro__item:nth-of-type(1) {
  background-image: url(../img/top/intro_match_01-c_pc.png);
}
.bl-intro__item:nth-of-type(2) {
  background-image: url(../img/top/intro_match_02-c_pc.png);
}
.bl-intro__item:nth-of-type(3) {
  background-image: url(../img/top/intro_match_03-c_pc.png);
}
.bl-intro__item:nth-of-type(4) {
  background-image: url(../img/top/intro_match_04-c_pc.png);
}
.bl-intro__item.in-screen .bl-intro__picture img {
  opacity: 0;
}
.bl-intro__item_name img {
  width: 98.7972508591%;
}
.bl-intro__item_name + .bl-intro__item_name {
  margin-top: 70px;
}
.bl-intro__picture img {
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.2, 0, 1, 0.9) 1.2s;
}
@media screen and (max-width: 767px) {
  .bl-intro {
    padding: 50px 0 0;
    background: #000837 url(../img/top/intro_bg_sp.png) no-repeat center -1%/contain;
  }
  .bl-intro__title img {
    width: 326px;
  }
  .bl-intro__logo {
    width: 130px;
    height: 93px;
    margin-bottom: 20px;
  }
  .bl-intro__items {
    margin: 90px -20px 80px;
  }
  .bl-intro__item {
    margin-top: 70px;
  }
  .bl-intro__item img {
    width: 100%;
  }
  .bl-intro__item:nth-of-type(1) {
    background-image: url(../img/top/intro_match_01-c_sp.png);
  }
  .bl-intro__item:nth-of-type(2) {
    background-image: url(../img/top/intro_match_02-c_sp.png);
  }
  .bl-intro__item:nth-of-type(3) {
    background-image: url(../img/top/intro_match_03-c_sp.png);
  }
  .bl-intro__item:nth-of-type(4) {
    background-image: url(../img/top/intro_match_04-c_sp.png);
  }
  .bl-intro__item_name {
    margin-top: 70px;
  }
  .bl-intro__item_name img {
    width: 100%;
  }
}

/* COMING SOON */
.bl-intro__comingsoon {
  margin: 150px 0 220px;
}
.bl-intro__comingsoon img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bl-intro__comingsoon {
    margin: 110px 0 160px;
  }
  .bl-intro__comingsoon img {
    width: 214px;
  }
}

.bl-tickets {
  padding: 110px 0 120px;
  background: url(../img/top/tickets-bg.png) no-repeat center center/contain;
}
.bl-tickets__catch {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  margin-top: 2em;
}
.bl-tickets__lead {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 1.2em;
}
.bl-tickets__items {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bl-tickets__item {
  position: relative;
  z-index: 0;
  width: 450px;
  max-width: 100%;
  height: 620px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.bl-tickets__item img {
  transform: translateY(-28px);
}
.bl-tickets__button {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  width: 390px;
  height: 70px;
}
.bl-tickets__button .c-button-icon {
  right: 20px;
}
.bl-tickets__button-note {
  position: absolute;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
}
.bl-tickets__notes {
  margin-top: 50px;
}
.bl-tickets__notes ul {
  background: #FFFFFF;
  border: 2px solid #eb0000;
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  color: #eb0000;
}
.bl-tickets__notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.bl-tickets__notes li + li {
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .bl-tickets {
    padding-bottom: 0;
    background-position: 50% -2%;
    background-size: 116% auto;
  }
  .bl-tickets__title .en {
    max-width: 192px;
    width: 51.2vw;
  }
  .bl-tickets__title .ja {
    margin-top: 1em;
  }
  .bl-tickets__catch {
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    margin-top: 2em;
  }
  .bl-tickets__lead {
    font-size: 1.6rem;
  }
  .bl-tickets__items {
    display: block;
  }
  .bl-tickets__item {
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    padding-bottom: 5.3333333333vw;
  }
  .bl-tickets__item img {
    margin: auto;
    transform: translateY(-5%);
  }
  .bl-tickets__button {
    position: relative;
    width: 88.0597014925% !important;
    padding: 0.8em 0.7em;
    margin-top: 30px;
  }
  .bl-tickets__button .c-button-icon {
    right: 18px;
  }
  .bl-tickets__button-note {
    bottom: 6.6666666667vw;
  }
  .bl-tickets__notes {
    margin-top: 40px;
  }
}

.bl-officialgoods {
  padding: 110px 0 150px;
}
@media screen and (max-width: 767px) {
  .bl-officialgoods__title .en img {
    max-width: 334px;
    width: 89.0666666667vw;
  }
  .bl-officialgoods__title .ja {
    margin-top: 1em;
  }
}

.bl-officialgoods-content {
  position: relative;
  margin-top: 70px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 2px solid #BDAF84;
  text-align: center;
  padding: 40px 0 60px;
}
.bl-officialgoods-content img {
  margin-left: auto;
  margin-right: auto;
}
.bl-officialgoods-content__period {
  margin-top: 25px;
}
.bl-officialgoods-content__text {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: 700;
}
.bl-officialgoods-content__image {
  margin-top: 30px;
}
.bl-officialgoods-content__button {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 400px;
  border-radius: 10em;
}
.bl-officialgoods-content__button .c-button-icon {
  right: 2em;
}
.bl-officialgoods-content__note {
  font-size: 1.2rem;
}
.bl-officialgoods-content__badge {
  position: absolute;
  top: -12px;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .bl-officialgoods-content {
    width: 89.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    padding: 8vw 0 8vw;
  }
  .bl-officialgoods-content__head img {
    width: 78.6666666667vw;
  }
  .bl-officialgoods-content__period img {
    width: 78.6666666667vw;
  }
  .bl-officialgoods-content__text {
    width: 78.6666666667vw;
    font-size: 1.6rem;
    text-align: left;
  }
  .bl-officialgoods-content__image img {
    width: 84vw;
  }
  .bl-officialgoods-content__button {
    width: 73.3333333333vw;
  }
  .bl-officialgoods-content__badge {
    width: 28.5333333333vw;
    height: auto;
    top: -1.9466666667vw;
    left: -1.9466666667vw;
  }
}

.bl-sdgs {
  position: relative;
  background: #5bc2dc;
}
.bl-sdgs__image {
  position: absolute;
  width: calc(87% - 410px - 80px);
  height: 100%;
  top: 0;
  right: 0;
}
.bl-sdgs__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.bl-sdgs__inner {
  padding: 9% 0;
}
.bl-sdgs__section {
  width: 410px;
  margin-left: 11%;
}
.bl-sdgs__description {
  margin-top: 35px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.bl-sdgs__button {
  margin: 50px auto 0;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .bl-sdgs__image {
    position: inherit;
    width: 100%;
  }
  .bl-sdgs__inner {
    padding: 13.3333333333vw 8vw 16vw;
  }
  .bl-sdgs__section {
    width: auto;
    margin: auto;
  }
  .bl-sdgs__title img {
    width: 100%;
  }
  .bl-sdgs__description {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .bl-sdgs__button {
    margin-top: 40px;
    width: 100%;
    max-width: 335px;
    font-size: 1.5rem;
  }
}

.bl-banner {
  padding: 80px 0;
  background: #000000;
}
.bl-banner__title {
  display: none;
}
.bl-banner__charity-image {
  display: block;
}
.bl-banner__charity-caption {
  margin-top: 1.6666666667em;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.03;
  text-align: center;
}
.bl-banner__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -9px;
}
.bl-banner__item {
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 9px;
}
.bl-banner__link {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-banner__link:hover {
    opacity: 0.7;
  }
}
.bl-banner__link img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bl-banner {
    padding: 50px 0;
  }
  .bl-banner__items {
    margin-top: 37px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }
  .bl-banner__item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

.bl-info {
  padding: 70px 0;
  background-color: #000f4b;
}
@media screen and (max-width: 767px) {
  .bl-info {
    padding: 40px 0;
  }
}

.bl-contact {
  padding: 50px 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
}
.bl-contact__title {
  font-weight: 700;
  font-size: 2.4rem;
}
.bl-contact__description {
  margin-top: 1.5em;
}
.bl-contact a {
  color: #0066AA;
  text-decoration: underline;
}
@media (min-width: 767.01px) {
  .bl-contact a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .bl-contact {
    padding: 50px 20px;
  }
  .bl-contact__title {
    font-size: 2.2rem;
  }
}

.pb_hero {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pb_hero {
    padding-bottom: 0px;
  }
}

.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: left;
    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: #eb0000;
  }
}
.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;
  }
}/*# sourceMappingURL=page-top.css.map */