@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    nav
======================================================== */
.header .submv_onair_text {
  display: none;
}

/* ========================================================
    sns
======================================================== */
/* ========================================================
    topbnr
======================================================== */
.topbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .topbnr {
    padding: 6rem 0;
  }
}

/* ========================================================
    member
======================================================== */
.member {
  background: #2f3786;
  position: relative;
  padding: 6rem 0;
}
.member h3 {
  color: #ffffff;
  font-size: 6rem;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.member_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.member_list li {
  width: calc((100% - 5rem) / 2);
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .member_list li:not(:nth-child(2n)):not(:last-child) {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .member_list li {
    width: calc((100% - 18rem) / 4);
  }
  .member_list li:not(:nth-child(4n)):not(:last-child) {
    margin-right: 6rem;
  }
}
.member_list li .photo {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.member_list li .photo::before {
  content: "";
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  position: absolute;
  top: -2rem;
  left: -2rem;
  margin: 0;
  background: url(../images/top/member_frame01.png) no-repeat top center/contain;
}
.member_list li:nth-child(even) .photo::before {
  background-image: url(../images/top/member_frame02.png);
}
.member_list li p {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.6;
}
.member_list li .en {
  color: #00f6ff;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .member_list li .en {
    font-size: 1.6rem;
  }
}
.member::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(248, 172, 255, 0.4) 80%, rgba(137, 76, 172, 0.4));
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}
.member::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(85, 95, 200, 0.4) 80%, rgba(67, 63, 221, 0.4));
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 0;
}

