@charset "utf-8";
/*
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
*/
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

/*================================================
　汎用
================================================ */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}



img {
    width: 100%;
    vertical-align: baseline;
}



* {
    position: relative;
    font-weight: 100;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}



ul {
    list-style: none;
}



a {
    z-index: 100;
}
a:link {
    color: #fff;
    text-decoration: none;
}
a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.5s;
}

.s a:link {opacity: 1;}
.s a:visited {opacity: 1;}
.s a:hover {opacity: 1;}



br.pc {display: block;}
br.m {display: none;}
br.sp {display: none;}

.m br.pc {display: none;}
.m br.m {display: block;}
.m br.sp {display: none;}

.s br.pc {display: none;}
.s br.m {display: none;}
.s br.sp {display: block;}


.pc {display: block;}
.sp {display: none;}
.s .pc {display: none;}
.s .sp {display: block;}



.sec__line {
  width: 100%;
}



#loader {
  width: 100vw;
  height: 100vh;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
}





/*------------------------------------------------------------------
 body ------------------------------------------------------------
------------------------------------------------------------------*/
body {
    background: #fff;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    letter-spacing: 1.5px;
    margin: 0;
    color: #111;
}


/*------------------------------------------------------------------
 container ------------------------------------------------------
------------------------------------------------------------------*/
.container {
    position: relative;
    width: 100%;
}


/*------------------------------------------------------------------
 common part --------------------------------------------------------------
------------------------------------------------------------------*/
.sec {
  margin: 105px auto 0;
  width: 100%;
}
.s .sec {
  margin-top: 65px;
}

.sec img {
  display: block;
  height: auto;
}

.sec-inner {
  margin: 0 auto;
  max-width: 1366px;
}

.sec-ttl {
  margin: 0 auto;
  width: 100%;
}

