@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Southerly
* The first edition: 2016.5.25
* 2016.7.3 - ナビゲーション内モバイル版誘導リンク修正, ドロップダウン内リンクが飛ばない件の修正
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.6 - 一部JS削除(軽量化), MicrosoftEdgeのfixedバグhackJS削除, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.21 - SSL化に伴う混在コンテンツ排除
* Latest update: 2018.2.19 - リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
*/

/***------------------------------------------
      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;appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;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;
  background-color: rgba(148,170,201,.1);
  border-radius: 2px;
  padding: 20px;
  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);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}


/***------------------------------------------
      date
------------------------------------------***/

.month01::before{content:"January"}.month02::before{content:"February"}.month03::before{content:"March"}.month04::before{content:"April"}.month05::before{content:"May"}.month06::before{content:"June"}.month07::before{content:"July"}.month08::before{content:"August"}.month09::before{content:"September"}.month10::before{content:"October"}.month11::before{content:"November"}.month12::before{content:"December"}

@media screen and (max-width: 560px) {
.month01::before{content:"Jan."}.month02::before{content:"Feb."}.month03::before{content:"Mar."}.month04::before{content:"Apr."}.month05::before{content:"May"}.month06::before{content:"June"}.month07::before{content:"July"}.month08::before{content:"Aug."}.month09::before{content:"Sept."}.month10::before{content:"Oct."}.month11::before{content:"Nov."}.month12::before{content:"Dec."} 
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(150,150,150);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Cantarell', '游ゴシック体', '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);
}

#wrapper {
  background-color: rgba(255,255,255,.6);/* 注)ヘッダー部分マスク */
}

#whole-container {
  background-color: rgb(248,248,248);/* 注)全体背景色 */
}

#main-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: 1300px;
  padding: 60px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 50px;
  overflow: hidden;
}

#main-reserve,
#grid-main-reserve {
  padding-top: 6px;
}

#secondary {
  width: 270px;
  line-height: 1.8;
  font-size: 1.2rem;
}

.side-menu {
  margin-bottom: 30px;
  width: 270px;
}

#tertiary {
  margin: auto;
  max-width: 1300px;
  padding-top: 30px;
  background-color: rgb(240,240,240);/* 注)フッター上プラグイン3背景色 */
}

@media screen and (max-width: 960px) {
  #main-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #reserve {
    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;
  }
  .side-menu {
    margin: 0 20px 30px;
  }
}
@media screen and (max-width: 760px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  #main-container {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 560px) {
  #main-container {
    padding: 60px 15px 80px;
  }
}
@media screen and (max-width: 414px) {
  #main-container {
    padding: 60px 0 80px;
  }
  #main-reserve {
    padding: 6px 15px;
  }
  #grid-main-reserve {
    padding: 6px 8px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(#.html) left top / cover no-repeat;/* 注)ヘッダー画像 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  body::before { /* 注)タブレット・スマホでのヘッダー背景画像調整 */
    background-size: 300% auto;
    background-position: 10% 0;
  }
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  padding: 70px 60px 50px;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

@media screen and (max-width: 700px) {
  #blog-name-container {
    padding: 70px 30px 20px;
  }
}
@media screen and (max-width: 560px) {
  #blog-name-container {
    padding: 70px 15px 20px;
  }
}

#blog-title {/* 注)ブログタイトルフォント関連 */
  margin: 0 auto 20px;
  max-width: 800px;
  font: bolder 2.4rem/1.4 'Playball', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}

#blog-title a,
#blog-title a:first-letter {
  display: inline-block;
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
  text-shadow: 8px 8px 1px rgba(51,51,51,.1);
}

#blog-title a:hover {
  color: rgb(212,108,118);/* 注)ブログタイトルホバー時文字色 */
}

#blog-title a:hover:first-letter {
  color: rgb(115,46,53);/* 注)ブログタイトルホバー時最初の一文字色 */
}