/* ========================================================
    introduction
======================================================== */
.introduction {
  padding: 6rem 0 14rem;
  background: #5036bb url(../images/common/bg_koushi.png) repeat top left;
  text-align: center;
  position: relative;
}
.introduction::before {
  content: "";
  width: 50rem;
  height: 90%;
  position: absolute;
  bottom: 5rem;
  right: 0;
  background: url(../images/top/logo_intro_logo.png) no-repeat bottom right/contain;
  z-index: 0;
  opacity: 0.5;
}
.introduction p {
  text-align: center;
  padding: 1rem 3rem;
  color: #ffffff;
  display: inline-block;
  font-size: 3rem;
  position: relative;
}
.introduction p::before, .introduction p::after {
  content: "";
  width: 19rem;
  height: 110%;
  position: absolute;
  top: -5%;
  z-index: 0;
}
.introduction p::before {
  left: -17.5rem;
  background: url(../images/top/deco_intro_line.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  .introduction p::before {
    left: -19rem;
  }
}
.introduction p::after {
  right: -17.5rem;
  background: url(../images/top/deco_intro_line.png) no-repeat center/100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .introduction p::after {
    right: -19rem;
  }
}
@media screen and (min-width: 768px) {
  .introduction p {
    font-size: 2.4rem;
    padding: 1rem 10rem;
  }
}
.introduction strong {
  font-size: 2em !important;
  font-weight: 700;
}
.introduction .fontL {
  font-size: 1.5em;
}
.introduction .underline {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.introduction .underline::after {
  content: "";
  width: 100%;
  height: 0.5em;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  background: #ff42a1;
  z-index: -1;
}

/* ========================================================
    next
======================================================== */
.next {
  background: #ff42a1;
  padding: 6rem 0 10rem;
  position: relative;
}
.next::before {
  content: "";
  width: 100%;
  height: 7rem;
  position: absolute;
  top: -5rem;
  left: 0;
  background: url(../images/top/bg_pink_paper.svg) no-repeat top center;
  background-size: 1200px auto;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .next::before {
    background-size: cover;
  }
}
.next-block {
  background: #ffffff url(../images/top/bg_yokoku_logo.png) no-repeat bottom -2rem right -5rem;
  background-size: 60%;
  border-radius: 3rem;
  border: solid 10px #ffff00;
  padding: 6rem 4rem;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .next-block {
    padding: 6rem 6.6666666667%;
    background-size: 30%;
  }
}
.next-block .onair {
  font-size: 4.6rem;
  color: #9a21c1;
  display: inline-block;
  position: relative;
  padding-top: 4rem;
  padding-left: 0;
  margin-bottom: 4rem;
  line-height: 0.5 !important;
}
@media screen and (min-width: 1080px) {
  .next-block .onair {
    padding-top: 0;
    padding-left: 9rem;
  }
}
.next-block .onair em {
  color: #ff42a1;
  line-height: 1 !important;
}
.next-block .onair small {
  font-size: 0.7em;
}
.next-block .onair span {
  display: block;
  line-height: 0.5 !important;
}
@media screen and (min-width: 1080px) {
  .next-block .onair span {
    display: inline;
  }
}
.next-block .onair::before {
  content: "";
  width: 7.8rem;
  height: 5.9rem;
  position: absolute;
  top: 3rem;
  left: 50%;
  background: url(../images/common/icon_star.png) no-repeat center center/contain;
  z-index: 0;
  transform: translate(-50%, -100%);
}
@media screen and (min-width: 1080px) {
  .next-block .onair::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .next-block .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.next-block .flex .photo-block {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1080px) {
  .next-block .flex .photo-block {
    margin-bottom: 0;
    width: 54%;
  }
}
.next-block .flex .text-block {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .next-block .flex .text-block {
    width: 40%;
  }
}
.next-block .flex .text-block .mission {
  display: inline-block;
  padding: 0 1em;
  background: url(../images/top/bg_mission.png) no-repeat top left/cover;
  color: #ffffff;
  text-shadow: 2px 2px 0 #ff42a1;
  margin-bottom: 2rem;
}
.next-block .flex .text-block .mission span {
  color: #ffff00;
  font-size: 1.3em;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
}
.next-block .flex .text-block h3 {
  color: #0170ff;
  border-bottom: 4px dotted #0170ff;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  line-height: 1.1;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 1080px) {
  .next-block .flex .text-block h3 {
    font-size: 2.6rem;
  }
}
.next-block .flex .text-block p:not(.mission) {
  font-size: 2.6rem;
}
@media screen and (min-width: 1080px) {
  .next-block .flex .text-block p:not(.mission) {
    font-size: 1.6rem;
  }
}

.appeal {
  border-bottom: 3px solid #e4157d;
  color: #e4157d;
  font-size: 120%;
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  background: #e4157d;
  padding: 6rem 0 16rem;
  position: relative;
  text-align: center;
}
.backnumber::before {
  content: "";
  width: 100%;
  height: 6rem;
  position: absolute;
  top: -6rem;
  left: 0;
  background: #e4157d url(../images/top/bg_pink_nami.png) repeat-x bottom center;
  z-index: 0;
}
.backnumber .ttl_back {
  position: relative;
  font-size: 4.6rem;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 0 8rem;
  margin-bottom: 8rem;
  text-shadow: 0 0 20px #f600ff, 0 0 20px #f600ff;
}
@media screen and (min-width: 768px) {
  .backnumber .ttl_back {
    font-size: 3.6rem;
    padding: 0 15rem;
  }
}
.backnumber .ttl_back::before, .backnumber .ttl_back::after {
  content: "";
  width: 6rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background: url(../images/top/tit_line_sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .backnumber .ttl_back::before, .backnumber .ttl_back::after {
    width: 13rem;
    background: url(../images/top/tit_line.png) no-repeat center center/contain;
  }
}
.backnumber .ttl_back::before {
  left: 0;
}
.backnumber .ttl_back::after {
  right: 0;
}
.backnumber_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.backnumber_list li {
  width: 46%;
  margin-bottom: 6rem;
  text-align: left;
}
.backnumber_list li:nth-child(odd) {
  margin-right: 8%;
}
.backnumber_list li a {
  display: block;
  border-radius: 2rem;
}
.backnumber_list li a:hover {
  opacity: 1;
  box-shadow: 0 0 20px #f600ff, 0 0 20px #f600ff;
}
.backnumber_list li .photo-block {
  position: relative;
  padding-bottom: 2rem;
}
.backnumber_list li .photo-block img {
  border-radius: 2rem;
  border: 6px solid #ffffff;
}
.backnumber_list li .date {
  color: #ffffff;
  line-height: 1;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .backnumber_list li .date {
    font-size: 1.6rem;
  }
}
.backnumber_list li h3 {
  color: #ffff00;
  font-weight: 700;
  padding: 0.3em 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .backnumber_list li h3 {
    font-size: 2rem;
  }
}
.backnumber_list li p:not(.date) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .backnumber_list li p:not(.date) {
    font-size: 1.6rem;
  }
}
.backnumber .bnr {
  width: 100%;
  margin: 6rem auto;
}
@media screen and (min-width: 768px) {
  .backnumber .bnr {
    width: 48.7%;
  }
}

/* ========================================================
    mc
======================================================== */
.mc {
  background: #2f3786 url(../images/top/bg_lights.png) top center/auto;
  padding: 6rem 0 10rem;
}
.mc_list {
  width: 90%;
  max-width: 640px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mc_list {
    display: flex;
    justify-content: space-between;
  }
}
.mc_list li {
  width: 60%;
  margin: 0 auto 6rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 2.2rem;
}
@media screen and (min-width: 768px) {
  .mc_list li {
    width: 36.71875%;
    margin: 0;
  }
}
.mc_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/frame01.png) no-repeat top left/contain;
  z-index: 1;
}
.mc_list li:nth-child(2)::before {
  background-image: url(../images/top/frame02.png);
}
.mc_list li p {
  padding-top: 2.5rem;
}
.mc_list li p small {
  display: block;
  font-size: 0.7em;
  line-height: 1;
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  padding: 3rem 0 10rem;
  background: url(../images/top/bg_pink.jpg) repeat top center;
}
.sns::before {
  content: "";
  width: 100%;
  height: 7rem;
  position: absolute;
  top: -5rem;
  left: 0;
  background: url(../images/top/deco_sns_top.png) repeat-x top center/auto;
  z-index: 0;
}
.sns .wrapper {
  position: relative;
}
.sns .wrapper::before, .sns .wrapper::after {
  content: "";
  width: 34.6666666667%;
  height: 200%;
  position: absolute;
  top: -45%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sns .wrapper::before, .sns .wrapper::after {
    width: 12.5%;
  }
}
.sns .wrapper::before {
  left: -11rem;
  background: url(../images/top/deco_sns_left.png) no-repeat center left/contain;
}
@media screen and (min-width: 768px) {
  .sns .wrapper::before {
    left: 0;
  }
}
.sns .wrapper::after {
  right: -11rem;
  background: url(../images/top/deco_sns_right.png) no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  .sns .wrapper::after {
    right: 0;
  }
}
.sns_list {
  position: relative;
  z-index: 7;
}
@media screen and (min-width: 768px) {
  .sns_list {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: auto;
  }
}
.sns_list > li {
  width: 100%;
  line-height: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li {
    width: 48%;
    margin-bottom: 0;
  }
}
.sns_list > li a {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li a {
    font-size: 2.2rem;
  }
}
.sns_list > li img {
  width: 4rem;
  display: inline;
  transform: translateY(-10%);
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li img {
    width: 3rem;
  }
}

/* ========================================================
    topics
======================================================== */
.topics {
  padding: 6rem 0 10rem;
  background: #5036bb url(../images/common/bg_koushi.png) repeat top left;
  text-align: center;
  position: relative;
}
.topics-block {
  margin-bottom: 4rem;
}
.topics-block a {
  display: block;
  transform: translateX(1rem);
  width: 100%;
  background: #ffffff;
  border-radius: 3rem;
  border-width: 5px;
  border-style: solid;
  border-color: #00f6ff #ff42a1 #ff42a1 #00f6ff;
  padding: 4rem;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .topics-block a {
    align-items: center;
    padding: 2rem 4rem 2rem 6rem;
  }
}
.topics-block a:hover {
  opacity: 1;
  background: #fbffec;
}
.topics-block a:hover .arrow {
  transform: translateX(1rem);
}
.topics-block .photo-block {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .topics-block .photo-block {
    width: 33%;
    margin-bottom: 0;
  }
}
.topics-block .text-block {
  width: calc(100% - 6rem);
}
@media screen and (min-width: 768px) {
  .topics-block .text-block {
    width: 52%;
  }
}
.topics-block h3 {
  font-weight: 700;
  color: #ff42a1;
  border-bottom: 4px dotted #00f6ff;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .topics-block h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-bottom: 0.1em;
  }
}
.topics-block p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .topics-block p {
    font-size: 1.6rem;
  }
}
.topics .arrow {
  position: relative;
  width: 6rem;
  height: 12rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .topics .arrow {
    width: 6%;
  }
}
.topics .arrow::before, .topics .arrow::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6.6rem;
  border-radius: 5px;
  left: 25px;
}
.topics .arrow::before {
  background: #ff42a1;
  top: 0;
  transform: rotate(-30deg);
}
.topics .arrow::after {
  background: #00f6ff;
  bottom: 0;
  transform: rotate(30deg);
}

