@charset "utf-8";
/* reset styles */
@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoL.otf') format('opentype');
src:url('../fonts/NotoL.woff') format('woff');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoR.otf') format('opentype');
src:url('../fonts/NotoR.woff') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoM.otf') format('opentype');
src:url('../fonts/NotoM.woff') format('woff');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoB.otf') format('opentype');
src:url('../fonts/NotoB.woff') format('woff');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoBK.otf') format('opentype');
src:url('../fonts/NotoBK.woff') format('woff');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Akshar';
src: url('../fonts/Akshar-Regular.eot');
src: url('../fonts/Akshar-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Akshar-Regular.woff') format('woff'),
url('../fonts/Akshar-Regular.woff2') format('woff2'),
url('../fonts/Akshar-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Akshar';
src: url('../fonts/Akshar-SemiBold.eot');
src: url('../fonts/Akshar-SemiBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Akshar-SemiBold.woff') format('woff'),
url('../fonts/Akshar-SemiBold.woff2') format('woff2'),
url('../fonts/Akshar-SemiBold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Akshar';
src: url('../fonts/Akshar-Bold.eot');
src: url('../fonts/Akshar-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Akshar-Bold.woff') format('woff'),
url('../fonts/Akshar-Bold.woff2') format('woff2'),
url('../fonts/Akshar-Bold.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
margin: 0;
padding: 0;
font-family:'noto_sans',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
line-height: 160%;
zoom:1;
-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-o-text-size-adjust:100%;
text-size-adjust:100%;
-ms-font-smoothing:antialiased;
-o-font-smoothing:antialiased;
-moz-font-smoothing:antialiased;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
}


#Wrapper {position: relative; z-index: 1;}

figure {padding: 0; margin: 0; display: block;}

/* ▼img▼*/
img {margin: 0px; padding: 0px;}
a img {	border:none; overflow: hidden; outline: none;	}


/* ▼リンククリック時の点線を消す▼*/
a { outline: none; }

/* ▼リンク色 任意の色に変更してください▼*/
/*float調整は▼これ▼*/
/*以下の要素で「img/space1.gif」を囲んでおけば、WINDOWS IE でも空白が出る事はなくなります。
  ■■ 例：<div class="clearfloat"><img src="img/space1.gif" /></div> ■■ */
.clearfloat {
clear: both;
visibility: hidden;
height: 0;
overflow : hidden;
font-size: 0;
content : "";
}
.clearfloat img {width:1px !important; height:1px !important;}

/* スペース用空白を埋めるのに使用してください */
.space1 {display: block;height: 1px;width: 1px;}
.space1 img {display: block;clear: both;}

.space5 {height: 5px;margin: 0px;padding: 0px;}
.space7 {height: 7px;margin: 0px;padding: 0px;}
.space10 {height: 10px;}
.space20 {height: 20px;}
.space25 {height: 25px;}
.space30 {height: 30px;}
.space40 {height: 40px;}
.space50 {height: 50px;}
.space60 {height: 60px;}
.space70 {height: 70px;}
.space80 {height: 80px;}
.space90 {height: 90px;}
.space100 {height: 100px;}
.space110 {height: 110px;}
.space120 {height: 120px;}
.space130 {height: 130px;}
.space140 {height: 140px;}

/* フォントサイズなど */
.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f18 {font-size: 18px !important;}
.f20 {font-size: 20px !important;}
.f22 {font-size: 22px !important;}

/* フォント色 */
.red10 {color: #f33;font-size: 10px;}
.red {color: #f33 !important;}
.orange {color: #FF6600;}
.blue {color: #0066FF;}
.pink {color: #FF33CC;}
.black {color: #050505;}
.gray {color: #999999;}

/* padding */
.pd0 {padding:0px !important;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:20px;}
.pl30 {padding-left:20px;}

/* margin */
.t5 {margin-top:5px !important;}
.t10 {margin-top:10px !important;}
.t12 {margin-top:12px !important;}
.t15 {margin-top:15px !important;}
.t18 {margin-top:18px !important;}
.t20 {margin-top:20px !important;}
.t25 {margin-top:25px !important;}
.t30 {margin-top:30px !important;}

.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px! important;}

.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml18 {margin-left:18px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}


/* 「このページのトップへ」はこれを使用 */
.anchor_top {
font-size: 10px;
text-align: right;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
padding-top: 10px;
}

/* clearfix */
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/* IE6 */
* htm .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix { height: 1%;}


.ie_hack {display: none;}

@media all and (-ms-high-contrast:none) {
.ie_hack{display: block;}
}


/* rollover */
a {
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}

.indent {text-indent:-1em;	padding-left:1em;}
.bold {font-weight:700;}

.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align:center !important;}

ol, ul {list-style-type:none;}

.d_none {display:none !Important;}

/*=========================================================================
PAGE TOP
=========================================================================*/
#page-top {
position: fixed;
bottom:5%;
right: 0px;
z-index:99;
text-align:center;
}

#page-top a {
display: block;
text-decoration:none !important;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
/*filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;*/
}

#page-top a:hover {text-decoration:none !important;}


/*=========================================================================
BASIC
=========================================================================*/
#Wrapper {position: relative; z-index: 1; min-height: 100vh;}

body {
position: relative;
z-index: 1;
background: rgba(0,0,0,1);
/*
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('../img/bg01.jpg');
background-attachment: fixed;
*/
}
body:before{
content: "";
position: fixed;
z-index:-2;
width: 100%;
height: 100%;
background-position: center ;
background-repeat: no-repeat;
background-size: cover;
background-image: url('../img/bg01.jpg');
}
#Wrapper:before{
content: "";
position: fixed;
z-index:-1;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.53);

}
body#Top {background:#fff;}
body#Top:before,
body#Top #Wrapper:before{content: none;}

body#Event:before{background-image: url('../img/bg02.jpg');}


/* ---------------------------------------------------------------- 
body:before, body:after {content: ""; position: fixed;width: 100%;height: 100%;}
body:before {background: rgba(0,0,0,.6); z-index:-2;}

body#Top:before {content: none;}
*/



/* ---------------------------------------------------------------- */
body.open {z-index: -1; overflow: hidden;}
/*
#Wrapper.open:before {
content: "";
position: fixed;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(3,3,3,.6);
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}
*/

@keyframes loop {
0% {background-position: 0 0;  }
100% {background-position: 0 -1600px;}
}

@keyframes loop02 {
0% {background-position: 0 0;  }
100% {background-position: 0 1600px;}
}

/*----------------------------------------------------------*/
body#Top #mainContents {padding-top: 0;}


/*=========================================================================
HEADER
=========================================================================*/
#Header {
width: 100%;
position: sticky;
background: #fff;
z-index: 9;
top:0;
left: 0%;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}
#headContainer {width: 90%; max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;}

#Header.shadow {
background: rgba(255,255,255,.7);
-ms-box-shadow: 0 8px 12px rgba(0,0,0,.2);
-moz-box-shadow: 0 8px 12px rgba(0,0,0,.2);
-webkit-box-shadow: 0 8px 12px rgba(0,0,0,.2);
box-shadow: 0 8px 12px rgba(0,0,0,.2);
}

#Header.top {background:transparent; position: fixed; left: 0; top:0; width: 100%;}

/*----------------------------------------------------------*/
#siteName {height: auto;z-index: 99;}
#siteName img {
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}

