@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Sincerely-yours
* The first edition: 2017.6.13
* 2017.9.22 - SSL化に伴うURL正規化
* 2018.1.8 - リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* 2018.12,17 - CSS一部追加(Adsenseを掲載しやすく調整), 管理人コメントにプロフィールアイコン表示追加など
* 2019.7.30 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ), 記事部分の上下余白をpaddingからmarginに変更
* 2019.11.2 - コメント主のリンク表示用JS及びデザインの変更, スクロールのIE向け調整
* 2019.12.15 - パーマリンク設定導入に伴うcanonical指定変更
* Latest update: 2019.12.17 - パーマリンク設定導入に伴うページ送り変更
*/

/***==========================================
      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;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,textarea{font-size:16px}pre,code{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;}#sh_fc2blogheadbar{z-index:4000!important}


/***==========================================
      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";
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  font-size: 200%;
}


/***==========================================
      link
==========================================***/

a {
  text-decoration: none;
  color: rgb(100,149,237);
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***==========================================
      layout
==========================================***/

html {
  margin: 0;
  font-size: 73%;
}

body {
  margin: 0;
  background-color: rgb(250,250,250);
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Didact Gothic', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* animation */
@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

#wrapper {
  min-width: 80%;
}

#main-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  padding: 30px 60px 80px;
}

#primary {
  flex: 1;
  max-width: calc(100% - 20px - 300px);
  min-width: 0;
  margin-right: 20px;
  animation: fadeIn 1s;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: 1.2rem;
  animation: fadeIn 1.2s;
}

.side-menu {
  margin-bottom: 30px;
  width: 300px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: 0 20px 40px;
  position: relative;
}

@media screen and (max-width: 959px) {
  #main-container {
    display: block;
    padding: 30px 0 0;
  }
  #primary {
    margin: auto;
    max-width: 860px;
    padding: 0 30px;
  }
  #secondary {
    width: 100%;
    box-shadow: 0 -5px 10px -6px rgba(0,0,0,.1);
    padding: 20px 30px 0;
  }
  #reserve {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    max-width: 860px;
    padding: 0 30px;
  }
  .side-menu {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 700px) {
  #primary,
  #reserve {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
  }
}

/* do NOT change or delete */
.fit-sidebar-fixed{margin-top:0!important;margin-bottom:0!important;position:fixed}.fit-sidebar-blank{background-color:transparent;z-index:0;visibility:hidden}


#tertiary {
  background: linear-gradient(to top, rgba(250,250,250,0), rgba(250,250,250,1)),
              url(https://blog-imgs-106.fc2.com/v/a/n/vanillaice000/sincebg.jpg) center center /cover no-repeat;/* 注)フッター上カラム背景画像PC用 */
  padding: 40px 0;
  position: relative;
}

/* 注)フッター上カラムスマートフォン用背景設定 */
@media screen and (max-width: 414px) {
  #tertiary {
    background: linear-gradient(to top, rgba(250,250,250,0), rgba(250,250,250,1)),
                url(https://blog-imgs-118.fc2.com/v/a/n/vanillaice000/sincebg828.jpg) center center /cover no-repeat;
  }
}
/* ここまで */


/***==========================================
      header
==========================================***/

/* animation */
@keyframes zoomOut{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}

#header-banner {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #header-banner {
    padding: 60px 0 0;
  }
}

#blog-name-container {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  max-width: 800px;
  position: relative;
  padding: 50px 100px;
  text-align: center;
  animation: zoomOut 1.5s;
}

#blog-name-container:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-106.fc2.com/v/a/n/vanillaice000/sincerelyeft.png) left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#blog-name-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-106.fc2.com/v/a/n/vanillaice000/sincerelyright.png) right center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#blog-title-bg {
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: 20px;
}

