@charset "UTF-8";
/* CSS Document */

body {
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: transparent;
}

/*======================================
　* ニュース
=======================================*/
#news ul li a:link {
	display: block;
}

#news ul li a:visited {}

#news ul li a:hover {
	/*background:#ffffcc;*/
	text-decoration: none;
}

#news ul li a:active {
	/*background:#ffffcc;*/
	text-decoration: none;
}

#news ul {
	/*border-top: 1px dotted #cccccc;*/
}

#news ul.clear li {
	padding: 13px 40px 13px 22px;
	border-bottom: solid 2px #f4f4f4;
}

#news ul li a {
	display: block;
	color: #333;
	line-height: 1.7;
	font-size: 15px;
	/*background-color: #f3f3f3;*/
	margin: 2px 0px;
	position: relative;
	display: flex;
	align-items: center;
	/*font-weight: bold;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#news ul li a::before {
	content: "";
	/*border-right: 14px solid transparent;*/
	width: 106px;
	text-align: center;
	position: absolute;
	top: calc(50% - 11px);
	left: 113px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
}

#news ul li a img {
	padding: 0 2px;
}

#news .category {
	display: none;
}

.clear {
	clear: both;
}

/* SP（639px以下） */
@media screen and (max-width: 639px) {
	#news .category {
		display: block;
	}

	#news ul li a {
		line-height: 1.7em;
	}
}

/*======================================
　* 2分割カラム（2カラム右内）
=======================================*/

.col2x1-2 {
	/* 1/2サイズ */
	width: 485px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
}

/* PC（989px以下） */
@media screen and (max-width: 989px) {
	.col2x1-2 {
		/* 1/3サイズ */
		width: 47%;
	}
}

/* スマホ（639px以下） */
@media screen and (max-width: 639px) {
	.col2x1-2 {
		/* 1/3サイズ */
		width: 98%;
	}
}

/* スマホ（479px以下） */
@media screen and (max-width: 479px) {
	.col2x1-2 {
		/* 1/3サイズ */
		width: 98%;
	}
}

/*======================================
　*ニューステンプレート
=======================================*/

#news-photo1 {}

#news-photo2 {}

#news-txt {}

.data span {
	background: #ed1c24;
	clear: both;
	color: #ffffff;
	padding: 2px 0.3em;
	margin: 0 0.5em 0 0;
	text-align: right;
	font-weight: normal;
	width: 6.0em;
}

#news-photo1 h2,
#news-photo2 h2,
#news-txt h2 {
	color: #ed1c24;
	font-size: 120%;
	padding: 1.5em 0 1.0em;
}

#news h3 {
	color: #ed1c24;
	font-size: 120%;
	padding: 1.5em 0 1.0em;
	line-height: 1.7;
	font-weight: bold;
}

#photo1 {
	position: relative;
	padding-left: 7.3%;
}

#photo2 {}

#txt {
	margin: 0;
	clear: both;
	padding: 1.0em 0 0;
}

#txt p {
	margin: 0 0 1.0em;
	overflow: hidden;
}

.pre-nex {
	overflow: hidden;
}

.pre-nex .pre {
	display: block;
	float: left;
	padding: 0 2px 5px;
}

.pre-nex .nex {
	display: block;
	float: right;
	padding: 0 2px 5px;
}

/* SP（639px以下） */
@media screen and (max-width: 990px) {
	#photo1 {
		padding-left: 0;
	}
}

/*======================================
　* トップページニュース
=======================================*/
#newsHeadline {
	background: #fff;
	background-color: transparent;
	width: 100%;
}

#newsHeadline ul {
	background-color: transparent;
}

/*#newsHeadline ul li a:link {
	display:block;
	}*/
#newsHeadline ul li a:hover {
	/*background:#ffffcc;*/
	text-decoration: none;
}

#newsHeadline ul li a:active {
	/*background:#ffffcc;*/
	text-decoration: none;
}

#newsHeadline ul.news-list li,
#news ul.clear li {
	padding: 12px 70px 12px 35px;
	/*border-bottom: solid 1px #e4e4e4;*/
	position: relative;

}

#newsHeadline ul.news-list li::after,
#news ul.clear li::after {
	content: url("../../images23/news-arrow.svg");
	width: 9px;
	height: 12px;
	position: absolute;
	right: 25px;
	top: calc(50% - 9px);
	transition: .3s;
}

