@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}

.header {
  height: 140px;
}
.header .header-logo {
  top: 22px;
}
.header .header-frequency {
  top: 30px;
  right: 10px;
}
.header .header-hamburger {
  top: 25px;
  transition: top 0.7s;
  display: none;
}
.header.minimized .header-logo {
  top: 11px;
}
.header.minimized .header-hamburger {
  top: 11px;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }
  .header .header-hamburger {
    display: block;
    top: 5px;
  }
}

main {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.footer .footer-list {
  margin: 0;
  padding: 0;
}

.c-heading-01 {
  margin-bottom: 40px;
}
.c-heading-01 h2 {
  margin: 0;
}
.c-heading-01 h2 img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .c-heading-01 {
    margin-bottom: 26px;
  }
  .c-heading-01 h2 img {
    height: 30px;
  }
}

.c-heading-02 {
  margin-bottom: 40px;
}
.c-heading-02 h2 {
  margin: 0;
}
.c-heading-02 h2 img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-heading-02 {
    margin-bottom: 26px;
  }
  .c-heading-02 h2 img {
    height: 27px;
  }
}

.c-btn-01 {
  text-align: center;
  margin-top: 50px;
}
.c-btn-01 a {
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: #0084c3;
  border: 2px solid #0084c3;
  background-color: #ffffff;
  padding: 15px 40px;
  border-radius: 7px;
}
.c-btn-01 a:hover {
  color: #ffffff;
  background-color: #0084c3;
}
@media screen and (max-width: 767px) {
  .c-btn-01 {
    text-align: center;
    margin-top: 30px;
  }
  .c-btn-01 a {
    font-size: 22px;
    padding: 10px 26px;
    border-radius: 4px;
  }
}

.r6-wrap-01 {
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .r6-wrap-01 {
    padding: 0 15px;
  }
}

.r6-wrap-02 {
  max-width: 1110px;
  margin: 0 auto;
}

.r6-section {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .r6-section {
    padding-top: 60px;
  }
}

.r6-header-menu {
  position: absolute;
  z-index: 102;
  top: 95px;
  right: 0;
  display: block;
  transition: all 0.7s ease;
  border-top: none;
  width: 100%;
  background-color: #0084c3;
}
.r6-header-menu a {
  color: #ffffff;
}
.r6-header-menu.off {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .r6-header-menu {
    position: static;
    background: none;
    display: none;
  }
  .r6-header-menu a {
    color: #3c424c;
  }
}

.r6-header-menu__in {
  max-width: 1120px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.r6-header-menu__in .e-sns {
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding: 0;
  margin: 0;
}
.r6-header-menu__in .e-sns li a img {
  width: 24px;
}
.r6-header-menu__in .e-navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 45px;
  padding: 0;
  margin: 0;
}
.r6-header-menu__in .e-navi li a {
  font-size: 18px;
  font-family: "Notosan Bold", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 1279px) {
  .r6-header-menu__in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .r6-header-menu__in {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px;
    border-top: 1px solid #dbdede;
  }
  .r6-header-menu__in .e-sns {
    display: none;
  }
  .r6-header-menu__in .e-navi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .r6-header-menu__in .e-navi li {
    border-top: 1px solid #dbdede;
    border-right: 1px solid #dbdede;
  }
  .r6-header-menu__in .e-navi li:nth-child(1), .r6-header-menu__in .e-navi li:nth-child(2) {
    border-top: none;
  }
  .r6-header-menu__in .e-navi li:nth-of-type(2n) {
    border-right: none;
  }
  .r6-header-menu__in .e-navi li a {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    font-size: 13px;
    font-weight: 700;
    padding: 0 15px;
  }
  .r6-header-menu__in .e-navi li a::after {
    content: "";
    width: 6px;
    height: 6px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #2584c1;
  }
}

