@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Classica
* The first edition: 2017.8.21
* 2017.9.22 - SSL化に伴うURL正規化
* リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* Latest update: 2018.3.27 - ページmiddle(menu)ボタンが効かない件修正, Font Awesomeのバージョンを4(CSS)から5(JS)へアップグレート, ベンダープリフィックスの整理
*/

/***------------------------------------------
      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}*{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}::before,::after{box-sizing:inherit}


/***------------------------------------------
      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
------------------------------------------***/

.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"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(166,159,142);/* 注)基本リンク色 */
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Roboto', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#wrapper {
  min-width: 70%;
}

#main-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1300px;
  margin: auto;
  padding: 50px 60px 80px;
}

#primary {
  flex: 1;
  margin-right: 20px;
  padding-top: 3px;
  overflow: hidden;
}

#secondary {
  width: 320px;
  padding-top: 3px;
  font-size: 1.2rem;
  line-height: 1.8;
}

#aside-fit-wrapper {
  padding: 8px 8px 30px;
}

#deco-wrapper {
  position: relative;
  border: 1px solid rgb(226,219,202);
}

.side-menu {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media screen and (max-width: 920px) {
  #main-container {
    display: block;
    padding: 50px 0 80px;
  }
  #primary,
  #secondary {
    margin: auto;
    width: 100%;
    max-width: 800px;
  }
  #deco-wrapper {
    display: flex;
    margin: auto;
    padding-top: 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .side-menu {
    width: 320px;
  }
}
@media screen and (max-width: 680px) {
  #deco-wrapper {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  position: relative;
  margin: auto;
  padding: 180px 10px 150px;
  overflow: hidden;
  background: url(https://blog-imgs-108.fc2.com/m/y/r/myrthen/IMG_0247.jpg) center center /cover no-repeat;/* 注)トップページヘッダー画像 */
  text-align: center;
  transition-duration: .8s;
}

@media screen and (max-width: 768px) {
  #header-banner {
    padding: 160px 10px 130px;
  }
}

@media screen and (max-width: 414px) {
  #header-banner {
    padding: 140px 10px 110px;
  }
}

#header-banner2 {
  background: url(https://blog-imgs-108.fc2.com/m/y/r/myrthen/IMG_0247.jpg) center center;/* 注)トップページ以外ヘッダー画像 */
  padding: 80px 10px 40px;
  transition-duration: .8s;
}

.fadeout #header-banner,
.fadeout #header-banner2 {
  transform:scale(1.1);
}

#header-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

#blog-name-container {
  display: inline-block;
  position: relative;
  width: auto;
  margin: auto;
  max-width: 800px;
  padding: 50px 60px;
  border-top: 1px solid rgb(226,219,202);
  border-bottom: 1px solid rgb(226,219,202);
}

@media screen and (max-width: 640px) {
  #blog-name-container {
    padding: 30px 20px;
  }
}

#blog-name-container2 {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

/* 注)ブログタイトル上下ボーダー隅装飾不要の方ここから削除 */
#blog-name-container::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url(https://blog-imgs-114.fc2.com/v/a/n/vanillaice000/decoborder-l.png) top left no-repeat,
              url(https://blog-imgs-114.fc2.com/v/a/n/vanillaice000/decoborder-r.png) top right no-repeat;
  background-size: auto 16px;
}

#blog-name-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url(https://blog-imgs-114.fc2.com/v/a/n/vanillaice000/decoborder-l.png) top left no-repeat,
              url(https://blog-imgs-114.fc2.com/v/a/n/vanillaice000/decoborder-r.png) bottom right no-repeat;
  background-size: auto 16px;
}
/* 注)ブログタイトル上下ボーダー隅装飾不要の方ここまで削除 */

/* 注)ブログタイトルフォント関連 */
#blog-title { 
  margin: auto;
  font: 2.2rem/1.4 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px white,
               1px 1px black;
}

@media screen and (max-width: 414px) {
  #blog-title {
    font-size: 1.8rem;
  }
}

#blog-title a {
  color: white;
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  max-width: 850px;
  margin: auto;
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}

#breadcrumbs a {
  color: rgb(90,90,90);
  text-decoration: underline;
}


