body,#top,.sp_menu_back,#loading,.profile,footer {
	background-color: #000;
}
#main {
	background-color: #404040;
	color: #fff;
	font-family: "Yu Gothic", sans-serif;
	border-color: #fff;
}
a {
	color: #fff;
}
#top .cover img {
	filter: grayscale(100%);
}
.slideshow picture {
	opacity: 0;
	animation: fade 15s infinite;
}
.slideshow picture:nth-child(1) {animation-delay: 0s;}
.slideshow picture:nth-child(2) {animation-delay: 5s;}
.slideshow picture:nth-child(3) {animation-delay: 10s;}
@keyframes fade {
	0%   { opacity: 0; }
	10%  { opacity: 1; }
	30%  { opacity: 1; }
	40%  { opacity: 0; }
	100% { opacity: 0; }
}



.profile .close_button:before, .profile .close_button:after {
	background-color: #fff;
}
.profile .contents {
	margin: 5em 15em;
}
@media screen and (max-width: 568px) {
	.profile .contents {
		margin: 5em 0;
	}
}
.profile .heading {
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	line-height: 1em;
}
.profile .heading span {
	display: block;
	font-size: 0.5em;
	color: #9f9f9f;
}
.profile .contents .box {
	margin-bottom: 2em;
}
.profile .contents .box_heading {
	border-bottom: solid 0.1em;
}
#about .box {
	width: 33%;
}
@media screen and (max-width: 568px) {
	#about .box {
		width: 100%;
	}
}