@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

/*-----------------------------------------
** news
-----------------------------------------*/
html,body{
	background: linear-gradient(-70deg, #FFDC0A, #FFA0AA);
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}
body{
	/*background:#FFD71D !important;*/
}
#news{
	color: #666;
}
#news > section{
	padding: 40px 10px;
	background: none;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#news h1{
	color: #fff;
	font-size: 50px;
    margin-bottom: 20px;
	margin: 30px 0 0 0;
	border-bottom: dotted 2px #fff;
	padding-bottom:10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	letter-spacing: .2em;
	width: 100%;
}
#news h1 > img{
	width: 125px;
}
#news h1 span{
	/*font-family: YakuHanMP, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, sans-serif;*/
	font-size: 13px;
	padding: 0 0 0 20px;
}
#news a {
	color: #F52A75;
	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: 30px 0;
	border-bottom: rgba(0,0,0,0.5) solid 1px;
}
#news dl:nth-last-of-type(1) {
	border-bottom: none;
}
#news dl dt {
	font-size: 24px;
	line-height: 1.5em;
	margin: 0;
	padding: 30px 0 20px 0;
    color: #F52A75;
}
#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: 13px;
	font-weight: 200;
	display: block;
	padding: 0 0 10px 0;
	float: right;
	color: #184A1B;
}
.acd-check{
    display: none;
}
.acd-label{
    display: block;
	text-decoration: underline;
	/*cursor: pointer;*/
}
.acd-content{
    /*height: 0;
    opacity: 0;*/
    padding: 0 10px;
    transition: .5s;
    /*visibility: hidden;*/
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
#news img {
	max-width:1000px;
	width: 100%;
	height:auto !important;
	vertical-align: top;
}
#news .size_m {
	width: 49%;
}
#news .size_s {
	width: 24%;
}
#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{
		font-size: 30px;
	}
	#news dl {
		height:auto;
	}
	#news dl dt span {
		float: none;
		clear: both;
		padding: 0;
	}
	#news dl dd ._column {
	}
	#news dl dd ._left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#news dl dd ._right {
		width: 100%;
	}
	#news .size_m{
		max-width:100%;
		width: 100%;
		margin: 0 auto 10px !important;
	}
	#news .size_s{
		max-width:49%;
		width: 49%;
		margin: 0 auto 10px !important;
	}
	#news p * + * {
		margin-left: auto;
	}
	#news .button{
		display: block;
		margin: 30px auto 0;
		color: #E20CB9;
		background: #44007f;
		text-align: center;
		width: 250px;
		border-radius: 5px;
	}
	#news .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #FFF208;
		padding: 15px 0;
		text-decoration: none;
		font-family: 'Fredoka One', cursive;
		transition: all .5s;
	}
	#news .button a:hover{
		background: #FFF208;
		opacity: 1;
	}
}
