@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website template name: Decoy
* The first edition: 2015.2.27
* 2016.4.12 - head情報スペルミス訂正
* 2016.6.6 - ドロワー内下部余白調整, FC2新エディターリリースに伴う「見出し」「リスト」のリセット削除
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.9 - 一部JS削除(軽量化), MicrosoftEdgeのfixedバグをhack, 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.3.31 - Microsoftブラウザ(IE11, Edge)の特定条件下でサイドメニューのリンクが押せない件に対処
* 2017.9.21 - SSL化に伴う混在コンテンツ排除
* 2018.2.3 - 画像遅延読み込み導入(デフォルト設定グリッドページ及びカルーセルのみ), リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* Latest update: 2018.3.8 - iOS11.2.6でモーダルが開かない件修正など
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 4em 15px 3em;
  border-left: 3px solid rgb(51,51,51);
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}


/***------------------------------------------
      date
------------------------------------------***/

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"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: dimgray; /* 注)基本リンク色(ディムグレイ) */
}

a:hover {
  color: rgb(226,45,122); /* 注)マウスホバー時リンク色(ピンク) */
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Lato', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* animation */
@-webkit-keyframes slideInDown{0%,50%{opacity:0;-webkit-transform:translateY(-100px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInDown{0%,50%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0)}}
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}
@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

#float-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1200px;
  padding: 0 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 60px;
  overflow: hidden;
  -webkit-animation: slideInUp 1.6s;
  animation: slideInUp 1.6s;
}

#secondary {
  width: 270px;
  -webkit-animation: slideInUp 1.4s;
  animation: slideInUp 1.4s;
}

#aside-fit-wrapper {
  line-height: 1.8;
  font-size: 1.2rem;
}

.side-menu {
  margin-bottom: 40px;
  width: 270px;
}

#tertiary {
  margin: auto;
  background-color: rgb(51,51,51);
  color: white;
  line-height: 1.8rem;
  font-size: 1.2rem;
}

#third-fit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: auto;
  max-width: 1300px;
  padding: 40px 60px;
}

#tertiary a {
  color: white;
}

#tertiary .side-menu {
  margin: 0 20px 40px;
}

@media screen and (max-width: 960px) {
  #float-container {
    display: block;
    max-width: 870px;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    margin-top: 40px;
    width: 100%;
  }
  #reserve {
    display: -webkit-box;/* fallback old Android */
    display: -ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    -ms-flex-wrap: wrap;/* fallback ie10 */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
  }
  #third-fit-wrapper {
    max-width: 870px;
  }
  #tertiary .side-menu {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 770px) {
  #reserve {
    display: block;
  }
  #tertiary {
    display: block;
  }
  .side-menu,
  #tertiary .side-menu {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 700px) {
  #float-container {
    padding: 0 30px 80px;
  }
  #third-fit-wrapper {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 540px) {
  #float-container {
    padding: 0 15px 80px;
  }
  #third-fit-wrapper {
    padding: 40px 15px 0;
  }
}


/***------------------------------------------
      gloabal navigation
------------------------------------------***/

/* include category dropdown */
#navi-1 {
  background-color: rgb(51,51,51);
  letter-spacing: .1em;
  line-height: 50px;
  position: relative;
  z-index: 10000;
  font-size: 1.2rem;
  text-indent: .1em;
  -webkit-animation: fadeIn 1.7s;
  animation: fadeIn 1.7s;
}

#navi-1-nav {
  margin: auto;
  max-width: 1300px;
  padding: 0 60px;
}

#navi-1-list {
  position: relative;
  text-align: center;
}

#navi-1-list li {
  display: inline-block;
  position:relative;
}

#navi-1-list li a {
  display: block;
  color: rgb(240,240,240);
  cursor: pointer;
  padding: 0 30px;
  text-shadow: 3px 1px 3px black;
}

#navi-1-list li > .sub-menu {
  display: none;
  width: 250px;
  background-color: rgb(51,51,51);
  position: absolute;
  z-index: 99999;
  top: 50px;
  left: -125px;
  text-align: left;
}

