@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    next
======================================================== */
.next {
  position: relative;
  width: 100%;
  padding: 18rem 0;
  border-top: 1px solid #060606;
}
@media screen and (min-width: 768px) {
  .next {
    padding: 13.5rem 0;
  }
}
.next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  z-index: -4;
}
.next_bg01 {
  position: absolute;
  left: calc(50% - 50vw);
  top: inherit;
  bottom: inherit;
  display: block;
  width: 100vw;
  height: 7.2rem;
  background-image: url(../images/top/next_bg01.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .next_bg01 {
    height: 4.9rem;
  }
}
.next_bg01.top {
  top: 2rem;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .next_bg01.top {
    top: 1rem;
  }
}
.next_bg01.bottom {
  bottom: 3rem;
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .next_bg01.bottom {
    bottom: 2rem;
  }
}
.next .inner {
  max-width: 1500px;
}
.next_column {
  position: relative;
  width: 100%;
}
.next_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .next_wrap {
    flex-direction: row;
  }
}
.next_wrap::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 2rem;
  display: block;
  width: 100vw;
  height: 50rem;
  background-image: url(../images/top/next_bg02_sp.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  transform: none;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .next_wrap::before {
    top: 50%;
    height: 32rem;
    background-image: url(../images/top/next_bg02_pc.png);
    transform: translateY(-50%);
  }
}
.next_onair {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .next_onair {
    display: inline-block;
    width: auto;
  }
}
.next_ttl {
  position: relative;
  width: 44.776119403%;
}
@media screen and (min-width: 768px) {
  .next_ttl {
    width: 300px;
  }
}
.next_date {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .next_date {
    margin-top: 3rem;
  }
}
.next_date > span {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .next_date > span {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .next_date > span {
    font-size: 4.6rem;
  }
}
.next_date > span > em {
  font-size: 160%;
  line-height: 1;
}
.next_movie {
  position: relative;
  width: 100%;
  margin: 4rem 0 0 0;
  padding: 1.4rem;
  border: 0.2rem solid #060606;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .next_movie {
    width: 57.7464788732%;
    margin: 0 0 0 2.8169014085%;
    padding: 0.7rem;
  }
}
.next_movie_square {
  position: absolute;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  display: block;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background-color: #060606;
}
.next_movie_square.lt {
  left: -0.9rem;
  top: -0.9rem;
}
.next_movie_square.rt {
  right: -0.9rem;
  top: -0.9rem;
}
.next_movie_square.lb {
  left: -0.9rem;
  bottom: -0.9rem;
}
.next_movie_square.rb {
  right: -0.9rem;
  bottom: -0.9rem;
}
.next_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.next_movie_embed * {
  line-height: inherit;
}
.next_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.next_onair .title {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 0.5em;
  margin-bottom: -1.5em;
}

.realtime_bnr {
  max-width: 670px;
  margin: 3.5em auto 0;
  transition: transform 0.3s ease;
}
.realtime_bnr:hover {
  transform: translateY(-1em);
}

/* ========================================================
    about
======================================================== */
.about {
  position: relative;
  width: 100%;
  padding: 0;
  border-top: 1px solid #060606;
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #b7faff 0%, #eae1f7 50%, #ffd8f6 100%);
  z-index: -4;
}
.about::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  -webkit-mask-image: url(../images/common/common_bg01.png);
          mask-image: url(../images/common/common_bg01.png);
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: auto auto;
          mask-size: auto auto;
  z-index: -3;
}
.about_bg01 {
  position: absolute;
  right: calc(100% - 22rem);
  top: 5rem;
  display: block;
  width: 35.5rem;
  aspect-ratio: 355/216;
  background-image: url(../images/top/about_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .about_bg01 {
    right: calc(50% + 395px);
    top: 3rem;
  }
}
.about_bg02 {
  position: absolute;
  left: calc(100% - 24.5rem);
  top: 17rem;
  display: block;
  width: 49.7rem;
  aspect-ratio: 497/290;
  background-image: url(../images/top/about_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .about_bg02 {
    left: calc(50% + 385px);
    top: 18rem;
    background-image: url(../images/top/about_bg02_pc.png);
  }
}
.about_bg03 {
  position: absolute;
  right: calc(100% - 26.5rem);
  top: 81.2rem;
  display: block;
  width: 27.4rem;
  aspect-ratio: 300/188;
  background-image: url(../images/top/about_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about_bg03 {
    top: 47.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .about_bg03 {
    right: calc(50% + 305px);
    width: 30rem;
  }
}
.about_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 16rem 0 32rem 0;
}
@media screen and (min-width: 768px) {
  .about_column {
    width: 83.3333333333%;
    padding: 12rem 0 24rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .about_column {
    padding: 12rem 0;
  }
}
.about_column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #6deefc 0%, #aaf7ff 35%, #ffb1dd 62%, #ff7ef9 100%);
  -webkit-mask-image: url(../images/top/about_bg04_sp.png);
          mask-image: url(../images/top/about_bg04_sp.png);
  -webkit-mask-repeat: repeat-y;
          mask-repeat: repeat-y;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .about_column::before {
    -webkit-mask-image: url(../images/top/about_bg04_pc.png);
            mask-image: url(../images/top/about_bg04_pc.png);
  }
}
.about_ttl {
  position: relative;
  width: 43.8805970149%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about_ttl {
    width: 216px;
  }
}
.about_text {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_text {
    margin-top: 6rem;
  }
}
.about_text > p {
  width: 100%;
  margin-top: 12rem;
  font-weight: 900;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .about_text > p {
    margin-top: 0;
  }
}
.about_text > p:first-child {
  margin-top: 0;
}
.about_text > p .bg01 {
  display: inline-block;
  margin-right: 0.25em;
  padding: 0 0.5em;
  color: inherit;
  border-radius: 1em;
  background-color: #eaf431;
}
.about_text > p .bg02 {
  display: inline-block;
  margin-right: 0.25em;
  padding: 0 0.5em;
  color: #eaf431;
  border-radius: 1em;
  background-color: #060606;
}

.form_bnr {
  width: 90%;
  max-width: 670px;
  margin: 3.5em auto;
  transition: transform 0.3s ease;
}
.form_bnr:hover {
  transform: translateY(-1em);
}

.form_bnr {
  padding: 0 0 7.5em;
}

@media screen and (min-width: 768px) {
  .form_bnr {
  padding: 0 0 0;
}
}
/*# sourceMappingURL=top.css.map */