/* Responsive: yes */
/*@import "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css";*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}
@media (prefers-color-scheme: light) {
  :root {
    --background-color: #fff;
    --background-color-gray-light: #f5f5f5;
    --background-color-gray: #eee;
    --background-color-gray-dark: #e1e1e1;
    --theme-color: #189bc6;
    --theme-color-dark: #1589af;
    --theme-color-light: #1baddd;
    --border-color: #dfe5e7;
    --border-color-light: #eef1f2;
    --border-color-alpha: #dfe5e780;
    --base-font-color: #3a3939;
    --base-font-color-dark: #222;
    --base-font-color-light: #474646;
    --base-font-color-lighten: #4f4d4d;
    --search-form-color: #f6f7f8;
    --search-form-color-dark: #f0f2f4;
    --fff: #fff;
    --black-000: #000;
    --black-111: #111;
    --e2e2e2: #e2e2e2;
    --b4b4b4: #b4b4b4;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #111;
    --background-color-gray-light: #1b1b1b;
    --background-color-gray: #242424;
    --background-color-gray-dark: #313131;
    --theme-color: #137c9e;
    --theme-color-dark: #106a87;
    --theme-color-light: #168eb5;
    --border-color: #161617;
    --border-color-light: #222224;
    --border-color-alpha: #161617b3;
    --base-font-color: #999;
    --base-font-color-dark: #aaa;
    --base-font-color-light: #8c8c8c;
    --base-font-color-lighten: #808080;
    --search-form-color: #1d1d1d;
    --search-form-color-dark: #181818;
    --fff: #111;
    --black-000: #fff;
    --black-111: #eee;
    --e2e2e2: #e2e2e2;
    --b4b4b4: #b4b4b4;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#blog-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#title {
  font-size: 0.85rem;
  font-weight: normal;
  position: relative;
  margin: 0;
}
#title > a {
  display: inline-block;
  padding: 1rem 0 1rem 1rem;
  color: var(--base-font-color-dark);
}
#title > a::before {
  font-family: "Material Icons";
  content: "\e5e0";
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#title > a:hover,
#title > a:focus,
#title > a:focus-visible {
  text-decoration: none;
}
#footer {
  display: none;
}
#footer-inner {
  text-align: center;
  font-size: 0.65em;
}
.services {
  line-height: 1;
}
body {
  font-size: 100%;
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  color: var(--base-font-color);
  background: var(--background-color);
  margin: 0;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: var(--base-font-color-dark);
  margin: 1.75rem auto 0.5rem;
}
h1 .keyword,
h2 .keyword,
h3 .keyword,
h4 .keyword,
h5 .keyword,
h6 .keyword {
  color: var(--base-font-color-dark);
}
h1 {
  font-size: 1.2rem;
  font-weight: bold;
}
h2 {
  font-size: 1.1rem;
  font-weight: bold;
}
h3 {
  font-size: 1rem;
  font-weight: bold;
}
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: 300;
}
p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 auto 1rem;
}
a {
  color: var(--theme-color);
  text-decoration: none;
}
a:hover,
a:focus,
a:focus-visible {
  color: var(--theme-color);
  text-decoration: underline;
}
a:visited {
  color: var(--theme-color-dark);
}
a:focus {
  color: var(--theme-color-dark);
}
a:active {
  color: var(--theme-color-dark);
}
hr {
  margin: 2rem auto;
  border-width: 0;
  border-top: 1px solid var(--border-color);
}
iframe {
  margin: 0 auto 1rem;
}
#container {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry-header {
  margin: 0 0 28px;
  position: relative;
}
.entry-date {
  font-family: "Avenir", "Helvetica", sans-serif;
  font-size: 0.75em;
  line-height: 1;
  text-align: left;
}
.entry-date a {
  color: var(--base-font-color-lighten);
}
.entry-date a:hover,
.entry-date a:focus,
.entry-date a:focus-visible {
  color: var(--base-font-color-lighten);
  text-decoration: none;
}
.entry-date a:visited {
  color: var(--base-font-color-lighten);
}
.entry-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  margin: 0.2em auto 0;
  position: relative;
}
.entry-title a {
  color: var(--base-font-color-dark);
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:focus-visible {
  text-decoration: none;
  color: var(--base-font-color-dark);
}
.entry-title a:visited {
  color: var(--base-font-color);
}
.categories {
  display: none;
}
.entry-header-menu {
  position: absolute;
  line-height: 1;
  top: 0;
  left: -3em;
}
.entry-header-menu a {
  font-size: 0.75em;
  line-height: 1;
  vertical-align: top;
}
.entry-content {
  margin: 0 auto 2em;
}
@media screen and (max-width: 34.5rem) {
  .entry-content p:first-of-type span[itemtype="http://schema.org/Photograph"] {
    display: block;
    margin: 0 -20px;
  }
  .entry-content p:first-of-type .hatena-fotolife {
    border-radius: 0;
  }
}
@media screen and (max-width: 34.5rem) {
  .entry-content .full-width-image {
    margin: 0 -20px;
  }
  .entry-content .full-width-image .hatena-fotolife {
    border-radius: 0;
  }
}
.entry-content .hatena-fotolife {
  border-radius: 6px;
}
.entry-content .hatena-image-left,
.entry-content .hatena-image-right {
  margin-right: 0.875em;
}
.entry-content ul,
.entry-content ol {
  font-size: 1em;
  line-height: 1.7;
  margin: 0 auto 1em;
  padding-left: 1em;
}
.entry-content ul p,
.entry-content ol p {
  margin: 0 auto;
}
.entry-content table {
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 24px auto;
  width: 100%;
}
.entry-content tr {
  background-color: white;
  margin: 0;
  padding: 0;
}
.entry-content tr:hover,
.entry-content tr:focus,
.entry-content tr:focus-visible {
  background: var(--background-color);
}
.entry-content th {
  background: var(--background-color);
  font-weight: bold;
  border: 1px solid var(--border-color);
  padding: 5px 10px;
}
.entry-content td {
  border: 1px solid var(--border-color);
  padding: 5px 10px;
}
.entry-content blockquote {
  border: 1px solid var(--border-color);
  background: var(--fff);
  padding: 1.5em;
  margin: 28px auto;
  border-radius: 3px;
}
.entry-content blockquote > blockquote {
  border: none;
  border-left: 2px solid var(--border-color);
  padding: 0 0 0 1em;
}
.entry-content .code {
  font-size: 0.875em;
  line-height: 1.7;
  background: var(--fff);
  margin: 28px auto;
  padding: 1.5em;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.entry-content code {
  font-size: 0.875em;
  background: var(--fff);
  border: 1px solid var(--border-color);
  padding: 3px 5px;
}
.entry-content .hatena-asin-detail,
.entry-content .itunes-embed,
.entry-content .embed-wrapper {
  border-radius: 3px;
  margin: 28px auto;
  padding: 1.5em;
  background-color: var(--fff);
}
.entry-content .hatena-asin-detail ul,
.entry-content .itunes-embed ul,
.entry-content .embed-wrapper ul {
  margin: 0;
  padding: 0;
}
.entry-footer-section {
  font-size: 0.8em;
  line-height: 1;
  color: var(--base-font-color-lighten);
}
.entry-footer-section a {
  color: var(--base-font-color-lighten);
}
.entry-footer-section a:hover,
.entry-footer-section a:focus,
.entry-footer-section a:focus-visible {
  color: var(--base-font-color-lighten);
}
#box2 {
  margin: 2rem 0;
}
#box2 a {
  color: var(--base-font-color-dark);
}
#box2 a:hover,
#box2 a:focus,
#box2 a:focus-visible {
  color: var(--base-font-color-dark);
}
#box2 .hatena-module + .hatena-module {
  margin-top: 1.5rem;
}
#box2 .hatena-module-title {
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--base-font-color-dark);
  margin-bottom: 10px;
}
#box2 .hatena-module-body p {
  line-height: 1.6;
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0.75rem;
  border-top: 1px solid var(--border-color-light);
  border-bottom: 1px solid var(--border-color-light);
  height: 60px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pager-next,
.pager-prev {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.pager-next a,
.pager-prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85em;
  color: var(--base-font-color-lighten);
  height: 100%;
}
.pager-next a:hover,
.pager-prev a:hover,
.pager-next a:focus,
.pager-prev a:focus,
.pager-next a:focus-visible,
.pager-prev a:focus-visible {
  color: var(--base-font-color-lighten);
}
.pager-next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.comment-box {
  position: relative;
  margin: 0;
}
.comment-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-box li {
  padding: 24px 0 24px 50px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.comment-box li:first-child {
  border-top: 1px solid var(--border-color);
}
.comment-box .hatena-id-icon {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
}
.comment-box .comment-user-name {
  line-height: 1;
  margin: 0 auto 10px;
}
.comment-box .comment-content p {
  font-size: 0.93em;
  line-height: 1.5;
  margin: 10px auto;
}
.comment-box .comment-content p a {
  word-wrap: break-word;
}
.comment-box .comment-metadata {
  margin: 0 auto;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.leave-comment-title {
  display: inline-block;
  font-size: 0.65em;
  line-height: 1;
  color: var(--base-font-color-lighten);
  margin: 0;
  padding: 0.7em 0.5em;
  border: 1px solid var(--border-color);
  border-radius: 2px;
}
.leave-comment-title:hover,
.leave-comment-title:focus,
.leave-comment-title:focus-visible {
  background: var(--e2e2e2);
  color: var(--base-font-color-lighten);
  text-decoration: none;
  border-color: transparent;
}
.keyword {
  color: var(--base-font-color);
  border-bottom: 1px dotted var(--base-font-color);
  padding-bottom: 0;
}
.keyword:hover,
.keyword:focus,
.keyword:focus-visible {
  color: var(--theme-color);
  border-bottom: none;
}
.author,
.comment-metadata time {
  color: var(--base-font-color-dark);
}
.hatena-star-container {
  margin: 0 auto 14px;
}
.social-buttons {
  margin: 0;
}
.social-buttons iframe {
  margin: 0;
}
.hatena-module-related-entries .hatena-module-title {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2;
  color: var(--base-font-color-dark);
  border-top: 1px solid var(--border-color-light);
  padding: 30px 0 0;
  margin: 30px auto 10px;
}
.hatena-module-related-entries ul.related-entries {
  padding: 0;
  margin: 0;
}
.hatena-module-related-entries li.related-entries-item {
  margin: 0 0 25px;
}
.hatena-module-related-entries .related-entries-date-link {
  font-size: 0.75em;
  line-height: 1;
}
.hatena-module-related-entries .related-entries-date-link a {
  color: var(--base-font-color-lighten);
}
.hatena-module-related-entries .related-entries-date-link a:hover,
.hatena-module-related-entries .related-entries-date-link a:focus,
.hatena-module-related-entries .related-entries-date-link a:focus-visible {
  color: var(--base-font-color-lighten);
  text-decoration: none;
}
.hatena-module-related-entries .related-entries-date-link a:visited {
  color: var(--base-font-color-lighten);
}
.hatena-module-related-entries .related-entries-title-link {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--base-font-color-dark);
  text-decoration: none;
  margin: 0.2em auto;
}
.hatena-module-related-entries .related-entries-title-link:hover,
.hatena-module-related-entries .related-entries-title-link:focus,
.hatena-module-related-entries .related-entries-title-link:focus-visible {
  text-decoration: none;
  color: var(--base-font-color-dark);
}
.hatena-module-related-entries .related-entries-title-link:visited {
  color: var(--base-font-color);
}
.hatena-module-related-entries .related-entries-entry-body {
  font-size: 0.85em;
  color: var(--base-font-color-lighten);
}
#box2 .hatena-module-profile .hatena-module-body {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0.5rem 1.5rem;
}
#box2 .hatena-module-profile .profile-icon-link {
  grid-column: 1;
  grid-row: span 4;
}
#box2 .hatena-module-profile .profile-icon-link .profile-icon {
  border-radius: 50%;
}
#box2 .hatena-module-profile .id {
  grid-column: 2;
  font-size: 0.85rem;
}
#box2 .hatena-module-profile .profile-description {
  grid-column: 2;
}
#box2 .hatena-module-profile .profile-description p {
  font-size: 0.75rem;
  margin: 0 auto;
}
#box2 .hatena-module-profile .profile-description a {
  text-decoration: underline;
}
#box2 .hatena-module-profile .profile-description a:hover,
#box2 .hatena-module-profile .profile-description a:focus,
#box2 .hatena-module-profile .profile-description a:focus-visible {
  color: var(--theme-color-dark);
}
#box2 .hatena-module-profile .hatena-follow-button-box {
  grid-column: 2;
  margin: 0;
}
#box2 .hatena-module-profile .profile-about {
  display: none;
}
#box2 .hatena-module-category .hatena-urllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 0.5rem;
  padding: 0;
  margin: 0;
}
#box2 .hatena-module-category .hatena-urllist li {
  list-style: none;
}
#box2 .hatena-module-category .hatena-urllist li a {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--search-form-color);
  border: 1px solid var(--border-color);
  border-radius: 100vh;
  padding: 0.5rem 0.75rem;
}
#box2 .hatena-module-category .hatena-urllist li a:hover,
#box2 .hatena-module-category .hatena-urllist li a:focus,
#box2 .hatena-module-category .hatena-urllist li a:focus-visible {
  text-decoration: none !important;
  background: var(--search-form-color-dark);
}
a.entry-tag-link,
a.archive-entry-tag-link {
  background-color: var(--search-form-color) !important;
  color: var(--base-font-color-light) !important;
  border: 1px solid var(--border-color) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a.entry-tag-link:hover,
a.archive-entry-tag-link:hover,
a.entry-tag-link:focus,
a.archive-entry-tag-link:focus,
a.entry-tag-link:focus-visible,
a.archive-entry-tag-link:focus-visible {
  background-color: var(--search-form-color-dark) !important;
}
a.entry-tag-link svg path,
a.archive-entry-tag-link svg path {
  fill: var(--base-font-color-lighten) !important;
}
.page-index #title {
  font-size: 1.2rem;
  font-weight: bold;
  position: static;
}
.page-index #title a {
  padding: 1rem 0;
}
.page-index #title a::before {
  display: none;
}
.page-index .entry-title a:hover,
.page-index .entry-title a:focus,
.page-index .entry-title a:focus-visible {
  text-decoration: underline;
}
.page-index .entry-description {
  margin-bottom: 0;
}
.page-index .archive-entry-tags-wrapper,
.page-index .social-buttons {
  display: none;
}
.page-entry #container {
  max-width: 40rem;
}
.page-about #box2 {
  display: none;
}
.page-about .entry-content a {
  color: var(--base-font-color-dark);
}
.page-about .entry-content dt {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.page-about .entry-content dd {
  margin: 0;
}
.page-archive #top-box {
  display: none;
}
.page-archive .archive-header-category {
  border-bottom: 1px solid var(--border-color-light);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.page-archive .archive-entry {
  padding: 1rem 0;
  position: relative;
}
.page-archive .archive-entry .date {
  font-size: 0.75rem;
  line-height: 1;
}
.page-archive .archive-entry .date a {
  pointer-events: none;
  color: var(--base-font-color-lighten);
}
.page-archive .archive-entry .entry-title {
  font-size: 1rem;
  line-height: 1.4;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
.page-archive .archive-entry .entry-title a {
  display: block;
  height: calc(100% - 2.25rem);
  padding-top: 2.25rem;
}
.page-archive .archive-entry .entry-title a:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1rem;
  z-index: -1;
  width: calc(100% + 2rem);
  height: 100%;
  background: var(--background-color-gray-light);
  border-radius: 0.5rem;
}
.page-archive .archive-entry .categories {
  margin-bottom: 1rem;
}
.page-archive .archive-entry .categories a:first-child {
  margin-bottom: 0;
}
.page-archive .archive-entry .entry-thumb-link {
  display: block;
}
.page-archive .archive-entry .entry-thumb {
  border-radius: 4px;
  height: 90px;
  width: 90px;
  float: right;
  margin: 2.5rem 0 0 1rem;
}
.page-archive .archive-entry .entry-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.85rem;
  color: var(--base-font-color-light);
  margin-top: 2.25rem;
}
.page-archive .autopagerize_insert_before {
  border-bottom: none;
}
.entry.no-entry {
  padding: 80px;
}
