@charset "utf-8";
/*
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Juliette-Note
* ver.1 The first edition: 2017.3.31
* ver.2 2017.4.17 - iPhoneでfixedされたinputが固定されないバグのApple修正に伴いhackを削除
* ver.3 2017.9.22 - SSL化に伴うURL正規化
* ver.4 2018.1.27 - 画像遅延読み込み導入(デフォルト設定グリッドページのみ), floatレイアウトからflexレイアウトに変更, リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* ver.5 2018.12,20 - CSS一部追加(Adsenseを掲載しやすく調整), 管理人コメントにプロフィールアイコン表示追加など
* ver.6 2019.7.31 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ), 記事部分の上下余白をpaddingからmarginに変更
* ver.7 2019.11.2 - コメント主のリンク表示用JS及びデザインの変更
* ver.8 2019.12.15 - パーマリンク設定導入に伴うcanonical指定変更
* ver.9 2019.12.17 - パーマリンク設定導入に伴うページ送り変更
* ver.10 2020.4.5 - コメント返信のJS変更, jQueryを3.4.1にアップデート
* ver.11 2020.5.29 - ページ送りのJSを修正
* ver.12 2020.6.4 - NEWマーク用JSを変更
* ver.13 2022.1.6 - FC2ブログ新機能「SEOアドバイザー」対応のためのhead要素記述方法変更, jQueryを3.6.0にアップデート
* ver.14 2023.7.23 - IE用対応終了, Font Awesomeの利用を停止, 個別記事ページ送りに前後記事サムネイル表示を追加, jQueryの利用を停止, スクロールアンカーJSの利用を停止, カスタムプロパティ導入, SNSリンク追加, ユーザビリティの最適化, idセレクタによるスタイリングをclassセレクタに統一, RSSリンク削除, コメント削除アラート追加, 記事編集リンクをアイコン型に変更, その他UI調整
* ver.15 2023.8.7 - Twitter社名・ロゴ変更に対応
* ver.16 2023.9.18 - No imageの設定方法を変更, YouTube縦横比を自動調整, 公式タグプラグインの位置ズレの対策, サムネイル付き関連記事リストを全体リンクに
* ver.17 2024.2.28 - リスト型ページネーションの複製を可能に
*/

/***==========================================
      reset(do NOT change or delete)
==========================================***/

*::before,*::after{box-sizing:border-box}ins{text-decoration:none}ul,ol{list-style:none;margin:0;padding:0}dd,dl,figcaption,figure,h1,h2,h3,h4,li,p{margin:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}iframe{border:0}embed,iframe,img,table,textarea{max-width:100%}input,textarea{font-size:1.6rem;font-family:inherit}button{font-size:inherit;font-family:inherit}code,pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{box-sizing:border-box}:focus{outline:0}#fc2_text_ad,pre,table{word-break:break-all}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:40px 0!important;letter-spacing:normal;line-height:1.2;font-size:11px;word-break:break-all}input::-moz-focus-inner,button::-moz-focus-inner{border:0}#change_mobile{display:none}

/* hack for google chrome glitch */
.gc_hack *{transition:none!important}


/***==========================================
      svgs
==========================================***/

.svg-fill,
.svg-stroke {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
}
.svg-fill {
  fill: currentColor;
}
.svg-stroke {
  fill: none;
  stroke: currentColor;
}

.svg-margin_right {
  margin: 0 .3em 0 0;
}

.svg-home {
  vertical-align: -0.05em;
}

.svg-hatena {
  height: 1.5rem;
}


/***==========================================
      注)主要カスタマイズ(variables)
==========================================***/