.swiper-home-kv-r6 {
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
.swiper-home-kv-r6 .swiper-wrapper {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .swiper-home-kv-r6 .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.swiper-home-kv-r6 .swiper-slide {
  width: 590px;
  padding: 20px 40px 0;
}
.swiper-home-kv-r6 .swiper-slide img {
  width: 100%;
}
.swiper-home-kv-r6 .swiper-slide ul {
  padding: 0;
  margin: 0;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 615px;
  padding: 90px 40px 45px;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-title {
  color: #ffe400;
  font-size: 28px;
  font-family: "Notosan Bold", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 15px;

}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-info {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.43;
  margin-top: 15px;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-info .m-time {
  background-image: url(../images/r6/icon-time-01.png);
  background-size: 21px auto;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-info .m-manager {
  background-image: url(../images/r6/icon-mike-01.png);
  background-size: 15px auto;
  background-position: left 3px top;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-top: 5px;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 16px;
  padding-right: 50px;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-link li {
  flex: 1;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-link li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-link .m-program a {
  background-color: #0084c3;
}
.swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-link .m-message a {
  background-color: #e50c84;
}
.swiper-home-kv-r6 .swiper-slide.v-onair {
  background-image: url(../images/r6/bg-slide-01.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.swiper-home-kv-r6 .swiper-slide.v-onair .swiper-slide__in {
  background-image: url(../images/r6/bg-slide-02.png);
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .swiper-home-kv-r6 .swiper-slide {
    width: 100%;
    padding: 14px 0 0;
  }
  .swiper-home-kv-r6 .swiper-slide .swiper-slide__in {
    height: 365px;
    width: 290px;
    padding: 50px 20px 22px;
    margin: 0 auto;
  }
  .swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-img img {
    height: 152px;
  }
  .swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-title {
    font-size: 16px;
    margin-top: 10px;
  }
  .swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-info {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-info .m-time {
    background-size: 15px auto;
    padding-left: 20px;
  }
  .swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-info .m-manager {
    background-size: 11px auto;
    background-position: left 2px top;
    padding-left: 20px;
  }
  .swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-link {
    gap: 0 10px;
    padding-right: 0;
  }
  .swiper-home-kv-r6 .swiper-slide .swiper-slide__in .e-link li a {
    font-size: 10px;
    padding: 8px 0;
  }
  .swiper-home-kv-r6 .swiper-slide.v-onair .swiper-slide__in {
    background-image: url(../images/r6/bg-slide-02-sp.png);
  }
}
.swiper-home-kv-r6 .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  z-index: 1;
}
.swiper-home-kv-r6 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #777777;
  border-radius: 100px;
  cursor: pointer;
}
.swiper-home-kv-r6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00e4ff;
  box-shadow: 0 0 16px #00e4ff, inset 0 0 9px #ffffff;
}
@media screen and (max-width: 767px) {
  .swiper-home-kv-r6 .swiper-pagination {
    bottom: 18px;
    gap: 0 12px;
  }
  .swiper-home-kv-r6 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-home-kv-r6 .swiper-button-next,
.swiper-home-kv-r6 .swiper-button-prev {
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.swiper-home-kv-r6 .swiper-button-next img,
.swiper-home-kv-r6 .swiper-button-prev img {
  width: 100%;
}
.swiper-home-kv-r6 .swiper-button-next:hover,
.swiper-home-kv-r6 .swiper-button-prev:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .swiper-home-kv-r6 .swiper-button-next,
  .swiper-home-kv-r6 .swiper-button-prev {
    width: 25px;
  }
}
.swiper-home-kv-r6 .swiper-button-next {
  left: calc(50% + 275px);
}
@media screen and (max-width: 767px) {
  .swiper-home-kv-r6 .swiper-button-next {
    left: auto;
    right: 10px;
  }
}
.swiper-home-kv-r6 .swiper-button-prev {
  left: calc(50% - 320px);
}
@media screen and (max-width: 767px) {
  .swiper-home-kv-r6 .swiper-button-prev {
    left: 10px;
  }
}

.p-radiko-block-01 {
  background-color: #e0f1f9;
  padding: 20px 0;
}
.p-radiko-block-01 iframe {
  display: block;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-radiko-block-01 {
    padding: 20px;
  }
  .p-radiko-block-01 iframe {
    width: 100%;
  }
}

.l-home-content-01 {
  padding-bottom: 50px;
  position: relative;
}
.l-home-content-01 .l-home-content-01__deco-01 {
  position: absolute;
  right: 30px;
  top: 250px;
  width: 207px;
}
.l-home-content-01 .l-home-content-01__deco-02 {
  position: absolute;
  left: 0;
  top: 920px;
  width: 289px;
}
.l-home-content-01 .l-home-content-01__deco-03 {
  position: absolute;
  right: 20px;
  top: 2100px;
  width: 242px;
}
.l-home-content-01 .r6-section {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-home-content-01 .l-home-content-01__deco-01 {
    right: 5px;
    top: 450px;
    width: 82px;
  }
  .l-home-content-01 .l-home-content-01__deco-02 {
    left: -30;
    top: 820px;
    width: 116px;
  }
  .l-home-content-01 .l-home-content-01__deco-03 {
    right: 5px;
    top: 2630px;
    width: 90px;
  }
}

.p-post-list-01 ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 14px;
}
.p-post-list-01 ul li a {
  display: block;
  color: #333333;
}
.p-post-list-01 ul li a img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}
.p-post-list-01 ul li a dl {
  margin: 10px 0 0;
  padding: 0 10px;
}
.p-post-list-01 ul li a dl dt {
  font-size: 15px;
  color: #888888;
}
.p-post-list-01 ul li a dl dd {
  font-size: 15px;
  line-height: 1.4;
  margin: 10px 0 0 0;
  font-weight: 700;
}
.p-post-list-01.--v-3column ul {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 18px;
}
.p-post-list-01.--v-3column ul li a img {
  height: 213px;
}
@media screen and (max-width: 767px) {
  .p-post-list-01 ul,
  .p-post-list-01.--v-3column ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px 14px;
  }
  .p-post-list-01 ul li a img,
  .p-post-list-01.--v-3column ul li a img {
    height: 102px;
  }
  .p-post-list-01 ul li a dl {
    margin: 7px 0 0;
    padding: 0;
  }
  .p-post-list-01 ul li a dl dt {
    font-size: 12px;
  }
  .p-post-list-01 ul li a dl dd {
    font-size: 12px;
    margin: 5px 0 0 0;
  }
}

.swiper-home-event-r6 {
  padding-top: 40px !important;
}
.swiper-home-event-r6 .swiper-slide {
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.swiper-home-event-r6 .swiper-slide img {
  width: 100%;
}
.swiper-home-event-r6 .swiper-slide .e-badge {
  position: absolute;
  left: 15px;
  top: -40px;
  background-color: #0084c3;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 100px;
}
.swiper-home-event-r6 .swiper-button-next,
.swiper-home-event-r6 .swiper-button-prev {
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.swiper-home-event-r6 .swiper-button-next img,
.swiper-home-event-r6 .swiper-button-prev img {
  width: 100%;
}
.swiper-home-event-r6 .swiper-button-next:hover,
.swiper-home-event-r6 .swiper-button-prev:hover {
  opacity: 0.7;
}
.swiper-home-event-r6 .swiper-button-next {
  right: 0;
}
.swiper-home-event-r6 .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .swiper-home-event-r6 {
    padding-top: 35px !important;
  }
  .swiper-home-event-r6 .swiper-slide {
    width: 100%;
  }
  .swiper-home-event-r6 .swiper-slide .e-badge {
    top: -35px;
    font-size: 12px;
    padding: 7px 10px;
  }
  .swiper-home-event-r6 .swiper-button-next,
  .swiper-home-event-r6 .swiper-button-prev {
    width: 25px;
  }
}

.p-sns-block-01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
}
.p-sns-block-01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sns-block-01 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

.p-youtube-block-01 {
  background-color: #0084c3;
  padding: 30px 0;
  margin-top: 30px;
}
.p-youtube-block-01 .p-youtube-block-01__in {
  max-width: 750px;
  margin: 0 auto;
}
.p-youtube-block-01 .p-youtube-block-01__in .e-move {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-youtube-block-01 .p-youtube-block-01__in .e-move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .p-youtube-block-01 {
    padding: 20px;
    margin-top: 20px;
  }
}

.p-footer-bnr-01 {
  margin-top: 120px;
}
.p-footer-bnr-01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 25px;
  margin: 0;
  padding: 0;
}
.p-footer-bnr-01 ul li {
  width: calc((100% - 75px) / 4);
}
.p-footer-bnr-01 ul li a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer-bnr-01 {
    margin-top: 60px;
  }
  .p-footer-bnr-01 ul {
    gap: 18px;
  }
  .p-footer-bnr-01 ul li {
    width: calc((100% - 18px) / 2);
  }
}/*# sourceMappingURL=style.r6.css.map */