@charset "utf-8";
#fullWrap{
	width: 100%;
	min-width: 100%;
	min-height: 620px;
	position: relative;
}
@media screen and (max-width: 768px){
	#fullWrap{
		min-width: 100%;
		min-height: auto;
		overflow: hidden;
	}
}

.pageContWrap{
	width: 100%;
	min-height: 100vh;
	padding-top: 4.5%;
	position: relative;
}

@media screen and (max-width: 768px){
	.pageContWrap{
		padding-top: 152px;
		padding-bottom: 64px;
	}
}

.sectionChara {
	position: sticky;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 120px;
	margin-left: auto;
	overflow: hidden;
	z-index: 100;
}
@media screen and (max-width: 768px){
	.sectionChara{
		position: absolute;
		top: 32px;
		right: calc(50% - 85px);
	}
}
.sectionCharaIn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 120px;
}
.sec_fukidashi{
	width: 70px;
	height: 68px;
	background: url(../img/common/fukidashi.svg) no-repeat center center / contain;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 15px;
	color: #d089a0;
	font-weight: 500;
	position: absolute;
	top: 10px;
	left: 0;
}
.sec_charaimg{
	width: 130px;
	height: 120px;
	margin-left: auto;
}
.sec_charaimg img{
	width: 100%;
}

