@charset "UTF-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Nostalgia
* The first edition: 2016.7.27
* 2016.7.30 - カスタマイズのガイドを追加
* 2016.9.9 - リストマーカーの位置を調整
* 2016.9.14 - トップページブログタイトル下サイト説明文の横幅を調整
* 2016.10.5 - 微調整
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* 2018.2.1 - 画像遅延読み込み導入(デフォルト設定メイソンリーページのみ), リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* Latest update: 2018.3.6 - iOS11.2.6でモーダルが開かない件修正など
*/


/***------------------------------------------
      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;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-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";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(129,134,155);/* 注)基本リンク色 */
  text-decoration: none;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

a:hover {
  color: rgb(156,118,134);/* 注)基本リンクホバー時文字色 */
  text-decoration: none;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 '游ゴシック体', '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);
}

body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Nostalgia3.jpg) center center /cover no-repeat;/* 注)背景スライド最初の1枚 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000000;
}

/* 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)}}

/* masonry */
#main-contents {
  margin: auto;
  width:100%;
  max-width: 1500px;
  padding: 0 60px 100px;
}

/* others */
#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: 1500px;
  padding: 0 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 24px;
  overflow: hidden;
  padding: 10px 3px;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

#secondary {
  width: 300px;
  padding-top: 16px;
  -webkit-animation: slideInUp 1.7s;
  animation: slideInUp 1.7s;
}

#aside-fit-wrapper {
  line-height: 1.8;
  font-size: 1.2rem;
}

.side-menu {
  margin-bottom: 20px;
  width: 300px;
  background-color: rgba(255,255,255,.8);
  padding: 20px;
}

@media screen and (max-width: 960px) {
  #float-container {
    display: block;
    padding: 0 0 80px;
  }
  #primary {
    margin: auto;
    padding: 10px 63px;
  }
  #secondary {
    margin: auto;
    width: 100%;
    background-color: rgba(255,255,255,.8);
    padding: 40px 60px 0;
  }
  #reserve {
    display: -webkit-box;/* fallback old Android */
    display: -ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    -ms-flex-wrap: wrap;/* fallback ie10 */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
  }
  .side-menu {
    background-color: transparent;
  }
}
@media screen and (max-width: 850px) {
  #main-contents {
    padding: 0 30px 100px;
  }
  #primary {
    padding: 10px 33px;
  }
  #secondary {
    padding: 20px 30px 0;
  }
}
@media screen and (max-width: 700px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 450px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 620px) {
  #main-contents {
    padding: 0 0 100px;
  }
  #primary {
    padding: 10px 0;
  }
  #secondary {
    padding: 20px 0 0;
  }
  #masonry-grid {
    padding: 0 3px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

/* blog title animation */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes up-and-down{0%,100%{-webkit-transform:translate(0,0)}50%{-webkit-transform:translate(0,-10px)}}@keyframes up-and-down{0%,100%{transform:translate(0,0)}50%{transform:translate(0,-10px)}}

/* enter */
#index-header-banner {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100vh;
  text-align: center;
}

#banner-contents {
  max-width: 1400px;
  padding: 0 60px;
}

#index-blog-title {
  margin: 0 auto 15px;
  max-width: 800px;
  font: bolder 3rem/1.3 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#site-description {
  margin: auto;
  max-width: 850px;
  color: white;
  font-size: 1.5rem;
  text-shadow: 2px 0px 2px rgba(85,85,85,.1);
}

@media screen and (max-width: 850px) {
  #banner-contents {
    padding: 0 30px;
  }
  #index-blog-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 620px) {
  #banner-contents {
    padding: 0 15px;
  }
  #index-blog-title {
    font-size: 2.4rem;
  }
}

#scroll {
  margin: 30px auto 0;
  width: 70px;
  height: 70px;
}

#scroll a {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,.5);/* 注)エンターページ「scroll」円形背景色 */
  border-radius: 50%;
  font: 1.5rem/70px 'Playfair Display', serif;
  -webkit-animation: up-and-down ease 2s infinite;
  animation: up-and-down ease 2s infinite;
}

/* top */
#blog-name-container {
  padding: 80px 0 50px;
}

#blog-title {
  margin: auto;
  max-width: 800px;
  font: bolder 2.2rem/1.4 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}

