@charset "UTF-8";
:root {
	--colorBlack: #000;
	--colorDarkDarker: #333;
	--colorWhite: #fff;
	--colorBorderGray: #a3a3a3;
	--colorLightGray: #b7b7b7;
	--colorDarkGray: #707070;
	--colorBgGray: #f9f9f8;
	--colorStoreGray: #d1d1d1;
	--colorArchiveGray: #b9b9b9;
	/* --fontTextSerif: "Noto Serif JP", sans-serif; */
}
html,
body {
	color: var(--colorDarkDarker);
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 400;
	line-height: 2.22;
	letter-spacing: 0.2em;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	list-style: none;
	-ms-font-smoothing: auto;
	-o-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	/* scroll-behavior: smooth; */
}
html {
	font-size: 18px;
	overflow-y: scroll;
}
body {
	position: relative;
	background: #fff;
	min-width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
	overflow-X: hidden;
}
span,
em,
strong,
abbr,
acronym,
dfn,
q,
cite,
sup,
sub,
code,
var,
kbd,
samp,
bdo,
big,
small,
strike,
u,
tt,
a,
label {
	font-size: inherit;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	transition: opacity 0.5s ease, color 0.5s ease;
}
a:hover {
	opacity: 0.6;
	cursor: pointer;
}
a:focus,
*:focus {
	outline: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
a:hover img {
	cursor: pointer;
	zoom: 1;
}
svg,
img[src$=".svg"],
img[src$=".svgz"] {
	/* display: block; */
	max-width: 100%;
	height: auto;
}
::selection {
	background: #ddd;
}
dl dt {
	font-weight: inherit;
}
p {
	margin: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}

.display-name {
	color: #fff;
}
#wpadminbar {
	position: fixed !important;
}
