/* <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="custom"> */
body{ background-image: url('https://cdn-ak.f.st-hatena.com/images/fotolife/u/usagiara/20230412/20230412191546.jpg'); background-repeat: repeat-y; background-color:transparent; background-attachment: fixed; background-position: left top;}
/* </system> */


#main-inner {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

/*コピーライトcssコード*/
#copyright {
padding:7px;
margin:0;
width:100%;
text-align: center;
font-size: 13px;/*文字のサイズ*/
color:white;/*文字の色*/
}

/*ブログタイトルと画像を横並びに*/
#title {
  display: inline;
  vertical-align: middle;
}

/*ブログタイトル横の画像の大きさ*/
#adjacent-img {
  width: 36px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}

/* タイトルスマホ表示用（画面幅768px以下） */
@media screen and (max-width: 768px) {
  #adjacent-img,
  #title {
    display: none; /* タイトルとアイコンを両方非表示に */
  }
}

/*タイトル下の説明*/
/* PCスタイル（デフォルト） */
#blog-description {
  background: none !important;
  color: #DAE8F2 !important; /* 薄い水色文字 */
  font-size: 78% !important;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 15px !important;
  display: inline-block;
  padding: 0 !important;
  border-radius: 0;
}

/* スマホ用スタイル（画面幅600px以下の時） */
@media screen and (max-width: 600px) {
  #blog-description {
    background: none !important;
    color: #DAE8F2 !important;
    font-size: 90% !important;
    line-height: 1.7; /* 行間をゆったり */
    display: flex;
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: flex-start; /* 上寄せ */
    height: auto;
    min-height:70px;
    padding: 0px 5px 10px !important; /* 下に余裕をつける */
    box-sizing: border-box;
  }

  /* テキスト部分だけ左寄せに */
  #blog-description p,
  #blog-description span,
  #blog-description div {
    text-align: left;
  }
}


/* サイドバー */
/* 初めての方へモジュールのタイトル（PCでは非表示） */
.hatena-module-custom-intro .hatena-module-title {
  display: none;
}

