@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&display=swap');



header, main, figure {
	display: block;
	margin: 0;
	padding: 0;
}

header, main, figure,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;

}
img {
	vertical-align: bottom;
}
a {
	color: #333;
	text-decoration: none;
}
html,
body {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}
input,
textarea,
button {
	font-family: "Noto Sans JP", sans-serif;
}

li {
	list-style: none;
}




.thanks {
	line-height: 2;
}

#top-shop,
.related-item
{
	display: none;
}

body.contact .agree {
	display: none;
}