@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Decoy
* The first edition: 2015.2.28
*/

/***------------------------------------------
      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="submit"], 
input[type="search"], 
textarea, 
select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 13px;
}

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;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#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;
}

blockquote p {
  text-align: center;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  -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;
  color: dimgray; /* 注)基本リンク色(ディムグレイ) */
}

a:hover {
  color: rgb(226,45,122); /* 注)マウスホバー時リンク色(ピンク) */
}


/***------------------------------------------
      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";
}

body { /* 注)記事内基本フォント関連 */
  font-size: 14px;
  color: rgb(51,51,51);
  line-height: 1.7; /* 注)行間指定(単位なし) */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lato', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo'; /* 注)記事フォント */
  background-color: white;
}

/* layout */
#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#container {
  margin: 0 auto;
  width: 80%;
  max-width: 1300px;
  padding: 0 0 80px;
}

#primary {
  float : left;
  margin-right : -270px;
  width: 100%;
  visibility: hidden;
}

#main {
  margin-right: 310px;
}

#secondary {
  float: left;
  width: 270px;
  visibility: hidden;
  font-size: 13px;
  text-align: center;
}


/***------------------------------------------
      header
------------------------------------------***/

/* include category dropdown */
.nav-box {
  background-color: rgb(51,51,51);
  visibility: hidden;
  width: 100%;
  position: relative;
  z-index: 10000;
}

.head-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

#menu-headnav {
  position: relative;
  text-align: center;
}

.menu li {
  display: inline-block;
  position:relative;
}

.menu li a {
  cursor: pointer;
  display: block;
  padding: 15px;
  color: rgb(240,240,240);
  text-shadow: 3px 1px 3px black;
}

#menu-headnav ul {
  position: absolute;
  background: rgb(51,51,51);
  z-index: 99999;
  top: 52px;
  left: -125px;
  width: 250px;
  text-align: left;
}

#menu-headnav ul>li {
  color: white;
  line-height: 1.5;
}

#menu-headnav ul>li a {
  display: block;
  color: white;
  padding: 15px 30px;
  width: 250px;
  height: auto;
}

#menu-headnav .sub-menu li {
  position: relative;
}

#menu-headnav .sub-menu li a {
  border-bottom: 1px solid black;
  box-shadow: 0px 1px 0px rgb(80,80,80);
}

#menu-headnav .sub-menu li .sub-menu {
  position: absolute;
  background-color: rgb(51,51,51);
  z-index: 9999;
  left: 250px;
  top: 0;
}

#menu-headnav .sub-menu .sub-menu li {
  color: white;
  line-height: 1.5;
  }

#menu-headnav > .sub-menu .sub-menu > li a {
  display:block;
  padding: 15px 30px;
  height:auto;
}

.base-navi {
  display: none;
}

/* sticky */
.fixed-navi {
  display: block;
  position: fixed;
  height: 52px;
  z-index: 999;
  width: 100%;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding: 0 8px;
}

/* fixed navigation on mobile */
.additional-navi {
  display: block;
  position: fixed;
  height: 52px;
  z-index: 999;
  width: 100%;
  background: none;
  overflow: hidden;
  padding: 0 8px;
  background-color: rgb(51,51,51);
}

.sticky {
  background-color: rgb(51,51,51);
  top: 0;
  opacity: 1;
}

.position-adjust {
  top: 27px;
}

#fixed-navi-list-wrapper {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 900px;
  height: 52px;
  text-align: center;
}

#fixed-navi-list {
  display: table-cell;
  vertical-align: middle;
}

#fixed-navi-list li {
  display: inline-block;
}

#fixed-navi-list .pc-hide {
  display: none;
}

#fixed-navi-list li a {
  color: rgb(240,240,240);
  text-shadow: 3px 1px 3px black;
  padding: 0 12px;
}

.pc-hide {
  display: none;
}

/* 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: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(0,0,0,.95);
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10005;
  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.3s;
  animation-duration: 0.3s;
  -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: 0.3s;
  animation-duration: 0.3s;
  -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 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: white;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: 'Lato', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo'; /* 注)記事フォント */
  letter-spacing: .2em;
}

.remodal-close:hover,
.remodal-close:focus {
  color: rgb(226,45,122);
}

