@charset "utf-8";
.pMain{
	position: relative;
	z-index: 1;
	padding-top: min(calc(192 / var(--vw-min) * 100vw), 192px);
	padding-bottom: min(calc(96 / var(--vw-min) * 100vw), 96px);
}
.contentIn{
	text-align: center;
	padding: 0 13.3334%;/* 160 */
}
.contentInCont{
	width: 100%;
	text-align: left;
	padding-top: min(calc(80 / var(--vw-min) * 100vw), 80px);
}
@media screen and (max-width:768px){
	.pMain{
		padding-top: calc(232 / var(--vw-min) * 100vw);
		padding-bottom: calc(80 / var(--vw-min) * 100vw);
	}
	.contentIn{
		padding: 0 calc(44 / var(--vw-min) * 100vw);
	}
	.contentInCont{
		padding-top: calc(64 / var(--vw-min) * 100vw);
	}
}


/**
* pMain__bg
**/
.pMain__bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.pMain__bgFlowersWrap{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.pMain__bgFlowers,
.pMain__bgFlower{
	position: absolute;
}
.pMain__bgFlower{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	transition: opacity .6s ease, transform .8s ease;
}

/* pMain__bgFlowers.-r */
.pMain__bgFlowers.-r{
	top: 0;
	right: 0;
	width: min(calc(173 / var(--vw-min) * 100vw), 173px);
	height: min(calc(176 / var(--vw-min) * 100vw), 176px);
	top: 34.375%;/* 220 */
}
.pMain__bgFlower.-r1{
	top: 0;
	left: 0;
	width: 26.0116%;/* 45 */
	padding-top: 26.0116%;
	background-image: url(../img/common/bg/deco_flower1.png);
	transform: scale(20%) rotate(-120deg);
}
.pMain__bgFlower.-r2{
	left: 30.0579%;/* 52 */
	bottom: 0;
	width: 82.081%;
	padding-top: 82.081%;
	background-image: url(../img/common/bg/deco_flower2.png);
	transform: scale(20%) rotate(120deg);
}

/* pMain__bgFlowers.-l */
.pMain__bgFlowers.-l{
	width: min(calc(143 / var(--vw-min) * 100vw), 143px);
	height: min(calc(180 / var(--vw-min) * 100vw), 180px);
	bottom: 23.75%;/* 152 */
	left: 1%;/* 12 */
}
.pMain__bgFlower.-l1{
	width: 30.7693%;/* 44 */
	padding-top: 30.7693%;
	top: 0;
	right: 0;
	background-image: url(../img/common/bg/deco_flower1.png);
	transform: scale(20%) rotate(120deg);
}
.pMain__bgFlower.-l2{
	width: 83.9161%;/* 12 */
	padding-top: 83.9161%;/* 12 */
	bottom: 0;
	left: 0;
	background-image: url(../img/common/bg/deco_flower3.png);
	transform: scale(20%) rotate(-120deg);
}


@media screen and (max-width:768px){
	.pMain__bg{
		display: none;
	}
}

/* is-ani */
body.--is-loaded .pMain__bgFlower {
    opacity: 1;
    transform: scale(100%) rotate(0deg);
}



/**
* contFrameBgWrap
**/
.contFrameBgWrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.contFrameBgWrap.-border::before{
	content: '';
	position: absolute;
	top: min(calc(9 / var(--vw-min) * 100vw), calc(9px * var(--max-percent)));
	right: min(calc(9 / var(--vw-min) * 100vw), calc(9px * var(--max-percent)));
	bottom: min(calc(9 / var(--vw-min) * 100vw), calc(9px * var(--max-percent)));
	left: min(calc(9 / var(--vw-min) * 100vw), calc(9px * var(--max-percent)));
	border: 1px solid var(--color-pink);
	z-index: 2;
	pointer-events: none;
}
.contFrameBg{
	position: absolute;
	left: 0;
	right: 0;
}
.contFrameBg:before,
.contFrameBg:after{
	content: '';
	position: absolute;
	z-index: 1;
}
.contFrameBg.-t{
	top: 0;
	bottom: 50%;
	mask-image: url(../img/common/bg/bg_contBox_t.svg), url(../img/common/bg/bg_contBox_c.svg);
	mask-repeat: no-repeat, no-repeat;
	mask-position: center top, center min(calc(21 / var(--vw-min) * 100vw), calc(21px * var(--max-percent)));
	mask-size: 100%, cover;
	-webkit-mask-image: url(../img/common/bg/bg_contBox_t.svg), url(../img/common/bg/bg_contBox_c.svg);
	-webkit-mask-repeat: no-repeat, no-repeat;
	-webkit-mask-position: center top, center min(calc(21 / var(--vw-min) * 100vw), calc(21px * var(--max-percent)));
	-webkit-mask-size: 100%, cover;
}
.contFrameBg.-t:before{
	top: 0;
	left: 0;
	right: 0;
	height: min(calc(21 / var(--vw-min) * 100vw), calc(21px * var(--max-percent)));
	background: url(../img/common/bg/bg_contBox_tFrame.png) no-repeat center top / 100%;
}
.contFrameBg.-t:after{
	top: min(calc(21 / var(--vw-min) * 100vw), calc(21px * var(--max-percent)));
	left: 0;
	right: 0;
	bottom: 0;
	border-left: min(calc(2 / var(--vw-min) * 100vw), calc(2px * var(--max-percent))) solid #F0C460;
	border-right: min(calc(2 / var(--vw-min) * 100vw), calc(2px * var(--max-percent))) solid #F0C460;
}
.contFrameBg.-b{
	top: 50%;
	bottom: 0;
	mask-image: url(../img/common/bg/bg_contBox_c.svg), url(../img/common/bg/bg_contBox_b.svg);
	mask-repeat: no-repeat, no-repeat;
	mask-position: center bottom min(1.75vw, 33.6px), center bottom;
	mask-position-y: bottom min(1.75vw, 33.6px), bottom;
	mask-size: cover, 100%;
	-webkit-mask-image: url(../img/common/bg/bg_contBox_c.svg), url(../img/common/bg/bg_contBox_b.svg);
	-webkit-mask-repeat: no-repeat, no-repeat;
	-webkit-mask-position: center bottom min(1.75vw, 33.6px), center bottom;
	-webkit-mask-position-y: bottom min(1.75vw, 33.6px), bottom;
	-webkit-mask-size: cover, 100%;
}
.contFrameBg.-b:before{
	bottom: 0;
	left: 0;
	right: 0;
	height: min(calc(21 / var(--vw-min) * 100vw), calc(21px * var(--max-percent)));
	background: url(../img/common/bg/bg_contBox_bFrame.png) no-repeat center top / 100%;
}
.contFrameBg.-b:after{
	bottom: min(calc(21 / var(--vw-min) * 100vw), calc(21px * var(--max-percent)));
	left: 0;
	right: 0;
	top: 0;
	border-left: min(calc(2 / var(--vw-min) * 100vw), calc(2px * var(--max-percent))) solid #F0C460;
	border-right: min(calc(2 / var(--vw-min) * 100vw), calc(2px * var(--max-percent))) solid #F0C460;
}

@media screen and (max-width:768px){
	.contFrameBg.-t{
		-webkit-mask-image: url(../img/common/bg/bg_contBox_t-s.svg), url(../img/common/bg/bg_contBox_c.svg);
		-webkit-mask-position: center top, center calc(22 / var(--vw-min) * 100vw);
		mask-image: url(../img/common/bg/bg_contBox_t-s.svg), url(../img/common/bg/bg_contBox_c.svg);
		mask-position: center top, center calc(22 / var(--vw-min) * 100vw);
	}
	.contFrameBg.-t:before{
		height: calc(22 / var(--vw-min) * 100vw);
		background-image: url(../img/common/bg/bg_contBox_tFrame-s.png);
	}
	.contFrameBg.-t:after{
		top: calc(22 / var(--vw-min) * 100vw);
		border-left-width: calc(2 / var(--vw-min) * 100vw);
		border-right-width: calc(2 / var(--vw-min) * 100vw);
	}
	.contFrameBg.-b{
		-webkit-mask-image: url(../img/common/bg/bg_contBox_c.svg), url(../img/common/bg/bg_contBox_b-s.svg);
		-webkit-mask-position: center bottom 2.9334vw, center bottom;
		-webkit-mask-position-y: bottom 2.9334vw, bottom;
		mask-image: url(../img/common/bg/bg_contBox_c.svg), url(../img/common/bg/bg_contBox_b-s.svg);
		mask-position: center bottom 2.9334vw, center bottom;
		mask-position-y: bottom 2.9334vw, bottom;
	}
	.contFrameBg.-b:before{
		height: calc(22 / var(--vw-min) * 100vw);
		background-image: url(../img/common/bg/bg_contBox_bFrame-s.png);
	}
	.contFrameBg.-b:after{
		bottom: calc(22 / var(--vw-min) * 100vw);
		border-left-width: calc(2 / var(--vw-min) * 100vw);
		border-right-width: calc(2 / var(--vw-min) * 100vw);
	}
}



/*-----------------------------------------------
 * NEWS - LISTS
-------------------------------------------------*/
.newsListsCont{
	padding: 0 4.5455%;/* 0 40 */
}
@media screen and (max-width:768px){
	.newsListsCont{
		padding: 0;
	}
}

.newsLists{
	width: 100%;
}
.newsList{
	width: 100%;
}
.newsList:not(:last-child){
	margin-bottom: min(calc(30 / var(--vw-min) * 100vw), 30px);
}
.newsList__link{
	display: block;
	text-decoration: none;
	padding: 0 min(calc(40 / var(--vw-min) * 100vw), 40px) min(calc(20 / var(--vw-min) * 100vw), 20px) min(calc(20 / var(--vw-min) * 100vw), 20px);
	position: relative;
	color: var(--color-black);
}
.newsList__link:before{
	content: '';
	position: absolute;
	top: min(calc(5 / var(--vw-min) * 100vw), 5px);
	left: 0;
	width: min(calc(10 / var(--vw-min) * 100vw), 10px);
	height: min(calc(10 / var(--vw-min) * 100vw), 10px);
	transform: rotate(45deg);
	background-color: var(--color-pink);
}
.newsList__date{
	display: block;
	line-height: 1;
	font-family: var(--font-en);
	font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
	font-weight: 600;
	color: var(--color-pink);
}
.newsList__title{
	font-weight: 700;
	line-height: 2;
	margin-top: min(calc(14 / var(--vw-min) * 100vw), 14px);
}
.newsList__arrow{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
}
.newsList__arrow:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: var(--color-yellow);
}
.newsList__arrow > span{
	width: 54px;
	height: 9px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.newsList__arrow > span:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-yellow);
}
.newsList__arrow > span::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 8px;
	-webkit-mask: url(../img/common/arrow_rTri.svg) no-repeat center / contain;
	mask: url(../img/common/arrow_rTri.svg) no-repeat center / contain;
	background-color: var(--color-yellow);
}