:root {
  --animation-page: fadeIn 1.2s;/* アクセス時ページアニメーション, 不要ならこの一行削除 */
  --animation-page_scroll: fadeIn .8s;/* ページスクロールボタン, 不要ならこの一行削除 */

  /* 横幅 */
  --width-whole_pct: 92%;/* 全体最大横幅, 変更非推奨 */
  --width-whole: 1200px;/* 全体最大横幅 */
  --width-sidemenu: 300px;/* 記事幅最大(--width-wholeの値を超えない数字を指定すること) */

  --gap: 50px;/* メインカラムとサイドカラムの余白 */
  --order: 0;/* メインカラムとサイドカラムの入れ替えは 0 を 1 に変更 */

  /* 背景色 */
  --bgcolor-body: white;/* ブログ背景色(暗め白) */

  /* スクロールアンカー */
  --sticky-navigation: sticky;/* ナビ上部固定 不要ならこの一行削除 */
  --sticky-sidemenu: sticky;/* サイドメニュー最終アイテム上部固定 不要ならこの一行削除 */
  --sticky-pagination: sticky;/* ページネーション上部固定 不要ならこの一行削除 */

  /* 余白, 変更時は注意 */
  --padding-main-container-top-sp: 20px;/* コンテナ上 */
  --padding-main-container-top-tb: calc(var(--padding-main-container-top-sp) * 1.5);
  --padding-main-container-top-pc: calc(var(--padding-main-container-top-sp) * 2);

  --margin-main-body-bottom-sp: 30px;/* セクション下 */
  --margin-main-body-bottom-tb: calc(var(--margin-main-body-bottom-sp) * 1.5);/* セクション下 */
  --margin-main-body-bottom-pc: calc(var(--margin-main-body-bottom-sp) * 2);/* セクション下 */

  /* 色(文字, リンク, etc.) */
  --color-base: rgb(51,51,51);/* 基本テキスト */

  --color-dominant: rgb(235,159,138);/* ドミナントカラー(橙) */
  --color-dominant-reverse: black;/* ドミナントカラー反対色(黒) */

  --color-sub: rgb(238,234,228);/* サブカラー(クリーム) */
  --color-sub-reverse: rgb(51,51,51);/* サブカラー反対色(黒) */

  --color-link: rgb(171,95,74);/* リンク(濃橙) */
  --color-link-reverse: white;/* リンク反対色(白) */

  /* 記事内p要素 */
  --margin-paragraph: 1.9em;/* 記事内p要素上下余白 */

  /* 共通ホバーアクション(ドロップシャドゥ) */
  --btn-action--hover: 0 10px 10px -6px rgba(0,0,0,.3);/* ボタン類 ホバー */

  /* フォント大きさ */
  --font_size-base: 1.6rem;/* 基本 */
  --font_size-num: 1.2rem;/* ページ数表記 */

  /* フォントファミリー */
  --font_family-base: Avenir, 'Century Gothic', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;/* 基本 */
  --font_family-latin: 'Playfair Display', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'MS Mincho', serif;/* 明朝 */
  --font_family-cursive: 'Monsieur La Doulaise', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'MS Mincho', cursive;/* 筆記体 */

  /* 行間 */
  --line_height-base: 1.5;/* 基本 */
  --line_height-entry: 1.9;/* 記事 */
  --line_height-title: 1.4;/* タイトル系 */

  /* ヘッダー */
  --header-padding-sp: 30px;/* ヘッダー上下 */
  --header-padding-tb: calc(var(--header-padding-sp) * 1.8);
  --header-padding-pc: calc(var(--header-padding-sp) * 2.3);

  --header-bgimage: url(https://blog-imgs-102.fc2.com/v/a/n/vanillaice000/anemonebgth.jpg);/* 背景画像 */
  --header-bgimage-position-horizontal: left;/* 画像内オブジェクト表示位置合わせ 水平 left or center or right */
  --header-bgimage-position-vertical: bottom;/* 画像内オブジェクト表示位置合わせ 垂直 top or center or bottom */

  --header-layer: none;/* 画像上レイヤーが必要な場合はこの一行削除(画像上テキストの視認性確保) */
  --header-layer-bgcolor: rgba(0,0,0,.4);/* 画像上レイヤー背景色 */

  --header-color-index: white;/* 文字色 */
  --header-color: var(--color-base);/* 文字色 */

  --welcome-note: "Welcome to my blog";/* 文言 */
  --welcome-font_size-min: 3rem;/* フォント大きさ 最小 */
  --welcome-font_size-max: 4rem;/* フォント大きさ 最大 */

  /* ブログ名 */
  --blog_title-font_size-min: 1.9rem;/* ブログタイトル フォント大きさ(スマホ) */
  --blog_title-font_size-max: 2.3rem;/* ブログタイトル フォント大きさ(PC) */

  /* サブタイトル(ブログ説明文, パン屑リスト) */
  --sub_title-font_size: 1.3rem;/* ブログ説明文, パンくずリスト */

  /* タグ */
  --tag-font_size: 1.2rem;/* 記事下 タグ */

  /* グローバルナビゲーション */
  --navi-width-max: 700px;/* PC */
  --navi-height: 44px;/* 高さ, 変更強く非推奨 */
  --navi-font_size: 1.2rem;/* フォント大きさ */

  --navi-bgcolor: var(--color-sub);/* 背景色 */
  --navi-color: var(--color-sub-reverse);/* 文字・リンク色 */

  --navi-input-bgcolor: rgb(250,250,250);/* 検索背景色 */
  --navi-input-color: rgb(51,51,51);/* 検索文字色 */

  --navi-placeholder-color: rgb(150,150,150);/* プレースホルダー文字色 */
  --navi-placeholder-font_size: 1.2rem;/* プレースホルダー文字大きさ */

  --navi-form-btn-size: 100px;/* 検索アイコンサイズ */

  --navi-accordion-height: 300px;/* アコーディオン高さ(スマホ), リンク数に応じて調整, 調整の無い場合は自動でスクロールボックスになります */

  /* グリッド */
  --grid-item-margin-bottom-sp: 20px;/* グリッドアイテム下 */
  --grid-item-margin-bottom-tb: calc(var(--grid-item-margin-bottom-sp) * 1.5);
  --grid-item-margin-bottom-pc: calc(var(--grid-item-margin-bottom-sp) * 2);
  --grid-image-aspect: 16/9;/* 画像縦横比, 横/高さ 約分(reducing)可 */

  --grid-datetime-size-small: 70px;/* 円形日付サイズ(スマホ) */
  --grid-datetime-size-large: 80px;/* 円形日付サイズ(PC) */

  --grid-font_size-title-small: 1.6rem;/* 記事タイトルフォント大きさ(スマホ) */
  --grid-font_size-title-large: 1.8rem;/* 記事タイトルフォント大きさ(PC) */
  --grid-font_size-desc-small: 1.4rem;/* 概要文フォント大きさ(スマホ) */
  --grid-font_size-desc-large: 1.6rem;/* 概要文フォント大きさ(PC) */
  --grid-font_size-info: 1.3rem;/* 記事情報フォント大きさ */

  --grid-linage-desc: 4;/* 記事概要表示行数 */

  /* 記事 */
  --entry-font_size-title: 1.8rem;/* 記事タイトル フォント大きさ */
  --entry-font_size-info: 1.3rem;/* 記事情報 */
  --entry-author-icon-size: 26px;/* 個別記事管理人アイコン(記事編集リンク) */

  /* コメントフォーム */
  --comment_form-input-border: rgb(220,220,220);/* inputボーダー */
  --comment_form-input-bgcolor: rgb(250,250,250);/* input背景 */
  --comment_form-input-color: rgb(51,51,51);/* input文字色 */

  --comment_form-input-border--focus: rgb(80,80,80);/* inputボーダー フォーカス */
  --comment_form-input-bgcolor--focus: white;/* input背景 フォーカス */
  --comment_form-input-color--focus: rgb(51,51,51);/* input文字色 フォーカス */

  --comment_form-placeholder-color: rgb(110,110,110);/* プレースホルダー文字色 */
  --comment_form-placeholder-font_size: 1.3rem;

  --comment_form-size-checkbox: 24px;/* 非公開コメント用チェックボックスサイズ */

  --comment_form-btn-bgcolor-send: rgb(65,128,1);/* 送信ボタン背景 */
  --comment_form-btn-bgcolor-delete: transparent;/* 送信ボタン背景 */
  --comment_form-btn-color-send: white;/* 送信ボタン文字色 */
  --comment_form-btn-color-delete: var(--color-base);/* 送信ボタン文字色 */
  --comment_form-btn-border-delete: rgb(200,200,200);/* 削除ボタンボーダー */
  --comment_form-btn-bgcolor-delete--hover: rgb(206,49,78);/* 削除ボタンホバー背景色 */
  --comment_form-btn-color-delete--hover: white;/* 削除ボタンホバー文字色 */

  --comment_form-font_size-label: 1.5rem;/* ラベル フォント大きさ */
  --comment_form-font_size-btn: 1.4rem;/* 送信ボタン フォント大きさ */

  /* 受信コメント */
  --comment-user-size: 46px;/* 投稿者アイコンサイズ */
  --comment-user-bgcolor: rgb(230,230,230);/* コメント投稿者アイコン背景色 */
  --comment-user-color: rgb(80,80,80);/* コメント投稿者アイコン色 */
  --comment-user-link: var(--color-base);/* リンクつき投稿者名 */

  --comment-btn-size: 36px;/* コメント導線ボタン */
  --comment-btn-bgcolor: var(--color-sub);/* コメント導線ボタン背景色 */
  --comment-btn-color: var(--color-sub-reverse);/* コメント導線ボタン文字色 */

  --comment-font_size-title: 1.5rem;/* タイトル */
  --comment-font_size-body: 1.4rem;/* 本文 */
  --comment-font_size-date: 1.2rem;/* 受信日 */

  /* セクション・ページ名 */
  --page_title-align: center;/* ページ名, セクション名(flex-start or center or flex-end) */
  --page_title-font_size: 1.8rem;/* 全記事リスト, カテゴリ一覧, 検索結果など ページタイトル */

  /* 関連記事 */
  --relate-note-title: "You may also like";/* サムネイル付き関連記事 */
  --relate-note-browsing: "【現在閲覧中】";/* 閲覧中アイテム */
  --relate-image-size: 80px;/* サムネイルサイズ */
  --relate-font_size: 1.2rem;/* 文字大きさ */

  /* リスト系ページ */
  --list-font_size-title: 1.6rem;/* 全記事リスト, カテゴリ一覧, 検索結果など 記事タイトル */
  --list-font_size-info: 1.2rem;/* 副情報 */
  --list-font_size-desc: 1.4rem;/* 記事概要 */

  --list-border: rgb(230,230,230);/* ボーダー */

  --list-image-size: 80px;/* 画像サイズ */

  /* 画像なし(関連記事) */
  --noimage-note: "No image";/* 画像なし */
  --noimage-image: url(https://blog-imgs-102.fc2.com/v/a/n/vanillaice000/Julietnoimage.jpg);/* no image代替 */
  --noimage-layer: rgba(255,255,255,.8);/* 画像上レイヤー */
  --noimage-layer-reverse: rgba(51,51,51,.4);/* レイヤー反対色 */
  --noimage-font_size: 1.2rem;/* フォントサイズ */

  /* サイドメニュー */
  --sidemenu-border: rgb(238,234,228);/* ボーダー */
  --sidemenu-bgcolor: rgb(245,245,245);/* 背景色 */
  --sidemenu-color: rgb(100,100,100);/* 文字・リンク色 */

  --sidemenu-font_size-title: 1.5rem;/* タイトルフォント大きさ */
  --sidemenu-font_size: 1.4rem;/* 内容フォント大きさ */

  /* ページネーション */
  --pagination-size: 40px;/* !変更非推奨 */

  --pagination-bgcolor: var(--color-sub);/* リンク背景 */
  --pagination-color: var(--color-sub-reverse);/* リンク色 */

  --pagination-height-next: 42px;/* 次のページへ 高さ */
  --pagination-bgcolor-next: var(--color-sub);/* 次のページへ 背景色 */
  --pagination-color-next: var(--color-sub-reverse);/* 次のページへ 背景色 */

  --pagination-bgcolor--hover: var(--color-dominant);/* リンクホバー背景色 */
  --pagination-color--hover: var(--color-dominant-reverse);/* リンクホバー文字色 */

  --pagination-border-current_page: rgb(220,220,220);/* カレント背景 */
  --pagination-bgcolor-current_page: white;/* カレント背景 */
  --pagination-color-current_page: rgb(51,51,51);/* カレント文字色 */

  --pagination-font_size: 12px;/* フォント大きさ, 変更非推奨 */

  /* ページ内スクロールボタン */
  --page_scroll_btn-size: 42px;/* ページ内スクロールボタン */
  --page_scroll_btn-bgcolor: rgba(255,255,255,.4);/* ページ内スクロールボタン */
  --page_scroll_btn-color: var(--color-dominant);/* ページ内スクロールボタンアイコン色 */
  --page_scroll-position: 8vh;/* 位置(下から) */

  /* FC2スマホ用フッター義務広告 */
  --position-footer-ads: 120px;/* スマホ広告が出る方はページ内スクロールボタンの位置をここで調整, デフォルト「下から110px」*/

  /* newマーク */
  --new-note: "NEW!";/* 新着マーク */
  --new-color: rgb(243,72,72);/* 文字色 */
  --new-font_size: 12px;

  /* フッター */
  --footer-bgcolor: var(--color-sub);
  --footer-color: var(--color-sub-reverse);/* 文字色 */
  --footer-link: var(--color-link);/* リンク */
  --footer-font_size: 1.2rem;/* 文字大きさ */

  /* CSSテキスト(注意書き等) */
  --note-color: rgb(150,150,150);/* 基本色よりも薄い色テキスト */
  --note-font_size: 1.4rem;/* フォント大きさ */
  --note-italic: italic;/* テキストの斜体解除はこの一行削除 */

  --note-comment-none: "まだコメントはありません";/* コメント欄, 受信コメント0 */
  --note-comment-close: "コメントの受付は終了しました";/* コメント欄 受信コメント表示 + コメントフォーム無し */
  --note-results-none: "該当する記事はありません";/* 検索結果無し */
  --note-contents-none: "まだ記事はありません";/* 記事の無いページ(カテゴリ, 月日別) */

  /* 引用 */
  --quote-icon: rgb(180,180,180);/* クォーテーションマーク */
  --quote-border: rgb(200,200,200);

  /* 公式プラグイン カレンダー */
  --plugin_calendar-sun: rgb(243,72,72);/* カレンダー日曜日 */
  --plugin_calendar-sat: rgb(49,70,187);/* 土曜日 */

  --plugin_calendar-link-bgcolor: var(--color-sub);/* リンク背景色 */
  --plugin_calendar-link-color: var(--color-sub-reverse);/* リンク色 */

  --plugin_calendar-link-bgcolor--hover: var(--color-dominant);/* リンク背景色 ホバー */
  --plugin_calendar-link-color--hover: var(--color-dominant-reverse);/* リンク色 ホバー */

  /* 公式プラグイン input */
  --plugin_input-border: rgb(220,220,220);/* ボーダー */
  --plugin_input-bgcolor: rgb(250,250,250);/* 背景 */
  --plugin_input-color: rgb(51,51,51);/* 文字色 */

  --plugin_input-border--focus: rgb(80,80,80);/* ボーダー フォーカス */
  --plugin_input-bgcolor--focus: white;/* 背景 */
  --plugin_input-color--focus: rgb(51,51,51);/* 文字色 */

  /* 公式プラグイン submit */
  --plugin_submit-bgcolor: var(--color-sub);/* 背景 */
  --plugin_submit-color: var(--color-sub-reverse);/* 文字色 */

  /* 公式プラグイン タグ */
  --plugin_tag-border: rgb(220,220,220);/* ボーダー */

  --plugin_tag-bgcolor: transparent;/* 背景色 */
  --plugin_tag-color: var(--color-base);/* 文字色 */

  --plugin_tag-bgcolor--hover: var(--color-dominant);/* ホバー背景色 */
  --plugin_tag-color--hover: var(--color-dominant-reverse);/* ホバー文字色 */

  /* sns */
  --sns-size: 38px;/* サイズ */
  --sns-size-footer: 42px;/* サイズ */
  --sns-font_size: 1.5rem;/* アイコンサイズ */
  --sns-font_size-footer: 1.2rem;/* アイコンサイズ */
  --sns-bgcolor: var(--color-dominant);/* 背景色 */
  --sns-color: var(--color-dominant-reverse);/* アイコン色 */
  --sns-color--hover: white;/* ホバーアイコン色 */

  --sns-facebook: rgb(59,89,152);/* Facebook */
  --sns-x: black;/* X */
  --sns-pinterest: rgb(206,15,25);/* Pinterest */
  --sns-instagram: rgb(62,114,155);/* Instagram */
  --sns-hatena: rgb(53,113,221);/* Hatena */
  --sns-youtube: rgb(218,24,37);/* YouTube */

  /* 引用(blockquote要素) */
  --quote-icon: rgb(206,206,206);/* クォーテーションマーク */
  --quote-border: rgb(240,240,240);/* ボーダー */
  --quote-bgcolor: rgb(250,250,250);/* 背景色 */
  --quote-color: rgb(51,51,51);/* 文字色 */

  /* ハイライト(mark要素) */
  --mark-border: yellow;/* 罫線 */
  --mark-color: var(--color-base);/* 文字色 */

  /* 整形済(pre要素) */
  --pre-border: rgb(220,220,220);/* ボーダー */
  --pre-bgcolor: rgb(250,250,250);/* 背景色 */
  --pre-color: rgb(51,51,51);/* 文字色 */

  /* personal */
  --personal-heading-border: rgb(220,220,220);/* 見出しボーダー(freehand) */
  --personal-heading-bgcolor: rgb(240,240,240);/* 見出し背景色(dogear, curl) */
  --personal-heading-color: rgb(51,51,51);/* 見出し文字色(dogear, curl) */

  --personal-heading-fold: rgb(200,200,200);/* 折り目部分(dogear) */

  --personal-heading-shadow: rgba(0,0,0,.2);/* ドロップシャドゥ(curl) */
}


/***==========================================
      link
==========================================***/

a {
  text-decoration: none;
  color: var(--color-link);
  transition: .3s ease-in-out;
}


/***==========================================
      animation
==========================================***/

@keyframes slideInDown{0%,50%{opacity:0;transform:translateY(-30px)}100%{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}


/***==========================================
      layout
==========================================***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background: var(--bgcolor-body);
  color: var(--color-base);
  font: var(--font_size-base)/var(--line_height-base) var(--font_family-base);
  overflow-y: scroll;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  animation: var(--animation-page, none);
}

.wrapper {
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
}

.body-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--bgcolor-body);
  transform: translateZ(1px);
}

.main-container {
  width: var(--width-whole_pct);
  max-width: var(--width-whole);
  margin: 0 auto;
  padding: var(--padding-main-container-top-sp) 0 60px;
}

@media screen and (min-width: 768px) {
  .main-container {
    padding-top: var(--padding-main-container-top-tb);
  }
}
@media screen and (min-width: 1100px) {
  .main-container {
    padding-top: var(--padding-main-container-top-pc);
  }
}

.secondary {
  width: 100%;
  font-size: var(--sidemenu-font_size);
}

.sidemenu:last-child {
  position: var(--sticky-sidemenu, static);
  top: calc(var(--navi-height) + 20px);
}

.searchBarfound .sidemenu:last-child {
  top: calc(var(--navi-height) + 20px + 27px);
}

@media screen and (min-width: 961px) {
  .main-container {
    display: flex;
    justify-content: space-between;
  }
  .primary {
    order: var(--order);
    width: calc(100% - var(--width-sidemenu) - var(--gap));
  }
  .secondary {
    width: var(--width-sidemenu);
  }
}


/***==========================================
      header
==========================================***/

.header-banner-index {
  position: sticky;
  top: 0;
  width: 100%;
  background: var(--header-bgimage) var(--header-bgimage-position-horizontal) var(--header-bgimage-position-vertical) /cover no-repeat;
  padding: var(--header-padding-sp) 0;
  color: var(--header-color-index);
}

.header-banner {
  padding: var(--header-padding-sp) 0;
  color: var(--header-color);
}

@media screen and (min-width: 768px) {
  .header-banner-index {
    padding: var(--header-padding-tb);
  }
}
@media screen and (min-width: 1100px) {
  .header-banner-index {
    padding: var(--header-padding-pc);
  }
}

.header-banner-index::before {
  content: var(--header-layer, "");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--header-layer-bgcolor);
}

.blog-name-container {
  width: var(--width-whole_pct);
  max-width: var(--width-whole);
  margin: 0 auto;
  text-align: center;
}

.blog-name-container-index {
  position: relative;
  z-index: 1;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}


/* welcome */
.welcome {
  font-size: clamp(var(--welcome-font_size-min), 4vw, var(--welcome-font_size-max));
  line-height: 1.2;
  font-family: var(--font_family-cursive);
}

.welcome::before {
  content: var(--welcome-note);
}

.blog-title {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: clamp(var(--blog_title-font_size-min), 2.5vw, var(--blog_title-font_size-max));
  font-family: var(--font_family-latin);
}

.blog-title-anchor-index {
  color: var(--header-color-index);
}

.blog-title-anchor {
  color: var(--header-color);
}

.site-description,
.breadcrumbs-prewrap {
  position: relative;
  max-width: var(--width-sub-title-max);
  margin: 0 auto;
  font-size: var(--sub_title-font_size);
}


/***==========================================
      breadcrumbs
==========================================***/

.breadcrumbs {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.breadcrumbs-item {
  position: relative;
  margin: 4px 6px 4px 0;
}

.breadcrumbs-item:last-of-type {
  margin-right: 0;
}

.breadcrumbs-item:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width:  5px;
  height: 5px;
  margin: 0 8px 0 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  vertical-align: .1em;
  transform: rotate(45deg);
}

.breadcrumbs-anchor {
  display: inline-block;
  text-shadow: none;
}


/***==========================================
      global navigation
==========================================***/

.navigation {
  position: var(--sticky-navigation, static);
  top: 0;
  z-index: 1000;
  width: 100%;
  background: var(--navi-bgcolor);
  color: var(--navi-color);
  font-size: var(--navi-font_size);
  font-family: var(--font_family-latin);
  transform: translateZ(1px);
  transition: .7s ease-in-out;
}

.searchBarfound .navigation {
  top: 27px;
}

.navi-menu {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: var(--navi-height);
  margin: auto;
  overflow: hidden;
  transition: height .6s ease-in-out;
}

.navi-list {
  flex: 1;
  width: 100%;
  min-height: 0;
  padding: 0 1em;
  overflow-y: auto;
  text-align: center;
}

.navi-list::-webkit-scrollbar {
  display: none;
}

.navi-item {
  margin: 0 0 10px;
}

.navi-item:first-of-type {
  margin-top: 30px;
}

.navi-item-anchor {
  display: block;
  padding: 1em 0;
  color: var(--navi-color);
  letter-spacing: 1px;
  cursor: pointer;
}

/* search */
.navi-search-form {
  height: var(--navi-height);
}

.navi-search-submit {
  display: none;
}

.navi-search-btn {
  display: none;
}

.navi-search-text {
  width: 100%;
  height: var(--navi-height);
  padding: 0 1em;
  border-radius: 0;
  border: 0;
  background: var(--navi-input-bgcolor);
  color: var(--navi-input-color);
  outline: none;
  font-family: var(--font_family-base);
  appearance: none;
}

.navi-search-text::-webkit-input-placeholder {
  color: var(--navi-placeholder-color);
  font-size: var(--navi-placeholder-font_size);
  font-family: var(--font_family-latin);
}

.navi-search-text::-moz-input-placeholder {
  color: var(--navi-placeholder-color);
  font-size: var(--navi-placeholder-font_size);
  font-family: var(--font_family-latin);
}

/* hamburger */
.hamburger-btn {
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: var(--navi-height);
  height: var(--navi-height);
  margin: 0 auto;
  color: currentColor;
  font-size: 2rem;
  cursor: pointer;
}

.svg-hamburger {
  transform: scale(1, -1);
  transition: transform .3s;
}

#navi-checkbox {
  display: none;
}

#navi-checkbox:checked + .navi-menu .svg-hamburger {
  transform: scale(1, 1);
}

