@charset "UTF-8";


.rugby-tit {
	line-height: 1.4;
	padding: 30px 10px;
	color: #fff;
}
.rugby-tit span {
	display: block;
	color: #eb0927;
	font-size: 15px;
}
@media screen and (min-width: 993px) {
	.rugby-tit span {
		font-size: 30px;
	}
}

/* photos
========================================== */
.photos-inner { background: #ffffff; }
	@media screen and (min-width: 993px) {
		.photos-inner {
			margin-top: 80px;
		}
	}

.photos-box { padding: 20px 15px 5px; }
	@media screen and (min-width: 993px) {
		.photos-box { padding: 40px 80px 10px; }
	}

.photos-outline {
	font-weight: bold;
	font-size: 14px;
}
	@media screen and (min-width: 993px) {
		.photos-outline { font-size: 20px; }
	}

.photos-anchor-list {
	margin-top: 20px;
}
	@media screen and (min-width: 993px) {
		.photos-anchor-list { margin-top: 60px; }
	}

.photos-anchor-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.photos-anchor-list ul li {
	width: 50%;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background: #43c8e7;
}
.photos-anchor-list ul li.photos-anchor-vsSouthafrica { background: #f4d700;}

.photos-anchor-list ul li:nth-child(even) {
	border-right: none;
}
	@media screen and (min-width: 993px) {
		.photos-anchor-list ul li { width: 33.3%; }
		.photos-anchor-list ul li:nth-child(n) { border-right: 1px solid #ffffff; }
		.photos-anchor-list ul li:nth-child(3n) { border-right: none; }
	}



.photos-anchor-list ul li a {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.4;
}
.photos-anchor-list ul li:nth-child(n + 3) a {
	font-size: 11px;
}
.photos-anchor-list ul li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: translate(0%, -75%) rotate(135deg);
}
.photos-anchor-list ul li a span {
	display: block;
}
	@media screen and (min-width: 993px) {
		.photos-anchor-list ul li a {
			font-size: 16px;
			padding: 10px;
		}
		.photos-anchor-list ul li:nth-child(n + 3) a {
			font-size: 16px;
		}
		.photos-anchor-list ul li a:after {
			width: 9px;
			height: 9px;
			right: 10px;
			border-top: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
		}
		.photos-anchor-list ul li a span {
			display: inline-block;
			margin-right: 5px;
		}

	}




.photos-item {
	margin-top: 35px;
}
.photos-item-tit {
	width: 100%;
	height: 0;
	padding-top: 10.43%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}
#russia .photos-item-tit { background-image: url(../images/photos/h_russia_sp.png); }
#ireland .photos-item-tit { background-image: url(../images/photos/h_ireland_sp.png); }
#samoa .photos-item-tit { background-image: url(../images/photos/h_samoa_sp.png); }
#scotland .photos-item-tit { background-image: url(../images/photos/h_scotland_sp.png); }
#southafrica .photos-item-tit { background-image: url(../images/photos/h_southafrica_sp.png); }

@media screen and (min-width: 993px) {
	.photos-item-tit { padding-top: 62px; }
	#russia .photos-item-tit { background-image: url(../images/photos/h_russia_pc.png); }
	#ireland .photos-item-tit { background-image: url(../images/photos/h_ireland_pc.png); }
	#samoa .photos-item-tit { background-image: url(../images/photos/h_samoa_pc.png); }
	#scotland .photos-item-tit { background-image: url(../images/photos/h_scotland_pc.png); }
	#southafrica .photos-item-tit { background-image: url(../images/photos/h_southafrica_pc.png); }
}

.photos-item-tit span {
	display: none;
	font-size: 0;
	line-height: 0;
}
.photos-item-tit span {
	margin-right: 10px;
}
	@media screen and (min-width: 993px) {
		.photos-item { margin-top: 70px; }
	}

.photos-item-inner {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.photos-item-inner > li.photos-item-inner-member {
	width: 49%;
	margin-right: 2%;
	margin-top: 10px;
}
.photos-item-inner > li.photos-item-inner-member:nth-child(even) {
	margin-right: 0;
}
@media screen and (min-width: 993px) {
	.photos-item-inner > li.photos-item-inner-member {
		width: 23.8%;
		margin-top: 20px;
	}
	.photos-item-inner > li.photos-item-inner-member:nth-child(n) { margin-right: 1.6%; }
	.photos-item-inner > li.photos-item-inner-member:nth-child(4n) { margin-right: 0; }
}

.photos-item-inner-member a {
	position: relative;
	display: block;
	text-align: center;
}
.photos-item-inner-member a:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #eb0927;
	border-radius: 50%;
}
.photos-item-inner-member .thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background: #eeeeee;
}
.photos-item-inner-member .thumb:before,
.photos-item-inner-member .thumb:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 15px;
    right: 9px;
    width: 10px;
    height: 2px;
	transform-origin: center;
	transform: translate(-6%, -50%);
	background: #ffffff;
}
.photos-item-inner-member .thumb:after {
	transform: translate(-6%, -50%) rotate(90deg);
}
@media screen and (min-width: 993px) {
	.photos-item-inner-member a:after {
		width: 30px;
		height: 30px;
	}
	.photos-item-inner-member .thumb:before,
	.photos-item-inner-member .thumb:after {
		width: 15px;
		height: 2px;
		top: 20px;
		right: 11px;
	}
}

