@charset "utf-8";

/* common.css */

/*--- body --*/

html {
	background-color:#fff;
	}

body {
  color:#000;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
  line-height:1.8;
}
  
/* IE7 hack */
*:first-child+html body {
font-size:small;
  }
  
/* IE6 hack */
*html body {
  font-size:small;
  }
/*--- /body --*/


/*--- link ---*/
a:link {
  border:none;
  color:#333;
  text-decoration:none;
  }
  
a:visited { 
  border:none;
 color:#333;
   text-decoration:none;
  }
  
a:active {
  border:none;
  color:#333;
   text-decoration:none;
  }
  
a:hover {
  border:none;
  color:#000;
  text-decoration:underline;
	outline: none;
  }
	
a:focus {
	border:none !important;
}
	
	
/*--- /link ---*/

#wrapper{
  position:relative;
  min-height:100%;
	margin:0 auto;
	overflow:hidden;
	min-width:1040px;

}

* html div#wrapper{
  height:100%;
}

#contents{
	background-color:#f2f2f2;
	overflow:hidden;
	position:relative;
	z-index:2;
}

#contents .inner{
	width:1040px;
	margin:0 auto;
}

nav{
	position:fixed;
	top:0;
	left:-470px;
	background-color:#fff;
	height:100%;
	z-index:999;
	width:430px;
	padding:40px 0 0 40px;
}
nav li{
	margin-bottom:40px;
	padding: 30px 0 0 0;
	opacity: 0;
}
nav li a{
	font-size:22px;
	font-weight:bold;
	display:block;
	padding-left:55px;
	height:60px;
	line-height:60px;
	background:url(../images/cmn/gnavi1.png) no-repeat 0 50%;
	background-size: 45px;
	text-decoration:none !important;
	position: relative;
}
nav li:nth-child(1) a{background:url(../images/cmn/gnavi1.png) no-repeat 0 50%;background-size: 45px;}
nav li:nth-child(2) a{background:url(../images/cmn/gnavi2.png) no-repeat 0 50%;background-size: 45px;}
nav li:nth-child(3) a{background:url(../images/cmn/gnavi4.png) no-repeat 0 50%;background-size: 45px;}
nav li:nth-child(4) a{background:url(../images/cmn/gnavi5.png) no-repeat 0 50%;background-size: 45px;}
nav li:nth-child(5) a{background:url(../images/cmn/gnavi6.png) no-repeat 0 50%;background-size: 45px;}

nav li a:hover{

	background-size: 60px;
	background-position: -5px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	transition-timing-function:ease-out;
}

nav li a{
	background-position: 0 0px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	transition-timing-function:ease-in;
}

nav li a::after {
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left:55px;
    color: #ff0000;
    clip: rect(0,0,100px,0);
    transition: clip 0.7s linear;

}

nav li a:hover::after {
    clip: rect(0,350px,60px,0);
}

nav .btnMenuClose{
	margin-bottom:80px;
	cursor:pointer;
	width: 40px;
	position: relative;
}

nav .btnMenuClose img{
	top: 10px;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

nav .btnMenuClose img:hover {
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#gnavi2{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120px;
	z-index:11;
	background-color:#fff;
#	display:none;
	border-bottom: 3px solid #e50112;
}

#gnavi2 h2,#low #gnavi2 h1{
	position:absolute;
	top:12px;
	left:50%;
	margin-left:-72px;
}

#gnavi2 .btnMenu{
	width: 61px;
	margin:30px 0 0 50px;
	cursor:pointer;
	position: relative;
}

#gnavi2 .btnMenu .b {
	top: 0;
	left: 0;
	width: 61px;
	position: absolute;
	z-index: 1;
	-webkit-transform:perspective(0);
}

#gnavi2 .btnMenu .t {
	top: 42px;
	left: 18px;
	width: 27px;
	position: absolute;
	z-index: 2;
}

#gnavi2 .btnMenu .l1 {
	top: 19px;
	left: 18px;
	width: 26px;
	position: absolute;
	z-index: 3;
}

