@charset "UTF-8";
@font-face {
font-family: rbomiya;
src: url("/font/FuturaforRedBull-Bold.ttf") format("truetype");
}
.dir-matchday .map-box,.dir-matchday .footer-logo_list{
	display: none;
}
.dir-matchday main{
	padding-top: 0;
	position: relative;
	background: #FFFFFF;
	font-feature-settings: "palt";
}
.dir-matchday main .en{
	font-family: rbomiya;
}

.dir-matchday main .p-10{
	padding: 1rem;
}
.dir-matchday main .p-20{
	padding: 2rem;
}


.dir-matchday main .sec-outer{
	padding-top: 60px;
	padding-bottom: 60px;
}
.dir-matchday main .movie-area{ 
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.dir-matchday main .movie-area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*タイトル*/
.dir-matchday .matchday-ttl{
	margin-top: 0;
	margin-bottom: 2rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #000000;
	display: block;
}
.dir-matchday .matchday-ttl .text-red{
	color: #D2003C;
}
.dir-matchday .matchday-ttl.ttl_second{
	border: none;
}
.dir-matchday .matchday-ttl .en{
	font-size: 3.4rem;
	line-height: 1em;
}
.dir-matchday .matchday-ttl .en.fs-b{
	font-size: 5.0rem;
	line-height: 1em;
}
.dir-matchday .matchday-ttl em{
	font-size: 2.8rem;
	line-height: 1em;
	display: block;
	margin-bottom: 8px;
}
/*モーダル*/
.js_modal_area {
	 display: none;
}

.js_modal_area .modal-inner {
	 position: fixed;
	 width: 100%;
	 height: 100vh;
	 top: 0;
	 left: 0;
	 z-index: 100;
}

.modal__bg {
	 position: relative;
	 z-index: 1;
	 background: #00000080;
	 width: 100%;
	 height: 100%;
	z-index: 110;
}

.js_modal_area .modal-inner .modal__content {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 width: 80%;
	 background: #fff;
	 max-width: 800px;
	 z-index: 9999;
	 padding: 90px 30px;
	 display: none;
	z-index: 120;
}

.js_modal_area .modal-inner .modal__content.active {
	 display: block;
}

.js_modal_area .modal-inner .modal__content .img_box {
	 width: 80%;
	 margin: 2% auto;
}
.js_modal_area .js_modal-text .ttl_area .head{
	font-weight: bold;
	color: #b63047;
	font-size: 1.8rem;
}
.js_modal_area .modal-inner .modal__content p {
	 width: 80%;
	 margin: auto;
	 margin-top: 12px;
	 line-height: 1.6;
	 font-size: 13px;
}

.js_modal_area .js_modal-text{
	overflow-y: scroll;
	max-height: 400px;
}

.js_modal_area .modal-inner .js_modal_close {
	 text-align: center;
	 display: block;
	 position: absolute;
	 top: 0;
	 right: 0;
	 cursor: pointer;
	 font-size: 30px;
	 font-weight: 700;
}
/*ボタン*/
.dir-matchday .row-2{
	display: flex;
	justify-content: center;
}
.dir-matchday .row-2 .matchday-button{
	margin-left: 10px;
	margin-right: 10px;
}
.dir-matchday .matchday-button{
	margin-top: 30px;
}
.dir-matchday .matchday-button a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	height: 45px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D2003C;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 30px;
	vertical-align: middle;
	position: relative;
}

