@charset "utf-8";
/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Greetings
* The first edition: 2018.8.25
* 2018.12,21 - CSS一部追加(Adsenseを掲載しやすく調整), サイドメニュー部input要素のCSSを変更
* Latest update: 2018.12,21 - Google+終了に伴いアイコン削除


/***------------------------------------------
      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;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}#sh_fc2blogheadbar{z-index:4000!important}


/***------------------------------------------
      variables
------------------------------------------***/

:root {
  --bg-color: rgb(248,248,255);/* ブログ全体背景色 */
  --base-font-color: rgb(51,51,51);/* 基本文字色 */
  --navi-bg-color: rgb(222,203,205);/* ナビゲーション背景色 */
  --article-link-color: rgb(34,136,187);/* 記事内リンク色 */
  --base-link-color: rgb(137,140,163);/* 基本リンク色 */
  --base-border-color: rgb(220,220,220);
  --pale-text-color: rgb(200,200,200);
  --navi-height: 38px; /* ナビゲーション高さ(変更非推奨) */
  --middle-font-size: 1.3rem;
  --small-font-size: 1.2rem;
  --ex-small-font-size: 1.1rem;
  --d-ex-small-font-size: 1rem;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: var(--base-link-color);/* 注)基本リンク色 */
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

body {
  margin: 0;
  background-color: var(--bg-color);
  color: var(--base-font-color);
  font: 1.4rem/1.5 'Arial', 'ヒラギノ角ゴ 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);
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main-container {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1300px;
}

#secondary {
  padding: 0 15px;
  font-size: var(--middle-font-size);
  line-height: 1.8;
}

.side-menu {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 421px) {
  #main-container {
    padding: 15px;
  }
  #secondary {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #main-container {
    padding: 0 30px;
  }
  #secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .side-menu {
    width: 280px;
    margin: 0 15px 40px;
  }
}
@media screen and (min-width: 900px) {
  #main-container {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  #primary {
    flex: 1;
    max-width: calc(100% - 40px - 280px);
    min-width: 0;
    margin-right: 40px;
  }
  #secondary {
    display: block;
    width: 280px;
  }
  .side-menu {
    margin: 0 auto 40px;
  }
  .side-menu:last-of-type {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

/* blog title animation */
@keyframes slideInDown{0%{opacity:0;transform:translateY(-15px)}100%{opacity:1;transform:translateY(0)}}

#blog-name-container {
  padding: 70px 15px 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #blog-name-container {
    padding: 90px 30px 60px;
  }
}

#blog-title {/* 注)ブログタイトルフォント関連 */
  width: 100%;
  max-width: 800px;
  margin: auto;
  font: 1.8rem/1.4 'Arial', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  animation: slideInDown 1.2s;
}

#blog-title a {
  color: var(--base-font-color);
}

#site-description {
  width: 100%;
  max-width: 850px;
  margin: 20px auto 0;
  font-size: var(--small-font-size);
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  width: 100%;
  max-width: 850px;
  margin: 20px auto 0;
  font-size: var(--small-font-size);
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs span {
  margin: 0 .5em;
  vertical-align: top;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  padding: 0 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1),
              0 1px 2px rgba(0,0,0,.2);
  background-color: var(--navi-bg-color);
  font-size:var(--d-ex-small-font-size);
  line-height: var(--navi-height);
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .7s ease-in-out;
  will-change: transform;
}

#navi-menu {
  height: var(--navi-height);
  transition-duration: .6s;
}

#navi-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: auto;
}

#blog-name-bar,
.navi-item,
#expand-form {
  height: var(--navi-height);
}

#blog-name-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sns-list,
#sns-list li {
  display: inline-block;
  font-size: var(--small-font-size);
  vertical-align: top;
}

#h-facebook,
#h-twitter,
#h-pinterest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: var(--navi-height);
  color: var(--base-font-color);
}

#h-facebook:hover {
  background-color: rgb(59,89,152);
  color: white;
}