#sub-title {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: center;
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs li a {
  display: inline-block;
  background-color: rgba(212,108,118,.4);
  border-radius: 2px;
  color: white;
  padding: .1em .4em;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin-bottom: 50px;
  font: bold 1.2rem/45px 'Cantarell', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

.navi-menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
}

#navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 700px;
  line-height: 45px;
}

.hook-toggle,
#modal-trigger-label {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  cursor: pointer;
}

#modal-trigger-label {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.navi-menu a:hover,
#modal-trigger-label:hover {
  background-color: rgb(115,46,53);
  color: white;
}

#navi-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  position: relative;
}

.hidden-list {
  width: 300px;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  line-height: 1.5;
  opacity: 0;
  padding: 20px 15px;
  position: absolute;
  top: 140%;
  z-index: 2000;
  visibility: hidden;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
}

#marking .fa-angle-down {
  margin-left: .8em;
}

#marking:hover .hidden-list {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

#navi-list li .submenu-anchor {
  display: block;
  margin-left: 0;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);/* 注)ドロップダウンAbout子メニューリンク色 */
  padding: 1em 0;
  text-align: left;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

#navi-list li .submenu-anchor:hover {
  margin-left: 1em;
  background-color: transparent;
  color: rgb(51,51,51);
}

.mobile-toggle {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

@media screen and (max-width: 700px) {
  .mobile-toggle {
    display: block;
    margin: 0 0 0 auto;
    width: 58px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    padding: 14px 15px 0;
  }
  .mobile-toggle span {
    display: block;
    margin-bottom: 5px;
    width: 28px;
    height: 3px;
    background: rgb(106,51,54);
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: 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);
    transform: translateY(-8px) rotate(45deg);
  }
  .sp-navi {
    display: none;
    padding: 0 15px;
  }
  .navi-menu {
    margin-bottom: 20px;
  }
  #navi-list,
  #navi-list li {
    display: block;
  }
  .hook-toggle {
    padding-left: 1.2em;
  }
  .toggle-list {
    display: none;
    background-color: rgba(115,46,53,.4);
  }
  .toggle-list a {
    color: white;
  }
}

/* site search */
/* 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-family: 'Playball', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 1.6rem;
  text-transform: uppercase;/* 注)closeテキスト大文字縛り解除はこの一行削除 */
}

#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: 0 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;
}


/***------------------------------------------
      carousel slider 不要な方削除 2/2
------------------------------------------***/

/* animation */
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

/* do NOT change or delete */
.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative}.swiper-wrapper{z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");left:0;right:auto}.swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");right:0;left:auto}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}

.swiper-container {
  margin: 0 auto 60px;
  max-width: 1400px;/* スライダー横幅最大値 */
  opacity: 0;
  overflow: hidden;
  padding: 0 32px;
  position: relative;
  z-index: 1;
  -webkit-animation: fadeInUp 1s both;
  animation: fadeInUp 1s both;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgb(145,76,83);/* prev, nextボタン背景色 */
  z-index: 10;
  cursor: pointer;
  background-size: 8px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-slide::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.swiper-slide 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-transition: -webkit-transform .35s;
  transition: transform .35s;
}

/* common(carousel, grid) */
.grid-noimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
  color: rgba(255,255,255,.4);
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playball', serif;
  font-size: 1.6rem;
  text-align: center;
}

.swiper-slide a {
  color: white;
}

.carousel-title {
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  font-family: 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
}

.view-more {
  width: 100%;
  background-color: rgb(212,108,118);/* 注)カルーセル内VIEW MOREが表示された時の背景色 */
  line-height: 1;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.5rem;
  -webkit-transition: opacity .35s,
                      -webkit-transform .35s;
  transition: opacity .35s,
              transform .35s;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
  text-transform: uppercase;
}

.swiper-slide:hover img {
  -webkit-transform: translate3d(0,-35px,0);
  transform: translate3d(0,-35px,0);
}

.swiper-slide:hover .carousel-title {
  -webkit-transform: translate3d(0,-60px,0);
  transform: translate3d(0,-60px,0);
}