#navi-1-list .sub-menu li {
  display: block;
  border-bottom: 1px solid black;
  box-shadow: 0px 1px 0px rgb(80,80,80);
  color: white;
  line-height: 1.5;
}

#navi-1-list .sub-menu li a {
  display: block;
  height: auto;
  color: white;
  padding: 15px 30px;
}

#navi-1-list .sub-menu li .sub-menu {
  background-color: rgb(51,51,51);
  position: absolute;
  z-index: 9999;
  left: 250px;
  top: 0;
}

/* slide in navi */
.navi-2 {
  display: none;
  letter-spacing: .1em;
  line-height: 50px;
  font-size: 1.2rem;
  text-indent: .1em;
}

/* sticky */
.fixed-navi {
  display: block;
  width: 100%;
  background: none;
  line-height: 50px;
  opacity: 0;
  position: fixed;
  top: -100px;
  z-index: 2000;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* fixed navigation on mobile */
.additional-navi {
  display: block;
  width: 100%;
  background-color: rgb(51,51,51);
  overflow: hidden;
  position: fixed;
  z-index: 2000;
}

.sticky {
  background-color: rgb(51,51,51);
  opacity: 1;
  top: 0;
}

.position-adjust {
  top: 27px;
}

#navi-2-nav {
  margin: auto;
  max-width: 1300px;
  padding: 0 60px;
  text-align: center;
}

#navi-2-list li {
  display: inline-block;
}

#navi-2-list .pc-hide {
  display: none;
}

#navi-2-list li a,
#modal-trigger-label {
  color: rgb(240,240,240);
  cursor: pointer;
  padding: 0 30px;
  text-shadow: 3px 1px 3px black;
}

.pc-hide {
  display: none;
}

/* site search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid white;
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);/* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 500px;
  color: white;
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}

@media screen and (max-width: 800px) {
  #navi-1 {
    display: none;
  }
  #navi-2-list li a,
  #modal-trigger-label {
    padding: 0 .8em;
  }
  #navi-2-list li a .sp-hide {
    display: none;
  }
  #navi-2-list li a .pc-hide {
    display: inline-block;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  padding: 70px 60px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #blog-name-container {
    max-width: 870px;
  }
}
@media screen and (max-width: 700px) {
  #blog-name-container {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 70px 15px;
  }
}

#blog-title {
  margin: auto;
  max-width: 800px;
  font: 3.6rem/1.4 'Kaushan Script', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-animation: slideInDown 1.2s;
  animation: slideInDown 1.2s;
}

#blog-title a {
  display: inline-block;
  color: rgb(51,51,51);
}

#blog-title a:first-letter {
  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);/* 注)ブログタイトルホバー時文字色 */
}

#site-description {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 1.2rem;
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 1.3rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}

#header-image-container {
  margin-bottom: 40px;
  position: relative;
}

#header-image-container:before {
  content: "";
  display: block;
  padding-top: 35%;
}


/***------------------------------------------
      carousel
------------------------------------------***/

/* do NOT change or delete */
.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative}.owl-carousel .owl-stage:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-item{position:relative;min-height:1px;float:left}

/* carousel */
.owl-carousel {
  margin: 0 auto 60px;
  max-width: 2500px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-animation: slideInUp .6s;
  animation: slideInUp .6s;
}

.owl-carousel:hover {
  background-color: rgba(0,0,0,.2);
}

.disabled {
  display: none;
}

.owl-dots {
  width: 100%;
  position: absolute;
  top: -30px;
  text-align: center;
}

.owl-dots .owl-dot{
  display: inline-block;
  background-color: transparent;
  border: 0;
  padding: 0;
  zoom: 1;
  *display: inline
}

.owl-dot span{
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  background: silver;
}

.owl-dots .active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: rgb(51,51,51);
}

.item {
  position: relative;
}

.item:before {
  padding-top: 80%;
  display: block;
  content: "";
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.item a:hover img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}

.item a:hover {
  color: white;
}

.carousel-noimage {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Kaushan Script', sans-serif;
  font-size: 2rem;
  text-align: center;
}