#title-outline {
  width: 100%;
  min-width: 280px;
  border: 1px solid rgb(212,185,150); /* 注)ブログタイトル四方ボーダー色 */
  padding: 40px 20px;
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  display: inline-block;
  margin: 0 auto;
  background-color: white;
  letter-spacing: 2px;
  font: 2.2rem/1.4 'Playfair Display', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'MS Mincho', serif;
  text-indent: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  #blog-name-container {
    display: block;
    width: 100%;
    padding: 100px 0;
  }
  #blog-name-container:before {
    background: url(https://blog-imgs-106.fc2.com/v/a/n/vanillaice000/sincerelytop.png) top left no-repeat;
    background-size: 100% auto;
  }
  #blog-name-container:after {
    background: url(https://blog-imgs-106.fc2.com/v/a/n/vanillaice000/sincerelybottom.png) bottom left no-repeat;
    background-size: 100% auto;
  }
  #blog-title-bg {
    padding: 10px;
  }
  #title-outline {
    min-width: initial;
    padding: 20px 10px;
  }
  #blog-title {
    display: block;
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  #blog-name-container {
    padding: 70px 0;
  }
}
  
#welcome {
  letter-spacing: .15em;
  padding-top: 20px;
  font-size: 12px;
  text-indent: .15em;
}

#blog-title a {
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
}

#blog-title a:hover {
  color: rgb(78,90,112);/* 注)ブログタイトルホバー時リンク色 */
}


/***==========================================
      navigation (global and social)
==========================================***/

.navi-menu {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(78,90,112);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100004;
}

.navi-menu a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  color: white;
}

/* fc2 search bar */
.navi-menu-adjust {
  top: 27px;
}

#navi-sizing {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding: 0 60px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #navi-sizing {
    max-width: 860px;
    padding: 0 30px;
  }
}

#navi-list {
  display: inline-block;
  letter-spacing: .15em;
  position: relative;
  font: 11px/40px 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  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;
}

.expand-form {
  width: 127px;
  height: 40px;
}

#search-form {
  margin: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

#search-btn {
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: white;
  line-height: 40px;
  padding: 0 35px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

#search-text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  width: 127px;
  height: 40px;
  padding: 0 1em;
  border-radius: 0;
  border: 1px solid rgb(51,51,51);
  background: white;
  color: rgb(51,51,51);
  outline: none;
  transition: .5s;
  -webkit-appearance: none;
}

#search-text:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
}

#search-text::-webkit-input-placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  text-transform: uppercase;
}

#search-text::-moz-placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  text-transform: uppercase;
}

.search-text::placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  text-transform: uppercase;
}

#search-submit {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

.mobile-toggle {
  display: none;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 768px) {
  .mobile-toggle {
    display: block;
    cursor: pointer;
    height: 40px;
    padding: 12px 0;
    position: relative;
    z-index: 100005;
    font-size: 20px;
    text-align: center;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    height: 2px;
    background-color: white;/* 注)ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    transition: all .5s ease;
  }
  .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;
    overflow-y: auto;
    padding: 30px 0 40px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  #navi-list {
    display: block;
    text-align: center;
  }
  #navi-list li {
    margin: 0 auto;
  }
  #navi-list li {
    display: block;
    line-height: 1.3;
    padding: 1em;
  }
  .expand-form {
    margin: 0 auto;
    width: 90%;
    max-width: 380px;
    height: auto;
  }
  #search-form {
    position: relative;
  }
  #search-btn {
    display: none;
  }
  #search-text {
    width: 100%;
    background-color: white;
    border: 1px solid rgb(220,220,220);
    border-radius: 0;
    opacity: 1;
    position: static;
  }
}


/***==========================================
      individual article
==========================================***/

.main-body {
  margin-bottom: 40px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: 15px;
}

.contents-outline {
  border: 1px solid rgb(212,185,150);/* 注)記事四方ボーダー色 */
  padding: 20px;
}

.contents {
  padding: 20px 0;
}

@media screen and (max-width: 700px) {
  .main-body,
  .contents-outline {
    padding: 10px;
  }
  .main-body {
    margin-bottom: 30px;
  }
}

.entry-header {
  font-size: 12px;
}

.entry-header i {
  margin-right: .5em;
}

/* header */
.entry-datetime,
.entry-commentnum-and-tbnum-ul {
  display: inline-block;
  color: rgb(78,90,112);
  font-size: 1.2rem;
}

.entry-datetime {
  margin-right: 1em;
}

.entry-title {
  margin: 0;
  line-height: 1.4;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bolder;
}

.entry-category-ul span {
  padding: 0 1em;
}

/* user tags */
.user-tags a {
  display: inline-block;
  margin-right: .5em;
}

.use-tags a:last-of-type {
  margin-right: 0;
}

.entry-commentnum-and-tbnum-ul li {
  display: inline-block;
}

.entry-commentnum-and-tbnum-ul li:not(:first-of-type) {
  margin-left: 1.5em;
}

.inner-contents {
  margin: 20px 0;
  font-family: YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

/* back to default */
.inner-contents p {
  margin: 1.9em 0;
}

.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;
}

/* heading */
.inner-contents h2 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.2em;
}
.inner-contents h3 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.1em;
}
.inner-contents h4 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1em;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.read-more {
  letter-spacing: 1px;
  padding-top: 20px;
  font-size: 15px;
  font-family: 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: right;
  text-transform: uppercase;
}