.sec-flex {
  margin: 0 auto;
  width: 100%;
  max-width: calc(1136px + 30px * 2);
  padding: 0 30px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.s .sec-flex {
  padding: 0 4%;
  display: block;
}
.sec-flex + .sec-flex {
  margin-top: 100px;
}
.s .sec-flex + .sec-flex {
  margin-top: 45px;
}
.sec-img {
  display: block;
  width: 50%;
}
.s .sec-img {
  width: 100%;
}
.sec-img img {
  aspect-ratio: 16 / 9;
}

.sec-movie {
  width: 50%;
}
.sec-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.s .sec-movie {
  width: 100%;
}

.sec-content {
  width: calc(50% - 30px);
}
.s .sec-content {
  margin-top: 10px;
  width: 100%;
}

.sec-content p {
  margin-top: 10px;
}
.s .sec-content p {
  margin-top: 5px;
  text-align: center;
  font-size: 1.4rem;
}
.sec-content h3 + p {
  margin-top: 20px;
}
.s .sec-content h3 + p {
  margin-top: 10px;
}

.sec-table {
  margin-top: 20px;
  border: 2px solid #111;
  border-radius: 10px;
  text-align: center;
  border-collapse: separate;
  overflow: hidden;
  width: 100%;
}
.s .sec-table {
  margin-top: 10px;
  border-width: 1px;
  border-radius: 5px;
}
.sec-table th {
  background-color: #111;
  color: #fff;
  font-size: 2rem;
  padding: 0.2em;
}
.s .sec-table th {
  font-size: 1.6rem;
}
.sec-table td {
  padding: 0.6em;
  font-weight: 900;
}
.s .sec-table td {
  font-size: 1.4rem;
}




/*------------------------------------------------------------------
 mv --------------------------------------------------------------
------------------------------------------------------------------*/
.mv {
  width: 100%;
  margin: 0 auto;
  background-color: #005a99;
  /* overflow: hidden; */
  /* z-index: 2; */
}
.mv.nav__fixed {
  background: #006298;
  /* padding: 0 0 90px; */
}
.s .mv.nav__fixed {
  margin: 0 auto;
}

.mv .mv__innner {
  max-width:  100%;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  background-image: url('../img/mv.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 47.5%;
}

.s .mv .mv__innner {
  background: url('../img/mv_sp.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 125%;
}


.mv__item01,
.mv__item02,
.mv__item03,
.mv__item04 {
  position: absolute;
}

.mv__item01 {
  overflow: hidden;
  width: 78.3%;
  bottom: 2%;
  left:  35%;
  transform: translate(-35%, -2%);
}
.mv__item02 {
  width: 11.36%;
  bottom: 21%;
  left:  8%;
  transform: translate(-8%, -21%);
}
.mv__item03 {
  width: 53.12%;
  right: 0;
  bottom: 6%;
  overflow: hidden;
}

.s .mv__item01 {
  width: 95%;
  top: auto;
  bottom: 0;
  left: 50%;
  min-width: initial;
  transform: translate(-50%, 0);
}
.s .mv__item02 {
  width: 50%;
  top: auto;
  bottom: 35%;
  left: 25%;
  min-width: initial;
  transform: translate(-25%, 35%);
}
.s .mv__item03 {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0%;
}

.mv__item04 {
  width: 47.75%;
  right: 3%;
  bottom: 2%;
}
.s .mv__item04 {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 28%;
}


/* アニメーション */
.mv__item01 {
  opacity: 0;
  animation-name: anime01;/*名前*/
  animation-duration: 1s;/*時間*/
  animation-delay: 0.5s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
  @keyframes anime01 {
    0% {
          opacity: 0;
      }
      100% { opacity: 1 }
  }

.mv__item02 {
  opacity:0;
  animation-name:anime02;/*名前*/
  animation-duration:.6s;/*時間*/
  animation-delay: 1s;/*開始*/
  animation-fill-mode: forwards;/*回数*/
}
  @keyframes anime02 {
    0% {
      opacity: 0;
      transform: translateX(-30px);
     }
      100% {
        opacity: 1;
        transform: translateX(0);
      } 
  }

.mv__item03 {
  opacity:0;
  animation-name:anime03;/*名前*/
  animation-duration:.6s;/*時間*/
  animation-delay: 1.4s;/*開始*/
  animation-fill-mode: forwards;/*回数*/
}
  @keyframes anime03 {
    0% {
      opacity: 0;
      transform: translateX(-30px);
     }
      100% {
        opacity: 1;
        transform: translateX(0);
      } 
  }





/*------------------------------------------------------------------
 nav --------------------------------------------------------------
------------------------------------------------------------------*/
.nav {
  background-color: #006298;
  width: 100%;
  height: 66px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 0 16px;
  font-size: 2.2rem;
}
.nav.nav__fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.s .nav {
  display: none;
}
.nav__inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.nav__content {
  width: 100%;
  padding-right: 14%;
}
.nav__inner ul {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.nav__inner ul li {
  border-left: #fff 1px solid;
  width: 25%;
  text-align: center;
}
.nav__inner ul li:nth-of-type(1) {
  border-left: none;
}
@media screen and (max-width: 900px) {
}

.nav__inner a.nav__05 {
  position: absolute;
  width: 24.45%;
  top: 15%;
  right: -8%;
  transform: translateY(-15%);
}




/*------------------------------------------------------------------
 contentbody --------------------------------------------------------------
------------------------------------------------------------------*/
.contentbody {
  background-color: #fff;
}
.contentbody.nav__fixed {
  padding-top: 86px;
}



/*------------------------------------------------------------------
 lead --------------------------------------------------------------
------------------------------------------------------------------*/
.lead {
  width: 100%;
  background: bottom / cover no-repeat url(../img/lead_bottom.webp);
}
.s .lead {
  background:bottom / contain no-repeat url(../img/lead_bottom_sp.webp);
}
.lead__inner {
  max-width: 1200px;
  margin: 28px auto 0;
  padding-bottom:  10vw;
  text-align: center;
}
.s .lead__inner {
  padding-bottom: 20vw;
}
.lead__inner img {
  width: 80.16%;
  margin: auto;
}
.s .lead__inner img {
  width: 94%;
}

/*------------------------------------------------------------------
 sing --------------------------------------------------------------
------------------------------------------------------------------*/
#sing .sec-ttl {
  margin-bottom: 45px;
  max-width: 1240px;
}
.s #sing .sec-ttl {
  margin-bottom: 0;
}

#sing .sec-content h3 img {
  max-width: 225px;
  aspect-ratio: 225 / 39;
}
.s #sing .sec-content h3 img {
  margin: 0 auto;
  width: 43%;
}

/*------------------------------------------------------------------
 swing --------------------------------------------------------------
------------------------------------------------------------------*/
#swing .sec-ttl {
  margin-bottom: 40px;
  max-width: 1248px;
}
.s #swing .sec-ttl {
  margin-bottom: 10px;
}