#newsHeadline ul.news-list li:hover::after,
#news ul.clear li:hover::after {
	right: 20px;

}

#newsHeadline ul.news-list li a,
#news ul.clear li a {
	display: block;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #27100d;
}

#newsHeadline ul.news-list li a:hover,
#news ul.clear li a:hover {
	color: #1652c1;
}

#newsHeadline ul.news-list li a:hover span,
#news ul.clear li a:hover span {
	color: #1652c1;
}

#newsHeadline ul li a::before,
#news ul li a::before {
	width: 120px;
	text-align: center;
	position: absolute;
	top: calc(50% - 12px);
	left: 101px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 1px 0 2px;
}

/*#newsHeadline ul li a::after {
	color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.18em;
	position: absolute;
	top: 3px;
	left: 33px;
}*/
#newsHeadline ul li.icon-team a::before,
#news ul li.icon-team a::before {
	content: "チーム";
	background-color: #e1464b;
	background-color: #196acc;
}

#newsHeadline ul li.icon-ticket a::before,
#news ul li.icon-ticket a::before {
	content: "チケット";
	background-color: #005a91;
	background-color: #72e6fe;
}

#newsHeadline ul li.icon-goods a::before,
#news ul li.icon-goods a::before {
	content: "グッズ";
	background-color: #dcbe2d;
	background-color: #fdf53b;
	color: #272727;
}

#newsHeadline ul li.icon-event a::before,
#news ul li.icon-event a::before {
	content: "イベント";
	background-color: #28b4a0;
	background-color: #dc632d;
}

#newsHeadline ul li.icon-game a::before,
#news ul li.icon-game a::before {
	content: "ゲーム";
	background-color: #b469b4;
	background-color: #07d228;
}

#newsHeadline ul li.icon-community a::before,
#news ul li.icon-community a::before {
	content: "地域";
	background-color: #6ebe4b;
	background-color: #aa424b;
}

#newsHeadline ul li.icon-woman a::before,
#news ul li.icon-woman a::before {
	content: "女子野球";
	background-color: #ee869a;
	background-color: #ec8699;
}

#newsHeadline ul li.icon-etc a::before,
#news ul li.icon-etc a::before {
	content: "その他";
	background-color: #5a829b;
	background-color: #8a9095;
}

#newsHeadline ul li a span.date,
#news ul li a span.date {
	/* padding: 0 193px 0 0; */
	padding: 0;
	display: inline-block;
	width: 260px;
}

#newsHeadline ul li a:hover span,
#news ul li a:hover span {
	color: #000;
	text-decoration: none;
}

#newsHeadline ul li a img {
	vertical-align: middle;
	margin-bottom: 4px;
}

/* SP（639px以下） */
@media screen and (max-width: 655px) {
	#MainCenter .newsHeadline {
		font-size: 85%;
	}

	#newsHeadline ul {}

	#newsHeadline ul li a,
	#news ul li a {
		font-size: 13px;
	}
}

/* SP（479px以下） */
@media screen and (max-width: 479px) {
	#newsHeadline ul {}

	#newsHeadline ul li a {
		/*padding:0.7em 0;
	line-height:1.0;*/
	}

	#newsHeadline ul {
		border-top: none;
	}
}

.update {
	text-align: right;
}

.update td {
	padding: 0 0 1.5em;
}

#news table table {
	width: 100%;
	margin: 1.0em 0;
	border: 1px #999999 solid;
}

#news table table tr {
	border: 1px #999999 solid;
}

#news table table td {
	border: 1px #999999 solid;
	line-height: 1.7;
	padding: 5px 3px;
}

#news table table th {
	background: #eeeeee;
	padding: 5px 3px;
	border: 1px #999999 solid;
	vertical-align: middle;
	text-align: center;
}

#news h4 {
	font-weight: bold;
}

#news tr.bg-red td {
	background: #ff6666;
}

#news .waku0 {
	width: auto;
	margin: 1.0em 0;
	border: none;
}

#news .waku0 tr {
	border: none;
}

#news .waku0 td {
	border: none;
	line-height: 1.7;
	padding: 0.5em;
	vertical-align: top;
}

#news .waku0 th {
	padding: 0.5em;
	line-height: 1.7;
	border: none;
}

#news .waku {
	width: 100%;
	margin: 1.0em 0;
	border: 1px #999999 solid;
}

#news .waku tr {
	border: 1px #999999 solid;
}

