@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Promise-Me
* The first edition: 2016.4.27
*/

/***------------------------------------------
      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: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  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';
}

* {
  -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;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#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 {
  text-decoration: none;
  color: rgb(179,179,179); /* 注)基本リンク色 (approx)Pink Swan */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      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(248,248,248); /* 注)全体背景色 (approx)White Smoke */
  font-size: 13px; /* 注)記事内フォント大きさ */
  color: rgb(51,51,51); /* 注)テキスト基本色 Night Rider */
  line-height: 1.7;
  font-family: 'Roboto', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

html, body {
  height: 100%;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#main-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 80px 0;
}

#primary {
  float : left;
  width: 100%;
  margin-right : -300px;
  padding-bottom: 80px;
}

#main {
  margin-right: 330px;
}

#secondary {
  float: left;
  width: 300px;
}

#tertiary {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.aside-footer-container {
  padding: 30px 0;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.ordinary-navi {
  margin: 0 auto;
  width: 100%;
  background-color: white;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  transition: all .7s ease;
}

.navi-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100004;
  width: 100%;
  background-color: white;
  line-height: 1;
  border-top: 1px solid rgba(207,207,207,.4);
  border-bottom: 1px solid rgb(207,207,207);
}

.navi-menu-adjust {
  top: 27px;
}

.mobile-toggle {
  display: none;
}

.ordinary-navi {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 1400px;
  height: 50px;
}

.dropmenu {
  margin: 0 auto;
  list-style: none;
  width: 90%;
  max-width: 1300px;
  height: 50px;
  font-size: 12px;
  text-align: center;
}

.dropmenu > li {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.dropmenu .pc-hide {
  display: none;
}

.dropmenu > li > a,
.dropmenu > li > label {
  display: block;
  margin: 0;
  height: 100%;
  padding: 0 22px;
  line-height: 50px;
  text-decoration: none;
  font-weight: bolder;
  color: rgb(51,51,51); /* 注)ナビゲーションリンク色 Night Rider */
}

.dropmenu > li > a:hover {
  background-color: rgb(212,217,220);
}

.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;
}

/* 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(255,255,255,.95); /* 注)サイト内検索モーダル背景色 white 不透明度0.95 */
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 100005;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.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: .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: 'Courgette', '游ゴシック', '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 {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 60px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgb(179,179,179); /* 注)サイト内検索モーダル Close文字色 (approx)Pink Swan */
}

.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 rgb(51,51,51); /* 注)サイト内検索テキスト入力下部ボーダー色 Night Rider */
  font-size: 20px;
  background: transparent;
  padding: .3em;
}

/* 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-banner2 {
  background-color: white; /* 注)トップページ最初の1ページ目 ヘッダー背景色 */
}

.header-banner {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: white; /* 注)トップページ最初の1ページ目以外 ヘッダー背景色 */
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  transition: all .7s ease;
}

#border-image-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100px;
}

#index-border-image {
  width: 100%;
  height: 200px; /* 注)トップページヘッダー画像の高さ */
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/promiseme1.jpg) center center no-repeat; /* 注)ヘッダー画像 */
  background-size: cover;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

#index-border-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
}

.blog-name-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 100px 8px 50px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.hide-name {
  margin-top: -600px;
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto 20px;
  width: 100%;
  max-width: 800px;
  line-height: 1.2;
  font-size: 22px;
  font-weight: bolder;
  font-family: 'Courgette', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';  text-align: center;
}

#blog-title a {
  display: inline-block;
  color: rgb(51,51,51); /* 注)ブログタイトルリンク色 Night Rider */
}

#sub-title {
  line-height: 1.3;
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}


/***------------------------------------------
      top page
------------------------------------------***/

#grid-container {
  margin: 0 auto;
  width: 100%;
}

.latest {
  position: relative;
  margin: 3.5px 10px 50px;
  text-align: center;
}

.latest:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(225,225,225);
}

.latest span {
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
  z-index: 3;
  background-color: rgb(248,248,248);
  font-size: 12px;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
}

.element-item {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 20px 40px;
  visibility: hidden;
}

.element-datetime {
  position: absolute;
  top: -35px;
  right: 35px;
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  text-align: center;
}

