@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: alias-Jane
* The first edition: 2019.2.5
* Latest update: 2019.2.17 - カレンダーリンクの背景色を追加
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,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,select,textarea{font-size:16px}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;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}


/***------------------------------------------
      variables
------------------------------------------***/

:root {
  --base-font-color: rgb(51,51,51);/* 注)基本文字色 */
  --base-link-color: rgb(16,16,80);/* 注)基本リンク色 */
  --dominant-color: rgb(23,24,75);/* 注)グローバルナビ背景色など主題色(赤茶色) */
  --noimage-color: rgb(163,163,204);/* 注)No image用背景色など(薄いピンク) */
  --user-tag-color: rgb(44,45,74);/* 注)ユーザータグ背景色 */
  --pale-bg-color: rgb(241,241,241);
  --navi-width: 50px;
  --title-font-size: 1.6rem;
  --base-font-size: 1.5rem;
  --middle-font-size: 1.3rem;
  --small-font-size: 1.2rem;
  --ex-small-font-size: 1.1rem;
  --base-line-height: 1.5;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: var(--base-link-color);
  transition: .3s ease-in-out;
}

a:hover {
  color: var(--base-font-color);
}


/***------------------------------------------
      svgs
------------------------------------------***/

.svg-inline {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor;
}

.svg-inline-stroke {
  fill: none;
  stroke: currentColor;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  background: white;
  color: var(--base-font-color);
  font: 1.5rem/var(--base-line-height) 'Avenir', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  word-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);
}

@keyframes fadeIn{from{opacity:0}to{opacity:1}}

#wrapper {
  padding: var(--navi-width) 0 0;
}

@media screen and (min-width: 960px) {
  #wrapper {
    width: calc(100% - 300px - var(--navi-width));
    margin-left: auto;
    padding: 0;
  }
}

#primary {
  max-width: 980px;
  margin: auto;
  padding: 30px 15px 0;
  animation: fadeIn 1s ease-in;
}

#secondary {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 40px;
  max-width: 1080px;
  margin: auto;
  padding: 30px 15px 80px;
  background: rgb(250,250,250);
  font-size: var(--middle-font-size);
  line-height: 1.8;
}

@media screen and (min-width: 421px) {
  #primary{
    padding: 30px 30px 0;
  }
  #secondary {
    padding: 30px 30px 80px;
  }
}
@media screen and (min-width: 769px) {
  #primary {
    padding: 30px 40px 0;
  }
  #secondary {
    padding: 30px 40px 80px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  position: relative;
  z-index: 900;
  background: url(https://blog-imgs-128-origin.fc2.com/h/i/n/hinata22/topyoko.jpg) top center /cover no-repeat;/* 注)デフォルトヘッダー背景スマホ用 1/2 */
  color: white;
  text-align: center;
}

#header-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}

@media screen and (min-width: 960px) {
  #header-banner {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(300px + var(--navi-width));
    height: 100vh;
    margin: 0;
    background: url(https://blog-imgs-128-origin.fc2.com/h/i/n/hinata22/toptate2.jpg) top center /cover no-repeat;/* 注)デフォルトヘッダー背景パソコン用 2/2 */
    text-align: center;
  }
  #header-banner::before {
    position: fixed;
    width: 300px;
    height: 100vh;
  }
}

#blog-name-wrapper {
  position: relative;
  z-index: 3;
  padding: 40px 20px;
}

/* global navi */
#head-navi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: var(--navi-width);
  background: var(--dominant-color);
  transition: transform .3s ease-in-out;
}

#navi-list {
  display: flex;
  justify-content: center;
}

.navi-icon {
  width: var(--navi-width);
  height: var(--navi-width);
}

.animateIn {
  transform: translateY(0px);
}

.animateOut {
  transform: translateY(-100%);
}

@media screen and (min-width: 960px) {
  .animateIn,
  .animateOut {
    transform: none;
  }
}

/* title */
#blog-title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: var(--title-font-size);
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#blog-title a {
  color: white;
}

#site-description,
#breadcrumbs {
  margin: 20px auto 0;
  width: 100%;
  max-width: 850px;
  font-size: var(--small-font-size);
}

/* breadcrumns */
#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs a {
  display: inline-block;
  padding: .1em .6em;
  border-radius: 2px;
  background: rgba(163,163,204,.7);
  color: white;
}