#navi-checkbox:checked ~ .navi-menu {
  height: var(--navi-accordion-height);
  overflow: visible;
}

@media screen and (min-width: 661px) {
  .hamburger-btn {
    display: none;
  }
  #navi-checkbox:checked + .navi-menu {
    height: initial;
  }
  .navi-menu {
    flex-flow: initial;
    justify-content: center;
    width: var(--width-whole_pct);
    max-width: var(--width-whole);
    margin: 0 auto;
  }
  .navi-list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: var(--navi-width-max);
    height: var(--navi-height);
    padding: 0;
    overflow: hidden;
  }
  .navi-item {
    flex: 1;
    min-width: 0;
    height: 100%;
    margin: 0 6px;
  }
  .navi-item:first-of-type {
    margin-top: 0;
  }
  .navi-item:not(.expand-form) {
    position: relative;
    z-index: 3;
  }
  .navi-item-anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .expand-form {
    width: var(--navi-form-btn-size);
  }
  .navi-search-form {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .navi-search-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: var(--navi-form-btn-size);
    height: 100%;
    padding: 0 20px 0 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
  }
  .navi-search-text {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: var(--navi-form-btn-size);
    border-radius: 25px;
    border: 0;
    cursor: pointer;
    transition: .5s;
  }
  .navi-search-text:focus {
    opacity: 1;
    width: 100%;
    cursor: text;
  }
}


