<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/**
* Author: Vanillaice (Akira) - http://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 - 微調整
* Latest update: 2-17.1.25 - SNSシェアリンクをエンコード
*/


/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  word-wrap: break-word;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe,
embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  width: 98%;
  height: auto;
  margin: 0 auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 2px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(129,134,155); /* 注)基本リンク色 (approx)Manatee */
  text-decoration: none;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

a:hover {
  color: rgb(156,118,134); /* 注)基本リンクホバー時文字色 (approx)Mountbatten Pink */
  text-decoration: none;
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)基本フォント関連 */
  color: rgb(51,51,51); /* 注)テキスト基本色 Night Rider */
  font: 13px/1.7 '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:before {
  content: "";
  display: block;
  background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/Nostalgia3.jpg) center center /cover no-repeat; /* 注)背景スライド最初の1枚 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1000000;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/* masonry */
#main-contents {
  margin: 0 auto;
  width:100%;
  max-width: 1600px;
  padding: 0 50px 100px;
}

/* main contents breakpoint */
@media screen and (max-width: 1000px) {
  #main-contents {
    margin:0 auto;
    padding: 0 8px 100px;
  }
}

/* others */
#float-container {
  margin: 0 auto 100px;
  width: 90%;
  max-width: 1600px;
}

/* float container breakpoints */
@media screen and (max-width: 1070px) {
  #float-container {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {
  #float-container {
    margin: 0 auto;
    width: 100%;
    padding: 0 8px;
  }
}

#primary-column {
  float: left;
  width: 100%;
  margin-right: -300px;
  padding-bottom: 50px;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

/* primary column breakpoint */
@media screen and (max-width: 1000px) {
  #primary-column {
    margin: 0 auto;
    width: auto;
    float: none;
  }
}

#main {
  margin-right: 330px;
}

/* main breakpoint */
@media screen and (max-width: 1000px) {
  #main {
    margin: 0 auto;
    width: auto;
    float: none;
  }
}

#secondary-column {
  float: left;
  width: 300px;
  padding-top: 10px;
  -webkit-animation: slideInUp 1.7s;
  animation: slideInUp 1.7s;
}

/* secondary column breakpoint */
@media screen and (max-width: 1000px) {
  #secondary-column {
    margin: 0 auto;
    width: auto;
    background-color: rgba(255,255,255,.8);
    float: none;
  }
}

#aside-container {
  text-align: center;
}

