/*-----------------------------------------
** news
-----------------------------------------*/

html, body {
	background: #fff;
	min-height: 100vh;
	color: #000;
	font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {}

.news {
	padding: 40px 10px;
	margin: 0 auto;
	background: none;
	/*max-width: 1000px;
	width: 90%;*/
}

.news-wrapper {
	max-width: 1170px;
	width: 90%;
	margin: 0 auto;
}

.news-header-ttl {
	font-size: 40px;
	padding: 0 0 2% 0;
	margin: 0 0 4% 0;
	border-bottom: solid 2px #000;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.news-header-ttl {
		padding: 0 0 4% 0;
		margin: 0 0 6% 0;
	}
}

.news-header-ttl .-txt {
	display: block;
	width: 90px;
	margin: 0 auto;
	font-family: 'EB Garamond', serif;
  font-style: italic;
	font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.news-list-cont a {
	color: #00ACE6;
	transition: all .2s ease;
	text-decoration: underline;
	overflow-wrap: break-word;
}

.news-list-cont a:hover {
	opacity: .8;
}

.news-list-item {
	width: 100%;
	height: auto;
	margin: 0 0 4% 0;
	padding: 0 0 4% 0;
	border-bottom: rgba(0, 0, 0, 0.5) solid 1px;
}

.news-list-item:nth-last-of-type(1) {
	border-bottom: none;
	margin: 0;
}

.news-list-ttl {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;*/
	font-size: 24px;
	/*font-weight: normal;*/
	line-height: 1.7em;
	padding: 0;
	margin: 0 0 2% 0;
}

.news-list-ttl:first-child {
	padding: 0 0 20px 0;
}

.news-list-cont {
	margin: 0;
	line-height: 1.75;
}

.news-list-cont:last-child {
	border-bottom: none;
}

.news-list-ttl span {
	font-size: 13px;
	font-weight: 200;
	display: block;
	padding: 0 0 10px 0;
	float: right;
	font-weight: bold;
}

.news-list-cont img {
	max-width: 1000px;
	width: 100%;
	height: auto !important;
	vertical-align: top;
}

.news-list-cont .bold {
	font-weight: bold;
}

.news-list-cont .size_m {
	width: 49%;
}

.news-list-cont .size_s {
	width: 32%;
}

.news-list-cont .size_ss {
	width: auto;
	max-width: 100%;
}

.news-list-cont img.size_m:nth-child(n+2) {
	margin-left: 1%;
}

.news-list-cont img.size_s:nth-child(n+2) {
	margin-left: 1%;
}

.news-list-cont img.size_s:nth-child(3n+1) {
	margin-left: 0;
}

.news-list-cont img.size_s:nth-child(n+4) {
	margin-top: 1%;
}

.news-list-cont p img {
	display: inline-block;
	vertical-align: middle;
}

.news-list-cont p img+img {
	margin-left: 1%;
}

.news-list-cont p {
	margin-bottom: 1em;
	letter-spacing: .05em;
}

.news-list-cont .button {
	display: none;
}

.news-list-cont .to-theater-btn {
	display: inline-block;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #112C60;
	transition: .3s;
}

.news-list-cont .txt-center {
	text-align: center;
}

.box-center {
	width: 80%;
	margin: auto;
	padding: 2%;
	border: 1px solid #000;
}

.news-list-cont .img-list {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-list-cont .img-list-item {
	width: 24%;
	margin: 0 0 2%;
}

.news-list-cont .mb-space {
	margin: 0 0 4%;
}

.news-list-cont .note {
	font-size: 14px;
}

@media screen and (max-width:640px) {
	.news {
		padding: 20px 10px;
	}
	.news-header-ttl {
		font-size: 30px;
	}
	.news-list-item {
		height: auto;
	}
	.news-list-ttl {
		font-size: 18px;
	}
	.news-list-ttl span {
		float: none;
		clear: both;
		padding: 0;
	}
	.news-list-cont {
		font-size: 14px;
	}
	.news-list-cont .size_s, .news-list-cont .size_m {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 10px !important;
	}
	.news-list-cont p *+* {
		margin-left: auto;
	}
	.news-list-cont .button {
		display: block;
		margin: 30px auto 0;
		color: #E20CB9;
		background: #44007f;
		text-align: center;
		width: 250px;
		border-radius: 5px;
	}
	.news-list-cont .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-list-cont .button a:hover {
		background: #FFF208;
		opacity: 1;
	}
	.box-center {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	.news-list-ttl {
		font-size: 15px;
	}
	.news-list-cont {
		font-size: 13px;
	}
}