#h-twitter:hover {
  background-color: rgb(85,172,238);
  color: white;
}

#h-pinterest:hover {
  background-color: rgb(206,15,25);
  color: white;
}

.navi-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--base-font-color);
  text-align: center;
}

#expand-form {
  margin: auto;
  width: 90%;
  max-width: 380px;
}

#search-submit {
  display: none;
}

#search-btn {
  display: none;
}

#search-text {
  width: 100%;
  height: var(--navi-height);
  padding-left: 1em;
  border: none;
  background-color: white;
  color: var(--base-font-color);
  outline: none;
  cursor: auto;
}

#search-text::-webkit-input-placeholder {
  color: var(--base-font-color);
  font-family: 'Georgia', serif;
  font-size: 12px;
  font-style: italic;
}

#search-text::-moz-placeholder {
  color: var(--base-font-color);
  font-family: 'Georgia', serif;
  font-size: 12px;
  font-style: italic;
}

#hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: var(--navi-height);
  margin-left: auto;
  cursor: pointer;
}

#hamburger span {
  display: block;
  height: 2px;
  width: 26px;
  margin-left: auto;
  background-color: var(--base-font-color);
  transition:.6s ease;
}

#hamburger span::before,
#hamburger span::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 26px;
  background-color: var(--base-font-color);
  transition:.6s ease;
}

#hamburger span::before {
  margin-top: -8px;
}

#hamburger span::after {
  margin-top: 8px;
}

#navi-checkbox,
.sp-hide {
  display: none;
}

#navi-checkbox:not(:checked)~#navi-menu {
  overflow: hidden;
}

#navi-checkbox:checked~#navi-menu {
  height: 100vh;
  overflow: auto;
}

#navi-checkbox:checked + #navi-menu #hamburger span {
  background-color: transparent;
}

#navi-checkbox:checked + #navi-menu #hamburger span::before {
  transform: translateY(8px) rotate(225deg);
}

#navi-checkbox:checked + #navi-menu #hamburger span::after {
  transform: translateY(-8px) rotate(-225deg);
}

@media screen and (min-width:661px) {
  #hamburger {
    display: none;
  }
  .sp-hide {
    display: block;
  }
  #navi-checkbox:not(:checked)~#navi-menu {
    min-height: var(--navi-height);
    overflow: visible;
  }
  #navi-checkbox:checked~#navi-menu {
    height: var(--navi-height);
  }
  #navi-list {
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    max-width: 1240px;
  }
  .navi-item {
    position: relative;
    z-index: 3;
    text-align: center;
  }
  .navi-item a {
    padding-left: 3rem;
  }
  #blog-name-bar {
    margin-right: auto;
  }
  #expand-form {
    width: calc(6rem + 3rem);
    margin: 0;
  }
  #search-btn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    line-height: var(--navi-height);
    color: var(--base-font-color);
  }
  #search-text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    width: 6rem;
    transition-duration: .6s;
  }
  #search-text:focus {
    opacity: 1;
    width: 100%;
    cursor: text;
  }
}
@media screen and (min-width: 768px) {
  #navigation {
    padding: 0 30px;
  }
}


/***------------------------------------------
      svgs
------------------------------------------***/

.svg-inline {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor
}

.svg-inline-comment-alt,
.svg-inline-clock,
.svg-inline-folder-open,
.svg-inline-sync-alt,
.svg-inline-tag {
  margin-right: .5em;
}


/***------------------------------------------
      top page
------------------------------------------***/

#grid-container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  border: 1px solid rgb(230,230,230);
  background-color: white;
  transition-duration: .3s;
}

.image-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.image-wrapper::before {
  content: "";
  display: block;
  padding-top: 116%;
}

/* スピナー不要の方ここから削除 */
@keyframes spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.image-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid rgb(204,204,204);
  border-top-color: var(--base-font-color);
  animation: spinner .7s linear infinite;
}
/* スピナー不要の方ここまで削除 */

.grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.grid-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(250,250,250);
  font-size: var(--small-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
}

.grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid-header-right {
  text-align: right;
}

.grid-title {
  margin: 0;
  font-size: var(--middle-font-size);
  line-height: 1.2;
  letter-spacing: 1px;
  word-break: break-all;
}

.grid-category {
  margin-top: 10px;
  font-size: var(--ex-small-font-size);
}

.grid-comment {
  margin-right: 1.2em;
}

.grid-comment .svg-inline--fa {
  margin-right: .5em;
}

.grid-datetime {
  position: relative;
  letter-spacing: 1px;
}

.time-large {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 4rem;
  line-height: 1.1;
  font-family: 'Caveat', cursive;
}

.time-small {
  position: relative;
  z-index: 3;
  color: rgb(150,150,150);
  font-size: var(--ex-small-font-size);
  white-space: nowrap;
}

@keyframes blink{0%{opacity:0}100%{opacity:1}}

.new {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(244,218,210);
  color: red;
  filter: blur(10px);
}

.new-child {
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 1;
  color: red;
  font-size: 1rem;
  animation: blink 1s ease-in-out infinite alternate;
}

.normal-new {
  margin-left: .4em;
  color: red;
  font-size: 1rem;
  animation: blink 1s ease-in-out infinite alternate;
}

@media screen and (min-width: 375px) {
  #grid-container {
    display: grid;
    grid-gap: 10px 8px;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 0;
    padding: 0 8px;
  }
  .grid-item {
    margin-bottom: 0;
    padding: 10px;
  }
  .grid-title {
    font-size: var(--small-font-size);
  }
  .time-large {
    font-size: 3rem;
  }
  .time-small {
    font-size: var(--d-ex-small-font-size);
  }
}
@media screen and (min-width: 460px) {
  #grid-container {
    grid-gap: 20px 15px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #grid-container {
    padding: 0 30px;
  }
  .grid-item {
    padding: 20px;
  }
  .grid-item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.12),
                0 6px 6px rgba(0,0,0,.15);
    transform: translateY(-2px);
  }
  .time-large {
    font-size: 4rem;
  }
  .grid-title {
    font-size: var(--middle-font-size);
  }
}
@media screen and (min-width: 900px) {
  #grid-container {
    grid-template-columns: repeat(3,1fr);
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 40px;
  padding: 20px 15px;
  border: 1px solid var(--base-border-color);
  background-color: white;
}

@media screen and (min-width: 768px) {
  .main-body {
    padding: 20px;
  }
}
@media screen and (min-width: 900px) {
  .main-body {
    padding: 20px 30px;
  }
}

#entry-title {
  display: inline-block;
  margin: auto;
  font-size: 1.8rem;/* 個別記事タイトルフォント大きさ */
  line-height: 1.4;
}

#entry-header-info {
  margin-top: 10px;
}

#entry-header-info li {
  display: inline-block;
  margin-right: 1.5em;
  font-size: var(--small-font-size);
}

#entry-header-info li:last-of-type {
  margin-right: 0;
}

#entry-header-info li .svg-inline--fa {
  margin-right: .5em;
}

#entry-tag a:not(:first-of-type) {
  margin-left: .6em;
}

/* sns share */
#entry-sns {
  display: flex;
  margin-top: 10px;
}

#entry-sns li {
  -ms-flex: 1 1 auto;/* fallback ie11 */
  flex: 1 1 0;
  margin-right: 5px;
}

#entry-sns li:last-of-type {
  margin-right: 0;
}

#entry-sns li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  color: white;
  line-height: 32px;
  text-align: center;
}

#entry-sns li a:hover {
  box-shadow: 0 6px 6px rgba(0,0,0,.15);
  transform: translateY(-2px);
}

/* sns brand color */
#e-facebook {
  background-color: rgb(59,89,152);
}

