@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: All-about-us
* The first edition: 2016.2.12
* 2016.9.9 - リストマーカーの位置を調整
* 2016.9.14 - 記事下タグ周りのアウトライン修正
* 2016.10.6 - JS削除(軽量化), 関連記事サムネイル整形, MicrosoftEdgeのfixedバグhackJS削除, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2018.2.5 - 画像遅延読み込み導入, リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
*/

/***------------------------------------------
      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:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;appearance:button;font-size:inherit}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}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 4em 15px 3em;
  border-left: 3px solid rgb(51,51,51);
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "\f10d";
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-family: 'FontAwesome';
  font-size: 200%;
}


/***------------------------------------------
      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"}.youbiSun:before{content:"Sunday"}.youbiMon:before{content:"Monday"}.youbiTue:before{content:"Tuesday"}.youbiWed:before{content:"Wednesday"}.youbiThu:before{content:"Thursday"}.youbiFri:before{content:"Friday"}.youbiSat:before{content:"Saturday"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(150,150,150); /* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: auto;
  background-color: white;
  color: rgb(51,51,51);
  word-break: break-all;
  font: 1.4rem/1.9 'Roboto', '游ゴシック体', '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);
}

#main-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1300px;
  padding: 40px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 40px;
  overflow: hidden;
}

#secondary {
  width: 300px;
}

#aside-fit-wrapper {
  line-height: 1.8;
  font-size: 1.2rem;
}

.side-menu {
  margin-bottom: 40px;
  width: 300px;
}

@media screen and (max-width: 960px) {
  #main-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
  }
}
@media screen and (max-width: 820px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 700px) {
  #main-container {
    padding: 40px 30px 80px;
  }
}
@media screen and (max-width: 540px) {
  #main-container {
    padding: 40px 15px 80px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/



/* animation */
@-webkit-keyframes slideInDown{0%,50%{opacity:0;-webkit-transform:translateY(-100px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInDown{0%,50%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0)}}@-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)}}

#header-banner {
  position: relative;
  background: url(https://blog-imgs-120.fc2.com/t/a/i/taiz/IMG_0769.jpg) left center /cover no-repeat;/* 注)スライド最初の一枚 */
  overflow: hidden;
  padding-bottom: 45px;
}

#header-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);/* 注)ヘッダー画像上黒マスク */
  position: absolute;
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  color: white;
  padding: 10px 60px 80px;
  position: relative;
  z-index: 3;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#welcome {
  color: rgb(240,240,240);
  line-height: 1.2;
  opacity: 0;
  font-family: 'Alex Brush', cursive;
  font-size: 5rem;
  -webkit-animation: slideInDown 1.5s .5s forwards;
  animation: slideInDown 1.5s .5s forwards;
}

#hello {
  line-height: 1.5;
  font-size: 1.3rem;
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: auto;
  max-width: 800px;
  padding: 30px 0;
  font: bolder 2.4rem/1.4 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

#blog-title a {
  color: white; /* 注)ブログタイトルリンク色 */
  text-shadow: 8px 8px 1px rgba(51,51,51,.1);
}

@media screen and (max-width: 700px) {
  #blog-name-container {
    padding: 10px 30px 80px;
  }
  #welcome {
    font-size: 3.5rem;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin-top: -45px;
  width: 100%;
  line-height: 45px;
  position: relative;
  z-index: 2000;
}

.fixed-positioning {
  margin-top: 0;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
}

.position-adjust {
  top: 27px;
}

#navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 850px;
  font-size: 12px;
  text-align: center;
}

#navi-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  overflow: hidden;
}

#navi-list .pc-hide {
  display: none;
}

#navi-list li a {
  display: block;
  height: 100%;
  color: white;/* 注)ナビゲーションリンク色 */
  font-weight: bolder;
  text-decoration: none;
}

