@charset "utf-8";

/* font
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Noto+Sans+SC&family=Noto+Serif+SC:wght@200..900&display=swap');

/* addition
-------------------------------------------------- */
body{font-family:'Noto Serif SC',serif;}

/* 异界宿帐
================================================== */
/* #story */
@media screen and (max-width:559px){
	#story .inner{
		max-width:420px;
	}
	#story .heading br{
		display:none;
	}
}

/* #overview */
#overview th{
	width:8em;
}

/* #guideline */
#guideline th{
	width:14em;
}
#guideline .prohibited li::before{
	top:0;
	left:0;
	width:1em;
	height:auto;
	border-radius:unset;
	background:transparent;
	content:'\203B';
}
@media screen and (max-width:800px){
	#guideline .prohibited li::before{
		width:1em;
		height:auto;
	}
}