/* ========================================================
    broadcast
======================================================== */
.broadcast {
  background: #7a0e9d;
  position: relative;
}
.broadcast::before {
  content: "";
  width: 100%;
  height: 7rem;
  position: absolute;
  top: -5rem;
  left: 0;
  background: url(../images/top/bg_purple_paper.svg) no-repeat top center;
  background-size: 1200px auto;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .broadcast::before {
    background-size: cover;
  }
}
.broadcast .wrapper {
  padding: 6rem 0 26rem;
  background: url(../images/top/deco_city.png) repeat-x bottom center, url(../images/top/deco_star.png) no-repeat top center;
  text-align: center;
}
.broadcast h3 {
  display: inline-block;
  color: #ffff00;
  font-size: 3.6rem;
  position: relative;
  padding: 0 5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .broadcast h3 {
    font-size: 2.6rem;
  }
}
.broadcast h3::before, .broadcast h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 5rem;
  bottom: 0;
  background: url(../images/top/deco_inaduma.png) no-repeat bottom center/contain;
}
.broadcast h3::before {
  left: 0;
}
.broadcast h3::after {
  right: 0;
  transform: scale(-1, 1);
}
.broadcast_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.broadcast_list li {
  position: relative;
  width: calc((100% - 6rem) / 2);
  margin: 1rem 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .broadcast_list li {
    width: calc((100% - 12rem) / 3);
    margin: 1rem 2rem;
  }
}
.broadcast_list li a {
  display: block;
  width: 100%;
  border: 5px solid #ffffff;
  padding: 1rem;
  color: #ffffff;
}
.broadcast_list li a:hover {
  opacity: 1 !important;
  box-shadow: 0 0 15px #f82eff;
  text-shadow: 0 0 15px #f82eff;
  border-color: #f3a6ff;
}/*# sourceMappingURL=top.css.map */