@charset "utf-8";

/* Google Fonts
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
*/

/* Adobe Fonts */
@import url("https://use.typekit.net/wah3vvo.css");

/*　共通css　*/
.webpageBox img {
  vertical-align: middle;
}

#radio_tokuban {
  color: #2d2c2a;
  font-size: 15px;
  margin: 4em 0 0;
}

#radio_tokuban .red,
#radio_tokuban .progColor {
  color: #e93429;
}

#radio_tokuban .bold {
  font-weight: 500;
}

#radio_tokuban .smaller {
  font-size: 0.75em;
}

#radio_tokuban .bigger {
  font-size: 1.25em;
}

#radio_tokuban .text-center {
  text-align: center;
}

#radio_tokuban .detail {
  text-align: center;
}

#radio_tokuban .detail .prog_nm {
  font-family: "apotek-comp", sans-serif;
  /* font-weight: 700; */
  font-style: normal;
  color: #e93429;
  font-size: 2em;
}

.sponsor-area a {
  color: #202020 !important;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.marker-text.isActive::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 25%;
  width: 0%;
  height: 50%;
  transition: all 0.5s;
  background: #e93429;
  z-index: 0;
}

.marker-text.isActive::after {
  width: 100%;
}

.marker-text {
  position: relative;
  text-align: center;
}

.marker-text span {
  position: relative;
  z-index: 2;
  font-size: 3.6em;
  text-align: center;
  transform: rotate(-7.5deg);
  display: inline-block;
  font-weight: 600;
  margin: 0 0 0.25em;
  filter: drop-shadow(0.05em 0.05em 0 #fff);
}

.marker-text:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  z-index: 1;
  transition: all 0.5s;
}

#radio_tokuban section {
  margin: 0 0 4em;
}

#radio_tokuban .box {
  padding: 2em 1em;
}

#radio_tokuban .detail {
  font-size: 1.6em;
  text-align: center;
}

#radio_tokuban .detail p {
  margin: 0 0 1em;
  line-height: 2em;
}

#radio_tokuban .detail .kome {
  font-size: 0.8em;
}

#radio_tokuban .venue {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

#radio_tokuban .box .detail .venue {
  font-size: 1.6em;
}

#radio_tokuban .venue::before,
#radio_tokuban .venue::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.25em;
  height: 0.1em;
  background-color: #69BD6E;
}

#radio_tokuban .venue::before {
  left: -1.25em;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

#radio_tokuban .venue::after {
  right: -1.25em;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#radio_tokuban .venue span:nth-of-type(1) {
  color: #89a3d3;
}

#radio_tokuban .venue span:nth-of-type(2) {
  color: #8F71AF;
}

#radio_tokuban .detail .hashtag {
  color: rgb(29, 155, 240);
  font-weight: 500;
}

a[href="#request"] {
  border: 0.25em solid #e93429;
  color: #e93429 !important;
  padding: 0.5em 1em;
  display: inline-block;
  font-weight: 800;
  font-style: italic;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

a[href="#request"]::after {
  background: #e93429;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

a[href="#request"]:hover {
  color: #fff !important;
  opacity: 1;
}

a[href="#request"]:hover::after {
  transform: scale(1, 1);
}

#radio_tokuban .flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#radio_tokuban .mc {
  display: flex;
  justify-content: space-evenly;
  margin: 2em 0 0;
}

#radio_tokuban .mc li {
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
}

#radio_tokuban .mc img.personality {
  width: 300px;
  margin: 0 0 0.25em;
}


#radio_tokuban .mc .prog-link {
  margin: 1em 0 0;
  display: inline-block;
}

#radio_tokuban .onair {
  text-align: center;
}

#radio_tokuban .onair p {
  font-size: 2em;
}

#radio_tokuban .kaijo {
  text-align: center;
}

#radio_tokuban .kaijo .venue {
  font-size: 2.4em;
}

#radio_tokuban .kaijo .link {
  margin: 1em 0 0;
  font-size: 1.2em;
}

#radio_tokuban .box .g-map {
  margin: 1em 0 0;
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 2;
}

#radio_tokuban .box .g-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.req_head {
  font-size: 1.4em;
  text-align: center;
}

.req_box {
  margin: 2em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.req_box h5 {
  position: relative;
  padding-left: 2.5em;
  font-size: 1.4em;
  font-weight: 500;
}

.req_box h5:before {
  position: absolute;
  content: '';
  bottom: -0.5em;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 2em transparent;
  border-bottom: solid 2em #e93429;
}

.req_box h5:after {
  position: absolute;
  content: '';
  bottom: -0.5em;
  left: 0.5em;
  width: calc(100% - 0.5em);
  border-bottom: solid 0.5em #e93429;
}

.req_box .method {
  width: 48%;
  margin: 0 0 2em;
}

.req_box .req_inner {
  padding: 2em 1em 1em 3em;
}

.req_box .other .req_inner li {
  font-size: 1.4em;
  font-weight: 500;
}

.req_box .req_inner a[href^="https://ap.ohbsn.com/"] {
  border: 0.2em solid #2d2c2a;
  color: #2d2c2a !important;
  padding: 0.5em 1em;
  display: inline-block;
  font-weight: 800;
  font-style: italic;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
  width: calc(100% - 2.4em);
  font-size: 1.4em;
}

.req_box .req_inner a[href^="https://ap.ohbsn.com/"]::after {
  background: #2d2c2a;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.req_box .req_inner a[href^="https://ap.ohbsn.com/"]:hover {
  color: #fff !important;
  opacity: 1;
}

.req_box .req_inner a[href^="https://ap.ohbsn.com/"]:hover::after {
  transform: scale(1, 1);
}

.req_box .method.app {
  width: 70%;
  margin: 0 auto;
}

/***** ↓↓↓↓↓BSNアプリダウンロードリンク↓↓↓↓↓ *****/
#radio_tokuban #app_dl {
  padding: 2em 0 0;
}