@media screen and (hover:hover) and (pointer: fine){
	.newsList__link .newsList__title > span{
		background: linear-gradient(rgba(231, 186, 85, 40%), rgba(231, 186, 85, 40%)) right bottom / 0 40% no-repeat;
        transition: background-size 0.6s;
	}
	.newsList__link:hover .newsList__title > span {
		background-size: 100% 40%;
		background-position: left bottom;
	}

	.newsList__arrow > span{
		transition: transform .3s ease;
	}
	.newsList__link:hover .newsList__arrow > span{
		transform: translateX(25%);
		transition-delay: .15s;
	}
}


@media screen and (max-width:768px){
	.newsList:not(:last-child){
		margin-bottom: calc(24 / var(--vw-min) * 100vw);
	}
	.newsList__link{
		padding: 0 calc(32 / var(--vw-min) * 100vw) calc(20 / var(--vw-min) * 100vw) calc(24 / var(--vw-min) * 100vw);
	}
	.newsList__link:before{
		width: calc(14 / var(--vw-min) * 100vw);
		height: calc(14 / var(--vw-min) * 100vw);
		top: calc(2 / var(--vw-min) * 100vw);
	}
	.newsList__date{
		font-size: calc(20 / var(--vw-min) * 100vw);
	}
	.newsList__title{
		margin-top: calc(8 / var(--vw-min) * 100vw);
	}

	.newsList__arrow > span{
		width: calc(54 / var(--vw-min) * 100vw);
		height: calc(9 / var(--vw-min) * 100vw);
	}
	.newsList__arrow > span::after{
		width: calc(27 / var(--vw-min) * 100vw);
		height: calc(8 / var(--vw-min) * 100vw);
	}
}


