<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&amp;display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
}

.frame {
  display: grid;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  border: 1px solid #00d4cc;
  justify-items: center;
  align-items: center;
  z-index: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.frame img {
  vertical-align: bottom;
}
@media (max-width: 786px) {
  .frame {
    width: calc(100%);
    height: calc(100%);
    border: none;
  }
}
.frame.showAbout {
  transform: translateY(100%);
}
.frame.showAbout .scroll_top_arrow {
  display: none;
}
.frame.hide {
  transform: translateY(90%);
}
.frame &gt; .title {
  position: absolute;
  top: 20px;
  left: 100px;
  z-index: 10;
}
@media (max-width: 786px) {
  .frame &gt; .title {
    display: none;
  }
}
.frame &gt; .copyright {
  position: absolute;
  bottom: 20px;
  left: 80px;
  z-index: 10;
}
@media (max-width: 786px) {
  .frame &gt; .copyright {
    display: none;
  }
}
.frame .ga_green {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  vertical-align: bottom;
}
@media (max-width: 786px) {
  .frame .ga_green {
    transform: scale(0.5);
    transform-origin: top left;
  }
}
.frame .ga_pink {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 10;
  vertical-align: bottom;
}
@media (max-width: 786px) {
  .frame .ga_pink {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}
.frame &gt; .time {
  font-family: "Chakra Petch", sans-serif;
  position: absolute;
  bottom: 100px;
  right: 25px;
  z-index: 10;
  color: #00d4cc;
  transform: rotate(90deg);
  font-size: 10px;
  transform-origin: right center;
  letter-spacing: 1.5px;
  height: 10px;
  width: 200px;
}
@media (max-width: 786px) {
  .frame &gt; .time {
    right: 12px;
    bottom: 40px;
    transform: rotate(90deg) scale(0.7);
  }
}
.frame .twitter {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 10;
}
@media (max-width: 786px) {
  .frame .twitter {
    border: 1px solid #00d4cc;
    transform: scale(0.5);
    transform-origin: bottom left;
  }
}
.frame .youtube {
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 10;
}
@media (max-width: 786px) {
  .frame .youtube {
    display: none;
  }
}
.frame &gt; .recent {
  font-family: "Chakra Petch", sans-serif;
  position: absolute;
  left: 25px;
  top: 100px;
  z-index: 10;
  color: #00d4cc;
  transform: rotate(90deg);
  font-size: 10px;
  transform-origin: left center;
  letter-spacing: 1.5px;
}
@media (max-width: 786px) {
  .frame &gt; .recent {
    top: 40px;
    left: 12px;
    transform: rotate(90deg) scale(0.7);
  }
}
.frame .scroll_top {
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  z-index: 10;
  display: inline-block;
  padding-bottom: 20px;
}
@media (max-width: 786px) {
  .frame .scroll_top {
    height: 24px;
    top: -9px;
  }
}
.frame .scroll_top_arrow {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  z-index: 10;
  width: 16px;
}
.frame .js-show-about:hover {
  filter: brightness(0.75) hue-rotate(160deg);
}
.frame &gt; .scroll_bottom {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 786px) {
  .frame &gt; .scroll_bottom {
    height: 14px;
  }
}

.js-show-about {
  cursor: pointer;
}

.about {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 0;
  transition: all 1s ease 0s;
  opacity: 0;
}
.about .about__clock {
  font-family: "Chakra Petch", sans-serif;
  position: absolute;
  right: 60px;
  bottom: 40px;
  z-index: 1;
  text-align: right;
  letter-spacing: 1.5px;
  color: #fff;
}
@media (max-width: 786px) {
  .about .about__clock {
    text-align: left;
    right: auto;
    bottom: 25px;
    left: 25px;
    transform: scale(0.6);
    transform-origin: left bottom;
  }
}
.about .about__clock .date {
  font-size: 16px;
  margin-bottom: 2px;
  transition: opacity 0.5s ease-out 1.5s;
}
.about .about__clock .time {
  font-size: 90px;
  margin-bottom: 10px;
  transition: opacity 0.5s ease-out 1.6s;
}
.about .about__clock .text {
  font-size: 12px;
  margin-bottom: 10px;
  transition: opacity 0.5s ease-out 1.7s;
}
.about .about__clock .link {
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.5s ease-out 1.8s;
}
.about .about__clock .link:hover {
  color: #00d4cc;
  border-bottom-color: #00d4cc;
}
@media (max-width: 786px) {
  .about .about__clock .link {
    display: none;
  }
}
.about .about__clock .link-sp {
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: opacity 0.5s ease-out 1.4s;
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 786px) {
  .about .about__clock .link-sp {
    display: inline-block;
  }
}
.about .about__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%) scale(1.05);
  height: calc(var(--vh, 1vh) * 100 - 180px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
@media (max-width: 786px) {
  .about .about__modal {
    display: none;
  }
}
.about .about__modal.on {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
.about .about__modal .image {
  display: block;
  width: 100vw;
  max-width: calc(100vh - 90px);
  -o-object-fit: contain;
     object-fit: contain;
}
.about .about__modal .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.about .about__modal .close .st0 {
  fill: rgba(0, 212, 204, 0.8);
}
.about .about__modal .close .st1 {
  fill: #fff;
}
.about .about__modal .close:hover .st0 {
  fill: #00d4cc;
}
.about .about__modal__sp {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  justify-items: center;
  align-items: center;
  opacity: 0;
  pointer-events: auto;
  transition: all 1s ease;
}
@media (max-width: 786px) {
  .about .about__modal__sp {
    display: grid;
  }
}
.about .about__modal__sp .description_sp {
  width: 80%;
  transform: translateY(-40px);
}
.about .about__modal__sp.on {
  opacity: 1;
}
.about .about__modal__sp .close_sp {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
}
.about .about__hide__btn {
  position: absolute;
  left: 60px;
  bottom: 60px;
  cursor: pointer;
  transition: opacity 0.5s ease-out 2s;
}
.about .about__hide__btn .st0 {
  fill: #ec3398;
}
.about .about__hide__btn .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
}
.about .about__hide__btn .st2 {
  fill: #ffffff;
}
.about .about__hide__btn:hover .st0 {
  fill: #00d4cc;
}
@media (max-width: 786px) {
  .about .about__hide__btn {
    left: auto;
    right: 25px;
    bottom: 25px;
    width: 60px;
  }
  .about .about__hide__btn .st0 {
    fill: #00d4cc;
  }
}
.about #aboutCanvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.about #aboutDust,
.about #aboutBackground,
.about #aboutCharacter {
  display: none;
}

.js-about .about__hide__btn,
.js-about .about__clock .date,
.js-about .about__clock .time,
.js-about .about__clock .link,
.js-about .about__clock .link-sp,
.js-about .about__clock .text {
  opacity: 0;
}

.js-about.on {
  opacity: 1;
  transform: scale(1);
}
.js-about.on .about__hide__btn,
.js-about.on .about__clock .date,
.js-about.on .about__clock .time,
.js-about.on .about__clock .link,
.js-about.on .about__clock .link-sp,
.js-about.on .about__clock .text {
  opacity: 1;
}

.frame__inner {
  background-color: #fff;
  background-image: url("../images/frame/back.png");
  background-size: 1920px 1080px;
  border: 1px solid #00d4cc;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 786px) {
  .frame__inner {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
}

.footer {
  background-color: #00d4cc;
  padding: 40px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}
@media (max-width: 786px) {
  .footer {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 30px;
  }
}
.footer .footer__title img:hover {
  opacity: 0.8;
}
.footer img {
  max-width: 100%;
}
.footer .footer__linksArea {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 40px;
}
@media (max-width: 786px) {
  .footer .footer__linksArea {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer .footer__links__title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 786px) {
  .footer .footer__links__title {
    grid-column-start: span 2;
    font-size: 16px;
  }
}
.footer .footer__links {
  display: grid;
  gap: 20px;
  align-content: flex-start;
  font-size: 12px;
}
@media (max-width: 786px) {
  .footer .footer__links {
    grid-template-columns: 1fr 1fr;
    font-size: 10px;
  }
}
.footer .footer__links a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 786px) {
  .footer .footer__links a {
    line-height: 1.4;
  }
}
.footer .footer__links a:hover {
  text-decoration: underline;
}
.footer .footer__icons {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1200px) {
  .footer .footer__icons {
    gap: 18px;
  }
}
@media (max-width: 786px) {
  .footer .footer__icons {
    position: relative;
    left: 0px;
    bottom: 0px;
    gap: 18px;
  }
}
.footer .footer__icons .footer__icon--resume,
.footer .footer__icons .footer__icon--story,
.footer .footer__icons .footer__icon--interview,
.footer .footer__icons .footer__icon--special,
.footer .footer__icons .footer__icon--staff {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0.8, 0.6, 1);
}
.footer .footer__icons .footer__icon--resume:hover,
.footer .footer__icons .footer__icon--story:hover,
.footer .footer__icons .footer__icon--interview:hover,
.footer .footer__icons .footer__icon--special:hover,
.footer .footer__icons .footer__icon--staff:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.footer .footer__icons .footer__icon--resume svg,
.footer .footer__icons .footer__icon--story svg,
.footer .footer__icons .footer__icon--interview svg,
.footer .footer__icons .footer__icon--special svg,
.footer .footer__icons .footer__icon--staff svg {
  height: 48px;
  width: auto;
}
@media (max-width: 1200px) {
  .footer .footer__icons .footer__icon--resume svg,
.footer .footer__icons .footer__icon--story svg,
.footer .footer__icons .footer__icon--interview svg,
.footer .footer__icons .footer__icon--special svg,
.footer .footer__icons .footer__icon--staff svg {
    height: 40px;
  }
}
@media (max-width: 786px) {
  .footer .footer__icons .footer__icon--resume svg,
.footer .footer__icons .footer__icon--story svg,
.footer .footer__icons .footer__icon--interview svg,
.footer .footer__icons .footer__icon--special svg,
.footer .footer__icons .footer__icon--staff svg {
    height: 32px;
  }
}
.footer .footer__icons .footer__icon--interview svg {
  height: 68px;
}
@media (max-width: 1200px) {
  .footer .footer__icons .footer__icon--interview svg {
    height: 52px;
  }
}
@media (max-width: 786px) {
  .footer .footer__icons .footer__icon--interview svg {
    height: 42px;
  }
}
.footer .footer__icons .footer__icon--special svg {
  height: 68px;
}
@media (max-width: 1200px) {
  .footer .footer__icons .footer__icon--special svg {
    height: 52px;
  }
}
@media (max-width: 786px) {
  .footer .footer__icons .footer__icon--special svg {
    height: 42px;
  }
}
.footer .footer__icons .footer__icon--staff svg {
  height: 58px;
}
@media (max-width: 1200px) {
  .footer .footer__icons .footer__icon--staff svg {
    height: 48px;
  }
}
@media (max-width: 786px) {
  .footer .footer__icons .footer__icon--staff svg {
    height: 40px;
  }
}

.conteiner {
  margin: 40px;
  min-height: calc(100vh - 400px);
}
@media (max-width: 786px) {
  .conteiner {
    margin: 20px;
    min-height: calc(100vh - 200px);
  }
}

.main__title {
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto auto;
  gap: 10%;
}
@media (max-width: 786px) {
  .main__title {
    grid-template-columns: auto;
  }
}
.main__title img {
  max-width: 100%;
}
.main__title .main__title_wrapper {
  display: grid;
  gap: 20px;
}
.main__title .main__title_icons {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  gap: 36px;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .main__title .main__title_icons {
    gap: 18px;
  }
}
@media (max-width: 786px) {
  .main__title .main__title_icons {
    position: relative;
    left: 0px;
    bottom: 0px;
    gap: 18px;
  }
}
.main__title .main__title_icons .main__title_icon--resume,
.main__title .main__title_icons .main__title_icon--story,
.main__title .main__title_icons .main__title_icon--interview,
.main__title .main__title_icons .main__title_icon--special,
.main__title .main__title_icons .main__title_icon--staff {
  color: #00d4cc;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0.8, 0.6, 1);
}
.main__title .main__title_icons .main__title_icon--resume:hover,
.main__title .main__title_icons .main__title_icon--story:hover,
.main__title .main__title_icons .main__title_icon--interview:hover,
.main__title .main__title_icons .main__title_icon--special:hover,
.main__title .main__title_icons .main__title_icon--staff:hover {
  transform: scale(1.1);
}
.main__title .main__title_icons .main__title_icon--resume svg,
.main__title .main__title_icons .main__title_icon--story svg,
.main__title .main__title_icons .main__title_icon--interview svg,
.main__title .main__title_icons .main__title_icon--special svg,
.main__title .main__title_icons .main__title_icon--staff svg {
  height: 48px;
  width: auto;
}
@media (max-width: 1200px) {
  .main__title .main__title_icons .main__title_icon--resume svg,
.main__title .main__title_icons .main__title_icon--story svg,
.main__title .main__title_icons .main__title_icon--interview svg,
.main__title .main__title_icons .main__title_icon--special svg,
.main__title .main__title_icons .main__title_icon--staff svg {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .main__title .main__title_icons .main__title_icon--resume svg,
.main__title .main__title_icons .main__title_icon--story svg,
.main__title .main__title_icons .main__title_icon--interview svg,
.main__title .main__title_icons .main__title_icon--special svg,
.main__title .main__title_icons .main__title_icon--staff svg {
    height: 32px;
  }
}
.main__title .main__title_icons .main__title_icon--interview svg {
  height: 68px;
}
@media (max-width: 1200px) {
  .main__title .main__title_icons .main__title_icon--interview svg {
    height: 52px;
  }
}
@media (max-width: 480px) {
  .main__title .main__title_icons .main__title_icon--interview svg {
    height: 42px;
  }
}
.main__title .main__title_icons .main__title_icon--special svg {
  height: 68px;
}
@media (max-width: 1200px) {
  .main__title .main__title_icons .main__title_icon--special svg {
    height: 52px;
  }
}
@media (max-width: 480px) {
  .main__title .main__title_icons .main__title_icon--special svg {
    height: 42px;
  }
}
.main__title .main__title_icons .main__title_icon--staff svg {
  height: 58px;
}
@media (max-width: 1200px) {
  .main__title .main__title_icons .main__title_icon--staff svg {
    height: 48px;
  }
}
@media (max-width: 480px) {
  .main__title .main__title_icons .main__title_icon--staff svg {
    height: 40px;
  }
}
.main__title .main__title_icons .main__title_icon--resume:hover {
  color: #00d4cc;
}
.main__title .main__title_icons .main__title_icon--story:hover {
  color: #fc887b;
}
.main__title .main__title_icons .main__title_icon--interview:hover {
  color: #6659d9;
}
.main__title .main__title_icons .main__title_icon--special:hover {
  color: #d1391c;
}
.main__title .main__title_icons .main__title_icon--staff:hover {
  color: #f5ac20;
}
@media (max-width: 786px) {
  .main__title .main__title_title,
.main__title .main__title_student {
    display: none;
  }
}
.main__title .main__title_title_sp {
  display: none;
}
@media (max-width: 786px) {
  .main__title .main__title_title_sp {
    display: block;
  }
}

.postList__title {
  margin: 24px 0;
}

.postList__newentry {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 24px 0;
  font-size: 14px;
}
@media (max-width: 786px) {
  .postList__newentry {
    grid-template-columns: 1fr;
    font-size: 12px;
  }
}
.postList__newentry img {
  width: 100%;
}

.postList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin: 24px 0;
  font-size: 12px;
}
.postList img {
  width: 100%;
}
@media (max-width: 786px) {
  .postList {
    font-size: 12px;
    grid-template-columns: 1fr;
  }
}

.postItem {
  text-decoration: none;
  background: #00d4cc;
  cursor: pointer;
  overflow: hidden;
}
.postItem .thumbnailWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.postItem .thumbnailWrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.postItem .postItem__category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  font-weight: bold;
  color: #fff;
  background: #00d4cc;
  padding: 0.5em 0.5em;
}
.postItem .postItem__title {
  padding: 1.3em 1em;
  line-height: 1em;
  font-weight: bold;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.postItem:hover .thumbnail {
  transform: scale(1.1);
}
@media (max-width: 786px) {
  .postItem:hover .thumbnail {
    transform: none;
  }
  .postItem:not(:first-child) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: none !important;
  }
  .postItem:not(:first-child) .thumbnailWrapper {
    overflow: visible;
  }
  .postItem:not(:first-child) .thumbnailWrapper::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    background-color: #ccc;
  }
  .postItem:not(:first-child) .postItem__category {
    bottom: auto;
    left: auto;
    top: 0;
    right: -20px;
    transform: translateX(100%);
    font-size: 10px;
  }
  .postItem:not(:first-child) .postItem__title {
    color: black;
    text-overflow: initial;
    white-space: normal;
    overflow: auto;
    padding: 0;
    line-height: 1.5em;
    padding-top: 24px;
  }
}
.postItem.category-resume {
  background: #00d4cc;
}
.postItem.category-resume .thumbnailWrapper::after {
  background: #00d4cc;
}
.postItem.category-resume .postItem__category {
  background: #00d4cc;
}
.postItem.category-story {
  background: #fc887b;
}
.postItem.category-story .thumbnailWrapper::after {
  background: #fc887b;
}
.postItem.category-story .postItem__category {
  background: #fc887b;
}
.postItem.category-interview {
  background: #6659d9;
}
.postItem.category-interview .thumbnailWrapper::after {
  background: #6659d9;
}
.postItem.category-interview .postItem__category {
  background: #6659d9;
}
.postItem.category-special {
  background: #d1391c;
}
.postItem.category-special .thumbnailWrapper::after {
  background: #d1391c;
}
.postItem.category-special .postItem__category {
  background: #d1391c;
}
.postItem.category-staff {
  background: #f5ac20;
}
.postItem.category-staff .thumbnailWrapper::after {
  background: #f5ac20;
}
.postItem.category-staff .postItem__category {
  background: #f5ac20;
}

