/*=============================BODY==========================*/

/*font-family: "Lato", sans-serif;*/

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('fonts/HelveticaNeueLTStd-LtCn.eot');
	src: url('fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTStd-LtCn.woff2') format('woff2'),
		url('fonts/HelveticaNeueLTStd-LtCn.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 27px;
	color: #202849;
	letter-spacing: normal;
}

/*=============================BODY==========================*/

/*============================HEADER=========================*/

.container {
	width: 100%;
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.top-header {
	background: #fb5254;
	text-align: center;
	padding: 24px 0;
}

.top-header p {
	color: #fff;
	font-size: 25px;
	font-family: 'Lato', sans-serif;
	margin: 0;
}

.top-header p strong {
	border-bottom: 2px solid #fff;
}

.top-header p a {
	color: #fff;
	text-decoration: none;
}

/*============================HEADER=========================*/

/*=============================HOME==========================*/

.site-main {
	min-height: 500px;
	overflow: hidden;
}

.bbb-section1 {
	background: url('images/curve-bg.webp') no-repeat 0 0;
	position: relative;
	background-size: 100% 839px;
	z-index: 1;
}

.bbb-section1::after {
	background: url('images/shape-icon-img.svg') no-repeat 0 0;
	content: '';
	display: block;
	position: absolute;
	background-size: 995px 816px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	max-width: 995px;
}

.bbb-section1 img.img03 {
	position: absolute;
	top: 0;
	right: 0;
}

.bbb1-inner .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	position: relative;
	z-index: 2;
}

.best-logo {
	text-align: center;
	padding: 30px 15px 31px;
}

.best-logo img {
	display: inline-block;
}

.bbb1-inner .content {
	width: 41%;
	padding-top: 61px;
}

.bbb1-inner h1 {
	color: #ffff;
	font-size: 70px;
	line-height: 100%;
	font-weight: 700;
	margin: 0 0 19px;
	font-family: 'Lato', sans-serif;
}

.bbb1-inner h1 span {
	color: #7badd3;
}

.bbb1-inner p {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	font-family: 'Lato', sans-serif;
	margin: 0 0 40px;
}

.btn-red {
	position: relative;
	z-index: 1;
}

.btn-red a {
	background: #fb5254;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s linear;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 24px 56px;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
}

.btn-red a:hover {
	background: #7badd3;
	color: #fff;
}

.bbb1-inner .image {
	width: 49%;
	position: relative;
}

.bbb1-inner .image img.img01 {
	width: 100%;
	max-width: 360px;
}

.bbb1-inner .image img.img02 {
	position: absolute;
	bottom: -40px;
	left: 170px;
	width: 100%;
	max-width: 381px;
}

.bbb-section2 {
	background: #eeedeb;
	position: relative;
	padding: 200px 0 130px;
	margin-top: -85px;
}

.title-block {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 60px;
	position: relative;
	z-index: 1;
}

.title-block p {
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 35px;
	letter-spacing: 4%;
	font-family: 'Helvetica Neue LT Std';
	font-weight: 300;
	line-height: normal;
	color: #202849;
}

.title-block h2 {
	font-size: 75px;
	font-weight: 700;
	letter-spacing: 4%;
	margin: 0 0 10px;
	line-height: 80px;
	color: #202849;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}

.bbb2-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	position: relative;
	z-index: 1;
}

.bbb2-item {
	background: #202849;
	border-radius: 20px;
	padding: 35px;
	text-align: center;
	width: 31.09%;
	margin: 0 3.3% 3.6% 0;
	min-height: 380px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	cursor: pointer;
}

.bbb2-item:hover {
	background: #fb5254;
}

.bbb2-item:hover .icon img {
	filter: brightness(20);
}

.bbb2-item:nth-child(3n) {
	margin-right: 0;
}

.bbb2-item h3 {
	line-height: normal;
	margin: 23px 0 10px;
}

.bbb2-item h3 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 40px;
	letter-spacing: 4%;
	font-family: 'Helvetica Neue LT Std';
	font-weight: 300;
	line-height: 44px;
	color: #fff;
}

.bbb2-item p {
	color: #fff;
	font-size: 30px;
	line-height: 100%;
	margin: 0;
}

.bbb-section2 .btn-red {
	text-align: center;
	margin-top: 35px;
}

.bbb-section3 {
	background: url('images/yellow-bg.webp');
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 75px 0 0;
}

.bbb-section3 .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.bbb-section3 .content {
	width: 46%;
}

.bbb-section3 p {
	text-transform: uppercase;
	margin: 0 0 23px;
	font-size: 35px;
	letter-spacing: 4%;
	font-family: 'Helvetica Neue LT Std';
	font-weight: 300;
	line-height: normal;
	color: #202849;
}