#index-blog-title a,
#blog-title a {
  color: white;/* 注)ブログタイトルリンク色 */
  text-shadow: 2px 0px 2px rgba(85,85,85,.2);
  visibility: hidden;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  width: 100%;
  height: 45px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  font-family: 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-transition: ease-in-out .5s;
  transition: ease-in-out .5s;
}

.navi-menu a,
#modal-trigger-label {
  color: white;
  cursor: pointer;
}

.adding-shadow {
  background-color: white;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
}

.adding-shadow a,
.adding-shadow #modal-trigger-label {
  color: rgb(51,51,51);
}

.position-adjust {
  top: 27px;
}

#navi-sizing {
  margin: auto;
  max-width: 800px;
  text-align: center;
}

#navi-list {
  font: bolder 12px/45px 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#navi-list li {
  display: inline-block;
  width: 16%;
  position: relative;
}

.navi-current:before {
  content: "";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgba(156,118,134,.3);/* 注)エンターページ上部ナビ現在地 円形背景色 */
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#navi-list .pc-hide {
  display: none;
}

/* site search */
/* search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.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: rgb(51,51,51);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; /* 注)テンプレート内容に沿ったフォント設定を */
  font-size: 1.6rem;
  text-transform: uppercase; /* 注)closeテキスト大文字縛り解除はこの一行削除 */
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid rgb(51,51,51);
  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: rgb(51,51,51);
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: rgb(51,51,51);
}

#modal-input::-moz-input-placeholder {
  color: rgb(51,51,51);
}

#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: rgb(51,51,51);
  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;
}

.mobile-toggle {
  display: none;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 767px) {
  .pulldown #navi-list li {
    width: 100%;
    padding: .5em 1em;
  }
  .mobile-toggle {
    display: block;
    margin: auto;
    width: 58px;
    height: 45px;
    cursor: pointer;
    font-size: 20px;
    padding: 8px 15px 0;
    position: relative;
    z-index: 2001;
  }
  .mobile-toggle span {
    display: block;
    width: 28px;
    margin-bottom: 5px;
    height: 3px;
    background-color: white;/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .mobile-toggle span:last-of-type {
    margin-bottom: 0;
  }
  .mobile-toggle div {
    color: white;
    font-size: 10px;
    text-align: center;
  }
  .adding-shadow .mobile-toggle span {
    background-color: rgb(51,51,51);
  }
  .adding-shadow .mobile-toggle div {
    color: rgb(51,51,51);
  }
  .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);
  }
  .open-navi.mobile-toggle span {
    background-color: white;
  }
  .open-navi.mobile-toggle div {
    color: white;
  }
  .pulldown {
    height: auto;
  }
  .pulldown .sp-navi {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(156,118,134,.9);
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
  }
  .pulldown #navi-list {
    max-height: 450px;
    color: white;
    padding: 60px 0;
    -webkit-overflow-scrolling: touch;
  }
  .pulldown #navi-list a,
  .pulldown #navi-list #modal-trigger-label {
    color: white;
  }
}


/***------------------------------------------
      masonry
------------------------------------------***/

/* enter */
#section-1,
#section-2 {
  padding: 70px 0 100px;
}

#go-to-blog {
  color: white;
}

#go-to-blog:hover {
  color: rgb(156,118,134);
}

#go-to-blog .svg-inline--fa {
  font-size: 1.5rem;
}

#isotope {
  margin: auto;
}

.index-element-item,
.element-item {
  width: 25%;
  height: auto;
  padding: 6px;
  position: relative;
}

/* image */
.polaroid {
  background-color: white;
  border: 10px solid white;
  border-bottom: 45px solid white;
  box-shadow: 3px 3px 3px rgba(119,119,119,.3);
  position: relative;
  z-index: 2;
}


.polaroid-date,
.context-date,
.permanent-date {
  display: block;
  color: rgb(156,118,134);/* 注)日付文字色 */
  font-family: 'Qwigley', cursive;
  font-size: 3rem;
  text-align: center;
}

.polaroid-date {
  width: 100%;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -40px;
}

.context-date {
  background-color: rgba(255,255,255,.9);
  text-align: center;
}

.polaroid img {
  width: 100%;
  height: auto;
}

/* new mark */
.sealing {
  width: 70px;
  height: 70px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/nostalgiaseal.png) center center /cover no-repeat;
  line-height: 67px;
  position: absolute;
  top: -10px;
  right: -3px;
  z-index: 30;
  font-family: 'Qwigley', cursive;
  font-size: 3rem;
  text-align: center;
}