/*メインKV*/
.dir-matchday .main-kv{
	background-color: #001D46;
	background: linear-gradient(to right, #001D46, #000e21, #000e21);
}
/*プレビュー*/
.dir-matchday .preview-box .preview-inner .preview-ttl{
	font-size: 3.0rem;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 35px;
}
.dir-matchday .preview-box .preview-inner .preview-text{
	line-height: 1.75em;
}
/*プレイヤー*/
.dir-matchday .player-box .player-list{
	display: flex;
	justify-content: center;
	column-gap: 15px;
}
.dir-matchday .away-box .matchday-ttl{
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.dir-matchday .away-box .matchday-ttl .en{
	font-size: 2.6rem;
}
.dir-matchday .away-box .matchday-ttl em{
	font-size: 2.0rem;
}
.dir-matchday .away-box .away-text h3{
	margin-bottom: 10px;
	line-height: 1.75em;
	font-size: 2.5rem;
}
.dir-matchday .player-box .player-head {
display: flex;
justify-content: center;
align-items: center;
color: #000000;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}

.dir-matchday .player-box .player-head::before,
.dir-matchday .player-box .player-head::after {
width: 3px;
height: 40px;
background-color: #000000;
content: '';
}

.dir-matchday .player-box .player-head::before {
transform: rotate(-35deg);
margin-right: 30px;
}

.dir-matchday .player-box .player-head::after {
transform: rotate(35deg);
margin-left: 30px;
}
/*グルメ*/
.dir-matchday .gourmet-box{
	background-color: #f8f8f8;
}
.dir-matchday .gourmet-box .gourmet-head {
display: flex;
justify-content: center;
align-items: center;
color: #000000;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}

.dir-matchday .gourmet-box .gourmet-head::before,
.dir-matchday .gourmet-box .gourmet-head::after {
width: 3px;
height: 40px;
background-color: #000000;
content: '';
}

.dir-matchday .gourmet-box .gourmet-head::before {
transform: rotate(-35deg);
margin-right: 30px;
}

.dir-matchday .gourmet-box .gourmet-head::after {
transform: rotate(35deg);
margin-left: 30px;
}
.dir-matchday .gourmet-box ul{
	display: flex;
	gap:15px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.dir-matchday .gourmet-box ul li{
	width: calc(33.333% - 15px);
}
/*グッズ*/
.dir-matchday .goods-box{
	background-color: #f8f8f8;
}
.dir-matchday .goods-box .goods-head {
	position: relative;
	padding: .5em 1em;
	color: #333333;
	text-align: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: 25px;
}

.dir-matchday .goods-box .goods-head::before,
.dir-matchday .goods-box .goods-head::after {
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 100%;
	border: 3px solid #000000;
	box-sizing: border-box;
	content: '';
}

.dir-matchday .goods-box .goods-head::before {
	top: 0;
	left: 0;
	border-right: none;
}

.dir-matchday .goods-box .goods-head::after {
	bottom: 0;
	right: 0;
	border-left: none;
}
.dir-matchday .goods-box .goods-inner + .goods-inner{
	margin-top: 35px;
}
.dir-matchday .goods-box .goods-inner ul{
	display: flex;
	gap:10px;
}
.dir-matchday .goods-box .goods-inner ul li{
	width: 25%;
	display: flex;
	flex-wrap: wrap;
}
.dir-matchday .goods-box .goods-inner ul li a{
	display: flex;
	justify-content: center;
	background-color: #FFFFFF;
}
.dir-matchday .goods-box .goods-inner .goods-text{
	background-color: #FFFFFF;
	padding: 10px;
	flex-grow: 1;
	width: 100%;
}
.dir-matchday .goods-box .goods-inner .goods-text h3{
	color: #00164b;
	text-align: center;
	margin-top: 0;
	margin-bottom: 8px;
}
.dir-matchday .goods-box .goods-inner .goods-text h3 .new{
	display: inline-block;
	background-color: #df003f;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 5px;
	font-size: 1.2rem;
	margin-right: 5px;
}
.dir-matchday .goods-box .goods-inner .goods-text p{
	color: #df003f;
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	margin: 0;
}
.dir-matchday .goods-box .goods-inner .goods-text p span{
	color: #000000;
	font-size: 1.5rem;
	display: inline-block;
}
.dir-matchday .match-link{
	position: fixed;
	bottom: 40px;
	right: 20px;
	color: #FFFFFF;
	border: 1px solid #df003;
	z-index: 30;
	padding: 1em;
transition: .3s;
}
.dir-matchday .match-link:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #df003f;
	transform: skewX(-12deg);
	}

.dir-matchday .match-link:hover a{
	color: #FFFFFF;
}
.dir-matchday .dli-external-link {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	line-height: 1;
	width: 0.9em;
	height: 0.9em;
	border: 0.1em solid currentColor;
	border-radius: 0.1em;
	background: #df003f;
	box-sizing: content-box;
	position: relative;
	margin-left: 6px;
	transition: .3s;
}

.dir-matchday .dli-external-link > span {
	position: absolute;
	top: -0.2em;
	right: -0.2em;
	width: 45%;
	height: 45%;
	border: 0.1em solid currentColor;
	border-bottom: 0;
	border-left: 0;
	background: #df003f;
	box-shadow: -0.1em 0.1em 0 0.1em #df003f;
	box-sizing: border-box;
}

.dli-external-link > span::before {
	content: '';
	position: absolute;
	top: -0.05em;
	right: -0.1em;
	width: 0.1em;
	height: 0.9em;
	background: currentColor;
	transform: rotate(45deg);
	transform-origin: top center;
}

.dir-matchday .schedule-box .schedule-inner dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.dir-matchday .schedule-box .schedule-inner dl dt{
	width: 150px;
	text-align: center;
	padding: 1rem;
	background-color: #001D46;
	color: #FFFFFF;
	margin-top: 5px;
	font-weight: bold;
}
.dir-matchday .schedule-box .schedule-inner dl dd{
	width: calc(100% - 150px);
	padding: 1rem;
	margin-top: 5px;
	background-color: #EEEEEE;
}
.dir-matchday .schedule-box .schedule-inner dl dd a{
	text-decoration: underline;
	color: #EC6602;
}
.dir-matchday .league{
	padding: 5.0rem 5.0rem;
	background-color: #000000;
	text-align: center;
}

@media (max-width: 770px){
	.dir-matchday main .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.dir-matchday main .sec-outer{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	/*タイトル*/
	.dir-matchday .matchday-ttl .en{
		font-size: 2.5rem;
	}
	.dir-matchday .matchday-ttl .en.fs-b{
		font-size: 3.7rem;
	}
	/*ボタン*/
.dir-matchday .row-2{
	display: flex;
	justify-content: center;
}
.dir-matchday .row-2 .matchday-button{
	margin-left: 5px;
	margin-right: 5px;
}
	.dir-matchday .matchday-button{
		margin-top: 15px;
	}
.dir-matchday .matchday-button a{
	font-size: 1.2rem;
	height: 40px;
	width: 150px;
}
/*	モーダル*/
	.js_modal_area .modal-inner .modal__content{
		padding: 30px 10px;
	}
	.js_modal_area .modal-inner .modal__content p,.js_modal_area .modal-inner .modal__content p{
		width: 90%;
	}
	.dir-matchday .preview-box .preview-inner .preview-ttl{
		font-size: 2.0rem;
		margin-bottom: 25px;
	}
	.dir-matchday .away-box .away-text h3{
		font-size: 1.8rem;
	}
	.dir-matchday .player-box .player-list{
		flex-wrap: wrap;
	}
	.dir-matchday .player-box .player-list .player-contets{
		width: 100%;
	}
/*グルメ*/
	.dir-matchday .gourmet-box .gourmet-head::before{
		margin-right: 15px;
	}
	.dir-matchday .gourmet-box .gourmet-head::after{
		margin-left: 15px;
	}
	.dir-matchday .gourmet-box ul{
		gap:10px;
	}
	.dir-matchday .gourmet-box ul li{
		width: calc(50% - 10px);
	}
	.dir-matchday .goods-box .goods-inner ul{
		display: block;
	}
	.dir-matchday .goods-box .goods-inner ul li{
		width: 100%;
	}
	.dir-matchday .goods-box .goods-inner ul li + li{
		margin-top: 15px;
	}
	.dir-matchday .goods-box .goods-inner.row-2 ul{
		display: flex;
		flex-wrap: wrap;
	}
	.dir-matchday .goods-box .goods-inner.row-2 ul li{
		width: 48%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.dir-matchday .goods-box .goods-inner.row-2 .goods-text h3{
		font-size: 1.2rem;
	}
	.dir-matchday .goods-box .goods-inner.row-2 .goods-text h3 .new{
		font-size: .9rem;
		padding: 2px 4px;
	}
	.dir-matchday .gnav-sm{
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 30;
	}
	.dir-matchday .gnav-sm ul{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.dir-matchday .gnav-sm ul li{
		width: 25%;
		padding: 1.5rem 1rem 1rem;
		text-align: center;
		font-size: 1.3rem;
		font-weight: bold;
		background-color: #001D46;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.dir-matchday .gnav-sm ul li + li{
		margin-left: 1px;
	}
	.dir-matchday .gnav-sm ul li{
		position: relative;
	}
	.dir-matchday .gnav-sm ul li a:hover{
		color: #FFFFFF;
		opacity: .8;
	}
	.dir-matchday .gnav-sm ul li:before{
		display: inline-block;
		vertical-align: middle;
		color: #FFFFFF;
		line-height: 1;
		width: 10px;
		height: 10px;
		border: 0.1em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(25%) rotate(-45deg);
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		top: 5px;
		
	}
	.dir-matchday .match-link{
	bottom: 70px;
		text-align: center;
}
	.dir-matchday .match-link{
		font-size: 1.1rem;
		font-weight: bold;
	}
	.dir-matchday .schedule-box .schedule-inner dl dt{
	width: 100px;
	margin-top: 5px;
		padding: .5rem 1rem;
}
.dir-matchday .schedule-box .schedule-inner dl dd{
	width: calc(100% - 100px);
	padding: .5rem 1rem;
}
	.dir-matchday .schedule-box .matchday-button a{
		width: 230px;
	}
	.dir-matchday{
		padding-bottom: 60px;
	}
	
}
@media (min-width: 771px){
	/*メインKV*/
	.dir-matchday main .container{
		max-width: 1060px;
	}
	.dir-matchday main .away-inner{
		display: flex;
		gap:20px;
	}
	.dir-matchday main .away-inner .away-img{
		width: 400px;
	}
	.dir-matchday main .away-inner .away-info{
		width: calc(100% - 450px);
	}
	.dir-matchday .contents-box{
		max-width: 100%;
		margin: 0 auto;
	}
	.dir-matchday .gnav-sm{
		display: none;
	}
	.dir-matchday .schedule-inner{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}