/***==========================================
      grid(top page)
==========================================***/

/* grid */
.grid-list:empty::before {
  content: var(--note-contents-none);
  display: block;
  width: 100%;
  color: var(--note-color);
  font-size: var(--note-font_size);
  font-style: var(--note-italic);
  text-align: center;
}

.grid-item {
  position: relative;
  margin: 0 0 var(--grid-item-margin-bottom-sp);
  padding: 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid var(--list-border);
}

@media screen and (min-width: 768px) {
  .grid-item {
    margin-bottom: var(--grid-item-margin-bottom-tb);
  }
}
@media screen and (min-width: 1100px) {
  .grid-item {
    margin-bottom: var(--grid-item-margin-bottom-pc);
  }
}

.grid-image-wrapper {
  position: relative;
  margin: 0 0 calc(var(--grid-datetime-size-small) / 2 + 10px);
  aspect-ratio: var(--grid-image-aspect);
}

@media screen and (min-width: 768px) {
  .grid-image-wrapper {
    margin: 0 0 calc(var(--grid-datetime-size-large) / 2 + 10px);
  }
}

.grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: var(--font_family-latin);
}

.grid-image-none {
  background: var(--noimage-image) center center /cover no-repeat;
}

.grid-image-none::before {
  content: var(--noimage-note);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--noimage-layer);
  color: var(--noimage-layer-reverse);
  font-size: calc(var(--noimage-font_size) + .2rem);
}

