/*-------------------------------------------
色を指定
-------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  padding: 2px;
  margin: 0px;
  padding-bottom: 60px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.section {
  padding: 3rem 0;
}

@media screen and (min-width: 992px), print {
  .section {
    padding: 3rem 1.5rem;
    margin: 60px 80px;
  }
}
/*-------------------------------------------
Components
-------------------------------------------*/
#TableOfContents {
  margin-top: 40px;
  margin-bottom: 60px;
  background: #f4f4f4;
  border-radius: 0.5em;
}

#TableOfContents ul {
  padding: 0.5em 1em;
  margin-left: 0px;
  font-size: 0.9rem;
  line-height: 2;
}

#TableOfContents ul:first-child::before {
  content: "目次";
  color: #8e756b;
  font-size: 1.2rem;
  font-weight: 700;
}

#TableOfContents ul > li > ul {
  padding: 0 0 0 20px;
}

#TableOfContents a {
  font-weight: 400;
  display: block;
  color: #0778D7;
  text-decoration: underline;
}

.point {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.point:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  font-weight: 900;
  content: "\f0a7  POINT";
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.highlight {
  margin: 30px auto;
}

/* ファイル名ラベルがない場合は四隅すべて角丸にする */
.c-code-block-inner:first-child pre {
  border-radius: 8px;
}

pre {
  /* 左上 右上 右下 左下 */
  border-radius: 0px 8px 8px 8px;
  margin: 0px auto;
  font-family: "M PLUS 1 Code", monospace;
  font-weight: 400;
  overflow: auto;
}

.chroma {
  /* 上 | 左右 | 下 */
  padding: 10px 10px 30px;
  font-size: 0.8rem;
}

p code {
  background-color: #eee;
  border-radius: 3px;
  padding: 0 3px;
}

li code {
  background-color: #eee;
  border-radius: 3px;
  padding: 0 3px;
}

@media screen and (min-width: 992px), print {
  #TableOfContents ul {
    font-size: 1rem;
  }
  #TableOfContents ul:first-child::before {
    font-size: 1.6rem;
  }
  pre {
    font-size: 1rem;
  }
  .chroma {
    /* 上 | 左右 | 下 */
    padding: 20px 30px 30px;
    font-size: 1rem;
  }
}
/*-------------------------------------------
背景
-------------------------------------------*/
.bg__image {
  position: relative;
  height: 900px;
}
.bg__image::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/pui.png);
  background-size: 80%;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

@media screen and (min-width: 992px), print {
  .bg__image {
    height: 1600px;
  }
  .bg__image::before {
    background-size: 40%;
  }
}
/*-------------------------------------------
フォントを指定
-------------------------------------------*/
/*-------------------------------------------
色以外の変数を指定
-------------------------------------------*/
/*-------------------------------------------
フッターのスタイルを指定
-------------------------------------------*/
.footer {
  display: none;
}

@media screen and (min-width: 992px), print {
  .footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3rem 1.5rem 3rem;
    text-align: center;
    background-color: #fafafa;
  }
}
/*-------------------------------------------
ヘッダーのスタイルを指定
-------------------------------------------*/
.navbar {
  justify-content: center;
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fafafa;
  left: 0;
  top: 0;
}
.navbar__item {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 0.75em 0.4em;
  text-align: center;
  font-size: 0.9rem;
  margin: auto 0.5em;
  color: #8e756b;
}
.navbar__hero {
  max-height: 2em;
}
.navbar a:hover {
  text-decoration: underline;
}
.navbar a {
  cursor: pointer;
}

@media screen and (min-width: 992px), print {
  .navbar {
    margin-bottom: 3em;
    padding: 1rem 1rem 1rem;
  }
  .navbar__item {
    font-size: 1.2em;
  }
}
/*-------------------------------------------
body直下のサイト全体を囲むスタイルや、その直下のスタイルを指定
-------------------------------------------*/
.l-main {
  padding: 20px;
}
.l-main__article {
  margin: auto;
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 992px), print {
  .l-main__article {
    margin: 0px auto;
    padding: 40px;
  }
}
/*-------------------------------------------
どのページでも同じように使える共通部品を定義
-------------------------------------------*/
/*-------------------------------------------
見出し
-------------------------------------------*/
.c-title {
  color: #775e55;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.125;
}

.c-subtitle {
  padding: 12px;
  color: #775e55;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.125;
}

.content h1 {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #775e55;
  font-weight: 700;
  font-style: normal;
}

.content h2 {
  font-size: 1.2rem;
  color: #8e756b;
  border-bottom: 3px solid #d3c9c5;
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: normal;
}

.content h3 {
  font-size: 1.2rem;
  color: #8e756b;
  border-bottom: 1.5px solid #d3c9c5;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 700;
  font-style: normal;
}