/* Sweep To Top */
.sweep-to-top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: color .3s;
  transition-property: color .3s;
}
.sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5); /* 注)ナビゲーションリンクエフェクト背景色 Black+不透明度0.5 */
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform ease-out .3s;
  transition: transform ease-out .3s;
}
.sweep-to-top:hover,
.sweep-to-top:focus,
.sweep-to-top:active {
  color: white;
}
.sweep-to-top:hover:before,
.sweep-to-top:focus:before,
.sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* search modal */
/* modal animation */
@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}

html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:0}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal.remodal-is-closing,.remodal.remodal-is-opening{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}

.remodal-overlay {
  position: fixed;
  z-index: 100005;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(255,255,255,.95);/* 注)サイト内検索モーダル背景色 */
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 100005;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.modal-search a {
  cursor: pointer;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px 0;
  font-family: 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.remodal-close {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 60px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgb(179,179,179);/* 注)サイト内検索モーダル Close文字色 */
  font-family: 'Playfair Display';
}

.remodal-close:hover,
.remodal-close:focus {
  color: rgb(51,51,51);/* 注)サイト内検索モーダル Closeホバー時文字色 */
}

.remodal-search-form input {
  margin: auto;
  display: block;
  width: 98%;
  max-width: 800px;
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(51,51,51);/* 注)サイト内検索テキスト入力下部ボーダー色 */
  font-size: 20px;
  background: transparent;
  padding: .3em;
}

.mobile-toggle-drawer {
  display: none;
  width: 45px;
  height: 45px;
  background-color: rgb(51,51,51);
  color: white;
  line-height: 45px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  font-size: 20px;
  text-align: center;
}

.mobile-toggle {
  display: none;
}

/* navi breakpoint 1/2 */
@media screen and (max-width: 560px) {
  .mobile-toggle {
    display: block;
    margin: auto;
    width: 50%;
    height: 45px;
    cursor: pointer;
    padding-top: 14px;
  }
  .mobile-toggle span {
    display: block;
    margin: auto;
    width: 28px;
    margin-bottom: 5px;
    height: 3px;
    background: white;/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .mobile-toggle span:last-of-type {
    margin-bottom: 0;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .navi-menu {
    height: auto;
  }
  #navi-list {
    display: block;
  }
  .sp-navi {
    display: none;
    max-height: 480px;
    background-color: black;
    overflow-y: auto;
    padding: 40px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .fixed-positioning .sp-navi {
    background-color: transparent;
  }
  .sweep-to-top:before {
    display: none;
  }
}


/***------------------------------------------
      top page
------------------------------------------***/

.element-item {
  margin-bottom: 40px;
  position: relative;
}

.grid-image-wrapper {
  position: relative;
}

.grid-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.grid-image-wrapper a {
  color: white;
}

.grid-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 2.4rem;
  line-height: 1.5em;
  font-family: 'Playfair Display', serif;
  text-align: center;
}

.grid-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
}

.grid-datetime {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

.topentry-day {
  display: block;
  margin-right: 50px;
  width: 100px;
  height: 100px;
  border: 3px solid white;
  line-height: 94px;
  font-size: 4rem;
  text-align: center;
}

.time-stamp-wrap {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}

.topentry-my {
  display: block;
  font-size: 4rem;
}

.topentry-hms {
  display: block;
  line-height: 1;
  padding-top: 5px;
  font-size: 1.8rem;
}

.left-margin {
  margin-left: 20px;
}

.context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
}

/* SNS share */
.inner-footer-sns {
  width: 150px;
  border-right: 2px solid rgb(240,240,240);/* 注)トップページ要約記事下SNSアイコン横ボーダー色 */
  font-size: 1.4rem;
}

.context-right-cell {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  padding-left: 30px;
  vertical-align: top;
}

.inner-footer-sns li:not(:last-of-type) {
  padding-bottom: 10px;
}

.inner-footer-sns li a {
  display: block;
  width: 100%;
  color: rgb(100,100,100);
}

.inner-footer-sns .fa {
  margin-right: 1.5em;
}

.c-facebook:hover,
.permanent-inner-footer-sns li .c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover,
.permanent-inner-footer-sns li .c-twitter:hover {
  color: rgb(73,171,242);
}

.c-pinterest:hover,
.permanent-inner-footer-sns li .c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover,
.permanent-inner-footer-sns li .c-google-plus:hover {
  color: rgb(221,75,57);
}

.c-leave-a-comment:hover,
.c-send-a-trackback:hover,
.permanent-inner-footer-sns li .c-pencil:hover {
  color: rgb(173,152,149);
}

.c-leave-a-comment,
.c-send-a-trackback {
  display: inline-block;
  position: relative;
}

.topentry-description {
  line-height: 1.7;
  font-size: 1.3rem;/* 注)トップページ記事要約文フォント大きさ */
}

.grid-datetime {
  padding: 25px;
}

.topentry-day {
  margin-right: 25px;
  width: 90px;
  height: 90px;
  line-height: 86px;
  font-size: 3rem;
}

.topentry-my {
  font-size: 3rem;
}

.topentry-hms {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .grid-datetime {
    padding: 20px;
  }
  .topentry-day {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    line-height: 64px;
    font-size: 2.4rem;
  }
  .topentry-my {
    font-size: 2.4rem;
  }
  .topentry-hms {
    font-size: 1.4rem;
  }
  .context {
    display: block;
  }
  .inner-footer-sns {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid rgb(240,240,240);
  }
  .context-right-cell {
    display: block;
    padding: 0;
  }
  .inner-footer-sns li {
    display: inline-block;
  }
  .inner-footer-sns li span:not(.abs-span) {
    display: none;
  }
  .context-right-cell {
    padding-top: 20px;
  }
}
@media screen and (max-width: 568px) {
  .topentry-day {
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 2rem;
  }
  .topentry-my {
    font-size: 2rem;
  }
  .topentry-hms {
    padding-top: 0;
    font-size: 1.2rem;
  }
}

.view-more {
  margin: auto;
  width: 180px;
  border: 3px solid white;
  color: white;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

@media screen and (max-width: 640px) {
  .view-more {
    width: 160px;
    bottom: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .view-more {
    width: 160px;
    bottom: 20px;
    font-size: 1.4rem;
  }
}

.grid-image-wrapper:hover .grid-datetime {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.grid-image-wrapper:hover .view-more {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.grid-title {
  margin: 0;
  padding-bottom: 10px;
  font: bolder 16px/1.3 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

.entry-pad {
  padding: 10px 0;
}

.grid-title a {
  color: rgb(51,51,51);
}

.element-category {
  line-height: 1.2;
  padding-bottom: 10px;
  font-size: 12px;
}

.abs-span {
  display: inline-block;
  position: absolute;
  top: -.5em;
  left: 1.3em;
  font-size: 12px;
}

@media screen and (max-width: 568px) {
  .hide568 {
    display: none;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 60px;
}

#entry-header {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2rem;
}

#month-box {
  width: 75px;
  height: 75px;
  padding-top: 6px;
  border: 3px solid rgb(240,240,240);
  text-align: center;
}

#entry-day {
  line-height: 1;
  font-size: 4rem;
}

#entry-info-right {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 15px;
  overflow: hidden;
}

#entry-title {
  margin: 7px 0;
  font-size: 1.6rem;
}

#perma-grid-datetime {
  align-items: center;
  justify-content: center;
}

#entry-info li {
  display: inline-block;
  margin-right: 1.3em;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

.height-adjust {
  padding-top: 65px;
  margin-top: -45px;
}

/* 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;
}

#entry-footer {
  font-size: 1.2rem;
}

#entry-tag {
  margin-top: 10px;
}

#category-name a,
#entry-tag a {
  margin-left: 1em
}

/* SNS share */
#entry-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  border: 3px solid rgb(240,240,240);/* 注)個別記事下SNSボーダー色 */
  line-height: 50px;
  text-align: center;
}

#entry-footer-sns li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  overflow: hidden;
  font-size: 1.4rem;
  text-align: center;
}

