@charset "utf-8";
/* CSS Document */
.news_detail{
  position: relative;
}

.news_detail h1{
  color: #333;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.news_detail .date{
  color: #333;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.news_detail .catename{
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid #4a4745;
  background: #fff;
  color: #333;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.news_detail .img-box{
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 4px;
}

.news_detail .img-box img{
  display: block;
  width: 100%;
  height: auto;
}

.news_detail article > .lineheight22{
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: clamp(13px, 1vw, 15px);
  letter-spacing: 0.08em;
}

.news_detail .more_e2{
  justify-content: center;
  width: min(280px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.main-wrap {
    overflow: visible;
}

.more_btn a{
    width: 200px;
}
.news_d1,
.news_d1 .width-1280-max,
.news_d1 .contents{
  overflow:visible;
}
.news_d1 .width-1280-max{
  display:flex;
  gap:clamp(36px,5vw,72px);
  align-items:flex-start;
}
.news_d1 .cate-wrap{
  flex:0 0 190px;
  position:sticky;
  top:80px;
}
.news_d1 .cate-wrap .titlebox{
  padding-bottom:18px;
  margin-bottom:8px;
  border-bottom:1px solid rgba(190,146,130,.45);
}
.news_d1 .cate-wrap .titlebox p{
  letter-spacing:.16em;
}
.news_d1 .cate-wrap .webgene-blog{
  display:flex;
  flex-direction:column;
}
.news_d1 .cate-wrap .webgene-item a{
  display:block;
  padding:18px 0;
  border-bottom:1px solid rgba(106,81,63,.14);
  text-decoration:none;
  transition:.3s;
}
.news_d1 .cate-wrap .webgene-item a p{
  color:#6A513F;
  font-weight:400;
}
.news_d1 .cate-wrap .webgene-blog .webgene-item a.on{
  background:#F2EEED;
  padding-left:14px;
}
.news_d1 .cate-wrap .webgene-blog .webgene-item a.on p{
  color:#BE9282;
}
.news_d1 .contents{
  flex:1;
  min-width:0;
}
.news_d1 .contents .webgene-blog{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:56px 38px;
}
.news_d1 .contents .webgene-item a{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
}
.news_d1 .contents .webgene-item .date{
  margin-bottom:18px;
  line-height:1;
  color:#BE9282;
}
.news_d1 .contents .webgene-item h2{
  margin:0 0 10px;
  color:#6A513F;
  font-weight:400;
  line-height:1.7;
}
.news_d1 .contents .webgene-item .txt{
  margin-bottom:18px;
  line-height:1.9;
  color:#6A513F;
      font-size: clamp(12px, 1vw, 14px);
}
.news_d1 .catename{
  display:inline-block;
  width:fit-content;
  padding:6px 14px;
  border-radius:999px;
  background:#6FA37E;
  color:#fff;
  line-height:1;
  font-weight:400;
  margin-bottom:12px;
}
.news_detail .catename{
  display:inline-block;
  width:fit-content;
  padding:6px 14px;
  border-radius:999px;
  background:#6FA37E;
  color:#fff;
  line-height:1;
  font-weight:400;
}

.news_d1 .contents .webgene-item .imgbox{
  border-radius:8px;
  overflow:hidden;
  order:5;
}
.news_d1 .contents .webgene-item .imgbox img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
}
.news_d1 .contents .webgene-blog .webgene-pagination{
  grid-column:1 / -1;
  width:100%;
  margin-top:10px;
}
.news_d1 .webgene-pagination{
  width:100%;
}
.news_d1 .webgene-pagination ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:30px;
}
.news_d1 .webgene-pagination ul a{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  text-align:center;
  letter-spacing:0;
  width:46px;
  aspect-ratio:1;
  border-radius:50%;
  font-size:16px;
  line-height:1;
  color:#BE9282;
  border:1px solid #BE9282;
  transition:.35s cubic-bezier(.22,.61,.36,1);
}
.news_d1 .webgene-pagination ul .selected a{
  pointer-events:none;
  background:#BE9282;
  color:#fff;
  border:none;
}
@media screen and (max-width:1080px){
  .news_d1 .contents .webgene-blog{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:50px 30px;
  }
  .news_d1 .cate-wrap{
    flex-basis:170px;
  }
}
@media screen and (max-width:768px){
  .news_d1 .width-1280-max{
    flex-direction:column;
    gap:40px;
  }
  .news_d1 .cate-wrap,
  .news_d1 .contents{
    width:100%;
    flex:none;
  }
  .news_d1 .cate-wrap{
    position:relative;
    top:0;
  }
  .news_d1 .contents .webgene-blog{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media screen and (max-width:576px){
  .news_d1 .contents .webgene-blog{
    grid-template-columns:1fr;
  }
}
.news_d1 .webgene-pagination ul a{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  text-align:center;
  letter-spacing:0;
  width:46px;
  aspect-ratio:1;
  border-radius:50%;
  font-size:16px;
  line-height:1;
  color:#6A513F;
  border:1px solid rgba(106,81,63,.22);
  background:#fff;
  transition:.35s cubic-bezier(.22,.61,.36,1);
}
.news_d1 .webgene-pagination ul a:hover{
  border-color:#D0B92C;
  color:#D0B92C;
}
.news_d1 .webgene-pagination ul .selected a{
  pointer-events:none;
  background:#D0B92C;
  color:#fff;
  border-color:#D0B92C;
}

.news_d1 .cate-wrap .titlebox{
  border-bottom-color: #4a4745;
}

.news_d1 .cate-wrap .titlebox p{
  color: #333;
}

.news_d1 .cate-wrap .webgene-item a{
  border-bottom-color: rgba(51, 51, 51, 0.14);
}

.news_d1 .cate-wrap .webgene-item a p{
  color: #333;
}

.news_d1 .cate-wrap .webgene-blog .webgene-item a.on{
  background: #eff1eb;
}

.news_d1 .cate-wrap .webgene-blog .webgene-item a.on p{
  color: #9ab9a7;
}

.news_d1 .contents .webgene-item .date{
  color: #333;
  font-family: "Sen", "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.news_d1 .contents .webgene-item h2{
  color: #333;
}

.news_d1 .contents .webgene-item .txt{
  color: #333;
      font-size: clamp(14px, 1.1vw, 16px);
}

.news_d1 .catename,
.news_detail .catename{
  background: #fff;
  color: #333;
  border: 1px solid #4a4745;
  border-radius: 0;
  padding: 4px 10px;
  font-size: 12px;
}

.news_d1 .webgene-pagination ul a{
  color: #333;
  border: 1px solid rgba(51, 51, 51, 0.28);
  background: #fff;
}

.news_d1 .webgene-pagination ul a:hover{
  border-color: #9ab9a7;
  color: #9ab9a7;
}

.news_d1 .webgene-pagination ul .selected a{
  background: #9ab9a7;
  color: #fff;
  border-color: #9ab9a7;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