#news .waku td {
	border: 1px #999999 solid;
	line-height: 1.7;
	padding: 5px 3px;
}

#news .waku th {
	background: #eeeeee;
	padding: 5px 3px;
	border: 1px #999999 solid;
	vertical-align: middle;
	text-align: center;
}

#news .t-top th {
	vertical-align: top !important;
}

#news .waku2 {
	width: auto;
	margin: 1.0em 0;
	border: 1px #999999 solid;
}

#news .waku2 tr {
	border: 1px #999999 solid;
}

#news .waku2 td {
	border: 1px #999999 solid;
	line-height: 1.7;
	padding: 5px 3px;
	vertical-align: top;
}

#news .waku2 th {
	background: #eeeeee;
	padding: 5px 3px;
	border: 1px #999999 solid;
	vertical-align: middle;
	text-align: center;
	line-height: 1.7;
}

#news p {
	margin: 0.5em 0 1.0em;
}

.bg-y {
	background: #FFFFCC;
}

#news table td {
	padding: 0.3em;
}

/*ピンク*/
.bg-pink2 {
	background: #FFCCFF;
}

/*赤*/
.red {
	color: #FF0000;
}

/* 選手契約合意 表 */
.bg-sensyu th {
	background: #eeeeee;
}

.pc_on {
	display: block;
}

.sp_on {
	display: none;
}

/* SP（639px以下） */
@media screen and (max-width: 639px) {
	.pc_on {
		display: none;
	}

	.sp_on {
		display: block;
	}
}

.bg-blue {
	background-color: #99CCFF;
}

.bg-mizu {
	background-color: #C0E7FC;
}

.bg-pink {
	background-color: #FFCCCC;
}

tr.bg-pink td {
	background-color: #FFCCCC;
}

.sensyu {
	clear: both;
}

.sensyu dt {
	background: #FFFFCC;
	padding: 0.5em;
}

.sensyu dd {
	padding: 0.5em 0.5em 1.5em;
}

#news ul.tab,
#news ul.tab2 {
	border: none;
	margin: 2% 0;
	overflow: hidden;
	box-sizing: border-box;
}

ul.tab,
ul.tab2 {
	background: #fff;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	z-index: 3;
}

.tab li {
	float: left;
	width: 110px;
	border: none;
	color: #fff;
	padding: 1% 0 0.5%;
	text-align: center;
}

.tab2 li {
	float: left;
	width: 99px;
	border: none;
	color: #fff;
	padding: 1% 0 0.5%;
	text-align: center;
	box-sizing: border-box;
}

#newsHeadline .tab li,
#news .tab li {
	float: left;
	width: calc(100% / 9) !important;
	/*border:1px #fff solid;*/
	padding: 6px 0;
	transition: all 0.3s ease-out;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

#newsHeadline .tab2 li {
	float: left;
	width: 10% !important;
	border: 1px #fff solid;
	padding: 0.5% 0;
	box-sizing: border-box;
}

#newsHeadline .tab li:hover,
#news .tab li:hover {
	opacity: 1;
}

/* PC（900px以下） */
@media screen and (max-width: 900px) {

	#newsHeadline .tab li,
	#news .tab li {}

	.tab2 li {
		font-size: 11.1%;
	}
}

/* SP（640px以下） */
@media screen and (max-width: 655px) {
	.tab li {
		width: 20%;
	}

	.tab2 li {
		width: 20%;
	}

	#newsHeadline .tab,
	#news .tab {
		/*display:none;*/
	}
}

#btn-all {
	background-color: #272727;
	color: #fff;
}

#btn-team {
	background-color: #e1464b;
	background-color: #196acc;
}

#btn-ticket {
	background-color: #005a91;
	background-color: #72e6fe;
}

#btn-goods {
	background-color: #dcbe2d;
	background-color: #fdf53b;
	color: #272727;
}

#btn-event {
	background-color: #28b4a0;
	background-color: #dc632d;
}

#btn-game {
	background-color: #b469b4;
	background-color: #07d228;
}

#btn-etc {
	background-color: #5a829b;
	background-color: #8a9095;
}

#btn-community {
	background-color: #6ebe4b;
	background-color: #aa424b;
}

#btn-woman {
	background-color: #ee869a;
	background-color: #ec8699;
}

.tab li,
.tab2 li {
	cursor: pointer;
}

.date {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.08em;
	font-family: 'Barlow Condensed', sans-serif;
	color: #000;
}

