@charset "utf-8";

body {
	min-width:none;
	-webkit-text-size-adjust:100%;
	height:100%;
}

#MDQ{display:none;}

.spNone{display:none !important;}


/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
    padding-top: 77px;
    background: url(../image/footer/under_back_img.jpg) center bottom no-repeat;
    background-size: 200% auto;
}

.contents_window {
	clear: both;
	width: auto;
	margin:0 0;
    padding-bottom: 40px;
}

.ContentsBox1080{max-width:auto; margin:0 15px;}


/*----------------------------------------------------------------------------------------
共通CSS
----------------------------------------------------------------------------------------*/

.LeftContents{
    width: auto;
}

.RightContents{
    width: auto;
}

.font_AlternateGothic{
    font-family: alternate-gothic-no-1-d, sans-serif;
    font-style: normal;
    font-weight: 400;
}


/*----------------------------------------------------------------------------------------
各カテゴリー共通CSS
----------------------------------------------------------------------------------------*/

.dFlex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.caMainBox{
	width: 100%;
	height: 200px;
}

.caMain_Inner{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.caMain_Inner h2{
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.caMain_Inner h2 span{
	font-size: 70px;
	line-height: 1.0;
	display: block;
}

h3.ca_Title{
    border-left: 15px solid #004da1;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 5px 0 5px 20px;
    margin-bottom: 25px;
}
h3.ca_Title span{
    font-size: 22px;
    line-height: 2.0;
    padding-right: 15px;
}

.caContactInnerBox p{
    font-size: 18px;
    font-weight: bold;
}

.caContactInnerBox .Inner{
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}
.caContactInnerBox .Inner p{
    font-size: 24px;
    margin-right: 0;
    font-weight: normal;
    line-height: 1.3;
}
.caContactInnerBox .Inner p span{ font-size: 40px;}

.caContactInnerBox .Inner a:hover{
	opacity: 0.75;
}


/*----- パンくず -----*/

.pan{
	width: 100%;
	border-bottom: 1px solid #929292;
	margin-bottom: 50px;
}

.pan .Inner{
	max-width: 100%;
	margin: 0 auto;
	font-size: 12px;
	color: #929292;
	padding-left: 15px;
	overflow: hidden;
}

.pan .Inner a{
	font-size: 12px;
	color: #929292;
	padding: 12px 0;
	margin-right: 55px;
	display: inline-block;
	position: relative;
}
.pan .Inner a::before{
	content: "";
	position: absolute;
	top: 4px;
	right: -30px;
	display: block;
	width: 32px;
	height: 32px;
	border-top: 1px solid #929292;
	border-right: 1px solid #929292;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pan .Inner a:hover{
	text-decoration: underline;
}


/*------------　ページトップ　-----------*/

.pagetopBtn {
	display: none;
    position: fixed;
	width: 40px;
	height: 40px;
    bottom: 5px;
    right: 20px;
	margin: auto;
    padding: 0;
	overflow: hidden;
	background-color: #004da1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	box-sizing: border-box;
	text-decoration:none;
	text-align: center;
	z-index: 999;
}

.pagetopBtn::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 53%;
    right: 14px;
    margin-top: -6px;
}


/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/

#header{
	width:100%;
	position:fixed;
	top:0;
	margin:0;
	z-index:100;
	background-color:#FFF;
}

.headerContents{
	width:auto;
	margin:0 auto;
	padding:0 15px;
	text-align:left;
	height:77px;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#header h1{
	height:auto;
	line-height:1.0;
	text-align:left;
}

#header h1 img{width:100px;}

.headerContents ul{
    margin-left: auto;
    padding-right: 55px;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.headerContents ul li{margin-left: 15px;}

.headerContents ul img{vertical-align: middle;}


/*----- ヘッダーメニュー -----*/


.spmenu_drawr {
    display:block;
    width:30px;
    height: 30px;
    position: fixed;
    top:20px;
    right:10px;
    cursor: pointer;
    z-index: 7777;
	background-color:#FFF;
	padding:8px 8px 4px;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
}

.spmenu_drawr div {
    position: relative;
}
.spmenu_drawr span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    left: 0;
}

.spmenu_drawr span:nth-child(1) {
    top: 0;
}
.spmenu_drawr span:nth-child(2) {
    top: 10px;
}

.spmenu_drawr span:nth-child(3) {
    top: 20px;
}

.headerMenu {
    display: none;
    background-color:#004E99;
    position: fixed;
    top: 0px;
    right:0;
    width:100%;
	height:120%;
    z-index: 8888;
}

