/* <system section="theme" selected="8599973812270629022"> */
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: Minimalism
Author: Codomisu
Description:
最小限のデザインで最大限の「美」を引き出す


※未だにコードを整理していない　2018/09/09

Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

/* Responsive:yes */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `600er` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 600;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 600;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*  import mixin */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* Common */
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #3f3f3f;
  background-color: #ffffff;
}
a {
  color: #1487bd;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #0f5373;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #ECEEF1;
  color: #3f3f3f;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
.btn-small {
  padding: 2px 10px ;
  font-size: 11px ;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}
/* ヘッダ（グローバルヘッダ）
グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 37px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 640px;
  float: left;
}
#box2 {
  width: 290px;
  float: right;
}
/* 1カラムにしたい場合は下記のコメントアウトを外してください ----

#main {
width: 100%;
float: none;
}

#box2 {
width: 100%;
float: none;
}

#box2-inner {
width: 960px;
.clearfix;
overflow: hidden;
}

.hatena-module {
text-align: left;
padding-right: 20px;
width: 300px;
float: left;

&:nth-child(3n+1) {
clear: both;
}
}

---- END 1カラム */
/* header */
#blog-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: center;
  margin: 0;
  padding: 50px 0;
}
#title {
  margin: 0;
}
#title a {
  color: #3f3f3f;
}
#blog-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0 20px;
}
/* 日付 */
.date {
  font-weight: 600;
  margin-bottom: 15px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #3f3f3f;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 15px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEEF1;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #ECEEF1;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px ;
  height: 50px ;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: 600;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 120%;
  padding:0 0 5px 5px;
  border-bottom: 1px solid #ECEEF1;
}
.hatena-module-title a {
  color: #3f3f3f;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #ECEEF1;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ECEEF1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 10px 10px;
  color: #3f3f3f;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 35px;
  height: 35px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=c4e5e563f71130207d7b953f6b026a) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 10px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 25px;
}
.page-archive .categories a {
  color: #3f3f3f;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom:5px;
}

.shrbtn{
  padding:0;
  margin:15px 0;
  width: 100%;
  background:#ECEEF1;
  text-align:center;
  display: inline-flex;
}

.share_btn{
  display: inline-block;
  width: calc(100% / 5);
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#3f3f3f;
  border:1px solid #ECEEF1;
  border-radius:0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  transition: .3s;
  background:#fafafa;
}

.share_btn:first-of-type{
  margin-left:0;
}

.share_btn:last-of-type{
  margin-right:0;
}

.share_btn:hover{
  color:#3f3f3f;
}

.share_btn .fa {line-height:40px}


/* ### スライドメニュー ### */
#gnav {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: 0;
  padding: 0 0 0;
}

#gnav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 500;
  text-decoration:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;

}


#gnav .gnav-inner {
  width: 100%;
  padding: 12px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#gnav .menu {
  display: inline-block;
}

/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
  width: 100% ;
  margin-left: auto;
  margin-right: auto;

}

#top-editarea{
  margin-bottom: 15px;
}

.id a{
  color: #3f3f3f;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}


.hatena-module-profile .profile-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.table-of-contents {
  position: relative;
  background-color: #fafafa;
  border:1px solid #ECEEF1;
  padding: 60px 70px 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px;
  left: 50%;
  margin-left: -1em;
  font-size: 20px;
  font-weight: 700;
  content: '目次';
  z-index: 2;
}


.table-of-contents li a {
  text-decoration: none;
  line-height: 35px;
  color:#3f3f3f;
}

.archive-header-category{
  margin-bottom:25px;
}

.archive-heading{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  border-bottom:1px solid #ECEEF1;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  padding-bottom:5px;
  margin-bottom:25px;
}

.footer{
  background:#3f3f3f;
  color:#fff;
  padding:30px 0;
}
.footer ul li{
  text-align:center;
  display: block;
}

.footer .footer-title{
  margin-bottom:10px;
}

.footer .footer-copyright{
  font-size:12px;
}

.footer-list{
  padding: 0;
}

.categories a{
  color: #3f3f3f;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  font-size:13px;
  vertical-align: middle;
  margin-right: 10px;
}

.categories a:before{
  font-family: FontAwesome;
  content:"\f02b";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  color:#2f2f2f;
}

/*  import media queries */
/* Media Queries - Retina Display */
@media screen and (min-width: 1139px){

  #blog-title #title{
    font-size: 37px;
    line-height: 60px;
    font-weight:500;
  }

  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=c4e5e563f71130207d7b953f6b026a) no-repeat right center;
    background-size: 20px 20px;
  }
  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }
  #content{
    margin: 35px 55px;
  }
  .breadcrumb-inner{
    margin: 0 5%;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
    margin-right: 20px;
  }

  #box2 .urllist-image {
    border-radius: 5px;
    margin-right: 15px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%
    top: 0;
    color: #3f3f3f;
  }


  .shrbtn{
    background:none;
  }

  #box2{
    margin-top: 15px;
  }

  .page-archive .archive-entries .entry-title {
    margin-top:10px;
    font-size: 19px;
  }

  .hatena-urllist li a {
    font-size: 13px;
    line-height: 25px;
    color:#3f3f3f;
  }
  #gnav .menu a {
    padding: 0 15px;
  }
}
/* Media Queries - Tablet */
@media screen and (max-width: 1138px){
  #gnav .menu{
    margin-right:20px;
  }
  #gnav .menu a{
    font-size: 12px;
  }
  #container {
    width: 100% ;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% ;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 18px;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
  }
  #box2 .urllist-image {
    border-radius: 5px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .shrbtn{
    background:none ;
  }