.categories {
  display: grid;
  gap: 40px;
}
@media (max-width: 786px) {
  .categories {
    gap: 0;
  }
}

.category {
  color: #00d4cc;
  border: 1px solid #00d4cc;
  background-color: #00d4cc;
  display: grid;
  grid-template-columns: auto 1fr;
}
.category .categoryHead {
  display: grid;
  justify-items: center;
  align-content: center;
  width: 20vw;
  background-color: #fff;
  gap: 20px;
}
.category .categoryHead__icon svg {
  height: 60px;
}
.category .categoryHead__name {
  font-size: 12px;
  font-weight: bold;
}
.category .categoryHead__button {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 100px;
  background-color: #00d4cc;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.category .categoryHead__button:hover {
  filter: brightness(0.9);
}
.category .categoryContent {
  margin: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  font-size: 14px;
}
.category .categoryContent .postItem__title {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.category .categoryBottom__button {
  display: none;
  padding: 12px;
  color: #fff;
  background-color: #00d4cc;
  text-decoration: none;
  text-align: center;
  margin: 0 20px 20px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 786px) {
  .category .categoryBottom__button {
    display: block;
  }
}
@media (max-width: 786px) {
  .category {
    grid-template-columns: 1fr;
    margin: 0 -20px;
    border: none;
    background: #fff !important;
  }
  .category .categoryHead {
    width: 100%;
    color: #fff;
    padding: 20px 0;
  }
  .category .categoryHead__button {
    display: none;
  }
  .category .categoryContent {
    background: #fff;
    grid-template-columns: 1fr;
    margin: 20px;
    font-size: 12px;
  }
  .category .postItem__title {
    background: #fff !important;
  }
  .category.category-resume .categoryHead {
    background: #00d4cc;
  }
  .category.category-story .categoryHead {
    background: #fc887b;
  }
  .category.category-interview .categoryHead {
    background: #6659d9;
  }
  .category.category-special .categoryHead {
    background: #d1391c;
  }
  .category.category-staff .categoryHead {
    background: #f5ac20;
  }
}
.category.category-resume {
  background: #00d4cc;
  border-color: #00d4cc;
  color: #00d4cc;
}
.category.category-resume .categoryHead__button,
.category.category-resume .postItem__category,
.category.category-resume .postItem__title,
.category.category-resume .categoryBottom__button {
  background: #00d4cc;
}
.category.category-story {
  background: #fc887b;
  border-color: #fc887b;
  color: #fc887b;
}
.category.category-story .categoryHead__button,
.category.category-story .postItem__category,
.category.category-story .postItem__title,
.category.category-story .categoryBottom__button {
  background: #fc887b;
}
.category.category-interview {
  background: #6659d9;
  border-color: #6659d9;
  color: #6659d9;
}
.category.category-interview .categoryHead__button,
.category.category-interview .postItem__category,
.category.category-interview .postItem__title,
.category.category-interview .categoryBottom__button {
  background: #6659d9;
}
.category.category-special {
  background: #d1391c;
  border-color: #d1391c;
  color: #d1391c;
}
.category.category-special .categoryHead__button,
.category.category-special .postItem__category,
.category.category-special .postItem__title,
.category.category-special .categoryBottom__button {
  background: #d1391c;
}
.category.category-staff {
  background: #f5ac20;
  border-color: #f5ac20;
  color: #f5ac20;
}
.category.category-staff .categoryHead__button,
.category.category-staff .postItem__category,
.category.category-staff .postItem__title,
.category.category-staff .categoryBottom__button {
  background: #f5ac20;
}

@media (max-width: 786px) {
  .postList .postItem,
.category .postItem,
.categoryPage .postItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: none !important;
  }
  .postList .postItem .thumbnailWrapper,
.category .postItem .thumbnailWrapper,
.categoryPage .postItem .thumbnailWrapper {
    overflow: visible;
  }
  .postList .postItem .thumbnailWrapper::after,
.category .postItem .thumbnailWrapper::after,
.categoryPage .postItem .thumbnailWrapper::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    background-color: #ccc;
  }
  .postList .postItem .postItem__category,
