@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Alternative
* The first edition: 2016.4.13
* 2016.10.8 - 一部JS削除(軽量化), MicrosoftEdgeのfixedバグhackJS削除, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.21 - SSL化に伴う混在コンテンツ排除
* Latest update: 2018.2.10 - 画像遅延読み込み導入(デフォルト設定グリッドページ), リセット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;
  background-color: rgba(148,170,201,.1);
  border-radius: 2px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

blockquote::before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  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"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(148,170,201);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: rgb(245,245,245);
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 14px/1.7 'Lato', '游ゴシック体', '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);
}

#float-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: 0 60px 40px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 50px;
  overflow: hidden;
}

#secondary {
  width: 270px;
  line-height: 1.8;
  font-size: 1.3rem;
}

#third-fit-wrapper {
  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;
  justify-content: space-around;
  margin: auto;
  max-width: 1300px;
  background-color: rgb(240,240,240);/* 注)フッター上サイドメニュー背景色 */
  padding: 40px 60px;
  font-size: 1.3rem;
}

.side-menu {
  margin-bottom: 30px;
  width: 270px;
}

#tertiary .side-menu {
  margin: 0 15px 30px;
}

@media screen and (max-width: 960px) {
  #float-container {
    display: block;
    max-width: 930px;
  }
  #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;
    justify-content: space-around;
  }
  .side-menu {
    margin: 0 15px 30px;
  }
}

@media screen and (max-width: 750px) {
  #reverse,
  #third-fit-wrapper {
    display: block;
  }
  .side-menu,
  #tertiary .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 700px) {
  #float-container {
    padding: 0 30px 40px;
  }
  #third-fit-wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 540px) {
  #float-container {
    padding: 0 15px 40px;
  }
  #third-fit-wrapper {
    padding: 40px 15px;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  border-bottom: 1px solid rgb(207,207,207);
  font: 1.3rem/50px 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

.navi-menu-adjust {
  top: 27px;
}

#navi-sizing {
  margin: auto;
  max-width: 1300px;
  padding: 0 60px;
}

#navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 980px;
  color: rgb(148,170,201);
}

#navi-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  position: relative;
}

#navi-list li a,
.hook-toggle,
#modal-trigger-label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hidden-list {
  width: 300px;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  line-height: 1.5;
  opacity: 0;
  padding: 20px 15px;
  position: absolute;
  top: 140%;
  visibility: hidden;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
}

#marking .fa-angle-down {
  margin-left: .8em;
}

#marking:hover .hidden-list {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.underline-from-center {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.underline-from-center::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: rgb(148,170,201); /* 注)ナビゲーションマウスホバーアンダーライン色 */
  height: 2px;
  -webkit-transition: left .3s ease-out,
                      right .3s ease-out;
  transition: left .3s ease-out,
              right .3s ease-out;
}

.underline-from-center:hover::before,
.underline-from-center:focus::before,
.underline-from-center:active::before {
  left: 0;
  right: 0;
}

.submenu-anchor {
  display: block;
  margin-left: 0;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51); /* 注)ドロップダウンAbout子メニューリンク色 */
  padding: 1em 0;
  text-align: left;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.submenu-anchor:hover {
  margin-left: 1em;
  color: rgb(148,170,201); /* 注)ドロップダウン「About」子メニューリンクホバー色 */
}

.mobile-toggle {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-toggle {
    display: block;
    height: 50px;
    cursor: pointer;
    padding: 15px 15px 0;
  }
  .mobile-toggle span {
    display: block;
    margin: 0 0 5px auto;
    width: 28px;
    height: 3px;
    background: rgb(148,170,201); /* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .mobile-toggle span:nth-of-type(3) {
    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-sizing {
    max-width: initial;
    max-width: 100%;
    padding: 0;
  }
  .underline-from-center::before {
    display: none;
  }
  .navi-menu {
    height: auto;
  }
  #navi-list {
    display: block;
  }
  .sp-navi {
    display: none;
    max-height: 480px;
    overflow-y: auto;
    padding: 0 15px 40px;
    -webkit-overflow-scrolling: touch;
  }
  .hook-toggle {
    padding-left: 1.2em;
  }
  .toggle-list {
    display: none;
    background-color: rgb(250,250,250);
  }
}

/* search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(148,170,201,.9);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif'; /* 注)テンプレート内容に沿ったフォント設定を */
  font-size: 16px;
  text-transform: uppercase; /* 注)closeテキスト大文字縛り解除はこの一行削除 */
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid white;
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  color: white;
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}


/***------------------------------------------
      header
------------------------------------------***/

/* animation */
.animated{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

#header-banner {
  margin: auto;
  opacity: 1;
  padding: 90px 0 70px;
  font-size: 1.3rem;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  line-height: 1.4;
  padding: 0 60px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #blog-name-contaner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 0 15px;
  }
}

