@charset "UTF-8";

#players .rugby-box-inner {
	background: #ffffff;
	padding: 30px 0 40px;
}
@media screen and (min-width: 993px) {
	#players .rugby-box-inner {
		padding: 70px 80px;
		margin-top: 70px;
	}
}


.players-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 25px;
}
.players-link-list > li {
	width: 50%;
	background: #ffffff;
	overflow: hidden;
	font-size: 13px;
}
.players-link-list > li:nth-child(odd) {
	border-right: solid 1px #d8d8d8;
}
.players-link-list > li > dl > dt {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding: 13px 5px;
	line-height: 1;
}
.players-link-list > li > dl > dt.pool_A { background: #43c8e7; }
.players-link-list > li > dl > dt.pool_B { background: #f6416c; }
.players-link-list > li > dl > dt.pool_C { background: #32d9c3; }
.players-link-list > li > dl > dt.pool_D { background: #9545b1; }

.players-link-list li dl dd {
	padding: 8px 0 6px;
	width: calc(100% - 30px);
	margin: 0 auto;
	border-bottom: solid 1px #d8d8d8;
}
.players-link-list li dl dd:last-child {
	border-bottom: none;
}
.players-link-list li dl dd .players-link-tab.noLink { opacity: 0.5;}
.players-link-list li dl dd .players-link-tab:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
@media screen and (min-width: 993px) {
	.players-link-list {
		width: 1000px;
		margin: 70px auto 0;
	}
	.players-link-list > li {
		width: 25%;
		border-right: solid 1px #d8d8d8;
	}
	.players-link-list > li:last-child { border-right: none; }
	.players-link-list > li > dl > dt {
		font-size: 20px;
		padding: 18px 5px;
	}
	.players-link-list li dl dd {
		font-size: 16px;
		padding: 10px 0 8px;
		width: calc(100% - 50px);
	}
	.players-link-list li dl dd .players-link-tab { cursor: pointer; transition: all 0.1s ease; }
	.players-link-list li dl dd .players-link-tab:hover { opacity: 0.5; }
	.players-link-list li dl dd .players-link-tab:before { width: 30px; height: 30px; margin: 0 20px 0 0; }

	.players-link-list li dl dd .players-link-tab.noLink { cursor: auto; }


}

.america:before { background: url(../images/common/mark/america.png) no-repeat center; background-size: contain; }
.argentina:before { background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain; }
.australia:before { background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain; }
.england:before { background: url(../images/common/mark/england.png) no-repeat center; background-size: contain; }
.fiji:before { background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain; }
.france:before { background: url(../images/common/mark/france.png) no-repeat center; background-size: contain; }
.georgia:before { background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain; }
.ireland:before { background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain; }
.italy:before { background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain; }
.japan:before { background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain; }
.namibia:before { background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain; }
.newzealand:before { background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain; }
.russia:before { background: url(../images/common/mark/russia.png) no-repeat center; background-size: contain; }
.samoa:before { background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain; }
.scotland:before { background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain; }
.southafrica:before { background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain; }
.tonga:before { background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain; }
.wales:before { background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain; }
.uruguay:before { background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain; }
.canada:before { background: url(../images/common/mark/canada.png) no-repeat center; background-size: contain; }

.players-main .players-team {
	font-size: 23px;
	font-weight: bold;
	border-bottom: 2px solid #173756;
	margin: 0 15px;
}
.players-main .players-team:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 25px;
	height: 30px;
	margin: 0 5px;
	background-position: bottom center;
}
@media screen and (min-width: 993px) {
	.players-main .players-team {
		font-size: 32px;
		padding: 0 0 15px;
		border-bottom: 5px solid #173756;
		margin: 0 0 30px;
	}
	.players-main .players-team:before {
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
}



.players-list { margin: 25px 15px 15px; }
.players-list > li + li { margin-top: 30px; }

.players-list-name .name {
	overflow: hidden;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	background: #173756;
	padding: 7px 25px 7px 25px;
	margin: 0 auto;
}
.players-list-name .name:before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 25px;
	height: 105%;
	background: linear-gradient(to right bottom, transparent 0%, transparent 48%, #173756 50%, #173756 100%), url(../images/common/bg_player.png);
	background-size: 100%, 75%;
	backface-visibility: hidden;
}
.players-list-name .name:after {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 25px;
	height: 105%;
	background: linear-gradient(to right bottom, transparent 0%, transparent 48%, #fff 50%, #fff 100%);
	backface-visibility: hidden;
}
.players-list-name .name span {
	position: relative;
	z-index: 1;
	display: block;
	line-height: 1.3;
	word-wrap: break-word;
}
.players-list-name .name .en { font-size: 12px; margin-top: 3px; }
.players-list-name .profile {
	border-bottom: 1px solid #173756;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.players-list-name .position {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.players-list-name .position span {
	background: #e0eff3;
	color: #000;
	padding: 5px 10px;
	border-radius: 50px;
}
.players-list-img {
	position: relative;
	display: block;
	width: 70%;
    padding-top: 73.61%;
	margin: 15px auto 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background: #eeeeee;
}
.players-list-item.pickup .players-list-img:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	background: url(../images/players/icon_monsters.png) no-repeat center;
	background-size: contain;
	transform: translate(-50%, -7.5%);
}

.players-list-img .lazyImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	min-height: 10px;
	transition: opacity .5s linear, transform 0.1s linear;
	opacity: 0;
}
.players-list-img .lazyImg[data-scroll="in"] {
	height: auto;
	padding-top: 0;
	opacity: 1;
 }


.players-list-txt { margin-top: 15px; }


@media screen and (min-width: 993px) {
	.players-list { margin: 40px 0 0; }
	.players-list > li + li { margin-top: 50px; }
	.players-list-item { width: 100%; }
	.players-list-item:after {
		content: "";
		display: block;
		clear: both;
	}
	.players-list-name,
	.players-list-txt {
		width: calc(100% - 230px);
		float: right;
	}
	.players-list-img {
		width: 200px;
		float: left;
		padding-top: 209px;
		margin: 0 auto;
	}
	.players-list-item.pickup .players-list-img:after {
		width: 80px;
		height: 80px;
		transform: translate(-35%, -25%);
	}

	.players-list-name .name {
		font-size: 20px;
		padding: 10px 30px;
	}
	.players-list-name .name:before {
		width: 30px;
		background-size: 100%, 100%;
	}
	.players-list-name .name:after { width: 30px; }
	.players-list-name .name .en { margin-top: 8px; }
	.players-list-name .profile { font-size: 16px; }
	.players-list-name .profile { font-size: 16px; }
	.players-list-name .position { font-size: 14px;}
	.players-list-txt { font-size: 16px; line-height: 1.5; }
}