.image-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background: rgba(0,0,0,.5);
  text-align: center;
}

.carousel-info {
  font-size: 1.3rem;
}

.carousel-date {
  background: rgba(0,0,0,.6);
  color: white;
  letter-spacing: .2em;
  padding: 10px;
  text-transform: uppercase;
}

.carousel-title {
  width: 100%;
  height: 5em;
  background: rgba(0,0,0,.4);
  overflow: hidden;
  padding: 1em 3em;
  line-height: 1.5;
  text-align: center;
}

.title-inner {
  height: 100%;
  color: white;
  overflow: hidden;
}

/* hack for microsoft edge */
.non-hover {
  color: white;
}


/***------------------------------------------
      top page and individual
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  border-bottom: 2px solid rgb(51,51,51);
  padding-bottom: 30px;
}

.entry-datetime {
  display: block;
  margin-bottom: 10px;
  padding-right: .3em;
  font-family: 'Kaushan Script', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 2.2rem;
  text-align: right;
}

.text-parent {
  display: inline-block;
  position: relative;
}

.text-parent:before {
  content: "";
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: rgb(51,51,51);
  position: absolute;
  left: -55px;
  top: 0;
  bottom: 0;
}

.liquid-container {
  margin: 0 auto 20px;
  letter-spacing: .1em;
  position: relative;
  font-size: 1.1rem;
}

.liquid-container-list {
  background-color: rgba(0,0,0,.4);
  padding: 20px;/* トップページ画像表示部分の上下を広くするには 上下px 左右px で分けてください, (例:上下40px) padding: 40px 20px; */
  position: relative;
  z-index: 5;
  text-align: right;
}

#entry-liquid-container-list {
  padding: 20px 0 0;
  text-align: right;
}

.liquid-container-list li {
  padding: .2em 0;
}

#entry-liquid-container-list li {
  display: inline-block;
  margin-left: 1.3em;
  padding: .2em 0;
}

.liquid-container-list a {
  color: white;
}

.liquid-container-list a:hover {
  color: rgb(226,45,122);
}

.liquid-container-list .svg-inline--fa,
#entry-liquid-container-list .svg-inline--fa {
  display: inline-block;
  margin-left: 1em;
  width: 26px;
  height: 26px;
  background-color: rgb(51,51,51);
  border-radius: 50%;
  color: white;
  letter-spacing: normal;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.liquid-container-list li a:hover .svg-inline--fa,
#entry-liquid-container-list li a:hover .svg-inline--fa {
  background-color: rgb(226,45,122);/* コメント, トラバ, SNS等アイコンホバー時背景色(ピンク) */
}

#entry-liquid-container-list #cate-li {
  display: block;
}

.normal-letter {
  margin-left: .3em;
  letter-spacing: initial;
}

.top-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: 'object-fit: cover; object-position: center center;';
}

.entry-title {
  margin: auto;
  line-height: 1.4;
  font-size: 2.0rem;
}

.sweep-to-right {
  background-image: -webkit-linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(226,45,122,1) 50%);/* 注)記事タイトルホバー時背景色(ピンク) */
  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;
  color: rgb(51,51,51);
  -webkit-transition: .6s;
  transition: .6s;
}
.sweep-to-right:hover {
  background-position: -100% 0;
  color: white;
}

.contents,
#inner-contents {
  padding: 20px 0;
}

.read-more {
  margin: 30px 0;
  text-align: center;
}

.read-more a {
  display: inline-block;
  background: white;
  border: 2px solid rgb(51,51,51);
  color: rgb(51,51,51);
  letter-spacing: .2em;
  padding: 8px 40px;
  position: relative;
}

.read-more a:hover {
  color: rgb(226,45,122);/* 注)read more ボタンホバー時文字色 */
}

.read-more a:after,
.read-more a:before {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.read-more a:after {
  margin-left: -8px;
  border-color: rgba(255,255,255,0);
  border-bottom-color: white;
  border-width: 8px;
}
.read-more a:before {
  margin-left: -11px;
  border-color: rgba(0,0,0,0);
  border-bottom-color: rgb(51,51,51);
  border-width: 11px;
}

/* back to default */
#inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

#inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

#inner-contents a {
  text-decoration: underline;
}

