/*! 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 {
  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 */
  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 {
  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"] {
  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; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?7jyvbf");
  src: url("../fonts/icomoon.eot?7jyvbf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7jyvbf") format("truetype"), url("../fonts/icomoon.woff?7jyvbf") format("woff"), url("../fonts/icomoon.svg?7jyvbf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e5cd"; }

.icon-search:before {
  content: "\e8b6"; }

.icon-chevron-down:before {
  content: "\e900"; }

.icon-chevron-left:before {
  content: "\e901"; }

.icon-chevron-right:before {
  content: "\e902"; }

.icon-chevron-thin-down:before {
  content: "\e903"; }

.icon-chevron-thin-left:before {
  content: "\e904"; }

.icon-chevron-thin-right:before {
  content: "\e905"; }

.icon-chevron-thin-up:before {
  content: "\e906"; }

.icon-chevron-up:before {
  content: "\e907"; }

.icon-mail:before {
  content: "\e90d"; }

.icon-menu:before {
  content: "\e908"; }

.icon-rss:before {
  content: "\e90a"; }

.icon-user:before {
  content: "\e90b"; }

.icon-vcard:before {
  content: "\e909"; }

.icon-sina-weibo:before {
  content: "\e90e"; }

.icon-facebook:before {
  content: "\e90f"; }

.icon-github:before {
  content: "\e910"; }

.icon-google:before {
  content: "\e911"; }

.icon-instagram:before {
  content: "\e912"; }

.icon-pinterest:before {
  content: "\e913"; }

.icon-tumblr:before {
  content: "\e914"; }

.icon-twitter:before {
  content: "\e915"; }

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }

body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #414141;
  text-rendering: geometricPrecision;
  background-color: transparent; }
  body.modal-active {
    overflow: hidden; }
    @media (max-width: 680px) {
      body.modal-active {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
  body.menu-open #site-wrapper {
    transform: translate3d(-280px, 0, 0); }
    body.menu-open #site-wrapper .overlay {
      opacity: 1;
      visibility: visible; }
  body.menu-open #site-sidebar {
    transform: translate3d(0, 0, 0); }