#siteName a, #siteName img {width: 100%; height: auto; display: block;}
#siteName a, #siteName p {line-height: 140%; color: #121212; font-weight: 400;}
#siteName a {text-decoration: none;}
#siteName a:hover img {filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}



/*=========================================================================
HEADER：GLOBAL NAVI
=========================================================================*/
#globalNavi {height: auto;}

/* ---------------------------------------------------------------- */
ul#naviList {list-style-type: none;}
ul#naviList li {
font-family: 'Akshar',sans-serif ;
height: auto;
font-weight:600;
line-height: 100%;
}
ul#naviList li a {text-decoration: none; color: #121212; display: block;}
ul#naviList li a:hover{
color:transparent;
-webkit-text-stroke:1px #ce2cb5;
text-stroke: 1px #ce2cb5;
-ms-text-shadow:0 0 6px rgba(255,82,220,.3), 0 0 2px rgba(255,255,255,.3);
-moz-text-shadow: 0 0 6px rgba(255,82,220,.3), 0 0 2px rgba(255,255,255,.3);
-webkit-text-shadow: 0 0 6px rgba(255,82,220,.3), 0 0 2px rgba(255,255,255,.3);
text-shadow: 0 0 6px rgba(255,82,220,.3), 0 0 2px rgba(255,255,255,.3);
}