/***------------------------------------------
      site description (only on top-page)
------------------------------------------***/

#site-description {
  padding: 20px 15px;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
  background: url(https://blog-imgs-114.fc2.com/v/a/n/vanillaice000/classicatilebg.gif) center center;
  color: rgb(51,51,51);
  text-align: center;
}

#welcome {
  max-width: 800px;
  margin: auto;
  font: 3rem/1.4 'Great Vibes', serif;
}

#site-introduction {
  max-width: 800px;
  margin: auto;
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* sns under header */
.mid-sns-ul {
  padding-top: 20px;
}

.mid-sns-ul li {
  display: inline-block;
  margin: 0 3px 3px;
}

.mid-sns-ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: rgb(51,51,51);
  line-height: 30px;
}

/* SNS brand color */
.c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover {
  color: rgb(73,171,242);
}

.c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover {
  color: rgb(221,75,57);
}

.go-to-page:hover,
.c-pencil:hover {
  color: rgb(166,159,142);
}

.c-instagram:hover {
  color: rgb(81,127,164);
}

.c-bloglovin:hover {
  color: rgb(130,0,0);
}


/***------------------------------------------
      navigation (global and social)
------------------------------------------***/

.navi-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100004;
  width: 100%;
  margin: auto;
  background-color: rgba(51,51,51,.7);
}

#navi-sizing {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

#navi-list {
  display: inline-block;
  position: relative;
  font: 11px/40px 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: .15em;
  text-align: center;
  text-indent: .15em;
  text-transform: uppercase;
}

#navi-list li {
  display: inline-block;
  vertical-align: top;
}

#navi-list li:not(.expand-form) {
  position: relative;
  z-index: 3;
}

/* fc2 search bar */
.navi-menu-adjust {
  top: 27px;
}

.navi-menu a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  color: white;
}

/* hamburger button */
.mobile-toggle {
  display: none;
}

/* site search */
.expand-form {
  width: 127px;
  height: 40px;
}

#search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}

#search-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 35px;
  border-radius: 0;
  background-color: transparent;
  color: white;
  line-height: 40px;
  text-align: center;
}

#search-text {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 127px;
  height: 40px;
  padding: 0 1em;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  background-color: white;
  color: rgb(51,51,51);
  outline: none;
  transition-duration: .5s;
}

#search-text:focus {
  opacity: 1;
  width: 100%;
  cursor: text;
}

#search-text::-webkit-input-placeholder {
  color: rgb(100,100,100);
  font-size: 11px;
  font-family: 'Playfair Display', serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#search-text::-moz-placeholder {
  color: rgb(100,100,100);
  font-size: 11px;
  font-family: 'Playfair Display', serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#search-submit {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 768px) {
  .mobile-toggle {
    display: block;
    position: relative;
    z-index: 100005;
    height: 40px;
    padding: 12px 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto 5px;
    background-color: white;/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    transition-duration: .5s;
  }
  .open-navi span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  .navi-menu {
    height: auto;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    padding: 30px 0 40px;
    overflow-y: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  #navi-list {
    display: block;
    text-align: center;
  }
  #navi-list li {
    margin: auto;
  }
  #navi-list li {
    display: block;
    padding: 1em;
    line-height: 1.5;
  }
  .expand-form {
    width: 90%;
    max-width: 380px;
    height: auto;
    margin: auto;
  }
  #search-form {
    position: relative;
  }
  #search-btn {
    display: none;
  }
  #search-text {
    opacity: 1;
    position: static;
    width: 100%;
    border: 1px solid rgb(220,220,220);
    border-radius: 0;
    background-color: white;
  }
}


/***------------------------------------------
      article
------------------------------------------***/

.main-body {
  position: relative;
  margin-bottom: 40px;
  padding: 8px;
}