.category .postItem .postItem__category,
.categoryPage .postItem .postItem__category {
    bottom: auto;
    left: auto;
    top: 0;
    right: -20px;
    transform: translateX(100%);
    font-size: 10px;
  }
  .postList .postItem .postItem__title,
.category .postItem .postItem__title,
.categoryPage .postItem .postItem__title {
    color: black;
    text-overflow: initial;
    white-space: normal;
    overflow: auto;
    padding: 0;
    line-height: 1.5em;
    padding-top: 24px;
  }
}

article {
  /** 自動で挿入される clearfix の余白解除 **/
}
article .articleWrapper {
  width: calc(100% - 80px);
  max-width: 880px;
  margin: 40px auto 80px;
}
@media (max-width: 786px) {
  article .articleWrapper {
    width: calc(100% - 40px);
    margin: 20px auto 40px;
  }
}
article .articleHeader {
  position: relative;
  height: 540px;
  max-height: 540px;
  overflow: hidden;
}
@media (max-width: 786px) {
  article .articleHeader {
    height: 60vw;
  }
}
article .articleHeader .front {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
article .articleHeader .front .front-image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: auto;
  border: 1px solid #00d4cc;
}
@media (max-width: 786px) {
  article .articleHeader .front .front-image-wrapper {
    top: calc(50%);
  }
}
article .articleHeader .front .front-image {
  width: auto;
  height: 500px;
  vertical-align: bottom;
}
@media (max-width: 1200px) {
  article .articleHeader .front .front-image {
    height: 400px;
  }
}
@media (max-width: 786px) {
  article .articleHeader .front .front-image {
    width: calc(100vw - 54px);
    height: auto;
  }
}
article .articleHeader .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
article .articleHeader .background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 0.5;
}
article .articleHeader .background .background-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
}
article .categoryLabel {
  text-align: center;
  margin: 40px auto;
}
@media (max-width: 786px) {
  article .categoryLabel {
    margin: 20px auto;
  }
}
article .categoryLabel .categoryLabel__inner {
  display: inline-block;
  background-color: #00d4cc;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 8px;
}
article .articleTitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  transform: scaleY(1.1);
  text-align: justify;
  word-break: break-all;
}
@media (max-width: 786px) {
  article .articleTitle {
    font-size: 20px;
  }
}
article .articleHead {
  display: grid;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}
