@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Google fonts  ->  Noto Sans JP */
/* Regular 400/Medium 500/Bold 700 */

/*---------------------------------------------------------*/
/* VPORTスタイル */
/* last update/ 2022.2.19 */
/*-----------------------------------------------------------*/

/*** フォント基本定義 ***/
html {
	font-size: 10px;
	/* initial 10px */
}

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	/* default font-size 14px */
	line-height: 1.5;

	/* 最下余白 */
	padding-bottom: 40px;
	/* 基本フォントカラー */
	color: #222;
	background-color: #fff;
}

@media (max-width: 767px) {}

@media (min-width: 768px) {}

/*---------------------------------------------------------*/
/* リセット */
/*---------------------------------------------------------*/
ul,
li {
	padding: 0;
	list-style: none;
}
/* タップ時青枠消し */
*:focus {
	outline: none;
}

/*---------------------------------------------------------*/
/* override */
/*---------------------------------------------------------*/
/***-------- Bootstrap --------***/
/* モーダルウインドウ／モーダルフッター */
.modal-footer {
	display: block !important;
	text-align: right;
}

/* パンくず */
.cmnpage-cont .breadcrumb {
	margin-top: 24px;
	margin-bottom: 24px;
	border-radius: 0;
	background-color: transparent;
}

.cmnpage-cont .breadcrumb>li,
.cmnpage-cont .breadcrumb>li a {
	font-size: 1.4rem;
}


/*---------------------------------------------------------*/
/* レイアウト・ブロック */
/*---------------------------------------------------------*/
section {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 0;
}

/*
body section:last-of-type{
	margin-bottom:40px;
}
*/
@media (max-width: 767px) {

	/* ブロック（section）間余白 */
	body section:nth-of-type(n+2) {
		margin-top: 20px;
	}

	body section:nth-of-type(2),
	body section:nth-of-type(3) {
		margin-top: 15px;
	}

	body section#homebtm-bannerarea {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {

	/* ブロック（section）間余白 */
	body section:nth-of-type(n+2) {
		margin-top: 30px;
	}

	body section:nth-of-type(2),
	body section:nth-of-type(3) {
		margin-top: 20px;
	}

	body section#homebtm-bannerarea {
		margin-top: 50px;
	}
}


/*---------------------------------------------------------*/
/* 汎用スタイル */
/*---------------------------------------------------------*/
/*-------- BT包含 override --------*/
.row-0 {
	margin-left: 0;
	margin-right: 0;
}

.row-0>div {
	padding-left: 0;
	padding-right: 0;
}

/*-------- H1見出し --------*/
h1.sptab-glmenu-title {
	margin-bottom: 25px;
	text-align: center;
}


/***-------- H2・H3・H4見出し／bt4 override --------*/
h2,
h3,
h4 {
	font-weight: 700;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}

h3,
h4 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	color: #071461;
}

/*-------- H2見出し --------*/
h2 {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.1;
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	color: #0b184c;
}

.cmnpage-cont h2 {
	padding: 0 2px 4px 2px;
	color: #071461;
	border-bottom: solid 2px #bd0e0e;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}

/*
.cmnpage-cont h2::after{
	content:'';
	display: block;
	margin-top:3px;
	width:100%;
	height:14px;
	background:url('../../images-common/h2title-underline.gif') 0 0 repeat-x;
}
*/
/*-------- H3見出し --------*/
h3 {
	line-height: 1.2;
	font-size: 2.4rem;
}

/*-------- H4見出し --------*/
h4 {
	line-height: 1.2;
	font-size: 1.8rem;
}

/*-------- H5見出し --------*/
h5 {
	line-height: 1.2;
	font-size: 1.5rem;
}

/*-------- H5見出し --------*/
h6 {
	line-height: 1.2;
	font-size: 1.4rem;
}

h2.ud-line {
	padding-bottom: 6px;
	border-bottom: solid 1px #000;
}

h2.bg_navy {
	padding: 5px 0;
	text-align: center;
	color: #fdd000;
	background-color: #071461;
}

h2.sptab-glmenu-title {
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	border-bottom: solid 1px #fff;
}

h2.sptab-glmenu-title,
h3.sptab-glmenu-title {
	margin-bottom: 2px;
	font-weight: normal;
}

h2.homeinformation-title {
	margin-bottom: 0;
}

h2.legends-title {
	margin-bottom: 30px;
}

h3.sptab-glmenu-title {
	font-size: 1.5rem;
	color: #fcc800;
}

h3.vp {
	margin: 0 0 10px 0;
}

/* 段落 */
p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/* センタリング */
.pos-center {
	margin: 0 auto 0;
}

div.vpress-cover-block,
div.puvoice-block,
div.vpcmnpg-mainimg,
div.voice-block,
div.sts-club-namebox,
.btm-20 {
	margin-bottom: 20px;
}

.btm-10 {
	margin-bottom: 10px;
}

.btm-30 {
	margin-bottom: 30px;
}

a img:hover {
	opacity: 0.7;
	transition: all ease-in .2s;
}

a {
	color: #000;
}

a:hover {
	color: #666;
}

a div p.cate-title:hover {
	text-decoration: none;
}

span.sml {
	font-size: 1.2rem;
}

.col-black {
	color: #000;
}

.col-red {
	color: #f00;
}

.vgcol-blue {
	color: #071461;
}

div.sptab-glmenu-closebutton {
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 1.8rem;
	color: #fff;
}

div.sptab-glmenu-closebutton button {
	display: inline-block;
	float: none;
}

/* 外部リンクアイコン ＊2022*/
.fas {
	font-weight: normal;
	font-size: 1.4rem;
	color: #071461;
}



span.bold {
	font-weight: bold;
}

.br-dsp {
	display: none;
}

/*-------- imgブロック要素化（bt3踏襲） --------*/
.img-fluid {
	display: block;
}

/*-------- ホバーエフェクト（ふわっと） --------*/
.hover-effect1 {
	transition: all ease-in .2s;
}

/*-------- 1文字インデント --------*/
.text-indent-1 {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

/*-------- バナー用スミフチ --------*/
.banner-frame-black {
	border: solid 1px #000;
}


/*-------- 下マージン --------*/
.btm5 {
	margin-bottom: 5px !important;
}

.btm10 {
	margin-bottom: 10px !important;
}

.btm15 {
	margin-bottom: 15px !important;
}

.btm20 {
	margin-bottom: 20px !important;
}

.btm25 {
	margin-bottom: 25px !important;
}

.btm30 {
	margin-bottom: 30px !important;
}

.btm35 {
	margin-bottom: 35px !important;
}

.btm40 {
	margin-bottom: 40px !important;
}

@media (max-width: 767px) {

	/*-------- H2見出し --------*/
	h2 {
		font-size: 2.6rem;
	}

	/*-------- H3見出し --------*/
	h3 {
		font-size: 2.2rem;
	}
}


/*---------------------------------------------------------*/
/* ヘッダー */
/*---------------------------------------------------------*/
header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0 auto 20px;
	padding: 12px;
	width: 100%;
	max-width: 960px;
	background-color: #f7c608;
}

/*-------- ホーム画面のみ下余白なし --------*/
#home-cont header,
#home-cont .fixed-offset {
	margin-bottom: 0;
}

header img {
	display: inline-block !important;
}

#h1hd {
	flex-basis: 50%;
	margin: 0;
	text-align: right;
}

.hd-left-inner {
	flex-basis: 50%;
}

.spmenu-button {
	cursor: pointer;
}

/*-------- fixed分オフセット --------*/
.fixed-offset {
	margin: 0 auto 0;
	padding: 12px;
	width: 100%;
	max-width: 960px;
	background-color: #071461;
}

.fixed-offset {
	margin: 0 auto 0;
	width: 50%;
	visibility: hidden;
}

@media (max-width: 767px) {
	.menubtn {
		width: 16%;
	}

	.kizuna-logo {
		margin: 0 0 0 7px;
		width: 70%;
	}
}

@media (min-width: 768px) {
	.kizuna-logo {
		margin: 0 0 0 20px;
	}
}


/*---------------------------------------------------------*/
/* ホーム画面 */
/*---------------------------------------------------------*/
/*-------- H2見出し --------*/
#home-cont h2 {
	margin: 0 0 10px 0;
	font-size: 2.5rem;
	font-weight: bold;
	color: #0b184c;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}

#home-cont h2 span,
#home-cont h2 img {
	display: inline-block;
	vertical-align: middle;
}

#home-cont .h2featured {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

/*-------- MATCHメインメージ --------*/
#match-image {
	position: relative;
	overflow: hidden;
}

/* リンクエリア／マッチデー・試合情報 */
#match-image a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 4;
	-webkit-animation: opening-image-in4 0s ease-in 11s both;
	animation: opening-image-in4 0s ease-in 11s both;
}

#match-image .sponcer-linkarea {
	top: 0;
	height: 32%;
}

#match-image .matchinfo-linkarea {
	bottom: 0;
	height: 32%;
}

@-webkit-keyframes opening-image-in4 {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes opening-image-in4 {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

#match-image article {
	overflow: hidden;
}

#match-image article {
	background-color: #fff;
}

#match-image article img:nth-of-type(1),
#match-image article img:nth-of-type(2) {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 90%;
	height: auto;
}

#match-image article img:nth-of-type(1) {
	position: absolute;
	-webkit-animation: opening-image-in1 5.5s ease-out 0.5s both;
	animation: opening-image-in1 5.5s ease-out 0.5s both;
	z-index: 1;
}

@-webkit-keyframes opening-image-in1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes opening-image-in1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#match-image article img:nth-of-type(2) {
	position: absolute;
	-webkit-animation: opening-image-in2 6s ease-in 5.4s both;
	animation: opening-image-in2 6s ease-in 5.4s both;
	z-index: 2;
}

@-webkit-keyframes opening-image-in2 {
	0% {
		-webkit-transform: scaleX(1.8);
		transform: scaleX(1.8);
		-webkit-filter: blur(4px);
		filter: blur(4px);
		opacity: 0;
	}

	65% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes opening-image-in2 {
	0% {
		-webkit-transform: scaleX(1.8);
		transform: scaleX(1.8);
		-webkit-filter: blur(4px);
		filter: blur(4px);
		opacity: 0;
	}

	40% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#match-image article img:nth-of-type(3) {
	position: relative;
	-webkit-animation: opening-image-in3-2022 3s ease-in 11s both;
	animation: opening-image-in3-2022 3s ease-in 11s both;
	z-index: 0;
}

@-webkit-keyframes opening-image-in3-2022 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes opening-image-in3-2022 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*-------- 当日試合情報OHPリンク --------*/
#today-gameinfo {
	border-top: solid 5px #000;
	background-color: #000;
}

#today-gameinfo article {
	padding: 15px 5px;
	background: url('../../images-home/todai-gameinfo-bg.jpg') center center /cover no-repeat #000;
	border-top: solid 5px #000;
	transition: .2s ease-in;
}