#breadcrumbs span {
  margin: 0 .5em;
  vertical-align: .1em;
}

/* sns */
.sns-list {
  margin-top: 30px;
}

.sns-list li {
  display: inline-block;
  margin: 3px;
  font-size: 1.2rem;
  vertical-align: top;
}

.sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--noimage-color);
  color: var(--dominant-color);
}

.hatena {
  font-weight: 700;
  font-family: 'Verdana', sans-serif;
}

/* brand color */
.h-facebook:hover {
  background: rgb(59,89,152);
  color: white;
}
.h-twitter:hover {
  background: rgb(85,172,238);
  color: white;
}
.h-pinterest:hover {
  background: rgb(206,15,25);
  color: white;
}
.h-instagram:hover {
  background: rgb(62,114,155);
  color: white;
}
.h-hatena:hover {
  background: rgb(61,142,216);
  color: white;
}

@media screen and (min-width: 960px) {
  #blog-name-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    z-index: 3;
    width: 300px;
  }
  #head-navi {
    position: relative;
    width: var(--navi-width);
    height: 100vh;
  }
  #navi-list {
    flex-direction: column;
    justify-content: flex-start;
    position: static;
  }
  .navi-icon {
    position: relative;
    height: 70px;
  }
  .navi-icon::before,
  .navi-icon::after {
    opacity: 0;
    position: absolute;
    font-size: var(--ex-small-font-size);
    white-space: nowrap;
    pointer-events: none;
    transition: .3s;
  }
  .navi-icon::before {
    content: "";
    left: 100%;
    top: 50%;
    margin-left: 1px;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: var(--dominant-color) transparent transparent transparent;
    transform: translateY(-50%) rotate(90deg);
  }
  .navi-icon::after {
    content: attr(data-tooltip);
    opacity: 0;
    left: 100%;
    top: 50%;
    margin-left: 8px;
    padding: .3em 1em;
    border-radius: 4px;
    background: var(--dominant-color);
    color: white;
    font-weight: bold;
    text-align: center;
    transform: translateX(0%) translateY(-50%);
  }
  .navi-icon:hover::before{
    opacity: 1;
  }
  .navi-icon:hover::after{
    opacity: 1;
  }
}

.navi-icon a,
.navi-icon label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
}

#sp-hide {
  display: none;
}

@media screen and (min-width: 769px) {
  #sp-hide {
    display: block;
  }
}


/***------------------------------------------
      grid
------------------------------------------***/

/* gridの画像エフェクト不要の方ここから削除 */
.grid-image.lazyloading{opacity:0;transform:scale(1.3)}.grid-image.lazyloaded{opacity:1;transform:scale(1);transition:1s}
/* gridの画像エフェクト不要の方ここまで削除 */

.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:1s}

#grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 30px;
}

.grid-item {
  margin-bottom: 30px;
  background: white;
  font-size: var(--ex-small-font-size);
}

.grid-image-wrapper {
  position: relative;
  overflow: hidden;
}

.grid-image-wrapper::before {
  content: "";
  display: block;
  padding-top: 56%;
}

@media screen and (min-width: 769px) {
  .grid-image-wrapper::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    outline: 1px solid white;
    outline-offset: -15px;
    background: linear-gradient(132deg,rgba(56,120,163,.4) 0%,rgba(156,121,122,.4) 100%);
    transform: translate(-50%,-50%);
    transition: .6s;
  }
  .read-more-on-image {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%,-50%);
    transition: 1s;
  }
  .grid-image-wrapper:hover .read-more-on-image {
    opacity: 1;
  }
  .grid-image-wrapper:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}

.grid-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
  object-position: center center;
}

.grid-noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background: var(--noimage-color);
}

.grid-read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 36px;
  margin: auto auto 0;
  padding: 0 10px;
  background: var(--pale-bg-color);
  font-weight: bold;
  text-transform: uppercase;
}

.grid-sns li {
  display: inline-block;
  height: 36px;
  margin: 0 0 0 1em;
  vertical-align: top;
}

.grid-sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.grid-cm-and-time {
  display: flex;
}

.user-tag {
  margin-top: 10px;
}