.grid-datetime {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: calc(var(--grid-datetime-size-small) / 2 * -1);
  left: 50%;
  width: var(--grid-datetime-size-small);
  height: var(--grid-datetime-size-small);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,.3);
  border-radius: 50%;
  background: var(--color-dominant);
  color: var(--color-dominant-reverse);
  line-height: 1;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .grid-datetime {
    bottom: calc(var(--grid-datetime-size-large) / 2 * -1);
    width: var(--grid-datetime-size-large);
    height: var(--grid-datetime-size-large);
  }
}

.grid-date {
  font-size: 12px;
}

.grid-day {
  display: block;
  margin: 4px 0;
  font-weight: bold;
  font-size: 20px;
}

.grid-title {
  margin: 0 0 10px;
  font-size: var(--grid-font_size-title-small);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .grid-title {
    font-size: var(--grid-font_size-title-large);
  }
}

.grid-title-anchor {
  color: var(--color-base);
}

.grid-info-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  font-size: var(--grid-font_size-info);
}

.grid-info {
  margin: 4px 0;
}

.grid-category {
  margin-right: 1.5em;
}

.grid-category-parent {
  margin-right: 6px;
}

.grid-category-parent + .grid-category::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 4px 2px 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.grid-comment-anchor {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.grid-comment-anchor::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 45px;
  height: 100%;
}

.grid-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--grid-linage-desc);
  max-height: calc(var(--grid-font_size-desc-small) * var(--line_height-base) * var(--grid-linage-desc));
  overflow: hidden;
  font-size: var(--grid-font_size-desc-small);
}

@media screen and (min-width: 768px) {
  .grid-desc {
    max-height: calc(var(--grid-font_size-desc-large) * var(--line_height-base) * var(--grid-linage-desc));
    font-size: var(--grid-font_size-desc-large);
  }
}


/***==========================================
      SNS
==========================================***/

.sns-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  font-size: var(--sns-font_size);
}

.sns-list-footer {
  flex-flow: wrap;
  justify-content: center;
  margin: 0 0 20px;
  font-size: var(--sns-font_size-footer);
}

.sns-item-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--sns-size);
  height: var(--sns-size);
}

.sns-item-anchor-footer {
  width: var(--sns-size-footer);
  height: var(--sns-size-footer);
  border-radius: 50%;
  background: var(--sns-bgcolor);
  color: var(--sns-color);
}

.sns-item-anchor-footer:hover {
  color: var(--sns-color--hover);
}

.sns-facebook:hover {
  color: var(--sns-facebook);
}
.sns-x:hover {
  color: var(--sns-x);
}
.sns-pinterest:hover {
  color: var(--sns-pinterest);
}
.sns-hatena:hover {
  color: var(--sns-hatena);
}

.sns-facebook-footer:hover {
  background: var(--sns-facebook);
}
.sns-x-footer:hover {
  background: var(--sns-x);
}
.sns-pinterest-footer:hover {
  background: var(--sns-pinterest);
}
.sns-instagram-footer:hover {
  background: var(--sns-instagram);
}
.sns-youtube-footer:hover {
  background: var(--sns-youtube);
}


/***==========================================
      individual article
==========================================***/

.main-body {
  position: relative;
  z-index: 1;
  margin: 0 0 var(--margin-main-body-bottom-sp);
  padding: 0 0 20px;
  border-bottom: 1px solid var(--list-border);
}

@media screen and (min-width: 768px) {
  .main-body {
    margin-bottom: var(--margin-main-body-bottom-tb);
  }
}
@media screen and (min-width: 1100px) {
  .main-body {
    margin-bottom: var(--margin-main-body-bottom-pc);
  }
}

.entry-header {
  text-align: center;
}

.entry-title {
  margin: 0 0 15px;
  font-size: var(--entry-font_size-title);
  line-height: var(--line_height-title);
}

.entry-info-inner {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  font-size: var(--entry-font_size-info);
}

.entry-info-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

/* author */
.entry-author-anchor {
  flex-shrink: 0;
  margin: 0 .6em 0 -4px;
  cursor: default;
}

.entry-author-image {
  width: var(--entry-author-icon-size);
  height: var(--entry-author-icon-size);
  border-radius: 50%;
}

.entry-info {
  margin: 4px 1em 4px 0;
}

.entry-category-parent {
  margin-right: 6px;
}

.entry-category-parent + .entry-category::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 5px 2px 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

/* content */
.inner-contents {
  margin: 20px 0;
  line-height: var(--line_height-entry);
}

.inner-contents p {
  margin: var(--margin-paragraph) 0;
}

/* back to default */
.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

/* heading */
.inner-contents h2 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.2em;
}
.inner-contents h3 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.1em;
}
.inner-contents h4 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1em;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.entry-footer {
  margin: 30px 0 0;
}

/* user tag */
.entry-tag {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 8px;
  margin: 30px 0;
  font-size: var(--tag-font_size);
  line-height: var(--line_height-title);
}

.entry-tag a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 50px;
  padding: .3em .6em;
  border: 1px solid var(--color-link);
}

.entry-tag a:hover {
  background: var(--color-dominant);
  color: var(--color-dominant-reverse);
  text-decoration: none !important;
}


/***==========================================
      related post, trackback list
==========================================***/

.relate_dl {
  margin: 30px 0;
  font-size: var(--relate-font_size);
}

.relate_dt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: var(--page_title-font_size);
}

.relate_dd {
  padding: 12px !important;
  border: 1px solid var(--list-border);
}

.date {
  padding-top: 10px;
}

.inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* list outline layout */
#fc2relate_entry_thumbnail_area {
  position: relative;
  font-size: var(--relate-font_size);
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 10px;
  overflow: hidden;
}

/* item */
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  font-weight: bold;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li {
  color: var(--color-link);
}

/* thumbnail */
#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: block;
  width: var(--relate-image-size);
  height: var(--relate-image-size);
  padding: 0;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* overlay */
.relate_entry_thumbnail_noimg {
  visibility: hidden;
}

