@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

/*!
  Theme: Cateiru
  Author: cateiru
  Responsive: yes
*/
html,
body {
  font-family: "Noto Sans JP", "Arial", sans-serif;
  color: #2e3142;
  background-color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 0.97rem;
}
#container {
  margin: 0 auto;
}
@media screen and (min-width: 701px) {
  #container {
    max-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  #container {
    width: 94%;
  }
}
a {
  color: #4299E1;
}
a:hover {
  color: #2C5282;
}
h1#title {
  font-size: 1.5rem;
  text-align: center;
  margin: 4rem 0;
  background: linear-gradient(132deg, #17C9C9 0%, #336CFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (max-width: 700px) {
  h1#title {
    font-size: 1.7rem;
  }
}
h1#title a {
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(132deg, #17C9C9 0%, #336CFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-decoration-line: none;
}
.archive-entry {
  box-shadow: 0px 1px 26px -3px #a0acc0;
  margin: 2rem 0;
  border-radius: 15px;
  padding: 1.5rem 1rem 1rem 1rem;
}
.archive-entry .archive-date a {
  font-size: 0.9rem;
  color: #A0AEC0;
  text-decoration: none;
}
.archive-entry .archive-date a:hover {
  color: #4299E1;
}
.archive-entry .entry-title {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}
.archive-entry .entry-title a {
  color: #2e3142;
  text-decoration: none;
  transition: color 0.1s;
}
.archive-entry .entry-title a:hover {
  color: #A0AEC0;
}
.archive-entry .entry-description {
  color: #A0AEC0;
}
.archive-entry .categories {
  margin-bottom: 1rem;
}
.archive-entry .categories a {
  font-size: 0.8rem;
  background-color: #EDF2F7;
  padding: 0 0.4rem;
  border-radius: 3px;
  color: #A0AEC0;
  font-weight: bold;
  text-decoration: none;
}
.archive-entry .categories a:hover {
  color: #4299E1;
}
.archive-entry .archive-entry-tag .archive-entry-tag-link {
  background: linear-gradient(128deg, rgba(238, 34, 51, 0.8666666667) 0%, #EC44BD 100%);
  font-weight: bold;
  color: #EDF2F7;
  padding: 0.2rem 0.4rem;
}
.archive-entry .entry-thumb {
  border-radius: 7px;
  box-shadow: 0px 0px 15px -5px #a0acc0;
}
.archive-header-category .archive-heading {
  font-size: 2rem;
  text-align: center;
}
.archive-header-category .archive-description {
  text-align: center;
  color: #A0AEC0;
}
.breadcrumb {
  margin-bottom: 1rem;
}
.search-result {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1rem;
}
.search-result .search-result-form {
  border: 1px solid rgba(160, 174, 192, 0.4352941176);
  border-radius: 10px;
  max-width: 100% !important;
  width: auto;
  transition: box-shadow 0.3s;
}
.search-result .search-result-form:focus-within {
  box-shadow: 0px 0px 15px -5px #a0acc0;
}
.search-result .search-result-form:focus-within .search-result-button {
  background: #4299E1;
}
.search-result .search-result-form .search-result-input {
  width: 100% !important;
  padding: 10px 10px 10px 50px;
  font-size: 1rem;
  height: 40px;
}
.search-result .search-result-form .search-result-input::-moz-placeholder {
  color: #A0AEC0;
}
.search-result .search-result-form .search-result-input::placeholder {
  color: #A0AEC0;
}
.search-result .search-result-form .search-result-button {
  cursor: pointer;
  left: 15px;
  top: 10px;
  right: inherit;
  opacity: 1 !important;
  transition: background 0.3s;
  background-image: none;
  background: #A0AEC0;
  background-blend-mode: multiply;
  -webkit-mask-image: url("https://cdn.blog.st-hatena.com/images/theme/search.png");
          mask-image: url("https://cdn.blog.st-hatena.com/images/theme/search.png");
}
.search-result .archive-heading {
  font-size: 1rem;
  color: #A0AEC0;
}
.hatena-module-search-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 「検索」は表示させずフォームのみにする */
}
.hatena-module-search-box .hatena-module-title {
  display: none;
}
.hatena-module-search-box .hatena-module-body {
  width: 100%;
}
.hatena-module-search-box .search-form {
  border: 1px solid rgba(160, 174, 192, 0.4352941176);
  border-radius: 10px;
  background-clip: padding-box;
  box-sizing: border-box;
  max-width: 100% !important;
  width: auto;
  position: relative;
  transition: box-shadow 0.3s;
}
.hatena-module-search-box .search-form:focus-within {
  box-shadow: 0px 0px 15px -5px #a0acc0;
}
.hatena-module-search-box .search-form:focus-within .search-module-button {
  background: #4299E1;
}
.hatena-module-search-box .search-form .search-module-input {
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  padding: 10px 10px 10px 50px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
}
.hatena-module-search-box .search-form .search-module-input::-moz-placeholder {
  color: #A0AEC0;
}
.hatena-module-search-box .search-form .search-module-input::placeholder {
  color: #A0AEC0;
}
.hatena-module-search-box .search-form .search-module-button {
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  cursor: pointer;
  left: 15px;
  top: 10px;
  right: inherit;
  opacity: 1 !important;
  transition: background 0.3s;
  background-image: none;
  background: #A0AEC0;
  background-blend-mode: multiply;
  -webkit-mask-image: url("https://cdn.blog.st-hatena.com/images/theme/search.png");
          mask-image: url("https://cdn.blog.st-hatena.com/images/theme/search.png");
}
.footer-content {
  margin: 3rem 0 4rem 0;
  display: flex;
  justify-content: center;
}
.footer-content a {
  margin: 0 0.5rem;
}
.ad {
  min-height: 100px;
  background-color: #EDF2F7;
  border-radius: 7px;
  overflow: scroll;
  position: relative;
  scrollbar-width: none;
}
.ad::-webkit-scrollbar {
  display: none;
}
.ad::before {
  content: "Ad";
  color: #999;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  z-index: calc(infinity);
  top: 10px;
  left: 10px;
}
.variable-rectangle-ad {
  min-height: 280px !important;
  background-color: #EDF2F7;
  border-radius: 7px;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.variable-rectangle-ad::before {
  content: "Ad";
  color: #999;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  z-index: calc(infinity);
  top: 10px;
  left: 10px;
}
.no-entry .variable-rectangle-ad {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .article-list-ad {
    min-height: 0px !important;
  }
}
@media screen and (min-width: 700px) {
  .google-afc-image {
    min-height: 280px !important;
    background-color: #EDF2F7;
    border-radius: 7px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.comment-box {
  margin: 2rem 0;
}
.comment-box .comment {
  box-shadow: 0px 1px 26px -3px #a0acc0;
  border-radius: 10px;
  padding: 1rem;
  min-height: 3rem;
}
.comment-box .comment::before {
  content: "- コメント -";
  display: flex;
  justify-content: center;
  color: #A0AEC0;
}
.comment-box .comment .entry-comment {
  margin: 1rem 0;
  list-style: none;
}
.comment-box .comment .entry-comment + .entry-comment {
  border-top: 1px solid rgba(160, 174, 192, 0.4666666667);
}
.comment-box .comment .entry-comment .comment-metadata {
  color: #A0AEC0;
  font-size: 0.8rem;
}
.comment-box .leave-comment-title {
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: auto;
  background-color: #A0AEC0;
  border-radius: 10px;
  color: #2e3142;
  font-weight: bold;
}
.comment-box .leave-comment-title:hover {
  background-color: #4299E1;
  color: #fff;
}
.pager {
  margin: 1.5rem 0 3rem 0;
  width: 100%;
  display: flex;
  gap: 1rem;
}
.pager .pager-next, .pager .pager-prev {
  position: relative;
  display: block;
  width: 100%;
}
.pager .pager-next a, .pager .pager-prev a {
  width: 100%;
  display: inline-block;
  padding: 0.5rem 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  border-radius: 7px;
  transition: box-shadow 0.3s;
}
.pager .pager-next a:hover, .pager .pager-prev a:hover {
  box-shadow: 0px 0px 15px -5px #a0acc0;
}
.pager:has(.pager-prev) {
  flex-direction: row;
}
.pager:has(.pager-prev) .pager-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "◀ 前";
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #A0AEC0;
  pointer-events: none;
}
.pager:has(.pager-prev) .pager-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "次 ▶";
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #A0AEC0;
  pointer-events: none;
}
.pager:not(.pager:has(.pager-prev)) {
  flex-direction: column;
}
.pager:not(.pager:has(.pager-prev)) .pager-next {
  position: relative;
  display: block;
  width: 100%;
}
.pager:not(.pager:has(.pager-prev)) .pager-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "もっと見る ▼";
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #A0AEC0;
  pointer-events: none;
}
.pager.permalink {
  display: none;
}
.no-entry .entry-inner {
  height: 60vh;
}
.no-entry .entry-inner .entry-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.no-entry .entry-inner h1 {
  margin-bottom: 0;
}
.entry .entry-date a {
  font-size: 0.9rem;
  color: #A0AEC0;
  text-decoration: none;
}
.entry .entry-date a:hover {
  color: #4299E1;
}
.entry .entry-date .date-last-updated {
  font-size: 0.9rem;
  color: #A0AEC0;
  text-align: center;
}
.entry .entry-title {
  margin: 0.5rem 0;
  font-size: 1.4rem;
}
.entry .entry-title a {
  color: #2e3142;
  text-decoration: none;
  cursor: text;
}
.entry .categories {
  margin-bottom: 1rem;
}
.entry .categories a {
  font-size: 0.8rem;
  background-color: #EDF2F7;
  padding: 0 0.4rem;
  border-radius: 3px;
  color: #A0AEC0;
  font-weight: bold;
  text-decoration: none;
}
.entry .categories a:hover {
  color: #4299E1;
}
.entry .keyword {
  text-decoration: none;
}
.entry .keyword:hover {
  text-decoration: underline;
}
.entry .entry-tag .entry-tag-link {
  background: linear-gradient(128deg, rgba(238, 34, 51, 0.8666666667) 0%, #EC44BD 100%);
  font-weight: bold;
  color: #EDF2F7;
  border: none;
  padding: 0.2rem 0.4rem;
}
.entry .heading {
  margin: 1.5rem 0 0 0;
}
.entry .entry-content {
  font-size: 1rem;
}
.entry .entry-content hr {
  border: none;
  background-color: rgba(160, 174, 192, 0.4666666667);
  width: 100%;
  height: 2px;
  z-index: 1;
  border-radius: 25px;
}
.entry .entry-content div.footnote {
  border-top: 1.5px solid rgba(160, 174, 192, 0.4666666667);
  margin: 2rem 0;
}
.entry .entry-content a.hatena-id-icon {
  vertical-align: middle;
}
.entry .entry-content img.hatena-id-icon {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  margin: -5px 3px 0 2px !important;
}
.entry .entry-footer {
  margin-bottom: 3rem;
}
.entry .entry-footer .entry-footer-section {
  color: #A0AEC0;
  font-size: 0.8rem;
}
.entry .entry-footer .entry-footer-section a {
  text-decoration: none;
  color: #A0AEC0;
}
.entry .entry-footer .entry-footer-section a:hover {
  color: #4299E1;
}
.entry .entry-content blockquote {
  padding-left: 1.5rem;
  margin-left: 0;
  margin-right: 1rem;
  position: relative;
}
.entry .entry-content blockquote::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  background-color: rgba(160, 174, 192, 0.4666666667);
  border-radius: 10px;
  height: 100%;
  width: 5px;
}
.entry .entry-content blockquote p.note {
  color: #5472ee;
}
.entry .entry-content blockquote p.note::before {
  content: "";
  width: 1rem;
  height: 1rem;
  padding-right: 0.5rem;
  display: inline-block;
  -webkit-mask-size: 1.5cap;
          mask-size: 1.5cap;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-info-circle%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%2012a9%209%200%201%200%2018%200a9%209%200%200%200%20-18%200%22%20%2F%3E%3Cpath%20d%3D%22M12%209h.01%22%20%2F%3E%3Cpath%20d%3D%22M11%2012h1v4h1%22%20%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-info-circle%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%2012a9%209%200%201%200%2018%200a9%209%200%200%200%20-18%200%22%20%2F%3E%3Cpath%20d%3D%22M12%209h.01%22%20%2F%3E%3Cpath%20d%3D%22M11%2012h1v4h1%22%20%2F%3E%3C%2Fsvg%3E");
  background-color: #5472ee;
}
.entry .entry-content blockquote p.tip {
  color: #369725;
}
.entry .entry-content blockquote p.tip::before {
  content: "";
  width: 1rem;
  height: 1rem;
  padding-right: 0.5rem;
  display: inline-block;
  -webkit-mask-size: 1.5cap;
          mask-size: 1.5cap;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-bulb%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%2012h1m8%20-9v1m8%208h1m-15.4%20-6.4l.7%20.7m12.1%20-.7l-.7%20.7%22%20%2F%3E%3Cpath%20d%3D%22M9%2016a5%205%200%201%201%206%200a3.5%203.5%200%200%200%20-1%203a2%202%200%200%201%20-4%200a3.5%203.5%200%200%200%20-1%20-3%22%20%2F%3E%3Cpath%20d%3D%22M9.7%2017l4.6%200%22%20%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-bulb%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%2012h1m8%20-9v1m8%208h1m-15.4%20-6.4l.7%20.7m12.1%20-.7l-.7%20.7%22%20%2F%3E%3Cpath%20d%3D%22M9%2016a5%205%200%201%201%206%200a3.5%203.5%200%200%200%20-1%203a2%202%200%200%201%20-4%200a3.5%203.5%200%200%200%20-1%20-3%22%20%2F%3E%3Cpath%20d%3D%22M9.7%2017l4.6%200%22%20%2F%3E%3C%2Fsvg%3E");
  background-color: #369725;
}
.entry .entry-content blockquote p.important {
  color: #9f3aca;
}
.entry .entry-content blockquote p.important::before {
  content: "";
  width: 1rem;
  height: 1rem;
  padding-right: 0.5rem;
  display: inline-block;
  -webkit-mask-size: 1.5cap;
          mask-size: 1.5cap;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-zoom-exclamation%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10%2010m-7%200a7%207%200%201%200%2014%200a7%207%200%201%200%20-14%200%22%20%2F%3E%3Cpath%20d%3D%22M21%2021l-6%20-6%22%20%2F%3E%3Cpath%20d%3D%22M10%2013v.01%22%20%2F%3E%3Cpath%20d%3D%22M10%207v3%22%20%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-zoom-exclamation%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10%2010m-7%200a7%207%200%201%200%2014%200a7%207%200%201%200%20-14%200%22%20%2F%3E%3Cpath%20d%3D%22M21%2021l-6%20-6%22%20%2F%3E%3Cpath%20d%3D%22M10%2013v.01%22%20%2F%3E%3Cpath%20d%3D%22M10%207v3%22%20%2F%3E%3C%2Fsvg%3E");
  background-color: #9f3aca;
}
.entry .entry-content blockquote p.warning {
  color: #e3bc7d;
}
.entry .entry-content blockquote p.warning::before {
  content: "";
  width: 1rem;
  height: 1rem;
  padding-right: 0.5rem;
  display: inline-block;
  -webkit-mask-size: 1.5cap;
          mask-size: 1.5cap;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-alert-triangle%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12%209v4%22%20%2F%3E%3Cpath%20d%3D%22M10.363%203.591l-8.106%2013.534a1.914%201.914%200%200%200%201.636%202.871h16.214a1.914%201.914%200%200%200%201.636%20-2.87l-8.106%20-13.536a1.914%201.914%200%200%200%20-3.274%200z%22%20%2F%3E%3Cpath%20d%3D%22M12%2016h.01%22%20%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-alert-triangle%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12%209v4%22%20%2F%3E%3Cpath%20d%3D%22M10.363%203.591l-8.106%2013.534a1.914%201.914%200%200%200%201.636%202.871h16.214a1.914%201.914%200%200%200%201.636%20-2.87l-8.106%20-13.536a1.914%201.914%200%200%200%20-3.274%200z%22%20%2F%3E%3Cpath%20d%3D%22M12%2016h.01%22%20%2F%3E%3C%2Fsvg%3E");
  background-color: #e3bc7d;
}
.entry .entry-content blockquote p.caution {
  color: #f07171;
}
.entry .entry-content blockquote p.caution::before {
  content: "";
  width: 1rem;
  height: 1rem;
  padding-right: 0.5rem;
  display: inline-block;
  -webkit-mask-size: 1.5cap;
          mask-size: 1.5cap;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-alert-octagon%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12.802%202.165l5.575%202.389c.48%20.206%20.863%20.589%201.07%201.07l2.388%205.574c.22%20.512%20.22%201.092%200%201.604l-2.389%205.575c-.206%20.48%20-.589%20.863%20-1.07%201.07l-5.574%202.388c-.512%20.22%20-1.092%20.22%20-1.604%200l-5.575%20-2.389a2.036%202.036%200%200%201%20-1.07%20-1.07l-2.388%20-5.574a2.036%202.036%200%200%201%200%20-1.604l2.389%20-5.575c.206%20-.48%20.589%20-.863%201.07%20-1.07l5.574%20-2.388a2.036%202.036%200%200%201%201.604%200z%22%20%2F%3E%3Cpath%20d%3D%22M12%208v4%22%20%2F%3E%3Cpath%20d%3D%22M12%2016h.01%22%20%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-alert-octagon%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12.802%202.165l5.575%202.389c.48%20.206%20.863%20.589%201.07%201.07l2.388%205.574c.22%20.512%20.22%201.092%200%201.604l-2.389%205.575c-.206%20.48%20-.589%20.863%20-1.07%201.07l-5.574%202.388c-.512%20.22%20-1.092%20.22%20-1.604%200l-5.575%20-2.389a2.036%202.036%200%200%201%20-1.07%20-1.07l-2.388%20-5.574a2.036%202.036%200%200%201%200%20-1.604l2.389%20-5.575c.206%20-.48%20.589%20-.863%201.07%20-1.07l5.574%20-2.388a2.036%202.036%200%200%201%201.604%200z%22%20%2F%3E%3Cpath%20d%3D%22M12%208v4%22%20%2F%3E%3Cpath%20d%3D%22M12%2016h.01%22%20%2F%3E%3C%2Fsvg%3E");
  background-color: #f07171;
  line-height: 100%;
}
.entry .entry-content blockquote:has(p.note)::before {
  background-color: #5472ee;
}
.entry .entry-content blockquote:has(p.tip)::before {
  background-color: #369725;
}
.entry .entry-content blockquote:has(p.important)::before {
  background-color: #9f3aca;
}
.entry .entry-content blockquote:has(p.warning)::before {
  background-color: #e3bc7d;
}
.entry .entry-content blockquote:has(p.caution)::before {
  background-color: #f07171;
}
.entry .entry-content p:has(iframe:not(.embed-card)) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.entry .entry-content .embed-card {
  border-radius: 7px;
  box-shadow: 0px 0px 15px -5px #a0acc0;
  height: 149px !important;
  display: inline-block !important;
  text-align: left;
}
.entry .entry-content iframe {
  border-radius: 7px;
  box-shadow: 0px 0px 15px -5px #a0acc0;
}
.entry .entry-content .hatena-asin-detail {
  border-radius: 7px;
  box-shadow: 0px 0px 15px -5px #a0acc0;
}
.entry .entry-content .hatena-asin-detail .hatena-asin-detail-image {
  border-radius: 7px;
}
.entry .entry-content .hatena-asin-detail .asin-detail-buy {
  border-radius: 25px;
  background-color: #dfe7f2;
  color: #4299E1;
  transition: box-shadow 0.3s, color 0.3s;
}
.entry .entry-content .hatena-asin-detail .asin-detail-buy:hover {
  color: #2c7cbe;
  box-shadow: 0px 0px 15px -5px #a0acc0;
}
.entry .entry-content h2, .entry .entry-content h3, .entry .entry-content h4, .entry .entry-content h5, .entry .entry-content h6 {
  margin-top: 2rem;
}
.entry .entry-content h1 {
  font-size: 1.4rem;
}
.entry .entry-content h2 {
  font-size: 1.3rem;
}
.entry .entry-content h3 {
  font-size: 1.2rem;
}
.entry .entry-content h4 {
  font-size: 1.1rem;
}
.entry .entry-content h5 {
  font-size: 1rem;
}
.entry .entry-content h6 {
  font-size: 1rem;
}
.entry .entry-content h2::before {
  content: "##";
  margin-right: 0.2rem;
  color: #A0AEC0;
}
.entry .entry-content h3::before {
  content: "###";
  margin-right: 0.2rem;
  color: #A0AEC0;
  margin-top: 1rem;
}
.entry .entry-content h4::before {
  content: "####";
  margin-right: 0.2rem;
  color: #A0AEC0;
}
.entry .entry-content h5::before {
  content: "#####";
  margin-right: 0.1rem;
  color: #A0AEC0;
}
.entry .entry-content h6::before {
  content: "######";
  margin-right: 0.2rem;
  color: #A0AEC0;
}
.entry .entry-content table {
  overflow-x: scroll;
  border-collapse: collapse;
  width: 100%;
}
.entry .entry-content table th {
  padding: 0.3rem 0;
  margin: 0;
  border: 0;
  border-bottom: 2px double rgba(160, 174, 192, 0.4666666667);
  min-width: 100px;
}
.entry .entry-content table td {
  padding: 0.5rem 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(160, 174, 192, 0.4666666667);
}
.entry .entry-content .images-row {
  width: 100%;
}
.entry .entry-content p:has(.hatena-fotolife) {
  text-align: center;
}
.entry .entry-content .hatena-fotolife {
  border-radius: 7px;
  box-shadow: 0px 0px 15px -5px #a0acc0;
  width: auto;
  max-height: 700px;
}
.entry .entry-content video {
  border-radius: 7px;
  box-shadow: 0px 0px 15px -5px #a0acc0;
  width: 100%;
  max-height: auto;
}
.entry .entry-content .code {
  background-color: #EDF2F7;
  padding: 0.7rem;
  border-radius: 7px;
}
.entry .entry-content code {
  background-color: #EDF2F7;
  border: none;
}
.entry .entry-header .social-buttons {
  /* はてブ */
  /* facebook */
  /* X */
  /* Mastodon */
  /* Bluesky */
  /* Misskey */
}
@media screen and (min-width: 1001px) {
  .entry .entry-header .social-buttons {
    display: none;
  }
}
.entry .entry-header .social-buttons .social-button-item:nth-child(1) {
  width: 84px;
}
.entry .entry-header .social-buttons .social-button-item:nth-child(2) {
  width: 91px;
}
.entry .entry-header .social-buttons .social-button-item:nth-child(3) {
  width: 40px;
}
.entry .entry-header .social-buttons .social-button-item:nth-child(4) {
  width: 40px;
}
.entry .entry-header .social-buttons .social-button-item:nth-child(5) {
  width: 40px;
}
.entry .entry-header .social-buttons .social-button-item:nth-child(6) {
  width: 40px;
}
.entry .entry-footer .social-buttons {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(400px, -70%);
  flex-direction: column;
  /* はてブ */
  /* facebook */
  /* X */
  /* Mastodon */
  /* Bluesky */
  /* Misskey */
}
@media screen and (max-width: 1000px) {
  .entry .entry-footer .social-buttons {
    position: static;
    flex-direction: row;
    top: 0;
    left: 0;
    transform: none;
  }
}
.entry .entry-footer .social-buttons .social-button-item {
  height: 45px;
}
.entry .entry-footer .social-buttons .social-button-item:nth-child(1) {
  width: 84px;
}
.entry .entry-footer .social-buttons .social-button-item:nth-child(2) {
  width: 91px;
}
.entry .entry-footer .social-buttons .social-button-item:nth-child(3) {
  width: 40px;
}
.entry .entry-footer .social-buttons .social-button-item:nth-child(4) {
  width: 40px;
}
.entry .entry-footer .social-buttons .social-button-item:nth-child(5) {
  width: 40px;
}
.entry .entry-footer .social-buttons .social-button-item:nth-child(6) {
  width: 40px;
}
@keyframes table-of-contents-animation {
  0% {
    --angle: 0deg;
  }
  100% {
    --angle: 360deg;
  }
}
@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.entry .entry-content .table-of-contents {
  background-color: transparent;
  padding: 2.5rem 2rem 2rem 3rem;
  position: relative;
  z-index: 10;
}
.entry .entry-content .table-of-contents::before {
  content: "目次";
  background-color: #EDF2F7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2rem);
  z-index: -1;
  border-radius: 7px;
  text-align: center;
  padding: 1rem 0;
}
.entry .entry-content .table-of-contents::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 7px;
  box-sizing: border-box;
  background: conic-gradient(from var(--angle) at center, #fff, #17c9c9, #336CFF, #fff, #fff);
  filter: blur(5px);
  animation: 7s linear 0s infinite normal none running table-of-contents-animation;
}
