@charset "UTF-8";


.species-list .name dt,
.species-note dt,
.species-list .category .icon,
.factor-list dt {
	 font-family: "SST W55 Bold", sans-serif;
}

.text-box em {
	font-style: italic;
}





/* ---------------------------------------------------------------------------------------------------- */
/* Endangered Species */

.content-lang-menu ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 885px;
	margin-bottom: -20px;
}
.content-lang-menu li {
	display: inline-flex;
	align-items: center;
	margin: 0 0 20px;
	font-size: 1.125rem;
}
.content-lang-menu li a {
	text-decoration: underline;
	transition: opacity 200ms ease-out;
}
.content-lang-menu li a:hover {
	text-decoration: none;
	opacity: 0.55;
}
.content-lang-menu li.active a {
	text-decoration: none;
	pointer-events: none;
}
.content-lang-menu li + li::before {
	display: inline-block;
	content: "";
	width: 2px;
	height: 1.125rem;
	margin: 0 20px;
	background: #000;
}

.content-lang-menu li:nth-child(7) {
	margin-right: 50px !important;
}
.content-lang-menu li:nth-child(8)::before {
	display: none !important;
	margin: 0 !important;
}

.content-lang-menu + .column .inner {
	padding-top: 40px !important;
}

@media screen and (max-width:1439px) {
	.content-lang-menu ul {
		max-width: 750px;
	}
	.content-lang-menu li {
		font-size: 1.0rem;
	}
	.content-lang-menu li + li::before {
		height: 1.0rem;
	}
}





.species-list {
	position: relative;
	margin: 50px 4px 0 3px;
}
.species-list > ul > li {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 919px;
	background: url(/img/activity/pre_002/grid.png) 0 0 repeat;
	background-size: 102px auto;
}
.species-list > ul > li + li {
	margin-top: 50px;
}


.species-list .animal {
	box-sizing: border-box;
	width: 714px;
}
.species-list .text-box {
	box-sizing: border-box;
	width: 714px;
	padding: 65px 90px 0 0;
}

.species-list .animal img {
	position: relative;
	width: calc(100% - 1px);
	height: 918px;
	left: 1px;
	bottom: 0;
	object-fit: cover;
	object-position: left bottom;
}

.species-list dl.name dt {
	font-size: 2.0rem;
	line-height: 1.5;
}
.species-list dl.name dd {
	margin: 15px 0 0;
	font-size: 1.5rem;
	line-height: 1.5;
}
.species-list .category {
	margin: 32px 0 0;
	font-size: 1.125rem;
}
.species-list .category .icon {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	padding-top: 2px;
	font-size: 1.125rem;
	border-radius: 25px;
	color: #fff;
	background: #000;
}

