@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Alternative
* The first edition: 2016.4.13
*/

/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 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: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  word-wrap: break-word;
}

ol, ul {
  list-style: none;
}

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, 
select {
  outline: none;
  -webkit-appearance: 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';
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}





/***------------------------------------------
      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;
}

blockquote p {
  text-align: center;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(148,170,201); /* 注)基本リンク色 */
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


/***------------------------------------------
      common
------------------------------------------***/

span.month01:before {
  content:"January";
}

span.month02:before {
  content:"February";
}

span.month03:before {
  content:"March";
}

span.month04:before {
  content:"April";
}

span.month05:before {
  content:"May";
}

span.month06:before {
  content:"June";
}

span.month07:before {
  content:"July";
}

span.month08:before {
  content:"August";
}

span.month09:before {
  content:"September";
}

span.month10:before {
  content:"October";
}

span.month11:before {
  content:"November";
}

span.month12:before {
  content:"December";
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)記事内基本フォント関連 */
  background-color: rgb(245,245,245); /* 注)全体背景色 White Smoke(nearly) */
  font-size: 14px;
  color: rgb(51,51,51); /* 注)テキスト基本色 Night Rider */
  line-height: 1.7;
  font-family: 'Lato', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

html, body {
  height: 100%;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#container {
  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 80px;
}

#primary {
  float : left;
  width: 100%;
  margin-right : -300px;
}

#main {
  margin-right: 340px;
}

#secondary {
  float: left;
  width: 300px;
}

#tertiary {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(240,240,240); /* 注)フッタープラグイン背景色 White Smoke */
  text-align: center;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100004;
  width: 100%;
  background-color: white;
  line-height: 1;
  border-bottom: 1px solid rgb(207,207,207);
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.navi-menu-adjust {
  top: 27px;
}

.mobile-toggle {
  display: none;
}

#navi-list {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 980px;
  height: 50px;
}

.dropmenu {
  margin: 0 auto;
  list-style-type: none;
  height: 50px;
  font-size: 13px;
  text-align: center;
}

.dropmenu > li {
  display: inline-block;
  width: 16%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.dropmenu .pc-hide {
  display: none;
}

.underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: rgb(148,170,201); /* 注)ナビゲーションマウスホバーアンダーライン色 Endeavour(nearly) */
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.underline-from-center:hover:before,
.underline-from-center:focus:before,
.underline-from-center:active:before {
  left: 0;
  right: 0;
}

.dropmenu > li > a,
.dropmenu > li > label {
  display: block;
  margin: 0;
  height: 100%;
  line-height: 50px;
  text-decoration: none;
  color: rgb(148,170,201); /* 注)ナビゲーションリンク色 Endeavour(nearly) */
}

.on-off {
  display: none;
}

.dropmenu > li > ul {
  list-style: none;
  position: absolute;
  z-index: 100003;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  width: 300px;
  background: white;
  padding: 20px 15px;
  border: 1px solid rgb(207,207,207);
  text-align: left;
}

.fade-in-up > li > ul {
  opacity: 0;
  top: 140%;
  visibility: hidden;
  transition: .5s;
}

.fade-in-up > li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.dropmenu > li > ul > li {
  width: 100%;
}

.submenu-anchor {
  display: block;
  margin-left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  text-align: left;
  color: rgb(51,51,51); /* 注)ドロップダウン「About」子メニューリンク色 Night Rider */
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.submenu-anchor:hover {
  margin-left: 1em;
  color: rgb(148,170,201); /* 注)ドロップダウン「About」子メニューリンクホバー色 Endeavour(nearly) */
}

/* 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: 100005;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(148,170,201,.9); /* 注)サイト内検索モーダル背景色 Endeavour(nearly)不透明度0.9 */
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 100005;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -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: 0.5s;
  animation-duration: 0.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;
  -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 {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 60px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  font-family: 'Playfair Display';
}

.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 {
  padding: 0;
  border: 0;
}

#remodal-search-form input {
  margin: 0 auto;
  display: block;
  width: 98%;
  max-width: 800px;
  outline: none;
  border: none;
  border-bottom: 1px solid white; /* 注)サイト内検索テキスト入力下部ボーダー色 */
  font-size: 20px;
  background: transparent;
  padding: .3em;
  color: white; /* 注)サイト内検索テキスト色 */
}

#remodal-search-form input::-webkit-input-placeholder {
  color: white;
  font-weight: normal;
}
#remodal-search-form input:-moz-placeholder {
  color: white;
  font-weight: normal;
}
#remodal-search-form input::-moz-placeholder {
  color: white;
  font-weight: normal;
}
#remodal-search-form input:-ms-input-placeholder {
  color: white;
  font-weight: normal;
}
#remodal-search-form input:placeholder-shown {
  color: white;
  font-weight: normal;
}

