/* <system section="theme" selected="8599973812331543512"> */
/* <system section="theme" selected="8599973812282600018"> */
@charset "utf-8";
/*
  Theme:Essay
  Responsive: yes
  Author:simonsnote
  URL:http://theme-essay.hatenablog.com
  Description:
    カスタマイズ用テーマ「Plain」をベースにしたテーマです。そのままインストールしてもいいですが、Plainをインストールした上で追加のCSSを貼る方法も用意しています。
　→ http://theme-plain.hatenablog.com/entry/subtheme-essay
 
  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.
 */




/*---------------------------------------------------------------------------*/
/*---------------------------------グローバル----------------------------------*/
/*---------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

 
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow:scroll;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance:button;
  -moz-appearance:button;
  -ms-appearance:button;
  -o-appearance:button;
  appearance:button;
  cursor:pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    -ms-appearance:textfield;
    -o-appearance:textfield;
    appearance:textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.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 {
  -webkit-white-space: nowrap;
  -moz-white-space: nowrap;
  -ms-white-space: nowrap;
  -o-white-space: nowrap;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #454545;
  background-color: #ffffff;
}

a{
    color: #505050;
    text-decoration:none;
}
a:hover {
    color: #111;
}


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:underline;
    color:#555 !important;
}
a.keyword:hover{
    color:#666 !important;
}




/*ボタン*/
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  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: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/*---------------------------------------------------------------------------*/
/*--------------------------------グローバル終了--------------------------------*/
/*---------------------------------------------------------------------------*/




body
{position:relative;}




/* はてなグローバルヘッダ*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}




/* container */
#container {
  width:100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top:calc(37px + 2em);
}
#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;
}
#container-inner
{position:relative;}




/*2カラムレイアウトのmargin-leftとwidthの調整*/
#top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (730px + 2rem + (360px + 2rem))) / 2);}
#blog-title, #main, .ontitle-menu
    {box-sizing:border-box;width:730px;}




/* 2カラムレイアウト */
#content-inner {
    display:flex;justify-content:center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
}
#main {
    border:solid 1px #eee;
    padding:0 2em;
    margin-top:2rem;
}

#box2 {
    font-size: 85%;
    line-height: 1.5;
    box-sizing:border-box;
    width:calc(360px + 2rem);
    margin-left:2rem;
    margin-top:-200px;
}




/* パンくず（カテゴリーページで表示されます） */
#top-box{
    font-size: 80%;
    text-decoration:none;
    margin-top:0.5em;
    display:inline-block;
    position:absolute;
}




/* header */
#blog-title {
  height:200px;
  display:table;
  background:#aaa;
  box-sizing:border-box;
}
#blog-title-inner{
    display:table-cell;
    vertical-align: top;
    text-align: left;
    padding: 2em;
    box-sizing:border-box;
}
#title{
    margin:0;
}
#title a {
  color: #111;
  font-size:100%;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin-top:7px;
}




/* entry */
.entry-header {
  padding: 0 0 10px 0;
  margin-top:1em;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}




/* 日付 */
.date {
  margin-bottom: 10px;
    font-size: 90%;
}




/* カテゴリ */
.categories a, .urllist-category-link{
    margin:2px;
    font-size: 70%;
    background: #eee;
    padding: 2px 5px;
    display: inline-block;
    color:#666;
}
.categories a:hover, .urllist-category-link:hover{
    color:#333;
}
.categories .no-categories {
  margin: 0;
}
.entry-categories{
    text-align:right;
}



/* entry-content の中の書式 */
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.entry-content a{
    text-decoration:underline;
    color:#1487bd;
}
.entry-content a:hover{
    color:#0f5373;
}
.entry-content a:visited{
    color:#789dae;
}

.entry-content p {
  margin: 0 0 1em 0;
}

.entry-content span[itemtype="http://schema.org/Photograph"]{
    display: block;
    text-align: center;
}
.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 #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
    background:#333;
    color:#fff;
    padding:1em;
    -webkit-white-space:pre;
    -moz-white-space:pre;
    -ms-white-space:pre;
    -o-white-space:pre;
    white-space:pre;
    box-sizing:border-box;
    width:100%;
    max-width:96vw;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  -webkit-white-space:pre;
  -moz-white-space:pre;
  -ms-white-space:pre;
  -o-white-space:pre;
  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;
}





/* コメント */
.comment-box
{padding:1em;}
ul.comment
{padding:0;margin:0;border-top:solid 1px #eee;}
ul.comment li
{display:block;border-bottom:solid 1px #eee;}
.read-more-comments
{font-size:90%;padding:0.5em;}
.leave-comment-title
{display:inline-block;font-size:90%;margin-top:1em;}



/* entry-footer */
.entry-footer
{display: flex;
 flex-direction: column;}

.entry-footer > *
{order:0;}

.entry-footer > div{margin:1em 0;}
.entry-footer .customized-footer > div{
    margin:2em 0;
}
.entry-footer-html{
    background:#eee;
    padding:1em;
}




/* sidebar */
.hatena-module {
  margin-bottom:1em;
  padding:1rem;
  background:#eee;
  box-sizing:border-box;
}
.hatena-module-title, .entry-footer-html div.title, #bottom-editarea div.title/*div.titleはユーザー記述用クラス*/{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
}
.hatena-module-title a {
  color: #454545;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}

.profile-description a
{text-decoration: underline;}
.profile-description a:hover
{text-decoration: none;}


/* urllist module（リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通のクラスが振られます）*/
.hatena-urllist {
  list-style:none;
  margin:0;
  padding:0;
}
.hatena-urllist li {
  padding:8px 0;
  border-bottom:1px solid #ddd;
}
.urllist-title-link
{font-size:100%;line-height:1.8;}
.urllist-entry-body
 {font-size:70%;}


/* Search module */
.search-form{
    display:flex;justify-content:space-between;
    background:#fff;padding:0 0.5em;border:solid 1px #ddd;
}
.search-form input
 {line-height:1.5em;}
.search-module-input
 {box-sizing:border-box;width:100%;border:none;background:transparent;outline:none;}
.search-module-button
{padding:0;background:transparent;border:none;cursor:pointer;color:#505050;}
.search-module-button:hover
 {color:#111;}



/* Pager */
.pager
{display:block;font-size:90%;margin-bottom:1em;}
.pager > span
{max-width:100%;}
.pager-prev
{float:left;}
.pager-next
{float:right;}
.pager::after
{display:block;clear:both;content:" ";visibility:hidden;}



/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.page-about dd
 {margin:5px 0 30px 0;}




/* archive ページ */
.page-archive #main{background:#eee;}
.archive-entry {
  margin-bottom: 2em;
  padding:1em;
  background:#fff;
  border:solid 1px #eee;
}
.archive-header-category, .search-result{
    padding:1em;
    margin:0;
}
.archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.archive-entries .categories {
  margin: 0 0 .5em;
}
.archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  *display: inline;
  *zoom: 1;
}




/*トップページ*/
.page-index #main{
    padding:0;
    border:none;
    background:none;
}
.page-index .entry-inner{
    padding:2em;
    margin-bottom:2em;
    border:solid 1px #eee;
}




/*広告などユーザー挿入コンテンツ用のdivクラス設定*/
div.ad-full > ins, div.ad-smallpc > ins, div.ad-tablet > ins, div.ad-mobile > ins
 {margin-bottom:1em;}

div.ad-full{display:flex;justify-content:space-around;align-content:space-around;
            -webkit-flex-wrap:wrap;
            -moz-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
            -o-flex-wrap:wrap;
            flex-wrap:wrap;}
div.ad-smallpc{display:none}
div.ad-tablet{display:none}
div.ad-mobile{display:none}

@media (min-width: 1096px) and (max-width: 1175px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:flex;justify-content:space-around;align-content:space-around;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -o-flex-wrap:wrap;
        flex-wrap:wrap;}
    div.ad-tablet{display:none}
    div.ad-mobile{display:none}
}
@media (min-width: 768px) and (max-width: 1095px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:none}
    div.ad-tablet{display:flex;justify-content:space-around;align-content:space-around;
                  -webkit-flex-wrap:wrap;
                  -moz-flex-wrap:wrap;
                  -ms-flex-wrap:wrap;
                  -o-flex-wrap:wrap;
                  flex-wrap:wrap;}
    div.ad-mobile{display:none}
}
@media (max-width: 767px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:none}
    div.ad-tablet{display:none}
    div.ad-mobile{display:flex;justify-content:space-around;align-content:space-around;
                  -webkit-flex-wrap:wrap;
                  -moz-flex-wrap:wrap;
                  -ms-flex-wrap:wrap;
                  -o-flex-wrap:wrap;
                  flex-wrap:wrap;}
}