.
  .hatena-urllist li a {
    color:#3f3f3f;
  }
  .entry .entry-title{
    font-size: 22px;
  }
  .categories a{
    color: #3f3f3f;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 0 2px;
  }
  .page-archive .archive-entries .entry-title {
    font-size: 18px;
  }

}
/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width:640px){
  #globalheader-container {
    position: static;
  }
  #blog-title #title{
    font-size: 30px;
    font-weight:500;
    font-family: 'Nunito', sans-serif;
  }
  #blog-description {
    font-size:11px;
  }
  #container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75%
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .archive-entry-header{
    width : -webkit-calc(100% -90px);
    width: calc(100% - 90px);
    float: right;
  }
  .page-archive .archive-entries .entry-title {
    font-size:14px;
    line-height: 25px;
    font-weight: 400;
    margin:0;
  }
  .archive-entries .entry-description{
    font-size:11px;
    display:none;
  }
  .page-archive .entry-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #ECEEF1;
    background-size: 100%;
    float:left;
    border-radius: 3px;
  }

  .page-archive .categories{
    display: none;
  }

  .page-archive .archive-entries .archive-entry {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ECEEF1;
}
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .social-buttons{
    display: none;
  }

  #blog-title {
    text-align: center;
    padding: 35px 0 35px;
    margin:0;
  }

  .entry .entry-title{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  }

  .entry .entry-header{
    padding: 10px 0 10px 0;
    border:none;
  }

  .table-of-contents {
    position: relative;
    background-color: #fafafa;
    border:1px solid #ECEEF1;
    padding: 60px 45px 25px;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
  }

  #box2 .urllist-image {
    max-width: 100%;
    width: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #ECEEF1;
    height: 75px;
  }
  .hatena-urllist li{
    padding: 10px 0 0px;
  }

  .hatena-urllist li a {
    font-size: 13px ;
    line-height: 20px;
    font-weight: 500;
    color: #3f3f3f;
    text-decoration: none;
  }

  .archive-module-year{
    border:none ;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .archive-entries{
    margin:0 0 40px;
  }

  .id a{
    font-weight: normal;
    text-decoration: none;
    color: #3f3f3f;
  }

  .entry-content {
    font-size: 14px;
  }
  .hatena-module {
    margin-bottom: 40px;
  }
  .urllist-image{
    width: 70px;
    border-radius: 5px;
  }
  .related-entries .related-entries-entry-body{
    display: none;
  }
  .pager{
    text-align: center;
    margin-bottom: 45px;
  }
  :not(.permalink)>.pager-next{
    float:none ;
    text-align: center ;
  }
  :not(.permalink)>.pager-next a{
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 4px;
    border: 1px solid #ECEEF1;
    background: #fafafa;
    color: #3f3f3f;
  }
  .pager-permalink{
    display:none;
  }
}
/* Media Queries - Smartphone */

/* </system> */