/* modal animation */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/***------------------------------------------
      header　ヘッダーの画像を変更するにはここを変える
------------------------------------------***/

.header-banner { 
margin: 0 auto 60px; 
background: url(https://blog-imgs-117.fc2.com/m/a/r/marvelousact/20180517005236579.jpg) center center /cover no-repeat; 
opacity: 1; 
padding: 110px 0 90px; 
-webkit-transition: all .7s ease; 
transition: all .7s ease; 
} 



#blog-name-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 0 1em;
}

#welcome { /* 注)ブログタイトル上 welcome の文字 */
  margin-bottom: 15px;
  text-align: center;
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto 20px;
  width: 100%;
  max-width: 800px;
  font-family: 'Playfair Display', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

#blog-title a {
  display: inline-block;
  line-height: 1.2;
  font-size: 25px; /* 注)ブログタイトルフォント大きさ 1/2 */
  font-weight: 700;
  color: rgb(51,51,51); /* 注)ブログタイトルリンク色 Night Rider */
}

#sub-title {
  line-height: 1.2;
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}

/* welcome animation */
.animated {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}


/***------------------------------------------
      top page
------------------------------------------***/

.top-main-body {
  margin: 0 auto 40px;
  width: 100%;
  visibility: hidden;
  text-align: center;
}

.thumbnail-wrapper {
  width: 50%;
}

.top-main-body:nth-of-type(odd) .thumbnail-wrapper {
  float: left;
  padding-right: 20px;
}

.top-main-body:nth-of-type(even) .thumbnail-wrapper {
  float: right;
  padding-left: 20px;
}

.liquid-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.liquid-wrapper:before {
  content: "";
  display: block;
  padding-top: 102%;
}

.img-liquid-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.8); /* 注)No image画像上マスク背景色 white 不透明度0.8 */
}

.no-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  line-height: 1.5em;
  height: 1.5em;
  font-size: 20px;
  font-family: 'Playfair Display';
  color: rgba(51,51,51,.4); /* 注)トップページ No image テキスト色 Night Rider 不透明度0.4 */
  text-align: center;
}

.image-caption-wrapper {
  display: block;
}

.image-caption-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,.8) 75%); /* 注)サムネイルホバーグラデーション East Bay */ 
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,.8) 75%);
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

