@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "Noto Sans JP";
  color-scheme: dark;
  scroll-padding: 6rem;
  scroll-behavior: smooth;
  line-height: 1.5rem;
}

* {
  box-sizing: border-box;
  scrollbar-width: 1rem;
}

blockquote {
  margin: 0;
  padding: 0.5rem 0 0.5rem 1rem;
  border-left: #7f7f7f 0.4rem solid;
  color: #afafaf;
}

blockquote p {
  margin: 0;
}

pre,
code {
  border: #7f7f7f 1px solid;
  border-radius: 4px;
  background-color: #1f1f1f;
  padding: 2px 4px;
}

code {
  line-height: 1rem;
}

pre code {
  border: 0;
}

a {
  color: #77b7a7;
  text-decoration: none;
}

table {
  border: 1px #afafaf solid;
}

td,
tr,
th {
  padding: 0.5rem;
}

body {
  background-color: #070707;
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-areas: "header     header" "navigation main" "footer     main";
  grid-template-rows: 6rem 1fr 6rem;
  grid-template-columns: 18rem 1fr;
}
@media screen and (max-width: 840px) {
  body {
    grid-template-areas: "header" "navigation" "main" "footer";
    grid-template-columns: auto;
    grid-template-rows: minmax(6rem, min-content) auto auto 6rem;
  }
}

#header {
  font-size: 1.5rem;
  width: 100%;
  grid-area: header;
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 18rem 1fr;
  grid-template-areas: "left right";
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

#site-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 4rem;
  width: 18rem;
  grid-area: left;
  padding: 1rem 2rem;
}
#site-title .inner {
  position: relative;
}
#site-title .inner::after {
  font-size: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 4rem;
  content: "/";
  color: #afafaf;
  margin: 0 1rem;
  margin-right: 0;
}

#page-url {
  display: flex;
  grid-area: right;
  min-width: 0;
  padding: 1rem 2rem;
}

#page-dir {
  color: #afafaf;
  max-width: max-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  line-height: 4rem;
}

.dir {
  display: inline;
}
.dir::after {
  font-size: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 4rem;
  content: "/";
  color: #afafaf;
  margin: 0 1rem;
}
.dir:last-child {
  padding-right: 1.75rem;
}
.dir:last-child::after {
  position: absolute;
  right: 0;
}

#page-title {
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  flex-grow: 1;
  min-width: max-content;
  font-size: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 4rem;
  display: inline-block;
}
#page-title a {
  color: inherit;
}

#menu {
  line-height: 3rem;
  grid-area: navigation;
  position: relative;
}

nav {
  padding: 2rem;
  overflow-y: auto;
  position: sticky;
  top: 6rem;
  height: max-content;
  max-height: calc(100vh - 6rem);
}
nav ul {
  margin: 0;
  padding-left: 1rem;
}
nav li {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
nav a {
  color: #dfdfdf;
}
nav a:hover {
  color: #afafaf;
}

#skip {
  visibility: hidden;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 1.2rem;
  background-color: #1f1f1f;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
@media screen and (max-width: 840px) {
  #skip {
    visibility: visible;
  }
}
#skip:hover {
  background-color: #2f2f2f;
}
#skip a::after {
  content: ">";
  rotate: 90deg;
  display: block;
  text-align: center;
}

#main {
  grid-area: main;
  background-color: #171717;
}
#main .inner {
  padding: 2rem 4rem 3rem 3rem;
}
#main img {
  max-width: 100%;
}

footer {
  line-height: 2rem;
  padding: 2rem;
  grid-area: footer;
}

#copyright {
  text-align: center;
}

.lighter a {
  color: #efefef;
}

.darkder a {
  color: #cfcfcf;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

a:hover {
  color: #cfcfcf;
}

h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  visibility: visible;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  visibility: hidden;
}

figure {
  background-color: #1f1f1f;
  margin: 1rem 0;
  padding: 2rem;
}

/* Generated by Pygments CSS Theme Builder - https://jwarby.github.io/jekyll-pygments-themes/builder.html */
/* Base Style */
.highlight pre {
  color: transparent;
  background-color: #1f1f1f;
}

/* Punctuation */
.highlight .p {
  color: transparent;
  background-color: transparent;
}

/* Error */
.highlight .err {
  color: transparent;
  background-color: transparent;
}