/* <system section="background" selected="fff"> */
/* はてなのシステムが背景色を強制的に設定する部分（通常は触らない） */
body{background:#fff;}
/* </system> */
/* ==============================================
   元のCSSに詳細コメントを追加したバージョン（内容・順序変更なし）
   崩れにくいよう、元の記述を尊重してコメントだけ挿入
   調整したい箇所はコメントを読んで数値だけ変えてみて
============================================== */

/* ヘッダー全体を完全に非表示にするブロック（ブログタイトル・説明・コントロールなど全部消す） */
/* これで左上のタイトルエリアがなくなる。残したい場合は display: none; をコメントアウト */
#blog-title,
#blog-title-content,
#title,
.blog-title,
.header-wrapper,
#blog-description,
.header-image,
.blog-header,
#top-editarea,
.blog-controlls,
.blog-controlls-subscribe {  
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

/* 非表示にしたヘッダー分の余白が残りがちなので、コンテナの上部を詰める */
/* ここを0にしてもまだ上部に隙間がある場合は、さらに小さくするか0に */
#container,
#content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ヘッダー関連の残りセレクタも念のため非表示（重複気味だが安全のため） */
.header,
#blog-title-outer,
#blog-title-inner {
  display: none !important;
}


/* ブログタイトルをさらに控えめに表示（完全に消したくない場合用） */
/* opacity: 0.35; を0に近づけるとほぼ見えなくなる。1にすると普通に表示 */
#blog-title {
  font-size: 0.85rem !important;
  letter-spacing: 0.25em;
  opacity: 0.35;  
}
#blog-title a { text-decoration: none !important; }
#blog-title-inner img {
  width: 36px;
  opacity: 0.5;
}

/* サブスクリプション（読者になるボタンなど）とエンドブランドを透明に */
.subscription-container { opacity: 0.4; transform: scale(0.92); }
/* エンドマーク（ページ下部のブランド部分）の余白・文字スタイル */
/* marginの上下を増やすとページ下部の空白が美しくなる */
.end-brand {
  margin-top: 4em !important;
  margin-bottom: 8em !important; 
  text-align: center;
}
.end-title {
  font-size: 18px;
  letter-spacing: 0.12em;
  opacity: 0.5;
  font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}
.end-sub {
  font-size: 11px;
  opacity: 0.5;
  letter-spacing: 0.08em;
  margin-top: 0.8em;
}

/* 全体の背景・文字色を渋めにする（テーマの上書き） */
body {
  background-color: #f8f6f2;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

/* 個別記事のヘッダー部分（タイトル・日付のエリア） */
.entry-header {
  text-align: center;
  margin-top: 2em !important;
  padding-top: 0 !important;
}
.entry-title {
  font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.9;
  font-size: 2.6rem;
  margin: 0.8em 0 1em 0;
}
.entry-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background: #222;
  margin: 0.1em auto 0 auto;
}

/* 個別記事の日付（下線だけにして上線を消す） */
/* border-bottomの色や太さを変えると雰囲気変わる */
.entry-date {
  display: inline-block;        
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.45;
  margin: 2em 0 1.5em 0;
  border: none;                 
  border-bottom: 1px solid #ccc; 
  width: fit-content;           
}
/* 周辺のborder-topを強制リセット（はてなのデフォルト上線が残りがち） */
.entry-meta,
.archive-entry .entry-date,
.page-index .archive-entries .archive-entry .entry-date,
.entry-date * {
  border-top: none !important;  
}

/* 記事本文エリアのスタイル（本っぽく余白多め） */
.entry-content {
  max-width: 680px;  
  margin: 2em auto 0 auto;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.entry-content p {
  line-height: 2.2;
  margin-bottom: 2.5em;
}

/* リンクを控えめに（下線なし、ホバーで薄く） */
a { text-decoration: none !important; color: inherit; }
.entry-content a:hover { opacity: 0.7; }

/* === 記事一覧（トップ/アーカイブ）のスタイルここから === */
/* コンテナを中央寄せ・幅広めで本のページ感を出す */
#container {
  width: 100%;
  max-width: 1100px;  
  margin: 0 auto !important;
}

/* 各記事エントリーの枠なし・罫線区切りスタイル */
.page-index .archive-entries .archive-entry,
.page-archive .archive-entries .archive-entry {
  max-width: 900px;
  margin: 4em auto; 
  padding: 0;
  border: none;
  border-bottom: 1px solid #c0b8a8;
  background: transparent;
  text-align: left;
  opacity: 1;
  transform: none;
  animation: none;
  margin-bottom: 2em;  
}