/**
* Pager
**/
.pagerWrap{
	width: 100%;
	position: relative;
	margin-top: calc(80 / var(--vw-min) * 100vw);
	display: flex;
	align-items: center;
}
.paging_nextprev{
	line-height: 1;
}
.paging_nextprev.--none > a{
	opacity: 60%;
	pointer-events: none;
}
.pagingLists{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.pagingList{
	width: min(calc(40 / var(--vw-min) * 100vw), 40px);
	height: min(calc(40 / var(--vw-min) * 100vw), 40px);
	margin: 0 min(calc(6 / var(--vw-min) * 100vw), 6px);
}
.pagingList > a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	transition: color .3s ease;
	line-height: 1;
}
.pagingList > a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 50%;
	opacity: 0;
	background: linear-gradient(180deg, rgba(117, 107, 170, 100%) 0%, rgba(84, 82, 141, 1) 37%, rgba(51, 57, 111, 100%) 100%);
	transform: scale(40%);
	transition: opacity .3s ease, transform .45s ease;
}

@media screen and (max-width:768px){
	.pagerWrap{
		margin-top: calc(72 / var(--vw-min) * 100vw);
	}
	.pagingList{
		width: calc(40 / var(--vw-min) * 100vw);
		height: calc(40 / var(--vw-min) * 100vw);
		margin: 0 calc(6 / var(--vw-min) * 100vw);
	}
}