.image-caption {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  font-family: 'Playfair Display';
  font-size: 20px;
  -webkit-transition: -webkit-transform .35s, color .35s;
  transition: transform .35s, color .35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.image-caption a {
  color: rgba(0,0,0,0);
}

.caption-read-more {
  font-weight: 700;
}

.image-caption-wrapper::before,
.image-caption-wrapper p {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
}

.image-caption-wrapper p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  font-size: 18px;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

.image-caption-wrapper p a {
  color: white;
  padding: 0 1em;
}

.liquid-wrapper:hover .image-caption {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.liquid-wrapper:hover .image-caption a {
  color: white;
}

.liquid-wrapper:hover .image-caption-wrapper::before,
.liquid-wrapper:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.small-font {
  font-size: 12px;
}

.description-wrapper {
  width: 50%;
}

.top-main-body:nth-of-type(odd) .description-wrapper {
  padding-left: 20px;
  float: right;
}

.top-main-body:nth-of-type(even) .description-wrapper {
  padding-right: 20px;
  float: left;
}

.description-content-wrapper {
  width: 100%;
  position: relative;
}

.description-content-wrapper:before {
  content: "";
  display: block;
  padding-top: 102%;
}

.description-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.description-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.description-cell {
  display: table-cell;
  vertical-align: middle;
}

.categoryname {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.entry-title {
  max-height: 4.5em;
  line-height: 1.5em;
  font-size: 18px; /* 注)トップページ・個別記事ページ 記事タイトルフォント大きさ */
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  margin: .5em auto;
  overflow: hidden;
}

.entry-title a {
  color: rgb(51,51,51); /* 注)トップページ要約記事タイトル文字色 Night Rider */
}

.entry-title a:hover {
  color: rgb(148,170,201); /* 注)トップページ要約記事タイトルホバー時文字色 Endeavour(nearly) */
}

.entry-time {
  font-size: 12px;
}

.topentry-description {
  margin: 1em auto 2.5em;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
}

.read-more {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Playfair Display';
  text-align: right;
}

.read-more-span {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.read-more-arrow {
  margin-left: -1em;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.read-more a:hover .read-more-arrow {
  margin-left: 0;
  opacity: 1;
}

/* article animation */
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  padding: 0 30px;
  border-bottom: 1px solid rgb(207,207,207); /* 注)記事等下ボーダー色 Very Light Grey */
  box-shadow: 0px 1px 0px white;
}

.entry-info {
  margin: 20px auto 0;
  padding-right: 1.5em;
  border-right: 1px solid rgb(207,207,207); /* 注)個別記事タイトル下インフォ(日付等)右側ボーダー色 Very Light Grey(nearly) */
  box-shadow: 1px 0px 0px white;
  text-align: right;
}

.contents {
  padding: 20px 0;
}

.inner-contents {
  font-family: '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.inner-contents a:hover {
  text-decoration: underline;
}

.permanent-entry-title { /* 注)個別記事ページ 記事タイトル文字関連 */
  font-size: 18px;
  line-height: 1.3;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.entry-info ul li {
  display: inline-block;
  margin-left: 1em;
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* tag on article */
.tags {
  margin-top: 20px;
  font-size: 13px;
}

.tags a {
  margin-top: 20px;
  padding: 2px;
}

/* SNS on article */
.inner-footer-sns {
  text-align: right;
  padding: 5px 0;
}

.inner-footer-sns li {
  display: inline-block;
  padding-left: .6em;
}

.share-font {
  font-style: italic;
  font-family: 'Playfair Display';
}

.inner-footer-sns li a {
  display: inline-block;
}

.inner-footer-sns li .fa {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(148,170,201,.6); /* 注)個別記事下SNSボタン背景色 Endeavour(nearly) 不透明度0.6 */
  line-height: 27px;
  text-align: center;
  color: white;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.inner-footer-sns li .fa:before {
  line-height: 27px;
  padding: 0;
}

.inner-footer-sns li a:hover .fa {
  background: rgb(148,170,201); /* 個別記事下SNSボタンホバー時背景色 Endeavour(nearly) */
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.adjust-height {
  padding: 70px 0 20px;
  margin-top: -50px;
}

.border-container {
  min-height: 46px;
  font-weight: 600;
  padding-left: 55px;
  position: relative;
}

.border-container:before {
  content: "\f007";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: white;
  text-align: center;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 Very Light Grey(nearly) */
  border-radius: 50%;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  text-align: right;
  margin-top: 10px;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  vertical-align: middle;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid rgb(220,220,220); /* 注)コメントフォーム各項目ボーダー色 Gainsboro */
  padding: 12px;
  background-color: white;
  border-radius: 4px;
}

#comment_form input:focus, #comment:focus {
  border: 1px solid rgb(148,170,201); /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 Endeavour(nearly) */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注コメントフォームテキストエリアボーダー色 Gainsboro */
  padding: 12px;
  border-radius: 4px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  position: relative;
  z-index: 100001;
  background-color: rgb(245,245,245);
  padding-top: 50px;
  margin-top: -50px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  position: relative;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220); /* 注)secretコメントチェックボックスボーダー色 Gainsboro */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: rgb(148,170,201); /* 注)secretコメントチェックマーク色 Endeavour(nearly)(1/3) */
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(148,170,201); /* 注)secretコメントチェックマーク色 Endeavour(nearly)(2/3) */
    border-bottom: 3px solid rgb(148,170,201); /* 注)secretコメントチェックマーク色 Endeavour(nearly)(3/3) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  text-align: center;
  font-size: 14px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgb(255,255,255)), color-stop(1.00, rgb(206,206,206))); /* 注)コメントsend・deleteボタングラデーション背景色 white, Very Light Grey(nearly) */
  background: -webkit-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: -moz-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: -o-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: -ms-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: linear-gradient(rgb(255,255,255), rgb(206,206,206));
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(148,170,201); /* 注)sendボタンホバー時テキスト色 Endeavour(nearly) */
}

#delbtn:hover {
  color: rgb(187,10,96); /* 注)deleteボタンホバー時テキスト色 */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op, #for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 0 auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 Gainsboro */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 13px;
}

#for-trackback-word {
  margin: 0 auto 20px;
}

.op:focus {
  border: 1px solid rgb(148,170,201); /* 注)トラックバックフォーカス時ボーダー色 Endeavour(nearly) */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl, .tb_dl {
  margin-top: 20px;
  background: rgb(235,235,235); /* 注)関連記事・トラックバック一覧背景色 Whiper */
  padding: 10px;
  border-radius: 4px;
  font-size: 13px;
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}

.relate_ul, .tb_ul {
  list-style-type: square;
  list-style-position: inside;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  line-height: 1.5;
  font-weight: bold;
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date, .list-entry-category {
  font-size: 13px;
  text-align: right;
}

.list-entry-category span {
  font-size: 12px;
}

/* only for search page */
.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-84.fc2.com/v/a/n/vanillaice000/alternativenoimage.jpg) center center no-repeat;
  background-size: cover;
}

.search-noimage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8); /* 注)検索結果ページNo image上マスク背景色 white 不透明度0.8 */
}

.thumbnails .no-image {
  font-size: 12px;
}

/***------------------------------------------
      RSS thumbnail
------------------------------------------***/

#rss-thumbnail-list {
  margin: 20px auto;
  width: 100%;
  max-width: 1300px;
}

#new-arrival-h {
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}

