@charset "UTF-8";
/* INDEX */
main {
  padding: 0 0 50px;
}

.page-title {
  display: none;
}

.top-main {
  position: relative;
}
.top-main .mv_js {
  z-index: 0;
}
.top-main .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.top-main .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}
.top-main .swiper-slide:nth-child(3n+1) {
  background-color: #de4439;
}
.top-main .swiper-slide:nth-child(3n+2) {
  background-color: #fcd500;
}
.top-main .swiper-slide:nth-child(3n+3) {
  background-color: #53c638;
}
.top-main .swiper-button-next, .top-main .swiper-button-prev {
  top: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .top-main .swiper-button-next, .top-main .swiper-button-prev {
    top: 40%;
    width: 60px;
    height: 60px;
  }
}
.top-main .swiper-button-next img, .top-main .swiper-button-prev img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 16px rgb(255, 203, 203));
          filter: drop-shadow(0px 0px 16px rgb(255, 203, 203));
}
.top-main .swiper-button-next {
  right: 10px;
}
@media screen and (min-width: 1025px) {
  .top-main .swiper-button-next {
    right: 40px;
  }
}
.top-main .swiper-button-prev {
  left: 10px;
}
@media screen and (min-width: 1025px) {
  .top-main .swiper-button-prev {
    left: 40px;
  }
}
.top-main .swiper-button-next:after, .top-main .swiper-rtl .swiper-button-prev:after, .top-main .swiper-button-prev:after, .top-main .swiper-rtl .swiper-button-next:after {
  display: none;
}
.top-main__mv {
  width: 100%;
}
.top-main__mv img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-main__mv img.mv1 {
    margin-top: -200px;
  }
}
.top-main__logo {
  width: 98%;
  max-width: 950px;
  position: absolute;
  bottom: 25vw;
  right: 0;
  left: 0;
  margin: auto;
}
.top-main__logo img {
  width: 100%;
  display: block;
}

.onair-copy {
  width: 70%;
  position: absolute;
  bottom: 5vw;
  right: 0;
  left: 0;
  margin: auto;
}
.onair-copy img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
}

.top-pv {
  position: relative;
}
.top-pv::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: repeat;
  background-image: url(../img/common/bg-movie-ptn.svg);
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 4px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.top-pv__bg {
  line-height: 0;
}
.top-pv__btn {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  color: #E00017;
  font-size: 3rem;
}
@media screen and (min-width: 1025px) {
  .top-pv__btn {
    font-size: 4rem;
    width: 120px;
    height: 120px;
  }
}
.top-pv__btn p {
  margin-top: -3rem;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .top-pv__btn p {
    margin-top: -4rem;
  }
}

.top-newsarea {
  padding: 0 1.5rem 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-newsarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    max-width: 1000px;
    width: 95%;
  }
}
.top-newsarea .top-news, .top-newsarea .top-twitter {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-newsarea .top-news, .top-newsarea .top-twitter {
    width: 48%;
  }
}
.top-newsarea .c-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-newsarea .c-box {
    padding-top: calc(7% + 10px);
    padding-bottom: calc(7% + 10px);
  }
  .top-newsarea .c-box::after, .top-newsarea .c-box::before {
    background-image: url(../img/common/frame-s.svg);
  }
}
.top-newsarea .c-box__inr {
  aspect-ratio: 3/4;
  padding: 0 10px 0 20px;
}
@media screen and (min-width: 768px) {
  .top-newsarea .c-box__inr {
    aspect-ratio: 6/7;
    background-image: url(../img/common/frame-side-s.svg);
    padding: 0 10px 0 30px;
  }
}
.top-newsarea .c-title {
  text-align: center;
  font-family: "Judson", serif;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  color: #63190E;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-newsarea .c-title {
    font-size: 4.9rem;
    margin-bottom: 30px;
  }
}
.top-newsarea .c-title::first-letter {
  color: #E00017;
}
.top-newsarea .top-news__news-list {
  margin: 0;
  padding-right: 20px;
  aspect-ratio: 3/4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.top-newsarea .top-news__news-list a {
  color: #1F1F1F;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}
.top-newsarea .top-news__news-list a:hover {
  color: #E00017;
}
.top-newsarea .top-news__news-list__date {
  color: #E00017;
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
}
.top-newsarea .top-news__news-list__title {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.6em;
}
.top-newsarea .top-twitter iframe {
  height: auto !important;
  width: 100% !important;
  aspect-ratio: 3/4;
}/*# sourceMappingURL=index.css.map */