@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: La_Vita
* The first edition: 2018.6.11
* 2018.7.2 - 全記事リストページ送り背景色修正
* 2018.12,21 - CSS一部追加(Adsenseを掲載しやすく調整), サイドメニュー部input要素のCSSを変更
* 2018.12,21 - Font Awesomeを廃しインラインSVGに変更 など
* 2019.4.27 - PC版Safariでモーダル検索の背景が白くなる件を修正
* 2019.7.30 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, 受信コメント一覧とコメント投稿フォームのセクションを統合, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ), 記事部分の上下余白をpaddingからmarginに変更
* Latest update: 2019.9.12 - 全体記事幅の制限を追加(1300px)
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input,textarea{font-size:16px}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}*::before,*::after{box-sizing:inherit}mark{background:linear-gradient(transparent 60%,yellow 60%);font-weight: bold}


/***------------------------------------------
      root
------------------------------------------***/

:root {
  --base-bg-color: white;/* 全体背景色 */
  --base-link: rgb(197,166,149);/* 基本リンク色 */
  --navi-color: rgb(239,236,234);/* ナビ背景色その他 */
  --base-font-color: rgb(51,51,51);/* 基本テキスト色 */
  --gray-font-color: rgb(220,220,220);/* 各グリッド下ボーダー色その他 */
  --top-distance: 35px;/* ナビゲーション縦幅 */
  --middle-font-size: 1.3rem;/* グリッドフォントサイズ */
  --base-line-height: 1.5;/* グリッド行間 */
  --small-font-size: 1.2rem;
}


/***------------------------------------------
      svgs
------------------------------------------***/

.svg-inline {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: var(--base-link);
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* animation */
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: var(--base-bg-color);
  color: var(--base-font-color);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Avenir', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  -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);
}

/* parallax */
.rellax {
  position: relative;
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .rellax {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .rellax {
    height: 300px;
  }
}
@media screen and (max-width: 540px) {
  .rellax {
    height: 200px;
  }
}
/* end */

#float-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  max-width: 1300px;
  margin: auto;
  padding: 40px 60px 80px;
}

#primary {
  flex: 1;
  min-width: 0;
  max-width: calc(100% - 30px - 300px);
  min-width: 0;
  margin-top: -150px;
  margin-right: 30px;
  background-color: white;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: var(--middle-font-size);
}

.side-menu {
  width: 300px;
  margin-bottom: 40px;
}

.side-menu:last-of-type {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--top-distance) + 20px);
  z-index: 999;
}

@media screen and (max-width: 960px) {
  #float-container {
    display: block;
  }
  #primary {
    max-width: 100%;
    margin: -120px auto 0;
  }
  #secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding-top: 40px;
  }
  .side-menu:last-of-type {
    position: static;
  }
}
@media screen and (max-width: 790px) {
  #secondary {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  #float-container {
    padding: 30px 30px 80px;
  }
}
@media screen and (max-width: 540px) {
  #float-container {
    padding: 30px 0 80px;
  }
  #primary {
    margin: -80px 8px 0;
  }
  #secondary {
    padding: 40px 15px 0;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

@keyframes fade{from{transform:translateY(.25em);opacity:0}}

#blog-name-container {
  max-width: 1300px;
  margin: auto;
  padding: 50px 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #blog-name-container {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 30px 15px;
  }
}

#blog-title {
  max-width: 800px;
  margin: 0 auto 20px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  text-indent: 1px;
  animation: fade .5s .25s backwards ease-out;
}

#blog-title a {
  color: var(--base-font-color);
}

#sub-title {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: var(--small-font-size);
  animation: fade .5s .5s backwards ease-out;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-15px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}

#navi-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2000;
  height: var(--top-distance);
  border-bottom: 1px solid rgb(207,207,207);
  background-color: var(--navi-color);
  overflow-y: hidden;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: var(--top-distance);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 2px;
}

#navi-menu-adjust {
  top: 27px;
}

#horizontal {
  max-width: 1100px;
  height: calc(var(--top-distance) + 20px);
  margin: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  animation: fadeInLeft 1.5s;
}

