body {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', 'Yu Gothic', 'UD Shin Go Light', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

.modaal-close {
  position: absolute;
  top: 300px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(/special_contents/img/radio/btn_close.png);
  background-size: cover;
}



#header .pagetop a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #000;
  padding: 5px 20px 4px;
}

.ttl_lv2 {
  font-size: 30px;
  width: fit-content;
  margin: 0 auto 50px;
  line-height: 1.2;
}

.ttl_lv2 .over {
  display: block;
  border-radius: 10px;
  border: 1px solid #000;
  background: #E05942;
  box-shadow: 2px 2px 0 0 #000;
  padding: 5px;
  position: relative;
  z-index: 2;
}

.ttl_lv2 .inner {
  display: block;
  padding: 5px 40px 3px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #FEF4E2;
}

.sec01 {
  max-width: 1920px;
  margin: auto;
}

.sec01 .ttl_lv1 img {
  width: 100%;
  height: auto;
}

.sec02 {
  margin: 80px auto 100px;
}

.sec02 .center {
  text-align: center;
  line-height: 1.7;
}

.radio-info,
.radio-btn,
.note,
.sns_list {
  width: fit-content;
  margin: auto;
}

.radio-info {
  margin: 40px auto 30px;
  font-size: 18px;

}

.radio-info li+li {
  margin-top: 10px;
}

.radio-info .bg_red,
.radio-btn a,
.sns_list {
  font-size: 16px;

}

.radio-info .bg_red {
  background: #E05942;
  color: #fff;
  border-radius: 5px;
  width: 110px;
  margin-right: 20px;
  display: inline-block;
  padding: 7px 0 6px;
  line-height: 1;
  text-align: center;
}

.radio-btn,
.note {
  margin-bottom: 40px;
}

.radio-btn a {
  text-align: center;
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #000;
  background: #458428;
  color: #FFF;
  transition: .3s;
}

.radio-btn .icon_blank {
  margin-top: 3px;
  margin-left: 5px;
}

.radio-btn:hover .icon_blank {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.2) contrast(1000%);
}

.radio-btn:hover a {
  background: #FFCA3A;
  color: #000;
}

.note {
  font-size: 14px;
  padding-left: 0.9rem;
}

.note li {
  text-indent: -.9rem;
}

.sns_list {
  display: flex;
  align-items: center;

}

.sns_list a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.sns_list a:hover {
  opacity: .7;
}

.sns_list li+li {
  margin-left: 20px;
}

.sec03 {
  padding: 80px 0;
  background: #F4E9D7;
  position: relative;
  z-index: 1;
}

.sec03 .radio_movie,
.sec03 .ttl_lv2 {
  position: relative;
}

.sec03 .radio_movie::before,
.sec03 .radio_movie::after,
.sec03 .ttl_lv2::before {
  display: block;
  position: absolute;
  content: "";
  z-index: 2;
}

.sec03 .ttl_lv2::before {
  width: 340px;
  height: 56px;
  top: -36px;
  left: -70px;
  background: url("/special_contents/img/radio/bg_icon01.png")no-repeat;
  background-size: cover;
}

.sec03 .radio_movie::before {
  width: 89px;
  height: 101px;
  top: -106px;
  right: -122px;
  background: url("/special_contents/img/radio/bg_icon02.png")no-repeat;
  background-size: cover;
}

.sec03 .radio_movie::after {
  width: 59px;
  height: 56px;
  bottom: -10px;
  left: -93px;
  background: url("/special_contents/img/radio/bg_icon03.png")no-repeat;
  background-size: cover;
}

.radio_movie {
  max-width: 630px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}

.radio_movie a {
  display: block;
}

.radio_movie p {
  width: fit-content;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 60px;
  border: 1px solid #000;
  background: #FFCA3A;
  line-height: 1.2;
  transition: .3s;
}

.radio_movie p a {
  padding: 10px 20px 8px;
}

.radio_movie p:hover {
  background: #1CA8BE;
}

.radio_movie .item img {
  transition: .3s;
}

.radio_movie .item img:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  .ttl_lv2 {
    font-size: 24px;
  }
  .ttl_lv2 .over {
    padding: 3px;
    border-radius: 6px;
  }

  .ttl_lv2 .inner {
    border-radius: 3px;

  }

  .sec02 {
    margin: 60px auto 80px;
  }

  .radio-info,
  .radio-info .bg_red,
  .radio-btn a,
  .sns_list {
    font-size: 14px;
  }

  .modaal-close {
    width: 40px;
    height: 40px;
  }

  .radio-info .bg_red {
    width: 100px;
    margin-right: 10px;
  }

  .radio-btn a {
    padding: 10px 20px;
    border-radius: 30px;
  }

  .radio-btn .icon_blank {
    margin-top: 2px;
  }

  .sec03 {
    padding: 60px 0 50px;
  }

  .sec03 .ttl_lv2::before {
    width: 250px;
    height: 43px;
    top: -30px;
  }

  .sec03 .radio_movie::before {
    width: 57px;
    height: 64px;
    right: -22px;
  }

  .sec03 .radio_movie::after {
    width: 22px;
    height: 22px;
    left: -28px;
  }

  .radio_movie {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }

  .radio_movie .item {
    max-width: 300px;
    margin: 0 auto;
  }

  .radio_movie .item img {
    width: 100%;
    height: auto;
  }


}

@media (max-width: 500px) {
  .modaal-close {
    top: 145px;
    width: 30px;
    height: 30px;
    ;
  }

  .sec03 .ttl_lv2 .inner {
    padding: 5px 26px 3px;

  }

  .sec03 .ttl_lv2::before {
    top: -30px;
    left: -29px;
  }

  .sec03 .radio_movie::before {
    width: 57px;
    height: 57px;
    top: unset;
    bottom: -34px;
    right: 16px;
    background: url("/special_contents/img/radio/bg_icon02_sp.png")no-repeat;
    background-size: cover;
  }

  .sec03 .radio_movie::after {
    bottom: unset;
    top: 153px;
    left: 10px;

  }

  .radio-info li {
    margin-left: 110px;
  }

  .radio-info li span {
    margin-left: -110px;
  }

  .radio_movie {
    display: block;
  }

  .radio_movie .item+.item {
    margin-top: 30px;
  }
}