@charset "utf-8";
/*
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Haven
* ver.1 The first edition: 2019.8.22
* ver.2 2019.10.16 - サイドメニュー部プロフィール画像の縦横比が崩れる件修正
* ver.3 2019.11.23 - コメント主のリンク表示用JS及びデザインの変更, NEWマークJS変更
* ver.4 2019.12.15 - パーマリンク設定導入に伴うcanonical指定変更
* ver.5 2020.3.23 - 個別記事のページ送りを複製できるようにしました(複製時には複製した方のid属性を必ず消去してください)
* ver.6 2020.3.30 - コメント返信のJS変更
* ver.7 2020.5.28 - ページ送りのJSを修正
* ver.8 2022.1.6 - 個別記事ページナビ iOS14でサムネイルが時折表示されない件修正, FC2ブログ新機能「SEOアドバイザー」対応のためのhead要素記述方法変更
* ver.9 2022.7.9 - prefetchの数を調整
* ver.10 2023.8.28 - Twitter名称・ロゴ変更に対応, カスタムプロパティ加増, 『全記事リスト』の名称を『インデックス』に変更(FC2多言語の表現を踏襲), グローバルナビゲーションからカテゴリリストを削除, ユーザビリティの最適化, idセレクタによるスタイリングをclassセレクタに統一, コメント削除アラート追加, その他UI調整
* ver.11 Latest update: 2023.9.21 - No imageの設定方法を変更, YouTube縦横比を自動調整, 公式タグプラグインの位置ズレの対策, サムネイル付き関連記事リストを全体リンクに
*/

/***==========================================
      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 .4em 0 0;
}

.svg-home {
  vertical-align: -0.05em;
}

.svg-hatena {
  height: 1.5rem;
}


/***==========================================
      注)主要カスタマイズ(variables)
==========================================***/