/* assigned background color */
.color01, .inner-footer-sns li a:hover .color01 {
  background-color: rgb(180,122,90);
}
.color02, .inner-footer-sns li a:hover .color02 {
  background-color: rgb(182,158,200);
}
.color03, .inner-footer-sns li a:hover .color03 {
  background-color: rgb(0,115,168);
}
.color04, .inner-footer-sns li a:hover .color04 {
  background-color: rgb(201,91,92);
}
.color05, .inner-footer-sns li a:hover .color05 {
  background-color: rgb(107,127,187);
}
.color06, .inner-footer-sns li a:hover .color06 {
  background-color: rgb(243,152,29);
}
.color07, .inner-footer-sns li a:hover .color07 {
  background-color: rgb(223,187,194);
}
.color08, .inner-footer-sns li a:hover .color08 {
  background-color: rgb(227,136,78);
}
.color09, .inner-footer-sns li a:hover .color09 {
  background-color: rgb(83,108,170);
}
.color10, .inner-footer-sns li a:hover .color010 {
  background-color: rgb(157,181,209);
}
.color11, .inner-footer-sns li a:hover .color011 {
  background-color: rgb(178,89,104);
}
.color12, .inner-footer-sns li a:hover .color12 {
  background-color: rgb(147,170,0);
}
/* end */

.element-datetime-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.element-datetime-cell {
  display: table-cell;
  vertical-align: middle;
}

.topentry-month, .topentry-year {
  font-size: 11px;
  line-height: 1.7;
}

.topentry-day {
  font-size: 16px;
  line-height: 1;
  text-shadow: -1px -1px 1px white, 1px 1px rgba(0,0,0,.6);
}

.element-outline { /* 各グリッド記事に背景色を付ける場合はここに background-color: カラーコード; の項目を追加 */
  width: 100%;
  height: 100%;
}

.inner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-image-parent {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.inner-image-parent:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.imgLiquidFill{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.no-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.7);
}

.no-image-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1.5em;
  font-size: 24px;
  line-height: 1.5em;
  color: rgba(51,51,51,.4);
  font-family: 'Courgette';
  text-align: center;
}

.context {
  padding: 20px 0;
}