.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;
  color: white;
  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;
  }
}

/* blog name and sub title */
#blog-name-container {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  padding: 70px 8px;
}

.blog-title {
  width: 100%;
  text-align: center;
  padding: 0 .5em;
  visibility: hidden;
  font-family: 'Kaushan Script', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
}

.blog-title a { /* 注)ブログタイトルフォント関連 */
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  color: rgb(51,51,51);
}

.blog-title a:first-letter { /* 注)ブログタイトル最初の一文字のピンク rgb(226,45,122) */
  color: rgb(51,51,51);
  text-shadow: 0px 3px 0px rgb(226,45,122),
               0px 14px 10px rgba(0,0,0,0.15),
               0px 24px 2px rgba(0,0,0,0.1),
               0px 34px 30px rgba(0,0,0,0.1);
}

.blog-title a:hover {
  color: rgb(226,45,122); /* 注)ブログタイトルホバー時文字色 */
}

#sub-title {
  padding-top: 20px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  color: rgb(51,51,51);
}

/* carousel */
.owl-carousel {
  max-width: 2500px;
  margin: 0 auto 60px;
  -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;
  visibility: hidden;
}

.owl-carousel:hover {
  background-color: rgba(0,0,0,.2);
}

.disabled {
  display: none;
}

.item {
  position: relative;
}

.owl-dots {
  text-align: center;
  position: absolute;
  top: -30px;
  width: 100%;
}

.owl-dots .owl-dot{
  display:inline-block;
  zoom:1;
  *display:inline
}

.owl-dot span{
  width:10px;
  height:10px;
  margin:5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background: silver;
}

.owl-dots .active span,.owl-theme .owl-dots .owl-dot:hover span{
  background: rgb(51,51,51);
}

.inner-image-parent {
  width: 100%;
  position: relative;
}

.inner-image-parent:before {
  padding-top: 80%;
  display: block;
  content: "";
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* 注)カルーセル画像色抜き不要の方ここから削除 */
.imgLiquidFill {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -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;
}

.inner-image-parent a:hover .imgLiquidFill{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* 注)カルーセル画像色抜き不要の方ここまで削除 */

.image-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background: rgba(0,0,0,.5);
  text-align: center;
}

.carousel-date {
  padding: 10px;
  background: rgba(0,0,0,.6);
  color: white;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.carousel-title {
  width: 100%;
  background: rgba(0,0,0,.4);
  padding: 1em 3em;
  font-size: 16px;
  line-height: 1.5;
  height: 5em;
  text-align: center;
  overflow: hidden;
}

.title-inner {
  height: 100%;
  overflow: hidden;
  color: white;
}

/* hack for microsoft edge */
a.non-hover {
  color: white;
}

/* animation */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
            transform: translate3d(0, -80px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
            transform: translate3d(0, -80px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-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;
}

@-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;
  }
}


/***------------------------------------------
      main contents
------------------------------------------***/

.main-body {
  background-color: white;
  margin-bottom: 50px;
  padding: 10px 30px;
  border-bottom: 2px solid rgb(51,51,51);
}

.big-font {
  font-size: 16px; /* 注)トップページ要約記事の文字大きさ */
}

.entry-date { /* 注)トップページ日付関連 */
  margin-bottom: 10px;
  font-family: 'Kaushan Script', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  font-size: 25px;
  text-align: right;
}

.text-parent {
  display: inline-block;
  position: relative;
}

.text-parent:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: rgb(51,51,51);
}

/* permanent area */
.liquid-container {
  margin: 0 auto 20px;
  position: relative;
  z-index: 3;
  width: 100%;
}

.comment-and-trackback {
  position: relative;
  z-index: 5;
  width: 100%;
}

.permanent-ul {
  text-align: right;
}

.permanent-ul li {
  display: inline-block;
  margin-left: 1em;
}

.add-mask {
  background: rgba(0,0,0,.4);
  padding: 20px;
}

.add-mask a {
  color: white;
}

.add-mask a:hover {
  color: rgb(226,45,122);
}

/* for only top page */
.imgLiquidFill2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-shadow: rgba(0,0,0,.6) 0px 0px 3px -1px;
}

