@charset "utf-8";



/*リセットcss*/
html {font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body{box-sizing: border-box;color:#fff;background:#000;font-size:100%;text-align:center;font-family: YakuHanJP_Noto,Noto Sans JP,sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0; vertical-align:bottom;}
em,strong,th{font-style:inherit;font-weight:inherit;font-style:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@font-face { 
	font-family: 'inf';
	src: url(inf.eot);
	}

@font-face { 
	font-family: 'inf';
	src: url('inf.eot?') format('oldIE'), url('inf.woff') format('woff'), url('inf.ttf') format('truetype');
	}

.webfonts{
	font-family: 'inf';
	}

a{
	color: #d3ffff;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px;
	}

h1 {
	width: 90%;
	max-width: 608px; 
	margin:	0px auto 35px;
	z-index: 2;
	position: relative;
	}

h1 img {
	width: 100%;
	}

h2{
	font-family: 'inf';
	font-size: 1.6em;
	line-height: 1.2;
	text-align: center;
	padding: 5px;
	margin: 0 0 1em;
	color: #fff;
	}

/*fade*/
a, #lineUpBox dd, #lineUpBox img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}

header {
	/*border-bottom: 1px #FFF solid;*/
	padding: 100px 0 100px;
	margin: 0;
	position: relative;
	}

	.tradeMark {

		margin: 0 auto -50px;
		max-width: 310px;
		position: relative;
		background-color: #600;
		/*border: 1px #660 solid;*/
		}
	
	.tradeMark img {
		width: 310px;
		height: 280px;
		display: block;
		line-height: 0;
		}

	.tradeMark img:nth-child(2) {
		margin-top: -280px;
		opacity: 0;
		animation: 6s ease-in-out 0s infinite normal fadeanim;
		/*margin-left: 25%;*/
		}

	.tradeMark img:nth-child(3) {
		margin-top: -280px;
		opacity: 0;
		animation: 3s ease-in-out 1.5s infinite normal fadeanim;
		/*margin-left: 50%;*/
		}

	.subTitle {
		font-size: 1.4em;
		font-family: 'inf';
		padding: 10px 0 40px;	
		}


@keyframes fadeanim {
	0%		{opacity: 0;}
	30%		{opacity: 1;}
	60%		{opacity: 0;}
	100%	{opacity: 0;}
	}


@media only screen and (max-width: 768px) {
	h1 {
		margin-bottom: 20px;
		}

	.subTitle {
		font-size: 1.2em;
		}
	}

@media only screen and (max-width: 480px) {
	h1 {margin-bottom: 10px;}

	.subTitle {
		font-size: 1em;
		}
	}



main {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	}


#lineUpBox {
	box-sizing: border-box;
	padding: 0;
	}

#lineUpBox h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

	#lineUpBox img {
		box-sizing: border-box;
		width: 85%;
		border: 1px #FFF solid;
		}

	#lineUpBox img:hover {
		box-shadow: #30EEFF 0px 0px 4px, #4BBEFF 0px 0px 20px;
		}

	#lineUpBox dt {
		box-sizing: border-box;
		width: 40%;
		padding: 5px;
		font-size: 1em;
		text-align: center;
		line-height: 1.2;
		}

	#lineUpBox dd {
		box-sizing: border-box;
		width: 25%;
		padding: 5px;
		margin-left: 5px;
		font-family: 'inf';
		border: 1px #d3ffff solid;
		text-align: center;
		}

	#lineUpBox dd a {
		display: block;
		}

	#lineUpBox dd:hover {
		box-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px, inset #30EEFF 0px 0px 2px, inset #4BBEFF 0px 0px 4px;
		-webkit-box-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px, inset #30EEFF 0px 0px 2px, inset #4BBEFF 0px 0px 4px;
		-moz-box-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px, inset #30EEFF 0px 0px 2px, inset #4BBEFF 0px 0px 4px;
		-o-box-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px, inset #30EEFF 0px 0px 2px, inset #4BBEFF 0px 0px 4px;
		}


@media only screen and (max-width: 768px) {
	#lineUpBox h2 {
		font-size: 1em;
		}
	}


@media only screen and (max-width: 480px) {

	#lineUpBox h2 {
		font-size: 0.9em;
		padding: 0;
		}
	}

.overseaver {
	max-width: 800px;
	width: 50%;
	margin: 100px auto 100px;
	}
@media only screen and (max-width: 768px) {
	.overseaver {width: 100%;}
	}



.snsBox {
	display: flex;
	flex-wrap: wrap;justify-content: space-around;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}

