@charset "UTF-8";
body {
	text-align: left;
	text-decoration: none;
}


/*WRAPEER
------------------------------ */

#wrapper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}


/*FADE LOADER
------------------------------ */

#fade {
	background-color: #000;
	z-index: 99998;
	width: 100%;
	height: 100%;
	background-position: center;
	position: fixed;
	display: none;
}


img {
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}


/*FONT
------------------------------ */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	src: url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype")
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	src: url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype")
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 700;
	src: url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype")
}





/*CONTENTS INNER
------------------------------ */

.contents_inner_modcom {
	position: relative;
	width: 90%;
	max-width: 1920px;
	padding-left: 2%;
	padding-right: 2%;
	margin: 0 auto;

}


@media screen and (min-width:320px) and ( max-width:778px) {

	.contents_inner_modcom {
		position: relative;
		width: 100%;
		max-width: 100%;
		padding-left: 8%;
		padding-right: 8%;
		margin: 0 auto;

	}
}



.alpha:hover {
	opacity: 0.8;
	transition: all 0.5s ease;
}

a:link,
a:visited,
a:active,
a:hover {
	/* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
	text-decoration: none;
}

.pagetop {
	position: fixed;
	left: 2%;
	bottom: 0.1%;
	z-index: 9500;
	cursor: pointer;
}

@media screen and (min-width:320px) and ( max-width:778px) {
	.pagetop {
		right: 10px;
		width: 10%;
		margin-bottom: 25px;
		z-index: 8500;
		cursor: pointer;
	}
}


/*CLEAR FIX
------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

snkentbnr * html .clearfix {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

.wdt100 {
	width: 100%;
}


@media screen and (min-width:320px) and ( max-width:778px) {
	.rspsv {
		width: 100%;
	}
}


/*BOX
------------------------------ */

.rightbox {
	float: right;
	height: auto;

}

.leftbox {
	float: left;
	height: auto;
}


@media screen and (min-width:320px) and ( max-width:778px) {
	.rightbox {
		float: none;
		height: auto;
	}

	.leftbox {
		float: none;
		height: auto;
	}
}



/*MAIN CONTENTS
------------------------------ */


.visible-ld {
	display: none;
}

.snklogo {
		position: absolute;
		margin-left: 20px;
		margin-top: 5px;
	}

@media screen and (min-width:320px) and ( max-width:778px) {
	
	
	.hidden-ld {
		display: none;
	}
	.visible-ld {
		display: block;
	}
}


#topmod {
	width: 100%;
	padding-top:80px;
	padding-bottom: 80px;
	height: auto;

}
@media screen and (min-width:779px) and ( max-width:960px) {
	#topmod {
	padding-top:60px;
	padding-bottom: 80px;
	width: 100%;
	height: auto;
	background-color: #000;
}
}
@media screen and (min-width:320px) and ( max-width:778px) {
	#topmod {
	padding-top:60px;
	padding-bottom: 80px;
	width: 100%;
	height: auto;
	background-color: #000;
}
}

.backcolor {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	z-index: 500;
}
@media screen and (min-width:320px) and ( max-width:960px) {
	.backcolor {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	z-index: 500;
}
}


header {
	position: absolute;
	width: 100%;
	top:0;
	height: auto;
	z-index: 700;

	
}

.langlist {
	position: absolute;
	margin-top: 15px;
	right: 20px;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	font-size: 7pt;
}
.langlist li {
	float: left;
	margin-right: 10px;
	border:1px solid #170b56;
	color:#170b56;
	padding:2px 10px;
	
}
.langlist li:first-child {
	
	margin-right: 10px;
	border:none;
	color:#170b56;
	padding:2px 10px;
	
}
/*各国設定*/
.langlist li:nth-child(2) {
	border:1px solid　#170b56;
	background-color:#170b56;
	color:#fff;
}

.langlist li a:visited {
	color:#170b56;
}
.langlist li a:link {
	color:#170b56;
}