#new-arrival-h:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: rgb(207,207,207);
}

#new-arrival-h span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1.5em;
  background-color: rgb(240,240,240);
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 15px;
}

#feedContainer {
  margin: 0 auto 20px;
  width: 100%;
  word-break: break-all;
  text-align: center;
}

.rss-container {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  padding: 10px;
}

.rss-image {
  position: relative;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

.rss-image img {
  position: relative;
  top: 50%;
  left: 50%;
  height: 150%;
  width: auto;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.no-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://blog-imgs-84.fc2.com/v/a/n/vanillaice000/alternativenoimage.jpg) center center no-repeat;
  background-size: cover;
}

.no-image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.8); /* 注)新着サムネイルNo image上マスク white 不透明度0.8 */
}

.rss-no-image {
  position: absolute;
  width: 100%;
  height: 1.5em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 12px;
  line-height: 1.5em;
  font-family: 'Playfair Display';
  color: rgba(51,51,51,.4);
}

.rss-bottom {
  padding-top: 20px;
}

.rss-date {
  font-size: 12px;
}


/***------------------------------------------
      calendar (includes official one)
------------------------------------------***/

.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 260px;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.calender-month-style {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 20px;
  font-weight: bolder;
}

#nextMonth {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgb(148,170,201); /* 注)カレンダー 日付リンクボーダー色 Endeavour(nearly) */
  border-radius: 50%;
}

.calender td a:hover {
  background: rgb(148,170,201); /* 注)カレンダー 日付リンクホバー時背景色 Endeavour(nearly) */
  color: white;
}


/***------------------------------------------
      side menu (include footer aside)
------------------------------------------***/

.side-menu {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 0 15px 30px;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.side-menu ul li a:not(.sns-a) {
  display: block;
  padding: .3em;
  border-bottom: 1px solid rgb(229,229,229);
}

.side-menu ul li a:hover:not(.sns-a) {
  background-color: rgb(148,170,201);
  color: white;
}

.side-menu h4 {
  margin: 0 auto 20px;
  font-size: 15px;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
  padding: .5em .2em;
  border: 1px solid rgb(207,207,207);
}

.side-menu .main_menu li a {
  display: inline !important;
}

/* sns */
#sns-container {
  margin: 0 auto;
  text-align: center;
}