/* Base Style */
.highlight .n {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Attribute */
.highlight .na {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Builtin */
.highlight .nb {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Class */
.highlight .nc {
  color: #4ec9b0;
  background-color: transparent;
}

/* Name Constant */
.highlight .no {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Decorator */
.highlight .nd {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Entity */
.highlight .ni {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Exception */
.highlight .ne {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Function */
.highlight .nf {
  color: #dcdcaa;
  background-color: transparent;
}

/* Name Label */
.highlight .nl {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Namespace */
.highlight .nn {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Other */
.highlight .nx {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Property */
.highlight .py {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Tag */
.highlight .nt {
  color: #b5cea8;
  background-color: transparent;
}

/* Name Variable */
.highlight .nv {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Variable Class */
.highlight .vc {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Variable Global */
.highlight .vg {
  color: #9cdcfe;
  background-color: transparent;
}

/* Name Variable Instance */
.highlight .vi {
  color: #9cdcfe;
  background-color: #d7ba7d;
}

/* Name Builtin Pseudo */
.highlight .bp {
  color: #9cdcfe;
  background-color: transparent;
}

/* Base Style */
.highlight .g {
  color: transparent;
  background-color: transparent;
}

/*  */
.highlight .gd {
  color: transparent;
  background-color: transparent;
}

/* Base Style */
.highlight .o {
  color: #d4d4d4;
  background-color: transparent;
}

/* Operator Word */
.highlight .ow {
  color: #d4d4d4;
  background-color: transparent;
}

/* Base Style */
.highlight .c {
  color: #6a9955;
  background-color: transparent;
}

/* Comment Multiline */
.highlight .cm {
  color: #6a9955;
  background-color: transparent;
}

/* Comment Preproc */
.highlight .cp {
  color: #6a9955;
  background-color: transparent;
}

/* Comment Single */
.highlight .c1 {
  color: #6a9955;
  background-color: transparent;
}

/* Comment Special */
.highlight .cs {
  color: #6a9955;
  background-color: transparent;
}

/* Base Style */
.highlight .k {
  color: #da70d6;
  background-color: transparent;
}

/* Keyword Constant */
.highlight .kc {
  color: #569cd6;
  background-color: transparent;
}

/* Keyword Declaration */
.highlight .kd {
  color: #569cd6;
  background-color: transparent;
}

/* Keyword Namespace */
.highlight .kn {
  color: #569cd6;
  background-color: transparent;
}

/* Keyword Pseudo */
.highlight .kp {
  color: #569cd6;
  background-color: transparent;
}

/* Keyword Reserved */
.highlight .kr {
  color: #569cd6;
  background-color: transparent;
}

/* Keyword Type */
.highlight .kt {
  color: #569cd6;
  background-color: transparent;
}

/* Base Style */
.highlight .l {
  color: #b5cea8;
  background-color: transparent;
}

/* Literal Date */
.highlight .ld {
  color: #b5cea8;
  background-color: transparent;
}

/* Literal Number */
.highlight .m {
  color: transparent;
  background-color: transparent;
}

/* Literal Number Float */
.highlight .mf {
  color: transparent;
  background-color: transparent;
}

/* Literal Number Hex */
.highlight .mh {
  color: #b5cea8;
  background-color: transparent;
}

/* Literal Number Integer */
.highlight .mi {
  color: #9cdcfe;
  background-color: transparent;
}

/* Literal Number Oct */
.highlight .mo {
  color: #b5cea8;
  background-color: transparent;
}

/* Literal Number Integer Long */
.highlight .il {
  color: #b5cea8;
  background-color: transparent;
}

/* Literal String */
.highlight .s {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Backtick */
.highlight .sb {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Char */
.highlight .sc {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Doc */
.highlight .sd {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Double */
.highlight .s2 {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Escape */
.highlight .se {
  color: #d7ba7d;
  background-color: transparent;
}

/* Literal String Heredoc */
.highlight .sh {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Interpol */
.highlight .si {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Other */
.highlight .sx {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Regex */
.highlight .sr {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Single */
.highlight .s1 {
  color: #ce834d;
  background-color: transparent;
}

/* Literal String Symbol */
.highlight .ss {
  color: transparent;
  background-color: transparent;
}

/* Base Style */
.highlight .g {
  color: transparent;
  background-color: transparent;
}

/* Generic Deleted */
.highlight .gd {
  color: transparent;
  background-color: transparent;
}

/* Generic Emph */
.highlight .ge {
  color: transparent;
  background-color: transparent;
}

/* Generic Error */
.highlight .gr {
  color: transparent;
  background-color: transparent;
}

/* Generic Heading */
.highlight .gh {
  color: transparent;
  background-color: transparent;
}

/* Generic Inserted */
.highlight .gi {
  color: transparent;
  background-color: transparent;
}

/* Generic Output */
.highlight .go {
  color: transparent;
  background-color: transparent;
}

/* Generic Prompt */
.highlight .gp {
  color: transparent;
  background-color: transparent;
}

/* Generic Strong */
.highlight .gs {
  color: transparent;
  background-color: transparent;
}

/* Generic Subheading */
.highlight .gu {
  color: transparent;
  background-color: transparent;
}

/* Generic Traceback */
.highlight .gt {
  color: transparent;
  background-color: transparent;
}

/* Other */
.highlight .x {
  color: transparent;
  background-color: transparent;
}

/* Text Whitespace */
.highlight .w {
  color: transparent;
  background-color: transparent;
}

/*# sourceMappingURL=style.css.map */