.related-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: var(--relate-image-size);
  height: var(--relate-image-size);
  background: var(--noimage-image) center center /cover no-repeat;
}

.related-overlay::before {
  content: var(--noimage-note);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--noimage-layer);
  color: var(--noimage-layer-reverse);
  font-weight: normal;
  font-size: var(--noimage-font_size);
  font-family: var(--font_family-latin);
}

/* image */
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  width: var(--relate-image-size);
  height: var(--relate-image-size);
  object-fit: cover;
  border: 0;
}

/* title */
#fc2relate_entry_thumbnail_area .relate_entry_title {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 0 1em;
  color: var(--color-base);
  word-break: break-all;
  pointer-events: none;
}

/* title anchor */
#fc2relate_entry_thumbnail_area .relate_entry_title .relate_entry_title_text {
  color: var(--color-base);
  text-decoration: none;
  pointer-events: none;
}

.relate_li_nolink .relate_entry_title_text::before {
  content: var(--relate-note-browsing);
  display: inline-block;
}

/* date */
#fc2relate_entry_thumbnail_area .relate_entry_date {
  letter-spacing: 1px;
  text-indent: 1px;
}

/* heading */
#fc2relate_entry_thumbnail_area .relate_dt {
  visibility: hidden;
  position: relative;
}

#fc2relate_entry_thumbnail_area .relate_dt::before {
  visibility: visible;
  content: var(--relate-note-title);
  display: flex;
  justify-content: var(--page_title-align);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  font-weight: normal;
  font-size: var(--page_title-font_size);
  font-family: var(--font_family-latin);
}


/***==========================================
      page header
==========================================***/

.page_header {
  display: flex;
  flex-flow: wrap;
  justify-content: var(--page_title-align);
  align-items: baseline;
  margin: 0 0 30px;
}

.section-title {
  font-weight: normal;
  font-size: var(--page_title-font_size);
  line-height: var(--line_height-title);
}

.latin {
  font-family: var(--font_family-latin);
}

.page_name-num {
  margin: 0 4px;
  font-size: var(--font_size-num);
}

.num {
  margin: 0 4px;
}

.total_pages:empty {
  display: none;
}

.total_pages::before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
}


/***==========================================
      posted comment
==========================================***/

.comment_wrap:empty::before {
  content: var(--note-comment-close);
  display: block;
  padding: 30px 0;
  color: var(--note-color);
  font-size: var(--note-font_size);
  font-style: var(--note-italic, normal);
  text-align: center;
}

.comment-number0::before {
  content: var(--note-comment-none);
  display: block;
  color: var(--note-color);
  font-size: var(--note-font_size);
  font-style: var(--note-italic);
  text-align: center;
}

.comment-contents {
  margin-bottom: 20px;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: var(--comment-user-size);
  margin: 0 0 15px;
}

.user-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: var(--comment-user-size);
  height: var(--comment-user-size);
  margin: 0 15px 0 0;
  border-radius: 50%;
  background: var(--comment-user-bgcolor);
  color: var(--comment-user-color);
  font-size: 14px;
}

.visitor-name-and-title {
  flex: 1;
  min-width: 0;
  font-size: var(--comment-font_size-title);
}

.comment-url {
  font-weight: bold;
}

.useranchor {
  display: inline-block;
  color: var(--comment-user-link);
}

.useranchor::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .6em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='none' stroke='rgb(116,116,116)' stroke-miterlimit='10' stroke-width='4' d='M30 62h32V2H2v32' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath fill='none' stroke='rgb(116,116,116)' stroke-miterlimit='10' stroke-width='4' d='M26 56V38H8m18 0L2 62' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") center center /cover no-repeat;
  vertical-align: -.13em;
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.comment-body {
  position: relative;
  padding: 0 20px 10px;
  font-size:  var(--comment-font_size-body);
}

.comment-body a {
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
}

.comment-datetime {
  margin: 10px 0;
  font-size: var(--comment-font_size-date);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: right;
}

/* commento tool */
.comment-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}

.btn-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--comment-btn-size);
  height: var(--comment-btn-size);
  border-radius: 50%;
  background: var(--comment-btn-bgcolor);
  color: var(--comment-btn-color);
}

.comment-info {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
}

.comment-date {
  width: 100%;
  font-size: var(--comment-font_size-date);
  letter-spacing: 1px;
  text-align: right;
}

.height-adjust {
  margin-top: calc(var(--navi-height) * -1);
  padding-top: var(--navi-height);
}


/***==========================================
      comment form
==========================================***/

.comment_form {
  margin-top: 30px;
}

.comment_form-input {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: .8em .5em;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--comment_form-input-border);
  background: var(--comment_form-input-bgcolor);
  color: var(--comment_form-input-color);
  outline: none;
  filter: none;
  appearance: none;
}

.comment_form-textarea {
  min-height: 200px;
}

.password {
  width: 49%;
}

@media screen and (min-width: 601px) {
  .comment_form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .half {
    width: 49%;
  }
}

.comment_form-input::-webkit-input-placeholder {
  color: var(--comment_form-placeholder-color);
  font-size: var(--comment_form-placeholder-font_size);
  font-family: var(--font_family-latin);
  letter-spacing: 1px;
}

.comment_form-input::-moz-placeholder {
  color: var(--comment_form-placeholder-color);
  font-size: var(--comment_form-placeholder-font_size);
  font-family: var(--font_family-latin);
  letter-spacing: 1px;
}

.comment-password {
  width: 50%;
  min-width: 200px;
}

.comment-textarea {
  min-height: 200px;
}

.comment_form-input:focus {
  border-color: var(--comment_form-input-border--focus);
  background: var(--comment_form-input-bgcolor--focus);
  color: var(--comment_form-input-color--focus);
}

.comment_form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--comment_form-input-bgcolor) inset;
}

/* checkbox */
.himitu {
  display: none;
  margin: 0;
}

.comment_form-secret {
  display: flex;
  align-items: center;
}

.himitu {
  margin-right: 6px;
}

.himitu-label {
  display: flex;
  align-items: center;
  position: relative;
  font: var(--comment_form-font_size-label)/var(--line_height-base) var(--font_family-latin);
  cursor: pointer;
}

.himitu-label:before {
  content: "";
  display: block;
  width: var(--comment_form-size-checkbox);
  height: var(--comment_form-size-checkbox);
  margin: 0 8px 0 0;
  border: 1px solid var(--comment_form-input-border);
  background: var(--comment_form-input-bgcolor);
}

.himitu:checked + .himitu-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: calc(var(--comment_form-size-checkbox) / 3);
  width: calc(var(--comment_form-size-checkbox) / 3);
  height: calc(var(--comment_form-size-checkbox) / 1.3);
  border-right: 3px solid var(--comment_form-input-color);
  border-bottom: 3px solid var(--comment_form-input-color);
  transform: rotate(45deg);
}

/* button */
.comment_form-btn-flex {
  display: flex;
  justify-content: space-between;
  max-width: 330px;
}

/* send and delete button */
.swap-order .sendbtn {
  order: 1;
}

.comment_form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: calc(var(--comment_form-font_size-btn) + 1.8em);
  min-height: 40px;
  margin-top: 30px;
  padding: 0;
  border-radius: 2px;
  border: 0;
  font: bold var(--comment_form-font_size-btn)/var(--line_height-base) var(--font_family-latin);
  cursor: pointer;
}

.sendbtn {
  background: var(--comment_form-btn-bgcolor-send);
  color: var(--comment_form-btn-color-send);
  transition: box-shadow .3s ease-in-out;
}