#today-gameinfo article:hover {
	opacity: 0.7;
}

#today-gameinfo article a {
	display: block;
	margin: 0 auto 0;
	text-align: center;
	background-color: rgba(50, 100, 0, 0.6);
}

#today-gameinfo article a,
#today-gameinfo article a .fas {
	font-size: 2rem;
	color: #fff;
}

#today-gameinfo article a:hover {
	text-decoration: none;
}

/*-------- VPRESSバナー --------*/
#vpress-ban {
	padding: 0 0 5px 0;
	background-color: #000;
}

/*-------- ブックマーク --------*/
.bookmk-announce {
	margin: 0 auto 20px;
	font-size: 1.2rem;
}

.bookmk-announce span {
	vertical-align: middle;
}

.bookmk-announce .oshirase {
	padding: 1px 4px;
	color: #fff;
	background-color: #f00;
}

/*-------- RECOMMEND --------*/
.todays-recommrnd-box {
	padding: 15px;
	border: solid 3px #071461;
	border-radius: 10px;
}

#home-cont .h2recommend {
	margin-bottom: 15px;
}

.h2recommend>span {
	font-size: 1.9rem;
}

/* リスト部 */
.todays-recommrnd {
	margin: 0;
}

.todays-recommrnd li {
	font-size: 1.5rem;
	line-height: 1.4;
}

.todays-recommrnd li:nth-child(n+2) {
	margin-top: 8px;
}


/*-------- HOME GAME／ナビ --------*/
/*** 包含 ***/

/*** ナビ ***/
.homegame-navi {
	display: -webkit-box;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 auto 0;
}

.homegame-navi li {
	height: 80px;
	background: url('../../images-home/homegamenavi-bg.jpg') center 38% /135% no-repeat;
}

.homegame-navi li:nth-child(1) .inner {
	background-color: #071461;
}

.homegame-navi li:nth-child(2) .inner {
	background-color: #001c8f;
}

.homegame-navi li:nth-child(3) .inner {
	background-color: #125587;
}

.homegame-navi li:nth-child(4) .inner {
	background-color: #143a63;
}

.homegame-navi li a,
.homegame-navi li a:hover,
.homegame-navi li a:hover p {
	text-decoration: none;
}

.homegame-navi li a:hover img {
	opacity: 1;
}

.homegame-navi li:hover .inner {
	opacity: 0.85;
}

.homegame-navi li a .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1.1;
}

.homegame-navi li a .inner p {
	margin: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fdd000;
}

.homegame-navi li a .inner p span {
	display: block;
	margin-top: 6px;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 1.3rem;
	border-top: dotted 3px #fdd000;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}

.homegame-navi li a .inner p span,
.homegame-navi li a .inner p img {
	vertical-align: middle;
}

.homegame-navi li:nth-child(1) a .inner p {
	text-align: right;
	font-size: 1.6rem;
}

@media (max-width: 767px) {

	/*-------- HOME GAME --------*/
	.homegame-navi>li {
		flex-basis: 50%;
	}

	/* 2020 vol.03のみ対応 */
	.homegame-navi.homegame-3block>li {
		flex-basis: 100%;
	}

	/*-------- RECOMMEND --------*/
	.todays-recommrnd-box {
		margin-right: 15px;
		margin-left: 15px;
	}

}

@media (min-width: 768px) {

	/*-------- HOME GAME --------*/
	.homegame-navi>li {
		flex-basis: 25%;
	}

	/* 2020 vol.03のみ対応 */
	.homegame-navi.homegame-3block>li {
		flex-basis: 33.3333%;
	}
}


/*-------- CONTENTS／ナビ --------*/
.contents-navi {
	display: -webkit-box;
	display: flex;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.contents-navi li {
	border-radius: 8px;
}

.contents-navi li .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.contents-navi li .inner p {
	position: relative;
	margin: 0;
	padding: 5px;
	width: 50%;
	line-height: 1.3;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 8px;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}

.contents-navi .vpress .inner p {
	font-size: 1.4rem;
}

.contents-navi .vpress .inner p span:nth-of-type(2) {
	font-size: 2.2rem;
	font-weight: bold;
}

/* 2022.2.17 */
.contents-navi.top li .inner p {
	font-size: 2.2rem;
	font-weight: bold;
}
.contents-navi.top .vpress .inner p span:nth-of-type(1) {
	font-size: 1.4rem;
	font-weight: normal;
}

.contents-navi li .inner p img {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contents-navi li a {
	cursor: pointer;
}

.contents-navi li a:hover,
.contents-navi li a:hover p {
	text-decoration: none !important;
}

.contents-navi li a:hover p img {
	opacity: 1 !important;
}

.contents-navi li:nth-child(1) {
	background: url('../../images-home/contents-navibtn01.jpg') center center /cover no-repeat;
}

.contents-navi li:nth-child(2) {
	background: url('../../images-home/contents-navibtn02.jpg') center center /cover no-repeat;
}

.contents-navi li:nth-child(3) {
	background: url('../../images-home/contents-navibtn03.jpg') center center /cover no-repeat;
}

.contents-navi li:nth-child(4) {
	background: url('../../images-home/contents-navibtn04.jpg') center center /cover no-repeat;
}

@media (min-width: 768px) {
	.contents-navi li .inner p {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.contents-navi li .inner p {
		width: 70%;
	}
}

@media (max-width: 320px) {
	.contents-navi li .inner p {
		width: 80%;
	}
}




/*---------------------------------------------------------*/
/* ナビゲーション系モーダルウインドウ */
/*---------------------------------------------------------*/
/** ホーム画面 コンテンツナビ用モーダル／GAME DATA FAN VPRESS共通 **/
/** ※一部グローバルナビでも共用 **/
/* モーダルウインドウpadding0/bootstrap override */
.contents-modal-menu-box .modal-body {
	padding: 0;
}

.contents-modal-menu-box {
	padding: 15px;
	color: #000066;
}

.contents-modal-menu-box,
.contents-modal-menu-box .modal-header,
.contents-modal-menu-box .modal-body,
.contents-modal-menu-box .modal-footer {
	background-color: #f7c608;
}

/* ヘッダー部 */
.contents-modal-menu-box .modal-header {
	position: relative;
	padding: 0;
}

/* CLOSEボタンヘッダ内／2022 */
.modal-header.close-upper,
.modal-header.download{
	padding:15px 18px;
}
.modal-header.close-upper{
	justify-content: flex-end;
}

/* h1見出し */
.contents-modal-menu-box .modal-header h1 {
	display: -webkit-box;
	display: flex;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	width: 100%;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: 700;
}

.contents-modal-menu-box .modal-header h1 img {
	margin-right: 5px;
}

/* closeボタン */
.contents-modal-menu-box .modal-header .close {
	position: absolute;
	top: 32px;
	right: 0;
	padding: 0;
}

.contents-modal-menu-box .modal-body h2 {
	position: relative;
	margin: 0 0 22px 0 !important;
	padding: 0 0 6px 0;
	text-align: center;
	font-size: 2rem !important;
	color: #000066 !important;
	border-bottom: solid 1px #000066;
}

.contents-modal-menu-box .modal-body .h2modal-vpress span {
	font-size: 1.6rem;
}

/* 下向き三角（▼） */
.contents-modal-menu-box .modal-body h2::before,
.global-navi-group h3::before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	border-style: solid;
	border-width: 12px 10px;
	border-color: #000066 transparent transparent transparent;
}

.contents-modal-menu-box .modal-body h2::after,
.global-navi-group h3::after {
	content: '';
	position: absolute;
	bottom: -23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	border-style: solid;
	border-width: 12px 10px;
	border-color: #f7c608 transparent transparent transparent;
	width: auto !important;
	background: none !important;
}

/* 	モーダルメニューボタン部 */
.contents-menu-panelbtn {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #000066;
}

.contents-menu-panelbtn tr td {
	margin: 0;
	padding: 0;
	width: 50%;
	height: 60px;
	vertical-align: middle;
	border: solid 1px #fff;
	transition: all 0.2s ease-in 0s;
}

.contents-menu-panelbtn tr .wide {
	width: 100%;
}

.contents-menu-panelbtn tr .div3 {
	width: 33.3333%;
}

.contents-menu-panelbtn tr .spacer {
	background-color: #bd0e0e;
}

.contents-menu-panelbtn tr td a {
	display: -webkit-box;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	transition: all 0.2s ease-in 0s;
	font-size: 1.3rem;
	color: #fff;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
	/*
	background-color:#000066;
	*/
}

.contents-menu-panelbtn tr td a .fas {
	color: #fff;
	transition: all 0.2s ease-in 0s;
}

.contents-menu-panelbtn tr .child-menu a {
	background-color: #283c90;
}

/* 左からスライドイン→→エフェクト */
.contents-menu-panelbtn tr td a .anm-grp1 {
	-webkit-animation: slide-in 0.1s ease-out 0s 1;
	animation: slide-in 0.1s ease-out 0s 1;
}

.contents-menu-panelbtn tr td a .anm-grp2 {
	-webkit-animation: slide-in 0.2s ease-out 0s 1;
	animation: slide-in 0.2s ease-out 0s 1;
}

.contents-menu-panelbtn tr td a .anm-grp3 {
	-webkit-animation: slide-in 0.3s ease-out 0s 1;
	animation: slide-in 0.3s ease-out 0s 1;
}

@-webkit-keyframes slide-in {
	0% {
		-webkit-transform: translateX(-110px);
		transform: translateX(-110px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in {
	0% {
		-webkit-transform: translateX(-140px);
		transform: translateX(-140px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/*
.contents-menu-panelbtn tr td a:hover{
	color:#fff;
	background-color:#bd0e0e;
}
*/
.contents-menu-panelbtn tr td:hover {
	background-color: #bd0e0e;
}

/*
.contents-menu-panelbtn tr td a:hover .fas{
	color:#001c8f;
}
*/
.contents-menu-panelbtn tr td a,
.contents-menu-panelbtn tr td a:hover {
	text-decoration: none;
}

.contents-menu-panelbtn tr td a p {
	position: relative;
	margin: 0;
	line-height: 1.4;
	text-align: center;
}

.contents-menu-panelbtn tr td a p .big {
	font-size: 2rem;
	font-weight: bold;
}

/*** グローバルナビ  ***/
/*********************/
/* h2見出し */
#GlobalMenu-body h2::after {
	content: none;
}

/* 包含 */
#GlobalMenu .common-glnv-window {
	padding: 15px 10px;
	background-color: #f7c608;
}

#GlobalMenu-header,
#GlobalMenu-body,
#GlobalMenu-footer {
	padding: 0;
}

/* レイアウト */
#GlobalMenu-body>div:nth-of-type(n+2) {
	margin-top: 12px;
}

#GlobalMenu-body>div:nth-of-type(2),
#GlobalMenu-body>div:last-of-type {
	margin-top: 18px;
}

/** ヘッダー **/
#GlobalMenu-header {
	margin-bottom: 12px;
}

#GlobalMenu-header h1 {
	margin: 0 auto 10px;
	width: 72%;
}

#GlobalMenu-header {
	display: block !important;
	position: relative;
}

/* closeボタン */
.modal-header .closebtn-box {
	margin: 0 auto 0;
}

.modal-header .close {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
}

/** ボディ **/
#GlobalMenu-body h2,
#GlobalMenu-body h3 {
	font-weight: 400;
	color: #000066 !important;
	border: none;
}

