@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Bron-Broen
* The first edition: 2018.9.12
* 2018.10.1 - SVG一部修正
* 2018.12.21 - CSS一部追加(Adsenseを掲載しやすく調整), サイドメニュー部input要素のCSSを変更
* 2018.12.22 - Google+終了に伴いアイコン削除
* Latest update: 2019.4.27 - PC版Safariでモーダル検索の背景が白くなる件を修正
*/

/***------------------------------------------
      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{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}


/***------------------------------------------
      svgs
------------------------------------------***/

.svg-inline {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor
 }


/***------------------------------------------
      variables
------------------------------------------***/

:root {
  --base-font-color: rgb(51,51,51);/* 注)基本文字色 */
  --base-link-color: rgb(59,89,152);/* 注)基本リンク色 */
  --base-border-color: rgb(180,180,180);/* 注)基本ボーダー色 */
  --snow-color: rgb(250,250,250);
  --smoke-color: rgb(240,240,240);
  --navi-height: 42px;
  --middle-font-size: 1.3rem;
  --small-font-size: 1.2rem;
  --ex-small-font-size: 1.1rem;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: var(--base-link-color);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: var(--base-font-color);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  color: var(--base-font-color);
  font: 1.4rem/1.5 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  word-wrap: break-word;
  -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);
}

#main-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 15px 80px;
}

#secondary {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
}

.side-menu {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 420px) {
  #main-container {
    padding: 50px 30px 80px;
  }
}
@media screen and (min-width: 768px) {
  #secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .side-menu {
    width: 300px;
  }
}
@media screen and (min-width: 920px) {
  #main-container {
    display: flex;
    justify-content: space-between;
  }
  #primary {
    flex: 1;
    max-width: calc(100% - 40px - 300px);
    min-width: 0;
    margin-right: 40px;
  }
  #secondary {
    display: block;
    width: 300px;
  }
  .side-menu:last-of-type {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(15px)}100%{opacity:1;transform:translateY(0)}}
@keyframes slideInDown{0%{opacity:0;transform:translateY(-15px)}50%{opacity:0}100%{opacity:1;transform:translateY(0)}}


#header-banner {
  padding: 50px 15px 40px;
  text-align: center;
}

#blog-title {
  margin: auto;
  width: 100%;
  max-width: 800px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  text-indent: 2px;
  text-transform: uppercase;
  animation: slideInUp 1.2s;
}

#blog-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 10px auto;
  background-color: var(--base-font-color);
  text-indent: 2px;
}

#blog-title a {
  color: var(--base-font-color);
}

#site-description {
  margin: 8px auto 0;
  width: 100%;
  max-width: 850px;
  font-size: var(--small-font-size);
  animation: slideInDown 1.3s;
}


/***------------------------------------------
      slider
------------------------------------------***/

@keyframes zoomIn{0%{opacity:0;transform:scale(1)}15.63%{opacity:1}25.00%{opacity:1}32.5%{opacity:0}100%{opacity:0;transform:scale(1.3)}}@keyframes zoomOut{0%{opacity:0;transform:scale(1.3)}15.63%{opacity:1}25.00%{opacity:1}32.5%{opacity:0}100%{opacity:0;transform:scale(1)}}

#list-slider {
  margin: auto;
  max-width: 1140px;
  height: 200px;
  background-color: white;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  #list-slider {
    height: 300px;
  }
}
@media screen and (min-width: 920px) {
  #list-slider {
    width: calc(100% - 60px);
    height: 400px;
  }
}

#list-slider div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 32s;
  animation-duration: 32s;
}

/* 1st image */
#list-slider div:first-child {
  background-image: url("https://blog-imgs-126.fc2.com/b/e/a/beaglematuri/20190609131658368.jpg");
  animation-name: zoomIn;
  animation-delay: -3s;
}

/* 2nd image */
#list-slider div:nth-child(2) {
  background-image: url("https://blog-imgs-126.fc2.com/b/e/a/beaglematuri/hananookashoubu20190609.png");
  animation-name: zoomOut;
  opacity: 0;
  animation-delay: 5s;
}

/* 3rd image */
#list-slider div:nth-child(3) {
  background-image: url("https://blog-imgs-126.fc2.com/b/e/a/beaglematuri/hananookaajisai20190609.jpg");
  animation-name: zoomIn;
  opacity: 0;
  animation-delay: 13s;
}