/* animation */
@-webkit-keyframes slideInUp {
  0% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
   opacity: 0;
   transform: translateY(30px);
  }
  50% {
   opacity: 0;
   transform: translateY(30px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  background-color: transparent;
  position: relative;
  z-index: 100004;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.navi-menu2 {
  display: block;
  width: 100%;
  height: 45px;
  background: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: -100px;
  z-index: 100003;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-transition:  all .3s;
  -moz-transition:  all .3s;
  -o-transition:  all .3s;
  transition:  all .3s;
}

.sticky {
  background-color: rgba(255,255,255,.95); /* 注)上からスライドするナビゲーション背景色 white+不透明度0.8 */
  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);
  opacity: 1;
  top: 0;
}

.position-adjust {
  top: 27px;
}

/* for only smartphone */
.mobile-toggle2 {
  display: none;
  width: 58px;
  height: 45px;
  padding: 12px 15px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000010;
  font-size: 20px;
}

.mobile-toggle2 span {
  display: block;
  margin-bottom: 5px;
  width: 28px;
  height: 3px;
  background: rgb(129,134,155); /* 注)ドロワーハンバーガーボタンの色(スマホのみ) (approx)Manatee */
  border-radius: 1000px;
}

.ordinary-navi {
  margin: 0 auto;
  width: 100%;
}

.dropmenu {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  height: 45px;
  line-height: 45px;
  list-style: none;
  font-size: 12px;
  text-align: center;
}

.dropmenu &gt; li {
  display: inline-block;
  margin: 0;
  width: 16%;
  padding: 0;
  position: relative;
  text-align: center;
}

.nav-current:before {
  content: "";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgba(156,118,134,.3); /* 注)エンターページ上部ナビ現在地 円形背景色 (approx)Mountbatten Pink+不透明度0.3 */
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.dropmenu .pc-hide {
  display: none;
}

.dropmenu &gt; li &gt; a {
  display: block;
  margin: 0;
  height: 100%;
  font-weight: bolder;
  text-decoration: none;
}

.ordinary-navi .dropmenu &gt; li &gt; a {
  color: white; /* 注)ナビゲーションリンク色 */
  text-shadow: 2px 0px 2px rgba(85,85,85,.3);
}

.ordinary-navi2 .dropmenu &gt; li &gt; a {
  color: rgb(51,51,51); /* 注)ナビゲーションリンク色 */
}

.dropmenu &gt; li &gt; ul &gt; li {
  width: 100%;
}

/* search modal */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 10000011;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(255,255,255,.95); /* 注)サイト内検索モーダル背景色 white 不透明度0.95 */
  display: none;
}

.remodal-wrapper {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 10000011;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  content: "";
  display: inline-block;
  margin-left: -0.05em;
  height: 100%;
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  outline: none;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px 0;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -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-close {
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 0;
  color: rgb(179,179,179); /* 注)サイト内検索モーダル Close文字色 (approx)Pink Swan */
  cursor: pointer;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 0;
  font-family: 'Playfair Display', 'sans-serif';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.remodal-close:hover,
.remodal-close:focus {
  color: rgb(51,51,51); /* 注)サイト内検索モーダル Closeホバー時文字色 Night Rider */
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.remodal-search-form input {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 800px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(51,51,51); /* 注)サイト内検索テキスト入力下部ボーダー色 Night Rider */
  outline: none;
  padding: .3em;
  font-size: 20px;
}

/* modal animation */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-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;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#index-header-banner {
  height: 100vh;
  padding-bottom: 65px;
}

#banner-table  {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}

#banner-cell {
  width: 100%;
  display: table-cell;
  padding: 0 8px;
  vertical-align: middle;
  text-align: center;
}

#blog-name-container {
  padding: 50px 0;
}

#index-blog-title {
  margin: 0 auto 20px;
  max-width: 800px;
  font: bolder 42px/1.2 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}

#blog-title {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  font: bolder 22px/1.3 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

@media screen and (max-width: 1350px) {
  #index-blog-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1050px) {
  #index-blog-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 730px) {
  #index-blog-title {
    font-size: 25px;
  }
}

#index-blog-title a,
#blog-title a {
  display: inline-block;
  color: white; /* 注)ブログタイトルリンク色 */
  text-shadow: 2px 0px 2px rgba(85,85,85,.2);
  visibility: hidden;
}

/* 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;
}

/* 注)ブログタイトル下ブログ説明文 */
#site-description {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  color: white;
  font-size: 15px;
  font-weight: bolder;
  text-shadow: 2px 0px 2px rgba(85,85,85,.2);
}

#scroll {
  display: table;
  table-layout: fixed;
  margin: 50px auto 0;
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,.5); /* 注)エンターページ「scroll」円形背景色 white+不透明度0.5 */
  border-radius: 50%;
  text-align: center;
  -webkit-animation-name: up-and-down;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: up-and-down;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes up-and-down {
  0% {
    -webkit-transform: translate(0,0);
  }
  50% {
    -webkit-transform: translate(0,-10px);
  }
  100% {
    -webkit-transform: translate(0,0);
  }
}
@-moz-keyframes up-and-down {
  0% {
    -moz-transform: translate(0,0);
  }
  50% {
    -moz-transform: translate(0,-10px);
  }
  100% {
    -moz-transform: translate(0,0);
  }
}

#scroll a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 .3em;
  font-size:15px;
  font-family: 'Playfair Display', 'cursive';
  width: 100%;
  height: 100%;
}


/***------------------------------------------
      masonry
------------------------------------------***/

#section-1 {
  padding: 70px 0 100px;
}

#go-to-blog {
  color: white;
}

#go-to-blog:hover {
  color: rgb(156,118,134);
}

#go-to-blog .fa {
  font-size: 15px;
}

#isotope {
  margin: 0 auto;
}

.index-element-item,
.element-item {
  width: 25%;
  height: auto;
  padding: 10px;
}

/* top page */
@media screen and (max-width: 1350px) {
  .index-element-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1050px) {
  .index-element-item {
    width: 50%;
  }
}
@media screen and (max-width: 730px) {
  #isotope {
    max-width: 600px;
  }
  .index-element-item {
    width: 100%;
  }
}