#GlobalMenu-body .global-navi-group h2 {
	margin-bottom: 5px !important;
	font-size: 2.5rem !important;
}

#GlobalMenu-body #h2vpress img {
	display: inline-block;
	width: 28%;
}

#GlobalMenu-body h2 img {
	margin: 0;
	vertical-align: baseline;
}

#GlobalMenu-body h3 {
	position: relative;
	margin: 0 auto 15px;
	padding-bottom: 3px !important;
	text-align: center;
	font-size: 2rem !important;
	font-weight: 400;
	border: none !important;
	border-bottom: solid 1px #000066 !important;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}

#vpress-cont.vpress-top #GlobalMenu-body h3::after {
	background: none;
}

/* グローバルナビのパネルボタン高さ調整 */
#GlobalMenu-body .contents-menu-panelbtn tr td {
	height: auto;
}

#GlobalMenu-body .contents-menu-panelbtn tr td a {
	padding: 7px 0 7px;
	height: auto;
}


/* Bootstrap モーダルウインドウスタイル調整 */
div.modal-body img {
	margin-bottom: 15px;
}

/* bt4 override ▼ */
.modal-header {
	padding-bottom: 0;
	border-bottom: none;
}

.close {
	color: #000066;
	opacity: 1;
	text-shadow: none;
}

.close:focus,
.close:hover {
	color: #000066;
	opacity: 1;
}

.modal-body {
	padding-top: 0;
	padding-bottom: 0;
}

.modal-footer {
	padding-top: 0;
	border-top: none;
}

.modal-content {
	border-radius: 0;
}

.list-group-item a {
	font-weight: bold;
	font-size: 1.7rem;
	color: #3c6893;
}

.list-group-item:first-child {
	border-radius: 0;
}

.list-group-item:last-child {
	border-radius: 0;
}

/* ▲ MODAL　SP&TAB Glメニュー  ※min.cssへ上書きする ▲ */

div.common-help-window p.help-window-title {
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #000;
	border-bottom: solid 1px #ccc;
}

div.common-help-window div.modal-header {
	margin-bottom: 15px;
}

div.common-help-window div.modal-header button {
	color: #fff;
}

div.common-help-window div.modal-body p {
	text-align: left;
}

@media (min-width: 768px) {
	.contents-navi li:nth-child(n+3) {
		margin-top: 20px;
	}

	.contents-navi li {
		width: 49%;
		height: 106px;
	}
}

@media (max-width: 767px) {
	.contents-navi {
		padding: 0 15px;
	}

	.contents-navi li:nth-child(n+2) {
		margin-top: 15px;
	}

	.contents-navi li {
		width: 100%;
		height: 106px;
	}
}

@media (max-width: 320px) {
	.contents-menu-panelbtn tr td a {
		font-size: 1.1rem;
	}
}


/*-------- FEATURED／記事 --------*/
#featured {
	padding: 15px;
}

/*-------- GAME SCHEDULE／直近の試合日程 --------*/
#gameschedule {
	padding: 15px;
	background-color: #bdcacd;
}

/* バナー画像 */
.gameschedule-info>div:nth-of-type(1) {
	margin-bottom: 20px;
}

/* 直近2試合情報 */
.gameschedule-info .nittei-inner {
	position: relative;
	display: -webkit-box;
	display: flex;
	margin: 0 auto;
	width: 100%;
	flex-wrap: wrap;
	align-content: space-around;
	padding: 8px;
	border: solid 4px #071461;
	border-radius: 8px;
}

.gameschedule-info .nittei-inner p {
	margin: 0;
	width: 100%;
	letter-spacing: -0.05em;
	line-height: 1;
	font-weight: bold;
	color: #071461;
}

.gameschedule-info .nittei-inner .setsu.levain {
	line-height: 1.2;
}

.gameschedule-info .nittei-inner .match-date span {
	display: inline-block;
	vertical-align: middle;
}

.gameschedule-info .nittei-inner img {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gameschedule-info .nittei-inner .setsu,
.gameschedule-info .nittei-inner .match-date {
	margin-bottom: 4px;
}

.gameschedule-info .nittei-inner .setsu,
.gameschedule-info .nittei-inner .match-date,
.gameschedule-info .nittei-inner .opponent {
	text-align: center;
}

@media (max-width: 767px) {

	/* 包含調整 */
	.gameschedule-info>div {
		padding-right: 0;
		padding-left: 0;
	}

	/* レイアウト */
	.gameschedule-info>div:nth-of-type(n+3) {
		margin-top: 15px;
	}

	.gameschedule-info .nittei-inner {
		padding: 8px 0;
		width: 70%;
	}

	.gameschedule-info .nittei-inner p {
		width: 77%;
	}

	.gameschedule-info .nittei-inner .setsu {
		font-size: 1.8rem;
	}

	.gameschedule-info .nittei-inner .setsu.levain {
		font-size: 1.5rem;
	}

	.gameschedule-info .nittei-inner .match-date span:nth-child(1) {
		font-size: 5rem;
	}

	.gameschedule-info .nittei-inner .match-date span:nth-child(2) {
		margin-top: 20px;
		padding: 3px 5px 6px;
		font-size: 1.8rem;
		color: #fff;
		background-color: #071461;
		border-radius: 50%;
	}

	.gameschedule-info .nittei-inner .opponent {
		font-size: 1.3rem;
	}

	.gameschedule-info .nittei-inner img {
		width: 25%;
	}
}

@media (max-width: 500px) {
	.gameschedule-info .nittei-inner {
		width: 100%;
	}

	.gameschedule-info .nittei-inner img {
		width: 28%;
	}
}

@media (max-width: 414px) {
	.gameschedule-info .nittei-inner img {
		width: 35%;
	}
}

@media (max-width: 374px) {
	.inline-w374 {
		display: inline;
	}
}

@media (max-width: 320px) {
	.gameschedule-info .nittei-inner {
		padding: 8px 5px;
		width: 100%;
	}
}

@media (min-width:375px) {
	.inline-w374 {
		display: none;
	}
}

@media (min-width: 768px) {
	.gameschedule-info .nittei-inner p {
		width: 82%;
	}

	.gameschedule-info .nittei-inner .setsu {
		font-size: 1.8rem;
	}

	.gameschedule-info .nittei-inner .setsu.levain {
		font-size: 1.6rem;
	}

	.gameschedule-info .nittei-inner .match-date span:nth-child(1) {
		font-size: 4.5rem;
	}

	.gameschedule-info .nittei-inner .match-date span:nth-child(2) {
		margin-top: 20px;
		padding: 3px 5px 5px;
		font-size: 1.4rem;
		color: #fff;
		background-color: #071461;
		border-radius: 50%;
	}

	.gameschedule-info .nittei-inner .opponent {
		font-size: 1.3rem;
	}

	.gameschedule-info .nittei-inner img {
		width: 28%;
	}
}

@media (min-width: 992px) {
	.gameschedule-info .nittei-inner p {
		width: 77%;
	}

	.gameschedule-info .nittei-inner .setsu {
		font-size: 2.5rem;
	}

	.gameschedule-info .nittei-inner .setsu.levain {
		font-size: 1.8rem;
	}

	.gameschedule-info .nittei-inner .match-date span:nth-child(1) {
		font-size: 5.7rem;
	}

	.gameschedule-info .nittei-inner .match-date span:nth-child(2) {
		margin-top: 24px;
		padding: 4px 6px 6px;
		font-size: 1.4rem;
		color: #fff;
		background-color: #071461;
		border-radius: 50%;
	}

	.gameschedule-info .nittei-inner .opponent {
		font-size: 1.6rem;
	}

	.gameschedule-info .nittei-inner img {
		width: 32%;
	}
}

/*-------- バナー／オフィシャルサイトリンク 等 --------*/
/* バナー表示 */
.homebtm-banner {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.homebtm-banner li:nth-of-type(n+2) {
	margin-top: 18px;
}

.homebtm-banner li .banner-btn {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 14px 14px;
	line-height: 1;
	font-size: 2rem;
	font-weight: bold;
	color: #071461;
	border: solid 4px #071461;
	border-radius: 8px;
}

.homebtm-banner li a:hover .banner-btn {
	color: #fff;
	background-color: #bd0e0e;
}

.homebtm-banner li .banner-btn img:first-of-type {
	margin-right: 6px;
}

.homebtm-banner li .banner-btn img:last-of-type {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 14px;
}

.homebtm-banner li a:hover {
	text-decoration: none !important;
}

@media (min-width: 321px) {
	.homebtm-banner li .banner-btn span br {
		display: none;
	}
}

@media (max-width: 767px) {
	.homebtm-banner li .banner-btn {
		padding: 10px;
		font-size: 1.7rem;
	}

	.homebtm-banner li .banner-btn span br {
		display: none;
	}

	.homebtm-banner li .banner-btn img:first-of-type {
		width: 30px;
		height: auto;
	}

	.homebtm-banner li .banner-btn img:last-of-type {
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 320px) {
	.homebtm-banner li .banner-btn span br {
		display: inline;
	}
}

/*-------- SNSリンク --------*/
/* 見出し */
.h2sns-daznlinks {
	position: relative;
	margin: 0 0 22px 0 !important;
	padding: 0 0 4px 0;
	border-bottom: solid 2px #071461;
}

/* ▼部 */
.h2sns-daznlinks::before {
	content: '';
	position: absolute;
	bottom: -34px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	border-style: solid;
	border-width: 17px 14px;
	border-color: #071461 transparent transparent transparent;
}

.h2sns-daznlinks::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	border-style: solid;
	border-width: 17px 14px;
	border-color: #fff transparent transparent transparent;
}

/*** SNSボタン表示部 ***/
/* 包含 */
.sns-links-cont {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 2px #071461;
}

/* NEXT（次節ホームゲーム予告）画面では下線1px */
.pre-much .sns-links-cont {
	border-bottom: solid 1px #071461;
}

.snsbtn-box3 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 auto 0;
	width: 500px;
}

.snsbtn-box3>div:nth-of-type(1) {
	padding-right: 35px;
	width: 206px;
}

.snsbtn-box3>div:nth-of-type(2) {
	width: 279px;
}

.snsbtn-box3 .snsbtn-box-inner {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0;
	width: 50%;
}

/* アイコン */
.snsbtn-box3 .snsbtn-box-inner a {
	display: block;
}

.snsbtn-box3 .snsbtn-box-inner a:nth-of-type(1) {
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.snsbtn-box3 .snsbtn-box-inner a:nth-of-type(2) {
	margin-right: 35px;
}

.snsbtn-box3 .snsbtn-box-inner a img {
	width: auto;
	height: 68px;
}

@media (max-width: 767px) {
	.snsbtn-box3 {
		width: 280px;
	}

	.snsbtn-box3>div:nth-of-type(1) {
		padding-right: 15px;
		width: 114px;
	}

	.snsbtn-box3>div:nth-of-type(2) {
		width: 166px;
	}

	.snsbtn-box3 .snsbtn-box-inner a:nth-of-type(2) {
		margin-right: 15px;
	}

	.snsbtn-box3 .snsbtn-box-inner a img {
		width: auto;
		height: 42px;
	}
}

/* NEXT HOME GAME期間用 */
body.pre-much {
	padding-top: 0 !important;
}

/* メインメージ */
#next-mainbox {
	margin-bottom: 30px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* オフィシャルサイト・ストアナビ */
#next-official-site-store-navibox {
	margin-bottom: 30px;
}



/* GLメニュー 2列/2018.2 */
table.glnav-group,
table.glnav-btn-w3 {
	width: 100%;
	background-color: #fff;
	border: solid 1px #ddd;
}

table.glnav-btn-w3 {
	border: none;
}

td.glnav-btn,
table.glnav-btn-w3 tr td {
	width: 50%;
	height: auto;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #ff0000;
	word-wrap: break-word;
	line-height: 1.3;
	border: solid 1px #ddd;
}

table.glnav-btn-w3 tr td {
	width: 33.3%;
	border-top: none;
	border-bottom: none;
}

table.glnav-btn-w3 tr td:nth-child(1) {
	border-left: none;
}

table.glnav-btn-w3 tr td:nth-child(3) {
	border-right: none;
}

td.glnav-btn a {
	padding: 15px 5px;
	display: inline-block;
	width: 100%;
	height: auto;
	line-height: 1.3;
	font-size: 1.2rem;
	font-weight: bold;
	color: #337ab7;
}

td.glnav-btn a:hover {
	text-decoration: underline;
}

h3.sptab-glmenu-title-vpress {
	text-align: right;
}

h3.sptab-glmenu-title-vpress img {
	margin-bottom: 4px;
}



/*-----------------------------------------------------------------------------*/
/* 記事リスト表示・共通／FEATURED・INTERVIEW・STADIUM CLIP・QUIZ・DOWNLOAD・LEGENDS */
/*-----------------------------------------------------------------------------*/
/*** 記事1件分／基本スタイル ***/
/* 包含 */
.kiji-box .kiji-box-inner {
	transition: all ease-in .2s;
}

.kiji-box .kiji-box-inner {
	padding: 15px;
	border-bottom: solid 1px #ccc;
}

.kiji-box a:hover .kiji-box-inner {
	background-color: #fdd000;
}

.kiji-box a,
.kiji-box a:hover p,
.kiji-box a:hover p span {
	text-decoration: none !important;
}
.kiji-box a:hover{
	color:#000;
}

.kiji-box a:hover div img {
	opacity: 1 !important;
}

/* BOX右側 */
.kiji-box .kiji-detail {
	position: relative;
	padding-left: 15px;
	/*color: #fff;*/
}

/* 段落間余白 */
.kiji-box .kiji-detail>p {
	margin: 0;
}

.kiji-box .kiji-detail>p:nth-of-type(2) {
	margin-top: 8px;
}

.kiji-box .kiji-detail>p:nth-of-type(3) {
	margin-top: 16px;
}

.kiji-box .kiji-detail .desc {
	margin-bottom: 30px;
}

/* カテゴリ名 */
.cate-title {
	font-size: 1.6rem;
	font-weight: bold;
	color: #0b184c;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}

/* 記事名 */
.kiji-title {
	line-height: 1.3;
	/*color: #fff;*/
}

/* new用 */
.kiji-title .new {
	color: #ff0000;
}

/* 詳しくはコチラ */
.btm-kochira {
	padding: 0 3px 3px;
	font-size: 1.2rem;
	color: #000;
	background-color: #fff;
	transition: .2s ease-in;
}
.btm-kochira span{
	display: inline-block;
}
.btm-kochira .kochira-arrow {
	margin-left: -4px;
	transform:scale(0.5,1.2)
}
a:hover .btm-kochira {
	color: #fff;
	background-color: #bd0e0e;
}

/*壁紙バックナンバー専用*/
p.kiji-title-dlbk {
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}

p.desc {
	font-size: 1.1rem;
}

div.quiz-kiji-detail p.kiji-title {
	font-size: 1.8rem;
}

div.quiz-kiji-notes {
	margin-top: 15px;
}

div.quiz-kiji-notes p.desc {
	font-size: 1.4rem;
	color: #ff0000;
}

div.quiz-kiji-detail p.kiji-title,
div.quiz-kiji-notes p.desc {
	margin-bottom: 0;
}

/* 動画／INTERVIEW */
div.movie-box {
	margin-bottom: 20px;
}

div.movie-inner {
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
}

div.movie-inner iframe,
div.movie-inner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* スタジアムコンテンツのみ記事名色 */
.movie-info .kiji-title {
	color: #000;
}

.movie-info .desc {
	color: #444;
}


@media (max-width: 767px) {

	/** レイアウト **/
	/* featuredのみパディング0処置 */
	#featured .kiji-list>div {
		padding-right: 0;
		padding-left: 0;
	}

	/* 共通 */
	.kiji-list>div:nth-of-type(n+2) {
		margin-top: 15px;
	}

	.kiji-box .kiji-box-inner {
		padding: 10px;
	}
}

@media (min-width: 768px) {

	/** レイアウト **/
	/* featuredのみのパディング処置 */
	#featured .kiji-list>div:nth-of-type(odd) {
		padding-left: 0;
	}

	#featured .kiji-list>div:nth-of-type(even) {
		padding-right: 0;
	}

	/* 共通 */
	.kiji-list>div:nth-of-type(n+3) {
		margin-top: 15px;
	}

	/** スタジアムコンテンツのみ 2021.5.27～ **/
	.kiji-list.stadiumcontents>div:nth-of-type(-n+3) {
		margin-top: 0;
	}

	.kiji-list.stadiumcontents>div:nth-of-type(n+4) {
		margin-top: 15px;
	}

	/* 記事長文の可変対応 */
	.kiji-box .kiji-detail>p:nth-of-type(2) {
		padding-bottom: 35px;
	}

	/* 詳しくはコチラ */
	.btm-kochira {
		position: absolute;
		bottom: 0;
	}
}