#gnavi2 .btnMenu .l2 {
	top: 26px;
	left: 18px;
	width: 26px;
	position: absolute;
	z-index: 3;
}

#gnavi2 .btnMenu .l3 {
	top: 33px;
	left: 18px;
	width: 26px;
	position: absolute;
	z-index: 3;
}

#gnavi2 .btnMenu.om .l1 {
	-webkit-animation: mn_mov 0.5s 1 cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation: mn_mov 0.5s 1 cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-fill-mode: forwards;
}

#gnavi2 .btnMenu.om .l2 {
	-webkit-animation: mn_mov2 0.4s 1 cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation: mn_mov2 0.4s 1 cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-fill-mode: forwards;
}

#gnavi2 .btnMenu.om .l3 {
	-webkit-animation: mn_mov3 0.3s 1 cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation: mn_mov3 0.3s 1 cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-fill-mode: forwards;
}

@-webkit-keyframes mn_mov {
	0% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	} 
	50% {
		transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

@keyframes mn_mov {
	0% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	} 
	50% {
		transform: translate(0, -22px);
		-webkit-transform: translate(0, -22px);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

@-webkit-keyframes mn_mov2 {
	0% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	} 
	50% {
		transform: translate(0, -15px);
		-webkit-transform: translate(0, -15px);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

@keyframes mn_mov2 {
	0% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	} 
	50% {
		transform: translate(0, -15px);
		-webkit-transform: translate(0, -15px);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

@-webkit-keyframes mn_mov3 {
	0% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	} 
	50% {
		transform: translate(0, -9px);
		-webkit-transform: translate(0, -9px);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

@keyframes mn_mov3 {
	0% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	} 
	50% {
		transform: translate(0, -9px);
		-webkit-transform: translate(0, -9px);
	}
	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

#gnavi2 .btnMenu .sp{
	display: none;
}

#gnavi2 ul{
	position:absolute;
	top:40px;
	right:40px;
}
#gnavi2 ul li{
	float:left;
	margin-left:15px;
}
#gnavi2 ul li:last-child{ margin-left:20px;}


#low #gnavi2{ display:block !important;}
#low #contents{
	padding:120px 0 87px;
	background:url(../images/cmn/bg_bottom.gif) repeat-x 0 bottom #f2f2f2;
	background-size:6px;
	position:relative;
	z-index:1;
}
#low #contents h2{
	background:url(../images/pc/game/icon.gif) no-repeat center 25px #ff0000;
	background-size:39px;
	text-align:center;
	height:85px;
	padding-top:75px;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	line-height:1;
}
#low #contents.history h2{
	background:url(../images/pc/history/icon.gif) no-repeat center 25px #ff0000;
	background-size:39px;
}
#low #contents.campaign h2{
	background:url(../images/pc/campaign/icon.gif) no-repeat center 25px #ff0000;
	background-size:39px;
}
#low #contents.product h2{
	background:url(../images/pc/product/icon.gif) no-repeat center 25px #ff0000;
	background-size:39px;
}
#low #contents.cm h2{
	background:url(../images/pc/cm/icon.gif) no-repeat center 25px #ff0000;
	background-size:43px;
}
#low #contents.special h2{
	background:url(../images/pc/special/icon.png) no-repeat center 30px #ff0000;
	background-size:45px;
}

#low #contents h2 span{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:15px;
}

.btnDetail a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:2px solid #ff0000;
	background:url(../images/cmn/icatch1.png) no-repeat 92% 50% #fff;
	background-size:6px;
	padding:10px 40px 10px 30px;
	line-height:1;
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	text-decoration:none !important;
}
.btnDetail a:hover{
	background:url(../images/cmn/icatch2.png) no-repeat 92% 50% #ff0000;
	background-size:6px;
	color:#fff;
}

/*----------------------
    共通
-----------------------*/
#sp_sns{ display:none;}

/*--- footer ---*/
#section-footer{
	background-color:#fff;
	overflow:hidden;
	padding:40px 0 20px;
	position:relative;
	z-index:2;
	width:100% !important;
}

footer {
	
}

#pagetop{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
	display:none;
}



#pagetop,._hover,._hover2 {
	-moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

