/*-----------------------------------------
** news
-----------------------------------------*/
html,body{
	background-color: transparent;
}
#news{
	color: #fff;
	line-height: 1;
	background-color: rgba(0,0,0,0.85);
}
#news > section{
	/*height: 100vh;*/
	/*overflow: hidden;*/
	padding: 40px 10px;
}
#news h1{
	color: #fff;
	font-size: 40px;
    margin-bottom: 20px;
	margin: 30px 0 0 0;
	border-bottom: #00f solid 2px;
	padding-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .2em;
}
#news h1 > img{
	width: 125px;
}
#news h1 span{
	font-family: YakuHanJP, 'Noto Sans Japanese', 'Nunito', sans-serif;
	font-size: 13px;
	padding: 0 0 0 20px;
}
#news a {
	color: #fff;
	transition: all .2s ease;
}
#news a:hover {
    color: #f00;
}
#news dl {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 30px 0;
	border-bottom: #999 dotted 1px;
}
#news dl:nth-last-of-type(1) {
	border-bottom: none;
}
#news dl dt {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5em;
	margin: 0;
	padding: 30px 0 20px 0;
    /*color: #E85298;*/
}
#news dl dt:first-child {
	padding: 0 0 20px 0;
}
#news dl dd {
	margin: 0;
}
#news dl dd:last-child {
	border-bottom: none;
}
#news dl dt span {
	font-size: 13px;
	font-weight: 200;
	display: block;
	padding: 0 0 10px 0;
	float: right;
	color: #fff;
}
#news img {
	width:100%;
	max-width:750px;
	height:auto !important;
	vertical-align: top;
}
#news img.size_m {
	width: 49%;
}
#news img.size_s {
	width: 32%;
}
#news img.size_m:nth-child(n+2) {
	margin-left: 1%;
}
#news img.size_s:nth-child(n+2) {
	margin-left: 1%;
}
#news p{
	margin: 1em 0;
	line-height: 1.75;
}
#news span.talk{
	font-weight: bold;
	color: #caffff;
}
#news .button{
	display: none;
}
.youtube {
  position: relative;
  width: 560px;
  padding-top: 315px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:640px) {
	#news{
		background-color: rgba(0,0,0,1.0);
	}
	#news dl {height:auto;}
	#news dl dt span {
		float: none;
		clear: both;
		padding: 0;
	}
	#news img.size_s,
	#news img.size_m{
		max-width:100%;
		width: 100%;
		margin: 0 0 1% 0 !important;
	}
	.youtube {
	  width: 100%;
	  padding-top: 56.25%;
	}
	#news .button{
		display: block;
		margin: 30px auto 0;
		border: solid 3px #fff;
		color: #fff;
		text-align: center;
		width: 250px;
		border-radius: 3px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		font-style: italic;
		  transform: skew(-12deg);
	}

	#news .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		padding: 15px 0;
	}
	#news .button a img{
		width: 80px;
		display: block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}