#entry-footer-sns li a {
  display: block;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 30px;
  background-color: rgb(250,250,250);
  border-radius: 4px;
  padding: 10px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  padding: 3px 3px 5px 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

#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:before {
  content: "★こちらの物件をご覧になった方へおすすめ";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 1.6rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  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: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1060px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 720px) {
  #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.fc2.com/v/a/n/vanillaice000/allaboutusnoimage2.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,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 1px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@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;
  }
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}

.fc2relate_entry_thumbnail_off .relate_ul, 
.tb_ul {
  margin: 0;
  margin-left: 1.5em;
  list-style-type: square;
  padding: 0;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  font: 1.8rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

.another-title span {
  font-size: 1.3rem;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  width: 46px;
  height: 46px;
  display: inline-block;
  background-color: rgb(207,207,207);/* 注)訪問者アイコン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;/* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(220,220,220);/* 注)コメントフォーム各項目ボーダー色 */
  border-radius: 4px;
  padding: 12px;
}

#comment_form input:focus, #comment:focus {
  border: 1px solid rgb(179,179,179);/* 注)コメントフォーム各項目 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220);/* 注コメントフォームテキストエリアボーダー色 */
  border-radius: 4px;
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community, #trackback {
  padding-top: 45px;
  margin-top: -45px;
  position: relative;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #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;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgb(255,255,255)), color-stop(1.00, rgb(206,206,206)));/* 注)コメントsend・deleteボタングラデーション背景色 */
  background: -webkit-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: linear-gradient(rgb(255,255,255), rgb(206,206,206));
  border: none;
  border-radius: 5px;
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  color: rgb(179,179,179);/* 注)send, deleteボタン文字色 */
  cursor: pointer;
  padding: 2px 0;
  font-size: 1.4rem;/* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(51,51,51);/* 注)sendボタンホバー時テキスト色 */
}