.entry-title { /* 注)記事タイトル文字関連 */
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bolder;
  font-family: 'Courgette', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.entry-title a {
  color: rgb(51,51,51);
}

.element-category {
  line-height: 1.2;
  padding-bottom: 10px;
  font-size: 12px;
}

/* assigned font color */
.colorfont01 a, .colorfonthover01 a:hover {
  color: rgb(180,122,90);
}
.colorfont02 a, .colorfonthover02 a:hover {
  color: rgb(182,158,200);
}
.colorfont03 a, .colorfonthover03 a:hover {
  color: rgb(0,115,168);
}
.colorfont04 a, .colorfonthover04 a:hover {
  color: rgb(201,91,92);
}
.colorfont05 a, .colorfonthover05 a:hover {
  color: rgb(107,127,187);
}
.colorfont06 a, .colorfonthover06 a:hover {
  color: rgb(243,152,29);
}
.colorfont07 a, .colorfonthover07 a:hover {
  color: rgb(223,187,194);
}
.colorfont08 a, .colorfonthover08 a:hover {
  color: rgb(227,136,78);
}
.colorfont09 a, .colorfonthover09 a:hover {
  color: rgb(83,108,170);
}
.colorfont10 a, .colorfonthover10 a:hover {
  color: rgb(157,181,209);
}
.colorfont11 a, .colorfonthover11 a:hover {
  color: rgb(178,89,104);
}
.colorfont12 a, .colorfonthover12 a:hover {
  color: rgb(147,170,0);
}

.topentry-description {
  padding-bottom: 20px;
}

.float-parent {
  overflow: hidden;
}

.read-more {
  float: left;
}

.read-more a {
  text-transform: uppercase;
  color: rgb(207,207,207);
}

/* SNS share */
.inner-footer-sns {
  float: right;
  text-align: right;
}

.permanent-inner-footer-sns {
  margin: 0 auto 10px;
  text-align: right;
}

.inner-footer-sns li,
.permanent-inner-footer-sns li {
  display: inline-block;
  margin-left: 3px;
}

.inner-footer-sns li a,
.permanent-inner-footer-sns li a {
  display: inline-block;
}

.inner-footer-sns li .fa,
.permanent-inner-footer-sns li .fa {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgb(207,207,207);
  background-color: transparent;
  line-height: 23px;
  text-align: center;
  color: rgb(207,207,207);
  -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,
.permanent-inner-footer-sns li .fa:before {
  line-height: 23px;
  padding: 0;
}

.inner-footer-sns li a:hover .fa,
.permanent-inner-footer-sns li a:hover .fa {
  color: white;
}

.permanent-inner-footer-sns li a:hover .fa-facebook {
  background-color: rgb(59,89,152);
}

.permanent-inner-footer-sns li a:hover .fa-twitter {
  background-color: rgb(73,171,242);
}

.permanent-inner-footer-sns li a:hover .fa-pencil {
  background-color: rgb(207,207,207);
}

.inner-image-parent a:hover .imgLiquidFill {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

/* the first article */
.index-element-item:first-of-type {
  margin: 0 auto 50px;
  width: 100%;
}

.index-element-item:first-of-type .inner-image-parent {
  width: 100%;
  position: relative;
}

.index-element-item:first-of-type .inner-image-parent:before {
  padding-top: 60%;
  display: block;
  content: "";
}

.index-element-item:first-of-type .context-parent:before {
  display: none;
}

.index-element-item:first-of-type .context {
  position: static;
  height: auto;
}

.index-element-item:first-of-type .element-datetime:before {
  width: 50%;
}

/* animation */
.animated {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
            transform: translate3d(0,50px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
            transform: translate3d(0,50px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  padding: 0 30px;
}

.entry-datetime {
  display: inline-block;
  margin-right: .5em;
}

.entry-info ul, .entry-info ul li {
  display: inline-block;
  }

.entry-info ul li {
  margin-left: 1em;
}

.contents {
  padding: 20px 0;
}

.height-adjust {
  padding-top: 70px;
  margin-top: -50px;
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* tag on article */
.tags {
  margin-top: 20px;
  font-size: 13px;
}

.tags a {
  margin-top: 20px;
  padding: 2px;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  position: relative;
  font-size: 18px;
  font-family: 'Courgette', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.another-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 .5em;
  background-color: rgb(248,248,248);
}

.another-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(225,225,225);
}

.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); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  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;
  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(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 */
  padding: 12px;
  border-radius: 4px;
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  position: relative;
  background-color: rgb(248,248,248);
  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(179,179,179);; /* 注)secretコメントチェックマーク色 (approx)Pink Swan(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(179,179,179);; /* 注)secretコメントチェックマーク色 (approx)Pink Swan(2/3) */
    border-bottom: 3px solid rgb(179,179,179);; /* 注)secretコメントチェックマーク色 (approx)Pink Swan(3/3) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  text-align: center;
  font-size: 14px; /* 注)コメントsend/ deleteボタンフォント大きさ */
  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 */
  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: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(179,179,179); /* 注)sendボタンホバー時テキスト色 (approx)Pink Swan */
}

#delbtn:hover {
  color: rgb(134,13,37); /* 注)deleteボタンホバー時テキスト色 (approx)Burgundy */
}

.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;
  outline: none;
  padding: .5em;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 (approx)Pink Swan */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl, .tb_dl {
  margin-top: 20px;
  background: rgb(235,235,235); /* 注)関連記事・トラックバック一覧背景色 (approx)Whisper */
  padding: 10px;
  border-radius: 4px;
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}

.relate_ul, .tb_ul {
  list-style: square inside;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.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 {
  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-94.fc2.com/d/o/g/dogamatome00/zMDw2ODKZ.jpg) center center no-repeat; /* 注)No image画像 検索結果 */
  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-text {
  font-size: 12px; /* 注)検索結果ページNo imageフォント大きさ */
}

/***------------------------------------------
      rss thumbnail
------------------------------------------***/

#feedContainer {
  margin: 0 auto;
  width: 100%;
  word-break: break-all;
}

.rss-container {
  margin: 0 auto 15px;
  width: 100%;
  display: table;
  table-layout: fixed;
}

#feedContainer .rss-container:last-child {
  margin-bottom: 0;
}

.rss-a {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}

.rss-image {
  width: 100px;
  height: 100px;
  position: relative;
  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 {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-94.fc2.com/d/o/g/dogamatome00/zMDw2ODKZ.jpg) center center /cover no-repeat;
  position: relative;
}

.no-image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255,255,255,.7); /* 注)RSS新着No image背景色 white+不透明度0.7 */
}

.rss-no-image {
  position: absolute;
  width: 100%;
  height: 1.5em;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  font-size: 12px;
  line-height: 1.5em;
  font-family: 'Courgette';
  color: rgba(51,51,51,.4); /* 注)RSS新着No imageテキスト文字色 Night Rider+不透明度0.4 */
  text-align: center;
}

.rss-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.rss-title {
  font-size: 13px;
  line-height: 1.5;
}

.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: 15px;
  text-transform: uppercase;
}

#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(212,217,220);
  border-radius: 50%;
}

.calender td a:hover {
  background: rgb(212,217,220);
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 0 15px 30px;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
  line-height: 1.8;
}

.sidebar-style {
  text-align: left;
}

.side-menu ul:not(#sns-ul) li {
  list-style: square inside;
  color: rgb(179,179,179);
}

.side-menu h4 {
  position: relative;
  margin: 0 auto 20px;
  font-size: 15px; /* 注)サイドメニュープラグインタイトルフォント大きさ */
  font-family: 'Courgette', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.side-menu h4 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 .5em;
  background-color: rgb(248,248,248);
}

.side-menu h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(225,225,225);
}

#tertiary .side-menu h4 span {
  background-color: rgb(240,240,240);
}