#welcome {/* 注)ブログタイトル上 welcome の文字 */
  margin-bottom: 15px;
  visibility: hidden;
}

#blog-title {
  margin: 0 auto 20px;
  max-width: 800px;
  letter-spacing: 1px;
  font: bolder 2.3rem/1.4 'Playfair Display', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-indent: 1px;
}

#blog-title a {
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
}

#sub-title {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}


/***------------------------------------------
      top page
------------------------------------------***/

.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.image-cell {
  width: calc(50% - 20px);
  overflow: hidden;
  position: relative;
}

.desp-cell {
  width: calc(50% + 20px);
  text-align: center;
}

.image-cell::before {
  content: "";
  display: block;
  padding-top: 102%;
}

.grid-item:nth-of-type(odd) .image-cell,
.grid-item:nth-of-type(even) .desp-cell {
  order: 1;
}

.grid-item:nth-of-type(even) .image-cell,
.grid-item:nth-of-type(odd) .desp-cell{
  order: 2;
}

.grid-item:nth-of-type(odd) .desp-cell {
  padding-left: 40px;
}

.grid-item:nth-of-type(even) .desp-cell {
  padding-right: 40px;
}

.image-cell 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-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
}

/* overlay */
.image-caption-wrapper {
  text-align: center;
}

.image-caption-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,.8) 75%);/* 注)サムネイルホバーグラデーション */
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,.8) 75%);
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
}

.image-caption-read-more {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  font-family: 'Playfair Display';
  font-size: 2rem;
  -webkit-transition: -webkit-transform .35s, color .35s;
  transition: transform .35s, color .35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.image-caption-read-more a {
  color: rgba(0,0,0,0);
}

.caption-read-more {
  font-weight: 700;
}

.image-caption-p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  font-size: 1.8rem;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
}

.image-caption-p a {
  color: white;
  padding: 0 1em;
}

.image-cell:hover .image-caption-read-more {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.image-cell:hover .image-caption-read-more a {
  color: white;
}

.image-cell:hover .image-caption-wrapper::before,
.image-cell:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.small-font {
  font-size: 1.2rem;
}

.description-content-wrapper {
  width: 100%;
  position: relative;
}

.categoryname {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.grid-title {
  margin: .5em auto;
  max-height: 4.5em;
  overflow: hidden;
  font: 1.8rem/1.5em 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

.grid-title a {
  color: rgb(51,51,51);/* 注)トップページ要約記事タイトル文字色 */
}

.grid-title a:hover {
  color: rgb(148,170,201);/* 注)トップページ要約記事タイトルホバー時文字色 */
}

.grid-datetime {
  font-size: 1.2rem;
}

.grid-description {
  margin: 1em auto 2.5em;
  line-height: 1.5em;
  height: 7.5em;
  overflow: hidden;
}

.read-more {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  text-align: right;
}

.read-more-span {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.read-more-arrow {
  margin-left: -1em;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.read-more a:hover .read-more-arrow {
  margin-left: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
 .image-caption-wrapper::before {
    height: 60%;
    top: 40%;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .image-caption-read-more {
    top: 50%;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .image-cell:hover .image-caption-read-more {
    -webkit-transform: none;
    transform: none;
  }
  .image-caption-read-more a {
    color: white;
  }
  .image-caption-p {
    opacity: 1;
    padding: 0 2em 2em;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 540px) {
  .grid-item {
    display: block;
  }
  .image-cell,
  .desp-cell {
    width: 100%;
  }
  .grid-item:nth-of-type(odd) .desp-cell,
  .grid-item:nth-of-type(even) .desp-cell {
    padding: 20px 0 0;
  }
  .image-cell::before {
    padding-top: 60%;
  }
  .grid-description {
    height: auto;
    max-height: 7.5em;
  }
  .grid-title {
    max-height: initial;
    max-height: auto;/* hack for ie */
  }
}
@media screen and (max-width: 320px) {
  .image-caption-read-more {
    top: 45%;
    font-size: 1.7rem;
  }
  .image-caption-p {
    font-size: 1.7rem;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  border-bottom: 1px solid rgb(207,207,207);/* 注)記事等下ボーダー色 */
  box-shadow: 0px 1px 0px white;
}

#entry-title {
  margin: 0 auto 10px;
  font: 1.8rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  text-align: center;
}

#entry-header-info {
  border-right: 1px solid rgb(207,207,207);/* 注)個別記事タイトル下インフォ(日付等)右側ボーダー色 */
  box-shadow: 1px 0px 0px white;
  padding-right: 1.5em;
  font-size: 1.3rem;
  text-align: right;
}

#cm-and-tb a {
  margin-left: 1em;
}

#cm-and-tb .svg-inline--fa {
  margin-right: .4em;
}

#entry-category a {
  margin-left: .6em;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

/* 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-info ul li {
  display: inline-block;
  margin-left: 1em;
}

/* tag on article */
#entry-tag {
  margin-top: 20px;
  font-size: 1.2rem;
}

#entry-tag a {
  margin-left: .6em;
}

#entry-footer {
  padding-bottom: 5px;
}

/* SNS on article */
#entry-footer-sns {
  font-size: 1.2rem;
  text-align: right;
}

#entry-footer-sns li {
  display: inline-block;
  padding-left: .6em;
}