#navi-list {
  display: table;
  margin: auto;
}

#navi-list li {
  display: table-cell;
}

#navi-menu a,
#search-modal-trigger-label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  color: var(--base-font-color);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #navi-item .sp-hide {
    display: none;
  }
}


/***------------------------------------------
      search modal
------------------------------------------***/

#search-modal-trigger-label {
  position: relative;
  z-index: 3;
  cursor: pointer;
}

#search-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100005;
  background: rgba(239,236,234,.9);/* 検索モーダル背景色 */
  text-align:center;
}

#search-modal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 80px 0 100px;
}

/* 注)closeボタンの指定 */
#search-modal-wrap label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  color: var(--base-font-color);
  font-size: 2.5rem;
  cursor: pointer;
}

#search-modal-trigger {
  display: none;
}

#search-modal-overlay {
  opacity: 0;
  pointer-events: none;
  transition: .4s linear;
  transform: scale(0);
}

#search-modal-trigger:checked ~ #search-modal-overlay {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#search-modal-form {
  display: block;
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: 20px 0;
  font-size: 1.6rem;
}

#search-modal-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--base-font-color);
  background-color: transparent;
  -webkit-appearance: button;
}

.modal-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}

.modal-content {
  font-size: var(--small-font-size);
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: var(--small-font-size);
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs span {
  margin: 0 .5em;
  vertical-align: top;
}


/***------------------------------------------
      top page
------------------------------------------***/

#grid-container {
  max-width: 1300px;
  padding: 15px;
}

.grid-item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid var(--gray-font-color);
  font-size: var(--middle-font-size);
  line-height: var(--base-line-height);
}

.grid-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.image-wrapper {
  position: relative;
}

.image-wrapper::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.grid-no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--navi-color);
  color: rgba(51,51,51,.4);
  font-size: var(--small-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
}

.grid-left {
  width: 40%;
}

.grid-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding-left: 20px;
  word-break: break-all;
}

.grid-title {
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.4;
}

.grid-info {
  margin: .3em 0;
  font-size: var(--small-font-size);
}

.grid-datetime,
.grid-info a {
  margin-right: 1em;
}

.grid-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(var(--middle-font-size) * var(--base-line-height) * 2);
  overflow: hidden;
}

.grid-title a {
  color: var(--base-font-color);
}

.grid-title a:hover {
  color: var(--base-link);
}

.grid-datetime {
  font-size: var(--small-font-size);
}

.read-more {
  margin-top: .3em;
  background-color: var(--navi-color);
  padding: .5em;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--base-font-color);
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
}

@media screen and (max-width: 640px) {
  #grid-container {
    padding: 8px;
  }
  .grid-right {
    padding-left: 10px;
  }
  .grid-title {
    font-size: 1.4rem;
  }
  .grid-info {
    font-size: 1.1rem;
  }
  .grid-desc {
    max-height: calc(var(--middle-font-size) * var(--base-line-height) * 1);
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .main-body {
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  .main-body {
    padding: 20px 15px;
  }
}

#entry-header {
  padding-bottom: 20px;
  position: relative;
  font-size: var(--small-font-size);
  text-align: center;
}

#entry-header::before {
  content: "";
  display: block;
  margin: auto;
  width: 20%;
  height: 2px;
  background-color: var(--base-link);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#entry-title {
  margin: 10px auto;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

#entry-datetime {
  display: inline-block;
}

#cm-and-tb {
  display: inline-block;
  margin-left: 1.5em;
}

#cm-and-tb a:not(:last-of-type) {
  margin-right: 1em;
}

#cm-and-tb .svg-inline {
  margin-right: .5em;
}

.contents {
  padding: 20px 0;
}

#inner-contents {
  margin: 20px 0;
}

/* back to default */
#inner-contents p:not(.relate-title) {
  margin: 1.9em 0;
}

#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;
}
/* end */

/* heading */
#inner-contents h2 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.2em;
}
#inner-contents h3 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.1em;
}
#inner-contents h4 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1em;
}