.swiper-slide:hover .view-more {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/***------------------------------------------
      top page
------------------------------------------***/

#grid-main-reserve {
  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-between;
  justify-content: space-between;
}

.grid-item {
  margin-bottom: 40px;
  width: calc(50% - 20px);
  line-height: 1.5;
  position: relative;
  animation-duration: .6s;
}

.grid-context {
  padding: 20px 0;
}

@media screen and (max-width: 1120px) {
  .grid-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 960px) {
  .grid-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .grid-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 560px) {
  .grid-item {
    width: calc(50% - 7px);
  }
  .read-more,
  .read-more::before {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .grid-item {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 374px) {
  .grid-item {
    width: 100%;
  }
  .grid-context {
    padding: 20px 12px;
  }
}

/* image */
.grid-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: background .4s;
  transition: background .4s;
}

.grid-image::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.grid-image 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-transition: opacity .35s,
                      -webkit-transform .35s;
  transition: opacity .35s,
              transform .35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

.grid-image a {
  color: white;
}

.read-more::before {
  content: "";
  width: 110%;
  height: 110%;
  background-color: rgba(255,255,255,.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
}

.read-more p {
  margin: 3em;
  max-width: 150px;
  border-right: 4px solid white;/* 注)READ MORE AND SEE DETAILSテキスト横ボーダー色 */
  color: white;/* 注)READ MORE AND SEE DETAILSテキスト色 */
  opacity: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

.grid-image:hover {
  background-color: rgb(115,46,53);
}

.grid-image:hover img {
  opacity: .6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.grid-image:hover .read-more::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.grid-image:hover .read-more p {
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

/* ribbon */
.vertical-ribbon {
  display: inline-block;
  position: absolute;
  top: -.5rem;
  left: 0;
  width: 6rem;
  line-height: 1;
  padding: .1rem .1rem 0;
  word-wrap: break-word;
  text-align: center;
  z-index: 3;
  background-color: rgb(212,108,118);/* 注)日付リボン背景色 */
  font-size: 12px;
  color: white;
}

.vertical-ribbon span {
  display: block;
}

.vertical-ribbon::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border-bottom: 6px solid rgb(115,46,53);/* 注)日付リボン折れ部分背景色 */
  border-right: 6px solid transparent;
}

.vertical-ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  margin-top: -20px;
  height: 0;
  width: 0;
  border: 3rem solid rgb(212,108,118);/* 注日付リボン羽部分背景色 */
  border-bottom:1rem solid transparent;
}

.ribbon-content {
  position: relative;
  z-index: 3;
  padding-top: .3rem;
}

@media screen and (max-width: 560px) {
  .vertical-ribbon {
    width: 4rem;
  }
  .vertical-ribbon::after {
    border-width: 2rem;
    border-bottom-width: .4rem;
  }
}

.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);
}

/* content */
.grid-title {
  margin: 0 auto 10px;
  font: bolder 1.6rem/1.4 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

.grid-title a {
  color: rgb(51,51,51);
}

.grid-category {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.grid-desp {
  margin-bottom: 20px;
  max-height:  6.3rem;
  overflow: hidden;
  font-size: 1.4rem;
}

.grid-footer {
  overflow: hidden;
  padding-top: 5px;
  border-top: 1px solid rgba(141,141,141,.4);/* トップページ記事下線色 */
  font-size: 1.1rem;
}

.grid-comment {
  float: left;
}

/* SNS share */
.grid-footer-sns {
  float: right;
  font-size: 1.4rem;
  text-align: right;
}

.grid-footer-sns li {
  display: inline-block;
  margin-left: 1em;
  text-align: center;
}

.grid-footer-sns a {
  color: rgb(207,207,207);
}

/* assigned SNS brand color */
.c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover {
  color: rgb(85,172,238);
}

.c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover {
  color: rgb(221,75,57);
}

.c-pencil:hover {
  color: rgb(115,46,53);
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  position: relative;
}

#entry-header {
  min-height: 70px;
  padding-left: 7rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 560px) {
  #entry-header {
    min-height: 60px;
    padding-left: 5rem;
  }
}

#entry-title {
  margin: auto;
  font-size: 1.6rem;
}

