.bg-gradation-wrapper {
  padding-bottom: 15.375rem;
}
.newsSingle__content {
  padding-top: 6rem;
}
.singleArticleHead {
  margin-bottom: 8rem;
}
.newsArticle__layout {
  display: flex;
  align-items: flex-start;
  gap: 6.67%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--margin80);
  padding-left: var(--padding-side);
  box-sizing: content-box;
  padding-top: 1.25rem;
}
.newsArticle__content {
  flex: 1;
}

.newsArticle__content div {
  color: var(--colorWhite);
}

.newsList__head {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 2rem;
}
.newsList__tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
  margin-left: 1rem;
}
.newsList__time {
  color: rgba(255, 255, 255 , 0.8);
  display: inline-flex;
  align-items: center;
  font-size: var(--14);
  font-family: var(--familyNotoSans);
  line-height: 1.5;
  letter-spacing: 0.035rem;
  opacity: 0.6;
  position: relative;
}
.newsList__time::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 1.25rem;
  display: inline-block;
  margin-left: 0.8125rem;
}

.newsList__tag {
  display: block;
  color: #fff;
  font-size: var(--13);
  font-family: var(--familyNotoSans);
  line-height: 1.5;
  letter-spacing: 0.0325rem;
}

.news-single__page-bottom {
  margin-top: 10rem;
  padding-inline: 0;
}

@media (hover:hover) {
  .shareButton:hover,
  .singlePager__link:hover {
    opacity: 0.7;
  }
}
.shareButton:focus-visible,
.singlePager__link:focus-visible {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .bg-gradation-wrapper {
    padding-bottom: 8rem;
  }
  .news__aside {
    padding-inline: 0;
  }
  .newsArticle__layout {
    display: block;
  }
  .newsSingle__content {
    padding-top: 2.5rem;
  }
  .singleArticleHead {
    margin-bottom: 3rem;
  }
  .news-single__page-bottom {
    margin-top: 6rem;
  }
}

/* シェアボタン */
.share {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2.5rem 1.5rem;
}
.share__title {
  font-size: var(--16);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-align: center;
}
.share__buttons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  justify-content: center;
  align-items: stretch;
  margin: 1.5rem auto 0 auto;
  max-width: 43.5rem;
}
.shareButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-family: var(--familyNotoSans);
  font-size: var(--12);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03rem;
  position: relative;
  padding-inline: 1.5rem;
  min-height: 1.5625rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  transition: opacity .3s;
}
.shareButton:last-of-type {
  border-right: none;
}
.shareButton::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.shareButton:nth-of-type(1)::before {
  background: url(../../images/news/icon-facebook.svg) no-repeat center center / contain;
}
.shareButton:nth-of-type(2)::before {
  background: url(../../images/news/icon-x.svg) no-repeat center center / contain;
}
.shareButton:nth-of-type(3)::before {
  background: url(../../images/news/icon-line.svg) no-repeat center center / contain;
}
.shareButton:nth-of-type(4)::before {
  background: url(../../images/news/icon-hatena.svg) no-repeat center center / contain;
}
.shareButton:nth-of-type(5)::before {
  background: url(../../images/news/icon-copy.svg) no-repeat center center / contain;
}

.copy-msg {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  font-size: 0.625rem;
}

/* ============== */
/* ページ送り */
/* ============== */
.singlePager {
  margin-top: 2.5rem;
  display: flex;
  align-items: stretch;
  gap: 6.3657407%;
  position: relative;
}
.singlePager__line {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  align-self: stretch;
}
.singlePager .flex {
  display: flex;
  align-items: center;
}
.gap-8 {
  gap: 0.5rem;
}
.gap-24 {
  gap: 1.5rem;
}
.jc-between {
  justify-content: space-between;
}
.width-100 {
  width: 100%;
}
.singleNews__button {
  display: grid;
  place-items: center;
  a {
    display: block;
    width: 100%;
  }
}
.singlePager__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 16.875rem;
  transition: opacity .3s;
}

.singlePager__text {
  color: rgba(255, 255, 255 , 0.3);
  font-family: var(--familyNotoSans);
  font-size: var(--12);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.06rem;
  padding-left: calc(0.5625rem + 1rem);
  position: relative;
}
.singlePager__text::before {
  content: "";
  background: url(../../images/news/icon-arrow-pagenation.svg) no-repeat center center / contain;
  width: 0.5625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.singlePager__title-back {
  font-size: var(--14);
  font-weight: 400;
  line-height: 1.78571;
  letter-spacing: 0.07rem;
}

.singlePager__title {
  font-size: var(--14);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.035rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.5em;
  margin-block: 0.6875rem;
}
.singlePager__date {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 100%;
  font-family: var(--familyNotoSans);
  font-size: var(--14);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.035rem;
  opacity: 0.6;
  margin-top: auto;
}
.singlePager__tag {
  padding: 0.2em 1em;
}

.singlePager__next {
  .singlePager__text,
  .singlePager__title,
  .singlePager__date {
    text-align: right;
  }
  .singlePager__text {
    padding-left: 0;
    padding-right: calc(0.5625rem + 1rem);
  }
  .singlePager__text::before {
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
}
.singleNews__button.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .share {
    padding: 2rem 1rem;
  }
  .share__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .shareButton {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    justify-content: flex-start;
    padding-inline: 1.75rem 1.5rem;
    min-height: 1.8125rem;
    letter-spacing: 0.0275rem;
  }
  .shareButton:last-of-type {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    justify-content: center;
  }
  .share__title {
    letter-spacing: 0.035rem;
  }

  .singlePager {
    margin-block: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    gap: 1rem;
  }
  .singleNews__button {
    text-align: center;
    margin-bottom: 5rem;
    
    a {
      width: fit-content;
    }
  }
  .singleNews__button.for-sp {
    display: grid;
  }
}