.comment-and-trackback li {
  text-align: right;
  padding: .2em 0;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: .2em
}

.comment-and-trackback li a {
  display: inline-block;
  text-align: center;
}

.comment-and-trackback li a .fa {
  margin-left: 1em;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: rgb(51,51,51);
  color: white;
  text-align: center;
  letter-spacing: normal;
  -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;
}

/* for only permanent area */
.permanent-ul li a .fa {
  margin-left: .2em;
}

.permanent-ul .cate-li {
  display: block;
}

.normal-letter {
  margin-left: .2em;
  letter-spacing: normal;
}

.comment-and-trackback li a:hover .fa {
  background-color: rgb(226,45,122); /* コメント, トラバ, SNS等アイコンホバー時背景色(ピンク) */
}

.comment-and-trackback li a .fa:before {
  line-height: 26px;
}

.entry-ttl { /* 注)記事タイトル関連 */
  line-height: 30px;
  font-weight: bold;
  font-size: 22px;
}

.sweep-to-right {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(226,45,122,1) 50%); /* 注)記事タイトルホバー時背景色(ピンク) */
  background-position: 0 0;
  background-size: 200% auto;
  transition: .6s;
  color: rgb(51,51,51);
}
.sweep-to-right:hover {
  background-position: -100% 0;
  color: white;
}

.contents {
  padding: 20px 0;
  position: relative;
}

.inner-contents a {
  text-decoration: underline;
}

.entry_more {
  padding: 40px 0 20px;
  text-align: center;
}

.read-more {
  display: inline-block;
  padding: 8px 40px;
  position: relative;
  background: white;
  border: 2px solid rgb(51,51,51);
  color: rgb(51,51,51);
  letter-spacing: .2em;
}

.read-more:hover {
  color: rgb(226,45,122); /* 注)read more ボタンホバー時文字色 */
}

.read-more:after, .read-more:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.read-more:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}
.read-more:before {
  border-color: rgba(0,0,0,0);
  border-bottom-color: rgb(51,51,51);
  border-width: 11px;
  margin-left: -11px;
}

/* tag */
.tags {
  margin-top: 20px;
}

.tags .fa {
  margin-right: .2em;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: rgb(51,51,51); /* 注)タグアイコン背景色 */
  color: white;
  text-align: center;
  letter-spacing: normal;
  -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;
}

.tags .fa:before {
  line-height: 26px;
}

.tags a {
  vertical-align: middle;
  padding: .2em;
}

.plugin-tag a {
  margin: 0 4px 4px 0;
  display: inline-block;
  border: 1px solid rgb(51,51,51);
  padding: .2em .3em;
}

.side_bottom .plugin-tag a {
  margin: 0 4px 4px 0;
  display: inline-block;
  border: 1px solid white;
  color: white;
  padding: .2em .3em;
}

/* related post */
.relate_dl, .tb_dl {
  margin-top: 20px;
  padding: 10px;
  border-radius: 2px;
  background-color: rgb(240,240,240); /* 注)関連記事表示・トラバ一覧表示背景色 */
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding: 3px;
}


/***------------------------------------------
      comment, trackback
------------------------------------------***/

.each-title { /* 注)Comment, Trackback等の文字(筆記体) */
  margin-bottom: 10px;
  font-family: 'Kaushan Script', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  font-size: 25px;
}

.each-span {
  display: inline-block;
  position: relative;
}

.each-span:before {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: rgb(51,51,51);
}

.comment-contents {
  padding-top: 72px;
  margin-top: -52px;
}

.visitor-info {
  margin-bottom: 10px;
  border-left: 6px solid rgb(51,51,51);
  padding: .3em .5em;
}

.c-body {
  padding: 15px 20px 5px 20px;
  position: relative;
  background: white;
  border: 1px solid rgb(51,51,51);
}

.c-body:after, .c-body:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.c-body:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.c-body:before {
  border-color: rgba(0,0,0,0);
  border-bottom-color: rgb(51,51,51);
  border-width: 9px;
  margin-left: -9px;
}

.c-time {
  text-align: right;
  padding-top: 15px;
}

.visitor-fotter-info {
  text-align: right;
  margin-top: 10px;
}

/* post comments */
#community, #trackback {
  padding-top: 52px;
  margin-top: -52px;
}

