@charset "UTF-8";

/* --------------------------------------------------------------
	
M2 Shot Triggers / Dangun Feveron Website common CSS
2017/05/08 ver.

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

@font-face {
    font-family: 'shump_squareregular';
    src: url('../../../../assets/font/shumpsquare-regular-webfont.eot');
    src: url('../../../../assets/font/shumpsquare-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../assets/font/shumpsquare-regular-webfont.woff') format('woff'),
         url('../../../../assets/font/shumpsquare-regular-webfont.ttf') format('truetype'),
         url('../../../../assets/font/shumpsquare-regular-webfont.svg#shump_squareregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* = Reset
-------------------------------------------------------------- */

body{
	min-width:1025px;
}

address{
	font-style: normal;
}

img {
	border: none;
	}

sub {
	font-size:0.5em;
	vertical-align:baseline;
	}
small {
    font-size: 65%;
    letter-spacing: 0;
}

a:focus, *:focus { outline:none; }

/*  */
.clear {clear: both;}
.hdn {display:none;}
.nowrap{white-space: nowrap;}



h1,h2,ul,ol,li{
	margin: 0;
	padding: 0;
}


/* = Clear fix
-------------------------------------------------------------- */

.cfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.cfix{display:inline-table;zoom:1;}
/* ¥*/
* html .cfix{height:1%;}
.cfix{display:block;}
/* */


.box:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.box{display:inline-table;zoom:1;}
/* ¥*/
* html .box{height:1%;}
.box{display:block;}
/* */



.clear{
	clear: both;
}


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

html,body {
	margin: 0;
	padding: 0;
}

html{
	overflow: auto;	
}

body {
	overflow: hidden;
}

html{
	background: url(../img/bg_top.jpg) #171b27 no-repeat center top;
	background-attachment: fixed;
	background-size: 100% auto; 
}

body {
	min-height: 600px;
	font-size: 15px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;	
}

a{
	outline: none;
	text-decoration: none;
	color: yellow;
	opacity: 1;
	transition: 0.3s ease-in-out;
}
a:hover {
	text-decoration: underline;
}

a, a:before, a:after, input{ -webkit-transition-property:background color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease; -moz-transition-property:background color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease; -o-transition-property:background color; -o-transition-duration:0.2s; -o-transition-timing-function:ease; }

::selection {
	background-color: #dfdfdf; 
}

body{
	min-width:1024px;
}

.inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.pconly{
	display: block;
}

.sponly{
	display: none;
}


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

#branding{
	background: rgba(0,0,0,.7);
	padding: 10px 0 10px 0;
}

#branding img{
}

#m2stg{
	position: relative;
    top: 7px;
}

.sns-btns {
	position: absolute;
    right: 310px;
    top: 10px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.sns-btns li {
	display: inline-block;
}

#logos {
	position: absolute;
	right: 10px;
	top: -7px;
    margin: 0;
    padding: 0;
    text-align: right;
	}

#logo{
	position: absolute;
	width: 179px;
	height: 150px;
	text-align: center;
    margin: -45px 0 0 -90px;
    left: 50%;
    z-index: 20;
   }

header a img:hover{
	opacity: 0.6;
	transition: 0.3s ease-in-out;
}

#selecter{
	background: #222;
}

#selecter .inner,
.gn li.gn-change{
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	text-align: right;
    font-size: .8em;
}

#selecter a,
.gn li.gn-change a{
	color: #fff;
}

#selecter .active,
.gn li.gn-change a .active {
    color: red;
}

/* =Global Navi
-------------------------------------------------------------- */

.gn{
	padding: 18px 0 11px 0;
	background: #000;
	border-bottom: 2px #ff0000 solid;
	background: #14202f;
}

.gn li{
	box-sizing: border-box;
	display: inline-block;
	margin: 0 9px 0 0;
}

.gn li.gn-separater{
	width: 170px;
}

.gn li.gn-manual{
}

body.page-news .gn li.gn-news,
body.page-feature .gn li.gn-feature,
body.page-system .gn li.gn-system,
body.page-snc .gn li.gn-snc,
body.page-gallery .gn li.gn-gallery{
	border-bottom: 1px solid #fff;
	animation: fever-color 3s infinite;
}

