#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
	#mc_embed_signup input.email {width:100%; margin-bottom:5px;}
	#mc_embed_signup .clear {display: block; width: 100% }
	#mc_embed_signup .button {width: 100%; margin:0; }
}

#mc_embed_signup .button {
	background-color: #febe00;
}

#mc_embed_signup .button,
.alternate-bg p,
.alternate-bg h4 {
	background-color: #febe00;
	/*background-image: url(../images/bg_cover.gif);*/
	background-position: center;
	background-repeat: repeat;
	color: black;
}

.central {
	text-align: center;
}

.ui.menu .item:before {
	width: 0px;
}

header.main {
	width: 100%;
	display: table;
	margin: 0;
	max-width: none;
	text-align: center;
}

section p {
	color: white;
	text-align: center;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.3;
}

.grow {
	transition: all .2s ease-in-out;
}

.grow:hover {
	transform: scale(1.3);
}

.character-section {
	margin-top: 3em !important;
}

.character-description {
	margin-top: 5em;
}

.character {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.main-background {
	margin-top: 8em;
	margin-bottom: 4em;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	max-width: 1446px;
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
	}
	to {
		opacity: 1;
	}
}

#main-visual-drop {
	/*margin-top: 5em;*/
}

#main-visual-drop .platform-link{
	width: 100%;
	margin-bottom: 50px;
}

#main-visual-drop .platform-link a{
	display: inline-block;
}

#main-visual-drop .platform-link a:after{
	display: none;
}

#main-visual-drop .platform-link a.ps{
	width: 173px;
	height: 70px;
}

#main-visual-drop .platform-link a.sw{
	width: 61px;
	height: 70px;
	margin-left: 60px;
	margin-right: 60px;
}

#main-visual-drop .platform-link a.st{
	width: 179px;
	height: 70px;
}

#main-visual-drop .platform-link a img{
	display: block;
	width: 100%;
	height: 100%;
}

.content-background {
	width: 100%;
	height: 100%;
	background-size: auto;
	-webkit-width: 100%;
	-webkit-height: 100%;
	-webkit-background-size: auto;
	-moz-width: 100%;
	-moz-: 100%;
	-moz-background-size: 100%;
}

.black {
	background: black;
}

.black .tiny-header {
	background: #febe00;
	color: black !important;
	border-radius: 30px;
}

.yellow {
	background: #febe00;
}

.yellow p {
	color: #000;
	text-align: center;
}

.yellow a {
	color: white;
	text-align: center;
}

.yellow a:hover {
	color: #4183c4;
}

.white {
	background: white;
}

.white p {
	color: #000;
	text-align: center;
}

.tiny-header {
	margin-top: 2em !important;
	background: black;
	color: white !important;
	border-radius: 30px;
}

.container.section-header {
	margin-top: 5em;
	margin-bottom: 5em;
	-webkit-margin-top: 5em;
	-webkit-margin-bottom: 5em;
	-moz-top-margin-top: 5em;
	-moz-top-margin-bottom: 5em;
}

.subscription {
	text-align: center
}

.section-header {
	font-size: 48px;
	text-align: center;
}

.yellow .section-header h3 {
	color: #000;
	font-size: 52px;
}

.black .section-header {
	color: #febe00;
}

.hidden.menu {
	display: none;
}

.logo-parent {
	margin-top: 10em;
}

