@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Fields
* The first edition: 2016.1.10
* 2016.6.30 - ブログタイトルが短いときにラベンダー画像が見切れる問題を修正, サムネイル No image画像変更を容易にしました, 主要公式プラグインの整形を行いました
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.10 - スライダー表示軽量化, 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* 2017.1.17 - 画像拡大スクリプトを追加(独自クラス)
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* 2017.12.20 - リセットCSSを最小限に, html構造及びCSS装飾修正, トップページの追記折りたたみを個別記事ページ遷移に変更, その他変更多数
* Latest update: 2019.1.14 - CSS一部追加(Adsenseを掲載しやすく調整), 構造化マークアップ・パンくずリスト導入, 管理人コメントにプロフィールアイコン表示追加など調整多数
*/

/***------------------------------------------
      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,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}


/***------------------------------------------
      date
------------------------------------------***/

.month01:before{content:"January"}.month02:before{content:"February"}.month03:before{content:"March"}.month04:before{content:"April"}.month05:before{content:"May"}.month06:before{content:"June"}.month07:before{content:"July"}.month08:before{content:"August"}.month09:before{content:"September"}.month10:before{content:"October"}.month11:before{content:"November"}.month12:before{content:"December"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(125,71,151);/* 注)記事内のリンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body { /* 注)基本フォント関連 */
  margin: 0;
  background-color: rgb(249,249,249);
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.6rem/1.8 'Avenir', 'Century Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 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);
}

#wrapper {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main-container {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  width: 100%;
  max-width: 1500px;
  padding: 0 60px 100px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: calc(100% - 40px - 460px);
  min-width: 0;
  background: white;
  border: 1px solid rgb(240,240,240);
  padding: 0 30px;
  word-break: break-all;
}

#secondary {
  margin-right: 20px;
  width: 230px;
  line-height: 1.8;
  font-size: 1.6rem;/* 左カラムフォントサイズ */
}

#tertiary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 20px;
  width: 230px;
  line-height: 1.8;/* 右カラムフォントサイズ */
  font-size: 1.6rem;
}

.side-menu {
  margin-bottom: 40px;
  width: 230px;
  border-top: 4px solid black;
  position: relative;
}

.side-menu:before {
  content: "";
  margin: auto;
  width: 30%;
  height: 4px;
  background-color: rgb(125,71,151);
  position: absolute;
  top: -4px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 1124px) {
  #main-container {
    padding: 0 30px 100px;
  }
  #primary {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1020px) {
  #main-container {
    display: block;
    max-width: 930px;
    padding: 0 60px 100px;
  }
  #primary {
    max-width: 100%;
  }
  #secondary,
  #tertiary {
    display:-webkit-box;/* fallback old Android */
    display:-ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    -ms-flex-wrap:wrap;/* fallback ie10 */
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
    margin: auto;
    width: 100%;
  }
  #secondary {
    padding-top: 50px;
  }
  .side-menu {
    width: 260px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 666px) {
  #main-container {
    padding: 0 30px 100px;
  }
  #primary {
    padding: 0 15px;
  }
  #secondary,
  #tertiary {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  #main-container {
    padding: 0 0 100px;
  }
  #secondary,
  #tertiary {
    padding: 0 15px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  width: 100%;
  text-align: center;
}

#blog-name-container {
  margin: auto;
  padding: 100px 60px 30px;
}

@media screen and (max-width: 1124px) {
  #blog-name-container {
    padding: 100px 30px 30px;
  }
}
@media screen and (max-width: 1020px) {
  #blog-name-container {
    padding: 100px 60px 30px;
  }
}
@media screen and (max-width: 666px) {
  #blog-name-container {
    padding: 100px 30px 30px;
  }
}
@media screen and (max-width: 414px) {
  #blog-name-container {
    padding: 90px 15px 20px;
  }
}

#blog-title {
  min-width: 272px;
  max-width: 800px;
  margin: auto;
  background: url(https://blog-imgs-83-origin.fc2.com/v/a/n/vanillaice000/lavender23432.png) center bottom no-repeat;/* 注)ブログタイトル下ラベンダー画像不要の方この一行削除 */
  padding-bottom: 44px;
  font: bold 2.3rem/1.4 'Avenir', 'Century Gothic', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', sans-serif;
  font-weight: normal;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

#blog-title a {
  color: black;
}

