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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mvLower */
.mvLower {
	background: linear-gradient(rgba(162,31,45,.7), rgba(162,31,45,.7)),url("/img/game/bg_mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



/* main */
.main {
	padding-bottom: 0;
}

.category__box {
	width: 100%;
	height: 50px;
	background-color: #111;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}

.category__item {
	width: 10%;
}

.category__item .current {
	color: #FFF;
	background-color: #a21f2d;
}

.category__item a {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	transition: .2s;
}

.category__item a:hover {
	background-color: #a21f2d;
	cursor: pointer;
}

#year-selector {
	display: block;
	border: 1px solid #CCC;
	margin: 0 auto 50px auto;
	width: 300px;
	height: 50px;
	font-size: 18px;
	font-weight: 600;
	padding-left: 10px;
}

.main__h2 {
	font-family: "oswald", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}

.main__h2 span {
	display: block;
	font-size: 54px;
}

.main__item {
	width: 100%;
	margin-bottom: 20px;
	padding: 30px;
	background-color: #F4F4F4;
}

.main__h3 {
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.main__h4 {
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.main__sroce {
	display: flex;
	justify-content:  center;
}

.main__score-home,
.main__score-visitor {
	width: calc(((100% - 200px) / 2)*0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
}

.main__score-result {
	background-color: #FFF;
	width: 140px;
	font-family: "oswald", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 54px;
	line-height: 54px;
	text-align: center;
	padding: 10px 0 20px 0;
}

.main__venue {
	text-align: center;
	margin-top: 25px;
}

.main__venue::before {
	display: inline-block;
	content: "";
	width: 13px;
	height: 19px;
	background-image: url("/img/game/icon_venue.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	vertical-align: -3px;
	margin-right: 5px;
}

.nextGame {
	background-color: #f7eae8;
}





/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){

/* main */
.category__item span {
	font-size: 12px;
}

.main__score-home,
.main__score-visitor {
	width: calc(((100% - 200px) / 2)*1);
}

	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* main */
.category__box {
	height: auto;
	margin-bottom: 40px;
}

.category__item {
	width: 25%;
}

.category__item a {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

#year-selector {
	margin: 0 auto 30px auto;
	width: 250px;
	height: 45px;
	font-size: 16px;
}

.main__h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

.main__h2 span {
	font-size: 28px;
}

.main__item {
	margin-bottom: 15px;
	padding: 20px 5px;
}

.main__h3 {
	margin-bottom: 5px;
}

.main__h4 {
	margin-bottom: 20px;
}

.main__score-home,
.main__score-visitor {
	width: calc(((100% - 80px) / 2)*1);
	font-size: 13px;
}

.main__score-result {
	width: 70px;
	font-size: 24px;
	line-height: 24px;
	padding: 7px 0 10px 0;
}

.main__venue {
	margin-top: 15px;
}

.main__venue::before {
	width: 11px;
	height: 16px;
	vertical-align: -2px;
	margin-right: 3px;
}
	
	
	
}