/* <system section="theme" selected="26006613689426045"> */
@import url("https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css");
/*
    Theme: Who
    Author: waitingmoon
    Description: Read & Write
    Responsive: yes

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

/* Global
   -------------------------------------------------------------------------- */
#globalheader-container {
  color: #fff;
  background-color: #222;
}

::-moz-selection {
  color: #fff;
  background-color: #ccc;
}

::selection {
  color: #fff;
  background-color: #ccc;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
  background-color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 1em;
  clear: both;
  line-height: 1.4;
  color: #222;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #999;
}

.entry-content a,
.comment-cotent a {
  text-decoration: underline;
}

.entry-content a.keyword,
.comment-content a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted;
}

p {
  margin: 0 0 2em;
}

ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 2em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  margin: 0;
}

dt {
  margin-bottom: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 2em 0;
}

table {
  width: 100%;
  margin: 0 0 2em;
  font-size: 1.5rem;
  border-top: 1px solid #eaeaea;
}

table th {
  font-weight: 700;
}

table th,
table td {
  padding: .65em 1em .65em 0;
  border-bottom: 1px solid #eaeaea;
}

.table-of-contents {
  padding: 1.5em 1.5em 1.5em 3em;
  margin: 0 0 2em 0;
  border: 1px solid #eaeaea;
}

.entry-content blockquote {
  padding: 1.5em;
  margin: 0 0 2em;
  font-size: 1.5rem;
  font-style: italic;
  background-color: #f4f4f4;
}

.entry-content blockquote > *:last-child {
  margin-bottom: 0;
}

.entry-content pre {
  padding: 1.5em;
  margin: 0 0 2em;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 1px solid #eaeaea;
}

.entry-content code {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  color: #f92672;
  background-color: #fee5ee;
  border: 0;
  border-radius: 0;
}

.hatena-asin-detail,
.itunes-embed {
  padding: 1.5em;
  margin: 0 0 2em;
  font-size: 1.5rem;
  line-height: 1.4;
  border: 1px solid #eaeaea;
}

.hatena-asin-detail .hatena-asin-detail-info,
.itunes-embed .itunes-embed-info {
  overflow: hidden;
}

.hatena-asin-detail .hatena-asin-detail-image,
.itunes-embed .itunes-embed-image {
  width: auto;
  max-width: 120px;
  margin-right: 20px;
}

.hatena-asin-detail .hatena-asin-detail-title,
.itunes-embed .itunes-embed-title {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.hatena-asin-detail .hatena-asin-detail-title a,
.itunes-embed .itunes-embed-title a {
  text-decoration: none;
}

hr {
  width: 50%;
  height: 1px;
  margin: 0 auto 40px;
  background-color: #eaeaea;
  border: 0;
}

/* Container
   -------------------------------------------------------------------------- */
body {
  position: relative;
}

#blog-title,
#box2,
#footer {
  color: #ffffffe0;
}

#blog-title a:hover,
#box2 a:hover,
#footer a:hover {
  color: #fff;
}

#wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

#blog-title,
#main,
#box2 {
  padding: 20px;
}

#blog-title-inner,
#main-inner,
#box2-inner {
  max-width: 656px;
  margin: 0 auto;
}

#footer {
  position: relative;
  z-index: 0;
  padding: 0 20px 20px;
}

#footer-inner {
  max-width: 656px;
  padding: 20px 0 0;
  margin: 0 auto;
  border-top: 1px solid #fff2;
}

/* Landscape
   ------------------------------------------------------ */
@media screen and (min-width: 576px) {
  #blog-title,
  #main,
  #box2 {
    padding: 30px;
  }
  #footer {
    padding: 0 30px 30px;
  }
  #footer-inner {
    padding: 30px 0 0;
  }
}

/* Desktop
   ------------------------------------------------------ */
