.radio_wrapper .radio_leadtext {
  line-height: 1.8;
}
.radio_wrapper .radio_information dt p {
  color: var(--color-blue);
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  border: 1px solid var(--color-blue);
  line-height: 1.6;
  padding: 0 0.8em;
}
.radio_wrapper .radio_information dd {
  line-height: 1.8;
}
.radio_wrapper .radio_information-link dd a {
  color: #fff;
  text-decoration: underline;
}
.radio_wrapper .radio_link {
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
}
.radio_wrapper .radio_link a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.radio_wrapper .radio_latest-date .-date {
  color: var(--color-blue);
  font-family: "Inria Serif", serif;
}
.radio_wrapper .radio_latest-date .-title {
  font-weight: 700;
  line-height: 1.4;
}
.radio_wrapper .radio_latest-date .-title p {
  font-weight: 500;
}
.radio_wrapper .radio_archive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio_wrapper .radio_archive__item .movie_wrapper {
  margin-bottom: 0.4em;
}
.radio_wrapper .radio_archive__item-date .-date {
  color: var(--color-blue);
  font-family: "Inria Serif", serif;
  margin-bottom: 0.4em;
}
@media only screen and (min-width:961px) {
  .radio_wrapper .radio_header {
    margin-bottom: 80px;
  }
  .radio_wrapper .radio_leadtext {
    margin-bottom: 60px;
    text-align: center;
  }
  .radio_wrapper .radio_information {
    margin-bottom: 60px;
  }
  .radio_wrapper .radio_information dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .radio_wrapper .radio_information dl + dl {
    margin-top: 40px;
  }
  .radio_wrapper .radio_information dl dt {
    font-size: 14px;
    width: 170px;
    padding-top: 6px;
  }
  .radio_wrapper .radio_information dl dd {
    font-size: 20px;
    width: calc(100% - 170px);
  }
  .radio_wrapper .radio_information dl dd a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .radio_wrapper .radio_information dl dd a:hover {
    color: var(--color-blue);
  }
  .radio_wrapper .radio_link {
    width: 380px;
    margin: 0 auto 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  .radio_wrapper .radio_link .-text {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    font-size: 20px;
  }
  .radio_wrapper .radio_link .-icon {
    right: 0;
    width: 50px;
    margin-left: 10px;
    position: relative;
    -webkit-transition: right 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: right 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .radio_wrapper .radio_link:hover .-text {
    color: var(--color-blue);
  }
  .radio_wrapper .radio_link:hover .-icon {
    right: -12px;
  }
  .radio_wrapper .radio_latest {
    max-width: 980px;
    margin: 0 auto 20px;
  }
  .radio_wrapper .radio_latest .movie_wrapper {
    margin-bottom: 20px;
  }
  .radio_wrapper .radio_latest-date .-date {
    margin-bottom: 4px;
  }
  .radio_wrapper .radio_latest-date .-title {
    font-size: 36px;
  }
  .radio_wrapper .radio_latest-date .-title p {
    font-size: 14px;
  }
  .radio_wrapper .radio_archive__item {
    width: calc(50% - 20px);
    margin-top: 60px;
  }
  .radio_wrapper .radio_archive__item:nth-child(odd) {
    margin-right: 40px;
  }
}
@media only screen and (max-width:960px) {
  .radio_wrapper .radio_header {
    margin-bottom: 10vw;
  }
  .radio_wrapper .radio_leadtext {
    font-size: 1.2rem;
    margin-bottom: 10vw;
  }
  .radio_wrapper .radio_information {
    margin-bottom: 8vw;
  }
  .radio_wrapper .radio_information dl + dl {
    margin-top: 5vw;
  }
  .radio_wrapper .radio_information dl dt {
    margin-bottom: 0.6em;
  }
  .radio_wrapper .radio_information dl dd {
    font-size: 1.2rem;
  }
  .radio_wrapper .radio_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.8rem 0;
    margin-bottom: 10vw;
  }
  .radio_wrapper .radio_link .-text {
    font-size: 1.3rem;
    color: var(--color-blue);
  }
  .radio_wrapper .radio_link .-icon {
    width: 12vw;
    margin-left: 0.6em;
  }
  .radio_wrapper .radio_latest {
    margin-bottom: 10vw;
  }
  .radio_wrapper .radio_latest .movie_wrapper {
    margin-bottom: 0.8rem;
  }
  .radio_wrapper .radio_latest-date .-date {
    font-size: 1.12rem;
    margin-bottom: 0.4rem;
  }
  .radio_wrapper .radio_latest-date .-title {
    font-size: 2rem;
  }
  .radio_wrapper .radio_latest-date .-title p {
    font-size: 1.2rem;
  }
  .radio_wrapper .radio_archive__item {
    width: calc(50% - 2vw);
    margin-top: 6vw;
  }
  .radio_wrapper .radio_archive__item:nth-child(odd) {
    margin-right: 4vw;
  }
}