.sns-icon {
    top: 35vh;
}
.top__image {
	height: 308px;
	background-image: url("..//images/owner/owner-img1.jpg");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

.image-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	background-color: rgba(51, 38, 25, 0.6);
}

.top-ttlbox {
	text-align: center;
	line-height: normal;
	margin-bottom: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
}

.top-ttlbox p {
	margin-bottom: 10px;
	font-size: 2.0em;
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
}

.top-ttlbox h2 {
	font-size: 1.2em;
}

@media(min-width: 768px) {
	.top__image {
		height: 440px;
	}
}

.section-owner {
	padding: 85px 24px;
	max-width: 530px;
	margin: 0 auto;
}

.owner-img {
	width: 210px;
	margin: 0 auto;
}

.owner-img img {
	width: 100%;
}

.section-owner h2 {
	text-align: center;
	padding: 85px 0;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owner-div {
	position: relative;
}


.back-kensaida {
	position: absolute;
	top: 78px;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translateX(-50%);
	color: rgba(245, 241, 232, 0.8);
	font-size: 50px;
	font-family: 'Cantarell', sans-serif;
	line-height: normal;
	z-index: -1;
	letter-spacing: -0.1em;
}

.kensaida {
	font-size: 2.0rem;
	padding-left: 35px;
}

.owner-description {
	padding-bottom: 85px;
	border-bottom: 1px solid #D9D9D9;
	max-width: 584px;
}



.putit-img {
	width: 210px;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 70px;
}

.putit-img img {
	width: 100%;
}

.petit-open {
	padding-bottom: 70px;
}

.petitbrun {
	line-height: 2;
}

@media(min-width: 1160px) {
	.top-ttlbox p {
		margin-bottom: 10px;
		font-size: 3.2rem;
	}

	.top-ttlbox h2 {
		font-size: 1.4em;
	}

	.section-owner {
		max-width: 1440px;
		margin: 0 auto;
		padding: 200px 0 200px;
	}

	.owner {
		display: flex;
		align-items: center;
		justify-content: space-evenly;

	}

	.petitbrun {
		display: flex;
		align-items: center;
		justify-content: space-evenly;

	}

	.putit-img {
		margin: 0;
		width: 283px;
	}

	.owner-img {
		margin: 0;
		width: 283px;
	}

	.petitbrun-description {
		width: 584px;
		font-size: 1.5rem;
	}

	.br-sp {
		display: none;
	}

	.petit-span {
		margin-left: 20px;
	}

	.petit-career {
		display: flex;
	}

	.owner-description {
		font-size: 1.5rem;
	}

	.section-owner h2 {
		font-size: 1.6rem;
	}
	.kensaida {
		font-size: 2.4rem;
		padding-left: 35px;
	}
	.back-kensaida{
		top: 56px;
		font-size: 90px;
		letter-spacing: -0.1em;
	}

}