.user-tag-link {
  display: inline-block;
  position: relative;
  height: 26px;
  margin: 0 3px 3px 0;
  padding: 0 30px 0 10px;
  border-radius: 3px 0 0 3px;
  background: var(--user-tag-color);
  color: white;
  line-height: 26px;
}

.user-tag-link::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 13px;
  width: 6px;
  height: 6px;
  box-shadow: inset 0 1px rgba(0,0,0,.25);
  border-radius: 10px;
  background: white;
}

.user-tag-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 13px solid transparent;
  border-left: 10px solid var(--user-tag-color);
  border-top: 13px solid transparent;
  background: white;
  transition: .3s ease-in-out;
}

.user-tag-link:hover {
  background: var(--dominant-color);
  color: white;
}

.user-tag-link:hover::after {
  border-left: 10px solid var(--dominant-color);
}

.grid-content .svg-inline--fa {
  margin-right: .5em;
}

.grid-title {
  width: 100%;
  margin: 10px auto;
  font-size: var(--title-font-size);
  word-break: break-all;
}

.grid-comment {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      article
------------------------------------------***/

.main-body {
  margin: 0 0 40px;
}

#entry-header {
  margin: 0 auto 10px;
  font-size: var(--ex-small-font-size);
}

#entry-header .svg-inline {
  margin: 0 .4em 0 0;
}

#entry-title {
  margin: 0 auto 10px;
  font-size: var(--title-font-size);
}

#entry-day,
#modified-day,
#entry-comment,
#entry-tb {
  display: inline-block;
}

#entry-day,
#modified-day,
#entry-comment {
  margin: 0 1em 0 0;
}

.entry-tag-link:not(:last-of-type) {
  margin: 0 1em 0 0;
}

#inner-contents {
  padding: 20px 0;
  line-height: 1.9;/* 注)記事行間 */
}

/* 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;
}

#inner-contents a:hover {
  text-decoration: underline;
}

/* headline */
#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;
}

/* article footer */
#entry-author {
  margin: 20px 0;
  padding: 20px;
  background: var(--pale-bg-color);
  text-align: center;
}

#author-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

#author-desc {
  margin-top: 20px;
}

#author-desc-dv {
  margin: .5em 0;
  font-size: var(--small-font-size);
}

@media screen and (min-width: 660px) {
  #entry-author {
    display: flex;
    text-align: left;
  }
  #publisher-image {
    width: 25%;
    margin: 0;
    padding: 0 15px 0 0;
  }
  #author-desc {
    width: 75%;
    margin: 0;
  }
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  z-index: 1;
  margin: 80px auto 30px;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like";/* 注)サムネイル付き関連記事リストタイトル変更可 */
  display: block;
  position: absolute;
  top: -50px;
  z-index: 3;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  font-weight: bold;
  font-size: var(--middle-font-size);
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
  text-transform: uppercase;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: flex;
  padding: 6px 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li, #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 290px;
  height: 88px;
  white-space: normal;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: block;
  width: 88px;
  height: 88px;
  padding: 4px;
}

#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: 100%;
  height: 100%;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: block;
  flex: 1;
  min-width: 0;
  padding: 0 1em;
}

@media screen and (min-width: 660px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    overflow: hidden;
    white-space: normal;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    flex-wrap: wrap;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li, #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
    width: 50%;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin: 30px 0 0;
  border: 1px solid rgb(204,204,204);
  border-radius: 2px;
  box-shadow: 0 0 1px rgb(110,110,110);
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  padding: 10px 0;
  font-size: var(--small-font-size);
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179);
}


/***------------------------------------------
      posted comment
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
  text-transform: uppercase;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.contents {
  margin: 20px 0;
}

.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: 0 15px 0 0;
  border-radius: 50%;
  background: var(--pale-bg-color);
  color: var(--base-font-color);
  font-size: 1.8rem;
}

.author-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.visitor-name-and-title {
  flex: 1;
  font-weight: bold;
  font-size: 1.4rem;
}

.arrow-box {
  position: relative;
  margin: 20px auto 5px;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid rgb(200,200,200);
  background: white;
  font-size: var(--middle-font-size);
}

.arrow-box:after,
.arrow-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 8%;
  border: solid transparent;
  width: 0;
  height: 0;
}

.arrow-box:before {
  border-color: rgba(255,255,255,0);
  border-bottom-color: rgb(200,200,200);
  border-width: 8px;
  margin-left: -8px;
}

.arrow-box:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: white;
  border-width: 6px;
  margin-left: -6px;
}

.comment-info {
  font-size: var(--small-font-size);
  text-align: right;
}

.comment-btn-list {
  display: inline-block;
  margin: 5px 0 0 5px;
}

.btn-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--noimage-color);
  color: var(--base-font-color);
}

.btn-a:hover {
  background: var(--dominant-color);
  color: white;
}


/***------------------------------------------
      comment form
------------------------------------------***/