#comment_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-decoration: none;
  vertical-align: middle;
}

#comment_form p {
  margin-bottom: 15px;
  position: relative;
  border-radius: 2px;
}

#comment_form label {
  display: inline-block;
  letter-spacing: .2em;
  font-size: 12px;
}

#comment_form input {
  width: 100%;
  border: 1px solid rgb(51,51,51);
  padding: 12px;
  background-color: white;
}

#comment_form input:focus {
  border: 1px solid rgb(226,45,122);
}


#url:-webkit-autofill, #mail:-webkit-autofill, #password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment {
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(51,51,51);
  padding: 12px;
}

#url:focus, #mail:focus, #password:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment:focus {
  border: 1px solid rgb(226,45,122);
  background-color: white;
}

/* 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: -9px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1.5px solid rgb(51,51,51);
  }

  #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(226,45,122); /* 注)secretチェックボックスのレ点の色 1/3*/
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(226,45,122); /* 注)secretチェックボックスのレ点の色 2/3*/
    border-bottom: 3px solid rgb(226,45,122); /* 注)secretチェックボックスのレ点の色 3/3*/
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  height: 35px;
  font-size: 14px;
  font-family: 'Lato';
  letter-spacing: .2em;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  border: 1px solid rgb(51,51,51);
  background-color: rgb(240,240,240); /* 注)send・deleteボタンの背景色(薄いグレー) */
  -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 {
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  width: 49%;
  margin-left: 1%;
}

#sendbtn:hover, #delbtn:hover {
  background-color: rgb(226,45,122); /* 注)send・deleteボタンホバー時背景色(ピンク) */
  color: white;
}

.tb_form {
  padding-bottom: 10px;
}

.info {
  text-align: right;
}

.contents-wrap {
  margin-top: 20px;
}

.tb_ul {
  padding: 10px 0;
}

.op, #for-trackback-word {
  margin: 0 auto 10px;
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  padding: 12px;
}

.op:focus {
  border: 1px solid rgb(226,45,122);
}


/***------------------------------------------
      titlelist etc.
------------------------------------------***/

.titlelist-title {
  font-size: 15px;
}

.right-space {
  margin-right: 1em;
  display: inline-block;
}

.sp-block-and-break {
  display: inline-block;
}

/* lists */
.inline-thumb {
  display: inline;
  float: right;
  padding-left: 15px;
  padding-bottom: 10px;
}

.for-float a {
  word-break: break-all;
}

.thumbnails {
  width: 200px;
  height: 133px;
  overflow: hidden;
}

.thumbnails-after {
  position: relative;
  width: 100%;
  height: 100%; 
}

.thumbnails img {
  width: 100%;
  height: auto;
}

.bounce-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hide-read-more {
  font-size: 16px;
  letter-spacing: .2em;
  opacity: 0;
}

.bounce-to-top, .rss-bounce-to-top {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  text-align: center;
}

.bounce-to-top {
  line-height: 133px;
}

.rss-bounce-to-top {
  line-height: 180px;
}

.bounce-to-top:before, .rss-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.bounce-to-top:hover, .bounce-to-top:focus, .bounce-to-top:active,
.rss-bounce-to-top:hover, .rss-bounce-to-top:focus, .rss-bounce-to-top:active {
  color: white;
}

.bounce-to-top:hover .hide-read-more,
.rss-bounce-to-top:hover .hide-read-more {
  opacity: 1;
}

.bounce-to-top:hover:before, .bounce-to-top:focus:before, .bounce-to-top:active:before,
.rss-bounce-to-top:hover:before, .rss-bounce-to-top:focus:before, .rss-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
  transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}

.for-float {
  border-bottom: 1px solid rgb(240,240,240);
  min-height: 170px;
}

.for-float:last-child {
  border-bottom: none;
}

.thumbnails:hover .thumbnails-after:after {
  background: none;
}


/***------------------------------------------
      calendar
------------------------------------------***/

.calender {
  margin: 0 auto 40px;
  table-layout: fixed;
  width: 270px;
  text-align: center;
  font-size: 12px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgb(51,51,51);
}

.calender caption {
  margin-bottom: 10px;
}

