@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');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&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: white;
    text-decoration: none;
}
a:visited {
    color: white;
    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;
}



.mt48 {
  margin-top: 48px!important;
}
.s .s-mt24 {
  margin-top: 24px!important;
}



/*================================================
　個別
================================================ */
.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: white;
    font-family: "ヒラギノ角ゴ 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%;
  background: url('../img/bgpattern_white.jpg');
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  overflow: hidden;
}


/*------------------------------------------------------------------
 mv --------------------------------------------------------------
------------------------------------------------------------------*/
.mv {
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  /* z-index: 2; */
}
.mv.nav__fixed {
  margin: 0 auto 90px;
}
.s .mv.nav__fixed {
  margin: 0 auto;
}

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

.s .mv .mv__innner {
  background: url('../img/bg_mv_sp.jpg') #005a99;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 208.4%;
}


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

.mv__item01 {
  overflow: hidden;
  width: 32.5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 5.2083%;
}
.mv__item02 {
  width: 59.4444%;
  bottom: -6.8%;
  left: 0;
}
.mv__item03 {
  width: 53.12%;
  right: 0;
  bottom: 6%;
  overflow: hidden;
}

.s .mv__item01 {
  width: 100%;
  top: auto;
  bottom: 0;
  right: 0%;
  min-width: initial;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.s .mv__item02 {
  width: 100%;
  bottom: 30%;
  left: auto;
}
.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%;
}

/* @media screen and (min-width: 1600px) {
  .mv__item01 {
    width: 25.56%;
    top:  5%;
    left: 13%;
  }
  .mv__item02 {
    width: 43.62%;
    bottom: -1%;
    left: 5%;
  }
  .mv__item03 {
    bottom: 2%;
  }
  .mv__item04 {
    bottom: -3%;
  }
} */


/* アニメーション */
.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);
      } 
  }
     








/* 
.-mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; 
}
.s .-mv__bg {
  height: auto;
}


.-mv__bg:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.-mv__bg:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.-mv__bg:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.-mv__bg:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.-mv__bg:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

  @keyframes anime {
    0% {
          opacity: 0;
      }
      8% {
          opacity: 1;
      }
      17% {
          opacity: 1;
      }
      25% {
          opacity: 0;
          transform: scale(1.2) ;
           z-index:9;
      }
      100% { opacity: 0 }
  } */

/* .mv {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mv .mv__innner {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.mv__item {
  position: absolute;
} */