.new {
  color: white;
  font-style: italic;
}

/* content */
.context {
  background: rgba(255,255,255,.9);/* 注)トップページ記事背景不透明度調整はここです デフォルト0.9 */
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.element-title,
.element-title-pola {
  margin: auto;
  padding-bottom: 15px;
  font: bolder 1.6rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

.element-title-pola {
  padding-top: 15px;
}

.overflow-text {
  padding: 15px 0;
  position: relative;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

.overflow-text:before,
.overflow-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(129,134,155,0), rgba(129,134,155,.75), rgba(129,134,155,0));
  background-image: linear-gradient(left, rgba(129,134,155,0), rgba(129,134,155,.75), rgba(129,134,155,0));
  position: absolute;
  left: 0;
}

.overflow-text:before {
  top: 0;
}

.overflow-text:after {
  bottom: 0;
}

.footer-info {
  padding: 15px 0 10px;
  font-size: 1.2rem;
  text-align: right;
}

.footer-ul {
  line-height: 1.5;
}

.change-font {
  font-size: 1.4rem;
  font-family: 'Qwigley', cursive;
}

.another-title {
  margin: 0 auto 20px;
  color: white;
  text-shadow: 2px 0px 2px rgba(85,85,85,.2);
  font: bolder 28px/1.3 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}

/* enter */
@media screen and (max-width: 1190px) {
  .index-element-item {
    width: calc(100% / 3);
  }
  *::-ms-backdrop, .index-element-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 920px) {
  .index-element-item {
    width: 50%;
  }
}

/* top */
@media screen and (max-width: 1420px) {
  .element-item {
    width: calc(100% / 3);
  }
  *::-ms-backdrop, .element-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1160px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width: 374px) {
  .index-element-item,
  .element-item {
    width: 100%;
  }
}


@media screen and (max-width: 620px) {
  .index-element-item,
  .element-item {
    padding: 3px;
  }
  .polaroid {
    border-width: 6px;
    border-bottom-width: 40px;
  }
  .polaroid-date,
  .context-date,
  .permanent-date {
    font-size: 24px;
  }
  .polaroid-date {
    bottom: -32px;
  }
  .element-title,
  .element-title-pola {
    font-size: 1.5rem;
  }
  .context {
    padding: 0 10px;
    font-size: 1.3rem;
  }
  .sealing {
    width: 50px;
    height: 50px;
    line-height: 52px;
    top: -6px;
    font-size: 2.4rem;
  }
  .main-body .sealing {
    right: 0;
  }
  .element-title,
  .element-title-pola {
    padding-bottom: 10px;
  }
  .element-title-pola {
    padding-top: 10px;
  }
  .footer-info {
    padding: 10px 0;
  }
}


/***------------------------------------------
      about me
------------------------------------------***/

#section-2 {
  padding: 70px 0 100px;
}

#profile {
  margin: 60px auto 30px;
  width: 250px; /* 注)プロフ画像横幅 */
  position: relative;
}

#profile img {
  width: 100%;
  border: 10px solid white;
  border-bottom: 45px solid white;
  box-shadow: 3px 3px 3px rgba(119,119,119,.3);
}

#hi-there {
  width: 100%;
  position: absolute;
  bottom: 8px;
  font-family: 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 20px;
  text-align: center;
}

#self-introduction {
  margin: auto;
  width: 100%;
  max-width: 800px;
}

#self-introduction p {
  color: white;
  padding: 60px 0;
  font-size: 1.6rem;/* 注)自己紹介文章サイズ 文章編集はhtmlソース内で */
  font-weight: 200;
  text-align: center;
  text-shadow: 2px 0px 2px rgba(85,85,85,.2);
}


/***------------------------------------------
      individual
------------------------------------------***/

.main-body {
  margin-top: 6px;
  background: rgba(255,255,255,.9);/* 注)個別記事等背景不透明度調整はここです デフォルト0.9 */
  margin-bottom: 50px;
  padding: 15px 40px;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .main-body {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 620px) {
  .main-body {
    padding: 15px;
  }
}

#entry-title {
  margin: auto;
  padding-bottom: 10px;
  font: bold 1.7rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

#category-and-comment {
  list-style: none;
  font-family: 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  text-align: right;
}

#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;
}