.share-font {
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

#entry-footer-sns li a {
  display: block;
  width: 27px;
  height: 27px;
  background: rgba(148,170,201,.6);/* 注)個別記事下SNSボタン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 27px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#entry-footer-sns li a:hover {
  background: rgb(148,170,201);/* 個別記事下SNSボタンホバー時背景色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 20px;
  background: rgb(240,240,240);/* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 4px;
  padding: 20px;
  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: 90px auto 30px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  background-color: rgb(240,240,240);
  overflow: hidden;
}

#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: 1.7rem/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: 1050px) {
  #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: 760px) {
  #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-84-origin.fc2.com/v/a/n/vanillaice000/alternativenoimage.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;
  background-color: rgba(255,255,255,.8);
  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;
  }
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  font: 1.6rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  text-align: center;
  text-indent: 1px;
}

.another-title span {
  font-size: 1.3rem;
}

.adjust-height {
  padding-top: 70px;
  margin-top: -50px;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  color: white;
  position: relative;
  font-size: 18px;
}

.user-icon {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  line-height: 46px;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  color: rgb(51,51,51);
  font-size: 1.4rem;
  font-weight: bold;
}

.comment-title {
  color: rgb(51,51,51);
  font-size: 1.4rem;
}

.comment-body {
  margin: 10px 0 10px 20px;
  background-color: rgb(240,240,240);
  padding: 10px;
  font-size: 1.3rem;
}

.visitor-fotter-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid rgb(220,220,220);/* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
  background-color: white;
  border-radius: 4px;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(148,170,201);/* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220);/* 注コメントフォームテキストエリアボーダー色 */
  padding: 12px;
  border-radius: 4px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  padding-top: 50px;
  margin-top: -50px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  position: relative;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@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: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #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: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label::after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: rgb(148,170,201);/* 注)secretコメントチェックマーク色(1/3) */
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(148,170,201);/* 注)secretコメントチェックマーク色(2/3) */
    border-bottom: 3px solid rgb(148,170,201);/* 注)secretコメントチェックマーク色(3/3) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-right: 20px;
  margin-top: 20px;
  width: 156px;
  height: 30px;
  background: -webkit-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: linear-gradient(rgb(255,255,255), rgb(206,206,206));
  border: 0;
  border-radius: 5px;
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  cursor: pointer;
  text-align: center;
  padding: 2px 0;
  font-size: 14px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(148,170,201);/* 注)sendボタンホバー時テキスト色 */
}

#delbtn:hover {
  color: rgb(187,10,96);/* 注)deleteボタンホバー時テキスト色 */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 0 auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.2rem;
}

#for-trackback-word {
  margin: 0 auto 20px;
}

.op:focus {
  border: 1px solid rgb(148,170,201);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-entry {
  overflow: hidden;
  padding: 10px 0;
}

.list-title {
  margin: auto;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}

.list-title a {
  text-decoration: none;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.4);
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-84-origin.fc2.com/v/a/n/vanillaice000/alternativenoimage.jpg) center center /cover no-repeat;
}

.search-noimage::before {
  content: "No image";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);/* 注)検索結果ページNo image上マスク背景色 */
  font: 11px/72px 'Playfair Display', serif;
  text-align: center;
}


/***------------------------------------------
      calendar (includes official one)
------------------------------------------***/

.calender {
  margin: auto;
  table-layout: fixed;
  width: 260px;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgb(148,170,201);/* 注)カレンダー 日付リンクボーダー色 */
  border-radius: 50%;
}