/* スマホ対応：記事間余白を調整 + 画像中央寄せ */
@media (max-width: 768px) {
  .archive-entry {
    margin: 4em 1em; 
  }
  .archive-entry .entry-title {
    font-size: 1.6rem !important;
  }
  .archive-entry .entry-thumb {
    width: 120px !important;
    float: none;
    display: block;
    margin: 0 auto 1.5em;
  }
}

/* 最後の記事は下線なし */
.archive-entry:last-child { border-bottom: none; }

/* 一覧のタイトルスタイル（重厚・左寄せ） */
.archive-entry .entry-title {
  font-size: 1.9rem !important;   
  font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 0.6em 0;
  text-align: left;               
}
.archive-entry .entry-title a {
  color: #111;
  text-decoration: none;
}
.archive-entry .entry-title::after { display: none !important; }  

/* 一覧の日付（右寄せ・薄め） */
.archive-entry .date,
.archive-entry .entry-date {
  font-size: 0.85rem;
  color: #555;
  text-align: right;
  margin: -1.2em 0 1.2em;
  letter-spacing: 0.1em;
  opacity: 0.6;
}

/* 抜粋文を長めに表示（制限解除） */
.archive-entry .entry-description,
.entry-content.archive-entry .entry-content {  
  font-size: 1.05rem;
  line-height: 2.0;
  color: #2e2e2e;
  margin: 1em 0 2em;
  -webkit-line-clamp: unset !important;  
  display: block !important;
  overflow: visible !important;
}

/* アイキャッチ画像（一覧用・左寄せモノクロ風） */
.archive-entry .entry-thumb {
  width: 160px !important;
  float: left;
  margin: 0 1.8em 1em 0;
  border: 1px solid #aaa;
  filter: grayscale(60%) contrast(85%);
}

/* アニメーション完全オフ（静かな批評誌風） */
.hentry, .archive-entry {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

/* ふわっと表示アニメのベース（オフにしたい場合は opacity:1; transform:none; に固定） */
.hentry, .archive-entry {
  opacity: 0;
  transform: translateY(12px);  
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.hentry.show, .archive-entry.show {
  opacity: 1;
  transform: translateY(0);
}

/* エンドブランドのふわっと表示（任意） */
.end-brand {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1s ease, transform 1s ease;
}
.end-brand.show {
  opacity: 1;
  transform: translateY(0);
}

/* 上部余白の調整（画面上端にくっつかないよう） */
/* ここを40〜80pxで調整するとトップの詰まり具合が変わる */
#container {
  margin-top: 40px !important;  
  padding-top: 20px !important; 
}

/* 日付関連の重複リセット（複数回出てくるが安全のため） */
.page-index .archive-entries .archive-entry .entry-date,
.page-archive .archive-entries .archive-entry .entry-date,
.entry-meta,
.entry-date::before,
.entry-date::after {
  border-top: none !important;
}

/* 記事ページの日付を中央寄せに強制（複数記述あるが最後の方が強い） */
.entry .date,
.entry-date,
.entry .date a,
.entry-date a {
  text-align: center !important;
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 記事ページの日付下線を消す部分（複数ある） */
.entry-date,
.entry-date a,
.hentry .date,
.hentry .date a {
  border-bottom: none !important;
  border-bottom-width: 0 !important;
}

/* サイドバーを控えめに（フォント小さめ・薄め） */
#sidebar {
  font-size: 1rem;
  color: #555;
}

/* ここから下は後半の追加スタイル（フォント統一など） */
/* 本文フォントを調整（Noto Sans JP中心） */
.entry-content {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.95;
  letter-spacing: 0.015em;
  color: #333;
}

/* 全体ベースフォント */
body {
  font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Sans", "Noto Sans JP",
               "Helvetica Neue", Arial, sans-serif;
  color: #2f2f2f;
  background: #ffffff;
}

/* 記事タイトル（個別） */
.entry-title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 26px;
  line-height: 1.6;
  color: #222;
}

/* 関連記事など残りの部分（省略せずそのまま） */
.related-entries {
  margin-top: 60px;
}
.related-entries a {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

/* サイドバー細部 */
#box2 {
  font-size: 14.5px;
  line-height: 1.85;
  color: #5a5a5a;
}
#box2 a {
  color: #5a5a5a;
}