.bbb-section3 h2 {
	color: #202849;
	font-size: 70px;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 38px;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
}

.bv-section3 h2 {
	margin-bottom: 15px;
}

.bbb-section3 ul {
	list-style: none;
	margin: 0 0 63px;
	padding: 0;
}

.bv-section3 ul {
	margin-top: 45px;
}

.bbb-section3 ul li {
	font-size: 35px;
	line-height: normal;
	margin: 0 0 13px;
	position: relative;
	padding-left: 42px;
	font-family: 'Lato', sans-serif;
}

.bbb-section3 ul li::after {
	content: '';
	display: block;
	background: url('images/long-arrow.webp') no-repeat 0 0;
	width: 29px;
	height: 21px;
	background-size: 100%;
	position: absolute;
	top: 13px;
	left: 0;
}

.bbb-section3 .image {
	width: 52%;
}

.bbb-section3 .image img {
	width: 100%;
	display: inherit;
}

.bbb-section4 {
	background: url('images/curve-bg-gray.webp') no-repeat 0 0;
	position: relative;
	background-size: 100% 100%;
	background-position: bottom center;
	z-index: 1;
	padding: 123px 0 203px;
}

.bbb-section4 .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.bbb-section4 .image {
	width: 48%;
}

.bbb-section4 .image img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 9px 9px 20px 0 rgba(0, 0, 0, 0.1);
}

.bbb-section4 .content {
	width: 43%;
}

.bbb-section4 .content-inner {
	width: 100%;
	background: #fff;
	border-radius: 0 20px 20px 0;
	padding: 75px 53px 53px;
	box-shadow: 9px 9px 20px 0 rgba(0, 0, 0, 0.1);
}

.bbb-section4 h2 {
	font-size: 55px;
	line-height: 100%;
	font-weight: 700;
	margin: 0 0 16px;
	color: #202849;
	font-family: 'Lato', sans-serif;
}

.bbb-section4 p {
	font-size: 30px;
	line-height: 120%;
	letter-spacing: -2%;
	margin: 0 0 23px;
	color: #202849;
	font-family: 'Lato', sans-serif;
}

.bbb-section4 h6 {
	color: #202849;
	font-size: 35px;
	line-height: normal;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin: 0 0 41px;
}

.bbb-section5 {
	background: #eeedeb;
	position: relative;
	margin-top: -100px;
	padding: 212px 0 360px;
}

.color-line-shape {
	position: absolute;
	bottom: 208px;
	right: 0;
}

.bbb-section5 .title-block p {
	text-transform: none;
	margin: 0 0 10px;
	font-size: 35px;
	letter-spacing: -2%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 120%;
	color: #202849;
}

.bbb5-inner {
	width: 100%;
	max-width: 848px;
	margin: -20px auto 0;
	position: relative;
}

.bbb-section5 .image {
	width: 100%;
	position: relative;
	z-index: 1;
}

.bbb-section5 .image img {
	width: 100%;
}

.bbb5-inner .content {
	position: absolute;
	top: 50%;
	left: -228px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.bbb-section5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bbb-section5 ul li {
	color: #202849;
	font-size: 35px;
	letter-spacing: -2%;
	line-height: normal;
	margin: 0 0 88px;
	position: relative;
	padding-top: 28px;
}

.bbb-section5 ul li:last-child {
	margin-bottom: 0;
}

.bbb-section5 ul li::after {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: #f6c358;
	border-radius: 100%;
	position: absolute;
	top: -7px;
	left: 0;
}

.bbb-section5 ul li::before {
	content: '';
	display: block;
	width: 374px;
	height: 4px;
	background: #f6c358;
	position: absolute;
	top: 1px;
	left: 0;
}

.bbb-section6 {
	background: url('images/curve-bg-top.webp') no-repeat 0 0;
	position: relative;
	background-size: 100% 100%;
	z-index: 1;
	padding: 123px 0 142px;
	margin-top: -80px;
	overflow: hidden;
}

#furry-slider {
	width: 100vw;
	margin-bottom: 56px;
}

.bbb-section6 img.dog-icon {
	position: absolute;
	left: -36px;
	top: -90px;
	width: 100%;
	max-width: 220px;
}

.bbb-section6 .title-block {
	margin-bottom: 76px;
}

.bbb-section6 .title-block p,
.bbb-section6 .title-block h2 {
	color: #fff;
}

.bbb-section6 .title-block h2 span {
	color: #f6c358;
}

