@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");

/*================================================
　汎用
================================================ */

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}



img {
    width: 100%;
}



* {
    position: relative;
    /* font-weight: 100; */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}



ul {
    list-style: none;
}





a {
    z-index: 100;
    transition: opacity 0.2s;
    display: block;
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.s a:link {opacity: 1;}
.s a:visited {opacity: 1;}
.s a:hover {opacity: 1;}



br.pc {display: block;}
br.sp {display: none;}
.s br.pc {display: none;}
.s br.sp {display: block;}


.pc {display: block;}
.sp {display: none;}
.s .pc {display: none;}
.s .sp {display: block;}





/*================================================
　アニメーション
================================================ */

/*------------------------------------------------------------------
 ローダー ------------------------------------------------------------
------------------------------------------------------------------*/
.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	background: white;
}
.loader_img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
}
.loader_img img {
  width: 100px;
}

.s .loader_img {
	width: 20%;
}
.s .loader_img img {
	width: 100%;
}

.loader_circle {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
}
.loader_circle img {
  width: 350px;
  animation: r1 1s linear infinite;
}

@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.s .loader_circle {
	width: 70%;
}
.s .loader_circle img {
	width: 100%;
}


.mv__object__01,
.mv__object__02,
.mv__object__03,
.mv__object__04,
.mv__player,
.mv__date__01,
.mv__date__02,
.mv__date__03,
.mv__date__04,
.mv__date__05 {
    display: none;
}



/*------------------------------------------------------------------
 プレゼント ------------------------------------------------------------
------------------------------------------------------------------*/

.present__child {
    transition-timing-function:ease-in-out;
}
.present__child:nth-child(odd) {
    transform: translateX(-125%);
    -webkit- transform: translateY(-125%);
    transition: all 0.2s;
}
.present__child:nth-child(even) {
    transform: translateX(125%);
    -webkit- transform: translateY(125%);
    transition: all 0.2s;
}
.present__child.present__standby {
    transform: translateX(0);
    transition: all 0.8s;
}



/*------------------------------------------------------------------
 ニュースライン ------------------------------------------------------------
------------------------------------------------------------------*/

.news__block li {
    transition: all 0.2s;
}
.news__block li:hover {
    transform: translateY(-2%);
    -webkit- transform: translateY(-2%);
    transition: all 0.2s;
}
.s .news__block li:hover {
    transform: translateX(0);
    -webkit- transform: translateX(0);
}

.news__line li {
    transition: all 0.2s;
}
.news__line li:hover {
    transform: translateX(2%);
    -webkit- transform: translateX(2%);
    transition: all 0.2s;
}
.s .news__line li:hover {
    transform: translateX(0);
    -webkit- transform: translateX(0);
}





/*================================================
　z-index管理
================================================ */
.mv { z-index: 10; }
.nav { z-index: 10000; }
.ticket__launchtable td img.ticket__launchtable--extra01,
.ticket__launchtable td img.ticket__launchtable--extra02,
.ticket__launchtable td img.ticket__launchtable--extra03 { z-index: 10; }
.ticket__soldout--arena { z-index: 1000; }
.ticket__soldout--arena--sp { z-index: 1000; }
.ticket__soldout--other { z-index: 1000; }
.ticket__soldout--other--sp { z-index: 1000; }





/*================================================
　個別
================================================ */

/*------------------------------------------------------------------
 body ------------------------------------------------------------
------------------------------------------------------------------*/
body {
    background: white;
    font-family: 'Noto Sans JP', sans-serif , "ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin: 0;
}





/*------------------------------------------------------------------
 wrapper ------------------------------------------------------
------------------------------------------------------------------*/
.wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background-color: #006298;
}





/*------------------------------------------------------------------
 header ---------------------------------------------------------
------------------------------------------------------------------*/
.header {
    width: 3000px;
}





/*------------------------------------------------------------------
 mv --------------------------------------------------------------
------------------------------------------------------------------*/

.mv {
    width: 100%;
}

.mv__inner {
    width: 100%;
    min-width: 1366px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.s .mv__inner {
    width: 100%;
    min-width: auto;
    left: 0;
    transform: translateX(0);
    -webkit- transform: translateX(0);
}

.mv__img.pc {
    display: block;
    width: 100%;
}
.mv__img.sp {
    display: none;
    width: 100%;
}
.s .mv__img.pc {
    display: none;
}
.s .mv__img.sp {
    display: block;
}






/*------------------------------------------------------------------
 nav --------------------------------------------------------------
------------------------------------------------------------------*/

.nav {
    width: 100%;
}
.s .nav {
    display: none;
}
.nav.nav--follow {
    position: fixed;
    top: 0;
    left: 0;
}




.nav__inner {
    background-color: #000;
    background-repeat: repeat;
    background-position: center;
    background-size: auto 100%;
    display: flex;
    justify-content: end;
}

.nav__content {
    width: 100%;
    max-width: 1140px;
    padding: 0 30px;
    margin: auto;
}



.nav__list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    width: 75%;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

.nav__list--inner {
    /* padding: 0 14px; */
    padding: 0 4.5%;
}
.s .nav__list--inner {
    padding: 0;
}
.nav__list--inner:nth-child(1).
.nav__list--inner:nth-child(5) { width: 17.75%; }
.nav__list--inner:nth-child(2).
.nav__list--inner:nth-child(3).
.nav__list--inner:nth-child(4).
.nav__list--inner:nth-child(6) { width: 16.125%; }
.nav__list--img {
    display: block;
}



.nav__ticketbtn {
}

.nav__ticketbtn {
    width: 16.5%;
}
.nav__ticketbtn--img {
    width: 100%;
}

.s .nav__list {
  	display:block;
    width: 100%;
    padding: 2.315% 0;
}
.s .nav__list .nav__list--inner {
    height: 10vh;
    max-height: 100px;
    width: 60%;
    max-width: 400px;
    margin: 0 auto 4vh;
}
.s .nav__list .nav__list--inner:last-child {
    height: 20vh;
    max-height: 200px;
    max-width: 100%;
    margin: auto;
    background: none;
    padding-bottom: 0;
}
.s .nav__list .nav__list--inner img{
    height: auto;
    width: 70%;
    margin: 0 auto;
}
.s .navigationList ul li + li:before {
    display: none;
}
.nav__list .nav__list--inner a {
    display: block;
}
.nav__list .nav__list--inner a:hover {
    opacity: 0.8;
}
.s .nav__list .nav__list--inner a {
    display: inline;
}




/*------------------------------------------------------------------
 content --------------------------------------------------------------
------------------------------------------------------------------*/
.content {
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top;
    max-width: 1600px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 40px 0 80px;
}
.s .content {
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top;
    width: 100%;
     max-width: auto;
   height: auto;
    min-width: auto;
    margin: auto;
    padding: 40px 0 40px;
}
.content__gradient {
    width: 100%;
    position: absolute;
    top: 0;
    padding-bottom: 30%;
}
.content__inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 30px;
}
.s .content__inner {
    max-width: auto;
    width: 100%;
    margin: auto;
    padding: 0 5px;
}