@media screen and (min-width: 992px) {
  body::before,
  body::after {
    position: fixed;
    top: 0;
    z-index: -9999;
    width: 50%;
    height: 100%;
    content: "";
  }
  body::before {
    left: 0;
  }
  body::after {
    left: 50%;
    background-color: #fff;
  }
  #container-inner,
  #footer {
    position: relative;
    max-width: 1100px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
  #blog-title,
  #top-editarea,
  #top-box,
  #bottom-editarea,
  #footer-inner {
    width: 300px;
  }
  #blog-title {
    padding: 40px 0;
    border-bottom: 1px solid #fff2;
  }
  #box2 {
    width: 300px;
    padding: 40px 0;
  }
  #wrapper {
    position: absolute;
    top: 0;
    width: calc(100% - 380px);
    min-height: 100vh;
    margin-left: 340px;
  }
  #main {
    padding: 0;
    margin: 40px 72px;
  }
  #container-inner::after,
  #footer::after {
    position: absolute;
    top: 0;
    left: 380px;
    z-index: -9999;
    width: calc(100% - 380px);
    height: 100%;
    content: "";
    background-color: #fff;
  }
  #footer-inner {
    max-width: 100%;
    margin: 0;
  }
}

/* Header
   -------------------------------------------------------------------------- */
#title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
}

#blog-description {
  margin: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff9;
}

/* Breadcrumb
   ------------------------------------------------------ */
.breadcrumb {
  padding: 0 20px 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #fff;
}

.breadcrumb-inner {
  max-width: 656px;
  padding-top: 20px;
  margin: 0 auto;
  border-top: 1px solid #fff2;
}

.breadcrumb-link,
.breadcrumb-gt {
  font-size: 0;
  line-height: 0;
}

.breadcrumb-link span::before,
.breadcrumb-gt::before {
  position: relative;
  top: -6px;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.4rem;
  vertical-align: middle;
}

.breadcrumb-link span::before {
  margin-right: 1px;
  content: "\f015";
}

.breadcrumb-gt::before {
  margin: 0 5px;
  content: "\f105";
}