#furry-slider .furry-item {
	background: #fff;
	height: 100%;
	border-radius: 22px;
	overflow: hidden;
	min-height: 650px;
	position: relative;
	padding: 0 0 82px;
}

.furry-item .content {
	padding: 15px 25px;
}

.furry-item .image img {
	width: 100%;
	border-radius: 22px 22px 0 0;
}

.furry-item p {
	color: #202849;
	font-size: 25px;
	line-height: 120%;
}

.furry-item .user-name {
	position: absolute;
	bottom: 29px;
	left: 25px;
}

.furry-item .user-name h5 {
	color: #202849;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin: 0 0 3px;
	line-height: normal;
	text-transform: uppercase;
}

.furry-item .user-name small {
	display: block;
	color: #c7c7c7;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.furry-slider .btn-red {
	text-align: center;
}

.furry-slider .btn-red a {
	width: auto;
	max-width: unset;
}

.swipe-pagination-outer {
	max-width: 1310px;
	margin: 0;
}

.swipe-pagination {
	position: relative;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	padding: 88px 0 0;
	max-width: 300px;
	margin: 0 auto;
}

.swipe-pagination .swiper-pagination {
	position: relative;
	height: 12px;
	margin: 0 24px;
	top: -19px;
}

.swipe-pagination .swiper-button-next,
.swipe-pagination .swiper-button-prev {
	position: static;
	display: inline-block;
	height: 24px;
	width: auto;
}

.swipe-pagination i {
	color: #fff;
}

.swipe-pagination .swiper-button-next::after,
.swipe-pagination .swiper-button-prev::after {
	display: none;
}