@media (min-width:992px) {
	/* 詳しくはコチラ */
	/*
	.btm-kochira{
		position:absolute;
		bottom:0;
	}
	*/
}



/*** ホーム ***/
/* WELCOME! */
div.top-screen_game {
	margin-bottom: 12px;
	padding: 0 0 120px;
	background: url('../../images-home/bg-game_mainvis.jpg') center 0 no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
	div.top-screen_game {
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	div.top-screen_game {
		padding-bottom: 65px;
	}

	img.home-event-button {
		max-width: 34%;
	}
}


/*** ホームゲームインフォナビ ***/
.homegame-info-navi {
	margin-bottom: 30px;
}

/*** ホーム画面 汎用ナビスタイル/2019.2 ***/
.home-contents-navi {
	margin-bottom: 20px;
}

ul.home-common-navi {
	margin: 0;
	padding: 12px 6px;
	width: 100%;
	background: url(../../images-home/vpress-navi-back.gif) 0 0 repeat;
}

ul.home-common-navi li {
	list-style: none;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	width: 50%;
}

ul.home-common-navi li:nth-child(n+2) {
	margin-top: 10px;
}

ul.home-common-navi.contents li:nth-child(n+2) {
	margin-top: 0;
}

ul.home-common-navi.contents li:nth-child(n+3) {
	margin-top: 10px;
}

ul.home-common-navi li.wide {
	clear: both;
	width: 100%;
	text-align: center;
}

ul.home-common-navi li div {
	position: relative;
	padding: 6px;
	width: 100%;
	height: 48px;
	line-height: 1.3;
	background: url('../../images-home/commonnavi-btn-bg_blue.gif') 50% 50% /cover no-repeat;
	border-radius: 6px
}

/* recommendタイトル処置 */
ul.home-common-navi li.home-today-recommend-title div {
	height: 38px;
	background-image: none;
	background-color: #071461;
	border-radius: 0;
}

ul.home-common-navi li.home-today-recommend-title div p {
	font-size: 2.2rem;
	color: #fdd000;
}

ul.home-common-navi li.home-today-recommend-title div p span:nth-child(1) {
	font-size: 1.3rem;
}

ul.home-common-navi li.bg_red a div {
	background: url('../../images-home/commonnavi-btn-bg_red.gif') 50% 50% /cover no-repeat;
}

ul.home-common-navi li a {
	text-decoration: none !important;
}

/*
ul.home-common-navi li a:hover,
ul.home-common-navi li a:hover div,
ul.home-common-navi li a:hover div p{
	text-decoration:none;
}
*/

ul.home-common-navi li a:hover div {
	opacity: 0.8;
}

ul.home-common-navi li div p {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 0 0 6px;
	font-size: 1.5rem;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.home-common-navi li div p.lg {
	font-size: 2rem;
}

@media (max-width:767px) {
	ul.home-common-navi li div p.sml {
		font-size: 1.3rem;
	}

	ul.home-common-navi li div p.sml span img {
		width: 13%;
		height: auto;
	}
}




/* コンテンツナビ・ガイドナビ */
div.nav-button {
	margin-bottom: 20px;
}

div.cont-navi div.nav-button:nth-child(3),
div.cont-navi div.nav-button:nth-child(4),
div.guide-navi div.nav-button:last-child {
	margin-bottom: 0;
}

/* 下部サイトナビ */
div.bottom-navi {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #071461;
	border-bottom: solid 1px #071461;
}

div.btmnav-button-left {
	border-right: solid 1px #071461;
}

/* SNSボタン
div.sns-bottom-box div.sns-button{
	margin-bottom:20px;
}
div.sns-bottom-box div.sns-button:nth-child(3),
div.sns-bottom-box div.sns-button:nth-child(4){
	margin-bottom:0;
}*/



/*-----------------------------------------------------------------------------*/
/* Ｖプレス */
/*-----------------------------------------------------------------------------*/
/*** 見出し ***/
/* トップ */
/*-------- H2見出し --------*/
#vpress-cont.vpress-top h3 {
	margin: 0 0 15px 0;
	padding: 0 0 4px 0;
	line-height: 1.1;
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	color: #071461;
	background-color: ;
	border-bottom: solid 2px #bd0e0e;
}

/*
#vpress-cont.vpress-top .col-12 h3::after{
	content:'';
	display: block;
	margin-top:3px;
	width:100%;
	height:14px;
	background:url('../../images-common/h2title-underline.gif') 0 0 repeat-x;
}
*/

/* 下層ページ */
#vpress-cont .container h2 {
	position: relative;
	text-align: left;
}