.division {
  display: flex;
  justify-content: space-between;
}

.apply,
.half {
  display: block;
  margin-bottom: 20px;
  padding: .6em;
  border-radius: 0;
  border: 1px solid rgb(204,204,204);
  background: rgb(247,247,247);
  outline: none;
  -webkit-appearance: none;
}

.apply {
  width: 100%;
}

.half {
  width: calc(50% - 7px);
}

#form-btn {
  max-width: 500px;
  margin: 30px 0 0;
}

#comment {
  min-height: 200px;
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(247,247,247) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: 'Avenir', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: var(--ex-small-font-size);
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Avenir', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: var(--ex-small-font-size);
}

.apply:focus,
.half:focus,
#comment:focus {
  border-color: rgb(51,51,51);
  background: white;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin: 0 6px 0 0;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin: 0 12px 0 0;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}

#secret-label {
  font-size: var(--small-font-size);
  letter-spacing: 1px;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 28px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin: -10px 0 0;
    width: 18px;
    height: 18px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(51,51,51);/* 注)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: -4px 0 0;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色 1/3 */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin: -8px 0 0;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 2/3 */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 3/3 */
    left: 3px;
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 7px);
  height: 40px;
  border-radius: 0;
  border: 0;
  background: var(--base-font-color);
  color: white;/* 注)send, deleteボタンテキスト色 */
  font-size: var(--small-font-size);/* 注)send, deleteボタンフォント大きさ */
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background: var(--dominant-color);
}


/***------------------------------------------
      trackback
------------------------------------------***/

#op,
#for-trackback-word {
  display: block;
  width: 100%;
}

#op {
  margin: 30px auto 10px;
  padding: .6em;
  border-radius: 0;
  border: 1px solid rgb(204,204,204);
  outline: none;
  -webkit-appearance: none;
}

#for-trackback-word {
  margin: 0 auto 20px;
}

#tb-num0 {
  display: none;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-contents:not(:last-of-type) {
  margin: 20px 0;
  border-bottom: 1px solid var(--pale-bg-color);
}

.list-title {
  margin: 0 auto;
  font-weight: bolder;
  font-size: 1.5rem;
}

.index-p {
  margin: 1em 0;
}

.list-entry-date,
.list-entry-category {
  font-size: var(--small-font-size);
  text-align: right;
}

.list-entry-category a {
  margin: 0 0 0 .4em;
}

/* only for search page */

.list-entry {
  overflow: hidden;
  padding: 5px 0 0;
}

.list-a {
  color: var(--base-font-color);
}

.thumbnails {
  float: right;
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 0 5px 10px;
  border-radius: 2px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: var(--noimage-color);/* 注)No image 検索結果サムネイル背景色 */
  font-size: 10px;
  line-height: 72px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

/* the number of comment, trackback */
.number-of-cmtb {
  margin: 5px 0 0;
  font-size: var(--small-font-size);
  text-align: right;
}

.cmtb-list {
  display: inline-block;
  margin: 0 0 0 1em;
}

/* only for search */
.hit-number {
  display: none;
  padding: 20px 0;
  color: rgb(200,200,200);
  font-size: 8rem;
  line-height: 1.1;
  text-align: center;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  margin: 0 0 0 1.5em;
  list-style-type: disc;
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(70,70,70);
}

.sidebar-style a:hover {
  text-decoration: underline;
}

.side-heading {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: var(--middle-font-size);
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  table-layout: fixed;
  width: 100%;
  max-width: 320px;
  border-spacing: 3px 6px;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin: 0 0 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.calender td a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--noimage-color);
}

.calender td a:hover {
  background: var(--dominant-color);
  color: white;
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.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: .5em;
  border-radius: 1px;
  border: 1px solid rgb(207,207,207);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 1px;
  border: 0;
  background: var(--base-font-color);
  color: white;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: 0 auto;
}