.delbtn {
  border: 1px solid var(--comment_form-btn-border-delete);
  background: var(--comment_form-btn-bgcolor-delete);
  color: var(--comment_form-btn-color-delete);
  transition: background .3s ease-in-out, color .3s ease-in-out;
}

.sendbtn:hover {
  box-shadow: var(--btn-action--hover);
}

.delbtn:hover {
  background: var(--comment_form-btn-bgcolor-delete--hover);
  color: var(--comment_form-btn-color-delete--hover);
}


/***==========================================
      trackback
==========================================***/

.op,
.for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin: 30px auto 10px;
  border-radius: 0;
  border: 1px solid var(--comment_form-input-border);
  background: var(--comment_form-input-bgcolor);
  color: var(--comment_form-input-color);
  padding: 1em;
  outline: none;
  font-size: 1.3rem;
}

.for-trackback-word {
  margin: 20px auto 30px;
  font-size: 1.2rem;
}

.op:focus {
  border: 1px solid var(--comment_form-input-border--focus);
  background: var(--comment_form-input-bgcolor--focus);
  color: var(--comment_form-input-color--focus);
}

.tb_contents {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid var(--list-border);
  font-size: 1.2rem;
}

.tb_title {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.tb-desc {
  margin: 8px 0;
  font-size: 1.2rem;
}


/***==========================================
      index (title list), search page
==========================================***/

.index-list:empty::before {
  content: var(--note-contents-none);
  display: block;
  margin: 0 0 30px;
  color: var(--note-color);
  font-size: var(--note-font_size);
  font-style: italic;
  text-align: center;
}

.index-list-search:empty::before {
  content: var(--note-results-none);
}

.index-item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--border);
}

.index-item:last-of-type {
  border: 0;
}

.index-heading {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 0 0 .6em;
}

.index-num {
  margin: 0 .6em 0 0;
  font-size: var(--list-font_size-info);
}

.index-title {
  color: var(--color-base);
  font-size: var(--list-font_size-title);
  word-break: break-all;
}

.index-info-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 5px;
}

.index-info {
  margin: 5px 0;
  font-size: var(--list-font_size-info);
}

.index-category-parent {
  margin-right: 6px;
}

.index-category-parent + .index-category::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 7px 0 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  vertical-align: 0.14em;
  transform: rotate(45deg);
}

.index-comment {
  margin-left: 1em;
}

.index-date {
  letter-spacing: 1px;
  text-align: right;
}

.index-desc {
  color: var(--color-base);
  font-size: var(--list-font_size-desc);
}

.index-contents {
  overflow: hidden;
}

.index-image-wrapper {
  float: right;
  width: var(--list-image-size);
  height: var(--list-image-size);
  margin: 0 0 8px 8px;
}

.index-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/***==========================================
      pagination
==========================================***/

.pager {
  position: var(--sticky-pagination, static);
  top: calc(var(--navi-height) + 10px);
  margin: 50px 0 70px;
  font-size: var(--pagination-font_size);
}

.pager-upper {
  position: static;
  margin: 0 auto 50px;
}

.searchBarfound .pager:not(.pager-upper) {
  top: calc(var(--navi-height) + 10px + 27px);
}

/* ===== list */
.pager-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 calc(calc(100% - 92%) / 2 * -1);
  font-family: 'Times New Roman', serif;
}

.pager-item  {
  width: var(--pagination-size);
  height: var(--pagination-size);
}

.current_page,
.pager-item-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.current_page {
  border: 1px solid var(--pagination-border-current_page);
  background: var(--pagination-bgcolor-current_page);
  color: var(--pagination-color-current_page);
}

.pager-item-anchor {
  background: var(--pagination-bgcolor);
  color: var(--pagination-color);
}

/* next */
.pager-next {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  height: var(--pagination-height-next);
  margin: 20px auto 0;
  border-radius: 2px;
  background: var(--pagination-bgcolor-next);
  color: var(--pagination-color-next);
}

.pager-next:hover {
  background: var(--pagination-bgcolor--hover);
  color: var(--pagination-color--hover);
}

.pager-item-anchor:hover {
  background: var(--pagination-bgcolor--hover);
  color: var(--pagination-color--hover);
}

/* ===== entry */
.pager_entry-list {
  margin: 0 auto 40px;
}

.pager_entry-item {
  margin: 0 0 15px;
}

@media screen and (min-width: 580px) {
  .pager_entry-list {
    display: flex;
    justify-content: space-between;
  }
  .pager_entry-item {
    width: calc(50% - 6px);
  }
}

.pager_entry-box {
  flex: 1;
  min-width: 0;
  padding: 10px;
}

.next-justify {
  text-align: right;
}

/* image */
.pager_entry-item-anchor {
  display: flex;
  background: var(--pagination-bgcolor);
  color: var(--pagination-color);
}

.pager_entry-bg {
  width: 80px;
  height: 80px;
  margin: 10px;
  overflow: hidden;
}

.pager_entry-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .3s;
}

@media (pointer: fine) {
  .pager_entry-item-anchor:hover {
    box-shadow: var(--btn-action--hover);
  }
}

/* title */
.pager_entry-box-text {
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1px;
}
.pager_entry-box-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: calc(var(--font_size-pager) * var(--line_height-base) * 3);
  overflow: hidden;
}

/* category */
.pager_entry-cat-guide {
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}
.pager_entry-cat-guide-anchor {
  display: inline-block;
  min-width: 50px;
  padding: .5em 1em;
  border-radius: 25px;
}

/* svg */
.svg-pager-new {
  transform: rotate(90deg);
}
.svg-pager-old {
  transform: rotate(-90deg);
}

/* ===== titlelist */
.pager_index-list {
  display: flex;
  width: 300px;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
  margin: 70px auto;
  font-family: 'Times New Roman', serif;
}
.pager_index-item {
  width: 40px;
  height: 40px;
}


/***==========================================
      side menu(secondary)
==========================================***/

.sidemenu {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  min-width: 0;
  max-width: 500px;
  padding: 30px 20px 20px;
  border: 1px solid var(--sidemenu-border);
}

.sidemenu-heading {
  position: absolute;
  top: calc(var(--sidemenu-font_size-title) * -1);
  left: 0;
  width: 100%;
  font-size: var(--sidemenu-font_size-title);
  font-family: var(--font_family-latin);
  text-align: center;
}

.sidemenu-heading-title {
  display: inline-block;
  padding: 0 1em;
  background: var(--bgcolor-body);
}

.sidemenu-style a {
  color: var(--sidemenu-color);
}

.sidemenu-style a:hover {
  text-decoration: underline;
}

.sidemenu-style ul {
  margin-left: 1.3em;
  list-style-type: disc;
}

.sidemenu-style ol {
  margin-left: 1.3em;
  list-style-type: decimal;
}

.sidemenu-style ul li,
.sidemenu-style ol li {
  margin: 10px 0;
}

.sidemenu-style div + div:not(.fc2_recent_entry_thumb_item) {
  margin: 10px 0;
}


/***==========================================
      official plug-in
==========================================***/

/* calendar */
.calender {
  margin: auto;
  width: 100%;
  max-width: 320px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.calender caption a {
  display: inline-block;
  vertical-align: middle;
  min-width: 60px;
}

#sun {
  color: var(--plugin_calendar-sun);
}

#sat {
  color: var(--plugin_calendar-sat);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--plugin_calendar-link-bgcolor);
  color: var(--plugin_calendar-link-color);
}