/* 4th image */
#list-slider div:nth-child(4) {
  background-image: url("https://blog-imgs-126.fc2.com/b/e/a/beaglematuri/20190612222031d3a.jpg");
  animation-name: zoomOut;
  opacity: 0;
  animation-delay: 21s;
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  margin: 8px auto 0;
  width: 100%;
  max-width: 850px;
  font-size: var(--small-font-size);
  animation: slideInDown 1.3s;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs span {
  margin: 0 .5em;
  vertical-align: top;
}


/***------------------------------------------
      navigation (global and social)
------------------------------------------***/

#horizontal {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2000;
  height: var(--navi-height);
  margin: auto;
  overflow: hidden;
  background-color: rgba(255,255,255,.8);
  font-weight: bold;
  font-size: var(--ex-small-font-size);
  line-height: var(--navi-height);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

#navi-scroll {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: calc(var(--navi-height) + 20px);
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#navi-item {
  padding: 0 15px;
}

#navi-item li {
  display: inline-block;
  padding: 0 25px;
}

#navi-item li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--base-font-color);
}

#search-navi {
  cursor: pointer;
}

#navi-item .sp-hide {
  display: none;
}

@media screen and (min-width: 769px) {
  #navi-item .sp-hide {
    display: inline-block;
  }
}


/***------------------------------------------
      article
------------------------------------------***/

.main-body {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--base-border-color);
}

.entry-header {
  font-size: var(--ex-small-font-size);
}

.entry-title {
  margin: 0 auto 10px;
  font-size: 1.8rem;
  text-shadow: 2px 0px 2px rgba(85,85,85,.1);
}

.entry-title a::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 6px;
  background-color: var(--base-font-color);
}

.entry-title a {
  display: inline-block;
  position: relative;
  color: rgb(51,51,51);
}

.entry-title a:hover::after {
  width: 100%;
  transition-duration: .3s;
}

.modified-datetime,
.entry-datetime,
.entry-category,
.entry-comment {
  display: inline-block;
}

.entry-datetime,
.entry-comment {
  margin-left: .5em;
}

.entry-datetime::before,
.entry-comment::before {
  content: "|";
  display: inline-block;
  margin-right: .5em;
}

.entry-tag a {
  display: inline-block;
  margin-right: .5em;
}

.entry-tag a:not(:last-of-type)::after {
  content: "|";
  display: inline-block;
  margin-left: .5em;
}

.inner-contents,
.contents {
  padding: 20px 0;
}

.inner-contents {
  line-height: 1.9;/* 注)記事行間 */
}

#postscript {
  margin-top: -42px;
  padding-top: 42px;
}

/* 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;
}

.read-more {
  margin: 20px 0;
  font-size: var(--ex-small-font-size);
  letter-spacing: 1px;
  text-align: right;
  text-indent: 1px;
  text-transform: uppercase;
}

.read-more a {
  display: inline-block;
  border: 1px solid var(--smoke-color);
  background-color: var(--snow-color);
  padding: .8em 3em;
  color: var(--base-font-size);
}

.read-more a:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

/* article footer */
.entry-footer {
  font-size: var(--small-font-size);
}

#entry-author {
  padding-bottom: 20px;
}

#publisher-image,
#entry-author-dv {
  display: inline-block;
  vertical-align: middle;
}

#publisher-image img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

#entry-author-dv {
  margin-left: 15px;
}

#entry-author span {
  margin-left: .6em;
}

/* sns on article footer */
.entry-sns {
  margin: 30px auto 10px;
  font-size: var(--middle-font-size);
  text-align: center;
}

.entry-sns li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.entry-sns li:last-of-type {
  margin-right: 0;
}

.hatena {
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
}

.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid var(--smoke-color);
  border-radius: 50%;
  background-color: var(--snow-color);
  color: rgb(170,170,170);
}

.sns-btn:hover {
  transform: translateY(-3px)
}

.e-facebook:hover {
  color: rgb(59,89,152);
}

.e-twitter:hover {
  color: rgb(85,172,238);
}

.e-pinterest:hover {
  color: rgb(206,15,25);
}

