@charset "UTF-8";

#contentsBox.webpageBox img {
  vertical-align: middle
}

/*====================
　Google Fonts
====================*/
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');

.bsn-the-anime_body {
  font-family: 'Mochiy Pop P One', sans-serif;
  color: #231815;
  font-size: 15px;
  margin: 2em 0 0;
}

.bsn-the-anime_body .red {
  color: #ff0000;
}

.bsn-the-anime_body .bold {
  font-weight: 600;
}


/***** 2022/7/18追加 *****/
.bsn-the-anime_body .link_request {
  margin: 0 0 50px;
}

.bsn-the-anime_body .link_request a {
  border: 3px solid #231815;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 480px;
  padding: 0.5em 0;
  color: #231815 !important;
  transition: 0.3s ease-in-out;
  font-size: 30px;
  box-shadow: 10px 10px 0 #FF6100;
  background: #FF9900;
}

.bsn-the-anime_body .link_request a:hover {
  text-decoration: none;
  box-shadow: 0 0 0;
  transform: translate(10px, 10px);
}
/***** 2022/7/18追加 *****/

.bsn-the-anime_body section {
  margin: 0 0 4em;
}

.bsn-the-anime_body section .head {
  position: relative;
  text-align: center;
  font-size: 2em;
  margin: 2em 0;
}
.bsn-the-anime_body section .head:before {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  width: 100%;
  height: 0.2em;
  content: '';
  background: #231815;
}

.bsn-the-anime_body section .head span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}

.bsn-the-anime_body section .box {
  padding: 0 1em;
}

.bsn-the-anime_body section .box .onair_time {
  text-align: center;
  font-size: 2em;
  margin: 0 auto 1em;
}

.bsn-the-anime_body section .box .onair_time span {
  font-size: 1.4em;
}

.bsn-the-anime_body section .box .start_day {
  text-align: center;
  font-size: 2.4em;
  margin: 0 auto 0.5em;
  background: linear-gradient(transparent 70%, #E05A65 70%);
  width: 13em;
}

.bsn-the-anime_body section .box .start_day span {
  font-size: 1.4em;
}

.bsn-the-anime_body section .box .caution {
  text-align: center;
  margin: -1.25em 0 2em;
  font-size: 1.2em;
}

.bsn-the-anime_body section .box .note {
  text-align: center;
  font-size: 1.2em;
  margin: 1em 0 0;
}

.bsn-the-anime_body section .box .time-table {
  text-align: center;
  font-size: 1.2em;
  margin: 0.25em 0 0;
}

/*===== 2022/8/10追加 =====*/
.bsn-the-anime_body section .thank {
  text-align: center;
  font-size: 1.6em;
}

.bsn-the-anime_body section .thank span {
  background-image: linear-gradient(transparent 75%, #FF9900 0);
  padding: 0 0.5em
}
/*===== 2022/8/10追加 =====*/

.bsn-the-anime_body section .box ul.img_box  {
  text-align: center;
}

.bsn-the-anime_body section .box ul.img_box li img {
  /* width: 680px; */
  width: 720px;
}

.bsn-the-anime_body section .box ul.img_box li.logo {
  margin: 0 0 2em;
}

.bsn-the-anime_body section .box ul.img_box li.logo img {
  width: 600px;
  /* width: 480px; */
}

.bsn-the-anime_body section .box ul.img_box li.summary {
  margin: 0 0 2em;
}

.bsn-the-anime_body section .box ul.img_box li.summary span {
  font-size: 1.6em;
  line-height: 1.75em;
}

.bsn-the-anime_body section .box ul.img_box li.maincut {
  margin: 0 0 1em;
}

.bsn-the-anime_body section .box ul.img_box li.copy {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2em;
}

.bsn-the-anime_body section .box .offical_link {
  text-align: center;
  margin: 2em 0 0;
}

.bsn-the-anime_body section .box .offical_link a {
  color: #ffffff !important;
  background-color: #e00012;
  font-size: 1.6em;
  padding: 0.5em 2em;
  display: inline-block;
}

.bsn-the-anime_body section .box .archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bsn-the-anime_body section .box .archive div {
  margin: 0 0 2em;
  width: 46%;
}

.bsn-the-anime_body section .box .archive div .period {
  font-size: 1.4em;
}

.bsn-the-anime_body section .box .archive div .logo {
  width: 420px;
  margin: 1em 0 0;
}

.bsn-the-anime_body section .box .archive div img[src="/tv/programs/bsn-the-anime/images/logo_okashinatensei_w900.jpg"] {
  width: 300px;
}

section.present {
  margin: 6em 0 4em;
}

section.present .box {
  padding: 0 1em;
}

section.present .present_dtl {
  text-align: center;
  margin: 2em 0;
  background: #FFC000;
  border-radius: 2em;
  padding: 1em 0;
  position: relative;
}

section.present .fukidashi {
  position: absolute;
  width: 240px;
  right: 15px;
  top: -75px;
}

section.present .present_dtl p {
  font-size: 2em;
}

section.present table {
  display: inline-block;
  font-size: 1.6em;
  margin: 1em 0 0;
}

section.present table th {
  vertical-align: middle;
  padding-right: 0.5em;
}

section.present .time {
  font-size: 1.2em;
}

section.present .present_item {
  background: #FFE699;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  border-radius: 30px;
  font-size: 1.6em;
}

section.present .present_item ul {
  width: 400px;
  text-align: center;
}

section.present .present_item ul:nth-of-type(1) {
  margin-right: 30px;
}

section.present .present_item ul:nth-of-type(3) {
  margin-top: 30px;
}

section.present .box .apply_link {
  text-align: center;
  margin: 30px 0 0;
}

section.present .box .apply_link a {
  color: #ffffff !important;
  background-color: #231815;
  font-size: 24px;
  padding: 0.75em 0;
  display: block;
  border-radius: 15px;
}

@media screen and (max-width: 899px) {

  .bsn-the-anime_body {
    font-size: 10px;
    margin: 1em 0 0;
  }

  .bsn-the-anime_body section .box ul.img_box li.logo img {
    width: 75%;
  }

  .bsn-the-anime_body section .box ul.img_box li.summary span {
    font-size: 1.4em;
  }

  .bsn-the-anime_body section .box ul.img_box li img {
    width: 90%;
  }

  .bsn-the-anime_body section .box .archive {
    display: block;
  }

  .bsn-the-anime_body section .box .archive div {
    width: auto;
  }

  .bsn-the-anime_body section .box .archive div .logo {
    max-width: 75% !important;
    margin: 0.5em 1em 0;
  }

}