/* スマホでだけ表示（既存の表示制御はそのまま） */
@media screen and (max-width: 600px) {
  .hatena-module-custom-intro .hatena-module-title {
    display: flex;
    justify-content: center; /* 全体を中央揃え */
    align-items: center;
    gap: 8px;                 /* アイコンと文字の間隔 */
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFFE0;
    margin: 40px 0 5px;
    letter-spacing: 0.03em;
    padding: 0;               /* 必要なら微調整 */
  }

  /* 疑似要素でアイコンを表示 */
  .hatena-module-custom-intro .hatena-module-title::before {
    content: '';
    display: inline-block;
    width: 22px;    /* アイコン幅（調整可） */
    height: 22px;   /* アイコン高さ（調整可） */
    background-image: url('https://cdn-ak.f.st-hatena.com/images/fotolife/u/usagiara/20230407/20230407200954.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px; /* 四角のままならこの行を削除 */
    flex-shrink: 0;
  }
}

.hatena-module-custom-intro .intro-box {
  background-color: rgba(255, 255, 255, 0.7);
  color: #24455f; /* 紺文字 */
  font-size: 90%;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 6px;
  box-sizing: border-box;
}

/* 見出し部分 */
.hatena-module-custom-intro .intro-title {
  font-weight: bold;
  font-size: 103%;
  margin-bottom: 3px;
  letter-spacing: 0.03em;
  text-align: left;
}

/* 本文 */
.hatena-module-custom-intro p {
  margin: 0;
}

/* リンク（少し濃い水色に調整） */
.hatena-module-custom-intro .intro-link {
  color: #1464b3;
  text-decoration: underline;
  font-weight: bold;
}

.hatena-module-custom-intro .intro-link:hover {
  color: #24455f; /* ホバーで本文色と同化して落ち着く */
}

/* スマホ調整（必要最小限） */
@media screen and (max-width: 600px) {
  .hatena-module-custom-intro .intro-box {
    font-size: 95%;
    line-height: 1.5;
    padding: 10px 15px;
  }
}


/*PC版表示からリンク集を消す*/
.entry-content a.keyword{
text-decoration: none !important;
pointer-events: none !important;
cursor: default;
border: 0 !important;
}

/*スマホ横ぶれ*/
@media only screen and (max-width: 750px) {
body{overflow-x:hidden;}
html{overflow-x:hidden;}
}

/*1つ1つの関連記事ボックス*/
li.urllist-item.related-entries-item {
    Border-top: solid 1px #ececec;
    margin: 0;
    padding: 10px 0;
}

/*関連記事の画像まわり余白調整*/
.urllist-with-thumbnails li .urllist-image {
    margin: 0 10px 0 0;
}

/*関連記事のタイトル*/
a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title {
    text-decoration: none;
    color: #525252;
    font-weight: bold;
}

/*関連記事のタイトルホバー*/
a.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title:hover {
    color: silver;
}

/*関連記事の説明*/
.urllist-entry-body.related-entries-entry-body {
    color: #7f7f7f;
    font-size: 13.5px;
    margin-top: 3px;
}

/*関連記事の日付*/
.hatena-urllist .urllist-date-link a {
    display: inline-block;
    background: #ABC8DB;
    color: #fff;
    line-height: 1;
    padding: 3px 9px 2px 9px;
    margin-bottom: 3px;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 1px;
    font-style: normal;
    text-decoration: none;
}

/* ページボタン */
/* ページボタン共通のスタイル */
.pager-prev a, .pager-next a {
  text-decoration: none; /* 下線を消す */
  font-weight: normal; /* 初期の太さ */
  color: #525252; /* 初期の文字色（グレー） */
  font-size: 100%; /* 共通の文字サイズ */
  display: inline-block;
}
.pager-prev a:hover, .pager-next a:hover {
  text-decoration: underline; /* ホバー時に下線を表示 */
}
/* 矢印の余白調整 */
.pager-arrow {
  margin: 0 5px;
}

/* PREVとNEXTを逆に変更 */
.pager-prev::before {
  content: "NEXT"; /* PREVをNEXTに変更 */
 display: block; /* 改行を確実に有効化 */
 }
.pager-next::before {
  content: "PREV"; /* NEXTをPREVに変更 */
  display: block; /* 改行を確実に有効化 */
}
.pager-prev, .pager-next {
  color: transparent; /* 元の文字を見えなくする */
}
.pager-prev::after, .pager-next::after {
  content: ""; /* 元の文字を消すため、空白を指定 */
}

/* スマホ用スタイル（画面幅が768px以下のデバイス） */
@media (max-width: 768px) {
  .pager-prev a, .pager-next a {
    color: #1464b3; /* スマホではボタンの文字色を青に */
    font-weight: bold; /* スマホでは太字に */
    font-size: 95%; /* スマホでは文字サイズを少し小さく */
  }
}

/* PC用スタイル（画面幅が768px以上のデバイス） */
@media (min-width: 769px) {
  .pager-prev a, .pager-next a {
    color: #525252; /* PCではボタンの文字色をグレーに */
    font-weight: normal; /* PCでは普通の太さ */
    font-size: 100%; /* PCでは文字サイズを通常に */
  }
}


/* つぶやき用 */
/* 物語に入れられなかった */
.styled-heading {
  font-size: 90%;
  color: #24455f;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-top: -30px; 
}
.styled-heading a {
  color: #24455f;
  transition: color 0.3s;
}
.styled-heading a:hover {
  color: #1464b3;
}


/* ----- 7章 ----- */
/* 7章の背景色*/
.original-gradient {
  padding: 1em 1.5em 0.5em 2em;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(247, 245, 238, 1) 20% 80%, rgba(255, 255, 255, 1));
}
.original-gradient2 {
  padding: 1em 1.5em 0.5em 2em;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(245, 248, 250, 1) 20% 80%, rgba(255, 255, 255, 1));
}

/* 7章の画像の比較と乗算*/
.responsive-image {
  max-width: 100%;      /* 幅を画面に合わせる */
  height: auto;         /* 縦横比を維持する */
  display: block;       /* 余白やズレを防ぐ */
  margin: 1em auto;     /* 上下に余白、中央に配置 */
  mix-blend-mode: darken; /* 比較（暗）を追加 */
}
.responsive-image2 {
  max-width: 100%;      /* 幅を画面に合わせる */
  height: auto;         /* 縦横比を維持する */
  display: block;       /* 余白やズレを防ぐ */
  margin: 1em auto;     /* 上下に余白、中央に配置 */
  mix-blend-mode: multiply; /* 乗算効果を追加 */
}