/*------------------------------------------------------------------
 topAttention --------------------------------------------------------------
------------------------------------------------------------------*/
.topAttention {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    padding: 0 30px;
    text-align: center;
}
.s .topAttention {
    padding: 0;
}
.topAttention a {
    display: inline-block;
    color: #d51414;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #d51414;
    padding: 0 0.8em 0.1em;
}
.s .topAttention a {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 1em 0.1em;
}





/*------------------------------------------------------------------
 intro --------------------------------------------------------------
------------------------------------------------------------------*/
.intro {
    max-width: 1000px;
    width: 100%;
    margin: 120px auto 0 auto;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.3;
    text-align: center;
    color: #fff;
    padding-bottom: 125px;
}
.s .intro {
    width: 100%;
    max-width: 450px;
    margin-bottom: 40px;
    padding: 0 15px;
    margin: 10px auto 40px auto;
    line-height: 1.6;
    font-size: 16px;
}
.intro--img {
    width: 100%;
}


/*------------------------------------------------------------------
coming--soon --------------------------------------------------------------
------------------------------------------------------------------*/
.coming--soon {
    margin: 0 auto;
    max-width: 618px;
}
.s .coming--soon {
    width: 90%;
}





/*------------------------------------------------------------------
 event --------------------------------------------------------------
------------------------------------------------------------------*/
.event {
    max-width: 1140px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.100);
    border: #fff solid 4px;
    padding: 0 0 100px 0;
}
.s .event {
    max-width: 430px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0;
}
.event::after {
    content: "";
    padding-top: 100px;
}
.event__inner {
    margin-top: -45px;
    padding: 0 85px;
}
.s .event__inner {
    padding: 4% 15px;
}
.event__h2 {
    display: block;
    width: 430px;
    margin: 0 auto 60px;
}
.s .event__h2 {
    width: 80%;
    margin: 0 auto 30px;
}

.event__block._mt80{
    margin-top: 80px;
}

.s .event__block._mt80{
    margin-top: 40px;
}

.event__block {
    width: 100%;
    margin: 0 0 80px;
}
.event__block:nth-last-of-type(1) {
    margin-bottom: 0;
}
.s .event__block {
    margin-bottom: 40px;
}
.s .event__block:nth-last-of-type(1) {
    margin-bottom: 0;
}
.event__h3 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 45px;
    padding: 0 0.8em 0 1em;
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    font-weight: bold;
    background-image:url(../img/title_icon.png);
    background-repeat: no-repeat;
    background-position: 0;
}

.s .event__h3 {
    margin: 0 auto 15px;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 0.8em 0 1.6em;
    margin: 0 auto 40px;
    background-size: 10%;
}
.event__h3._subttl {
    font-size: 25px;
    padding: 0 0.8em 0 2em;
    margin: 0 auto 20px;
}
.s .event__h3._subttl {
    font-size: 20px;
    padding: 0 0.8em 0 2em;
    margin: 0 auto 20px;
}

.event__h3._line{
    background-image: none;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 40px;
}

.s .event__h3._line{
    background-image: none;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 24px;
}

.event__h3._line::before,
.event__h3._line::after {
  content: '';
  border-top: 4px double #fff;
  flex-grow: 1;
}



.event__btn {
    background: #00e8ff;
    color: #00e8ff;
    line-height: 3;
    margin: 40px auto 0;
    border-radius: 100px;
    border: solid;
    text-align: center;
    width: 300px;
}
.s .event__btn {
    width:  80%;
    margin-top: 20px;
}
.event__itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 55px;
    align-items: center;
}
.s .event__itembox {
    display: block;
    padding: 0;
}
.s .event__itembox--left {
    width: 80%;
    margin: 0 auto 20px;
}
.s .event__itembox--right {
    width: 100%;
}
.s .event__itembox--right .event__cast li {
    width: 50%;
}
.s .event__itembox--right .event__cast .cast__Ttl {
    width: 100%;
}
.s .event__itembox--right .event__cast li img {
    width: 100%;
}
.event__itembox--left {
    width: 33.3%;
    padding-right: 20px;
}
.event__itembox--right {
    width: 42%;
}

.event__itembox .event__cast {
    width: 100%;
}



/* ----- .event__schedule ----- */
.event__schedule {
    width: 90%;
    margin: 0 auto 40px;
    font-weight: normal;
    border-collapse: separate;
}
.s .event__schedule {
    width: 100%;
    margin: 0 auto 20px;
}
.event__schedule tr {
    border: 2px solid #111111;

}

.event__schedule tr:first-child th:first-child { width: 25%; }
.event__schedule tr:first-child th:last-child { width: 75%; }

.event__schedule th,
.event__schedule td {
    padding: 0.4em 0;
    vertical-align: middle;
}
.event__schedule th {
    background: #111111;
    color: white;
    font-size: 24px;
}
.event__schedule td {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.2;
}
.event__schedule tr th small {
    font-size: 14px;
    line-height: 1.4;
}
.s .event__schedule th {
    font-size: 16px;
    text-align: middle;
}
.s .event__schedule td {
    font-size: 16px;
}
.s .event__schedule tr th small {
    font-size: 12px;
    line-height: 1.4;
    display: block;
}

/* border */
.event__schedule th {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.event__schedule td {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: white;
}

.event__schedule tr:first-child th:first-child {
    border-top: none;
    border-right: 1px solid white;
}
.event__schedule tr:first-child th:last-child {
    border-top: none;
    border-left: 1px solid white;
}

.event__schedule tr:nth-child(2) td {
    border-top: 1px solid white;
}

.event__schedule tr:last-child th { border-bottom: none; }
.event__schedule tr:last-child td { border-bottom: none; }


.event_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    margin: 60px 0;
}
._farst{
    width: 31%;
    text-align: center;
}
.s ._farst{
    width: 100%;
}
._second{
    width: 45%;
    text-align: center;
}
.s ._second{
    width: 100%;
}
.event_wrap p{
    margin: 15px 0;
}
.s .event_wrap p{
    margin: 0;
}
.event_round_ttl{
    padding-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.8em;
}
.s .event_round_ttl{
    font-size: 20px;
    padding-top: 20px;
}
.event_round_ttl span{
    border-bottom: solid 1px;
}


