@charset "UTF-8";
/* CSS Document */

.feature .mvWrapper {
	max-width: 120rem;
	margin: 0 auto;
}
.feature main {
	font-family: YuGothic,'Yu Gothic',sans-serif;
	font-size: 1.3rem;
	color: #5D463A;
}
.feature .contentsWrapper {
	max-width: 100rem;
	margin: 0 auto;
}
.feature h2 {
	margin-top: 6.5rem;
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
}
.feature .lead {
	font-size: 1.5rem;
	margin-top: 6.5rem;
}

@media (max-width: 768px) {
	.feature .mvWrapper {
		max-width: 100%;
	}
	.feature main {
		font-size: 1.1rem;
	}
	.feature .contentsWrapper {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.feature h2 {
		margin-top: 3.5rem;
		font-size: 2.2rem;
	}
	.feature .lead {
		font-size: 1.3rem;
		margin-top: 3.5rem;
	}
}

/*=====bnList=====*/
.feature .bnList {
	margin-top: 6.5rem;
	background: url("/LP/feature/assets/img/bg_wave.png") left top repeat;
	padding-top: 6.5rem;
	padding-bottom: 6.5rem;
}
.feature .bnList ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.feature .bnList ul li {
	width: 47%;
}
.feature .bnList ul li:nth-child(2n) {
	margin-left: 5rem;
}
.feature .bnList ul li:nth-child(3) , .feature .bnList ul li:nth-child(4) {
	margin-top: 5rem;
}
@media (max-width: 768px) {
	.feature .bnList {
		margin-top: 3.5rem;
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.feature .bnList ul {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.feature .bnList ul li {
		width: 100%;
	}
	.feature .bnList ul li:nth-child(2n) {
		margin-left: 0;
	}
	.feature .bnList ul li:nth-of-type(n+2) {
		margin-top: 3rem;
	}
}

/*=====hashtagList=====*/
.feature .hashtagList {
	margin-top: 6.5rem;
}
.feature .hashtagList ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.feature .hashtagList ul li {
	max-width: 20rem;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid #5D463A;
	border-radius: 3rem;
	margin-left: 1rem;
	margin-top: 1rem;
}
.feature .hashtagList ul li a {
	display: block;
	padding: 0.5rem 2rem;
}
@media (max-width: 768px) {
	.feature .hashtagList {
		margin-top: 3.5rem;
	}
	.feature .hashtagList ul li {
		max-width: 30rem;
		font-size: 1.3rem;
		margin-left: 0.8rem;
		margin-top: 1rem;
	}
}
/*=====*/

.feature h3 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2rem;
	position: relative;
	margin-top: 10rem;
}
.feature h3::after {
	content: '';
	width: 6rem;
	height: 2px;
	display: inline-block;
/*	background-color: #FC7C7C;*//*htmlのstyle内で指定*/
	position: absolute;
	bottom: 0;
	left: calc(50% - 3rem);
}
.feature h3:nth-of-type(n+2) {
	margin-top: 15rem;
}
@media (max-width: 768px) {
	.feature h3 {
		margin-top: 5rem;
		padding-bottom: 1rem;
		font-size: 1.8rem;
	}
	.feature h3::after {
		width: 4rem;
		height: 2px;
		left: calc(50% - 1.5rem);
	}
	.feature h3:nth-of-type(n+2) {
		margin-top: 8rem;
	}
}
/*=====shops=====*/
.feature .shopWrapper {
	max-width: 120rem;
	margin: 0 auto;
}
.feature .shops {
	margin-top: 6rem;
	display: flex;
	flex-wrap: wrap;
}
.feature .shops li {
	width: 22%;
	margin-left: 2.8rem;
}
.feature .shops li:nth-of-type(n+5) {
	margin-top: 7.5rem;
}
.feature .shops li .img {
	width: 26.4rem;
	height: 26.4rem;
	overflow: hidden;
}
.feature .shops li .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.objectfit {
	font-family: 'object-fit:cover;';
}
.feature .shops li .desc {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.feature .shops li .shop {
	margin-top: 1.5rem;
}
.feature .shops li .meta {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.feature .shopWrapper {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.feature .shops {
		margin-top: 2.5rem;
		gap: 0 2rem;
	}
	.feature .shops li {
		width: 43%;
		margin-left: 0;
	}
	.feature .shops li:nth-of-type(2n) {
		margin-left: 2rem;
}
	.feature .shops li:nth-of-type(n+3) {
		margin-top: 4.5rem;
	}
	.feature .shops li .img {
		width: 15.5rem;
		height: 15.5rem;
	}
	.feature .shops li .desc {
		margin-top: 1rem;
		font-size: 1.3rem;
	}
	.feature .shops li .shop {
		margin-top: 0.7rem;
	}
	.feature .shops li .meta {
		margin-top: 0.5rem;
	}
}

/*=====*/
.feature footer {
	margin-top: 8rem;
}