/* common-mv
-----------------------*/
.common-mv {
  background: url(../images/common/top_mv_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .common-mv {
    background: url(../images/common/top_mv_sp.jpg) no-repeat center/cover;
  }
}

/* header
-----------------------*/
header::after {
  transition: 0.5s;
  opacity: 0;
}
header.active::after {
  opacity: 1;
}
header.active .header__title {
  display: block;
}
header.active .header__nav-menu-btn {
  display: flex;
}

.header__title {
  transition: 0.5s;
  display: none;
}
.header__nav-menu-btn {
  transition: 0.5s;
  display: none;
}

/* nav-btn
-----------------------*/
.nav-btn {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .nav-btn {
    margin-bottom: 45px;
  }
}
.nav-btn__list {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 850px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .nav-btn__list {
    gap: 20px;
    max-width: 335px;
    margin-bottom: 30px;
  }
}
.nav-btn__list li {
  width: 47.058%;
}
.nav-btn__list li a {
  display: block;
  padding: 15px;
  line-height: 1.0;
  border-radius: 35px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .nav-btn__list li a {
    padding: 10px;
    font-size: 14px;
  }
}
.nav-btn__list li a.day-01 {
  transition: 0.5s;
  text-decoration: none;
  color: #ff0000;
  background: #ffff00;
}
.nav-btn__list li a.day-01:hover {
  opacity: 0.7;
  color: #ff0000;
  text-decoration: none;
}
.nav-btn__list li a.day-01 span::after {
  border-left: 15px solid #ff0000;
}
@media screen and (max-width: 1024px) {
  .nav-btn__list li a.day-01 span::after {
    border-left: 6px solid #ff0000;
  }
}
.nav-btn__list li a.day-02 {
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  background: #ff0000;
}
.nav-btn__list li a.day-02:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
.nav-btn__list li a.day-02 span::after {
  border-left: 15px solid #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .nav-btn__list li a.day-02 span::after {
    border-left: 6px solid #FFFFFF;
  }
}
.nav-btn__list li a span {
  display: inline-block;
  padding-right: 35px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .nav-btn__list li a span {
    padding-right: 20px;
  }
}
.nav-btn__list li a span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 0;
  position: absolute;
  top: 9px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .nav-btn__list li a span::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 3px;
  }
}
.nav-btn__anc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1140px) {
  .nav-btn__anc-list {
    max-width: 801px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .nav-btn__anc-list {
    gap: 15px;
    max-width: 330px;
  }
}
.nav-btn__anc-list li {
  width: 247px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 1024px) {
  .nav-btn__anc-list li {
    width: 100px;
  }
}
.nav-btn__anc-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 22px;
  line-height: 1.0;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  padding-bottom: 10px;
}
.nav-btn__anc-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .nav-btn__anc-list li a {
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
  }
}
.nav-btn__anc-list li a .badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 15px;
  margin-right: 3px;
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .nav-btn__anc-list li a .badge {
    font-size: 10px;
  }
}
.nav-btn__anc-list li a .badge.day-01 {
  background: #ffff00;
  color: #ff0000;
}
.nav-btn__anc-list li a .badge.day-02 {
  background: #ff0000;
  color: #FFFFFF;
}

