@charset "UTF-8";
/*!
* テンプレート名: Albion
* 制作者: shiro
* 制作者 URI: http://equaleaves.blog.fc2.com/
* バージョン: 1.0.1
* 申請日: 2021-12-21
* 最終更新日: 2022-02-08
*/
/*------------------------------------------------------------
  リセットCSS
--------------------------------------------------------------*/
@import url("https://blog-imgs-124.fc2.com/e/q/u/equaleaves/normalize.css");
/*------------------------------------------------------------
  ユーザー設定
--------------------------------------------------------------*/
/*----- 全体のスタイル -----*/
html {
  font-size: 62.5%;
}
body,
button,
input,
select,
textarea {
  background-color: #FFFFFF;
  color: #555555;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}
/* ----- リンク----- */
/* 全体のリンク */
a {
  color: #3F5580;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a:hover {
  color: #555555;
}
/* 記事内のリンク */
.post-content a {
  border-bottom: 1px solid rgba(230, 229, 207, .25);
}
.post-content a:hover {
  border-bottom: 1px solid rgba(230, 229, 207);
}
/*----- ブログタイトル -----*/
h1 {
  font-family: "Arapey", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
}
h1 a {
  color: #555555;
  text-shadow: -1px -1px 0 #FFFFFF, 0 0 6px rgba(0, 0, 0, .25);
}
h1 a:hover {
  color: #555555;
  text-shadow: -1px -1px 0 #FFFFFF, 0 5px 10px rgba(0, 0, 0, .25);
}
/* ブログタイトル下ボーダー */
h1:before {
  background-color: #555555;
}
h1:hover:before {
  background-color: #555555;
}
/* ブログ説明文 */
.blog-description {
  color: #555555;
  font-size: 1.2rem;
}
/*----- ナビゲーション -----*/
#nav-group {
  background-color: rgba(230, 229, 207, .5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}
.guide-nav,
.icon-nav,
.search-field {
  font-size: 1.2rem;
  font-weight: 300;
}
.guide-nav a,
.icon-nav a {
  color: #555555;
}
.guide-nav a:hover,
.icon-nav a:hover {
  color: #555555;
}
/*----- ブログコンテナ -----*/
/* コンテンツ横幅 */
.nav-group-inner,
#header,
#container {
  max-width: 1100px;
  width: 95%;
}
/* サムネイル画像のサイズ */
.item-thumbnail {
  width: 320px;
}
/* サムネイル画像のアスペクト比 */
.item-thumbnail:before {
  padding-top: 66.66666%;
}
/* アイキャッチ画像のサイズ */
.post-image {
  height: 300px;
  width: 300px;
}
/* Read moreボタン */
.item-more-link a {
  background-color: rgba(230, 229, 207, .5);
  color: #555555;
}
.item-more-link a:hover {
  background-color: #E6E5CF;
}
/* 記事本文の文字の大きさ */
.post-content {
  font-size: 1.5rem;
}
/* 記事下のプロフィール欄 表示させたい場合はnone→block */
.profile-area {
  display: none;
}
/* 管理人コメント背景色 */
.comment-list.author {
  background-color: rgba(230, 229, 207, .25);
}
/* 管理人コメントマーク */
.comment-author {
  background-color: #3F5580;
}
/*----- ページ送り -----*/
/* 記事のページ送り */
.pagination-post,
.pagination-category {
  font-size: 1.2rem;
}
.prev-post a,
.next-post a,
.prev-category-post a,
.next-category-post a {
  background-color: #FAFAFA;
}
.prev-post a:hover,
.next-post a:hover,
.prev-category-post a:hover,
.next-category-post a:hover {
  background-color: #E6E5CF;
}
/* 全体のページ送り */
.pagination-page {
  font-size: 1.2rem;
}
.pagination-page a,
.pagination-page span {
  background-color: #FAFAFA;
}
.pagination-page a:hover {
  background-color: #E6E5CF;
  color: #555555;
}
.pagination-page .active .current {
  background-color: rgba(230, 229, 207, .5);
}
/*----- サイドバー -----*/
/* プラグイン文字大きさ */
#secondary-column {
  font-size: 1.2rem;
}
/* プラグインリンク */
#secondary-column a {
  color: #555555;
}
#secondary-column a:hover {
  color: #3F5580;
}
/* カレンダー */
.calender tr td a {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  color: #555555;
}
.calender tr td a:hover {
  -webkit-box-shadow: 0 0 0 1px #3F5580 inset;
  box-shadow: 0 0 0 1px #3F5580 inset;
}
/* タグクラウド */
.plugin-tag a {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  color: #555555;
}
.plugin-tag a:hover {
  -webkit-box-shadow: 0 0 0 1px #3F5580 inset;
  box-shadow: 0 0 0 1px #3F5580 inset;
}
/*----- ページ内移動ボタン -----*/
.to-top a,
.to-menu a {
  color: #555555;
}
/*----- テキスト選択時 -----*/
::-moz-selection {
  color: #555555;
  text-shadow: none;
  background-color: #E6E5CF;
}
::selection {
  color: #555555;
  text-shadow: none;
  background-color: #E6E5CF;
}
/*------------------------------------------------------------
  タイポグラフィ
------------------------------------------------------------*/
h1 {
  display: inline-block;
  margin: 0 0 2em;
  padding-bottom: 1em;
  position: relative;
}
h1:before {
  content: "";
  height: 1px;
  margin-left: -25%;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
}
h1:hover:before {
  margin-left: -50%;
  width: 100%;
}
h1 a {
  display: inline-block;
}
h1 a:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arapey", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 1em;
  font-style: italic;
  font-weight: 700;
}
h2 {
  font-size: 2rem;
}
h2 a,
.titlelist-title a {
  border-bottom: 1px solid rgba(230, 229, 207, .25);
}
h2 a:hover,
.titlelist-title a:hover {
  border-bottom: 1px solid rgba(230, 229, 207);
}
h3,
h4,
h5,
h6 {
  clear: both;
  padding: .5em;
}
h3 {
  font-size: 1.8rem;
}
.post-content h3 {
  background-color: #3F5580;
  color: #FFFFFF;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}
.post-content h3:before,
.post-content h3:after {
  background-color: #FFFFFF;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.post-content h3:before {
  top: 2px;
}
.post-content h3:after {
  bottom: 2px;
}
h4 {
  font-size: 1.6rem;
}
.post-content h4 {
  border-bottom: 2px solid #3F5580;
}
h5 {
  font-size: 1.4rem;
}
.post-content h5 {
  border-left: 2px solid #3F5580;
}
h6 {
  font-size: 1.2rem;
}
.post-content h6 {
  border-left: 1px solid #3F5580;
}
.sub-title {
  font-size: 1.6rem;
  margin: 1em 0;
}
.item-title,
.catalog-title {
  font-size: 1.6rem;
  margin: 1em 0;
}
.post-title {
  margin: 1em 0;
}
.page-title {
  padding-left: 1em;
  position: relative;
}
.page-title:before {
  color: rgba(0, 0, 0, .05);
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: -1;
}
.page-title:before {
  top: -.5em;
  left: 0;
}
.page-title.relate:before {
  content: "You may also like";
}
.page-title.comment:before {
  content: "Comments";
}
.page-title.respond:before {
  content: "Leave a reply";
}
.page-title.trackback:before {
  content: "Trackbacks";
}
.page-title.archive:before {
  content: "Archive";
}
.page-title.category:before {
  content: "Category";
}
.page-title.tag:before {
  content: "Tag";
}
.page-title.search:before {
  content: "Search word";
}
.page-title.index:before {
  content: "Index";
}
.page-title.edit:before {
  content: "Edit comment";
}
.titlelist-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin: .5em 0;
  padding: 0;
}
.widget-title {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
  padding: .5em 0;
}
p,
blockquote,
pre,
ul,
ol,
dl,
table {
  margin: 0 0 2em;
}
blockquote {
  font-family: "Cormorant Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 1em 2.5em;
  position: relative;
}
blockquote:before,
blockquote:after {
  color: #3F5580;
  font-family: "Times New Roman", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
}
blockquote:before {
  content: "\201C";
  top: 0;
  left: 0;
}
blockquote:after {
  content: "\201D";
  right: 0;
  bottom: 0;
}
blockquote p,
blockquote ul,
blockquote ol {
  margin: 0;
}
strong {
  font-weight: 700;
}
code,
pre,
kbd,
samp,
var {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}
pre,
code {
  background-color: #FAFAFA;
  border: 1px solid #EEEEEE;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1em;
}
pre code {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
mark {
  background-color: #E6E2A1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #E6E2A1 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #E6E2A1 50%);
}
code,
kbd {
  border-radius: 2px;
  display: inline-block;
  font-size: small;
  margin: 0 .1em;
  padding: 0 .5em;
  vertical-align: middle;
}
kbd {
  background-color: #888888;
  background: -webkit-linear-gradient(top, #888888, #444444);
  background: linear-gradient(to bottom, #888888, #444444);
  border-bottom: 1px solid #222222;
  -webkit-box-shadow: 2px 0 0 #333333 inset, 0 -1px 0 #333333 inset, -2px 0 0 #333333 inset, 0 -2px 0 #999999 inset;
  box-shadow: 2px 0 0 #333333 inset, 0 -1px 0 #333333 inset, -2px 0 0 #333333 inset, 0 -2px 0 #999999 inset;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #666666;
}
/* ----- リスト ----- */
li > ul,
li > ol {
  margin: 0;
}
.post-content dl {
  border: 1px solid #CCCCCC;
}
.post-content dt {
  background-color: #FAFAFA;
  font-weight: 700;
  padding: 1em;
}
.post-content dd {
  margin: 0 0 0 1em;
  padding: 1em;
}
/* ----- テーブル ----- */
.post-content table {
  border-collapse: collapse;
  max-width: 100%;
  table-layout: fixed;
}
.post-content table,
.post-content th,
.post-content td {
  border: 1px solid #CCCCCC;
  padding: .5em;
}
.post-content caption {
  background-color: #555555;
  color: #FFFFFF;
  font-weight: 700;
  padding: .5em;
}
.post-content thead {
  background-color: #FAFAFA;
}
.post-content th,
.post-content td {
  border-style: solid dotted;
  font-weight: 400;
}
.post-content tfoot {
  text-align: right;
}
/*----- 罫線 -----*/
hr {
  border: 0;
  border-top: 1px dashed #555555;
  margin: 2em 0;
}
/*------------------------------------------------------------
  要素
------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
}
figure {
  margin: 0;
}
img,
video {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: bottom;
}
/*----- フォーム -----*/
button,
input,
select,
textarea {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  line-height: 1;
  padding: .5em;
}
textarea {
  max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #3F5580;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #555555;
}
:placeholder-shown {
  color: #CCCCCC;
}
::-webkit-input-placeholder {
  color: #CCCCCC;
}
:-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
::-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #CCCCCC;
}
/*----- メディア -----*/
embed,
iframe,
object {
  max-width: 100%;
}
/*------------------------------------------------------------
  クリアフィクス
------------------------------------------------------------*/
p,
.clearfix {
  *zoom: 1;
}
p:before,
.clearfix:before {
  content: "";
  display: table;
}
p:after,
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
/*------------------------------------------------------------
  共有クラス
------------------------------------------------------------*/
/* 月の英語表記 */
.month.month01:before {
  content: "January";
}
.month.month02:before {
  content: "February";
}
.month.month03:before {
  content: "March";
}
.month.month04:before {
  content: "April";
}
.month.month05:before {
  content: "May";
}
.month.month06:before {
  content: "June";
}
.month.month07:before {
  content: "July";
}
.month.month08:before {
  content: "August";
}
.month.month09:before {
  content: "September";
}
.month.month10:before {
  content: "October";
}
.month.month11:before {
  content: "November";
}
.month.month12:before {
  content: "December";
}
/* 月の英語表記(省略) */
.month_abbr.month01:before {
  content: "Jan";
}
.month_abbr.month02:before {
  content: "Feb";
}
.month_abbr.month03:before {
  content: "Mar";
}
.month_abbr.month04:before {
  content: "Apr";
}
.month_abbr.month05:before {
  content: "May";
}
.month_abbr.month06:before {
  content: "Jun";
}
.month_abbr.month07:before {
  content: "Jul";
}
.month_abbr.month08:before {
  content: "Aug";
}
.month_abbr.month09:before {
  content: "Sep";
}
.month_abbr.month10:before {
  content: "Oct";
}
.month_abbr.month11:before {
  content: "Nov";
}
.month_abbr.month12:before {
  content: "Dec";
}
/* フレックスボックス */
.nav-group-inner,
.guide-nav ul,
.icon-nav ul,
.item-inner,
.item-meta,
.item-feedbacks ul,
.breadcrumbs ul,
.post-banner,
.post-feedbacks ul,
.post-tags,
.post-tags ul,
.post-share-links ul,
.profile-inner,
.sns-links ul,
.form-flexbox,
.comment-header ul,
.comment-footer,
.comment-reaction ul,
.catalog,
.catalog-meta,
.catalog-feedbacks ul,
.titlelist-meta,
.titlelist-feedbacks ul,
.pagination-post ul,
.pagination-category ul,
.home,
.current-category,
.pagination-page ul,
.pagination-list ul,
.recent-list {
  display: -webkit-flex;
  display: flex;
}
/* 余白を指定の割合で埋める */
.item-content,
.post-info,
.profile-introduction,
.catalog-content,
.recent-meta {
  -webkit-flex: 1;
  flex: 1;
}
/* リストの無効化 */
.guide-nav ul,
.icon-nav ul,
.item-feedbacks ul,
.breadcrumbs ul,
.post-feedbacks ul,
.post-share-links ul,
.post-tags ul,
.sns-links ul,
.comment-header ul,
.comment-reaction ul,
.catalog-feedbacks ul,
.titlelist-feedbacks ul,
.pagination-post ul,
.pagination-category ul,
.pagination-page ul,
.pagination-list ul  {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* リストの仕切り */
.item-feedbacks ul li + li:before,
.post-feedbacks ul li + li:before,
.comment-header ul li + li:before,
.comment-reaction ul li + li:before,
.catalog-feedbacks ul li + li:before,
.titlelist-feedbacks ul li + li:before {
  content: "/";
  margin: 0 .5em;
}
/* Arapeyフォント */
.item-date,
.post-date,
.page-title:before,
.author-name,
.relate-date,
.relate-title,
.catalog-date,
.titlelist-date,
.prev-text,
.next-text,
.to-top span,
.to-menu span {
  font-family: "Arapey", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  font-weight: 700;
}
/* フォントサイズ */
.prev-text,
.next-text {
  font-size: 1.6rem;
}
.item-date,
.item-share-links,
.post-date,
.relate-date,
.titlelist-date,
.to-top span,
.to-menu span {
  font-size: 1.4rem;
}
.new,
.please-share,
.post-modified,
.post-categories,
.post-community,
.post-tags,
.post-feedbacks,
.post-share-links,
.relate-thumbnail-content,
.relate-title,
.respond-form label,
.comment-header,
.comment-footer,
.trackback-field label,
.secret-text,
.trackback-header,
.trackback-date,
.trackback-text,
.edit-form label {
  font-size: 1.2rem;
}
.return-button,
.item-meta,
.item-more-link,
.catalog-more-link,
.catalog-meta,
.titlelist-meta,
.current-category,
.plugin-tag {
  font-size: 10px;
  font-size: 1.0rem;
}
.comment-author {
  font-size: .6rem !important;
}
/* テキストを大文字にする */
.return-button,
.guide-nav,
.item-thumbnail-content:before,
.item-more-link,
.comment-author,
.respond-form label,
.trackback-field label,
.catalog-more-link,
.edit-form label {
  text-transform: uppercase;
}
/* テキストを太字にする */
.respond-form label,
.trackback-field label,
.edit-form label {
  font-weight: 700;
}
/* フォントアイコン */
.category-icon:before,
.tag-icon:before,
.comment-icon:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
}
.redo-icon:before,
.trackback-icon:before,
.owl-nav div:before,
#himitu:checked + .checkbox-icon:after,
.titlelist-categories:before,
.left-icon:before,
.right-icon:after,
.catalog-more-link a:after,
.list-prev-page a:before,
.list-next-page a:after,
.archives:before,
.up-icon:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}
.redo-icon:before,
.category-icon:before,
.tag-icon:before {
  display: inline-block;
  margin-right: .5em;
  width: 1em;
}
.redo-icon:before {
  content: "\f01e";
}
.category-icon:before {
  content: "\f07c";
}
.tag-icon:before {
  content: "\f02b";
}
.comment-icon:before,
.trackback-icon:before {
  margin-right: .25em;
}
.comment-icon:before {
  content: "\f075";
}
.trackback-icon:before {
  content: "\f021";
}
.left-icon:before,
.right-icon:after {
  font-size: 1.4rem;
}
.owl-prev:before,
.left-icon:before,
.list-prev-page a:before {
  content: "\f104";
}
.left-icon:before {
  margin-right: .5em;
}
.owl-next:before,
.right-icon:after,
.list-next-page a:after {
  content: "\f105";
}
.right-icon:after {
  margin-left: .5em;
}
#himitu:checked + .checkbox-icon:after {
  content: "\f00c";
}
.catalog-more-link a:after {
  content: "\f061";
  margin-left: .5em;
}
.archives:before {
  content: "\f107";
}
.up-icon:before {
  content: "\f106";
}
/* シェアアイコン */
.share-icon:before,
.share-button:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
}
.hatena-mark:before {
  content: "B!";
  font-family: Verdana, sans-serif;
  font-weight: 900;
}
.twitter:before {
  content: "\f099";
}
.facebook:before {
  content: "\f09a";
}
.line:before {
  content: "\f3c0";
}
a.hatena {
  color: #008FDE;
}
a.share-icon.twitter {
  color: #55ACEE;
}
a.share-icon.facebook {
  color: #315096;
}
a.share-icon.line {
  color: #00C300;
}
a.share-button {
  border: 1px solid;
}
a.share-button.hatena {
  border-color: #00A4DE;
  color: #00A4DE;
}
a.share-button.twitter {
  border-color: #55ACEE;
  color: #55ACEE;
}
a.share-button.facebook {
  border-color: #315096;
  color: #315096;
}
a.share-button.line {
  border-color: #00C300;
  color: #00C300;
}
.share-button:before,
.hatena-mark:before {
  margin-right: .5em;
}
/* New! */
.new {
  color: #FF5500;
  display: inline-block;
  margin-left: .5em;
}
/* 非表示・表示 */
.none {
  display: none;
}
.block {
  display: block;
}
/* ひとつ前に戻る */
a.return-button {
  background-color: #555555;
  border-radius: 2.5em;
  color: #FFFFFF;
  display: inline-block;
  padding: 1em 2em;
}
/*------------------------------------------------------------
  アニメーション
------------------------------------------------------------*/
.nav-animation {
  animation: slideDown 1s ease-out both;
}
.title-animation {
  animation: fadeSlideDown 1s 1s ease-out both;
}
.sub-animation {
  animation: fadeSlideUp 1s .5s ease-out both;
}
.main-animation {
  animation: fadeIn 2s ease-out both;
}
.aside-animation {
  animation: fadeSlideLeft 1s .5s ease-out both;
}
@keyframes fadeIn {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeSlideUp {
  0%  {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeSlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeSlideLeft {
  0%{
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (max-width: 1024px) {
  .main-animation {
    animation: fadeIn 2s ease-out both;
  }
  .aside-animation {
    animation: none;
  }
}
h1:before,
.guide-nav a:before,
.icon-nav a:before,
.item,
.item-thumbnail,
.post,
.profile-image,
.relate-thumbnail,
.catalog,
.catalog-thumbnail {
  -webkit-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}
.item,
.post,
.catalog {
  opacity: 0;
}
.item,
.post,
.catalog {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.animation {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
/*----- ヘッダー -----*/
#nav-group {
  height: 60px;
  width: 100%;
}
.nav-group-inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.guide-nav,
.icon-nav {
  width: 50%;
}
.guide-nav a,
.icon-nav a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.guide-nav a:before,
.icon-nav a:before {
  background-color: #555555;
  content: "";
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 0;
}
.guide-nav a:hover:before,
.icon-nav a:hover:before {
  opacity: 1;
  right: 0;
  left: 0;
  width: 100%;
}
.guide-nav ul li {
  margin-right: 2em;
}
.icon-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: -webkit-calc(26px + 1em);
  margin-right: calc(26px + 1em);
}
.icon-nav ul li {
  margin-left: 1em;
}
#submit {
  display: none;
}
.search-field {
  position: absolute;
  top: 16px;
  right: 0;
  width: 26px;
}
a.search-icon {
  color: #FFFFFF;
}
.search-icon,
.search-submit {
  background-color: #3F5580;
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 26px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 26px;
}
.search-submit {
  cursor: pointer;
}
.search-input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 26px;
  opacity: 0;
  padding: 0 .5em;
  position: absolute;
  top: 0;
  right: 26px;
  width: 0;
}
#header {
  margin: 0 auto;
  text-align: center;
}
.blog-branding {
  margin: 0 auto;
  padding: 6em 0;
  width: 70%;
}
/*----- メインコンテンツ -----*/
#container {
  margin: 0 auto;
}
#primary-column {
  float: left;
  margin-right: -280px;
  width: 100%;
}
#main-contents {
  margin-right: 320px;
}
/* 投稿記事 */
.item,
.catalog {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 2em;
  position: relative;
}
.item-thumbnail,
.profile-image,
.relate-thumbnail,
.catalog-thumbnail {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}
.item-thumbnail {
  margin-right: 2em;
}
.item-thumbnail,
.post-image,
.relate-thumbnail,
.catalog-thumbnail {
  background-color: #FAFAFA;
  overflow: hidden;
  position: relative;
}
.item-thumbnail:before,
.post-image:before,
.relate-thumbnail:before,
.catalog-thumbnail:before {
  content: "";
  display: block;
}
.item-thumbnail:hover,
.profile-image:hover,
.relate-thumbnail:hover,
.catalog-thumbnail:hover {
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .1), 0 3px 6px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .1), 0 3px 6px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.item-thumbnail-content,
.post-image-content,
.relate-thumbnail-content,
.catalog-thumbnail-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-date,
.post-date,
.relate-date,
.catalog-date,
.titlelist-date {
  color: #CCCCCC;
}
.item-meta,
.catalog-meta,
.titlelist-meta {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-categories,
.catalog-categories,
.titlelist-categories {
  margin-right: 1.5em;
}
.deny {
  color: #EEEEEE;
}
.item-summary {
  margin: 1em 0;
}
.item-more-link {
  text-align: right;
}
.item-more-link a {
  display: inline-block;
  letter-spacing: .5em;
  padding: 1em 2em;
}
/* 個別記事 */
.section {
  margin-bottom: 6em;
}
.post-banner {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  margin-bottom: 4em;
}
.post-image {
  margin-right: 2em;
}
.post-info {
  padding: 2em 2em 2em 0;
  position: relative;
}
.post-community {
  border-left: 1px solid #CCCCCC;
  margin-top: 2em;
  padding: .5em 1em;
}
.post-meta {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1em;
  padding-top: 1em;
}
.post-tags ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-tags ul li {
  margin-right: .5em;
}
.post-share-links {
  text-align: center;
}
.post-share-links p {
  font-weight: 700;
  margin-bottom: .5em;
}
.post-share-links ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.post-share-links ul li {
  width: 100%;
}
.post-share-links ul li + li {
  margin-left: .5%;
}
.post-share-links a {
  border-radius: 2px;
  width: 100%;
}
.post-share-links ul li a:hover {
  background-color: #FAFAFA;
  border-color: #555555;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  color: #555555;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
a.share-button {
  display: inline-block;
  line-height: 30px;
}
/* 記事下プロフィール */
.profile-inner {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  padding: 4em;
  position: relative;
}
.profile-inner:before {
  -webkit-box-shadow: 0 0 0 20px rgba(230, 229, 207, .5) inset;
  box-shadow: 0 0 0 20px rgba(230, 229, 207, .5) inset;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.profile-inner:after {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
  box-shadow: 0 0 0 1px #FFFFFF inset;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: 17px;
  left: 17px;
  width: auto;
  z-index: -1;
}
.profile p {
  margin: 0;
  positon: relative;
}
.profile-author {
  margin-left: 3em;
  text-align: center;
}
.profile-image {
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
}
.profile-introduction p {
  margin: 1em 0;
}
.author-name {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  vertical-align: middle;
}
.sns-links {
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}
.sns-links ul {
  -webkit-align-items: center;
  align-items: center;
}
.sns-links ul:before {
  content: "/";
  font-size: 20px;
  display: inline-block;
  margin-right: .5em;
}
.sns-links ul li {
  margin: 0 .5em;
}
/* 関連記事 */
.relate-carousel {
  padding-top: 26px;
}
.relate-thumbnail {
  margin-bottom: .5em;
  overflow: hidden;
  position: relative;
}
.relate-thumbnail:before {
  content: "";
  display: block;
  padding-top: 66.66666%;
}
.owl-nav,
.owl-next,
.owl-prev {
  position: absolute;
}
.owl-nav {
  top: -5px;
  width: 100%;
}
.owl-nav div {
  font-size: 0;
}
.owl-nav div:before {
  -webkit-box-shadow: 0 0 0 1px #3F5580 inset;
  box-shadow: 0 0 0 1px #3F5580 inset;
  border-radius: 50%;
  color: #3F5580;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
}
.owl-next {
  right: 0;
}
.owl-prev {
  left: 0;
}
/* 関連記事(FC2ブログ仕様) */
dl#fc2relate_entry_thumbnail_area {
  border: 0 !important;
  font-size: 1.2rem !important;
  margin: 0 0 2em !important;
  padding: 0 !important;
}
dl#fc2relate_entry_thumbnail_area a {
  border: 0 !important;
}
dt.relate_dt {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 1.8rem !important;
  margin: 0 0 1em !important;
  padding: 0 !important;
}
dd.relate_dd,
.relate_entry_date {
  font-size: 1.2rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.relate_ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
ul.relate_ul li {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex !important;
  display: flex !important;
  margin: 0 !important;
  padding: .5em !important;
  width: 49%;
}
li.relate_li_nolink {
  border: 3px solid #EEEEEE;
}
.relate_entry_thumbnail {
  margin: 0 !important;
  padding: 0 !important;
}
.relate_entry_title {
  display: block !important;
  -webkit-flex: 1;
  flex: 1;
  line-height: 1.8 !important;
  padding-left: .5em !important;
}
.relate_entry_title .relate_entry_title_text {
  display: inline !important;
  max-height: auto !important;
}
.relate_entry_date {
  font-size: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 896px) {
  ul.relate_ul li {
    width: 100%;
  }
}
.relate_entry_thumbnail,
.relate_entry_thumbnail img,
.relate_entry_thumbnail_noimg,
.relate_entry_thumbnail_noimg img {
  height: 72px !important;
  width: 72px !important;
}
/* コメント欄 */
.comment-list,
.trackback-list {
  border: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 2em;
  padding: 2em;
}
.comment-list:last-child,
.trackback-list:last-child  {
  margin: 0;
}
.comment-list p,
.trackback-list p {
  margin: 0;
  padding: 1em;
}
.comment-author {
  border-radius: 1em;
  color: #FFFFFF;
  margin-left: .5em;
  padding: 0 .5em;
}
.comment-subject {
  font-weight: 700;
}
.comment-footer {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* コメントフォーム */
.respond-form,
.edit-form {
  width: 80%;
}
.respond-form {
  margin: 0 auto;
}
.edit-form {
  margin: 0 auto 6em;
}
.respond-form p,
.edit-form p {
  margin-bottom: .5em;
}
.form-flexbox {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form-flexbox p {
  width: 49%;
}
#name,
#email,
#subject,
#url,
#password,
#comment {
  width: 100%;
}
#himitu {
  display: none;
}
#himitu + .checkbox-icon {
  position: relative;
  top: 6px;
  vertical-align: middle;
}
#himitu + .checkbox-icon:before {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
#himitu:checked + .checkbox-icon:after {
  color: #555555;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
.send-button,
.delete-button {
  padding: 1em;
  width: 120px;
}
.send-button {
  margin-right: 1em;
}
.delete-button {
  background-color: #803F40 !important;
}
.delete-button:hover {
  background-color: #555555 !important;
}
/* トラックバック */
.trackback-title {
  font-weight: 700;
}
/* 一覧ページ */
.catalog-thumbnail {
  height: 120px;
  margin-right: 2em;
  position: relative;
  width: 120px;
}
.catalog p {
  margin: 1em 0 0;
} 
.catalog-summary {
  margin-right: 1.5em;
}
.catalog-more-link a {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .5em;
}
/* 全記事タイトルページ */
.titlelist-area {
  margin: 0 auto 6em;
  width: 80%;
}
.titlelist-post {
  border-left: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 1em;
  padding: .5em 1em;
}
.titlelist-summary {
  margin: 0;
}
/* ページ送り */
.pagination-post {
  margin-bottom: 2em;
}
.pagination-post p,
.pagination-category p {
  margin-bottom: .25em;
  text-align: center;
}
.pagenav-text {
  font-weight: 700;
}
.pagination-post ul,
.pagination-category ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.pagination-post ul li,
.pagination-category ul li {
  overflow: hidden;
}
.prev-post,
.next-post,
.prev-category-post,
.next-category-post {
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
}
.next-post,
.next-category-post {
  text-align: right;
}
.prev-post a,
.next-post a,
.prev-category-post a,
.next-category-post a {
  display: block;
  padding: 1em;
}
.prev-title,
.next-title,
.current-category a {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-title,
.next-title {
  color: #555555;
  display: block;
  height: 100%;
  width: 100%;
}
.home,
.current-category {
  padding: .5em;
  text-align: center;
}
.home,
.current-category {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.home {
  -webkit-flex: 0 2 20%;
  flex: 0 2 20%;
}
.current-category {
  -webkit-flex: 0 2 20%;
  flex: 0 2 20%;
}
.home a,
.current-category a {
  background-color: #3F5580;
  color: #FFFFFF;
  display: inline-block;
}
.home a {
  border-radius: 50%;
  height: 26px;
  line-height: 26px;
  width: 26px;
}
.current-category a {
  border-radius: 1em;
  padding: 0 .5em;
}
.pagination-page {
  margin-top: 2em;
  text-align: center;
}
.pagination-page ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagination-page ul li {
  margin: 0 .25em;
}
.pagination-page a,
.pagination-page span {
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.pagination-page .disabled {
  color: #CCCCCC;
}
.pagination-page .active .current {
  font-weight: 700;
}
.pagination-list ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-prev-page a:before,
.list-next-page a:after {
  background-color: #555555;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
}
.list-prev-page a:before {
  margin-right: .5em;
}
.list-next-page a:after {
  margin-left: .5em;
}
/*----- サイドバー -----*/
#secondary-column {
  width: 280px;
  float: right;
}
.widget {
  margin-bottom: 3em;
}
.widget ul {
  list-style-type: disc;
  padding-left: 20px;
}
.widget ul ul {
  list-style-type: circle;
}
/* プロフィール */
.plugin-myimage {
  text-align: center !important;
}
.plugin-myimage img {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}
/* 最新記事 */
ul.recent-posts {
  list-style: none;
  padding: 0;
}
.recent-list {
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: .5em;
}
.recent-thumbnail {
  height: 72px;
  margin-right: .5em;
  width: 72px;
}
.recent-thumbnail img {
  border-radius: 50%;
}
/* カレンダー */
.calender {
  border-collapse: separate;
  border-spacing: 8px;
  margin: 0 auto;
  text-align: center;
  width: 260px;
}
.calender tr th {
  border-bottom: 1px solid #555555;
}
.calender tr:first-child th {
  font-size: 0;
}
.calender tr:first-child th:before {
  font-size: 12px;
  font-weight: 300;
}
.calender tr:first-child th:nth-child(1):before {
  content: "Sun";
}
.calender tr:first-child th:nth-child(2):before {
  content: "Mon";
}
.calender tr:first-child th:nth-child(3):before {
  content: "Tue";
}
.calender tr:first-child th:nth-child(4):before {
  content: "Wed";
}
.calender tr:first-child th:nth-child(5):before {
  content: "Thu";
}
.calender tr:first-child th:nth-child(6):before {
  content: "Fri";
}
.calender tr:first-child th:nth-child(7):before {
  content: "Sat";
}
.calender tr th#sun {
  border-color: #FF6666;
}
.calender tr th#sat {
  border-color: #6666FF;
}
.calender tr th,
.calender tr td {
  height: 28px;
  padding: 0;
  width: 28px;
}
.calender tr td {
  line-height: 26px;
}
.calender tr td a {
  border-radius: 50%;
  display: block;
  height: 26px;
  margin: 1px;
  width: 26px;
}
/* アーカイブ */
.archives {
  position: relative;
}
.archives:before {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 1em;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.pulldown-archives {
  width: 100%;
}
.pulldown-archives {
  -webkit-appearance: none;
  appearance: none;
  background-color: #555555;
  border: 0;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  padding-right: 2.5em;
  text-overflow: ellipsis;
}
.pulldown-archives::-ms-expand {
   display: none;
}
/* タグクラウド */
.plugin-tag a {
  border-radius: 2px;
  display: inline-block;
  margin: .1em 0;
  padding: .25em .5em;
  vertical-align: middle;
}
/* ブログ内検索 */
.plugin-search input[type="text"] {
  width: 100%;
}
/*-----フッター -----*/
#footer {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1em;
  text-align: center;
}
#footer p {
  margin: 0;
}
/* ページ遷移ボタン */
.to-top,
.to-menu {
  position: fixed;
  text-align: center;
  z-index: 5;
}
.to-top {
  right: 100px;
}
.to-top a,
.to-menu a {
  display: block;
  position: relative;
  width: 60px;
}
.to-top a {
  height: 50px;
}
.to-menu a {
  padding: .5em 0;
}
.to-top a:before {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.to-top a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.to-top span {
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.to-top a:hover span {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.to-menu {
  display: none;
}
.to-menu a {
  border: 1px solid #555555;
}
/*----- FC2Blog専用クラス -----*/
.emoji {
  vertical-align: middle;
}
.fc2_footer {
  margin: 2em 0;
}
/*------------------------------------------------------------
  メディアクエリ
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #header {
    width: 90%;
  }
  #container {
    width: 80%;
  }
  #primary-column,
  #main-contents {
    margin: 0;
  }
  #primary-column,
  #secondary-column {
    float: none;
  }
  .post-content {
    margin: 0 0 2em;
    width: 100%;
  }
  .respond-form,
  .edit-form,
  .titlelist-area {
    margin: 0 0 6em;
    width: 100%;
  }
  #secondary-column {
    font-size: 1.4rem;
    width: 100%;
  }
  .to-top,
  .to-menu {
    right: 0;
  }
  .to-top {
    bottom: 170px;
  }
  .to-menu {
    display: block;
    bottom: 110px;
  }
}
@media screen and (max-width: 896px) {
  .nav-toggle {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 20px;
    width: 26px;
  }
  .nav-toggle span {
    background-color: #555555;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
  }
  .nav-toggle span:nth-of-type(1) {
    top: 0;
  }
  .nav-toggle span:nth-of-type(2) {
    top: 10px;
  }
  .nav-toggle span:nth-of-type(3) {
    top: 20px;
  }
  .nav-toggle.active {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .nav-toggle.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .nav-toggle.active span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .nav-toggle.active span:nth-child(3) {
    opacity: 0;
  }
  .guide-nav {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 6px;
    display: none;
    padding: 1em 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 200px;
    z-index: 5;
  }
  .guide-nav:before {
    content: "";
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .5);
    border-left: 10px solid rgba(0, 0, 0, .5);
    position: absolute;
    top: -20px;
    left: 26px;
    width: 0;
  }
  .guide-nav ul {
    display: block;
  }
  .guide-nav ul li {
    margin: 0;
  }
  .guide-nav a {
    color: #FFFFFF;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 1em;
  }
  .guide-nav a:hover:before,
  .icon-nav a:hover:before {
    opacity: 0;
  }
  .icon-nav {
    font-size: 18px;
  }
  .rss {
    display: none;
  }
  .blog-branding {
    margin: 0;
    width: 100%;
  }
  .item,
  .catalog {
    padding: 2em 0;
  }
  .item-inner,
  .post-banner {
    display: block;
  }
  .item-thumbnail {
    margin-bottom: 1em;
  }
  .item-thumbnail,
  .post-image {
    height: auto;
    width: 100%;
  }
  .item-thumbnail:before {
    padding-top: 66.66666%;
  }
  .item-content {
    padding: 0;
  }
  .item-title,
  .item-summary {
    margin: 1em 0;
  }
  .post-image:before {
    padding-top: 66.66666%;
  }
  .post-info {
    padding: 1em;
  }
  .pagination-post ul,
  .pagination-category ul {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .catalog-title {
    font-size: 1.4rem;
  }
  .share-button:before,
  .hatena-mark:before {
    margin: 0;
  }
  #container {
    width: 90%;
  }
  .share-text {
    display: none;
  }
  .profile-inner {
    display: block;
    padding: 3em;
  }
  .profile-author {
    margin: 0 0 1em;
  }
  .profile-introduction p {
    margin: 1em 0 0;
  }
  .form-flexbox {
    display: block;
  }
  .form-flexbox p {
    width: 100%;
  }
  #himitu + .checkbox-icon {
    top: 0;
  }
  #trackback {
    width: 100%;
  }
  .catalog-thumbnail {
    height: 60px;
    margin-right: 1em;
    width: 60px;
  }
}
/*----- 独自クラス -----*/
.kaomoji {
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.photoframe {
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 2px 2px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 2px 2px 8px rgba(0, 0, 0, .25);
}
.default-button,
.primary-button,
.success-button,
.warning-button {
  border: 2px solid rgba(0, 0, 0, .1) !important;
  border-radius: .5em;
  display: inline-block;
  font-weight: 700;
  margin: .1em;
  padding: .5em 1em;
}
.default-button {
  background-color: #FAFAFA;
  color: #999999;
  text-shadow: -1px -1px 0 #FFFFFF;
}
.primary-button {
  background-color: #6666CC;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.success-button {
  background-color: #66CC66;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.warning-button {
  background-color: #CC6666;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.simple-box,
.boldline-box,
.dropshadow-box,
.balloon-box,
.brackets-box,
.handwritten-box,
.color-box,
.gradient-box,
.stripe-box,
.dot-box,
.check-box {
  margin-bottom: 2em;
  padding: 1em;
}
.simple-box ul,
.simple-box ol,
.boldline-box ul,
.boldline-box ol,
.dropshadow-box ul,
.dropshadow-box ol,
.balloon-box ul,
.balloon-box ol,
.brackets-box ul,
.brackets-box ol,
.handwritten-box ul,
.handwritten-box ol,
.color-box ul,
.color-box ol,
.gradient-box ul,
.gradient-box ol,
.stripe-box ul,
.stripe-box ol,
.dot-box ul,
.dot-box ol,
.check-box ul,
.check-box ol {
  margin: 0;
}
.simple-box {
  border: 1px solid #CCCCCC;
}
.boldline-box {
  border: 8px solid #EEEEEE;
}
.dropshadow-box {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
}
.balloon-box {
  border: 1px solid #CCCCCC;
  border-radius: 1em;
  position: relative;
}
.balloon-box:before,
.balloon-box:after {
  border: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
}
.balloon-box:before {
  border-top: 15px solid #CCCCCC;
}
.balloon-box:after {
  margin-top: -2px;
  border-top: 15px solid #FFFFFF;
}
.brackets-box {
  position: relative;
}
.brackets-box:before,
.brackets-box:after {
  content: "";
  display: inline-block;
  height: 50px;
  width: 40px;
  position: absolute;
}
.brackets-box:before {
  border-left: 2px solid #CCCCCC;
  border-top: 2px solid #CCCCCC;
  top: 0;
  left: 0;
}
.brackets-box:after{
  border-right: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  bottom: 0;
  right: 0;
}
.handwritten-box {
  border: 2px solid #EEEEEE;
  border-radius: 4em 2em 3em 2em / 2em 4em 2em 3em;
}
.color-box {
  background-color: #E6E5CF;
  color: #666666;
}
.gradient-box {
  background: -webkit-linear-gradient(top, #EEEEEE, #E6E5CF);
  background: linear-gradient(to bottom, #EEEEEE, #E6E5CF);
}
.stripe-box {
  background: repeating-linear-gradient(-45deg, #E6E5CF, #E6E5CF 8px, #FFFFFF 8px, #FFFFFF 16px);
}
.dot-box {
  background: #E6E5CF;
  background-image: radial-gradient(#FFFFFF 20%, rgba(255, 255, 255, 0) 0), radial-gradient(#FFFFFF 20%, rgba(255, 255, 255, 0) 0);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
}
.check-box {
  background: #E6E5CF;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(rgba(255, 255, 255, .25) 50%, #E6E5CF 50%);
  background-size: 24px 24px;
}
.round {
  border-radius: 2em;
}
.table-of-contents {
  border-radius: .5em;
  -webkit-box-shadow: 0 0 0 1px #CCCCCC inset;
  box-shadow: 0 0 0 1px #CCCCCC inset;
  margin-bottom: 6em;
  padding: 2em;
  padding-top: -webkit-calc(40px + 2em);
  padding-top: calc(40px + 2em);
  position: relative;
}
.table-of-contents:before {
  border-bottom: 1px dotted #CCCCCC;
  border-radius: .5em .5em 0 0;
  content: "目次";
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.table-of-contents a,
.table-of-contents a:hover {
  border: 0;
}
.table-of-contents ol {
  counter-reset: hl_count;
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-of-contents li {
  counter-increment: hl_count;
}
.table-of-contents li:before {
  background-color: #333333;
  border-radius: 2px;
  color: #FFFFFF;
  content: counters(hl_count, "-");
  font-family: Times, serif;
  font-size: 12px;
  margin-right: .5em;
  padding: 0 .5em;
}
.table-of-contents ol li ol {
  margin: .5em 0;
  padding-left: 40px;
}
dl.horizontally {
  border: 1px solid #CCCCCC;
  border-radius: .5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
dl.horizontally dt,
dl.horizontally dd {
  padding: .5em;
}
dl.horizontally dt {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin: 0;
  width: 25%;
}
dl.horizontally dd {
  border-top: 1px solid #CCCCCC;
  margin: 0;
  width: 75%;
}
dl.horizontally dt:first-child {
  border-radius: .5em 0 0;
}
dl.horizontally dt:first-of-type,
dl.horizontally dd:first-of-type {
  border-top: none;
}
dl.horizontally dt:last-of-type {
  border-radius: 0 0 0 .5em;
}
@media screen and (max-width: 568px) {
  dl.horizontally {
    display: block;
  }
  dl.horizontally dt,
  dl.horizontally dd {
    width: 100%;
  }
  dl.horizontally dt {
    border-right: none;
  }
  dl.horizontally dt:first-of-type {
    border-radius: .5em .5em 0 0;
  }
  dl.horizontally dd:first-of-type {
    border-top: 1px solid #CCCCCC;
  }
  dl.horizontally dt:last-of-type {
    border-radius: 0;
  }
}
.video-container {
  height: 0;
  margin-bottom: 2em;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.video-container embed,
.video-container iframe,
.video-container object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.embedly-card-hug {
  background-color: #FFFFFF;
}
.balloon-container {
  margin: 3em 0;
}
.balloon-container p,
.balloon-container ul,
.balloon-container ol {
  margin: 0;
}
.balloon-top,
.balloon-right,
.balloon-bottom,
.balloon-left,
.balloon-oneself {
  margin: 1.5em 0;
  position: relative;
  width: 100%;
}
.balloon-top,
.balloon-bottom {
  background-color: #EEEEEE;
  padding: 2em;
}
.balloon-top:before {
  border: 20px solid transparent;
  border-bottom: 20px solid #EEEEEE;
  content: "";
  margin: -40px 0 0 -20px;
  position: absolute;
  top: 0;
  left: 50%;
}
.balloon-bottom:before {
  border: 20px solid transparent;
  border-top: 20px solid #EEEEEE;
  content: "";
  margin: 0 0 -40px -20px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.balloon-right .faceicon,
.balloon-left .faceicon,
.balloon-oneself .faceicon {
  text-align: center;
  width: 80px;
}
.balloon-left .faceicon,
.balloon-oneself .faceicon {
  float: left;
}
.faceicon img {
  border-radius: 50%;
}
.balloon-right .name,
.balloon-left .name,
.balloon-oneself .name {
  font-size: 1.2rem;
}
.balloon-oneself .says,
.balloon-right .says,
.balloon-left .says {
  border-radius: 1.25em;
  display: inline-block;
  padding: .5em 1em;
  position: relative;
}
.balloon-right .says,
.balloon-left .says {
  max-width: 400px;
}
.balloon-right .says {
  text-align: left;
}
.balloon-right {
  text-align: right;
}
.balloon-right .faceicon {
  float: right;
}
.balloon-right .says {
  background-color: #82D9BC;
  margin-right: 10px;
}
.balloon-right .says:after {
  border: 8px solid transparent;
  border-left: 18px solid #82D9BC;
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.balloon-left .says {
  background-color: #F0F2F3;
  margin-left: 10px;
}
.balloon-left .says:after {
  border: 8px solid transparent;
  border-right: 18px solid #F0F2F3;
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.balloon-oneself .says {
  background-color: #FFFFFF;
  border: 8px solid #E7F3F1;
  margin-left: 10px;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  z-index: 1;
}
.balloon-oneself .says:before {
  border: 8px solid transparent;
  border-right: 18px solid #FFFFFF;
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: -22px;
  z-index: -1;
}
.balloon-oneself .says:after {
  border: 16px solid transparent;
  border-right: 26px solid #E7F3F1;
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -42px;
  z-index: -2;
}