#inner-contents a:hover {
  text-decoration: underline;
}

/* tag on article */
#entry-tag {
  margin-top: 20px;
  font-size: var(--small-font-size);
}

.entry-tag-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 4px 0;
  padding: .1em .5em;
  border: 1px solid var(--base-link);
}

#entry-footer {
  text-align: center;
}

/* SNS on article */
#entry-footer-sns {
  display: inline-block;
  margin: 0 5px;
  font-size: var(--small-font-size);
}

#entry-footer-sns li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}

#entry-footer-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  text-align: center;
  transform: scale(1);
}

#entry-footer-sns li a:hover {
  transform: scale(1.1);
}

/* SNS brand color */
#e-facebook {
  background-color: rgb(59,89,152);
}

#e-twitter {
  background-color: rgb(34,144,191);
}

#e-pinterest {
  background-color: rgb(206,15,25);
}

#e-google-plus {
  background-color: rgb(221,75,57);
}

#e-hatena {
  background-color: rgb(61,142,216);
  font-weight: bold;
}

#e-pencil {
  background-color: var(--base-link);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

#inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  z-index: 1;
  margin: 70px auto 0;
  border: 1px solid var(--gray-font-color);
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area::before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  position: absolute;
  top: -30px;
  z-index: 3;
  width: 100%;
  margin: auto;
  font-weight: bold;
  font-size: var(--middle-font-size);
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li, #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 4px;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px !important;
  height: 80px !important;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  width: 100% !important;
  height: 100% !important;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1em;
  word-break: break-all;
}

.relate_li_nolink .relate_entry_title_text::after {
  content: "【現在閲覧中】";
}

@media screen and (max-width: 600px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    flex-wrap: nowrap;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li, #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
    flex: 0 0 290px;
    white-space: normal;
  }
}

/* without thumbnail */
.relate_dl {
  margin-top: 30px;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt {
  padding: 3px;
  font-weight: bold;
}

.relate_ul {
  padding: 10px 0;
  font-size: 12px;
}

.relate_dl a:hover {
  text-decoration: underline;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid var(--gray-font-color);
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: var(--middle-font-size);
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);
}

#tb-num0 {
  display: none;
}

#tb_dl {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid var(--gray-font-color);
  border-radius: 2px;
  letter-spacing: normal;
}

#tb_dt {
  padding: 3px;
  font-weight: bold;
}

#tb_ul {
  font-size: var(--small-font-size);
}

.tb_li {
  margin-top: 15px;
}

.tb_title {
  font-size: var(--middle-font-size);
}

.tb_desc {
  padding: 10px 0;
}

.tb_date {
  text-align: right;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.height-adjust {
  margin-top: -35px;
  padding-top: 55px;
}

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto 20px;
  font-size: var(--middle-font-size);
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
}

.another-title::after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  margin: 10px auto 0;
  background-color: var(--base-link);
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: var(--pale-font-color);
  font-style: italic;
  text-align: center;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 46px;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: rgb(207,207,207);
}

.user-icon .svg-inline {
  color: white;
  font-size: 1.8rem;
}