.postscript-a i {
  margin-right: .3em;
}

.postscript-a span {
  margin-left: .5em;
}

#postscript {
  margin-top: -40px;
  padding-top: 40px;
}

/* article footer */
.entry-footer {
  font-size: 12px;
}

/* sns */
.entry-footer-sns-ul,
#footer-sns-ul {
  text-align: center;
}

.entry-footer-sns-ul li,
#footer-sns-ul li {
  display: inline-block;
  margin: 0 3px 3px;
}

.hatena {
  font-weight: 700;
  font-family: 'Verdana', sans-serif;
}

.c-facebook,
.c-twitter,
.c-pinterest,
.c-hatena,
.go-to-page,
.c-pencil,
.c-instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(78,90,112);
  color: white;
  line-height: 30px;
}

/* SNS brand color */
.c-facebook:hover {
  background: rgb(59,89,152);
  color: white;
}

.c-twitter:hover {
  background: rgb(73,171,242);
  color: white;
}

.c-pinterest:hover {
  background: rgb(206,15,25);
  color: white;
}

.c-hatena:hover {
  background: rgb(61,142,216);
  color: white;
}

.go-to-page:hover,
.c-pencil:hover {
  background: rgb(103,92,106);
  color: white;
}

.c-instagram:hover {
  background: rgb(81,127,164);
  color: white;
}

@media screen and (max-width: 768px) {
  .entry-footer-sns-ul li a .sp-hide {
    display: none;
  }
  .entry-footer-sns-ul li a .pc-hide {
    display: block;
  }
}


/***==========================================
      related post, trackback list
==========================================***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 0;
  border: 1px solid rgb(230,230,230);
  padding: 0;
  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%;
  letter-spacing: 1px;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 1.6rem/1.4 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-transform: uppercase;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
  padding: 6px 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 567px) {
  #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;
  word-break: break-all;
  font-size: 12px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

#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";
  width: 80px;
  height: 80px;
  background-color: rgb(232,235,239);/* 注)No image 関連記事サムネイル背景色 */
  border-radius: 2px;
  color: rgba(51,51,51,.7);
  letter-spacing: 1px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  font: 10px/80px 'Playfair Display', 'serif';
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 3px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#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;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.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 {
  margin: 0 auto;
  letter-spacing: 1px;
  position: relative;
  font: normal 1.6rem/1.4 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
}

.another-title span {
  margin-left: 1em;
  letter-spacing: normal;
  font: 1.3rem/1.4 'Didact Gothic', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-transform: none;
}

.height-adjust {
  margin-top: -40px;
  padding-top: 60px;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  background: rgb(207,207,207);
  color: white;
  font-size: 1.8rem;
}

.user-icon:before {
  content: "\f007";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.visitor-name {
  font-size: 14px;
}

.useranchor {
  display: inline-block;
}

.useranchor::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .6em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='none' stroke='rgb(78,90,112)' stroke-miterlimit='10' stroke-width='4' d='M30 62h32V2H2v32' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath fill='none' stroke='rgb(78,90,112)' stroke-miterlimit='10' stroke-width='4' d='M26 56V38H8m18 0L2 62' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") center center /cover no-repeat;
  vertical-align: -.13em;
}

.arrow-box {
  margin: 20px auto 0;
  background-color: rgb(250,250,250);/* 注)コメント一覧背景色 */
  padding: 15px 20px;
  position: relative;
}

.arrow-box:after {
  content: "";
  margin-left: -12px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(250,250,250,0);/* 注)コメント一覧矢印の色 */
  border-bottom-color: rgb(250,250,250);/* 注)コメント一覧矢印の色 */
  border-width: 12px;
  pointer-events: none;
  position: absolute;
  left: 8%;
  bottom: 100%;
}