@media screen and (min-width: 576px) {
  .breadcrumb {
    padding: 0 30px 30px;
  }
  .breadcrumb-inner {
    padding-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .breadcrumb {
    padding: 0 0 20px;
    border-bottom: 1px solid #fff2;
  }
  .breadcrumb-inner {
    padding-top: 20px;
    border-top: 0;
  }
}

.page-entry .breadcrumb {
  margin-bottom: 0;
}

/* Entry
   -------------------------------------------------------------------------- */
.entry {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.entry-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.entry-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.entry-date,
.entry-categories {
  font-size: 1.4rem;
  color: #666;
}

.entry-date::before,
.entry-categories::before {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  font-family: FontAwesome;
  font-size: 1.2rem;
}

.entry-date::before {
  content: "\f017";
}

.entry-categories::before {
  content: "\f07b";
}

.entry-categories a {
  display: inline-block;
  margin-right: 5px;
}

.entry-footer {
  font-size: 1.5rem;
}

.entry-footer-section {
  font-size: 1.4rem;
  color: #999;
}

.entry-footer-section::before {
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  font-family: FontAwesome;
  font-size: 1.2rem;
  vertical-align: middle;
  content: "\f2bd";
}

.entry-footer-modules .hatena-module-title {
  font-size: 2rem;
}

.entry-footer-modules .urllist-date-link {
  color: #999;
}

.entry-footer-modules .urllist-entry-body {
  color: #999;
}

.social-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .entry {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .entry-header {
    margin-bottom: 30px;
  }
  .entry-title {
    font-size: 2.8rem;
  }
  .social-buttons {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .entry {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .entry-header {
    margin-bottom: 40px;
  }
  .social-buttons {
    margin-bottom: 40px;
  }
}

.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 1.3rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

@media screen and (max-width: 991px) {
  .entry-header-menu {
    display: none;
  }
}

/* Comment
   ------------------------------------------------------ */
.comment-box {
  margin-top: 20px;
  text-align: right;
}

.comment {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}

.entry-comment {
  padding: 1.5em;
  margin-bottom: 20px;
  background-color: #f4f4f4;
}

.comment-user-name {
  margin-bottom: 20px;
  font-weight: 700;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-metadata {
  margin: 20px 0 0;
}

.leave-comment-title {
  display: inline-block;
  padding: 0 30px;
  font-size: 1.5rem;
  line-height: 40px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 576px) {
  .comment-box {
    margin-top: 30px;
  }
  .entry-comment {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .comment-box {
    margin-top: 40px;
  }
  .entry-comment {
    margin-bottom: 40px;
  }
}

/* Archive
   ------------------------------------------------------ */
.page-archive .archive-header-category {
  margin-bottom: 20px;
}

.page-archive .archive-heading {
  margin: 0;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.page-archive .archive-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-archive .archive-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.page-archive .archive-entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-archive .entry-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 2rem;
}

.page-archive .archive-date,
.page-archive .categories {
  font-size: 1.4rem;
  color: #666;
}

.page-archive .archive-date::before,
.page-archive .categories::before {
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  font-family: FontAwesome;
  font-size: 1.2rem;
}

.page-archive .archive-date::before {
  content: "\f017";
}

.page-archive .categories::before {
  content: "\f07b";
}

.page-archive .categories a {
  display: inline-block;
  margin-right: 5px;
}

.page-archive .entry-thumb-link {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 20px;
}

.page-archive .entry-thumb {
  width: 100%;
  height: 0;
  padding-top: 52.25%;
  margin: 0;
  border: 3px solid #eaeaea;
  opacity: .8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-archive .entry-thumb:hover {
  opacity: 1;
}

.page-archive .entry-description {
  margin: 20px 0;
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .page-archive .archive-header-category {
    margin-bottom: 30px;
  }
  .page-archive .archive-heading {
    margin-bottom: 30px;
  }
  .page-archive .archive-entries {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-archive .archive-entry {
    width: calc(50% - 15px);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .page-archive .archive-header-category {
    margin-bottom: 40px;
  }
  .page-archive .archive-heading {
    margin-bottom: 40px;
  }
  .page-archive .archive-entry {
    width: calc(50% - 20px);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

/* Pager
   ------------------------------------------------------ */
.pager {
  overflow: hidden;
  font-size: 1.5rem;
}

.pager-prev,
.pager-next {
  width: 48%;
}

.pager-prev {
  float: left;
  text-align: left;
}

.pager-next {
  float: right;
  text-align: right;
}

.pager-prev::before,
.pager-next::before {
  display: block;
  font-size: 1.3rem;
  color: #999;
  text-transform: uppercase;
}

.pager-prev::before {
  content: "prev";
}

.pager-next::before {
  content: "next";
}

/* Sidebar
   -------------------------------------------------------------------------- */
.hatena-module {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #fff2;
}

.hatena-module:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

@media screen and (min-width: 576px) {
  .hatena-module {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .hatena-module {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.hatena-module-title {
  margin-bottom: 20px;
  font-weight: 700;
}

.hatena-urllist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hatena-urllist li {
  position: relative;
  margin-bottom: 10px;
}

.hatena-module-category .hatena-urllist li a::before,
.hatena-module-links .hatena-urllist li a::before {
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 1.3rem;
  color: #fff9;
  content: "\f105";
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hatena-module-category .hatena-urllist li a:hover::before,
.hatena-module-links .hatena-urllist li a:hover::before {
  color: #fff;
}

.hatena-urllist li:last-child {
  margin-bottom: 0;
}

/* Profile */
.profile-icon {
  float: left;
  margin: 0 20px 20px 0;
  vertical-align: top;
}

.profile-description {
  margin: 20px 0 0 0;
}

.profile-description p:last-child {
  margin-bottom: 0;
}

.hatena-module-profile::after {
  display: block;
  clear: both;
  content: "";
}

/* Recent Posts */
.urllist-date-link {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #fff9;
}

.urllist-date-link::before {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  font-family: FontAwesome;
  font-size: 1.1rem;
  content: "\f017";
}

.urllist-title-link {
  overflow: hidden;
  font-size: 1.5rem;
}

.urllist-entry-body {
  margin-top: 5px;
  overflow: hidden;
  font-size: 1.3rem;
  color: #fff9;
}

/* Recent Posts with Image */
.urllist-with-thumbnails li {
  margin-bottom: 20px;
}

.urllist-with-thumbnails li .urllist-image {
  margin: 0 20px 0 0;
}

/* Archive */
.hatena-urllist .archive-module-year {
  padding-left: 20px;
  margin-bottom: 10px;
}

.hatena-urllist .archive-module-year .archive-module-months {
  margin-top: 10px;
}

.hatena-urllist .archive-module-year .archive-module-month {
  padding: 0;
  margin: 0 0 10px 0;
}

.hatena-urllist .archive-module-year .archive-module-button {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  font-size: 0;
  opacity: 1;
}

.hatena-urllist .archive-module-year .archive-module-show-button,
.hatena-urllist .archive-module-year .archive-module-hide-button {
  opacity: 1;
}

.hatena-urllist .archive-module-year .archive-module-show-button::before,
.hatena-urllist .archive-module-year .archive-module-hide-button::before {
  position: relative;
  display: inline-block;
  font: normal 13px/1 FontAwesome;
  color: #fff9;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hatena-urllist .archive-module-year .archive-module-show-button::before {
  top: -1px;
  content: "\f105";
}

.hatena-urllist .archive-module-year .archive-module-hide-button::before {
  top: -2px;
  left: -3px;
  content: "\f107";
}

.hatena-urllist .archive-module-year .archive-module-show-button:hover::before,
.hatena-urllist .archive-module-year .archive-module-hide-button:hover::before {
  color: #fff;
}

/* Archive Calendar */
.archive-module-calendar a {
  font-weight: 700;
  text-decoration: underline;
}

.archive-module-calendar table {
  border: 1px solid #fff2;
}

.archive-module-calendar th {
  font-size: 1.2rem;
}

.archive-module-calendar th,
.archive-module-calendar td {
  padding: .65em;
  border: 1px solid #fff2;
}

/* Search */
.search-form {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 340px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.search-module-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 55px 10px 15px;
  line-height: 40px;
  color: #fffc;
  background-color: #fff3;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-module-input::-webkit-input-placeholder {
  color: #fff9;
  opacity: 1;
}

.search-module-input:-ms-input-placeholder {
  color: #fff9;
  opacity: 1;
}

.search-module-input::-ms-input-placeholder {
  color: #fff9;
  opacity: 1;
}

.search-module-input::placeholder {
  color: #fff9;
  opacity: 1;
}

.search-module-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  line-height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  background: #fff3 url("https://cdn.blog.st-hatena.com/images/theme/search_w.png") no-repeat center center;
  border: 0;
}

.search-module-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#footer {
  font-size: 1.5rem;
}

#footer p {
  margin: 0;
  color: #fff9;
}

#footer p a:hover {
  color: #fff;
}

/* </system> */
/* <system section="background" selected="383838"> */
body{background:#383838;}
/* </system> */

/* ----------■■■全体カスタマイズ------------ */
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
/* ■リンク */
a {
  transition: color 0.3s ease 0s;
}
.entry-content a:hover {
  transition: 0.3s;
 }
/* ■行間 */
.entry-content {
  font-size: 16px;
  line-height: 1.5;
}
.entry-content p {
  margin-bottom: 12px;
}
/* ■記事タイトル */
.entry-title {
    margin-bottom: 0.2rem;
    padding: 1rem;
    color: #353535;
    border: 2.5px solid #353535;
    border-radius: 2rem;
    font-size: 115%;
    text-align: center;
    margin-bottom: 12px;
}
/* ■ブログタイトル */
/* スマホ */
@media screen and (max-width: 1024px){
#blog-title  {display: none;}
#blog-title-inner  {display: none;}
#blog-title-content  {display: none;}
#title {display: none;}
}
/* ■記事上 */
#main {
  margin-top: 70px;
}
/* スマホ */
@media screen and (max-width: 1024px){
  #main {
    margin-top: 10px;
  }
}
/* ■大見出し */
h3 {
  position: relative;
  color: white;
  background: #383838;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
/* ■中見出し */
h4 {
  background: #dcdcdc; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: #333;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
}
/* ■小見出し */
h5 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 8px #dcdcdc;/*左線*/
}
/* ■引用 */
.entry-content blockquote {
  position: relative;
  padding:12px;
  padding-left:42px;
  margin-top:12px;
  box-sizing: border-box;
  background: #dcdcdc;
  border-radius:6px;
}
.entry-content blockquote:before{
  display: inline-block;
  position: absolute;
  top:12px;
  left:6px;
  content:"“";
  font-family:sans-serif;
  color:#fff;
  font-size:70px;
  line-height: 1;
}
.entry-content blockquote p {
  line-height:28px;
  font-size:100% !important;
  letter-spacing:0.3pt !important;
  font-family: 'Lucida Grande', 'segoe UI', Verdana, Arial, sans-serif !important;
}
/* ■目次 */
.entry-content .table-of-contents {
    position: relative;
    margin: 0;
    padding: 10px 30px 10px 30px;
    background: #fff;
    font-size: 90%;
    border-top: solid 0px #383838;
    border-right: solid 0px #383838;
    border-bottom: solid 0px #383838;
    border-left: solid 3px #383838;
    border-radius: 0px;
}
.entry-content .table-of-contents li {
    list-style-type: decimal;
    line-height: 1.5em;
}
.entry-content .table-of-contents li ul {
    padding: 0;
}
.entry-content .table-of-contents li ul li {
    margin: .2em 0 0 1em;
    list-style-type: disc;
}
.entry-content .table-of-contents li ul li ul li {
    list-style-type: circle;
}
.table-of-contents li a {
    line-height: 1.5em;
}
.entry-content .table-of-contents a {
    color: #454545;
    text-decoration: underline;
}
/* ■検索窓 */


/* ----------■■■上に戻るボタン------------ */
#page-top {
    position: fixed;
    right: 0px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    background: #fff;
    color: #111;
    text-decoration: none;
    border-top: solid 2px #111;
    border-bottom: solid 2px #111;
    border-left: solid 2px #111;
    border-radius: 9999px 0 0 9999px;
    z-index: 10;
}
#page-top:hover {
    background: #111;
    color: #fff;
    transition: 0.5s;
}
#page-top i {
    flex-basis: 30%;
    text-align: center;
}
#page-top span {
    flex-basis: 70%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}
/* スマホ */
@media screen and (max-width: 1024px){
  #page-top {
    position: fixed;
    right: 0px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    background: #fff;
    color: #111;
    text-decoration: none;
    border-top: solid 2px #111;
    border-bottom: solid 2px #111;
    border-left: solid 2px #111;
    border-radius: 9999px 0 0 9999px;
    z-index: 10;
}
#page-top:hover {
    background: #111;
    color: #fff;
    transition: 0.5s;
}
#page-top i {
    flex-basis: 30%;
    text-align: center;
}
#page-top span {
    flex-basis: 70%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}
}

/* ----------■■スクロールバー------------ */
/* スクロールバー全体の太さを変更 */
html::-webkit-scrollbar, #copy-element::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーのつまみの部分*/
html::-webkit-scrollbar-thumb, #copy-element::-webkit-scrollbar-thumb {
    background: #fff;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 10px;
}
/*スクロールバーの背景*/
html::-webkit-scrollbar-track, #copy-element::-webkit-scrollbar-track {
    background: #000;
}

