@charset "UTF-8";

/*********************************************************************
　Pc style
*********************************************************************/
#slider{
	width:100%;
	height:497px;
	margin-bottom:50px;
	text-align:center;
	background:#053932;
}

#disc .tit2{
	position: static !important;
	font-size:5rem;
	font-weight:bold;
	font-family: 'Anton', sans-serif;
	margin-bottom:0;
	line-height:1;
	letter-spacing: 0.05em	
}
#disc .tit2:before{
	border:0;
}
#disc .tit2 span{
	color:#053932;
	letter-spacing: 0.05em	
}
#disc .subTxt{
	text-align:center;
	font-weight:bold;
	font-size:2.6rem;
	font-family: 'Anton', sans-serif;
	color:#8d000d;
	margin-bottom:30px;
	letter-spacing: 0.05em	
}
#disc p{
	font-size:1.8rem;
}
/* ==
	what's new
=============================================================================== */
#news{
  height:300px;
  overflow-y: scroll;
}
#news dl{
  margin-bottom:20px;
}
#news dt{
  float:left;
  clear:both;
  width:8em;
  color:#999;
}
#news dd{
  padding-left:8em;
  margin-bottom:1.5em;
}
#news dd:last-child{margin-bottom:0;}
#news dd em{font-weight:bold;}
#news dd span{
  font-weight:bold;
  color:#9b2423;
}