#pagetop:hover,._hover:hover,._hover2:hover{
	-webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

/* text.image */

.clear {clear:both;}
.center {text-align:center;}
.bold{ font-weight:bold;}

.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f24{font-size:24px;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt100{margin-top:100px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb80 {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr60 {margin-right:60px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.ml3p{margin-left:3%;}

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb80{padding-bottom:80px;}

.pl5{padding-left:5px !important;}
.pl20{padding-left:20px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}
.pr50{padding-right:50px;}

.left {float:left;}
.right {float:right;}

.disnon {display:none;}

.alignL{text-align:left;}
.alignR{text-align:right;}

hr{	border:solid #e6e6e6;  border-width:1px 0 0 0;  height:1px;/* for IE6 */	margin:10px 0px;}

.list_last{	margin-right:0px;}

.annotation{ font-size:11px;}
.annotation_black{ font-size:11px; color:#333;}

.block{position:relative; display:block;}

.line{border-bottom:1px dotted #ccc; padding-bottom:5px;}

.bold{font-weight:bold;}

.smallcaps {
	font-size:85%;
}

.strikethrough{text-decoration:line-through;}

.vr_top{vertical-align:text-top;}
.blue{color:#0088cc;}
.red{ padding:2px 5px; background-color:#ff3a3a; color:#fff; margin:0 5px;}
.lightBlue{color:#67ccff;}
.orange{ color:#ff8300;}
.black{color:#333 !important;}

.super{ vertical-align: super;}

.pc{display:block !important;}
.sp{display:none !important;}

.sp_br{ display:inline;}

.pc_footer{ display:block;}
.sp_footer{ display:none;}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}


.nav_cov {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	position: fixed;
	z-index: 998;
	opacity: 0;
	display: none;
}

/* LOADING */
#loading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: fixed;
	z-index: 15000;
}

#loading .icon_wrap {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: auto;
	position: absolute;
}

#loading .cover {
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 10;
}

#loading .cover img {
	width: 100%;
}

#loading .steam1 {
	top: 40px;
	left: 96px;
	width: 7px;
	position: absolute;
	z-index: 15;
	opacity: 0;
}

#loading .steam1 img {
	width: 100%;
}

#loading .steam2 {
	top: 49px;
	left: 109px;
	width: 7px;
	position: absolute;
	z-index: 15;
	opacity: 0;
}

#loading .steam2 img {
	width: 100%;
}

#loading .steam3 {
	top: 49px;
	left: 84px;
	width: 7px;
	position: absolute;
	z-index: 15;
	opacity: 0;
}

#loading .steam3 img {
	width: 100%;
}

#loading .wave {
	top: 125px;
	left: -214px;
	width: 328px;
	position: absolute;
	z-index: 8;
}

#loading .wave img {
	width: 100%;
}

.fadein {
	opacity : 0.1;
	transform : translate(0, 80px);
	transition : all 500ms;
}
 
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