/* ---------------------------------------------------------------- */
#page-About ul#naviList li#Mn02 a,
#page-News ul#naviList li#Mn03 a,
#page-Event ul#naviList li#Mn04 a,
#page-Players ul#naviList li#Mn05 a,
#page-Entry ul#naviList li#Mn06 a,
#page-Contact ul#naviList li#Mn07 a,
#page-Login ul#naviList li#Mn08 a{color: #ce2cb5;}



/* ---------------------------------------------------------------- */
#menu-trigger {
position:absolute;
cursor: pointer;
z-index: 99;
margin: auto;
right: 0%;
top:0%;
transition: all .5s;
}
#menu-trigger span {
background: #f5f5f5;
display: block;
position: absolute;
width:50%;
height: 4px;
left: 25%;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
}

#menu-trigger span:nth-child(1) {top: 26%;}
#menu-trigger span:nth-child(2) {top: 40%;}
#menu-trigger span:nth-child(3) {top: 54%;}

#menu-trigger.active span:nth-child(1) , #menu-trigger.active span:nth-child(3) {top: 40%; left:25%;}
#menu-trigger.active span:nth-child(1) {-webkit-transform: rotate(315deg);transform: rotate(315deg);}
#menu-trigger.active span:nth-child(2) {width: 0;left: 50%;}
#menu-trigger.active span:nth-child(3) {-webkit-transform: rotate(-315deg);transform: rotate(-315deg);}

/* ---------------------------------------------------------------- */
#menu-trigger p {
font-family: 'Akshar',sans-serif ;

width: 100%;
line-height: 100%;
font-weight: 900;
color: #f5f5f5;
position: absolute;
left: 0%;
bottom: 10%;
text-align: center;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

/* ---------------------------------------------------------------- */
#menu-trigger:hover span,#menu-trigger.active span,
#Header.top #menu-trigger:hover span,
#Header.top #menu-trigger.active span{background: #121212;}

#menu-trigger:hover p, #menu-trigger.active p,
#Header.top #menu-trigger:hover p, 
#Header.top #menu-trigger.active p{color: #121212;}

/* ---------------------------------------------------------------- */
.navi_inner { margin: 0 auto;}


/* ---------------------------------------------------------------- */
#navi_infoBox {position: relative; z-index: 1;}

/* ---------------------------------------------------------------- */
#naviPhoto, #naviPhoto img, #naviLogo img, #naviCap img {width: 100%; height: auto; display: block;}
#naviPhoto {padding: 0; margin: 0 auto;}

/* ---------------------------------------------------------------- */
#naviLogo {height: auto; margin: 0 auto;}

/* ---------------------------------------------------------------- */
#naviCap {
position: absolute;
margin: auto;
padding: 0;
left: 50%;
top:50%;
width: 40%;
height: auto;
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}




