/* <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/s/scipioni/20240105/20240105131925.jpg'); background-repeat: repeat; background-color:transparent; background-attachment: fixed; background-position: left top;}
/* </system> */