.height-adjust {
  margin-top: -45px;
  padding-top: 65px;
}

/* article tag */
.entry-tag {
  margin-top: 30px;
  font-size: 1.2rem;
}

.entry-tag a {
  margin: 0 2px 4px 0;
  display: inline-block;
  border: 1px solid rgba(129,134,155,.3);
  padding: .1em .4em;
}

.entry-tag a:hover {
  background-color: rgb(129,134,155);
  color: white;
  text-decoration: none;
}

#entry-footer {
  font-size: 1.2rem;
}

#entry-footer ul {
  text-align: right;
}

#entry-footer ul li {
  display: inline-block;
  margin: 0 0 4px 4px;
}

#entry-footer ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(156,118,134);
  border-radius: 50%;
  color: white;
  line-height: 30px;
  text-align: center;
}

#entry-footer .c-facebook:hover {
  background-color: rgb(59,89,152);
}

#entry-footer .c-twitter:hover {
  background-color: rgb(73,171,242);
}

#entry-footer .c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#entry-footer .c-google-plus:hover {
  background-color: rgb(221,75,57);
}

#entry-footer .c-rss:hover {
  background-color: rgb(151,151,151);
}

#entry-footer .c-pencil:hover {
  background-color: silver;
}


/***------------------------------------------
      related and trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 30px;
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  border-top: 1px solid rgb(210,210,210);
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font: 2.8rem/1.4 'Qwigley', cursive;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1170px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1040px) {
  #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: 540px) {
  #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;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  border-radius: 50%;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border: none;
  border-radius: 50%;
}

.related-sub-overlay,
.related-overlay {
  position: relative;
}

.related-sub-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.2),
              0 1px 2px rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
}

.related-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Nostalgianoimage.jpg) center center /cover no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.8);
  border-radius: 50%;
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Qwigley', cursive;
  font-size: 18px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 50%;
  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;
  }
}

/* without thumbnail */
.fc2relate_entry_thumbnail_off,
.tb_dl {
  margin-top: 30px;
  text-align: right;
  padding: 10px 20px;
  background: rgba(156,118,134,.1);
}

.fc2relate_entry_thumbnail_off .relate_dt,
.tb_dt {
  color: rgb(156,118,134);
  font-size: 1.4rem;
}

.fc2relate_entry_thumbnail_off .relate_ul,
.tb_ul {
  margin: 0;
  list-style: none;
  padding: 0;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.other-title {
  margin: auto;
  font: 2.8rem/1.4 'Qwigley', cursive;
  text-align: center;
}

.other-title span {
  font-family: '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.4rem;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  line-height: 48px;
  position: relative;
  text-align: center;
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}

.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;';
}

.arrow-box {
  margin: 25px auto 20px;
  background: rgb(240,240,240);/* 注)コメント一覧背景色 */
  padding: 15px 20px;
  position: relative;
  -webkit-box-shadow: 4px 4px 4px rgba(51,51,51,.1);
  box-shadow: 4px 4px 4px rgba(51,51,51,.1);
}

.arrow-box:after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(240,240,240,0);/* 注)コメント一覧矢印の色 */
  border-bottom-color: rgb(240,240,240);/* 注)コメント一覧矢印の色 */
  border-width: 12px;
  margin-left: -12px;
  pointer-events: none;
  position: absolute;
  left: 8%;
  bottom: 100%;
}

.comment-title {
  color: rgb(156,118,134);
}

.comment-body {
  padding-bottom: 10px;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 20px 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 {
  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-color: rgb(156,118,134);/* 注)send, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  color: white; /* 注)send, deleteボタン文字色 */
  cursor: pointer;
  padding: 4px 0 5px;
  font-size: 14px; /* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(129,134,155);/* 注)send, deleteボタンホバー時背景色 */
}


/***------------------------------------------
      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.3rem;/* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto 10px;
}

.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: 12px;/* 注)全記事リストカテゴリフォント大きさ */
  text-align: right;
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.6);
  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/Nostalgianoimage.jpg) center center /cover no-repeat;/* 注)No image画像 検索結果 */
}

.search-noimage:before {
  content: "No image";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);/* 注)検索結果ページNo image上マスク背景色 */
  position: absolute;
  top: 0;
  left: 0;
  font: 18px/72px 'Qwigley', cursive;
  text-align: center;
}