.main-body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(https://blog-imgs-114.fc2.com/v/a/n/vanillaice000/decocorner_u_l.png) top left no-repeat,
              url(https://blog-imgs-114.fc2.com/v/a/n/vanillaice000/decocorner_u_r.png) top right no-repeat;
  background-size: 50px 50px;
}

.contents-outline {
  padding: 20px;
  border: 1px solid rgb(226,219,202);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.contents {
  padding: 20px 0;
}

.entry-header {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(238,238,238);
  font-size: 1.2rem;
}

.entry-header .svg-inline--fa {
  margin-right: .5em;
}

/* header */
.entry-header {
  text-align: center;
}

.entry-datetime {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  font-size: 2.6rem;
  font-family: 'Great Vibes', serif;
  text-align: center;
}

.datetime-box {
  padding: 0 .8em;
  background-color: white;
}

.entry-title {
  margin: 0;
  padding: 10px 0;
  line-height: 1.4;
  font-weight: bolder;
  font-size: 1.8rem;
  text-align: center;
}

.entry-title a {
  color: rgb(51,51,51);
}

.entry-title a:hover {
  color: rgb(166,159,142);
}

.entry-datetime {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  font-size: 26px;
  font-family: 'Great Vibes', serif;
}

.info-box {
  color: rgb(166,159,142);
}

.info-box div:last-of-type {
  margin-right: 0;
}

.entry-category,
.entry-comment,
.entry-tag,
.written-by {
  display: inline-block;
  margin-right: 1.2em;
}

.entry-tag a {
  margin-right: .6em;
}

.entry-tag a:last-of-type {
  margin-right: 0;
}

.inner-contents {
  padding: 20px 0;
}

/* back to default */
.inner-contents ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

.inner-contents ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.read-more {
  padding: 20px 0;
  font-size: 15px;
  font-family: 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
}

.postscript-a .svg-inline--fa {
  margin-right: .3em;
}

.postscript-a span {
  margin-left: .5em;
}

#postscript {
  margin-top: -40px;
  padding-top: 40px;
}

/* article footer */
.entry-footer {
  font-size: 1.2rem;
}

#entry-author {
  padding-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

#publisher-image,
#entry-author-dv {
  display: inline-block;
  vertical-align: middle;
}

#publisher-image img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

#entry-author-dv {
  margin-left: 15px;
}

#entry-author-dv span {
  margin-left: .6em;
  font-family: 'Roboto', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

/* sns on article footer */
.entry-footer-sns-ul {
  display: flex;
  text-align: center;
}

.entry-footer-sns-ul li {
  position: relative;
  width: calc(20% - 5px);
  margin: 0 5px;
  border: 1px solid rgb(202,197,186);
  line-height: 35px;
  text-align: center;
}

.entry-footer-sns-ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgb(226,219,202);
  transition: .3s ease-in-out;
}

.entry-footer-sns-ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: black;
}

.entry-footer-sns-ul li a {
  line-height: 35px;
}

.entry-footer-sns-ul li:hover::before {
  top: 0;
  left: 0;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  z-index: 1;
  margin: 100px auto 0;
  padding: 0;
  border: 1px solid rgb(230,230,230);
}

#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;
  position: absolute;
  top: -50px;
  z-index: 3;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  font: 2rem/1.4 'Great Vibes', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  padding: 6px 10px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  float: left;
  width: 50%;
  height: 88px;
}

@media screen and (max-width: 1120px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 666px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    width: 1470px;
    overflow: auto;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 290px;
  }
}

@media screen and (max-width: 320px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 260px;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  font-size: 1.2rem;
  word-break: break-all;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  position: relative;
  z-index: 1;
  border-radius: 3px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="https://static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

.related-overlay {
  position: relative;
}

.related-overlay::before {
  content: "No image";
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 2px;
  background-color: rgb(61,61,61);/* 注)No image 関連記事サムネイル背景色 */
  color: rgba(255,255,255,.9);
  font: 11px/80px 'Playfair Display', serif;
  letter-spacing: 1px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
  border-radius: 3px;
}

@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;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  letter-spacing: normal;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  padding: 10px 0;
  font-size: 12px;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  position: relative;
  margin: 0 auto 20px;
  font: normal 1.6rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
}

