@charset "UTF-8";
/*====================
  　Google Fonts
  ====================*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap");
/*====================
  　共通CSS
  ====================*/
.sakuradio_body {
  font-family: "M PLUS 1", sans-serif;
  background: url(https://www.ohbsn.com/radio/tokuban/sakuradio/images/bsnsakuradio2024_tokuban_bkimg_1280x720.png);
  background-size: contain;
}

.sakuradio_body .bold {
  font-weight: bold;
}
.sakuradio_body .blue {
  color: #0033ff;
}
.sakuradio_body .red {
  color: #ff3300;
}
.sakuradio_body .underline {
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 900px) {
  #main .page_title {
    margin: 0 0 30px;
  }
  .sakuradio_body {
    font-size: 18px;
    /*========== BSNアプリダウンロードリンク Start. ==========*/
    /*========== BSNアプリダウンロードリンク end. ==========*/
  }
  .sakuradio_body .sp {
    display: none;
  }
  .sakuradio_body .smaller {
    font-size: 85%;
  }
  .sakuradio_body .indent1 {
    padding: 0 0 0 1em;
  }
  .sakuradio_body .header-img .box {
    margin: 0 auto;
    width: 960px;
  }
  .sakuradio_body section .sponsorship {
    background-color: #ffffff;
    padding: 0 0 30px;
    text-align: center;
  }
  .sakuradio_body section .sponsorship .kyosan {
    width: 960px;
    margin: 0 auto;
  }
  .sakuradio_body section .sponsorship .kyosan img {
    width: 80%;
  }
  .sakuradio_body section .sponsorship .sp-sponsor {
    margin: 0 0 30px;
    background-color: #D80053;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.25em;
    padding-left: 0.25em;
  }
  .sakuradio_body section .sponsorship .flex {
    display: flex;
  }
  .sakuradio_body section .sponsorship .img_area {
    align-items: center;
    justify-content: center;
  }
  .sakuradio_body section .sponsorship .img_area li {
    width: 400px;
  }
  .sakuradio_body section .sponsorship .img_area a {
    display: inline-block;
  }
  .sakuradio_body section .overview {
    background-color: rgba(242, 230, 231, 0.75);
    padding: 0 0 60px;
  }
  .sakuradio_body section .overview .headline {
    color: #ffffff;
    background-color: #ee86a1;
    text-align: center;
    font-size: 30px;
    padding: 5px 0;
    letter-spacing: 0.125em;
    padding-left: 0.125em;
  }
  .sakuradio_body section .overview .table {
    /* width: 960px; */
    width: 1080px;
    padding: 30px 0 0;
    margin: 0 auto;
    font-size: 21px;
  }
  .sakuradio_body section .overview .table .flex {
    align-items: baseline;
    margin: 0 0 30px;
    display: flex;
  }
  .sakuradio_body section .overview .table .left {
    text-align: center;
    width: 25%;
    background-color: #ee86a1;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px 0;
    font-size: 21px;
  }
  .sakuradio_body section .overview .table .right {
    padding-left: 2em;
    width: 75%;
  }
  .sakuradio_body section .overview .table .right .guest {
    display: flex;
  }
  .sakuradio_body section .overview .table .right .guest p {
    margin: 0 10px 0 0;
  }
  .sakuradio_body section .overview .table .right .guest img {
    margin: 1em 0.5em 0;
  }
  .sakuradio_body section .overview .table .right .head {
    margin: 0 0 0.5em;
    font-weight: bold;
  }
  .sakuradio_body section .overview .table .right .method {
    padding: 0.75em 0;
  }
  .sakuradio_body section .info {
    font-size: 1.25em;
    font-weight: 600;
    margin: 90px auto 0;
    text-align: center;
    border: dotted #D80053 3px;
    padding: 2em;
    box-sizing: border-box;
    color: #D80053;
    letter-spacing: 5px;
  }
  .sakuradio_body section .info .info_text {
    padding: 0 0 20px 0;
  }
  .sakuradio_body section .info .info_text2 {
    font-size: 0.75em;
    color: #000;
    text-align: left;
    margin: 2em 2.5em;
    font-weight: 500;
  }
  .sakuradio_body section .info .info_text2 span {
    font-weight: bold;
  }
  .sakuradio_body section .info .info_text2 .pink {
    background-color: #D80053;
    color: #fff;
    padding: 10px 13px;
  }
  .sakuradio_body section .info .bnr_radiko {
    width: 50%;
    margin: 0 auto;
  }
  .sakuradio_body div#app-dl_box {
    /*width: 780px;*/
    display: block;
    margin: 0 auto;
  }
  .sakuradio_body div#app-dl_box p.app-dl_head {
    background-color: #0052a4;
    color: #ffffff;
    text-align: center;
    margin: 1em 0.5em;
    border-radius: 100vh;
    padding: 0.25em 0;
    font-size: 20px;
  }
  .sakuradio_body div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  .sakuradio_body div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }
  .sakuradio_body div#app-dl_box .app-dl_free {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0.25em 0 0;
  }
  .sakuradio_body div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 10px auto 0;
    font-size: 21px;
  }
  .sakuradio_body div#app-dl_box ul.app-dl_process li {
    text-align: center;
  }
  .sakuradio_body div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 38%;
  }
  .sakuradio_body div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    margin: 0 2%;
  }
  .sakuradio_body div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 50%;
  }
  .sakuradio_body div#app-dl_box ul.app-dl_process li.app-btn1 img,
  .sakuradio_body div#app-dl_box ul.app-dl_process li.app-btn2 img {
    filter: drop-shadow(1px 1px 2px #333333);
  }
  .sakuradio_body .appform .indent1 p {
    text-align: center;
  }
  .sakuradio_body .appform .indent1 p a {
    color: #fff;
    background-color: #D80053;
    padding: 10px;
    display: block;
    border-radius: 15px;
  }
  .sakuradio_body .sakuradio_body section .overview .table .right .method .btn_form {
    width: 50%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
  }
  .sakuradio_body .sakuradio_body section .overview .table .right .mail {
    color: #0052A5;
    text-decoration: underline;
  }
  .sakuradio_body .sakuradio_body section .overview .table .right img.present {
    width: 600px;
    margin: 0.5em 0 0;
  }
  .sakuradio_body .sakuradio_body section .overview .table .link {
    text-align: center;
    margin: 45px 0 0;
  }
  .sakuradio_body .sakuradio_body section .overview .table .link img {
    width: 300px;
  }
}
@media screen and (max-width: 899px) {
  .sakuradio_body .pc {
    display: none;
  }
  .sakuradio_body .smaller {
    font-size: 3vw;
  }
  .sakuradio_body .indent1 {
    padding: 0 0 0 0.5em;
  }
  .sakuradio_body section .sponsorship {
    background-color: #ffffff;
    padding: 0 0 20px;
    text-align: center;
  }
  .sakuradio_body section .sponsorship .kyosan img {
    width: 70%;
  }
  .sakuradio_body section .sponsorship .sp-sponsor {
    margin: 0 0 20px;
    background-color: #D80053;
    color: #ffffff;
    font-size: 5.5vw;
    letter-spacing: 0.25em;
    padding: 0.25em 0 0.25em 0.25em;
  }
  .sakuradio_body section .sponsorship .img_area li,
  .sakuradio_body section .sponsorship .img_area2 li {
    width: 85%;
    margin: 0 auto 20px;
  }
  .sakuradio_body section .sponsorship .img_area a,
  .sakuradio_body section .sponsorship .img_area2 a {
    display: inline-block;
  }
  .sakuradio_body section .sponsorship .img_area a img.arkbell,
  .sakuradio_body section .sponsorship .img_area a img.dhbk {
    max-width: 100%;
  }
  .sakuradio_body section .sponsorship .img_area a img.namics {
    max-width: 75%;
  }
  .sakuradio_body section .sponsorship .sponsor {
    margin: 0 0 20px;
    background-color: #25AB38;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
  }
  .sakuradio_body section .sponsorship .img_area2 li {
    width: 70%;
    margin: 0 auto 20px;
  }
  .sakuradio_body section .overview {
    background-color: rgba(242, 230, 231, 0.75);
    padding: 0 0 30px;
  }
  .sakuradio_body section .overview .headline {
    color: #ffffff;
    background-color: #ee86a1;
    text-align: center;
    font-size: 5.5vw;
    padding: 0.25em 0;
  }
  .sakuradio_body section .overview .table {
    padding: 20px 10px 0;
    font-size: 3.7vw;
  }
  .sakuradio_body section .overview .table .flex {
    margin: 0 0 15px;
  }
  .sakuradio_body section .overview .table .left {
    background-color: #ee86a1;
    color: #ffffff;
    border-radius: 10px;
    padding: 0.25em 1em;
    margin: 0 0 0.5em;
    font-size: 4.2vw;
  }
  .sakuradio_body section .overview .table .right {
    padding: 0 0.5em;
  }
  .sakuradio_body section .overview .table .right .guest {
    width: 100%;
    margin: 0.5em 0 0;
    text-align: center;
  }
  .sakuradio_body section .overview .table .right .head {
    margin: 0 0 0.25em;
    font-weight: bold;
  }
  .sakuradio_body section .overview .table .right .method {
    padding: 0.5em 0;
  }
  .sakuradio_body section .overview .table .info {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    border: dotted #D80053 3px;
    padding: 1em;
    box-sizing: border-box;
    color: #D80053;
    letter-spacing: 5px;
  }
  .sakuradio_body section .overview .table .info .info_text2 {
    font-size: 0.75em;
    color: #000;
    text-align: left;
    margin: 2em 0;
    font-weight: 500;
  }
  .sakuradio_body section .overview .table .info .info_text2 span {
    font-weight: bold;
  }
  .sakuradio_body section .overview .table .info .info_text2 .pink {
    background-color: #D80053;
    color: #fff;
    padding: 10px 13px;
    line-height: 4;
  }
  .sakuradio_body section .overview .table .info .bnr_radiko {
    width: 50%;
    margin: 0 auto;
  }
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    width: 100%;
    display: block;
    font-size: 3.5vw;
  }
  div#app-dl_box p.app-dl_head {
    background-color: #0052a4;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0.5em;
    border-radius: 100vh;
    padding: 0.25em 0;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(1) {
    margin: 0 0.5em;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(3) {
    margin: 0 0.5em 0 0;
  }
  div#app-dl_box ul.app-dl_link li.qr {
    display: none;
  }
  div#app-dl_box .app-dl_free {
    text-align: center;
    font-size: 4.5vw;
    font-weight: 600;
    margin: 0.25em 0 0;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0.5em auto 0;
    font-size: 3vw;
  }
  div#app-dl_box ul.app-dl_process li {
    text-align: center;
    line-height: 1.25em;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 38%;
  }
  div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    padding: 0 0.25em 1em;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 52%;
  }
  .appform .indent1 p {
    text-align: center;
  }
  .appform .indent1 p a {
    color: #fff;
    background-color: #D80053;
    padding: 10px;
    display: block;
    border-radius: 15px;
  }
  /*========== BSNアプリダウンロードリンク end. ==========*/
  .sakuradio_body section .overview .table .right .method .btn_form {
    width: 75%;
    padding: 0.5em 0;
    text-align: center;
    font-size: 4vw;
  }
  .sakuradio_body section .overview .table .right .mail {
    color: #0052A5;
    text-decoration: underline;
  }
  .sakuradio_body section .overview .table .right img.present {
    margin: 0.5em 0 0;
  }
  .sakuradio_body section .overview .table .link {
    text-align: center;
    margin: 15px 0 0;
  }
  .sakuradio_body section .overview .table .link img {
    width: 50%;
  }
}/*# sourceMappingURL=20250321sakuradio.css.map */