#tertiary .side-menu h4:before {
  background-color: rgb(207,207,207);
}

/* sns */
#sns-container {
  margin: 0 auto;
  text-align: center;
}

#sns-ul {
  display: inline-block;
  overflow: hidden;
}

#sns-ul li {
  float: left;
  margin: 3px;
  overflow: hidden;
}

#sns-ul .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  -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 .fa:before {
  line-height: 35px;
}

#sns-ul a {
  color: white;
}

#sns-ul .fa-facebook {
  background-color: rgb(59,89,152);
}

#sns-ul .fa-twitter {
  background-color: rgb(73,171,242);
}

#sns-ul .fa-instagram {
  background-color: rgb(81,127,164);
}

#sns-ul .fa-youtube {
  background-color: rgb(204,24,30);
}

#sns-ul a:hover .fa {
  border-radius: 50%;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* 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;
  margin-left: 1%;
  width: 98% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 2px;
  display: inline-block;
  padding: .3em .2em .2em;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  width: 100%;
  margin: 70px auto 50px;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  display: block;
  float: left;
  margin-bottom: 2px;
  list-style: none;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  color: rgb(51,51,51);
  text-align: center;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  background: transparent;
}

.light-theme a:hover {
  background-color: rgb(212,217,220); /* 注)汎用ページ送りマウスホバー時背景色 (approx)Pattens Blue */
  opacity: 1;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.4); /* 注)汎用ページ送り現在ページ背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev, .light-theme .next {
  box-shadow: none;
  background-color: rgb(212,217,220); /* 注)汎用ページ送りprev/ next時背景色 (approx)Pattens Blue */
  color: rgb(51,51,51);
}

/* article */
.posted-pager {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 98%;
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  position: absolute;
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(212,217,220,.4); /* 注)個別記事prevページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
}

.center-a .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(212,217,220,.4); /* 注)個別記事homeページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 35px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}

.next-a:before {
  content: "\f105";
  position: absolute;
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(212,217,220,.4); /* 注)個別記事nextページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(212,217,220); /* 注)個別記事ページ送りホバー時背景色 (approx)Pattens Blue */
}

/* side pagination */
.side-pager-left, .side-pager-right {
  position: fixed;
  z-index: 100003;
  top: 40%;
  width: 180px;
  height: 80px;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -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;
  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-color: rgba(212,217,220,.8); /* 注)個別記事ページサイドページ送りnext, prev背景色 (approx)Pattens Blue+不透明度0.8 */
  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%;
  text-align: center;
}

.t-prev-a .fa, .t-center-a .fa, .t-next-a .fa {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(212,217,220,.4); /* 注)全記事リストページ送りprev/ next背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before, .t-center-a .fa:before, .t-next-a .fa:before {
  line-height: 35px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa {
  background-color: rgb(212,217,220); /* 注)全記事リストページ送りホバー時背景色 (approx)Pattens Blue */
}


/***------------------------------------------
      pager
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 100003;
  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);
  color: rgb(94,157,31);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 100003;
  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);
  color: rgb(94,157,31);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  padding: 20px 0;
  line-height: 1.2;
  text-align: center;
}

.foot, #copyright {
  text-align: center;
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      less than 1280
------------------------------------------***/

@media screen and (max-width: 1280px) {

  #main-container {
    width: 90%;
  }

}


/***------------------------------------------
      less than 1160
------------------------------------------***/

@media screen and (max-width: 1160px) {

  #main-container {
    width: 95%;
  }

}


/***------------------------------------------
      less than 1070
------------------------------------------***/

@media screen and (max-width: 1070px) {

  #main-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: 100003;
    bottom: 140px;
    right: 8px;
    font-size: 11px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    color: rgb(94,157,31);
  }

  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }

}


/***------------------------------------------
      less than 940
------------------------------------------***/

@media screen and (max-width: 940px) {

  #primary {
    width: 90%;
  }

  #index-border-image {
    height: 350px;
  }

}


/***------------------------------------------
      less than 768 (exclude iPad)
------------------------------------------***/

@media screen and (max-width: 768px) {

  #index-border-image {
    height: 300px;
  }

}


/***------------------------------------------
      less than 768
------------------------------------------***/

@media screen and (max-width: 768px) {

  #primary {
    width: 95%;
  }

  .ordinary-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 420px;
    overflow-y: auto; 
    padding: 0 0 40px;
    border-top: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .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(212,217,220); /* 注)上部ナビゲーションハンバーガーボタンの色 (approx)Pattens Blue */
    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(212,217,220,.2); /* 注)ナビゲーションドロップダウン子 折りたたみ時背景色 (approx)Pattens Blue+不透明度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) {

  .main-body {
    padding: 0 15px;
  }

  .element-item {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }

}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-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: 100005 !important;
}