#site-desc {
  max-width: 850px;
  margin: auto;
  padding-top: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  max-width: 850px;
  margin: auto;
  padding-top: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs li a {
  display: inline-block;
  text-shadow: none;
}

#breadcrumbs span {
  margin: 0 .5em;
}


/***------------------------------------------
      SNS
------------------------------------------***/

/* SNS(common) */
.sns-container {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
}

.sns-container {
  text-align: center;
}

.sns-container li {
  display: inline-block;
  margin: 0 7px 7px;
}

.sns-container li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: black;
  position: relative;
}

.sns-container li a:before,
.sns-container li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sns-container li a:after {
  background: white;
  border: 1px solid rgba(0,0,0,.1);
  z-index: -1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.sns-container li a:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sns-container li a:hover {
  color: white;
}

.hatena {
  font-weight: 700;
  line-height: 1;
  font-family: 'Verdana', sans-serif;
}

/* brand color */
.flip-facebook:hover:after {
  background: rgb(59,89,152);
}
.flip-twitter:hover:after {
  background: rgb(85,172,238);
}
.flip-pinterest-p:hover:after {
  background: rgb(206,15,25);
}
.flip-instagram:hover:after {
  background: rgb(62,114,155);
}
.flip-hatena:hover:after {
  background: rgb(61,142,216);
}
.flip-pencil:hover:after {
  background: black;
}


/***------------------------------------------
      slider
------------------------------------------***/

/* 注)スライダー不要の方ここから削除 3/3 */
/* animation */
@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

/* do NOT delete or change */
.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative}.swiper-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

#slider-aspect-parent {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1000px;/* 注)スライダーの最大横幅はここで調整 */
  position: relative;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#slider-aspect-parent:before {
  content: "";
  display: block;
  padding-top: 45%;/* 注)スライダー横幅に対して縦幅の%指定 100%で正方形 */
}

#slider-aspect-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-container {
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.imgLiquidFill {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-caption-link {
  color: white; /* 注)スライダーキャプション文字色 */
}

.image-caption-wrapper {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 60%;
  height: 50%;
  background: rgba(0,0,0,.6);/* 注)スライダーキャプション背景色と不透明度 */
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  word-break: break-all;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.image-caption-cell {
  overflow: hidden;
  text-align: center;
}

.attach {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .image-caption-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .image-caption-wrapper {
    display: none;
  }
}

.image-caption-wrapper:hover {
  background: rgba(158,86,154,.6); /* 注)スライダーキャプションマウスホバー時背景色と不透明度 */
}

.topentry-title {
  white-space: nowrap;
  font-size: 1.8rem;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  background: silver !important;
}

.swiper-button-white {
  opacity: .5;
}

.swiper-button-white:hover {
  opacity: 1;
}
/* 注)スライダー不要の方ここまで削除 3/3 */


/***------------------------------------------
      navigation
------------------------------------------***/

.fixed-navi {
  width: 100%;
  background-color: black;
  line-height: 41px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  text-align: right;
}

.fixed-navi-adjust {
  top: 27px;
}

#navigation-container li {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  #navigation-container .sp-hide {
    display: none;
  }
}

#navigation-container li:before {
  content: "";
  display: block;
  margin: auto;
  width: 1px;
  height: 23px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
}

#navigation-container li a {
  display: inline-block;
  width: 100%;
  color: white;
  padding: 0 2em;
  font-size: 1.4rem;
}

#navigation-container li a:hover {
  background-color: white;
  box-shadow: 2px 0 0 0 white;
  color: black;
}

#navigation-container ul .pc-hide {
  display: none;
}


/***------------------------------------------
      article
------------------------------------------***/

.main-body {
  border-bottom: 1px solid rgb(240,240,240);
  padding: 20px 0;
}

/* header */
.element-title {
  margin: auto;
  line-height: 1.4;
  padding-bottom: 10px;
  font-size: 1.8rem;
  text-shadow: 2px 4px 3px rgba(0,0,0,.1);
}

.element-inner {
  background-color: rgb(240,240,240);
  border-radius: 4px;
  padding: 15px;
  font-size: 1.2rem;
}