#sns-ul li {
  display: inline-block;
  margin: 5px;
}

#sns-ul .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgb(207,207,207); /* SNS(Follow Me)アイコン背景色 Very Light Grey */
  border-radius: 50%;
}

#sns-ul .fa:before {
  line-height: 30px;
}

#sns-ul .fa {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#sns-ul a {
  color: white;
}

/* SNS brand color */
#sns-ul a:hover .fa-facebook {
  background-color: rgb(59,89,152);
}

#sns-ul a:hover .fa-twitter {
  background-color: rgb(34,144,191);
}

#sns-ul a:hover .fa-instagram {
  background-color: rgb(81,127,164);
}

#sns-ul a:hover .fa-youtube {
  background-color: rgb(204,24,30);
}

.aside-footer-container {
  padding: 30px 0;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 8px;
}

/* mail form */
.sidebar-style form {
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
  display: block;
}

.sidebar-style input:not([type="submit"]), .sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .3em;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 10px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  font-size: 12px;
  padding: .2em;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
  margin: 2px;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  width: 100%;
  margin: 70px auto 50px;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.simple-pagination ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
  display: inline-block;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  color: rgb(51,51,51);
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  background: transparent;
}

.light-theme a:hover {
  color: white;
  background-color: rgb(148,170,201); /* 注)汎用ページ送りマウスホバー時背景色 Endeavour(nearly) */
  opacity: 1;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.6);
  color: rgb(51,51,51);
  box-shadow: 0 1px 0 rgba(255,255,255,8), 0 0 2px rgba(0,0,0,.3) inset;
}

.light-theme .ellipse {
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(179,171,180);
}

.light-theme .prev, .light-theme .next {
  box-shadow: none;
  background: rgba(148,170,201,.6); /* 注)汎用ページ送りprev/ next時背景色 Endeavour(nearly)不透明度0.6 */
  color: white;
}

/* article */
.posted-pager {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 98%;
}

.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;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
  color: rgb(51,51,51);
  font-size: 12px;
}

.prev-a:before {
  content: "\f104";
  position: absolute;
  font-family: 'FontAwesome';
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(148,170,201,.6); /* 注)個別記事prevページ送り背景色 Endeavour(nearly)不透明度0.6 */
  text-align: center;
  color: white;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
  color: white;
}

.center-a .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(148,170,201,.6); /* 注)個別記事homeページ送り背景色 Endeavour(nearly)不透明度0.6 */
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.center-a .fa:before {
  line-height: 30px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
  color: rgb(51,51,51);
  font-size: 12px;
}

.next-a:before {
  content: "\f105";
  position: absolute;
  font-family: 'FontAwesome';
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(148,170,201,.6); /* 注)個別記事nextページ送り背景色 Endeavour(nearly)不透明度0.6 */
  text-align: center;
  color: white;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background: rgb(148,170,201);
}

/* side pagination */
.side-pager-left, .side-pager-right {
  position: fixed;
  z-index: 100003;
  top: 40%;
  width: 180px;
  height: 80px;
  -webkit-transition: opacity .7s ease;
  -moz-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right, .page-div-left {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0;
}

.side-pager-right a, .side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 12px; /* 注)サイドページ送りのフォントサイズ */
  color: rgb(51,51,51);
  word-break: break-all;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: 80px;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(148,170,201,.4); /* 注)個別記事ページサイドページ送りnext, prev背景色 Endeavour(nearly)不透明度0.4 */
  font-family: 'Playfair Display';
  text-align: center;
}

.title-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
  background: rgba(245,245,245,.8);
}

.appear {
  opacity: 1;
}

/* title list */
.titlelist-pager {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 300px;
}

.t-prev-a, .t-center-a, .t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.t-center-a {
  text-align: center;
}

.t-next-a {
  text-align: right;
}

.t-prev-a:hover .fa, .t-center-a:hover .fa, .t-next-a:hover .fa {
  background-color: rgb(148,170,201);
  color: white;
}