@keyframes fever-color {
  0% { border-color: #ffffff; }
  14% { border-color: #44f23c; }
  42% { border-color: #c5f23c; }
  64% { border-color: #a200b1; }
  79% { border-color: #1cf281; }
  93% { border-color: #0006ff; } 
}


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

footer{
	box-sizing: border-box;
	padding-top: 10px;
	height: 115px;
	background: #fff;
	line-height: 1.5;
}

.copy{
    font-family: 'shump_squareregular',arial,helvetica,sans-serif;
    color: #686868;
    font-size: 9px;
    letter-spacing: .1em;
}

.copyreg{
	font-size: 8px;
	color: #6c6c6c;
}



#page-top {
    width: 78px;
    height: 64px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: none;
}

a#page-top-link {
    display: block;
    width: 78px;
    height: 64px;
    margin: 0;
    padding: 0;
}


/* =Page
-------------------------------------------------------------- */

.contents{
	color: #fff;
}


/* Page header */
.pageheader{
	background: rgba(0,0,0,.8);
	margin-bottom: 70px;
	padding: 0 0 20px 0;
}


.pageheader h1{
	margin: 0 0 .25em 0;
	padding: 60px 0 0 0;
	text-align: center;
}

.pageheader ul{
	margin: 0;padding: 0;text-align: center;
}

.pageheader li{
	margin: 0;padding: 0;
	list-style: none;
	display: inline-block;
}


/* Page section */
section{
	padding-bottom: 100px;
}

section img{
	max-width: 100%;
	height: auto;
}


section .inner{
	background: rgba(0,0,0,.75);
	border: 1px solid #4b4b4b;
	padding: 20px;
	box-sizing: border-box;
	width: 960px;
}

section h2{
	text-align: center;
	padding:10px 0;
    margin: 0 0 0 0;
}

section p {
    margin-bottom: 1em;
}

/* etc. */

.flexthumbs{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 5px;
}

.thumb3 img{
	max-width: 100%;
	height: auto;
}

.thumb3{
    width: 33%;
    box-sizing: border-box;
    padding: 7px;
    background: rgba(0,0,0,.3);
    border-radius: 6px;
}

.thumb3.empty{
	background: none;
}

.fancybox,
.youtube{
	position: relative;
	color: rgba(255,255,255,.5);
}

.fancybox:before,
.youtube:before{
	position: absolute;
	right: 5px;
	bottom: 5px;
    content: "\f00e";
    font-family: FontAwesome;
   }

.fancybox.txt:before,
.youtube.txt:before{
	display: none;
}

.caption{
font-size: .8em;
    color: #bababa;
	
}

.clm-l,
.clm-r{
	width: 49%;
	min-height: 280px;
	clear: none !important;
}

.clm-l h2,
.clm-r h2{
    font-size: 1.7em;
}

.clm-l{
	float: left;
}

.clm-r{
	float: right;
}


.floatleft{
	float: left;
	margin: 0 15px 15px 0;
}

/* =Each page styles
-------------------------------------------------------------- 
-------------------------------------------------------------- */


/* =Story
-------------------------------------------------------------- */

#sec-story .inner,
#sec-character .inner{
	padding: 20px 70px;
}

.character{
	margin: 3em 0;
}

.character-txt{
	width: 476px;
	float: right;
}

.character-txt h3{
	margin-top: 0;
}

.character-img{
	width: 324px;
	float: left;
}



.chu---syaku{
	font-size: .8em;
	color: #b6b6b6;
}

.nextnotice{
	color: #ffcc00;
}

#sec-gra .character-txt{
	float: left;
}

#sec-gra .character-img{
	float: right;
}

.hr{
	text-align: center;
	border-bottom: 1px solid #4b4b4b;
}

.cyborg{
	display: none;
}

.charaprofile{
	font-size: .8em;
}

.chara-profile{
	width: 100%;
	border-top: 1px solid #5f5f5f;
}

.chara-profile th,
.chara-profile td{
	padding: 3px;
	line-height: 1.3;
	vertical-align: top;
	border-bottom: 1px solid #5f5f5f;
}

.chara-profile th{
	text-align: left;
}

.character-img{
	position: relative;
}

.character-img:before{
	content: '';
	width: 387px;
	height: 387px;
	position: absolute;
	background: url(../img/flash.png) no-repeat;
	background-size: 100% auto;
	z-index: 1;
	left: -33px;
	animation: spin 10s linear infinite;
}

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

@keyframes spin{
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.character-img img{
	position: relative;
	z-index: 10;
}

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

.thumnaillist{
	margin: 0;padding: 0 20px;text-align: center;
}

.thumnaillist li{
	position: relative;
	margin: 0 5px 5px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.thumnaillist li img{
	box-shadow: rgba(0, 0, 0, 0.65098) 0px 0px 6px 3px;
}



/* =Feature
-------------------------------------------------------------- */


.gadget-list{
	display: flex;
	flex-wrap: wrap;
}

.gadget-list li{
	box-sizing: border-box;
	width: 33.333333%;
	margin: 0;
	padding: 10px;
	background: none;
	list-style: none;
    font-size: .85em;
    line-height: 1.4;}

.gadget-list h4{
	margin: 0;
	color: #12e611;
}

.gamemode,
.soundlist{
	border-collapse: collapse;
}

.gamemode th,
.gamemode td,
.soundlist th,
.soundlist td{
	padding: 1em 2em;	
	border-top: 1px solid #817d6c;
	border-bottom: 1px solid #817d6c;
	
	box-shadow: 0px 0px 22px 3px rgba(0,0,0,.5) inset;
}

.gamemode th{
	white-space: nowrap;
	font-size: 2em;
	font-family: 'Racing Sans One', cursive;
    text-shadow: 0 0 13px rgb(0,0,0), 0 0 10px rgb(0,0,0), 0 0 0.4px rgb(0,0,0);
}
.soundlist th{
	font-size: 2em;
	font-family: 'Racing Sans One', cursive;
	line-height: 1.2;
    text-shadow: 0 0 13px rgb(0,0,0), 0 0 10px rgb(0,0,0), 0 0 0.4px rgb(0,0,0);
}
.gamemode tr.arcade th{
	background-color: #ca3d2c;
}

.gamemode tr.supereasy th{
	background-color : #80f75b;
}

.gamemode tr.premium th{
	background-color: #ffe63b;
}

.soundlist th.original{
	background-color: #ca3d2c;
}
.soundlist th.soundtrack{
	background-color: #2388f0;
}

.soundlist th.fm{
	background-color: #a90ef1;
}

.soundlist th.vip{
	background-color: #ffe63b;
}

/* = System
-------------------------------------------------------------- */

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

body.page-system section h3{
	text-align: center;
	margin: 3em 0 .5em 0;
}
	
#sec-about{
	padding-bottom: 0;
	border: none !important;
	background: rgba(0,0,0,.8);
}

#sec-about .inner{
	padding: 60px 0 100px 0;
	border: none;
	background: url(../img/bg_about.png) no-repeat center center;
}


/* = News
-------------------------------------------------------------- */

section.news{
	margin	: 3em 0;
	padding-bottom: 100px;
}

section.news img{
	max-width: 100%;
	height: auto;
}

section.news .inner{
	background: rgba(0,0,0,.75);
	border: 1px solid #4b4b4b;
	padding: 20px 40px;
	box-sizing: border-box;
	width: 960px;
	color: #ffffff;
}

section.news h2{
	text-align: center;
	padding:10px 0;
    margin: 0 0 0 0;
}

section.news p {
    margin-bottom: 1em;
}


.table{
	border: 1px solid #767676;
	margin: 3em 0 0 0;
}

.table th,
.table td{
	border: 1px solid #767676;
	padding: 10px;
	word-break : break-all;	
}

.table th{
	background: #07cb15;
	}

.releasenote th{
	white-space: nowrap;
}

.table tr:nth-child(2n+1) td {
    background-color: #171717;
}

.news h2{
	position: relative;
    margin: -35px 0 .3em 0;
    color: yellow;
    font-size: 2em;
    line-height: 1.2;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.news h3{
	font-size: 1.5em;
	line-height: 1.2;
	color: #da14ca;
	text-align: center;
	}

.news ul {
	margin: 1em 0;
}

.news ul li {
    width: inherit;
    background: none;
    list-style: circle;
    margin: 5px 0 5px 28px;
    padding: 0;
    font-size: 1em;
    line-height: 1.2;
}

.news .detail{
	clear: both;
	margin: 1em 0;
	padding: 2em;
	background: #202020
}

.news .detail a{
	color: #85bbff;
}

.news .detail strong:first-child{
	margin-top: 0 !important;
}

.cave-ranking td:nth-child(1){
	text-align: center;
}

.cave-ranking td:nth-child(3) {
	white-space: nowrap;
}

.floatright{
	float: right;
	margin: 0 0 20px 20px;
}


.floatright .caption{
	color: #b6b6b6;
	font-size: .7em;	
	padding-top: 3px;
}

.h4{
	display: block;
	text-align: center;
	font-size: 1.3em;
	color: yellow;
margin: 2em 0 0 0;}