/* ----------■■■サイドバー：プロフィール------------ */
a.mo-author-img {
    text-align: center;
    display: block;
}
.mo-author img {
    border-radius: 50%;
    box-shadow: 1px 2px 2px 2px rgb(0 0 0 / 0%);
}
a.mo-author-name {
    text-align: center;
    display: block;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.mo-author p {
    margin: 0.3em 0;
}
.mo-author-description {
  text-align: center;
}
ul.mo-sns-btn {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
ul.mo-sns-btn li {
    margin: 2px;
    line-height: 30px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
ul.mo-sns-btn a {
    color: #202020;
    background-color: #fff; /* ←プロフィールボタン色 */
    display: block;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
}
li.mo-snsbtn-links a:hover {
    background-color: #9494fe; /* ←リンク　ボタン色 */
}
li.mo-snsbtn-sns a:hover {
    background-color: #333; /* ←SNS　ボタン色 */
}
li.mo-snsbtn-mail a:hover {
    background-color: #ffda40; /* ←メール　ボタン色 */
}
@media (max-width: 767px) {
    .mo-author {
        display: flex;
        gap: 10px;
    }
    .mo-author-left {
    padding: 10px;
    }
    .mo-author img {
        border-radius: 50%;
        box-shadow: 1px 2px 2px 2px rgb(0 0 0 / 20%);
        height: 70px !important;
        width: 70px !important;
        max-width: none !important;
        min-width: auto !important;
        max-height: none !important;
        min-height: auto !important;
    }
}

/* -----------■■■カテゴリ階層化デザイン------------ */
span.hatena-breadcrumb-plus-toggle-button {
    cursor: pointer;
}
span.hatena-breadcrumb-plus-toggle-button:hover {
    color: #005999
}

/* -----------■■■アーカイブ２列カード　※下に------------ */
.page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
}
.page-archive .archive-entries .archive-entry {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
@media (min-width: 481px) {
   .page-archive .archive-entries .archive-entry {
        width: 50%;
    } 
}
.archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    width: 100%;
}
.page-archive .archive-entries .entry-title {
    line-height: 1.5;
    font-size: 16px;
    margin: .2em 0;
    padding: 0;
    font-weight: bold;
}
.page-archive .entry-title a {
    font-size: 16px;
}
.page-archive .archive-entries .entry-thumb-link {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
    width: 100%;
    height: auto;
}
.page-archive .entry-thumb {
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    transition: .15s ease-in-out;
}
.page-archive .archive-entries .categories {
    display: none; /* ←カテゴリ */
}
.page-archive .entry-thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition: .15s ease-in-out;
}
.page-archive .archive-entries .archive-entry:hover .entry-thumb {
    transform: scale(1.05);
}
.page-archive .archive-entries .archive-entry:hover .entry-thumb::before {
    opacity: 0;
}
.archive-entry-body {
    display: none;
}
/* ----------■■■グローバルメニュー------------ */
/* グローバルメニューブロック */
.d-flex{
  display: flex;
  justify-content: center; /* ←均等割り付けかどうか／左：space-start */
  flex: row; /* ←並べる方向 */
  align-items: center; /* ←縦方向の配置 */
  font-size: 12px;
  padding: 0px;
  margin: 0 auto;
  background: none; /* ←背景の色 */
  flex-wrap: wrap; /* ←子要素の改行 */
}
.list-unstyled{
  list-style: none;
  margin: 0;
  padding: 0;
}
/* グローバルメニューのリンク文字 */
.header-nav a{
  display: block;
  text-align: center;
  border: 1px solid #a9a9a9; /* ←線の色 */
  background: #202020; /* ←背景の色 */
  color: #fff; /* ←文字の色 */
  font-weight: bold; /* ←太字 */
  text-decoration: none; /* ←リンク下線 */
  padding: 0.5em;
  margin: 3px; /* ←子要素同士の間隔 */
}
.header-nav a:hover{
  background: #fff; /* ←マウスオーバーした時の背景の色 */
  color: #202020; /* ←マウスオーバーした時の文字の色 */
}
/* ----------■グローバルメニューに合わせたヘッダー------------ */
#top-editarea, #bottom-editarea, .breadcrumb {
    width: 100%px;
    margin: 0 auto;
    display: block;
    padding: 2px;
    background: none;
    border: 0px solid #d5d5d5;
}
/* ----------■head：タイトル------------ */
/* ヘッダーをHTMLでカスタマイズ */
#blog-title {
  padding: 15px 0px;
  background-color: none; /* ←タイトル背景色 */
}
#blog-title-inner {
  padding: 5px;
}
#blog-title-content {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
#title {
  position: relative;
  z-index: 30;
  float: left;
  margin: 7px 0 0 0;
  font-size: 2rem;
  font-weight: 700;
}
/*ブログタイトルと説明文の文字色*/
#title a,
#blog-title #blog-description {
  color: #fff;
}
/* ■ブログ説明文 */
#blog-description {
  position: relative;
  z-index: 20;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 600;
  align-items: center;
}
.wrapper {
  z-index: 10;
  width: 100%;
  height: 70px;
  position: absolute;
  top: 40px; /* ←上からの距離 */
  right: 140px;
}
.wrapper {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.wrapper ul {
  list-style: none;
  float: right;
  margin: 28px 0;
  font-size: 12px;
  font-weight: 600;
}
.wrapper ul li {
  float: left;
  margin-right: 20px;
}
.wrapper ul li:last-child {
  margin-right: 0;
}
/* スマホ */
@media screen and (max-width: 1024px){
.wrapper {display:none}
.article-box {display:none}
}

/* ----------■■■スマホ用メニュー------------ */
/* PCで非表示 */
#menu-moba { display: none;}
.menu-toggle{ display: none;} 
/* スマホ */
@media screen and (max-width:768px){
 #top-editarea{
  height: initial;
  background: #343838;/*MENU背景色*/
  text-align: right;/*MENUの文字の位置*/
  width: 95%;
 }
 .menu-toggle{
  color: #ffffff;/*MENUの文字色*/
  display: inline-block;
  padding: 5px;
  margin: 3px;
 }
 #menu-moba {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
 }
 .menu-moba-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu-moba li{
  float: none;
  height: 35px;
  width: 100%;
  list-style-type: none;
  background: #333;/*リスト文字の背景色*/
  margin: 0 auto;
  text-align: center;/*リストの文字の位置*/
 }
 #menu-moba li a {
  height: initial;
  color: #fff;/*リスト文字色*/
  display: block;
 }
 #menu-moba li:hover a{
  color: initial;
  background: initial;
 }
}