.swipe-pagination .swiper-pagination span {
	background: #fff;
	opacity: 1;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.swipe-pagination .swiper-pagination .swiper-pagination-bullet-active {
	background: #f6c358;
}

.bbb-section7 {
	position: relative;
	background: #eeedeb;
	padding: 109px 0;
}

.bbb7-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.bbb7-inner .image {
	width: 45%;
}

.bbb7-inner .image img {
	width: 100%;
	border-radius: 22px;
}

.bbb7-inner .content {
	width: 50%;
}

.bbb-section7 .title-block {
	margin-bottom: 118px;
}

.bbb7-inner h3 {
	color: #202849;
	font-size: 40px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin: 0 0 33px;
	line-height: 100%;
}

.bbb7-inner .item-roll-out {
	border-bottom: 1px solid #949393;
}

.bbb7-inner .item-head h4 {
	color: #202849;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Helvetica Neue LT Std';
	position: relative;
	padding: 30px 70px 30px 0;
	margin: 0;
	line-height: 100%;
	cursor: pointer;
}

.bbb7-inner .item-head h4::after {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	background: url('images/plus-icon.webp') no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 25px;
	background-size: 100%;
}

.bbb7-inner .item-head.close h4::after {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	background: url('images/minuse-icon.webp') no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 25px;
	background-size: 100%;
}

.bbb7-inner .roll-list {
	padding-bottom: 20px;
}

.bbb7-inner .roll-list p {
	margin-bottom: 15px;
}

.bbb7-inner .roll-list ul {
	margin: 0 0 18px 17px;
}

.bbb7-inner .roll-list ul li {
	margin-bottom: 8px;
}

.bbb-section8 {
	background: #eeedeb;
	position: relative;
	padding: 72px 0 0;
}

.bbb-section8 .btn-red {
	text-align: center;
	margin-bottom: 80px;
}

.bbb8-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.bbb8-inner .image {
	width: 25%;
}

.bbb8-inner .image img {
	width: 100%;
	display: inherit;
}

@media (max-width: 767px) {
	.top-header {
		padding: 10px 0;
	}

	.top-header p {
		font-size: 20px;
	}

	.bbb1-inner .content {
		width: 100%;
		padding-top: 0;
		text-align: center;
		margin-bottom: 64px;
	}

	.bbb1-inner h1 {
		font-size: 49px;
	}

	.bbb1-inner p {
		font-size: 20px;
	}

	.btn-red {
		text-align: center;
	}

	.btn-red a {
		font-size: 20px;
		padding: 18px 21px;
		width: 100%;
		max-width: 100%;
	}

	.bbb-section1 {
		background-size: 100% 100%;
	}

	.bbb-section1::after {
		background-size: 995px 89%;
	}

	.bbb1-inner .image {
		width: 100%;
		text-align: center;
	}

	.bbb1-inner .image img.img01 {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}

	.bbb1-inner .image img.img02 {
		bottom: -40px;
		left: -21px;
		width: 100%;
		max-width: 381px;
		right: 0;
		margin: 0 auto;
	}

	.bbb-section2 {
		margin-top: -107px;
		padding: 239px 0 110px;
	}

	.title-block h2 {
		font-size: 44px;
		line-height: 54px;
	}

	.title-block p {
		font-size: 30px;
	}

	.bbb2-item {
		padding: 35px 20px;
		width: 100%;
		margin: 0 0 30px;
	}

	.bbb2-item:last-child {
		margin-bottom: 0;
	}

	.bbb2-item p {
		font-size: 25px;
	}

	.bbb-section3 .content {
		width: 100%;
		margin: 0 0 58px;
	}

	.bbb-section3 h2 {
		font-size: 44px;
	}

	.bbb-section3 p {
		font-size: 29px;
	}

	.bbb-section3 {
		padding: 88px 0 0;
	}

	.bbb-section3 ul li {
		font-size: 22px;
		padding-left: 33px;
	}

	.bbb-section3 ul li::after {
		width: 20px;
		height: 21px;
		top: 6px;
	}

	.bbb-section3 .image {
		width: 100%;
	}

	.bbb-section4 .image {
		width: 100%;
		margin: 0 0 -6px;
	}

	.bbb-section4 .image img {
		border-radius: 20px 20px 0 0px;
	}

	.bbb-section4 {
		padding: 108px 0 144px;
	}

	.bbb-section4 .content {
		width: 100%;
	}

	.bbb-section4 .content-inner {
		background: #09295f;
		border-radius: 0 0 20px 20px;
		padding: 43px 27px 53px;
		box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.1);
		text-align: left;
	}

	.bbb-section3 .btn-red {
		text-align: left;
	}

	.bbb-section4 h2 {
		font-size: 44px;
		color: #fff;
	}

	.bbb-section4 p br {
		display: none;
	}

	.bbb-section4 p {
		font-size: 24px;
		color: #fff;
	}

	.bbb-section4 h6 {
		font-size: 30px;
		color: #73a3ca;
	}

	.bbb-section4 .btn-red {
		text-align: left;
	}

	.bbb-section4 .btn-red a {
		width: auto;
		padding: 18px 46px;
	}

	.bbb-section5 .title-block p {
		font-size: 30px;
	}

	.color-line-shape {
		display: none;
	}

	.bbb-section5 {
		padding: 212px 0 168px;
	}

	.bbb-section5 .image {
		width: 100%;
		margin-bottom: 35px;
	}

	.bbb5-inner .content {
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
	}

	.bbb-section5 ul li {
		font-size: 26px;
		margin: 0 0 24px;
		position: relative;
		padding: 0;
		text-align: center;
	}

	.bbb-section5 ul li span {
		position: relative;
	}

	.bbb-section5 ul li span::before {
		content: '';
		display: block;
		width: 28px;
		height: 3px;
		background: #f6c358;
		position: absolute;
		top: 16px;
		left: -38px;
	}

	.bbb-section5 ul li span::after {
		display: block;
		content: '';
		width: 15px;
		height: 15px;
		background: #f6c358;
		border-radius: 100%;
		position: absolute;
		top: 10px;
		left: -51px;
	}

	.bbb-section5 ul li::before,
	.bbb-section5 ul li::after {
		display: none;
	}

	.bbb-section6 img.dog-icon {
		left: 0;
		top: -44px;
		max-width: 145px;
		margin: 0 auto;
		right: 0;
	}

	.bbb-section6 .title-block {
		padding-top: 125px;
	}

	#furry-slider {
		width: 100%;
		margin-bottom: 59px;
	}

	.rating-icon {
		margin-bottom: 4px;
	}

	.furry-item p {
		font-size: 20px;
	}

	.furry-item .content {
		padding: 20px 20px;
	}

	.bbb-section6 {
		padding: 123px 0 120px;
	}

	.bbb-section7 .title-block {
		margin-bottom: 60px;
	}

	.bbb7-inner .image {
		width: 100%;
		margin-bottom: 40px;
	}

	.bbb7-inner .content {
		width: 100%;
	}

	.bbb7-inner h3 {
		font-size: 34px;
		line-height: 116%;
	}

	.bbb7-inner .item-head h4 {
		font-size: 24px;
	}

	.bbb7-inner .item-head h4 {
		font-size: 24px;
		padding: 30px 40px 30px 0;
	}

	.bbb7-inner .item-head h4::after,
	.bbb7-inner .item-head.close h4::after {
		width: 30px;
		height: 30px;
		top: 27px;
	}

	.bbb-section7 {
		padding: 100px 0 60px;
	}

	.bbb-section8 {
		padding: 30px 0 0;
	}

	.bbb8-inner {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	.bbb8-inner .image {
		width: 50%;
	}
} /*=====media close=====*/

