@charset "utf-8";

/****** *****
アーカイブ
***** *******/
.news-archive__wrap{
    /* padding-bottom: clamp(80px,13.88vw,200px); */
}
.news-archive__list{
    margin-bottom: 70px;
}
.news-archive__item--link{
    display: block;
}
.news-archive__item--inner{
    padding: 30px 0;
    display: flex;
    align-items: start;
    justify-content: start;
}
.news-archive__item--date{
    width: 130px;
    font-family: "Libre Bodoni", serif;
    font-size: 13px;
    line-height: 2.39;
    text-align: left;
}
.news-archive__item--ttl{
    width: calc(100% - 130px);
    font-size: 14px;
    line-height: 2.39;
    text-align: left;
}
.news-archive__moreWrap{
    text-align: center;
}
.news-archive__more{
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 2.39;
}

@media screen and (max-width: 1280px) {
    .news-archive__wrap{
        margin-left: 80px;
    }
}
@media screen and (max-width: 1100px) {
    .news-archive__wrap{
        margin-left: 0;
    }
}
@media screen and (max-width: 750px) {
    .news-archive__item--inner{
        display: block;
        padding: 15px 0;
    }
    .news-archive__item--date{
        width: 100%;
    }
    .news-archive__item--ttl{
        width: 100%;
    }
    .news-archive__list {
        margin-bottom: 50px;
    }
}


/****** *****
シングル
***** *******/
.news-single__wrap{
    margin-top: 24px;
    /* padding-bottom: clamp(80px,13.88vw,200px); */
}
.news-single__head{
    margin-bottom: 50px;
}
.news-single__conts{
    min-height: 20vh;
}
.news-single__date{
    font-family: "Libre Bodoni", serif;
    font-size: 12px;
    line-height: 2.39;
}
.news-single__ttl{
    font-size: 16px;
    line-height: 1.5;
}

/* シングルページネーション */
.singlePagination {
  width: 100%;
  max-width: 775px;
  padding-top: 80px;
  /* padding-bottom: 80px; */
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.singlePagination ul {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.singlePagination ul li.back a {
  font-size: 13px;
}

.singlePagination ul li.prev,
.singlePagination ul li.next {
  width: 20px;
  height: 20px;
  position: relative;
}

.singlePagination ul li.prev a,
.singlePagination ul li.next a {
  width: 100%;
  height: 100%;
  display: block;
  /* line-height: 1; */
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #231815;
  border-radius: 50px;
}

.singlePagination .arrow {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 10px;
}

.singlePagination .arrow::before,
.singlePagination .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #231815;
  transform-origin: calc(100% - 1px) 50%;
}

.singlePagination .arrow::before {
  transform: rotate(45deg);
}

.singlePagination .arrow::after {
  transform: rotate(-45deg);
}

.singlePagination ul li.prev span {
  transform: scale(-1, 1);
}

.singlePagination ul li.prev a:hover,
.singlePagination ul li.next a:hover {
  background-color: #fff;
}

.singlePagination ul li a span {
  width: 100%;
  display: block;
}

.singlePagination ul li a span img {
  width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



@media screen and (max-width: 1280px) {
.news-single__wrap{
      margin-left: 80px;
}
}
@media screen and (max-width: 1100px) {
.news-single__wrap{
      margin-left: 0;
}

}
@media screen and (max-width: 750px) {

}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