/* ----- 本文 ----- */
/* 画像の上に文字 */
.image-container {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
}
.image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.text-overlay {
  position: absolute;
  top: 10px;
  left: 0;
}
/* 黒オビ */
.text-bg {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px 10px 5px 15px;
  margin: 0;
  color: white;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-style: italic;
  line-height: 1; /* 行間を揃える */
}
/* 濃い黒オビ */
.text-bg.darker {
  background-color: rgba(0, 0, 0, 0.7); /* より濃い黒 */
}
.small-text {
  font-size: 80%; /* 小さい文字サイズ */
  font-weight: 400; /* レギュラーウェイト */
  font-style: italic;
  margin-right: 0px; /* 他の文字との間隔 */
}
.song-title {
  font-size: 90%;
  font-weight: bold; /* 太字 */
  font-style: italic;
}
.subheading {
  all: unset; /* 見出しのデフォルトスタイルを無効化 */
  display: inline;
}

/* 本文小見出し */
.entry-content h4.catch {
  font-size: 80%;
  font-weight: 700;
  margin: 0 0 3em 0;
  line-height: 1.5;
  color: #111;
  position: relative;
  padding-left: 0;     /* 擬似要素じゃないので不要 */
  text-indent: -1.2em; /* 2行目を揃えるための字下げ */
  padding-left: 1.2em; /* 1行目を戻す */
}
.entry-content h4.catch .star {
  color: #754C24;        /* 茶色に */
  margin-right: 0.35em;  /* 文字との間隔 */
  font-size: 0.95em;     /* 小見出しより少し小さく */
  vertical-align: 0.06em; /* 上下位置をテキストの中段に揃える */
  line-height: 1;        /* 行の高さを固定して揃えやすく */
}