@media screen and (min-width:320px) and ( max-width:778px) {
	.langlist {
	position: absolute;
	margin-top: 13px;
	width: 100%;
	right: 0;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	font-size: 2vw;
		left:1%;
}
.langlist li {
	float: left;
	margin-right: 10px;
	border:1px solid #170b56;
	color:#170b56;
	padding:2px 10px;
	width: 12%;
	text-align: center;
	
}
.langlist li:first-child {
	margin-right: 10px;
	border:none;
	color:#170b56;
	padding:2px 10px;
	width: 25%;
	
}
/*各国設定*/
.langlist li:nth-child(2) {
	border:1px solid　#170b56;
	background-color:#170b56;
	color:#fff;
}

.langlist li a:visited {
	color:#170b56;
}
.langlist li a:link {
	color:#170b56;
}
}


.storelink {
	position: relative;
    margin-top: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	z-index: 500;
	visibility: hidden;
    
}
.storelink li {
float: left;	
	margin-right: 15px;
    margin-top: 20%;
	background-color: rgba(0,0,0,0.9);
	width: 180px;
	height: 53px;
	text-align: center;
	padding:1.5% 3%;
    border:1px solid #fff;
}
.storelink li img {
	width: 105%;
}

/*リリース時設定　last-child削除する*/
.storelink li:hover {
	background-color: rgba(255,120,30,0.9);
	transition: all 0.3s ease;
}


.storelink li:last-child {
margin-right: 0;
}

@media screen and (min-width:320px) and ( max-width:778px) {
	.storelink {
	position: relative;
	margin-top: 15%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 500;
	visibility: hidden;

}
.storelink li {
float: left;	
	margin-right: 20px;
    margin-top: 0%;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	text-align: center;
	padding:1.5% 25%;
    border:1px solid #fff;
}

.storelink li:last-child {
margin-right: 0;
}
}


/* YOUTUBE
------------------------------ */
.youtubewrap {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
	margin-bottom: 0px;
	z-index: 600;
	visibility: hidden;
}

.youtubewrapdlc {
	position: relative;
	margin-top: 5px;
	width: 100%;
	padding-top: 56.25%;
	z-index: 500;
}

.youtubewrapdlc iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border:1px solid #fff;
}
.titlogo {
	position: relative;
	margin-top: 5%;
	margin-bottom: 0px;
	text-align: center;
	z-index: 500;
	visibility: hidden;
}
.maincopy {
	position: relative;
	margin-top: 3%;
	margin-bottom: 40px;
	text-align: center;
	z-index: 500;
	visibility: hidden;
}
.maincopy_textarea {
	position: relative;
	margin-top: 3%;
	margin-bottom: 80px;
	font-family: 'Noto Sans Japanese';
	font-weight: 600;
	 font-size: min(7vw, 30px);
	line-height: 1.6em;
	text-align: center;
	color:#fff;
	z-index: 500;
}
.maincopy_textarea br {
	display: block;
}

