/* CSS Document */
/*ページタイトル*/
.page_title .contents_title::after{
	content: "NEWS";
}
/*大枠*/
.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;
}
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{
	display: flex;
	flex-direction: column;
  background-color: var(--defBgColor);
	border-radius: 1rem;
}
.news_wrap .n_contents.n_list > a article figure{
	order: 1;
}
.news_wrap .n_contents.n_list > a article figure img{
	aspect-ratio:1.414/1;
	border-radius: 1rem;
}
.news_wrap .n_contents.n_list > a article time{
	height: 25px;
  padding: 0 0.75rem 0 0.7rem;
  margin-top: -25px;
  margin-left: auto;
  font-family: "Lexend";
  width: fit-content;
  background-color: var(--defBgColor);
  display: flex;
  align-items: center;
  color: var(--defColor);
  border-radius: 0.8rem 0 0.8rem;
  position: relative;
  z-index: 1;
	order: 2;
}
.news_wrap .n_contents.n_list > a article time::before{
	content: "";
  width: 15.5px;
  height: 15.5px;
  background-color: var(--defBgColor);
  position: absolute;
  left: -15.5px;
  bottom: -1px;
  z-index: 2;
  -webkit-mask-image: url("/cp_works/standard/tennis/img/svg/left_down.svg");
  mask-image: url("/cp_works/standard/tennis/img/svg/left_down.svg");
  -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;
}
.news_wrap .n_contents.n_list > a article h2{
	font-size: 1.05rem;
  font-weight: 700;
  padding-right: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.75rem 1.5rem 0.35rem 0.75rem;
  color: var(--defColor);
	position: relative;
	z-index: 1;
	order:3;
}
.news_wrap .n_contents.n_list > a article h2::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;
}
.news_wrap .n_contents.n_list > a article .category_list{
	width: calc(100% - 1.5rem);
	margin: 0 auto;
	display: flex;
	gap:0.25rem;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
	order: 4;
}
.news_wrap .n_contents.n_list > a article .category_list li{
  padding: 0rem 0.35rem;
  border-radius: 0.3rem;
  color: #78808b;
  font-size: 0.85rem;
  flex: none;
	border: solid 1px #dcdee1;
}
/*ページャー*/
.pager_wrap{
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.pager_wrap > div{
	width: 40px;
	height: 40px;
}
body[wc-view-code="sp"] .pager_wrap > div{
	width: 36px;
	height: 36px;
}
.pager_wrap > .active,
.pager_wrap > div a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Lexend";
	width: 40px;
	height: 40px;
	font-weight: 700;
	border-radius: 50%;
}
body[wc-view-code="sp"] .pager_wrap > .active,
body[wc-view-code="sp"] .pager_wrap > div a{
	width: 36px;
	height: 36px;
}
.pager_wrap > .active{
	background-color: var(--accentColor);
	color: #fff;
}

.pager_wrap > div a{
	background-color: #dcdee1;
	color:#78808b;
	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: 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: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.pager_wrap > .prev a{
}
.pager_wrap > .next a{
}
/*スティッキー*/
.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 2px var(--accentColor);
	box-sizing: border-box;
}
.sticky_block .in_sticky > dl dt{
}
.sticky_block .in_sticky > dl dt span{
	background-color: var(--accentColor);
	color: #fff;
	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;
}

.sticky_block .in_sticky > dl dt span::before,
.sticky_block .in_sticky > dl dt span::after{
	content: "";
	width: 22px;
	height: 22px;
	background-color: var(--accentColor);
-webkit-mask-image: url("/cp_works/standard/tennis/img/svg/right_up.svg");
  mask-image: url("/cp_works/standard/tennis/img/svg/right_up.svg");
	-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;
}
.sticky_block .in_sticky > dl dt span::before{
	top: -2px;
	right: -22px;
}
.sticky_block .in_sticky > dl dt span::after{
	left: -2px;
	bottom: -22px;
}
.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;
}
.n_contents > article > *{
	margin-top: 1rem;
}
.n_contents > article .eyecatch{
}
body[wc-view-type="tb-l"] .n_contents > article .eyecatch,
body[wc-view-code="pc"] .n_contents > article .eyecatch{
	order: 4;
  width: calc(100% - 2rem);
  margin: 1rem auto 0;
}
.n_contents > article .eyecatch img{
	aspect-ratio:16/9;
	border-radius: 1rem;
}
.n_contents > article > h2{
	font-size: 1.2rem;
	font-weight: 700;
}
body[wc-view-type="tb-l"] .n_contents > article > h2,
body[wc-view-code="pc"] .n_contents > article > h2{
	order:1;
}
.n_contents > article > time{
	display: table;
	margin-left: auto;
	font-family: "Lexend";
}
body[wc-view-type="tb-l"] .n_contents > article > time,
body[wc-view-code="pc"] .n_contents > article > time{
	order:2;
}
.n_contents > article > .category_list{
}
body[wc-view-type="tb-l"] .n_contents > article > .category_list,
body[wc-view-code="pc"] .n_contents > article > .category_list{
	order: 3;
}
.n_contents > article > .category_list{
	width: calc(100% - 1.5rem);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap:0.25rem;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
	margin-top: 0.5rem;
}
.n_contents > article > .category_list li{
  padding: 0rem 0.35rem;
  border-radius: 0.3rem;
  color: #78808b;
  font-size: 0.85rem;
  flex: none;
	border: solid 1px #dcdee1;
}
.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;
}