/*------------------------------------------------------------------
 nav --------------------------------------------------------------
------------------------------------------------------------------*/
.nav {
  background: white;
  width: 100%;
  height: 90px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 8px 16px;
}
.nav.nav__fixed {
  position: fixed;
  top: 14px;
  left: 0;
  z-index: 10000;
}
.nav.nav__fixed:before {
  content: '';
  width: 100%;
  height: 40px;
  background: white;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.s .nav {
  display: none;
}
.nav__inner {
  max-width: 1200px;
  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%;
  max-width: 847px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  height: 100%;
}
.nav__inner ul li {
  height: 100%;
  width: 33.3333%;
  border-left: 2px solid #cad5dc;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 900px) {
}
.nav__inner ul li a {
  display: block;
  width: 100%;
}
.nav__inner ul li a img {
  display: block;
  width: 100%;
}

.nav__inner a.nav__05 {
  width: 30.1666%;
  /* position: absolute;
  width: 40%;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%); */
}




/*------------------------------------------------------------------
 contentbody --------------------------------------------------------------
------------------------------------------------------------------*/
.contentbody {
  width: 100%;
  background: url('../img/bg_left.jpg') #005a99;
  background-position: top 0 left 0;
  background-repeat: repeat-y;
  background-size: 240px auto;
}
.contentbody__inner {
  width: 100%;
  background: url('../img/bg_right.jpg');
  background-position: top 0 right 0;
  background-repeat: repeat-y;
  background-size: 240px auto;
}
.s .contentbody {
  width: 100%;
  background: url('../img/bg_left_sp.jpg') #005a99;
  background-position: top 0 left 0;
  background-repeat: repeat-y;
  background-size: 45px auto;
}
.s .contentbody__inner {
  width: 100%;
  background: url('../img/bg_right_sp.jpg');
  background-position: top 0 right 0;
  background-repeat: repeat-y;
  background-size: 45px auto;
}



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



/*------------------------------------------------------------------
 presents --------------------------------------------------------------
------------------------------------------------------------------*/
.presents {
  /* background: #005a99; */
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.presents__inner {
  width: 100%;
  padding: 120px 0 0;
  margin: auto;
  overflow: hidden;
}
.s .presents__inner {
  padding: 40px 0 40px;
}

.presents__ttl {
  width: 100%;
  max-width: 1232px;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .presents__ttl {
  margin: -80px auto 0;
  padding: 80px 16px 0;
}
.presents__ttl span {
  width: 100%;
}
.presents__ttl span img {
  width: 100%;
  display: block;
}

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



.presents__content {
  width: 100%;
  max-width: 1232px;
  /* max-width: 1246px; */
  padding: 0 16px;
  margin: auto;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s .presents__content {
  /* padding: 20px 16px 0; */
  padding: 0 16px 0;
}

.presents__image {
  width: 100%;
  /* padding: 0 20px; */
}
.presents__image img {
  width: 100%;
  /* margin-bottom: 70px; */
}
@media screen and (max-width: 1440px) {
  .presents__image img {
    /* width: 100%;
    max-width: 990px; */
  }
}

/* .presents__image:nth-child(even) img {
  margin-left: auto;
}
.presents__image:nth-child(odd) img {
  margin-right: auto;
} */





/*------------------------------------------------------------------
 event --------------------------------------------------------------
------------------------------------------------------------------*/
.event {
  /* background: #005a99; */
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.event__inner {
  width: 100%;
  padding: 0 0 70px;
  margin: auto;
  overflow: hidden;
}
.s .event__inner {
  padding: 60px 0 20px;
}

.event__ttl {
  width: 100%;
  max-width: 1232px;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .event__ttl {
  margin: -80px auto 0;
  padding: 80px 16px 0;
}
.event__ttl span {
  width: 100%;
}
.event__ttl span img {
  width: 100%;
  display: block;
}

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



.event__content {
  width: 100%;
  margin: auto;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s .event__content {
  padding: 20px 16px 0;
}

.event__image {
  width: 100%;
}
.event__image.event__image02 {
  background-image: url('../img/event_02_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.event__image02--wrapper {
  display: block;
  margin: auto;
  max-width: 1440px;
}
.event__image02--wrapper a.event__image02--link {
  display: block;
  width: 24%;
  height: 24%;
  margin: 0;

  background: url('../img/event_02_btn.png');
  /* background: blue; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.s .event__image02--wrapper a.event__image02--link {
  background: url('../img/event_02_btn_sp.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 58%;
  height: 22%;
  bottom: 5%;
}

.event__image.event__image03 {
  background-image: url('../img/event_03_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.event__image img {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  .event__image img {
    /* width: 100%;
    max-width: 990px; */
  }
}

.event__image img {
  margin: auto;
}
.s .event__image img {
  width: 100%;
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
}

.event__image img {
  margin: auto;
  max-width: 1440px;
}
.s .event__image img {
  width: 100%;
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
}



.event__banner {
  width: 100%;
  display: block;
  padding: 110px 16px;
  margin: auto;
}
.s .event__banner {
  width: 100%;
  display: block;
  padding: 25px 16px 40px;
  margin: auto;
  /* background: #005a99; */
}
.event__banner a,
.event__banner span {
  width: 100%;
  max-width: 970px;
  display: block;
  margin: auto;
}
.event__banner a img,
.event__banner span img {
  width: 100%;
  display: block;
}

.event__banner img.event__banner--hover {
  width: 12.5694%;
  max-width: 181px;
  display: block;
  position: absolute;
  top: 110px;
  left: 10px;
}
.s .event__banner img.event__banner--hover {
  display: none;
}



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

.event__content a {
  display: block;
  margin-bottom: 20px;
}














/*------------------------------------------------------------------
 event --------------------------------------------------------------
------------------------------------------------------------------*/
.event {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 95px 0 0;
}
.s .event {
  padding: 0 0 0;
}
.event__inner {
  width: 100%;
  padding: 0 0 0;
  margin: auto;
}
.s .event__inner {
  padding: 0 0 0;
}

.event__ttl {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  margin: -140px auto 0;

  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #0a111c;
}
.s .event__ttl {
  /* margin: 0 auto; */
  font-size: 42px;
  margin-bottom: 24px;
}
.event__ttl img {
  margin: auto;
  width: 20.5%;
}
.s .event__ttl img {
  width: 52%;
  padding: 0 20px;
}

.event__content {
  width: 100%;
  margin: auto;
}

.s .event__content {
  padding: 0 0;
}

.event01 .event__content {
  display: flex;
  justify-content: space-between;
}
.s .event01 .event__content {
  display: block;
}



.event__item {
  display: block;
  margin: auto;
  width: 100%;
}
.event__item:nth-child(odd) {
}
.event__item:nth-child(even) {
  padding: 0 0 0 16px;
}
.s .event__item {
  padding: 15px 0 0;
}

.event__link {
  max-width: 480px;
  margin: 84px auto 0;
}
.s .event__link {
  max-width: 100%;
  padding: 0 20px;
  margin: 42px auto 0;
}


/*------------------------------------------------------------------
 goods --------------------------------------------------------------
------------------------------------------------------------------*/
.goods {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.goods__inner {
  max-width: 1200px;
  width: 100%;
  padding: 120px 0 0;
  margin: auto;
}
.s .goods__inner {
  padding: 60px 0 0;
}

.goods__ttl {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 64px;
}
.s .goods__ttl {
  margin: 0 auto  32px;
}
.goods__ttl img {
  margin: auto -5.083333% auto auto;
  width: 20.5%;
}
.s .goods__ttl img {
  width: 52%;
  padding: 0 20px;
}

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

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

.goods__content a {
  margin-top: 40px;
}
.s .goods__content a {
  margin-top: 0;
}

.goods__content a:nth-of-type(1) {
  margin-top: 0;
}

.goods__bnr {
  display: block;
  max-width: 740px;
  margin: auto;
}
.s .goods__bnr {
  padding: 15px 0 0;
}

.goods__link {
  max-width: 480px;
  margin: 84px auto 0;
}
.s .goods__link {
  max-width: 100%;
  padding: 0 20px;
  margin: 42px auto 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%;
}
.s .news__inner {
}

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

.news__ttl {
  width: 100%;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 0 0;
}
.s .news__ttl {
  margin: -80px auto 0;
  padding: 80px 0 0;
}
.news__ttl span {
  width: 100%;
}
.news__ttl > span {
  background: linear-gradient(to bottom, transparent, transparent 50%, #00487a 50.1%, #00487a 100%);
  display: block;
  width: 100%;
  padding: 0 16px;
}
.news__ttl span img {
  /* height: 63px; */
  width: auto;
  max-width: 457px;
  width: 100%;
}

.s .news__ttl {
  width: 100%;
  max-width: initial;
  margin: -80px auto 0;
  padding: 80px 0 0;
}
.s .news__ttl span {
  width: 100%;
  background: linear-gradient(to bottom, transparent, transparent 50%, #00487a 50.1%, #00487a 100%);
}
.s .news__ttl span img {
  height: auto;
  width: 100%;
}



.news__block--outer {
  width: 100%;
  background: #00487a;
  padding-bottom: 72px;
}
.s .news__block--outer {
  padding: 25px 0 72px;
}
.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;
  /* padding: 0 60px; */
  padding: 70px 0 80px;
}
.s .news__block {
  width: 100%;
  height: auto;
  max-width: auto;
  margin: auto;
  padding: 0 16px 16px;
}

.news__block li {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.s .news__block li {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.s .news__block li:nth-child(odd) {
  padding-right: 0;
}
.s .news__block li:nth-child(even) {
  padding-left: 0;
}

.news__block li a {
  display: block;
  /* background: white; */
  /* border: 2px solid #0074bf; */
  background: #f2f2f2;
  height: 100%;
}

.news__block__img {
  width: 100%;
  /* padding: 10px; */
  display: block;
}
.news__block__img img {
  width: 100%;
  display: block;
}

.news__block__ttl {
  padding: 20px;
  /* background: rgba(255, 255, 255, 0.75); */
  background: #f2f2f2;
}
.s .news__block__ttl {
  padding: 10px 10px 10px;
}
/* .news__block__ttl span:nth-child(1) {
  font-family: "Teko","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #0074bf;
  font-size: 28px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #0074bf;
  margin-bottom: 0.2em;
}
.news__block__ttl span:nth-child(2) {
  color: #0074bf;
  font-size: 20px;
  display: block;
  width: 100%;
  line-height: 1.2em;
}
.s .news__block__ttl span:nth-child(1) {
  font-size: 20px;
}
.s .news__block__ttl span:nth-child(2) {
  font-size: 14px;
} */
.news__block__ttl--upper {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 1em;
}
.news__block__ttl--upper span.news__tag {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  background: #0074af;
  border-radius: 100px;
  padding: 0.4em 1em;
  color: white;
  margin-right: 0.5em;
  line-height: 1em;
  top: -0.05em;
  margin-bottom: 10px;
}
.news__block__ttl--upper span.news__tag.news__color01 {
  background: #005a99;
}
.news__block__ttl--upper span.news__tag.news__color02 {
  background: #b7a55c;
}
.news__block__ttl--upper span.news__tag.news__color03 {
  background: #e94609;
}
.news__block__ttl--upper span.news__date {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 1em;
  margin-bottom: 10px;
  display: inline-block;
}

.news__block__ttl--lower {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0a111c;
  line-height: 1.4em;

  display: block;
  /* margin-top: 10px; */
}



.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: 120px;
  line-height: 1.2em;
}
.s .sponsor {
  padding-top: 60px;
}
.sponsor__inner {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 50px;
}
.s .sponsor__inner {
  padding-bottom: 0;
}
.sponsor__ttl {
  width: 100%;
  max-width: 1366px;
  text-align: center;
  margin: 160px auto 80px;
}
.s .sponsor__ttl {
  margin: 80px auto 40px;
}
.sponsor__ttl img {
  margin: auto;
  width: 41.7276%;
}
.s .sponsor__ttl img {
  margin: auto;
  width: 100%;
}

.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: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #0e1d49;
}
.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__4column,
.s .sponsor__wrap ul.sponsor__3column {
  width: 100%;
}

.sponsor__wrap ul li {
  width: 20%;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 22px;
  display: inline-block;
}
.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 210712
================================================ */
/*---------------- チケット購入 ----------------*/
.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: 117px;
  cursor: pointer;
}
.ticket-bottun li a img {
  width: 100%;
}

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


/*================================================
　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: 0;
  left: 0;
  width: 110vw;
  height: 140vh;
  background: white;

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

.s .event__item img {
  width: 100%;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}



/*---------------- チケット購入 ----------------*/
.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;
  width: 94px;
  cursor: pointer;
}
.ticket-bottun li a img {
  width: 100%;
}

.s .ticket-bottun li {
  bottom: 10px;
  right: 8px;
}
.s .ticket-bottun li a {
  width: 80px;
}
.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: #010101;
  top: 0;
  right: 0;
}
.s .menuBtn.-is-active {
  background: #010101;
  /* background: transparent; */
}
.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 {
  -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: url('../img/spmenu_pattern.png') #eee;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}
.menuInner__wrapper {
  width: 100%;
  height: 100vh;
}
.menuInner__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.menuInner ul {
  margin-bottom: 90px;
}
.menuInner ul li {
  margin-bottom: 35px;
}
.menuInner ul li a {
  display: block;
  margin: auto;
  width: 100%;
}
.menuInner a {
  display: block;
  margin: auto;
  width: 100%;
}


/*================================================
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;
}