@media (min-width: 767px) and (max-width: 1000px) {
	.bbb1-inner h1 {
		font-size: 50px;
	}

	.bbb1-inner p {
		font-size: 24px;
	}

	.btn-red a {
		font-size: 24px;
		padding: 24px 30px;
	}

	.title-block h2,
	.bbb-section3 h2 {
		font-size: 50px;
		line-height: 55px;
	}

	.title-block p {
		font-size: 24px;
	}

	.bbb-section1::after {
		background-size: 995px 94%;
		width: 100%;
		height: 100%;
		max-width: 580px;
	}

	.bbb-section1 {
		background-size: 100% 100%;
	}

	.bbb1-inner .image {
		top: -6px;
	}

	.bbb1-inner .image img.img02 {
		bottom: -40px;
		left: 58px;
		max-width: 301px;
	}

	.bbb2-item {
		padding: 35px 20px;
	}

	.bbb2-item h3 a {
		font-size: 34px;
		line-height: 37px;
	}

	.bbb2-item p {
		font-size: 24px;
	}

	.bbb-section3 .content {
		width: 100%;
		text-align: center;
	}

	.bbb-section3 ul li {
		font-size: 30px;
		display: inline-block;
	}

	.bbb-section3 .image {
		width: 100%;
		margin-top: 64px;
	}

	.bbb-section4 .image {
		width: 100%;
		margin: 0 0 40px;
	}

	.bbb-section4 .content {
		width: 100%;
		text-align: center;
	}

	.bbb-section4 .content-inner {
		border-radius: 20px;
	}

	.bbb-section4 p {
		font-size: 24px;
	}

	.bbb-section5 .title-block p {
		font-size: 24px;
	}

	.color-line-shape {
		display: none;
	}

	.bbb-section5 {
		padding: 212px 0 220px;
	}

	.bbb-section5 .image {
		width: 100%;
		margin-bottom: 35px;
	}

	.bbb5-inner .content {
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
	}

	.bbb-section5 ul li {
		font-size: 26px;
		margin: 0 0 24px;
		position: relative;
		padding: 0;
		text-align: center;
	}

	.bbb-section5 ul li span {
		position: relative;
	}

	.bbb-section5 ul li span::before {
		content: '';
		display: block;
		width: 28px;
		height: 3px;
		background: #f6c358;
		position: absolute;
		top: 16px;
		left: -38px;
	}

	.bbb-section5 ul li span::after {
		display: block;
		content: '';
		width: 15px;
		height: 15px;
		background: #f6c358;
		border-radius: 100%;
		position: absolute;
		top: 10px;
		left: -51px;
	}

	.bbb-section5 ul li::before,
	.bbb-section5 ul li::after {
		display: none;
	}

	.bbb-section6 img.dog-icon {
		left: 28px;
		top: -90px;
		max-width: 125px;
	}

	.furry-item p {
		font-size: 21px;
	}
} /*=====media close=====*/

@media (min-width: 1000px) and (max-width: 1200px) {
	.bbb-section1::after {
		max-width: 634px;
	}
} /*=====media close=====*/

@media (min-width: 1000px) and (max-width: 1470px) {
	.bbb-section6 img.dog-icon {
		left: 22px;
		top: -90px;
		max-width: 181px;
	}
} /*=====media close=====*/

@media (min-width: 1000px) and (max-width: 1300px) {
	.bbb1-inner h1 {
		font-size: 60px;
	}

	main.site-main p {
		font-size: 23px;
	}

	.bbb1-inner .image img.img02 {
		bottom: -40px;
		left: 146px;
		max-width: 320px;
	}

	.btn-red a {
		font-size: 25px;
		padding: 22px 29px;
	}

	.title-block h2,
	.bbb-section3 h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.bbb-section3 ul li {
		font-size: 26px;
	}

	.bbb-section3 ul li::after {
		width: 23px;
		top: 8px;
	}

	.bbb-section4 h2 {
		font-size: 40px;
	}

	.bbb5-inner {
		max-width: 500px;
	}

	.bbb-section5 ul li {
		font-size: 28px;
		margin: 0 0 42px;
	}

	.color-line-shape {
		width: 38%;
	}
} /*=====media close=====*/

@media (min-width: 1300px) and (max-width: 1500px) {
	.bbb5-inner {
		max-width: 765px;
	}

	.bbb-section5 ul li {
		font-size: 33px;
		margin: 0 0 80px;
	}
} /*=====media close=====*/

/*=============================HOME==========================*/