/* ----- .event__cast ----- */
.event__cast__wrap {
    padding: 0 100px;
}
.s .event__cast__wrap {
    padding: 0;
}
.event__cast {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
      width: 100%;
    /* width: 612px; */
    /* margin: auto; */
}
.s .event__cast {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.event__cast li {
    width: 33.3%;
    padding: 0 10px;
}
.s .event__cast li {
    width: 50%;
}
.event__cast li img {
    width: 100%;
}
.s .event__cast li img {
    width: 100%;
    margin: auto;
    display: block;
}
.event__cast li p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 0.3em;
    /* color: #d51414; */
}
.s .event__cast li p {
    font-size: 18px;
}

.event__cast li.cast__Ttl {
    width: 100%;
    padding: 0 10px;
}
.event__cast li.cast__Ttl p {
    background: #e04f4f;
    color: white;
    font-size: 28px;
    padding: 0.5em 0;
}
.s .event__cast li.cast__Ttl p {
    font-size: 20px;
}

/* .event__cast li p.cast__teamTtl--A {
    width: 100%;
    background: #d51414;
    color: white;
    font-size: 24px;
    padding: 0.5em 0;
}
.event__cast li p.cast__teamTtl--B {
    width: 100%;
    background: #00693e;
    color: white;
    font-size: 24px;
    padding: 0.5em 0;
} */
.event__cast li p.cast__teamTtl--A {
    width: 100%;
    color: #d51414;
    font-size: 16px;
    padding-bottom: 0.2em;
    margin-bottom: 10px;
    border-bottom: 4px solid#d51414;;
}
.event__cast li p.cast__teamTtl--B {
    width: 100%;
    color: #00693e;
    font-size: 14px;
    padding-bottom: 0.2em;
    margin-bottom: 10px;
    border-bottom: 4px solid #00693e;
}
.s .event__cast li p.cast__teamTtl--A,
.s .event__cast li p.cast__teamTtl--B {
    font-size: 18px;
    width: 100%;
    margin: 0 auto 10px;
}
.s .event__cast li p.cast__teamTtl--B {
    font-size: 16px;
}

.event__cast li p.cast__mainMC {
    width: 100%;
    color: #e04f4f;
    font-size: 16px;
    padding-bottom: 0.2em;
    margin-bottom: 10px;
    border-bottom: 4px solid #e04f4f;
}

.s .event__cast li p.cast__mainMC {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 10px;
}

.event__imgbox{
    max-width: 770px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}

.s .event__imgbox{
    max-width: 770px;
    width: 100%;
    margin: 0 auto 40px;
}

.event__img{
    width: 48%;
}

.s .event__img{
    width: 100%;
    margin-bottom: 10px;
}

.event_soft{
    width: 365px;
}

.s .event_soft{
    width: 100%;
}

.event_soft img{
    width: 100%;
}

.event__text._soft_text{
    width: 570px;
}

.s .event__text._soft_text{
    width: 100%;
}

.flex_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}






/* ----- 汎用ブロック ----- */
.event__text {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 1.6em;
    margin-bottom: 30px;
}
.s .event__text {
    font-size: 14px;
    margin-bottom: 10px;
}

.event__text._mb60 {
    margin-bottom: 60px;
}

.text__event_title {
    font-size: 1.5em;
}

.event__caption {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1.4;
}
.s .event__caption {
    font-size: 14px;
}

.event__notes {
    width: 100%;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 40px;
}
.s .event__notes {
    font-size: 12px;
}
.event__notes .notes__kome--red {
    padding-left: 1.5em;
    /* margin-bottom: 20px; */
}
.event__notes .notes__kome--red:nth-last-of-type(1) {
    margin-bottom: 0;
}
.event__notes .notes__kome--red:before {
    content: '※';
    position: absolute;
    left: 0;
}
.event__soldout--arena {
    color: #d51414;
}
.notes__allRed {
    color: #d51414;
}
.notes__white {
    color: #fff;
}
.ticket__notes a {
    color: #00649e;
    text-decoration: underline;
}