.t-prev-a .fa, .t-next-a .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(148,170,201,.6); /* 注)全記事リストページ送りprev/ next背景色Endeavour(nearly)不透明度0.6 */
  color: white;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.t-center-a .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  background: rgba(148,170,201,.6); /* 注)全記事リストページ送りhome背景色Endeavour(nearly)不透明度0.6 */
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.t-prev-a .fa:before, .t-center-a .fa:before, .t-next-a .fa:before {
  line-height: 30px;
}

/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 100002;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 100002;
  bottom: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  background-color: rgb(240,240,240);
  padding: 1em;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.foot, #copyright {
  padding: 0 5px;
  text-align: center;
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      less than 1280
------------------------------------------***/

@media screen and (max-width: 1280px) {

  #container {
    width: 90%;
  }

}


/***------------------------------------------
      less than 1160
------------------------------------------***/

@media screen and (max-width: 1160px) {

  #container {
    width: 95%;
  }

}


/***------------------------------------------
      less than 1070
------------------------------------------***/

@media screen and (max-width: 1070px) {

  #container {
    width: 100%;
  }

  #primary, #secondary, #main {
    margin: 0 auto;
    float: none;
  }

  #primary {
    width: 80%;
  }

  #secondary {
    width: 100%;
    text-align: center;
  }

  #pagetop {
    bottom: 190px;
    right: 8px;
  }

  #pagebottom {
    right: 8px;
  }

  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 100002;
    bottom: 140px;
    right: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    font-size: 12px;
  }

  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }

}


/***------------------------------------------
      less than 940
------------------------------------------***/

@media screen and (max-width: 940px) {

  #primary {
    width: 90%;
  }

}


/***------------------------------------------
      less than 767 (exclude iPad)
------------------------------------------***/

@media screen and (max-width: 767px) {

  .top-main-body:nth-of-type(odd) .thumbnail-wrapper,
  .top-main-body:nth-of-type(even) .thumbnail-wrapper,
  .top-main-body:nth-of-type(odd) .description-wrapper,
  .top-main-body:nth-of-type(even) .description-wrapper {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 0;
  }

  .liquid-wrapper:before {
    padding-top: 60%;
  }

  .description-content-wrapper, .description-fill {
    position: static;
    height: auto;
  }

  .description-content-wrapper:before {
    display: none;
  }

  .description-content-wrapper{
    padding-top: 20px;
  }

  .entry-title {
    max-height: initial;
    /* hack for ie */
    max-height: auto;
  }

  .topentry-description {
    height: auto;
  }

}


/***------------------------------------------
      less than 768
------------------------------------------***/

@media screen and (max-width: 768px) {

  #primary {
    width: 95%;
  }

  #navi-list {
    display: none;
    width: 100%;
    height: auto;
    max-height: 320px;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
    padding: 0 0 40px;
  }

  .mobile-toggle {
    display: block;
    margin: 0 0 0 auto;
    cursor: pointer;
    font-size: 20px;
    width: 58px;
    height: 50px;
    padding: 14px 15px 0;
  }

  .mobile-toggle span {
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 1000px;
    background: rgb(148,170,201); /* 注)上部ナビゲーションハンバーガーボタンの色(Mandy) */
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }

  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    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);
    -moz-transform: translateY(-8px) rotate(45deg);
    translateY(8px) rotate(45deg);
  }

  .dropmenu {
    height: auto;
  }

  .dropmenu > li {
    display: block;
    margin-bottom: 20px;
    position: static;
    width: 100%;
  }

  .dropmenu > li > ul {
    position: static;
    width: auto;
    border: none;
  }

  .dropmenu > li > a, .dropmenu > li > label {
    display: inline-block;
    line-height: 1.2;
    padding: .4em;
  }

  .fade-in-up > li > ul {
    opacity: 1;
    visibility: visible;
    padding: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .submenu-anchor {
    padding: .8em 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .marking ul li {
    text-align: center;
  }

  .marking .on-off + ul {
    height: 0;
    overflow: hidden;
  }

  .marking .on-off:checked + ul {
    background: rgba(141,195,218,.2); /* 注)ドロップダウンメニュー子折りたたみ展開時背景色 Endeavour(nearly)不透明度0.2 */
    height: auto;
    padding: 20px 0;
  }

  .submenu-anchor {
    display: inline-block;
    text-align: center;
  }

  .submenu-anchor:hover {
    margin-left: 0;
    color: rgb(51,51,51);
  }

}


/***------------------------------------------
      less than 640
------------------------------------------***/

@media screen and (max-width: 640px) {

  #blog-title a {
    font-size: 22px; /* 注)ブログタイトルフォント大きさ(画面サイズ横640以下の時) 2/2 */
  }

  .header-banner {
    padding: 110px 0 80px;
  }

  .top-main-body, .main-body {
    padding: 0 15px;
  }

}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ */
}