.comment-body {
  padding-bottom: 10px;
}

.comment-info {
  text-align: right;
}

.comment-info li {
  display: inline-block;
}

.comment-info li:not(:last-of-type)::after {
  content: "|";
  margin: 0 5px 0 4px;
}


/***==========================================
      comment form
==========================================***/

.main-body-adjust {
  margin-top: -40px;
  padding-top: 40px;
}

#comment_form {
  margin: 0 auto;
  width: 100%;
  padding-top: 40px;
  vertical-align: middle;
  text-decoration: none;
}

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  border-radius: 1px;
  border: 1px solid rgb(240,240,240);/* 注)コメントフォームボーダー色 */
  background: rgb(250,250,250);/* 注)コメントフォーム背景色*/
  padding: 12px;
  filter: none;
  -webkit-appearance: none;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  border: 1px solid rgb(240,240,240);/* 注)コメントフォーム本文ボーダー色 */
  background: rgb(250,250,250);/* 注)コメントフォーム本文背景色 */
  border-radius: 1px;
  line-height: 1.5;
  padding: 12px;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
}

#comment_form input::placeholder,
#comment_form textarea::placeholder {
  letter-spacing: 1px;
  font-family: 'Playfair Display', 'serif';
  font-size: 11px;
}

/* 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;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@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;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 49%;
  max-width: 156px;
  height: 36px;
  background-color: rgb(78,90,112);/* 注)コメントsend, deleteボタン背景色 */
  border: none;
  color: white;/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(103,92,106);/* 注)コメント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;
  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(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***==========================================
      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;
}

.list-entry-category i {
  margin-right: .5em;
}

.list-entry-category span {
  margin: 0 1em;
}

/* only for search page */
.list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.7);
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(232,235,239);/* 注)No image 検索結果サムネイル背景色 */
  letter-spacing: 1px;
  position: relative;
  font: 1rem/72px 'Playfair Display', serif;
}

/* 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;
  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;
}


/***==========================================
      side menu(secondary)
==========================================***/

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a:hover {
  text-decoration: underline; /* 注)サイドメニューリンク色 */
}

.side-menu h4 {
  margin: 0 auto;
  font: 13px/1.4 'Playfair Display', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'MS Mincho', serif;
  letter-spacing: 1px;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}


/***==========================================
      tertiary
==========================================***/

#all-about {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 1300px;
  padding: 0 60px;
  font-size: 12px;
  text-shadow: -1px 1px 0 rgba(255,255,255,.3);
}

@media screen and (max-width: 959px) {
  #all-about {
    align-items: flex-start;
    justify-content: center;
    padding: 0;
  }
}

#about-pic,
#about-description,
#about-me {
  margin-bottom: 20px;
  width: 33.33%;
  border-left: 2px solid rgb(51,51,51);
  padding: 0 15px;
}

#about-pic {
  border: 0;
}

#profile-pic {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  #about-pic,
  #about-description,
  #about-me {
    width: 100%;
    border: 0;
    text-align: center;
  }
  #profile-pic {
    margin: 0 auto;
  }
}

.about-this-site {
  letter-spacing: 1px;
  padding-bottom: 10px;
  font: normal 16px/1.4 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-indent: 1px;
  text-transform: uppercase;
}

#footer-sns-ul {
  text-align: center;
}

#footer-sns-ul li {
  display: inline-block;
}


/***==========================================
      official plug-in
==========================================***/

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.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 {
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(220,220,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(78,90,112);
  border: 1px solid rgb(78,90,112);
  color: white;
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border-radius: 1px;
  border: 1px solid rgb(220,220,220);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 1px;
  border: 0;
  background: rgb(78,90,112);
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: .3s ease-in-out;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"]:hover,
.plugin-search input[type="submit"]:hover {
  background: rgb(103,92,106);
}

/* search */
.plugin-search {
  margin: 0 auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1.5px 4px 0;
  border: 1px solid rgb(220,220,220); /* 注)個別記事下tagボーダー色 */
  border-radius: 1px;
  padding: 4px 10px 3px;
}

.plugin-tag a:hover {
  background-color: rgb(78,90,112); /* 注)個別記事下tagホバー時背景色 */
  border: 1px solid rgb(78,90,112);
  color: white;
  text-decoration: none;
}


/***==========================================
      pager
==========================================***/

/* general */
#pager {
  margin: 0 auto 30px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
}

#pager-list {
  display: inline-block;
}

