@charset "UTF-8";
.br_pc {
  display: none;
}

.br_sp {
  display: block;
}

@media screen and (max-width: 992px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}
/* ---------------------------------
　放送日程
--------------------------------- */
.top-schedule-box {
  margin-bottom: 15px;
}
.top-schedule-box:last-of-type {
  margin-bottom: 0;
}
.top-schedule-box p {
  padding: 10px 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.top-schedule-box-cap {
  font-weight: 700;
  font-size: 110%;
}
.top-schedule-box-cap span {
  font-size: 90%;
  padding-left: 0.5em;
}
.top-schedule-box-list li {
  margin-top: 10px;
}
.top-schedule-box-list li span {
  font-size: 90%;
}
.top-schedule-box-notice {
  font-size: 1.4rem;
}

@media screen and (max-width: 992px) {
  .top-schedule-box-notice {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 601px) {
  .top-schedule-btn {
    margin: 20px auto;
  }
  .top-schedule-box p {
    font-size: 2rem;
  }
}
/* ---------------------------------
 公式SNS
--------------------------------- */
/* タイムライン */
.tiktok-embed {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

#twitter .teaser-block-inner {
  padding-bottom: 0;
}

#teaser-twitter .teaser-block {
  box-shadow: none;
}

.top-sns {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3);
}

/* ボタン */
.teaser-contents .official-sns-block {
  margin-top: 0;
  border-top: none;
  box-shadow: none;
}

.official-sns-area {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.teaser-contents .teaser-btn {
  width: 33%;
}

.teaser-contents .teaser-btn a {
  width: 100%;
  display: block;
}

.teaser-contents .teaser-btn a {
  padding-top: 65px;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.teaser-contents .teaser-btn#btn-follow-twitter a {
  background-image: url(../images/top/btn_x.png);
  background-color: #f1f1f1;
}

.teaser-contents .teaser-btn#btn-follow-instagram a {
  background-image: url(../images/top/btn_insta.png);
  background-color: #e5398e;
}

.teaser-contents .teaser-btn#btn-follow-tiktok a {
  background-image: url(../images/top/btn_tiktok.png);
  background-color: #000000;
}

@media screen and (max-width: 992px) {
  .teaser-contents .official-sns-block {
    margin-top: -30px;
  }
}
@media screen and (max-width: 601px) {
  .official-sns-area {
    height: 45px;
  }
}
@media screen and (max-width: 401px) {
  .official-sns-area {
    height: 35px;
  }
}
/* ---------------------------------
 動画
--------------------------------- */
.movie-btn {
  width: 80%;
  max-width: 300px;
  margin: 25px auto 0;
}
.movie-btn a {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background: #000;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  display: block;
}

@media screen and (max-width: 992px) {
  .movie-btn {
    margin-bottom: 20px;
  }
  .movie-btn a {
    font-size: 1.4rem;
  }
}
/* ---------------------------------
 出演者
--------------------------------- */
.top-cast-box h4 {
  margin: 10px auto 20px;
  padding: 5px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background: #E31937;
  color: #fff;
  display: block;
}
.top-cast-img {
  padding: 20px 0;
}
.top-cast-img img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.top-cast-img dl {
  padding-top: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.top-cast-img dl dt {
  color: #E31937;
}
.top-cast-img dl dd {
  font-size: 120%;
}
.top-cast-text {
  margin-bottom: 20px;
  font-size: 1.6rem !important;
  text-align: justify;
}
.top-cast-comment {
  font-size: 1.6rem;
  text-align: justify;
}
.top-cast-comment dt {
  margin-bottom: 5px;
  font-weight: 700;
}

.top-song-box {
  margin-top: 50px;
  margin-bottom: 10px;
}
.top-song-box h4 {
  margin: 0 auto 30px;
  padding: 5px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background: #13408C;
  color: #fff;
  display: block;
}
.top-song-box h5 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.top-song-box img {
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}
.top-song-box p {
  font-size: 1.6rem;
  text-align: justify;
}

.top-artist-box {
  margin-top: 40px;
  margin-bottom: 10px;
}
.top-artist-box h5 {
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.top-artist-box img {
  width: 100%;
  height: auto;
}
.top-artist-box p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: justify;
}

@media screen and (max-width: 601px) {
  .top-cast-box h4 {
    font-size: 1.8rem;
  }
  .top-cast-img dl {
    font-size: 1.6rem;
  }
  .top-cast-text {
    font-size: 1.4rem !important;
  }
  .top-cast-comment {
    font-size: 1.4rem;
  }
  .top-song-box h4 {
    font-size: 2rem;
  }
  .top-song-box h5 {
    font-size: 1.6rem;
  }
  .top-song-box img {
    margin-top: 5px;
  }
  .top-song-box p {
    font-size: 1.4rem;
  }
}
/* ---------------------------------
 大会概要
--------------------------------- */
.top-about-box {
  text-align: justify;
}
.top-about-box p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.top-about-box p:nth-of-type(2) {
  padding: 20px 0 30px;
}

.emp-red {
  color: #E31937;
}
.emp-blue {
  color: #13408C;
}

.highlight-red {
  padding: 3px 10px;
  color: #fff;
  font-size: 2.2rem;
  background: linear-gradient(transparent 0%, #E31937 0%);
}
.highlight-blue {
  padding: 3px 10px;
  color: #fff;
  font-size: 2.2rem;
  background: linear-gradient(transparent 0%, #13408C 0%);
}

@media screen and (max-width: 601px) {
  .top-about-box p {
    font-size: 1.8rem;
  }
  .top-about-box p:nth-of-type(2) {
    padding: 10px 0 20px;
  }
  .highlight-red {
    font-size: 1.8rem;
  }
  .highlight-blue {
    font-size: 1.8rem;
  }
}
/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area .banner-item:not(:first-of-type) {
  margin-top: 15px;
}
.teaser-banner-area .banner-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .teaser-banner-area .banner-item:not(:first-of-type) {
    margin-top: 10px;
  }
}/*# sourceMappingURL=top.css.map */