@media (max-width: 786px) {
  article .articleHead {
    font-size: 10px;
  }
}
article .articleHead .articleCreated {
  display: grid;
}
article .articleContent {
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
}
@media (max-width: 786px) {
  article .articleContent {
    font-size: 14px;
  }
  article .articleContent iframe {
    width: 100%;
    height: calc((100vw - 88px) * 9 / 16);
  }
}
article .articleContent img {
  max-width: 100%;
  height: auto;
}
article .articleContent p + p {
  margin-bottom: 1em;
}
article .articleContent strong {
  font-weight: bold;
}
article .articleContent em {
  font-style: oblique;
}
article .articleContent i {
  font-style: oblique;
}
article .window {
  border: 1px solid #00d4cc;
  position: relative;
  margin: 2em 0;
}
@media (max-width: 786px) {
  article .window {
    margin: 20px 0;
  }
}
article .window::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 39px;
  height: 39px;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 786px) {
  article .window::before {
    width: 19px;
    height: 19px;
  }
}
article .window dt {
  display: grid;
  justify-content: center;
  align-items: center;
  background: #00d4cc;
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
  min-height: 40px;
  font-weight: bold;
  padding: 6px 44px;
  line-height: 24px;
  box-sizing: border-box;
}
@media (max-width: 786px) {
  article .window dt {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    min-height: 20px;
    padding: 3px 24px;
  }
}
article .window dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 1px;
  background: #00d4cc;
  transform: translate(-50%, -50%);
}
@media (max-width: 786px) {
  article .window dt::before {
    top: 10px;
    left: 10px;
    width: 11px;
  }
}
article .window dd {
  padding: 40px 80px;
  background: #ffffff;
}
@media (max-width: 786px) {
  article .window dd {
    padding: 20px;
  }
}
article .window.black {
  border: 1px solid #333;
}
article .window.black dt,
article .window.black dt::before,
article .window.black dt::after {
  background: #333;
}
article .window.yellow {
  border: 1px solid #f5ac20;
}
article .window.yellow dt,
article .window.yellow dt::before,
article .window.yellow dt::after {
  background: #f5ac20;
}
article .window.coral {
  border: 1px solid #fc887b;
}
article .window.coral dt,
article .window.coral dt::before,
article .window.coral dt::after {
  background: #fc887b;
}
article .window.pink {
  border: 1px solid #ec3398;
}
article .window.pink dt,
article .window.pink dt::before,
article .window.pink dt::after {
  background: #ec3398;
}
article .window.red {
  border: 1px solid #d1391c;
}
article .window.red dt,
article .window.red dt::before,
article .window.red dt::after {
  background: #d1391c;
}
article .window.purple {
  border: 1px solid #6659d9;
}
article .window.purple dt,
article .window.purple dt::before,
article .window.purple dt::after {
  background: #6659d9;
}
article .window.green {
  border: 1px solid #00d4cc;
}
article .window.green dt,
article .window.green dt::before,
article .window.green dt::after {
  background: #00d4cc;
}
article .character-left,
article .character-right,
article .character-small {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 40px;
  margin: 2em 0;
}
@media (max-width: 786px) {
  article .character-left,
article .character-right,
article .character-small {
    gap: 20px;
  }
}
article .character-left div.icon,
article .character-right div.icon,
article .character-small div.icon {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
}
article .character-left img,
article .character-right img,
article .character-small img {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM5IiBoZWlnaHQ9IjEzOSIgdmlld0JveD0iMCAwIDEzOSAxMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTEzOSA2OS41QzEzOSAxMDcuOSAxMzguMSAxMzkgNjkuNSAxMzlDMC45MDAwMDIgMTM5IDAgMTA3LjkgMCA2OS41QzAgMzEuMSAwLjkwMDAwMiAwIDY5LjUgMEMxMzguMSAwIDEzOSAzMS4xIDEzOSA2OS41WiIgZmlsbD0iI0VBMzIzMiIvPgogIDwvc3ZnPgogIA==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM5IiBoZWlnaHQ9IjEzOSIgdmlld0JveD0iMCAwIDEzOSAxMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTEzOSA2OS41QzEzOSAxMDcuOSAxMzguMSAxMzkgNjkuNSAxMzlDMC45MDAwMDIgMTM5IDAgMTA3LjkgMCA2OS41QzAgMzEuMSAwLjkwMDAwMiAwIDY5LjUgMEMxMzguMSAwIDEzOSAzMS4xIDEzOSA2OS41WiIgZmlsbD0iI0VBMzIzMiIvPgogIDwvc3ZnPgogIA==);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 786px) {
  article .character-left img,
article .character-right img,
article .character-small img {
    width: 70px;
    height: 70px;
  }
}
article .character-right {
  grid-template-columns: 1fr auto;
  justify-items: flex-end;
}
@media (max-width: 786px) {
  article .character-small {
    align-items: flex-start;
  }
}
article .character-small img {
  width: 100px;
  height: 100px;
}
@media (max-width: 786px) {
  article .character-small img {
    width: 48px;
    height: 48px;
  }
}
article .download_btn {
  display: block;
  background-color: #00d4cc;
  color: #fff;
  padding: 24px 64px;
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
}
article .download_btn::before {
  content: "";
  display: block;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 23px solid currentColor;
  position: absolute;
}
@media (max-width: 786px) {
  article .download_btn::before {
    left: 24px;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 15px solid currentColor;
  }
}
@media (max-width: 786px) {
  article .download_btn {
    padding: 12px 48px;
    font-size: 14px;
  }
}
article .download_btn:hover {
  filter: brightness(0.9);
}
article .download_btn.black {
  background: #333;
}
article .download_btn.yellow {
  background: #f5ac20;
}
article .download_btn.coral {
  background: #fc887b;
}
article .download_btn.pink {
  background: #ec3398;
}
article .download_btn.red {
  background: #d1391c;
}
article .download_btn.purple {
  background: #6659d9;
}
article .download_btn.green {
  background: #00d4cc;
}
article .download_btn.white {
  background: white;
  color: #00d4cc;
  border: 1px solid #00d4cc;
}
article .gallery {
  width: 100%;
}
article .gallery br {
  display: none;
}
article .gallery-icon {
  text-align: center;
}
article .gallery-icon img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
article .gallery-icon img:hover {
  filter: brightness(0.9);
}
article .gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
article .gallery-columns-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  margin-bottom: 1em;
}
article .gallery-columns-3 .gallery-item {
  width: 100%;
}
@media (max-width: 786px) {
  article .gallery-columns-3 {
    grid-template-columns: 1fr;
  }
}
article.category-special .articleHeader .front .front-image-wrapper {
  border: 1px solid #d1391c;
}
article.category-special .categoryLabel .categoryLabel__inner {
  background-color: #d1391c;
}
article.category-special .articleHead .articleAuthor__icon {
  border: 1px solid #d1391c;
}
article.category-resume .articleHeader .front .front-image-wrapper {
  border: 1px solid #00d4cc;
}
article.category-resume .categoryLabel .categoryLabel__inner {
  background-color: #00d4cc;
}
article.category-resume .articleHead .articleAuthor__icon {
  border: 1px solid #00d4cc;
}
article.category-story .articleHeader .front .front-image-wrapper {
  border: 1px solid #fc887b;
}
article.category-story .categoryLabel .categoryLabel__inner {
  background-color: #fc887b;
}
article.category-story .articleHead .articleAuthor__icon {
  border: 1px solid #fc887b;
}
article.category-interview .articleHeader .front .front-image-wrapper {
  border: 1px solid #6659d9;
}
article.category-interview .categoryLabel .categoryLabel__inner {
  background-color: #6659d9;
}
article.category-interview .articleHead .articleAuthor__icon {
  border: 1px solid #6659d9;
}
article.category-staff .articleHeader .front .front-image-wrapper {
  border: 1px solid #f5ac20;
}
article.category-staff .categoryLabel .categoryLabel__inner {
  background-color: #f5ac20;
}
article.category-staff .articleHead .articleAuthor__icon {
  border: 1px solid #f5ac20;
}
article .comment.window {
  margin-top: 80px;
}
@media (max-width: 786px) {
  article .comment.window {
    margin-top: 40px;
  }
}
article .comment.window dd {
  padding: 40px;
}
@media (max-width: 786px) {
  article .comment.window dd {
    padding: 20px;
  }
}
article .comment__user {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 786px) {
  article .comment__user {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
article .comment__user::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("../images/post/border.svg");
  height: 2px;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: left;
}
article .comment__user__name {
  padding-left: 40px;
  position: relative;
}
@media (max-width: 786px) {
  article .comment__user__name {
    padding-left: 0px;
    font-weight: bold;
  }
}
@media (max-width: 786px) {
  article .comment__user__name.official {
    padding-left: 40px;
  }
}
article .comment__user__name.official::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url("./../images/post/official.svg");
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
article .comment__user__body p {
  white-space: pre-wrap;
}
article .comment__time {
  margin-top: 20px;
  text-align: right;
}
article .comment__form {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 40px;
}
@media (max-width: 786px) {
  article .comment__form {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
article .comment__form__left {
  display: grid;
  gap: 20px;
  align-content: flex-start;
  grid-template-rows: auto auto auto;
}
@media (max-width: 786px) {
  article .comment__form__left {
    grid-template-rows: auto;
  }
}
article .comment__form__right {
  display: grid;
  gap: 20px;
  grid-template-rows: auto 1fr;
}
article .comment__form__head {
  font-size: 14px;
}
@media (max-width: 786px) {
  article .comment__form__head {
    font-weight: bold;
  }
}
article .comment__form__name {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #00d4cc;
  background: #fff;
  padding: 8px;
}
article .comment__form__body {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #00d4cc;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
}
article .comment__form__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  background: #00d4cc;
  color: #ffffff;
  display: block;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 786px) {
  article .comment__form__button {
    display: none;
  }
}
article .comment__form__button:hover {
  filter: brightness(0.9);
}
article .comment__form__button_sp {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  background: #00d4cc;
  color: #ffffff;
  display: block;
  padding: 8px;
  cursor: pointer;
  display: none;
}
@media (max-width: 786px) {
  article .comment__form__button_sp {
    display: block;
  }
}

.article_related_posts {
  margin: 40px;
}
@media (max-width: 786px) {
  .article_related_posts {
    margin: 20px;
  }
}

.categoryPage .postList__title {
  color: #00d4cc;
}
.categoryPage .postList {
  margin: 40px 0;
}
@media (max-width: 786px) {
  .categoryPage .postList {
    margin: 20px 0;
  }
}
.categoryPage .categoryPageHead {
  position: relative;
  height: 320px;
  display: grid;
  justify-content: center;
  align-content: center;
  justify-items: center;
  gap: 30px;
  background-color: #fff;
  border: 1px solid #00d4cc;
  font-size: 16px;
  font-weight: bold;
  color: #00d4cc;
}
@media (max-width: 786px) {
  .categoryPage .categoryPageHead {
    gap: 16px;
    font-size: 14px;
    height: 160px;
  }
}
.categoryPage .categoryPageHead::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 24px;
  background-color: #00d4cc;
}
@media (max-width: 786px) {
  .categoryPage .categoryPageHead::after {
    width: 12px;
  }
}
.categoryPage .categoryPageHead .categoryPageHeadIcon svg {
  height: 140px;
  width: auto;
}
@media (max-width: 786px) {
  .categoryPage .categoryPageHead .categoryPageHeadIcon svg {
    height: 60px;
  }
}
.categoryPage.category-resume .postList__title {
  color: #00d4cc;
}
.categoryPage.category-resume .categoryPageHead {
  border-color: #00d4cc;
  color: #00d4cc;
}
.categoryPage.category-resume .categoryPageHead::after {
  background: #00d4cc;
}
.categoryPage.category-story .postList__title {
  color: #fc887b;
}
.categoryPage.category-story .categoryPageHead {
  border-color: #fc887b;
  color: #fc887b;
}
.categoryPage.category-story .categoryPageHead::after {
  background: #fc887b;
}
.categoryPage.category-interview .postList__title {
  color: #6659d9;
}
.categoryPage.category-interview .categoryPageHead {
  border-color: #6659d9;
  color: #6659d9;
}
.categoryPage.category-interview .categoryPageHead::after {
  background: #6659d9;
}
.categoryPage.category-special .postList__title {
  color: #d1391c;
}
.categoryPage.category-special .categoryPageHead {
  border-color: #d1391c;
  color: #d1391c;
}
.categoryPage.category-special .categoryPageHead::after {
  background: #d1391c;
}
.categoryPage.category-staff .postList__title {
  color: #f5ac20;
}
.categoryPage.category-staff .categoryPageHead {
  border-color: #f5ac20;
  color: #f5ac20;
}
.categoryPage.category-staff .categoryPageHead::after {
  background: #f5ac20;
}

.characterPage {
  margin: 40px auto;
}
@media (max-width: 786px) {
  .characterPage {
    margin: 20px auto;
  }
}

.characterPageHead {
  position: relative;
  padding: 60px 0;
  display: grid;
  justify-content: center;
  align-content: center;
  justify-items: center;
  gap: 30px;
  background-color: #fff;
  border: 1px solid #00d4cc;
  font-size: 16px;
  font-weight: bold;
  color: #00d4cc;
  margin-bottom: 40px;
}
.characterPageHead::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 24px;
  background-color: #00d4cc;
}
@media (max-width: 786px) {
  .characterPageHead {
    padding: 20px;
  }
  .characterPageHead::after {
    width: 12px;
  }
}
.characterPageHead .characterPageHeadIcon {
  text-align: center;
}
.characterPageHead .characterPageHeadIcon img {
  height: 35px;
  width: auto;
}
@media (max-width: 786px) {
  .characterPageHead .characterPageHeadIcon img {
    width: 70%;
    height: auto;
  }
}

