@charset "UTF-8";
.article-content__thumbnail {
  position: relative;
  width: 480px;
  margin-inline: auto;
  margin-bottom: 32px;
}
.article-content__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-content__thumbnail-credit {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 12px;
  color: var(--color-white);
  text-shadow: 1px 1px 2px var(--color-gray5);
}
.article-content__image {
  margin-top: 32px;
  margin-bottom: 32px;
}
.article-content__image-container {
  position: relative;
  width: 100%;
}
.article-content__image-container--large {
  aspect-ratio: 4/3;
}
.article-content__image-container--HD {
  aspect-ratio: 16/9;
}
.article-content__image-container--medium_large {
  max-width: 480px;
  margin-inline: auto;
}
.article-content__image-container--medium {
  max-width: 300px;
  aspect-ratio: 3/2;
  margin-inline: auto;
}
.article-content__image-container--thumbnail {
  max-width: 150px;
  margin-inline: auto;
}
.article-content__image-container--mini {
  max-width: 150px;
  aspect-ratio: 3/2;
  margin-inline: auto;
}
.article-content__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-content__image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  font-size: 12px;
  color: var(--color-white);
  text-shadow: 1px 1px 2px var(--color-gray5);
}
.article-content__image-caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
}
.article-content__image-caption > p {
  padding: 0;
  margin-top: 0;
  text-align: center;
  text-indent: 0;
}
.article-content__body {
  padding-inline: 64px;
  margin-top: 0;
}
.article-content__lead {
  padding: 16px 32px;
  margin-bottom: 64px;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-gray5);
  letter-spacing: 0.01em;
  background: var(--color-pale-blue);
}
.article-content__lead p {
  margin-top: 0;
}
.article-content__outbound-link {
  position: relative;
  display: inline-block;
  color: var(--color-gray-blue);
  line-break: anywhere;
}
.article-content__outbound-link::before {
  position: absolute;
  top: calc(50% - 7px);
  right: -20px;
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 40% 0, 40% 60%, 100% 60%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 40% 0, 40% 60%, 100% 60%, 100% 100%, 0 100%);
  content: "";
  border: 2px solid var(--color-gray-blue);
}
.article-content__outbound-link::after {
  position: absolute;
  top: calc(50% - 9px);
  right: -22px;
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(4px 0, 10px 0, 10px 6px, 8px 6px, 8px 3.41px, 1.41px 10px, 0 8.59px, 6.59px 2px, 4px 2px);
          clip-path: polygon(4px 0, 10px 0, 10px 6px, 8px 6px, 8px 3.41px, 1.41px 10px, 0 8.59px, 6.59px 2px, 4px 2px);
  content: "";
  background: var(--color-gray-blue);
}
.article-content__link {
  position: relative;
  z-index: 0;
  margin-inline: 2px;
  color: var(--color-gray5);
  border-bottom: 2px dashed var(--color-grayC);
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
@media (hover: hover) {
  .article-content__link:hover {
    border-bottom: 2px dashed var(--color-theme-pink);
  }
}
.article-content__link--disabled {
  cursor: pointer;
  border-bottom: 2px dashed var(--color-grayE8);
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
}
@media (hover: hover) {
  .article-content__link--disabled:hover {
    border-bottom: 2px dashed var(--color-grayC);
  }
  .article-content__link--disabled:hover::after {
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 24px;
    padding-inline: 16px;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-white);
    text-indent: 0;
    white-space: nowrap;
    content: "まだ記事がありません";
    background: var(--color-gray9);
    border-radius: 2px;
  }
}
.article-content__text {
  padding-inline: 32px;
  font-size: 16px;
  line-height: 28px;
}
.article-content__text h2 {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.article-content__text h2 + p {
  margin-top: 20px;
}
.article-content__text h2:first-child {
  margin-top: 0;
}
.article-content__text h3 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
}
.article-content__text h3 + p {
  margin-top: 12px;
}
.article-content__text > p {
  margin-top: 16px;
  text-indent: 1em;
  letter-spacing: 0.01em;
}
.article-content__text > p.note {
  padding-left: 1em;
  font-size: 12px;
  line-height: 18px;
  text-indent: -1em;
}
.article-content__text > p.noindent {
  text-indent: 0;
}
.article-content__text span.sup {
  font-size: 10px;
  line-height: 10px;
  vertical-align: super;
}
.article-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.article-content__list > li {
  position: relative;
  z-index: 0;
  padding-left: 10px;
  margin-bottom: 0;
}
.article-content__list > li::before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  z-index: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--color-gray-blue);
  border-radius: 100%;
}
.article-content__list--vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.article-content__quote {
  padding: 16px;
  margin: 32px 16px;
  border-left: 5px solid var(--color-pale-pink);
  border-radius: 5px;
}
.article-content__quote-text {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-gray9);
}
.article-content__quote-text > p {
  margin-top: 0;
  text-indent: 0;
  letter-spacing: 0.01em;
}
.article-content__quote-source {
  padding-top: 8px;
}
.article-content__quote-source p {
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .article-content__body {
    padding-inline: 0;
  }
  .article-content__lead {
    padding-inline: 16px;
  }
  .article-content__text {
    padding-inline: 0;
  }
  .article-content__quote {
    padding-inline: 8px;
    margin-inline: 0;
  }
  .article-content__thumbnail {
    width: 100%;
  }
}
body {
  overflow-x: clip;
}

