@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	background: #f7f3ed;
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	color: #382824;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.shopping-page .shopping-notice {
	min-height: 100vh;
	padding: 4rem 0;
}

.shopping-page .shopping-notice .wrap {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}

.shopping-page .shopping-notice__box {
	max-width: 88rem;
	margin: 4rem auto 0;
	padding: 8rem;
	background: #fff;
	box-shadow: 0 1.6rem 4.8rem rgba(47, 29, 24, 0.08);
	text-align: center;
}

.shopping-page .shopping-notice__logo {
	width: 16rem;
	margin: 0;
}

.shopping-page .shopping-notice__logo img {
	width: 100%;
	display: block;
}

.shopping-page .shopping-notice__title {
	margin: 0;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.6;
	color: #2f1d18;
	letter-spacing: 0.08em;
}

.shopping-page .shopping-notice__text {
	margin: 3.2rem 0 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.2;
	color: #4b403c;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
	html {
		font-size: 62.5%;
	}

	.shopping-page .shopping-notice {
		min-height: 100svh;
		padding: 4rem 0;
	}

	.shopping-page .shopping-notice .wrap {
		padding: 0 2rem;
	}

	.shopping-page .shopping-notice__box {
		padding: 4.8rem 2.4rem 5.6rem;
	}

	.shopping-page .shopping-notice__logo {
		width: min(12rem, 40%);
		margin: auto;
	}

	.shopping-page .shopping-notice__title {
		margin: 0;
		font-size: 1.8rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.shopping-page .shopping-notice__text {
		margin: 2.4rem 0 0;
		font-size: 1.5rem;
		line-height: 2;
		text-align: left;
		letter-spacing: 0.03em;
	}

	.shopping-page .shopping-notice__text .pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
}