@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

#lv .bg{
	background: #43217c;
}
#lv .mv img{
	margin-right: 5%;
}
#lv .mvt1 ul:before{
	content: "lineup";
}
@media screen and (max-width: 1600px){
	#lv .bg img{
		width: 350px;
	}
}
@media screen and (max-width: 1100px){
	#lv .mv{
		left: 45%;
	}
}
@media screen and (max-width: 500px){
	#lv .mv{
		left: 40%;
	}
}

/*-------------*/

#s_news{
	width: calc((100vw - 1500px)/2 + 1500px);
	padding: 0 0 0 calc((100vw - 1500px)/2);
	margin-bottom: 80px;
}
#s_news:before{
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 70px);
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	box-shadow: 0 0 80px rgba(0,0,0,0.25);
}
#s_news img{
	display: block;
}
#s_news .inner{
	padding: 0 80px;
}
#s_news h3{
	width: 100%;
	margin-bottom: 60px;
}
#s_news h3 img{
	max-width: 400px;
}
#s_news .inner>div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
#s_news.news_archive article{
	margin-bottom: 80px;
	width: 33.3%;
	padding: 0 3%;
	border-left: 1px solid rgba(0,0,0,1);
	position: relative;
}
#s_news.news_archive article:last-child{
	border-right: 1px solid rgba(0,0,0,1);
}
#s_news.news_archive article:nth-of-type(3n){
	border-right: 1px solid rgba(0,0,0,1);
}
#s_news.news_archive article:nth-of-type(n+4):before{
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	background: rgba(0,0,0,1);
	position: absolute;
	top: -41px;
	left: 10%;
}
#s_news.news_archive article a{
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column-reverse;
}
#s_news.news_archive article h4{
	font-size: 2rem;
	line-height: 1.4;
}
#s_news.news_archive article p{
	font-size: 2rem;
	font-weight: 900;
	color: #f80000;
	font-family: "Antonio";
	text-transform: uppercase;
}
#s_news.news_archive article div{
	overflow: hidden;
	aspect-ratio: 4/3;
	margin-bottom: 10px;
}
#s_news.news_archive article img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
#s_news.news_archive article a:hover img{
	transform: scale(1.1);
}
@media screen and (max-width: 1600px){
	#s_news{
		width: 96%;
		padding-left: 4vw;
	}
	#s_news .inner{
		padding: 0 40px;
	}
}
@media screen and (max-width: 1500px){
	#s_news{
		width: 94%;
		padding-left: 6vw;
	}
}
@media screen and (max-width: 1050px){
	#s_news{
		width: calc(100% - 30px);
		padding-left: 30px;
	}
	#s_news .inner{
		padding: 0 30px 0 0;
	}
}
@media screen and (max-width: 950px){
	#s_news.news_archive article{
		margin-bottom: 60px;
		width: 50%;
		padding: 0 3%;
	}
	#s_news.news_archive article:last-child{
		border-right: 1px solid rgba(0,0,0,1);
	}
	#s_news.news_archive article:nth-of-type(3n){
		border-right: none;
	}
	#s_news.news_archive article:nth-of-type(2n){
		border-right: 1px solid rgba(0,0,0,1);
	}
	#s_news.news_archive article:nth-of-type(n+3):before{
		content: "";
		display: block;
		width: 90%;
		height: 1px;
		background: rgba(0,0,0,1);
		position: absolute;
		top: -31px;
		left: 5%;
	}
}
@media screen and (max-width: 850px){
	#s_news::before {
		height: calc(100% - 10vw);
	}
	#s_news.news_archive h3{
		margin-bottom: 30px;
	}
	#s_news.news_archive h3 img{
		max-width: 100%;
	}
}
@media screen and (max-width: 620px){
	#s_news.news_archive article{
		padding: 0 20px;
	}
	#s_news.news_archive article h4{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 500px){
	#s_news{
		width: calc(100% - 20px);
		padding-left: 20px;
	}
	#s_news .inner{
		padding-right: 20px;
	}
}
@media screen and (max-width: 455px){
	#s_news.news_archive article{
		margin-bottom: 60px;
		padding: 0;
		border: none !important;
		width: 100%;
	}
	#s_news.news_archive article:nth-of-type(n+2):before{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: rgba(0,0,0,1);
		position: absolute;
		top: -31px;
		left: 0;
	}
}

