/* <system section="theme" selected="26006613686955934"> */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
/*

Theme: Noir
Author: waitingmoon
Responsive: yes
Description:
    背景画像をヘッダーとして活用するテーマ

*/
/* =============================================================================

    * Normalize

    * グローバル要素

    * レイアウト
        * スマートフォン
        * スマートフォン 横持ち
        * タブレット
        * デスクトップ
        * デスクトップ（大）

    * ヘッダー
        * ブログタイトル
        * パンくずリスト

    * メイン
        * 記事
        * 記事 コメント欄
        * アーカイブページ

    * サイドバー
        * サイドバーモジュール

    * フッター

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

/* グローバル
   ========================================================================== */
#globalheader-container {
  color: #eee;
}

html {
  font-size: 62.5%;
}

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

body::before {
  position: fixed;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0006), color-stop(40%, #000));
  background-image: linear-gradient(#0006 20%, #000 40%);
}

body::after {
  position: fixed;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/w/waitingmoon/20210203/20210203233053_original.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll !important;
  background-position: center center;
  background-size: cover;
}

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

h1 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 2.8rem;
}

h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 2.4rem;
}

h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 2.0rem;
}

h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.8rem;
}

h5 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.6rem;
}

h6 {
  margin-top: 1em;
  margin-bottom: .5em;
  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: #8b0000;
}

.entry-content a,
.comment-content a {
  color: #8b0000;
  text-decoration: underline;
}

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

p {
  margin: 0 0 1.5em;
}

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: .75em;
  font-weight: 700;
}

dd {
  margin: 0 0 1.5em 1.5em;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 1.5rem;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: .6em 1em;
  border: 1px solid #e6e6e6;
}

table th {
  font-weight: 700;
  background-color: #f4f4f4;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

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

pre,
.entry-content pre {
  padding: 1.35em 1.5em;
  margin: 0 0 1.5em;
  font-size: 1.5rem;
  line-height: 1.3;
  border: 1px solid #e6e6e6;
}

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

.table-of-contents {
  max-width: 400px;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border: 1px solid #e6e6e6;
}

.table-of-contents li {
  margin-left: 1.5em;
}

.table-of-contents li ul {
  margin-left: 0;
}

.hatena-asin-detail,
.itunes-embed {
  padding: 1.5em;
  margin: 0 0 30px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.hatena-asin-detail .hatna-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 15px;
}

/* レイアウト
   ========================================================================== */
/* スマートフォン
   ------------------------------------------------------ */
#container,
#footer {
  position: relative;
  z-index: 1;
}

#container {
  padding-bottom: 20px;
}

#container-inner,
#footer-inner {
  max-width: 720px;
  margin: 0 auto;
}

#blog-title {
  padding: 20px;
}

#box2 {
  padding: 20px;
  background-color: #fff3;
}

#footer {
  padding: 20px 20px 40px;
  font-size: 1.5rem;
  text-align: right;
}

/* スマートフォン 横持ち 
   ------------------------------------------------------ */
@media screen and (min-width: 576px) {
  #container {
    padding-bottom: 30px;
  }
  #container-inner,
  #footer-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  #blog-title {
    padding: 30px 0 30px;
  }
  #box2 {
    padding: 30px;
  }
  #footer {
    padding: 30px 0 60px;
  }
}

/* タブレット 
   ------------------------------------------------------ */
@media screen and (min-width: 768px) {
  #container {
    padding-bottom: 40px;
  }
  #container-inner,
  #footer-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  #blog-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #box2 {
    padding: 40px;
  }
  #footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

/* デスクトップ 
   ------------------------------------------------------ */
@media screen and (min-width: 992px) {
  #container {
    padding-bottom: 60px;
  }
  #container-inner,
  #footer-inner {
    max-width: 1090px;
  }
  #blog-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #box2 {
    width: 250px;
    margin-left: 40px;
  }
  #footer {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

/* デスクトップ（大）
   ------------------------------------------------------ */
@media screen and (min-width: 1200px) {
  #container-inner,
  #footer-inner {
    max-width: 1140px;
  }
  #box2 {
    width: 300px;
  }
}

/* ヘッダー
   ========================================================================== */
#title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
}

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