@media screen and (max-width: 768px) {
	.fadein {
		opacity : 1;
		transform : translate(0, 0);
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px){
	#wrapper{ min-width:inherit !important;}
	article img{ width:100%; height:auto;}
	
	#top #gnavi2{ display:none !important;}
	
	#contents .inner{
		width:96%;
		margin:0 auto;
	}
	
	nav{
		position:fixed;
		top:0;
		background-color:#fff;
		height:100%;
		width:300px;
		padding:20px 0 0 10px;
	}
	nav li{
		margin-bottom:20px;
	}
	nav li a{
		font-size:18px;
		font-weight:bold;
		display:block;
		padding-left:35px;
		height:30px;
		line-height:30px;
		background:url(../images/cmn/gnavi1.png) no-repeat 0 50%;
		background-size:30px;
		text-decoration:none !important;
	}
	nav li:nth-child(1) a{background:url(../images/cmn/gnavi1.png) no-repeat 0 50%; background-size:30px;}
	nav li:nth-child(2) a{background:url(../images/cmn/gnavi2.png) no-repeat 0 50%; background-size:30px;}
	nav li:nth-child(3) a{background:url(../images/cmn/gnavi5.png) no-repeat 0 50%; background-size:30px;}
	nav li:nth-child(4) a{background:url(../images/cmn/gnavi5.png) no-repeat 0 50%; background-size:30px;}
	nav li:nth-child(5) a{background:url(../images/cmn/gnavi6.png) no-repeat 0 50%; background-size:30px;}
	
nav li:nth-child(3){ display:none;}
	
	nav li a::after {
	    content: "";
	    display: none;
	
	}
	
	nav li a:hover::after {
	    display: none;
	}

	nav .btnMenuClose{
		margin-bottom:40px;
		cursor:pointer;
		width:30px;
	}
	
	nav .btnMenuClose img:hover {
		-moz-transform: none;
	    -webkit-transform: none;
	    -o-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	#low #gnavi2{
		position:fixed;
		z-index:1;
		top:0;
		left:0;
		background:url(../images/pc/top/box_bg2.png) repeat-x 0 0 #fff;
		height:auto !important;
		padding:20px 0 15px;
		background-size:4px;
		z-index:10;
	}
	#low #gnavi2 .btnMenu{
		position:absolute;
		top:30px;
		left:30px;
		cursor:pointer;
		width:40px;
		margin:0;
	}
	#gnavi2 .btnMenu img {
		display: none;
	}
	#gnavi2 .btnMenu .sp{
		display: block;
	}
	
	#low #gnavi2 ul{ display:none;}
	
	#low #gnavi2 h1{
		position:relative;
		top:auto;
		left:auto;
		width:80px;
		margin:0 auto;
		padding-left:10px;
	}
	
	#low #contents{
		padding:80px 0 40px;
		background:url(../images/cmn/bg_bottom.gif) repeat-x 0 bottom #f2f2f2;
		background-size:4px;
	}
	
	#low #contents h2{
		background:url(../../assets/images/pc/history/icon.gif) no-repeat center 25px #ff0000;
		background-size:25px;
		text-align:center;
		height:auto;
		padding-top:60px;
		color:#fff;
		font-weight:bold;
		font-size:20px;
		line-height:1;
		margin-top:0px;
		padding-bottom:10px;
	}
	#low #contents.history h2{
		background:url(../images/pc/history/icon.gif) no-repeat center 25px #ff0000;
		background-size:25px;
	}
	#low #contents.campaign h2{
		background:url(../images/pc/campaign/icon.gif) no-repeat center 25px #ff0000;
		background-size:25px;
	}
	#low #contents.product h2{
		background:url(../images/pc/product/icon.gif) no-repeat center 25px #ff0000;
		background-size:25px;
	}
	#low #contents.cm h2{
		background:url(../images/pc/cm/icon.gif) no-repeat center 25px #ff0000;
		background-size:30px;
	}
	#low #contents.special h2{
		background:url(../images/pc/special/icon.png) no-repeat center 25px #ff0000;
		background-size:30px;
	}
	
	
	#low h2 span{
		display:block;
		font-family: 'Montserrat', sans-serif;
		font-size:10px;
		font-weight:normal;
		margin-top:5px;
	}

	
	/*----------------------
    共通
	-----------------------*/
	
	#sp_sns{
		display:block;
		background-color:#fff;
		overflow:hidden;
		text-align:center;
		margin:30px 0 -20px;
		position:relative;
		z-index:9;
	}
	#sp_sns ul{ margin-left:-15px;}
	#sp_sns li{
		width:50px;
		display:inline-block;
		margin-left:15px;
	}
	
	.pc{display:none !important;}
	.sp{display:block !important;}
	
	.sp_br{ display:block;}
	
	.pc_footer{ display:none;}
	.sp_footer{ display:block; text-align:center;}
	
	#nssFooterLogo{
		width:80px !important;
		margin:0 auto !important;
	}
	
	#nssCommonFooter_sp{
		box-shadow:none !important;
	}
	
	.sp_footer #nssAddressBox{
		text-align:left;
		line-height:1.6;
	}
	
	#pagetop{
		width:40px;
		right:2%;
		bottom:2%;
	}

	
}