@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: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.2s;
}

.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: 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: url('../img/mv_base.png') #006298;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 47.5%;
}

.s .mv .mv__innner {
  background: url('../img/mv_base_sp.png') #006298;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 206.2666%;
}


.mv__item01,
.mv__item02,
.mv__item03,
.mv__item04,
.mv__item05,
.mv__item06,
.mv__item07,
.mv__item08,
.mv__item09,
.mv__item10,
.mv__item11,
.mv__item12,
.mv__item13,
.mv__item14,
.mv__item15,
.mv__item16
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/* アニメーション 4選手*/
.mv__item02 {
  opacity: 0;
  animation-name: animation_player02;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.5s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item03 {
  opacity: 0;
  animation-name: animation_player01;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.4s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item04 {
  opacity: 0;
  animation-name: animation_player02;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.3s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item05 {
  opacity: 0;
  animation-name: animation_player01;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.2s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}

.mv__item11 {
  opacity: 0;
  animation-name: animation_player01;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.2s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item12 {
  opacity: 0;
  animation-name: animation_player02;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.3s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item13 {
  opacity: 0;
  animation-name: animation_player01;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.2s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item14 {
  opacity: 0;
  animation-name: animation_player02;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.3s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item15 {
  opacity: 0;
  animation-name: animation_player01;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.4s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item16 {
  opacity: 0;
  animation-name: animation_player02;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 0.5s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}

@keyframes animation_player01 {
  0% {
    opacity: 0;
    left: -1%;
  }
  100% { 
    opacity: 1;
    left: 0%;
  }
}
@keyframes animation_player02 {
  0% {
    opacity: 0;
    left: 1%;
  }
  100% { 
    opacity: 1;
    left: 0%;
  }
}

/* アニメーション ロゴ*/
.mv__item06 {
  opacity: 0;
  animation-name: animation_logo;/*名前*/
  animation-duration: 1.5s;/*時間*/
  animation-delay: 0.7s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item07 {
  opacity: 0;
  animation-name: animation_logo;/*名前*/
  animation-duration: 1.5s;/*時間*/
  animation-delay: 0.9s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
@keyframes animation_logo {
  0% {
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

/* アニメーション 日程*/
.mv__item08 {
  opacity: 0;
  animation-name: animation_date;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 1.2s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item09 {
  opacity: 0;
  animation-name: animation_date;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 1.3s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
.mv__item10 {
  opacity: 0;
  animation-name: animation_date;/*名前*/
  animation-duration: 0.75s;/*時間*/
  animation-delay: 1.4s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
@keyframes animation_date {
  0% {
    opacity: 0;
    top: 2%;
  }
  100% { 
    opacity: 1;
    top: 0%;
  }
}

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

 








/* 
.-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;
  background-position: top 0 left 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 90px;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 0 36px;
}
.nav.nav__fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.s .nav {
  display: none;
}
.nav__inner {
  max-width: 1200px;
  height: 100%;
  /* max-width: 1000px; */
  /* max-width: 600px; */
  width: 100%;
  margin: auto;
}
.nav__content {
  width: 100%;
  height: 100%;
  display: flex;
}
.nav__inner ul {
  width: 100%;
  height: 100%;
  display:flex;
	justify-content: space-between;
  align-items: center;
  gap: 0 16px;
  padding-right: 6.5217%;
}
.nav__inner ul li.nav__between {
  width: 32px;
}
@media screen and (max-width: 900px) {
}

.nav__inner a.nav__05 {
  display: block;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  height: 100%;
  display: flex;
}
.nav__inner a.nav__05 img.nav__05--deco {
  display: block;
  width: auto;
  height: 100%;
}
.nav__inner a.nav__05 span.nav__05--main {
  display: block;
  flex:1 1 10%;
  height: 100%;
  background: #e60012;

  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__inner a.nav__05 span.nav__05--main img {
  width: 100%;
  max-width: 174px;
  padding: 0 16px;
}
@media screen and (max-width: 1200px) {
  .nav__inner ul {
    gap: 0 16px;
    padding-right: 3.2609%;
  }
.nav__inner a.nav__05 {
  min-width: initial;
  max-width: initial;
}
}




/*------------------------------------------------------------------
 contentbody --------------------------------------------------------------
------------------------------------------------------------------*/
.contentbody {
    background: #006298;

    /* background: url('../img/bg.jpg');
    background-position: top 0 left 50%;
    background-repeat: repeat;
    background-size: 1080px auto; */
    /* background: #005a99; */
    padding-bottom: 88px;
}
.s .contentbody {
    padding-bottom: 96px;
}



/*------------------------------------------------------------------
 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: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: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 {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1232px;
  margin: auto;
}
.presents__inner {
  width: 100%;
  padding: 128px 0 0;
  margin: auto;
  overflow: hidden;
}
.s .presents__inner {
  padding: 60px 0 20px;
}

.presents__ttl {
  width: 100%;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .presents__ttl {
  margin: -64px auto 0;
  padding: 64px 16px 0;
}
.presents__ttl span {
  width: 100%;
}
.presents__ttl span img {
  width: auto;
}

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



.presents__content {
  width: 100%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: center;
  padding: 64px 0 0;
}
.s .presents__content {
  padding: 20px 16px 0;
  display: block;
}

.presents__image {
  width: 100%;
  padding: 0 16px;
  display: block;
}
.s .presents__image + .presents__image {
  margin-top: 32px;
}
.s .presents__image {
  padding: 0;
  margin-bottom: 0;
}
.presents__image.present--01 {
  width: 54.5455%;
  margin-bottom: 32px;
}
.presents__image.present--02 {
  width: 45.4545%;
}
.presents__image.present--03 {
  width: 64.1233%;
}
.s .presents__image.present--01,
.s .presents__image.present--02,
.s .presents__image.present--03 {
    width: 100%;
}
.presents__image img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .presents__image img {
    width: 100%;
    max-width: 990px;
  }
}



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

.event__ttl {
  width: 100%;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .event__ttl {
  margin: -64px auto 0;
  padding: 64px 16px 0;
}
.event__ttl span {
  width: 100%;
}
.event__ttl span img {
  width: auto;
}

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



.event__content {
  width: 100%;
  padding: 64px 16px 0;
}
.s .event__content {
  padding: 32px 16px 0;
}

.event__image {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.event__image + .event__image {
  margin-top: 64px;
}
.s .event__image + .event__image {
  margin-top: 32px;
}
.event__image img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .event__image img {
    width: 100%;
    max-width: 990px;
  }
}



/*------------------------------------------------------------------
 special --------------------------------------------------------------
------------------------------------------------------------------*/
.special {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1232px;
  margin: auto;
}
.special__inner {
  width: 100%;
  padding: 128px 0 0;
  margin: auto;
  overflow: hidden;
}
.s .special__inner {
  padding: 60px 0 20px;
}

.special__ttl {
  width: 100%;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .special__ttl {
  margin: -32px auto 0;
  padding: 32px 16px 0;
}
.special__ttl span {
  width: 100%;
}
.special__ttl span img {
  width: auto;
}

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



.special__content {
  width: 100%;
  padding: 64px 16px 0;
}
.s .special__content {
  padding: 32px 16px 0;
}

.special__image {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.special__image + .special__image {
  margin-top: 64px;
}
.s .special__image + .special__image {
  margin-top: 32px;
}
.special__image img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .special__image img {
    width: 100%;
    max-width: 990px;
  }
}



/*------------------------------------------------------------------
 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: -64px auto 0;
  padding: 64px 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 {
  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: -64px auto 0;
  padding: 64px 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 {
  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;
}

















/*------------------------------------------------------------------
 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;
  z-index: 1;
  overflow: hidden;
  max-width: 1232px;
  margin: auto;
}
.news__inner {
  width: 100%;
  padding: 128px 0 0;
  margin: auto;
  overflow: hidden;
}
.s .news__inner {
  padding: 60px 0 0;
}

.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 16px 0;
}
.s .news__ttl {
  margin: -64px auto 0;
  padding: 64px 16px 0;
}
.news__ttl span {
  width: 100%;
}
.news__ttl span img {
  width: auto;
}

.s .news__ttl {
  width: 100%;
  max-width: initial;
  margin: -64px auto 0;
  padding: 64px 16px 0;
}
.s .news__ttl span {
  width: 100%;
  background: none;
}
.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; */
  padding: 64px 16px 0;
}
.s .news__block {
  width: 100%;
  height: auto;
  max-width: auto;
  margin: auto;
  padding: 32px 16px 0;
}

.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;
}
.s .news__block__ttl--upper span.news__tag {
  font-size: 14px;
}
.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__tag.news__color04 {
  background: #008000;
}
.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;
}
.s .news__block__ttl--upper span.news__date {
  font-size: 16px;
}

.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; */
}
.s .news__block__ttl--lower {
  font-size: 14px;
}



.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: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:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
}
.sponsor__wrap ul.sponsor__4column {
  max-width: 1088px;
}
.s .sponsor__wrap ul.sponsor__5column,
.s .sponsor__wrap ul.sponsor__4column,
.s .sponsor__wrap ul.sponsor__3column {
  width: 100%;
  max-width: initial;
}

.sponsor__wrap ul.sponsor__4column li {
  width: 25%;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px;
  display: block;
}
.sponsor__wrap ul.sponsor__2column li {
  width: 25%;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px;
  display: block;
}
.sponsor__wrap ul.sponsor__5column li {
  width: 20%;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px;
  display: block;
}
.s .sponsor__wrap ul.sponsor__4column li,
.s .sponsor__wrap ul.sponsor__2column li,
.s .sponsor__wrap ul.sponsor__5column li {
  width: 50%;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px;
  display: block;
}
.sponsor__wrap ul li a {
  color: #444;
}
.sponsor__wrap ul.sizeM li a {
  width: 50%;
  display: block;
  margin: auto;
}
.sponsor__wrap ul.sizeM li {
  width: 20%;
  display: block;
  margin: 20px 0 0;
}
.sponsor__wrap ul.sizeM li a img {
  display: block;
  margin: auto;
}

/* .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: 80px;
}
.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: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: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: 72px;
  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 .menuBtn {
  display: block;
  width: 60px;
  height:60px;
  position: fixed;
  z-index: 10000;
  background: #010101;
  top: 0;
  right: 0;
}
.s .menuBtn.-is-active {
  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: #005a99;
  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%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.menuInner ul {
  margin-bottom: 64px;
}
.menuInner ul li {
  margin-bottom: 32px;
}
.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;
}