/*--------------------import media queries--------------------*/
/* Media Queries - smallpc */
@media (max-width: 1175px) {
    #box2
    {width:calc(300px + 2rem);margin-left:1vw;}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (730px + 1vw + (300px + 2rem))) / 2);}
}

/* Media Queries - tablet */
@media (max-width: 1095px) {
    #box2
    {width:30vw;}
    #blog-title, #main, .ontitle-menu
    {width:67vw;}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (67vw + 1vw + 30vw)) / 2);}

    #main
    {padding:0 1em;}
    .archive-entry
    {margin-bottom:1em;}
}

/* Media Queries - mobile */
@media (max-width: 767px) {
    #box2
    {width:100%;
     margin-left:0;
     margin-top:2em;}
    #blog-title, #main, .ontitle-menu
    {width:100vw}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:0;}
    #top-box
    {padding-left:1em;
     margin-top:-3.4em;
     height:3em;
     display: table;}
    .breadcrumb
    {display:table-cell;
     vertical-align:bottom;
     margin:0;}


    #container
    {padding-top:37px;}
    #main
    {margin-top:0em;}

    .page-index #main
    {padding-top:0;}
    .page-index .archive-entry
    {margin-bottom:-1px;}

    .page-archive #main
    {padding:0;
     border:none;}
    .archive-header-category, .search-result
    {padding:0.5em 0 0.5em 1.5em;}
    .archive-entry
    {margin:0;
     border-bottom:none;
     border-top: solid 1px #eee;}
    .hatena-module
    {margin-bottom:0;}
}
/*----------ここまでPlain----------*/

/*----------サイドバーを左に----------*/
#content-inner
{flex-direction:row-reverse;}
#top-box, #blog-title, .ontitle-menu
{margin-left:calc(((100vw - (730px + 2rem + (360px + 2rem))) / 2) + (360px + 4rem));}
#box2
{margin-left:0;
 margin-right:2rem;}
/* Media Queries - smallpc */
@media (max-width: 1175px) {
    #box2
    {margin-left:0;
     margin-right:1vw;}
     
    #top-box, #blog-title, .ontitle-menu
    {margin-left:calc(((100vw - (730px + 1vw + (300px + 2rem))) / 2) + (300px + 2rem + 1vw));}
}
/* Media Queries - tablet */
@media (max-width: 1095px) {
    #top-box, #blog-title, .ontitle-menu
    {margin-left:calc(((100vw - (67vw + 1vw + 30vw)) / 2) + 31vw);}
}
/* Media Queries - mobile */
@media (max-width: 767px) {
    #top-box, #blog-title, .ontitle-menu
    {margin-left:0;}
    #box2
    {margin-right:0;}
}
/*----------/サイドバーを左に----------*/
/*サイドバーを下げる*/
#box2
{margin-top:2rem;}

 /*#blog-titleを幅いっぱいに*/
#blog-title, .ontitle-menu
 {margin:0;width:100vw;}
#container
 {padding-top:37px;} /*上の隙間をなくす（はてなグローバルヘッダ非表示の場合は0px）*/
#top-box .breadcrumb-child:last-child{display:none;}

















/*----------Global----------*/
/*--フォントのインポート(別のフォントを使う場合、ここはまるまる削除可)--*/
/*日本語フォントのインポート*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }
/*/日本語フォントのインポート*/
/*--英数フォントのインポート--*/
/* latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v9/6LmGj5dOJopQKEkt88Gowb7tQjw-Wo8n0cJwyZmaafUU24FapfJwyacJ6xNu5rm9.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowT7BGRFJFGTOR8TgDVnPoH33rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Sans'), local('MerriweatherSans-Regular'), url(https://fonts.gstatic.com/s/merriweathersans/v9/AKu1CjQ4qnV8MUltkAX3sH1YW00lgGbZnyY5SugJ188.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Sans'), local('MerriweatherSans-Regular'), url(https://fonts.gstatic.com/s/merriweathersans/v9/AKu1CjQ4qnV8MUltkAX3sMzpYVnxV7fe3GzmF357o4o.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Sans Bold'), local('MerriweatherSans-Bold'), url(https://fonts.gstatic.com/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowYp00bKbsn_D4ns3hxoGOcoU24FapfJwyacJ6xNu5rm9.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Sans Bold'), local('MerriweatherSans-Bold'), url(https://fonts.gstatic.com/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowSMwD46KpV4ZaXo4aI1TkGT3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Merriweather Sans ExtraBold'), local('MerriweatherSans-ExtraBold'), url(https://fonts.gstatic.com/s/merriweathersans/v9/6LmGj5dOJopQKEkt88GowazG2fPOgiqxmV3wdilVhzcU24FapfJwyacJ6xNu5rm9.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Merriweather Sans ExtraBold'), local('MerriweatherSans-ExtraBold'), url(https://fonts.gstatic.com/s/merriweathersans/v9/6LmGj5dOJopQKEkt88Gowe_I-sQXwGXzt6b5C3t1Rn73rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/*
オプション：
Open Sans
*/

/*--/英数フォントのインポート--*/
/*--アイコンフォントのインポート(Font Awesome)--*/
@font-face{
    font-family:Font Awesome\ 5 Brands;
    font-style:normal;
    font-weight:400;
    src:url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-brands-400.eot);
    src:url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
@font-face{
    font-family:Font Awesome\ 5 Free;
    font-style:normal;
    font-weight:400;
    src:url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-regular-400.eot);
    src:url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400
}
@font-face{
    font-family:Font Awesome\ 5 Free;
    font-style:normal;
    font-weight:900;
    src:url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-solid-900.eot);
    src:url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.0.1/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900
}
/*--/アイコンフォントのインポートト(Font Awesome)--*/
/*--/フォントのインポート--*/


