@import url(/styles/core.css);

body {
	background-color: deeppink;
	color: yellow;
	font-family: var(--font-serif);
}

.lyrics {
	position: relative;
	font-size: 4.167vw;
	line-height: 1.2;

	p {
		margin: 0;

		& + p {
			margin-top: 0.5em;
		}

		& > span {
			display: block;
			font-weight: bold;
		}
	}

	.english {
		z-index: -1;
		font-size: 1.25vw;
		position: absolute;
		width: 21.667vw;
		top: 0;
		right: 5%;
	}
	.full {
		z-index: -1;
		position: absolute;
		font-size: 1.458vw;
		top: 19%;
		left: 49%;
	}
	.title {
		text-align: right;
		font-size: 3.75vw;
		text-transform: uppercase;
		position: fixed;
		right: 0.417vw;
		bottom: 33vh;
		transform: scaleY(-1);
	}
}

iframe {
	position: fixed;
	bottom: 0.417vw;
	right: 0.417vw;
	width: 29.167vw;
	height: 16.406vw;
}

.lime {
	color: lime;
}
.cyan	{
	color: cyan;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.magenta {
	color: magenta;
}
.orange {
	color: orange;
}
.ud {
	display: inline-block;
	transform: scaleY(-1);
	padding-bottom: 0.25em;
	&.jpn {
		padding-bottom: 0;
	}
}
@import url(/styles/core.css);

body {
	background-color: deeppink;
	color: yellow;
	font-family: var(--font-serif);
}

.lyrics {
	position: relative;
	font-size: 4.167vw;
	line-height: 1.2;

	p {
		margin: 0;

		& + p {
			margin-top: 0.5em;
		}

		& > span {
			display: block;
			font-weight: bold;
		}
	}

	.english {
		z-index: -1;
		font-size: 1.25vw;
		position: absolute;
		width: 21.667vw;
		top: 0;
		right: 5%;
	}
	.full {
		z-index: -1;
		position: absolute;
		font-size: 1.458vw;
		top: 23%;
		left: 49%;
	}
	.title {
		text-align: right;
		font-size: 3.75vw;
		text-transform: uppercase;
		position: fixed;
		right: 0.417vw;
		top: 47%;
		transform: scaleY(-1);
	}
}

iframe {
	position: fixed;
	bottom: 0.417vw;
	right: 0.417vw;
	width: 29.167vw;
	height: 16.406vw;
}

.lime {
	color: lime;
}
.cyan	{
	color: cyan;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.magenta {
	color: magenta;
}
.orange {
	color: orange;
}
.ud {
	display: inline-block;
	transform: scaleY(-1);
	padding-top: 0.1em;
	&.jpn {
		padding-top: 0.35em;
	}
}