#delbtn:hover {
  color: rgb(134,13,37);/* 注)deleteボタンホバー時テキスト色 */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 1.2rem;/* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/allaboutusnoimage2.jpg) center center /cover no-repeat;/* 注)No image画像 検索結果 */
}

.search-noimage:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);/* 注)検索結果ページNo image上マスク背景色 */
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnails .no-image-text {
  font-size: 12px; /* 注)検索結果ページNo imageフォント大きさ */
}


/***------------------------------------------
      new arrivals thumbnail
------------------------------------------***/

#feed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rss-container {
  width: 12.5%;
  overflow: hidden;
  position: relative;
}

.rss-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rss-container a {
  color: white;
}

.rss-container a:hover {
  color: white;
}

.rss-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.time-stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 1.2rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rss-container:hover .time-stamp {
  opacity: 1;
}

@media screen and (max-width: 1180px) {
  .rss-container {
    width: calc(100% / 7);
  }
  *::-ms-backdrop, .rss-container {
    width: 14.28%;
  }
}
@media screen and (max-width: 940px) {
  .rss-container {
    width: calc(100% / 6);
  }
  *::-ms-backdrop, .rss-container {
    width: 16.66%;
  }
}
@media screen and (max-width: 700px) {
  .rss-container {
    width: 20%;
  }
}
@media screen and (max-width: 580px) {
  .rss-container {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  .rss-container {
    width: calc(100% / 3);
  }
  *::-ms-backdrop, .rss-container {
    with: 33.33%;
  }
  .time-stamp {
    opacity: 1;
  }
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

/* about me */
#about-image-container {
  width: 100%;
  height: auto;
  position: relative;
}

#about-image-container img {
  width: 100%;
  height: auto;
}

#about-me-image {
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}

#about-me-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

#about-image-container:after {
  content: "";
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.2),
              0 1px 2px rgba(0,0,0,.3);
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
}

.about-context {
  margin-top: 80px;
}

.sidebar-style {
  text-align: left;
}

.side-menu h4 {
  border: 3px solid rgb(240,240,240);/* 注)サイドメニュープラグインタイトルボーダー色 */
  padding: .8em .3em;
  font: 14px/1.3 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

/* only smartphone */
#sidenav {
  margin: auto;
  width: 100%;
  background-color: rgb(245,245,245);/* 注)スマホドロワーメニュー背景色 */
}