/*=========================================================================
SLIDER
=========================================================================*/
.arrow_next,
.arrow_prev {
position: absolute;
z-index: 10;
cursor: pointer;
display: block;
width: 20%;
max-width: 40px;
top: 50%;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.arrow_prev {left: 0;}
.arrow_next {right: 0;}

.arrow_next img,
.arrow_prev img {width: 100%; height: auto; display: block;}

.arrow_next:hover, .arrow_prev:hover{filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}

/*----------------------------------------------------------*/
.arrow_next02,
.arrow_prev02{
position: absolute;
z-index: 10;
cursor: pointer;
display: block;
width:calc(100% / 22);
height: 100%;
top: 0%;
background: rgba(255,255,255,.6);
}

.arrow_prev02 {left: 0%;}
.arrow_next02 {right: 0%;}

.arrow_next02 img,
.arrow_prev02 img {
position: absolute;
z-index: 1;
display: block;
width: 80%;
height: auto;
left: 50%;
top: 50%;
max-width: 40px;
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.arrow_next02:hover, .arrow_prev02:hover{filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}


/*=========================================================================
FOOTER
=========================================================================*/
#Footer {
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
/**/
color: #fff;
position: relative;
z-index: 2;
background-image: url('../img/bg_bottom.jpg');
}
#Footer:before {
content: "";
position: absolute;
z-index: -1;
background: rgba(0,0,0,.6);
background: linear-gradient(160deg, rgba(206,44,181,.45) 0%, rgba(0,77,128,.4) 45%, rgba(0,0,0,.8) 80%);

width: 100%;
height: 100%;
 }

body#Top #Footer{background-image: url('../img/bg_bottom.jpg');}
/*
body#Top #Footer:before {background: rgba(0,0,0,.8);}
*/

/*----------------------------------------------------------*/
dl#bottomContents {max-width: 1200px; width: 88%; height: auto; margin: 0 auto;}
dl#bottomContents dt, dl#bottomContents dd {height: auto;}

/*----------------------------------------------------------*/
#Copy, ul#bottom_linkList li {font-family: 'Akshar',sans-serif ;}

/*----------------------------------------------------------*/
#bottomLogo, #bottomLogo img {width: 100%; height: auto; display: block;}
#bottomLogo {margin: 0 auto;}
/*----------------------------------------------------------*/
#Copy {color: #fff; font-weight: 400; line-height: 140%;}

/*----------------------------------------------------------*/
ul#bottom_linkList{list-style-type: none;}
ul#bottom_linkList li {font-weight: 900; line-height: 140%; text-align: center; position: relative; z-index: 1;}
ul#bottom_linkList li a {color: #fff; text-decoration: none;display: block; border: 1px solid transparent;}
ul#bottom_linkList li a:hover {
color:#ce2cb5;
color:transparent;
-webkit-text-stroke:1px #ce2cb5;
text-stroke: 1px #ce2cb5;
}


/*----------------------------------------------------------*/
#bottom_otherLink a {
display: inline-block;
color: #fff;
text-decoration: none;
position: relative;
z-index: 1;
font-weight: 600;
}
#bottom_otherLink a:hover {color: #ce2cb5;}



/*=========================================================================
PAGER
=========================================================================*/
a.page-numbers, .pager .current, .pager a:hover {
padding:4px 8px;
font-family: 'Akshar',sans-serif ;
font-weight: 900;

}

.pager {height: auto !important;width: 100%;margin: 0 auto;padding: 5px 0 !important;text-align: center;max-width: 1200px;}
 
a.page-numbers{
border:1px solid #0dacc9;
margin:0 2px;
color:#0dacc9;
text-decoration:none;
position: relative;
z-index: 1;

-ms-box-shadow: 0 0 10px 2px rgba(255,255,255,.2);
-moz-box-shadow: 0 0 10px 2px rgba(255,255,255,.2);
-webkit-box-shadow: 0 0 10px 2px rgba(255,255,255,.2);
box-shadow: 0 0 10px 2px rgba(255,255,255,.2);
}
 