/* others */
@media screen and (max-width: 1724px) {
  .element-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1400px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width: 730px) {
  #float-container {
    padding: 0 8px 100px;
  }
  .element-item {
    width: 100%;
  }
}

/* image */
.polaroid {
  width: 100%;
  position: relative;
  z-index: 2;
}

.polaroid-date,
.context-date,
.permanent-date {
  width: 100%;
  color: rgb(156,118,134); /* 注)日付文字色 */
  font-family: 'Qwigley', 'cursive';
  font-size: 30px;
  text-align: center;
}

.polaroid-date {
  position: absolute;
  bottom: -5px;
}

.polaroid img {
  width: 100%;
  border: 10px solid white;
  border-bottom: 45px solid white;
  box-shadow: 3px 3px 3px rgba(119,119,119,.3);
}

/* new mark */
.sealing {
  width: 70px;
  height: 70px;
  background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/nostalgiaseal.png) center center /cover no-repeat;
  line-height: 67px;
  position: absolute;
  top: -15px;
  right: -3px;
  text-align: center;
}

.new {
  color: white;
  font-style: italic;
}

/* content */
.context,
.context2 {
  background: rgba(255,255,255,.9); /* 注)トップページ記事背景不透明度調整はここです デフォルト0.9 */
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.context2 {
  padding-top: 10px;
}

.entry-title {
  margin: 0 auto;
  line-height: 1.3;
  padding: 15px 0;
  font: bolder 16px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.overflow-text {
  padding: 15px 0;
  position: relative;
}

.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: -moz-linear-gradient(left, rgba(129,134,155,0), rgba(129,134,155,.75), rgba(129,134,155,0));
  background-image: -ms-linear-gradient(left, rgba(129,134,155,0), rgba(129,134,155,.75), rgba(129,134,155,0));
  background-image: -o-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;
  text-align: right;
}

.footer-ul {
  list-style: none;
}

.footer-ul .change-font {
  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;
}

@media screen and (max-width: 1350px) {
  .another-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1050px) {
  .another-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 730px) {
  .another-title {
    font-size: 22px;
  }
}


/***------------------------------------------
      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', 'メイリオ', 'Meiryo';
  font-size: 20px;
  text-align: center;
}

#self-introduction {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

#self-introduction p {
  color: white;
  padding: 60px 0;
  font-size: 16px; /* 注)自己紹介文章サイズ 文章編集はhtmlソース内で */
  font-weight: 200;
  text-align: center;
  text-shadow: 2px 0px 2px rgba(85,85,85,.2);
}


/***------------------------------------------
      individual
------------------------------------------***/

.main-body {
  margin-top: 10px;
  background: rgba(255,255,255,.9); /* 注)個別記事等背景不透明度調整はここです デフォルト0.9 */
  margin-bottom: 50px;
  padding: 15px 40px;
  position: relative;
}

@media screen and (max-width: 1070px) {
  .main-body {
    padding: 15px 20px;
  }
}

#category-and-comment {
  list-style: none;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-style: italic;
  text-align: right;
}

.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 */
.tags {
  margin: 40px auto 0;
}

.tags a {
  margin: 0 2px 4px 0;
  display: inline-block;
  border: 1px solid rgba(129,134,155,.3);
  padding: 4px 10px;
}

.tags a:hover {
  background-color: rgb(129,134,155);
  color: white;
  text-decoration: none;
}

#entry-footer-info {
  padding-top: 20px;
}

#entry-footer-info ul {
  list-style: none;
  text-align: right;
}

#entry-footer-info ul li {
  display: inline-block;
  margin: 0 0 4px 4px;
}

#entry-footer-info 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-info ul li a .fa:befere {
  line-height: 30px;
}

#entry-footer-info ul li .c-facebook:hover {
  background-color: rgb(59,89,152); /* 注)個別記事下FBアイコンホバー時背景色 (brand color) */
}

#entry-footer-info ul li .c-twitter:hover {
  background-color: rgb(73,171,242); /* 注)個別記事下Twitterアイコンホバー時背景色 (brand color) */
}

#entry-footer-info ul li .c-pinterest:hover {
  background-color: rgb(206,15,25); /* 注)個別記事下Pinterestアイコンホバー時背景色 (brand color) */
}