.snsBox>div {
	flex-basis: 44%;
	}

.fb-page {
	width: 100%;!important;
	}

.fb-page>span {
	width: 100%!important;
	height: 400px;
	}

.fb-page iframe {
	width: 100%!important;
	}

.snsBox h2 {
	font-size: 0.9em;
	margin-bottom: 0.25em;
}

@media only screen and (max-width: 768px) {
	.snsBox {width: 92%;max-width: 500px;}
	.snsBox>div {
		flex-basis: 100%;
		margin-bottom: 50px;
		}
	.snsBox h2 {
		font-size: 0.8em;
		}
	}


@media only screen and (max-width: 480px) {

	.snsBox h2 {
		font-size: 0.75em;
		padding: 0;
		}
	}




/*SNSシェアボタン*/
.shareBox {
	width: 100%;
	text-align: center;
	position: relative;
	}

	.shareButtons {
		display: flex;
		justify-content: space-between;
		width: 250px;
		height: auto;
		margin: 0px auto;
		padding: 100px 0 0;
		clear: none;
		z-index: 888;
		}

	.shareButtons>div>a {
		display: block;
		width: 40px;
		height: 40px;
		background-size: contain;
		background: no-repeat top center;
		}

	.shareButtons>div.fbBtn a 		{background-image: url("../images/sns_ico_01_fb.svg");}
	.shareButtons>div.tweetBtn a 	{background-image: url("../images/sns_ico_02_tw.svg");}
	.shareButtons>div.lineBtn a 	{background-image: url("../images/sns_ico_03_line.svg");}

@media only screen and (max-width: 768px) {

	}



/*フッター ここから------------------------------------------------------------------------------*/
footer {
	box-sizing: border-box;
	padding: 50px 0 100px;
	background-size: cover;
	text-align: center;
	color: #eee;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	}

footer .taitoLogo {
	width: 200px;
	margin: 0 auto 30px;
	}

footer .gamearchivesLogo {font-size: 0.8em;}
footer .gamearchivesLogo img {
	width: 160px;
	margin-left: 1em;
	}

footer ul {
	flex: 1;
	height: 1em;
	padding: 0;
	margin: 30px auto;
	text-align: center;

	}

footer ul li {
	display: inline-block;
	list-style-type: none;
	border-right: 1px #fff solid;
	padding: 0 5px;
	text-align: center;
	line-height: 1;
	}

footer ul li:last-child {
	border: none;
	}

footer ul li a, footer ul li a:visited,footer ul li a:hover {
	color: #fff;
	text-decoration: none;
	}

footer p.copyright {
	margin: auto;
	font-size: 0.8em;
	}

@media only screen and (max-width: 768px) {
	footer {font-size: 0.6em;}
	}

/*フッター ここまで------------------------------------------------------------------------------*/



/*flexbox*/
div.flexBox {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}

.flexBox>div {
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 10px;
	}

.flexBox>div img {
	display: block;
	margin: auto;
	}

.flexBox>div p {
	margin: 0;
	word-break: break-all;
	padding: 1em;
	}

.boxset4>div {flex-basis: 25%;}
.boxset3>div {flex-basis: 33%;}
.boxset2>div {flex-basis: 50%;}

@media only screen and (max-width: 768px) {
	.boxset3>div, .boxset2>div {flex-basis: 100%;}
	.boxset4>div {flex-basis: 50%;margin-bottom: 1em;}
	}
	
@media only screen and (max-width: 480px) {
	}


#lineUpBox div.dd {
	flex-basis: 25%;
	box-sizing: border-box;
	padding: 5px;
	font-family: 'inf';
	border: 1px #d3ffff solid;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	}

#lineUpBox div.dd a {display: block;}

#lineUpBox div.dd:hover {
	box-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px, inset #30EEFF 0px 0px 2px, inset #4BBEFF 0px 0px 4px;
	-webkit-box-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px, inset #30EEFF 0px 0px 2px, inset #4BBEFF 0px 0px 4px;
	-moz-box-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px, inset #30EEFF 0px 0px 2px, inset #4BBEFF 0px 0px 4px;
	-o-box-shadow: #30EEFF 0px 0px 2px, #4BBEFF 0px 0px 4px, inset #30EEFF 0px 0px 2px, inset #4BBEFF 0px 0px 4px;
	}

@media only screen and (max-width: 768px) {

	#lineUpBox div.dd {
		font-size: 0.8em;
		flex-basis: 26%;
		}
	}

@media only screen and (max-width: 480px) {
	#lineUpBox div.dd {
		}
	}