.content h4 {
  font-size: 1rem;
  color: #8e756b;
  border-bottom: 1.5px dashed #d3c9c5;
  margin-top: 50px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}

.content p {
  font-size: 0.9rem;
  color: #3a302c;
  padding: 5px;
  font-weight: 400;
  font-style: normal;
}

.c-text__small {
  font-size: 0.8em;
  color: #3a302c;
  padding-bottom: 2px;
  font-weight: 400;
  font-style: normal;
}

.content a {
  color: #0778D7;
}

.c-text__link {
  margin-top: 20px;
  font-size: 1em;
  color: #0778D7;
  border-bottom: 1.5px solid #0778D7;
  display: inline-block;
  padding-bottom: 2px;
  font-weight: 400;
  font-style: normal;
}

strong {
  color: #3a302c;
  font-weight: 700;
}

@media screen and (min-width: 992px), print {
  .c-title {
    font-size: 2rem;
  }
  .content h1 {
    font-size: 1.7rem;
  }
  .content h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .content h3 {
    font-size: 1.4rem;
  }
  .content h4 {
    font-size: 1.2rem;
  }
  .content p {
    font-size: 1rem;
    color: #3a302c;
  }
}
/*-------------------------------------------
メモ、吹き出しなど
-------------------------------------------*/
/* ポイント */
.c-point {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.c-point:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  font-weight: 900;
  content: "\f0a7  POINT";
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* 引用 */
blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  margin: 15px 0px 15px 0px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  border-radius: 8px;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  padding-top: 20px;
  color: #888888;
  font-size: 0.9em;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

.content del {
  background-image: linear-gradient(#fe3464, #fe3464);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  margin: 0 0.4em;
  text-decoration: none;
}

/*-------------------------------------------
リスト
-------------------------------------------*/
.content ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 20px;
  padding-top: 6px;
  font-size: 0.9rem;
}
.content ul li::marker {
  color: #775e55;
  font-size: 0.9rem;
}
.content ul li:last-child {
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.content ul li {
  font-size: 0.9rem;
}

.content ul > li > ul {
  list-style: circle;
  padding-left: 10px;
  margin-top: 0;
  font-size: 0.9rem;
}
.content ul > li > ul li:last-child {
  margin-bottom: 5px;
}

.content ul > li > ul > li ul {
  list-style: square;
  padding-left: 20px;
  font-size: 0.9rem;
}

@media screen and (min-width: 992px), print {
  .content ul li::marker {
    font-size: 1rem;
  }
  .content ul li:last-child {
    font-size: 1rem;
  }
  .content ul li {
    font-size: 1rem;
  }
  .content ul > li > ul {
    font-size: 1rem;
  }
  .content ul > li > ul li:last-child {
    margin-bottom: 5px;
  }
  .content ul > li > ul > li ul {
    font-size: 1rem;
  }
}
/*-------------------------------------------
メタデータ
-------------------------------------------*/
.c-metadata--small {
  font-size: 0.8em;
  margin-top: 20px;
}

/*-------------------------------------------
ページネーション
-------------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  padding: 4px;
  margin-top: 40px;
  border-radius: 16px;
  background: #fafafa;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}
.pagination a:hover {
  color: #ffffff;
  text-shadow: 0.5px 0.5px 3px #8e756b;
  background: #cacaca;
  box-shadow: inset 5px 5px 5px #a7a7a7, inset -5px -5px 5px #e3e1e1; /* 左上の影 */
}
.pagination__item {
  display: inline;
  margin: 10px auto;
}
.pagination__first_last {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 80px;
  height: 40px;
  border-radius: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #775e55;
  font-weight: bold;
  background: #fafafa;
  box-shadow: 6px 6px 13px #bebebe, -6px -6px 13px #ffffff;
}
.pagination__prev_next {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 60px;
  height: 40px;
  border-radius: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #8e756b;
  font-weight: bold;
  box-shadow: 6px 6px 13px #bebebe, -6px -6px 13px #ffffff;
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-wrap: wrap;
  font-size: 14px;
  color: #8e756b;
  font-weight: bold;
  background: #fafafa;
  box-shadow: 6px 6px 13px #bebebe, -6px -6px 13px #ffffff;
}
.pagination .is-current {
  pointer-events: none;
  color: #fafafa;
  background: #cacaca;
  box-shadow: inset 5px 5px 5px #a7a7a7, inset -5px -5px 5px #e3e1e1; /* 左上の影 */
}
.pagination .disabled {
  pointer-events: none;
}

@media screen and (max-width: 576px) {
  .pagination__first_last {
    display: none;
  }
  .pagination__item--sp-hidden {
    display: none;
  }
}
/*-------------------------------------------
画像クリックで拡大表示するlightbox
-------------------------------------------*/
.c-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.c-lightbox--open {
  display: flex;
  animation: lightbox-fadein 0.2s ease;
}
.c-lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  cursor: default;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

@keyframes lightbox-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-------------------------------------------
コードブロックのコピーボタン
-------------------------------------------*/
.c-code-block-inner {
  position: relative;
}
.c-code-block-inner .chroma {
  /* コピーボタン分の余白（ボタン高さ約28px + 余裕16px） */
  padding-top: 44px;
}

.c-copy-code-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  color: #aaa;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 0.75rem;
  line-height: 1;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  z-index: 1;
}
.c-copy-code-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.c-copy-code-btn--copied {
  color: #6fcf97;
  border-color: #6fcf97;
}
.c-copy-code-btn--copied:hover {
  color: #6fcf97;
  border-color: #6fcf97;
}