.another-title span {
  margin-left: 1em;
  font: 1.3rem/1.4 'Roboto', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.height-adjust {
  margin-top: -40px;
  padding-top: 60px;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 46px;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgb(207,207,207);
  text-align: center;
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  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;
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.arrow-box {
  position: relative;
  margin: 20px auto 0;
  padding: 15px 20px;
  background-color: rgb(250,250,250);/* 注)コメント一覧背景色 */
  font-size: 1.3rem;
}

.arrow-box::after {
  content: "";
  position: absolute;
  left: 8%;
  bottom: 100%;
  height: 0;
  width: 0;
  margin-left: -12px;
  border: solid transparent;
  border-color: rgba(250,250,250,0);/* 注)コメント一覧矢印の色 */
  border-bottom-color: rgb(250,250,250);/* 注)コメント一覧矢印の色 */
  border-width: 12px;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

.main-body-adjust {
  margin-top: -40px;
  padding-top: 40px;
}

#left-half {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}

#right-half {
  display: inline-block;
  width: 49%;
  margin-left: 1%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid rgb(240,240,240);/* 注)コメントフォームボーダー色 */
  background-color: rgb(250,250,250);/* 注)コメントフォーム背景色*/
  padding: 12px;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(51,51,51);
  background-color: white;
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid rgb(240,240,240);/* 注)コメントフォーム本文ボーダー色 */
  background-color: rgb(250,250,250);/* 注)コメントフォーム本文背景色 */
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  font-size: 11px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  font-size: 11px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  left: 0;
  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: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label::before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label::after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色 1/3 */
  }

  #no-p input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 2/3 */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 3/3 */
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  width: 49%;
  max-width: 156px;
  margin-top: 20px;
  height: 36px;
  border: none;
  background-color: rgb(51,51,51);/* 注)コメントsend, deleteボタン背景色 */
  color: white;/* 注)send, deleteボタンテキスト色 */
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  font-family: 'Playfair Display', serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(166,159,142);/* 注)コメントsend, deleteボタンボバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  padding: .5em;
  border-radius: 0;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  font-size: 1.3rem;/* 注) トラックバックフォント大きさ */
  outline: none;
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
  line-height: 1.5;
}

.list-title a {
  text-decoration: none;
}

.index-p {
  padding: 10px 0;
}

.list-entry {
  padding: 10px 0;
  overflow: hidden;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

.list-entry-category .svg-inline--fa {
  margin-right: .5em;
}

.list-entry-category span {
  margin: 0 1em;
}

/* only for search page */
.list-a {
  float: right;
  width: 72px;
  height: 72px;
  margin-left: 10px;
  margin-bottom: 5px;
  color: rgba(255,255,255,.9);
}

.list-a:hover {
  color: rgba(255,255,255,.9);
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.search-noimage {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(61,61,61);/* 注)No image 検索結果サムネイル背景色 */
  font: 10px/72px 'Playfair Display', serif;
  letter-spacing: 1px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

/* only for search */
.hit-number {
  display: none;
  padding: 20px 0;
  color: rgb(200,200,200);
  font-size: 8rem;
  line-height: 1.1;
  text-align: center;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.sidebar-style a:hover {
  text-decoration: underline;/* 注)サイドメニューリンク色 */
}

.side-menu h4 {
  margin: auto;
  padding: 25px 0;
  font: 1.3rem/1.4 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  table-layout: fixed;
  border-spacing: 3px 6px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  width: 100%;
  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;
  padding: 0;
  line-height: 30px;
}

.calender td a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid rgb(220,220,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  border: 1px solid rgb(51,51,51);
  background: rgb(51,51,51);
  color: white;
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border: 1px solid rgb(220,220,220);
  border-radius: 1px;
  background-color: white;
  outline: none;
}

.sidebar-style input[type="submit"] {
  border: none;
  background-color: rgb(51,51,51);
  color: white;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.sidebar-style input[type="submit"]:hover {
  background-color: rgb(166,159,142);
}

/* search */
.plugin-search {
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1.5px 4px 0;
  padding: 4px 10px 3px;
  border: 1px solid rgb(220,220,220);/* 注)個別記事下tagボーダー色 */
  border-radius: 1px;
}

.plugin-tag a:hover {
  border: 1px solid rgb(51,51,51);
  background-color: rgb(51,51,51);/* 注)個別記事下tagホバー時背景色 */
  color: white;
  text-decoration: none;
}

.plugin-myimage {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
}

.plugin-myimage img {
  width: 100%;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 0 auto 30px;
  font-size: 11px;
  font-family: 'Times New Roman', serif;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 5px 3px 0;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(51,51,51);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(245,245,245);/* 注)汎用ページ送り現在ページ背景色 */
  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(51,51,51);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article, titlelist */
#posted-pager {
  display: flex;
  margin: 0 auto 30px;
  padding: 0 8px;
  font-size: 12px;
}

#prev-entry,
#next-entry {
  width: 50%;
}

#next-entry {
  text-align: right;
}

#prev-a,
#next-a {
  display: block;
  width: 100%;
  padding: 10px;
}

#prev-a {
  border-top: 1px solid rgb(226,219,202);
  border-bottom: 1px solid rgb(226,219,202);
  border-left: 1px solid rgb(226,219,202);
  box-shadow: 1px 0 0 0 rgb(226,219,202);
}

#next-a {
  border-top: 1px solid rgb(226,219,202);
  border-right: 1px solid rgb(226,219,202);
  border-bottom: 1px solid rgb(226,219,202);
  box-shadow: 1px 0 0 0 rgb(226,219,202) inset;
}

#prev-pager-box,
#next-pager-box {
  position: relative;
  height: 72px;
}