:root {
  /* アニメーション */
  --animation-page_scroll: slideInUp .8s;/* ページスクロールボタン, 不要ならこの一行削除 */

  /* 横幅 */
  --width-whole_pct: 92%;/* 全体最大横幅, 変更非推奨 */
  --width-whole: 1300px;/* 全体最大横幅 */
  --width-sidemenu: 300px;/* 2カラム時サイドメニュー横幅 */

  /* レイアウト調整 */
  --gap: 40px;/* メインカラムとサイドカラムの余白 */
  --order: 0;/* メインカラムとサイドカラムの入れ替えは 0 を 1 に変更 */

  /* スクロールアンカー */
  --sticky-navigation: sticky;/* 不要ならこの一行削除 */
  --sticky-sidemenu: sticky;/* 不要ならこの一行削除 */
  --sticky-pagination: sticky;/* 不要ならこの一行削除 */

  /* 角丸(各所) */
  --radius: 2px;/* border-radius, pxで指定 */

  --bgcolor-body: rgb(249, 246, 244);/* ブログ背景色(暗め白) */
  --bgcolor-content: white;/* セクション背景色(白) */

  /* 文字・リンク色 等 */
  --color-base: rgb(51,51,51);/* テキスト基本色(黒), --bgcolor-contentの反対色 */

  --color-link: rgb(5,88,140);/* リンク(青) */
  --color-link-reverse: white;/* リンク反対色(白) */

  --color-dominant: rgb(80,73,70);/* ドミナントカラー(黒) */
  --color-dominant-reverse: rgb(240,240,240);/* ドミナントカラー反対色(白) */

  /* 共通ホバーアクション(ドロップシャドゥ) */
  --btn-action--hover: 0 10px 10px -6px rgba(0,0,0,.3);/* ボタン類 ホバー */

  /* 余白 */
  --padding-main-container-top: 30px;/* メインコンテナ上(ヘッダーとの距離) */

  --margin-main-body-bottom-sp: 40px;/* セクション下 スマホ */
  --margin-main-body-bottom-tb: calc(var(--margin-main-body-bottom-sp) + 5px);
  --margin-main-body-bottom-pc: calc(var(--margin-main-body-bottom-sp) + 10px);

  --padding-horizontal-main-body: 4%;/* セクション内水平余白 */

  /* 文字間隔 */
  --spacing: 1px;/* ブログタイトル, ページタイトルなど各所, 文字同士の余白を少し広げる, 不要ならこの一行削除 */

  /* 記事内p要素 */
  --margin-paragraph: 1.9em;/* 記事内p要素上下余白 */

  /* フォント大きさ */
  --font_size-base: 1.6rem;/* 基本 */
  --font_size-num: 1.2rem;/* ページ数表記 */
  --font_size-tag: 1.2rem;/* タグ文字大きさ */

  /* フォントファミリー */
  --font_family-base: Helvetica, Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, 'Yu Gothic', sans-serif;/* 基本 */

  /* 行間 */
  --line_height-base: 1.5;/* 基本 */
  --line_height-entry: 1.9;/* 記事 */
  --line_height-title: 1.4;/* タイトル系 */

  /* ヘッダー */
  --header-bgimage-sp: url(https://blog-imgs-166.fc2.com/v/a/n/vanillaice000/haven-bg-sp.jpg);/* ヘッダー背景 スマホ用(横長 横1800px程度推奨) */
  --header-bgimage-pc: url(https://blog-imgs-166.fc2.com/v/a/n/vanillaice000/haven-bg-pc.jpg);/* PC(横長 横1000px程度推奨) */

  --heder-image-aspect: 100/56;/* 画像縦横比 横/高さ 約分(reducing)可 */
  --header-image-area: 67%;/* 画像占有域(横並び時) */

  --header-bgcolor: rgb(20,20,20);/* 背景色(黒) */
  --header-color: rgb(240,240,240);/* 文字色(白) */

  --header-order: 0;/* ヘッダー左右入れ替えは 0 を 1 に変更 */

  --header-profile-size: 70px;/* プロフィール画像サイズ */

  --blog_title-font_size: 1.8rem;/* ブログ名 文字大きさ */

  --sub_title-font_size: 1.2rem;/* サブタイトル(ブログ説明文) 文字大きさ */

  /* グローバルナビゲーション */
  --navi-height: 40px;/* 高さ, 変更非推奨(変更する場合はJSファイル修正が必要です) */
  --navi-font_size: 1.2rem;/* フォント大きさ */

  --navi-bgcolor: var(--color-dominant);/* 背景色(白) */
  --navi-color: var(--color-dominant-reverse);/* 文字・リンク色(黒) */

  /* パン屑リスト */
  --breadcrumbs-height: var(--navi-height);/* 高さ */
  --breadcrumbs-bgcolor: rgb(240,240,240);/* 背景色(暗め白) */
  --breadcrumbs-color: var(--color-base);/* 文字・リンク色(黒) */
  --breadcrumbs-font_size: 1.2rem;/* 文字大きさ */

  /* SNS */
  --sns-size: 36px;/* 大きさ */
  --sns-font_size: 1.4rem;/* アイコン大きさ */
  --sns-font_size-entry: 1.2rem;/* アイコン大きさ(個別記事) */
  --sns-height-entry: 38px;/* 高さ(個別記事) */

  --sns-color: white;/* アイコン色(白) */

  --sns-facebook: rgb(59,89,152);/* Facebook */
  --sns-x: black;/* X */
  --sns-pinterest: rgb(206,15,25);/* Pinterest */
  --sns-hatena: rgb(53,113,221);/* Hatena */
  --sns-instagram: rgb(62,114,155);/* Instagram */
  --sns-youtube: rgb(218,24,37);/* YouTube */
  --sns-line: rgb(22,207,1);/* Line */

  /* グリッド */
  --grid-image-aspect: 12/8;/* 画像縦横比 横/高さ 約分(reducing)可 */

  --grid-font_size-title: 1.9rem;/* 文字大きさ タイトル */
  --grid-font_size-info: 1.3rem;/* 情報 */
  --grid-font_size-desc: 1.5rem;/* 概要文 */

  --grid-linage-desc: 2;/* 概要文表示行数 */

  /* 画像なし(関連記事) */
  --noimage-note: "No image";/* 画像なし 文言 */
  --noimage-image: url(https://blog-imgs-106.fc2.com/v/a/n/vanillaice000/spacer.gif);/* 代替画像を指定する場合はアドレスを変更 */
  --noimage-layer: rgba(230,230,230,1);/* レイヤー 代替画像を指定したら rgba(0,0,0,.8) など不透明度つきで指定 */
  --noimage-layer-reverse: rgba(51,51,51,.6);/* レイヤー反対色(テキスト色) */
  --noimage-font_size: 1.2rem;/* 文字大きさ */

  /* 続きを読む */
  --read_more-note: "続きを読む";
  --read_more-font_size: 1.2rem;/* 文字大きさ */

  --read_more-bgcolor: rgb(240,240,240);/* 背景色(暗め白) */
  --read_more-color: var(--color-base);/* 文字色(黒) */

  --read_more-bgcolor--hover: var(--color-dominant);/* 背景色 ホバー */
  --read_more-color--hover: var(--color-dominant-reverse);/* 文字色 ホバー */

  /* 記事 */
  --entry-border-width-header: 1px;/* ヘッダー ボーダー太さ */
  --entry-border-style-header: dotted;/* ボーダー様式 */
  --entry-border-color-header: rgb(150,150,150);/* ボーダー色 */

  --entry-font_size-title: 2.2rem;/* 記事タイトル 文字大きさ */
  --entry-font_size-info: 1.3rem;/* 情報 文字大きさ */

  --entry-author-bgcolor: rgb(245,245,245);/* 背景色(明るめグレー) */
  --entry-author-icon-size: 100px;/* 個別記事管理人アイコン(記事編集リンク) */
  --entry-author-font_size: 1.2rem;/* 文字大きさ */

  /* セクション */
  --page_title-font_size: 1.4rem;/* 全記事リスト, カテゴリ一覧, 検索結果など ページタイトル */
  --page_title-align: center;/* ページ名, セクション名(flex-start or center or flex-end) */

  /* 関連記事 */
  --relate-note-title: "関連記事";/* サムネイル付き関連記事 */
  --relate-note-browsing: "【現在閲覧中】";/* サムネイル付き関連記事 閲覧中アイテム */

  --relate-image-size: 120px;/* サムネイルサイズ */

  --relate-font_size: 1.3rem;/* 関連記事タイトル */

  /* 受信コメント */
  --comment-user-size: 46px;/* 投稿者アイコンサイズ */
  --comment-user-bgcolor: rgb(240,240,240);/* コメント投稿者アイコン背景色(明るめグレー) */
  --comment-user-color: rgb(80,80,80);/* コメント投稿者アイコン色(黒) */
  --comment-user-link: var(--color-base);/* リンクつき投稿者名(白) */

  --comment-btn-size: 36px;/* コメント導線ボタン */
  --comment-btn-bgcolor: rgb(245,245,245);/* コメント導線ボタン背景色(桃色) */
  --comment-btn-color: var(--color-base);/* コメント導線ボタン文字色(黒) */

  --comment-font_size-title: 1.5rem;/* タイトル */
  --comment-font_size-body: 1.4rem;/* 本文 */
  --comment-font_size-date: 1.2rem;/* 受信日 */

  /* コメントフォーム */
  --comment_form-input-border: rgb(220,220,220);/* inputボーダー */
  --comment_form-input-bgcolor: rgb(250,250,250);/* input背景 */
  --comment_form-input-color: var(--color-base);/* input文字色 */

  --comment_form-input-border--focus: rgb(150,150,150);/* inputボーダー フォーカス */
  --comment_form-input-bgcolor--focus: white;/* input背景 フォーカス */
  --comment_form-input-color--focus: var(--color-base);/* input文字色 フォーカス */

  --comment_form-placeholder-color: rgb(150,150,150);/* プレースホルダー文字色 */
  --comment_form-placeholder-font_size: 1.3rem;/* 文字大きさ */

  --comment_form-size-checkbox: 24px;/* 非公開コメント用チェックボックスサイズ */

  --comment_form-btn-bgcolor-send: rgb(65,128,1);/* 送信ボタン背景(緑) */
  --comment_form-btn-color-send: white;/* 送信ボタン文字色(白) */

  --comment_form-btn-border-delete: rgb(220,220,220);/* 削除ボタンボーダー */
  --comment_form-btn-bgcolor-delete: transparent;/* 削除ボタン背景(無色) */
  --comment_form-btn-color-delete: var(--color-base);/* 削除ボタン文字色(黒) */

  --comment_form-btn-bgcolor-delete--hover: rgb(206,49,78);/* 削除ボタンホバー背景色(明るめ赤) */
  --comment_form-btn-color-delete--hover: white;/* 削除ボタンホバー文字色(白) */

  --comment_form-font_size-btn: 1.4rem;/* 送信ボタン フォント大きさ */
  --comment_form-font_size-label: 1.4rem;/* ラベル フォント大きさ */

  /* リスト系ページ */
  --list-font_size-title: 1.6rem;/* 全記事リスト, カテゴリ一覧, 検索結果など 記事タイトル */
  --list-font_size-info: 1.2rem;/* 副情報 */
  --list-font_size-desc: 1.4rem;/* 記事概要 */

  --list-image-size: 80px;/* 画像サイズ */
  --list-border: rgb(240,240,240);/* アイテム罫線 */

  /* 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: "まだ記事はありません";/* 記事の無いページ(カテゴリ, 月日別) */

  /* ページネーション */
  --pagination-size-list: 40px;/* !変更非推奨 */

  --pagination-bgcolor-list: rgb(240,240,240);/* リスト リンク背景色(暗め白) */
  --pagination-color-list: rgb(51,51,51);/* リンク色 */
  --pagination-bgcolor-list--hover: var(--color-dominant);/* リンク背景色 ホバー */
  --pagination-color-list--hover: var(--color-dominant-reverse);/* リンク色 ホバー */

  --pagination-border-list-current_page: rgb(220,220,220);/* カレントボーダー */
  --pagination-bgcolor-list-current_page: white;/* 背景(白) */
  --pagination-color-list-current_page: rgb(51,51,51);/* 文字色(黒) */

  --pagination-height-next: 42px;/* 次のページへ 高さ */
  --pagination-border-next: rgb(220,220,220);/* 次のページへ ボーダー */
  --pagination-bgcolor-next: transparent;/* 次のページへ 背景色(無色) */
  --pagination-color-next: var(--color-base);/* 次のページへ 文字色(黒) */
  --pagination-bgcolor-next--hover: var(--pagination-bgcolor-list--hover);/* 次のページへ 背景色 ホバー */
  --pagination-color-next--hover: var(--pagination-color-list--hover);/* 次のページへ 背景色 ホバー */

  --pagination-image-size-entry: 80px;/* 画像サイズ */
  --pagination-bgcolor-entry: var(--bgcolor-content);/* 背景色(白) */
  --pagination-color-entry: var(--color-base);/* 文字・リンク色(黒) */

  --pagination-linage-entry: 3;/* 個別記事 タイトル表示行数 */
  --pagination-font_size: 12px;/* フォント大きさ, 変更非推奨 */

  /* 検索モーダル */
  --modal-bgcolor: rgba(0,0,0,.9);/* 背景(半透明桃色) */
  --modal-color: rgb(240,240,240);/* 文字色(黒) */
  --modal-placeholder: rgb(200,200,200);/* プレイスホルダー */
  --modal-font_size-label: 1.8rem;/* close文字大きさ */

  /* サイドメニュー(第2カラム) */
  --sidemenu-bgcolor: transparent;/* 背景色(無色) */

  --sidemenu-bgcolor-title: transparent;/* タイトル背景色 */
  --sidemenu-color-title: rgb(51,51,51);/* 文字色 */

  --sidemenu-heading-align: center;/* タイトル水平位置合わせ, left or center or right */

  --sidemenu-font_size: 1.5rem;/* フォント大きさ */
  --sidemenu-font_size-title: 1.5rem;/* タイトルフォント大きさ */

  /* 公式プラグイン カレンダー */
  --plugin_calendar-sun: rgb(161,12,0);/* カレンダー日曜日 */
  --plugin_calendar-sat: rgb(49,70,187);/* 土曜日 */

  --plugin_calendar-link-bgcolor: rgb(230,230,230);/* リンク背景色 */
  --plugin_calendar-link-color: var(--color-base);/* リンク色 */

  --plugin_calendar-link-bgcolor--hover: var(--color-link);/* リンクホバー背景色(肌色) */
  --plugin_calendar-link-color--hover: var(--color-link-reverse);/* リンクホバー文字色(黒) */

  /* 公式プラグイン submit */
  --submit-bgcolor: var(--color-dominant);/* 背景 */
  --submit-color: var(--color-dominant-reverse);/* 文字色 */
  --submit-font_size: 13px;/* 文字大きさ */

  /* 公式プラグイン input */
  --input-border: rgb(220,220,220);/* ボーダー */
  --input-bgcolor: white;/* 背景 */
  --input-color: rgb(51,51,51);/* 文字色 */

  --input-border--focus: rgb(80,80,80);/* ボーダー フォーカス */
  --input-bgcolor--focus: white;/* 背景 */
  --input-color--focus: rgb(51,51,51);/* 文字色 */

  /* 公式プラグイン タグ */
  --plugin_tag-border: rgb(220,220,220);/* ボーダー */

  --plugin_tag-bgcolor: transparent;/* 背景色 */
  --plugin_tag-color: var(--sidemenu-color);/* 文字色 */

  --plugin_tag-bgcolor--hover: var(--color-link);/* ホバー背景色 */
  --plugin_tag-color--hover: var(--color-link-reverse);/* ホバー文字色 */

  /* プロフィール(公式プラグインではありません) */
  --profile-image-aspect: 1/1;/* 画像縦横比 横/高さ 約分(reducing)可 */

  /* 最新記事(公式プラグインではありません) */
  --recent-border-width: 1px;/* ボーダー太さ */
  --recent-border-style: dotted;/* 様式 */
  --recent-border-color: rgb(150,150,150);/* 色 */

  --recent-font_size: 1.4rem;/* 文字大きさ */
  --recent-line_height: 1.3;/* 行間 */

  --recent-image-size: 120px;/* 画像サイズ */

  /* フッター */
  --footer-bgcolor: transparent;/* 背景色 */
  --footer-color: var(--color-base);/* 背景色 */
  --footer-link: var(--color-link);
  --footer-font_size: 1.2rem;

  /* ページ内スクロールボタン */
  --page_scroll_btn-size: 42px;/* ページ内スクロールボタン */
  --page_scroll_btn-bgcolor: rgba(255,255,255,.4);/* ページ内スクロールボタン */
  --page_scroll_btn-color: var(--color-base);/* ページ内スクロールボタンアイコン色 */
  --page_scroll-position: 13.5vh;/* 位置(下から) */

  /* FC2スマホ用フッター義務広告 */
  --position-footer-ads: 120px;/* スマホ広告が出る方はページ内スクロールボタンの位置をここで調整, デフォルト「下から110px」*/

  /* 引用(blockquote要素) */
  --quote-icon: rgb(200,200,200);/* クォーテーションマーク */
  --quote-border: rgb(220,220,220);/* ボーダー */
  --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(80,80,80);/* ボーダー */
  --pre-bgcolor: rgb(30,30,30);/* 背景色 */
  --pre-color: rgb(240,240,240);/* 文字色 */
  --pre-font_size: 1.3rem;/* 文字大きさ */

  /* 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,.3);/* ドロップシャドゥ(curl) */
}


/***==========================================
      link
==========================================***/

a {
  text-decoration: none;
  color: var(--color-link);
  transition: .3s ease-in-out;
}

a.amazonlink {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 12px 0 0;
  padding: 0;
  background: #fca41c;
}


/***==========================================
      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;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.main-container {
  width: var(--width-whole_pct);
  max-width: var(--width-whole);
  margin: 0 auto;
  padding: var(--padding-main-container-top) 0 60px;
}

.secondary {
  max-width: 600px;
  margin: 0 auto;
  background: var(--sidemenu-bgcolor);
  color: var(--sidemenu-color);
  font-size: var(--sidemenu-font_size);
}

@media screen and (min-width: 641px) {
  .secondary {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .main-container {
    display: flex;
    justify-content: space-between;
  }
  .primary {
    order: var(--order);
    position: relative;
    width: calc(100% - var(--width-sidemenu) - var(--gap));
  }
  .secondary {
    width: var(--width-sidemenu);
    margin: 0;
  }
}


/***==========================================
      header
==========================================***/

.header-banner {
  width: 100%;
  max-width: var(--width-whole);
  margin: 0 auto;
  background: var(--header-bgcolor);
  color: var(--header-color);
  text-align: center;
}

.header-banner-left {
  position: relative;
  padding: 30px 15px 15px;
  text-align: center;
}

.blog-title-anchor {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: var(--header-color);
}

.header-banner-right {
  position: relative;
  aspect-ratio: var(--heder-image-aspect);
  background: var(--header-bgimage-sp) center center /cover no-repeat;
}

@media screen and (min-width: 601px) {
  .header-banner-right {
    background-image: var(--header-bgimage-pc);
  }
}
@media screen and (min-width: 768px) {
  .header-banner {
    display: flex;
  }
  .header-banner-left {
    order: var(--header-order);
    flex: 1;
    min-width: 0;
    display: flex;
    flex-flow: column;
  }
  .blog-title-anchor {
    flex: 1;
    min-height: 0;
  }
  .header-banner-right {
    width: var(--header-image-area);
  }
}
@media screen and (min-width: 769px) {
  .header-banner {
    width: var(--width-whole_pct);
  }
}

.blog-title {
  width: 100%;
  font: bold var(--blog_title-font_size)/var(--line_height-title) var(--font_family-base);
}

.header-profile {
  width: 100%;
  margin: 20px 0 0;
}

.header-profile-image-wrapper {
  position: relative;
  width: var(--header-profile-size);
  height: var(--header-profile-size);
  margin: 0 auto 15px;
  border-radius: 50%;
}

.header-profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.site-description {
  font-size: var(--sub_title-font_size);
}


/***==========================================
      SNS
==========================================***/

.sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 20px 0 20px;
  font-size: var(--sns-font_size);
}

.sns-list-grid {
  margin: 10px 0;
}

.sns-list-entry {
  gap: 0;
  font-size: var(--sns-font_size-entry);
}

.sns-item-entry {
  flex: 1;
  min-width: 0;
  padding: 0 8px;
}

.sns-facebook-entry {
  background: var(--sns-facebook);
}
.sns-x-entry {
  background: var(--sns-x);
}
.sns-pinterest-entry {
  background: var(--sns-pinterest);
}
.sns-hatena-entry {
  background: var(--sns-hatena);
}
.sns-line-entry {
  background: var(--sns-line);
}

.sns-item-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--sns-size);
  height: var(--sns-size);
  color: var(--sns-color);
}