/* hover */
@media screen and (hover:hover) and (pointer: fine){
	.pagingList > a:hover::before{
		transform: scale(80%);
		opacity: 32%;
	}
}

/* active */
.pagingList > a.is-active{
	color: #FFF;
}
.pagingList > a.is-active:before{
	opacity: 100%;
	transform: scale(100%);
}


/**
* NEWSList LOADANIMATION
**/
/* Standby */
.newsList{
	opacity: 0;
	transform: translateY(15%);
	transition: opacity .4s ease, transform .6s cubic-bezier(.66,.09,.22,1);
}
.pagerWrap{
	opacity: 0;
	transform: translateY(25%);
	transition: opacity .4s ease, transform .6s cubic-bezier(.66,.09,.22,1);
}

.newsList:nth-of-type(1){
	transition-delay: .2s;
}
.newsList:nth-of-type(2){
	transition-delay: .25s;
}
.newsList:nth-of-type(3){
	transition-delay: .3s;
}
.newsList:nth-of-type(4){
	transition-delay: .35s;
}
.newsList:nth-of-type(5){
	transition-delay: .4s;
}
.newsList:nth-of-type(6){
	transition-delay: .45s;
}
.newsList:nth-of-type(7){
	transition-delay: .5s;
}
.newsList:nth-of-type(8){
	transition-delay: .55s;
}
.newsList:nth-of-type(9){
	transition-delay: .6s;
}
.newsList:nth-of-type(10){
	transition-delay: .65s;
}

.pagerWrap{
	transition-delay: .4s;
}


/* Active */
body.--is-loaded .newsList,
body.--is-loaded .pagerWrap{
	opacity: 1;
	transform: translateY(0%);
}


/*-----------------------------------------------
 * NEWS - DETAIL
-------------------------------------------------*/
.newsArticle{
	width: 100%;
	position: relative;
	padding-top: min(calc(72 / var(--vw-min) * 100vw), 72px);
	padding-bottom: min(calc(72 / var(--vw-min) * 100vw), 72px);
}

