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


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

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

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

/* mv */
.mv {
	margin-top: 80px;
	position: relative;
}

.mv__box {
	width: 100%;
}

.mv__item {
	width: 100%;
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
}

.mv__item::before {
	display: block;
	content: "";
	padding-top: 50%;
}

.mv__img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.mv__content {
	position: absolute;
	left: 5%;
	bottom: 100px;
}

.mv__catchcopy {
	font-size: 48px;
	font-weight: 700;
	color: #FFF;
}

.mv__txt {
	font-size: 20px;
	color: #FFF;
	margin-top: 10px;
}



/* game */
.game_category__box {
	width: 100%;
	height: 50px;
	background-color: #111;
	display: flex;
	flex-wrap: wrap;
}

.game_category__item {
	width: 10%;
}

.game_category__item .current {
	color: #FFF;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #a21f2d;
}

.game_category__item span {
	color: #FFF;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	transition: .2s;
}

.game_category__item span:hover {
	background-color: #a21f2d;
	cursor: pointer;
}

.game_category__link {
	font-size: 15px;
}

.game__content {
	background-color: #a21f2d;
	padding: 30px 25px;
	width: 100%;
	height: 280px;
}

.game__content-wrapper {
	position: relative;
}

.game__box {
	opacity: 0;
	position: absolute;
	width: 100%;
}

.game__box.visible {
	opacity: 1;
}

.game__item {
	display: block;
}

.game__item-inner {
	display: block;
	background-color: #FFF;
	padding: 35px 5px 25px 5px;
	position: relative;
}

.nextGame {
	background-color: #f7eae8;
}

.nextGame::before {
	content: "NEXT GAME";
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	font-family: oswald;
	color: #a21f2d;
}

.game__type {
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

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

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

.game__score-home,
.game__score-visitor {
	width: calc(((100% - 70px) / 2)*1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.game__score-result {
	width: 60px;
	font-family: "oswald", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	padding: 10px 0 15px 0;
}

.game__venue {
	text-align: center;
	margin-top: 15px;
	font-size: 13px;
}

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



/* club */
.club {
	background: linear-gradient(rgba(162,31,45,.7), rgba(162,31,45,.7)),url("/img/index/bg_club.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 70px 0;
}

.club__wrapper {
	display: flex;
}

.club__left {
	width: 135px;
}

.club__img {
	display: block;
	width: 100%;
	height: auto;
}

.club__right {
	width: calc(100% - 135px);
	padding-left: 50px;
}

.club__h1,
.club__txt {
	line-height: 2.8;
	font-weight: 600;
	color: #FFF;
}



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

.news__h2 {
	text-align: left;
	margin-bottom: 50px;
}

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

.category__item {
	width: 14.2857%;
}

.category__item .current {
	color: #FFF;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #a21f2d;
}

.category__item span {
	color: #FFF;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	transition: .2s;
}

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

.news__box {
	flex-wrap: wrap;
	justify-content: space-between;
	display: none;
}

.news__box.visible {
	display: flex;
}

.news__box::before{
	content: "";
	display: block;
	width: 31%;
	order: 1;
}

.news__box::after{
	content: "";
	display: block;
	width: 31%;
}

.news__item {
	width: 31%;
	transition: .2s;
	margin-bottom: 40px;
}

.news__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	margin-bottom: 15px;
}

.news__thumbnail::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.news__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.news__category {
	position: absolute;
	left: 0;
	top: 0;
}

.news__category p {
	background-color: #a21f2d;
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	padding: 3px 20px;
}

.news__link:hover .news__thumbnail img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news__h3 {
	font-weight: 600;
	margin-bottom: 10px;
	transition: .2s;
}

.news__link:hover .news__h3 {
	color: #a21f2d;
}

.news__date {
	font-size: 13px;
	margin-bottom: 10px;
}

.news__date span {
	color: #a21f2d;
}

.news__btn {
	margin: 0 0 0 auto;
}





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

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

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

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


	
	
}



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

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

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

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

/* game */
.game_category__link {
	font-size: 12px;	
}

	
	

}



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

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

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

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

/* mv */
.mv {
	margin-top: 54px;
}

.mv__item::before {
	padding-top: 65%;
}

.mv__content {
	position: absolute;
	left: 2%;
	bottom: 30px;
}

.mv__catchcopy {
	font-size: 20px;
}

.mv__txt {
	font-size: 12px;
	margin-top: 5px;
}
	
	
	
/* game */
.game_category__box {
	height: auto;
}

.game_category__item {
	width: 25%;
}

.game_category__item span {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
	
	
	
/* club */
.club {
	padding: 50px 0;
}

.club__wrapper {
	display: block;
}

.club__left {
	width: 80px;
	margin: 0 auto 30px auto;
}

.club__right {
	width: 100%;
	padding-left: 0;
	margin: 0 auto;
}

.club__h1,
.club__txt {
	line-height: 1.8;
}

	
	
/* news */
.news__h2 {
	margin-bottom: 30px;
}

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

.category__item {
	width: 25%;
}

.category__item span {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
	
.news__box {
	flex-wrap: wrap;
	justify-content: space-between;
	display: none;
}

.news__item {
	width: 48%;
	margin-bottom: 30px;
}

.news__thumbnail {
	margin-bottom: 10px;
}
	
.news__category p {
	font-size: 10px;
	padding: 1px 5px;
}

.news__h3 {
	font-size: 13px;
}

.news__date {
	font-size: 12px;
	margin-bottom: 5px;
}

	
	
	
}