#news{
	color: #fff;
	background: #000;
}
section{
	padding: 40px 10px;
	background: none;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#contents {
	background: none;
}
@media screen and (max-width: 640px) {
	#contents:before {
		content: none;
	}
}

/*#news h2{
	font-size: 60px;
    margin:0 auto 40px;
	margin: 30px 0 0 0;
	border-bottom: solid 1px #000;
	padding-bottom:40px;
	width: 100%;
	text-align: center;
	font-family: 'Barlow', sans-serif;
}*/

#news a {
	color: #fff100;
	transition: all .2s ease;
	text-decoration: underline;
	word-break: break-all;
}
#news a:hover {
    opacity: .8;
}
#news dl {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0 0 50px 0;
	border-bottom: #fff100 solid 1px;
	display: block;
}
/*#news dl:nth-last-of-type(1) {
	border-bottom: none;
}*/
#news dl dt {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0;
	padding: 30px 0 20px 0;
    /*color: #E85298;*/
	display: block;
	max-width: none;
	width: 100%;
	line-height: 1.5;
}
#news dl dt:first-child {
	padding: 0 0 20px 0;
}
#news dl dd {
	margin: 0;
	line-height: 1.75;
	font-weight: 300;
}
#news dl dd:last-child {
	border-bottom: none;
}
#news dl dt span {
	font-size: 13px;
	font-weight: 200;
	display: block;
	padding: 10px 0 0 0;
	color: #fff100;
}
/*news_image*/
#news dl dd .imgL {
	float: left;
	width: 25%;
	max-width:400px;
	margin: 0 15px 0 0;
}
#news dl img {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
#news dl img + img {
	margin-left: 1%;
}
#news dl img.size_ss{
	width: 24%;
	max-width: 200px;
}
#news dl img.size_s{
	width: 32%;
	max-width: 250px;
}
#news dl img.size_m{
	width: 48%;
	max-width: 500px;
}
#news dl img.size_l{
	max-width: 1000px;
}
#news dl img.size_m:nth-child(n+2) {
	margin-left: 1%;
}
#news dl img.size_s:nth-child(n+2) {
	margin-left: 1%;
}
#news p img{
	display: inline-block;
	vertical-align: middle;
}
#news p img + img {
	margin-left: 1%;
}
#news p{
	margin-bottom: 1em;
	letter-spacing: .05em;
}
#news .button{
	display: none;
}
.youtube-win {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 1em;
}
.youtube-win iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:640px) {
	#news > section{
		padding: 20px 10px;
	}
	#news h2{
		font-size: 50px;
	}
	#news dl {
		height:auto;
	}
	#news dl dd{
		text-align: left;
	}
	#news dl dt span {
		float: none;
		clear: both;
		padding: 0;
	}
	#news dl dd {
		width: auto;
	}
	#news dl img.size_s,
	#news dl img.size_m{
		max-width:100%;
		width: 100%;
		margin: 0 auto 10px !important;
	}
	#news p * + * {
		margin-left: auto;
	}
	#news .button{
		display: block;
		margin: 30px auto 0;
		color: #000000;
		background: #ffff00;
		text-align: center;
		width: 250px;
		border-radius: 5px;
	}
	#news .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #000000;
		padding: 15px 0;
		text-decoration: none;
		font-family: 'Michroma', sans-serif;
		transition: all .5s;
	}
	#news .button a:hover{
		background: #07FDF0;
		opacity: 1;
	}
}

/*--------------------------------------*/
._news{
	background: #000;
}
._news-link{
	font-family: 'Barlow', sans-serif;
	text-align: center;
	display: block;
	border: solid 1px #fff100;
	color: #fff100;
	font-size: 33px;
	font-weight: bold;
	width: 450px;
	margin: 0 auto;
	position: relative;
	height: 70px;
}
._news-link a{
	display: block;
	width: 100%;
  height: 100%;
}
._news-link img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 30%;
	transition: all .3s;
}
._news-link:hover img{
	right: -30px;
}

._news-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
._news-cont:before{
  content: "";
	width: calc(100% / 4 - 35px);
  order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
._news-cont:after{
  content: "";
	width: calc(100% / 4 - 35px);
	margin-right: 35px;
}
._news-item{
	width: calc(100% / 4 - 35px);
	margin-right: 35px;
	margin-bottom: 35px;
}
._news-item a{
  text-decoration: none !important;
}

._news-item:nth-child(4n){
	margin-right: 0;
}
._news-item-thumb{
	position: relative;
	padding-bottom: 100%;
	margin-bottom: 40px;
	transition: all .5s;
	object-fit: cover;
	overflow: hidden;
}
._news-item-thumb a *{
	transition: all .5s;
}
._news-item-thumb a:hover *{
	opacity: .9;
}

._news-item-thumb span{

}

._news-item-thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	width: auto;
	max-width: initial;
}
._news-item span{
	font-size: 15px;
	color: #FFF100;
	font-family: 'Barlow', sans-serif;
  text-decoration: none !important;
}
._news-item p{
	color: #fff;
	height: 4em;
	overflow: hidden;
  text-decoration: none !important;
}
._news-more{
	max-width: 350px;
	width: 90%;
	margin: 50px auto;
}
._news-more a{
	font-family: 'Barlow', sans-serif;
	text-align: center;
	display: block;
	border: solid 1px #fff100;
	color: #fff100;
	font-size: 30px;
	font-weight: bold;
  transition: all .5s;
  text-decoration: none !important;
}
._news-more a:hover{
	color: #000 !important;
	background: #fff100;
}
@media screen and (max-width: 640px) {
	._news-link{
		width: 90%;
		height: 50px;
	}
	._news-item{
		width: calc(100% / 2 - 15px);
		margin-right: 15px;
		justify-content: space-between;
	}
	._news-item:nth-child(2n){
		margin-right: 0;
	}
	._news-item p{
		height: 6em;
	}
	._news-item-thumb{
		margin-bottom: 15px;
	}
	._news-more a{
		font-size: 20px;
	}
}