.e-hatena:hover {
  color: rgb(61,142,216);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  z-index: 1;
  margin: 80px auto 30px;
  padding: 0;
  overflow-hidden;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like";
  display: block;
  position: absolute;
  top: -50px;
  z-index: 3;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  font-weight: bold;
  font-size: var(--middle-font-size);
  letter-spacing: 1px;
  text-transform: uppercase;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: flex;
  padding: 6px 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li, #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 290px;
  height: 88px;
  white-space: normal;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: block;
  width: 88px;
  height: 88px;
  padding: 4px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg{
  width: 100%;
  height: 100%;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: block;
  flex: 1;
  min-width: 0;
  padding: 0 1em;
}

@media screen and (min-width: 660px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    overflow: hidden;
    white-space: normal;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    flex-wrap: wrap;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li, #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
    width: 50%;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  border: 1px solid var(--base-border-color);
  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 20px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  text-transform: uppercase;
}

.another-title span {
  margin-left: .5em;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  margin-bottom: 20px;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.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: 15px;
  border-radius: 50%;
  background-color: rgb(207,207,207);
  color: white;
  font-size: 1.8rem;
}

.author-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.visitor-name-and-title {
  flex: 1;
  font-weight: bold;
}

.comment-body {
  margin: 1em 0 1em 23px;
  padding: 1em;
  background-color: var(--snow-color);
}

.comment-btn li {
  display: inline-block;
  margin: 5px 0 0 5px;
}

.comment-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--smoke-color);
  border-radius: 50%;
  background-color: var(--snow-color);
  color: rgb(170,170,170);
}

.comment-btn li a:hover {
  transform: translateY(-3px);
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto;
  width: 100%;
  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: 2px;
  border: 1px solid var(--smoke-color);
  background: var(--snow-color);
  padding: 12px;
  outline: 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 {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  border-radius: 2px;
  border: 1px solid var(--smoke-color);
  background: var(--snow-color);
  line-height: 1.5;
  padding: 12px;
  outline: none;
  -webkit-appearance: none;
}

#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 {
  letter-spacing: 1px;
  font-family: 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 11px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 49%;
  max-width: 156px;
  height: 40px;
  border: 1px solid var(--smoke-color);
  background-color: var(--snow-color);
  color: rgb(51,51,51);/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-size: var(--small-font-size);/* 注)send, deleteボタンフォント大きさ */
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  transform: translateY(-5px);
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  font-size: 1.3rem;
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

#op,
#for-trackback-word {
  display: block;
  width: 100%;
}

#op {
  margin: 30px auto 10px;
  border: 1px solid var(--base-border-color);
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 1.3rem;
}

#for-trackback-word {
  margin: 0 auto 20px;
}

#op:focus {
  border: 1px solid rgb(179,179,179);
}

#tb-num0 {
  display: none;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  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 a {
  margin-left: .4em;
}

/* 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;
}

.search-noimage {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(246,246,246);/* 注)No image 検索結果サムネイル背景色 */
  font-size: 10px;
  line-height: 72px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: var(--small-font-size);
  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 {
  color: rgb(120,120,120);
}

.sidebar-style a:hover {
  text-decoration: underline;
}

.side-heading {
  margin-bottom: 20px;
  font-size: var(--middle-font-size);
  text-transform: uppercase;
}

.side-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: var(--base-font-color);
}


/***------------------------------------------
      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 var(--base-border-color);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  border-color: var(--smoke-color);
  background-color: var(--smoke-color);
  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"] {
  background-color: var(--smoke-color);
  border-radius: 1px;
  border: 0;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
}

/* search */
.plugin-search {
  margin: 0 auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 3px 0;
  border: 1px solid var(--base-border-color);/* 注)個別記事下tagボーダー色 */
  border-radius: 1px;
  padding: .1em 1em;
  font-size: 1.2rem;
}

.plugin-tag a:hover {
  border-color: var(--smoke-color);
  background-color: var(--smoke-color);/* 注)個別記事下tagホバー時背景色 */
  text-decoration: none;
}

.plugin-myimage {
  margin: 0 auto 15px;
  text-align: center !important;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
#pagination {
  margin: 70px auto 40px;
  width: 100%;
  font-family: 'Times New Roman', serif;
  font-size: var(--ex-small-font-size);
  text-align: center;
}

#pagination li {
  display: inline-block;
  margin: 0 3px 3px; 
}

#current,
#pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--base-border-color);
  border-radius: 3px;
  color: var(--base-font-color);
}

#current {
  border: 0;
  background-color: var(--smoke-color);
}

#pagination li a:hover {
  background-color: var(--smoke-color);
}

.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(115,122,164);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article, titlelist */
#pager-wrapper {
  margin: 70px auto 40px;
}

.posted-pager {
  display: flex;
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: var(--small-font-size);
}

.pager-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: var(--middle-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.prev-entry,
.next-entry {
  width: 50%;
}

.prev-entry {
  margin-right: 1px;
}

.next-entry {
  margin-left: 1px;
  text-align: right;
}

#prev-a,
#next-a,
#prev-cate-a,
#next-cate-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 10px 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

#prev-a::before,
#next-a::before,
#prev-cate-a::before,
#next-cate-a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  transition: .3s ease-in-out;
}