@media screen and (min-width:320px) and ( max-width:778px) {
	.titlogo {
	position: relative;
	margin-top: 35%;
	text-align: center;
	width: 65%;
		margin-right: auto;
		margin-left: auto;
	z-index: 500;
	visibility: hidden;
}
	.youtubewrap {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.maincopysp {
	position: relative;
	margin-top: 5%;
	margin-bottom: 10px;
	text-align: center;
	z-index: 500;
}
	
	.maincopy_textarea {
	position: relative;
	margin-top: 3%;
	margin-bottom: 50px;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	 font-size: min(5vw, 25px);
	line-height: 1.5em;
	text-align: justify;
	color:#fff;
	z-index: 500;
}
.maincopy_textarea br {
	display: none;
}

}


.cattit {
	position: relative;
	margin-top:5%;
	text-align: center;
	margin-bottom:0 ;
	z-index: 500;
}

.midinfowrp {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
	padding-bottom: 20px;	
	z-index: 600;
}

.midinfo {
	position: relative;
	width: 100%;
	z-index: 600;
	margin-bottom: 5%;
	padding-bottom:5%;
	border-bottom:1px dotted #fff;
}

.midinfotit {
    margin-top: 50px;
	margin-bottom: 15px;
	text-align: center;

}

.midinfotextarea {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	 font-size: min(3vw, 19px);
	line-height: 1.8em;
	letter-spacing: -0.05em;
	text-align: center;
	color:#fff;
}

.underline {
border:1px solid #fbd019;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.screenshots {
	position: relative;
	margin-top: 10px;
	z-index: 600;
}
.screenshots li {
	float: left;
	margin-right: 10px;
	width: 24%;
	border:1px solid #fff;
}
.screenshots li:last-child {
	margin-right: 0;
}

@media screen and (min-width:320px) and ( max-width:778px) {
	.midinfowrp {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
	padding-bottom: 20px;	
	z-index: 600;
}

.midinfo {
	position: relative;
	width: 100%;
	z-index: 600;
	margin-bottom: 30px;
	padding-bottom:20px;
	border-bottom:1px dotted #fff;
}

.midinfotit {
	margin-bottom: 15px;
	width: 120%;
	margin-left: -10%;

}

.midinfotextarea {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	 font-size: min(3vw, 20px);
	line-height: 1.8em;
	text-align: justify;
	color:#fff;
}
	
	.screenshots {
	position: relative;
	margin-top: 10px;
	z-index: 600;
}
.screenshots li {
	float: left;
	margin-right: 10px;
	width: 48%;
	margin-bottom: 10px;
}
	.screenshots li:nth-child(2) {
	margin-right: 0;
}
.screenshots li:last-child {
	margin-right: 0;
}
}

.mb {
	margin-bottom: 100px;
}




.f_titlogo {
	position: relative;
	margin-top: 10%;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	z-index: 600;
}


@media screen and (min-width:320px) and ( max-width:778px) {
	.f_titlogo {
	position: relative;
	margin-top: 7%;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	z-index: 600;
}
}

.f_titlogo2 {
	position: relative;
	margin-top: 10%;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	z-index: 600;
}



@media screen and (min-width:320px) and ( max-width:778px) {
	.f_titlogo2 {
	position: relative;
	margin-top: 15%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	z-index: 600;
}
}
.titspec {
	position: relative;
	margin-top: 20px;

	font-size: 11pt;
	color:#fff;
	line-height: 1.8em;
	text-align: center;
	z-index: 600;
}

.titstrong {
	font-family: 'Noto Sans Japanese';
	font-weight: 600;
}

.snslist {
	position: relative;
	width: 90px;
    margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	z-index: 600;
}
.snslist li {
	float: left;
	margin-right: 20px;
}
.snslist li:last-child {
	margin-right: 0;
}

footer {
	position: relative;
	padding-bottom: 30px;
	background-color: #000;
	width: 100%;
	height: auto;
	z-index: 5000;
}

.flogo {
	position: relative;
	width: 180px;
	margin: 50px auto;
	margin-bottom: 0;
	z-index: 600;
}

.footertextarea {
	margin-bottom: 10px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	font-size: 8pt;
	text-align: center;
	color:#fff;
}

.nb {
	border-bottom:none;
}


.fadeincl {
    margin-top: 30px;
	opacity: 0;
	transition: .8s;
	transform: translate(50px,0); 
	-webkit-transform: translate(50px,0); 
}
.fade01 {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.spmainback {
	margin-top: 0;
}

.scrldwn {
	position: relative;
	text-align: center;
}

.pgt {
	position: relative;
	font-family: 'Noto Sans Japanese';
	padding-top:8px;
	font-weight: 600;
	font-size: 15pt;
	color:#333;
	background-color: #fbd019;
	height: 50px;
	width: 100%;
	
	text-align: center;
	z-index: 600;
}

#mvtit {
	visibility: hidden;
}



.backimage {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-image: url(https://www.snk-corp.co.jp/official/metalslug-tactics/img/mainback.jpg);
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: cover;
	background-repeat: no-repeat;
	
	z-index: 250;
}

.trigger1 {
	position: absolute;
	margin-top:-10%;
}

@media screen and (min-width:320px) and ( max-width:778px) {
	.backimage {
	position: fixed;
	width: 100%;
	height: 150vh;
	background-image: url(https://www.snk-corp.co.jp/official/metalslug-tactics/img/mainback.jpg);
	background-repeat: no-repeat;
	background-position: left top 0px;
	background-size: cover;
	background-repeat: no-repeat;
	
	z-index: 250;
}
}
.topsnklogo {
	position: absolute;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	right:0;
	z-index: 1100;
}

.flogo_de {
	text-align: center;
	width: 100px;
		margin: 30px auto;
	z-index: 600;
}
.flogo_ls {
	text-align: center;
	width: 190px;
		margin: 30px auto;
	z-index: 600;
}