.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 {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-family: 'Avenir', 'Century Gothic';
  border: 1px solid rgb(51,51,51);
  padding: 0;
}

.calender td a {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: white;
  background: silver;
}

.calender td a:hover {
  background: rgb(226,45,122);
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side_bar {
  margin: 0 auto 40px;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  text-align: left;
}

.side_bar h4 {
  padding: 10px;
  margin-bottom: 15px;
  background-color: rgb(51,51,51);
  color: rgb(240,240,240);
  text-shadow: 3px 1px 3px black;
  text-align: center;
  text-transform : uppercase;
}

.end .side_bar {
  margin: 0 20px 40px;
  color: white;
}

.end .side_bar h4 {
  background-color: rgb(100,100,100);
}

.side_bar ul {
  list-style-type: square;
  list-style-position: inside;
}

/* plugin */
.sidebar-style input, .sidebar-style textarea,
.sidebar-style select {
  border: 1px solid rgb(51,51,51);
  padding: 10px;
}

/* 個人設定 */
.side_bar .main_menu, .side_bar .sub_menu {
  list-style-type: none;
}

.plugin-myimage {
  text-align: center !important;
}

.plugin-myimage img {
  width: 100%;
  max-width: 190px; /* 注)プロフィール画像の横幅(最大270pxまででお願いします) */
  height: auto;
  padding-bottom: 10px;
}

/* rss */
#feedContainer {
  margin-top: 10px;
  width: 100%;
  word-break: break-all;
}

.rss-thumbnails {
  margin: 0 auto 20px;
  position: relative;
  width: 270px;
  height: 180px;
  overflow: hidden;
}

.rss-thumbnails img {
  width: 100%;
  height: auto;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.3);
  text-align: center;
  padding: 20px;
}

.rss-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.rss-cell {
  display: table-cell;
  vertical-align: middle;
}

.mark {
  color: white;
  font-size: 12px;
  letter-spacing: .2em;
}

.ellipsis-title {
  width: 100%;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: white;
}

/* drawer menu on mobile */
.mobile {
  font-size: 26px;
  color: rgb(226,45,122);
  position: fixed;
  top: 0;
  left: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  z-index: 1000002;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  display: none;
}

.sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(240,240,240);
}

.sidenav #aside-container {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px 20px;
}

.sidenav .side_bar {
  margin: 0 auto 40px;
  width: 270px;
}


/***------------------------------------------
      pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 auto 100px;
}

.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;
  text-align: center;
  font-size: 12px;
  background: transparent;
}

.light-theme a:hover {
  color: white;
  background-color: rgb(226,45,122);
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
  font-family: 'Lato';
}

.light-theme .current {
  border: 1px solid rgb(51,51,51);
  line-height: 28px;
}

.light-theme .ellipse {
  color: rgb(51,51,51);
}

.posted-pager-bottom {
  margin: 0 auto 40px;
  width: 97%;
  display: table;
  table-layout: fixed;
  text-align: center;
  height: 30px;
}

.center-home-bottom {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
}

.left-page-bottom, .right-page-bottom {
  display: table-cell;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.center-home-bottom a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: rgb(51,51,51);
}

.left-page-bottom {
  text-align: left;
  vertical-align: middle;
}

.right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

#titlelist-pager-bottom {
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}

#titlelist-left-page, #titlelist-center-home, #titlelist-right-page {
  display: inline-block;
  line-height: 30px;
}

#titlelist-center-home .fa, .center-home-bottom .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(51,51,51);
  line-height: 30px;
}

#titlelist-center-home .fa:before, .center-home-bottom .fa:before {
  line-height: 30px;
}

#titlelist-left-page a, #titlelist-center-home a, #titlelist-right-page a {
  margin: 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: rgb(51,51,51);
  background: transparent;
}

#titlelist-left-page a:hover, #titlelist-center-home a:hover,
#titlelist-right-page a:hover, .center-home-bottom a:hover {
  color: white;
  background-color: rgb(226,45,122);
}

/* side pagination */
.side-pager-left, .side-pager-right {
  position: fixed;
  z-index: 10001;
  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;
  color: rgb(226,45,122);
  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(0,0,0,.4);
  text-align: center;
}

