@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 {}

.mv {}

.mv__img {
	width: 100%
}

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

.sec {
	padding: 60px 0;
}

.sec:nth-of-type(even) {
	background: #F8F8F8;
}

.sec__title {
	border-bottom: 1px solid #393939;
	border-top: 1px solid #393939;
	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;
	padding: 0 16px
}

.item__imgArea {
	margin: 0 0 40px
}

.item__brand {
	display: block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 8px
}

.item__jpBrand {
	font-size: 18px;
	margin: 0 0 8px
}

.item__text {
	font-size: 16px;
	margin: 0 0 30px
}

.item__name {
	font-size: 18px;
}

.item__price {

	font-size: 26px;
	margin: 0 0 12px;
}

.item__discount {
	color: #FF0909;
}



.item__buyBtn {
	background: #7DCAF4 url(../img/common/arrow_right_w2.svg) no-repeat right 40px center / 18px;
	color: #fff;
	display: block;
	font-size: 18px;
	border-radius: 10px;
	padding: 14px 6px 13px;
	text-align: center;
	width: 100%;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.sec-banner {}




@media print,
screen and (min-width:480px) {

	.sp {
		display: none;
	}

	.mv__inner {
		margin: 0 auto;
		max-width: 1000px
	}

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

	.sec {
		padding: 80px 0 100px
	}


	.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 54px;
		justify-content: space-between;
		max-width: 814px;
		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: 360px;
		width: 100%
	}

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

	.item__brand {
		font-size: 32px;
		padding: 0 20px;
	}

	.item__jpBrand {
		font-size: 18px;
		padding: 0 20px;
	}


	.itemInfo {
		padding: 30px 24px
	}

	.item__text {
		font-size: 16px;
		padding: 0 20px;
	}

	.item__name {
		font-size: 18px;
		padding: 0 20px;
	}

	.item__price {
		padding: 0 20px;
		margin: 0 0 24px;
	}


	.item__buyBtn {
		font-size: 20px
	}

}

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