.newsTitle{
	width: 100%;
	padding: 0 min(calc(60 / var(--vw-min) * 100vw), calc(60px * var(--max-percent)));
	position: relative;
}
.newsTitle:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--color-pink);
}
.newsTitleIn{
	display: block;
	text-decoration: none;
	padding: 0 min(calc(26 / var(--vw-min) * 100vw), 26px) min(calc(32 / var(--vw-min) * 100vw), 32px);
	position: relative;
	color: var(--color-black);
}
.newsTitleIn:before{
	content: '';
	position: absolute;
	top: min(calc(5 / var(--vw-min) * 100vw), 5px);
	left: 0;
	width: min(calc(10 / var(--vw-min) * 100vw), 10px);
	height: min(calc(10 / var(--vw-min) * 100vw), 10px);
	transform: rotate(45deg);
	background-color: var(--color-pink);
}
.newsTitle__date{
	display: block;
	line-height: 1;
	font-family: var(--font-en);
	font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
	font-weight: 600;
	color: var(--color-pink);
}
.newsTitle__title{
	font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
	font-weight: 700;
	line-height: 1.7;
	margin-top: min(calc(14 / var(--vw-min) * 100vw), 14px);
	letter-spacing: 0;
}


.newsArticleIn{
	width: 100%;
	padding: min(calc(40 / var(--vw-min) * 100vw), 40px) min(calc(60 / var(--vw-min) * 100vw), calc(60px * var(--max-percent))) 0;
	position: relative;
}
.newsArticleIn__cont{
	width: 100%;
	line-height: 2;
	letter-spacing: 0;
	display: flex;
	flex-direction: column;
}

.newsArticleBg > .contFrameBg{
	background-color: #fff;
}

.newsBack{
	margin-top: min(calc(50 / var(--vw-min) * 100vw), 50px);
	text-align: center;
}

@media screen and (max-width:768px){
	.newsArticle{
		padding-top: calc(72 / var(--vw-min) * 100vw);
		padding-bottom: calc(72 / var(--vw-min) * 100vw);
	}
	.newsTitle{
		padding: 0 calc(60 / var(--vw-min) * 100vw);
	}
	.newsTitleIn{
		padding: 0 calc(24 / var(--vw-min) * 100vw) calc(40 / var(--vw-min) * 100vw);
	}
	.newsTitleIn:before{
		width: calc(14 / var(--vw-min) * 100vw);
		height: calc(14 / var(--vw-min) * 100vw);
		top: calc(2 / var(--vw-min) * 100vw);
	}
	.newsTitle__date{
		font-size: calc(20 / var(--vw-min) * 100vw);
	}
	.newsTitle__title{
		font-size: calc(24 / var(--vw-min) * 100vw);
		margin-top: calc(12 / var(--vw-min) * 100vw);
		line-height: 1.5834;
	}
	.newsArticleIn{
		padding: calc(40 / var(--vw-min) * 100vw) calc(60 / var(--vw-min) * 100vw) 0;
	}
	.newsBack{
		margin-top: calc(48 / var(--vw-min) * 100vw);
	}
}


/**
* LOADED [kari] Detail
**/
.newsArticle{
	opacity: 0;
	transition: opacity .6s ease;
}
.newsBack{
	opacity: 0;
	transform: translateY(25%);
	transition: opacity .6s ease, transform .8s cubic-bezier(.66,.09,.22,1);
}

/* active */
body.--is-loaded .newsArticle{
	opacity: 1;
}
body.--is-loaded .newsBack{
	opacity: 1;
	transform: translateY(0%);
}



/*-------------------------------
* Article Tags
-------------------------------*/
/* img */
.newsArticleIn__cont img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin: 0.5em 0;
}