/*------------------------------------------------------------------
 team --------------------------------------------------------------
------------------------------------------------------------------*/
.team {
    width: 100%;
    background: url("../img/team_bg.jpg") #3544a0;
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    margin-bottom: 80px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 3px rgba(0,0,0,0.4);
}
.s .team {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/team_bg.jpg") #3544a0;
    background-repeat: repeat;
    background-size: 20px;
    background-position: center top;
    margin-bottom: 40px;
    padding: 15px;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
}
.team__inner {
    background: url("../img/contentinner_bg.jpg") white;
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    width: 100%;
    padding: 80px 90px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 3px rgba(0,0,0,0.4);
}
.s .team__inner {
    background: url("../img/contentinner_bg.jpg") white;
    background-repeat: repeat;
    background-size: 20px;
    background-position: center top;
    padding: 30px 15px;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.4);
}
.team__split {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    padding: 0 40px;
}
.s .team__split {
  	display: block;
    padding: 0;
}
.team__child {
    width: 50%;
    padding: 0 20px;
}
.s .team__child {
    width: 100%;
    padding: 0;
}
.team__h3 {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0.8em 0.4em;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
.team--a .team__h3 {
    background: url("../img/team_h3_a.png") ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    color: #d51414;
}
.team--b .team__h3 {
    background: url("../img/team_h3_b.png") ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    color: #00693e;
}
.s .team__h3 {
    margin: 0 auto 10px;
    font-size: 22px;
}
.s .team--a .team__h3 {
    background: url("../img/event_h3_sp.png") ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.s .team--b .team__h3 {
    background: url("../img/goods_h3_sp.png") ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.team__logo {
    display: block;
    width: 70%;
    margin: 0 auto 10px;
    padding: 0 30px;
}


.team__list {
    width: 100%;
    background: white;
}
.team--a .team__list {
    border: 2px solid #d51414;
}
.team--b .team__list {
    border: 2px solid #00693e;
}

.team__list--head {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    font-size: 24px;
    font-weight: bolder;
    color: white;
    padding: 0.3em 0;
}
.s .team__list--head {
    font-size: 22px;
}
.team--a .team__list--head {
    background: #e04f4f;
}
.team--b .team__list--head {
    background: #408f6e;
}
.team__list--head dt,
.team__list--head dd {
    text-align: center;
}
.team__list--head dt {
    width: 30%;
}
.team__list--head dd {
    width: 45%;
}
.s .team__list--head dt {
    width: 35%;
}
.s .team__list--head dd {
    width: 50%;
}

.team__list--body {
  	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;
    font-size: 24px;
    font-weight: bolder;
    padding: 0.8em 0.3em;
}
.s .team__list--body {
    font-size: 22px;
    padding: 0.8em 0;
}
.team--a .team__list--body {
    color: #d51414;
}
.team--b .team__list--body {
    color: #00693e;
}
.team__list--body dt,
.team__list--body dd {
    text-align: center;
}
.team__list--body dt {
    width: 30%;
}
.team__list--body dd {
    width: 45%;
    margin-bottom: 10px;
}
.s .team__list--body dt {
    width: 35%;
}
.s .team__list--body dd {
    width: 50%;
}
.team__list--body dd:last-child {
    margin-bottom: 0;
}

.team__list--leader {
    display: block;
    font-size: 16px;
    margin: 5px auto 10px;
}





/*------------------------------------------------------------------
 goods --------------------------------------------------------------
------------------------------------------------------------------*/
.goods {
    width: 100%;
    background: url("../img/goods_bg.jpg") #00693e;
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    margin-bottom: 80px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 3px rgba(0,0,0,0.4);
}
.s .goods {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/goods_bg.jpg") #00693e;
    background-repeat: repeat;
    background-size: 20px;
    background-position: center top;
    margin-bottom: 40px;
    padding: 15px;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
}
.goods__inner {
    background: url("../img/contentinner_bg.jpg") white;
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    width: 100%;
    padding: 80px 90px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 3px rgba(0,0,0,0.4);
}
.s .goods__inner {
    background: url("../img/contentinner_bg.jpg") white;
    background-repeat: repeat;
    background-size: 20px;
    background-position: center top;
    padding: 30px 15px;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.4);
}
.goods__h2 {
    display: block;
    width: 70.454%;
    margin: 0 auto 80px;
}
.s .goods__h2 {
    width: 100%;
    margin: 0 auto 30px;
}

.goods__block {
    width: 100%;
    margin: 0 0 80px;
}
.goods__h3 {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0.8em 0.4em;
    background: url("../img/goods_h3.png") ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    font-size: 36px;
    line-height: 1.2em;
    color: #00693e;
    font-weight: bold;
}
.s .goods__h3 {
    margin: 0 auto 10px;
    background: url("../img/goods_h3_sp.png") ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    font-size: 22px;
    line-height: 1.2em;
    color: #00693e;
    font-weight: bold;
}



/* ----- 汎用ブロック ----- */
.goods__text {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
    color: #333333;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.s .goods__text  {
    font-size: 14px;
}

.goods__imgbox {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    padding: 0 55px;
}
.s .goods__imgbox {
    display: block;
    padding: 0;
}
.goods__imgbox--pattern01 {
    width: 50%;
    padding: 0 10px;
}
.s .goods__imgbox--pattern01 {
    width: 100%;
    padding: 0;
}
.goods__caption {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
    color: #333333;
    text-align: center;
}
.s .goods__caption {
    font-size: 14px;
}

.goods__notes {
    width: 100%;
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
    line-height: 1.4em;
}
.s .goods__notes {
    font-size: 12px;
}
.goods__notes .notes__kome--red {
    padding-left: 1.5em;
}
.goods__notes .notes__kome--red:before {
    content: '※';
    color: #d51414;
    position: absolute;
    left: 0;
}



/*------------------------------------------------------------------
member --------------------------------------------------------------
------------------------------------------------------------------*/
.member_wrap{
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: 970px;
    width: 100%;
}

.s .member_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

.member_wrap li{
    margin-left: 24px;
}
.s .member_wrap li{
    margin: 15px;
}

.member_wrap.second_wrap{
    justify-content: center;
    margin-top: 30px;
}

.member_wrap li{
    width: 18%;
}

.s .member_wrap li{
    width: 40%;
}
.member_wrap li img{
    width: 100%;
}

.sub_envent{
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    width: 100%;
    margin-top: 80px;
}

.s .sub_envent{
    display: block;
    max-width: 970px;
    width: 100%;
    margin-top: 80px;
}

.box{
    width: 48%;
}

.s .box{
    width: 100%;
    margin-bottom: 60px;
}

.subtitle{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.subtext{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
    line-height: 1.6;
}




/*------------------------------------------------------------------
 ticket --------------------------------------------------------------
------------------------------------------------------------------*/
.ticket {
    max-width: 1140px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.100);
    border: #fff solid 4px;
    padding: 0 0 100px 0;
    margin-top: 120px;
}
.s .ticket {
    max-width: 430px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0;
}
.ticket::after {
    content: "";
    padding-top: 100px;
}
.ticket__inner {
    margin-top: -45px;
    padding: 0 85px;
}
.s .ticket__inner {
    padding: 4% 15px;
}

.ticket__h2 {
    display: block;
    width: 430px;
    margin: 0 auto 60px;
}

.s .ticket__h2 {
    width: 80%;
    margin: 0 auto 30px;
}

.ticket__block {
    width: 100%;
    margin: 0 0 80px;
}
.s .ticket__block {
    margin: 0 0 60px;
}
.ticket__block--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.s .ticket__block--flex {
    display: block;
}
.ticket__h3 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 45px;
    padding: 0 0.8em 0 1em;
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    font-weight: bold;
    background-image:url(../img/title_icon.png);
    background-repeat: no-repeat;
    background-position: 0;
}
.s .ticket__h3 {
    margin: 0 auto 15px;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 0.8em 0 2em;
    margin: 0 auto 40px;
}
.s .ticket__h3::before {
    width: 3.6%;
    border-left: 5px solid #00e8ff;
    border-right: 2px solid #00e8ff;
}
.ticket__h4 {
    color: #00e8ff;
    font-size: 36px;
    margin-bottom: 20px;
}
.s .ticket__h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.ticket__period__text {
    color: #fff;
    font-size: 24px;
    margin-bottom: 45px;
    line-height: 1.6;
    font-weight: bolder;
}
.s .ticket__period__text {
    font-size: 16px;
    margin-bottom: 20px;
}
.ticket__period__text span {
    color: #00e8ff;
}
.ticket__period__text a {
    display: inline-block;
    color: #00e8ff;
    text-decoration: underline;
}


/* ----- .ticket__arenaTable ----- */
.ticket__arenaTable {
    width: 100%;
    font-weight: normal;
    border-collapse: separate;
    background: white;
}
.sp-visible {
    display: none;
}
.s .pc-visible {
    display: none;
}
.s .sp-visible {
    display: table;
}

.ticket__arenaTable th {
    background: #111111;
    color: white;
    font-size: 20px;
    padding: 0.4em 0;
    vertical-align: middle;
}
.ticket__arenaTable th:nth-child(2) {
    width: 60%;
    border-left: 1px solid #fff;
}
.s .ticket__arenaTable th:nth-child(1) {
    border-right: none;
}
.s .ticket__arenaTable th:nth-child(2) {
    border-left: none;
}
.ticket__arenaTable td .flex_wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
}
.ticket__arenaTable td .flex_wrap li{
    width: 30%;
    padding: 15px;
}