.plugin-search input {
  margin: 0 0 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 5px 0;
  border-radius: 2px;
  border: 1px solid rgb(200,200,200);
  padding: .1em 1em;
  font-size: var(--small-font-size);
}

.plugin-tag a:hover {
  background-color: var(--dominant-color);
  color: white;
  text-decoration: none;
}

.plugin-myimage {
  margin: 0 auto 15px;
  text-align: center !important;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
#general-pager {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  font-size: 12px;
}

.general {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 4px;
  background: var(--dominant-color);
  color: white;
}

#general-prev-a {
  margin-right: 10px;
}

#general-next-a {
  margin-left: 10px;
}

.general:hover {
  color: white;
}

#pagination {
  font-family: 'Times New Roman', serif;
  font-size: var(--ex-small-font-size);
  text-align: center;
}

#pagination li {
  display: inline-block;
  margin: 0 3px 3px; 
}

#current,
#pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 4px;
  background: var(--user-tag-color);
  color: white;
}

#pagination li a:hover {
  background: var(--dominant-color);
}

#current {
  background: var(--pale-bg-color);
  color: var(--base-font-color);
}

/* article */
#pager-wrapper {
  padding: 50px 0;
  font-size: 12px;
}

.pager-title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: var(--middle-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.posted-pager {
  margin: 0 auto 40px;
}

.pager-item {
  margin-bottom: 15px;
}

@media screen and (min-width: 580px) {
  .posted-pager {
    display: flex;
    justify-content: space-between;
  }
  .pager-item {
    width: calc(50% - 5px);
  }
}

.pager-a {
  display: flex;
  border: 1px solid rgb(220,220,220);
}

.pager-a:hover {
  transform: translateY(-2px);
}

#pager-prev-image,
#pager-prev-cate-image {
  position: relative;
  width: 110px;
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#pager-prev-image::before,
#pager-prev-cate-image::before {
  content: "";
  display: block;
  border-right: 10px solid white;
  border-top: 10px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
}

#pager-prev-image::after,
#pager-prev-cate-image::after {
  content: "";
  display: block;
  border-right: 10px solid white;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}

#pager-next-image,
#pager-next-cate-image {
  position: relative;
  width: 110px;
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#pager-next-image::before,
#pager-next-cate-image::before {
  content: "";
  display: block;
  border-left: 10px solid white;
  border-top: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
}

#pager-next-image::after,
#pager-next-cate-image::after {
  content: "";
  display: block;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
}

.pager-prev-text,
.pager-next-text {
  flex: 1;
  min-width: 0;
  padding: 1em;
  background: white;
}

.pager-next-text {
  text-align: right;
}

.preventry-text,
.nextentry-text {
  position: relative;
  z-index: 3;
  padding: 0 0 10px;
}

.svg-inline-caret-left {
  margin: 0 1em 0 0;
}

.svg-inline-caret-right {
  margin: 0 0 0 1em;
}

.preventry-title,
.nextentry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(var(--small-font-size) * var(--base-line-height) * 2);
  overflow: hidden;
}

/* titlelist */
#titlelist-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: auto;
  padding: 50px 0;
  font-size: 12px;
  font-family: 'Times New Roman', serif;
}

#t-page-home {
  width: 33px;
  height: 33px;
}

#t-page-left,
#t-page-right {
  flex: 1;
  min-width: 0;
}

#t-prev-a,
#t-home-a,
#t-next-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 4px;
  background: var(--user-tag-color);
  color: white;
}

#t-next-a {
  margin-left: auto;
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background: var(--dominant-color);
}


/***------------------------------------------
      site search
------------------------------------------***/

#search-modal-overlay,
#category-modal-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.95);/* 注)モーダル背景色 */
  color: white;
  text-align:center;
  transform: scale(1.3);
  transition: .75s;
}

#search-modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 100px;
}

#category-modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 80px 0 0;
}

#search-modal-close-label,
#category-modal-close-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--middle-font-size);
  letter-spacing: 2px;
  text-indent: 2px;
  cursor: pointer;
}

#search-modal-form {
  display: block;
  position: relative;
  z-index: 3;
  top: 50%;
  width: 90%;
  max-width: 500px;
  margin: auto;
  text-align: left;
  transform: translateY(-50%);
}