.sns-item-anchor-grid {
  display: flex;
  align-items: center;
  width: var(--sns-size);
  height: var(--sns-size);
  color: var(--color-base);
}

.sns-item-anchor-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--sns-height-entry);
  color: var(--sns-color);
}

.sns-facebook:hover {
  color: var(--sns-facebook);
}
.sns-x:hover {
  color: white;
}
.sns-pinterest:hover {
  color: var(--sns-pinterest);
}
.sns-instagram:hover {
  color: var(--sns-instagram);
}
.sns-youtube:hover {
  color: var(--sns-youtube);
}
.sns-x-grid:hover {
  color: var(--sns-x);
}
.sns-hatena:hover {
  color: var(--sns-hatena);
}
.sns-line:hover {
  color: var(--sns-line);
}


/***==========================================
      global navigation
==========================================***/

.navigation {
  position: var(--sticky-navigation, static);
  top: 0;
  z-index: 1000;
  width: 100%;
  height: var(--navi-height);
  margin: 0 auto;
  overflow: hidden;
  background: var(--navi-bgcolor);
  color: var(--navi-color);
  font-size: var(--navi-font_size);
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .navigation {
    width: var(--width-whole_pct);
    max-width: var(--width-whole);
  }
}

.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-scroll {
  height: calc(var(--navi-height) + 20px);
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.navi-list {
  height: var(--navi-height);
}

.navi-item {
  display: inline-block;
  height: 100%;
}

.navi-item-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1em;
  color: var(--navi-color);
  cursor: pointer;
}


