@charset "UTF-8";

.animalwrapper{padding: 80px 0px 80px;}

.animal{padding: 80px 30px 0;}

.animalkv {
	background: url(../img/animal/kv.jpg) no-repeat center bottom;
	background-size: 1440px;
	height: 550px;
	position: relative;
}

.animalkv-inner {
	position: absolute;
	top: 44%;
	left: 10%;
	transform: translate(-10%,-44%);
}

.animalkv-title{
	width: 198px;
	height: 136px;
	background: url(../img/animal/kv_text.svg) no-repeat center center;
	background-size: contain;
	margin-bottom: 8vh;
}

.animalkv-text {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.17em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	line-height: 2.1;
}

.animal-inner{
	max-width: 1000px;
	margin: 0 auto 170px;
}

.animal-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.animal-list-item {
	width: 22%;
	margin-bottom: 80px;
}

.animal-list-image {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

.animal-list-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.animalmodal-content {
	width: 100%;
}

.animalmodal-content-inner {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.animalmodal-content-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.animalmodal-content-item:not(:last-of-type) {margin-bottom: 90px;}

.animalmodal-content-image {
	width: 48.6%;
}

.animalmodal-content-image img{
	border-radius: 10px;
	width: 100%;
}

.animalmodal-content-detail {
	width: 46%;
	position: relative;
}

.animalmodal-content-title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 4px solid #d0d1d0;
	position: relative;
	letter-spacing: 0.2em;
	color: #475245;
}

.animalmodal-content-title::after {
	display: block;
	content: '';
	background: #365209;
	background-size: 100%;
	width: 150px;
	max-width: 35%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.animalmodal-content-text {
	font-size: 15px;
	letter-spacing: 0.12em;
	line-height: 2.5em;
	font-weight: bold;
	color: #3c3c3c;
	margin-bottom: 30px;
}

.animalmodal-content-btn .btn {
	width: 100%;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* big pc */
@media screen and (min-width: 1440px){

	.animalkv {
		background-size: cover;
	}

}


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

	.animalwrapper{padding: 48px 0 90px;}
	.animal{padding: 35px 35px 0;}

	.animalkv {
		background: url(../img/animal/kv_sp.jpg) no-repeat center bottom;
		background-size: cover;
		height: 71vw;
	}

	.animalkv-inner {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}

	.animalkv-title{
		width: 120px;
		margin: 0 auto 45px;
		max-width: 100%;
		height: 80px;
		max-height: 100%;
		background: url(../img/animal/kv_text_sp.svg) no-repeat center center;
		background-size: contain;
	}

	.animalkv-text{
		font-size: 12px;
		text-align: center;
		line-height: 1.85;
		text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	}

	.animal-inner {margin: 0 auto 76px;}

	.animal-list-item {
		width: 45%;
		margin-bottom: 23px;
	}

	.animal-list-image {
		margin-bottom: 12px;
		border-radius: 10px;
	}

	.animal-list-title {font-size: 14px;}

	.animalmodal-content {width: 100%;}
	.animalmodal-content-item {display: block}
	.animalmodal-content-item:not(:last-of-type) {margin-bottom: 60px;}
	.animalmodal-content-image {width: 100%;margin-bottom: 30px}
	.animalmodal-content-detail {width: 100%;}

	.animalmodal-content-title {
		font-size: 18px;
		text-align:center;
		margin-bottom: 15px;
		border-bottom: 3px solid #d0d1d0;
	}

	.animalmodal-content-title::after {
		width: 80px;
		max-width: 35%;
		height: 3px;
		bottom: -3px;
	}

	.animalmodal-content-text {
		font-size: 12px;
		line-height: 2.0em;
		margin-bottom: 50px;
	}

	.animalmodal-content-btn .btn {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

}