.header-image-enable #blog-title #title a {
  text-shadow: 0 1px 2px #000;
}

.header-image-enable #blog-title #blog-description {
  font-weight: normal;
  text-shadow: 0 1px 2px #000;
}

/* パンくずリスト */
.page-entry .breadcrumb,
.page-archive .breadcrumb {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto 20px;
  font-size: 1.3rem;
  color: #aaa;
}

.breadcrumb-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-gt {
  margin: 0;
  font-size: 0;
}

.breadcrumb-gt::after {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.3rem;
  content: "/";
}

/* 検索結果 */
.search-result {
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  #title {
    font-size: 2.4rem;
  }
  .page-entry .breadcrumb,
  .page-archive .breadcrumb {
    padding: 0;
    margin-bottom: 30px;
  }
  .search-result {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  #title {
    font-size: 3.2rem;
  }
  .page-entry .breadcrumb,
  .page-archive .breadcrumb {
    margin-bottom: 40px;
  }
  .search-result {
    margin-bottom: 40px;
  }
}

/* メイン
   ========================================================================== */
/* 記事
   ------------------------------------------------------ */
.entry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  color: #333;
  background-color: #fff;
}

.entry-header {
  position: relative;
  padding: 20px;
  background-color: #f4f4f4;
}

.entry-date {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #999;
}

.entry-title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.entry-categories {
  margin-top: 5px;
}

.entry-category-link {
  display: inline-block;
  margin: 0 10px 5px 0;
  font-size: 1.4rem;
}

.entry-content {
  padding: 20px;
}

.entry-content > *:first-child {
  margin-top: 0;
}

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

.entry-footer {
  padding: 0 20px 20px;
  font-size: 1.5rem;
}

.entry-tags-wrapper {
  margin: 0 0 20px;
}

.entry-tags {
  margin-bottom: 10px;
}

.entry-tag {
  margin: 0 10px 10px 0;
}

