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


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

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

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

/* mvLower */
.mvLower {
	background: linear-gradient(rgba(162,31,45,.7), rgba(162,31,45,.7)),url("/img/team/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;
}

.main__h2 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
	font-family: "oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.main__content {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

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

.mainPosition {
	background-color: #f4f4f4;
	padding: 35px 0;
	display: flex;
	justify-content: center;
}

.mainPosition__box {
	display: flex;
	border-left: 1px solid #111;
}

.mainPosition__item {
	width: 140px;
	text-align: center;
	border-right: 1px solid #111;
}

.mainPosition__link {
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	display: block;
	width: 100%;
	height: 100%;
	transition: .2s;
}

.mainPosition__link:hover {
	opacity: .8;
}

.main__member {
	padding-top: 100px;
}

.main__member-position {
	margin-bottom: 50px;
}

.main__h3 {
	text-align: left;
	margin-bottom: 30px;
}

.main__member-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main__member-box::before {
	display: block;
	content: "";
	width: 23.5%;
	order: 1;
}

.main__member-box::after {
	display: block;
	content: "";
	width: 23.5%;
}

.main__member-item {
	width: 23.5%;
	margin-bottom: 30px;
	position: relative;
}

.main__member-thumbnail {
	background-image: url("/img/team/bg_player.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.main__member-number {
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 60px;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FFF;
}

.main__member-content {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(162,31,45, .8);
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.main__member-h4 {
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
}

.main__member-english {
	color: #FFF;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
}





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

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

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

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


	
	
}



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

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

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

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

/* main */
.category__item a {
	font-size: 12px;
}
	
.main__member-number {
	left: 15px;
	font-size: 36px;
}
	
.main__member-content {
	padding: 10px 0 5px 0;
}

.main__member-h4 {
	font-size: 20px;
}

.main__member-english {
	font-size: 14px;
}

	

}



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

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;
}

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

.mainPosition {
	padding: 20px 0;
}
	
.mainPosition__box {
	width: calc(100% - 20px);
}

.mainPosition__item {
	width: 20%;
}

.mainPosition__link {
	font-size: 16px;
}

.mainPosition__link:hover {
	opacity: .8;
}

.main__member {
	padding-top: 60px;
}

.main__member-position {
	margin-bottom: 30px;
}

.main__h3 {
	margin-bottom: 20px;
}

.main__member-item {
	width: 48%;
	margin-bottom: 20px;
}

.main__member-number {
	top: 0;
	left: 10px;
	font-size: 32px;
}

.main__member-content {
	padding: 5px 0;
}

.main__member-h4 {
	font-size: 18px;
}

.main__member-english {
	font-size: 12px;
}
	
	
	
}