@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;
}

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: black;
    text-decoration: none;
}
a:visited {
    color: black;
    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;
}



/*================================================
　個別
================================================ */
.bg__parts01 {
  max-width: 20%;
  right: -7%;
  bottom: 10%;
  z-index: -10;
}
.bg__parts02 {
  max-width: 20%;
  left: -7%;
  bottom: 20%;
  z-index: -10;
}
.bg__parts03 {
  max-width: 20%;
  right: -7%;
  bottom: 0%;
  z-index: -10;
}

.bg__parts04 {
  max-width: 20%;
  right: -7%;
  bottom: 0%;
  z-index: -10;
}
/* イベント表示時にこっちに変更
 .bg__parts04 {
  max-width: 20%;
  left: -7%;
  bottom: 0%;
  z-index: -10;
} */
.bg__parts05 {
  max-width: 20%;
  right: -7%;
  bottom: 0%;
  z-index: -10;
}

.s .bg__parts01,
.s .bg__parts02,
.s .bg__parts03,
.s .bg__parts04,
.s .bg__parts05 {
  display: none;
}


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





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





/*------------------------------------------------------------------
 content ---------------------------------------------------------
------------------------------------------------------------------*/
.content {
  width: 100%;;
  overflow: hidden;
}


/*------------------------------------------------------------------
 mv --------------------------------------------------------------
------------------------------------------------------------------*/
.mv {
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  /* z-index: 2; */
}
.mv.nav__fixed {
  background: #005a99;
  /* 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;
  padding-top: 47.5%;
}

.s .mv .mv__innner {
  position: relative;
  padding-top: 158%;
}

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

.mv__item01 {
  width: 45.4%;
  top: 23%;
  left: 50%;
  transform: translate(-50%, -23%);
  -webkit-transform: translate(-50%, -23%);
  z-index: 10;
}
.mv__item02 {
  width: 14.8%;
  top: -41%;
  left: 9%;
  transform: translate(-9%, 41%);
  -webkit-transform: translate(-9%, 41%);
}
.mv__item03 {
  width: 22.6%;
  bottom: 21%;
  left: 10%;
  transform: translate(-21%, -10%);
  -webkit-transform: translate(-21%, -10%);
}
.mv__item04 {
  width: 21.9%;
  bottom: 14%;
  right: 9%;
  transform: translate(-9%, -14%);
  -webkit-transform: translate(-9%, -14%);
  z-index: 2;
}
.mv__item05 {
  width: 15.4%;
  top: 12%;
  right: 9%;
  transform: translate(-12%, -9%);
  -webkit-transform: translate(-12%, -9%);
  z-index: 1;
}
.mv__item06 {
  width: 73.7%;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -2%);
  -webkit-transform: translate(-50%, -2%);
}

.s .mv__item01 {
  width: 81%;
  top: 4%;
  left: 50%;
  min-width: initial;
  transform: translate(-50%, -4%);
  -webkit-transform: translate(-50%, -4%);
}
.s .mv__item02 {
  width: 27.8%;
  top: 4%;
  left: -2%;
  min-width: initial;
  transform: translate(2%, -4%);
  -webkit-transform: translate(2%, -4%);
}
.s .mv__item03 {
  width: 40.2%;
  left: 18%;
  bottom: 40%;
  transform: translate(-18%, -40%);
  -webkit-transform: translate(-18%, -40%);
}
.s .mv__item04 {
  width: 37.4%;
  right: 2%;
  bottom: 40%;
  transform: translate(-2%, -40%);
  -webkit-transform: translate(-2%, -40%);
}
.s .mv__item05 {
  width: 23%;
  right: -1%;
  top: 30%;
  transform: translate(1%, -30%);
  -webkit-transform: translate(1%, -30%);
}
.s .mv__item06 {
  width: 87.3%;
}

.bg__mask {
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(19,27,32,1),rgba(9,43,68,0));
}


/* アニメーション */
.mv__item01 {
  opacity: 0;
  animation-name: anime01;/*名前*/
  animation-duration: 3s;/*時間*/
  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: 1.2s;/*開始*/
  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);
      }
  }