/* stage-area
-----------------------*/
.stage-area {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .stage-area {
    margin-bottom: 100px;
  }
}
.stage-area.grand .stage-area__title .text-item {
  color: #e50012;
}
.stage-area.molly .stage-area__title .text-item {
  color: #6fb92c;
}
.stage-area.forest .stage-area__title .text-item {
  color: #fbc600;
}
.stage-area.sunny .stage-area__title .text-item {
  color: #ed7700;
}
.stage-area.other {
  margin-bottom: 40px;
}
.stage-area.other .stage-area__title {
  position: relative;
}
.stage-area.other .stage-area__title .text-item {
  color: #00cdff;
  margin-right: 0;
}
.stage-area.other .stage-area__title .badge {
  text-shadow: none;
  margin-left: 10px;
}
.stage-area__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.stage-area__title .text-item {
  text-shadow: black 3px 0px 0px, black 2.83487px 0.981584px 0px, black 2.35766px 1.85511px 0px, black 1.62091px 2.52441px 0px, black 0.705713px 2.91581px 0px, black -0.287171px 2.98622px 0px, black -1.24844px 2.72789px 0px, black -2.07227px 2.16926px 0px, black -2.66798px 1.37182px 0px, black -2.96998px 0.42336px 0px, black -2.94502px -0.571704px 0px, black -2.59586px -1.50383px 0px, black -1.96093px -2.27041px 0px, black -1.11013px -2.78704px 0px, black -0.137119px -2.99686px 0px, black 0.850987px -2.87677px 0px, black 1.74541px -2.43999px 0px, black 2.44769px -1.73459px 0px, black 2.88051px -0.838247px 0px;
  font-size: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .stage-area__title .text-item {
    font-size: 28px;
    font-size: min(5.4vw, 28px);
  }
}
.stage-area__title .badge {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 15px;
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .stage-area__title .badge {
    font-size: 10px;
  }
}
.stage-area__title .badge.day-01 {
  background: #ffff00;
  color: #ff0000;
}
.stage-area__title .badge.day-02 {
  background: #ff0000;
  color: #FFFFFF;
}
.stage-area__wrap {
  max-width: 1200px;
  position: relative;
  margin: 0 auto 85px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .stage-area__wrap {
    margin-bottom: 40px;
    padding: 0;
  }
}
.stage-area__wrap .swiper-button-next,
.stage-area__wrap .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .stage-area__wrap .swiper-button-next,
  .stage-area__wrap .swiper-button-prev {
    display: none;
  }
}
.stage-area__wrap .swiper-button-next::after,
.stage-area__wrap .swiper-button-prev::after {
  font-size: 60px;
  color: #787878;
}
.stage-area__wrap .swiper-button-next {
  right: 20px;
  left: auto;
}
.stage-area__slider {
  overflow: hidden;
}
.stage-area__slider .swiper-button-prev {
  right: auto;
  left: 20px;
}
.stage-area__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .stage-area__list {
    gap: 15px 2.388%;
  }
}
.stage-area__list.day-01.grand li:nth-of-type(1) a::after {
  background: url(../images/day_01/stage/grand/opening/shihofurumaya_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.grand li:nth-of-type(2) a::after {
  background: url(../images/day_01/stage/grand/kuzira/momophoto0918_002.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.grand li:nth-of-type(3) a::after {
  background: url(../images/day_01/stage/grand/fomare/tetsuyayamakawa_017.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.grand li:nth-of-type(4) a::after {
  background: url(../images/day_01/stage/grand/totalfat/shihofurumaya_234.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.grand li:nth-of-type(5) a::after {
  background: url(../images/day_01/stage/grand/enth/momophoto0918_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.grand li:nth-of-type(6) a::after {
  background: url(../images/day_01/stage/grand/04limited_sazabys/momophoto0918_002.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.grand li:nth-of-type(7) a::after {
  background: url(../images/day_01/stage/grand/shank/naotoiwabuchi_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.molly li:nth-of-type(1) a::after {
  background: url(../images/day_01/stage/molly/hakaihayabusa/momophoto0918_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.molly li:nth-of-type(2) a::after {
  background: url(../images/day_01/stage/molly/suspended_4th/wamon818_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.molly li:nth-of-type(3) a::after {
  background: url(../images/day_01/stage/molly/bomb_factory/aonohiroshi_002.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.molly li:nth-of-type(4) a::after {
  background: url(../images/day_01/stage/molly/ookura/wamon818_002.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.forest li:nth-of-type(1) a::after {
  background: url(../images/day_01/stage/forest/gumx/wamon818_002.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.forest li:nth-of-type(2) a::after {
  background: url(../images/day_01/stage/forest/the_cherry_coke/wamon818_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.forest li:nth-of-type(3) a::after {
  background: url(../images/day_01/stage/forest/jun_skywalkers/momophoto0918_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.forest li:nth-of-type(4) a::after {
  background: url(../images/day_01/stage/forest/yamaarashi/shiho.furumaya_342.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.forest li:nth-of-type(5) a::after {
  background: url(../images/day_01/stage/forest/shadows/001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.sunny li:nth-of-type(1) a::after {
  background: url(../images/day_01/stage/sunny/bari3tv/aonohiroshi_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.sunny li:nth-of-type(2) a::after {
  background: url(../images/day_01/stage/sunny/morikawa/aonohiroshi_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.sunny li:nth-of-type(3) a::after {
  background: url(../images/day_01/stage/sunny/satoboy/wamon818_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-01.sunny li:nth-of-type(4) a::after {
  background: url(../images/day_01/stage/sunny/lion_head/aonohiroshi_043.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.grand li:nth-of-type(1) a::after {
  background: url(../images/day_02/stage/grand/opening/momophoto0918_003.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.grand li:nth-of-type(2) a::after {
  background: url(../images/day_02/stage/grand/the_bonez/yoshifumishimizu_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.grand li:nth-of-type(3) a::after {
  background: url(../images/day_02/stage/grand/rottenfraftty/momophoto0918_002.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.grand li:nth-of-type(4) a::after {
  background: url(../images/day_02/stage/grand/dustbox/momophoto0918_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.grand li:nth-of-type(5) a::after {
  background: url(../images/day_02/stage/grand/glim_spanky/nukuta1002_020.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.grand li:nth-of-type(6) a::after {
  background: url(../images/day_02/stage/grand/brahman/momophoto0918_020.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.grand li:nth-of-type(7) a::after {
  background: url(../images/day_02/stage/grand/kishidan/momophoto0918_005.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.molly li:nth-of-type(1) a::after {
  background: url(../images/day_02/stage/molly/sasaki_kentarou/wamon818_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.molly li:nth-of-type(2) a::after {
  background: url(../images/day_02/stage/molly/slow_shank/naotoiwabuchi_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.molly li:nth-of-type(3) a::after {
  background: url(../images/day_02/stage/molly/suagshikao/aonohiroshi_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.molly li:nth-of-type(4) a::after {
  background: url(../images/day_02/stage/molly/tatetakako/aonohiroshi_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.molly li:nth-of-type(5) a::after {
  background: url(../images/day_02/stage/molly/ending/nukuta1002012_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.forest li:nth-of-type(1) a::after {
  background: url(../images/day_02/stage/forest/aruaru/shihofurumaya_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.forest li:nth-of-type(2) a::after {
  background: url(../images/day_02/stage/forest/kyono_band/shihofurumaya_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.forest li:nth-of-type(3) a::after {
  background: url(../images/day_02/stage/forest/g_freak_factory/momophoto0918_026.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.forest li:nth-of-type(4) a::after {
  background: url(../images/day_02/stage/forest/dizzy_sunfist/naotoiwabuchi_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.sunny li:nth-of-type(1) a::after {
  background: url(../images/day_02/stage/sunny/bari3tv/shihofurumaya_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.sunny li:nth-of-type(2) a::after {
  background: url(../images/day_02/stage/sunny/vinyl_brothers/wamon818_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.sunny li:nth-of-type(3) a::after {
  background: url(../images/day_02/stage/sunny/haraguchi_akimasa/aonohiroshi_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.sunny li:nth-of-type(4) a::after {
  background: url(../images/day_02/stage/sunny/ide_daisuke/wamon818_001.jpg) no-repeat center/cover;
}
.stage-area__list.day-02.sunny li:nth-of-type(5) a::after {
  background: url(../images/day_02/stage/sunny/dj_dainoji/shihofurumaya_001.jpg) no-repeat center/cover;
}
.stage-area__list li {
  grid-column: span 3;
}
@media screen and (max-width: 768px) {
  .stage-area__list li {
    grid-column: span 4;
  }
}
.stage-area__list li a {
  display: block;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.stage-area__list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.stage-area__list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.stage-area__ather-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .stage-area__ather-list {
    gap: 20px 2.985%;
  }
}
.stage-area__ather-list li {
  grid-column: span 6;
}
.stage-area__ather-list li a {
  display: block;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.stage-area__ather-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.stage-area__ather-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.stage-area .movie-title {
  text-align: center;
  font-size: 62px;
  margin: 0 auto 20px;
  padding: 0 20px;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .stage-area .movie-title {
    font-size: 34px;
  }
}
.stage-area .movie-item {
  margin: 0 auto 120px;
  padding: 0 20px;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .stage-area .movie-item {
    margin-bottom: 80px;
    padding: 0;
  }
}
.stage-area .movie-item .movie-item-wrap {
  padding-top: 67.5925%;
  position: relative;
}
.stage-area .movie-item .movie-item-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.stage-area__note {
  font-size: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .stage-area__note {
    text-align: center;
  }
}

/*# sourceMappingURL=top.css.map */
