article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

body {
	--color-text: #fff;
	--color-bg: #252525;
	--color-link: #fff;
	--color-link-hover: #f20c40;
	--color-bg-item1: #15171b;
	--color-bg-item2: #2c35b7;
	--color-bg-item3: #0f1013;
	--color-bg-item4: #1d2027;
	--color-bg-item5: #0f1013;
	--color-item-alt: #494d54;
	--color-quote: #5b677a;
	--color-info: #000;
	--color-title: #000;
	--color-tagline: #fff;
	font-family: "europa", Futura, Arial, sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	transition: color 0.2s;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
}

button:focus,
a:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	/* margin: 0 auto; */
	fill: currentColor;
}

main {
	position: relative;
	width: 100%;
}

.frame {
	/* position: relative; */
	position: absolute;
    left: 0;
    right: 0;
    margin: 4rem auto auto auto;
	z-index: 199;
}

.content {
	/* position: relative; */
	display: block;
	grid-area: 2/1/2/4;
	margin: 1rem 0;
	z-index: 100;
}

.background {
	perspective: 1000px;
}

.background,
.background__copy {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/1.jpg);
	background-position: 50% 0%;
	background-size: cover;
	z-index: 1;
}

.background__copy {
	opacity: 0.3;
	transform: translate3d(0,0,0);
}

.sakuradiary {
	display: block;
	grid-area: sakuradiary;
	justify-self: start;
	z-index: 100;
}
.sakuradiary__content {
	display: flex;
	justify-content: center;
}

.info {
	display: block;
	grid-area: info;
	margin: 1rem 0;
	justify-self: end;
	text-align: center;
	color: var(--color-info);
}

.sakupedia {
	display: block;
	grid-area: sakupedia;
	justify-self: start;
	margin: 4rem 0 0 0;
	z-index: 100;
}
.sakupedia__content {
	display: flex;
	justify-content: center;
}

.sakuradiajp {
	display: block;
	grid-area: sakuradiajp;
	justify-self: end;
	margin: 1rem 0 0 0;
	z-index: 100;
}
.sakuradiajp__content{
	display: flex;
	justify-content: center;
}

.content__title {
	/* font-family: "sabbath-black", serif; */
	font-family: serif;
	/* font-size: 14vw; */
	font-size: 10vw;
	font-weight: normal;
	mix-blend-mode: screen;
	line-height: 0.8;
	margin: 0;
	color: var(--color-title);
	text-align: center;
	z-index: 199;
	cursor: default;
}

.content__tagline {
	color: var(--color-tagline);
	margin: 0 0 0 1rem;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 0.125rem;
	word-spacing: 0.25rem;
	text-align: center;
	z-index: 199;
	cursor: default;
}

.sakupedia__title {
	margin: 0 0 0 1rem;
}

.sakuradiary__title {
	margin: 0 0 0 1rem;
}

.sakuradiajp__title {
	margin: 0 0 0 1rem;
}

.action {
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 0;
}

@media screen and (min-width: 53em) {
	.frame {
		margin: auto;
		position: fixed;
		z-index: 199;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 1.5rem;
		pointer-events: none;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 
		'sakuradiary info'
		'... ...'
		'sakupedia sakuradiajp';
	}
	.frame a {
		pointer-events: auto;
	}
	.sakuradiary {
		grid-area: sakuradiary;
		justify-self: start;
	}
	.info {
		margin: 0 3rem 0 0;
	}
	.content {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		/* min-height: 100vh; */
		text-align: left;
	}
	.sakupedia {
		grid-area: sakupedia;
		justify-self: start;
		margin: 0;
	}
	.sakuradiajp {
		grid-area: sakuradiajp;
		justify-self: end;
		margin: 0;
	}
}

#coverBlack {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	background: #000000; }