.visitor-name-and-title {
  flex: 1;
  font-weight: bold;
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-body {
  padding: 10px 0 10px 20px;
  font-size: var(--middle-font-size);
}

.comment-info {
  text-align: right;
}

.comment-info li {
  display: inline-block;
}

.comment-info li:not(:last-of-type)::after {
  content: "|";
  margin: 0 .4em;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
  .sp-block-and-break {
    display: block;
  }
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  padding-top: 35px;
}

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid silver;
  outline: none;
  -webkit-appearance: none;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background: var(--base-bg-color);
  border: 1px solid var(--base-font-color);
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid silver;/* 注)コメントフォームテキストエリアボーダー色 */
  background: var(--base-bg-color);
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--base-bg-color) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: 'Avenir', 'Century Gothic', serif;
  font-size: 11px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Avenir', 'Century Gothic', serif;
  font-size: 11px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: var(--base-bg-color);
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: var(--base-font-color);/* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid var(--base-font-color);/* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid var(--base-font-color);/* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  max-width: 156px;
  height: 36px;
  margin-top: 20px;
  border: 2px solid var(--base-link);
  border-radius: 1px;
  color: var(--base-font-color);
  font-weight: bold;
  font-size: var(--small-font-size);
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: var(--base-link);
  color: white;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-entry {
  overflow: hidden;
  padding: 10px 0;
}

.list-title {
  margin: auto;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}

.list-title a {
  text-decoration: none;
}

.list-entry-date,
.list-entry-category {
  font-size: var(--small-font-size);
  text-align: right;
}

/* only for search page */
.list-a {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: var(--base-font-color);
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: var(--navi-color);
  font-size: 10px;
  line-height: 72px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: var(--small-font-size);
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

.number-of-cmtb .svg-inline {
  margin-right: .6em;
}

/* only for titlelist */
.titlelist-body {
  padding: 10px 0;
}

/* only for search */
.hit-number {
  display: none;
  color: var(--gray-font-color);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 80px;
}

.hit0 span {
  color: var(--gray-font-color);
  font-size: 15px;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      calendar (includes official one)
------------------------------------------***/

.calender {
  margin: auto;
  table-layout: fixed;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid var(--base-link);/* 注)カレンダー 日付リンクボーダー色 */
  border-radius: 50%;
}

.calender td a:hover {
  background-color: var(--base-link);/* 注)カレンダー 日付リンクホバー時背景色 */
  color: white;
}


/***------------------------------------------
      side menu (include footer aside)
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  font-size: var(--middle-font-size);
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
}

.side-menu h4::after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  margin: 10px auto 0;
  background-color: var(--base-link);
}

/* sns */
#sns-ul {
  text-align: center;
}

#sns-ul li {
  display: inline-block;
  margin: 0 3px;
}

#sns-ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}

#s-facebook {
  background-color: rgb(59,89,152);
}

#s-twitter {
  background-color: rgb(34,144,191);
}

#s-google-plus {
  background-color: rgb(221,75,57);
}

#s-instagram {
 background-color: rgb(81,127,164);
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 8px;
}

/* mail form */
.sidebar-style form {
  margin: auto;
  width: 100%;
  max-width: 320px;
  display: block;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  padding: .3em;
  border-radius: 2px;
  border: 1px solid rgb(207,207,207);
  background: var(--base-bg-color);
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  background-color: var(--navi-color);
  border-radius: 2px;
  border: 0;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: .3s ease-in-out;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 10px;
}

/* tag */
.plugin-tag a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 4px 0;
  padding: .1em .5em;
  border: 1px solid var(--base-link);/* 公式タグボーダー色 */
  font-size: var(--small-font-size);
}

.plugin-tag a:hover {
  background-color: var(--base-link);
  color: white;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
#pagination {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--top-distance) + 20px);
  z-index: 999;
  margin: 50px auto 40px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
}

#pagination li {
  display: inline-block;
  vertical-align: top;
}

#pagination a,
#pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 2px 4px;
  border: 1px solid var(--base-link);
  color: var(--base-font-color);
}

#pagination a:hover {
  background-color: var(--base-link);
  color: white;
}

#pagination #current {
  border: none;
  background-color: var(--navi-color);
  color: var(--base-font-color);
}

#pagination .omit {
  border: 0;
}

/* article, titlelist */
#pager-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--top-distance) + 20px);
  z-index: 999;
  margin: 50px auto 0;
}

@media screen and (max-width: 1090px) {
  #pager-wrapper {
    position: static;
  }
}

.posted-pager {
  display: flex;
  margin: 0 auto 40px;
  font-size: 12px;
}

.pager-title {
  margin-bottom: 10px;
  font-size: var(--small-font-size);
  text-align: center;
}

.pager-title span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: var(--rock-font);
}

.prev-entry,
.next-entry {
  width: 50%;
}

.prev-entry {
  margin-right: 1px;
}

.next-entry {
  margin-left: 1px;
  text-align: right;
}