.mv__item04 {
  opacity:0;
  animation-name:anime04;/*名前*/
  animation-duration:.6s;/*時間*/
  animation-delay: 1.6s;/*開始*/
  animation-fill-mode: forwards;/*回数*/
}
  @keyframes anime04 {
    0% {
      opacity: 0;
      transform: translateX(30px);
     }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
  }
.mv__item05 {
  opacity:0;
  animation-name:anime05;/*名前*/
  animation-duration:.6s;/*時間*/
  animation-delay: 1.8s;/*開始*/
  animation-fill-mode: forwards;/*回数*/
}
  @keyframes anime05 {
    0% {
      opacity: 0;
      transform: translateX(-30px);
     }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
  }
.mv__item06 {
  opacity: 0;
  animation-name: anime01;/*名前*/
  animation-duration: 1s;/*時間*/
  animation-delay: 2s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
  @keyframes anime01 {
    0% {
          opacity: 0;
      }
      100% { opacity: 1 }
  }





/*------------------------------------------------------------------
 nav --------------------------------------------------------------
------------------------------------------------------------------*/
.nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.nav.nav__fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  z-index: 10000;
}
.s .nav {
  display: none;
}
.nav__inner {
  max-width: 1232px;
  padding: 0 16px;
  width: 100%;
  margin: auto;
  height: 100%;
}
.nav__content {
  width: 100%;
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav__inner ul {
  width: 100%;
  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;
  flex-wrap: wrap;
  height: 100%;
  padding: 24px 0 24px 0;
}
.nav__inner ul li {
  height: 100%;
  width: auto;
  position: relative;
  border-right: 1px solid #fff;
}
.nav__inner ul li:nth-last-of-type(1) {
  border-right: none;
  width: 9.9vw;
  max-width: 125px;
}


.nav__inner ul li a {
  color: #fff;
  padding: 0 0.6em;
  font-size: 1.8rem;
  display: block;
  width: auto;
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m .nav__inner ul li a {
  font-size: 1.5vw;
}
.nav__inner ul li a img {
  display: block;
  width: 100%;
}
/* .nav__inner a.nav__ticket {
  position: absolute;
  width: 8.75%;
  top: 48%;
  right: 0;
  transform: translate(0, -48%);
  -webkit- transform: translate(0, -48%);
} */

.nav__height {
  height: 0;
  width: 100%;
  background: #006298;
}
.nav__height.nav__fixed {
  height: 90px;
}
.s .nav__height{
  display: none;
}



/*------------------------------------------------------------------
 contentbody --------------------------------------------------------------
------------------------------------------------------------------*/
.contentbody {
    position: relative;
}
.contentbody.nav__fixed {
  padding-top: 86px;
}



/*------------------------------------------------------------------
 ticket --------------------------------------------------------------
------------------------------------------------------------------*/
.ticket {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ticket__inner {
  width: 100%;
  padding: 120px 0;
}
.s .ticket__inner {
  padding: 60px 0 0;
}

.ticket__ttl {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 0px;
}
.s .ticket__ttl {
  margin: 0 auto 32px;
}
.ticket__ttl img {
  margin: auto;
  width: 52%;
}
/* .s .ticket__ttl img {
  margin: auto;
  width: 100%;
  padding: 0 20px;
} */


.ticket__content {
  width: 100%;
  height: auto;
  max-width: 1366px;
  margin: auto;
  padding: 70px 80px;
}
.s .ticket__content {
  max-width: initial;
  padding: 0 15px;
}



.ticket__target {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ticket__target--head {
  display: block;
  padding: 0.5em 1em;
  background: #3f4c73;
  color: white;
  border-bottom: 3px solid #005a99;
}
.s .ticket__target--head {
  font-size: 18px;
  line-height: 1em;
  padding: 0.65em 1em 0.5em;
}
.ticket__target--txt {
  display: block;
-webkit-box-flex:1;
-ms-flex:1 1 10%;
flex:1 1 10%;
  padding: 0.5em 1em;
  border-bottom: 3px solid #005a99;
}
.s .ticket__target--txt {
  font-size: 18px;
  padding: 0.65em 1em 0.5em;
}


.ticket__table {
  width: 100%;
  text-align: center;
}
.s .ticket__table + table {
  margin-top: 20px;
}
.ticket__table tr {
  background: white;
  border: 2px solid #005a99;
}
.ticket__table th {
  background: #005a99;
  padding: 1em;
  color: white;
  vertical-align: middle;
}
.ticket__table th + th {
  border-left: 2px solid white;
}
.ticket__table td {
  padding: 1em;
  vertical-align: middle;
}
.ticket__table td + td {
  border-left: 2px solid #005a99;
}

.ticket__table img {
  width: 6em;
  height: auto;
  padding: 0 0.5em 0 0;
}

.ticket__table span {
  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;
}
.ticket__table span + span {
  margin-top: 1em;
}



.ticket__attention {
  display: block;
  margin-top: 20px;
  padding-left: 1.5em;
}
.ticket__attention:before {
  content: "※";
  position: absolute;
  color: red;
  left: 0;
}


/* セクション共通 */
.container {
  max-width: 1200px;
  margin: 148px auto 0;
}
.s .container {
  margin: 55px auto 0;
}
.content__ttl {
  width: 100%;
  text-align: center;
  padding-top: 120px;
  margin-top: -120px;
}
.content__ttl img {
  width: 90.8%;
  margin: auto;
}
.s .content__ttl {
  padding-top: 0;
  margin: 0 auto;
}





/*------------------------------------------------------------------
 ticket --------------------------------------------------------------
------------------------------------------------------------------*/
.ticket {
  background: white;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ticket__inner {
  width: 100%;
  padding: 110px 0 70px;
  margin: auto;
  overflow: hidden;
}
.s .ticket__inner {
  padding: 60px 0 40px;
}

.ticket__ttl {
  width: 100%;
  max-width: 1232px;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .ticket__ttl {
  margin: -80px auto 0;
  padding: 80px 16px 0;
}
.ticket__ttl span {
  width: 100%;
  background: url('../img/h2_bg_white.jpg');
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}
.ticket__ttl span img {
  height: 63px;
  width: auto;
}

.s .ticket__ttl {
  width: 100%;
  max-width: initial;
  margin: -80px auto 0;
  padding: 80px 16px 25px;
}
.s .ticket__ttl span {
  width: 100%;
  background: none;
}
.s .ticket__ttl span img {
  height: auto;
  width: 100%;
}



/*------------------------------------------------------------------
 plan --------------------------------------------------------------
------------------------------------------------------------------*/
.plan {
  background: white;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.plan__inner {
  width: 100%;
  padding: 120px 0 100px;
  margin: auto;
  overflow: hidden;
}
.s .plan__inner {
  padding: 60px 0 105px;
}

.plan__ttl {
  width: 100%;
  max-width: 1232px;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .plan__ttl {
  margin: -80px auto 0;
  padding: 80px 16px 0;
}
.plan__ttl span {
  width: 100%;
  background: url('../img/h2_bg_white.jpg');
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}
.plan__ttl span img {
  height: 63px;
  width: auto;
}

.s .plan__ttl {
  width: 100%;
  max-width: initial;
  margin: -80px auto 0;
  padding: 80px 16px 25px;
}
.s .plan__ttl span {
  width: 100%;
  background: none;
}
.s .plan__ttl span img {
  height: auto;
  width: 100%;
}

.plan__content {
  max-width: 1200px;
  margin: auto;
  padding: 40px 10px 0;
}

.s .plan__content {
  padding: 0 15px;
}


/*------------------------------------------------------------------
 present --------------------------------------------------------------
------------------------------------------------------------------*/
.present {
  width: 100%;
  position: relative;
  margin: 129px auto 0;
  max-width: 1192px;
}
.s .present {
  margin-top: 20px;
}
.present__block {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:  56px 10px 0;
  align-items: flex-end;
}
.s .present__block {
  padding: 16px 0 0;
}
.present__image {
  position: relative;
  width: 100%;
  margin-bottom: 90px;
}
.present__image .item01 {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 15%;
  width: 122.9%;
}
.s .present__image .item01 {
  left: 0;
  right: 0;
  top: 40%;
  width: 100%;
}


.present__image a {
  box-sizing: 4px 48px rgba(0, 0, 0, 0.3);;
}


/*------------------------------------------------------------------
 event --------------------------------------------------------------
------------------------------------------------------------------*/
.event {
  width: 100%;
  position: relative;
  z-index: 1;
}

.event__block {
  padding:  56px 20px 0;
}
.s .event__block {
  padding: 16px 16px 0;
}
.event__image {
  max-width: 1099px;
  margin: auto;
}
.s .event__image {
  margin: 8px auto 0;
}
.event__image a {
  box-sizing: 4px 48px rgba(0, 0, 0, 0.3);;
}
.event__image:nth-child(1) {
  margin-top: 0;
}
.event__image {
  margin-top: 48px;
}
.s .event__image {
  margin-top: 16px;
}


/*------------------------------------------------------------------
 guest --------------------------------------------------------------
------------------------------------------------------------------*/
.guest {
  width: 100%;
  position: relative;
}
.guest__block {
  padding:  56px 20px 0;
}
.s .guest__block {
  padding: 16px 16px 0;
}
.guest__image {
  margin:  48px 50px 0;
  max-width: 1100px;
}
.s .guest__image {
  margin: 20px auto 0;
}
.guest__image:nth-of-type(odd) {
  right: -50px;
}
.s .guest__image:nth-of-type(odd),
.s .guest__image:nth-of-type(even) {
  right: 0;
  left: 0;
}
.guest__image:nth-of-type(even) {
  left: -50px;
}
.guest__image a {
  box-sizing: 4px 48px rgba(0, 0, 0, 0.3);
}
.guest__image:nth-child(1) {
  margin-top: 0;
}


/*------------------------------------------------------------------
 special --------------------------------------------------------------
------------------------------------------------------------------*/
.special {
  width: 100%;
  position: relative;
}
.special__block {
  padding:  56px 20px 0;
}
.s .special__block {
  padding: 16px 16px 0;
}
.special__image {
  max-width: 1112px;
  margin:  40px auto 0;
}
.s .special__image {
  margin: 16px auto 0;
}
.special__image a {
  box-sizing: 4px 48px rgba(0, 0, 0, 0.3);;
}
.special__image:nth-child(1) {
  margin-top: 0;
}




/*------------------------------------------------------------------
 goods --------------------------------------------------------------
------------------------------------------------------------------*/
.goods {
  width: 100%;
  position: relative;
}
.goods__block {
  padding:  56px 20px 0;
}
.s .goods__block {
  padding: 16px 16px 0;
}
.goods__image {
  max-width: 1100px;
  margin:  40px auto 0;
}
.s .goods__image {
  margin: 16px auto 0;
}
.goods__image a {
  box-sizing: 4px 48px rgba(0, 0, 0, 0.3);;
}
.goods__image:nth-child(1) {
  margin-top: 0;
}


/*------------------------------------------------------------------
 entertainment --------------------------------------------------------------
------------------------------------------------------------------*/
.entertainment {
  width: 100%;
  position: relative;
}
.entertainment__block {
  padding:  56px 20px 120px;
}
.s .entertainment__block {
  padding: 16px 16px 80px;
}
.entertainment__image {
  max-width: 1034px;
  margin:  40px auto 0;
}
.s .entertainment__image {
  margin: 8px auto 0;
}
.entertainment__image a {
  box-sizing: 4px 48px rgba(0, 0, 0, 0.3);;
}
.entertainment__image:nth-child(1) {
  margin-top: 0;
}




/*------------------------------------------------------------------
 comingSoon --------------------------------------------------------------
------------------------------------------------------------------*/
.comingSoon {
  width: 100%;
  max-width: 618px;
  margin: auto;
}

.s .comingSoon {
  padding: 0 40px;
}





/*------------------------------------------------------------------
 ticket__btn --------------------------------------------------------------
------------------------------------------------------------------*/
.ticket__btn {
  width: 100%;
  height: auto;
  margin: 60px auto 5px;
  padding: 0 0 0;
}
.s .ticket__btn {
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 30px auto 5px;
}

.ticket__btn__inner {
  width: 100%;
  height: auto;
  max-width: 1366px;
  margin: auto;
  padding: 0 80px;
  text-align: center;
}
.s .ticket__btn__inner {
  width: 100%;
  max-width: initial;
  padding: 0 15px;
}

.ticket__btn.btn__shadow a {
  box-shadow: 0 0 0 4px #c8b78c;
}
.ticket__btn a {
  font-style: italic;
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding: 0.5em 2em;
  background-color: #c8b78c;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  margin: auto;
  border: 4px solid white;
  border-radius: 4px;
  transition: all 0.2s;
}
.ticket__btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;

}
.ticket__btn a:hover {
  transform: translateX(2%);
  -webkit- transform: translateX(2%);
}
.s .ticket__btn a {
  font-size: 22px;
  width: 100%;
  padding: 0.8em 2em;
}
.s .ticket__btn a:hover {
  transform: translateX(0%);
  -webkit- transform: translateX(0%);
  opacity: 1;
}
@media screen and (max-width: 350px) {
  .s .ticket__btn a {
      font-size: 18px;
  }
}

/*================================================
　add 210629
================================================ */

.concept__ttl img {
    width: 58.4166%;
}

.concept__content .concept__image {
    width: 45.4166%;
}

.concept__content .concept__detail {
    width: 54.5834%;
}
.s .concept__image,
.s .concept__detail {
    width: 100%;
}

.catch .catch__text {
    background: url('../img/catch_illust.png');
    background-position: top 30% right 5%;
    background-repeat: no-repeat;
    background-size: auto 60%;
}
.s .catch .catch__text {
    background: url('../img/catch_illust.png');
    background-position: top 57% right 2%;
    background-repeat: no-repeat;
    background-size: auto 35%;
}






/*------------------------------------------------------------------
 news --------------------------------------------------------------
------------------------------------------------------------------*/
.news {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news__inner {
  width: 100%;
}

.news__inner img.sec__line{
  width: 100%;
  max-width: 1260px;
  padding: 0 30px 160px;
  margin: auto;
}

.news__block {
  width: 100%;
  height: auto;
  max-width: 1246px;
  margin: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  padding: 56px 0 0;
}
.s .news__block {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 16px 16px 0;
}

.news__block li {
  width: 30%;
  background-color: #fff;
  padding: 12px;
  margin: 0 16px 40px;
}
.s .news__block li {
  width: 100%;
  margin: 0 0 16px;
}
.s .news__block li:nth-last-of-type(1) {
  margin: 0;
}

.news__block li a {
  display: block;
  height: 100%;
}

.news__block__img {
  width: 100%;

}

.news__block__cat {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 3rem;
  text-align: center;
  padding: 0.1em 0.2em;
  margin-right: 0.5em;
  color: #fff;
}
.s .news__block__cat {
  font-size: 12px;
  padding: 0.1em 0.2em;
}
.news__block__cat.-cat__news {
  background-color: #005a99;
}
.news__block__cat.-cat__event {
  background-color: #e94609;
}
.news__block__cat.-cat__ticket {
  background-color: #d9b15a;
}
.news__block__cat.-cat__fan-club {
  background-color: #eaeaea;
  color: #000;
}

.news__block__ttl {
  background-color: #fff;
  color: #000;
  padding: 16px 12px;
}
.s .news__block__ttl {
  padding: 10px 10px;
}
.news__block__ttl .news__block__dtail {
  color: #004885;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  width: 100%;
}
.news__block__ttl .news__block__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  display: block;
  width: 100%;
  line-height: 1.2em;
  margin-top: 8px;
}
.s .news__block__ttl .news__block__dtail {
  font-size: 16px;
}
.s .news__block__ttl .news__block__txt {
  font-size: 16px;
  margin-top: 4px;
}



.news__line {
  width: 100%;
  max-width: 1366px;
  padding: 0 80px;
  margin: auto;
}
.s .news__line {
  max-width: auto;
  padding: 0 15px;
}

.news__line li {
  display: block;
  background: white;
  border: 2px solid black;
  margin-bottom: 10px;
  height: 2.4em;
}
.s .news__line li {
  display: block;
  height: auto;
}

.news__line li a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0.3em;
  height: 2.2em;
}
.s .news__line li a {
  display: block;
  padding: 0.3em;
  height: auto;
}

.news__line__date {
  display: block;
  width: 5.5em;
  text-align: center;
  font-family: "Teko","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: black;
  font-size: 28px;
  line-height: 1em;
}
.s .news__line__date {
  width: auto;
  text-align: left;
  font-size: 20px;
}
.news__line__separate {
  display: block;
  width: 2px;
  height: 100%;
  background: black;
  margin-right: 0.5em;
}
.s .news__line__separate {
  width: 100%;
  height: 2px;
  margin-right: 0;
  margin-bottom: .2em;
}
.news__line__ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: inline-block;
  color: black;
  font-size: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
}
.s .news__line__ttl {
  font-size: 14px;
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}


/*------------------------------------------------------------------
 sponsor --------------------------------------------------------------
------------------------------------------------------------------*/
.sponsor {
  width: 100%;
  padding-top: 145px;
  line-height: 1.2em;
  background-color: #fff;
}
.s .sponsor {
  padding-top: 80px;
}
.sponsor__inner {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 50px;
}
.s .sponsor__inner {
  padding-bottom: 0;
}
.sponsor__wrap {
  max-width: 1360px;
  padding: 0 0 20px;
  margin: auto;
}
.s .sponsor__wrap {
  max-width: 1360px;
  padding: 0 10px 20px;
  margin: auto;
}
.sponsor__inner p {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #e5a722;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  overflow: visible;
  padding-top: 8px;
}
.s .sponsor__inner p {
  display: block;
  overflow: visible;
  padding-top: 0;
}
.sponsor__inner p img {
  width: 640px;
  margin-top: -8px;
  padding: 0 8px;
}
.s .sponsor__inner p img {
  width: 100%;
  max-width: 320px;
  margin-top: 0;
  padding: 0;
  margin: 8px auto 4px;
}
.s .sponsor__inner  p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.sponsor__wrap ul {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.s .sponsor__wrap ul.sponsor__1column,
.s .sponsor__wrap ul.sponsor__5column,
.s .sponsor__wrap ul.sponsor__4column,
.s .sponsor__wrap ul.sponsor__3column {
  width: 100%;
}

.sponsor__wrap ul li {
  width: 25%;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 22px;
  display: inline-block;
}
.sponsor__wrap ul.sponsor__4column li {
  width: 25%;
}
.sponsor__wrap ul.sponsor__5column li {
  width: 20%;
}
.sponsor__wrap ul.sponsor__1column li {
  width: 40%;
}
.s .sponsor__wrap ul li {
  width: 50%;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 22px;
  display: inline-block;
}
.s .sponsor__wrap ul.sponsor__1column li {
  width: 80%;
}
.sponsor__wrap ul.sizeS {
  width: 60%;
  margin: auto;
}
.sponsor__wrap ul.sizeS li {
  width: 25%;
}
.sponsor__wrap ul.sizeM li {
  width: 20%;
}
.sponsor__wrap ul.sizeL li {
  width: 35%;
}

.s .sponsor__wrap ul.sizeS li {
  width: 33.3%;
}
.s .sponsor__wrap ul.sizeM li {
  width: 50%;
}
.s .sponsor__wrap ul.sizeL li {
  width: 100%;
}

.s .sponsor__wrap ul li {
  padding: 0 10px;
  font-size: 10px;
}


.sponsor__wrap ul.sizeM li a {
  color: #444;
  display: block;
  text-decoration: none;
}

.sponsor__wrap ul.sizeS li a {
  color: #444;
  display: block;
  text-decoration: none;
}

.sponsor__wrap ul.sizeL {
    width: 100%;
    margin: auto;
}
.sponsor__wrap ul.sizeL li a {
    color: #444;
    display: block;
    font-size: 12px;
    text-decoration: none;
}
.s .sponsor__wrap ul.sizeL li {
    width: 70%;
}


/*================================================
　add 210713
================================================ */
/*---------------- ユニフォーム追加 ----------------*/

.uniform__content {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 32px auto 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #ef7ba4;
}

.uniform__content > ul {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid white;
  padding: 18px 0;

  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;
}

.uniform__content > ul > li {
  width: 50%;
  padding: 0 18px;

  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.uniform__content > ul > li:first-child {
  border-right: 1px solid white;
}
.uniform__content > ul > li:last-child {
  border-left: 1px solid white;
}
.s .uniform__content > ul > li {
  width: 100%;
}
.s .uniform__content > ul > li:first-child {
  border-right: none;
  border-bottom: 1px solid white;
  padding-bottom: 32px;
}
.s .uniform__content > ul > li:last-child {
  border-left: none;
  border-top: 1px solid white;
  padding-top: 32px;
}

.uniform__content > ul > li > img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 18px;
  display: block;
}
.uniform__content > ul > li > h3 {
  margin-bottom: 32px;
  text-align: center;
}
.uniform__content > ul > li > h3 > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  border-bottom: 2px dashed #ef7ba4;
  padding-bottom: 0.25em;
  display: inline-block;
}
.uniform__content > ul > li > h3 > span > span {
  color: red;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  bottom: 0.45em;
}
.uniform__content > ul > li > h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 8px;
}
.uniform__content > ul > li > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 16px;
}

.uniform__content > ul > li > ul > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  padding-left: 1.2em;
  position: relative;
}
.uniform__content > ul > li > ul > li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  color: red;
  font-weight: 700;
}

.uniform__content > ul > li > .uniform__btn {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 32px auto 0;
}

.uniform__content > ul > li:last-child > .uniform__btn {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: auto auto 0;
}
.s .uniform__content > ul > li:last-child > .uniform__btn {
  margin: 32px auto 0;
}


/*================================================
　final
================================================ */
/*---------------- 　final ----------------*/
.fixed-ticket-button {
  /* position: fixed;
  bottom: 20px; */
  position: absolute;
  /* top: 20px; */

  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);

  padding: 0 20px;
  width: 100%;
  max-width: 680px;
  z-index: 100;
}
.s .fixed-ticket-button {
  padding: 0 15px;
  max-width: 345px;
}
.fixed-ticket-button > div {
}
.fixed-ticket-button a {
  display: block;
  /* cursor: pointer; */
  /* transition: opacity 0.5s;
  opacity: 1; */
}
.fixed-ticket-button a:hover {
  /* opacity: 0.7; */
}
.fixed-ticket-button a img {
  display: block;
  border-radius: 1000px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}



