@charset "utf-8";
header {
	z-index: 999!important;
	position: relative;
	height: 120px;
}
header h1 {
	margin-bottom: 0;
}
header h1 img {
	display: block;
	margin: 0px auto 0;
	width: 300px;
	max-width: 70%;
	height: auto;
}
main #mv {
	z-index: 1;
	position: relative;
	margin-bottom: 0;
}
main #logo {
	background-image: url(../img/mv.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
main #logo > div {
	max-width: 1024px;
}
.strlist li {
	display: inline-block;
	width: 50%;
	float: left;
	height: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.strlist li a {
	display: block;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background-color: rgba(6,145,148,0.30);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.strlist li a.active {
	background-color: rgba(6,145,148,1.00);
}
.strlist li a:hover {
	color: rgba(255,245,0,1.00);
	background-color: rgba(6,145,148,0.60);
}
.strlist li a.active:hover {
	color: rgba(255,255,255,1.00);
	background-color: rgba(6,145,148,1.00);
}
.strlist::after {
	display: block;
	content: "";
	width: 100%;
	clear: both;
}

#twitter .followbtn{
	display: block;
	width: 50%;
	border-radius: 0.3em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background-color: #55acee;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	background-image: url(../img/ico_tw.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: 10px center;
	line-height: 50px;
}
#twitter .twbox {
	margin: 0 auto;
	height: 400px;
}

h3 {
	line-height: 100%;
	margin-bottom: 0.5em;
}


.releasebox ul {
	padding-left: 1em;
	font-size: 80%;
	line-height: 150%;
	padding-right: 1em;
}
.releasebox ul li {
	padding-left: 1em;
	margin: 1em;
	transform: skewX(-15deg);
	background-color: rgba(149,227,250,0.20);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.releasebox ul li:hover {
	background-color: rgba(149,227,250,0.40);
}
.releasebox ul li a {
	transform: skewX(15deg);
	display: block;
	padding: 0.5em 1em;
}
.releasebox ul li a span {
	display: block;
	font-size: 80%;
	color: rgba(255,255,255,1.00);
}

#bnr .pbox {
	margin-top: 3em;
}
#bnr .pbox:first-child {
	margin-top: 0;
}
.bakuon {
	margin: 0px;
	padding: 1em 0px;
	text-align: center;
	width: 100%;
	line-height: 2em;
}
.bakuon span {
	display: inline-block;
}
.bakuon a {
	font-size: 160%;
	font-weight: 800;
	text-shadow:
		0px 2px 0px rgba(255,255,255,1.00),
		2px 0px 0px rgba(255,255,255,1.00),
		-2px 0px 0px rgba(255,255,255,1.00),
		0px -2px 0px rgba(255,255,255,1.00),
		2px 2px 0px rgba(255,255,255,1.00),
		-2px 2px 0px rgba(255,255,255,1.00),
		2px -2px 0px rgba(255,255,255,1.00),
		-2px -2px 0px rgba(255,255,255,1.00)
		;
	color: rgba(255,0,4,1.00);
}
.bakuon a:hover {
	text-shadow:
		0px 2px 0px rgba(255,255,0,1.00),
		2px 0px 0px rgba(255,255,0,1.00),
		-2px 0px 0px rgba(255,255,0,1.00),
		0px -2px 0px rgba(255,255,0,1.00),
		2px 2px 0px rgba(255,255,0,1.00),
		-2px 2px 0px rgba(255,255,0,1.00),
		2px -2px 0px rgba(255,255,0,1.00),
		-2px -2px 0px rgba(255,255,0,1.00)
		;}
.bnr {
	display: block;
	width: 100%;
	text-align: left;
	padding: .5em 1em;
	border: thin solid rgba(255,204,0,1.00);
	border-radius: .3em;
	background-color: rgba(255,255,255,.1);
	margin-top: .5em;
	position: relative;
	margin-bottom: .5em;
}
.bnr:hover {
	background-color: rgba(255,204,0,1.00);
	color: rgba(0,0,0,1);
}
.bnr::after {
	content: ">";
	position: absolute;
	right: 1em;
}







@media screen and (max-width:1024px){
	main {
		margin-top: -55px;
	}
	#mv > div {
		width: 100%;
	}
	.mv2 {
		display: none;
	}
	.mv {
		display: block;
		width: 100%;
		text-align: center;
	}
	main #logo {
		text-align: center;
		z-index: 2;
		position: relative;
	}
	main #logo h2 img {
		max-width: 90%;
	}

}

@media screen and (max-width:640px) {
	header h1 img {
		height: 100px;
		transition: .5s;
	}
}

@media screen and (min-width:641px) and (max-width:800px) {
	header h1 img {
		height: 150px;
		transition: .5s;
	}
}

@media screen and (max-width:800px){
	header {
		position: fixed;
	}
	main {
		margin-top: 0;
		padding-top: 46px!important;
	}
	#twitter .twbox {
		width: 95%;
	}
	#twitter .followbtn,
	#twitter .twbox {
		width: 80%;
	}
	header h1 img {
		transition: .5s;
		width: auto;
		max-width: auto;
	}
	header h1 img.mini {
		margin: -20px auto 0;
		width: auto;
		max-width: auto;
		height: 50px!important;
		transition: all 300ms 50ms ease-in;
	}
	#header nav ul li.category.home {
		display: none;
	}
}

@media screen and (min-width:1025px){
	#mv > div {
		width: 100%;
		max-width: 1024px;
	}
	header h1 img {
		display: none;
	}
	main {
		margin-top: -55px;
	}
	main #mv {
		position: relative;
		padding-top: 30px;
	}
	.mv2 {
		display: block;
		z-index: 9990;
		position: relative;
	}
	.mv2 h1 {
	}
	.mv2 h1 img {
		max-width: 60%;
		display: block;
		margin: 0 auto;
		z-index: 9999;
	}
	.mv {
		display: block;
		width: 100%;
		text-align: center;
		z-index: 1;
		margin-top: -380px;
	}
	main #logo {
		text-align: center;
		z-index: 2;
		position: relative;
	}
	main #logo h2 {
		width: 100%;
		max-width: 1024px;
		margin: 0;
	}
}

@media screen and (min-width:801px) and (max-width:1280px){
	header h1 img {
		height: 170px;
		width: auto;
		transition: .5s;
	}
	header #topics {
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	#twitter .twbox {
		width: 90%;
	}
	#twitter .followbtn,
	#twitter .twbox {
		width: 75%;
	}
}

@media screen and (min-width:1025px) and (max-width:1280px) {
	header h1 img {
		height: 170px;
		width: auto;
		transition: .5s;
	}
}

@media screen and (min-width:1281px){
	header h1 img {
		height: 170px;
		width: auto;
		transition: .5s;
	}
	header #topics {
		float: left;
		width: 40%;
		padding-right: 10px;
	}
	#twitter .followbtn,
	#twitter .twbox {
		width: 50%;
	}
}
