/* CSS Document */
/*ページタイトル*/
.page_title .contents_title::before{
	content: "NEWS";
}
main{
	background: #FFF8EB;
  background: linear-gradient(180deg,rgba(255, 248, 235, 1) 0%, rgba(255, 235, 228, 1) 33%, rgba(255, 255, 255, 1) 100%);
}
/*大枠*/
.news_wrap{
	display: flex;
}
body[wc-view-code="pc"] .news_wrap{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
body[wc-view-code="tb"] .news_wrap,
body[wc-view-code="sp"] .news_wrap{
	padding: var(--headerHeight) 0;
}
body[wc-view-code="sp"] .news_wrap{
	flex-direction: column;
}
/*リストや記事部分*/
.news_wrap .n_contents{
	
}
body[wc-view-code="sp"] .news_wrap .n_contents{
	justify-content: center;
	padding: 0 7vw 3rem;
}
body[wc-view-code="tb"] .news_wrap .n_contents{
	padding-right: 1.5rem;
  padding-left: 2.5rem;
  width: calc(100% - 320px);
}
body[wc-view-code="pc"] .news_wrap .n_contents{
	width: 780px;
	padding-right: 3rem;
}
/*リストページ*/
.news_wrap .n_contents.n_list{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	gap:1rem;
}
.news_wrap .n_contents.n_list > a{
	display: block;
	text-decoration: none;
	flex: none;
	transition: opacity 600ms ease-out,filter 600ms ease-out;
  filter: blur(10px);
  opacity: 0;
}
.news_wrap .n_contents.n_list > a.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="sp"] .news_wrap .n_contents.n_list > a{
	width: 86vw;
}
body[wc-view-type="tb"] .news_wrap .n_contents.n_list > a{
	width: 100%;
}
body[wc-view-type="tb-l"] .news_wrap .n_contents.n_list > a,
body[wc-view-code="pc"] .news_wrap .n_contents.n_list > a{
	width: calc((100% / 2) - 0.5rem);
}
.news_wrap .n_contents.n_list a article{
}
.news_wrap .n_contents.n_list a article figure{
}
.news_wrap .n_contents.n_list a article figure img{
	aspect-ratio:1.414/1;
	border-radius: 1rem 1rem 0 0;
}
.news_wrap .n_contents.n_list a article .n_text{
	display: flex;
  flex-direction: column;
  padding: 0.5rem 0.5rem 0.6rem 0.5rem;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.75);
  border-radius: 0 0 1rem 1rem;
}
.news_wrap .n_contents.n_list a article .n_text time{
	display: table;
	order: 1;
	margin-left: auto;
	font-family: "Quicksand";
	color: var(--defColor);
}
.news_wrap .n_contents.n_list a article .n_text h2{
	font-size: 1.15rem;
	font-weight: 500;
	padding-right: 1.75rem;
	position: relative;
	z-index: 1;
	color: var(--defColor);
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	order: 2;
	margin-bottom: 0.25rem;
}
.news_wrap .n_contents.n_list a article .n_text h2::after{
	content: "";
	position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	width: 1.75rem;
	height: 1.75rem;
	background-color:var(--defColor);
}
.news_wrap .n_contents.n_list a article .n_text .n_category{
	list-style: none;
	list-style-position: outside;
	display: flex;
	overflow: hidden;
	gap:0.25rem;
	order: 3;
	margin-top: 0.3rem;
}
.news_wrap .n_contents.n_list a article .n_text .n_category li{
	flex: none;
  color: #bda79e;
  font-size: 0.85rem;
  line-height: 1em;
  padding: 0.1rem 0.25rem;
  border-radius: 1rem;
  border: solid 1px #bda79e;
}



/*ページャー*/
.pager_wrap{
	width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem auto 0;
  border: solid 1px #bda79e;
  border-radius: 2rem;
}
.pager_wrap > div{
	width: 45px;
	height: 45px;
}
body[wc-view-code="sp"] .pager_wrap > div{
	width: 40px;
	height: 40px;
}
.pager_wrap > .active,
.pager_wrap > div a{
	display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand";
  width: 45px;
  height: 45px;
  font-weight: 500;
}
body[wc-view-code="sp"] .pager_wrap > .active,
body[wc-view-code="sp"] .pager_wrap > div a{
	width: 40px;
	height: 40px;
}
.pager_wrap > .active{
	color: var(--accentColor);
}