#swing .sec-content h3 img {
  max-width: 279px;
  aspect-ratio: 279 / 37;
}
.s #swing .sec-content h3 img {
  margin: 0 auto;
  width: 55%;
}



/*------------------------------------------------------------------
 dance --------------------------------------------------------------
------------------------------------------------------------------*/
#dance .sec-ttl {
  margin-bottom: -34px;
  max-width: 851px;
}
.s #dance .sec-ttl {
  margin-bottom: -8px;
  width: 91.2%;
  max-width: 851px;
}

#dance .sec-content ._text01 img {
  max-width: 212px;
  aspect-ratio: 212 / 46;
}
.s #dance .sec-content ._text01 img {
  margin: 0 auto;
  width: 39.1%;
}

#dance .sec-content ._text02 img {
  max-width: 458px;
  aspect-ratio: 458 / 40;
}
.s #dance .sec-content ._text02 img {
  margin: 0 auto;
  width: 72.5%;
}

#dance .sec-content ._text03 img {
  max-width: 135px;
  aspect-ratio: 135 / 37;
}
.s #dance .sec-content ._text03 img {
  margin: 0 auto;
  width: 27%;
}

.dance-content {
  margin: 90px auto 0;
  max-width: 980px;
  padding: 0 30px;
}
.s .dance-content {
  margin-top: 50px;
  padding: 0 4%;
}
.s .dance-content h3 {
  margin: 0 auto;
  width: 89%;
}
.dance-girl {
  margin-top: 24px;
  display: block;
}
.s .dance-girl {
  margin-top: 15px;
}
.dance-girl img {
  aspect-ratio: 1360 / 607;
}

.dance-btn {
  margin: 30px auto 0;
  display: block;
  width: 56%;
  max-width: 550px;
  border-radius: calc(1px / 0);
}
.s .dance-btn {
  margin-top: 15px;
  width: 80%;
}
.dance-btn img {
  aspect-ratio: 550 / 80;
  transition: filter 0.2s;
}
@media (hover: hover) {
  .dance-btn:hover img {
    filter: brightness(0.8);
  }
}


/*------------------------------------------------------------------
 hit --------------------------------------------------------------
------------------------------------------------------------------*/
#hit .sec-ttl {
  margin-bottom: 10px;
  max-width: 936px;
}
.s #hit .sec-ttl {
  margin-bottom: 5px;
  width: 90%;
}

#hit .sec-content ._text01 img {
  max-width: 196px;
  aspect-ratio: 196 / 46;
}
.s #hit .sec-content ._text01 img {
  margin: 0 auto;
  width: 35.3%;
}

#hit .sec-content ._text02 img {
  max-width: 458px;
  aspect-ratio: 458 / 40;
}
.s #hit .sec-content ._text02 img {
  margin: 0 auto;
  width: 72.5%;
}



/*------------------------------------------------------------------
 bnr --------------------------------------------------------------
------------------------------------------------------------------*/
#bnr {
  margin: 130px 0;
  padding: 0 30px;
}
.s #bnr {
  margin: 65px 0;
  padding: 0 4%;
}

.bnr-container {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  padding: min(13.7%, 190px) 0 0;
}
.s .bnr-container {
  padding-top: 37.6%;
}

.bnr-deco {
  position: absolute;
  height: auto;
  background: center/contain no-repeat;
}
.bnr-deco._01 {
  z-index: 0;
  top: 0;
  left: 39.5%;
  width: 21%;
  max-width: 290px;
  aspect-ratio: 290 / 225;
  background-image: url(../img/bnr-deco01.webp);
}
.s .bnr-deco._01 {
  top: 14.5%;
  left: 33%;
  width: 38%;
}
.bnr-deco._02 {
  z-index: 2;
  top: 6%;
  left: 8.5%;
  width: 29.7%;
  max-width: 411px;
  aspect-ratio: 411 / 170;
  background-image: url(../img/bnr-deco02.webp);
}
.s .bnr-deco._02 {
  top: 1%;
  left: -3%;
  width: 53.6%;
}
.bnr-deco._03 {
  z-index: 2;
  top: 7%;
  right: 16%;
  width: 23.8%;
  max-width: 329px;
  aspect-ratio: 329 / 182;
  background-image: url(../img/bnr-deco03.webp);
}
.s .bnr-deco._03 {
  right: 0%;
  width: 43.5%;
}

