@charset "utf-8";
.manifest {
    height: auto;
    opacity: 1;
	transition: 0.8s;
}
.latent {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html { 
	font-size: 62.5%;
	min-width: 320px;
}
body {
	background-color: rgba(0,0,0,1.00);
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	color: rgba(255,255,255,1.00);
	font-size:calc(1.4em + 0.25vw);
	line-height: 160%;
}
a {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	color: rgba(134,220,247,1.00);
	text-decoration: underline;
}
p {
	letter-spacing: -0.05em;
}
img {
	max-width: 100%;
}
header::after,
section::after,
article::after {
	display: block;
	content: "";
	width: 100%;
	clear: both;
}
main section > div,
main section article > div,
header > div,
footer > div {
	margin: 0 auto;
}
main,
footer {
	clear: both;
}

/**/
header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 20px
}
header::after {
	display: block;
	clear: both;
	content: "";
	width: 100%;
}
header h1 {
	margin-bottom: 1em;
}
header h1 img {
	display: block;
	margin: -10px auto 0;
}

/**/
main {
	padding-bottom: 3em;
}
main section {
	margin-bottom: 3em;
}
main section article {
	margin-bottom: 3em;
}
main h3 {
	clear: both;
	text-align: center;
	font-size: 200%;
	font-weight: 900;
}
main h3 span {
	display: block;
	font-size: 50%;
	font-weight: 500;
	margin-top: 0.5em;
}
main #social h4 {
	text-align: center;
	color: #CCCCCC;
	font-size: 80%;
	margin-bottom: 1em;
}
main article h4 {
	clear: both;
	text-align: center;
	font-size: 150%;
	font-weight: 600;
	letter-spacing: -0.05em;
	text-shadow: 0px 0px .5em #00FFFF;
	margin-bottom: 2em;
}
main article h4 span {
	display: inline-block;
}

/**/
footer {
	background-image: url(../img/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 5px;
}
footer section {
	padding: 5em 0;
	font-size: 70%;
	line-height: 160%;
	background-color: rgba(255,255,255,1.00);
	color: rgba(102,102,102,1.00);
	text-align: center;
}
footer h2 {
	font-weight: 800;
	font-size: 180%;
	line-height: 100%;
	margin-bottom: 1em;
	letter-spacing: -0.05em;
	color: rgba(178,29,35,1.00);
}
footer h2 span {
	display: inline-block;
}
footer h1 {
	width: 400px;
	max-width: 70%;
	display: block;
	margin: 0 auto 2em;
}
footer a {
	color: rgba(204,0,0,1.00);
}
footer p a img {
	margin: 0.5em 0;
	max-width: 30%;
}
footer p span {
	display: inline-block;
	padding: 0 0.2em;
}
footer p .link {
	margin: 0 .5em;
}
/*ページ上へのリンク*/
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 60%;
}
#page-top a {
	background-color: rgba(102,102,102,0.60);
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(153,153,153,0.60);
	color: #FC3;
}


/*フェードイン処理*/
.fade-up {
	transition: 0.8s;
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
}


/*ソーシャルボタン*/
.btn{
	display: block;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	width: 60px;
}

.twitter{

}

.fb{

}

.line{


}
.social {
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.newsbox .social {
	padding-top: 60px;
}
.social li {
	display: inline-block;
	padding: 0;
}
.social::after {
	display: block;
	clear: both;
	width: 100%;
	content: "";
}
.dash {
	letter-spacing: -0.1em;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1em;
	clear: both;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.out {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/out.png);
	background-repeat: repeat;
	background-position: center center;
	border-radius: 5px;
	z-index: 990;
}


@media screen and (max-width:800px){
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		height: 75px;
		background-position: center -20px;
	}
	header h1 img {
		height: 50px;
	}
	main {
		padding-top: 120px;
	}
}
@media screen and (max-width:640px){
	.sponly {
		display: inline;
	}
	.pconly {
		display: none;
	}
	main section > div,
	main section article > div,
	footer > div {
		width: 98%;
	}
	header section > div {
		width: 100%;
	}
}
@media screen and (min-width:641px) and (max-width:800px){
	.sponly {
		display: inline;
	}
	.pconly {
		display: none;
	}
	header .ct {
		width: 100%;
	}
	main section > div,
	main section article > div,
	footer > div {
		width: 95%;
	}
}
@media screen and (min-width:801px) {
	header h1 img {
		height: 70px;
	}
	header nav ul {
		text-align: center;
		margin-bottom: 1em;
		height: 40px;
		font-size: 14px;
	}
	header nav ul li {
		display: inline-block;
		font-size: 90%;
		margin: 0 1em;
	}
	header nav ul li.category {
		display: none;
	}
	header nav ul li a {
		color: rgba(255,255,255,.8);
		text-shadow: 0 0 1em rgba(255,0,4,1.00);
		position: relative;
		text-decoration: none;
	}
	header nav ul li a:hover {
		color: rgba(255,255,255,1);
		text-decoration: none;
	}
	header nav ul li a::after {
	  position: absolute;
	  bottom: -4px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 2px;
	  background: #FF0000;
	  transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
	}
	header nav ul li a:hover::after {
	  transform: scale(1, 1);
	}
}
@media screen and (min-width:801px) and (max-width:1280px){
	.sponly {
		display: none;
	}
	.pconly {
		display: inline;
	}
	header .ct,
	main section > div,
	main section article > div,
	footer > div {
		width: 90%;
	}
}
@media screen and (min-width:1281px){
	.sponly {
		display: none;
	}
	.pconly {
		display: inline;
	}
	header .ct,
	main section > div,
	main section article > div,
	footer > div {
		width: 1152px;
	}
}
