section {
	background-color: #060404;
}
.neon {
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4","ƒqƒ‰ƒMƒmŠÛƒS Pro","Hiragino Maru Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","HGŠÛºÞ¼¯¸M-PRO","HGMaruGothicMPRO";
	line-height: 2;
	color: #fff;
	font-weight: normal;
	color: #fff;
	
	--neon-text-color: #f04;
	--neon-border-color: #08f;
	text-shadow:
		-0.1rem -0.1rem 0.3rem #fff,
		0.1rem 0.1rem 0.3rem #fff,
		0 0 0.4rem var(--neon-text-color),
		0 0 0.8rem var(--neon-text-color),
		0 0 1.2rem var(--neon-text-color),
		0 0 1.6rem var(--neon-text-color),
		0 0 2rem var(--neon-text-color);
}

.neon a, .neon a:active, .neon a:focus, .neon a:hover, .neon a:visited {
	color: #fff;
}

div.title .neon, div.sub-title .neon {
	display: inline-block;
}

div.title {
	white-space: nowrap;
	font-size: 2rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
div.title .neon {
	padding: 0.5rem 0.5rem;
	border: 0.2rem solid #fff;
	border-radius: 0.8rem;
	box-shadow:
		0 0 0.2rem #fff,
		inset 0 0 0.2rem #fff,
		0 0 0.8rem var(--neon-border-color),
		inset 0 0 0.8rem var(--neon-border-color),
		0 0 1.4rem var(--neon-border-color),
		inset 0 0 1.4rem var(--neon-border-color);
}
div.title .neon img {
	padding: 0;
	vertical-align: bottom;
}

div.sub-title {
	font-size: 1.5rem;
	text-align: center;
}

div.confirm {
	text-align: center;
	font-size: 1rem;
}
div.confirm .neon a {
	display: inline-block;
	margin: 0 1rem;
}

div.top-image {
	text-align: center;
}

div.center-image {
	white-space: nowrap;
	text-align: center;
	padding-top: 1.5rem;
}

div.center-image div {
	display: inline-block;
}
div.center-image div div {
	display: block;
}

div.left-image {
	vertical-align: top;
	position: relative;
	top: -1rem;
}

div.right-image {
	vertical-align: bottom;
	position: relative;
}

img.heart-1, img.heart-2, img.heart-3, img.heart-4 {
	position: relative;
	width: 30px;
	height: 30px;
}
img.heart-1 {
	top: -120px;
	left: -40px;
	transform: rotate(10deg);
}
img.heart-2 {
	top: -60px;
	left: -150px;
	transform: rotate(-50deg);
}
img.heart-3 {
	top: -90px;
	left: 110px;
	transform: rotate(-30deg);
}
img.heart-4 {
	top: 40px;
	left: 100px;
	transform: rotate(40deg);
}