.calender td a:hover {
  background: var(--plugin_calendar-link-bgcolor--hover);
  color: var(--plugin_calendar-link-color--hover);
  text-decoration: none !important;
}

.sidemenu-style input:not([type="submit"]),
.sidemenu-style textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--plugin_input-border);
  background: var(--plugin_input-bgcolor);
  color: var(--plugin_input-color);
  outline: none;
  appearance: none;
}

.sidemenu-style input[type="submit"] {
  display: inline-block;
  padding: .4em 1.2em;
  border-radius: 2px;
  border: 0;
  background: var(--plugin_submit-bgcolor);
  color: var(--plugin_submit-color);
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  outline: none;
  appearance: none;
}

.sidemenu-style input:not([type="submit"]):focus,
.sidemenu-style textarea:focus {
  border: 1px solid var(--plugin_input-border--focus);
  background: var(--plugin_input-bgcolor--focus);
  color: var(--plugin_input-color--focus);
}

/* search */
.plugin-search {
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 0;
}

.plugin-tag a {
  display: inline-flex !important;
  justify-content: center;
  position: relative;
  min-width: 50px;
  margin: 0 8px 8px 0;
  padding: .3em .6em;
  border: 1px solid var(--plugin_tag-border);
  background: var(--plugin_tag-bgcolor);
  color: var(--plugin_tag-color);
  font-size: var(--tag-font_size);
  word-break: break-all;
}

.plugin-tag a:hover {
  background: var(--plugin_tag-bgcolor--hover);
  color: var(--plugin_tag-color--hover);
  text-decoration: none !important;
}

/* profile */
.plugin-myimage {
  margin: 0 0 10px;
  text-align: center !important;
}

/* mail */
.plugin-mail input,
.plugin-mail textarea {
  margin: 0 0 8px;
}

/* recent list with thumnnail */
.fc2_recent_entry_thumb_item {
  font-size: 12px;
}


/***==========================================
      footer
==========================================***/

.end {
  width: 100%;
  margin: auto 0 0;
  padding: 40px 8px;
  background: var(--footer-bgcolor);
  color: var(--footer-color);
  font-size: var(--footer-font_size);
  font-family: var(--font_family-latin);
  text-align: center;
}

.end a:not(.page_scroll-anchor):not(.sns-item-anchor) {
  color: var(--footer-link);
}

.footer-inner {
  width: var(--width-whole_pct);
  max-width: var(--width-whole);
  margin: 0 auto;
}

.page_scroll {
  display: none;
  position: fixed;
  bottom: var(--page_scroll-position);
  right: 8px;
  z-index: 100;
  font-size: 11px;
  text-align: center;
  animation: var(--animation-page_scroll, none);
  transform: translateZ(1px);
}

.page_scroll-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
  width: var(--page_scroll_btn-size);
  height: var(--page_scroll_btn-size);
  box-shadow: 0 0 22px -2px rgba(0,0,0,.1);
  border-radius: 50%;
  border: 1px solid var(--color-dominant);
  background: var(--page_scroll_btn-bgcolor);
  color: var(--page_scroll_btn-color);
}

@media screen and (min-width: 961px) {
  .page_scroll {
    right: 40px;
  }
  .pagemiddle {
    display: none;
  }
}

.ads-active .page-scroll {
  bottom: var(--position-footer-ads);
}

/* new mark */
.new::before {
  content: var(--new-note);
  display: inline-block;
  margin: 0 0 0 .4em;
  color: var(--new-color);
  font-weight: normal;
  font-size: var(--new-font_size);
}

.foot,
.copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

.designer {
  color: var(--footer-color) !important;
  text-decoration: underline;
}

#ad1,
#ad2 {
  font-size: 12px;
}


/***===============================================
      blockquote(avoid conflicts with blogcard)
===============================================***/

:not(.blogcard-text) >  blockquote:not([class]):not([id]):not([style]) {
  position: relative;
  z-index: 1;
  width: 98%;
  height: auto;
  margin: 2em auto;
  padding: 2.5em;
  border: 1px solid var(--quote-border);
  background: var(--quote-bgcolor);
  color: var(--quote-color);
}   

:not(.blogcard-text) >  blockquote:not([class]):not([id]):not([style])::before,
:not(.blogcard-text) >  blockquote:not([class]):not([id]):not([style])::after {
  position: absolute;
  font-size: 700%;
  color: var(--quote-icon);
  line-height: 1em;
  font-family: 'Comic Sans', 'Hiragino Kaku Gothic Pro W3', Meiryo, sans-serif;
  position: absolute;
  z-index: -1;
}

:not(.blogcard-text) >  blockquote:not([class]):not([id]):not([style])::before {
  content: '“';
  top: 0;
  left: 0;
}

:not(.blogcard-text) >  blockquote:not([class]):not([id]):not([style])::after {
  content: '”';
  bottom: -6rem;
  right: 0;
}

:not(.blogcard-text) >  blockquote:not([class]):not([id]):not([style]) p:first-of-type {
  margin-top: 0;
}

:not(.blogcard-text) >  blockquote:not([class]):not([id]):not([style]) p:last-of-type {
  margin-bottom: 0;
}


:not(.blogcard-text) >  blockquote:not([class]):not([id]):not([style]) > cite {
  display: block;
  margin: 1em 0 0;
  font-size: .9em;
  text-align: right;
}


/***==========================================
      personal settings
==========================================***/

/* freehand */
.inner-contents .freehand {
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  border: 3px solid var(--personal-heading-border);
  padding: .5em;
}
.inner-contents .freehand::before {
  content: none;
}

/* dogear */
.inner-contents .dogear {
  position: relative;
  padding: .5em;
  background: var(--personal-heading-bgcolor);
  color: var(--personal-heading-color);
}
.inner-contents .dogear::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  box-shadow: -1px 1px 2px var(--shadow);
  border-color: var(--bgcolor-body) var(--bgcolor-body) var(--personal-heading-fold) var(--personal-heading-fold);
  background: none;
}

/* curl */
.inner-contents .curl {
  position: relative;
  padding: .5em .75em;
  background: var(--personal-heading-bgcolor);
  color: var(--personal-heading-color);
}
.inner-contents .curl::before,
.inner-contents .curl::after {
  content: "";
  width: 30%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 25%;
  z-index: -1;
  box-shadow: 0 10px 10px var(--personal-heading-shadow);
  background: none;
}
.inner-contents .curl::before {
  left: .3em;
  transform: rotate(-3deg);
}
.inner-contents .curl::after {
  right: .3em;
  transform: rotate(3deg);
}

/* highlight */
mark {
  background: linear-gradient(transparent 40%, var(--mark-border) 40%);
  color: var(--mark-color);
  font-weight: bold;
}

/* preformatted text */
pre {
  margin: 3em 0;
  padding: 1em 1em 1em 1.6em;
  border-left: 6px solid var(--pre-border);
  background: var(--pre-bgcolor);
  color: var(--pre-color);
  font-size: .9em;
}

.shadow-attachment {
  box-shadow: 9px 7px 15px -5px rgba(0,0,0,.4);/* 注)imgに class="shadow-attachment" で画像にドロップシャドウ */
}

.emoji {
  vertical-align: middle;/* 注)絵文字の垂直位置合わせ「中央」 */
}

/* for YouTube aspect 16:9 */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video::before {
  content:"";
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* for YouTube aspect 16:9 */
iframe[src*="youtube.com"] {
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}