.entry-tag .entry-tag-link {
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.entry-footer-section {
  margin-bottom: 0;
  color: #999;
}

.entry-footer-modules .hatena-module-related-entries {
  padding: 20px;
  margin: 20px -20px -20px;
  border-top: 1px solid #e6e6e6;
}

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

.pager {
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff3;
}

.pager-prev {
  float: left;
  width: calc(50% - 10px);
  text-align: left;
}

.pager-next {
  float: right;
  width: calc(50% - 10px);
  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';
}

@media screen and (min-width: 576px) {
  .entry {
    margin-bottom: 30px;
  }
  .entry-header {
    padding: 30px;
  }
  .entry-title {
    font-size: 2.8rem;
  }
  .entry-content {
    padding: 30px;
  }
  .entry-footer {
    padding: 0 30px 30px;
  }
  .entry-footer-modules .hatena-module-related-entries {
    padding: 30px;
    margin: 30px -30px -30px;
  }
  .pager {
    padding: 30px;
    margin-bottom: 30px;
  }
  .pager-prev,
  .pager-next {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 768px) {
  .entry {
    margin-bottom: 40px;
  }
  .entry-header {
    padding: 40px;
  }
  .entry-title {
    font-size: 2.8rem;
  }
  .entry-content {
    padding: 40px;
  }
  .entry-footer {
    padding: 0 40px 40px;
  }
  .entry-footer-modules .hatena-module-related-entries {
    padding: 40px;
    margin: 40px -40px -40px;
  }
  .pager {
    padding: 40px;
    margin-bottom: 40px;
  }
  .pager-prev,
  .pager-next {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 992px) {
  .pager {
    margin-bottom: 0;
  }
}

/* 編集メニュー */
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #222;
}

.entry-header-menu a {
  font-size: 0;
}

.entry-header-menu a::before {
  display: block;
  width: 40px;
  height: 40px;
  font: normal 12px/40px blogicon;
  color: #fff;
  content: '\f024';
}

/* 記事 コメント欄
   ------------------------------------------------------ */
.comment-box {
  padding: 20px;
  margin: 20px -20px -20px;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}

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

.entry-comment {
  margin-bottom: 20px;
  text-align: left;
}

.entry-comment::after {
  display: block;
  margin: 20px -20px 0;
  content: "";
  border-top: 1px solid #e6e6e6;
}

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

.entry-comment .hatena-id-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  vertical-align: top;
}

.entry-comment .comment-metadata {
  margin-bottom: 0;
  color: #999;
}

.leave-comment-title {
  display: inline-block;
  padding: 0 30px;
  font-size: 1.4rem;
  line-height: 40px;
  border: 1px solid #e6e6e6;
}

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

@media screen and (min-width: 768px) {
  .comment-box {
    padding: 40px;
    margin: 40px -40px -40px;
  }
  .entry-comment {
    margin-bottom: 40px;
  }
  .entry-comment::after {
    margin: 40px -40px 0;
  }
}

/* 記事 アーカイブ
   ------------------------------------------------------ */
.page-archive .archive-header-category {
  margin-bottom: 20px;
}

.page-archive .archive-heading {
  padding: 20px;
  margin: 0 0 20px;
  font-size: 2rem;
  color: #eee;
  background-color: #fff3;
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-archive .archive-entry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background-color: #fff;
}

.page-archive .archive-entry-header {
  padding: 20px;
  background-color: #f4f4f4;
}

.page-archive .archive-date {
  padding-bottom: 5px;
  font-size: 1.4rem;
  color: #999;
}

.page-archive .entry-title {
  margin: 0;
  font-size: 2rem;
}

.page-archive .entry-thumb-link {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  overflow: hidden;
  background-color: #000;
}

.page-archive .entry-thumb {
  width: 100%;
  height: 0;
  padding-top: 52.25%;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page-archive .entry-thumb-link:hover .entry-thumb {
  opacity: .5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-archive .categories {
  padding: 5px 20px 15px;
  margin-top: -20px;
  color: #333;
  background-color: #f4f4f4;
}

.page-archive .archive-category-link {
  display: inline-block;
  margin: 0 10px 5px 0;
  font-size: 1.4rem;
}

.page-archive .archive-entry-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  font-size: 1.4rem;
  color: #222;
}

.page-archive .entry-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

.page-archive .archive-entry-tags-wrapper {
  margin: 20px 0 0;
}

.page-archive .archive-entry-tag {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.page-archive .archive-entry-tag-link {
  display: block;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.page-archive .social-buttons {
  display: block;
  margin-top: 20px;
}

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

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

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

/* サイドバーモジュール
   ========================================================================== */
.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: 768px) {
  .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-urllist li:last-child {
  margin-bottom: 0;
}

/* プロフィール */
.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: "";
}

/* 最新の投稿 */
.urllist-date-link {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #999;
}

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

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

/* 最新の投稿 画像付き */
.urllist-with-thumbnails li {
  margin-bottom: 20px;
}

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

/* アーカイブ */
.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 12px/1 blogicon;
  color: #999;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hatena-urllist .archive-module-year .archive-module-show-button::before {
  content: "\f006";
}

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

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

/* 検索 検索ページのフォームデザインも兼ねる */
.search-form,
.search-result-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,
.search-result-form .search-result-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 55px 10px 15px;
  line-height: 40px;
  color: #eee;
  background-color: #fff3;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-module-button,
.search-result-form .search-result-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,
.search-result-form .search-result-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* フッター
   ========================================================================== */
#footer p {
  margin: 0;
  color: #999;
}

/* </system> */

/* <system section="background" selected="custom"> */
body::after{ background-image: url('https://cdn-ak.f.st-hatena.com/images/fotolife/R/Romeesmoke/20210214/20210214014306.jpg'); background-repeat: no-repeat; background-color:transparent; background-attachment: fixed; background-position: center top;}
/* </system> */

h1 {
  position: relative;
  color: #6088c6;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}

h2 {
  position: relative;
  color: #28385e;
  font-size: 22px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
  text-shadow: 0.08em 0.08em 0.16em #324676
}
h2:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 210px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #6a91c1;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h3 {
  position: relative;
  padding: 0.5em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(40, 56, 94), #6a91c1);
  background: linear-gradient(to right, rgb(40, 56, 94), #6a91c1);
  color: white;
  font-weight: bolder;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.56);
}

h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h4 {
  position: relative;
  padding-left: 25px;
}

h4:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(123, 154, 208);
}
h4:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(123, 154, 208);
}

