@charset "utf-8";

#MDQ{display:block;}

.pcNone{display:none !important;}

/*----------------------------------------------------------------------------------------
コンテンツ大枠
----------------------------------------------------------------------------------------*/

#container {
	width:100%;
    background: url(../image/footer/under_back_img.jpg) center bottom no-repeat;
    background-size: 100% auto;
}

.contents_window {
	clear: both;
	margin:0 auto;
	padding-bottom: 120px;
    min-width:1080px;
}

.contents_window.topPage{padding-bottom: 30px;}

.contents_window a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.ContentsBox1080{width:1080px; margin:0 auto 100px;}


/*----------------------------------------------------------------------------------------
共通CSS
----------------------------------------------------------------------------------------*/

.LeftContents{
    float: left;
    width: 670px;
}

.RightContents{
    float: right;
    width: 350px;
}

.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: 280px;
}

.caMain_Inner{
	width: 1080px;
	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: 18px;
	text-align: center;
}
.caMain_Inner h2 span{
	font-size: 100px;
	line-height: 1.0;
	display: block;
}

h3.ca_Title{
    border-left: 15px solid #004da1;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 11px 0 11px 20px;
    margin-bottom: 45px;
}
h3.ca_Title span{
    font-size: 27px;
}

.caContactInnerBox p{
    font-size: 23px;
    font-weight: bold;
}

.caContactInnerBox .Inner p{
    font-size: 24px;
    margin-right: 20px;
    font-weight: normal;
}
.caContactInnerBox .Inner p span{ font-size: 46px;}

.caContactInnerBox .Inner a:hover{
	opacity: 0.75;
}


/*----- パンくず -----*/

.pan{
	width: 100%;
	border-bottom: 1px solid #929292;
	margin-bottom: 80px;
}

.pan .Inner{
	width: 1080px;
	margin: 0 auto;
	font-size: 12px;
	color: #929292;
	padding-left: 35px;
	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 {
    position: fixed;
	width: 50px;
	height: 50px;
    bottom: 50px;
    right: 50px;
	margin: auto;
    padding: 0;
    display: block;
	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: 19px;
    margin-top: -6px;
}

.pagetopBtn:hover {
	background-color: #0076F9;
    cursor: pointer;
}

.pagetopBtn:hover::after {
	border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}


/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/

.spmenu_drawr,
.spmenu_close{display: none;}

#header{
	width:100%;
	padding: 20px 0 30px;
}

.headerContents{
	width:1080px;
	margin:0 auto 0;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.headerContents ul{
    margin-left: auto;
	padding-top: 20px;
    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: 30px;}

.headerContents ul img{vertical-align: middle;}

/*----- フローディングメニュー -----*/

.headerMenu{
	width:100%;
	min-width:1080px;
	margin:0 auto;
	padding: 0;
	font-size: 14px;
    color: #919191;
    background-color: #fff;
    border-bottom: 3px solid #004da1;
}

.headerMenu > ul{
	width: 1080px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.headerMenu > ul > li{
    -webkit-flex-grow: 1;
	flex-grow: 1;
	text-align:center;
	margin: 0px;
	line-height: 1.2;
    color: #919191;
    font-size:12px;
    font-weight: bold;
    position: relative;
}

.headerMenu > ul > li:first-child{
    display: none;
}

.headerMenu > ul > li strong{display: none;}

.headerMenu > ul > li > a{
    box-sizing: border-box;
    width: 100%;
    padding: 15px 5px;
    color: #919191;
    display: block;
	/*transition: .3s all;*/
}

.headerMenu > ul > li span{
    color: #000000;
    font-family: alternate-gothic-no-1-d, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:30px;
    display: block;
    width: 100%;
    text-align: center;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 200;
}


.headerMenu .subMenu {
    position: absolute;
    width: 180px;
    background: #000;
    top: 95px;
    left: -25px;
    display: block;
    z-index: 300;
    box-sizing: border-box;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.headerMenu .subMenu::before{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #000;
}

.headerMenu .subMenu li{
    border-bottom: 1px solid #444444;
}

.headerMenu .subMenu li:last-child{
    border-bottom: none;
}

.headerMenu .subMenu a {
    color: #fff;
    padding: 10px 30px;
    display: block;
}

.headerMenu .subMenu a:hover {
    color: #fff;
}

.headerMenu .menu_has_children:hover ul {
    display: block;
    visibility: visible;
    top: 80px;
    opacity: 1;
}

.headerMenu .menu_has_children li a:hover {
    background: #333;
}


/*----- ここまで -----*/



/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/

#footer{
	width:100%;
	min-width:1080px;
	margin:0 auto;
	padding:0 0;
}

.footerContents{
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 14px;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.footerContents .ftLink{
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    -webkit-order: -1;
    order: -1;
}

.footerContents .ftLink li{
    padding: 0 15px;
    position: relative;
    font-weight: bold;
}

.footerContents .ftLink li::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #000;
    right: 0;
}

.footerContents .ftLink li:last-child::after{background-color: inherit;}

.footerContents .ftLink li a:hover{text-decoration: underline;}

.footerContents .ftSNS{
    margin-left: auto;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.footerContents .ftSNS li{margin-left: 30px;}

.footerContents .ftSNS img{vertical-align: middle;}

#footer .copyright{
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding: 15px;
}


/*----------------------------------------------------------------------------------------
ニュース
----------------------------------------------------------------------------------------*/

.topNewsWrap{

}

.topNewsSelect{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #d1d1d1;
    border-right: none;
    margin-bottom: 30px;
}

.topNewsSelect li > a {
    display:block;
    position: absolute;
    width: 100%;
    padding: 1.8em 3px;
}

.topNewsSelect li {
    position: relative;
    width: 11.111%;
    height: auto;
    padding: 3px 3px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    border-right: 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;
    transition: 0.3s ease;
}

.subNewsSelect li {
    padding: 1.8em 3px;
}


.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;}

.topNewsList{}

.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: nowrap;
    flex-wrap: nowrap;
    padding: 25px 0;
    transition: .2s linear;
}

.topNewsDesc > a:hover{background-color: #DBECFF;}

.topNewsDesc > a:hover img{
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.topNewsDesc_photo{
    width: 223px;
    height: 155px;
    position: relative;
    overflow: hidden;
}

.topNewsDesc_photo img{
	max-width: 310px;
    max-height: 310px;
    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{
    margin-left: auto;
    width: 420px;
}

.topNewsDesc_textBox .Title{
    font-size: 24px;
    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 50px;
}

.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;
}

