@charset "utf-8";
/*-----------------------------------------------
 * NEWS
-------------------------------------------------*/
#news .contentIn{
	padding-left: 6.6667%; /* 80px */
	position: relative;
}
.newsContent{
	display: block;
}
.newsContent__cont{
	width: 80.3572%;
	margin-left: auto;
}
.newsList{
	width: 100%;
}
.newsList:not(:last-child){
	margin-bottom: 24px;
}
.newsList__link{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 13.3334% 20px 4.4445%;/* 20px 120px 20px 40px */
	text-decoration: none;
	background-image: linear-gradient(to right, #c5a850, #190100);
}


.news__date{
	display: inline-block;
	line-height: 1.5;
	height: 100%;
	font-family: var(--font-roboto);
	font-weight: 700;
	text-align: center;
	position: relative;
	padding-right: calc(5.4055% + 4px);
	z-index: 2;
}
.news__date:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	-webkit-mask: url(../img/common/icon_colon.svg) no-repeat center / contain;
	mask: url(../img/common/icon_colon.svg) no-repeat center / contain;
}
.newsTitle{
	padding-left: 5.4055%;
	display: block;
	line-height: 2;
	position: relative;
	z-index: 2;
}
.n_arrow__r{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4.4445%;/* 40px */
	height: 2px;
	right: 4.4445%;
	background-color: #888;
	margin: auto 0;
	overflow: hidden;
}
.n_arrow__r:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #fff;
	animation: scrollRight 2.4s ease-in-out infinite;
}

@media screen and (max-width: 767px){
	#news .contentIn{
		padding-left: 6.4%;
	}
	.newsContent{
		flex-direction: column;
		align-items: unset;
	}
	.newsContent__cont{
		width: 100%;
		margin-right: auto;
	}
	.newsList:not(:last-child){
		margin-bottom: var(--sp-size-24);
	}
	.newsList__link,
	.article_title{
		flex-direction: column;
		align-items: flex-start;
		font-size: var(--sp-size-24);
		padding: var(--sp-size-24) var(--sp-size-96) var(--sp-size-24) var(--sp-size-40);
	}
	.news__date{
		padding-right: var(--sp-size-24);
	}
	.news__date span.sp{
		display: inline;
	}
	.news__date:after{
		width: var(--sp-size-4);
	}
	.newsTitle{
		padding-left: 0;
		-webkit-line-clamp: 2;
	}
	.n_arrow__r{
		width: var(--sp-size-40);
		height: var(--sp-size-4);
		right: var(--sp-size-20);
	}
}


@media (hover: hover) and (pointer: fine) {
	.newsList__link:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		background-image: linear-gradient(to right, #190100 , #c5a850);
		transition: .8s ease;
	}
	.newsList__link:hover::before{
		opacity: 1;
	}
	.newsList__link:hover .n_arrow__r:after{
		animation-play-state: paused;
	}
}

/*-----------------------------------------------
 * ARTICLE
-------------------------------------------------*/
#news .contentIn.articleContentWrap{
	padding-left: min(6.6667%, calc(80px * var(--max-zoom)));
}
.contentIn.articleContentWrap{
	width: 100%;
	max-width: calc(1200px * var(--max-zoom));
	margin: 0 auto;
}
.article_title{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 4.4445%;/* 20px 40px */
	text-decoration: none;
	background-image: linear-gradient(to right, #c5a850, #190100);
}
.article_content{
	padding: 40px 4.4445%;
	line-height: 2;
	word-break: break-all;
}

/* htag */
.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4{
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-bottom: 4px;
	line-height: 1.6;
	margin-top: 24px;
}
.article_content h1 .htag_txt,
.article_content h2 .htag_txt,
.article_content h3 .htag_txt,
.article_content h4 .htag_txt{
	position: relative;
	background: linear-gradient(0deg, var(--color-yellow), var(--color-yellow) 30%, transparent 30%);
}
.article_content h5,
.article_content h6{
	font-weight: 500;
	line-height: 1.6;
	margin-top: 24px;
}
.article_content h5 .htag_txt,
.article_content h6 .htag_txt{
	display: inline-block;
	position: relative;
	border: 2px solid rgba(255,255,255,40%);
	padding: 0.175em 0.5em;
}


/* p */
.article_content > p:not(:first-of-type) {
	margin-top: 24px;
}
.article_content p.center{
	text-align: center;
}
.article_content p.right{
	text-align: right;
}


/* a */
.article_content a {
	color: var(--color-yellow);
	font-weight: 500;
}


/* img */
.article_content img {
	height: auto!important;
	max-width: 100%;
}
.article_content img.aligncenter{
	display: block;
	margin: 0 auto;
}
.article_content img.alignright{
	display: block;
	margin-left: auto;
}


/* youtube */
.youtubeWrap{
	max-width: min(100%, 1280px);
	margin: 0 auto;
}
.youtubeInWrap{
	display: block;
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	margin: auto;
}
.youtubeWrap iframe[src*="youtube"]{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px){
	#news .contentIn.articleContentWrap{
		padding-left: 0;
		padding-right: 0;
	}
	.article_title{
		flex-direction: column;
		align-items: flex-start;
		font-size: var(--sp-size-24);
		padding: var(--sp-size-24) var(--sp-size-40);
	}
	.article_content{
		padding: var(--sp-size-48) var(--sp-size-40);
		font-size: var(--sp-size-24);
	}
	.article_content > p:not(:first-of-type) {
		margin-top: var(--sp-size-48);
	}
	.article_content h1,
	.article_content h2,
	.article_content h3,
	.article_content h4{
		font-size: var(--sp-size-26);
		margin-top: var(--sp-size-36);
	}
	.article_content > p {
		margin-top: var(--sp-size-36);
	}
}




.newsLinkBoxWrap{
	text-align: center;
}
.newsLinkBoxWrap .linkbox{
	display: inline-block;
	width: auto;
	padding: 16px 32px;
	line-height: 1;
}

@media screen and (max-width: 767px){
	.newsLinkBoxWrap{
		order: unset;
		padding-right: 0;
		margin: var(--sp-size-48) auto 0;
		font-size: var(--sp-size-24);
	}
	.newsLinkBoxWrap .linkbox{
		padding: var(--sp-size-24) var(--sp-size-48);
	}
}




/**
* ScrollAnimation
**/
.newsList,
.article_title,
.newsLinkBoxWrap{
	transform: scale(1.1);
	opacity: 0;
	filter: blur(4px);
	transition: 1.2s ease .8s;
}
.article_content{
	opacity: 0;
	transition: 1.2s ease 1s;
}

#news.is-ani .newsList,
#news.is-ani .article_title,
#news.is-ani .newsLinkBoxWrap{
	opacity: 1;
	transform: scale(1);
	filter: blur(0px);
}
#news.is-ani .article_content {
	opacity: 1;
}
