@charset "utf-8";
/* CSS Document */

#conts {
	width:100%;
/*	margin-top:130px;*/
	font-size:0;
}

#conts dl.title{
	padding:50px 0 20px;
	font-family: 'Fjalla One', sans-serif;
}



#conts .box{
	position:relative;
	width:50%;
	height:50%;
	display:inline-block;
	color:#fff;
}

#conts .box a{
	color:#fff;
}


#conts .box img{
	width:100%;
}


#conts .box dl{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size:50px;
	z-index:100;
	letter-spacing:10px;
	line-height:1.1;
	font-family: 'Fjalla One', sans-serif;
}

#conts .box dt{
	font-size:100px;
	margin-bottom:26px;
}

#conts .box .staff{
	position:absolute;
	bottom:3%;
	right:3%;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	z-index:10000;
	line-height:1.4;
	letter-spacing:3px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



@media only screen and (max-width: 1024px) {  
#conts .box dl{
	font-size:20px;
}


#conts .box dt{
	font-size:50px;
	margin-bottom:26px;
}
#conts .box .staff{
	letter-spacing:1px;
}

}

@media only screen and (max-width: 680px) {  
#headerbox {
	margin-top:5px !important;
}
#wrapper dl.title{
	padding-top:0px;
}

#conts {
	margin:30px 0 50px;
}

#conts .box{
	width:100%;
	height:100%;
}

}




#footer_sns_area #inner .box:nth-child(2)  {
	display: none !important;
}




