
/*-----------------------------------------
** news
-----------------------------------------*/
html,body{
}
body{
	background: #000000;
}
@media print{
	body{
		display: none;
	}
}
#news{
  color: #fff;
}
#news > section{
	padding: 40px 10px;
	background: none;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#news h1{
  margin-bottom: 20px;
	margin: 30px 0 0 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100%;
}
#news h1::after{
	background-color: #C4D700; /* 線色 */
	border-radius: 5px; /* 線幅の半分 */
	content: "";
	display: block;
	margin-top: 20px;
	height: 1px; /* 線幅 */
}
#news h1 > img{
	width: 95px;
}
#news h1 span{
	font-size: 13px;
	padding: 0 0 0 20px;
}
#news a {
	color: #B1DEE6;
	transition: all .2s ease;
	text-decoration: underline;
	word-break: break-all;
}
#news a:hover {
  text-decoration: none;
}
#news dl {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 30px 0;
	border-bottom: #fff solid 1px;
}
#news dl:nth-last-of-type(1) {
	border-bottom: none;
}
#news dl dt {
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: .07em;
	margin: 0;
	padding: 30px 0 20px 0;
	color: #C4D700;
  font-weight: bold;
}
#news dl dt:first-child {
	padding: 0 0 20px 0;
}
#news dl dd {
	margin: 0;
	line-height: 1.75;
}
#news dl dd:last-child {
	border-bottom: none;
}
#news dl dd ._column {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#news dl dd ._left {
	width: 30%;
	margin-right: 30px;
}
#news dl dd ._right {
	width: calc(70% - 30px);
}
#news dl dt span {
	font-size: 12px;
	display: block;
	padding: 0 0 10px 0;
	letter-spacing: normal;
  font-weight: lighter;
  line-height: 1;
	color: #fff;
}
#news img {
	max-width:1000px;
	width: 100%;
	height:auto !important;
	vertical-align: top;
}
#news .size_m {
	width: 49%;
}
#news .size_s {
	width: 32%;
}
#news .size_ss {
	width: auto;
	max-width: 100%;
}
#news img.size_m:nth-child(n+2) {
	margin-left: 1%;
}
#news 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 h1{
	}
	#news dl {
		height:auto;
	}
	#news dl dt span {
	}
	#news dl dd ._column {
	}
	#news dl dd ._left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#news dl dd ._right {
		width: 100%;
	}
	#news .size_s,
	#news .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: #fff;
		background: #000;
		text-align: center;
		width: 250px;
		border-radius: 5px;
	}
	#news .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #000;
		padding: 15px 0;
		text-decoration: none;
		font-family: 'Roboto', sans-serif;
		transition: all .5s;
	}
	#news .button a:hover{
		background: #fff;
		opacity: 1;
	}
}

._sp{
	display: none;
}

#news .-message {
	/* background-color: rgba(255, 255, 255, 0.7);
	color: #000; */
}

#news .-message-text {
	font-weight: bold;
}
#news .-message-text-name {
	margin: 0;
}

@media screen and (min-width:641px) {
	#news .-message {
		display: flex;
		/* padding: 15px; */
	}
	#news .-message-img {
		width: 20%;
		flex-shrink: 0;
		margin: 0 3% 0 0;
	}
	#news .-message-text {
		/* display: flex;
		flex-direction: column; */
		/* justify-content: center; */
		/* font-size: 15px; */
	}
}

@media screen and (max-width:640px) {
	#news .-message {
		/* padding: 5%; */
	}
	#news .-message-img {
		margin: 0 0 5% 0;
	}
	#news .-message-text {
		/* font-size: 15px; */
	}
	._sp{
		display: block;
	}
}

#news .-bold {
	font-weight: bold;
}
#news .txt-pink{
	color: #D13338;
}
.cp-name{
	margin-top: 2em;
}
#news p.cp-chui{
	margin-bottom: 0;
}
#news p img.bom{
	vertical-align: bottom;
}
#news p.comment{
	margin-top: 2rem;
}
.movie-wrap{
	margin-top: 3rem;
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}