.pager-item {
  display: inline-block;
}

.pager-item-anchor,
#current,
.pager-item-anchor-general {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 2px 4px;
  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);
}

#current {
  background: rgb(245,245,245);/* 注)汎用ページ送り現在ページ背景色 */
}

.pager-item-anchor-general {
  background: rgb(78,90,112);
  color: white;
}

.pager-item-anchor:hover,
.pager-item-anchor-general:hover {
  background: rgb(103,92,106);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

/* article, titlelist */
.posted-pager,
.titlelist-pager {
  display: flex;
  margin: 0 auto 30px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.prev-entry,
.next-entry {
  width: 50%;
}

.prev-entry {
  margin-right: 1px;
}

.next-entry {
  margin-left: 1px;
  text-align: right;
}

#prev-a,
#next-a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  outline: 1px solid rgb(212,185,150);
  outline-offset: -8px;
  position: relative;
  padding: 20px;
}

.titlelist-pager #prev-a,
.titlelist-pager #next-a {
  background-image: url(https://blog-imgs-106.fc2.com/v/a/n/vanillaice000/sincerelyoldnoimageth600.jpg);/* 注)全記事リストページ送り背景画像 */
}

#prev-a:before,
#next-a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s ease-in-out;
}

#prev-a:hover:before,
#next-a:hover:before {
  background-color: rgba(0,0,0,.5);
}

@media screen and (max-width: 599px) {
  #prev-a,
  #next-a {
    padding: 10px;
  }
}

#prev-a .preventry-text,
#next-a .nextentry-text {
  color: white;
  position: relative;
  z-index: 3;
}

.preventry-text,
.nextentry-text,
.t-preventry-text,
.t-nextentry-text {
  padding-bottom: 10px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  #prev-a,
  #next-a {
    padding-bottom: 5px;
  }
}

.preventry-text i,
.t-preventry-text i {
  margin-right: 1em;
}

.nextentry-text i,
.t-nextentry-text i {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title,
.t-preventry-text,
.t-nextentry-text {
  height: 3em;
  min-height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

#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;/* 注)個別記事ページ送りホバー時テキスト色 */
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  position: fixed;
  top: 40%;
  z-index: 100004;
  opacity: 0;
  width: 180px;
  height: 80px;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  pointer-events: none;
  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(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;
  width: 80px;
  height: 80px;
  background-color: rgba(78,90,112,.4);
  background-position: center center;
  background-size: 0 0;
  background-repeat: no-repeat;
  line-height: 80px;
  position: relative;
  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: rgb(250,250,250);
  padding: 0 10px;
  vertical-align: middle;
}

.appear {
  opacity: 1;
  pointer-events: auto;
}


/***==========================================
      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-size: 11px;
  text-align: center;
  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);
  line-height: 39px;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 959px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  display: inline-block;
  margin-left: .5em;
  color: red;
  font-size: 11px;
}

#footer {
  padding: 20px 5px;
  font: 1.2rem/1.4 'Playfair Display', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'MS Mincho', serif;
  text-align: center;
}

.end a:hover {
  color: rgb(150,150,150);
}

#copyright {
  display: block;
}

#ad1,
#ad2 {
  margin-left: .5em;
  color: rgb(150,150,150);
  font-size: 11px;
}


/***==========================================
      personal settings
==========================================***/

/* headline */
.freehand {
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  border: 3px solid rgb(230,230,230);
  padding: .6em .75em;
  font-weight: bold;
}

.dogear {
  position: relative;
  padding: .6em .75em;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  font-weight: bold;
}

.dogear:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  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 */
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 40%);
  font-weight: bold;
}

pre {
  padding: 1em;
  background: rgb(250,250,250);
  font-size: .9em;
}

/* 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); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/***==========================================
      button1
==========================================***/
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #6495ed;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

/***==========================================
      button2
==========================================***/
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00bcd4;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
}

/***==========================================
      button3
==========================================***/
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/***==========================================
      button4
==========================================***/
.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #F79800;*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/***==========================================
      balloon3
==========================================***/
.balloon3-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  background: #F79800;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #F79800;
  z-index: 0;
}