@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
}

.gDef-top-banner {
  background-color: #fff;
  z-index: 10;
}

.wrapper {
  background-color: #fff;
  color: #8246d2;
  font-family: "M PLUS Rounded 1c", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1;
  overflow-x: hidden;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  position: relative;
  display: block;
  color: #8246d2;
}

#gDefFooter,
section,
header,
main,
footer {
  position: relative;
}

.inner {
  position: relative;
  width: calc(680 / 750 * 100%);
  margin: 0 auto;
  z-index: 2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

/* ブライトコーブプレーヤー背景対策 */
.bc-iframe,
.bc-iframe body,
.bc-player-default_default,
.bc-player-default_default .vjs-poster {
  background-color: #fff !important;
}

.hs-txt {
  font-family: "Questrial", sans-serif;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1240 * 100vw);
  }
  .wrapper {
    font-size: 1.6rem;
    font-size: 16px;
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: calc(1080 / 1240 * 100%);
    max-width: 1080px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1240px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.bg_grade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
}

.deco_l .inner::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) {
  .deco_l .inner::before {
    top: -28rem;
    left: -33.4rem;
  }
}

.deco_r .inner: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) {
  .deco_r .inner:before {
    top: -28rem;
    right: -33.4rem;
  }
}

.bg_deco2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.bg_deco2::before, .bg_deco2::after {
  content: "";
  position: absolute;
  display: block;
  width: 51rem;
  background: url(../images/common/img_deco2-sp.png) repeat-y top center/100% auto;
  z-index: -1;
}
.bg_deco2::before {
  top: 150rem;
  left: -25.5rem;
  height: calc(100% - 150rem);
}
.bg_deco2::after {
  top: 84rem;
  right: -25.5rem;
  height: calc(100% - 84rem);
}

.sec_ttl {
  margin: 0 auto 4rem;
}

