@charset "utf-8";
/* -----------------------------------------------
= reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	cursor: pointer;
}
input,
select,
textarea {
	font: inherit;
}
/* -----------------------------------------------
= base
----------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #fff;
	text-decoration: none;
}
/* -----------------------------------------------
= common
----------------------------------------------- */
html {
	font-size: calc(100vw / 75);
}
body {
	color: #d8d8d8;
	background: #000116;
}
.is-pc {
	display: none;
}
.is-nav_opened {
	overflow: hidden;
}
@media print, screen and (min-width: 768px) {/* PC */
html {
	font-size: calc(100vw / 76.8);
}
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
}/* @media */
@media print, screen and (min-width: 1000px) {/* widePC */
html {
	font-size: 62.5%;
}
}/* @media */
/* -----------------------------------------------
= main
----------------------------------------------- */
.main h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: Mongolian Baiti;
	font-size: 12rem;
	transform: translate(-50%,-60%);
}
.main .blog {
	position: absolute;
	bottom: 10rem;
	width: 100%;
	font-family: Mongolian Baiti;
	font-size: 3.8rem;
	text-align: center;
}
.main .blog a {
	transition: opacity .3s;
}
.main .blog a:hover {
	opacity: .8;
}
@media print, screen and (min-width: 768px) {/* PC */
.main h1 {
	font-size: 9rem;
	transform: translate(-50%,-50%);
}
.main .blog {
	bottom: 5rem;
	font-size: 1.6rem;
}
}/* @media */
/* -----------------------------------------------
= num
----------------------------------------------- */
.num {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.num li {
	position: absolute;
}
.num li:nth-child(1) {
	top: 32vh;
	right: 50%;
	margin-right: 20rem;
	color: #9cf;
	font-size: 10rem;
	transform: rotate(5deg);
	filter: blur(.5rem);
}
.num li:nth-child(2) {
	top: 45vh;
	right: 50%;
	margin-right: 30rem;
	color: #c9f;
	font-size: 12rem;
	transform: rotate(8deg);
	filter: blur(.3rem);
}
.num li:nth-child(3) {
	top: 20vh;
	left: 50%;
	margin-left: 5rem;
	color: #ff9;
	font-size: 18rem;
	transform: rotate(-2deg);
	filter: blur(1rem);
}
.num li:nth-child(4) {
	top: 40vh;
	left: 50%;
	margin-left: -5rem;
	color: #b0e5ff;
	font-size: 15rem;
	transform: rotate(2deg);
	filter: blur(1.3rem);
}
.num li:nth-child(5) {
	top: 45vh;
	left: 50%;
	margin-left: 20rem;
	color: #b3ffb5;
	font-size: 14rem;
	transform: rotate(1deg);
	filter: blur(.8rem);
}
.num li:nth-child(6) {
	top: 50vh;
	right: 50%;
	margin-right: 12rem;
	color: #ffddab;
	font-size: 10rem;
	transform: rotate(6deg);
	filter: blur(.4rem);
}
.num li:nth-child(7) {
	top: 58vh;
	left: 50%;
	margin-left: -5rem;
	color: #ffabd3;
	font-size: 10rem;
	transform: rotate(4deg);
	filter: blur(.4rem);
}
.num li:nth-child(8) {
	top: 63vh;
	left: 50%;
	margin-left: 9rem;
	color: #aeecff;
	font-size: 8rem;
	transform: rotate(4deg);
	filter: blur(.4rem);
}
.num li:nth-child(9) {
	top: 30vh;
	left: 50%;
	margin-left: 20rem;
	color: #f1b6ff;
	font-size: 11rem;
	filter: blur(.6rem);
}
.num li:nth-child(10) {
	top: 60vh;
	right: 50%;
	margin-right: 20rem;
	color: #99f;
	font-size: 10rem;
	transform: rotate(3deg);
	filter: blur(.4rem);
}