.headerMenu > ul{
	height:550px;
	overflow:auto;
	margin:0 auto auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.headerMenu > ul > li{
    list-style: none;
	margin:0 20px;
}

.headerMenu ul li{
	display:block;
	cursor:pointer;
	border-bottom:1px solid #FFF;
	padding:0 0 0 0;
	color:#FFF;
	overflow:hidden;
	white-space: nowrap;
}

.headerMenu > ul > li a,
.headerMenu > ul > li strong{
    color:#FFF;
    display: block;
    padding: 5px 30px 5px 8px;
    font-size: 12px;
    font-weight: normal;
	text-decoration:none;
    box-sizing: border-box;
    width: 100%;
	background:url(../image/header/spmenu_bg_arr.png) 100% 50% no-repeat;
	background-size:12px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.headerMenu > ul > li > a span,
.headerMenu > ul > li > strong span{
    font-family: alternate-gothic-no-1-d, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: block;
    text-align: left;
    -webkit-flex-basis: 120px;
    flex-basis: 120px;
    padding-top: 5px;
}

.headerMenu > ul > li.menu_has_children > a{display: none;}

.headerMenu li.menu_has_children strong{
	background:url(../image/header/spmenu_bg_plus.png) 100% 50% no-repeat !important;
	background-size:12px auto !important;
}

.headerMenu li.menu_has_children.active strong{
	background:url(../image/header/spmenu_bg_minus.png) 100% 50% no-repeat !important;
	background-size:12px auto !important;
}

.headerMenu .subMenu {
    display: none;
    padding-bottom: 25px;
}

.headerMenu .subMenu li{
	border-bottom: 1px dotted #fff;
}

.headerMenu .subMenu li:last-child{border-bottom: none;}

.headerMenu .subMenu li a{padding: 8px 30px 8px 8px;}

.spmenu_close{
    display: block;
    width:45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    z-index: 9999;
    font-size: 39px;
    margin:15px 0 18px 15px;
    text-align: center;
}




/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/

#footer{
	width:100%;
	margin:0 auto;
	padding:0 0;
}

.footerContents{
    margin: 0 10px;
    padding: 15px 0 10px;
    font-size: 11px;
}

.footerContents .ftLink{
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.footerContents .ftLink li{
    -webkit-flex-grow: 1;
	flex-grow: 1;
    padding: 0 2px;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
}

.footerContents .ftLink li::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #000;
    right: 0;
    top: 0;
}

.footerContents .ftLink li:last-child::after{background-color: inherit;}


.footerContents .ftSNS{
    margin-bottom: 30px;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.footerContents .ftSNS li{margin: 0 20px;}

.footerContents .ftSNS img{vertical-align: middle;}

#footer .copyright{
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 10px;
    padding: 10px;
}


/*----------------------------------------------------------------------------------------
ニュース
----------------------------------------------------------------------------------------*/

.topNewsWrap{
    margin-bottom: 50px;
}

.topNewsSelect{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #d1d1d1;
    border-right: none;
    border-bottom: none;
    margin-bottom: 10px;
}

.topNewsSelect li > a {
    display:block;
    width: 100%;
    padding: 5px 3px;
}

.topNewsSelect li{
    width: 33.333%;
    min-height: 40px;
    padding: 3px 3px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topNewsSelect li > a:hover,
.topNewsSelect li:hover,
.topNewsSelect .select{cursor: pointer; color: #fff;}
.topNewsSelect .select a {cursor: pointer; color: #fff;}

.topNewsSelect li.all_N:hover,
.topNewsSelect .all_N.select{background-color: #313131;}

.topNewsSelect li.match_N:hover,
.topNewsSelect .match_N.select,
.topNewsDesc_textBox .match_N,
.news_MainText .match_N{background-color: #009d94;}

.topNewsSelect li.ticket_N:hover,
.topNewsSelect .ticket_N.select,
.topNewsDesc_textBox .ticket_N,
.news_MainText .ticket_N{background-color: #001c58;}

.topNewsSelect li.team_N:hover,
.topNewsSelect .team_N.select,
.topNewsDesc_textBox .team_N,
.news_MainText .team_N{background-color: #004c9d;}

.topNewsSelect li.event_N:hover,
.topNewsSelect .event_N.select,
.topNewsDesc_textBox .event_N,
.news_MainText .event_N{background-color: #8fc31f;}

.topNewsSelect li.media_N:hover,
.topNewsSelect .media_N.select,
.topNewsDesc_textBox .media_N,
.news_MainText .media_N{background-color: #138942;}

.topNewsSelect li.regular_N:hover,
.topNewsSelect .regular_N.select,
.topNewsDesc_textBox .regular_N,
.news_MainText .regular_N{background-color: #008cce;}

.topNewsSelect li.rinji_N:hover,
.topNewsSelect .rinji_N.select,
.topNewsDesc_textBox .rinji_N,
.news_MainText .rinji_N{background-color: #eb6877;}

.topNewsSelect li.tsr_N:hover,
.topNewsSelect .tsr_N.select,
.topNewsDesc_textBox .tsr_N,
.news_MainText .tsr_N{background-color: #f39800;}

.topNewsDesc{
    border-bottom: 1px solid #d1d1d1;
}

.topNewsDesc > a{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0;
    transition: .2s linear;
}

.topNewsDesc_photo{
    width: 100%;
    padding-top: 50%;
    margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.topNewsDesc_photo img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
}

.topNewsDesc_textBox{
    width: 100%;
}

.topNewsDesc_textBox .Title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.topNewsDesc_textBox dl{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
    margin-bottom: 10px;
}

.topNewsDesc_textBox dt{
    /*-webkit-flex-basis: 75px;
    flex-basis: 75px;*/
    text-align: center;
    color: #fff;
    margin-right: 10px;
    line-height: 1.3;
    padding: 5px;
    box-sizing: border-box;
}

.topNewsDesc_textBox dd{color: #919191;}

.topNewsDesc_textBox .Mtext{
    overflow: hidden;
    height: calc(1.6 * 3em);
    line-height: 1.6;
}

.topNewsDesc_textBox .link{
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
}

.topNewsDesc_textBox .link a:hover{text-decoration: underline;}

.topNewsDesc > p{
	text-align: center;
	padding: 30px 0;
}

.topNewsWrap .topNewsList .Fst .topNewsDesc:nth-of-type(n+5){
	display: none;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.before {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}
