@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bacasime+Antique&display=swap);

.wrapper {
	background: #FBFBEF;
}

.mv {
	background: #FBFBEF;
}

.mv__img {
	width: 100%
}

.pageDesc {
	font-size: 16px;
	line-height: 1.8;
	margin: 20px auto 40px;
	text-align: center
}

.tagList {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center
}

.tagList__listItem {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.tagList__link {
	background: #F079A1;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 8px 40px;
	text-align: center
}

.sec {
	padding: 100px 0 120px
}

.sec__title {
	border-bottom: 1px solid #393939;
	border-top: 1px solid #393939;
	font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 40px;
	padding: 18px 0;
	text-align: center
}

.sec__btn {
	background: #F079A1 url(../img/common/arrow_right_w.svg) no-repeat right 20px center/10px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 18px 0 16px;
	margin: 0 auto;
	text-align: center;
	width: calc(100% - 40px);
}

.item {
	margin: 0 auto 50px;
	padding: 0 20px
}

.item__imgArea {
	margin: 0 0 20px
}

.item__name {
	display: block;
	font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 8px
}

.item__brand {
	font-size: 20px;
}

.item__price {
	display: flex;
	gap: 0 10px;
	font-size: 20px;
	margin: 0 0 12px;
}

.item__discount {
	color: #FF0909;
}

.itemInfo {
	background: #fff;
	margin: 0 0 20px;
	padding: 30px 10px
}

.itemInfo__text {
	font-size: 16px;
	margin: 0 0 10px
}

.itemInfo__buyBtn {
	background: #242424;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 14px 6px 13px;
	text-align: center;
	width: 100%
}

.sec-banner {
	background: #FBFBEF;
}


@media print,
screen and (min-width:480px) {
	.mv__inner {
		margin: 0 auto;
		max-width: 1000px
	}

	.pageDesc {
		font-size: 20px;
		margin: 40px auto
	}

	.tagList {
		margin: 0 auto
	}

	.tagList__link {
		font-size: 18px;
		padding: 8px 30px
	}

	.sec {
		padding: 100px 0
	}

	.sec__title {
		font-size: 42px;
		margin: 0 0 50px
	}

	.sec__btn {
		margin: 70px auto 0;
		max-width: 400px
	}

	.sec__btn--mt20 {
		margin-block: 20px 0;
	}

	.item {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 80px;
		justify-content: space-between;
		margin: 0 auto 60px;
		max-width: 980px;
		padding: 0;
		align-items: center;
	}

	.item--rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.item__imgArea {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0;
		max-width: 420px;
		width: 100%
	}

	.item__textArea {
		max-width: 478px;
		width: 100%
	}

	.item__name {
		font-size: 26px
	}

	.item__brand {
		font-size: 22px;
	}

	.item__price,
	.item__star {
		font-size: 22px
	}

	.itemInfo {
		padding: 30px 24px
	}

	.itemInfo__text {
		font-size: 18px
	}


	.itemInfo__buyBtn {
		font-size: 16px
	}

}

/*# sourceMappingURL=maps/home.css.map */