#entry-tag {
  margin-top: 30px;
  font-size: 1.2rem;
}

#entry-tag .svg-inline--fa {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: rgb(51,51,51);
  border-radius: 50%;
  color: white;
  letter-spacing: normal;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
}

#entry-tag a {
  margin-left: 1em;
  text-decoration: none;
}

.plugin-tag a {
  display: inline-block;
  margin: 0 3px 4px 0;
  border: 1px solid rgb(200,200,200);
  padding: .1em .4em;
}

#tertiary .plugin-tag a {
  border: 1px solid rgb(250,250,250);
  color: white;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 20px;
  background: rgb(245,245,245); /* 注)関連記事・トラックバック一覧背景色 (approx)White Smoke */
  border-radius: 4px;
  padding: 20px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

#inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 30px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 1.8rem/1.4 'Kaushan Script', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1000px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 680px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 1px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

.related-overlay:before {
  content: "No image";
  width: 80px;
  height: 80px;
  background-color: rgb(51,51,51); /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  color: white;
  position: absolute;
  font: 11px/80px 'Kaushan Script', cursive;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}


/***------------------------------------------
      comment, trackback
------------------------------------------***/

.each-title {/* 注)Comment, Trackback等の文字(筆記体) */
  margin: 0 auto 10px;
  font: 2.3rem/1.4 'Kaushan Script', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

.each-span {
  display: inline-block;
  position: relative;
}

.each-span:before {
  content: "";
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: rgb(51,51,51);
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
}

.comment-contents {
  margin-top: -50px;
  padding-top: 70px;
}

.visitor-info {
  margin-bottom: 10px;
  border-left: 6px solid rgb(51,51,51);
  padding: .3em .5em;
}

.author-comment {
  border-left-color: rgb(226,45,122);
}

.comment-body {
  background: white;
  border: 1px solid rgb(51,51,51);
  padding: 15px 20px 15px 20px;
  position: relative;
}

.comment-body:after,
.comment-body:before {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  bottom: 100%;
  left: 20px;
  pointer-events: none;
}

.comment-body:after {
  margin-left: -8px;
  border-color: rgba(255,255,255,0);
  border-bottom-color: white;
  border-width: 8px;
}

.comment-body:before {
  margin-left: -9px;
  border-color: rgba(0,0,0,0);
  border-bottom-color: rgb(51,51,51);
  border-width: 9px;
}

.comment-datetime {
  padding-top: 15px;
  text-align: right;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}

.visitor-fotter-info .svg-inline--fa {
  margin-left: 1.5em;
}

/* post comments */
#community,
#trackback {
  margin-top: -50px;
  padding-top: 50px;
}

#comment_form {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form p {
  margin-bottom: 15px;
  border-radius: 2px;
  position: relative;
}

#comment_form label {
  display: inline-block;
  letter-spacing: .2em;
  font-size: 12px;
}

#comment_form input {
  width: 100%;
  background-color: white;
  border: 1px solid rgb(51,51,51);
  padding: 12px;
}

#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;
  background-color: rgb(240,240,240); /* 注)send・deleteボタンの背景色(薄いグレー) */
  border: 1px solid rgb(51,51,51);
  cursor: pointer;
  letter-spacing: .2em;
  outline: none;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Lato';
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
  width: 49%;
}

#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 {
  display: block;
  margin: 0 auto 10px;
  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);
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 8rem;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}

.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: white;
  float: right;
}

.list-a:hover {
  color: white;
}

#search-terms {
  font-size: 1.3rem;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(51,51,51);/* 注)No image背景色 検索結果 */
  font: 12px/72px 'Kaushan Script', cursive;
  text-align: center;
}


/***------------------------------------------
      calendar
------------------------------------------***/