#vpress-cont .container h2 span {
	position: absolute;
	bottom: 2px;
	right: 0;
	text-align: right;
	font-size: 1.6rem;
	font-weight: normal;
	color: #422727;
}

div.vpress-cover-block h3,
h3.vpress-wide-scrn {
	margin: 0 0 6px 0;
	padding: 5px 0;
	text-align: center;
	color: #fdd000;
	background-color: #fff;
}

div.vp-kiji-tilebox h3,
div.savs-cont h3 {
	margin: 0 0 10px 0;
}

h3.vpeyes,
h3.newcomer,
p.vpeye-subtitle {
	padding-left: 15px;
}

h4.vp-savssupo {
	padding: 3px 0;
	font-size: 1.4rem;
	text-align: center;
	color: #fdd000;
	background-color: #071461;
}


/* 冒頭スポンサーロゴ・リンク */
#matchday-sponsor-box {
	margin: 0 auto 20px;
}

#matchday-sponsor-box h2 {
	margin: 0 auto 15px;
	padding: 5px;
	line-height: 1;
	text-align: center !important;
	font-size: 2.2rem;
	color: #071461;
	border: solid 1px #071461;
}

#matchday-sponsor-box h2::after {
	content: none;
}

p.vpeye-subtitle {
	color: #000;
	font-size: 1.4rem;
}

p.pfplayer-names {
	margin-bottom: 4px;
}

div.home-player-box,
div.savs-box,
div.academy-box {
	border-right: solid 1px #000;
}

div.pfile-photo {
	margin-bottom: 10px;
}

div.stats-button-sml {
	border-left: solid 1px #000;
}

div.stats-navi div.stats-button-sml:last-child {
	border-right: solid 1px #000;
}

img.newcomer-photo,
img.newhero-photo,
img.spvoice-image {
	margin-bottom: 6px;
}

p.savssupo-link {
	font-size: 1.2rem;
}

div.vpcmnpg-mainimg>div {
	padding-right: 0;
	padding-left: 0;
}

/* VP EYES／PLAYERS FILE／PICK UP VOICE／NEW COMMER／LEGENDS*/
div.vp-kiji-tilebox {
	margin-bottom: 10px;
}

p.plf-name {
	padding-left: 5px;
	line-height: 1.4;
}

p.plf-pickup-player,
p.puvoice-player,
p.newcomer-pickup-player,
p.newhero-pickup-player,
p.legends-player {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 1.6rem;
}

p.legends-player {
	margin-bottom: 40px;
	text-shadow: 2px 2px 3px #c7b824;
}

p.legends-player span {
	font-size: 2.8rem;
}

p.plf-players-prof,
p.newcomer-players-prof,
p.newhero-players-prof {
	margin-bottom: 20px;
}

div.puvoice-prof-box,
div.puvoice-photo {
	margin-bottom: 15px
}

div.savscont-wrap div.savs-cont:last-child {
	margin-bottom: 0;
}

div.savs-cont {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
}

div.savs-cont.savsbg_yellow {
	padding: 10px;
	background-color: #fffbc7;
}

div.savs-cont.savsbg_blue {
	padding: 10px;
	background-color: #d5deff;
}

div.savsbd_navy {
	padding: 10px;
	border: 2px solid #071461;
	margin-bottom: 30px;
}

div.savs-cont h3 {
	font-size: 1.6rem;
}

ul.savs-qa-list {
	padding: 0;
	list-style: none;
}

ul.savs-qa-list li {
	margin-bottom: 20px;
}

ul.savs-qa-list li:last-child {
	margin-bottom: 0;
}

p.qes,
p.ans {
	margin-bottom: 6px;
}

p.qes {
	padding: 0 0 0 2.2em;
	text-indent: -2.2em;
	font-weight: bold;
}

p.ans {
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
	color: #666;
}

p.qes span.lg,
p.ans span.lg {
	font-size: 1.8rem;
}

div.voice-photo {
	margin-bottom: 15px;
}

p.voice-kiji-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.6rem;
}

/* VP EYES プレイバックリンク／2022.2 */
.match-record-link {
	margin: 50px 0 40px 0;
	padding: 0 0 6px 0;
	line-height: 1.3;
	text-align: right;
	border-bottom: solid 1px #000;
}

.match-record-link a {
	text-decoration: none;
	margin: 50px 0 0 0;
	font-size: 1.4rem;
	color: #071461;
}

/* トップPLAYERS FILEナビ／ホバーエフェクト */
.hoverhilight-effect>div {
	transition: all ease-in .2s;
}

.hoverhilight-effect:hover img {
	opacity: 0.7 !important;
}

.hoverhilight-effect,
.hoverhilight-effect:hover,
.hoverhilight-effect:hover div p {
	text-decoration: none;
}

/*** SUPPORTERS VOICE／2020 ***/
/* タイトル */
#supporters-voice-title>span {
	color: #fdd000 !important;
	background-color: transparent !important;
}

/* 画像 */
.fromsavs-image {
	width: 100%;
	height: auto;
}

@media(max-width:767px) {

	/* 見出し */
	#vpress-cont .container h2 span {
		font-size: 1.1rem;
	}

	#supporters-voice-title {
		margin-bottom: 6px;
		padding: 5px 0;
		height: auto;
		font-size: 2.6rem;
	}

	/*** SUPPORTERS VOICE タイトル ***/
	#supporters-voice-title {
		height: auto;
		background: none;
	}
}

@media(max-width:414px) {
	#vpress-cont .container h2 {
		font-size: 2.3rem;
	}

	#vpress-cont .container h2 span {
		font-size: 1rem;
	}
}

@media(max-width:320px) {
	#vpress-cont .container h2 {
		font-size: 2rem;
	}

	#vpress-cont .container h2 span {
		font-size: 0.8rem;
	}
}

@media(min-width:768px) {

	/*** SUPPORTERS VOICE タイトル ***/
	#supporters-voice-title {
		display: -webkit-box;
		display: flex;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 100%;
		font-size: 3rem;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		background: url('../../images-common/title-bg.gif') center center /cover no-repeat;
	}

	#vpress-cont.vpress-top #supporters-voice-title::after {
		content: none;
	}
}


/*-----------------------------------------------------------------------------*/
/* タブ／HOME GAME（PICK UP、SCHEDULE、BOOTH、BOOTH/VEGA FOODS MAP）／VPORT STATS */
/*-----------------------------------------------------------------------------*/
/* タブ／STATSHOME　GAME INFORMATION */
/*** bt4 override／タブ下側の罫線表示させる ***/
.cmnpage-cont .nav-tabs .nav-item {
	margin-bottom: 0;
}

ul.nav-tabs {
	margin-bottom: 25px;
	width: 100%;
	border: solid 1px #aaa;
}

ul.nav-tabs li {
	margin-bottom: 0;
	width: 25%;
	text-align: center;
	background-color: #ddd;
}

#hginfotab.tab4.nav-tabs li {
	width: 25% !important;
}

/* 2020 vol.03～vol12用 ナビ3つ */
#hginfotab.nav-tabs {
	border: none;
}

#hginfotab.nav-tabs li {
	border: solid 1px #aaa;
}

#hginfotab.nav-tabs li:nth-of-type(1),
#hginfotab.nav-tabs li:nth-of-type(2) {
	width: 33%;
}

#hginfotab.nav-tabs li:nth-of-type(3) {
	width: 34%;
}

#hginfotab.nav-tabs li:nth-of-type(n+2) {
	border-left: none;
}

ul.nav-tabs li {
	border-right: solid 1px #aaa;
}

ul.nav-tabs.sts-tab li:nth-child(2),
ul.nav-tabs li:last-child {
	border-right: none;
}

ul.nav-tabs li a:focus,
ul.nav-tabs li a:hover {
	color: #fff;
	background-color: #aaa;
}

ul.nav-tabs li.navi-wide {
	width: 50%;
	border-bottom: solid 1px #aaa;
}

/* ルヴァン プレーオフ・トーナメント対応 */
ul.nav-tabs li.navi-onethird {
	width: 33.3333%;
}

ul#levan-sts-tab li {
	border-right: solid 1px #aaa;
}

ul#levan-sts-tab li:nth-child(2),
ul#levan-sts-tab li:nth-child(5) {
	border-right: none;
}

ul#levan-sts-tab li:nth-child(n+3) {
	border-bottom: none;
}

ul#levan-sts-tab li a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
}

ul.nav-tabs>li>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 0;
	padding: 10px 5px;
	width: 100%;
	height: 100%;
	line-height: 1.2;
	border: none;
	border-radius: 0;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}


/* ボタン色変え処理 ＊2020 */
ul.nav-tabs>li>a {
	text-decoration: none;
	transition: all ease-in .2s;
}

ul.nav-tabs>li>a.active {
	color: #fff;
	cursor: pointer;
	background-color: #bd0e0e;
}

ul.nav-tabs>li>a:hover {
	color: #fff;
	cursor: pointer;
	background-color: #bd0e0e;
}


ul.nav-tabs>li.active>a,
ul.nav-tabs>li.active>a:hover,
ul.nav-tabs>li.active>a:focus {
	border: none;
}

div.sts-chart-box {
	margin: 0 auto 20px;
	width: 70%;
	text-align: right;
}

div.sts-chart-box-inner {
	margin: 0 auto 10px;
	width: 350px;
}

div.sts-chart-box-inner p {
	margin-bottom: 10px;
	text-align: right;
}

div.sts-club-namebox {
	text-align: center;
}

img.ir-inline {
	display: inline-block;
	vertical-align: middle;
}

h3.sts-clubname-result {
	margin: 2px 0 15px;
}

.sts-club-namebox .ohp-gameresult-link {
	margin: 0 auto 0;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
	color: #071461;
}

table.sts-common-table {
	margin: 0 auto;
	width: 70%;
}

table.sts-club-member tr td {
	padding: 6px 0 8px 0;
	line-height: 1.2;
	border-bottom: solid 1px #ccc;
}

table.sts-club-member tr td.hd {
	padding: 0 0 4px 0;
	font-weight: bold;
}

table.sts-club-member tr td.noborder {
	padding-bottom: 25px;
	border-bottom: none;
}

table.sts-club-member tr td.photo {
	width: 12%;
	padding-right: 10px;
}

@media(max-width:767px) {
	ul#levan-sts-tab li a {
		font-size: 1.2rem;
	}
}

/* 選手詳細ページリンク／2022.2 */
.sts-club-member tr .detail a {
	text-decoration: none;
	font-size: 1.7rem;
	font-weight: bold;
	color: #071461;
}

/* ルヴァン プレーオフ以降用 ※出場記録なし表示 2019.6 */
table.sts-common-table.levaincup tr td.photo {
	width: 20%;
}

table.sts-common-table.levaincup tr td.detail {
	width: 80%;
}