.pager_wrap > div a{
	color:#bda79e;
	text-decoration: none;
}
.pager_wrap > .prev a,
.pager_wrap > .next a{
	position: relative;
	z-index: 1;
}
.pager_wrap > .prev a::before,
.pager_wrap > .next a::before{
	content: "";
  width: 40px;
  height: 40px;
  background-color: #bda79e;
  -webkit-mask-image: #bda79e;
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.pager_wrap > .prev a{
}
.pager_wrap > .next a{
}
.pager_wrap > div:not(.prev):not(.next){
	border-left: 1px solid #bda79e;
}
.pager_wrap > div:nth-of-type(6){
	border-right: 1px solid #bda79e;
}
/*スティッキー*/
.sticky_block{
	flex: none;
	position: relative;
	z-index: 8800;
	box-sizing: border-box;
}

body[wc-view-code="sp"] .sticky_block{
	padding: 0 7vw;
}
body[wc-view-code="tb"] .sticky_block{
	width: 320px;
	padding-right: 2.5rem;
}
body[wc-view-code="pc"] .sticky_block{
	width: 320px;
}
.sticky_block .in_sticky{
	position: sticky;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	gap:0.75rem;
}
.sticky_block .in_sticky > dl{
	border: solid 1px var(--accentColor);
	box-sizing: border-box;
	border-radius: 1rem;
	background-color: rgba(255,255,255,0.7);
}
.sticky_block .in_sticky > dl dt{
}
.sticky_block .in_sticky > dl dt span{
	color: var(--accentColor);
  font-weight: 700;
  height: 35px;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 0 0 1rem 0;
  position: relative;
  z-index: 1;
  padding: 0 0.75rem;
  border-right: solid 1px var(--accentColor);
  border-bottom: solid 1px var(--accentColor);
}
.sticky_block .in_sticky > dl dd{
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
}
.sticky_block .in_sticky > dl dd a{
	display: block;
	padding-right: 1.5rem;
	padding-left: 0.5rem;
	position: relative;
	z-index: 1;
	text-decoration: none;
	border-bottom: solid 1px #dcdee1;
	box-sizing: border-box;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	color: var(--defColor);
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sticky_block .in_sticky > dl dd a::after{
	content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--defColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: calc(50% + 0.28rem);
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
/*記事*/
.n_contents > article{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 1rem;
	gap:1rem;
}
body[wc-view-type="tb"] .n_contents > article{
	padding: 1rem;
}
body[wc-view-code="sp"] .n_contents > article{
	padding: 0 0 1rem 0;
}
body[wc-view-type="tb-l"] .n_contents > article,
body[wc-view-code="pc"] .n_contents > article{
	padding: 1.5rem;
}
.n_contents > article .eyecatch{
}
body[wc-view-type="tb-l"] .n_contents > article .eyecatch,
body[wc-view-code="pc"] .n_contents > article .eyecatch{
	width: 100%;
  margin: 0 auto 0;
}
.n_contents > article .eyecatch img{
	aspect-ratio:16/9;
	border-radius: 1rem;
}
.n_contents > article > h2{
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0 1rem;
	box-sizing: border-box;
}
.n_contents > article > time{
	display: table;
	margin-left: auto;
	font-family: "Quicksand";
	margin-right: 1rem;
}
.n_contents > article > .category_list{
}
.n_contents > article > .category_list{
	width: calc(100% - 1.5rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
    list-style-position: outside;
  overflow: hidden;
}
.n_contents > article > .category_list li{
  flex: none;
  color: #bda79e;
  font-size: 0.85rem;
  line-height: 1em;
  padding: 0.1rem 0.25rem;
  border-radius: 1rem;
  border: solid 1px #bda79e;
}
.n_contents > article > .news_text{
	padding: 0 1rem;
	box-sizing: border-box;
}
body[wc-view-type="tb-l"] .n_contents > article > .news_text,
body[wc-view-code="pc"] .n_contents > article > .news_text{
	order: 5;
}
.btn_block{
	margin: 3rem auto 0;
}
body[wc-view-code="sp"] .btn_block{
	margin-top: 2rem;
}