#sidenav #aside-fit-wrapper {
  height: 100%;
  overflow: auto;
  padding: 0 15px 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  width: 260px;
  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;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(212,217,220);/* 注)カレンダーリンクボーダー色 */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(212,217,220);/* 注)カレンダーリンクホバー時背景色 */
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 4px 0;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .4em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 40px;
  width: 100%;
  text-align: center;
}

.simple-pagination ul {
  overflow: hidden;
}

.simple-pagination li {
  margin-bottom: 2px;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
  float: left;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りマウスホバー時背景色 */
  opacity: 1;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.4);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: rgb(51,51,51);
  font-weight: bold;
}

.light-theme .prev, .light-theme .next {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りprev/ next時背景色 */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article */
.posted-pager {
  display: table;
  table-layout: fixed;
  margin: 0 auto 40px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  position: relative;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgba(212,217,220,.4);/* 注)個別記事prevページ送り背景色 */
  color: rgb(51,51,51);
  line-height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
}

.center-a .fa {
  width: 35px;
  height: 35px;
  background-color: rgba(212,217,220,.4);/* 注)個別記事homeページ送り背景色 */
  color: rgb(51,51,51);
  line-height: 35px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 35px;
}

.next-a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  position: relative;
  text-align: right;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgba(212,217,220,.4);/* 注)個別記事nextページ送り背景色 */
  color: rgb(51,51,51);
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(212,217,220);/* 注)個別記事ページ送りホバー時背景色 */
}

/* side pagination */
.side-pager-left, .side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 100003;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right, .page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a, .side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(0,0,0,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  position: relative;
  z-index: 100003;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}

/* title list */
.titlelist-pager {
  display: table;
  table-layout: fixed;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 300px;
}

.t-prev-a,
.t-center-a,
.t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.t-prev-a .fa,
.t-center-a .fa,
.t-next-a .fa {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(212,217,220,.4);/* 注)全記事リストページ送りprev/ next背景色 */
  color: rgb(51,51,51);
  line-height: 35px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before,
.t-center-a .fa:before,
.t-next-a .fa:before {
  line-height: 35px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa {
  background-color: rgb(212,217,220);/* 注)全記事リストページ送りホバー時背景色 */
}


/***------------------------------------------
      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: 60px;
  bottom: 90px;
  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(179,171,180,.5);
  border-radius: 50%;
  line-height: 39px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(155,155,155);
}

#page-scroll a:hover {
  color: rgb(155,155,155);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
}

#footer {
  background-color: rgb(49,49,49);
  color: white;
  text-align: center;
}

/* sns on footer */
#footer-sns {
  margin: auto;
  width: 100%;
  background-color: rgb(49,49,49);
  text-align: center;
}

#sns-ul {
  margin: auto;
  border-bottom: 1px solid rgb(74,74,74);
  padding: 30px 15px;
}

#sns-ul li {
  margin: 3px 7px;
  display: inline-block;
}

#sns-ul a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(255,255,255,.8);/* 注)フッターSNS背景色 */
  border-radius: 50%;
  color: rgb(51,51,51);/* 注)フッターSNSテキスト色 */
  line-height: 35px;
}

#sns-ul a:hover {
  color: white;
}

/* brand color */
#sns-ul .footer-c-facebook:hover {
  background-color: rgb(59,89,152);
}

#sns-ul .footer-c-twitter:hover {
  background-color: rgb(73,171,242);
}

#sns-ul .footer-c-instagram:hover {
  background-color: rgb(81,127,164);
}

#sns-ul .footer-c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#sns-ul .footer-c-google-plus:hover {
  background-color: rgb(221,75,57);
}

#sns-ul .footer-c-youtube:hover {
  background-color: rgb(204,24,30);
}

#footer-object {
  color: rgb(150,150,150);
  line-height: 1.3;
  padding: 50px 15px;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#designer {
  color: white;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      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;
}

/* for image */
.zoom-in {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  background: rgba(0,0,0,.6);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  margin-top: -17px;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before,
.zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  margin-top: -17px;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: 'FontAwesome';
  font-size: 20px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before,
.zoom-in-round:hover:after {
  opacity: 1;
}

.emoji {
  vertical-align: middle;
}