.emoji {
  vertical-align: middle;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}

/* arrow color for darkbox */
#darkbox_next:hover, #darkbox_prev:hover {
  border-color: rgb(148,170,201) !important;
}


.name管理人:before {
  content: "";
  background: url(https://blog-imgs-100.fc2.com/m/a/r/marvelousact/2016120915145094e.jpg) center center no-repeat;
  background-size: cover;
}


#sns-ul a:hover .mixi { 
background-color: rgb(209,173,89); 
} 



/*=================================================================================
  カエレバ・ヨメレバ・トマレバ
=================================================================================*/

.cstmreba {
  width:98%;
  height:auto;
  margin:36px auto;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  box-sizing: border-box;
  display: block;
}
.cstmreba a {
  transition: 0.8s ;
  color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
  color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box,
.cstmreba .tomarebalink-box {
  width: 100%;
  background-color: #fafafa; /* 全体の背景カラー */
  overflow: hidden;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 12px 8px;
  box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
  width:150px;
  float:left;
  margin:0 14px 0 0;
  text-align: center;
  background: #fff;
}
.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
  width:100%;
  display:block;
}
.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img,
.cstmreba .tomarebalink-image a img {
  margin:0 ;
  padding: 0;
  text-align:center;
  background: #fff;
}
.cstmreba .booklink-info,.cstmreba .kaerebalink-info,.cstmreba .tomarebalink-info {
  overflow:hidden;
  line-height:170%;
  color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
  text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a,
.cstmreba .tomarebalink-name>a {
  border-bottom: 1px solid ;
  font-size:16px;
}
/* タイトル下にPタグ自動挿入された際の余白を小さく */
.cstmreba .kaerebalink-name p,
.cstmreba .booklink-name p,
.cstmreba .tomarebalink-name p {
    margin: 0;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
  font-size:10px;
  line-height:150%;
}
.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
  color:#333;
  border-bottom: none ;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
  color:#333;
  border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
  font-size:12px;
}
.cstmreba .kaerebalink-link1 div img,.cstmreba .booklink-link2 div img,.cstmreba .tomarebalink-link1 div img {
  display:none !important;
}
.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2,.cstmreba .tomarebalink-link1 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
  float:left;
  width:24%;
  min-width:128px;
  margin:0.5%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 1px 0;
  padding:3% 0.5%;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180%;
  color: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a { background: #004bb0; border: 2px solid #004bb0;}/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border:2px solid #ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;}  /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.cstmreba .booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
  background:#FF9901;
  border: 2px solid #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
  background: #bf0000;
  border: 2px solid #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
  background:#225496;
  border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/

/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
  background: #fff;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover { color: #004bb0; }/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; }  /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
  color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
  color: #bf0000; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
  color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
  clear:both;
}

/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
  .cstmreba .booklink-image,
  .cstmreba .kaerebalink-image,
  .cstmreba .tomarebalink-image {
  width:100%;
  float:none;
  }
  .cstmreba .booklink-link2>div,
  .cstmreba .kaerebalink-link1>div,
  .cstmreba .tomarebalink-link1>div {
  width: 32.33%;
  margin: 0.5%;
  }
  .cstmreba .booklink-info,
  .cstmreba .kaerebalink-info,
  .cstmreba .tomarebalink-info {
   text-align:center;
   padding-bottom: 1px;
  }
}

/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
  .cstmreba .booklink-link2>div,
  .cstmreba .kaerebalink-link1>div,
  .cstmreba .tomarebalink-link1>div {
  width: 49%;
  margin: 0.5%;
  }
}