@media (max-width: 768px) {

  .archive-entry {
    display: block;
  }

  .archive-entry .entry-thumb {
    float: none !important;
    width: 100% !important;
    max-width: 220px;
    margin: 0 auto 1.5em auto !important;
  }

  .archive-entry .entry-description {
    clear: both;
  }

  .archive-entry .entry-date {
    text-align: center !important;
    margin: 1em 0 !important;
  }

}

@media (max-width: 768px) {

  .archive-entry .entry-title {
    letter-spacing: 0.03em !important;
    line-height: 1.6 !important;
  }

}

@media (max-width: 768px) {

  .archive-entry {
    display: block !important;
  }

  .archive-entry > * {
    float: none !important;
  }

}

@media (max-width: 768px) {

  .archive-entry {
    display: block !important;
  }

  .archive-entry > * {
    float: none !important;
  }

}

/* ===============================
   アーカイブ画面だけ完全左寄せ
================================ */

.page-archive .archive-entry,
.page-index .archive-entry {
  text-align: left !important;
}

/* タイトル */
.page-archive .archive-entry .entry-title,
.page-index .archive-entry .entry-title {
  text-align: left !important;
  font-size: 1.5rem !important;   /* スマホで少し抑える */
  letter-spacing: 0.04em !important;
}

/* 日付 */
.page-archive .archive-entry .entry-date,
.page-index .archive-entry .entry-date,
.page-archive .archive-entry .date,
.page-index .archive-entry .date {
  text-align: left !important;
  margin: 0.3em 0 1em 0 !important;
  font-size: 0.75rem !important;
  opacity: 0.6;
}

/* 抜粋 */
.page-archive .archive-entry .entry-description,
.page-index .archive-entry .entry-description {
  text-align: left !important;
  font-size: 0.95rem !important;
  line-height: 1.8 !important;
}

/* 画像も左寄せ */
.page-archive .archive-entry .entry-thumb,
.page-index .archive-entry .entry-thumb {
  float: left !important;
  margin: 0 1.2em 1em 0 !important;
  width: 120px !important;  /* スマホで暴れないサイズ */
  max-width: 40%;
}

/* アーカイブの日付リンクを無効化 */
.page-archive .archive-entry .entry-date a,
.page-index .archive-entry .entry-date a,
.page-archive .archive-entry .date a,
.page-index .archive-entry .date a {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
}

/* ===============================
   日付のカレンダーアイコンを完全削除
   （アーカイブ + 記事ページ両方）
================================ */

/* 疑似要素タイプ */
.entry-date::before,
.date::before,
.hentry .entry-date::before,
.archive-entry .entry-date::before {
  content: none !important;
  display: none !important;
}

/* アイコンタグタイプ */
.entry-date i,
.date i,
.blog-icon-date,
[class*="icon-date"] {
  display: none !important;
}

/* ===============================
   PC: 抜粋6行
================================ */
.archive-entry .entry-description,
.entry-content.archive-entry .entry-content {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6 !important; /* PCは6行 */
  overflow: hidden !important;
}

/* ===============================
   スマホ縦（max-width: 480px）
   抜粋3行 + 記事上下の余白を縮める
================================ */
@media (max-width: 480px) {
  /* 記事タイトルを小さく */
  .page-archive .archive-entries > .archive-entry .entry-title {
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.3em !important;
    text-align: left !important;
  }

  /* 抜粋文を小さく3行に制限 */
  .page-archive .archive-entries > .archive-entry .entry-description,
  .page-archive .archive-entries > .archive-entry .entry-content {
    font-size: 0.80rem !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    overflow: hidden !important;
    text-align: left !important;
  }
}

/* 看板部分のリンク色を解除 */
.end-brand a {
  color: inherit !important;  /* 親要素の色に従わせる */
  text-decoration: none !important; /* アンダーラインを消す */
}

/* スマホ用の緑っぽさ解消 */
@media (max-width: 480px) {
  .end-brand a {
    color: inherit !important;  /* 文字色を変更しない */
    text-decoration: none !important;  /* リンクの下線を削除 */
  }
}