.element-inner li {
  display: inline-block;
}

.element-inner li:not(:last-of-type) {
  margin-right: 1em;
}

.element-title a {
  color: rgb(0,0,0);
}

.element-title a:hover {
  color: rgb(125,71,151);
}

.contents,
.inner-contents {
  padding: 20px 0;
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* 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;
}

.read-more {
  margin: 30px 0;
  text-align: center;
}

.read-more a {
  display: inline-block;
  border: 1px solid black;
  border-radius: 2px;
  color: black;
  padding: 1em 2em;
  font-size: 1.3rem;
}

.read-more a:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

#postscript {
  margin-top: -61px;
  padding-top: 41px;
}

.entry-tag {
  margin-top: 30px;
  font-size: 1.2rem;
}

.entry-tag a {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: rgb(239,239,239);
  border-radius: 2px;
  padding: 0 .4em;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: auto;
  color: black;
  padding-top: 10px;
  font-size: 1.3rem;
  text-align: center;
}

.height-adjust {
  margin-top: -41px;
  padding-top: 61px;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  border-radius: 50%;
  background: rgb(207,207,207);
  color: white;
  font-size: 14px;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  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 {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.comment-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#community,
#trackback {
  margin-top: -41px;
  padding-top: 61px;
}

#comment_form {
  margin: auto;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid rgb(221,221,221);/* 注)コメントフォームボーダー色 */
  background: rgb(241,241,241);/* 注)コメントフォーム背景色 */
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
}

#password {
  width: 50%;
}

#comment {
  width: 100%;
  margin-bottom: 15px;
  min-height: 200px;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid rgb(221,221,221);/* 注)コメントフォーム本文ボーダー色 */
  background: rgb(241,241,241);/* 注)コメントフォーム本文背景色 */
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(241,241,241) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: .0.5em;
  line-height: initial;
  font-size: 11px;
  text-transform: uppercase;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: .0.5em;
  line-height: initial;
  font-size: 11px;
  text-transform: uppercase;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

#no-p label {
  letter-spacing: .1em;
}

#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: white;
    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: rgb(51,51,51);/* 注)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 rgb(51,51,51);/* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 48%;
  max-width: 156px;
  height: 35px;
  background-color: black;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  color: white;/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background: rgb(125,71,151);
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  padding: .5em;
  font-size: 1.3rem;/* 注)・トラックバックフォント大きさ */
}

.op:focus {
  border: 1px solid rgb(51,51,51);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 10px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

.inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 30px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}


#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail a {
  color: rgb(51,51,51);
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1540px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1255px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/fielfsno-imagepic.jpg) center center /cover no-repeat; /* 注)No image関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  color: rgba(51,51,51);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px !important;
  height: 80px !important;
  border-radius: 3px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 3px;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.4rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  text-align: right;
  font-size: 1.2rem;/* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
#search-default {
  padding-right: 0;
  text-transform: none;
}

.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 8rem;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}
/* end */

.list-entry .list-a {
  margin-left: 10px;
  margin-bottom: 5px;
  width: 72px;
  height: 72px;
  color: rgb(51,51,51);
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/fielfsno-imagepic.jpg) center center;/* 注)No imageリストサムネイル */
  color: rgb(51,51,51);
  line-height: 72px;
  font-size: 11px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 30px auto;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 5px 3px 0;
  list-style: none;  
}

.simple-pagination .disabled {
  box-shadow: none;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(229,229,229);
  border-radius: 2px;
  color: rgb(51,51,51);
  line-height: 30px;
  text-align: center;
}

.light-theme a:hover {
  background-color: black;/* 注)汎用ページ送りマウスホバー時背景色 */
  border-color: black;
  color: white;
}

.prev,
.next {
  font-weight: bolder;
}

.light-theme .current {
  background-color: black;/* 注)汎用ページ送り現在ページ背景色 */
  color: white;
}

.light-theme .ellipse {
  font-weight: bold;
}