#prev-a:hover::before,
#next-a:hover::before,
#prev-cate-a:hover::before,
#next-cate-a:hover::before {
  background-color: rgba(0,0,0,.5);
}

.preventry-text,
.nextentry-text {
  position: relative;
  z-index: 3;
  color: var(--base-bg-color);
}

.preventry-text,
.nextentry-text {
  padding-bottom: 10px;
  font-family: var(--latin-font);
}

.svg-inline-caret-left {
  margin-right: 1em;
}

.svg-inline-caret-right {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title {
  position: relative;
  z-index: 3;
  height: 3em;
  min-height: 3em;
  overflow: hidden;
}

#prev-a:hover,
#next-a:hover,
#prev-cate-a:hover,
#next-cate-a:hover {
  background-color: rgba(0,0,0,.8);
}

#prev-a:hover .preventry-text,
#next-a:hover .nextentry-text,
#prev-cate-a:hover .preventry-text,
#next-cate-a:hover .nextentry-text {
  color: var(--base-bg-color);
}

/* titlelist */
#titlelist-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px auto 40px;
  max-width: 400px;
  font-family: 'Times New Roman', serif;
  font-size: 12px;
}

#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%;
  border: 1px solid var(--base-border-color);
  border-radius: 3px;
  color: var(--base-font-color);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: var(--smoke-color);
}

@media screen and (min-width: 600px) {
  #prev-a,
  #next-a,
  #prev-cate-a,
  #next-cate-a {
    padding: 20px;
  }
}
@media screen and (min-width: 920px) {
  #pagination,
  #pager-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
  }
}


/***------------------------------------------
      site search
------------------------------------------***/

#modal-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-color: rgba(250,250,250,.95);/* 注)モーダル背景色 */
  color: rgb(51,51,51);
  text-align:center;
  transform: scale(.8);
  transition-duration: .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

#modal-close-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-indent: 2px;
  cursor: pointer;
}

#modal-form {
  display: block;
  position: relative;
  z-index: 3;
  top: 50%;
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: .5em 0;
  border-bottom: 1px solid rgb(51,51,51);
  text-align: left;
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  border: 0;
  background-color: transparent;
  color: rgb(51,51,51);
  font-size: 1.6rem;
  -webkit-appearance: button;
}

#modal-input::-webkit-input-placeholder {
  color: rgb(150,150,150);
}

#modal-input::-moz-input-placeholder {
  color: rgb(150,150,150);
}

#modal-trigger {
  display: none;
}

#modal-trigger-label {
  cursor: pointer;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  z-index: 100005;
  transform: scale(1);
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 8px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(179,171,180,.5);
  background: rgba(255,255,255,.4);
  border-radius: 2px;
  color: rgb(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (min-width: 920px) {
  #page-scroll {
    right: 30px;
    bottom: 80px;
  }
  #pagemiddle {
    display: none;
  }
}

#footer {
  margin-top: auto;
  padding: 1em 15px;
  line-height: 1.4;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#ad1,
#ad2 {
  font-size: 1.1rem;
}

/* animation */
@-webkit-keyframes blink{0%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:0}100%{opacity:1}}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
  font-weight: normal;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 2rem 0;
  padding: 5rem 2rem 2rem;
  border-radius: 3px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(200,200,200)'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") 2rem 1rem /3.5rem 3.5rem no-repeat rgb(245,245,245);/* 注)引用マークの色変更は rgb(200,200,200) を変更 */
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  position: relative;
  margin-top: 2rem;
  padding-top: 1rem;
  font-style: italic;
  text-align: right;
}

blockquote cite::before {
  content: "\2500";
}

blockquote cite::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: rgb(220,220,220);
}


/***------------------------------------------
      personal settings
------------------------------------------***/

.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: 1em;
  font-size: 15px;
  font-weight: bold;
}

.dogear {
  position: relative;
  padding: 1em;
  background-color: var(--smoke-color);
  color: rgb(51,51,51);
  font-size: 15px;
  font-weight: bold;
}

.dogear:after {
  content: "";
  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);
  position: absolute;
  top: 0;
  right: 0;
}

.curl {
  background-color: var(--smoke-color);
  padding: .5em .75em;
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: bold;
  transform-style: preserve-3d;
}

.curl:before,
.curl:after {
  content: "";
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 8px;
  z-index: -1;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.curl:before {
  left: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
}

.curl:after {
  right: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
}

/* 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);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}