@charset "utf-8";

/* ===============
	* Google fonts *
=============== */
@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap');

.rd-tkbn_body {
  /* font-family: 'Zen Old Mincho', serif; */
}

.rd-tkbn_body section:nth-of-type(odd) .headline {
  background: repeating-linear-gradient(-45deg, #ea5405 0% 50%, #014099 50% 100%);
}

.rd-tkbn_body section:nth-of-type(even) .headline {
  background: repeating-linear-gradient(-45deg, #014099 0% 50%, #ea5405 50% 100%);
}

.rd-tkbn_body .headline::before,
.rd-tkbn_body .headline::after {
  content: "";
  display: inline-block;
  background: url(/radio/event/tokuban/images/ico_soccer_wht.svg) top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 1.25em;
}

.rd-tkbn_body .headline {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.25em;
  color: #ffffff;
  padding: 0.25em 0;
  font-family: 'Rampart One', cursive;
}

.rd-tkbn_body .headline::before {
  padding: 0 0.5em 0 0;
}

.rd-tkbn_body .msg_form {
  display: flex;
  justify-content: center;
  margin: 2em 0 0;
}

.rd-tkbn_body .msg_form p {
  width: 40%;
  margin: 0 2.5%;
}

.rd-tkbn_body .msg_form a {
  display: block;
  text-align: center;
  background: #fff;
  border: 0.25em solid;
  border-radius: 100vh;
  font-size: 21px;
  font-weight: 600;
  padding: 0.5em 0;
  transition: 0.3s;
}

.rd-tkbn_body .msg_form p:nth-of-type(1) a {
  color: #ea5405 !important;
}

.rd-tkbn_body .msg_form p:nth-of-type(2) a {
  color: #014099 !important;
}

.rd-tkbn_body .msg_form a:hover {
  text-decoration: none;
  opacity: 1;
}

.rd-tkbn_body .msg_form p:nth-of-type(1) a:hover {
  background: #ea5405;
  border: 0.25em solid #ea5405;
  color: #fff !important;
}

.rd-tkbn_body .msg_form p:nth-of-type(2) a:hover {
  background: #014099;
  border: 0.25em solid #014099;
  color: #fff !important;
}

.rd-tkbn_body .onair_schedule .schedule_result {
  text-align: center;
}

.rd-tkbn_body .onair_schedule .schedule_result span {
  display: block;
  font-size: 16px;
  background: #7E7E7E;
  color: #fff;
  padding: 0.25em 0.5em;
  font-weight: 400;
  border-radius: 0.25em;
}

.rd-tkbn_body .onair_schedule .present {
  margin: 0 0 0 1em;
}

.rd-tkbn_body .onair_schedule .present a {
  display: block;
  padding: 0.5em 1em;
  font-size: 18px;
  background: #ea5405;
  border-radius: 100vh;
  color: #fff !important;
  font-weight: 600;
  transition: background-color 0.5s;
}

.rd-tkbn_body .onair_schedule .present a:hover {
  text-decoration: none;
  opacity: 1;
  background: #014099;
  transition: background-color 0.5s;
}

.rd-tkbn_body .onair_schedule .present span {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 0.5em 0 0;
  font-weight: 600;
}

@media screen and (min-width: 900px) {
  .rd-tkbn_body {
    font-size: 16px;
    padding: 60px 0;
  }

  .rd-tkbn_body .sp {
    display: none;
  }

  .rd-tkbn_body section {
    margin: 0 0 60px;
  }

  .rd-tkbn_body .box {
    padding: 30px;
    position: relative;
  }

  .rd-tkbn_body .headline {
    font-size: 36px;
  }

  .rd-tkbn_body .catch {
    text-align: center;
    font-size: 24px;
    line-height: 2em;
    font-weight: 600;
  }

  .rd-tkbn_body .mc {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 0;
  }

  .rd-tkbn_body .mc li {
    width: 45%;
    text-align: center;
    font-size: 24px;
    line-height: 2em;
    font-weight: 600;
  }

  .rd-tkbn_body .mc li img {
    width: 320px;
  }

  .rd-tkbn_body .mc .role {
    color: #ffffff;
    padding: 0.25em 0.5em;
    /* margin: 0 0.5em 0 0; */
  }

  .rd-tkbn_body .mc .kaisetsu .role {
    background: #ea5405;
  }

  .rd-tkbn_body .mc .jikkyo .role {
    background: #014099;
  }

  .rd-tkbn_body .mc li .sm {
    font-size: 18px;
  }

  .rd-tkbn_body .onair_schedule {
    font-size: 21px;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
  }

  .rd-tkbn_body .onair_schedule:last-child {
    margin: 0;
  }

  .rd-tkbn_body .onair_schedule img {}

  .rd-tkbn_body .schedule_sec {
    width: 12%;
  }

  .rd-tkbn_body .schedule_emb {
    display: flex;
    align-items: center;
    width: 40%;
  }

  .rd-tkbn_body .schedule_emb img {
    width: 150px;
    padding: 0 0.5em 0 0;
  }

  .rd-tkbn_body .schedule_kic {
    width: 40%;
  }

  .rd-tkbn_body .sponser {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .rd-tkbn_body .sponser li {
    text-align: center;
    width: 280px;
    margin: 0 30px 30px 0;
  }

  .rd-tkbn_body .sponser li:nth-of-type(3n) {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 899px) {
  .rd-tkbn_body {
    font-size: 3.75vw;
    padding: 8vw 0 4vw;
  }

  .rd-tkbn_body .pc {
    display: none;
  }

  .rd-tkbn_body section {
    margin: 0 0 6vw;
  }

  .rd-tkbn_body .box {
    padding: 4vw;
    position: relative;
  }

  .rd-tkbn_body .headline {
    font-size: 6.0vw;
  }

  .rd-tkbn_body .catch {
    font-size: 4vw;
    line-height: 1.75em;
    font-weight: 600;
  }

  .rd-tkbn_body .msg_form {
    display: block;
    margin: 4vw 0 0;
  }

  .rd-tkbn_body .msg_form p {
    width: 20em;
    margin: 0 auto 1em;
  }

  .rd-tkbn_body .msg_form a {
    font-size: 4vw;
  }

  .rd-tkbn_body .mc {
    display: flex;
    justify-content: space-around;
    margin: 4vw 0 0;
  }

  .rd-tkbn_body .mc li {
    width: 45%;
    text-align: center;
    font-size: 4vw;
    line-height: 1.75em;
    font-weight: 600;
  }

  .rd-tkbn_body .mc li img {
    width: 90%;
    margin: 0 0 0.25em;
  }

  .rd-tkbn_body .mc .role {
    color: #ffffff;
    padding: 0.25em 0.5em;
    margin: 0 0 0.25em;
    display: inline-block;
  }

  .rd-tkbn_body .mc .kaisetsu .role {
    background: #ea5405;
  }

  .rd-tkbn_body .mc .jikkyo .role {
    background: #014099;
  }

  .rd-tkbn_body .mc li .sm {
    font-size: 3.25vw;
  }

  .rd-tkbn_body .onair_schedule {
    font-size: 5vw;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 4vw;
    flex-wrap: wrap;
  }

  .rd-tkbn_body .onair_schedule:last-child {
    margin: 0;
  }

  .rd-tkbn_body .schedule_sec {
    width: 20%;
  }

  .rd-tkbn_body .schedule_emb {
    display: flex;
    align-items: center;
    width: 70%;
  }

  .rd-tkbn_body .schedule_emb img {
    width: 20vw;
    padding: 0 0.5em 0 0;
  }

  .rd-tkbn_body .schedule_kic {
    margin: 2vw 0 0;
  }

  .rd-tkbn_body .onair_schedule .schedule_result {
    width: 20%;
  }

  .rd-tkbn_body .onair_schedule .schedule_result span {
    font-size: 3vw;
  }

  .rd-tkbn_body .onair_schedule .present {
    margin: 2.5% 0 0 5%;
    width: 70%;
  }

  .rd-tkbn_body .onair_schedule .present a {
    font-size: 3.5vw;
    text-align: center;
  }

  .rd-tkbn_body .onair_schedule .present span {
    font-size: 3vw;
  }

  .rd-tkbn_body .sponser {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .rd-tkbn_body .sponser::after {
    content: "";
    display: block;
    width: 45%;
  }

  .rd-tkbn_body .sponser li {
    width: 45%;
    margin: 0 5% 5% 0;
    text-align: center;
  }

  .rd-tkbn_body .sponser li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
}