.articleCharacterItem {
  justify-content: normal;
  align-content: normal;
  margin: 2em 0;
  border: 1px solid #00d4cc;
  border-right-width: 22px;
  padding: 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  font-weight: bold;
  color: #00d4cc;
  background-color: white;
}
@media (max-width: 786px) {
  .articleCharacterItem {
    grid-template-columns: 1fr;
    border-right-width: 16px;
    padding: 24px;
    gap: 24px;
  }
}
.articleCharacterItem .articleCharacterItemImage {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
@media (max-width: 786px) {
  .articleCharacterItem .articleCharacterItemImage {
    display: block;
    margin: 0 auto;
  }
}
.articleCharacterItem .articleCharacterItemContent {
  position: relative;
}
.articleCharacterItem .articleCharacterItemLabel {
  font-size: 12px;
}
.articleCharacterItem .articleCharacterItemName {
  font-size: 30px;
  line-height: 1.2;
  margin: 8px 0;
}
@media (max-width: 786px) {
  .articleCharacterItem .articleCharacterItemName {
    font-size: 24px;
  }
}
.articleCharacterItem .articleCharacterItemBody {
  font-size: 13px;
}
.articleCharacterItem .articleCharacterItemLinks {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 786px) {
  .articleCharacterItem .articleCharacterItemLinks {
    position: relative;
    margin-top: 16px;
  }
}
.articleCharacterItem .articleCharacterItemLink {
  display: inline-block;
  padding: 5px 12px;
  font-size: 10px;
  color: white;
  background-color: #00d4cc;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 6px;
  margin-right: 8px;
}
.articleCharacterItem .articleCharacterItemLink.related {
  background-color: white;
  border: 1px solid #00d4cc;
  color: #00d4cc;
  text-decoration: none;
  border-radius: 3px;
  padding-left: 28px;
  position: relative;
}
.articleCharacterItem .articleCharacterItemLink.related::before {
  content: "";
  display: block;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 10px solid currentColor;
  position: absolute;
}
.articleCharacterItem .articleCharacterItemLink:hover {
  filter: brightness(0.9);
}
@media (max-width: 786px) {
  .articleCharacterItem .articleCharacterItemLink {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.characterItems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}
@media (max-width: 786px) {
  .characterItems {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.characterItems .characterItem {
  display: grid;
  text-decoration: none;
  border: 1px solid #00d4cc;
  color: #00d4cc;
  grid-template-columns: auto 1fr;
  background-color: white;
}
.characterItems .characterItem:hover {
  background-color: #00d4cc;
  color: white;
}
.characterItems .characterItemImage {
  width: 10vw;
  height: 10vw;
  max-width: 180px;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 786px) {
  .characterItems .characterItemImage {
    width: 100px;
    height: 100px;
  }
}
.characterItems .characterItemText {
  display: grid;
  align-content: center;
  justify-items: flex-end;
  gap: 16px;
  margin-right: 2vw;
}
@media (max-width: 786px) {
  .characterItems .characterItemText {
    gap: 12px;
    margin-right: 20px;
  }
}
.characterItems .characterItemTitle {
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 786px) {
  .characterItems .characterItemTitle {
    font-size: 10px;
  }
}
.characterItems .characterItemName {
  font-weight: bold;
  font-size: 34px;
}
@media (max-width: 786px) {
  .characterItems .characterItemName {
    font-size: 26px;
  }
}

.characterSummary {
  max-width: 700px;
  width: 100%;
  display: grid;
  gap: 20px;
  font-weight: bold;
}
@media (max-width: 786px) {
  .characterSummary {
    margin: 0 auto;
  }
}
.characterSummary .characterSummaryHead {
  display: grid;
  gap: 40px;
  grid-template-columns: auto 1fr;
}
@media (max-width: 786px) {
  .characterSummary .characterSummaryHead {
    gap: 20px;
  }
}
.characterSummary .characterSummaryImage {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 140px;
}
@media (max-width: 786px) {
  .characterSummary .characterSummaryImage {
    width: 80px;
    height: 80px;
  }
}
.characterSummary .characterSummaryText {
  color: #00d4cc;
  display: grid;
  gap: 12px;
  justify-items: flex-start;
  align-content: center;
}
.characterSummary .characterSummaryLabel {
  font-size: 12px;
}
@media (max-width: 786px) {
  .characterSummary .characterSummaryLabel {
    font-size: 10px;
  }
}
.characterSummary .characterSummaryName {
  font-size: 34px;
}
@media (max-width: 786px) {
  .characterSummary .characterSummaryName {
    font-size: 20px;
  }
}
.characterSummary .characterSummaryLinks {
  display: block;
}
@media (max-width: 786px) {
  .characterSummary .characterSummaryLinks {
    display: none;
  }
}
.characterSummary .characterSummaryLinks.sp {
  display: none;
}
@media (max-width: 786px) {
  .characterSummary .characterSummaryLinks.sp {
    display: block;
  }
}
.characterSummary .characterSummaryLink {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: white;
  background-color: #00d4cc;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 6px;
  margin-right: 8px;
}
.characterSummary .characterSummaryLink:hover {
  filter: brightness(0.9);
}
@media (max-width: 786px) {
  .characterSummary .characterSummaryLink {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.characterSummary .characterSummaryBody {
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-wrap;
}
@media (max-width: 786px) {
  .characterSummary .characterSummaryBody {
    font-size: 12px;
  }
}
</pre></body></html>