.pager .current{
color: #000;
border:1px solid #ff52dc; 
background: #ff52dc;
-moz-text-shadow: 0px 0px 4px rgba(255,255,255,.8), 0px 0px 12px rgba(255,255,255,.3);
-webkit-text-shadow: 0px 0px 4px rgba(255,255,255,.8), 0px 0px 12px rgba(255,255,255,.3);
text-shadow: 0px 0px 4px rgba(255,255,255,.8), 0px 0px 12px rgba(255,255,255,.3);
-ms-box-shadow: 0 0 10px 2px rgba(255,82,220,.4);
-moz-box-shadow: 0 0 10px 2px rgba(255,82,220,.4);
-webkit-box-shadow: 0 0 10px 2px rgba(255,82,220,.4);
box-shadow: 0 0 10px 2px rgba(255,82,220,.4);
}
 
.pager a:hover {
color: #ff52dc;
border:1px solid transparent;

-ms-box-shadow: 0 0 10px 2px rgba(255,82,220,.4);
-moz-box-shadow: 0 0 10px 2px rgba(255,82,220,.4);
-webkit-box-shadow: 0 0 10px 2px rgba(255,82,220,.4);
box-shadow: 0 0 10px 2px rgba(255,82,220,.4);
}

/*-------------------------------------------------------------------------------------------------------------------------*/

.pager a::before,
.pager a:after {content: '';position: absolute;width: 0;height: 0;border: 1px solid transparent;}

.pager a::before {top: -1px;left: -1px;}
.pager a::after {bottom: -1px;right: -1px;}

.pager a:hover::before,
.pager a:hover::after{width: 100%;height: 100%;}

.pager a:hover::before{
border-top-color: #ff52dc;
border-right-color: #ff52dc;
transition: width .2s ease-out, height .25s ease-out .2s;
}

.pager a:hover::after {
border-bottom-color: #ff52dc;
border-left-color: #ff52dc;
transition: border-color 0s ease-out .35s, width .25s ease-out .4s, height .25s ease-out .6s;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
.navigation,
.paging-navigation {display:none !important;}

#pagination {margin: 30px 0 30px auto; position:relative; height:auto; width: 78%;}
#pagination li {display:block !important;position:absolute;	top:0;width:100px;}
#pagination li#btn_prev {left:0;}
#pagination li#btn_back {left:45%; }
#pagination li#btn_next {right:0; }


#pagination li a {
	text-align:center;
	display:block;
border: 1px solid #0dacc9;
color:#0dacc9;
	font-size:13px;
padding:2px 0;
text-decoration:none;

-moz-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
-ms-transition: .3s;
transition: .3s;
}
#pagination li a:hover {color:#9b0303; border-color: #9b0303;}



@media print, screen and (max-width:900px){
#pagination { width: 76%;}
} 

/* ---------------------------------------------------------------- */
.navigation,
.paging-navigation {display:none !important;}


/*=========================================================================
NO PAGE
=========================================================================*/
#no_pagebox { width: 90%; margin: 0 auto; max-width: 1000px; height: auto;}
#notfoud {line-height: 180%;color: #ff52dc; font-weight: 600;}
#notfont_kana {line-height: 180%; color: #fff; font-weight: 600;}

#no_pagebox p { line-height: 180%; color:#ccc;}




/*=========================================================================
SUB NAVI
=========================================================================*/
#sub_naviBLoc {width: 100%; height: auto; margin: 0 auto;}

/* ---------------------------------------------------------------- */
#listHeadline { line-height: 140%; width: 100%; display: block; color: #fff; font-weight: 600;}

/* ---------------------------------------------------------------- */
ul#sub_naviList li span {
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}

ul#sub_naviList {
list-style-type: none;
border: 1px solid #fff;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
ul#sub_naviList li {height: auto; line-height: 100%; font-weight: 600;}

ul#sub_naviList li a,
ul#sub_naviList li span {color: #fff; text-decoration: none; display:block; text-align: center;}

ul#sub_naviList li span {cursor: pointer;}

ul#sub_naviList li a:hover,
ul#sub_naviList li span:hover {color:#050505; background: #fff;}