.species-list .text-box dl.feature {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.species-list .text-box dl.feature dt,
.species-list .text-box dl.feature dd {
	font-size: 1.125rem;
	line-height: 1.65;
}
.species-list .text-box dl.feature dt {
	width: 7.0em;
}
.species-list .text-box dl.feature dd {
	width: calc(100% - 7.0em);
}

.species-list .text-box .caption {
	margin: 40px 0 0;
}
.species-list .text-box .caption p {
	font-size: 1.125rem;
	line-height: 1.7;
}


@media screen and (max-width:1919px) {
	.species-list {
		margin: 50px 0 0;
	}
	
	.species-list > ul > li {
		width: calc(var(--grid-width) * 16 + 1px);
		min-width: 1121px;
		min-height: 1px;
		background-size: var(--grid-width) auto;
	}
	.species-list .animal {
		width: calc(var(--grid-width) * 7);
	}
	.species-list .animal img {
		bottom: 1px;
		object-fit: contain;
	}
	
	
	.species-list .text-box {
		width: calc( var(--grid-width) * 7);
		padding: 50px var(--grid-width) 50px 0;
	}
}



@media screen and (max-width:1919px) {
	.species-list > ul > li {
		height: calc( var(--grid-height) * 10 + 1px);
	}
	.species-list .animal img {
		height: calc( var(--grid-height) * 10 + 1px);
	}
}

@media screen and (max-width:1680px) {
	.species-list > ul > li {
		height: calc( var(--grid-height) * 11 + 1px);
	}
	.species-list .animal img {
		height: calc( var(--grid-height) * 11 + 1px);
	}
}

@media screen and (max-width:1580px) {
	.species-list > ul > li {
		height: calc( var(--grid-height) * 12 + 1px);
	}
	.species-list .animal img {
		height: calc( var(--grid-height) * 12 + 1px);
	}
}

@media screen and (max-width:1439px) {
	.species-list > ul > li {
		height: calc( var(--grid-height) * 12 + 1px);
	}
	.species-list .animal img {
		height: calc( var(--grid-height) * 12 + 1px);
	}
}








.species-note {
	margin: 60px 0 0;
}
.species-note dt {
	font-size: 2.0rem;
	line-height: 1.8;
}
.species-note dd {
	margin: 10px 0 0;
	font-size: 1.125rem;
	line-height: 1.8;
}
@media screen and (max-width:1580px) {
	.species-list dl.name dt {
		font-size: 1.5rem;
	}
	.species-list dl.name dd {
		font-size: 1.125rem;
	}
	.species-list .category {
		font-size: 1.0rem;
	}
	.species-list .category .icon {
		width: 40px;
		height: 40px;
		font-size: 1.0rem;
	}
	.species-list .text-box dl.feature dt,
	.species-list .text-box dl.feature dd {
		font-size: 1.0rem;
	}
	.species-list .text-box .caption {
		margin-top: 30px;
	}
	.species-list .text-box .caption p {
		font-size: 1.0rem;
	}
	
	.species-note dt {
		font-size: 1.25rem;
	}
	.species-note dd {
		font-size: 1.0rem;
	}
}


.factor-list {
	margin-top: 50px;
}
.factor-list ul {
	display: flex;
	flex-wrap: wrap;
}
.factor-list li {
	width: calc((100% - 90px) / 3);
	margin-left: 45px;
}
.factor-list li:nth-child(3n + 1) {
	margin-left: 0;
}
.factor-list li:nth-child(n + 4) {
	margin-top: 60px;
}

.factor-list dt {
	font-size: 2.0rem;
	line-height: 1.5;
}
.factor-list dd {
	margin: 20px 0 0;
	font-size: 1.125rem;
	line-height: 1.8;
}

.factor-list .note {
	margin: 20px 0 0;
	font-size: 1.0rem;
}



@media screen and (max-width:1439px) {
	.factor-list dt {
		font-size: 1.25rem;
	}
	.factor-list dd {
		font-size: 1.0rem;
	}

	.factor-list .note {
		font-size: 0.9375rem;
	}
}






html:not(.east-asia) .species-list .text-box dl.feature dt {
	width: 12em;
}
html:not(.east-asia) .species-list .text-box dl.feature dd {
	width: calc(100% - 12em);
}


html:lang(vi) .species-list .text-box dl.feature dt {
	width: 14em;
}
html:lang(vi) .species-list .text-box dl.feature dd {
	width: calc(100% - 14em);
}

html:lang(id) .species-list .text-box dl.feature dt {
	width: 13em;
}
html:lang(id) .species-list .text-box dl.feature dd {
	width: calc(100% - 13em);
}






html:not(.east-asia) .species-list > ul > li {
	height: 1021px;
}
html:not(.east-asia) .species-list .animal img {
	height: 1020px;
	object-fit: contain;
}



@media screen and (max-width:1919px) {
	.species-list .text-box {
		width: calc( var(--grid-width) * 8);
		padding: 50px var(--grid-width) 50px 0;
	}
}




@media screen and (max-width:1919px) {
	html:not(.east-asia) .species-list > ul > li {
		height: calc( var(--grid-height) * 11 + 1px);
	}
	html:not(.east-asia) .species-list .animal img {
		height: calc( var(--grid-height) * 11 + 1px);
	}
}

@media screen and (max-width:1680px) {
	html:not(.east-asia) .species-list > ul > li {
		height: calc( var(--grid-height) * 12 + 1px);
	}
	html:not(.east-asia) .species-list .animal img {
		height: calc( var(--grid-height) * 12 + 1px);
	}
}

@media screen and (max-width:1580px) {
	html:not(.east-asia) .species-list > ul > li {
		height: calc( var(--grid-height) * 13 + 1px);
	}
	html:not(.east-asia) .species-list .animal img {
		height: calc( var(--grid-height) * 13 + 1px);
	}
}

@media screen and (max-width:1439px) {
	html:not(.east-asia) .species-list > ul > li {
		height: calc( var(--grid-height) * 13 + 1px);
	}
	html:not(.east-asia) .species-list .animal img {
		height: calc( var(--grid-height) * 13 + 1px);
	}
}