#e-twitter {
  background-color: rgb(73,171,242);
}

#e-pinterest {
  background-color: rgb(206,15,25);
}

#e-hatena {
  background-color: rgb(61,142,216);
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
}

#inner-contents {
  line-height: 1.9;/* 記事行間指定 */
}

/* 注)段落設定 */
#inner-contents > p:first-of-type {
  margin-top: 0;
}

#inner-contents p {
  margin: 1.9em 0;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

/* back to default */
#inner-contents ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

#inner-contents ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

#inner-contents a {
  color: var(--article-link-color);
}

#inner-contents .relate_dl a {
  color: white;
}

#inner-contents a:hover {
  text-decoration: underline;
}

#entry-footer {
  display: flex;
  align-items: center;
}

#entry-author {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

#entry-author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#posted-by {
  font-weight: bold;
}

#entry-posted-desc {
  flex: 1;
  margin-top: 5px;
  font-size: var(--small-font-size);
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  font: 3rem/1.4 'Caveat', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
}

.another-title span {
  font-size: var(--middle-font-size);
  font-family: 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  margin-bottom: 20px;
  color: var(--pale-text-color);
  font-style: italic;
  text-align: center;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.author-adjust {
  margin-left: 30px;
}

.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);
  color: white;
  font-size: 1.6rem;
}

.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-title {
  line-height: 1.5;
}

.comment-body {
  margin: 10px 0 10px 10px;
  padding: 10px;
  background-color: rgb(250,250,250);
  font-size: var(--middle-font-size);
}

.comment-info {
  font-size: var(--small-font-size);
  text-align: right;
}

.comment-btn li {
  display: inline-block;
  margin: 5px 0 0 5px;
}

.comment-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
}

.btn-edit {
  background-color: rgb(173,188,250);
}

.btn-reply {
  background-color: rgb(193,143,149);
}

.btn-top,
.btn-bottom {
  background-color: var(--pale-text-color);
}


/***------------------------------------------
      comment form
------------------------------------------***/

.form-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.form-table div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.left-pad {
  padding-left: .5em;
}

.right-pad {
  padding-right: .5em;
}

#comment_form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid var(--base-border-color);
  background: rgb(250,250,250);
  outline: none;
  -webkit-appearance: none;
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid var(--base-border-color);
  background: rgb(250,250,250);
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#comment_form input::-webkit-input-placeholder {
  color: rgb(100,100,100);
  font-size: 1.2rem;
}

#comment_form input::-moz-input-placeholder {
  color: rgb(100,100,100);
  font-size: 1.2rem;
}

#comment::-webkit-input-placeholder {
  color: rgb(100,100,100);
  font-size: 1.2rem;
}

#comment::-moz-input-placeholder {
  color: rgb(100,100,100);
  font-size: 1.2rem;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#himitu {
  display: inline-block;
  margin-right: 6px;
}
#himitu + label {
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@media (min-width: 1px) {
  #himitu {
    display: none;
    margin: 0;
  }

  #himitu + label {
    padding: 2px 0 0 32px;
    letter-spacing: 1px;
  }

  #himitu + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #himitu + label::before {
    border: 1px solid var(--base-border-color);
  }

  #himitu:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #himitu:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-bottom: 3px solid var(--base-font-color);
    border-left: 3px solid var(--base-font-color);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  width: 156px;
  height: 42px;
  margin: 20px 20px 0 0;
  border: 0;
  background-color: var(--navi-bg-color);
  color: var(--base-font-color);/* 注)send, deleteボタン文字色 */
  font-size: 1.4rem;
  line-height: 40px;
  font-family: 'Arial', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover,
#delbtn:hover {
  box-shadow: 0 6px 6px rgba(0,0,0,.15);
  transform: translateY(-2px);
}


/***------------------------------------------
      trackback
------------------------------------------***/

#tb-num0 {
  display: none;
}

#op,
#for-trackback-word {
  display: block;
  width: 100%;
}