#entry-footer-info ul li .c-google-plus:hover {
  background-color: rgb(221,75,57); /* 注)個別記事下Google plusアイコンホバー時背景色 (brand color) */
}

#entry-footer-info ul li .c-rss:hover {
  background-color: rgb(151,151,151); /* 注)個別記事下RSSアイコンホバー時背景色 (brand color) */
}

#entry-footer-info ul li .c-pencil:hover {
  background-color: silver; /* 注)個別記事下Editアイコンホバー時背景色 */
}


/***------------------------------------------
      related and trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 120px auto 30px;
  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: "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: 28px/1.3 '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: 98px;
  float: left;
}

@media screen and (max-width: 1100px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}

@media screen and (max-width: 567px) {
  #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: 90px;
  height: 90px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.2),
              0 1px 2px rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(//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: 90px;
  height: 90px;
  background-color: rgba(255,255,255,.8);
  border-radius: 50%;
  color: rgba(51,51,51,.6);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Qwigley', 'cursive';
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 90px !important;
    height: 90px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 90px !important;
    height: 90px !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: 14px;
}

.fc2relate_entry_thumbnail_off .relate_ul,
.tb_ul {
  margin: 0;
  list-style: none;
  padding: 0;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.other-title {
  margin: 0 auto;
  font: 28px/1.3 'Qwigley', 'cursive';
  text-align: center;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.arrow-box {
  margin: 25px auto 20px;
  background: rgb(240,240,240); /* 注)コメント一覧背景色 (approx)White Smoke */
  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); /* 注)コメント一覧矢印の色 (approx)White Smoke */
  border-bottom-color: rgb(240,240,240); /* 注)コメント一覧矢印の色 (approx)White Smoke */
  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: 12px; /* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注)コメントフォーム各項目ボーダー色 Gainsboro */
  border-radius: 4px;
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(179,179,179); /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 (approx)Pink Swan */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注コメントフォームテキストエリアボーダー色 Gainsboro */
  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コメントチェックボックスボーダー色 Gainsboro */
    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コメントチェックマーク色 Night Rider(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コメントチェックマーク色 Night Rider(2/3) */
    border-left: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 Night Rider(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ボタン背景色 (approx)Mountbatten Pink */
  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ボタンホバー時背景色 (approx)Manatee */
}

.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); /* 注)トラックバックボーダー色 Gainsboro */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto 10px;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 (approx)Pink Swan */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

#normal-font {
  font-family: '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 14px;
}

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 14px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date, .list-entry-category {
  text-align: right;
}

.list-entry-category {
  font-size: 12px; /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
  margin-bottom: 10px;
  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(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/Nostalgianoimage.jpg) center center /cover no-repeat; /* 注)No image画像 検索結果 */
}

.search-noimage:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8); /* 注)検索結果ページNo image上マスク背景色 white+不透明度0.8 */
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnails .no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  font: 18px/1.5em 'Qwigley', 'cursive';
  text-align: center;
}


/***------------------------------------------
      side menu(secondary column)
------------------------------------------***/

.side-menu {
  display: inline-block;
  margin: 0 auto 20px;
  width: 300px;
  background-color: rgba(255,255,255,.8); /* 注)サイドメニュー背景色 white+不透明度0.8 */
  line-height: 1.8;
  padding: 20px;
  vertical-align: top;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .side-menu {
    background-color: transparent;
  }
}

.side-menu h4 {
  margin: 0 auto 20px;
  font: 15px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-style: italic;
  text-align: center;
}

.side-menu h4 {
  padding: .3em 0;
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: circle;
}

.sidebar-style {
  text-align: left;
}

/* only smartphone */
#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(240,240,240); /* 注)ドロワー背景色(スマホのみ) (approx)White Smoke */
  font-size: 14px;
}

#sidenav &gt; aside {
  height: 100%;
  overflow: auto;
  padding: 40px 0 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 260px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(156,118,134); /* 注)カレンダー リンクボーダー色 (approx)Mountbatten Pink */
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background-color: rgb(156,118,134); /* 注)カレンダー リンクホバー時背景色 (approx)Mountbatten Pink */
  color: white;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 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: 98% !important;
  background-color: white;
  border: none;
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  margin-left: 1%;
  background-color: rgb(156,118,134);
  border: none;
  color: white;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.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