::-moz-selection {
  background: #ffb74d;
  color: #0e0e0e; }

::selection {
  background: #ffb74d;
  color: #0e0e0e; }

h1, h2, h3,
h4, h5, h6 {
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  text-rendering: geometricPrecision;
  margin: 0 0 0.4em 0; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

a {
  color: #414141;
  text-decoration: none;
  transition: all 0.24s ease; }
  a:hover {
    text-decoration: none; }

pre {
  tab-size: 2; }
  pre code {
    display: block;
    line-height: 1.5;
    border: 1px solid #ccc;
    background-color: white;
    color: #4d4d4c;
    padding: 10px; }

::-webkit-input-placeholder {
  color: #b5b5b5;
  font-weight: normal; }
  @media (prefers-color-scheme: dark) {
    ::-webkit-input-placeholder {
      color: #5079a3; } }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5;
  font-weight: normal; }
  @media (prefers-color-scheme: dark) {
    :-moz-placeholder {
      color: #5079a3; } }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
  font-weight: normal; }
  @media (prefers-color-scheme: dark) {
    ::-moz-placeholder {
      color: #5079a3; } }

:-ms-input-placeholder {
  color: #b5b5b5;
  font-weight: normal; }
  @media (prefers-color-scheme: dark) {
    :-ms-input-placeholder {
      color: #5079a3; } }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

.inner {
  position: relative;
  width: 80%;
  max-width: 710px;
  margin: 0 auto; }

.vertical {
  display: table-cell;
  vertical-align: middle; }

.right {
  float: right; }

.left {
  float: left; }

/**
 *  Universal Wrapper
 */
#site-wrapper {
  position: relative;
  min-height: 100%;
  background: #EBECEE;
  overflow: hidden;
  transition: all 0.24s ease;
  z-index: 10; }
  @media (prefers-color-scheme: dark) {
    #site-wrapper {
      background-color: #0d131a; } }
  #site-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.24s ease;
    visibility: hidden;
    z-index: 9999; }

/**
  Ad Slots
 */
.google-auto-placed .adsbygoogle {
  margin: 0 auto; }

.treat-block {
  margin: 30px 0; }
  .treat-block .adsbygoogle {
    margin: 0 auto; }

.dark-btn {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #000000;
  padding: 0 15px;
  font-size: 13px;
  font-family: "Roboto", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
  text-align: center;
  color: #c2c2c2; }
  @media (prefers-color-scheme: dark) {
    .dark-btn {
      color: #90acc9; } }
  .dark-btn:hover {
    color: #282828;
    background-color: #ff9800; }
    @media (prefers-color-scheme: dark) {
      .dark-btn:hover {
        color: #0d131a;
        background-color: #009688; } }
  .dark-btn .icon {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 40px; }
  .dark-btn .text {
    vertical-align: middle;
    line-height: 40px; }

#loading-bar-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 999; }

#loading-bar {
  position: relative;
  width: 0;
  height: 2px;
  background-color: #ff9c0a;
  transition: all 0.5s ease; }
  @media (prefers-color-scheme: dark) {
    #loading-bar {
      background-color: #00a091; } }

#header {
  position: relative;
  width: 100%;
  color: #414141;
  margin-bottom: 30px;
  border-top: 2px solid #000000;
  transition: all 0.24s ease;
  z-index: 3; }
  @media (prefers-color-scheme: dark) {
    #header {
      border-top-color: #080c10; } }
  #header #header-wrapper {
    position: relative;
    width: 100%;
    height: 70px;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e1e2e3;
    padding: 0 20px;
    z-index: 3; }
    @media (prefers-color-scheme: dark) {
      #header #header-wrapper {
        background-color: #15202b;
        border-bottom: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
  #header #logo {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 82px;
    background-color: #000000;
    padding: 10px 0 12px 0;
    transition: all 0.36s; }
    @media (prefers-color-scheme: dark) {
      #header #logo {
        background-color: #101821; } }
    @media (prefers-color-scheme: dark) {
      #header #logo:hover {
        background-color: #0b1116; } }
    @media (max-width: 820px) {
      #header #logo {
        width: 140px;
        height: 70px;
        margin-left: -70px;
        padding: 10px 0; } }
    #header #logo img {
      display: block;
      width: 70px;
      height: auto;
      margin: 0 auto;
      transition: all 0.24s; }
      @media (max-width: 820px) {
        #header #logo img {
          width: 50px; } }
    #header #logo #site-desc {
      display: block;
      text-align: center;
      color: white;
      font-size: 12px;
      transition: all 0.24s; }
      @media (max-width: 820px) {
        #header #logo #site-desc {
          font-size: 12px; } }
  #header #site-nav-switch {
    position: relative;
    border: 0;
    float: right;
    outline: none;
    background: transparent;
    font-size: 30px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.24s ease; }
    @media (prefers-color-scheme: dark) {
      #header #site-nav-switch {
        color: #90acc9; } }
    #header #site-nav-switch.active {
      transform: rotate(90deg); }

#footer {
  position: relative;
  padding: 0 20px 30px 20px;
  width: 100%;
  max-width: 820px;
  margin: 30px auto 0 auto;
  font-size: 13px;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  transform: translate3d(0px, -20px, 0px);
  transition: all 0.4s ease;
  z-index: 3; }
  @media (prefers-color-scheme: dark) {
    #footer {
      color: #5079a3; } }
  #footer.loaded {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }
  #footer .codename {
    color: #cc7a00; }
    @media (prefers-color-scheme: dark) {
      #footer .codename {
        color: #007d71; } }
  #footer .social-wrapper {
    padding-top: 20px; }
  #footer .theme-by {
    font-size: 12px; }
  #footer a {
    color: #828282; }
    @media (prefers-color-scheme: dark) {
      #footer a {
        color: #90acc9; } }
    #footer a:hover {
      color: #f08f00;
      background-color: rgba(255, 152, 0, 0.1); }
      @media (prefers-color-scheme: dark) {
        #footer a:hover {
          color: #00877a;
          background-color: rgba(0, 150, 136, 0.1); } }
    #footer a.social {
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 16px;
      margin: 0 5px; }
      #footer a.social:hover {
        background: transparent;
        color: #009688; }
      #footer a.social.github:hover {
        color: #467cc2; }
      #footer a.social.google:hover {
        color: #db4437; }
      #footer a.social.twitter:hover {
        color: #55acee; }
      #footer a.social.weibo:hover {
        color: #f8712a; }

.search {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px auto;
  z-index: 2; }
  .search #searchform {
    position: relative;
    display: block;
    width: 100%; }
    .search #searchform #u-search-btn-submit {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background: transparent;
      color: white;
      border: 0;
      text-align: center; }
      .search #searchform #u-search-btn-submit span {
        line-height: 36px; }
  .search #searchinput {
    width: 100%;
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    font-size: 12px;
    font-family: "Roboto", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
    border: none;
    border-radius: 0 !important;
    background: #414141;
    color: #ffffff;
    box-sizing: border-box;
    -webkit-appearance: none;
    box-shadow: none;
    transition: all 0.24s ease; }
    @media (prefers-color-scheme: dark) {
      .search #searchinput {
        color: #90acc9;
        background: #15202b; } }
    .search #searchinput:focus {
      background: #040709;
      border-color: #000000; }

.site-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  padding: 20px;
  background-color: #1d2d3c;
  text-align: center;
  overflow: hidden;
  transform: translate3d(280px, 0, 0);
  transition: all 0.24s ease;
  z-index: 1; }
  .site-sidebar .shortcuts {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center; }
    .site-sidebar .shortcuts .dark-btn {
      display: inline-block;
      width: 36px;
      height: 36px;
      margin: 0 5px;
      padding: 0;
      font-size: 13px;
      cursor: pointer; }
      .site-sidebar .shortcuts .dark-btn .icon {
        line-height: 34px;
        font-size: 14px;
        margin: 0;
        padding: 0; }
  .site-sidebar .sidebar-switch {
    width: 200px;
    margin: 0 auto 20px auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.24s ease; }
    .site-sidebar .sidebar-switch.show {
      opacity: 1;
      visibility: visible; }
    .site-sidebar .sidebar-switch .dark-btn {
      display: block;
      float: left;
      width: 100px;
      margin-left: -1px;
      cursor: pointer;
      font-size: 12px; }
      .site-sidebar .sidebar-switch .dark-btn.active {
        color: #282828;
        background-color: #ff9800; }
        @media (prefers-color-scheme: dark) {
          .site-sidebar .sidebar-switch .dark-btn.active {
            background-color: #009688; } }
      .site-sidebar .sidebar-switch .dark-btn .icon {
        line-height: 30px; }
      .site-sidebar .sidebar-switch .dark-btn .text {
        line-height: 30px; }

.site-bio {
  position: relative;
  opacity: 0;
  transform: translate3d(0px, -20px, 0px);
  transition: all 0.24s ease; }
  .site-bio.show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); }
  .site-bio .section {
    margin: 15px auto; }
  .site-bio .menu {
    position: relative;
    width: 100%; }
    .site-bio .menu ul {
      position: relative;
      width: 100%;
      list-style: none;
      padding: 0; }
      .site-bio .menu ul li {
        width: 50%;
        margin-bottom: 10px; }
        .site-bio .menu ul li.right {
          padding-left: 5px; }
        .site-bio .menu ul li.left {
          padding-right: 5px; }
    .site-bio .menu .dark-btn {
      display: block;
      width: 100%;
      font-size: 13px;
      padding: 5px 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .site-bio .about-me {
    padding: 12px 5px 15px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.24s, border-color 0.24s; }
    .site-bio .about-me:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    .site-bio .about-me .avatar {
      display: block;
      width: 96px;
      height: 96px;
      margin: 4px auto;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      border: 1px solid black;
      padding: 3px;
      overflow: hidden; }
      .site-bio .about-me .avatar img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .site-bio .about-me .dark-btn {
      padding: 5px 15px;
      font-size: 12px; }
      .site-bio .about-me .dark-btn:hover {
        background-color: #ff9800; }
        @media (prefers-color-scheme: dark) {
          .site-bio .about-me .dark-btn:hover {
            background-color: #009688; } }
      .site-bio .about-me .dark-btn .icon {
        margin-right: 0; }
    .site-bio .about-me .info {
      color: #a7a7a7;
      margin-top: 10px;
      line-height: 140%;
      padding: 0 15px;
      font-size: 12px; }
      @media (prefers-color-scheme: dark) {
        .site-bio .about-me .info {
          color: #476d92; } }

.site-toc {
  position: relative;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.1);
  max-height: 450px;
  overflow: auto;
  opacity: 0;
  transform: translate3d(0px, -20px, 0px);
  transition: all 0.24s ease; }
  .site-toc.show {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }
  .site-toc > ol {
    text-align: left;
    list-style: none; }
    .site-toc > ol li a {
      color: white;
      font-size: 14px; }
      .site-toc > ol li a:hover {
        color: #ff9800; }
        @media (prefers-color-scheme: dark) {
          .site-toc > ol li a:hover {
            color: #009688; } }
    .site-toc > ol li ol {
      list-style: none;
      padding-left: 15px; }

.content {
  color: #464646;
  font-size: 14px;
  line-height: 1.75em;
  padding: 0 30px; }
  @media (prefers-color-scheme: dark) {
    .content {
      color: #90acc9; } }
  @media (max-width: 820px) {
    .content {
      padding: 0 20px; } }
  .content #pixiv-vol,
  .content #pixiv-artist-count {
    color: #ff9800;
    font-weight: bolder; }
    @media (prefers-color-scheme: dark) {
      .content #pixiv-vol,
      .content #pixiv-artist-count {
        color: #009688; } }
  .content img {
    position: relative;
    display: block;
    width: 114%;
    margin: 0 -7%;
    padding: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    transition: all 0.24s ease; }
    @media (prefers-color-scheme: dark) {
      .content img {
        background-color: #1d2d3c;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }
    @media (max-width: 820px) {
      .content img {
        width: 100%;
        margin: 0;
        box-shadow: none; } }
  .content hr {
    border: 0;
    border-bottom: 1px solid #ddd; }
    @media (prefers-color-scheme: dark) {
      .content hr {
        border-bottom-color: #223446; } }
  .content p.small-img img,
  .content div.small-img img {
    width: auto;
    max-width: 100%;
    margin: 0;
    box-shadow: none; }
  .content p {
    margin: 20px 0; }
  .content ul,
  .content ol {
    list-style: circle;
    margin: 20px 0;
    padding-left: 30px; }
  .content a {
    color: #f59200; }
    @media (prefers-color-scheme: dark) {
      .content a {
        color: #008c7f; } }
    .content a:hover {
      color: #eb8c00;
      background: rgba(255, 152, 0, 0.1); }
      @media (prefers-color-scheme: dark) {
        .content a:hover {
          color: #008276;
          background: rgba(0, 150, 136, 0.1); } }
    .content a:active {
      color: #ffffff;
      background: rgba(255, 152, 0, 0.6); }
      @media (prefers-color-scheme: dark) {
        .content a:active {
          background: rgba(0, 150, 136, 0.6); } }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    position: relative;
    font-family: "Roboto", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
    font-weight: bold;
    margin: 40px auto 30px auto;
    left: 20px; }
    .content h1::before, .content h2::before, .content h3::before, .content h4::before, .content h5::before, .content h6::before {
      position: absolute;
      left: -20px;
      top: 0;
      content: "#";
      color: #4caf50;
      font-weight: normal; }
  .content figure figcaption span {
    display: inline-block;
    margin-right: 5px; }
  .content blockquote {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
    border-left: 4px solid #4caf50; }
    .content blockquote footer strong {
      margin-right: 7px; }
  .content pre {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Inconsolata", Consolas, monospace, sans-serif;
    width: 100%;
    margin: 20px 0;
    padding: 10px 15px;
    white-space: pre;
    overflow: auto; }
    .content pre code {
      color: #414141;
      margin: 0;
      font-size: 1em;
      background-color: transparent;
      border: 0;
      white-space: inherit; }
    .content pre figure {
      margin: 0; }
  .content code {
    font-family: "Inconsolata", Consolas, monospace, sans-serif;
    color: #f59200;
    padding: 3px 5px;
    margin: 0 2px;
    border-radius: 2px;
    white-space: nowrap;
    font-size: 1em;
    background-color: #f9f9fa; }
    @media (prefers-color-scheme: dark) {
      .content code {
        color: #008c7f;
        background-color: #040709; } }
  .content .highlight {
    width: 100%;
    margin: 20px 0;
    background-color: #f9f9fa;
    overflow: auto; }
    @media (prefers-color-scheme: dark) {
      .content .highlight {
        background-color: #040709; } }
    .content .highlight figcaption {
      background-color: transparent;
      padding-bottom: 15px; }
    .content .highlight pre {
      margin: 0; }
    .content .highlight .gutter pre {
      padding: 10px;
      text-align: right; }
    .content .highlight .line.marked {
      background-color: transparent; }
  .content .tags {
    margin-top: 50px; }
    .content .tags a {
      position: relative;
      padding: 4px 10px 4px 18px;
      margin-right: 5px;
      font-size: 12px;
      border-radius: 2px;
      vertical-align: middle;
      line-height: 1.75em;
      color: #414141;
      background-color: #EBECEE; }
      @media (prefers-color-scheme: dark) {
        .content .tags a {
          color: #90acc9;
          background-color: rgba(0, 0, 0, 0.2); } }
      .content .tags a:hover {
        background-color: #414141;
        color: #d4dfea; }
        @media (prefers-color-scheme: dark) {
          .content .tags a:hover {
            background-color: rgba(0, 0, 0, 0.4); } }
      .content .tags a::before {
        position: absolute;
        top: 1px;
        left: 7px;
        content: "#"; }
  @media (max-width: 820px) {
    .content h1, .content h2, .content h3 {
      margin: 30px 0; }
    .content h4, .content h5, .content h6 {
      margin: 20px 0; }
    .content h1 {
      font-size: 1.5em; }
    .content h2 {
      font-size: 1.4em; }
    .content h3 {
      font-size: 1.3em; }
    .content h4 {
      font-size: 1.2em; }
    .content h5 {
      font-size: 1.1em; }
    .content h6 {
      font-size: 1em; }
    .content figure {
      font-size: 13px;
      line-height: 1.6em; } }

/* Tomorrow Theme */
.tomorrow-comment, pre .comment, pre .title {
  color: #8e908c; }

.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
  color: #c82829; }

.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
  color: #f5871f; }

.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
  color: #eab700; }

.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
  color: #718c00; }

.tomorrow-aqua, pre .css .hexcolor {
  color: #3e999f; }

.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
  color: #4271ae; }

.tomorrow-purple, pre .keyword, pre .javascript .function {
  color: #8959a8; }

#main {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 20px auto 0 auto;
  padding: 0 30px;
  opacity: 0;
  transform: translate3d(0px, -20px, 0px);
  transition: all 0.24s ease; }
  #main.loaded {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }
  @media (max-width: 820px) {
    #main {
      padding: 0 20px; } }
  #main .post-list {
    position: relative;
    width: 760px;
    margin: 0 auto; }
    @media (max-width: 820px) {
      #main .post-list {
        width: 100%; } }
    #main .post-list .post {
      margin-bottom: 50px; }
  #main .page-header {
    text-align: center;
    margin: 0 auto 20px auto; }
    #main .page-header h1 {
      font-size: 13px;
      font-weight: normal;
      color: #b5b5b5; }
      @media (prefers-color-scheme: dark) {
        #main .page-header h1 {
          color: #3f6081; } }
  #main #comments {
    position: relative;
    padding: 30px;
    margin: 30px 0;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    @media (prefers-color-scheme: dark) {
      #main #comments {
        background-color: #15202b; } }
    @media (max-width: 820px) {
      #main #comments {
        padding: 20px; } }
    #main #comments.page {
      margin-top: 20px; }
  #main .post {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 0;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    @media (prefers-color-scheme: dark) {
      #main .post {
        background-color: #15202b; } }
    #main .post.no-title {
      padding: 20px 0; }
      #main .post.no-title > time {
        text-align: left;
        padding-left: 30px;
        margin: 0; }
        @media (max-width: 820px) {
          #main .post.no-title > time {
            padding-left: 20px; } }
    #main .post:last-child, #main .post.single, #main .post#archive-page {
      margin-bottom: 0; }
    #main .post > .title {
      display: block;
      text-align: center;
      font-size: 1.25em;
      padding: 0 20px; }
      @media (max-width: 820px) {
        #main .post > .title {
          font-size: 1em; } }
      #main .post > .title a {
        display: inline;
        line-height: 1.25;
        font-weight: normal;
        color: #464646; }
        @media (prefers-color-scheme: dark) {
          #main .post > .title a {
            color: #a1b9d1; } }
        #main .post > .title a:hover {
          color: #00a596; }
          @media (prefers-color-scheme: dark) {
            #main .post > .title a:hover {
              color: #ffa21a; } }
    #main .post > time {
      display: block;
      text-align: center;
      color: #b5b5b5;
      font-size: 0.75em;
      margin-bottom: 30px; }
      @media (prefers-color-scheme: dark) {
        #main .post > time {
          color: #3f6081; } }
    #main .post .image {
      position: relative;
      width: 100%;
      margin: 20px 0; }
      #main .post .image a {
        display: block; }
      #main .post .image img {
        position: relative;
        display: block;
        width: 104%;
        margin: 0 -2%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    #main .post .readmore {
      margin-top: 20px; }

#archive-page .archive {
  position: relative;
  padding: 20px; }
  #archive-page .archive .archive-item {
    position: relative; }
    #archive-page .archive .archive-item a {
      display: inline-block;
      padding: 3px 15px;
      border-left: 3px solid transparent;
      background: transparent;
      transition: all ease 0.24s; }
      @media (prefers-color-scheme: dark) {
        #archive-page .archive .archive-item a {
          color: #90acc9; } }
      #archive-page .archive .archive-item a:hover {
        border-left-color: #ffad33;
        background-color: #f1f1f3; }
        @media (prefers-color-scheme: dark) {
          #archive-page .archive .archive-item a:hover {
            border-left-color: #00c9b6;
            background-color: #0d131a; } }
  #archive-page .archive .archive-year {
    font-size: 16px;
    margin: 10px 0; }
  #archive-page .archive .archive-post time {
    font-size: 12px;
    padding-right: 10px; }
  #archive-page .archive .archive-post .title {
    font-size: 14px;
    color: #ff9800; }
    @media (prefers-color-scheme: dark) {
      #archive-page .archive .archive-post .title {
        color: #009688; } }

#page-nav {
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 0; }
  #page-nav .page-number,
  #page-nav .space {
    display: none; }
  #page-nav .next,
  #page-nav .prev {
    font-size: 13px;
    font-weight: normal;
    color: #a7a7a7;
    border-radius: 2px; }
    @media (prefers-color-scheme: dark) {
      #page-nav .next,
      #page-nav .prev {
        color: #3f6081; } }
    #page-nav .next:hover,
    #page-nav .prev:hover {
      color: #ffffff;
      background-color: #414141; }
      @media (prefers-color-scheme: dark) {
        #page-nav .next:hover,
        #page-nav .prev:hover {
          color: #90acc9;
          background-color: #040709; } }
    #page-nav .next span,
    #page-nav .prev span {
      line-height: 20px;
      vertical-align: middle; }
      #page-nav .next span.icon,
      #page-nav .prev span.icon {
        position: relative;
        top: 1px; }
  #page-nav .next {
    float: right;
    padding: 0 7px 2px 10px; }
  #page-nav .prev {
    float: left;
    padding: 0 10px 2px 7px; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: inherit;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  outline: none; }

body.us-modal__active {
  overflow: hidden; }
  @media (max-width: 680px) {
    body.us-modal__active {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

body .clearfix {
  zoom: 1; }
  body .clearfix:before, body .clearfix:after {
    content: " ";
    display: table; }
  body .clearfix:after {
    clear: both; }

#universal-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  z-index: 999999; }
  @media (max-width: 680px) {
    #universal-search {
      padding: 0; } }
  #universal-search .us-modal {
    position: fixed;
    height: 80%;
    width: 100%;
    max-width: 640px;
    left: 50%;
    top: 0;
    margin: 64px 0 0px -320px;
    background: #fff;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    overflow: hidden;
    z-index: 3; }
    @media (max-width: 680px) {
      #universal-search .us-modal {
        box-shadow: none;
        max-width: none;
        top: 0;
        left: 0;
        margin: 0;
        height: 100%;
        border-radius: 0; } }
    #universal-search .us-modal__ajax-content {
      opacity: 0;
      visibility: hidden;
      transition: all 0.36s; }
      #universal-search .us-modal__ajax-content.loaded {
        opacity: 1;
        visibility: visible; }
    #universal-search .us-modal__close {
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      top: 0;
      right: 0;
      color: #414141;
      cursor: pointer;
      text-align: center;
      line-height: 50px;
      vertical-align: middle;
      font-size: 18px;
      transition: all 0.24s;
      z-index: 2; }
      #universal-search .us-modal__close:hover {
        transform: rotate(90deg); }
    #universal-search .us-modal__loading {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      background: transparent;
      z-index: 3; }
      #universal-search .us-modal__loading__bar {
        display: block;
        position: relative;
        width: 0;
        height: 100%;
        background: #ffb74d;
        transition: width 0.24s; }
    #universal-search .us-modal__header {
      position: relative;
      width: 100%;
      height: 50px;
      background-color: white;
      z-index: 3; }
      #universal-search .us-modal__header__form {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2; }
        #universal-search .us-modal__header__form__input {
          width: 100%;
          padding: 0 50px 0 40px;
          font-size: 14px;
          line-height: 50px;
          vertical-align: middle;
          color: #414141;
          border: none;
          background: transparent;
          border-bottom: 1px solid #ddd;
          transition: all ease 0.24s;
          -webkit-appearance: none;
          box-shadow: none;
          border-radius: 0; }
          #universal-search .us-modal__header__form__input:focus {
            border-bottom-color: #2196f3;
            background-color: #f7f8fc; }
        #universal-search .us-modal__header__form__submit {
          position: absolute;
          top: 0;
          left: 0;
          padding-left: 5px;
          padding-top: 2px;
          background: transparent;
          border: none;
          width: 40px;
          height: 50px;
          vertical-align: middle;
          font-size: 20px;
          color: #414141;
          z-index: 2; }
    #universal-search .us-modal__logo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      z-index: 0; }
      #universal-search .us-modal__logo a {
        display: inline-block; }
      #universal-search .us-modal__logo.google img {
        height: 24px;
        margin-top: 13px; }
      #universal-search .us-modal__logo img {
        position: relative;
        display: inline-block;
        width: auto;
        height: 18px;
        margin-top: 16px; }
    #universal-search .us-modal__footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      padding: 0 15px;
      background: #fff;
      border-top: 1px solid #dadada; }
      #universal-search .us-modal__footer__metadata {
        position: relative;
        float: left;
        vertical-align: middle;
        line-height: 50px;
        font-size: 13px;
        z-index: 1; }
    #universal-search .us-modal__nav {
      position: relative;
      display: block;
      float: right;
      vertical-align: middle;
      font-size: 12px;
      font-weight: normal;
      line-height: 50px;
      color: #828282;
      cursor: pointer;
      z-index: 1; }
      #universal-search .us-modal__nav:hover {
        color: #414141; }
      #universal-search .us-modal__nav__next {
        margin-left: 10px; }
      #universal-search .us-modal__nav .icon {
        position: relative;
        top: -1px;
        font-size: 12px;
        vertical-align: middle; }
    #universal-search .us-modal__body {
      position: absolute;
      padding: 50px 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    #universal-search .us-modal__results {
      list-style: none; }
      #universal-search .us-modal__results li {
        border-bottom: 1px solid #e6e8ea; }
        #universal-search .us-modal__results li:last-child {
          border-bottom: none; }
        #universal-search .us-modal__results li.us-modal__error {
          padding: 20px;
          font-size: 13px;
          font-weight: normal;
          color: #828282; }
    #universal-search .us-modal__result {
      position: relative;
      display: block;
      padding: 24px 44px 24px 40px;
      text-decoration: none;
      transition: all ease 0.32s; }
      @media (max-width: 680px) {
        #universal-search .us-modal__result {
          padding: 24px 34px 24px 30px; } }
      #universal-search .us-modal__result:hover {
        background-color: #f7f8fc; }
        #universal-search .us-modal__result:hover__excerpt,
        #universal-search .us-modal__result:hover .icon {
          color: #414141; }
      #universal-search .us-modal__result__title {
        display: inline-block;
        max-width: 100%;
        color: #414141;
        font-size: 15px;
        font-weight: bold;
        padding: 1px 1px 2px 1px;
        border-bottom: 1px solid #e6e8ea;
        margin-bottom: 5px;
        line-height: 110%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #universal-search .us-modal__result__excerpt {
        display: block;
        font-size: 13px;
        line-height: 160%;
        color: #5b5b5b;
        transition: color 0.24s; }
        #universal-search .us-modal__result__excerpt em {
          font-weight: bold;
          font-style: normal; }
      #universal-search .us-modal__result .icon {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -4px;
        font-size: 12px;
        color: #828282; }
        @media (max-width: 680px) {
          #universal-search .us-modal__result .icon {
            right: 12px; } }
    #universal-search .us-modal__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1; }