#op {
  margin: 20px auto 10px;
  border: 1px solid var(--base-border-color);
  border-radius: 0;
  padding: .5em;
  font-size: var(--middle-font-size);
  outline: none;
}

#for-trackback-word {
  margin: auto;
}

#op:focus {
  border: 1px solid rgb(179,179,179);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  z-index: 1;
  margin: 50px auto 30px;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  font-size: 1.3rem;
  letter-spacing: 2px;
}

#fc2relate_entry_thumbnail_area .relate_dt::after {
  content: "\2192";
  margin-left: 1.6em;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#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: block;
  position: relative;
  width: 200px;
  margin-right: 6px;
  margin-bottom: 10px;
  border: 1px solid var(--base-border-color);
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.relate_entry_thumbnail::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.relate_entry_thumbnail::after {
  content: "No image";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245);
  letter-spacing: 1px;
  text-indent: 1px;
}

#fc2relate_entry_thumbnail_area .relate_li .relate_entry_thumbnail a,
#fc2relate_entry_thumbnail_area .relate_li_nolink .relate_entry_thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#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 {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="//static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink .relate_entry_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: .5em;
  background-color: rgba(0,0,0,.4);
  color: white;
  word-break: break-all;
}

.relate_li_nolink .relate_entry_title_text::after {
  content: "【現在閲覧中】";
}

@media screen and (min-width: 769px) {
  #fc2relate_entry_thumbnail_area .relate_dt::after {
    content: none;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(3,1fr);
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    grid-template-columns: repeat(4,1fr);
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  padding: 10px 0;
  font-size: 1.2rem;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.index-contents {
  padding: 15px 0;
  border-bottom: 1px solid rgb(240,240,240);
}

.index-contents:last-of-type {
  border: 0;
}

.index-title-and-date {
  padding-bottom: 15px;
  overflow: hidden;
}

.index-title {
  float: left;
  margin: auto;
  font-weight: 700;
  font-size: 1.5rem;
}

.index-date {
  float: right;
  margin-top: 4px;
  margin-left: 1.5em;
  font-size: var(--small-font-size);
}

.index-category {
  font-size: var(--small-font-size);
}

/* only for search page */
.search-content {
  overflow: hidden;
  margin-bottom: 10px;
}

.thumbnails {
  float: right;
  width: 72px;
  height: 72px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.list-a {
  color: var(--base-font-color);
  font-size: var(--ex-small-font-size);
  letter-spacing: 1px;
  text-decoration: none;
  text-indent: 1px;
}

.list-a img {
  width: 72px;
  height: 72px;
}

.search-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245);
}

.hit-number {
  display: none;
  padding: 20px 0;
  color: var(--pale-text-color);
  font-size: 8rem;
  line-height: 1.1;
  text-align: center;
}

.hit0 span {
  color: var(--pale-text-color);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-heading {
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--navi-bg-color);
  font-weight: bold;
  font-size: var(--middle-font-size);
  letter-spacing: 1px;
}

.side-menu ul {
  list-style-type: disc;
  margin-left: 1.5em;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  width: 100%;
  max-width: 320px;
  margin: auto;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.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 {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  background-color: rgb(237,236,238);
  color: var(--base-font-color);
  line-height: 30px;
}

.calender td a:hover {
  background-color: var(--navi-bg-color);
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 320px;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  border: none;
  padding: .5em;
  border-radius: 2px;
  border: 1px solid var(--pale-text-color);
  background: white;
  color: var(--base-font-color);
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 2px;
  border: 0;
  background: rgb(237,236,238);
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* search */
.plugin-search {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 0 2px 4px 0;
  display: inline-block;
  border: 1px solid var(--navi-bg-color);
  padding: .1em .5em;
}

.plugin-tag a:hover {
  background-color: var(--navi-bg-color);
  color: var(--base-font-color);
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
#pagination {
  margin: 70px 15px 80px;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .sticky-pagination {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
}

#pagination li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

#pagination a,
#current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--base-border-color);
  border-radius: 2px;
  background-color: white;
  color: var(--base-font-color);
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
}

#current {
  background-color: rgb(240,240,240);
}

#pagination a:hover {
  background-color: var(--navi-bg-color);/* 注)汎用ページ送りマウスホバー時背景色 */
}