.ticket__arenaTable td .flex_wrap.second_wrap{
    justify-content: center;
}
.ticket__arenaTable td .flex_wrap.second_wrap img{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
}

.ticket__arenaTable td .flex_wrap img{
    width: 100%;
}
.ticket__arenaTable td:nth-child(1) {
    font-size: 50px;
}
.s .ticket__arenaTable td:nth-child(1) {
    font-size: 20px;
}
.ticket__arenaTable td:nth-child(2) {
    color: #000;
    line-height: 1.4;
}
.ticket__arenaTable p {
    display: block;
    font-size: 16px;
    margin-top: 0.5em;
}

.ticket__arenaTable td p small span {
    color: #d51414;
}

.ticket__arenaTable td p small {
    font-size: 12px;
    color: #000;
}

.ticket__arenaTable .ticket__arenaTable--flex {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    padding: 10px 20px 0;
}
.s .ticket__arenaTable .ticket__arenaTable--flex {
  	display:block;
      padding: 10px 10px 0;
}
.ticket__arenaTable--inner {
    width: 50%;
}
.s .ticket__arenaTable--inner {
    width: 100%;
}
.s .ticket__arenaTable--inner img {
    width: 75%;
}
.ticket__arenaTable--inner:nth-child(1) {
    padding-right: 5px;
}
.ticket__arenaTable--inner:nth-child(2) {
    padding-left: 5px;
}
.s .ticket__arenaTable--inner:nth-child(1) {
    padding-right: 0px;
}
.s .ticket__arenaTable--inner:nth-child(2) {
    padding-left: 0px;
}
.ticket__arenaTable--inner h4 {
    display: block;
    background: #0074af;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 0.3em 0;
    margin: 0 0 10px;
}
.ticket__arenaTable--inner__tel {
    color: #000;
    align-items: center;
}
.ticket__arenaTable--inner__tel p {
    padding: 0.6em 0;
    font-size: 20px;
    line-height: 1.3;
}
.ticket__arenaTable--inner__tel a {
    display: block;
    padding: 0 5px;
    color: #0074af;
}


