@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box;
}

:root {
  --time-color: #7ec052;
  --kansai-color: #ed6d01;
  --tokai-color: #29a7e1;
  --new-color: #FF074B;
}

[data-area="time"]{
  --area-color: var(--time-color);
}

[data-area="kansai"]{
  --area-color: var(--kansai-color);
}

[data-area="tokai"]{
  --area-color: var(--tokai-color);
}

/* ヘッダ ロゴ */
@media all and (min-width: 769px) {
  .site-branding {
    padding: 0.25rem 0 !important;
  }
}
.site-branding .site-title {
  position: relative;
  width: 230px;
  height: 60px;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .site-branding .site-title {
    width: 320px;
    height: 120px;
  }
}
.site-branding .site-title a {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ヘッダ メニュー */
.global-nav__menu {
  text-align: left;
}

@media all and (min-width: 600px) {
  .global-nav__toggle {
    padding: 0.4rem 1rem;
  }
}
.global-nav__toggle .ys-icon,
.global-nav__toggle svg {
  width: 50px;
  height: 50px;
}
.global-nav__toggle::after {
  font-size: 1em;
}

@media all and (max-width: 768px) {
  .global-nav__search {
    border-color: #EF7C00;
  }
}
@media all and (min-width: 769px) {
  .global-nav__search .search-form {
    border-color: #EF7C00;
  }
}

/* メイン */
@media all and (min-width: 1025px) {
  .content__main {
    max-width: 1136px;
  }
}

.section_small {
  width: 100%;
  margin: 20px auto;
}
@media all and (max-width: 768px) {
  .section_small {
    max-width: 500px;
  }
}
@media all and (min-width: 769px) {
  .section_small {
    max-width: 960px;
  }
}

.section_middle {
  width: 100%;
  margin: 20px auto;
}
@media all and (max-width: 768px) {
  .section_middle {
    max-width: 640px;
  }
}
@media all and (min-width: 769px) {
  .section_middle {
    max-width: 960px;
  }
}

.section_large {
  width: 100%;
  margin: 20px auto;
}
@media all and (max-width: 768px) {
  .section_large {
    max-width: 640px;
  }
}
@media all and (min-width: 769px) {
  .section_large {
    max-width: 100%;
  }
}

/* 汎用パーツ */
.subtitle {
  position: relative;
  margin: 20px 0 !important;
  padding: 2px 0 2px 42px !important;
  font-size: 1.25rem;
}
@media all and (max-width: 768px) {
  .subtitle {
    max-width: 640px;
    margin: 20px auto !important;
  }
}
@media all and (min-width: 769px) {
  .subtitle {
    padding: 12px 0 12px 64px !important;
    font-size: 1.5rem;
  }
}
.subtitle [class^=icon-] {
  position: absolute;
  top: 0;
  left: 0;
  color: #534097;
  font-size: 2rem;
}
@media all and (min-width: 769px) {
  .subtitle [class^=icon-] {
    top: 5px;
    font-size: 3rem;
  }
}
.subtitle_special {
  margin: 0 auto 30px !important;
  font-size: 2.5rem;
  text-align: center;
}
@media all and (min-width: 769px) {
  .subtitle_special {
    font-size: 3rem;
  }
}
@media all and (max-width: 768px) {
  .subtitle_special {
    font-size: 22px;
  }
}

.button_link {
  display: block !important;
  width: 100%;
  max-width: 400px;
  margin: 20px auto !important;
  padding: 0;
  border: 0 !important;
  border-radius: 15px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #534097 !important;
  line-height: 1.15;
}
@media all and (min-width: 769px) {
  .button_link {
    max-width: 500px !important;
  }
}
.button_link a {
  display: block;
  width: 100%;
  padding: 14px 10px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .button_link a {
    padding: 20px 16px;
    font-size: 1.25rem;
  }
}
.button_link a span {
  padding: 0;
  font-size: 0.9rem;
}
@media all and (min-width: 769px) {
  .button_link a span {
    font-size: 1rem;
  }
}
.button_link a span.icon-right {
  padding-left: 10px;
}
.button_link a span.icon-left {
  padding-right: 10px;
}
.button_link-prime {
  background: #EF7C00 !important;
}
.button_link-sub {
  background: #22BAEE !important;
}
.button_link .wp-block-button__link {
  background: transparent;
}
.button_link .wp-block-button__link:hover {
  box-shadow: none;
}

@media all and (min-width: 641px) {
  .text_break {
    display: none;
  }
}

/* フッタ */
.footer {
  background: linear-gradient(to bottom, #fff 5%, #cfecff 25%, #99d6ff 49%, #8cc63f 50%);
}

.footer-main {
  display: flex;
  align-items: flex-end;
  height: calc(130px + 3.5rem);
  margin: 0 auto;
  padding: 0;
  background: transparent url(../img/footer.png) 50% 33%/150px 90px no-repeat;
  overflow: visible;
}
@media all and (min-width: 641px) {
  .footer-main {
    height: calc(200px + 2.5rem);
    background: transparent url(../img/footer.png) 50% 33%/250px 150px no-repeat;
  }
}

.site-info {
  width: 100%;
  height: 3.5rem;
  background: #1186ca;
  color: #fff;
}
@media all and (min-width: 641px) {
  .site-info {
    height: 2.5rem;
  }
}
.site-info .container {
  height: 100%;
  padding-top: 0.4rem !important;
}
.site-info p {
  margin-top: 0;
}
@media all and (min-width: 600px) {
  .site-info p {
    display: inline-block;
  }
  .site-info p:not(:first-of-type) {
    padding-left: 0.5rem;
  }
}

.copyright {
  font-size: 0.75rem;
}
@media all and (min-width: 641px) {
  .copyright {
    font-size: 0.9rem;
  }
}

.footer-poweredby {
  font-size: 0.75rem;
}
@media all and (min-width: 641px) {
  .footer-poweredby {
    font-size: 0.9rem;
  }
}

@media all and (min-width: 600px) {
  #back-to-top {
    bottom: 40px;
  }
}

/* トップ */
@media all and (min-width: 1231px) {
  .home .site-content .container {
    padding: 0;
  }
}
.home blockquote {
  background-color: #fff;
}
.home blockquote:before {
  content: "";
}
.home .wp-block-embed__wrapper blockquote {
  padding: 1.5em 1em 1.5em 1em;
  border-left: none;
}

/* トップ キービジュアル deprecated 2023.09.11 */
.home_visual {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  background: rgba(34, 186, 238, 0.2);
}
@media all and (min-width: 769px) {
  .home_visual {
    flex-wrap: nowrap;
    padding: 20px 0 10px;
  }
}

.home_visual_intro {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 25%;
}
@media all and (max-width: 768px) {
  .home_visual_intro {
    display: none;
  }
}

.home_visual_lead {
  margin-right: 20px;
  padding: 30px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .home_visual_lead {
    padding: 30px 15px;
  }
}
@media all and (min-width: 1231px) {
  .home_visual_lead {
    width: 90%;
    margin-right: 0;
  }
}
.home_visual_lead p {
  margin: 0 0 1rem;
  color: #534097;
  font-size: 0.9rem;
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  .home_visual_lead p {
    font-size: 1.25rem;
  }
}
.home_visual_lead .text_highlight:first-of-type {
  color: #1186ca;
}
.home_visual_lead .text_highlight:nth-of-type(2) {
  color: #EF7C00;
}

.home_visual_latests {
  list-style: none;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s;
}
.home_visual_latests.slick-initialized {
  opacity: 1;
}
.home_visual_latests li {
  position: relative;
  margin: 20px;
  padding: 0 0 80px;
}
.home_visual_latests li figure {
  z-index: 1;
  position: relative;
  padding-top: 56.25%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  overflow: hidden;
}
.home_visual_latests li figure a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home_visual_latests li figure img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_visual_latests li figcaption {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 20px 0 0;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  font-style: normal;
  text-align: left;
}
@media all and (min-width: 641px) {
  .home_visual_latests li figcaption {
    padding: 1rem;
  }
}
@media all and (min-width: 769px) {
  .home_visual_latests li figcaption {
    margin: 0 40px 0 0;
  }
}
.home_visual_latests li figcaption a {
  text-decoration: none;
}
.home_visual_latests li .title {
  display: block;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1186ca;
  color: #1186ca;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (min-width: 641px) {
  .home_visual_latests li .title {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.home_visual_latests li .excerpt {
  display: block;
  position: relative;
  width: 100%;
  height: 1.8rem;
  margin: 0;
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.2;
  overflow: hidden;
}
@media all and (min-width: 641px) {
  .home_visual_latests li .excerpt {
    height: 3.2rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.home_visual_latests li .excerpt::after {
  z-index: 3;
  position: absolute;
  bottom: -0.25rem;
  right: 0;
  padding: 0.125rem 0.5rem 0.125rem 2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
  content: "…";
}
.home_visual_latests li .property {
  margin-bottom: 0;
  color: #222;
  font-size: 0.625rem;
  text-align: right;
}
@media all and (min-width: 641px) {
  .home_visual_latests li .property {
    font-size: 0.75rem;
  }
}

/* トップ サイト紹介 deprecated 2023.09.11 */
.home_intro {
  margin: 20px auto 30px !important;
}
@media all and (min-width: 769px) {
  .home_intro {
    display: none;
  }
}
.home_intro a {
  display: block;
  border: 1px solid #AAA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home_intro img {
  vertical-align: bottom;
}

/* トップ ラジオ予告 deprecated 2023.09.11 */
.home_radio {
  margin: 30px auto 50px;
}
@media all and (min-width: 769px) {
  .home_radio {
    margin: 50px auto 60px;
  }
}
.home_radio img {
  vertical-align: bottom;
}

.home_radio_lead {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 769px) {
  .home_radio_lead {
    max-width: 720px;
    font-size: 1.5rem;
  }
}
.home_radio_lead::before, .home_radio_lead::after {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  border: 1px solid #707070;
  content: "";
}
.home_radio_lead::before {
  left: 20px;
  transform: rotate(-20deg);
}
.home_radio_lead::after {
  right: 20px;
  transform: rotate(20deg);
}
.home_radio_lead .text_highlight:first-of-type {
  color: #319047;
}
.home_radio_lead .text_highlight:nth-of-type(2) {
  color: #EF7C00;
}

.home_radio_latest {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 12px;
  border: 1px solid #534097;
  background: #FCE5D7;
}
@media all and (min-width: 641px) {
  .home_radio_latest {
    padding: 20px;
  }
}
@media all and (min-width: 769px) {
  .home_radio_latest {
    flex-wrap: nowrap;
  }
}
.home_radio_latest figure {
  margin: 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  .home_radio_latest figure {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) {
  .home_radio_latest figure {
    width: 46%;
  }
}
@media all and (min-width: 1025px) {
  .home_radio_latest figure {
    padding: 0 2.5%;
  }
}
.home_radio_latest figure img {
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .home_radio_latest figure img {
    width: 100%;
  }
}
.home_radio_latest dl {
  margin: 0;
  padding: 15px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 768px) {
  .home_radio_latest dl {
    margin-top: 12px;
  }
}
@media all and (min-width: 769px) {
  .home_radio_latest dl {
    width: 54%;
    padding: 20px;
  }
}
.home_radio_latest dt {
  margin: 0;
  color: #534097;
  font-size: 1.25rem;
}
@media all and (min-width: 769px) {
  .home_radio_latest dt {
    font-size: 1.625rem;
  }
}
.home_radio_latest dd {
  margin: 0;
  color: #222;
  font-size: 1.125rem;
}
@media all and (min-width: 769px) {
  .home_radio_latest dd {
    font-size: 1.375rem;
  }
}

/* トップ 放送局簡易表示 */
.home_stations {
  padding: 8px 0;
  background: #EF7C00;
  text-align: center;
}
.home_stations p {
  margin: 0;
  color: #fff;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .home_stations .long {
    display: none;
  }
}
@media all and (min-width: 641px) {
  .home_stations .short {
    display: none;
  }
}

/* トップ 今週の内容 */
.home_latest {
  margin-bottom: 30px;
  padding: 20px 15px;
  background: rgba(239, 124, 0, 0.15);
}
@media all and (min-width: 769px) {
  .home_latest {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
.home_latest .home_latest_container {
  position: relative;
  max-width: 1232px;
  margin: 0 auto;
  padding: 20px 20px 5px;
  background: #fff;
}
article.wp-block-group>.wp-block-group__inner-container {
    min-height: 280px;
}
@media all and (min-width: 769px) {
  .home_latest .home_latest_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 0;
  }
}
@media all and (min-width: 1025px) {
  .home_latest .home_latest_container {
    padding: 20px 30px 0;
  }
}
@media all and (min-width: 769px) {
  .home_latest header {
    order: 2;
    width: 54%;
    margin: 0 0 0 auto;
  }
}
.home_latest header h2 {
  position: relative;
  margin: 0;
  padding: 0.1rem 0 0.1rem 30px;
  color: #534097;
  font-size: 1rem;
}
.home_latest header span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
}
.home_latest header p {
  margin: 10px 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 769px) {
  .home_latest header p {
    font-size: 1.5rem;
  }
}
.home_latest footer {
  margin: 0;
}
.home_latest footer .home_latest_container {
  padding-top: 0;
}
@media all and (min-width: 769px) {
  .home_latest footer {
    order: 4;
    width: 100%;
  }
}
.home_latest .home_latest_thumb {
  max-width: 500px;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  .home_latest .home_latest_thumb {
    order: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40%;
  }
}
@media all and (min-width: 1025px) {
  .home_latest .home_latest_thumb {
    left: 30px;
  }
}
.home_latest .home_latest_thumb img {
  vertical-align: bottom;
}
.home_latest .home_latest_thumb p {
  margin: 0;
}
@media all and (min-width: 769px) {
  .home_latest .home_latest_detail {
    order: 3;
    width: 54%;
    margin: 0 0 0 auto;
  }
}
.home_latest .home_latest_main {
  margin: 0 0 20px;
}
.home_latest .home_latest_sub {
  margin: 0;
  padding: 15px;
  border: 1px solid #EF7C00;
}
@media all and (min-width: 769px) {
  .home_latest .home_latest_sub {
    padding: 20px;
  }
}
.home_latest .home_latest_sub dl {
  margin: 0;
}
.home_latest .home_latest_sub dt {
  margin: 0;
}
.home_latest .home_latest_sub dd {
  margin: 0;
  font-size: 0.875rem;
}

/* トップ 通信バナー */
.home_live {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;
  max-width: 500px;
  margin: 30px auto 50px;
  padding: 17px 12px 0;
  background-color: #E5E3F0;
  /* border: 3px solid #EF7C00; */
}
@media all and (min-width: 641px) {
  .home_live {
    padding: 22px 22px 0;
  }
}
@media all and (min-width: 1025px) {
  .home_live {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start !important;
    max-width: 100%;
    margin: 60px auto;
    padding: 27px 27px 7px;
  }
}
@media all and (min-width: 1025px) {
  .home_live figure {
    width: 51.2%;
  }
}
.home_live figure a {
  display: block;
}
.home_live .home_live_excerpt {
  margin-top: 10px;
}
@media all and (min-width: 1025px) {
  .home_live .home_live_excerpt {
    width: 45%;
    margin: 0;
  }
}
.home_live .home_live_excerpt p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
@media all and (min-width: 641px) {
  .home_live .home_live_excerpt p {
    font-size: 1rem;
  }
}

/* トップ 特設ブロック */
.home_section_wide {
  width: calc(100% + 32px);
  margin: 50px -16px;
  padding: 50px 16px;
}
@media all and (min-width: 1231px) {
  .home_section_wide {
    width: 100vw;
    margin: 60px calc((100vw - 100%) / -2);
  }
}
.home_section_wide .subtitle_special {
  margin-top: 0;
}

/* トップ クイズ */
.home_quiz {
  margin-bottom: 0;
  background: rgba(49, 144, 71, 0.15);
  text-align: center;
}
.home_quiz .subtitle_special {
  color: #319047;
}
.home_quiz .home_quiz_lead {
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .home_quiz .home_quiz_lead {
    text-align: left;
    font-size: 16px;
  }
}
.home_quiz__guide {
  display: flex;
  justify-content: space-between;
  max-width: 1232px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .home_quiz__guide {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
  .home_quiz__info {
    margin: auto;
  }
}
.home_quiz__topics {
  width: 100%;
}
@media all and (min-width: 1025px) {
  .home_quiz__topics {
    max-width: 600px;
  }
}
.home_quiz__topic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100px;
  gap: 35px;
  padding-left: 30px;
  margin-bottom: 30px;
  line-height: 100px;
  border: solid 3px #EF7C00;
  background-color: #fff;
  box-shadow: 5px 5px 0px #EF7C00;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .home_quiz__topic {
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 767px) {
  .home_quiz__topic {
    gap: 15px;
    padding-left: 15px;
  }
}
.home_quiz__icon {
  width: 60px;
  height: 60px;
}
.home_quiz__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_quiz__text {
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .home_quiz__icon {
    width: 40px;
  }
  .home_quiz__text {
    line-height: 18px;
    font-size: 16px;
  }
}
.home_quiz__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 530px;
  height: 360px;
  gap: 20px;
  border: solid 3px #319047;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
.home_quiz__info{
  gap: 10px;
}
}

.home_quiz__info p {
  margin: 0;
  padding: 10px;
}

.home_quiz__characters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
}
.home_quiz__characters .home_quiz__character-text {
  display: inline-block;
  width: 300px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 16px;
  line-height: 60px;
  background-color: #E5E3F0;
}
@media all and (max-width: 640px) {
  .home_quiz__characters .home_quiz__character-text {
    width: 220px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
}
.home_quiz__character {
  width: 120px;
  height: 110px;
}
@media all and (max-width: 768px) {
  .home_quiz__characters {
    gap: 5px;
    padding: 0;
  }
  .home_quiz__character {
    width: 100px;
  }
  .home_quiz__radio {
    font-size: 22px;
  }
}
.home_quiz__character img {
  width: 100%;
}
.home_quiz__radio {
  font-size: 24px;
  font-weight: bold;
}
.home_quiz__radio span {
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  font-size: 20px;
  color: #fff;
  background-color: var(--area-color);
}
@media all and (max-width: 768px) {
  .home_quiz__radio span {
    display: block;
  }
}
.arrow-down {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 40px solid #EF7C00;
  margin: 20px auto 40px;
}
@media (min-width: 768px) {
  .arrow-down {
    margin: 40px auto;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 60px solid #EF7C00;
  }
}
.home_quiz_text {
  font-size: 24px;
  font-weight: bold;
}


.home_quiz .home_quiz_container {
  width: 100%;
  margin: 20px auto 0;
  padding: 20px 15px;
  /* border: 1px solid #319047; */
  background: #fff;
}
@media all and (min-width: 769px) {
  .home_quiz .home_quiz_container {
    max-width: 960px;
    margin: 30px auto 0;
    padding: 25px 40px;
  }
}
.home_quiz .home_quiz_deadline {
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 769px) {
  .home_quiz .home_quiz_deadline {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
.home_quiz .home_quiz_deadline span {
  display: inline-block;
  background: linear-gradient(transparent 50%, #FFFAB5 50%);
}
.home_quiz .home_quiz_letter {
  padding: 16px 10px;
  background: #FFFAB5;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 769px) {
  .home_quiz .home_quiz_letter {
    padding: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.home_quiz .home_quiz_letter p {
  margin: 0;
}
.home_quiz img {
  width: 150px;
}
@media all and (min-width: 769px) {
  .home_quiz img {
    width: 200px;
  }
}

/* トップ お客様の声 */
.home_voice {
  margin-top: 0;
  border-bottom: 1px solid #aaa;
}
.home_voice .subtitle_special {
  color: #534097;
}
.home_voice .home_voice_lead {
  text-align: left;
}
@media all and (min-width: 641px) {
  .home_voice .home_voice_lead {
    text-align: center;
  }
}
.home_voice .home_voice_container {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto -20px;
  padding: 0;
}
.home_voice .voice_list .voice_list_item {
  margin: 0 10px;
}
.home_voice .voice_list .slick-track {
  display: flex;
}
.home_voice .voice_list .slick-slide {
  height: auto !important;
}
.home_voice .voice_posts_pager {
  margin-top: 60px;
}

/* トップ 読み物バナー */
.home_shelf {
  margin: 50px auto;
}

.home_shelf_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
@media all and (min-width: 769px) {
  .home_shelf_list {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
.home_shelf_list li {
  width: 100%;
}
@media all and (max-width: 768px) {
  .home_shelf_list li:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media all and (min-width: 769px) {
  .home_shelf_list li {
    width: 32%;
  }
}
.home_shelf_list figure a {
  display: block;
}
.home_shelf_list figure img {
  vertical-align: bottom;
}
.home_shelf_list p {
  margin: 10px 0 0;
  font-size: 0.875rem;
}
@media all and (min-width: 641px) {
  .home_shelf_list p {
    font-size: 1rem;
  }
}

/* トップ 新着記事 */
.home_feature h2 {
  text-align: left;
}

.home_feature_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
  padding: 0;
}
@media all and (min-width: 769px) {
  .home_feature_list {
    flex-wrap: nowrap;
  }
}
.home_feature_list li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #AAA;
}
@media all and (min-width: 641px) {
  .home_feature_list li {
    padding: 20px;
  }
}
@media all and (min-width: 769px) {
  .home_feature_list li {
    display: block;
    width: 32%;
    margin-bottom: 24px;
    padding: 10px;
  }
}
@media all and (min-width: 1025px) {
  .home_feature_list li {
    padding: 20px;
  }
}
.home_feature_list li:hover img {
  transform: scale(1.1);
}
.home_feature_list figure {
  position: relative;
  width: 50%;
  margin: 0;
  padding-top: 33.3%;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .home_feature_list figure {
    width: 100%;
    padding-top: 66.6%;
  }
}
.home_feature_list figure a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home_feature_list figure img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.home_feature_list .caption {
  width: 50%;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 1rem;
  font-style: normal;
  text-align: left;
}
@media all and (min-width: 641px) {
  .home_feature_list .caption {
    padding: 0 0 0 20px;
  }
}
@media all and (min-width: 769px) {
  .home_feature_list .caption {
    width: 100%;
    padding: 10px 0 0;
  }
}
.home_feature_list .caption a {
  color: #222;
  text-decoration: none;
}
.home_feature_list .tag {
  display: inline-block;
  padding: 0 0.5rem;
  background-color: #AAA;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media all and (min-width: 641px) {
  .home_feature_list .tag {
    padding: 0.125rem 0.4rem;
    font-size: 1rem;
  }
}
.home_feature_list .tag_health {
  background: #1C9DD6;
}
.home_feature_list .tag_supplement {
  background: #319047;
}
.home_feature_list .tag_cook {
  background: #EF7C00;
}
.home_feature_list .tag_radio {
  background: #534097;
}
.home_feature_list .date {
  display: block;
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
}
@media all and (min-width: 641px) {
  .home_feature_list .date {
    margin: 0.5rem 0 0.25rem;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 769px) {
  .home_feature_list .date {
    display: inline-block;
    margin-left: 10px;
  }
}
.home_feature_list .title {
  font-size: 0.9375rem;
  font-weight: bold;
}
@media all and (min-width: 641px) {
  .home_feature_list .title {
    font-size: 1.125em;
  }
}
@media all and (min-width: 769px) {
  .home_feature_list .title {
    display: block;
  }
}

.home_feature_story {
  margin: 40px auto;
}
@media all and (min-width: 769px) {
  .home_feature_story {
    margin: 60px auto;
  }
}
.home_feature_story a {
  display: block;
  border: 1px solid #AAA;
}
.home_feature_story img {
  vertical-align: bottom;
}
.home_feature_story figcaption {
  padding: 0;
  color: #222;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}
@media all and (min-width: 769px) {
  .home_feature_story figcaption {
    text-align: center;
  }
}

/* トップ 関連サイト */
.home_related {
  text-align: center;
}
@media all and (max-width: 640px) {
  .home_related {
    max-width: 300px;
  }
}
.home_related h2 {
  margin-top: 50px;
  font-size: 1.5rem;
}

.home_related_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0;
}
@media all and (min-width: 641px) {
  .home_related_list {
    flex-wrap: nowrap;
  }
}
.home_related_list li {
  width: 100%;
  border: 1px solid #AAA;
}
@media all and (max-width: 640px) {
  .home_related_list li {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 641px) {
  .home_related_list li {
    width: 24.5%;
    max-width: 302px;
  }
}
.home_related_list li a {
  display: block;
  text-decoration: none;
}
.home_related_list li img {
  vertical-align: bottom;
}

/* スライダー */
.slide_arrow {
  z-index: 3;
  display: block;
  outline: none;
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.17);
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
  cursor: pointer;
}
.slide_arrow:hover, .slide_arrow:focus {
  outline: none;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.17);
  background: #534097;
  color: transparent;
}
.slide_arrow:hover .icon, .slide_arrow:hover::before, .slide_arrow:focus .icon, .slide_arrow:focus::before {
  color: #fff;
}
.slide_arrow.slick-disabled::before {
  opacity: 0.25;
}
.slide_arrow .icon, .slide_arrow::before {
  display: block;
  padding: 13px;
  color: #534097;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arrow_prev {
  left: -30px;
}

.arrow_next {
  right: -30px;
}

.home_visual .slide_arrow {
  top: 50%;
}
.home_visual .arrow_prev {
  left: -15px;
}
@media all and (min-width: 769px) {
  .home_visual .arrow_prev {
    left: -10px;
  }
}
.home_visual .arrow_next {
  right: -15px;
}
@media all and (min-width: 769px) {
  .home_visual .arrow_next {
    right: calc(50% - 10px);
  }
}

.home_voice .slide_arrow {
  top: 45%;
}
.home_voice .arrow_prev {
  left: -25px;
}
.home_voice .arrow_next {
  right: -25px;
}

.archive_visual .slide_arrow {
  top: 50%;
}
.archive_visual .arrow_prev {
  left: -15px;
}
@media all and (min-width: 769px) {
  .archive_visual .arrow_prev {
    left: -10px;
  }
}
.archive_visual .arrow_next {
  right: -15px;
}
@media all and (min-width: 769px) {
  .archive_visual .arrow_next {
    right: calc(33.3% - 10px);
  }
}

.radio_posts .slide_arrow {
  top: 45%;
}
.radio_posts .arrow_prev {
  left: -25px;
}
.radio_posts .arrow_next {
  right: -25px;
}

.rankingArea .slide_arrow {
  top: 40%;
}
@media all and (min-width: 600px) {
  .rankingArea .arrow_prev {
    left: -10px;
  }
}
@media all and (min-width: 600px) {
  .rankingArea .arrow_next {
    right: -10px;
  }
}

.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  padding: 0;
}
.slick-dots li {
  padding: 0 10px;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #707070;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #534097;
}

/* ランキング deprecated 2023.09.11 */
.rankingArea {
  width: 100%;
}

.rankingArea-inner {
  width: 100%;
}

.rankingArea-title {
  position: relative;
  width: 100%;
  margin: 0 0 30px !important;
  padding: 10px 90px 10px 0;
  text-align: left;
}

.rankingArea-title-text {
  font-weight: bold;
}

.rankingArea-title-more {
  display: inline-block;
  border-bottom: 1px solid;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  top: 17px;
  right: 0;
}

.rankingArea-main {
  width: 100%;
}

.rankingArea-main-list {
  display: flex;
  width: 100%;
}

.rankingArea-main-list-item {
  width: 33.3%;
}

.rankingArea-postBox {
  display: block;
  width: 100%;
  padding: 20px 5px 0;
  color: #222;
  text-decoration: none;
  position: relative;
}

.rankingArea-postBox-rankNum {
  display: block;
  width: 50px;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.rankingArea-postBox-rankNum-img {
  display: block;
  width: 100%;
  height: 0;
  padding: 119.84% 0 0;
  overflow: hidden;
  position: relative;
}
.rankingArea-postBox-rankNum-img img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rankingArea-postBox-imgArea {
  width: 100%;
  margin: 0 0 20px;
}

.rankingArea-postBox-imgArea-inner {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.rankingArea-postBox-imgArea-inner img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rankingArea-postBox-infoArea {
  width: 100%;
  margin: 0;
}

.rankingArea-postBox-infoArea-title {
  width: 100%;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
}

.rankingArea-postBox-infoArea-excerpt {
  width: 100%;
  margin: 0;
  font-size: 13px;
}

.rankingArea-main-dotArea {
  width: 100%;
}
.rankingArea-main-dotArea .slick-dots {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 30px 0 10px;
  margin: 0;
}
.rankingArea-main-dotArea .slick-dots li {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px 5px;
}
.rankingArea-main-dotArea .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.57);
  border-radius: 100%;
  text-indent: -1000px;
  overflow: hidden;
}
.rankingArea-main-dotArea .slick-dots .slick-active button {
  background-color: #16b7cc;
}

/* ラジオ */
.radio_title {
  max-width: 380px;
  margin: 30px auto 20px !important;
  text-align: center;
}
@media all and (min-width: 769px) {
  .radio_title {
    max-width: 600px;
    margin: 60px auto 20px !important;
  }
}
.radio_title img {
  display: block;
  width: 330px;
  margin: 0 auto 60px;
}
@media all and (max-width: 640px) {
  .radio_title img {
    width: 230px;
    margin: 0 auto 30px;
  }
}
.radio_title span {
  display: block;
  color: var(--area-color);
  font-size: 23px;
}
@media all and (min-width: 769px) {
  .radio_title span {
    font-size: 1.875rem;
  }
}

.radio_subtitle {
  position: relative;
  margin: 20px 0 !important;
  padding: 2px 0 2px 42px !important;
  font-size: 1.25rem;
}
@media all and (max-width: 768px) {
  .radio_subtitle {
    max-width: 640px;
    margin: 20px auto !important;
  }
}
@media all and (min-width: 769px) {
  .radio_subtitle {
    padding: 12px 0 12px 64px !important;
    font-size: 1.5rem;
  }
}
.radio_subtitle [class^=icon-] {
  position: absolute;
  top: 0;
  left: 0;
  color: #534097;
  font-size: 2rem;
}
@media all and (min-width: 769px) {
  .radio_subtitle [class^=icon-] {
    top: 5px;
    font-size: 3rem;
  }
}

@media all and (max-width: 768px) {
  .radio_block {
    max-width: 640px;
    margin: 0 auto;
  }
}

.radio_link {
  display: block !important;
  width: 100%;
  max-width: 400px;
  margin: 20px auto !important;
  padding: 0;
  border: 0 !important;
  border-radius: 15px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #534097 !important;
}
@media all and (min-width: 769px) {
  .radio_link {
    max-width: 500px !important;
  }
}
.radio_link a {
  display: block;
  width: 100%;
  padding: 14px 10px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .radio_link a {
    padding: 20px 16px;
    font-size: 1.25rem;
  }
}
.radio_link a span {
  padding-left: 10px;
  font-size: 0.9rem;
}
@media all and (min-width: 769px) {
  .radio_link a span {
    font-size: 1rem;
  }
}
.radio_link .wp-block-button__link {
  background: transparent;
}
.radio_link .wp-block-button__link:hover {
  box-shadow: none;
}

.radio_banner {
  display: block;
  max-width: 500px;
  border: 1px solid #AAA;
}
@media all and (min-width: 769px) {
  .radio_banner {
    max-width: 640px;
  }
}
.radio_banner img {
  max-width: 100%;
  vertical-align: bottom;
}

@media all and (min-width: 641px) {
  .radio_break {
    display: none;
  }
}

.radio_latest .radio_latest_container {
  padding: 20px 20px 10px;
  border: 3px solid #EF7C00;
}
@media all and (min-width: 769px) {
  .radio_latest .radio_latest_container {
    padding: 30px 40px 20px;
    border-width: 5px;
  }
}
.radio_latest .radio_latest_container header {
  font-size: 1.375rem;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .radio_latest .radio_latest_container header {
    font-size: 1.875rem;
  }
}
.radio_latest .radio_latest_container header p {
  margin: 0 0 20px;
}
.radio_latest .radio_latest_container footer {
  margin-top: 0 !important;
}
.radio_latest .radio_latest_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .radio_latest .radio_latest_main {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.radio_latest .radio_latest_main figure {
  max-width: 500px;
  margin: 0 auto;
}
.radio_latest .radio_latest_main img {
  vertical-align: bottom;
}
.radio_latest .radio_latest_main p {
  margin: 0;
}
@media all and (min-width: 769px) {
  .radio_latest .radio_latest_main p {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .radio_latest .radio_latest_main .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media all and (min-width: 769px) {
  .radio_latest .radio_latest_main .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    margin-top: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .radio_latest .radio_latest_main .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
}
.radio_latest .radio_latest_sub {
  margin: 20px 0 0;
  padding: 20px;
  border-radius: 15px;
}
@media all and (min-width: 769px) {
  .radio_latest .radio_latest_sub {
    margin: 30px 0 0;
    padding: 30px;
  }
}
.radio_latest .radio_latest_sub dt {
  margin: 0 0 12px;
  font-size: 1.25rem;
}
@media all and (min-width: 769px) {
  .radio_latest .radio_latest_sub dt {
    font-size: 1.5rem;
    text-align: center;
  }
}
.radio_latest .radio_latest_sub dd {
  margin: 0;
}
@media all and (max-width: 768px) {
  .radio_latest .radio_latest_sub dd {
    font-size: 0.875rem;
  }
}

.radio_lead {
  margin: 20px auto 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (min-width: 769px) {
  .radio_lead {
    max-width: 780px;
    margin: 20px auto 50px;
    font-size: 1.125rem;
    text-align: center;
  }

  /* これを消すとラジオtimeの説明文と同じ大きさになります。あとは管理画面でbrの調整して下さい */
  [data-area="kansai"] .radio_lead, 
  [data-area="tokai"] .radio_lead {
    max-width: 100%;
  }
}

.radio_schedule .radio_schedule_title {
  margin: 20px 0;
  padding: 8px;
  background: var(--area-color);
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 769px) {
  .radio_schedule .radio_schedule_title {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}

.radio_schedule .radio_schedule_shop .radio_schedule_title {
  background-color: #534097;
}

.radio_schedule h3 {
  margin: 0;
  padding: 4px;
  border: 3px solid #534097;
  border-radius: 10px;
  color: #534097;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 769px) {
  .radio_schedule h3 {
    font-size: 1.5rem;
  }
}

.radio_schedule_shop{
  text-align: center;
  width: 100%;
}

.radio_schedule h3.radio_schedule_sub_title{
  color:inherit;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .radio_schedule h3.radio_schedule_sub_title{
  padding: 0 8px;
  font-size: 16px;
  }
}

.radio_schedule .radio_schedule_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 1025px) {
  .radio_schedule .radio_schedule_detail {
    flex-wrap: nowrap;
  }
}
.radio_schedule .radio_schedule_time {
  width: 100%;
}

@media all and (min-width: 1025px) {
  .radio_schedule .radio_schedule_time {
    max-width: 640px;
    padding-right: 40px;
  }
}
.radio_schedule .radio_schedule_time > ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
@media all and (min-width: 769px) {
  .radio_schedule .radio_schedule_time > ul .radio_weeks {
    margin: 30px 0 0;
  }
}
.radio_schedule .radio_schedule_time > ul li {
  position: relative;
  margin: 10px 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (min-width: 641px) {
  .radio_schedule .radio_schedule_time > ul li {
    margin: 15px 0;
  }
}
@media all and (min-width: 769px) {
  .radio_schedule .radio_schedule_time > ul li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.radio_schedule .radio_schedule_time .radio_schedule_banner{
  margin: 0;
}

.radio_weeks h4 {
  width: 200px;
  height: 30px;
  margin: 0;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: var(--area-color);
}

.radio_weeks p {
  margin: 15px 0;
}

.radio_weeks .new_week {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: var(--new-color);
}
@media all and (max-width: 768px) {
  .radio_weeks .new_week {
    font-size: 20px;
    margin-top: 20px;
  }
  .radio_weeks .new_week span {
    width: 60px;
    height: 26px;
    line-height: 28px;
  }
}
.radio_weeks .new_week span {
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: var(--new-color);
}
.radio_schedule .radio_schedule_time [class^=icon-] {
  position: absolute;
  top: -10px;
  left: 0;
  color: #1C9DD6;
  font-size: 1.875rem;
}
@media all and (min-width: 769px) {
  .radio_schedule .radio_schedule_time [class^=icon-] {
    font-size: 2.5rem;
  }
}
.home .radio_schedule .radio_schedule_time > ul li {
  padding: 0;
}
.radio_schedule .radio_schedule_banner {
  margin: 20px 0;
}
@media all and (min-width: 769px) {
  .radio_schedule .radio_schedule_banner {
    margin: 50px 0 0;
  }
}
.radio_schedule .radio_schedule_banner dt,
.radio_wrap .topic_message,
.home_quiz_text {
  position: relative;
  max-width: 280px;
  margin: 0 auto 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.home_quiz_text {
  max-width: 220px;
}
.radio_wrap  .topic_message {
  max-width: 330px;
}
@media all and (min-width: 641px) {
  .radio_schedule .radio_schedule_banner dt{
    max-width: 420px;
    font-size: 24px;
  }
  .radio_wrap .topic_message {
    max-width: 480px;
    font-size: 24px;
  }
  .home_quiz_text {
    max-width: 580px;
    font-size: 24px;
  }
}
.radio_schedule .radio_schedule_banner dt::before, .radio_schedule .radio_schedule_banner dt::after,
.radio_wrap .topic_message::before, .radio_wrap .topic_message::after,
.home_quiz_text::before, .home_quiz_text::after,.radio_schedule h3.radio_schedule_sub_title::before,.radio_schedule h3.radio_schedule_sub_title::after {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  border: 1px solid #222;
  content: "";
}
.radio_schedule .radio_schedule_banner dt::before,
.radio_wrap .topic_message::before,
.home_quiz_text::before,.radio_schedule h3.radio_schedule_sub_title::before{
  left: -10px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .radio_schedule h3.radio_schedule_sub_title::before{
    left: -10px;
    transform: rotate(-18deg);
  }
}

.radio_schedule .radio_schedule_banner dt::after,
.radio_wrap .topic_message::after,
.home_quiz_text::after,.radio_schedule h3.radio_schedule_sub_title::after {
  right: -10px;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .radio_schedule h3.radio_schedule_sub_title::after{
    left: -10px;
    transform: rotate(-18deg);
  }
}

.radio_schedule .radio_schedule_banner dd {
  margin: 0;
}
.radio_schedule .radio_schedule_banner ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 990px) {
  .radio_schedule .radio_schedule_banner ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  [data-area] .radio_schedule .radio_schedule_banner ul {
    gap: 10px;
  }
  .radio_schedule .radio_schedule_banner ul li {
    width: 48%;
    text-align: center;
  }
}
[data-area] .radio_schedule .radio_schedule_banner ul {
  justify-content: flex-start;
  gap: 30px 20px;
}
@media all and (max-width: 640px) {
  [data-area] .radio_schedule .radio_schedule_banner ul {
    gap: 10px;
  }
}
[data-area] .radio_schedule .radio_schedule_banner ul li {
  width: 48%;
  text-align: center;
}
@media all and (min-width: 990px) {
  .radio_schedule .radio_schedule_banner ul li:nth-child(3) .radio_banner img {
    width: 300px;
  }
}
@media all and (min-width: 1025px) {
  .radio_schedule .radio_schedule_banner ul li {
    width: auto;
  }
  [data-area] .radio_schedule .radio_schedule_banner ul li {
    width: 48%;
  }
}
.radio_schedule .radio_schedule_banner a {
  display: inline-block;
}
.radio_schedule .radio_schedule_map {
  width: 340px;
  margin: 0 auto;
}
@media all and (min-width: 1025px) {
  .radio_schedule .radio_schedule_map {
    width: 46%;
    max-width: 590px;
    margin: 0;
  }
}
.radio_schedule .radio_schedule_map img {
  width: 100%;
  height: auto;
}
.radio_schedule .radio_schedule_area {
  width: 340px;
  margin: 0 auto;
}
@media all and (min-width: 1025px) {
  .radio_schedule .radio_schedule_area {
    width: 42%;
    max-width: 540px;
    margin: 0;
  }
}

.radio_schedule_shop a{
  border:1px solid #aaa;
  display: block;
  padding: 20px;
  margin: 20px auto;
  text-align: center;
}

.radio_schedule_shop a img{
  width: 80%;
}



.radio_people {
  margin: 50px 0;
}
@media all and (min-width: 769px) {
  .radio_people {
    margin: 60px 0;
  }
}
.radio_people .radio_people_container {
  position: relative;
  margin: 0 -1rem;
  padding: 0 1rem 20px;
  background: rgba(143, 93, 163, 0.15);
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_container {
    padding: 40px 1rem 20px;
  }
}
.radio_people .radio_people_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.radio_people .radio_people_container .staffs {
  border-top: 1px solid #534097;
  margin-top: 40px;
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .radio_people .radio_people_container .staffs {
    margin-top: 0;
    padding-top: 0;
  }
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_container ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.radio_people .radio_people_container li {
  padding: 30px 0;
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_container li {
    width: 33.3333333333%;
    padding: 0 40px;
  }
  .radio_people .radio_people_container .staffs li {
    width: 100%;
    padding: 30px 40px;
  }
}
.radio_people .radio_people_container li:not(:first-of-type) {
  border: 1px solid #534097;
  border-width: 1px 0 0;
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_container li:not(:first-of-type) {
    border-width: 0 0 0 1px;
  }
}
.radio_people .radio_people_container dl {
  margin: 0;
}
.radio_people .radio_people_container dt {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.radio_people .radio_people_container .staffs .profile dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_container dt {
    display: block;
    text-align: center;
  }
  .radio_people .radio_people_container .staffs .profile dt {
  align-items: center;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .radio_people .radio_people_container .staffs .profile {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 1025px) {
  .radio_people .radio_people_container .staffs .profile {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    text-align: left;
  }
}
.radio_people .radio_people_container .staffs .profile dt p {
  color: #534097;
  text-align: left;
}
.radio_people .radio_people_container dt p {
  margin: 0;
}
.radio_people .radio_people_container dd {
  margin: 0;
  padding-top: 18px;
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_container dd {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
.radio_people .radio_people_photo {
  width: 110px;
  height: 110px;
  margin: 0 10px 0 0;
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_photo {
    width: 280px;
    height: 280px;
    margin: 0 0 10px;
  }
  .staffs .radio_people .radio_people_photo {
    display: block;
    border: solid 1px #333;
  }
}
.staffs .profile {
  display: flex;
  align-items: center;
}
.radio_people .radio_people_role {
  display: block;
  color: #534097;
  font-size: 1.25rem;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_role {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .radio_people .radio_people_name {
    max-height: 60px;
  }
}
.radio_people .radio_people_lead {
  margin-top: 0;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .radio_people .radio_people_lead {
    margin-top: 40px;
    font-size: 1.25rem;
    text-align: center;
  }
}
.radio_people .radio_people_mascot {
  display: block;
  width: 170px;
  margin: 0 auto;
}
@media all and (min-width: 1025px) {
  .radio_people .radio_people_mascot {
    position: absolute;
    bottom: 20px;
    right: 40px;
  }
}

.radio_archives ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto -10px;
  padding: 0;
}
@media all and (min-width: 769px) {
  .radio_archives ul {
    justify-content: flex-start;
  }
}
@media all and (max-width: 768px) {
  .radio_archives li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .radio_archives li {
    width: 32.4%;
    margin-bottom: 40px;
  }
  .radio_archives li:not(:nth-child(3n+1)) {
    margin-left: 1.4%;
  }
}
.radio_archives li:hover img {
  transform: scale(1.1);
}
.radio_archives li figure {
  position: relative;
  border: 1px solid #AAA;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .radio_archives li figure {
    width: 50%;
    margin: 0;
    padding-top: 28.12%;
  }
}
@media all and (min-width: 769px) {
  .radio_archives li figure {
    padding-top: 56.25%;
  }
}
.radio_archives li figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.radio_archives li figure img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
@media all and (max-width: 768px) {
  .radio_archives li p {
    width: 46%;
    margin: 0;
  }
}
@media all and (min-width: 769px) {
  .radio_archives li p {
    margin: 1rem 0 0;
  }
}
.radio_archives li p a {
  text-decoration: none;
}
.radio_archives li p span {
  display: block;
  color: #000;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 641px) {
  .radio_archives li p span {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media all and (min-width: 769px) {
  .radio_archives li p span {
    margin-top: 1rem;
    line-height: 1.6;
  }
}

.radio_live {
  width: 100%;
  margin: 50px auto 40px;
  padding: 0;
}
@media all and (min-width: 641px) {
  .radio_live {
    max-width: 500px;
    margin: 50px auto 30px;
  }
}
@media all and (min-width: 769px) {
  .radio_live {
    max-width: 960px;
  }
}
.radio_live p {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 769px) {
  .radio_live p {
    margin-top: 10px;
    font-size: 1rem;
    text-align: center;
  }
}

.radio_related ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media all and (min-width: 641px) {
  .radio_related ul {
    max-width: 500px;
  }
}
@media all and (min-width: 769px) {
  .radio_related ul {
    max-width: 960px;
  }
}
.radio_related li {
  width: 100%;
  margin-bottom: 20px;
}
@media all and (min-width: 769px) {
  .radio_related li {
    width: 49%;
  }
}

.radio_voice .radio_voice_container {
  position: relative;
  margin: 0 -1rem 50px;
  padding: 0 0 30px;
  background: #FDFFE6;
}
@media all and (min-width: 1025px) {
  .radio_voice .radio_voice_container {
    margin-bottom: 60px;
    padding: 0;
  }
}
@media all and (min-width: 769px) {
  .radio_voice h2 {
    font-size: 1.5rem !important;
  }
}
@media all and (min-width: 769px) {
  .radio_voice p {
    font-size: 1.125rem !important;
  }
}
@media all and (max-width: 768px) {
  .radio_voice picture > img {
    display: none;
  }
}
.radio_voice .n2-bullet {
  margin-bottom: 10px !important;
}

.radio_quiz {
  padding: 0 20px 20px;
  border: 2px solid #319047;
  border-radius: 20px;
  text-align: center;
}
@media all and (min-width: 769px) {
  .radio_quiz {
    max-width: 960px;
    margin: 0 auto 30px;
    border-radius: 30px;
  }
}
.radio_quiz img {
  width: 150px;
}
@media all and (min-width: 769px) {
  .radio_quiz img {
    width: 200px;
  }
}
.radio_quiz .radio_quiz_lead {
  margin: 0 -20px;
  padding: 20px 15px;
  border-radius: 18px 18px 0 0;
  background: #319047;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .radio_quiz .radio_quiz_lead {
    text-align: left;
  }
}
@media all and (min-width: 769px) {
  .radio_quiz .radio_quiz_lead {
    border-radius: 27px 27px 0 0;
    font-size: 1.5rem;
  }
}
.radio_quiz .radio_quiz_deadline {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 769px) {
  .radio_quiz .radio_quiz_deadline {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
.radio_quiz .radio_quiz_deadline span {
  background: linear-gradient(transparent 50%, #FFFAB5 50%);
}
.radio_quiz .radio_quiz_letter {
  padding: 16px 10px;
  background: #FFFAB5;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 769px) {
  .radio_quiz .radio_quiz_letter {
    padding: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.radio_quiz .radio_quiz_letter p {
  margin: 0;
}

.radio_external ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0;
}
@media all and (min-width: 641px) {
  .radio_external ul {
    max-width: 640px;
    margin: 20px auto;
  }
}
.radio_external li {
  width: 47%;
  font-size: 0.75rem;
}
@media all and (min-width: 641px) {
  .radio_external li {
    font-size: 0.875rem;
  }
}
.radio_external a {
  display: block;
  margin-bottom: 10px;
}
@media all and (min-width: 641px) {
  .radio_external a {
    margin-bottom: 14px;
  }
}

.radio_posts {
  min-width: 340px;
  max-width: 450px;
  margin: 0 auto;
}
@media all and (min-width: 1025px) {
  .radio_posts {
    width: 41.6%;
    margin: 0;
    padding-right: 25px;
  }
}
@media all and (min-width: 1025px) {
  .radio_posts .radio_subtitle {
    margin-top: 0 !important;
  }
}
.radio_posts .radio_posts_list {
  padding: 0;
}
.radio_posts .radio_posts_list li:hover img {
  transform: scale(1.1);
}
.radio_posts .radio_posts_list li figure {
  position: relative;
  padding-top: 56.25%;
  border: 1px solid #AAA;
  overflow: hidden;
}
.radio_posts .radio_posts_list li figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.radio_posts .radio_posts_list li figure img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.radio_posts .radio_posts_list li p {
  margin: 1rem 0 0;
}
.radio_posts .radio_posts_list li p a {
  text-decoration: none;
}
.radio_posts .radio_posts_list li p span {
  display: block;
  margin-top: 1rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 641px) {
  .radio_posts .radio_posts_list li p span {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media all and (min-width: 769px) {
  .radio_posts .radio_posts_list li p span {
    line-height: 1.6;
  }
}

/* サイト紹介 deprecated 2023.09.11 */
.about .page {
  width: 100%;
  margin: 20px auto;
}
@media all and (max-width: 768px) {
  .about .page {
    max-width: 640px;
  }
}
@media all and (min-width: 769px) {
  .about .page {
    max-width: 960px;
  }
}

.about_contents {
  margin: 50px 0;
  padding: 10px 30px;
  border: 1px solid #AAA;
}
@media all and (max-width: 599px) {
  .about_contents {
    padding: 10px;
  }
}
.about_contents p {
  font-size: 1.125rem;
  text-align: center;
}

.about_categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.about_categories li {
  width: 49%;
  padding: 10px 1% 0;
}
.about_categories li .button_link {
  margin-top: 10px !important;
}
@media all and (max-width: 599px) {
  .about_categories li .button_link {
    font-size: 0.875rem;
  }
}
.about_categories img {
  vertical-align: bottom;
}
.about_categories .category-health .button_link {
  background: #1C9DD6 !important;
}
.about_categories .category-supplement .button_link {
  background: #319047 !important;
}
.about_categories .category-cook .button_link {
  background: #EF7C00 !important;
}
.about_categories .category-radio .button_link {
  background: #534097 !important;
}

.about_story {
  max-width: 640px;
  margin: 50px auto 70px;
}
.about_story figcaption {
  color: #222;
  font-size: 1rem;
  font-style: normal;
}

/* お客様の声 */
.voice_title {
  margin: 0 auto 30px !important;
  color: #534097;
  font-size: 3rem;
  text-align: center;
}
.voice_title span {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
}

.voice_form .entry-header {
  display: none;
}
.voice_form .entry-content {
  margin-top: 0;
}
.voice_form .voice_subtitle {
  margin: 20px auto !important;
  color: #534097;
  font-size: 1.125rem;
  text-align: center;
}
@media all and (min-width: 769px) {
  .voice_form .voice_subtitle {
    font-size: 1.25rem;
  }
}
.voice_form .voice_subtitle + p {
  text-align: center;
}
.voice_form .voice_form_container {
  margin-bottom: 50px;
  padding: 10px;
  border: 1px solid #534097;
  background-color: #fff;
}
@media all and (min-width: 769px) {
  .voice_form .voice_form_container {
    padding: 20px;
  }
}
.voice_form .wpuf-form-add {
  max-width: 520px;
  margin: 0 auto;
}
.voice_form .wpuf-label .required {
  overflow: hidden;
  font-size: 0;
}
.voice_form .wpuf-label .required::after {
  font-size: 0.75rem;
  font-weight: normal;
  content: "【必須】";
}
.voice_form .wpuf-submit-button {
  width: 100%;
  padding: 14px 10px;
  border: 0 !important;
  border-radius: 15px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #EF7C00 !important;
  font-weight: bold;
  cursor: pointer;
}
@media all and (min-width: 769px) {
  .voice_form .wpuf-submit-button {
    padding: 20px 16px;
    font-size: 1.25rem;
  }
}
.voice_form .wpuf-success {
  border: 0;
  background: rgba(125, 108, 175, 0.15);
  color: #534097;
  text-align: center;
}
.voice_form button,
.voice_form input,
.voice_form select,
.voice_form textarea {
  border-color: #707070;
}

.voice_list {
  margin-bottom: 30px;
}
.voice_list .voice_subtitle {
  margin-top: 40px;
  padding: 0.4rem 0;
  background: #534097;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
.voice_list .voice_subtitle + p {
  margin: 30px auto;
  text-align: center;
}
.voice_list .voice_list_container {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 -30px;
  padding: 0;
}
.voice_list .voice_list_item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  border: 1px solid #534097;
  background-color: #fff;
}
@media all and (min-width: 769px) {
  .voice_list .voice_list_item {
    width: 48%;
    margin-bottom: 30px;
  }
}
.voice_list .voice_list_item .customer_date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size: 0.875rem;
}
.voice_list .voice_list_item .customer_date .program {
  width: 210px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: var(--area-color);
}
.voice_list .voice_list_item .customer_status {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.voice_list .voice_list_item .customer_status ul {
  list-style: none !important;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.voice_list .voice_list_item .customer_status li {
  display: inline-block;
}
.voice_list .voice_list_item .customer_name::before {
  content: "／";
}
.voice_list .voice_list_item .wpulike {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

.voice_form .site-content,
.post-type-archive-voice .site-content {
  margin-top: 0;
  padding: 50px 0;
  background: rgba(125, 108, 175, 0.15);
}
.voice_form .content__main,
.post-type-archive-voice .content__main {
  margin: 0;
  background: transparent;
}

@media all and (min-width: 1025px) {
  .post-type-archive-voice .archive__main {
    width: 100%;
  }
}

/* 投稿 タグ汎用設定 */
.archive__category,
.sidebar .ys-posts__cat,
.singular-header__terms {
  padding: 0 0.25rem;
  background: #1186ca;
  color: #fff;
}
.archive__category .ys-icon,
.sidebar .ys-posts__cat .ys-icon,
.singular-header__terms .ys-icon {
  display: none;
}

.sidebar .ys-posts__cat {
  display: inline-block !important;
}

/* 投稿 アーカイブ */
.archive .archive__page-title {
  font-size: 1.8rem;
}
.archive.category .site-content {
  margin-top: 0;
}
.archive.category-all .ys_recent_posts {
  display: none;
}
.archive.category-all .archive__page-title {
  color: #534097;
}
.archive.category-health .archive__page-title {
  color: #1C9DD6;
}
.archive.category-supplement .archive__page-title {
  color: #319047;
}
.archive.category-cook .archive__page-title {
  color: #EF7C00;
}
.archive.category-radio .archive__page-title {
  color: #534097;
}

.archive__category.category--health,
.sidebar .ys-posts__cat.category--health {
  background: #1C9DD6;
}
.archive__category.category--supplement,
.sidebar .ys-posts__cat.category--supplement {
  background: #319047;
}
.archive__category.category--cook,
.sidebar .ys-posts__cat.category--cook {
  background: #EF7C00;
}
.archive__category.category--radio,
.sidebar .ys-posts__cat.category--radio {
  background: #534097;
}

/* 投稿 ランキング */
.archive_visual {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  background: rgba(125, 108, 175, 0.15);
}
@media all and (min-width: 769px) {
  .archive_visual {
    flex-wrap: nowrap;
    margin-bottom: 50px;
    padding: 20px 0 10px;
  }
}

.archive_visual_intro {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 25%;
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .archive_visual_intro {
    display: none;
  }
}

.archive_visual_lead {
  position: relative;
  margin-right: 20px;
  padding: 30px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .archive_visual_lead {
    padding: 30px 7px;
  }
}
@media all and (min-width: 1231px) {
  .archive_visual_lead {
    width: 90%;
    margin-right: 0;
  }
}
.archive_visual_lead img {
  position: absolute;
  bottom: -100px;
  left: calc(50% - 75px);
}
.archive_visual_lead p {
  margin: 0 0 1rem;
  color: #222;
  font-size: 0.9rem;
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  .archive_visual_lead p {
    font-size: 1.25rem;
  }
}
.archive_visual_lead .text_highlight:not(:last-of-type) {
  color: #534097;
}
.archive_visual_lead .text_highlight:last-of-type {
  color: #EF7C00;
}

.archive_visual_rank {
  list-style: none;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s;
}
.archive_visual_rank.slick-initialized {
  opacity: 1;
}
.archive_visual_rank li {
  position: relative;
  margin: 20px;
  padding: 0 0 80px;
}
.archive_visual_rank li figure {
  z-index: 1;
  position: relative;
  padding-top: 56.25%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  overflow: hidden;
}
.archive_visual_rank li figure a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.archive_visual_rank li figure img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive_visual_rank li .caption {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 20px 0 0;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  font-style: normal;
  text-align: left;
}
@media all and (min-width: 641px) {
  .archive_visual_rank li .caption {
    padding: 1rem;
  }
}
@media all and (min-width: 769px) {
  .archive_visual_rank li .caption {
    margin: 0 40px 0 0;
  }
}
.archive_visual_rank li .caption a {
  color: #222;
  text-decoration: none;
}
.archive_visual_rank li .title {
  display: block;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1186ca;
  color: #1186ca;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (min-width: 641px) {
  .archive_visual_rank li .title {
    line-height: 1.5;
  }
}
.archive_visual_rank li .excerpt {
  display: block;
  position: relative;
  width: 100%;
  height: 1.8rem;
  margin: 0;
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.2;
  overflow: hidden;
}
@media all and (min-width: 641px) {
  .archive_visual_rank li .excerpt {
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.archive_visual_rank li .excerpt::after {
  z-index: 3;
  position: absolute;
  bottom: -0.25rem;
  right: 0;
  padding: 0.125rem 0.5rem 0.125rem 2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
  content: "…";
}
.archive_visual_rank li .property {
  margin-bottom: 0;
  color: #222;
  font-size: 0.625rem;
  text-align: right;
}
@media all and (min-width: 641px) {
  .archive_visual_rank li .property {
    font-size: 0.75rem;
  }
}
.archive_visual_rank li .place {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 75px;
  margin: 0;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}

/* front page */
.radio_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.topic_message {
  color: #222;
  font-size: 24px;
  font-weight: bold;
}

.radio_btn_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}

.radio_btn_wrap a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 55px;
  max-width: 600px;
  height: auto;
  padding: 14px 20px;
  text-align: center;
  border: solid 4px var(--area-color);
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
}
@media all and (min-width: 1024px) {
  .radio_btn_wrap a {
    width: 600px;
  } 
}
.new_icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  background-color: var(--new-color);
}
.radio_btn_wrap a img {
  width: 330px;
  height: 80px;
}
@media all and (max-width: 599px) {
  .radio_btn_wrap a {
  padding: 0px 10px;
  gap: 30px;
  }
  .new_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  .radio_btn_wrap a img {
    width: 230px;
    height: 100%;
  }
}

/* 個別　固定ページ　色変換 */
/* .kansai_wrap .radio_title span {
  color: var(--kansai-color);
} */

/* .kansai_wrap .radio_schedule .radio_schedule_title {
  background: var(--kansai-color);
} */

/* .tokai_wrap .radio_title span {
  color: var(--tokai-color);
} */

/* .tokai_wrap .radio_schedule .radio_schedule_title {
  background: var(--tokai-color);
} */


/* 投稿 個別記事 */
.post.category-health .singular-header__terms {
  background: #1C9DD6;
}
.post.category-supplement .singular-header__terms {
  background: #319047;
}
.post.category-cook .singular-header__terms {
  background: #EF7C00;
}
.post.category-radio .singular-header__terms {
  background: #534097;
}

/* 固定ページ 汎用設定 */
.page .singular-header__title {
  color: #1186ca;
  font-size: 1.5rem;
}

/* テーマver.により異なる設定の無効化 */
.ys-posts.is-list .ys-posts__meta {
  order: -1;
}

/* アイコン */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?y55sbi");
  src: url("fonts/icomoon.eot?y55sbi#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?y55sbi") format("truetype"), url("fonts/icomoon.woff?y55sbi") format("woff"), url("fonts/icomoon.svg?y55sbi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-berry::before {
  content: "\e900";
}

.icon-radio::before {
  content: "\e901";
}

.icon-right::before {
  content: "\e902";
}

.icon-left::before {
  content: "\e906";
}

.icon-book::before {
  content: "\e903";
}

.icon-chevron-left::before {
  content: "\e904";
}

.icon-chevron-right::before {
  content: "\e905";
}

.icon-antenna::before {
  content: "\e907";
}