/* 追加修正後のCSSコードをまとめて挿入 */
@media (max-width: 480px) {
  /* 記事タイトルのフォント修正 */
  .page-archive .archive-entries .entry-title {
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif !important;
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.3em !important;
    text-align: left !important;
  }

  /* 記事タイトルリンクのフォント修正 */
  .page-archive .archive-entries .entry-title a {
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    color: inherit !important;
  }

  /* 記事内容（抜粋文）修正 */
  .page-archive .archive-entries .entry-description {
    font-size: 0.85rem !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  /* 明朝体フォント強制指定 */
  .page-archive .archive-entries .entry-title {
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.05em !important;
  }

  /* 看板リンク修正 */
  .end-brand a {
    color: inherit !important;
    text-decoration: none !important;
  }
}

/* 記事内タイトルのフォントを強制指定 */
@media (max-width: 480px) {
  .entry-title {
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif !important; /* 明朝体強制指定 */
    font-weight: 500 !important;
    font-size: 1.2rem !important; /* スマホ用サイズ調整 */
    line-height: 1.4 !important;
    letter-spacing: 0.05em !important;
    text-align: left !important;
  }
}

/* スマホでの記事タイトルを中央寄せ */
@media (max-width: 480px) {
  
  /* 記事ページのタイトルだけ中央寄せ */
  .entry-title {
    font-family: "Sawarabi Mincho", "Noto Serif JP", serif !important;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
    letter-spacing: 0.05em !important;
    text-align: center !important; /* 中央寄せ */
    margin: 0 !important; /* 上下の余白をリセット */
  }

  /* 記事タイトルのリンクも中央寄せ */
  .entry-title a {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  /* アーカイブページでタイトルを左寄せ */
  .page-archive .archive-entry .entry-title {
    text-align: left !important;  /* アーカイブページは左寄せ */
    font-size: 1.5rem !important; /* 必要に応じてフォントサイズ調整 */
    margin: 0 !important;  /* 上下の余白をリセット */
  }

  /* アーカイブページのタイトルリンクも左寄せ */
  .page-archive .archive-entry .entry-title a {
    display: inline-block;
    text-align: left !important;
    width: 100%;
  }
}

/* 抜粋文をリンクとしてクリックできるようにする */
.page-archive .archive-entry .entry-description {
  cursor: pointer; /* ポインタが手のひらに変わる */
}

/* 実際に抜粋文がリンクであることを示す */
.page-archive .archive-entry .entry-description a {
  text-decoration: none !important;
  color: inherit; /* 文字色を親に合わせる */
}

.page-archive .archive-entry .entry-description:hover {
  opacity: 0.7; /* 抜粋文をホバー時に少し薄く */
}
/* サイドバーの線を消す */
.widget ul li {
  border-bottom: none !important;
}

/* 記事一覧の区切り線を消す */
.page-index .entry,
.page-archive .entry {
  border-bottom: none !important;
}

/* hrも消す */
hr {
  display: none;
}

/* ===============================
   タイムライン化 最終調整
================================ */

/* 一覧記事の区切り線を完全削除 */
.page-index .archive-entry,
.page-archive .archive-entry {
  border: none !important;
  margin: 5em auto !important;   /* 線の代わりに余白 */
  padding: 0 !important;
}

/* 日付を上に小さく配置 */
.archive-entry .entry-date {
  text-align: left !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.15em !important;
  opacity: 0.5 !important;
  margin-bottom: 0.8em !important;
}

/* タイトルを小さく（ログ前提） */
.archive-entry .entry-title {
  font-size: 1.2rem !important;
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.04em !important;
  margin: 0 0 0.6em 0 !important;
}

/* 抜粋を自然表示（制限なし） */
.archive-entry .entry-description {
  font-size: 0.95rem !important;
  line-height: 1.9 !important;
  margin: 0.5em 0 0 0 !important;
}

/* 一覧の画像を基本非表示（長文だけ使う前提） */
.archive-entry .entry-thumb {
  display: none !important;
}

/* アニメーション完全停止（沈殿感） */
.archive-entry {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ===============================
   サイドバーの区切り線を完全削除
================================ */

/* ウィジェット全体の枠線削除 */
#sidebar .widget,
#box2 .widget {
  border: none !important;
  box-shadow: none !important;
}

/* リストの区切り線削除 */
#sidebar ul li,
#box2 ul li {
  border: none !important;
}

/* 見出し下の線削除 */
#sidebar h3,
#box2 h3 {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* カテゴリ・アーカイブの線対策 */
#sidebar .hatena-module,
#box2 .hatena-module {
  border: none !important;
}

/* 万が一のhr対策 */
#sidebar hr {
  display: none !important;
}

