@charset "utf-8";
/*-----------------------------------------------
 * NEWS
-------------------------------------------------*/
.newsContentIn{
	width: 100%;
	max-width: 1920px;
	padding: 0 min(calc(160 / var(--vw-min) * 100vw), calc(160px * var(--max-percent)));
	margin: 0 auto;
}
.newsContentIn__cont{
	width: 100%;
	background:#FFF url(../img/top/bg_news.png) no-repeat center / cover;
}
@supports (background-image: url(../img/top/bg_news.webp)){
	.newsContentIn__cont{
		background-image:url(../img/top/bg_news.webp);
	}
}
@media screen and (max-width:768px){
	.newsContentIn{
		padding: 0;
	}
	.newsContent{
		padding-bottom: calc(48 / var(--vw-min) * 100vw);
	}
	.newsContentIn{
		flex-direction: column;
	}
}


.newsArea{
	width: 100%;
	color: #000;
	padding: 80px 0 40px;
	position: relative;
}
.newsArea:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/common/ptn_dot.png);
	background-repeat: repeat;
	background-size: 5px 5px;
	opacity: 4%;
}
.newsAreaCont{
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.newsAreaContIn{
	display: block;
	width: 100%;
	padding: 0 9.091%;/* 0 80 */
}

.newsArea .cont_h2{
	color: #000;
}
.newsArea .cont_h2--txt:first-letter{
	color: var(--color-yellow);
}
.newsArea .cont_h2--line{
	background-color: #000;
}


.newsAreaContent{
	width: 100%;
	padding-top: 36px;
}

@media screen and (max-width:768px){
	.newsArea{
		width: 100%;
		max-width: 100%;
		padding: calc(96 / var(--vw-min) * 100vw) 0 calc(48 / var(--vw-min) * 100vw);
	}
	.newsAreaCont{
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.newsAreaContIn{
		padding: 0 6.4%;/* 0 48 */
	}
	.newsAreaContent{
		padding-top: calc(48 / var(--vw-min) * 100vw);
	}
}


/**
* newsLists
**/
.newsList{
	width: 100%;
	position: relative;
}
.newsList:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 96px;
	background-image: linear-gradient(180deg, rgba(0,0,0,10%) 0px, rgba(0,0,0,10%) 1px, transparent 1px);
	background-repeat: repeat;
	background-size: 16px 16px;
}
.newsList:not(:last-child){
	margin-bottom: 30px;
}
.newsList__link{
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
	line-height: 1;
	padding-right: 40px;
}
.newsList__link:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 8px;
	-webkit-mask: url(../img/common/arrow_r.svg) no-repeat right bottom / contain;
	mask: url(../img/common/arrow_r.svg) no-repeat right bottom / contain;
	background-color: #000;
	margin-bottom: 8px;
}
.newsList__time{
	font-family: var(--font-en);
	color: #aaa;
	display: inline-block;
	padding-left: 16px;
}
.newsList__title{
	line-height: 2;
	padding-top: 8px;
	position: relative;
	padding-left: 16px;
	min-height: 72px;
}
.newsList__title:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0;
	width: 2px;
	background-color: #000;
}

@media screen and (hover:hover) and (pointer: fine){
	.newsList__title > span{
		background: linear-gradient(rgba(0, 0, 0, 60%), rgba(0, 0, 0, 60%)) right bottom / 0 2px no-repeat;
		transition: background-size 0.8s;
	}
	.newsList__link:after{
		transition: .4s ease;
	}
	.newsList__link:hover .newsList__title > span {
		background-size: 100% 10%;
		background-position: left bottom;
	}
	.newsList__link:hover::after{
		transform: translateX(25%);
	}
}

@media screen and (max-width:768px){
	.newsList:not(:last-child){
		margin-bottom: calc(48 / var(--vw-min) * 100vw);
	}
	.newsList:before{
		max-height: calc(144 / var(--vw-min) * 100vw);
		background-size: var(--sp-size-24) var(--sp-size-24);
	}
	.newsList__link{
		padding-left: var(--sp-size-24);
		padding-right: var(--sp-size-64);
	}
	.newsList__link:before{
		content: '';
		position: absolute;
		top: var(--sp-size-24);
		bottom: var(--sp-size-12);
		left: 0;
		width: var(--sp-size-4);
		background-color: #000;
	}
	.newsList__link:after{
		width: calc(50 / var(--vw-min) * 100vw);
		height: calc(16 / var(--vw-min) * 100vw);
		margin-bottom: calc(12 / var(--vw-min) * 100vw);
	}
	.newsList__time{
		padding-left: 0;
	}
	.newsList__title{
		padding-left: 0;
		padding-top: var(--sp-size-12);
		min-height: calc(108 / var(--vw-min) * 100vw);
	}
	.newsList__title:before{
		content: unset;
	}
}