/*-------------*/

#s_news.news_single{
	padding-bottom: 88px;
	padding-top: 50px;
}
#s_news.news_single:before{
	height: 100%;
}
#s_news.news_single h3{
	line-height: 1.2;
	font-size: 4rem;
	margin-bottom: 40px;
	font-weight: 900;
}
#s_news.news_single .date{
	color: #f40003;
	font-size: 3rem;
	font-weight: bold;
	font-family: "Antonio";
	text-transform: uppercase;
}
#s_news.news_single article{
	position: relative;
	text-align: left;
	max-width: 1100px;
	margin: 0 auto;
}
#s_news.news_single article .img{
	text-align: center;
	margin-bottom: 30px;
}
#s_news.news_single article .img:empty{
	margin-bottom: 0;
}
#s_news.news_single .article_body{
	padding-bottom: 50px;
	text-align: justify;
}
#s_news.news_single .article_body p{
	margin-bottom: 25px;
	word-break: break-all;
}
#s_news.news_single .yt{
	margin-bottom: 30px;
}
#s_news.news_single .article_body .yt{
	margin-bottom: 25px;
}
.article_body a{
	color: #f40003;
	text-decoration: underline;
}
.article_body a:hover{
	opacity: 0.7;
}
.article_body ul{
	display: block;
}
.article_body ul li{
	display: block;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.article_body ul li:last-child{
	margin-bottom: 25px;
}
.article_body ul li:before{
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #f40003;
	position: absolute;
	top: 16px;
	left: 0;
}
.article_body ul li ul{
	padding-top: 10px;
}
.article_body blockquote{
	display: block;
	padding: 30px 75px;
	position: relative;
	overflow: hidden;
	background:  rgba(0,0,0,0.05);
	margin-bottom: 25px;
	text-align: justify;
}
.article_body blockquote:before,
.article_body blockquote:after{
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	content: "“";
	line-height: 1;
	font-size: 12rem;
	color: #ddd;
	z-index: -1;
}
.article_body blockquote:after{
	content: "”";
	top: auto;
	left: auto;
	bottom: -50px;
	right: 20px;
}
.article_body blockquote p:last-child{
	margin-bottom: 0 !important;
}
.article_body blockquote i{
	font-style: italic;
	opacity: 0.6;
}
@media screen and (max-width: 450px){
	.article_body blockquote{
		padding: 50px 20px;
	}
}

.pager{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.pager img{
	display: inline-block !important;
}
.pager ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	background: #000;
	text-align: center;
}
.pager li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 33.3%;
}
.pager li:first-child{
	justify-content: flex-start;
	text-align: left;
}
.pager li:last-child{
	justify-content: flex-end;
	text-align: right;
}
.pager .btn li a{
	min-width: 0 !important;
	width: 100%;
	padding: 20px;
}
.pager .btn li a:hover{
	background:#eff901;
	color: #000;
}
@media screen and (max-width: 768px){
	#s_news.news_single h3{
		font-size: 3rem;
	}
	.article_body{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 950px){
	#s_news.news_single{
		padding-bottom: 67px;
	}
	.pager .btn li a img{
		width: auto;
		height: 27.75px;
	}
}
@media screen and (max-width: 660px){
	.pager li:first-child img,
	.pager li:last-child img{
		display: none !important;
	}
	.pager li{
		width: calc(100% - 88px);
	}
	.pager li:first-child,
	.pager li:last-child{
		width: 44px;
	}
	.pager li:first-child a,
	.pager li:last-child a{
		width: 100%;
		padding: 0;
		position: relative;
	}
	.pager li:first-child a:before,
	.pager li:last-child a:before{
		content: "";
		display: block;
		width: 20px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		background: #f50000;
		clip-path: polygon(0 50%, 50% 0, 100% 0, 50% 50%, 100% 100%, 50% 100%);
	}
	.pager li:last-child a:before{
		transform: translateX(-50%) translateY(-50%) scaleX(-100%);
	}
}