#entry-header-info li {
  display: inline-block;
  margin-right: 1.3em;
}

#entry-header .svg-inline--fa,
#entry-tag .svg-inline--fa {
  margin-right: .5em;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

/* back to default */
#inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

#inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

#inner-contents a:hover {
  text-decoration: underline;
}

/* tag on article */
#entry-tag {
  margin-top: 30px;
  font-size: 1rem;
}

#entry-tag a {
  display: inline-block;
  margin-right: 1.2em;
}

/* footer */
#entry-footer-sns {
  font-size: 1.2rem;
  text-align: right;
}

#entry-footer-sns li {
  display: inline-block;
  margin-left: .5em;
}

#entry-footer-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(212,108,118);
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
}

#entry-footer-sns .svg-inline--fa {
  color: white;
}

/* brand color */
#f-facebook:hover {
  background-color: rgb(59,89,152);
}

#f-twitter:hover {
  background-color: rgb(85,172,238);
}

#f-pinterest:hover {
  background-color: rgb(206,15,25);
}

#f-google-plus:hover {
  background-color: rgb(221,75,57);
}

#f-pencil:hover {
  background-color: rgb(115,46,53);
}

/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  position: relative;
  font-size: 1.8rem;
  font-family: 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  line-height: 46px;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 18px;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.comment-info {
  text-align: right;
  margin-top: 10px;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: auto;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;/* 注)コメント投稿フォームフォント大きさ */
}

#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(150,150,150);/* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 */
}

#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(212,108,118);/* 注)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(212,108,118);/* 注)secretコメントチェックマーク色(2/3) */
    border-bottom: 3px solid rgb(212,108,118);/* 注)secretコメントチェックマーク色(3/3) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  text-align: center;
  font-size: 1.4rem;/* 注)コメント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ボタングラデーション背景色 */
  background: -webkit-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;
  color: rgb(150,150,150);/* 注)send, deleteボタン文字色 */
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(51,51,51);/* 注)sendボタンホバー時テキスト色 */
}

#delbtn:hover {
  color: rgb(134,13,37);/* 注)deleteボタンホバー時テキスト色 */
}

.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);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.3rem;/* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(150,150,150);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 20px;
  background: rgb(240,240,240); /* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 4px;
  padding: 20px;
  font-size: 12px;
}

.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 {
  background-color: rgb(240,240,240);
  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: 17px/1.3 'Playball', '游ゴシック体', '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: 33.33%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1124px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 870px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  #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;
}

.related-overlay::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/southnoimage.jpg) center center /cover no-repeat; /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay::after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Playball', serif;
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@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;
  }
}


/***------------------------------------------
      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 */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.6);
  float: right;
}

.list-a:hover {
  color: rgba(51,51,51,.6);
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/southnoimage.jpg) center center /cover no-repeat;/* 注)No image画像 検索結果 */
}

.no-image-text {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);/* 注)検索結果ページNo image上マスク背景色 */
  line-height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playball', serif;
  font-size: 12px;
  text-align: center;
}


/***------------------------------------------
      calendar (includes official one)
------------------------------------------***/