/* article, titlelist */
.posted-pager,
.titlelist-pager {
  display: flex;
  margin: 30px auto;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.prev-entry,
.next-entry {
  width: 50%;
}

.next-entry {
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.prev-a .preventry-text,
.next-a .nextentry-text {
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.preventry-text,
.nextentry-text,
.t-preventry-text,
.t-nextentry-text {
  padding: 0 10px;
  text-transform: uppercase;
}

.preventry-text .fa,
.t-preventry-text .fa {
  margin-right: 1em;
}

.nextentry-text .fa,
.t-nextentry-text .fa {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title,
.t-preventry-text,
.t-nextentry-text {
  padding: 0 10px;
}

.preventry-title,
.t-preventry-text {
  box-shadow: 1px 0 0 0 black;
}

.nextentry-title,
.t-nextentry-text {
  box-shadow: 1px 0 0 0 black inset;
}

.prev-a:hover,
.next-a:hover {
  background-color: black;/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

.prev-a:hover .preventry-text,
.next-a:hover .nextentry-text {
  color: white;/* 注)個別記事ページ送りホバー時テキスト色 */
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  table-layout: fixed;
  width: 100%;
  max-width: 330px;
  border-spacing: 0;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sat {
  color: rgb(49,70,187);
}

#sun {
  color: rgb(189,30,30);
}

.calender td {
  height: 36px;
  vertical-align: middle;
}

.calender td a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(125,71,151);
  border-radius: 4px;
  color: black;
  line-height: 25px;
  vertical-align: middle;
}

.calender td a:hover {
  background-color: rgb(125,71,151);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      side menu(secondary, tertiary)
------------------------------------------***/

.side-menu h4 {
  margin: 10px auto 20px;
  text-align: center;
  font-size: 1.4rem;
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  margin: 0 auto 10px;
  width: 150px;/* 注)プロフィール画像円形解除はこの一行削除 1/4 */  
  height: 150px;/* 注)プロフィール画像円形解除はこの一行削除 2/4 */
  border-radius: 50%;/* 注)プロフィール画像円形解除はこの一行削除 3/4 */
  overflow: hidden;
  text-align: center !important;
}

/* 注)プロフィール画像円形解除はここから削除 4/4 */
.plugin-myimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* 注)プロフィール画像円形解除はここまで */

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  max-width: 330px;
}

.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: 2px;
  border: 1px solid rgb(207,207,207);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  display: block;
  border-radius: 2px;
  border: 0;
  background: black;
  color: white;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid rgb(220,220,220);/* 注)プラグインタグ ボーダー色 */
  border-radius: 2px;
  padding: .1em 1em;
}

.plugin-tag a:hover {
  background-color: black;/* 注)プラグインタグ ホバー時背景色 */
  border-color: black;/* 注)プラグインタグ ホバー時ボーダー色 */
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 100003;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(125,71,151,.4);
  border-radius: 3px;
  line-height: 40px;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1020px) {
  #page-scroll {
    right: 8px;
    bottom: 130px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .4em;
  color: red;
  font-size: 1.1rem;
}

#footer {
  margin: auto auto 0;
  width: 100%;
  background: black;
  color: white;
  line-height: 1.3;
  padding: 1em 8px;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  font-size: 1.1rem;
}

#designer {
  color: rgb(240,240,240);
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  position: relative;
  z-index: 1;
  margin: 3.5em 15px 2em;
  padding-left: 15px;
  border-left: 3px solid rgb(51,51,51);
}

blockquote::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAAllBMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7BbRMgAAAAMXRSTlMAAQIEBQYLDA0SFBYcITE1O0FGW1xfaWxweXt+iIySmpujsr7DzM/T1drc4Ovv8/v96SAr2gAAALtJREFUOMvt0DcSwkAQRNERLN57773Xv//lCKAQu5pFGSR0Nq86mGqRX6bQ6AxH9c8WNE8AkPtkpQPPFMVv1RuxWtzKRCmIz9LnSObPlmLdx7WspKL342ZCAHrvQyhWA2Bm7aXYBIC8JNgaYGOvr9gFYCpJBsBYkgyArSTZY6FB1hhjTOA1rCzyHrOJq8ccYiGquUSgWoyMaPavORYqNcV2joSBaNZyaCKiWWplyTEjHmvvX3DqGxGPfT93kFSTdVAqkgEAAAAASUVORK5CYII=) center center /cover no-repeat;
  color: rgb(206,206,206);
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* 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;
}

/* for emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}