.calender {
  margin: 0 auto 40px;
  table-layout: fixed;
  width: 270px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgb(51,51,51);
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  width: 35px;
  height: 35px;
  border: 1px solid rgb(51,51,51);
  line-height: 35px;
  padding: 0;
  font-family: 'Avenir', 'Century Gothic', sans-serif;
}

.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-menu h4 {
  margin: 0 auto 20px;
  background-color: rgb(51,51,51);
  color: rgb(240,240,240);
  padding: 10px;
  font-size: 1.3rem;
  text-shadow: 3px 1px 3px black;
  text-align: center;
  text-transform : uppercase;
}

#tertiary .side-menu h4 {
  background-color: rgb(100,100,100);
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: square;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.side-menu form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 300px;
}

.side-menu input:not([type="submit"]),
.side-menu textarea,
.side-menu select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  outline: none;
  padding: .5em;
}

.side-menu input[type="submit"] {
  margin-top: 5px;
  background-color: rgb(51,51,51);
  border: none;
  color: white;
  padding: .3em;
}

#tertiary .side-menu input[type="submit"] {
  background-color: rgb(250,250,250);
  color: black;
}


/***------------------------------------------
      drawer menu on mobile
------------------------------------------***/

.mobile-toggle {
  display: none;
  color: rgb(226,45,122);
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  font-size: 26px;
}

#sidenav {
  margin: auto;
  width: 100%;
  background-color: rgb(240,240,240);
}

#sidenav #aside-fit-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 50px 15px 100px;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 40px;
  font-size: 12px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(226,45,122);
  color: white;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
  font-family: 'Lato', sans-serif;
}

.light-theme .current {
  border: 1px solid rgb(51,51,51);
  line-height: 28px;
}

.light-theme .ellipse {
  color: rgb(51,51,51);
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 70px auto 40px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#page-home {
  margin: 0 10px;
  width: 30px;
}

#page-left,
#page-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

#center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
}

#prev-a,
#next-a {
  display: block;
  height: 100%;
  position: relative;
}

#prev-a {
  padding-left: 40px;
}

#next-a {
  padding-right: 40px;
  text-align: right;
}

#prev-a::before,
#next-a::before {
  display: block;
  margin: auto;
  width: 34px;
  height: 34px;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  line-height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#prev-a::before {
  content: "\2039";
  left: 0;
}

#next-a::before {
  content: "\203A";
  right: 0;
}

#center-a:hover,
#prev-a:hover::before,
#next-a:hover::before {
  background-color: rgb(226,45,122);
  color: white;
}

/* titlelist */
#titlelist-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 70px auto 40px;
  max-width: 400px;
  font-size: 12px;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 30px;
  height: 30px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(226,45,122);
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 40%;
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(226,45,122);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(0,0,0,.4);
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.page-title {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  line-height: 39px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.6rem;
}

#footer {
  background: rgb(51,51,51);
  color: white;
  padding: 40px 3px;
  font-size: 1.2rem;
  text-align: center;
}

.end a {
  color: white;
}

.foot {
  margin: auto;
  padding-top: 40px;
  position: relative;
}

#copyright {
  display: block;
}

#blog-title-bottom {
  margin: auto;
  max-width: 800px;
  padding-bottom: 40px;
  font: 2.3rem/1.4 'Kaushan Script', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

#blog-title-bottom a {/* 注)フッターブログタイトル関連 */
  display: inline-block;
  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: "";
  width: 94%;
  height: 1px;
  background-color: black;
  box-shadow: 0px 1px 0px rgb(80,80,80);
  position: absolute;
  top: 0;
  left: 3%;
}

/* sns */
#bottom-sns {
  text-align: center;
}

#bottom-sns a {
  display: inline-block;
  padding: .4em;
}

#bottom-sns .svg-inline--fa {
  width: 26px;
  height: 26px;
  background-color: rgb(226,45,122);
  border-radius: 50%;
  color: white;
  line-height: 26px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#bottom-sns a:hover .svg-inline--fa {
  background-color: black;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 9px);
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

.emoji {
  vertical-align: middle;
}

/* for video */
.box-for-video {
  width: 100%;
  position: relative;
}

.box-for-video:before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}