.calender {
  margin: auto;
  table-layout: fixed;
  width: 260px;
  border-spacing: 3px 6px;
  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 {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(212,217,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(212,217,220);
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

#about-me-table {
  margin: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
  background: url(https://blog-imgs-115.fc2.com/b/l/a/blackguard/0018H9D63B7.jpg) center center /cover no-repeat;/* 注)Hi there背景画像 */
}

#about-me-cell {
  display: table-cell;
  width: 100%;
  background-color: rgba(0,0,0,.6);
  padding: 30px;
  color: white;
  font-size: 1.3rem;
  text-align: center;
}

#hi-there {
  margin: 0 auto 20px;
  display: inline-block;
  border: 2px solid white;
  padding: 10px 30px;
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(150,150,150);
}

.side-menu h4 {
  margin: 5px 5px 30px 5px;
  background-color: white;
  line-height: 1.4;
  position: relative;
  font-family: 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.5rem;/* 注)サイドメニュープラグインタイトルフォント大きさ */
  text-align: center;
}

.side-menu h4::before {
  content: "";
  margin-left: -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: rgb(212,108,118); /* 注)サイドメニュープラグインタイトル背景色 */
  border-bottom: none;
  position: absolute;
  left: 50%;
  bottom: -7px;
  z-index: 5;
}

.title-arrow {
  display: block;
  background-color: rgb(212,108,118); /* 注)サイドメニュープラグインタイトル矢印部分色 */
  color: white;
  padding: 11px 15px 9px;
  position: relative;
  z-index: 3;
}

.side-menu h4::after {
  content: "";
  display: block;
  height: 100%;
  bottom: 3px;
  border: 1px solid rgba(141,141,141,.4);
  position: absolute;
  left: -5px;
  right: -5px;
  z-index: 1;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  margin: auto;
  width: 100%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 3px 4px 0;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .4em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
}

.simple-pagination li {
  display: block;
  margin-bottom: 2px;
  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;
  float: left;
  list-style: none;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りマウスホバー時背景色 */
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.4);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りprev/ next時背景色 */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article and titlelist */
.posted-pager,
.titlelist-pager {
  display: table;
  table-layout: fixed;
  margin: 70px auto 30px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  position: relative;
}

.prev-a {
  padding-left: 40px;
  text-align: left;
}

.next-a {
  padding-right: 40px;
  text-align: right;
}

.t-prev-a,
.t-center-a,
.t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.center-a,
.t-center-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(212,217,220,.4);/* 注)個別記事homeページ送り背景色 */
  color: rgb(51,51,51);
}

.prev-a::before,
.next-a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(212,217,220,.4);/* 注)個別記事prevページ送り背景色 */
  text-align: center;
  color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a::before {
  left: 0;
}

.next-a::before {
  right: 0;
}

.prev-a::after {
  content: "\f104";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

.next-a::after {
  content: "\f105";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

.prev-a .svg-inline--fa,
.next-a .svg-inline--fa {
  margin: auto;
  color: rgb(51,51,51);
  position: absolute;
  top: 0;
  bottom: 0;
}

.prev-a .svg-inline--fa {
  left: 11px;
}

.next-a .svg-inline--fa {
  right: 11px;
}

.t-prev-a, 
.t-next-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(212,217,220,.4);/* 注)全記事リストページ送りprev/ next背景色 */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.t-prev-a:hover,
.center-a:hover,
.t-center-a:hover,
.next-a:hover:before,
.t-next-a:hover {
  background-color: rgb(212,217,220);
  color: rgb(51,51,51);
}

/* 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;
  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;
  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(115,46,53,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  text-align: center;
}

.title-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
  background: rgba(245,245,245,.8);
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* 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: 3000;
  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: 40px;
  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-family: 'Times New Roman', serif;
  font-size: 1.1rem;
}

#footer {
  padding: 30px 0 30px;
  background-color: rgb(115,46,53);/* 注)フッター背景色 */
  line-height: 1.4;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

/* sns on footer */
#footer-external-sns {
  margin: 0 auto 30px;
  width: 95%;
  max-width: 1300px;
  border-bottom: 1px solid rgba(141,141,141,.4);
  padding-bottom: 30px;
}

#footer-external-sns li {
  display: inline-block;
  margin: 3px;
}

#footer-external-sns li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

#s-facebook:hover {
  background-color: rgb(59,89,152);
  color: white;
}

#s-twitter:hover {
  background-color: rgb(73,171,242);
  color: white;
}

#s-instagram:hover {
  background-color: rgb(81,127,164);
  color: white;
}

#s-pinterest:hover {
  background-color: rgb(206,15,25);
  color: white;
}

#s-google-plus:hover {
  background-color: rgb(221,75,57);
  color: white;
}

.foot,
#copyright {
  display: block;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 3px);
  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%;
}

.emoji {
  vertical-align: middle;
}