/*-------------------------------------------
タグ
-------------------------------------------*/
ul.tag li:last-child {
  margin: 6px 8px;
}

.p-list-page .tag {
  margin-left: 0;
  margin-top: 20px;
  padding-left: 0;
}

@media screen and (min-width: 992px), print {
  .p-list-page .tag {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
  }
}
.tag {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 16px;
  flex-wrap: wrap;
}
.tag__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 20px;
  margin: 6px 8px;
  width: auto;
  height: 35px;
  overflow: hidden;
  border-radius: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  background: #fafafa;
  box-shadow: 6px 6px 13px #bebebe, -6px -6px 13px #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tag__item:hover {
  transform: translateY(-3px);
  box-shadow: 8px 10px 16px #bebebe, -6px -6px 13px #ffffff;
}
.tag__item a {
  color: #775e55;
}
.tag__item a:hover {
  color: #ffffff;
  text-shadow: 0.5px 0.5px 3px #8e756b;
}

/*-------------------------------------------
アーカイブ
-------------------------------------------*/
.title__archives {
  font-size: 1rem;
  padding-top: 1rem;
  margin: 10px auto;
  font-weight: 700;
  color: #775e55;
  border-bottom: 0.5px solid #d3c9c5;
}

@media screen and (min-width: 992px), print {
  .title__archives {
    font-size: 1.2rem;
  }
}
/*-------------------------------------------
About
-------------------------------------------*/
.about__article {
  position: fixed;
  top: 75px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  overflow-y: auto;
}

@media screen and (min-width: 992px), print {
  .about__article {
    top: 110px;
    bottom: 130px;
    width: calc(100% - 320px);
    max-width: 1080px;
  }
}
.about__name {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #8e756b;
}

.img__profile {
  width: 75px;
  height: auto;
  text-align: center;
  margin: auto;
  display: block;
}