/* ===========================================
      breadcrumbs
=========================================== */

.breadcrumbs-horizontal {
  width: 100%;
  height: var(--breadcrumbs-height);
  margin: 0 auto;
  overflow: hidden;
  background: var(--breadcrumbs-bgcolor);
  color: var(--breadcrumbs-color);
  font-size: var(--breadcrumbs-font_size);
}

.horizontal-scroll {
  width: 100%;
  height: calc(var(--navi-height) + 20px);
  padding: 0 0 0 var(--padding-horizontal-main-body);
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (min-width: 789px) {
  .breadcrumbs-horizontal {
    width: var(--width-whole_pct);
    max-width: var(--width-whole);
  }
}

.breadcrumbs-list {
  display: flex;
  align-items: center;
  height: var(--breadcrumbs-height);
}

.breadcrumbs-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 6px 0 0;
}

.breadcrumbs-item:last-of-type {
  position: relative;
  margin-right: 0;
}

.breadcrumbs-item:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 1px;
}

.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: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}


/* ===========================================
      grid(top page)
=========================================== */

.grid-list:empty {
  display: block;
}

.grid-list:empty::before {
  content: var(--note-contents-none);
  display: block;
  padding: 20px;
  box-shadow: 0 0 8px -1px rgba(0,0,0,.1);
  border-radius: var(--radius);
  background: var(--bgcolor-content);
  color: var(--note-color);
  font-size: var(--note-font_size);
  font-style: var(--note-italic);
  text-align: center;
}

