@charset "UTF-8";

/*====================
　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;
}

.bsn-the-anime_body .red {
  color: #ff0000;
}

.bsn-the-anime_body .bold {
  font-weight: bold;
}

@media screen and (min-width: 900px) {
  .bsn-the-anime_body {
    margin: 30px 0 0;
    font-size: 15px;
    color: #231815;
  }
  .bsn-the-anime_body .sp {
    display: none;
  }
  /***** 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 60px;
  }
  .bsn-the-anime_body section .head {
    position: relative;
    text-align: center;
    font-size: 30px;
    margin: 2em 0;
  }
  .bsn-the-anime_body section .head:before {
    position: absolute;
    top: calc(50% - 0px);
    left: 0;
    width: 100%;
    height: 4px;
    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: 30px;
  }
  .bsn-the-anime_body section .box .onair_time span {
    font-size: 42px;
  }
  .bsn-the-anime_body section .box .start_day {
    text-align: center;
    font-size: 36px;
    margin: 0 auto 1em;
    background: linear-gradient(transparent 70%, #E05A65 70%);
    /* display: inline-block; */
    width: 13em;
  }
  .bsn-the-anime_body section .box .start_day span {
    font-size: 48px;
  }
  .bsn-the-anime_body section .box .note {
    text-align: center;
    font-size: 18px;
    margin: 1em 0 0;
  }
  .bsn-the-anime_body section .box .time-table {
    text-align: center;
    font-size: 18px;
    margin: 0.25em 0 0;
  }

  /*===== 2022/8/10追加 =====*/
  .bsn-the-anime_body section .thank {
    text-align: center;
    font-size: 24px;
  }
  .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.logo img.to-reve {
    width: 600px;
  }
  .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: 18px;
  }
  .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: 24px;
    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: 21px;
  }
  .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: 90px 0 60px;
  }
  section.present .box {
    padding: 0 30px;
  }
  section.present .present_dtl {
    text-align: center;
    margin: 30px 0;
    background: #FFC000;
    border-radius: 30px;
    padding: 15px 0;
    position: relative;
  }
  section.present .fukidashi {
    position: absolute;
    width: 240px;
    right: 15px;
    top: -75px;
  }
  section.present .present_dtl p {
    font-size: 30px;
  }
  section.present table {
    display: inline-block;
    font-size: 24px;
    margin: 15px 0 0;
  }
  section.present table th {
    vertical-align: middle;
    padding-right: 0.5em;
  }
  section.present .time {
    font-size: 18px;
  }
  section.present .present_item {
    background: #FFE699;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
    border-radius: 30px;
    font-size: 24px;
  }
  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 .pc {
    display: none;
  }
  .bsn-the-anime_body {
    margin: 15px 0 0;
    font-size: 4.0vw;
    color: #231815;
  }
  /***** 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: 90%;
    padding: 0.5em 0;
    color: #231815 !important;
    transition: 0.3s ease-in-out;
    font-size: 6.0vw;
    box-shadow: 8px 8px 0 #FF6100;
    background: #FF9900;
  }
  .bsn-the-anime_body .link_request a:hover {
    text-decoration: none;
    box-shadow: 0 0 0;
    transform: translate(8px, 8px);
  }
  /***** 2022/7/18追加 *****/
  .bsn-the-anime_body section {
    margin: 0 0 45px;
  }
  .bsn-the-anime_body section .head {
    position: relative;
    text-align: center;
    font-size: 5.0vw;
    margin: 0 0 1em;
  }
  .bsn-the-anime_body section .head:before {
    position: absolute;
    top: calc(50% - 0px);
    left: 0;
    width: 100%;
    height: 2px;
    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: 5.0vw;
  }
  .bsn-the-anime_body section .box .onair_time span {
    font-size: 6vw;
  }
  .bsn-the-anime_body section .box .start_day {
    text-align: center;
    font-size: 5vw;
    margin: 0 auto 1em;
    background: linear-gradient(transparent 70%, #E05A65 70%);
    /* display: inline-block; */
    width: 13em;
  }
  .bsn-the-anime_body section .box .start_day span {
    font-size: 6vw;
  }
  .bsn-the-anime_body section .box .note {
    text-align: center;
    font-size: 3.75vw;
    margin: 0.5em 0 0;
  }
  .bsn-the-anime_body section .box .time-table {
    text-align: center;
    font-size: 4vw;
    margin: 0.25em 0 0;
  }

  /*===== 2022/8/10追加 =====*/
  .bsn-the-anime_body section .thank {
    text-align: center;
    font-size: 5.0vw;
  }
  .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 {
    margin: 2em 0 1em;
  }
  .bsn-the-anime_body section .box ul.img_box li img {
    width: 90%;
  }
  .bsn-the-anime_body section .box ul.img_box li.logo img {
    width: 75%;
    /* max-width: 500px !important; */
  }
  .bsn-the-anime_body section .box ul.img_box li.copy {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3vw;
    margin: 0;
  }
  .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: 4.5vw;
    padding: 0.5em 2em;
    display: inline-block;
  }
  .bsn-the-anime_body section .box .archive div {
    margin: 0 0 2em;
  }
  .bsn-the-anime_body section .box .archive div .period {
    font-size: 4vw;
  }
  .bsn-the-anime_body section .box .archive div .logo {
    max-width: 75% !important;
    margin: 0.5em 1em 0;
  }
  .bsn-the-anime_body section .box .archive div img[src="/tv/programs/bsn-the-anime/images/logo_okashinatensei_w900.jpg"] {
    width: 66%;
  }

  section.present {

  }
  section.present .box {

  }
  section.present .present_dtl {
    text-align: center;
    margin: 26vw 0 6vw;
    background: #FFC000;
    border-radius: 8vw;
    padding: 4vw 2vw;
    position: relative;
  }
  section.present .fukidashi {
    position: absolute;
    width: 50vw;
    right: 0px;
    top: -23vw;
  }
  section.present .present_dtl p {
    font-size: 6vw;
  }
  section.present table {
    display: inline-block;
    font-size: 4.5vw;
    margin: 2vw 0 0;
  }
  section.present table th {
    vertical-align: middle;
    padding-right: 0.5em;
  }
  section.present .time {
    font-size: 3.5vw;
  }
  section.present .present_item {
    background: #FFE699;
    padding: 6vw 0;
    border-radius: 8vw;
    font-size: 5vw;
    text-align: center;
  }
  section.present .present_item ul {
    text-align: center;
    padding: 0 4vw;
    margin: 0 0 4vw;
  }
  section.present .present_item ul:nth-of-type(3) {
    margin: 0;
  }
  section.present .box .apply_link {
    text-align: center;
    margin: 6vw 0 0;
  }
  section.present .box .apply_link a {
    color: #ffffff !important;
    background-color: #231815;
    font-size: 4.5vw;
    padding: 0.75em 0;
    display: block;
    border-radius: 6vw;
  }

}