.bnr-link {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 54.3%;
  max-width: 750px;
  box-shadow: 3px 3px 15px 3px rgb(6 100 165 / 45%);
}
.s .bnr-link {
  width: 100%;
  box-shadow: 3px 3px 10px 3px rgb(6 100 165 / 45%);
}
.bnr-link img {
  display: block;
  transition: filter 0.2s;
}
@media (hover: hover) {
  .bnr-link:hover {
    opacity: 1;
  }
  .bnr-link:hover img {
    filter: brightness(0.8);
  }
}




.loading-fadein-animation {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 140vw;
  height: 100vh;
  background: white;

  z-index: 10000;
}
.loading-fadein-animation.loadingOn {
  animation-name: fadein;/*名前*/
  animation-duration: 2s;/*時間*/
  animation-delay: 0.5s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
@keyframes fadein {
  0% {
        opacity: 1;
    }
    99% { 
      z-index: 1000;
    }
    100% { 
      opacity: 0; 
      z-index: -1;
    }
}

.loading-01 {
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);  
    animation: loading-01 1.5s ease-out 0s 1 normal;
    opacity: 0;  
}
@keyframes loading-01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/*---------------- チケット購入 ----------------*/
.ticket-bottun {
  position: relative;
  height: 0px;
  z-index: 9799;
}

.ticket-bottun li {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: opacity .4s ease-out;
}
.ticket-bottun li a {
  display: block;
  max-width: 197px;
  cursor: pointer;
}
.ticket-bottun li a img {
  width: 100%;
}

.s .ticket-bottun li {
  bottom: 10px;
}
.s .ticket-bottun li a {
  width: 100px;
}
.s .ticket-bottun li a img {
  width: 100%;
}


/*================================================
menu
================================================ */
.s header {
  z-index: 10000;
}
.s .menuBtn {
  display: block;
  width: 60px;
  height:60px;
  position: fixed;
  z-index: 10000;
  background: #006298;
  top: 0;
  right: 0;
}
.s .menuBtn span {
  display: block;
  background: white;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 14px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.s .menuBtn span:first-child {
  top: 16px;
}
.s .menuBtn span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.s .menuBtn span:last-child {
  bottom: 16px;
}
.s .menuBtn.-is-active span:first-child {
  transform: translateY(13px) rotate(45deg);
}
.s .menuBtn.-is-active span:nth-child(2) {
    opacity: 0;
}
.s .menuBtn.-is-active span:last-child {
  transform: translateY(-13px) rotate(-45deg);
}


.menuInner {
  width: 100vw;
  height: 130vh;
  z-index: 3000;

  position: fixed;
  top: -150vh;
  /* top: 0; */
  left: 0;

  background: #006298;
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}
.menuInner__wrapper {
  width: 100%;
  height: 100vh;
}
.menuInner__content {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  padding: 0 16px;
  transform: translateY(-65%) translateX(-50%);
}
.menuInner ul {
  padding: 0;
  max-width: 200px;
  margin: 0 auto 140px;
  position: relative;
}
.menuInner ul::before {
  content: "";
  background-image: url(../img/spmenu_parts_top.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 40px;
  left: 50%;
  top: -35%;
  transform: translateX(-50%) translateY(35%);
}
.menuInner ul::after {
  content: "";
  background-image: url(../img/spmenu_parts_bottom.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 12px;
  width: 100px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%) translateY(25%);
}
.menuInner ul li {
  margin-bottom:  32px;
}
.menuInner ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.menuInner ul li a {
  display: block;
  margin: auto;
  width: 100%;
}
.menuInner a {
  display: block;
  margin: auto;
  width: 60%;
}