.grid-item {
  margin: 0 0 20px;
  padding: 15px;
  box-shadow: 0 0 8px -1px rgba(0,0,0,.1);
  border-radius: var(--radius);
  background: var(--bgcolor-content);
  color: var(--color-base);
}

.grid-image-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: var(--grid-image-aspect);
  margin: 0 0 15px;
}

.grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-content {
  display: flex;
  flex-flow: column;
  font-size: var(--grid-font_size-info);
}

@media screen and (min-width: 721px) {
  .grid-item {
    display: flex;
  }
  .grid-image-anchor {
    width: 40%;
    margin: 0 4% 0 0;
  }
  .grid-image-wrapper {
    margin: 0;
  }
  .grid-content {
    flex: 1;
    min-width: 0;
  }
}

.grid-datetime {
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
}

.grid-info-wrapper {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 5px 0 15px;
}

.grid-info {
  margin: 4px 0;
}

.grid-category {
  margin-right: 12px;
}

.grid-comment-anchor {
  display: inline-block;
  min-width: 50px;
}

.grid-title {
  margin: 0 0 15px;
  font-size: var(--grid-font_size-title);
  line-height: var(--line_height-title);
}

.grid-title-anchor {
  color: var(--color-base);
}

.grid-desc {
  display: -webkit-box;
  -webkit-line-clamp: var(--grid-linage-desc);
  -webkit-box-orient: vertical;
  width: 100%;
  max-height: calc(var(--grid-font_size-desc) * var(--line_height-base) * var(--grid-linage-desc));
  margin: 12px 0;
  overflow: hidden;
  font-size: var(--grid-font_size-desc);
}

.grid-content-bottom {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto 0 0;
}

.read-more {
  margin: 4px 0 0 auto;
}

.read-more-anchor {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: .8em 1.2em;
  border-radius: var(--radius);
  background: var(--read_more-bgcolor);
  color: var(--read_more-color);
  font-size: var(--read_more-font_size);
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
  white-space: nowrap;
}

.read-more-anchor::before {
  content: var(--read_more-note);
}

.read-more-anchor:hover {
  background: var(--read_more-bgcolor--hover);
  color: var(--read_more-color--hover);
}


/***==========================================
      individual article
==========================================***/

.main-body {
  position: relative;
  z-index: 1;
  margin: 0 calc(calc(100% - var(--width-whole_pct)) / 2 * -1) var(--margin-main-body-bottom-sp);
  padding: 20px var(--padding-horizontal-main-body);
  box-shadow: 0 0 8px -1px rgba(0,0,0,.1);
  background: var(--bgcolor-content);
  color: var(--color-base);
}

@media screen and (min-width: 621px) {
  .main-body {
    margin: 0 0 var(--margin-main-body-bottom-sp);
  }
}
@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 {
  padding: 0 0 8px;
  font-size: var(--entry-font_size-info);
}

.entry-title {
  margin: 0 auto 10px;
  font-size: var(--entry-font_size-title);
  line-height: var(--line_height-title);
}

.entry-title-anchor {
  display: block;
  color: var(--color-base);
}

.entry-info-container {
  padding: 5px 0;
  border-bottom: var(--entry-border-width-header) var(--entry-border-style-header) var(--entry-border-color-header);
  color: var(--entry-color-info);
}

.entry-info-wrapper {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 8px 0;
}

.entry-info {
  margin: 4px 12px 4px 0;
}

.entry-info:last-child {
  margin-right: 0;
}

.entry-category-parent {
  margin-right: 4px;
}

.entry-category-parent + .entry-category::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: 0.14em;
  transform: rotate(45deg);
}

.entry-comment-anchor {
  display: inline-block;
  min-width: 50px;
}

/* user tag */
.entry-tag {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 10px 0;
  font-size: var(--font_size-tag);
  line-height: var(--line_height-title);
}

.entry-tag a {
  display: inline-flex;
  align-items: center;
}

/* content */
.inner-contents {
  margin: 20px 0;
  line-height: var(--line_height-entry);
}

.inner-contents p {
  margin: var(--margin-paragraph) 0;
}

.inner-contents a {
  color: rgb(0,68,204);
}

/* 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: 1em auto 1em;
  line-height: 1.5;
  font-size: 1.4em;
}
.inner-contents h3 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.2em;
}
.inner-contents h4 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1em;
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* footer */
.entry-footer {
  margin: 30px 0 0;
}

/* tag(external) */
.external-tag {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 30px;
  font-size: var(--font_size-tag);
}

.external-tag a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  padding: .3em .6em;
  border: 1px solid var(--color-link);
}

.external-tag a::before {
  content: "#";
  margin: 0 2px 0 0;
}

.external-tag a:hover {
  background: var(--color-link);
  color: var(--color-link-reverse);
}

/* author */
.entry-author-info-wrapper {
  margin: 30px 0 0;
  padding: 1em;
  border-radius: var(--radius);
  background: var(--entry-author-bgcolor);
  color: var(--entry-color-info);
  font-size: var(--entry-author-font_size);
}

.entry-author-anchor {
  display: block;
  width: var(--entry-author-icon-size);
  height: var(--entry-author-icon-size);
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 50%;
  cursor: default;
}

.entry-author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.entry-author-name {
  margin: 0 0 10px;
  font-weight: bold;
}

@media screen and (min-width: 561px) {
  .entry-author-info-wrapper {
    display: flex;
    align-items: center;
  }
  .entry-author-anchor {
    margin: 0 25px 0 0;
  }
  .entry-author-info {
    flex: 1;
    min-width: 0;
  }
}


/***==========================================
      page header
==========================================***/

.page_header {
  display: flex;
  flex-flow: wrap;
  justify-content: var(--page_title-align);
  align-items: baseline;
  position: relative;
  margin: 0 0 30px;
}

.section-title {
  font-weight: bold;
  font-size: var(--page_title-font_size);
  line-height: var(--line_height-title);
}

.font-spacing {
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
}

.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;
}


/***==========================================
      related post, trackback list
==========================================***/

.relate_dl {
  margin: 40px 0 30px;
  font-size: var(--relate-font_size);
}