#prev-a,
#next-a,
#prev-cate-a,
#next-cate-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

#prev-a::before,
#next-a::before,
#prev-cate-a::before,
#next-cate-a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  transition: .3s ease-in-out;
}

#prev-a:hover::before,
#next-a:hover::before,
#prev-cate-a:hover::before,
#next-cate-a:hover::before {
  background-color: rgba(0,0,0,.5);
}

@media screen and (max-width: 599px) {
  #prev-a,
  #next-a,
  #prev-cate-a,
  #next-cate-a {
    padding: 10px;
  }
}

.preventry-text,
.nextentry-text {
  position: relative;
  z-index: 3;
  color: white;
}

.preventry-text,
.nextentry-text {
  padding-bottom: 10px;
  font-family: var(--latin-font);
}

@media screen and (max-width: 599px) {
  #prev-a,
  #next-a,
  #prev-cate-a,
  #next-cate-a {
    padding-bottom: 5px;
  }
}

.preventry-text .svg-inline {
  margin-right: 1em;
}

.nextentry-text .svg-inline {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title {
  position: relative;
  z-index: 3;
  height: 3em;
  min-height: 3em;
  overflow: hidden;
  line-height: 1.5em;
}

#prev-a:hover,
#next-a:hover,
#prev-cate-a:hover,
#next-cate-a:hover {
  background-color: rgba(0,0,0,.8);
  color: white;
}

#prev-a:hover .preventry-text,
#next-a:hover .nextentry-text,
#prev-cate-a:hover .preventry-text,
#next-cate-a:hover .nextentry-text {
  color: white;
}

/* titlelist */
#titlelist-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 999;
  margin: 0 auto 40px;
  max-width: 400px;
  font-family: 'Times New Roman', serif;
  font-size: 12px;/* 注)全記事一覧ページ送りフォント大きさ */
}

@media screen and (max-width: 960px) {
  #titlelist-pager {
    position: static;
  }
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 32px;
  height: 32px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--navi-color);
  color: var(--base-font-color);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: var(--button-bg-color);
}

/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 3000;
  font-size: 10px;
  text-align: center;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,171,180,.5);
  background: rgba(255,255,255,.4);
  border-radius: 50%;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #page-scroll {
    bottom: 220px;
  }
}
@media screen and (max-width: 414px) {
  #page-scroll {
    bottom: 120px;
  }
}

/* animation */
@keyframes blink{0%{opacity:0}100%{opacity:1}}

.new {
  margin-left: .3em;
  color: red;
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  animation: blink 1s ease-in-out infinite alternate;
}

#footer {
  background-color: rgb(240,240,240);
  padding: 1em;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  padding: 0 5px;
  text-align: center;
  font-size: var(--small-font-size);
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 55px 15px 20px;
  padding: 10px;
  position: relative;
  z-index: 1;
}

blockquote::before {/* 注)引用マークは白限定です(背景色変更は可) */
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(data:image/png;base64,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) center center /20px 16px no-repeat var(--base-link);
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);
}

.emoji {
  vertical-align: middle;
}

/* for video */
.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%;
}

/* heading */
.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: .5em;
}

.dogear {
  background-color: rgb(240,240,240);
  color: var(--base-font-color);
  padding: .5em;
  position: relative;
}

.dogear:after {
  content: "";
  width: 0;
  border-color: white white rgb(221,221,221) rgb(221,221,221); /* rgb(250,250,250) is the same color of the background */
  border-width: 0 16px 16px 0;
  border-style: solid;
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
}

.curl {
  background-color: rgb(240,240,240);
  padding: .5em .75em;
  position: relative;
  z-index: 3;
  transform-style: preserve-3d;
}

.curl:before,
.curl:after {
  content: "";
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
  position: absolute;
  bottom: 8px;
  z-index: -1;
}

.curl:before {
  left: .3em;
  transform: translate3D(0,0,-1px) rotate(-3deg);
}

.curl:after {
  right: .3em;
  transform: translate3D(0,0,-1px) rotate(3deg);
}