------------------------------------------***/

/* general */
.pager {
  margin: 70px auto 50px;
  width: 100%;
  font-family: 'Qwigley', 'cursive';
  font-size: 18px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  display: block;
  margin: 0 4px 4px 0;
  float: left;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  color: white;
  line-height: 40px;
  vertical-align: middle;
  font-size: 18px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(156,118,134); /* 注)汎用ページ送りマウスホバー時背景色 (approx)Mountbatten Pink */
}

.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時背景色 (approx)Mountbatten Pink+不透明度0.5 */
  box-shadow: none;
  color: white;
}

/* article */
.posted-pager {
  display: table;
  margin: 0 auto 50px;
  width: 98%;
  table-layout: fixed;
  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%;
  color: rgb(51,51,51); /* 注)個別記事ページ送りテキスト色 Night Rider */
  padding-left: 50px;
  position: relative;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  width: 40px;
  height: 40px;
  background-color: rgba(129,134,155,.5); /* 注)個別記事prevページ送り背景色 (approx)Mountbatten Pink+不透明度0.5 */
  border-radius: 50%;
  color: white;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  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: 40px;
  height: 40px;
  background-color: rgba(129,134,155,.5); /* 注)個別記事homeページ送り背景色 (approx)Mountbatten Pink+不透明度0.5 */
  border-radius: 50%;
  color: white;
  line-height: 40px;
  -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%;
  color: rgb(51,51,51);
  padding-right: 50px;
  position: relative;
  text-align: right;
}

.next-a:before {
  content: "\f105";
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: rgba(129,134,155,.5); /* 注)個別記事nextページ送り背景色 (approx)Mountbatten Pink+不透明度0.5 */
  border-radius: 50%;
  color: white;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover,
.center-a:hover,
.next-a:hover {
  color: rgb(156,118,134); /* 注)個別記事ページ送りテキストホバー色 (approx)Mountbatten Pink */
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(156,118,134); /* 注)個別記事ページ送りホバー時背景色 (approx)Mountbatten Pink */
}

/* 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: 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背景色 (approx)Apache+不透明度0.2 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  color: white;
  padding: 0 10px;
  vertical-align: middle;
}

.appear {
  opacity: 1;
}

/* title list */
.titlelist-pager {
  display: table;
  margin: 0 auto 50px;
  table-layout: fixed;
  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: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(129,134,155,.5); /* 注)全記事リストページ送りprev/ next背景色 (approx)Manatee+不透明度0.5 */
  border-radius: 50%;
  color: white;
  -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(156,118,134); /* 注)全記事リストページ送りホバー時背景色 (approx)Mountbatten Pink */
}

/* 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(129,134,155,.4); /* 注)個別記事ページサイドページ送りnext, prev背景色 (approx)Madison+不透明度0.2 */
  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;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  right: 60px;
  bottom: 140px;
  z-index: 100003;
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  z-index: 100003;
  right: 60px;
  bottom: 90px;
}

#pagemiddle-sp {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  z-index: 100003;
  right: 60px;
  bottom: 165px;
  font-size: 11px;
}

#pagetop a,
#pagebottom a,
#pagemiddle-sp a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

@media screen and (max-width: 1000px) {
  #pagetop {
    right: 8px;
    bottom: 190px;
  }
  #pagebottom,
  #pagemiddle-sp {
    right: 8px;
  }
  #pagemiddle {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    color: rgb(94,157,31);
    position: fixed;
    z-index: 100003;
    bottom: 140px;
    right: 8px;
    font-size: 11px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }
}

.end {
  width: 100%;
  overflow: hidden;
  padding: 50px 8px 30px;
  text-align: center;
}

/* sns on footer */
#footer-sns {
  margin: 0 auto;
}

#sns-ul {
  margin: 0 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;
}

#sns-ul li a .fa,
#sns-ul li a .fa:before {
  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.3;
  padding-top: 20px;
}

.foot, #copyright {
  font-size: 12px;
}

#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;
}

/* for darkbox */
#darkbox_next:hover, #darkbox_prev:hover {
  border-color: rgb(179,179,179) !important;
}

#darkbox {
  z-index: 10000011 !important;
}

/* colorbox overlay */
#cboxOverlay, #cboxWrapper, #colorbox {
  z-index: 10000011 !important;
}</pre></body></html>