.relate_dt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: var(--page_title-font_size);
}

.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;
  width: calc(100% + calc(calc(100% - var(--width-whole_pct)) / 2));
  font-size: var(--relate-font_size);
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: flex;
  gap: 10px;
  padding: 0 20vw 16px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

/* item */
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  width: 80vw;
  background: var(--bgcolor-content);
  color: var(--color-base);
  scroll-snap-align: start;
}

#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%;
  color: var(--noimage-layer-reverse);
}

/* 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);
}

/* 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%;
  padding-right: calc(calc(100% - var(--width-whole_pct)) / 2);
  font-weight: bold;
  font-size: var(--page_title-font_size);
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
}

@media screen and (min-width: 521px) {
  #fc2relate_entry_thumbnail_area {
    width: 100%;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
    gap: 10px;
    padding: 0;
    overflow: hidden;
  }
  #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;
    width: initial;
    overflow: hidden;
  }
}


/***==========================================
      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 10px;
}

.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;
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.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;
}

.comment-body {
  position: relative;
  margin: 0 0 0 calc(var(--comment-user-size) / 2);
  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: var(--spacing, 0);
  text-indent: var(--spacing, 0);
  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: var(--spacing, 0);
  text-indent: var(--spacing, 0);
  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: var(--radius);
  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);
}

.comment_form-input::-moz-placeholder {
  color: var(--comment_form-placeholder-color);
  font-size: var(--comment_form-placeholder-font_size);
}

.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-base);
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
  text-transform: uppercase;
  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-radius: var(--radius);
  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: 30px 0 0;
  padding: 0;
  border-radius: var(--radius);
  border: 0;
  font: var(--comment_form-font_size-btn)/var(--line_height-base) var(--font_family-base);
  appearance: none;
  cursor: pointer;
}

.sendbtn {
  background: var(--comment_form-btn-bgcolor-send);
  color: var(--comment_form-btn-color-send);
  font-weight: bold;
  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: var(--radius);
  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 0;
  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-radius: var(--radius);
  border: 1px solid currentColor;
  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(--list-border);
}

.index-item:last-of-type {
  margin: 0;
  box-shadow: none;
  border: 0;
}

.index-heading {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 0 0 .6em;
  color: var(--color-base);
}

.index-num {
  margin: 0 .6em 0 0;
  font-size: var(--list-font_size-info);
}

.index-title {
  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;
  border-radius: var(--radius);
}

.index-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}


/***==========================================
      pager
==========================================***/

/* common */
.pager {
  position: var(--sticky-pagination, static);
  top: calc(var(--navi-height) + 10px);
  margin: 50px 0 70px;
  font-size: var(--pagination-font_size);
  line-height: var(--line_height-title);
}

.searchBarfound .pager {
  top: calc(var(--navi-height) + 10px + 27px);
}

/* guide */
.pager_entry-guide {
  margin: 30px 0 8px;
  padding: 0 1em;
  text-align: center;
}

.pager_entry-cat-guide-anchor {
  display: inline-block;
  min-width: 80px;
}

/* 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: var(--radius);
  border: 1px solid var(--pagination-border-next);
  background: var(--pagination-bgcolor-next);
  color: var(--pagination-color-next);
}

@media (pointer: fine) {
  .pager-next:hover {
    background: var(--pagination-bgcolor-next--hover);
    color: var(--pagination-color-next--hover);
    text-decoration: none;
  }
}

/* list type */
.pager-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: 'Times New Roman', serif;
}

.pager-item-anchor {
  background: var(--pagination-bgcolor-list);
  color: var(--pagination-color-list);
}

.current_page,
.pager-item-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--pagination-size-list);
  height: var(--pagination-size-list);
  border-radius: var(--radius);
}

.current_page {
  border: 1px solid var(--pagination-border-list-current_page);
  background: var(--pagination-bgcolor-list-current_page);
  color: var(--pagination-color-list-current_page);
}

@media (pointer: fine) {
  .pager-item-anchor:hover {
    background: var(--pagination-bgcolor-list--hover);
    color: var(--pagination-color-list--hover);
    text-decoration: none;
  }
}

/* entry */
.pager_entry-list {
  margin: 0 auto;
}

.pager_entry-item {
  margin: 0 0 8px;
}

.pager_entry-item-anchor {
  display: block;
  box-shadow: 0 0 8px -1px rgba(0,0,0,.1);
  color: var(--pagination-color-entry);
}

.pager-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: calc(var(--pagination-image-size-entry) + 20px);
  background: var(--pagination-bgcolor-entry);
}

@media screen and (min-width: 520px) {
  .pager_entry-list {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .pager_entry-list {
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
  .pager_entry-item {
    flex: 1;
    min-width: 0;
  }
}

.pager_entry-image {
  width: var(--pagination-image-size-entry);
  height: var(--pagination-image-size-entry);
  margin: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pager_entry-box {
  flex: 1;
  min-width: 0;
  padding: 10px;
}

.next-justify {
  text-align: right;
}

.pager_entry-box-text {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--pagination-border-entry);
  font-weight: bold;
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
}

.pager_entry-box-title {
  display: -webkit-box;
  -webkit-line-clamp: var(--pagination-linage-entry);
  -webkit-box-orient: vertical;
  max-height: calc(var(--pagination-font_size) * var(--line_height-title) * var(--pagination-linage-entry));
  overflow: hidden;
}

@media (pointer: fine) {
  .pager_entry-item-anchor:hover .pager-arrow {
    background: var(--color-link);
    color: var(--color-link-reverse);
    text-decoration: none;
  }
}

/* arrow */
.pager-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
  background: var(--color-dominant);
  color: var(--color-dominant-reverse);
  transition: background .3s ease-in-out;
}

.pager-arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.pager-arrow-prev::before {
  transform: rotate(-135deg);
}

.pager-arrow-next::before {
  transform: rotate(45deg);
}

/* titlelist */
.pager_index-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  max-width: 70%;
  margin: 70px auto;
}


/***==========================================
      side menu(secondary)
==========================================***/

.sidemenu {
  margin: 0 0 40px;
}

.sidemenu:last-child {
  position: var(--sticky-sidemenu, static);
  top: calc(var(--navi-height) + 10px);
}

.searchBarfound .sidemenu:last-child {
  top: calc(var(--navi-height) + 10px + 27px);
}