.logo.image {
	/*filter: invert(100%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
	border-radius: 5px;
}

.description {
	text-align: center;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.masthead.segment {
	min-height: 700px;
	padding: 1em 0em;
}

.masthead .logo.item img {
	margin-right: 1em;
}

.masthead .ui.menu .ui.button {
	margin-left: 0.5em;
}

.masthead h1.ui.header {
	margin-top: 3em;
	margin-bottom: 0em;
	font-size: 4em;
	font-weight: normal;
}

.masthead h2 {
	font-size: 1.7em;
	font-weight: normal;
}

.ui.vertical-top.stripe {
	padding: 8em 0em;
}

.ui.vertical-top.stripe h3 {
	font-size: 2em;
}

.ui.vertical-top.stripe .button+h3,
.ui.vertical-top.stripe p+h3 {
	margin-top: 3em;
}

.ui.vertical-top.stripe .floated.image {
	clear: both;
}

.ui.vertical-top.stripe p {
	font-size: 1.33em;
}

.ui.vertical-top.stripe .horizontal.divider {
	margin: 3em 0em;
}

.quote.stripe.segment {
	padding: 0em;
}

.quote.stripe.segment .grid .column {
	padding-top: 5em;
	padding-bottom: 5em;
}

.footer.segment {
	padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
	display: none;
}

#mobile {
	display: none;
}

#iphone5 {
	display: none;
}

@media only screen and (max-width: 850px) {
	#desktop {
		display: none;
	}

	#mobile {
		display: block;
	}
}

@media only screen and (max-width: 350px) {
	#desktop {
		display: none;
	}

	#mobile {
		display: none;
	}

	#iphone5 {
		display: block;
	}
}

a {
	text-decoration: none;
	position: relative;
	color: #febe00;
}

a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 2px solid #febe00;
	transition: 0.4s;
}

a:hover:after {
	width: 100%;
}

#footer a.item:hover {
	color: #febe00;
}

.copyright {
	font-size: 12px;
	color: gray;
}

#publisher {
	text-align: right;
}

.logos {
	float: right;
}

.ui.vertical-top.segment {
	background: white;
	background: url(images/patterned_bg.jpg) top center;
	background-size: cover;
	color: white;
}

.game-ui, .game-ui.vertical-top.segment {
	border-top: solid 2px #febe00;
}

@-moz-document url-prefix() {
	.game-ui {
		overflow: auto;
	}
}

.game-ui > .ui.menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.column > p, h1, h2, h3, h4, .section-header {
	font-family: 'Exo 2', sans-serif !important;
}
@media only screen and (min-width: 769px){
	section#sns{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	section#sns .widget-fb,.widget-tw{
		display: inline-block;
	}

	section#sns .widget-fb{
		width: 300px;
		margin-right: 40px;
	}

	section#sns .widget-tw{
		width: 300px;
	}
}


html[lang="ja"] #characterSelection p{
	text-align: left;
}

html[lang="ja"] #unitSelection h2 + div{
	text-align: left;
}

@media only screen and (min-width: 851px) {
	html[lang="ja"] #terrainSelection h2 + div{
		white-space: nowrap;
	}
}

section.tinymetallove{
	width: 100%;
	background-color: #febe00;
	margin-bottom: 45px;
}

section.tinymetallove .inner-tinymetallove{
	width: 700px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
section.tinymetallove .inner-tinymetallove img.title{
	width: 100%;
	margin-bottom: 60px;
}

section.tinymetallove .inner-tinymetallove img.img{
	width: 100%;
	margin-bottom: 40px;
}


section.tinymetallove p{
	font-size: 16px;
	line-height: 24px;
}

section.tinymetallove p:nth-of-type(1){
	background-color: black;
	display: inline-block;
	margin-bottom: 40px;
	border-radius: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

section.tinymetallove p:nth-of-type(2){
	width: 640px;
	margin: 0 auto 30px;
	color: black;
	text-align: center;
}

section.tinymetallove p:nth-of-type(2){
	width: 920px;
	white-space: nowrap;
	margin-left: -110px;
}

section.tinymetallove div.inner-tinymetallove ul{
	width: 630px;
	font-size: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
section.tinymetallove div.inner-tinymetallove ul li{
	list-style: none;
	display: inline-block;
	width: 300px
}
section.tinymetallove div.inner-tinymetallove ul li:nth-child(1){
	margin-right: 30px;
}

section.tinymetallove div.inner-tinymetallove ul li img{
	display: block;
	width: 300px;
	height: 300px;
}
@media only screen and (max-width: 920px){
	section.tinymetallove p:nth-of-type(2){
		width: 600px;
		white-space: normal;
		margin: 0 auto 30px;
	}
}

@media only screen and (max-width: 768px){
	#main-visual-drop div.platform-link{
		margin-bottom: 0;
	}
	#main-visual-drop div.platform-link a {
		display: inline-block;
		margin-right: auto;
		margin-left: auto;
	}
	#main-visual-drop div.platform-link a.ps{
		width: 87px;
		height: 35px;
	}
	#main-visual-drop div.platform-link a.sw{
		width:30px;
		height: 35px;
		margin-left: 25px;
		margin-right: 25px;
	}
	#main-visual-drop div.platform-link a.st{
		width:90px;
		height: 35px;
	}

	section.tinymetallove{
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
	}
	section.tinymetallove div.inner-tinymetallove{
		width: 100%;
		margin: 0 auto;
		padding: 50px 0;
	}
	section.tinymetallove div.inner-tinymetallove img.title{
		display: block;
		margin-bottom: 30px;
	}
	section.tinymetallove div.inner-tinymetallove img.img{
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	section.tinymetallove div.inner-tinymetallove p:nth-of-type(1){
		width: 100%;
		margin-bottom: 30px;
	}
	section.tinymetallove div.inner-tinymetallove p:nth-of-type(2){
		width: 100%;
		text-align: center;
	}
	section.tinymetallove div.inner-tinymetallove ul{
		width: 100%;

	}
	section.tinymetallove div.inner-tinymetallove p:nth-of-type(2):lang(ja){
		width: 100%;
		white-space: normal;
		text-align: center;
		margin: 0 0 20px 0;
	}

	section.tinymetallove div.inner-tinymetallove ul li{
		width: calc(50% - (calc(100% * 20 /335)));
	}
	section.tinymetallove div.inner-tinymetallove ul li:nth-child(1){
		margin-right: calc(100% * 20 /335);
	}
	section.tinymetallove div.inner-tinymetallove ul li img{
		width: 100%;
		height: auto;
	}
	section#sns{
		width: 300px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	section#sns .widget-fb, section#sns .widget-tw{
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	section#sns .widget-fb{
		margin-bottom: 20px;
	}
	section#sns .widget-fb iframe, section#sns .widget-tw iframe{
		width: 100%;
	}
	@media only screen and (max-width: 374px){
		section#sns{
			width: 80%;
			margin: auto;
		}
		section#sns .widget-fb{
			overflow: hidden;
		}
		section#sns .widget-fb, section#sns .widget-tw{
			width: 100%;
		}
	}
}