@charset "utf-8";

h2 span.ja {
	font-size: inherit;
}
h2 span.en {
	margin-left: 2.5rem;
	font-size: 2rem;
	vertical-align: middle;
}

section > h3 span.ja {
	font-size: inherit;
}
section > h3 span.en {
	position: relative;
	display: block;
	margin: 3px auto 0;
	line-height: 2;
	min-height: 1em;
}
section > h3 span.en:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	height: 0px;
	border: 2px solid #0000;
	border-top: 1px solid #FF9220;
	border-bottom: 1px solid #FF922088;
	border-radius: 50%;
}

section#character ul.slide .profile h3 span.ja {
	font-size: inherit;
}
section#character ul.slide .profile h3 span.en {
	display: block;
	padding-left: calc(12/1920*100vw);
	color: #FF9220;
}

section#character ul.slide .cv:before {
	content: "\58F0: ";
}

html.mobile section#hero #mainchr #catch {
	font-size: calc(100/1920*100vw);
}