/**
* newsAreaContentIn
**/
.newsAreaContentIn{
	margin-top: 80px;
	padding-bottom: 40px;
}
@media screen and (max-width:768px){
	.newsAreaContentIn{
		margin-top: var(--sp-size-96);
		padding-bottom: var(--sp-size-48);
	}
}



/**
* Pager
**/
.articleNavLists{
	display: flex;
	justify-content: center;
}
.articleNavLists > li{
	padding: 0 12px;
}
.articleNavList__link{
	min-width: 48px;
}
.articleNavList__link.is-active{
	background-color: #000;
	color: #FFF;
}
@media screen and (max-width:768px){
	.articleNavLists > li{
		padding: 0 var(--sp-size-12);
	}
	.articleNavList__link{
		min-width: calc(76 / var(--vw-min) * 100vw);
		padding-left: calc(12 / var(--vw-min) * 100vw);
		padding-right: calc(12 / var(--vw-min) * 100vw);
	}
}



/*-----------------------------------------------
 * NEWS - ARTICLE
-------------------------------------------------*/
.newsAreaContent{
	position: relative;
	z-index: 2;
}
.newsArticle{
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}
.newsTitle{
	width: 100%;
	position: relative;
	padding-bottom: 32px;
}
.newsTitle:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 120px;
	background-image: linear-gradient(180deg, rgba(0,0,0,10%) 0px, rgba(0,0,0,10%) 1px, transparent 1px);
	background-repeat: repeat;
	background-size: 20px 20px;
}
.newsTitle:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 9.091%;
	right: 9.091%;
	height: 1px;
	background-color: #000;
}
.newsTitle__date{
	display: block;
	font-family: var(--font-en);
	color: #aaa;
	padding-left: 16px;
	font-size: 18px;
	line-height: 20px;
}
.newsTitle__title{
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	padding-top: 10px;
	position: relative;
	padding-left: 16px;
}
.newsTitle__title:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0;
	width: 2px;
	background-color: #000;
}

@media screen and (max-width:768px){
	.newsArticle{
		padding-bottom: var(--sp-size-48);
	}
	.newsTitle{
		padding-bottom: calc(40 / var(--vw-min) * 100vw);
	}
	.newsTitle:before{
		background-size: var(--sp-size-32) var(--sp-size-32);
		max-height: calc(192 / var(--vw-min) * 100vw);
	}
	.newsTitle:after{
		left: 6.4%;
		right: 6.4%;
		height: var(--sp-size-2);
	}
	.newsTitle__date{
		font-size: calc(26 / var(--vw-min) * 100vw);
		padding-left: calc(24 / var(--vw-min) * 100vw);
		line-height: calc(32 / var(--vw-min) * 100vw);
	}
	.newsTitle__title{
		font-size: calc(32 / var(--vw-min) * 100vw);
		padding-top: calc(16 / var(--vw-min) * 100vw);
		padding-left: calc(24 / var(--vw-min) * 100vw);
	}
	.newsTitle__title:before{
		width: calc(4 / var(--vw-min) * 100vw);
		bottom: calc(16 / var(--vw-min) * 100vw);
	}
}


.newsArticleIn{
    padding-top: 32px;
    line-height: 2;
    word-break: break-all;
}

.newsArticleIn img{
	max-width: 100%;
	height: auto;
}
.newsArticleIn a{
	display: inline;
	word-break: break-all;
	position: relative;
	text-decoration: underline;
	transition: .3s ease;
	text-underline-offset: 6px;
	color: var(--color-pink);
}

.newsArticleIn a[target="_blank"]:after{
	content: '';
	display: inline-block;
	margin: 0 8px 0 6px;
	width: 12px;
	height: 12px;
	-webkit-mask: url(../img/common/icon_blank.svg) no-repeat center / contain;
	mask: url(../img/common/icon_blank.svg) no-repeat center / contain;
	background-color: var(--color-pink);
	transition: .3s ease;
}
.newsArticleIn a:hover{
	opacity: 70%;
	text-decoration: unset;
}

.newsArticleIn iframe {
	max-width: 100%;
	border: unset;
}

@media screen and (max-width: 767px){
	.newsArticleIn{
		padding-top: var(--sp-size-40);
	}
	.newsArticleIn a{
		text-underline-offset: var(--sp-size-8);
	}
	.newsArticleIn a[target="_blank"]:after{
		width: var(--sp-size-20);
		height: var(--sp-size-20);
		margin: 0 var(--sp-size-8);
	}
	.newsArticleIn iframe {
		width: 100%;
		height: calc(368 / var(--vw-min) * 100vw)
	}
}



/**
* LOADED ANIMATION
**/
.newsAreaContent{
	opacity: 0;
	transition: opacity .4s ease;
}
.is-ani .newsAreaContent{
	opacity: 1;
	transition-delay: .6s;
}