/* ----------■■■サイドバー追従目次------------ */
#stoc-module {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* -----------------------個人的カスタマイズ */
  background-color: #383838; 
  z-index: 99;
  padding: 30px 20px 30px 20px; /* 上右下左 */
  border-left: solid 3px #fff;
}
#stoc-module.tracking { margin-bottom: 0; }
#stoc-module.fixed { position: fixed; }
#stoc-module.absolute { position: absolute; }
#stoc-module.sticky {
  position: -webkit-sticky;
  position: sticky;
}
#stoc-module.fade-in { animation: fadeIn 300ms; }
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
#stoc { overflow-y: auto; }
#stoc.shadow {
  /* Shadows */
  background:
    radial-gradient(farthest-side at top, rgba(0,0,0,.17), transparent) top / 100% 11px,
    radial-gradient(farthest-side at bottom, rgba(0,0,0,.17), transparent) bottom / 100% 11px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#stoc ol {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
}
#stoc > ol { padding-left: 0; }
#stoc.shadow > ol {
  /* Shadow covers */
  background:
    linear-gradient(#fff 30%, transparent) top / 100% 40px,
    linear-gradient(transparent, #fff 70%) bottom / 100% 40px;
  background-repeat: no-repeat;
  background-attachment: local;
  overflow-y: hidden;
}
#stoc li {
  /* margin: 3px 0; */
}
#stoc a {
  padding: 2px 2px 2px 6px;
  display: block;
  text-decoration: none;
  /* color: #777; */ /* ←---------------------------文字色 */
}
#stoc:not(.touch) a:hover { /* ←--------------------hover時 */
  background-color: rgba(0,0,0,.05);
  /* text-decoration: underline; */
  /* color: #222; */
}
#stoc .active { /* ←---------------------------現在地 */
  background-color: #000;
  /* color: #222; */
}
/* 訪問済みのリンクの色（一色だけにしたい場合は指定しない　※テーマによる） */
#stoc a:visited { color: #666; }
#stoc::-webkit-scrollbar {
  width: 8px;
  background: #ececec;
}
#stoc::-webkit-scrollbar-button { display: none; }
#stoc::-webkit-scrollbar-thumb { background: #b1b1b1; }
[tabindex="-1"]:focus { outline: 0; }
/* スマホ非表示 */
@media screen and (max-width:768px){
  #box2-inner .hatena-module:last-child {display: none;}
}