body
{background:#fffef6; /*#fffef6 #fffdf2*/
 font-family:'Noto Sans Japanese', 'Merriweather Sans', sans-serif;
 color:#333;}

body *
{transition-duration:0.15s;
 transition-timing-function:ease-out;}

pre
{font-size:90%;}

/*
.entry-thumb, .urllist-image, .entry-content img
{border:solid 1px #666;}
*/

address
{font-style: normal;}

ul
{margin:0;
 padding:0;}

li
{list-style-type:none;}

h1
{font-weight:500;
 font-size:2rem;}
h2
{font-weight:500;
 font-size:1.8rem;}
h3
{font-weight:500;
 font-size:1.6rem;}
h4
{font-weight:500;
 font-size:1.2rem;}
h5
{font-weight:500;
 font-size:1rem;}
h6
{font-weight:500;
 font-size:0.8rem;}

#main
{border:none;}
/*--aタグへのマウスオーバーの挙動--*/
/*移動のみ*/
.hatena-module-archive a:hover,
.hatena-module-links a:hover
{padding-left: 0.2rem;}

.hatena-module-archive a:hover::after,
.hatena-module-links a:hover::after
{content:"\f006";font-family:blogicon;
 font-size:60%;
 margin-left:1em;}

.subscribe-btn
{padding:0 0.2rem;}

.subscribe-btn:hover
{padding:0 0 0 0.4rem;}
/*/移動のみ*/
/*下線を出す*/
.archive-date a,
.pager-next a,
.hatena-id-link,
.urllist-date-link a,
#essaytopmenu a,
#essayfooter-right a
{padding:0 0.2rem;
 border-bottom:solid 1px transparent;}

.archive-date a::after,
.urllist-date-link a::after,
#essaytopmenu a::after,
#essayfooter-right a::after
{content: "\f006";font-family: blogicon;
 font-size: 60%;
 margin:0 0.5em;
 color:transparent;}

.archive-date a:hover,
.pager-next a:hover,
.hatena-id-link:hover,
.urllist-date-link a:hover,
#essaytopmenu a:hover,
#essayfooter-right a:hover
{border-color:#666;
 padding:0 0 0 0.4rem;}

.archive-date a:hover::after,
.urllist-date-link a:hover::after,
#essaytopmenu a:hover::after,
#essayfooter-right a:hover::after
{color:#333;}
/*/下線を出す*/
/*逆方向（下線を出す）*/
.pager-prev a
{padding:0 0.2rem;
 border-bottom:solid 1px transparent;}

.pager-prev a:hover
{border-color:#666;
 padding:0 0.4rem 0 0;}
/*/逆方向（下線を出す）*/
/*--/aタグへのマウスオーバーの挙動--*/
/*--カテゴリー--*/
.categories a, .urllist-category-link,
.hatena-module-category .hatena-urllist li a
{background:none;
 border:solid 1px #333;
 color:#333;
 display:inline-block;
 padding:2px 5px;}

.categories a::before, .urllist-category-link::before,
.hatena-module-category .hatena-urllist li a::before
{content:"#";
 font-size:80%;
 margin-right:0.1em;}

.categories a:hover, .urllist-category-link:hover,
.hatena-module-category .hatena-urllist li a:hover
{color:#000;
 border-color:#000;
 padding: 2px 10px;}

@media (max-width: 767px) {
    .categories a, .urllist-category-link,
    .hatena-module-category .hatena-urllist li a
    {padding:5px 10px;}
    
    .categories a:hover, .urllist-category-link:hover,
    .hatena-module-category .hatena-urllist li a:hover
    {padding:5px 10px;}
}
/*--/カテゴリー--*/
/*--パンくずリスト--*/
#top-box
{z-index:2;
 height:auto;}

#top-box *
{color:#333;}

#top-box a:hover
{padding:0 0.2em;
 text-decoration:underline;}

.breadcrumb
{margin:0;
 padding:0;}
/*--/パンくずリスト--*/
/*----------/Global----------*/
/*----------#blog-title----------*/
#blog-title
{height:80px;
 border-bottom:solid 2px #666;
 background:none;}
#blog-title-inner
{vertical-align: middle;
 padding:0 40px;}
#title
{font-size:30px;
 font-weight:300;}

#blog-description
{margin:0;
 font-weight:100;}
/*----------/#blog-title----------*/
/*----------#box2----------*/
#box2
{border-right:solid 1px #aaa;}
#box2-inner
{position:-webkit-sticky;
 position:sticky;
 top:47px;}
 
@media (max-width: 767px) {
    #box2
    {border-right:solid 1px #aaa;}
}

.hatena-module
{background:none;}

.hatena-module-archive a
{display:inline-block;}
.hatena-module-links a
{display:block;}

.search-form
{border:none;
 border-bottom:solid 1px #666;
 background:none;
 padding: 0.1em 0.5em;}

.authors-urllist a
{display:flex;
 align-items:center;}

.user-id
{display:block;}

.recent-comments a
{font-size:90%;}


/*--サイドバーのカテゴリ--*/
.hatena-module-category .hatena-urllist
{display:flex;
 flex-wrap:wrap;
 font-size:80%;}

.hatena-module-category .hatena-urllist li
{border:none;
 padding:0;
 margin:0 5px 5px 0;}
/*--/サイドバーのカテゴリ--*/
/*--関連記事・最新記事--*/
.urllist-item, .hatena-urllist li
{padding:1.2rem 0 0 0;
 position:relative;
 display: flex;
 align-items: flex-end;}

.urllist-item-inner
{display:flex;
 flex-wrap:wrap;
 box-sizing:border-box;}

.urllist-categories
{order:-1;
 flex-grow:1;
 text-align:right;
 margin-bottom:0.3rem;
 width:100%;}

.urllist-date-link
{order:0;
 width:100%;
 font-size:90%;
 margin-bottom:-2rem;
 z-index: 2;
 height:0;}

.urllist-title-link
{order:1;
 width:calc(100% - 104px);
 position:relative;
 box-sizing:border-box;
 padding:1rem 0 0.5rem 0;
 flex-grow:1;
 font-weight:500;
 min-height: 100px;
 display:flex;
 align-items:center;}

.urllist-image-link
{order:2;
 position:relative;
 box-sizing:border-box;
 padding-left:3px;
 display:flex;
 align-items: flex-end;}

.urllist-image, .urllist-with-thumbnails li .urllist-image
{margin:0;}

@media (max-width: 1175px) and (min-width: 768px) {
    #box2 .urllist-title-link
    {width:calc(100% - 8vw - 4px);
     min-height: 8vw;}
    #box2 .urllist-image
    {width:8vw;
     height:8vw;}
}

/*--/関連記事・最新記事--*/
/*----------/#box2----------*/
/*----------page-entry----------*/
/*--記事ヘッダ--*/
.entry-header
{display:flex;
 flex-direction:column-reverse;
 padding:120px 0 0 0;}

.entry-header .entry-title
{display: flex;
 align-items:center;
 padding:0 0 20px 0;
 margin-top:80px;
 font-size:120%;}

.entry-date
{margin:0;
 text-align:right;}

.date a
{display:inline-block;}

.date .hyphen
{display:none;}
.date .date-year::after, .date .date-month::after
{content:"/";
 font-size:60%;
 margin:0 0.4em;}

.page-entry #top-box
{margin-top: 210px;
 padding-left:2.5em;}

@media (max-width: 1095px) {
    .page-entry #top-box
    {padding-left:1.1em;}
}
@media (max-width: 767px) {
    .page-entry .categories a
    {animation: anime-marginlr2 2s cubic-bezier(0, 0, 0.01, 1.0) 0 1 normal;}
}
/*--/記事ヘッダ--*/
/*--entry-content--*/
.entry-content
{border-bottom: 1px solid #666;
 font-weight:300;}

.entry-content a
{color:#789dae;}

.entry-content a:visited
{color:#888;}

.entry-content a:hover
{color:#0f5373;
 text-decoration:none;}

.entry-content .keyword
{text-decoration:none;
 border-bottom:dotted 1px #888;}

.hatena-asin-detail
{border: none;
 font-size:90%;}
/*引用*/
.entry-content blockquote
{border:none;
 font-size:85%;
 color:#444;
 padding:0 2em;
 margin-left:2em;}

.entry-content blockquote p::before
{content:"\201C";
 margin-right:0.2em;}

.entry-content blockquote p::after
{content:"\201D";
 margin-left:0.2em;}

.entry-content blockquote cite
{width: 100%;
 display: block;
 text-align:right;}

.entry-content blockquote a::after
{content:"より";
 margin-left:1em;
 font-size:80%;}

.entry-content blockquote a, .entry-content blockquote a:visited
{color: #aaa;
 text-decoration: none;
 font-style: normal; }

.entry-content blockquote a:hover
{color:#888;
 font-weight:normal;}
/*/引用*/
/*table*/
.entry-content table *
{text-align:left;
 font-size:95%;}
/*/table*/
/*目次*/
.table-of-contents
{padding:0 0 0 3em;
 margin:3em 0;}

.table-of-contents ul
{padding:0 0 0 1.5em;
 font-size:90%;}

.table-of-contents::before
{content: "目次";
 font-weight: 500;
 display: block;
 margin-bottom: 0.5em;
 border-bottom: solid 1px #666;}

.table-of-contents li
{list-style-type: none;
 font-size:90%;
 padding:0.5em 0 0 0}

.table-of-contents a
{text-decoration:none;
 color:#333;
 display: flex;
 align-items:center;
 border-bottom:solid 1px transparent;}

.table-of-contents a:hover
{color:#333;
 padding-left:0.2em;
 border-bottom:solid 1px #666;}

.table-of-contents a:hover::after
{content:"\f006";font-family:blogicon;
 font-size:60%;
 margin-left:1em;}
/*/目次*/
/*見出し*/
.entry-content h3
{font-size: 130%;
 margin-top:2.3em;
 border-bottom: solid 1px #666;}

.entry-content h4
{font-size:110%;
 border-bottom: solid 1px #666;
 margin-left:1em;
 margin-top:2.3em;
 padding:0 0.2em;}

.entry-content h5
{font-size:100%;
 display:inline-block;}

.entry-content > .section > .section > .section
{padding-left:1em;}
/*/見出し*/
/*--/entry-content--*/
/*--entry-footer--*/
.entry-footer-section
{order:2;
 font-size:90%;}

.hatena-star-container
{order:4;}

.social-buttons
{order:3;}

.customized-footer
{order:1;}

.comment-box
{order:5;}

.comment
{font-size:75%;}

.entry-footer-html
{background:none;
 padding: 1em 0;}
/*記事下関連記事*/

.entry-footer-modules .hatena-module-related-entries .urllist-item
{padding: 0;
 min-height:100px;
 margin-bottom:0.5rem;}

.entry-footer-modules .hatena-module-related-entries .urllist-item-inner
{height:100%;
 align-content:flex-end;}

.entry-footer-modules .hatena-module-related-entries .related-entries-title-link,
.entry-footer-modules .hatena-module-related-entries .urllist-date-link,
.entry-footer-modules .hatena-module-related-entries .urllist-entry-body
{width:calc(100% - 100px);
 min-height:auto;}

.entry-footer-modules .hatena-module-related-entries .urllist-date-link
{font-size:70%;
 margin:0;
 height:auto;}

.entry-footer-modules .hatena-module-related-entries .related-entries-title-link
{flex-grow:0;
 padding:0;}

.entry-footer-modules .hatena-module-related-entries .urllist-entry-body
{order: 2;
 font-size:60%;
 margin:0.5em 0 1em 0;}
 
.entry-footer-modules .hatena-module-related-entries .urllist-image-link
{padding:0;
 position:absolute;
 bottom:0;
 right:0;}

/*/記事下関連記事*/
/*--/entry-footer--*/

/*----------/page-entry----------*/
/*----------page-archive----------*/
/*--トップページ--*/
.page-archive #main
{background:none;
 padding:0;
 position:relative;}

.archive-entries
{padding-top:1rem;}

.archive-entry
{background:none;
 border:none;
 padding:0;
 margin-top:2.5rem;
 position:relative;
 border-left:solid 1px transparent;}

.archive-entry:hover
{border-color:#ccc;}

.page-archive .archive-entry
{display:flex;
 flex-direction:column;
 box-sizing:border-box;}

.archive-entry .entry-thumb-link
{order:0;
 position:absolute;
 width: 100%;
 height:100%;
 margin:0;
 z-index:0;}

.archive-entry .entry-thumb
{margin:0;
 box-sizing:border-box;
 position:absolute;
 right:0;}

.archive-entry .archive-entry-header
{order:2;
 padding:0.5rem;
 z-index:1;}

.archive-entry .entry-title
{font-size:120%;
 margin:0;}

.archive-entry .archive-date
{position:absolute;
 font-size:80%;
 top:-1.6rem;
 z-index:1;}

.archive-entry .categories
{order:1;
 position:absolute;
 font-size:80%;
 text-align: right;
 margin:0;
 top:-1.5rem;
 right:0;
 max-width: calc(100% - 90px);
 z-index:2;
 box-sizing:border-box;}

.archive-entry .archive-entry-body
{order:3;
 font-size:80%;
 flex-grow:1;
 padding:0 0.5rem 0.5rem 0.5rem;}

.archive-entry .social-buttons
{position:relative:
 z-index:1;}

.archive-entry
{min-height:180px;}

.archive-entry .entry-thumb
{height:180px;
 width:180px;}


.archive-entry .archive-entry-header,
.archive-entry .archive-entry-body
{width:calc(100% - 180px - 1rem);}

@media (max-width: 1095px) {
    .archive-entry
    {min-height:16vw;}
    
    .archive-entry .entry-thumb
    {height:16vw;
     width:16vw;}
    
    .archive-entry .archive-entry-header,
    .archive-entry .archive-entry-body
    {width:calc(100% - 16vw - 1rem);}
    
    .archive-entry .archive-entry-body
    {font-size:70%;}
}
@media (max-width: 800px) { /*特殊区切り*/
    .archive-entry .entry-title
    {font-size:110%;}
}
@media (max-width: 767px) {
    .page-index .archive-entry, .page-archive .archive-entry
    {min-height:29vw;
     margin:3.5rem 0 2rem 0;}
    
    .archive-entry .entry-thumb
    {height:29vw;
     width:29vw;}
    
    .archive-entry .archive-entry-header,
    .archive-entry .archive-entry-body
    {width:calc(100% - 29vw - 1rem);}
    
    .archive-entry .categories
    {top:-2rem;}
}




/*マウスオーバー*/
.entry-title-link
{display:inline-block;
 width:100%;}
 
.archive-entry .entry-title-link:hover,
.page-index .entry-header .entry-title-link:hover
{color:#111;}

.archive-entry .entry-title-link:hover::after,
.page-index .entry-header .entry-title-link:hover::after
{content:"\f006";font-family:blogicon;
 font-size:60%;
 margin-left:1em;}
/*/マウスオーバー*/
/*--/トップページ--*/




/*--カテゴリページ--*/
.archive-header-category
{padding:120px 0.5rem 0.5rem 0.5rem;
 border-bottom:solid 1px #333;}

#top-box
{padding-left:0.5rem;}
@media (min-width: 768px) {
    #top-box
    {margin-top: 135px;}
}
@media (max-width: 767px) {
    #top-box
    {margin-top: 80px;}
    .archive-header-category
    {padding-right:0;
     padding-left:0;
     margin:0 0.6rem;}
}
/*--/カテゴリページ--*/
/*--検索結果ページ--*/
.search-result
{padding:0.5rem;
 margin-top:100px;}

.search-result .archive-heading
{font-weight: 450;}

.search-result-form
{font-size: 80%;
 background: none;
 border-radius: 0;
 border: none;
 border-bottom: solid 1px #333;
 max-width:80%;
 margin:0 auto;
 margin-top:60px;
 position:relative;}

.search-result-form .search-result-button
{background:none;
 margin: 0;
 padding: 0;
 position: absolute;
 bottom: 0; right: 0;
 width: 4.7rem;
  z-index:2;}

.search-result-form::after
{content:"再検索する";
 color:#505050;
 position:absolute;
 bottom:0;right:0;
 padding:5px;
 z-index:1;}

.search-result + p
{padding:2em 1em;}
/*--/検索結果ページ--*/
/*--期間別ページ--*/
#main-inner > .archive-heading
{padding:0 0.5rem;
 border-bottom:solid 1px #666;
 color:#333;
 font-size:1.4rem;
 margin-bottom:0;}
/*--/期間別ページ--*/
/*----------/page-archive----------*/
/*----------page-index----------*/
.page-index .entry-inner
{border: solid 1px transparent;}

.page-index .entry-inner:hover
{border-left: solid 1px #ccc;}

.page-index .entry-header
{padding:0;}

.page-index .entry-content
{border:none;}

.page-index .entry-footer
{display:none;}

.entry-see-more, .entry-content .entry-see-more, .entry-content .entry-see-more:visited
{color:#888;
 padding:0 0.2em;
 text-decoration:none;
 border-bottom:solid 1px #888;
 margin-top:1.5rem;
 display:inline-block;}

.entry-see-more:hover, .entry-content .entry-see-more:hover, .entry-content .entry-see-more:visited:hover
{color:#111;
 padding:0 0 0 0.4em;}

.entry-see-more::before
{content:"\f006";font-family:blogicon;
 font-size:60%;
 margin-right:1em;}
/*----------/page-index----------*/
/*----------ページャ----------*/
/*ページャー（２段）*/
.pager
 {display:block;
  font-size:90%;margin-bottom:1em;}
.pager > span
 {max-width:100%;}
.pager-prev
 {float:left;}
.pager-next
 {float:right;}
.pager::after
 {display:block;clear:both;content: " ";visibility: hidden;}
@media (max-width: 767px) {.page-index .pager{padding:0 1em;}}
/*ページャーの矢印の見た目を変える*/
.pager-next, .pager-next a
 {text-align:right;}
.pager a
 {display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:95%;
  -webkit-white-space: nowrap;
  -moz-white-space: nowrap;
  -ms-white-space: nowrap;
  -o-white-space: nowrap;
  white-space: nowrap;} 
.pager .pager-arrow
 {display:none;}
.pager-prev::before, .pager-next::after
 {content:"\f713";font-family:blogicon;position:relative;vertical-align:text-bottom;display:inline-block;}
.pager-prev::before
{margin-right:0.3em;}
.pager-next::after
{transform:rotateY(180deg);
 margin-left:0.3em;}
/*----------/ページャ----------*/
/*----------はてなヘッダ----------*/
#globalheader-container
{background:none;}
#globalheader-container *
{color:#333;}
/*----------/はてなヘッダ----------*/
/*----------はてなフッタ----------*/
#footer
 {font-size:80%;box-sizing:border-box;width:100%;padding:0.5rem 2rem;}
.footer-address
{margin-right:0.4em;
 font-size:1.6rem;}
#footer p
{margin:0;
 font-size:90%;
 font-weight:100;}
#footer a
{color:#333;}

@media (max-width: 767px) {
    #footer
    {padding:0.5rem 1rem;}
}
/*----------/はてなフッタ----------*/
/*----------アニメーション----------*/
@keyframes anime-width{
    0%
    {width:5em;}

    100%
    {width:100%;}
}
@keyframes anime-marginlr1{
    0%
    {margin: 2px 20px;}

    100%
    {margin: 2px;}
}
@keyframes anime-marginlr2{
    0%
    {margin: 2px 10px;}

    100%
    {margin: 2px;}
}
@keyframes anime-margintb1{
    0%
    {margin: 5rem 0 8em 0;}

    100%
    {margin: 2.5rem 0 2em 0;}
}
@keyframes anime-margintb2{
    0%
    {margin: 8rem 0 10rem 0;}

    100%
    {margin: 3.5rem 0 2rem 0;}
}
.entry-categories a
{animation: anime-marginlr1 2s cubic-bezier(0, 0, 0.01, 1.0) 0 1 normal;}

.page-entry .table-of-contents::before
{animation: anime-width 4s cubic-bezier(0, 0, 0.01, 1.0) 0 1 normal;}

.archive-entry
{animation: anime-margintb1 2s cubic-bezier(0, 0, 0.01, 1.0) 0 1 normal;}

@media (max-width: 767px) {
    .page-index .archive-entry, .page-archive .archive-entry
    {animation: anime-margintb2 2s cubic-bezier(0, 0, 0.01, 1.0) 0 1 normal;}
}
/*--オプションのアニメーション--
@keyframes anime-width{
    0%
    {width:10%;}

    100%
    {width:100%;}
}
.page-index #blog-title
{animation:anime-width 0.6s cubic-bezier(0.8, 0, 1, 1.0) 0 1 normal;}
----*/
/*----------/アニメーション----------*/
/*----------追加のHTML----------*/
/*--essaytopmenu--*/
#essaytopmenu
{font-size:80%;
 height: 80px;
 padding-right:40px;
 position:absolute;
 top:0;right:0;
 display:flex;
 align-items:center;
 justify-content:flex-end;
 max-width: 67vw;}

#essaytopmenu ul
{display:inline-block;
 padding:0;
 margin:0;}

#essaytopmenu li
{display:inline-block;
 margin-right:1em;}

#essaytopmenu .search-module-input
{width:150px;
 transition-duration:0.4s;
 transition-timing-function:cubic-bezier(0, 0, 0.01, 1.0);}

#essaytopmenu .search-module-input:focus
{width:300px;}

@media (max-width: 767px) {
    #essaytopmenu
    {position:static;
     height:auto;
     padding:0.5rem;
     flex-direction:column;
     max-width: 100vw;}

    #essaytopmenu ul
    {margin: 0 auto 0 30px;}
    
    #essaytopmenu .search-form
    {margin:1rem 0 0 auto;}
    
    #essaytopmenu .search-module-input:focus
    {width:80vw;}
}
/*--/essaytopmenu--*/
/*--essayfooter--*/
#container
{margin-bottom:0;}

#content
{padding-bottom:2rem;}

#essayfooter
{display:flex;
 justify-content:flex-end;
 align-items:stretch;
 font-size:80%;
 padding:1rem 40px;
 flex-wrap:wrap;}

#essayfooter-left, #essayfooter-right
{border-bottom:solid 1px #666;
 padding:0 0.8rem;}

#essayfooter-left-head
{white-space: nowrap;}

#essayfooter .blogicon-hatenablog
{font-size:2rem;
 vertical-align:sub;
 margin-right:0.2rem;}

.subscribe-btn
{border-bottom:solid 1px #666;
 font-size:90%;
 margin-left:1em;}

.subscribe-btn::before
{content:"\f001";font-family:blogicon;
 margin-right:0.2em;}

#essayfooter-left-description
{font-size:90%;
 margin-top:0.2rem;
 padding-bottom:0.4rem;
 font-weight:200;}

#essayfooter-right
{margin-left:19px;}

#essayfooter-right ul
{height:100%;
 display:flex;
 align-items:center;
 flex-wrap:wrap;}

#essayfooter-right li
{margin: 1rem 0 0.5rem 0;}

#essayfooter-right a
{margin:0 1em 0 2em;}

@media (max-width: 767px) {
    #essayfooter
    {padding:1rem 20px;}
    
    #essayfooter-right li
    {margin-left:21px;}
}
/*はてなフッタを消す場合、ここも削除*/
#essayfooter
{padding-bottom:0;}
#footer
{padding-top:0;}
/*/はてなフッタを消す場合、ここも削除*/
/*--/essayfooter--*/
/*--my-so-btns--*/

.my-so-btns
{display:flex;
 width:100%;
 box-sizing:border-box;
 justify-content:space-around;
 flex-wrap:wrap;
 margin:0;padding:0;
 font-size:80%;}

.my-so-btns li
{list-style-type:none;}
 
.my-so-btns a
{border-bottom:solid 1px;
 padding:0 0.2em;
 flex-shrink:1;
 transition-duration:0.4s;}

.my-so-btns a::before
{margin-right:0.2em;}

.my-so-btns a:hover
{padding:0 0.6em;}

.my-so-btn-hatenabookmark a
{border-color:#5DACF2;
 color:#5DACF2;}

.my-so-btn-subscribe a
{border-color:#3d3f44;
 color:#3d3f44;}

.my-so-btn-twitter a
{border-color:#1da1f2;
 color:#1da1f2;}

.my-so-btn-facebook a
{border-color:#4267b2;
 color:#4267b2;}

.my-so-btn-pocket a
{border-color:#F26677;
 color:#F26677;}

.my-so-btn-feedly a
{border-color:#2bb24c;
 color:#2bb24c;}
 
.my-so-btn-hatenabookmark a::before
{content:"\f027";font-family:blogicon;}

.my-so-btn-subscribe a::before
{content:"\f000";font-family:blogicon;}

.my-so-btn-twitter a::before
{content:"\f035";font-family:blogicon;}
 
.my-so-btn-facebook a::before
{content:"\f036";font-family:blogicon;}

.my-so-btn-pocket a::before
{content: "\f265";font-family: Font Awesome\ 5 Brands;}

.my-so-btn-feedly a::before
{content: "\f04e";font-family:blogicon;}
/*--/my-so-btns--*/
/*----------/追加のHTML----------*/
/* </system> */

/* ===== ヘッダーのブログタイトル行間調整 ===== */

/* PC・スマホ共通 */
#blog-title a {
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* スマホだけ少し余裕を出す */
@media screen and (max-width: 768px) {
  #blog-title a {
    line-height: 1.5;
  }
}

img[alt*="ブログ村"] {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
/* ブログ村 応援ボタンの位置を上に・押しやすく調整 */
.blogmura-button {
  margin-top: -10px;   /* 上に少し引き上げる */
  margin-bottom: 20px; /* 下の余白を確保 */
  text-align: center;
}

/* ボタン自体を少し大きく・クリックしやすく */
.blogmura-button img {
  max-width: 95%;
  transition: transform 0.2s ease;
}

/* 触れたとき少し浮く演出 */
.blogmura-button img:hover {
  transform: scale(1.03);
}

/* スマホだけ調整（重なり対策） */
@media screen and (max-width: 768px){

 /* スマホでパンくず(A)とタグ(C)が重なるのを防ぐ */
@media screen and (max-width: 768px){

  /* パンくずは必ず1行（ブロック）で確保して折り返しOKに */
  .breadcrumb,
  .breadcrumb *{
    position: static !important;
  }
  .breadcrumb{
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin: 8px 0 10px !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* タグ（記事下の #ASD ADHD… など）がパンくずに被らないように次行へ */
  .entry-footer,
  .entry-footer-section,
  .categories,
  .entry-categories,
  .entry-tags,
  .hatena-module-tag{
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin-top: 8px !important;
  }

  /* タグは横に並びすぎると潰れるので折り返し */
  .entry-tags ul,
  .entry-categories ul{
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
  }
}
/* ===== スマホだけ：パンくずが箱内で詰まって潰れるのを防ぐ ===== */
@media screen and (max-width: 768px){

  /* パンくず全体：枠線・背景・角丸を弱める（または消す） */
  .breadcrumb{
    border: none !important;              /* 枠線を消す（残したい場合は下の薄枠をON） */
    background: transparent !important;
    padding: 6px 0 !important;
    margin: 8px 0 10px !important;
    line-height: 1.6 !important;
  }

  /* ↓枠線を“薄く残す”なら、上の border:none を消してこれを使う */
  /*
  .breadcrumb{
    border: 1px solid rgba(0,0,0,0.12) !important;
    border-radius: 10px !important;
    background: transparent !important;
    padding: 8px 10px !important;
  }
  */

  /* パンくず内部：横並びをやめて縦並びにする（これが一番効く） */
  .breadcrumb ul{
    display: block !important;            /* flexを解除 */
    padding: 0 !important;
    margin: 0 !important;
  }
  .breadcrumb li{
    display: block !important;            /* 1項目ずつ改行 */
    white-space: normal !important;       /* 1行固定を解除 */
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.7 !important;
    margin: 0 0 4px 0 !important;
  }

  /* 文字が長いとき：強制的に折り返す */
  .breadcrumb,
  .breadcrumb a,
  .breadcrumb span{
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  /* 区切り記号（＞ / /）が詰まる場合は非表示にしてスッキリ */
  .breadcrumb li::after,
  .breadcrumb li::before{
    content: none !important;
  }
}
/* ===== スマホだけ：パンくずが箱内で詰まって潰れるのを防ぐ ===== */
@media screen and (max-width: 768px){

  /* パンくず全体：枠線・背景・角丸を弱める（または消す） */
  .breadcrumb{
    border: none !important;              /* 枠線を消す（残したい場合は下の薄枠をON） */
    background: transparent !important;
    padding: 6px 0 !important;
    margin: 8px 0 10px !important;
    line-height: 1.6 !important;
  }

  /* ↓枠線を“薄く残す”なら、上の border:none を消してこれを使う */
  /*
  .breadcrumb{
    border: 1px solid rgba(0,0,0,0.12) !important;
    border-radius: 10px !important;
    background: transparent !important;
    padding: 8px 10px !important;
  }
  */

  /* パンくず内部：横並びをやめて縦並びにする（これが一番効く） */
  .breadcrumb ul{
    display: block !important;            /* flexを解除 */
    padding: 0 !important;
    margin: 0 !important;
  }
  .breadcrumb li{
    display: block !important;            /* 1項目ずつ改行 */
    white-space: normal !important;       /* 1行固定を解除 */
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.7 !important;
    margin: 0 0 4px 0 !important;
  }

  /* 文字が長いとき：強制的に折り返す */
  .breadcrumb,
  .breadcrumb a,
  .breadcrumb span{
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  /* 区切り記号（＞ / /）が詰まる場合は非表示にしてスッキリ */
  .breadcrumb li::after,
  .breadcrumb li::before{
    content: none !important;
  }
}
/* =========================================================
   WORK（最下段に置く）: スマホでパンくず/記事上タグ枠が潰れて重なる対策
   目的: 1) パンくずは折り返し/縦並び  2) 記事上のカテゴリ/タグ枠は必ず次段へ
   ========================================================= */

@media screen and (max-width: 768px){

  /* 0) まず “重なり” の原因になりやすい float/absolute を無効化（スマホだけ） */
  .breadcrumb,
  .breadcrumb *{
    float: none !important;
    position: static !important;
  }

  /* 1) パンくず：箱を軽くして折り返し＆縦並び（詰まり防止） */
  .breadcrumb{
    display: block !important;
    width: 100% !important;
    clear: both !important;

    border: none !important;                 /* 枠線を消す（必要なら薄枠に変更可） */
    background: transparent !important;
    padding: 6px 0 !important;
    margin: 8px 0 10px !important;

    line-height: 1.7 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .breadcrumb ul{
    display: block !important;               /* 横並び解除→縦並び */
    padding: 0 !important;
    margin: 0 !important;
  }

  .breadcrumb li{
    display: block !important;
    white-space: normal !important;          /* 1行固定解除 */
    line-height: 1.7 !important;
    margin: 0 0 4px 0 !important;
  }

  /* 2) 記事上（entry-header側）のカテゴリ/タグ枠：必ず次の行に落とす */
  .entry-header,
  .entry-header *{
    float: none !important;
  }

  /* “カテゴリ/タグ枠” の候補を広めに拾って、全部ブロック化＋折り返し */
  .entry-header .categories,
  .entry-header .entry-categories,
  .entry-header .entry-category,
  .entry-header .entry-tags,
  .entry-header .entry-tag,
  .entry-header .hatena-module-category,
  .entry-header .hatena-module-tag,
  .entry-header .entry-header-menu,
  .entry-header .header-menu,
  .entry-header .topic-path,
  .entry-header .breadcrumb,
  .entry-header .entry-categories a,
  .entry-header .entry-tags a{
    display: block !important;
    width: 100% !important;
    clear: both !important;

    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;

    margin-top: 8px !important;
  }

  /* 3) 枠（#ASD ADHD… みたいな“箱”）が横に詰まる場合：折り返し前提の並びへ */
  .entry-header .entry-tags ul,
  .entry-header .entry-categories ul,
  .entry-header .categories ul{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 10px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* 4) それでも箱が潰れる場合：タグ/カテゴリの“箱”を小さくして詰まりを回避 */
  .entry-header .entry-tags a,
  .entry-header .entry-categories a,
  .entry-header .categories a{
    max-width: 100% !important;
    display: inline-block !important;
    line-height: 1.6 !important;
    padding: 6px 10px !important;
  }
}
/* =====================================================
   FINAL WORK BLOCK : スマホでパンくずが箱内で潰れる最終対策
   目的 : タグ風枠解除 / 折り返しOK / 縦並び / 最下段勝利
   ===================================================== */

@media screen and (max-width: 768px){

  /* ■ パンくず全体：タグ風の枠デザインを完全解除 */
  .breadcrumb,
  .topic-path,
  .breadcrumb-inner{
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 4px 0 !important;
    margin: 6px 0 10px !important;
  }

  /* ■ パンくずを必ず縦並びにする */
  .breadcrumb ul,
  .topic-path ul,
  .breadcrumb-inner ul{
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .breadcrumb li,
  .topic-path li,
  .breadcrumb-inner li{
    display: block !important;
    float: none !important;
    position: static !important;

    /* ★ 折り返し禁止を解除 */
    white-space: normal !important;

    /* ★ 強制折り返し許可 */
    overflow-wrap: anywhere !important;
    word-break: break-word !important;

    line-height: 1.7 !important;
    margin: 0 0 4px 0 !important;

    /* ★ 箱化されていた装飾を解除 */
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  /* ■ パンくず内リンクも同様に折り返し許可 */
  .breadcrumb a,
  .topic-path a,
  .breadcrumb-inner a{
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  /* ■ 区切り記号が箱っぽさを作っている場合は消す */
  .breadcrumb li::before,
  .breadcrumb li::after,
  .topic-path li::before,
  .topic-path li::after{
    content: none !important;
  }
}
/* =====================================================
   FINAL WORK BLOCK : スマホでパンくずが箱内で潰れる最終対策
   目的 : タグ風枠解除 / 折り返しOK / 縦並び / 最下段勝利
   ===================================================== */

@media screen and (max-width: 768px){

  /* ■ パンくず全体：タグ風の枠デザインを完全解除 */
  .breadcrumb,
  .topic-path,
  .breadcrumb-inner{
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 4px 0 !important;
    margin: 6px 0 10px !important;
  }

  /* ■ パンくずを必ず縦並びにする */
  .breadcrumb ul,
  .topic-path ul,
  .breadcrumb-inner ul{
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .breadcrumb li,
  .topic-path li,
  .breadcrumb-inner li{
    display: block !important;
    float: none !important;
    position: static !important;

    /* ★ 折り返し禁止を解除 */
    white-space: normal !important;

    /* ★ 強制折り返し許可 */
    overflow-wrap: anywhere !important;
    word-break: break-word !important;

    line-height: 1.7 !important;
    margin: 0 0 4px 0 !important;

    /* ★ 箱化されていた装飾を解除 */
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  /* ■ パンくず内リンクも同様に折り返し許可 */
  .breadcrumb a,
  .topic-path a,
  .breadcrumb-inner a{
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  /* ■ 区切り記号が箱っぽさを作っている場合は消す */
  .breadcrumb li::before,
  .breadcrumb li::after,
  .topic-path li::before,
  .topic-path li::after{
    content: none !important;
  }
}
/* =========================================================
   FINAL OVERRIDE (最下段に貼る)
   スマホでパンくずが「タグ風ボックス + nowrap」で潰れるのを強制解除
   方針:
   1) パンくず領域をタグ風装飾CSSから強制的に解放（リセット）
   2) 幅100%・折り返し許可・縦並び
   3) nowrap / 固定幅 / 箱化 / 区切り記号を完全解除
   ========================================================= */

@media screen and (max-width: 768px){

  /* --- 0) パンくず“コンテナ”候補を広めに拾う（テーマ差対策） --- */
  .breadcrumb,
  .breadcrumbs,
  .bread-crumb,
  .topic-path,
  .entry-breadcrumb,
  .entry-breadcrumbs,
  .breadcrumb-inner{
    /* タグ風ボックス化されていても確実に外す */
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;

    /* 幅と配置を固定：他の枠と同列にならない */
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;

    /* 折り返し許可 */
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;

    /* “箱っぽいpadding/余白”も軽くする */
    padding: 6px 0 !important;
    margin: 8px 0 10px !important;

    /* 変な重なり対策 */
    float: none !important;
    position: static !important;
  }

  /* --- 1) 「タグ風CSS」が li / a に付いて勝ってる場合があるので完全リセット --- */
  .breadcrumb *,
  .breadcrumbs *,
  .bread-crumb *,
  .topic-path *,
  .entry-breadcrumb *,
  .entry-breadcrumbs *,
  .breadcrumb-inner *{
    /* 一旦ぜんぶ外す（タグ風の枠・nowrap・固定幅などを根こそぎ落とす） */
    all: unset !important;

    /* リセット後に最低限の表示を戻す */
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    /* 折り返し完全許可 */
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;

    /* クリックできるように */
    box-sizing: border-box !important;
  }

  /* --- 2) ただしリンクだけはインラインに戻して見た目を自然に --- */
  .breadcrumb a,
  .breadcrumbs a,
  .bread-crumb a,
  .topic-path a,
  .entry-breadcrumb a,
  .entry-breadcrumbs a,
  .breadcrumb-inner a{
    display: inline !important;
    cursor: pointer !important;
    text-decoration: underline !important; /* リセットで消えるため */
  }

  /* --- 3) ul/li を縦並びに固定（横詰まり禁止） --- */
  .breadcrumb ul,
  .breadcrumbs ul,
  .bread-crumb ul,
  .topic-path ul,
  .entry-breadcrumb ul,
  .entry-breadcrumbs ul,
  .breadcrumb-inner ul{
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .breadcrumb li,
  .breadcrumbs li,
  .bread-crumb li,
  .topic-path li,
  .entry-breadcrumb li,
  .entry-breadcrumbs li,
  .breadcrumb-inner li{
    display: block !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.7 !important;
  }

  /* --- 4) 区切り記号が“箱の固定幅”や詰まりを起こす場合は除去 --- */
  .breadcrumb li::before,
  .breadcrumb li::after,
  .breadcrumbs li::before,
  .breadcrumbs li::after,
  .bread-crumb li::before,
  .bread-crumb li::after,
  .topic-path li::before,
  .topic-path li::after{
    content: none !important;
  }
}
/* =========================================================
   FINAL FIX : スマホでパンくずがタグ風CSSに支配される問題を完全解除
   ・タグ風ボックス化 強制解除
   ・white-space: nowrap 強制解除
   ・inline-block 強制解除
   ・幅100%・折り返し許可
   ・縦並び固定
   ========================================================= */

@media screen and (max-width: 768px){

  /* ■ パンくず本体を「タグ風CSS」から完全解放 */
  .breadcrumb,
  .breadcrumbs,
  .bread-crumb,
  .topic-path,
  .breadcrumb-inner{
    /* タグ風ボックス装飾を完全無効化 */
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    /* inline-block や flex 支配を解除 */
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    /* nowrap を完全解除 */
    white-space: normal !important;

    /* 強制折り返し許可 */
    overflow-wrap: anywhere !important;
    word-break: break-word !important;

    /* 位置固定・横並び解除 */
    float: none !important;
    position: static !important;
    clear: both !important;

    padding: 6px 0 !important;
    margin: 6px 0 10px !important;
  }

  /* ■ パンくず内部(li,a)にもタグ風CSSが付いているのを強制解除 */
  .breadcrumb li,
  .breadcrumbs li,
  .bread-crumb li,
  .topic-path li,
  .breadcrumb-inner li{
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    display: block !important;          /* 縦並び */
    width: 100% !important;

    white-space: normal !important;     /* nowrap解除 */
    overflow-wrap: anywhere !important;
    word-break: break-word !important;

    padding: 0 !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.7 !important;
  }

  /* ■ リンク文字も必ず折り返し許可 */
  .breadcrumb a,
  .breadcrumbs a,
  .bread-crumb a,
  .topic-path a,
  .breadcrumb-inner a{
    display: inline !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  /* ■ 横並びを生む ul の flex / inline-block を解除 */
  .breadcrumb ul,
  .breadcrumbs ul,
  .bread-crumb ul,
  .topic-path ul,
  .breadcrumb-inner ul{
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* ■ 区切り記号が箱幅固定を作る場合は除去 */
  .breadcrumb li::before,
  .breadcrumb li::after,
  .breadcrumbs li::before,
  .breadcrumbs li::after,
  .bread-crumb li::before,
  .bread-crumb li::after,
  .topic-path li::before,
  .topic-path li::after{
    content: none !important;
  }
}

/* =====================================================
   スマホだけ：ヘッダーをスッキリ整理
   ・ブログ説明文を非表示
   ・ヘッダー画像を小さく
   ・タイトルと全体余白を縮める
   ===================================================== */

@media screen and (max-width: 768px){

  /* ■ ブログ説明文を非表示 */
  .blog-description,
  .header-description,
  .site-description,
  .header-inner .description {
    display: none !important;
  }

  /* ■ ヘッダー全体の上下余白を縮める */
  header,
  .header,
  .header-inner {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  /* ■ ブログタイトル周りの余白を縮小 */
  .blog-title,
  .site-title,
  .header-title {
    margin: 4px 0 !important;
    line-height: 1.3 !important;
  }

  /* ■ ヘッダー画像を小さくする */
  .header-image,
  .header-logo,
  .site-logo img {
    max-height: 60px !important;   /* 好みで 50～80px に変更OK */
    width: auto !important;
  }

  /* ■ ナビゲーションの上下余白を縮める */
  .global-nav,
  .header-menu {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
/* =====================================================
   FINAL SMARTPHONE CLEAN BLOCK
   スマホのヘッダー＆記事上部を完全スッキリ化
   ===================================================== */

@media screen and (max-width: 768px){

  /* 1. ブログ説明文を非表示 */
  .blog-description,
  .site-description,
  .header-description,
  .header-inner .description{
    display: none !important;
  }

  /* 2. ヘッダー全体をコンパクト化 */
  header,
  .header,
  .header-inner{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .blog-title,
  .site-title,
  .header-title{
    margin: 4px 0 !important;
    line-height: 1.3 !important;
  }

  /* ヘッダー画像を小さく */
  .header-image,
  .header-logo,
  .site-logo img{
    max-height: 60px !important;
    width: auto !important;
  }

  /* 3. SNSボタン（B・X・LINEなど）を非表示 */
  .entry-share,
  .social-buttons,
  .share-buttons,
  .hatena-bookmark-button,
  .twitter-share-button,
  .line-share-button,
  .facebook-share-button{
    display: none !important;
  }

  /* 4. パンくずリストをスマホでは非表示 */
  .breadcrumb,
  .breadcrumbs,
  .topic-path,
  .breadcrumb-inner{
    display: none !important;
  }

  /* 5. 記事上のタグ・カテゴリをスマホでは非表示 */
  .entry-header .entry-tags,
  .entry-header .entry-categories,
  .entry-header .categories,
  .hatena-module-tag,
  .hatena-module-category{
    display: none !important;
  }

  /* 6. タグ風ボックス装飾が他に残っても無効化 */
  .entry-tags *,
  .entry-categories *,
  .categories *{
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  /* 7. 記事タイトルの余白を詰める */
  .entry-title,
  h1.entry-title{
    margin-top: 6px !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
  }
}
/* =====================================================
   FINAL : スマホでブログヘッダーを極小化
   記事までの「巨大ヘッダー挟まり」を解消
   ===================================================== */

@media screen and (max-width: 768px){

  /* ■ ヘッダー全体の高さを圧縮 */
  header,
  .header,
  .header-inner{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-bottom: 4px !important;
  }

  /* ■ ブログタイトルを小さく */
  .blog-title,
  .site-title,
  .header-title{
    font-size: 18px !important;     /* 好みで16〜20pxに調整OK */
    line-height: 1.2 !important;
    margin: 2px 0 !important;
  }

  /* ■ ブログ説明文をコンパクト表示 */
  .blog-description,
  .site-description,
  .header-description{
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin: 2px 0 !important;
  }

  /* ■ 読者になるボタンを小さく */
  .subscribe-button,
  .hatena-follow-button{
    transform: scale(0.85);
    transform-origin: left top;
    margin: 2px 0 !important;
  }

  /* ■ ヘッダー画像がある場合は縮小 */
  .header-image,
  .header-logo,
  .site-logo img{
    max-height: 45px !important;
    width: auto !important;
  }

  /* ■ ヘッダー直下と記事タイトルの距離を縮める */
  .content,
  .container,
  .entry{
    margin-top: 4px !important;
  }

  /* ■ 記事タイトルの上余白も圧縮 */
  .entry-title,
  h1.entry-title{
    margin-top: 4px !important;
  }
}