/*
table.sts-club-member tr td.detail{ width:60%; padding-left:10px; }
table.sts-club-member.away tr td.detail{ width:70%; padding-left:0; }
*/
table.sts-club-member tr td.games,
table.sts-club-member tr td.playingtime,
table.sts-club-member tr td.goal,
table.sts-club-member tr td.caution {
	width: 12%;
	text-align: center;
}

h3.sts-common-title {
	margin: 20px 0 25px 0;
}

h4.sts-sch_hyoumd {
	padding-left: 8px;
	border-left: solid 5px #071461;
}

p.much-day-recordtime {
	margin: 0 auto 8px auto;
	width: 70%;
	text-align: right;
	font-size: 1.3rem;
}

p.much-day {
	margin: 0 auto 10px auto;
	padding-left: 5px;
	width: 70%;
	font-weight: bold;
	font-size: 1.5rem;
	border-left: solid 5px #000;
}

table.sts-much-result {
	margin-bottom: 25px;
}

table.sts-much-result tr td {
	padding: 15px 0 2px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3rem;
}

table.sts-much-result tr:last-child td {
	border-top: none;
}

table.sts-much-result tr td.levain-style {
	text-align: left;
}

table.sts-much-result tr td.card-emb {
	width: 13%;
}

table.sts-much-result tr td.card-emb img {
	width: 36px;
	height: auto;
}

table.sts-much-result tr td.card-name {
	width: 20%;
}

table.sts-much-result tr td.card-name.home {
	text-align: left;
}

table.sts-much-result tr td.card-name.away {
	text-align: right;
}

table.sts-much-result tr td.card-score {
	width: 7%;
	font-size: 1.3rem;
}

table.sts-much-result tr td.card-status {
	width: 20%;
}

table.sts-much-result tr td.card-status span.status {
	padding: 4px;
	color: #fff;
	background-color: #666;
}

table.sts-much-result tr td.stadium-name,
table.sts-much-result tr td.levain-style {
	padding: 2px 0;
	border-bottom: solid 1px #ccc;
}

table.sts-much-result tr td.text-left {
	text-align: left;
}

table.sts-much-result tr td.text-right {
	text-align: right;
}

p.sts-much-notes {
	margin-bottom: 0;
	font-size: 1.3rem;
}

p.sts-much-notes.btm-10 {
	margin-bottom: 10px;
}

div#stats-rank table.sts-ranking-detail {
	margin-bottom: 20px;
}

/* ベガルタ順位／黄色ハイライト */
table.sts-ranking-detail tr.rank_homeclub td,
table.sts-common-table tr.rank_homeclub td {
	color: #071461;
	background-color: #fdd000
}

table.sts-ranking-detail tr td.rank-notes {
	padding-top: 5px;
	text-align: left;
	border-bottom: none;
}

table.sts-ranking-detail tr td {
	padding: 4px 0;
	text-align: center;
	font-size: 1.3rem;
	border-bottom: solid 1px #ccc;
}

table.sts-ranking-detail tr td.league-grade {
	text-align: left;
}

table.sts-ranking-detail tr td.record-time {
	text-align: right;
}

table.sts-ranking-detail tr td.hd {
	padding: 6px 0;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}

table.sts-ranking-detail tr td.rank-rank {
	width: 10%;
}

table.sts-ranking-detail tr td.rank-name {
	width: 20%;
}

table.sts-ranking-detail tr td.rank-rank,
table.sts-ranking-detail tr td.rank-name {
	text-align: left;
}

table.sts-ranking-detail tr td.rank-point {
	width: 22%;
}

table.sts-ranking-detail tr td.rank-val {
	width: 12%;
}

table.sts-top-scorers tr td {
	padding: 6px 4px;
	font-size: 1.3rem;
	border-bottom: solid 1px #ccc;
}

table.sts-top-scorers tr td.record-time {
	text-align: right;
	border-bottom: solid 2px #000;
}

table.sts-top-scorers tr td.hd {
	text-align: center;
}

table.sts-top-scorers tr td.hd-name {
	text-align: left;
}

table.sts-top-scorers tr td.goal-rank {
	width: 10%;
}

table.sts-top-scorers tr td.goal-name {
	width: 38%;
	font-size: 1.1rem;
}

table.sts-top-scorers tr td.goal-club {
	width: 28%;
	font-size: 1.1rem;
}

table.sts-top-scorers tr td.goal-val {
	width: 12%;
	text-align: center;
}

/* 日程・結果 表 */
table.sts-mutch-result {
	margin-bottom: 12px;
	width: 100%;
}

table.sts-mutch-result tr.sch-home {
	background-color: #ffff99;
}

table.sts-mutch-result tr td {
	padding: 4px 6px;
	text-align: left;
	border: solid 1px #000;
}

table.sts-mutch-result tr td.sch-no {
	width: 5%;
}

table.sts-mutch-result tr td.sch-date {
	width: 20%;
}

table.sts-mutch-result tr td.sch-team {
	width: 25%;
}

table.sts-mutch-result tr td.sch-studium {
	width: 14%;
}

table.sts-mutch-result tr td.sch-media {
	width: 28%;
}

table.sts-mutch-result tr td.sch-result {
	width: 8%;
}

table.sts-mutch-result tr td.sch-result a {
	text-decoration: underline;
}

table.sts-mutch-result tr td.sch-no {
	text-align: center;
}

div.sts-mutch-result_notes {
	margin: 0 0 25px 0;
}

div#stats-sch div.sts-mutch-result_notes:last-child {
	margin-bottom: 0;
}

div.common-help-button {
	margin-top: 25px;
}

@media (max-width: 767px) {

	div.savs-box,
	div.academy-box {
		border-right: none;
	}
}

@media (max-width: 480px) {
	table.sts-top-scorers tr td.hd.goal-md {
		font-size: 1rem;
	}
}

/* QUIZ */
p.present-q {
	margin-bottom: 15px;
	font-size: 1.6rem;
	color: #071461;
}

p.present-ans {
	margin-bottom: 5px;
	font-size: 1.6rem;
	color: #071461;
}

p.present-ans-md {
	margin-bottom: 5px;
	color: #071461;
}

p.present-ans-desc {
	margin-bottom: 20px;
	font-size: 1.4rem;
}

p.present-q span.lg,
p.present-ans-md span.lg {
	font-weight: bold;
	font-size: 1.8rem;
}

p.present-q label,
p.present-ans label,
div.ansbox-left label {
	display: inline;
	font-weight: normal;
}

div.quiz-entry-button {
	margin-top: 25px
}

div.quiz-entry-button input.btn-default {
	color: #fff;
	background-color: #071461;
	border-color: #071461;
}

div.quiz-entry-button input.btn-default:hover {
	color: #071461;
	background-color: #fff;
	border-color: #071461;
}

/* アンケート用スタイル */
div.ansbox-left label {
	font-size: 1.6rem;
	color: #071461;
}

p.present-ans-qndesc {
	padding-top: 4px;
	font-size: 1.4rem;
}

div.fm_table dd.fm_td div.present-ans-box div.ansbox-right {
	margin-bottom: 26px;
}

/* フォームスタイル調整 */
.hidd {
	display: none;
}

.def {}

.fm_table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.fm_table dl.toi-box dt {
	padding-bottom: 0;
}

.fm_tr {
	overflow: hidden;
	border-bottom: 4px dotted #DDDDDD;
}

.fm_button {
	text-align: center;
	padding: 5px 0 25px 0;
}

div.fm_table dt {
	padding-bottom: 4px;
	font-weight: normal;
}

div.fm_table dt span.fred {
	color: #f00;
}

div.fm_table dd {
	margin-bottom: 10px;
}

div.fm_table dd input {
	max-width: 100%;
}

div.fm_table dd span.hidd {
	padding: 3px 6px;
	font-weight: bold;
	color: #071461;
	background-color: #fcd60d;
}

div.fm_table dd div.formError {
	position: static !important;
	margin: 0 !important;
	left: 0 !important;
}

div.fm_table dd div.formErrorArrow {
	display: none;
}

/* BT4ボタン override／汎用／クイズ・ダウンロード */
.question-btn.btn-secondary {
	padding: 5px 10px !important;
	font-size: 14px;
}

.question-btn .fas {
	color: #fff !important;
}


/** HOME GAME ＊2020 **/
div.hg-info-box h3,
div.machday-top-box {
	margin-bottom: 25px;
}

div.hg-info-box h4 {
	margin: 0 0 20px 0;
	padding: 4px;
	background-color: #fcc800;
}

div.hg-info-box h5 {
	margin-bottom: 5px;
}

div.hg-info-box .matchday-event-box h5 {
	margin-top: 22px;
}

div.machday-adbox {
	margin-top: 30px;
}

div.boothmap-wrap {
	margin-bottom: 15px;
}


/* SCHEDULE */
table.hg-info-schedule,
div.dreamproject-box {
	margin: 0 auto 0;
	width: 70%;
}

table.hg-info-schedule {
	margin-bottom: 20px;
}

table.hg-info-schedule tr th {
	text-align: center;
	font-weight: normal;
}

table.hg-info-schedule tr th.time {
	width: 15%;
}

table.hg-info-schedule tr th.events {
	width: 85%;
}

table.hg-info-schedule tr th,
table.hg-info-schedule tr td {
	border-bottom: solid 1px #ccc;
}

table.hg-info-schedule tr td {
	padding: 8px 4px;
	vertical-align: top;
}

table.hg-info-schedule tr td.events p {
	font-weight: bold;
}

table.hg-info-schedule tr:last-child td {
	border-bottom: none;
}

table.hg-info-schedule tr td p:last-child {
	margin-bottom: 0;
	vertical-align: top;
}

table.hg-info-schedule tr td p span.nml {
	font-weight: normal;
}

p.dreamp-title {
	margin: 8px 0 15px 0;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #3e21ce;
}

div.schedule-bottom-ad {
	margin-top: 35px;
}

/* BOOTH */
table.hg-info-booth tr td {
	width: 50%;
	padding: 10px;
	vertical-align: top;
}

table.hg-info-booth tr td:first-child {
	padding-right: 15px;
}

table.hg-info-booth tr td:last-child {
	padding-left: 15px;
}

table.hg-info-booth tr td p.title {
	margin-bottom: 2px;
	font-weight: bold;
	color: #313c68;
}

table.hg-info-booth tr td p.title:before {
	content: "■ ";
}

/** MAP **/
/* ナビ共通 */
ul.hginfo-map-navi {
	list-style: none;
	padding: 0;
	width: 100%;
}

ul.hginfo-map-navi li {
	width: 49%;
}

ul.hginfo-map-navi li:nth-child(odd) {
	float: left;
}

ul.hginfo-map-navi li:nth-child(even) {
	float: right;
}

ul#hginfo-map-navi-guide.hginfo-map-navi li:last-child,
ul#hginfo-map-navi-guide.hginfo-map-navi li:nth-last-child(2),
ul#hginfo-map-navi-shop.hginfo-map-navi li:last-child {
	margin-bottom: 0;
}

