@charset "UTF-8";
/* レイアウト */
.sideblock > .s-content {
  padding: 0 1%;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
.sideblock > .s-content:first-child {
  margin-top: initial;
}
.sideblock > .s-content:last-child {
  margin-bottom: initial;
  overflow: auto;
}
.sideblock .sc-title,
.sideblock .sc-list {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: revert-layer;
          margin-block-end: revert-layer;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.pagination {
  width: 100%;
}

.pagination .page-numbers a {
  color: #fff;
  background-color: #b2d9b0;
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 40px;
}
.pagination .page-numbers span {
  border: 2px solid #b2d9b0;
  color: #b2d9b0;
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 40px;
}

.single-pagination a {
  color: #b2d9b0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.single-pagination li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
  border: 2px solid #fff;
}
.single-pagination li:hover {
  border: 2px solid #b2d9b0;
}

.mainblock-article time {
  font-size: 1.2em;
}
.mainblock-article .entry-name {
  margin-top: 0;
  font-size: 2.2em;
}
.mainblock-article .entry-text {
  margin-bottom: 5rem;
}

.entry-index {
  margin-block: 3rem;
}

.mainblock-album .entry-index {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2rem;
  justify-content: space-around;
}
.mainblock-album .excerpt {
  width: calc((100% - 5rem) / 2);
}
.mainblock-album .excerpt a {
  text-decoration: none;
  color: #212529;
}
.mainblock-album .excerpt:nth-of-type(odd):last-of-type {
  margin-left: 0.65em;
  margin-right: auto;
}
.mainblock-album .excerpt:nth-of-type(2n) {
  margin-top: 3em;
}
.mainblock-album .eyecatch {
  max-width: 550px;
  aspect-ratio: 5/3;
}
.mainblock-album .entry-name {
  font-size: 1.2em;
  font-weight: 500;
}

.pagecontainer-album .sideblock {
  margin-top: 10rem;
}

.article-album .entry-header {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 0.5em;
  background: url(../images/post/album-entryname.png) center bottom no-repeat;
  color: #4d4d4d;
  margin-bottom: 3rem;
}

.monthly-list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto !important;
  gap: 2rem;
}
.monthly-list li {
  width: calc((100% - 12rem) / 7);
}
.monthly-list li a {
  color: #333 !important;
}
.monthly-list li::before {
  content: "●";
  display: inline-block;
  padding-right: 0.2em;
  color: #b2d9b0;
}

.entry-news:has(> a) {
  border-bottom: 1.5px solid #b2d9b0;
}
.entry-news a {
  display: flex;
  margin-inline: 20px;
  margin-block: 30px 5px;
  width: 100%;
  height: 100%;
}
.entry-news time {
  width: 9ch;
  font-size: initial;
  margin-right: 0.5em;
}
.entry-news a {
  text-decoration: none;
  margin-right: auto;
  color: #212529;
}

.article-news .entry-header {
  margin-inline: 20px;
  padding-bottom: 0.5em;
  border-bottom: 1.5px solid #b2d9b0;
}