.sidemenu-heading {
  position: relative;
  margin: 0 0 20px;
  padding: .6em .5em;
  border-radius: var(--radius);
  background: var(--sidemenu-bgcolor-title);
  color: var(--sidemenu-color-title);
  font: bold var(--sidemenu-font_size-title)/var(--line_height-title) var(--font_family-base);
  text-align: var(--sidemenu-heading-align);
}

.sidemenu-style a {
  color: var(--sidemenu-color);
}

.sidemenu-style a:hover {
  text-decoration: underline;
}

.sidemenu-style ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.sidemenu-style ol {
  margin-left: 1.5em;
  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;
}

/* input */
.sidemenu-style input:not([type="submit"]),
.sidemenu-style textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  box-shadow: none;
  border-radius: var(--radius);
  border: 1px solid var(--input-border);
  background: var(--input-bgcolor);
  color: var(--input-color);
  outline: none;
  appearance: none;
}

.sidemenu-style input[type="submit"] {
  display: inline-block;
  padding: .4em 1.2em .3em;
  border-radius: var(--radius);
  border: 0;
  background: var(--submit-bgcolor);
  color: var(--submit-color);
  font-weight: normal;
  font-size: var(--submit-font_size);
  cursor: pointer;
  text-align: center;
  outline: none;
  appearance: none;
}

.sidemenu-style input:not([type="submit"]):focus,
.sidemenu-style textarea:focus {
  border: 1px solid var(--input-border--focus);
  background: var(--input-bgcolor--focus);
  color: var(--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-radius: var(--radius);
  border: 1px solid var(--plugin_tag-border);
  background: var(--plugin_tag-bgcolor);
  color: var(--plugin_tag-color);
  font-size: var(--font_size-tag);
  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;
}


/***==========================================
      profile
==========================================***/

.sidemenu-profile-image-wrapper {
  position: relative;
  aspect-ratio: var(--profile-image-aspect);
  margin: 0 0 10px;
  border-radius: var(--radius);
}

.sidemenu-profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.sidemenu-profile-name {
  margin: 0 0 10px;
  font-weight: bold;
}


/***==========================================
      recent
==========================================***/

.recent-anchor {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: var(--recent-border-width) var(--recent-border-style) var(--recent-border-color);
  color: var(--sidemenu-color);
  font-size: var(--recent-font_size);
  line-height: var(--recent-line_height);
}

.recent-anchor:hover {
  color: var(--color-link);
  text-decoration: none !important;
}

.recent-image-wrapper {
  width: var(--recent-image-size);
  height: var(--recent-image-size);
  margin: 0 12px 0 0;
  border-radius: var(--radius);
}

.recent-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.recent-image-none {
  background: var(--noimage-image) center center /cover no-repeat;
}

.recent-image-none::before {
  content: var(--noimage-note);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--noimage-layer);
  color: var(--noimage-layer-reverse);
  font-size: var(--noimage-font_size);
}

.recent-info {
  flex: 1;
  min-width: 0;
}

.recent-title {
  margin: 0 0 5px;
}

.recent-date {
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
}


/***==========================================
      search modal
==========================================***/

.search_modal-trigger-label {
  min-width: 50px;
  text-align: center;
}

/* site search */
.search_modal-overlay {
  width: 100%;
  height: 100%;
  background: var(--modal-bgcolor);
  color: var(--modal-color);
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align: center;
  transform: scale(.8);
  transition: .75s;
}

.search_modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 100px;
}

/* 注)closeテキストの指定 */
.search_modal-close-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: var(--modal-font_size-label);
  letter-spacing: var(--spacing, 0);
  text-indent: var(--spacing, 0);
}

.search_modal-input {
  width: 100%;
  border: 0;
  background: none;
  color: var(--modal-color);
  font-size: 1.6rem;
  appearance: none;
}

.search_modal-input::-webkit-input-placeholder {
  color: var(--modal-placeholder);
  font-size: 13px;
}

.search_modal-input::-moz-input-placeholder {
  color: var(--modal-placeholder);
  font-size: 13px;
}

.search_modal-trigger {
  display: none;
}

.search_modal-close {
  position: relative;
  top: 50%;
  font-size: var(--modal-font_size-label);
  transform: translateY(-50%);
}

.search_modal-form {
  display: block;
  position: relative;
  top: 50%;
  z-index: 3;
  margin: auto;
  width: 90%;
  max-width: 500px;
  padding: .5em 0;
  border-bottom: 1px solid var(--modal-color);
  color: var(--modal-color);
  transform: translateY(-50%);
}

.search_modal-trigger:checked ~ .search_modal-overlay {
  opacity: 1;
  transform: scale(1);
  z-index: 100005;
}


/***==========================================
      footer
==========================================***/

.end {
  width: 100%;
  margin: auto 0 0;
  padding: 20px 8px;
  background: var(--footer-bgcolor);
  color: var(--footer-color);
  font-size: var(--footer-font_size);
  text-align: center;
}

.end a:not(.page_scroll-anchor) {
  color: var(--footer-link);
}

.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);
}

.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,.2);
  border-radius: 50%;
  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);
  margin: 0 0 0 .6em;
  color: var(--new-color);
  font-weight: normal;
  font-size: var(--new-font_size);
}

.gridnew.new::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: var(--grid-time-size);
  margin: 0;
  text-align: center;
}

.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;
}

:not(.blogcard-text) > blockquote:not([class]):not([id]):not([style]) a {
  color: var(--color-link);
}


/***==========================================
      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(--personal-heading-shadow);
  border-color: var(--bgcolor-content) var(--bgcolor-content) 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 15px 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-radius: var(--radius);
  border-left: 6px solid var(--pre-border);
  background: var(--pre-bgcolor);
  color: var(--pre-color);
  font-size: var(--pre-font_size);
}

.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;
}

/* 吹き出し
---------------------------------------------------------------------------------------- */

.fbox {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background-color:#ffffff;
    border:5px solid #acacac;
    margin: 5px 5px 5px 10px;
    border-radius: 5px ;
    word-break: break-all;
}
.fbox:after, .fbox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
  .fbox:after {
    top: 0px;
    left: -25px;
    border: 15px solid transparent;
    border-right: 20px solid #ffffff; /*13px*/
}
.fbox:before {
    top: 5px;
    left: -25px;
    border: 10px solid transparent;
    border-right: 10px solid #acacac; /*10px*/
}


/* 吹き出し青
---------------------------------------------------------------------------------------- */