ul.hginfo-map-navi li a {
	text-decoration: none;
}

/* 基本ガイド */
ul#hginfo-map-navi-guide {
	margin: 25px 0 25px 0;
}

ul#hginfo-map-navi-guide li {
	margin-bottom: 15px;
	background-color: #071461;
}

ul#hginfo-map-navi-guide li a {
	display: block;
	padding: 10px 6px;
	width: auto;
	color: #fff;
	font-size: 1.35rem;
}

ul#hginfo-map-navi-guide li a span.fontsml {
	letter-spacing: -0.1em;
	font-size: 1.3rem;
}

/* 店ガイド */
ul#hginfo-map-navi-shop {
	margin: 0 0 15px 0;
}

ul#hginfo-map-navi-shop li {
	margin-bottom: 18px;
}

div h4.hginfo-shopguide-title {
	margin-bottom: 10px;
	padding: 6px;
	width: auto;
	text-align: center;
	border: solid 1px #071461;
	background-color: #fff;
}

/* 店ガイド モーダルウインドウ ※一部施設・その他ガイドを兼用 */
.modal .modal-dialog .hginfo-shopguide-modalcont {
	border-radius: 8px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-header {
	padding: 15px 18px;
	line-height: 1.2;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	border-radius: 8px 8px 0 0;
	background-color: #ffc10a;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body {
	padding: 25px 18px 0;
}

/* 見出し ※飲食店・施設・その他共通 */
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.place,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.osusume,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.booth-md {
	font-size: 1.8rem;
	font-weight: bold;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.place {
	margin-bottom: 18px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.cashless-info,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.dpoint-info,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.coupon-info,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.beer-info {
	padding: 6px 8px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.cashless-info,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.dpoint-info,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.coupon-info {
	margin-bottom: 15px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.cashless-info {
	border: solid 4px #00913a;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.dpoint-info {
	border: solid 4px #cf0f31;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.coupon-info {
	border: solid 4px #f5bdc8;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.beer-info {
	border: solid 4px #071461;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.cashless-info p,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.dpoint-info p,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.coupon-info p,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.beer-info p {
	margin: 0;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.cashless-info p {
	color: #00913a;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.dpoint-info p {
	color: #cf0f31;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.coupon-info p {
	color: #eb647f;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.beer-info p {
	color: #071461;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.intro {
	margin-bottom: 15px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.osusume {
	margin-bottom: 5px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li {
	margin-bottom: 20px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li:last-child {
	margin-bottom: 0;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li div {
	display: table-cell;
	vertical-align: top;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li div.photo {
	padding-right: 10px;
	width: 52%;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li div span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-footer {
	padding: 15px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-footer p {
	margin: 0 0 15px 0;
	text-align: left;
}

/* 店舗情報改編 料金表形式／2021.3.5 */
.vegafoods-imagephoto img {
	width: 70%;
}

.vegafoods-price {
	margin: 0 auto 0;
	width: 100%;
}

.vegafoods-price li {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.vegafoods-price li:nth-of-type(n+2) {
	margin-top: 4px;
}

/* 施設・その他ガイド モーダルウインドウ */
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-header.shopguide-hd-btm {
	border-radius: 0 0 0 0;
}

img.fcguide-photo {
	margin-bottom: 5px;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.fc-place {
	padding: 0 0 0 3em;
	text-indent: -3em;
	font-size: 1.8rem;
	font-weight: bold;
}

.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.booth-md {
	margin-bottom: 0;
}

/** キャッシュレス案内関連／ 2020.7.16 **/
/* 見出し */
.mappg-cashless-md {
	margin: 0 0 6px 0;
	padding: 0 0 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #071461;
	border-left: solid 5px #071461;
}

/* キャッシュレス案内文 */
.mappg-cashless-annnai {
	position: relative;
	margin: 0 0 10px 0;
	padding-bottom: 1.5em;
	font-size: 1.4rem;
}

.mappg-cashless-annnai span {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ご利用できる決済サービス */
.mappg-cashless-guide {
	margin: 0 0 0 0;
	padding: 13px;
	background-color: #cbd5dc;
}

.mappg-cashless-guide .md {
	margin: 0 0 10px 0;
	color: #000;
}

.mappg-cashless-guide .md span:nth-child(2),
.mappg-cashless-guide .md span:nth-child(3) {
	font-size: 1.8rem;
	font-weight: bold;
}

.mappg-cashless-guide ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

.mappg-cashless-guide ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.4;
	font-size: 1.4rem;
	color: #000;
}

.mappg-cashless-guide ul li:nth-of-type(n+2) {
	margin-top: 8px;
}

@media (max-width: 767px) {

	/* ご利用できる決済サービス */
	.mappg-cashless-guide .md {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.mappg-cashless-guide .md span:nth-child(3) {
		display: block;
		padding-left: 5px;
		line-height: 1.4;
		width: 76%;
	}
}

@media (min-width: 768px) {

	/* 見出し */
	.mappg-cashless-md {
		font-size: 2.8rem;
	}

	/* キャッシュレス案内文 */
	.mappg-cashless-annnai {
		padding-bottom: 0;
	}

	/* ご利用できる決済サービス */
	.mappg-cashless-guide {
		padding: 20px;
	}

	.mappg-cashless-guide .md {
		text-align: left;
	}

	.mappg-cashless-guide .md span {
		vertical-align: middle;
	}

	.mappg-cashless-guide .md span:nth-child(1) img {
		width: 120px;
	}

	.mappg-cashless-guide .md span:nth-child(2) {
		font-size: 2.6rem;
	}

	.mappg-cashless-guide ul li {
		font-size: 1.8rem;
	}
}



/** LET'S STUDIUM HAPPY **/
/* navi */
ul.studium-happy-tab li {
	width: 50%;
}



/*-----------------------------------------------------------------------------*/
/* LET'S STUDIUM HAPPY／仙台市観光ガイド */
/*-----------------------------------------------------------------------------*/
/* accordion ＊2020*/
.accordion {
	margin-bottom: 20px;
}

.accordion .card .card-header h3 {
	font-size: 2rem;
}

.accordion .card {
	border-bottom: solid 1px #0002 !important;
}

.accordion>div:nth-of-type(n+2) {
	margin-top: 15px;
}

.accordion .card h3 a {
	text-decoration: none;
}

/* LET'S STUDIUM HAPPY */
#sthappy-about .panel-title,
#homegame-rule .panel-title {
	font-size: 1.6rem;
}

/*停止
div.panel-heading h3 a:after{ content:"▲閉じる"; display:block; margin-top:5px; font-size:1.2rem; color:#666; }
div.panel-heading h3 a.collapsed:after{ content:"▼開く"; display:block; margin-top:5px; font-size:1.2rem; color:#666; }
*/

/* manner list */
ul.sthappy-common-manner {
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}

ul.sthappy-common-manner.btm-20 {
	margin-bottom: 20px;
}

ul.sthappy-common-manner li {
	margin-bottom: 12px;
	line-height: 1.4;
}

ul.sthappy-common-manner li:last-child {
	margin-bottom: 0;
}

/** WELCOME! SENDAI CITY **/
p.togle-btm-closebtn {
	padding-top: 15px;
	font-weight: bold;
	font-size: 1.2rem;
}

p.togle-btm-closebtn a {
	color: #666;
}

/* HISTORY */
h4.history-title {
	margin-bottom: 10px;
}

table.sendai-history {
	margin: 0 0 25px 0;
	width: 100%;
	border: solid 1px #666;
}

table.sendai-history th,
table.sendai-history td {
	padding: 5px;
	text-align: center;
	font-size: 1.3rem;
	border: solid 1px #666;
}

table.sendai-history th {
	background-color: #ccc;
}

table.sendai-history th.km1,
table.sendai-history th.km2 {
	width: 18%;
}

table.sendai-history th.km3 {
	width: 64%;
}

table.sendai-history td.km3 {
	text-align: left;
}

div#tourismguideAccordionCollapse1 div table:last-child {
	margin-bottom: 0;
}

/* DATEUMAと七北田／ 共通 */
div.tourism-commonnavi-wrap,
div.park-spot-wrap {
	margin-bottom: 15px;
}

div.tourism-common-navi {
	margin-bottom: 10px;
	text-align: right;
	font-size: 1.2rem;
}

/* 七北田 */
div.park-spot {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

div.park-spot img {
	margin-bottom: 3px
}


@media (max-width: 767px) {
	ul.nav-tabs li {
		width: 50%;
		border-bottom: solid 1px #aaa;
	}

	ul.nav-tabs li:nth-child(even) {
		border-right: none;
	}

	ul.nav-tabs.sts-tab li:nth-child(n+5),
	ul.nav-tabs.hginfo-tab li:nth-child(n+3),
	ul.studium-happy-tab li:last-child {
		border-bottom: none;
	}

	/*
	h3.sts-clubname-result{ font-size:1.6rem; }
	*/
	table.sts-common-table,
	p.much-day-recordtime,
	p.much-day,
	div.sts-chart-box,
	div.sts-chart-box-inner,
	table.hg-info-schedule,
	table.hg-info-booth tr td,
	table.hg-info-booth tr td,
	div.dreamproject-box {
		width: 100%;
	}

	/* 2019.3.4 ベガルタスタッツ追加／出場試合数・出場時間 */
	/* レイアウト */
	table.sp-sts-club-member.sts-club-member,
	table.sp-sts-club-member.sts-club-member tr {
		display: block;
		width: 100%;
	}

	table.sp-sts-club-member.sts-club-member tr:nth-child(2) {
		margin-bottom: 20px;
	}

	table.sp-sts-club-member.sts-club-member tr:nth-child(n+4) {
		margin-top: 20px;
		padding: 0 0 5px 0;
		border-bottom: solid 1px #ccc;
	}

	table.sp-sts-club-member.sts-club-member tr td {
		width: 100%;
		border: none;
	}

	/* 見出し */
	table.sp-sts-club-member.sts-club-member tr.sp-head {
		margin: 0 0 15px 0;
		text-align: center;
		border-bottom: solid 1px #ccc;
	}

	table.sp-sts-club-member.sts-club-member tr.sp-head td.games,
	table.sp-sts-club-member.sts-club-member tr.sp-head td.playingtime,
	table.sp-sts-club-member.sts-club-member tr.sp-head td.goal,
	table.sp-sts-club-member.sts-club-member tr.sp-head td.caution {
		display: none;
	}

	/* ステータス部 */
	table.sp-sts-club-member.sts-club-member tr.sp-detail-wrap {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-align: start;
		align-items: flex-start;
		width: 100%;
		padding: 0;
	}

	/* 顔写真 */
	table.sp-sts-club-member.sts-club-member tr td.photo {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
		border-bottom: none;
	}

	table.sp-sts-club-member.sts-club-member tr td.photo img {
		margin: 0 auto 0;
	}

	/* ステータス */
	table.sp-sts-club-member.sts-club-member tr td.detail {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
	}

	table.sp-sts-club-member.sts-club-member tr td.games,
	table.sp-sts-club-member.sts-club-member tr td.playingtime,
	table.sp-sts-club-member.sts-club-member tr td.goal,
	table.sp-sts-club-member.sts-club-member tr td.caution {
		width: 25%;
		padding: 0 0 10px 0;
		text-align: center;
	}

	table.sp-sts-club-member.sts-club-member tr td::before {
		display: block;
		margin-bottom: 10px;
		padding: 2px;
		text-align: center;
		font-size: 11px;
		color: #fff;
		background-color: #444;
	}

	table.sp-sts-club-member.sts-club-member tr td.games::before {
		content: '出場試合数';
	}

	table.sp-sts-club-member.sts-club-member tr td.playingtime::before {
		content: '出場時間';
	}

	table.sp-sts-club-member.sts-club-member tr td.goal::before {
		content: 'ゴール';
	}

	table.sp-sts-club-member.sts-club-member tr td.caution::before {
		content: '警告';
	}







	/* 日程・結果 表 */
	table.sts-mutch-result tr {
		display: block;
		margin-bottom: 10px;
		border: solid 1px #000;
	}

	table.sts-mutch-result tr:last-child {
		margin-bottom: 0;
	}

	table.sts-mutch-result tr td {
		text-align: left;
	}

	table.sts-mutch-result tr td.sch-no,
	table.sts-mutch-result tr td.sch-date,
	table.sts-mutch-result tr td.sch-dow,
	table.sts-mutch-result tr td.sch-time {
		display: inline-block;
		width: auto;
		border: none;
	}

	/*	table.sts-mutch-result tr td.sch-no::after{ content:' 節'; font-size:1.4rem; }*/
	table.sts-mutch-result tr td.sch-team,
	table.sts-mutch-result tr td.sch-studium,
	table.sts-mutch-result tr td.sch-media,
	table.sts-mutch-result tr td.sch-result {
		display: block;
		width: 100%;
		border: none;
		border-top: dotted 1px #000;
	}

	table.sts-mutch-result tr td.sch-team::before {
		content: 'vs　';
		font-size: 1.4rem;
	}

	table.sts-mutch-result tr td.sch-studium::before {
		content: 'スタジアム ／ ';
		font-size: 1.4rem;
	}

	table.sts-mutch-result tr td.sch-result::before {
		content: '結果 ／ ';
		font-size: 1.4rem;
	}

	div.quiz-kiji-notes {
		padding-left: 0;
	}

	table.hg-info-booth tr,
	table.hg-info-booth tr td {
		display: block;
		padding: 0;
	}

	table.hg-info-booth tr td {
		margin-bottom: 15px;
		padding: 0 !important;
	}

	table.hg-info-booth tr td p:last-child {
		margin-bottom: 0;
	}

	p.dreamp-title {
		text-align: left;
	}

	ul.studium-happy-tab li {
		width: 100%;
		border-right: none;
	}
}

/*** 応援歌 ***/
/* レイアウト */
.chant-wrap>div:nth-of-type(n+2) {
	margin-top: 24px;
}

h3.song-block {
	font-size: 1.6rem !important;
	color: #071461;
}

p.lyrics {
	font-size: 1.8rem;
	line-height: 2.5rem;
}

div.for_supporters p {
	font-weight: bold;
}

/*GoogleMapレスポンシブ埋め込み Vol8 市民後援会からのお知らせ（ベガル田）*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.checktxtarea {
	background-color: #fcd60d;
	width: 100%;
	height: 100%;
	display: table-cell;
	clear: both;
}


/*** リンク ＊2020***/
.link-wrap {
	margin-bottom: 20px;
}

.link-wrap>div:nth-of-type(n+3) {
	margin-top: 14px;
}

.links-btn a {
	display: block;
	width: 100%;
	background-color: #ffe4b5;
	border: 2px solid #c0c0c0;
	border-radius: 3px;
	padding: 10px;
}

.links-btn a:hover {
	background-color: #b0c4de;
	color: #000;
	text-decoration: none;
}

@media (max-width:767px) {
	.link-wrap>div:nth-of-type(n+2) {
		margin-top: 14px;
	}
}


/*2018.09.01VegattaQuest特設ページ*/
div.vq-sp div.box-40 {
	padding-left: 40px;
	padding-right: 40px;
}

div.vq-sp p {
	margin-bottom: 30px;
}

div.vq-sp ul {
	padding-left: 0;
}

div.vq-sp li {
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 10px;
}

div.vq-sp div.block-blue,
div.vq-sp div.block-red {
	/*width: 400px;*/
	padding: 6px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
}

div.vq-sp div.block-blue {
	color: #071461;
	border: solid 1px#071461;
}

div.vq-sp div.block-red {
	color: #cf0f31;
	border: solid 1px#cf0f31;
}

div.vq-sp div.vq-present {
	font-size: 1.8rem;
	font-weight: bold;
	color: #071461;
}

/*ARイベントモーダル*/
/* モーダル広告用 ここから↓↓↓↓ */
div.ar_modal {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	margin: auto;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 9999;
}

div.ar_modal-wrapper {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	padding: 20px;
	width: auto;
	background-color: #fff;
	border-radius: 18px;
}

@media (max-width:767px) {
	div.ar_modal-wrapper {
		padding: 10px;
		border-radius: 6px;
	}
}

@media (max-height:450px) {
	div.ar_modal-wrapper {
		height: 100vh;
	}

	div.ar_modal div.ar_modal-box {
		height: 82%;
	}

	div.ar_modal div.ar_modal-box img {
		width: auto;
		height: 85%;
	}
}

div.ar_modal div.ar_modal-box {
	display: inline-block;
	margin: 0 auto 0;
	padding: 0;
	width: auto;
	text-align: center;
}

div.ar_modal div.ar_modal-box img:hover {
	opacity: 0.75;
}

div.ar_modal div.ar_modal-box p.pr-sent {
	margin: 10px 0 10px 0;
}

div.ar_modal p {
	margin: 0;
	padding: 0;
	width: auto;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	color: #000;
}

div.ar_modal div.ar_close_box {
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	text-align: center;
}

div.ar_modal div.ar_close_box a {
	text-decoration: none;
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: #000;
	border: solid 1px #000;
}

div.ar_modal div.ar_close_box a:hover {
	color: #facd2e;
	border: solid 1px #facd2e;
}

/* モーダル広告用 ここまで↑↑↑↑ */

/* 当選番号発表リスト */
ul.cmn-tousenbangou {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-flow: wrap;
	padding: 0;
	width: 100%;
}

ul.cmn-tousenbangou>li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 14px 10px;
	width: 48px;
	height: 48px;
	border: solid 2px #071461;
	border-radius: 50%;
}

ul.cmn-tousenbangou>li>span {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #071461;
}

/* 日専連ベガルタ仙台カードランダムナンバーチャレンジ 2019.3.5 */
img.nissenren-card {
	width: 50%;
}

h4.nissenren-tousen {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #071461;
}

p.nissenren-tousen-num,
p.nissenren-tousen-present {
	text-align: center;
	font-weight: bold;
}

p.nissenren-tousen-num {
	color: #ff0000;
}

p.nissenren-tousen-present {
	color: #071461;
}

p.nissenren-tousen-num {
	font-size: 5rem;
}

p.nissenren-tousen-present {
	font-size: 2.5rem;
}

@media (max-width:767px) {
	img.nissenren-card {
		width: 100%;
	}
}

/* KIZUNA未来プロジェクトパートナー 2019.4.17 */
/* 大バナー表示余白 */
.kizunaban-lban-inside {
	margin-bottom: 90px !important;
}

.kizunaban-lban-inside>div:nth-child(n+2) {
	margin-top: 20px;
}

/* 中バナー表示余白 */
.kizunaban-mban-inside>div:nth-child(n+3) {
	margin-top: 15px;
}

.kizunaban-mban-inside>div:nth-child(odd) {
	padding-right: 15px;
}

.kizunaban-mban-inside>div:nth-child(even) {
	padding-left: 15px;
}



/*-----------------------------------------------------------------------------*/
/* OHP無観客試合バージョン用スタイル */
/* 2020.6.10 */
/*-----------------------------------------------------------------------------*/
/*** 共通スタイル ***/
/** section／構造を合わせるため ※未使用だが保険で記述 **/
/*
#vpress-cont .vpex-cmn-section{
	margin:0 auto 0;
	padding:0;
}
*/
/** レイアウト **/
#vpress-cont #featured,
#vpress-cont #contents {
	margin-bottom: 20px;
}

/** 見出し **/
.h2featured.vpex-top-h2,
.h2contents.vpex-top-h2,
.h2sns-daznlinks.vpex-top-h2,
.h2gameschedule.vpex-top-h2 {
	color: #071461;
}

/* H2 通常版VPRESS用 下線装飾外し */
#special-edition-box h2::after,
.h2featured.vpex-top-h2::after,
.h2contents.vpex-top-h2::after,
.h2gameschedule.vpex-top-h2::after {
	content: none !important;
}

/*** V PRESSロゴ ***/
.vpex-logobox {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*** 冒頭SPECIAL EDITION ***/
#special-edition-box {
	margin: 0 auto 20px;
}

#special-edition-box h2 {
	margin: 0 auto 15px;
	padding: 5px;
	line-height: 1;
	text-align: center !important;
	font-size: 2.2rem;
	color: #fff;
	background-color: #bc9734;
}

#special-edition-box .announce {
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

/*** DAZNバナー ***/
.dazn-ban-box {
	margin: 0 0 20px 0;
}

.dazn-ban-box img {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	height: auto;
}

/*** CONTENTSナビ／vpressはセンタリング ***/
#vpress-cont .contents-navi {
	-webkit-box-pack: center;
	justify-content: center;
}

/* 背景画像セット */
#vpress-cont .contents-navi li {
	background: url('../../images-home/contents-navibtn04.jpg') center center /cover no-repeat;
}

/*** 公式SNS／VPRESS用見出し調整 ***/
/* レイアウト */
#vpress-cont .sns-links-cont {
	margin-bottom: 0;
}

/* 通常VPRESSH2見出し装飾リセット */
#vpress-cont .h2sns-daznlinks::after {
	margin-top: 0;
	height: auto;
	width: auto;
	background: none;
}

@media (max-width:767px) {}


/*** スタジアムコンテンツ調整 2021.5.27～ ***/
/* レイアウト */
.stadiumcontents-kijilist-cont>div:nth-of-type(n+2) {
	margin-top: 30px;
}

/* メインリード文 */
.stadiumcontents-mainlead {
	display: block !important;
	width: 100%;
	text-align: center;
}

.stadiumcontents-titlebox h3,
.stadiumcontents-titlebox .stadiumcontents-titlebox-lead {
	text-align: center;
}

@media (min-width:768px) {

	.stadiumcontents-titlebox h3,
	.stadiumcontents-titlebox .stadiumcontents-titlebox-lead {
		text-align: left;
	}
}
