@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv {
  padding-bottom: 19.2rem;
  background-image: url(../images/common/img_deco1.png), url(../images/common/img_deco1.png), url(../images/common/img_deco1.png), url(../images/common/img_deco1.png);
  background-repeat: no-repeat;
  background-size: 51rem 51rem;
  background-position: top -15.2rem left -22rem, bottom -41.3rem left -14rem, top -41rem right -13.4rem, bottom -15.5rem right -22rem;
  z-index: 50;
  pointer-events: none;
}
.mv::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-200 / 750 * 100%) calc(-140 / 750 * 100%);
  width: calc(449 / 750 * 100%);
  padding-top: calc(489 / 750 * 100%);
  background: url(../images/common/bg_submv_deco_l-pc.png) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: 1;
}
.mv::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin-right: calc(-30 / 750 * 100%);
  width: calc(470 / 750 * 100%);
  padding-top: calc(385 / 750 * 100%);
  background: url(../images/common/bg_submv_deco_r-pc.png) no-repeat center top/contain;
  pointer-events: none;
}
.mv h1 {
  margin-left: calc(-160 / 680 * 100%);
  width: calc(991 / 680 * 100%);
}

.mv_date {
  margin: -10.4rem auto 0;
  width: calc(631 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 4.2rem;
    background-position: top -19.5rem left -25.5rem, bottom -22.5rem left 8.6rem, top -21rem right 8.5rem, bottom -21rem right -25.5rem;
  }
  .mv::before {
    margin: 0 0 calc(-200 / 1920 * 100%) calc(-50 / 1920 * 100%);
    width: calc(449 / 1920 * 100%);
    padding-top: calc(489 / 1920 * 100%);
    background-image: url(../images/common/bg_submv_deco_l-pc.png);
  }
  .mv::after {
    top: 6.4rem;
    margin: 0;
    width: calc(538 / 1920 * 100%);
    padding-top: calc(441 / 1920 * 100%);
    z-index: 1;
  }
  .mv h1 {
    margin: -6.4rem auto 0;
    width: calc(991 / 1080 * 100%);
  }
  .mv_date {
    margin: -12rem auto 0;
    width: calc(473 / 1080 * 100%);
  }
}
@media screen and (min-width: 1920px) {
  .mv::before {
    margin: 0 0 -200px -50px;
    width: 449px;
    padding-top: 489px;
  }
  .mv::after {
    width: 538px;
    padding-top: 669px;
  }
}
/* =====================================================================
    zenyasai
======================================================================*/
.zenyasai {
  margin: 0 0 9.3rem;
  padding-bottom: 4.5rem;
}
.zenyasai .sec_shape {
  top: auto;
  bottom: -9.8rem;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  .zenyasai::before {
    top: auto;
    bottom: -7.6rem;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie {
  margin: 0 auto;
}

.movie:not(:last-child) {
  margin-bottom: 2em;
}

.movie_box {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 4rem auto;
}

.movie_box + p {
  margin-top: 5%;
}

.movie_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .movie {
    width: 77.8008298755%;
  }
}
/* =====================================================================
    banner1
======================================================================*/
.banner1 {
  padding: 6.7rem 0;
}

@media screen and (min-width: 768px) {
  .banner1 {
    padding: 0 0 4rem;
  }
}
/* =====================================================================
    info
======================================================================*/
.info {
  padding: 8.5rem 0;
}

.info_list_wrap {
  padding: 8rem 4rem;
  background-color: #fff;
  border-radius: 4rem;
}

.info_list {
  padding-right: 1em;
  max-height: 62rem;
  overflow-y: auto;
}
.info_list::-webkit-scrollbar {
  width: 0.5em;
}
.info_list::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 2em;
}
.info_list::-webkit-scrollbar-thumb {
  background: #8246d2;
  border-radius: 2em;
}
.info_list li {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  -o-border-image: linear-gradient(to right, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%) 1/0 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #fcd950), color-stop(27%, #f37a7b), color-stop(55%, #ea7fa3), color-stop(75%, #a2a9ff), to(#53d6e8)) 1/0 0 2px 0;
     border-image: linear-gradient(to right, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%) 1/0 0 2px 0;
  border-style: solid;
}
.info_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.info_list li:last-child::before {
  display: none;
}
.info_list li time {
  display: block;
  margin-bottom: 0.6em;
  font-family: "Righteous", cursive;
  font-size: 2.4rem;
  color: #f8699d;
}
.info_list li h3 {
  line-height: 1.333;
}
.info_list li h3 strong {
  font-size: 120%;
  font-weight: 700;
  color: red;
}