.fbox2 {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background-color:#ffffff;
    border:5px solid #0033FF;
    margin: 5px 5px 5px 10px;
    border-radius: 5px ;
    word-break: break-all;
}
.fbox2:after, .fbox2:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
  .fbox2:after {
    top: 0px;
    left: -25px;
    border: 15px solid transparent;
    border-right: 20px solid #ffffff; /*13px*/
}
.fbox2:before {
    top: 5px;
    left: -25px;
    border: 10px solid transparent;
    border-right: 10px solid #0033FF; /*10px*/
}


/* 吹き出し緑
---------------------------------------------------------------------------------------- */

.fbox3 {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background-color:#ffffff;
    border:5px solid #00CC00;
    margin: 5px 5px 5px 10px;
    border-radius: 5px ;
    word-break: break-all;
}
.fbox3:after, .fbox3:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
  .fbox3:after {
    top: 0px;
    left: -25px;
    border: 15px solid transparent;
    border-right: 20px solid #ffffff; /*13px*/
}
.fbox3:before {
    top: 5px;
    left: -25px;
    border: 10px solid transparent;
    border-right: 10px solid #00CC00; /*10px*/
}


/* 吹き出し紫
---------------------------------------------------------------------------------------- */


.fbox4 {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background-color:#ffffff;
    border:5px solid #9933FF;
    margin: 5px 5px 5px 10px;
    border-radius: 5px ;
    word-break: break-all;
}
.fbox4:after, .fbox4:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
  .fbox4:after {
    top: 0px;
    left: -25px;
    border: 15px solid transparent;
    border-right: 20px solid #ffffff; /*13px*/
}
.fbox4:before {
    top: 5px;
    left: -25px;
    border: 10px solid transparent;
    border-right: 10px solid #9933FF; /*10px*/
}

.mgr-30{
    margin-right : 40px;
}

.mgr-15{
    margin-right : 15px;
}

.mgr-related{
    margin : 20px;
}

.midasi1 {
  font-size: 1.5em;
  padding: 0.2em;/*文字周りの余白*/
  color: rgb(255,255,255);/*文字色*/
  background: rgb(80,73,70);/*背景色*/
}

.midasi1:before {
  position: relative;
  top: 5px;
  margin: 0 5px 0 7px;
  content: url("https://blog-imgs-126.fc2.com/w/a/t/watchmonoblog/image-icon.jpg");
}

.midasi2 {
  font-size: 1.5em;
  padding: 0.2em;/*文字周りの余白*/
  color: rgb(255,255,255);/*文字色*/
  background: rgb(80,73,70);/*背景色*/
}

.midasi2:before {
  position: relative;
  top: 5px;
  margin: 0 5px 0 7px;
  content: url("https://blog-imgs-126.fc2.com/w/a/t/watchmonoblog/spec-icon.jpg");
}

.midasi3 {
  font-size: 1.5em;
  padding: 0.2em;/*文字周りの余白*/
  color: rgb(255,255,255);/*文字色*/
  background: rgb(80,73,70);/*背景色*/
}

.midasi3:before {
  position: relative;
  top: 5px;
  margin: 0 5px 0 7px;
  content: url("https://blog-imgs-126.fc2.com/w/a/t/watchmonoblog/media-icon.jpg");
}

.midasi4 {
  font-size: 1.5em;
  padding: 0.2em;/*文字周りの余白*/
  color: rgb(255,255,255);/*文字色*/
  background: rgb(80,73,70);/*背景色*/
}

.midasi4:before {
  position: relative;
  top: 5px;
  margin: 0 5px 0 7px;
  content: url("https://blog-imgs-126.fc2.com/w/a/t/watchmonoblog/comment-icon.jpg");
}

.midasireview {
  font-size: 1.5em;
  padding: 0.2em;/*文字周りの余白*/
  color: rgb(255,255,255);/*文字色*/
  background: rgb(80,73,70);/*背景色*/
}

.midasireview:before {
  position: relative;
  top: 5px;
  margin: 0 5px 0 7px;
  content: url("https://blog-imgs-133.fc2.com/w/a/t/watchmonoblog/review-icon.jpg");
}

.midasimuji {
  font-size: 1.5em;
  padding: 0.2em;/*文字周りの余白*/
  color: rgb(255,255,255);/*文字色*/
  background: rgb(80,73,70);/*背景色*/
}

hr {
 height: 2px;
 background-color: rgb(230,230,230);
 border: none;
}

#adstop {
  display: none;
}

@media screen and (max-width: 920px) {
  #adstop {
    display: block;
  }
}

/* Amazonリンク */

.amazonads {
  display: flex; /*横並び*/
}
.amazonads .image {
  min-width: 150px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.amazonads .right {
  margin: 0 0 0 15px;
  padding: 0;
}
.amazonads .title {
  margin: 12px 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.amazonads .text {
  background: #fca41c;
  margin: 12px 0 0;
  padding: 0;
  line-height: 2.5;
  -webkit-box-decoration-break: clone;
  text-align:center;
}

/* セール */

.sale {
  display: flex; /*横並び*/
}
.sale .image {
  min-width: 150px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.sale .right {
  margin: 0 0 0 15px;
  padding: 0;
}
.sale .title {
  margin: 12px 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
}
.sale .text {
  padding: 0;
  font-size: 15px;
}

/* 新・吹き出し */

.balloon-001 {
  position: relative;
  display: inline-block;
  margin: 5px 5px 5px 10px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #acacac;
  box-sizing: border-box;
  border-radius: 5px;
}

.balloon-001:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-001:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #acacac;
  z-index: 1;
}

.balloon-001 p {
  margin: 0;
  padding: 0;
}

/* 新・吹き出し（青） */

.balloon-002 {
  position: relative;
  display: inline-block;
  margin: 5px 5px 5px 10px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #2589d0;
  box-sizing: border-box;
  border-radius: 5px;
}

.balloon-002:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-002:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #2589d0;
  z-index: 1;
}

.balloon-002 p {
  margin: 0;
  padding: 0;
}

/* 新・吹き出し（緑） */

.balloon-003 {
  position: relative;
  display: inline-block;
  margin: 5px 5px 5px 10px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #3cb371;
  box-sizing: border-box;
  border-radius: 5px;
}

.balloon-003:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-003:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #3cb371;
  z-index: 1;
}

.balloon-003 p {
  margin: 0;
  padding: 0;
}

.ad_box {
    padding: 1.5em 1.5em;
    border: solid 2px rgb(220,220,220);/*線*/
}
.ad_box p {
    margin: 0; 
    padding: 0;
}
