@charset "utf-8";

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,1,0');


:root {
	--te-Gosick: YakuHanJP, 'Noto Sans JP', sans-serif;
	--te-Cinzel: YakuHanJP, 'Cinzel', serif;
	--te-Maru: 'Kosugi Maru', sans-serif;
}

/* ----------------------------------------------- .mce-content-body RESET -- */
.page-template-default.mce-content-body {
	font-family: var(--te-Gosick);
	padding: 0;
}

.page-template-default.mce-content-body p:not(:last-of-type) {
	padding-bottom: 0.5em;
}



.mce-content-body {
	text-align: left;
}

.mce-content-body h1 {
	font-size: 2.2em;
	font-weight: 700;
	margin-bottom: 0.5em;
	line-height: 1.1em;
	font-family: var(--te-Maru);
}
.mce-content-body h2 {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 0.25em;
	text-shadow: none;
	text-align: left;
	line-height: 1.1em;
	font-family: var(--te-Maru);
}
.mce-content-body h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 0.3em;
	letter-spacing: 0;
	line-height: 1.1em;
}
.mce-content-body h4 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
	line-height: 1.1em;
}
.mce-content-body h5 {
	font-size: 1.1em;
	margin-bottom: 0.3em;
	line-height: 1.1em;
}
.mce-content-body h6{
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0.75em;
}
.mce-content-body ul li {
	margin-bottom: 0.25em;
	margin-left: 1.5em;
	text-align: left;
	list-style-type: disc;
}
.mce-content-body ol li {
	margin-bottom: 0.25em;
	margin-left: 1.5em;
	text-align: left;
	list-style-type: decimal;
}
.mce-content-body blockquote {
	background: var(--co-text-light);
	padding: 1em;
	margin: 1em 0em 1em 1em;
	border: 1px solid var(--co-base);
	border-radius: 0.5em;
}
.mce-content-body a {
	display: inline;
	border-bottom: 1px solid var(--co-sub1);
	color: var(--co-sub1);
	margin-left: 0.25em;
	margin-right: 0.25em;
	position: relative;
	padding-left: 0.85em;
	transition: opacity 0.2s ease-in-out;
}
.mce-content-body a::after {
	content: "";
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	top: 0.6em;
	right: auto;
	left: 0;
	margin: auto;
	border: 2px solid var(--co-sub1);
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	opacity: 0.8;
	transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.mce-content-body a:hover {
	opacity: 0.8;
}
.mce-content-body a:hover::after {
	left: 0.15em;
}
.mce-content-body hr {
	height: 0px;
	border-top: 1px dashed var(--co-main);
	display: block;
	margin: 0;
	margin: 1em;
}