@media screen and (min-width: 768px) {
  .info_list_wrap {
    position: relative;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .info_list {
    max-height: 18.8em;
  }
  .info_list::-webkit-scrollbar {
    width: 0.5em;
  }
  .info_list li {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .info_list li time {
    margin-bottom: 0.8em;
    font-size: 16px;
  }
}
/* =====================================================================
    cast
======================================================================*/
.cast {
  padding: 8.5rem 0 17rem;
}

.cast_list li {
  position: relative;
}
.cast_list li:not(:last-child) {
  margin-bottom: 13rem;
}
.cast_list li:nth-child(odd)::before {
  content: "";
  position: absolute;
  display: block;
  top: -10rem;
  left: -25.5rem;
  width: 51rem;
  height: 51rem;
  background: url(../images/common/img_deco1.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast_list li:nth-child(odd)::before {
    top: -28rem;
    left: -33.4rem;
  }
}
.cast_list li:nth-child(even)::before {
  content: "";
  position: absolute;
  display: block;
  top: -10rem;
  right: -25.5rem;
  width: 51rem;
  height: 51rem;
  background: url(../images/common/img_deco1.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast_list li:nth-child(even)::before {
    top: -28rem;
    right: -33.4rem;
  }
}
.cast_list li:nth-child(even) .cast_list_box[data-id] figure::after {
  background-image: url(../images/top/btn_comment2.png);
}
.cast_list_box {
  position: relative;
}
.cast_list_box[data-id] figure::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  margin-bottom: calc(-80 / 680 * 100%);
  width: calc(160 / 680 * 100%);
  padding-top: calc(193 / 680 * 100%);
  background: url(../images/top/btn_comment1.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cast_list_box figure {
  position: relative;
  margin-bottom: 2.5em;
}
.cast_list_box figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 104%;
  height: 104%;
  border-radius: 4rem;
  background: linear-gradient(45deg, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
  -webkit-filter: blur(5rem);
          filter: blur(5rem);
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
  z-index: -1;
}
.cast_list_box figure img {
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
}
.cast_list_box h3 {
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.cast_list_box h3 small {
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  .cast_list li:not(:last-child) {
    margin-bottom: 15.5rem;
  }
  .cast_list_box {
    margin: 0 auto;
    width: calc(800 / 1080 * 100%);
  }
  .cast_list_box[data-id] {
    cursor: pointer;
  }
  .cast_list_box[data-id] figure::after {
    margin-bottom: -7%;
    width: 15%;
    padding-top: 18.125%;
  }
  .cast_list_box[data-id]:hover figure::after {
    margin-bottom: -4.5%;
  }
  .cast_list_box h3 {
    font-size: 3.6rem;
  }
}
/* =====================================================================
    twitter
======================================================================*/
.twitter {
  padding: 15rem 0;
  background: rgba(255, 255, 255, 0.6);
}
.twitter .sec_shape {
  position: absolute;
  top: -9.2rem;
  left: 0;
  width: 100%;
  height: 9.3rem;
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.twitter_widget {
  position: relative;
  padding: 12rem 7rem 16rem;
  background: #fff;
  border: 0.4rem solid #53d6e8;
  border-radius: 4rem;
  overflow: hidden;
}
.twitter_widget::before {
  content: "";
  position: absolute;
  display: block;
  top: -9rem;
  right: -10rem;
  width: 32rem;
  height: 23.8rem;
  background: url(../images/common/img_mirrorball1.png) no-repeat center/contain;
}
.twitter_widget::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 2rem;
  left: 6rem;
  width: 23.6rem;
  height: 12rem;
  background: url(../images/common/img_mic1.png) no-repeat center/contain;
}
.twitter_widget iframe {
  position: relative;
  width: 100% !important;
  background: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .twitter_widget {
    padding: 6rem 24rem;
  }
  .twitter_widget::before {
    top: -7rem;
  }
  .twitter_widget::after {
    bottom: 4rem;
    left: 4rem;
    width: 14.8rem;
    height: 20.7rem;
    background-image: url(../images/common/img_mic2.png);
  }
}
/* =====================================================================
    live
======================================================================*/
.live {
  padding: 16rem 0 42.5rem;
  color: #fff;
  background: #6224b3;
}

.live_ttl {
  position: relative;
  margin-bottom: 8rem;
}
.live_ttl img {
  margin: 0 auto 2.7rem;
  width: calc(280 / 680 * 100%);
}
.live_ttl span {
  display: block;
  text-align: center;
  font-size: 5.2rem;
  color: #f6fa45;
}

.live_lead {
  text-align: center;
  margin-bottom: 8rem;
}
.live_lead span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #fcd950), color-stop(25%, #f37a7b), color-stop(50%, #ea7fa3), color-stop(75%, #a2a9ff), color-stop(90%, #53d6e8));
  background: linear-gradient(to right, #fcd950 15%, #f37a7b 25%, #ea7fa3 50%, #a2a9ff 75%, #53d6e8 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.live_desc {
  margin-bottom: 6rem;
}
.live_desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  font-size: 4rem;
  line-height: 1.25;
}
.live_desc dl dt {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.2em;
  padding-right: 1em;
  width: 5.5em;
}
.live_desc dl dt::after {
  content: "：";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: #f6fa45;
}
.live_desc dl dd span {
  color: #f6fa45;
}

.live_artist h3 {
  position: relative;
  text-align: center;
  margin-bottom: 10rem;
  padding-top: 24.7rem;
  font-size: 6rem;
  color: #f6fa45;
}
.live_artist h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32.7rem;
  height: 27.5rem;
  background: url(../images/common/img_mirrorball2.png) no-repeat center/contain;
  z-index: -1;
}
.live_artist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.live_artist_list li {
  margin-bottom: 8rem;
  width: calc(600 / 680 * 100%);
}
.live_artist_list li figure {
  position: relative;
}
.live_artist_list li figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 104%;
  height: 104%;
  border-radius: 4rem;
  background: linear-gradient(45deg, #ff6bb7 0%, #e717ff 27%, #b73cff 55%, #6d67fe 75%, #9f15e6 100%);
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.live_artist_list li figure img {
  border-radius: 4rem;
}
.live_artist_list li h4 {
  text-align: center;
  margin-top: 1.4em;
  font-size: 3.4rem;
  color: #f6fa45;
}
.live_artist_list li.new {
  position: relative;
  display: block;
  border-radius: 2rem;
}
.live_artist_list li.new::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12rem 12rem 0 0;
  border-color: #ffff00 transparent transparent transparent;
  z-index: 1;
  border-radius: 2.8rem 0 0;
}
.live_artist_list li.new::after {
  content: "new";
  position: absolute;
  display: block;
  top: 4.5rem;
  left: 1.2rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  font-weight: 700;
  color: #ff50c8;
  z-index: 2;
  font-size: max(2.4rem, 20px);
}

@media screen and (min-width: 768px) {
  .live {
    padding: 16rem 0 40rem;
  }
  .live_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  .live_ttl img {
    margin: 0 2.4rem 0 0;
    width: calc(260 / 1080 * 100%);
  }
  .live_ttl span {
    font-size: 7rem;
  }
  .live_lead {
    margin-bottom: 6rem;
  }
  .live_lead span {
    font-size: 3rem;
  }
  .live_desc dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
    font-size: max(2.4rem, 20px);
    line-height: 1.416;
  }
  .live_desc dl dd {
    width: 19em;
  }
  .live_artist h3 {
    margin-bottom: 8rem;
    padding-top: 18.3rem;
    font-size: 4.5rem;
  }
  .live_artist h3::before {
    width: 24.4rem;
    height: 20.3rem;
  }
  .live_artist_list li {
    margin: 0 calc(60 / 1080 * 100%) 6rem;
    width: calc(400 / 1080 * 100%);
  }
  .live_artist_list li figure img {
    border-radius: 2.8rem;
  }
  .live_artist_list li h4 {
    font-size: max(2.4rem, 20px);
  }
}/*# sourceMappingURL=top.css.map */