.btn1 {
  text-align: center;
  margin: 8rem auto 0;
}
.btn1 a {
  position: relative;
  display: inline-block;
  padding: 3.4rem 2em;
  min-width: 48rem;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff6eb1), color-stop(25%, #fc14ff), color-stop(55%, #b43eff), color-stop(75%, #656bff), to(#a300e3));
  background: linear-gradient(to right, #ff6eb1 0%, #fc14ff 25%, #b43eff 55%, #656bff 75%, #a300e3 100%);
  border-radius: 3em;
  -webkit-box-shadow: 0 1.2rem 1.8rem rgba(54, 29, 87, 0.3);
          box-shadow: 0 1.2rem 1.8rem rgba(54, 29, 87, 0.3);
  white-space: nowrap;
}
.btn1 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-51%);
          transform: translateY(-51%);
  width: 0.6em;
  height: 100%;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 4rem;
  overflow: hidden;
}
.movie_embed iframe,
.movie_embed video,
.movie_embed img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .bg_deco2::before, .bg_deco2::after {
    background-image: url(../images/common/img_deco2-pc.png);
  }
  .bg_deco2::before {
    top: 60.5rem;
    height: calc(100% - 60.5rem);
  }
  .bg_deco2::after {
    top: 21rem;
    height: calc(100% - 21rem);
  }
  .sec_ttl {
    width: calc(500 / 1080 * 100%);
  }
  .btn1 {
    margin-top: 7rem;
  }
  .btn1 a {
    padding: 2.6rem 2.5em;
    min-width: 14em;
    font-size: 3rem;
  }
  .btn1 a:hover::after {
    margin-right: -0.6rem;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header {
  overflow: hidden;
}

.nav {
  position: relative;
  background: #fff;
  z-index: 10;
}
.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}
.nav_menu li {
  position: relative;
  height: 10rem;
}
.nav_menu li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -0.3rem;
  width: 0.4rem;
  height: 100%;
  background: url(../images/common/img_dots1.png) no-repeat center/contain;
}
.nav_menu li:last-child::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -0.3rem;
  width: 0.4rem;
  height: 100%;
  background: url(../images/common/img_dots1.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .nav_menu li:nth-child(4n)::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -0.3rem;
    width: 0.4rem;
    height: 100%;
    background: url(../images/common/img_dots1.png) no-repeat center/contain;
  }
}
.nav_menu li a {
  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;
  padding: 0 2.6rem;
  width: 100%;
  height: 100%;
}
.nav_menu li a span {
  text-align: center;
  line-height: 1.066;
}
.nav_menu li.nav_zenyasai a span {
  background: -webkit-gradient(linear, left top, right top, from(#ff6eb1), color-stop(25%, #fc14ff), color-stop(50%, #b43eff), color-stop(75%, #656bff), to(#a300e3));
  background: linear-gradient(to right, #ff6eb1 0%, #fc14ff 25%, #b43eff 50%, #656bff 75%, #a300e3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav_menu li.nolink a {
  pointer-events: none;
}
.nav_menu li.nolink a span {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (min-width: 768px) {
  .nav_menu {
    width: 100%;
  }
  .nav_menu li {
    height: 8rem;
  }
  .nav_menu li a {
    padding: 0 2.4rem;
  }
  .nav_menu li a::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0.4rem;
    background: linear-gradient(45deg, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .nav_menu li a:hover::before {
    width: 80%;
  }
  .nav_menu li a span {
    position: relative;
    font-size: 2.2rem;
    white-space: nowrap;
  }
}
/* =====================================================================
    submv
======================================================================*/
.submv {
  padding-bottom: 4.5rem;
  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;
}
.submv::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;
}
.submv::after {
  content: "";
  position: absolute;
  display: block;
  top: 4rem;
  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;
}
.submv h1 {
  margin: -4rem 0 0 calc(-38 / 680 * 100%);
  width: calc(760 / 680 * 100%);
}

.submv_date {
  margin: -8.5rem auto 0;
  width: calc(473 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .submv {
    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;
  }
  .submv::before {
    margin: 0 0 calc(-200 / 1920 * 100%) calc(-50 / 1920 * 100%);
    width: calc(449 / 1920 * 100%);
    padding-top: calc(489 / 1920 * 100%);
    z-index: 1;
  }
  .submv::after {
    top: 5.8rem;
    margin: 0;
    width: calc(538 / 1920 * 100%);
    padding-top: calc(441 / 1920 * 100%);
    z-index: 1;
  }
  .submv h1 {
    margin: -5.8rem auto 0;
    width: calc(760 / 1080 * 100%);
  }
  .submv_date {
    margin: -8.5rem auto 0;
    width: calc(354 / 1080 * 100%);
  }
}
@media screen and (min-width: 1920px) {
  .submv::before {
    margin: 0 0 -200px -50px;
    width: 449px;
    padding-top: 489px;
  }
  .submv::after {
    width: 538px;
    padding-top: 669px;
  }
}
/* =====================================================================
    zenyasai
======================================================================*/
.zenyasai {
  position: relative;
  margin-top: 9.3rem;
  padding: 4.5rem 0 42.5rem;
  color: #fff;
  background: #6224b3;
  z-index: 3;
}
.zenyasai .sec_shape {
  position: absolute;
  top: -9.8rem;
  left: 0;
  width: 100%;
  height: 10rem;
  fill: #6224b3;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.zenyasai .btn1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 -1.5rem;
}
.zenyasai .btn1 a {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #8246d2;
  background: #f6fa45;
}
.zenyasai .btn1 a::after {
  background-image: url(../images/common/icon_arrow2.png);
}
.zenyasai .btn_more a {
  min-width: 28rem;
  font-family: "Righteous", cursive;
}

.zenyasai_frame {
  position: relative;
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .zenyasai {
    margin-top: 5rem;
  }
  .zenyasai::before {
    content: "";
    position: absolute;
    display: block;
    top: -7.5rem;
    left: 0;
    width: 100%;
    height: 7.6rem;
    background: url(../images/common/img_wave_purple.png) repeat-x center top/auto 100%;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .zenyasai .btn1 {
    margin-bottom: -1.2rem;
  }
  .zenyasai .btn1 a {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    font-size: 2.1rem;
  }
  .zenyasai .btn_more a {
    min-width: 20rem;
  }
  .zenyasai_frame {
    width: calc(880 / 1080 * 100%);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_list li {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .banner_list li:last-child {
    margin-bottom: 0;
  }
}
.banner_list li a {
  -webkit-filter: drop-shadow(0px 2.4rem 3.2rem rgba(130, 70, 210, 0.15));
          filter: drop-shadow(0px 2.4rem 3.2rem rgba(130, 70, 210, 0.15));
}

@media screen and (min-width: 768px) {
  .banner_list li {
    width: 31.4814814815%;
    margin: 0 0.9259259259% 4rem;
  }
  .banner_list li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 1920px) {
  .banner_list {
    margin-left: calc(-270 / 1080 * 100%);
    width: calc(1620 / 1080 * 100%);
  }
  .banner_list li {
    margin: 0 2.4691358025% 4rem 0;
  }
  .banner_list li:nth-child(3n), .banner_list li:last-child {
    margin-right: 0;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer::before {
  content: "";
  position: absolute;
  display: block;
  top: -36rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 108rem;
  height: 36rem;
  background: url(../images/common/img_audience.png) no-repeat center/contain;
  z-index: 5;
}

.copyright {
  position: relative;
  text-align: center;
  padding: 7.2rem 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  background: #fff;
  -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;
  z-index: 2;
}
.copyright span {
  background: -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));
  background: linear-gradient(to right, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .copyright {
    padding: 6.5rem 0;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 99999;
}

.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(246, 250, 69, 0.9);
}

.popup_inner {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: auto;
  padding: 12rem 0;
  width: calc(680 / 750 * 100%);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.popup_close {
  position: absolute;
  top: 3.5rem;
  right: 0;
  width: 7rem;
  z-index: 1;
}
.popup_close::before, .popup_close::after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 100%;
  width: 2px;
  background-color: #8246d2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup_close::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_list {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 4rem;
}
.popup_list > li {
  display: none;
  position: relative;
  margin: 0 auto;
  padding: 6.7rem 0 12rem;
  width: calc(600 / 680 * 100%);
  z-index: 2;
}
.popup_list .cast_ttl {
  margin: 0 auto 8rem;
}
.popup_list .cast_subttl {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 4rem;
  line-height: 1.3;
  color: #f8699d;
}
.popup_list figure {
  position: relative;
  margin: 0 auto 8rem;
  width: 86.6666666667%;
}
.popup_list figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  background: linear-gradient(45deg, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
  -webkit-filter: blur(4rem);
          filter: blur(4rem);
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
  z-index: -1;
}
.popup_list figure img {
  border-radius: 3.2rem;
}
.popup_list_comment > *:not(:last-child) {
  margin-bottom: 3rem;
}
.popup_list_comment + .popup_list_song {
  padding-top: 4rem;
  -o-border-image: linear-gradient(to right, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%) 1/2px 0 0 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/2px 0 0 0;
     border-image: linear-gradient(to right, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%) 1/2px 0 0 0;
  border-style: solid;
}
.popup_list_comment dt {
  text-align: center;
}
.popup_list_comment dt span {
  font-family: "Righteous", cursive;
  font-size: 4.2rem;
  background: -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));
  background: linear-gradient(to right, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup_list_comment dd p {
  line-height: 1.666;
}
.popup_list_song {
  text-align: center;
  margin-top: 5rem;
  line-height: 1.25;
}
.popup_list_song dt {
  margin-bottom: 2rem;
  color: #c0a2e8;
}
.popup_list_song dd {
  font-size: 4rem;
}

.popup_artist_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 7rem;
  padding-top: 10.5rem;
  font-size: 5rem;
  line-height: 1.25;
}
.popup_artist_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11.3333333333%;
  padding-top: 13.8333333333%;
  background: url(../images/common/icon_beats.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: calc(960 / 1240 * 100%);
    max-width: 960px;
  }
  .popup_close {
    cursor: pointer;
  }
  .popup_close::before, .popup_close::after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .popup_close:hover::before, .popup_close:hover::after {
    background-color: #fff;
  }
  .popup_list > li {
    padding-top: 8rem;
    width: 80%;
    max-width: 600px;
  }
  .popup_list > li .cast_ttl {
    margin-bottom: 6rem;
    width: 53.3333333333%;
  }
  .popup_list > li .cast_subttl {
    margin-bottom: 6rem;
  }
  .popup_list > li figure {
    margin-bottom: 10rem;
  }
  .popup_list_song dd {
    font-size: 3rem;
  }
  .popup_artist_ttl {
    padding-top: 7.7rem;
    font-size: 3.7rem;
  }
  .popup_artist_ttl::before {
    width: 7.5%;
    padding-top: 9.3333333333%;
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .cast_list_box img,
  .artist_list img,
  .live_artist_list img,
  .popup_list img,
  .img_list img {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */