﻿@charset "utf-8";

body{
	background-color: #000;
	font-family: YakuHanJP_Noto,Noto Sans JP,sans-serif;
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; sans-serif*/;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 1.1em;
	color: #fff;
	}

a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
	}
a:visited	{color: #fff;}
a:hover		{color: #fff;text-decoration: underline;}
a:focus, *:focus { outline:none; }

rt {font-size: 0.4em}

.makerLogo {}

header .makerLogo {
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
	}

.makerLogo>a:first-child {
	display: inline-block;
	width: 140px;
	margin-right: 30px;
	}

.makerLogo>a:last-child {
	display: inline-block;
	width: 220px;
	}

.makerLogo>a:last-child:hover {cursor: default;}

.makerLogo a img {display: block;width: 100%;}

h1 {margin: 120px 0 0 0;padding: 0;;}
h1 img {display:block;margin: 0;width:60%;max-width: 800px;padding: 0 0 0;}

h2{box-sizing: border-box;padding: 0;margin: 0 0 100px 5%;}
h2 img {display: block;width: 50%;max-width: 640px;}

.news {
	padding: 20px 20px 5px 80px;;
	background-color: rgba(0,0,0,0.5);
	}

h3 {
	box-sizing: border-box;
	width: 98%;
	background: #c80852 url(../images/apps/img_190409_nw_hilite_bg.png) top right no-repeat;
	color:#fff;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0 auto 1em;
	padding: 1em 0.5em 1em 1em;
	flex-basis: 100%;
	font-weight: 500;
	}

.news h3 {
	width: auto;
	margin: 0 0 1em;
	padding: 0;
	background: none;
	font-size: 1em;
	}

.news ul {margin-top: 5px;font-size: 0.9em;min-height: 80px;}
.news li {margin-bottom: 0.5em;letter-spacing: 0.02em;}
.news li>span {font-weight: bold;margin-right: 1em;}


h4{
	font-size: 1.1em;
	line-height: 1.2;
	margin: 2em 0.5em 1em;
	padding: 0.5em;
	border-bottom: 1px #fff dotted;	
	font-weight: 500;
	}

h5 {
	margin: 0 0.5em;
	font-size: 1em;
	}

p {
	padding: 2em 2em 0 2em;
	line-height: 1.8;
	letter-spacing: 0.02em;
	font-size: 0.9em;
	margin: 0 0 20px;
	}

dl {}

dt {font-weight: bold;
	margin: 0px;
	}

dd {margin: 0px;
	margin-bottom: 1em;
	}

ul {padding-left: 1.5em;}
li {margin-bottom: 0.5em; line-height: 1.6em;}

ul.readme {
	float: right;
	font-size: 0.9em;
	}

ul.readme li {
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

table {
	border: none;
	border-collapse: collapse;
	margin: 3em auto 3em;
	}

th, td {
	border: none;
	padding: 5px 10px;
	vertical-align: top;
	}

th {
	word-break: keep-all;
	text-align: right;
	}


strong, .errorTxt {color:#ff0;}


/*フェード*/
a, .chronology h3, .modal img, #openBtn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

/*MS Edgeのバグ対応とりあえず*/
@supports (-ms-ime-align: auto) {
	a{transition: none;}
	}


/*上へもどる*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 0;
	margin: 0;
	z-index: 999;
	}

#pageTop a {
	display: block;
	height: 68px;
	width: 68px;
	width: 68px;
	background: url(../images/apps/img_181120_arrow.svg) no-repeat center center;
	background-color: #00cfff;
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.2);
	color: #fff;
	}

#pageTop a:hover {
	margin-bottom: 5px;
	background-color: #88e9ff;
	}


/*汎用ボタン*/
.button {padding: 0;margin: 10px auto 0;}
.button a {
	display: block;
	box-sizing: border-box;
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #00cfff;
	padding: 15px 20px;.
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #000;
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.2);
	text-decoration: none;
	border-radius: 2px;
	}

.button a span {font-size:1.8em;}

.button.tweet a {
	background-color: #1da1f2;
	color: #fff;
	}
.button.disabled a {
	background-color: #666;
	}

.button a:hover {background-color: #88e9ff;}
.button.disabled a:hover {opacity:1;cursor:default;}


.map .button {
	display: inline-block;
	margin: 0;
	vertical-align:baseline;
	}

.map .button a {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0;
	width: 4em;
	line-height: 1.6;
	}


.twitterLink {
	margin-top: 0px;
	margin-bottom: 60px;
	}

.twitterLink a{
	max-width: 900px;
	margin: 0 auto 0;
	font-size: 1em;
	}

/*記事用*/
.small	{font-size: 0.7em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.8em;}
.center	{text-align: center;}
.spaced {padding: 1em;}
.left	{float: left;}
.right	{float: right;}
.attention {color: #FF0000;}
.clear {clear: both;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.hide {display: none;}
.sun {color: #f00;}
.sat {color: #008FEB;}
.price {font-size: 1.4em;font-weight: bold;}
.sponly {display:none;}
.nosp{display:inherit;}

/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}

/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

.oldVersion {
	text-align: center;
	color: rgb(255,0,4);
	padding: 10px;
	}

/*大枠*/
.primaryContainer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	line-height: 1.6;
	}

/*ヘッダ*/
header {
	box-sizing: border-box;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 20px;
	background: url(../images/apps/img_190409_nw_kv.png) no-repeat top right,rgb(251,196,95);
	background: url(../images/apps/img_190409_nw_kv.png) no-repeat top right,-moz-linear-gradient(45deg, rgba(251,196,95,1) 0%, rgba(217,135,98,1) 12%, rgba(101,49,88,1) 49%, rgba(101,49,88,1) 100%);
	background: url(../images/apps/img_190409_nw_kv.png) no-repeat top right,-webkit-linear-gradient(45deg, rgba(251,196,95,1) 0%,rgba(217,135,98,1) 12%,rgba(101,49,88,1) 49%,rgba(101,49,88,1) 100%);
	background: url(../images/apps/img_190409_nw_kv.png) no-repeat top right,linear-gradient(45deg, rgba(251,196,95,1) 0%,rgba(217,135,98,1) 12%,rgba(101,49,88,1) 49%,rgba(101,49,88,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc45f', endColorstr='#653158',GradientType=1 );
	background-size: auto,cover;
	position: relative;
	}


/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
	width: 100%;
    max-width: 1280px;
    display: block;
	overflow: hidden;
	}

section {
	margin: 0 auto 100px;
	align-items: gflex-start;
	flex-wrap: wrap;
	}

section img {
	display: block;
	width: 100%;
	margin: 5px;
	}

section img.characters {
	max-width: 600px;
	margin: 0 auto;
	}

section img.fire {
	border: 1px #ff6000 solid;
	box-shadow: 0 0 25px 1px rgba(255,0,0,0.8);
	}


.mincho {
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
	font-family: 'Noto Serif JP', serif;
	}

.youtube {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

.youtube iframe {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	}


/*SNSシェアボタン*/
.shareBox {
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto 4em;
	clear: both;
	padding: 0 2px 0;
	text-align: center;
	}

	.shareButtons {
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		}

	.shareButtons div {
		line-height: 1;
		margin-right: 20px;
		margin-bottom: 10px;
		}

	.shareButtons div:last-child {
		margin-right: 0;
		}

		.fb-like {
			float: left;
			}

		.googleBtn {
			float: left;
			width: 52px;
			overflow: hidden;
			}

/*オリジナルボタン化*/
		.tweetBtn, .lineBtn {
			float: left;
			border-radius: 2px;
			}

		.tweetBtn {
			background: url(../images/ico_sns_twitter.png) left top no-repeat #1b95e0;
			background-size: contain;
			}

		.lineBtn {
			background: url(../images/ico_sns_line.png) left top no-repeat #00C300;
			background-size: contain;
			display: none;
			}

		.tweetBtn a, .lineBtn a {
				display: inline-block;
				color: #fff;
				line-height: 20px;
				text-align: right;
				vertical-align: middle;
				text-decoration: none;
				}

		.tweetBtn a {
				width: 57px;
				padding: 0 5px 0 5px;
				font-size: 0.6em;
				}

		.lineBtn a {
			width: 67px;
			padding: 0 5px 0 5px;
			font-size: 0.5em;
			}


footer {
	padding: 50px 0 100px;
	background-color: #000;
	text-align: center;
	color: #fff;
	}

footer .makerLogo {
	margin-bottom: 80px;
}

footer p.typex	{margin-bottom: 30px;}
footer p.typex img {
	width: 100%;
	max-width: 310px;
	}

footer p.copyright {
	margin: auto;
	font-size: 0.6em;
	}

footer ul {
	flex: 1;
	height: 1em;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-size: 0.8em;
	}

footer ul li {
	display: inline-block;
	list-style-type: none;
	border-right: 1px #666 solid;
	padding: 0 5px;
	text-align: center;
	line-height: 1;
	}

footer ul li:last-child {
	border: none;
	}

footer ul li a {
	text-decoration: none;
	}



@media only screen and (max-width: 768px) {
header {min-height: inherit;background: url(../images/apps/img_190409_nw_kvsp.jpg) no-repeat top left;background-size: 100%;}
header .makerLogo {
	padding: 10px 10px;
	}

.makerLogo>a:first-child {
	width: 30%;
	margin-right: 3%;
	}

.makerLogo>a:last-child {
	width: 45%;
	}
	
h1{margin-top: 87%;}
h1 img {width: 90%;margin: 0 auto 0;}
h2{width: 80%; margin: -10px auto 0;}
h2 img {width: 100%;}
	
.catch {width:90%;margin: 2% auto 0;}
.capcom-taito	{width:60%;margin:15% auto 0;}
.news {padding-left: 20px;}

main {width:100%;}
rt {font-size: 0.5em}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
.lineBtn {display: block;}
.button {padding: 0;margin: 10px auto 0;}
.button.fixed {position:inherit;width: 95%;margin: 20px auto 40px;}
.sub p {text-align: center;}
}


@media only screen and (max-width: 480px) {
table {display: block;width: 95%;margin: 0 auto;box-sizing: border-box;}
th, td {display: block;width: 100%;box-sizing: border-box;}
th {padding:20px 0.75em 0 0.75em;word-break: normal;text-align: left;}
td {padding:0 0.75em 20px 0.75em;border-bottom: 1px #999 solid;}
h2 {font-size:1.2em;}
h3 {width: 100%;}
.button a {font-size: 0.9em;}
.nosp {display:none;}
.sponly {display: block;}
.shareButtons div {margin-right: 10px;}
.artist>div>div h3 {font-size: 0.8em;}
footer {padding-bottom: 100px;}
footer p.copyright {font-size: 0.6em;}
}

/*FlexBox*/
.flexBox {
	display: flex;
	box-sizing: border-box;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	}

	.flexBox>div, .flexBox>p {
		display: block;
		box-sizing: border-box;
		flex-basis: 25%;
		height: auto;
		padding: 0;
		margin: 0 0 20px;
		word-break: break-all;
		}

.flexBox>div img {
	display: block;
	width: 95%;
	height: 95%;
	margin: 2.5%;
	}

.boxset5>div {flex-basis: 20%;}
.boxset4>div {flex-basis: 25%;}
.boxset3>div {flex-basis: 33.3%;}
.boxset2>div {flex-basis: 50%;}


@media only screen and (max-width: 768px){
.boxset5>div {flex-basis: 33.3%;}
.boxset4>div {flex-basis: 50%;}
.boxset3>div {flex-basis: 50%;}
.boxset2>div {flex-basis: 100%;}
}

@media only screen and (max-width: 480px){
.boxset5>div {flex-basis: 50%;}
.boxset4>div {flex-basis: 100%;}
.boxset3>div {flex-basis: 100%;}
.boxset2>div {flex-basis: 100%;}	
}