/***------------------------------------------
      side menu(secondary column)
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  font: 1.5rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-style: italic;
  text-align: center;
}

.side-menu h4 {
  padding: .3em 0;
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: circle;
}

/* only smartphone */
.mobile-toggle-drawer {
  display: none;
  width: 45px;
  height: 45px;
  background-color: rgb(156,118,134);
  color: white;
  line-height: 45px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  font-size: 20px;
  text-align: center;
}

.mobile-toggle-drawer span:nth-of-type(3) {
  margin-bottom: 0;
}

.mobile-toggle-drawer div {
  color: rgb(156,118,134);
  font-family: 'Playfair Display', serif;
  font-size: 10px;
  text-align: center;
}

#sidenav {
  margin: auto;
  width: 100%;
  background-color: rgb(240,240,240);/* 注)ドロワー背景色(スマホのみ) */
}

#sidenav #aside-fit-wrapper {
  height: 100%;
  line-height: 1.8;
  overflow: auto;
  padding: 0 0 100px;
  position: relative;
  font-size: 1.2rem;
  -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(156,118,134);/* 注)カレンダー リンクボーダー色 */
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background-color: rgb(156,118,134);/* 注)カレンダー リンクホバー時背景色 */
  color: white;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  width: 98%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  margin-left: 1%;
  width: 100% !important;
  background-color: white;
  border: none;
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  background-color: rgb(156,118,134);
  border: none;
  color: white;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 0 2px 4px 0;
  display: inline-block;
  border: 1px solid rgba(129,134,155,.3);
  padding: 4px 10px;
}

.plugin-tag a:hover {
  background-color: rgb(129,134,155);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* only for enter */
#pager {
  margin-bottom: 50px;
}

/* general */
.simple-pagination {
  margin: 70px auto 20px;
  font-family: 'Qwigley', cursive;
  font-size: 18px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.light-theme a, .light-theme span {
  display: block;
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 50%;
  color: white;
  line-height: 36px;
  vertical-align: middle;
  font-size: 18px;/* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(156,118,134);/* 注)汎用ページ送りマウスホバー時背景色 */
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.6);
  color: rgb(64,64,64);
  box-shadow: 0 1px 0 rgba(255,255,255,.8),
              0 0 2px rgba(0,0,0,.3) inset;
}

.light-theme .ellipse {
  color: white;
  font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
  background-color: rgba(129,134,155,.5);/* 注)汎用ページ送りprev/ next時背景色 */
  box-shadow: none;
  color: white;
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#page-home {
  margin: 0 10px;
  width: 34px;
}

#page-left,
#page-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

#center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(129,134,155,.5);
  border-radius: 50%;
  color: white;
}

#prev-a,
#next-a {
  display: block;
  height: 100%;
  position: relative;
}

#prev-a {
  padding-left: 40px;
}

#next-a {
  padding-right: 40px;
  text-align: right;
}

#prev-a::before,
#next-a::before {
  display: block;
  margin: auto;
  width: 36px;
  height: 36px;
  background-color: rgba(129,134,155,.5);
  border-radius: 50%;
  color: white;
  line-height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#prev-a::before {
  content: "\2039";
  left: 0;
}

#next-a::before {
  content: "\203A";
  right: 0;
}

#center-a:hover,
#prev-a:hover::before,
#next-a:hover::before {
  background-color: rgb(156,118,134);
}

/* titlelist */
#titlelist-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 400px;
  font-size: 12px;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 36px;
  height: 36px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(129,134,155,.5);
  border-radius: 50%;
  color: white;
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(156,118,134);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 1000;
  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: white;
  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(209,161,98,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  color: white;
  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;
}


/***------------------------------------------
      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: 1800;
  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;
  }
}

.new2 {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
}

.end {
  width: 100%;
  overflow: hidden;
  padding: 50px 8px 30px;
  text-align: center;
}

/* sns on footer */
#footer-sns {
  margin: auto;
}

#sns-ul {
  margin: auto;
  list-style: none;
}

#sns-ul li {
  margin: 4px;
  display: inline-block;
}

#sns-ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(129,134,155); /* 注)フッターSNS背景色 White+不透明度0.8 */
  border-radius: 50%;
  color: white; /* 注)フッターSNSテキスト色 Night Rider */
  line-height: 40px;
}

/* 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 {
  line-height: 1.4;
  padding-top: 20px;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
}

#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;
}