@charset "UTF-8";

/**nav**/
.page-nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0;
}
.page-nav ul li img{
	max-width: 40px;
	min-width: 25px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.page-nav ul li{
	text-align: center;
	border-left: solid 1px #8FC31F;	
}
.page-nav ul li:last-child{
	border-right: solid 1px #8FC31F;	
}
.page-nav ul li a,
.page-nav ul li span{
	font-size: 14px;

}
.page-nav ul li a{
	padding: 20px 20px;
	display: block;
	line-height: 1;
	position: relative;
}
.page-nav ul li a:before{
	content: '';
	display: block;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 14px;
	height: 14px;
}
.page-nav ul li:hover span,
.page-nav ul li:hover a{
	color: #8FC31F;
}
.page-nav ul li:hover a:before{
	background: url(../img/common/titile-ster-bt.png)no-repeat;
	background-size: contain;
}

/**nav-end**/


/**title****/
.mono .title-large.t-en{
	font-size: 60px;
	position: relative;
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.mono .title-large.t-en:after,
.mono .title-large.t-en:before{
	content: '';
	display: block;
	width: 28px;
	height: 30px;
	position: absolute;
	background: url(../img/common/titile-ster-top.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .title-large.t-en:before{
	left: -18px;
	top: -4px;
}
.mono .title-large.t-en:after{
	background: url(../img/common/titile-ster-bt.png)no-repeat;
	background-size: contain;
	background-position: center;
	right: -6px;
	bottom: 12px;
	width: 13px;
	height: 13px;
}
.mono .title-large{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.mono .bg-gold .title-large.t-en:before{
	background: url(../img/common/titile-ster-top-w.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .bg-gold .title-large.t-en:after{
	background: url(../img/common/titile-ster-bt-w.png)no-repeat;
	background-size: contain;
	background-position: center;
}

/**title-end****/


/**content****/
.conte-normal{
	padding: 90px 0 90px;
}

.conte-normal + .conte-normal{
	padding: 0px 0 90px;
}

/**title-end****/


.mono button{
	border: none;
	background: none;
}
.mono button.bt-purchase{
	position: relative;
}
.mono button.bt-purchase a,
.mono button.bt-purchase.bt-small a{
	color: #fff;
	display: block;
	padding: 8px 16px;
	background: #111;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 12px;
	line-height: 1;
}
.mono button.bt-purchase.bg-green a,
.mono button.bt-purchase.bt-small.bg-green a{
	background: #8fc31f;
	border: solid 1px #111;
	color: #111;
}
.mono button.bt-purchase:after,
.mono button.bt-purchase.bt-small:after{
    content: '';
    display: block;
    width: 84%;
    height: 90%;
    background: #fff;
    position: absolute;
    left: 7%;
    top: 5px;
    border-radius: 50px;
    border: solid 1px #111;
	/*mix-blend-mode: multiply;*/
}

.mono button.bt-purchase.bt-normal a{
	padding: 12px 24px;
	border-radius: 50px;
	font-size: 14px;
	min-width: calc(180px - 48px);
	position: relative;
}
.mono button.bt-purchase:after{
	width: 90%;
	height: 100%;
	left: 5%;
	top: 4px;
	border-radius: 50px;
}
.mono button.bt-normal.shiro{
	position: relative;
}
.mono button.bt-normal.shiro a{
    color: #111;
    display: block;
    padding: 12px 32px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1;
    border: solid 1px #111;
}
.mono button.bt-normal.shiro:after{
	content: '';
	display: block;
	width: 90%;
	height: 90%;
	background: #111;
	position: absolute;
	left: 10px;
	top: 6px;
	border-radius: 50px;
}
.mono button.bt-normal.shiro:before{
	content: '';
	display: block;
	width: 10px;
	height: 5px;
	background: url(../img/common/i-arrow-bl.png)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 20px;
	top: calc((100% - 5px) / 2);
	z-index: 2;
}
.mono .conte-button {
	display:   flex;
	justify-content: center;

}




.mono .m-auto{
	margin-left: auto;
	margin-right: auto;
	display: table;
}


#keyplayer .title-large{
	margin-bottom: 120px;
}
.mono .bg-lv{
	background: #8fc31f;
}
.mono .bg-ac{
	background: #000024;
}
.mono .bg-lio{
	background: #51318f;
}
.mono .bg-db{
	background: #00854a;
}

.mono .tournament-main .oneday{
	border-top:solid 1px #111 ;
	border-bottom:solid 1px #111 ;
	padding: 30px 15px 30px;
}
.mono .gameday-list{
	display: flex;
	align-items: center;
	justify-content: center;
}

.mono .gameday-list .mach-logo{
	flex-grow: 2;
	max-width: 220px;
	width: 100%;
}
.mono .gameday-list .gameday{
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-right: 10px;
}

.mono .gameday-list .gameday-bt{
	max-width: 170px;
}
.mono .gameday-list .gameday-bt .bt-purchase.bg-green a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/cup/day0913.png)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 16px;
	top: 5px;
}
.mono .gameday-list .gameday-bt .bt-purchase.bg-green.day14 a:before{
	background: url(../img/cup/day0914.png)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}
.mono .gameday-list .gameday-bt .bt-purchase.bg-green a{
	padding: 8px 16px 8px 40px;
}
.mono .gameday-list .gameday-bt .bt-purchase.bg-green{
	font-size: 12px;
}
.mono .gameday-list .gameday-bt .bt-purchase{
	max-width: 160px;
	width: 100%;
}
.mono .gameday-list .gameday-bt .bt-purchase + .bt-purchase{
	margin-top: 10px;
}
.gameday-list .daytime{
	max-width: 120px;
	width: 100%;
	height: auto;
}
.oneday .game-chu{
	background: #fff;
	padding: 5px 5px;
	margin-top: 20px;
	width: calc(100% - 40px);
  margin: 12px auto 0;
}
.oneday .game-chu dl:after{
	content: '';
	display: block;
	clear: both;
}
.oneday .game-chu span{
	font-size: 10px;
	font-weight: bold;
}
.oneday .game-chu dt{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	background:#111; 
	color: #fff;
	padding: 2px 4px;
	line-height: 1;
	float: left;
	position: relative;
	top: -5px;
	left: -5px;
}
.oneday .game-chu p,
.oneday .game-chu dd{
	font-size: 10px;
	line-height: 1;
}


.mono .tournament-main{
	align-items:  center;
}
.mono .tournament-main .conte-tx{
	margin-left: 50px;
}
.mono .tournament-main .conte-ph,
.mono .tournament-main .conte-tx{
	width:calc((100% - 50px) / 2);
}
.mono .tournament-main .conte-tx .oneday{
	position: relative;
}
.mono .tournament-main .conte-tx .oneday:before{
	content: '';
	display: block;
	position: absolute;
	top: -12px;
	left: 15px;
	width: 85px;
	height: 25px;
	background: url(../img/cup/game01.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .tournament-main .conte-tx .oneday:nth-child(2):before{
	background: url(../img/cup/game02.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .tournament-main .conte-tx .oneday:nth-child(3):before{
	background: url(../img/cup/game03.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .tournament-main .conte-tx .oneday:nth-child(4):before{
	background: url(../img/cup/game04.png)no-repeat;
	background-size: contain;
	background-position: center;
}

.mono .team-info{
	display: flex;
	align-items:  stretch;
}
.mono .team-info ul:after,
.mono .team-info ul:before{
	content: '';
	display: block;
	position: absolute;
}
.mono .team-info ul:before{
	width: 150px;
	height: 60px;
	background: rgba(143, 195, 31, .7);
	top: -60px;
	left: calc((100% - 150px) / 2);
}
.mono .team-info ul.team-ac:before{
	background: rgba(0, 0, 36, .7);
}
.mono .team-info ul.team-lio:before{
	background: rgba(81, 49, 143, .7);
}
.mono .team-info ul.team-db:before{
	background: rgba(0, 133, 74, .7);
}
.mono .team-info ul:after{
	width: 120px;
	height: 126px;
	top: -60px;
	left: calc((100% - 120px) / 2);
	background: url(../img/cup/logo-lv-01.png)no-repeat;
	background-size: contain;
	background-position: center top 6px;
}
.mono .team-info ul.team-ac:after{
	background: url(../img/cup/logo-ac-01.png)no-repeat;
	background-size: 98%;
	background-position: center top 3px;
}
.mono .team-info ul.team-lio:after{
	background: url(../img/cup/logo-lio-01.png)no-repeat;
	background-size: contain;
	background-position: center top 2px;
}
.mono .team-info ul.team-db:after{
	background: url(../img/cup/logo-db-l-op.png)no-repeat;
	background-size: 85%;
	background-position: center top 6px;
}

.mono .team-info ul{
	flex-basis:25%;
	position: relative;
	padding: 60px 0 50px;
}

.team-info .title small{
	font-size: 16px;
	display: block;
	color: #fff;
}
.mono .team-lv{
	background: rgba(143, 195, 31, .7);
}
.mono .team-ac{
	background:rgba(0, 0, 36, .7);
}
.mono .team-lio{
	background:rgba(81, 49, 143, .7);
}
.mono .team-db{
	background: rgba(0, 133, 74, .7);
}
/*
.mono .team-info ul.team-lv .tx{
	color: #111;
	text-shadow: none;
	font-weight: 600;
}*/
.mono .team-info ul .tx{
	padding: 0px 30px 50px;
	font-size: 12px;
	line-height: 1.7;
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 1;
}
.mono .team-info .bt{
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.mono .team-info .bt img{
	
}
.mono .team-info .bt-team img{
	max-height: 34px;
	height: 100%;
	width: auto;
	z-index: 1;
	position: relative;
}
.mono .team-info .bt-team a{
	position: relative;
	z-index: 1;
}
.mono .team-info .bt-team a:after{
	content: '';
	display: block;
	width: 96%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 10px;
	top: 0px;
	mix-blend-mode: multiply;	
	transform: skewX(-10deg);
}


.mono .team-info .bt-team{
	display: table;
	margin: 0 auto;
	text-align: center;
}
.mono .team-info ul .player{
	position: relative;
}
.mono .team-info ul .player:after{
	content: '';
	display: block;
	position: absolute;
}
.mono .team-info ul.team-lv .player:after{
	background: url(../img/cup/pname-01.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 95px;
	height: 28px;
	top: 20%;
	right: 15%;
}
.mono .team-info ul.team-ac .player:after{
	background: url(../img/cup/pname-02.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 84px;
	height: 28px;
	top: 38%;
	right: 8%;
}
.mono .team-info ul.team-lio .player:after{
	background: url(../img/cup/pname-03.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 72px;
	height: 28px;
	top: 20%;
	left: 20%;
}
.mono .team-info ul.team-db .player:after{
	background: url(../img/cup/pname-04.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 100px;
	height: 28px;
	top: 22%;
	right: 7%;
}
.mono .team-info ul .player {
    position: absolute;
    top: 10%;
    left: calc((100% - 400px) / 2);
}
.mono .team-info ul .player-tx{
	margin-left: auto;
	padding: 15px 15px 0;
	display: table;
}
.mono .team-info ul .player-tx img{
	height: 100%;
	max-height: 152px;
	width: auto;
}
.team-info .title{
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding-bottom: 110%;
}

.mono .team-info-sp{
	display: none;
}



/**attachment***************/

/* 背景画像の見えている高さ */
.parallax {
  /*height: 500px;*/
}

/* 背景画像 */
.parallax::before {
    background-image: url(../img/common/sp-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    background-position: center bottom 30%;
 }
 

/**event***************/

.event-card .ph{
	line-height: 1;
	border-radius: 6px 40px 0 0;
	overflow: hidden;
}
.event-card .bt,
.event-card .category{
	padding: 4px 6px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.event-card .category{
	background: #111;
	color: #fff;
}
.event-card .tx{
	display: none;
}

.event-card .bt{
	background: #8fc31f;
	position: relative;
}
.event-card .bt:after{
	width: 8px;
	height: 8px;
	background: url(../img/common/i-kado-w.png)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.no{
	position: relative;
}
.no:before{
  content: '0';
  display: inline-block;
  z-index: 1;
  position: absolute;
}
.food-card.no:before,
.event-card.no:before{
  background: #111;
  padding: 2px 6px;
  color: #fff;
  top: 0px;
  left: -0px;
  font-size: 24px;
  line-height: 1.2;
  font-family: "BLG Hudson";
}
.no.no01:before{
  content: '1';
}
.no.no02:before{
  content: '2';
}
.no.no03:before{
  content: '3';
}
.no.no04:before{
  content: '4';
}
.no.no05:before{
  content: '5';
}
.no.no06:before{
  content: '6';
}
.no.no07:before{
  content: '7';
}
.no.no08:before{
  content: '8';
}
.no.no09:before{
  content: '9';
}
.no.no10:before{
  content: '10';
}
.no.no11:before{
  content: '11';
}
.no.no-a:before{
  content: 'A';
}
.no.no-b:before{
  content: 'B';
}
.no.no-c:before{
  content: 'C';
}
.no.no-d:before{
  content: 'D';
}
.no.no-e:before{
  content: 'E';
}
.no.no-f:before{
  content: 'F';
}
.no.no-g:before{
  content: 'G';
}
.no.no-h:before{
  content: 'H';
}
.no.no-i:before{
  content: 'I';
}
.no.no-j:before{
  content: 'J';
}
.no.no-k:before{
  content: 'K';
}

.no-thumbs .bg-bl{
	position: relative;
	padding-left: 34px;
	height: 30px;
	display: flex !important;
	align-items:  center;
	background: url(../img/common/button-bg-bl.png)no-repeat;
	background-size: contain;
	background-position: left center;	
}
.no-thumbs .bg-bl,
.no-thumbs .thumb-tx{
	font-size: 10px;
	font-weight: bold;
}
.no-thumbs .bg-bl .no:before{
	display: none;
}
.no-thumbs .bg-bl .no{
	width: 25px;
	height: 30px;
	display: block;
	color: #fff;
	position: absolute;
	top: 3px;
	left: 3px;
	padding-top: 4px;
	text-align: center;
	font-family: "BLG Hudson";
}

.no-thumbs .bg-bl.bg-gold{
	background: url(../img/common/button-bg-gold.png)no-repeat;
	background-size: contain;
	background-position: left center;	
}


#gourmet.conte-full{
	padding: 70px 0;
}


.mono .t-kakomi{
	padding: 0px 6px;
	background: #111;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	line-height: 1.2;
}
#ticket .conte-button{
	margin-top: 30px;
}
#ticket .conte-button + .bt-purchase{
	margin: 15px auto 0;
	display: table;
}


#access .hosoku{
	display: flex;
	align-items:  center;
	margin-top: 50px;
}
#access .hosoku div + div{
	margin-left: 50px;
}
.hosoku div{
	flex: 1;
}
.route.to-left,
.route + .route {
	margin-top: 50px;
}
.route.to-left{
	margin-right: calc((100% - 900px) / 2);
}
.route address:before{
	width: 22%;
	height: 100%;
	background: url(../img/common/bg-kitaeru-l.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.route address{
	padding: 36px 0;
	padding-left: calc(22% + 30px);
	border: solid 1px #111;
	border-left: none;
	background: #fff;
	border-radius: 0px 80px 80px 0;
	position: relative;
}
.route address .title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.route address,
.route p{
	font-size: 16px;	
}
#access #ac-kitaeru{
	margin-bottom: 16px;
}
#access #ac-kitaeru img{
	max-width: 185px;
	width: 100%;
	height: auto;
}
#access #ac-ikikata img{
	max-width: 180px;
	width: 100%;
	height: auto;
}
.route{
	position: relative;
}
.route #ac-ikikata{
	position: absolute;
	left: 0px;
	bottom: -6px;
}
.route .youtube-waku:after,
.route .youtube-waku:before{
	width: 1px;
	height: 25px;
	background: #111;
	position: absolute;
	transform:skewX(-45deg);
}
.route .youtube-waku:before{
	top: -5px;
	left: 5px;
}
.route .youtube-waku:after{
	bottom: -5px;
	right: 5px;
}
.mono .youtube-waku{
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}
iframe.youtube{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access .conte-button{
	margin-top: 30px;
}


.mono .conte-banner{
	display: flex;
	align-items:  center;
	justify-content: flex-start;
}
.mono .conte-banner li{
	flex: 1 1 auto;
	margin: 0 15px;
}
.mono #tournament{
	position: relative;
}
.mono #tournament .waku-1200{
	position: relative;
	z-index: 1;
}

.mono .hanabi{
	display: none;
	position: relative;
}
.mono .hanabi.on {
	display: block;
}
.mono .hanabi.on img{
	position: absolute;
	top: -650px;
	left: 1%;
    animation: sparkle 5s ease-in-out forwards infinite;
  animation-delay: 0.3s;
  max-width: 400px;
  width: 100%;
  height: auto;
}
.mono .hanabi.on img:nth-child(2){
	position: absolute;
	left: auto;
	right: -6%;
	top: -900px;
    animation: sparkle 5s ease-in-out forwards infinite;
  max-width: 600px;
  width: 100%;
  height: auto;
}
.mono .hanabi.on img:nth-child(3){
	position: absolute;
	left: auto;
	right: 0%;
	top: -500px;
    animation: sparkle 5s ease-in-out forwards infinite;
  animation-delay: 0.9s;
  max-width: 300px;
  width: 100%;
  height: auto;
}

@keyframes sparkle {
  0% { opacity: 0; transform: scale(0); }
  15% { opacity: 0.8; transform: scale(0);}
  30% { opacity: 0; transform: scale(1.4);}
	100% { opacity: 0; transform: scale(0); }
}


/* ------------------------------
   パララックス
------------------------------ */
.mono .bg-sankaku{
		position: fixed;
		width: 50%;
		height: 600px;
		z-index: -1;
		left: -10%;
		bottom: -500px;
}