/* ===============================
   ページャーをメインカラム内に固定
================================ */

/* ===============================
   test-pager 
================================ */

/* 見た目を静かに */
.test-pager-prev,
.test-pager-next {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  opacity: 0.6;
}

.test-pager-prev:hover,
.test-pager-next:hover {
  opacity: 1;
}

/* ===============================
   擬似看板 上下余白コントロール
================================ */
/* PC */
.end-brand {
  margin: 64px 0;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .end-brand {
    margin: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .archive-entry:first-child {
    margin-top: 20px !important;
  }
}

/* 記事タイトルの下線を消す */
.entry-title {
  border-bottom: none !important;
}

/* もし疑似要素で線を出しているなら */
.entry-title::after {
  content: none !important;
}

@media screen and (min-width: 769px) {
  .archive-entry .entry-title a {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  }
}

.calendar td a {
  position: relative;
  display: inline-block;
}

.calendar td a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
}

.sidebar-music {
  margin-bottom: 20px;
}

.music-month {
  font-size: 13px;
  color: #777;
  margin-bottom: 4px;
}

.sidebar-music a {
  text-decoration: none;
}

.archive-module-calendar td {
  color: #bbb;
}

.archive-module-calendar-highlight {
  color: #000;
}

/* 最近の投稿：横並び */
.recent-entries-item-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 日付の余白リセット */
.recent-entries-date-link {
  margin: 0;
  flex-shrink: 0;
}

/* カレンダーアイコン削除 */
.recent-entries-date-link time::before {
  display: none;
  content: none;
}
.recent-entries-date-link time {
  color: #999;
  font-size: 0.9em;
}

.recent-entries-date-link time{
  color:#888;
  font-weight:400;
}

.recent-entries-title-link{
  color:#222;
  font-weight:500;
}

.recent-entries-date-link time,
.recent-entries-title-link{
  font-size:14px;
}

.entry-footer-section .hatena-id-link {
  display: none;
}

a[href$="/about"]{
  display:none;
}

.fn[data-user-name="kis_sa_kai"] {
  display: none;
}

a.leave-comment-title {
  font-size: 12px;
  color: #999;
  text-decoration: none;
}

.sidebar-about p {
  font-size: 13px;
  line-height: 1.8;
  color: #444;
}

/* 広告の色暴れを抑える */
.adsbygoogle,
ins.adsbygoogle,
iframe[src*="googleads"],
iframe[src*="doubleclick"],
iframe[src*="googlesyndication"],
.ad,
.ads,
[class*="ad-"]{
  filter: grayscale(70%) contrast(85%) brightness(95%) !important;
}
img[src*="zucks.net"]{
  filter: grayscale(70%) contrast(85%) brightness(95%) !important;
}
#ad-in-entry iframe,
img[src*="zucks"]{
  filter: grayscale(70%) contrast(85%) brightness(95%) !important;
}
#ad-in-entry{
  opacity:0.75;
}

/* 広告minimalism用整理 */
.variable-rectangle-ad{
  text-align:center;
  margin:20px auto;
  filter: grayscale(60%) brightness(95%);
  opacity:0.85;
  transition:0.3s;
}
.variable-rectangle-ad:hover{
  filter:none;
  opacity:1;
}
.variable-rectangle-ad iframe{
  display:block;
  margin:auto;
}
.variable-rectangle-ad{
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding:15px 0;
}
.variable-rectangle-ad,
#ad-in-entry{
  filter: grayscale(60%) brightness(95%);
  opacity:0.85;
  transition:0.3s;
}

.variable-rectangle-ad:hover,
#ad-in-entry:hover{
  filter:none;
  opacity:1;
}

@media (max-width:768px){

.variable-rectangle-ad,
#ad-in-entry{
  filter: grayscale(70%) brightness(95%);
  opacity:0.8;
}

}
.variable-rectangle-ad iframe{
  max-width:100%;
}
/* 記事ページ内の日付リンクを無効化 */

.entry .entry-date a{
    pointer-events:none !important;
    cursor:default !important;
    text-decoration:none !important;
}
/* 記事ページ内タイトルリンク無効化 */

.entry-title a{
    pointer-events:none !important;
    cursor:default !important;
    text-decoration:none !important;
}

.end-sub a{
    color: inherit !important;
    text-decoration: none !important;
}

.sidebar h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sidebar {
  font-size: 13px;
  line-height: 1.7;
}