.calender td a:hover {
  background: rgb(148,170,201);/* 注)カレンダー 日付リンクホバー時背景色 */
  color: white;
}


/***------------------------------------------
      side menu (include footer aside)
------------------------------------------***/

.side-menu ul li a {
  display: block;
  padding: .3em;
  border-bottom: 1px solid rgb(229,229,229);
}

.side-menu ul li a:hover {
  background-color: rgb(148,170,201);
  color: white;
}

.side-menu h4 {
  margin: 0 auto 20px;
  border: 1px solid rgb(207,207,207);
  letter-spacing: 1px;
  padding: .7em .2em;
  font: 1.5rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
  text-indent: 1px;
}

/* sns */
#sns-ul {
  text-align: center;
}

#sns-ul li {
  display: inline-block;
  margin: 5px;
}

#sns-ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(207,207,207);/* SNS(Follow Me)アイコン背景色 */
  border: 0;
  border-radius: 50%;
  color: white;
  line-height: 30px;
  padding: 0;
}

/* SNS brand color */
#s-facebook:hover {
  background-color: rgb(59,89,152);
}

#s-twitter:hover {
  background-color: rgb(34,144,191);
}

#s-instagram:hover {
  background-color: rgb(81,127,164);
}

#s-youtube:hover {
  background-color: rgb(204,24,30);
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 8px;
}

/* mail form */
.sidebar-style form {
  margin: auto;
  width: 100%;
  max-width: 320px;
  display: block;
}

.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: .3em;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 10px;
}

/* tag */
.plugin-tag a {
  margin: 0 3px 4px 0;
  display: inline-block;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .4em;
  font-size: 1.2rem;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 30px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  padding: 2px;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  color: rgb(51,51,51);
  line-height: 30px;
  font-size: 12px;
}

.light-theme a:hover {
  background-color: rgb(148,170,201);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.6);
  box-shadow: 0 1px 0 rgba(255,255,255,8),
              0 0 2px rgba(0,0,0,.3) inset;
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(179,171,180);
}

.light-theme .prev,
.light-theme .next {
  background: rgba(148,170,201,.6);/* 注)汎用ページ送りprev/ next時背景色 */
  box-shadow: none;
  color: white;
}

/* article and titlelist */
.posted-pager,
.titlelist-pager {
  margin: 70px auto 30px;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 12px;
}

.titlelist-pager {
  max-width: 300px;
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  position: relative;
}

.prev-a {
  padding-left: 40px;
  text-align: left;
}

.next-a {
  padding-right: 40px;
  text-align: right;
}

.t-prev-a,
.t-center-a,
.t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.center-a,
.t-center-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(148,170,201,.6);/* 注)個別記事homeページ送り背景色 */
  border-radius: 4px;
  color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a::before,
.next-a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(148,170,201,.6);/* 注)個別記事prevページ送り背景色 */
  text-align: center;
  color: white;
  border-radius: 4px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a::before {
  left: 0;
}

.next-a::before {
  right: 0;
}

.prev-a::after {
  content: "\f104";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

.next-a::after {
  content: "\f105";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

.prev-a .svg-inline--fa,
.next-a .svg-inline--fa {
  margin: auto;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
}

.prev-a .svg-inline--fa {
  left: 11px;
}

.next-a .svg-inline--fa {
  right: 11px;
}

.t-prev-a, 
.t-next-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(148,170,201,.6);/* 注)全記事リストページ送りprev/ next背景色 */
  color: white;
  border-radius: 4px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a:hover,
.t-center-a:hover,
.t-next-a:hover {
  background-color: rgb(148,170,201);
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  position: fixed;
  z-index: 100003;
  top: 40%;
  width: 180px;
  height: 80px;
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right,
.page-div-left {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
  font-size: 12px;/* 注)サイドページ送りのフォントサイズ */
  color: rgb(51,51,51);
  word-break: break-all;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: 80px;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(148,170,201,.4);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  font-family: 'Playfair Display', serif;
  text-align: center;
}

.title-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
  background: rgba(245,245,245,.8);
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      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: 3000;
  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(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .3em;
  color: red;
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
}

#footer {
  width: 100%;
  background-color: rgb(240,240,240);
  padding: 1em;
  font-family: 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  padding: 0 5px;
  text-align: center;
  font-size: 1.2rem;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 9px);
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ */
}

.emoji {
  vertical-align: middle;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video::before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in::after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover::before, .zoom-in:hover::after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round::after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover::before, .zoom-in-round:hover::after {
  opacity: 1;
}