#next-pager-box {
  text-align: right;
}


#prev-pager-image,
#next-pager-image {
  display: inline-block;
  width: 72px;
  height: 72px;
  background-size: cover;
  background-repeat: no-repeat;
}

#preventry-title,
#nextentry-title {
  position: absolute;
  top: 0;
  height: 72px;
  overflow: hidden;
  line-height: 1.5;
}

#preventry-title {
  left: 0;
  padding-left: 82px;
}

#nextentry-title {
  right: 0;
  padding-right: 82px;
}

#nextentry-title {
  right: 0;
  padding-right: 82px;
}

/* iPhone6p */
@media screen and (max-width: 414px) {
  #prev-pager-box,
  #next-pager-box {
    height: 55px;
  }
  #prev-pager-image,
  #next-pager-image {
    width: 55px;
    height: 55px;
  }
  #preventry-title,
  #nextentry-title {
    height: 55px;
  }
  #preventry-title {
    padding-left: 65px;
    left: 0;
  }
  #nextentry-title {
    padding-right: 65px;
    right: 0;
  }
}

#preventry-text,
#nextentry-text {
  padding-bottom: 10px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

#preventry-text .svg-inline--fa {
  margin-right: 1em;
}

#nextentry-text .svg-inline--fa {
  margin-left: 1em;
}

#prev-a:hover,
#next-a:hover {
  background-color: rgba(0,0,0,.8);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

#prev-a:hover .preventry-text,
#next-a:hover .nextentry-text {
  color: white;/* 注)個別記事ページ送りホバー時テキスト色 */
}

/* titlelist */
#titlelist-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 400px;
  font-size: 1.2rem;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 32px;
  height: 32px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  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;
  color: rgb(51,51,51);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(51,51,51);
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  opacity: 0;
  position: fixed;
  z-index: 100004;
  top: 30vh;
  width: 180px;
  height: 80px;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  transition: opacity .7s ease;
}

.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%;
  color: rgb(51,51,51);
  word-break: break-all;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell,
.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

#circle-left,
#circle-right {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-size: 0 0;
  background-repeat: no-repeat;
  background-color: rgba(21,21,21,.4);
  line-height: 80px;
  text-align: center;
}

#page-div-left:hover #circle-left,
#page-div-right:hover #circle-right {
  background-size: cover;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: white;
  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 */
@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: 100003;
  font-family: 'Playfair Display', serif;
  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);
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 920px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

.new {
  margin-left: .6em;
  color: red;
  font-size: 11px;
}

#footer {
  width: 100%;
  margin: auto;
  padding: 20px 5px;
  background: url(https://blog-imgs-114.fc2.com/v/a/n/vanillaice000/classicatilebg.gif) center center;/* 注)フッター背景画像 */
  font: 1.2rem/1.4 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}

.end a {
  color: white;
}

.end a:hover {
  color: rgb(51,51,51);
}

#copyright {
  display: block;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* headline */
.freehand {
  padding: .5em;
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}

.dogear {
  position: relative;
  padding: .5em;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
}

.dogear::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: white white rgb(221,221,221) rgb(221,221,221);/* white is the same color of the background */
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

/* 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 */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}