/** sec_charaimg **/
.sec_charaimg.chara01{
	background: url(../img/common/secChara/chara_01.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara02{
	background: url(../img/common/secChara/chara_02.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara03{
	background: url(../img/common/secChara/chara_03.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara04{
	background: url(../img/common/secChara/chara_04.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara05{
	background: url(../img/common/secChara/chara_05.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara06{
	background: url(../img/common/secChara/chara_06.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara07{
	background: url(../img/common/secChara/chara_07.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara08{
	background: url(../img/common/secChara/chara_08.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara09{
	background: url(../img/common/secChara/chara_09.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara10{
	background: url(../img/common/secChara/chara_10.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara11{
	background: url(../img/common/secChara/chara_11.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara12{
	background: url(../img/common/secChara/chara_12.png)no-repeat left bottom / 130px 120px;
}

#header .hoff{
	opacity: 1;
	transition: .6s ease-in-out;
}
#header .hoff.off{
	opacity: 0;
}
.sectionCharaIn.hoff{
	transition: .4s ease-in-out;
	transition-delay: 200ms;
}
.sectionCharaIn.hoff.off{
	right: -100%;
}
@media screen and (max-width: 768px){
	.sectionCharaIn.hoff.off{
		right: 0;
		bottom: -100%;
	}
	#header .hoff.off{
		opacity: 1!important;
	}
}


.newsBG{
	position: absolute;
	top: 0;
	right: 130px;
	bottom: 0;
	left: 0;
	background-color: #ffddaf;
	z-index: -1;
}
.newsBG div{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/common/common_bg.png);
	mix-blend-mode: overlay;
	opacity: 0.7;
}

@media screen and (max-width: 768px){
	.newsBG{
		right: 0;
	}
}

/* Footer */
.footerIMG{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.copyright{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	text-shadow    :1px  1px 0px #ee87a8,-1px  1px 0px #ee87a8,1px -1px 0px #ee87a8,-1px -1px 0px #ee87a8,1px  0px 0px #ee87a8,0px  1px 0px #ee87a8,-1px  0px 0px #ee87a8,0px -1px 0px #ee87a8;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.copyright{
		bottom: 20px;
	}
	.toTop{
		width: 70px;
		height: 70px;
		position: absolute;
		bottom: 30px;
		right: 30px;
		background: url(../img/common/arrow_top.svg)no-repeat center center / contain;
		box-shadow: 8.999px 10.725px 29px 0px rgba(0, 0, 0, 0.66);
		border-radius: 50%;
	}
}

/*-----------------------------------------------
 * 01. NEWS 一覧
-------------------------------------------------*/
.newsWrap{
	width: calc(100% - 130px);
	/*min-width: 1070px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 4.5vw - 120px);
	padding-top: 10px;
	z-index: 2;
}
.newsLists{
	width: 840px;
	display: flex;
	flex-wrap: wrap;
}
.newsList{
	width: 190px;
	height: auto;
	margin: 10px;
	box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
	border-radius: 20px;
}
.newsList__link{
	display: block;
	text-decoration: none;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}
.newsList__img{
	width: 100%;
	padding-top: 187.369%;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.newsList__imgIn{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fff;
}
.newsList__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s ease;
	transform: scale(1);
	pointer-events: none;
}
.newsList__img.thumbfull img{
	height: auto;
	object-fit: unset;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
}
@media screen and (max-width: 768px){
	.newsWrap{
		width: 100%;
		min-width: 100%;
		min-height: 100%;
		padding-top: 0;
	}
	.newsLists{
		width: 630px;
	}
	.newsList{
		width: 190px;
		margin: 0 10px 20px 10px;
	}
	.newsList__img{
		padding-top: 0;
		height: 356px;
	}
}
.newsList__link:hover .newsList__img img{
	transform: scale(1.1);
}
.newsList__link:hover .newsList__img.thumbfull img{
	transform: translate(-50%,-50%) scale(1.1);
}
.newsList__title{
	width: 100%;
	height: 100%;
	padding: 20px 16px;
	background-color: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.newsList__time{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #ee87a8;
	margin-bottom: 10px;
}
.newsList__name{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.newsList__name span{
	position: relative;
	background: linear-gradient(#fff, #ee87a8) right bottom/0 2px no-repeat;
	transition: background-size 0.25s ease, color .3s ease;
}
.newsList__link:hover .newsList__name span{
	color: #ee87a8;
	background-position: left bottom;
	background-size: 100% 2px;
}
@media screen and (max-width: 768px){
	.newsList__title{
		padding: 20px 10px;
	}
	.newsList__name{
		font-size: 2rem;
		line-height: 1.5;
	}
}


/*-----------------------------------------------
 * 02. NEWS 詳細
-------------------------------------------------*/
#newsDetail .newsWrap{
	align-items: flex-start;
}
.newsDetailIn{
	width: 820px;
	display: block;
	position: relative;
}
@media screen and (max-width: 1030px){
	.newsDetailIn{
		width: 100%;
		padding: 0 40px;
	}
}
@media screen and (max-width: 768px){
	.newsDetailIn{
		width: 100%;
		padding: 0 40px;
	}
}
.newsTitle{
	padding: 24px 32px;
	border-radius: 20px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
}
.newsTitle_ttl{
	order: 2;
	width: 100%;
	font-size: 16px;
	line-height: 1.7129;
	font-weight: 700;
	color: #000;
}
.newsTitle_date{
	order: 1;
	width: 100%;
	font-size: 14px;
	line-height: 1.7129;
	color: #ee87a8;
}

@media screen and (max-width: 768px){
	.newsTitle_ttl{
		font-size: 2.2rem;
		line-height: 1.7;
	}
	.newsTitle_date{
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 8px;
	}
}
.newscontents{
	padding: 45px 45px 90px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
}

/* NEWS CONTENTS CSS */
.newscontents p{
	font-size: 16px;
	line-height: 2;
	color: #000;
	margin-bottom: 32px;
}
.newscontents p:last-child{
	margin-bottom: 0;
}

.newscontents .center{
	text-align: center;
}
.newscontents .right{
	text-align: right;
}
.newscontents img{
	max-width: 100%;
	border-radius: 20px;
	margin: 8px 0;
	position: relative;
	pointer-events: none;
}
.newscontents h2,
.newscontents h3,
.newscontents h4,
.newscontents h5,
.newscontents h6{
	font-weight: 700;
	padding-top: 16px;
	line-height: 1.6;
		margin-bottom: 30px;
	font-size: 18px;
}
/*.newscontents h2{
	font-size: 22px;
}
.newscontents h3{
	font-size: 20px;
}
.newscontents h4{
	font-size: 18px;
}
.newscontents h5{
	font-size: 16px;
}*/
.newscontents .ytWrap {
	display: inline-block;
	width: 640px;
	height: 360px;
	border-radius: 20px;
	overflow: hidden;
}
.newscontents .ytWrap iframe[src*="youtube"] {
	width: 100%;
	height: 100%;
}
.newscontents .inBorder {
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	padding: 22px;
}
.newscontents span.mkr {
	background-color: #ee87a8;
	color: #fff;
	font-weight: bold;
}
.newscontents a.link{
	color: #ee87a8;
	font-size: 16px;
	/*display: inline-block;*/
	text-decoration: none;
}
.newscontents a.link span{
	position: relative;
	background: linear-gradient(#fff, #ee87a8) right bottom/0 2px no-repeat;
	opacity: 1;
	transition: background-size 0.4s ease,opacity .3s ease;
}
.newscontents a.link:hover span{
	background-position: left bottom;
	background-size: 100% 2px;
	opacity: 0.7;
}
.newsBackWrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 130px);
	height: 120px;
	overflow: hidden;
}
.newsBack{
	position: absolute;
	left: calc(50% - 85px);
	bottom: 0;
	width: 170px;
	height: 120px;
}
.newsBackWrap.ef .sectionCharaIn{
	bottom: -100%;
	transition: .4s ease-in-out;
	transition-delay: 200ms;
}
.newsBackWrap.efo .sectionCharaIn{
	bottom: 0;
	transition-delay: 0ms;
}
@media screen and (max-width: 1030px){
	.newscontents .ytWrap {
		display: inline-block;
		width: 100%;
		height: auto;
		padding-top: 56.25%;
		position: relative;
	}
	.newscontents .ytWrap iframe[src*="youtube"] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 768px){
	.newscontents p{
		font-size: 2rem;
	}
	.newscontents h2,
	.newscontents h3,
	.newscontents h4,
	.newscontents h5,
	.newscontents h6{
		font-size: 24px;
		padding-top: 20px;
	}
	.newscontents .ytWrap {
		display: inline-block;
		width: 100%;
		height: auto;
		padding-top: 56.25%;
		position: relative;
	}
	.newscontents .ytWrap iframe[src*="youtube"] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.newscontents a.link{
		font-size: 2rem;
	}
	.newsBackWrap{
		width: 100%;
	}
}

.newscontents table {
	font-size: 18px;
}


.news_cBG div:before{
	filter: hue-rotate(-170deg) brightness(110%);
}
.news_cBG div:after{
	filter: hue-rotate(-170deg) brightness(110%);
}