.loading-fadein-animation {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-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%);
    -webkit-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: 0;
  transition: opacity .4s ease-out;
}
.ticket-bottun li a {
  display: block;
  width: 119px;
  cursor: pointer;
}
.ticket-bottun li a img {
  width: 100%;
}

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


/*================================================
menu
================================================ */
.s header {
  z-index: 10000;
}
.s .nav__logo {
  padding: 6px 8px;
  display: block;
}
.s .nav__logo img {
  width: 51px;
  height: 43px;
}

.s .menuBtn {
  display: block;
  width: 60px;
  height:60px;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
}
.s .menuBtn span {
  display: block;
  background: #fff;
  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 {
  -webkit-transform: translateY(13px) rotate(45deg);
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.s .menuBtn.-is-active span:nth-child(2) {
    opacity: 0;
}
.s .menuBtn.-is-active span:last-child {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -moz-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}


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

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

  background: #000;
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}
.menuInner__wrapper {
  width: 100%;
  height: 100vh;
}
.menuInner__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 40px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.menuInner ul {
  padding: 0 40px;
  margin-bottom: 20px;
  position: relative;
}
.menuInner ul::before {
  content: "";
  background-image: url(../img/nav_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 12px;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translate(-50% , 5%);
  -webkit- transform: translate(-50% , 5%);
}
.menuInner ul::after {
  content: "";
  background-image: url(../img/nav_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 12px;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  bottom: -5%;
  transform: translate(-50% , 5%);
  -webkit- transform: translate(-50% , 5%);
}
.menuInner ul li {
  margin-bottom:  32px;
}
.menuInner ul li a {
  display: block;
  margin: auto;
  width: 100%;
}
.menuInner a {
  display: block;
  margin: auto;
  width: 64%;
}
.ham_spe {
  padding-bottom: 20px;
}



/*================================================
menu
================================================ */
/* チケットボタン */
.ticket-bottun li a.sp_ticketBtn {
  display: none;
}
.s .ticket-bottun li a {
  display: block;
  width: 80px;
  margin: 0 0 0 auto;
}
.s .ticket-bottun li a.sp_ticketBtn {
  display: block;
  width: 100px;
  margin: 20px -20px 0 auto;
}