#search-modal-input {
  width: 100%;
  padding: .5em 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgb(240,240,240);
  background: transparent;
  color: white;
  outline: none;
  -webkit-appearance: none;
}

#search-modal-input::-webkit-input-placeholder {
  color: rgb(150,150,150);
}

#search-modal-input::-moz-input-placeholder {
  color: rgb(150,150,150);
}

#search-modal-trigger,
#category-modal-trigger {
  display: none;
}

#search-modal-trigger-label,
#category-modal-trigger-label {
  cursor: pointer;
}

#search-modal-close-label span {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

#category-modal-close-label span {
  display: inline-block;
  margin: 20px 0;
}

#search-modal-trigger:checked ~ #search-modal-overlay,
#category-modal-trigger:checked ~ #category-modal-overlay {
  opacity: 1;
  z-index: 100005;
  transform: scale(1);
}

#scroll-content {
  overflow-y: hidden;
}

#category-modal-trigger:checked ~ #category-modal-overlay #scroll-content {
  overflow-y: auto; 
}

#scroll-content {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: calc(100vh - 280px);
  overflow-x: hidden;
  color: white;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

#scroll-content a {
  display: inline-block;
  padding: .6em 0;
  color: white;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 8px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid rgba(179,171,180,.5);
  background-color: rgba(255,255,255,.6);
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (min-width: 960px) {
  #page-scroll {
    right: 40px;
    bottom: 60px;
  }
}

#footer {
  margin-top: auto;
  padding: 1em 15px;
  line-height: 1.4;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#ad1,
#ad2 {
  font-size: 1.1rem;
}

/* animation */
@keyframes blink{0%{opacity:0}100%{opacity:1}}

.grid-new {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 10px;
  width: 60px;
  color: red;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  animation: blink 1s ease-in-out infinite alternate;
}

.new {
  display: inline-block;
  margin: 0 0 0 .4em;
  color: red;
  font-weight: normal;
  font-size: 1rem;
  animation: blink 1s ease-in-out infinite alternate;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 2rem 0;
  padding: 5rem 2rem;
  border-radius: 3px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(200,200,200)'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") 2rem 1rem /3.5rem 3.5rem no-repeat,
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(200,200,200)'%3E%3Cpath d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") bottom 1rem right 2rem /3.5rem 3.5rem no-repeat;/* 注)引用マークの色変更は rgb(200,200,200) を2箇所変更 */
}

blockquote p {
  margin: 0;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: .7em;
}

.dogear {
  position: relative;
  padding: .7em;
  background: var(--pale-bg-color);
  color: rgb(51,51,51);
}

.dogear:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: white white rgb(221,221,221) rgb(221,221,221);
  box-shadow: -1px 1px 2px rgba(0,0,0,.2);
}

.curl {
  position: relative;
  z-index: 3;
  padding: .7em .75em;
  background-color: rgb(240,240,240);
  transform-style: preserve-3d;
}

.curl::before,
.curl::after {
  content: "";
  position: absolute;
  bottom: 8px;
  z-index: 1;
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.curl::before {
  left: .3em;
  transform: translate3D(0,0,-1px) rotate(-3deg);
}

.curl::after {
  right: .3em;
  transform: translate3D(0,0,-1px) rotate(3deg);
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shadow-attachment {
    box-shadow: 6px 6px 6px rgba(0,0,0,.2);
}

/* emoji */
.emoji {
  vertical-align: middle;
}
/* カード全体像 */.blogcard {
  margin-bottom: 30px;
  max-width: 100%;
  width: 500px;
  background-color: white;
  border: 1px solid rgb(211,211,211);
  border-radius: 2px;
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  color: rgb(51,51,51);
  padding: 10px;
}

/* float親要素 */
.blogcard-content {
  margin-bottom: 5px;
  overflow: hidden;
}

/* 画像 */
.blogcard-image {
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
}

.blogcard-image-wrapper {
  display: inline-block;
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}

.blogcard-image-wrapper img {
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}

/* タイトル */
.blogcard-title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}

.blogcard-title a:hover {
  text-decoration: underline;
}

/* 引用 */
.blogcard blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  position: static;
}

.blogcard blockquote:before,
.blogcard blockquote:after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  line-height: 1.5;
  font-size: 13px;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}