/* article */
#pager-wrapper {
  margin: 70px 15px 80px;
}

.posted-pager {
  margin-bottom: 40px;
  font-size: 12px;
}

.pager-name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: var(--middle-font-size);
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
}

.prev-entry {
  margin-bottom: 10px;
}

.next-entry {
  text-align: right;
}

@media screen and (min-width: 600px) {
  .posted-pager {
    display: flex;
    justify-content: space-between;
  }
  .prev-entry,
  .next-entry {
    width: calc(50% - 4px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  #pager-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
}

.prev-a,
.next-a {
  display: flex;
  width: 100%;
      box-shadow: 0px 1px 3px rgba(0,0,0,.18);
  font-size: var(--small-font-size);
}

.next-a {
  flex-direction: row-reverse;
}

#posted-prev-image,
#posted-next-image,
#posted-prev-cate-image,
#posted-next-cate-image {
  width: 30%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.preventry-text,
.nextentry-text {
  display: inline-block;
  padding: .2em .5em;
  background-color: rgba(51,51,51,.7);
  color: white;
}

.posted-pager-content {
  flex: 1;
  background-color: white;
}

.preventry-title,
.nextentry-title {
  height: calc(var(--small-font-size) * 1.3 * 3);
  margin: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: left;
  text-indent: 1px;
  word-break: break-all;
}

.prev-a:hover,
.next-a:hover {
  box-shadow: 0 6px 6px rgba(0,0,0,.15);
  transform: translateY(-2px);
}

/* titlelist */
#titlelist-pager {
  display: flex;
  width: 100%;
  max-width: 300px;
  margin: 70px auto 80px;
}

#page-center-cell {
  width: 35px;
  height: 35px;
}

#page-left-cell,
#page-right-cell {
  flex: 1;
}

#t-center-a,
#t-prev-a,
#t-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding-bottom: .1em;
  border: 1px solid var(--base-border-color);
  border-radius: 2px;
  background-color: white;
  color: var(--base-font-color);
}

#t-next-a {
  margin-left: auto;
}

#t-center-a:hover,
#t-prev-a:hover,
#t-next-a:hover {
  background-color: var(--navi-bg-color);
}


/***------------------------------------------
      pager
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@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 {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(179,171,180,.5);
  background: rgba(255,255,255,.4);
  border-radius: 2px;
  color: rgb(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (min-width: 900px) {
  #page-scroll {
    right: 30px;
    bottom: 60px;
  }
  #pagemiddle {
    display: none;
  }
}

#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;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 2rem 0;
  padding: 5rem 2rem 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(220,20,60)'%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 rgb(247,241,243);/* 注)引用マークの色変更は rgb(220,20,60) を変更 */
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  position: relative;
  margin-top: 2rem;
  padding-top: 1rem;
  font-style: italic;
  text-align: right;
}

blockquote cite::before {
  content: "\2500";
}

blockquote cite::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: rgb(220,20,60);
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
  width: 100%;
  position: relative;
}

.box-for-video::before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji {
  vertical-align: middle;
}

/* heading */
.freehand {
  padding: .5em;
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  font-weight: bold;
}

.dogear {
  position: relative;
  padding: .5em;
  background-color: rgb(240,240,240);
  color: var(--base-font-color);
}

.dogear::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-color: white white rgb(221,221,221) rgb(221,221,221); /* white is the same color as background */
  border-width: 0 16px 16px 0;
  border-style: solid;
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
}

.curl {
  position: relative;
  z-index: 3;
  padding: .5em .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;
}