.members {
  position: relative;
  margin-top: 32px;
  margin-bottom: 64px;
}
.members__scroll {
  position: relative;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.members__table {
  width: 100%;
  letter-spacing: 0;
  white-space: nowrap;
  border-collapse: collapse;
}
.members__table thead th:first-child {
  border-top-left-radius: 8px;
}
.members__table thead th:last-child {
  border-top-right-radius: 8px;
}
.members__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.members__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.members__table th {
  height: 48px;
  padding-inline: 12px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  vertical-align: middle;
  background: var(--color-gray5);
}
.members__table tr:nth-of-type(odd) td {
  background: var(--color-white);
}
.members__table tr:nth-of-type(even) td {
  background: var(--color-off-white);
}
.members__table td {
  min-height: 48px;
  padding: 8px 12px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.members .vertical-enscroll {
  display: none;
}

.member__name {
  font-weight: 600;
}
.member__name:is(a) {
  color: var(--color-gray-blue);
}
@media (hover: hover) {
  .member__name:is(a):hover {
    color: var(--color-gray-blue);
    text-decoration: underline;
  }
}
.member__yomi {
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: var(--color-gray9);
}
.member__birthday {
  display: block;
}
.member__age {
  display: block;
  font-size: 13px;
  line-height: 13px;
}
.member__color {
  position: relative;
  top: 4px;
  z-index: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border: 1px solid var(--color-gray9);
  border-radius: 100%;
}
.member__date--blank {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}

.simple-table {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}
.simple-table__table {
  border-collapse: collapse;
}
.simple-table__table caption {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
.simple-table__table th {
  padding-inline: 16px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  background: var(--color-gray5);
}
.simple-table__table td {
  padding-inline: 16px;
  font-size: 14px;
  text-align: left;
}
.simple-table__table thead th:first-child {
  border-top-left-radius: 4px;
}
.simple-table__table thead th:last-child {
  border-top-right-radius: 4px;
}
.simple-table__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.simple-table__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.simple-table__table tr:nth-of-type(odd) td {
  background: var(--color-white);
}
.simple-table__table tr:nth-of-type(even) td {
  background: var(--color-off-white);
}

@media screen and (max-width: 480px) {
  .members {
    position: relative;
  }
  .members::after {
    position: absolute;
    top: 0;
    right: -2px;
    width: 12px;
    height: 100%;
    pointer-events: none;
    content: "";
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
    background: linear-gradient(to left, #fff, transparent);
    mix-blend-mode: lighten;
  }
  .members .vertical-enscroll {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 64px);
    z-index: 10;
    display: block;
    width: 128px;
    height: 64px;
    padding-top: 32px;
    color: var(--color-white);
    text-align: center;
    background: var(--color-gray9);
    border-radius: 8px;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-animation: flick 2s linear infinite;
            animation: flick 2s linear infinite;
  }
  @-webkit-keyframes flick {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0.8;
    }
    70% {
      opacity: 0.8;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes flick {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0.8;
    }
    70% {
      opacity: 0.8;
    }
    100% {
      opacity: 0;
    }
  }
  .members .vertical-enscroll::before, .members .vertical-enscroll::after {
    position: absolute;
    top: 16px;
    width: 12px;
    height: 12px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    background: var(--color-white);
  }
  .members .vertical-enscroll::before {
    left: calc(50% - 24px);
    rotate: -180deg;
  }
  .members .vertical-enscroll::after {
    left: calc(50% + 12px);
  }
  .members:has(.js-enscroll-off)::after {
    display: none;
  }
  .members:has(.js-enscroll-off) > .vertical-enscroll {
    pointer-events: none;
    opacity: 0;
    -webkit-animation: disappear 0.2s linear;
            animation: disappear 0.2s linear;
  }
  @-webkit-keyframes disappear {
    0% {
      opacity: 0.8;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes disappear {
    0% {
      opacity: 0.8;
    }
    100% {
      opacity: 0;
    }
  }
  .members__scroll {
    padding-bottom: 4px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .members__table th:first-child,
  .members__table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .members__table th:first-child::after,
  .members__table td:first-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: "";
    background: var(--color-white);
  }
}/*# sourceMappingURL=custom.css.map */