/* ----- 本文マーカー ----- */
.under1 {
  border-bottom: solid 2px #e2beac;
  transform: scaleY(1.2); /* 約2.4px相当の太さ */
  transform-origin: bottom;
  padding-bottom: 1.5px;
}
.under1b {
  border-bottom: solid 2px #93C0A6;
  transform: scaleY(1.2); /* 約2.4px相当の太さ */
  transform-origin: bottom;
  padding-bottom: 1.5px;
}
.marker0{
background:linear-gradient(transparent 65%, #e9d0bf 65%);
padding-bottom: 4px;
}
.marker0b{
background:linear-gradient(transparent 65%, #9dc6ae 65%);
padding-bottom: 4px;
}


/* ----- 次回案内 ----- */
/* ----- Nextボタン ----- */
.button-next {
  display: inline-block;       /* ボタンらしくする */
  padding: 0 1.2em;          /* 高さと左右余白 */
  border-radius: 9999px;       /* 丸ボタン */
  background-color: #24455F;   /* 通常色 */
  color: #fff;                 /* 文字色 */
  font-size: 65%;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 1em 0 0.7em 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button-next:hover {
  background-color: #777;   /* ホバー色 */
}

/* ----- ★コピー ----- */
.entry-content p.next {
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
  color: #111;
  position: relative;
  text-indent: -1.2em; /* 2行目を揃えるため */
  padding-left: 1.2em; /* 1行目を戻す */
}
.entry-content p.next .star {
  color: #754C24;
  margin-right: 0.35em;
  font-size: 0.95em;
  vertical-align: 0.06em;
  line-height: 1;
}


/* ----- ト書き ----- */
/* ----- ト書き囲み ----- */
.kako {
  margin: 1em 0em 1em 0em;
  color: #444;
  font-size: 93%;
}

/* ----- ト書きハイライト ----- */
.highlight { 
background-color: #F7FCFF; /* 背景色を白色に */ 
padding: 1px 1px; /* 文字と背景との余白 */ 
font-size: 95%;
}

/* ----- YouTube ----- */
.youtube {
display: inline-block;
position: relative;
overflow: hidden;
text-align: center;
width: 100%;
}
.iframe {
text-align: center;
}
.youtube::before { /* YouTubeアイコン */
  position: absolute;
  background-image: url('https://cdn-ak.f.st-hatena.com/images/fotolife/u/usagiara/20230408/20230408103523.png'); 
  content: "";
  background-size: 100%;
  width: 70px;
  height: 55px;
  top: 46%;
  left: 50%;
  transform : translate(-50%,-50%);
  opacity: .90;
  transition:.5s;
} 


/* ----- 吹き出し ----- */
.balloon_box{
  position: relative;
  padding: 10px;
  font-size:14.5px;
  font-weight:bold;
  color: #6F6F6F;
  background-color: #DAE8F2;
  border-radius: 30px;
  display: inline-block; 
  margin-top: 3em; 
}
.balloon_box::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50px;
  bottom: -10px;
  border-top: 10px solid #DAE8F2;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* 吹き出しの下 */
.song-list-description {
  margin: 1.5em 0 0.5em 0;
  font-size: 80%;
  line-height: 1.6;
}
.song-list-description a {
  color: #1464b3;
}

/* ----- ナビ ----- */
/* ----- 曲は下で紹介 ----- */
.track-guide {
  font-size: 85%;
  font-weight: bold;
  font-style: italic;
  color: #555;
  line-height: 1.4;
  margin: 5em auto 0.4em auto;
  display: table;
  position: relative;
}

/* 擬似要素で下線を文字の下に中央揃えで追加 */
.track-guide::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #777;
  margin: 0.4em auto 0 auto;
  width: 100%;
}

/* ----- 次と前の話 ----- */
.prev-next-nav {
  text-align: center;
  font-size: 95%;
  margin-top: 1.5em;
}
.nav-link {
  color: #24455f;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}
.nav-link:hover {
  text-decoration: underline !important;
  color: #777;
}

/* ----- 登場人物ボタン ----- */
.button-wrapper {
  text-align: center;
  font-weight: bold;
  margin-top: -1em;
  margin-bottom: 1.5em;
}
.summary-button {
  display: inline-block;
  background-color: #6692ba;
  color: #fff;
  text-decoration: none !important;
  padding: 0.2em 1em 0.1em 1em;
  border-radius: 6px;
  font-size: 75%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, text-decoration 0.3s ease;
}
.summary-button:hover {
  background-color: #777;
  color: #fff;
  text-decoration: underline !important;
}

/* ----- 始めから読む ----- */
.read-from-start {
  margin-top: -0.5em !important;
  margin-bottom: 0em;
  line-height: 1.4;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}
.read-from-start a {
  display: inline-block;
  padding: 0.4em 0;
  color: #1464b3;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}
.read-from-start a:hover {
  color: #777;
}

/* ----- 下段告知 ----- */
.update-hr {
  border: none;
  border-top: 1px solid #777;
  margin: 2em 0 1em 0;
  width: 100%;
}

.update-notice {
  color: #555; 
  font-size: 83%;
  text-align: center;
  font-style: italic;
  margin: -0.5em 0 3em 0; /* 上の文字を少し上に寄せる */
}

/* 毎週更新テキスト */
.update-notice .update-top {
  letter-spacing: 0.05em;
  margin-bottom: 2em; /* 上下ブロック間を広めに */
}

/* リンク案内テキスト */
.update-notice .update-bottom .links-text {
  font-size: 90%;
  font-style: normal;
  font-weight: bold;
}

.post-footer-banners {
  text-align: center;
  margin-top: 0.3em;
}

.post-footer-banners a {
  display: inline-block;
  margin: 0 6px;
}

.post-footer-banners img {
  width: 40px;
  height: 40px;
  border-radius: 8px; /* 角を少し丸く */
  vertical-align: middle;
  object-fit: cover;
  margin: 5px 6px;
}

/* Xアイコンだけ黒背景をつける */
.post-footer-banners img.x-icon {
  background-color: #000;
  padding: 6px; /* 内側の余白 */
  box-sizing: border-box;
}

/* noteアイコンだけに罫線を入れる */
.post-footer-banners img.note-icon {
  border: 1px solid #ccc;
  background-color: #fff;
}

/* スマホでも中央にきれいに折り返す */
@media screen and (max-width: 480px) {
  .post-footer-banners a {
    width: 55px;
    height: 55px;
    margin: 6px 12px;
  }
}



/*フォントサイズ*/
.entry-content {
font-size:20px;
font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'IBM Plex Sans JP',  Meiryo, sans-serif;
font-display: swap
}
@media screen and (max-width: 480px) {
.entry-content {
font-size:18.5px;
font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'IBM Plex Sans JP', Meiryo, sans-serif;
font-display: swap
letter-spacing: -0.01em;
}
.original-gradient {
  padding: 0em 0.7em 0.5em 1em;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(247, 245, 238, 1) 20% 80%, rgba(255, 255, 255, 1));
}
.original-gradient2 {
  padding: 0em 0.7em 0.5em 1em;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(245, 248, 250, 1) 20% 80%, rgba(255, 255, 255, 1));
}

#main {
padding: 20px 15px 20px 15px
}