.title-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-family: serif;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid silver;
  background: rgba(255,255,255,.4);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-family: serif;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  border: 1px solid silver;
  background: rgba(255,255,255,.4);
}

#pagemiddle-sp {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 165px;
  right: 8px;
  font-size: 11px;
  width: 40px;
  height: 40px;
  border: 1px solid silver;
  background: rgba(255,255,255,.4);
}

#pagetop a, #pagebottom a, #pagemiddle-sp a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: silver;
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  padding: 60px 3px 80px;
  text-align: center;
  background: rgb(51,51,51);
  color: white;
}

.end a {
  color: white;
}

.foot {
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 12px;
  padding-top: 40px;
}

#copyright {
  font-size: 12px;
}

.blog-title-bottom {
  width: 100%;
  text-align: center;
  padding: 0 .5em;
  font-family: 'Kaushan Script', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  padding-bottom: 40px;
}

.blog-title-bottom a { /* 注)フッターブログタイトル関連 */
  display: inline-block;
  font-size: 26px;
  line-height: 1.2;
  color: white;
}

.blog-title-bottom a:first-letter { /* 注)ブログタイトル最初の一文字のピンク rgb(226,45,122) */
  color: white;
  text-shadow: 0px 3px 0px rgb(226,45,122);
}

.blog-title-bottom a:hover {
  color: rgb(226,45,122); /* 注)ブログタイトルホバー時文字色 */
}

.foot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  width: 94%;
  height: 1px;
  background-color: black;
  box-shadow: 0px 1px 0px rgb(80,80,80);
}

/* sns */
#bottom-sns {
  text-align: center;
}

#bottom-sns a {
  display: inline-block;
  padding: .4em;
}

#bottom-sns .fa {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: rgb(226,45,122);
  border-radius: 50%;
  color: white;
  -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;
}

#bottom-sns .fa:before {
  line-height: 26px;
}

#bottom-sns a:hover .fa {
  background-color: black;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      less than 1090
------------------------------------------***/

@media screen and (max-width: 1090px) {

  #container {
    width: 90%;
  }

}


/***------------------------------------------
      less than 854
------------------------------------------***/

@media screen and (max-width: 854px) {

  #container, #primary, #main, #secondary {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  #primary, #main {
    max-width: 600px;
  }

  .blog-title a {
    font-size: 26px;
  }

  .entry-ttl {
    font-size: 23px;
  }

  .entry-date, .each-title {
    font-size: 24px;
  }

  .main-body {
    padding: 10px 20px;
  }

  .sp-block-and-break {
    display: block;
  }

  .side_bar {
    margin: 0 20px 40px;
  }

  #pagetop {
    bottom: 190px;
    right: 8px;
  }

  #pagebottom {
    right: 8px;
  }

  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 140px;
    right: 8px;
    font-size: 11px;
    width: 40px;
    height: 40px;
    border: 1px solid silver;
    background: rgba(255,255,255,.4);
  }

  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: silver;
  }

}


/***------------------------------------------
      less than 800
------------------------------------------***/

@media screen and (max-width: 800px) {

  .nav-box {
    display: none;
  }

  #fixed-navi-list .sp-hide {
    display: none;
  }

  #fixed-navi-list .pc-hide {
    display: inline-block;
  }

  #blog-name-container {
    padding: 120px 8px 70px;
  }

  .pc-hide {
    display: inline-block;
  }

  .sp-hide {
    display: none;
  }

}


/***------------------------------------------
      less than 480
------------------------------------------***/

@media screen and (max-width: 480px) {

  .blog-title a {
    font-size: 24px;
  }

  .entry-ttl {
    font-size: 20px;
  }

  .entry-date, .each-title {
    font-size: 20px;
  }

  .inline-thumb {
    margin-bottom: 15px;
    display: block;
    float: none;
    padding: 0;
  }

  .thumbnails {
    margin: 20px auto 0;
    width: 270px;
    height: 180px;
  }

  .bounce-to-top {
    line-height: 180px;
  }

  .blog-title-bottom a { /* 注)フッターブログタイトル関連 */
    display: inline-block;
    font-size: 20px;
  }

}


/***------------------------------------------
      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;
}

#darkbox_next:hover, #darkbox_prev:hover {
  border-color: rgb(226,45,122) !important;
}