.entry-content p { margin:0}

.pager-next {
    font-size: 140%;/*数字をいじれば大きさの変更も可能*/
}

/*続きを読むを大きくする*/
.entry-see-more{
font-size: 150%;
}

.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 3px #5767bf;
    border-top: solid 3px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 3px #5767bf;
    border-bottom: solid 3px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.lips::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/R/Romeesmoke/20210212/20210212140825.jpg);}
.gaburi::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/R/Romeesmoke/20210212/20210212140806.jpg);}

blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #f2f9ff;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #bfbbd0;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    color: #bfbbd0;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.hatena-module-title{
  position: relative;
  color: white;/* 文字色 */
  background: ;/* 背景色 */
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;/* タイトル内の余白 */
  margin: 0px -10px 20px -10px;/* タイトルの位置を調整。 */
}
/* プロフィール */
.hatena-module-profile .hatena-module-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f21b";
  position: absolute;
  left : 0.5em;
}
/* 検索 */
.hatena-module-search-box .hatena-module-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  position: absolute;
  left : 0.5em; 
}
/* 月別アーカイブ */
.hatena-module-archive .hatena-module-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  position: absolute;
  left : 0.5em; 
}
/* 最新記事 */
.hatena-module-recent-entries .hatena-module-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f699";
  position: absolute;
  left : 0.5em; 
}
/* 注目記事 */
.hatena-module-entries-access-ranking .hatena-module-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f201";
  position: absolute;
  left : 0.5em; 
}
/* カテゴリー */
.hatena-module-category .hatena-module-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f6cf";
  position: absolute;
  left : 0.5em; 
}

/*アイコンフォント使用目次*/
.entry-content .table-of-contents {
    position: relative;
    margin: 0;
    padding: 4em 1.2em 1em;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/R/Romeesmoke/20210214/20210214094003.jpg);
    font-size: 100%;
    border-top: solid 8px #5d627b;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    color: #4e4854;
    box-shadow: 0 1px 6px 2px #e9e9e9;
}
.entry-content .table-of-contents::before {
    content: "TABLE OF CONTENTES";
    display: block;
    position: absolute;
    top: 18px;
    left: 60px;
    margin: 0;
    text-align: start;
    color: #5d627b;
    border: none;
    font-size: 120%;
    font-weight: bold;
    border-bottom: solid 3px #5d627b;
    text-shadow: 0.08em 0.08em 0.1em #767c98;
}
.entry-content .table-of-contents::after {
    content: "\f03a";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 120%;
    position: absolute;
    line-height: 40px;
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    color: #fff;
    background: #5d627b;
}
.entry-content .table-of-contents li {
    margin: .2em 0 1em 1.5em;
    list-style-type: none;
    line-height: 1.6em;
    font-weight: bold;
}
.entry-content .table-of-contents li::before {
    content: "\f595";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #5d141f;
}
.entry-content .table-of-contents li ul {
    margin: 0 0 1em .5em;
    padding: 0;
}
.entry-content .table-of-contents li ul li {
    margin: .2em 0 0 1em;
    list-style-type: none;
    font-weight: normal;
    font-size: 100%;
}
.entry-content .table-of-contents li ul li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #5d141f;
}
.entry-content .table-of-contents a {
    color: #5d141f;
}

/*目次に戻るボタン*/
.hi-mkj {
display: inline-block;
position: fixed;
bottom: 20px;
left: 13px;
height: 60px;
width: 60px;
line-height:60px;
text-align: center;
opacity: 0.7;
border-radius: 50%;
z-index: 5;
text-decoration: none!important;
background: #fff!important;
border: 2px solid #706a96;
color: #5d627b!important;
}
.hi-mkj:after {
content: "目次へ";
position: absolute;
top: 16px;
left: 14px;
font-size: 12px;
}
.hi-mkj:before {
font-family: "Font Awesome 5 Free";
content: "\f0a6";
position: absolute;
top: -6px;
left: 17px;
font-size: 26px;
} 

.table-of-contents{
    display: none;
}
.show-area{
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    color: #561b24;
}

a.keyword {
    border: 0 !important;
    text-decoration: none !important;}
    
    .page-index .comment-box .comment {
    display: none;
}