.news-list {
	padding-top: 46px;
}

.opacity {
	color: #27100d !important;
	/*background-color: #e6e6e6 !important;*/
	background-color: unset !important;
}


/* SP（640px以下） */
@media screen and (max-width: 640px) {
	.news-list {
		padding: 95px 0 0;
	}

	.opacity {
		background-color: #e6e6e6 !important;
	}

	#newsHeadline .tab li,
	#news .tab li {
		width: calc(100% / 4 - 3px) !important;
		padding: 5px 0;
		font-size: 12px;
		border: 1px #fff solid;
	}

	#newsHeadline ul li a span.date,
	#news ul li a span.date {
		padding: 0;
		position: absolute;
		top: 11px;
		left: 20px;
		margin: 0;
		font-size: 11px;
		letter-spacing: 0.05em;
		font-family: 'Noto Sans JP', sans-serif;
	}

	#newsHeadline ul li a::before,
	#news ul li a::before {
		width: 64px;
		top: 11px;
		left: 91px;
		font-size: 11px;
		letter-spacing: 0.01em;
		padding: 0;
	}

	#newsHeadline ul.news-list li,
	#news ul.clear li {
		padding: 0;
		position: relative;
		padding: 32px 20px 15px;
	}

	#newsHeadline ul.news-list li a,
	#news ul.clear li a {
		position: unset;
		-webkit-line-clamp: 2;
		font-size: 13px;
		line-height: 17px;
	}

	#newsHeadline ul.news-list li a,
	#news ul.clear li a {
		/*padding: 32px 20px 15px;*/
	}

	#newsHeadline ul.news-list li::after,
	#news ul.clear li::after {
		content: "";
	}
}


/* 後でotherにまとめる */
/* テーブルをスクロール */
/* SP（769px以下） */
@media screen and (max-width: 769px) {
	.scroll-table:before {
		content: "※横スクロールできます";
	}

	.scroll-table {
		overflow: auto;
		white-space: nowrap;
		border: solid 1px #ddd;
	}

	table {
		margin: 0;
		border: none;
	}
}

.tab img,
.tab2 img {
	vertical-align: sub;
}

.ytubeout {
	max-width: 560px;
	margin: 0 auto;
}

.ytube {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56.25%;
	width: 100%;
	height: 100%;
}

.ytube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box8 {
	padding: 0.5em 1em;
	margin: 10px 0 !important;
	color: #232323;
	background: #fff8e8;
	border-left: solid 10px #ffc06e;
}

.box8 p {
	margin: 0;
	padding: 0;
}

#news {
	padding-bottom: 30px;
}

@media screen and (max-width: 769px) {
	#news {
		padding-bottom: 15px;
	}
}

/* カレンダー */
#news .cal td {
	width: calc(100% / 7);
	height: 35px;
}

/* スポンサードゲーム イベント */
#news .sponsordgame dt {
	font-weight: bold;
}

#news .sponsordgame dd {
	padding-left: 1.0em;
	margin-bottom: 15px;
}

#news .sponsordgame dd ul {
	border: none;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.0em;
}

/* 国歌斉唱者 */
#news .k_flex {
	display: flex;
	flex-wrap: wrap;
}

#news .k_flex .flex_l {
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	width: 45%;
	padding: 7px;
}

#news .k_flex .flex_l p {
	margin: 0 0 5px;
}

#news .k_flex:last-of-type .flex_l {
	border-bottom: 1px #999999 solid;
}

#news .k_flex .flex_r {
	border-top: 1px #999999 solid;
	border-right: 1px #999999 solid;
	width: 55%;
}

/* #news .k_flex .flex_r_tit {
	border-bottom: 1px #999999 solid;
	padding: 7px;
} */

#news .k_flex:last-of-type .flex_r {
	border-bottom: 1px #999999 solid;
}

#news .k_flex .flex_r p {
	margin: 0;
	padding: 7px;
}

@media screen and (max-width: 900px) {
	#news .k_flex {
		display: inherit;
		border-top: 1px #999999 solid;
	}

	#news .k_flex .flex_l {
		border: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#news .k_flex .flex_l p {
		text-align: left;
	}

	#news .k_flex .flex_r {
		border: none;
		width: 100%;
	}

	/*
	#news .k_flex .flex_r_tit {
		border-bottom: none;
		padding-bottom: 0;
	} */

	#news .k_flex:last-of-type .flex_l {
		border: none;
	}
}