.photos-item-inner-member .thumb .lazyImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	min-height: 10px;
	transition: opacity .5s linear, transform 0.1s linear;
	opacity: 0;
}
.photos-item-inner-member .thumb .lazyImg[data-scroll="in"] {
	height: auto;
	padding-top: 0;
	opacity: 1;
 }

@media screen and (min-width: 993px) {
	.photos-item-inner-member a:hover {
		opacity: 1;
	}
	.photos-item-inner-member a:hover .lazyImg {
		transform: scale(1.04);
	}
}

/* photos-modal
========================================== */

#photos-modal {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

#photos-modal-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.photos-modal-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1140px;
	height: auto;
	padding: 30px 30px;
	overflow-y: auto;
	min-height: 300px;
	max-height: 100%;
}
@media screen and (min-width: 993px) {
	.photos-modal-inner {
		padding: 50px 70px;
	}
}


.photos-modal-close {
	position: absolute;
	top: 25px;
	right: 25px;
	transform: translate(50%, -50%);
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #eb0927;
	border-radius: 50%;
	cursor: pointer;
}

.photos-modal-close:before,
.photos-modal-close:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 9px;
	width: 18px;
	height: 3px;
	transform-origin: center;
	background: #ffffff;
}
.photos-modal-close:before {
	transform: rotate(45deg);
}
.photos-modal-close:after {
	transform: rotate(-45deg);
}
@media screen and (min-width: 993px) {
	.photos-modal-close {
		width: 50px;
		height: 50px;
		right: 45px;
	}
	.photos-modal-close:before,
	.photos-modal-close:after {
		top: 22px;
		right: 10px;
		width: 30px;
		height: 5px;
	}
}

.photos-modal-prev,
.photos-modal-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.photos-modal-prev { left: 10px; }
.photos-modal-next { right: 10px; }

.photos-modal-prev:after,
.photos-modal-next:after {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	content: '';
	display: inline-block;
    width: 17px;
    height: 17px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: translate(0%, -75%) rotate(-135deg);
}
.photos-modal-prev:after { left: 0px; }
.photos-modal-next:after {
	right: 0;
	transform: translate(0%, -75%) rotate(45deg);
}
@media screen and (min-width: 993px) {
	.photos-modal-prev:after,
	.photos-modal-next:after {
		width: 25px;
		height: 25px;
		border-top: 5px solid #ffffff;
		border-right: 5px solid #ffffff;
	}
}


.photos-modal-box {
	background: #efefef;
	user-select: none;
}
.photos-modal-img {
	pointer-events: none;
}
.photos-modal-img p {
	line-height: 0;
}
.photos-modal-img img {
	width: 100%;
}


/* .photos-share */
.photos-share {
	padding: 0 15px 35px;
}
@media only screen and (min-width: 601px) {
	.photos-share {
		padding: 0 15px 50px;
	}
}
@media screen and (min-width: 993px) {
	.photos-share {
		padding: 0 80px 70px;
	}
}

@media screen and (min-width: 993px) {

}