/* ----- 汎用ブロック ----- */
.ticket__text {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.s .ticket__text {
    margin-bottom: 10px;
}
.ticket__text a {
    display: inline-block;
    text-decoration: underline;
}
.s .ticket__text  {
    font-size: 14px;
}

.ticket__imgbox {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    padding: 0 55px;
}
.ticket__imgbox--pattern01 {
    width: 50%;
    padding: 0 10px;
}
.ticket__caption {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
    color: #333333;
    text-align: center;
}

.ticket__notes {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1.4em;
}
.s .ticket__notes {
    font-size: 12px;
}
.ticket__notes .notes__kome--red {
    padding-left: 1.5em;
}
.ticket__notes .notes__kome--red:before {
    content: '※';
    position: absolute;
    left: 0;
}

.ticket__singlePhoto--pattern01 {
    display: block;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ticket__singlePhoto--pattern02 {
    max-width: 735px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ticket__singlePhoto--pattern03 {
    display: block;
    max-width: 344px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ticket__singlePhoto--pattern04 {
    display: block;
    max-width: 240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ticket_bg{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
  }
  
  .ticket_bg::before{
    transform: skewX(-20deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#e60012;
  }

  .s .nav__list--inner.ticket_btn{
    display: block;
    width: 100%;

}

  .s .nav__list--inner.ticket_btn a{
      display: block;
      width: 80%;
      margin: 0 auto;
  }

  .s .nav__list--inner.ticket_btn a img{
      width: 100%;
  }



/* ----- .ticket__map ----- */
.ticket__map {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    margin-bottom: 80px;
    margin-top: 80px;
}
.s .ticket__map {
    display: block;
    margin-top: -20px;
    padding-top: 40px;
    margin-bottom: 60px;
}
.ticket__map--left {
    width: 340px;
    padding-right: 20px;
}
.s .ticket__map--left {
    width: 100%;
    padding-right: 0;
}
.ticket__map--right {
	-webkit-box-flex:1;
	-ms-flex:1 1 10%;
	flex:1 1 10%;
}
.s .ticket__map--right {
    width: 100%;
}

.ticket__h3--map {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 45px;
    padding: 0 0.8em 0 1em;
    font-size: 36px;
    line-height: 1.2em;
    color: #00e8ff;
    font-weight: bold;
}

.s .ticket__h3--map {
    font-size: 24px;
    margin-bottom: 15px;
}
.s .ticket__h3--map::before {
    content: '';
    width: 3.2%;
}

.ticket__map--list li {
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    max-width: 340px;
    width: 100%;
}
.s .ticket__map--list li {
    font-size: 16px;
}

.ticket__map--btn {
    display: block;
    width: 203px;
}
.s .ticket__map--btn {
    display: block;
    width: 75%;
    max-width: 214px;
    margin: auto;
}



.ticket__map--mapimg {
    display: block;
    width: 100%;
    max-width: 560px;
    margin-right: 0;
    margin-left: auto;
}



/* ----- .ticket__pricetable ----- */
.ticket__pricetable {
    width: 100%;
    /* border: 2px solid #00649e; */
    font-weight: normal;
    border-collapse: separate;
    background: white;
    margin-bottom: 45px;
}
.s .ticket__pricetable tbody {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.s .ticket__pricetable tr {
    width: 100%;
    display: block;
}
.ticket__pricetable th {
    border: 2px solid #111111;
    background: #111111;
    color: white;
    font-size: 24px;
    padding: 0.4em 0;
}
.s .ticket__pricetable th {
    display: block;
    font-size: 18px;
}
.ticket__pricetable th:nth-child(1){
    width:  20%;
}
.ticket__pricetable th:nth-child(2) {
    width: 30%;
}
.s .ticket__pricetable th:nth-child(1),
.s .ticket__pricetable th:nth-child(2),
.s .ticket__pricetable th:nth-child(3) {
    width: 100%;
    border-right: none;
}
.ticket__pricetable th:nth-child(1){
    border-right: 2px solid #fff;
}


.ticket__pricetable td {
    border: 2px solid #cccccc;
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    text-align: center;
    vertical-align: middle;
    padding: 0.3em 0;

}
.ticket__pricetable td:first-child{
    background-color: #e7e7e7;
}
.s .ticket__pricetable td:first-child{
    background-color: #fff;
}
.s .ticket__pricetable td {
    width: 100%;
    font-size: 20px;
    display: block;
    background-color: #fff;
}
.ticket__pricetable td:nth-child(1) {
    line-height: 1.3em;
}
.ticket__pricetable td:nth-child(2) {
    font-size: 50px;
}

.ticket__pricetable td p {
    display: block;
    font-size: 16px;
    margin-top: 0.5em;
}
.ticket__pricetable td p small {
    font-size: 12px;
    color: #000;
}
.ticket__pricetable td p small span {
    color: #d51414;
}
.s .ticket__pricetable td p {
    line-height: 1.4em;
}

.ticket__pricetable .ticket__pricetable--wideArea {
    padding: 20px;
    vertical-align: top;
    text-align: left;
    letter-spacing: 0;
}
.s .ticket__pricetable .ticket__pricetable--wideArea {
    padding: 10px;
}
.ticket__pricetable .ticket__pricetable--wideArea h4 {
    display: block;
    background: #0074af;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 0.3em 0;
    margin: 0 0 10px;
}
.ticket__pricetable .ticket__pricetable--wideArea ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.s .ticket__pricetable .ticket__pricetable--wideArea ul {
  	display: block;
}
.ticket__pricetable--innerlist {
    width: 50%;
}
.s .ticket__pricetable--innerlist {
    width: 75%;
    max-width: 375px;
    margin: auto;
}
.ticket__pricetable--innerlist:nth-child(1) {
    padding-right: 5px;
}
.ticket__pricetable--innerlist:nth-child(2) {
    padding-left: 5px;
}
.s .ticket__pricetable--innerlist:nth-child(1) {
    padding-right: 0;
}
.s .ticket__pricetable--innerlist:nth-child(2) {
    padding-left: 0;
}

.ticket__pricetable--btn {
    display: block;
}
.ticket__pricetable--btn img {
    display: block;
}

.text__Red {
    color: #d51414;
    font-size: 1.3rem!important;
    padding: 0;
    margin-top: -0.25em!important;
}
.s .text__Red {
    background-color: #fff;
    padding: 0.2rem 1.8rem;
    font-size: 1rem!important;
    display: inline-block;
    margin-top: 0.4em!important;
}
.text__Blue {
    color: #0074af!important;
}
.text__Light--Blue {
    color: #00e8ff!important;
}

/* .ticket__pricetable--bgColor01 { background: #b2e2ef; }
.ticket__pricetable--bgColor02 { background: #ccecf4; }
.ticket__pricetable--bgColor03 { background: #e1f3f8; }
.ticket__pricetable--bgColor04 { background: #f5fdff; }
.ticket__pricetable--bgColor05 { background: #ffffff; } */



/* ----- .ticket__launchtable ----- */
.ticket__launchtable {
    width: 100%;
    border: 2px solid #00649e;
    font-weight: normal;
    border-collapse: separate;
    background: white;
}
.ticket__launchtable.sp {
    display: none;
}
.s .ticket__launchtable.pc {
    display: none;
}
.s .ticket__launchtable.sp {
    width: 100%;
    display: block;
}

.s .ticket__launchtable tbody {
    width: 100%;
    display: block;
}
.s .ticket__launchtable tr {
    width: 100%;
    display: block;
}
.ticket__launchtable th {
    width: 100%;
    border: 2px solid #0074af;
    background: #0074af;
    color: white;
    font-size: 24px;
    padding: 0.4em 0;
}
.s .ticket__launchtable th {
    display: block;
    width: 100%;
    font-size: 18px;
}
.ticket__launchtable td {
    width: 14%;
    border: 1px solid #0074af;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    vertical-align: middle;
    padding: 0 0 10px;
}
.s .ticket__launchtable td {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 20px 0 30px;
}
.ticket__launchtable td img {
    width: 100%;
}
.s .ticket__launchtable td img {
    width: 125px;
}
.ticket__launchtable td p {
    font-size: 16px;
    text-align: center;
    line-height: 1.2em;
}
.s .ticket__launchtable td p {
    font-size: 14px;
}

.ticket__launchtable td img.ticket__launchtable--extra01,
.ticket__launchtable td img.ticket__launchtable--extra02,
.ticket__launchtable td img.ticket__launchtable--extra03 {
    position: absolute;
    left: 0;
}
.ticket__launchtable td img.ticket__launchtable--extra01,
.ticket__launchtable td img.ticket__launchtable--extra03 {
    width: 100%;
}
.ticket__launchtable td img.ticket__launchtable--extra02 {
    width: 305.5%;
}
.ticket__launchtable td img.ticket__launchtable--extra02,
.ticket__launchtable td img.ticket__launchtable--extra03 {
    bottom: -7%;
}
.ticket__launchtable td img.ticket__launchtable--extra01 {
    bottom: -12%;
}
.s .ticket__launchtable td img.ticket__launchtable--extra01,
.s .ticket__launchtable td img.ticket__launchtable--extra02,
.s .ticket__launchtable td img.ticket__launchtable--extra03 {
    position: absolute;
    left: auto;
    right: -20px;
    top: 0;
    bottom: auto;
    border-radius: 10px;
}
.s .ticket__launchtable td img.ticket__launchtable--extra01 {
    background: #DB0011;
    width: 40px;
    padding: 8px 5px;
}
.s .ticket__launchtable td img.ticket__launchtable--extra02 {
    right: -15px;
    background: #DB0011;
    width: 28px;
    padding: 130px 5px;
}
.s .ticket__launchtable td img.ticket__launchtable--extra03 {
    background: #19689A;
    width: 40px;
    padding: 22px 5px;
}



/* ----- .ticket__launchtable ----- */
.ticket__borderBlock {
    width: 50%;
    margin-top: -10px;
}
.s .ticket__borderBlock {
    margin-top: 0;
    width: 100%;
}
.ticket__borderBlock p {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.6em;
}
.s .ticket__borderBlock p {
    font-size: 16px;
}
.ticket__borderBlock small.ticket__borderBlock--note {
    font-size: 14px;
    line-height: 1em;
}
.s .ticket__borderBlock small.ticket__borderBlock--note {
    font-size: 12px;
    line-height: 0.8em;
}
.ticket__borderBlock small.ticket__borderBlock--note span {
    color: #d51414;
}
.ticket__borderBlock small.ticket__borderBlock--note span.note--blue {
    color: #00649e;
}



/* ----- .ticket__onlineTable ----- */
.ticket__onlineTable {
    width: 100%;
    border: 2px solid #00649e;
    font-weight: normal;
    border-collapse: separate;
    background: white;
}
.sp-visible {
    display: none;
}
.s .pc-visible {
    display: none;
}
.s .sp-visible {
    display: table;
}

.ticket__onlineTable th {
    border: 2px solid #111111;
    background: #111111;
    color: white;
    font-size: 20px;
    padding: 0.4em 0;
    vertical-align: middle;
}
.ticket__onlineTable th:nth-child(1) {
    width: 35%;
    border-right: 2px solid #fff;
}
.s .ticket__onlineTable th:nth-child(1) {
    border-right: none;
}
.ticket__onlineTable th:nth-child(2) {
    width: 35%;
    border-right: 2px solid #fff;
}
.ticket__onlineTable th:nth-child(3) {
    width: 30%;
}

.ticket__subtitle{
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 24px;
}
.ticket__onlineTable td {
    border: 1px solid #ccc;
    background: white;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0.4em 0;
    vertical-align: middle;
    line-height: 1.4;
}
.s .ticket__onlineTable td {
    font-size: 18px;
}
.ticket__onlineTable--moneyText {
    font-size: 50px;
    color: #0074af;
}
.s .ticket__onlineTable--moneyText {
    font-size: 18px;
}
.ticket__onlineTable td.ticket__onlineTable--flex {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    padding: 10px;
}
.s .ticket__onlineTable td.ticket__onlineTable--flex {
  	display:block;
}
.ticket__onlineTable--inner {
    width: 100%;
    padding: 10px 20px;
}
.s .ticket__onlineTable--inner {
    width: 100%;
    padding: 0;
}
.s .ticket__onlineTable--inner img {
    width: 75%;
    height: auto;
}
.ticket__onlineTable--inner h4 {
    display: block;
    background: #0074af;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 0.3em 0;
    margin: 0 0 10px;
}
.ticket__onlineTable--inner__shop {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ticket__onlineTable--inner__shop a {
    display: block;
    padding: 0 5px;
}



.ticket__soldout--arena {
    color: red;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 251%;
    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;
    font-size: 40px;
}
.ticket__soldout--arena--sp {
    color: red;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: -1px;
    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;
}

.ticket__soldout--other {
    color: red;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 252%;
    height: 539px;
    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;
    font-size: 40px;
}
.ticket__soldout--other.ticket__soldout--other2 {
    height: 214px;
}
.ticket__soldout--other--sp {
    color: red;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: -2px;
    width: 100.7%;
    height: 762px!important;
    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__soldout--other--sp2 {
    color: red;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: -2px;
    width: 100.7%;
    height: 340px!important;
    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__sales--Area {
    display: flex;
}
.ticket__sales--Area li {
    margin: 0 80px 30px 0;
    width: 25.5%;
}
.ticket__sales--Area li:nth-last-of-type(1) {
    margin-right: 0;
}
.ticket__sales--Area li:nth-of-type(2) {
    width: 60%;
}
.ticket__sales--Area li img {
    width: 100%;
}
.ticket__sales--innerlist {
    display: flex;
}
.ticket__sales--innerlist a {
    margin-right: 10px;
    width: 42.5%;
}
.ticket__sales--innerlist a:nth-last-child(1) {
    margin-right: 0;
}




/*------------------------------------------------------------------
 sponsor --------------------------------------------------------------
------------------------------------------------------------------*/
.sponsor {
    background: white;
    padding: 0 0 80px;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    color: #0074af;
}
.s .sponsor {
    padding: 0 0 40px;
}

.sponsor__inner {
    padding: 80px 30px 0;
}
.s .sponsor__inner {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
}

.sponsor__headWrap {
    width: 100%;
    max-width: 1366px;
    padding: 0 40px 0;
    margin: auto;
}
.s .sponsor__headWrap {
    width: 100%;
    padding: 0;
}
.sponsor__h3 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0.8em 0.4em;
    font-size: 36px;
    line-height: 1.2em;
    color: #0074af;
    font-weight: bold;
}
.sponsor__h3::before,
.sponsor__h3::after {
    content: "";
    border-top: 4px double #0074af;
    flex-grow: 1;
}
.sponsor__h3::before {
    margin-right: 0.3em;
}
.sponsor__h3::after {
    margin-left: 0.3em;
}


.s .sponsor__h3 {
    margin: 0 auto 10px;
    font-size: 22px;
    line-height: 1.2em;
    color: #0074af;
    font-weight: bold;
    padding: 0;
}

.sponsor p {
  margin-bottom: 40px;
}
.s .sponsor p {
  margin-bottom: 20px;
}


.sponsor p b {
  font-size: 34px;
  color: #0074af;
}
.s .sponsor p b {
  font-size: 14px;
}


.sponsor 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;
}

.sponsor ul li {
  display: block;
  margin: 0 10px 30px;
  vertical-align: top;
}
.s .sponsor ul li {
  margin: 0 0 20px;
}


.sponsor .sizeXL {
  max-width: 1200px;
  margin: auto;
  padding: 0;
}
.s .sponsor .sizeXL {
  width: 100%;
  padding: 0 10px;
}

.sponsor .sizeXL li {
  width: 45%;
}
.s .sponsor .sizeXL li {
  width: 100%;
  padding: 5px;
}

.sizeXL li a img {
  width: 100%;
  margin-bottom: 10px;
}
.s .sizeXL li a img {
  width: 100%;
}



.sponsor .sizeL {
  max-width: 1366px;
  margin: auto;
  padding: 0;
}
.s .sponsor .sizeL {
  width: 100%;
  padding: 0 10px;
}

.sponsor .sizeL li {
  width: 31%;
}
.s .sponsor .sizeL li {
  width: 80%;
  padding: 5px;
}

.sizeL li a img {
  width: 100%;
  margin-bottom: 10px;
}
.s .sizeL li a img {
  width: 100%;
}


.sponsor .sizeM {
  max-width: 1366px;
  margin: auto;
  padding: 0 40px;
}
.s .sponsor .sizeM {
  width: 100%;
  padding: 0 10px;
}

.sponsor .sizeM li {
  width: 22.5%;
}
.s .sponsor .sizeM li {
  width: 50%;
  padding: 5px;
}

.sizeM li a img {
  width: 85%;
  margin-bottom: 10px;
}
.s .sizeM li a img {
  width: 100%;
}


.sponsor .sizeS {
  max-width: 1366px;
  margin: auto;
  padding: 0 40px;
}
.s .sponsor .sizeS {
  width: 100%;
  padding: 0 10px;
}

.sponsor .sizeS li {
  width: 14.2%;
}
.s .sponsor .sizeS li {
  width: 33.3%;
  padding: 5px;
}

.sizeS li a img {
  width: 85%;
  margin-bottom: 10px;
}
.s .sizeS li a img {
  width: 100%;
}

.sponsor_m40{
    margin: 0 40px!important;
}
.s .sponsor_m40{
    margin: 0!important;
}


.sponsor a {
    color: #00649e;
}
.sponsor a:link,
.sponsor a:visited,
.sponsor a:hover,
.sponsor a:active {
    color: #00649e;
}

.sponsor .sponsor__inner a {
    font-size: 14px;
    letter-spacing: 0;
}


#copyright {
    font-size: 10px;
    color: #999;
    padding: 14px 0 20px;
    font-family: 'Noto Sans JP', sans-serif , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
}



.p-mod--sns {
    padding: 60px 0 0;
}
.s .p-mod--sns {
    padding: 40px 0 0;
}



.p-mod--sns .p-mod__footer {
    font-size: 16px;
    padding-top: 40px;
    color: #999;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}

.p-mod__footer h2 {
    width: auto;
    display: block;
    color: #af8d56;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1em;
    padding: 0 10px 0;
}
.p-mod__footer p {
    display: block;
    padding: 0 10px;
}
.p-mod__footer--arrow {
    display: block;
    width: auto;
    height: 20px;
    padding: 0 10px;
}
.p-mod__footer--btn {
    width: 80px;
    padding: 0 10px;
}



.s .p-mod__footer h2 {
    width: 100%;
    padding: 0.2em 5px 0;
}
.s .p-mod__footer p {
    padding: 0 5px;
}
.s .p-mod__footer--arrow {
    height: 15px;
    padding: 0 5px;
}
.s .p-mod__footer--btn {
    width: 60px;
    padding: 0 5px;
}





.p-mod--sns-list {
    font-size: 0;
    margin: 0 auto;
    width: 320px;
}
.s .p-mod--sns-list {
    width: 200px;
}

.p-mod--sns-list__item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 4px;
}
.s .p-mod--sns-list__item {
    padding: 0 2px;
}

.p-mod--sns-list__item img {
    width: 100%;
    height: auto;
}

/*------------------------------------------------------------------
 news --------------------------------------------------------------
------------------------------------------------------------------*/

.news {
    max-width: 1140px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.100);
    border: #fff solid 4px;
    margin-top: 120px;
}
.s .news {
    max-width: 430px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0;
}
.news::after {
    content: "";
    padding-top: 100px;
}
.news__inner {
    margin-top: -45px;
    padding: 0 85px;
}
.s .news__inner {
    padding: 30px 15px;
}
.news__h2 {
    display: block;
    width: 430px;
    margin: 0 auto 60px;
}
.s .news__h2 {
    width: 80%;
    margin: 0 auto 30px;
}

.news__h3{
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 45px;
    padding: 0 0.8em 0 1em;
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    font-weight: bold;
    background-image:url(../img/title_icon.png);
    background-repeat: no-repeat;
    background-position: 0; 
}

.news_wrap{
    display: flex;
    max-width: 970px;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

.s .news_wrap{
    display: block;
}

.news_box{
    flex:1;
    margin-left: 20px;
    width: 100%;
    background: #000; 
    margin-bottom: 20px; 
}

.s .news_box{
    margin-left: 0px;
    width: 100%;
}

.news_textarea{
    padding: 14px;
}


.tag{
    color: #fff;
    background-color: #0074af;
    padding: 8px;
    margin-right: 8px;
    font-family: 'Oswald', sans-serif;
}

.tag._event{
    background-color: #b7a55c;  
}


.tag._ticket{
    background-color: #e94609; 
}


.date{
    color: #cccccc;
    font-family: 'Oswald', sans-serif;
}

.flex_wrap._start{
    justify-content: flex-start;
}

.news_title{
    color: #fff;
    margin-top: 14px;
    line-height: 1.4;
}

.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 0;
    justify-content: flex-start;
  }
  .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: #000;
    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: #000;
  }
  .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;
    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__tag.news__color05 {
    background: #717171;
  }
  .news__block__ttl--upper span.news__date {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    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: #fff;
    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;
  }



/*------------------------------------------------------------------
 campaign --------------------------------------------------------------
------------------------------------------------------------------*/
.campaign {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 20px;
    z-index: 10;
}
.s .campaign {
    width: 100%;
    height: auto;
    max-width: 1600px;
    margin: auto;
    padding: 0 0 30px;
    z-index: 10;
}



.campaign__ttl {
    width: 100%;
    height: auto;
    max-width: 1366px;
    margin: 0 auto 60px;
    text-align: center;
}
.s .campaign__ttl {
    width: 100%;
    height: auto;
    max-width: auto;
    margin: 0 auto 30px;
    text-align: center;
}
.campaign__ttl img {
    width: 88.434%;
    margin: auto;
}
.s .campaign__ttl img {
    width: 100%;
}



.campaign__items {
    width: 100%;
    max-width: 720px;
    margin: auto;
}
.s .campaign__items {
    width: 100%;
    max-width: initial;
    padding: 0 15px;
}


/* SP用　開閉ボタン
------------------------------------------------------------------------ */
.s .navigationBtn {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  background: #0074af;
}
.s .navigationBtn span {
  display: block;
  background: white;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.s .navigationBtn span:first-child {
  top: 15px;
}
.s .navigationBtn span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.s .navigationBtn span:last-child {
  bottom: 15px;
}
.s .navigationBtn.-is-active span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.s .navigationBtn.-is-active span:nth-child(2) {
    opacity: 0;
}
.s .navigationBtn.-is-active span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/*---------------- navigation ----------------*/
.navigation {
  display: none;
}

.s .navigation {
  text-align: left;
  width: 100%;
  height: 60px;
  padding: 5px;
  position: fixed;
  top: 0;
  background: none;
  display: block;
  z-index: 10000;
}

.s .navigation img {
  margin: 0 5px;
}

.navigationList {
  background-color: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
}

.navigationList.-is-active {
  width: 100%;
  height: 100%;
  margin: auto;
}

.navigationList ul {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.navigationList ul li + li:before {
  content: "";
  display: block;
  height: 5px;
  background: url(../../img/sp-spacer.jpg) repeat-x;
  margin: 15px 0;
}



/* トップに戻る */
.scrollTop {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999999;
}

.s .scrollTop {
    width: 3.2rem;
    bottom: 10px;
    right: 10px;
}

.scrollTop img {
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}

.s .scrollTop img {
    border-radius: 0;
    box-shadow: none;
}