@media screen and (min-width: 992px), print {
  .about__name {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .img__profile {
    width: 150px;
  }
}
/*-------------------------------------------
トップ
-------------------------------------------*/
.p-content {
  display: block;
  margin: 90px auto;
  text-align: center;
  height: auto;
}

.p-content__image {
  display: block;
  margin: auto;
  width: 150px;
}

.p-content__button {
  display: block;
  margin: 30px auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 150px;
  height: 50px;
  border-radius: 85px;
  color: #775e55;
  box-shadow: 6px 6px 13px #bebebe, -6px -6px 13px #ffffff;
  background: #fafafa;
  font-size: 18px;
  font-weight: bold;
}
.p-content__button:hover {
  color: #ffffff;
  background: #cacaca;
  text-shadow: 0.5px 0.5px 3px #8e756b;
  box-shadow: inset 5px 5px 5px #a7a7a7, inset -5px -5px 5px #e3e1e1; /* 左上の影 */
}

@media screen and (min-width: 992px), print {
  .p-content {
    display: block;
    margin: 90px auto;
    text-align: center;
    width: 400px;
    height: auto;
  }
  .p-content__image {
    display: block;
    margin: auto;
    width: 200px;
  }
}
/*-------------------------------------------
記事詳細のスタイル
-------------------------------------------*/
.hr {
  background-color: #d3c9c5;
  border: none;
  display: block;
  height: 1px;
  margin: 1rem auto;
}

.img {
  margin: 20px auto;
  display: block;
}

.hatena-star {
  margin: 15px -8px;
}

/*-------------------------------------------
検索ボックスのスタイルを指定
-------------------------------------------*/
div.searchResults {
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 0 8px;
}
@media screen and (min-width: 576px) {
  div.searchResults {
    padding: 0 16px;
  }
}
@media screen and (min-width: 992px) {
  div.searchResults {
    padding: 0 60px;
  }
}

div.searchResultPage {
  padding: 12px 16px;
  background: #ffffff;
  border: none;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1px rgba(22, 27, 29, 0.06), -5px -5px 10px #ffffff, 5px 5px 10px rgba(22, 27, 29, 0.23);
}

.searchResultTitle {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0778D7;
  text-decoration: underline;
  margin-bottom: 4px;
}
.searchResultTitle:hover {
  opacity: 0.75;
}

div.searchResultBody {
  font-size: 0.8rem;
  color: #3a302c;
}

mark {
  background-color: #fad8d8;
  color: inherit;
  border-radius: 2px;
  padding: 0 2px;
}

a.light:link, a.light:visited {
  color: #615f62;
}

a.dark:link, a.dark:visited {
  color: #ced1d3;
}

.code-name {
  display: inline-block;
  padding: 4px 8px;
  background-color: #e7e9eb;
  color: #485A60;
  font-size: 13px;
}

.search {
  display: flex;
  justify-content: flex-start;
}

.input__search._rounded {
  border-radius: 20px;
  border: 1.5px solid transparent;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
  margin-right: 20px;
  height: 3em;
  width: 400px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input__search._rounded:focus {
  border-color: #f9cccc;
  box-shadow: 0px 0px 10px rgba(249, 204, 204, 0.7);
}
.input__search._rounded:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fdf0f0 inset;
  -webkit-text-fill-color: #3a302c;
}
.input__search::placeholder {
  padding: 15px;
  color: #898989;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.icon._large {
  height: 5.5rem;
  width: 3rem;
}

/*-------------------------------------------
記事一覧のスタイル
-------------------------------------------*/
.p-list-page .content,
.p-list-page .search,
.p-list-page .title__archives {
  margin-left: 0;
}

@media screen and (min-width: 992px), print {
  .p-list-page .content,
  .p-list-page .search,
  .p-list-page .title__archives {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
  }
}
.c-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
  padding: 0 8px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .c-card-grid {
    gap: 36px 24px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 992px) {
  .c-card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 28px;
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .c-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-card__wrapper {
  position: relative;
}
.c-card__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.c-card__item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
}
.c-card__thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #ffffff;
}
.c-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.8;
  transform: scale(0.6);
}
.c-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 12px 12px;
  background-color: #fafafa;
}
.c-card__title {
  font-size: 0.85rem;
  font-weight: bold;
  color: #8e756b;
  margin: 0 0 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 6px;
}
.c-card__tag {
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 20px;
  padding: 2px 10px;
}
.c-card__tag--0 {
  background-color: #ffd6d6;
  color: #7a2020;
}
.c-card__tag--1 {
  background-color: #ffe8cc;
  color: #7a4a00;
}
.c-card__tag--2 {
  background-color: #fdf3cc;
  color: #6b5800;
}
.c-card__tag--3 {
  background-color: #d4edda;
  color: #1e5c30;
}
.c-card__tag--4 {
  background-color: #cce5ff;
  color: #0d3d7a;
}
.c-card__tag--5 {
  background-color: #e8d5f5;
  color: #5a1a8b;
}
.c-card__meta {
  font-size: 0.75rem;
  color: #888;
  margin-top: auto;
}

@media screen and (max-width: 575px) {
  .c-card__thumbnail img {
    transform: scale(0.7);
    opacity: 0.88;
  }
}
.c-tooltip-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.c-tooltip {
  position: fixed;
  transform: translate3d(0, -8px, 0);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.04) 100%), rgba(255, 255, 255, 0.08);
  backdrop-filter: url(#neko-kaburi-glass) blur(18px) saturate(1.35);
  -webkit-backdrop-filter: url(#neko-kaburi-glass) blur(18px) saturate(1.35);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  box-shadow: 0 18px 30px rgba(61, 48, 43, 0.18), 0 7px 14px rgba(61, 48, 43, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 rgba(142, 117, 107, 0.08);
  color: #8e756b;
  padding: 13px 20px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.55;
  white-space: normal;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  outline: 1px solid rgba(255, 255, 255, 0.14);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(0 12px 18px rgba(61, 48, 43, 0.08));
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.c-tooltip::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 18px;
  left: 18px;
  height: 8px;
  border-radius: 12px 12px 8px 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.04)), linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  opacity: 0.58;
}
.c-tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: var(--tooltip-arrow-left, 50%);
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid rgba(255, 255, 255, 0.58);
  filter: drop-shadow(0 4px 5px rgba(61, 48, 43, 0.08));
}
.c-tooltip--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.c-tooltip--below {
  transform: translate3d(0, 8px, 0);
}
.c-tooltip--below::after {
  top: -10px;
  bottom: auto;
  border-top: 0;
  border-bottom: 11px solid rgba(255, 255, 255, 0.58);
  filter: drop-shadow(0 -4px 5px rgba(61, 48, 43, 0.08));
}
.c-tooltip--below.c-tooltip--visible {
  transform: translate3d(0, 0, 0);
}

/*-------------------------------------------
エラー画面
-------------------------------------------*/
.p-error {
  display: block;
  margin: 90px auto;
  text-align: center;
  width: 400px;
  height: auto;
}
.p-error-404__image {
  margin: auto;
  display: block;
}