/* aLink */
.newsArticleIn__cont a{
	display: inline;
	word-break: break-all;
	position: relative;
	text-decoration: underline;
	transition: .3s ease;
	text-underline-offset: 0.375em;
	color: var(--color-pink);
}
.newsArticleIn a[target="_blank"]:after{
	content: '';
	display: inline-block;
	margin: 0 min(calc(8 / var(--vw-min) * 100vw), 8px) 0 min(calc(6 / var(--vw-min) * 100vw), 6px);
	width: min(calc(12 / var(--vw-min) * 100vw), 12px);
	height: min(calc(12 / var(--vw-min) * 100vw), 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);
}
@media screen and (hover:hover) and (pointer: fine){
	.newsArticleIn__cont a{
		transition: filter .3s ease;
	}
	.newsArticleIn__cont a:hover{
		filter: brightness(125%);
	}
}


/* youtube */
.youtubeWrap{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 1em 0;
}
.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%;
}


/* left */
.newsArticleIn__cont .left{
	text-align: left;
}

/* center */
.newsArticleIn__cont .center{
	text-align: center;
}

/* right */
.newsArticleIn__cont .right{
	text-align: right;
}


/* margin */
.newsArticleIn__cont .mt{
	margin-top: 1em;
}
.newsArticleIn__cont .mb{
	margin-bottom: 1em;
}

/* padding */
.newsArticleIn__cont .pt{
	padding-top: 1em;
}
.newsArticleIn__cont .pb{
	padding-bottom: 1em;
}

/* inlineBlock */
.newsArticleIn__cont span.-ib{
	display: inline-block;
}

/* indent */
.newsArticleIn__cont .indent{
	padding-left: 1em;
	text-indent: -1em;
}
.newsArticleIn__cont span.indent{
	display: inline-block;
}


/* dlLists */
.newsArticleIn__cont .dllists > div.dllist{
	margin: 0.5em 0;
}
.newsArticleIn__cont .dllists > div.dllist > dt{
	padding-bottom: 0.25em;
}
@media screen and (min-width:769px){
	.newsArticleIn__cont .dllists > div.dllist.pFlex{
		display: flex;
	}
	.newsArticleIn__cont .dllists > div.dllist.pFlex > dt{
		padding-right: 1em;
		padding-bottom: 0;
		flex-shrink: 0;
	}
}
@media screen and (max-width:768px){
	.newsArticleIn__cont .dllists > div.dllist{
		margin: 0.75em 0;
	}
}
.newsArticleIn__cont .dllists > div.dllist > dt{
	font-weight: 700;
}
.newsArticleIn__cont .dllists > div.dllist > dt > span{
	background: linear-gradient(rgba(231, 186, 85, 40%), rgba(231, 186, 85, 40%)) right bottom / 100% 40% no-repeat;
}



/* ol */
.newsArticleIn__cont ol {
	padding-left: 1.25em;
}
.newsArticleIn__cont ol > li{
	list-style: auto;
}


/* h1-h4 */
.newsArticleIn__cont h1,
.newsArticleIn__cont h2,
.newsArticleIn__cont h3{
	font-weight: 700;
}
.newsArticleIn__cont h1,
.newsArticleIn__cont h2{
	font-size: 112.5%;
}
.newsArticleIn__cont h1 > .htag_txt,
.newsArticleIn__cont h2 > .htag_txt,
.newsArticleIn__cont h3 > .htag_txt{
	background: linear-gradient(rgba(231, 186, 85, 40%), rgba(231, 186, 85, 40%)) right bottom / 100% 40% no-repeat;
}

.newsArticleIn__cont > h4,
.newsArticleIn__cont > h5{
	font-weight: 700;
	padding: 0.5em 0;
	line-height: 1;
}
.newsArticleIn__cont > h4 > .htag_txt,
.newsArticleIn__cont > h5 > .htag_txt{
	display: inline-block;
	padding: 0.5em 0.5em;
	border: 1px solid #000;
}

.newsArticleIn__cont > h4{
	color: var(--color-pink);
}
.newsArticleIn__cont > h4 > .htag_txt{
	border-color: var(--color-pink);
}
.newsArticleIn__cont > h6{
	font-weight: 700;
}