body {
	-webkit-text-size-adjust: none;
	background: rgba(0, 0, 0, 1.0);
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	margin: 0;
	font-size: 15.5px;
	color: #111;
}

body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(vocafilez2/vocaloids.webp) no-repeat center center;
	background-size: cover;
}

::selection {
	background: #41D1D8;
	color: #FFF; 
}

a {
	color: #000;
}

p, h2 {
	margin: 12px 0;
	padding: 0;
}

h2 {
	font-size: 22px;
}

table, tr, td, th {
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0 0 0 16px;
	line-height: 22px;
}

.title-box {
	color: #FFF;
	text-align: center;
	margin-top: 33.5vh;
}

.black-blur {
	background: rgba(0, 0, 0, 0.6);
}

.white-blur {
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 2px 10px 5px rgba(0,0,0,0.15);
	border-radius: 10px;
}

.white-blur, .black-blur {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);	
}

.containment {
	padding: 15px 10px;
	display: flex;
	overflow-x: hidden;
}

.ja-title {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 900;
	font-size: 70px;
}

.subhead {
	font-size: 25px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: 'Atkinson Hyperlegible', sans-serif;
}

.text-box {
	max-width: 900px;
	margin: 0 auto;
	padding: 2px 16px;
	text-align: justify;
}

.text-box p {
	line-height: 24px;
}

.big-box {
	min-height: 100vh;
	border-top: solid 4px #000;
}

.section-title {
	color: #FFF;
	font-weight: bold;
	font-size: 29px;
	padding: 6px 10px 9px 10px;
	height: 42px;
	margin-top: 10px;
	text-align: center;
	position: sticky;
	top: 5px;
	z-index: 2;
}

.section-body {
	min-height: calc(100vh - 52px);
	align-items: center;
	overflow-x: auto;
}

.right {
	justify-content: flex-end;	
}

.large {
	min-width: 1240px;
}

.small {
	min-width: 930px;
}

.section-box {
	line-height: 24px;
	display: block;
}

.section-box b {
	padding-bottom: 4px;
	display: inline-block;
}

.section-box td {
	width: 310px;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}

.variants td {
	width: auto;
	padding: 0;
	vertical-align: middle;
}

.variants img {
	filter: drop-shadow(0 2px 4px #AAA);
	height: 100px;
	width: 100px;
	border-radius: 5px;
	margin: 4px 7px 4px 0;
}

.fb-container {
	text-align: center;
	width: 310px!important;
}

.fullbody {
	max-width: 100%;
	max-height: 410px;
	filter: drop-shadow(0 2px 4px rgba(20, 20, 20, 0.5));
}

.miku {
	background: url(vocafilez2/miku-bg.webp) no-repeat center center fixed;
	background-size: cover;
}

.yukari {
	background: url(vocafilez2/yukari-bg.webp) no-repeat center center fixed;
	background-size: cover;	
}

.una {
	background: url(vocafilez2/una-bg.png) no-repeat center center fixed;
	background-size: cover;	
}

.kotonoha {
	background: url(vocafilez2/kotonoha-bg.webp) no-repeat center center fixed;
	background-size: cover;
}

.kafu {
	background: url(vocafilez2/kafu-bg.webp) no-repeat center center fixed;
	background-size: cover;
}

.rikka {
	background: url(vocafilez2/rikka-bg.webp) no-repeat center center fixed;
	background-size: cover;
}

.fb-container2 {
	width: 250px;
	text-align: center;
}

.more-characters {
	background: #000;
	margin-top: -10px;
}

.more-title {
	padding: 8px 10px;
}

.sheet {
	max-width: 750px;
	margin: 0 auto;
}

.morechar td {
	padding: 10px;
}

.kiritan {
	background: #FFFDE5;
}

.sasara {
	background: #FFF;
}

.akari {
	background: #FFC166;
}

.chifuyu {
	background: #E4FFD8;
}

.karin {
	background: #EFD1FF;
}

.kzn {
	background: #FF8EF0;
}

.teto {
	background: #FF758C;
}

.hon {
	background: #EEE;
	padding: 10px;
	border-bottom: solid 4px #000;
}

.animecap, .image-thing {
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 2px 10px 5px rgba(0,0,0,0.15);
}

.animecap {
	aspect-ratio: 16 / 9;
}

.end-section {
	border-top: solid 4px #000;
	background: #FFE5F8;
	text-align: center;
	padding: 30px 10px;
}

.biggo {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 50px;
}

@media only screen and (max-width: 1270px) {
	.right {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 734px) {
	h2 {
		font-size: 20px;
	}

	p, h2 {
		margin: 8px 0;
	}

	.ja-title {
		font-size: 39px;
	}

	.subhead {
		font-size: 18px;
	}

	.section-title {
		font-size: 22px;
		height: 30px;
	}

	.white-blur {
		background: rgba(255, 255, 255, 0.75);
	}

	.morechar .fb-container2 {
		width: 150px;
	}

	.biggo {
		font-size: 30px;
	}

	.miku {
		background: url(vocafilez2/miku-bg-m.webp) no-repeat center center;
		background-size: cover;
	}

	.yukari {
		background: url(vocafilez2/yukari-bg-m.webp) no-repeat center center;
		background-size: cover;
	}

	.una {
		background: url(vocafilez2/una-bg-m.webp) no-repeat center center;
		background-size: cover;
	}

	.kotonoha {
		background: url(vocafilez2/kotonoha-bg-m.webp) no-repeat center center;
		background-size: cover;
	}

	.kafu {
		background: url(vocafilez2/kafu-bg-m.webp) no-repeat center center;
		background-size: cover;
	}

	.rikka {
		background: url(vocafilez2/rikka-bg-m.webp) no-repeat center center;
		background-size: cover;
	}
}

@media only screen and (max-width: 420px) {
	h2 {
		font-size: 18px;
	}

	.ja-title {
		font-size: 35px;
	}

	.subhead {
		font-size: 15px;
	}

	.section-title {
		font-size: 20px;
		height: 28px;
	}

	.morechar .fb-container2 {
		width: 90px;
	}
}