#radio_tokuban #dl_ttl {
  background: linear-gradient(90deg, rgba(153, 221, 51, 1) 2%, rgba(0, 204, 204, 1) 18%, rgba(0, 153, 255, 1) 34%, rgba(102, 102, 255, 1) 50%, rgba(204, 0, 255, 1) 66%, rgba(255, 51, 153, 1) 82%, rgba(255, 170, 51, 1) 98%);
  color: #ffffff;
  text-align: center;
  border-radius: 100vh;
  font-size: 1.4em;
  padding: 0.25em 0;
}

#radio_tokuban #dl_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
}

#radio_tokuban #dl_link p {
  margin: 0 0.25em;
}

#radio_tokuban #dl_link a {
  display: block;
}

/***** ↑↑↑↑↑BSNアプリダウンロードリンク↑↑↑↑↑ *****/

/***** ↓↓↓↓↓「応募 参加」→「メッセージ リクエスト」↓↓↓↓↓ *****/
#radio_tokuban #app_dl ul {
  align-items: center;
  justify-content: center;
  margin: 1em 0.5em 0;
  font-weight: 500;
}

#radio_tokuban #app_dl ul li {
  text-align: center;
}

#radio_tokuban #app_dl ul li:nth-of-type(1) {
  width: 25%;
}

#radio_tokuban #app_dl ul li:nth-of-type(2) {
  width: 6%;
  margin: 0 1%;
}

#radio_tokuban #app_dl ul li:nth-of-type(3) {
  width: 30%;
}

#radio_tokuban #app_dl ul li:nth-of-type(4) {
  width: 36%;
  font-size: 1.2em;
}

#radio_tokuban #app_dl ul li img {
  filter: drop-shadow(0.1em 0.1em 0.1em #666);
}

#radio_tokuban #app_dl ul li .app_button_or {
  margin: 0.25em 0;
}

/***** ↑↑↑↑↑「応募 参加」→「メッセージ リクエスト」↑↑↑↑↑ *****/

#radio_tokuban .lead {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 1em;
  text-align: center;
}

#radio_tokuban .pre_item dl {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 30px 0 15px;
  border-bottom: 1px solid;
  margin: 0 0 30px;
}

#radio_tokuban .pre_item dl:last-child {
  padding: 30px 0 0;
  margin: 0;
}

#radio_tokuban .pre_item dt {
  width: 46%;
  font-size: 21px;
  margin: 0 4% 0 0;
}

#radio_tokuban .pre_item dt p {
  font-size: 18px;
  margin: 0 0 0.5em;
  font-weight: 500;
}

#radio_tokuban .pre_item dt p:nth-of-type(1) {
  font-size: 21px;
}

#radio_tokuban .pre_item dt p:nth-of-type(3) {
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  margin: 0;
}

#radio_tokuban .pre_item dt p:nth-of-type(3) span {
  color: #e93429;
  font-size: 30px;
}

#radio_tokuban .pre_item dd {
  width: 50%;
}

.sponsor ul {
  display: flex;
}

.sponsor li {
  width: 32%;
  margin: 0 2% 0 0;
}

.sponsor li:last-child {
  margin: 0;
}

@media screen and (max-width:899px) {

  #radio_tokuban {
    font-size: 12px;
    margin: 2em 0 0;
  }

  .marker-text span {
    font-size: 3em;
  }

  #radio_tokuban .detail {
    /* font-size: 1.2em; */
    font-size: 4.2vw;
  }

  #radio_tokuban .detail p {
    line-height: 1.75em;
  }

  #radio_tokuban .detail .prog_nm {
    display: inline-block;
    margin: 0.25em 0 0;
  }

  #radio_tokuban .box .detail .venue {
    margin: 0.25em 0 0;
  }

  #radio_tokuban .mc {
    justify-content: space-around;
  }

  #radio_tokuban .mc li {
    width: 45%;
    font-size: 1.4em;
  }

  #radio_tokuban .box .g-map {
    aspect-ratio: 4 / 3;
  }

  .req_box {
    display: block;
  }

  .req_box .method,
  .req_box .method.app {
    width: auto;
  }

  #radio_tokuban #app_dl ul {
    flex-wrap: wrap;
  }

  #radio_tokuban #app_dl ul li:nth-of-type(1) {
    width: 40%;
  }

  #radio_tokuban #app_dl ul li:nth-of-type(2) {
    width: 8%;
    margin: 0 1%;
  }

  #radio_tokuban #app_dl ul li:nth-of-type(3) {
    width: 50%;
  }

  #radio_tokuban #app_dl ul li:nth-of-type(4) {
    width: 100%;
    text-align: right;
  }

}