@charset "UTF-8";

/* --------------------------------------------------------------
	
M2 Shot Triggers / Dangun Feveron Website auxiliary CSS for responsive
2018/03/19 ver.

--------------------------------------------------------------  */


/* = Basic
-------------------------------------------------------------- */


body{
	min-width: 0;
	height: auto;
}

.pconly{
	display: none;
}

.sponly{
	display: block;
}

body{
	width: 100%;
	float: none;
}

.inner{
	width: 100% !important;	
	box-sizing: border-box;
	padding: 0 10px;
}

body.page-system section .inner{
	padding: 20px;	
}

.contents section {
    padding-bottom: 20px;
}


#logo img,
#maincopy img,
#sec-txt img,
.contents img{
	display: block;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	float: none;
}

.pageheader img{
	max-width: 100%;
}

.floatleft,
.floatright{
	float: none;
	margin: 0 auto 10px auto !important;
}

.caption{
	text-align: center;
}


.fancybox, .youtube {
    display: block;
}



/* = Global Nav
-------------------------------------------------------------- */

.menu-switch{
    display: block;
    box-sizing: border-box;
    position: absolute;
	top: 40px;
    left: 15px;
    width: 75px;
    height: 64px;
    padding: 21px 0 0 15px;
    color: #fff;
    z-index: 110;
}

body.home .menu-switch{
	top: 10px;
}

.menu-switch:hover{
	cursor: pointer;
}

.menu-switch-btn{
	position: relative;
	top: 2px;
}

.menu-switch-btn {
    display: block;
    width: 42px;
    height:42px;
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 3;
    border:1px solid #fff;
    background: #000;
}
.menu-switch-btn span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.menu-switch-btn span:first-child {
    top: 12px;
}
.menu-switch-btn span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.menu-switch-btn span:last-child {
    bottom: 12px;
}
.menu-switch-btn.on span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.menu-switch-btn.on span:nth-child(2) {
    opacity: 0;
}
.menu-switch-btn.on span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


#gn-sp .sp-nav{
	display: none;
	border-top: 1px #484848 solid;
	padding: 0;		

	position: absolute;		
	width: 100%;
	height: 100%;
	top: 0;
	
	box-sizing: border-box;
	padding: 0;
	background: rgba(0,0,0,.9);
	z-index: 100;
	
}

#gn-sp .sp-nav li {
	position: relative;
	display: block;
	width: 100%;
	height: auto !important;
	border-bottom: solid #8b8482 1px;

	color: #f8f5f0;
	text-align: right;
	text-transform: uppercase;
    font-size: 22px;
    font-style: italic;
	margin: 0;
	padding: 0;
}

#gn-sp .sp-nav li > a
{
	background: rgba(0,0,0,.8);
	padding: 15px 25px;
	color: #b1bb95; 
	display: block;
	text-decoration: none;
}

#gn-sp .sp-nav li > a:hover{
	text-decoration: none;
	color: #fff;
	background: rgba(70,70,70,.8);
}



/* = Header
-------------------------------------------------------------- */

#branding{
	height: auto;
	text-align: center;
}


#logo{
	width: 100%;
	position: inherit;
	margin: 0;
	left: auto;
}

body.page .header .inner{
	padding: 0;
}

body.page #logo
{    background: rgba(0,0,0,.8);}

.sns-btns-mob{
	position: inherit;
	top: auto;
	text-align: center;
	margin: 20px 0;
}

.marks{
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
}

#logos-mob{
	text-align: center;
}



/* = Spec Section
-------------------------------------------------------------- */

.spec .box-inner .inner{
	padding: 20px;
}

.marks ul{
	text-align: center;
}


.spec .box-inner {
    padding: 20px 15px;
}

.spec  h2{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	float: none;
	
}

.spec table{
	float: none;
	margin-right:0;
	margin-bottom: 10px;
	font-size: .8em;
	width: 100%;
}

.spec table th,
.spec table td{
	white-space: nowrap;
}

.cero {
	text-align: center;
}



/* = Footer
-------------------------------------------------------------- */

#logos{
	text-align: center;
	margin:20px 0 10px 0;
}

#logos img{
	position: relative;
	right: auto;
	top: auto;
	display: inline;
}


/* = Global top
-------------------------------------------------------------- */
/*
#bg:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 200;
	bottom: 0;
	left: 0;
	
	background: url(../img/bg_homebg.png) repeat-x;
}*/

#maincopy{
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
    line-height: 1;
    }
   
 
#sec-txt{
	margin-top: 0;
}


.news-ticker ul{
	margin: 0 0 0 18px;
}

#m2stg-mob-top{
	margin-top: 3em;
	text-align: center;
}

.home #logo img{
	padding-top: 160px;
}

/* = Pages
-------------------------------------------------------------- */

.pageheader h1{
	padding-top: 20px;
}

section .inner{
	border-left: none;
	border-right: none;}
	
#sec-story .inner,
#sec-character .inner{
	padding: 20px;
}


.character-txt,
.character-img{
	width: auto;
	float: none;
}

.news .detail{
	padding: 1em;
}



/* =Feauture
-------------------------------------------------------------- */

.gadget-list li{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
   }
    
.flexthumbs{
	display: block;
}

.thumb3{
	width: auto;
}

.thumb3.empty{
	display: none;
}

.gamemode th, .gamemode td, .soundlist th, .soundlist td {
    display: block;
    padding: .2em;
}

#sec-about .inner{
	padding: 20px;
	background-size:100% auto;
}


/* =Gallery
-------------------------------------------------------------- */

.thumnaillist{
	text-align: center;
}

/* =Character
-------------------------------------------------------------- */

.character-img:before{
	left: 50% !important;
	margin-left: -170px;
}

#sec-gra .character-img{
	width: 100%;
}

#sec-gra .character-img:before{
	left: 0;
}


