@charset "utf-8";
/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Behavior
* The first edition: 2018.4.14
*/

/***------------------------------------------
      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:16px}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 white;
  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%;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(137,140,163);/* 注)基本リンク色 */
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  font: 1.4rem/1.9 'Gill Sans', '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);
  animation: fadeIn 1s ease-in;
}

#wrapper {
  overflow: hidden;
}

#primary {
  max-width: 1020px;/* 注)個別記事横幅最大値 */
  margin: auto;
  padding: 0 60px 80px;
}

#top-primary {
  margin: auto;
  padding: 0 60px 80px;
}

#secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 60px 80px;
  background-color: rgb(250,249,250);
  font-size: 1.2rem;
  line-height: 1.8;
}

.side-menu {
  width: 300px;
  margin: 0 15px 40px;
}

@media screen and (max-width: 800px) {
  #primary,
  #top-primary,
  #secondary {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 740px) {
  #secondary {
    display: block;
    padding: 30px 15px 80px;
  }
  .side-menu {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 560px) {
  #primary,
  #top-primary {
    padding: 0 15px 80px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

/* blog title animation */
@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(15px)}100%{opacity:1;transform:translateY(0)}}

#blog-name-container {
  max-width: 1000px;
  margin: auto;
  padding: 90px 60px 60px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #blog-name-container {
    padding: 90px 30px 60px;
  }
}
@media screen and (max-width: 560px) {
  #blog-name-container {
    padding: 70px 15px 40px;
  }
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  margin: auto;
  max-width: 800px;
  font: 2rem/1.4 'Gill Sans', 'Arial', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  animation: slideInUp 1.2s;
}

#blog-title a {
  color: rgb(51,51,51);
}

#site-description {
  max-width: 850px;
  margin: 20px auto 0;
  font-size: 1.2rem;
  line-height: 1.5;
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  max-width: 850px;
  margin: 20px auto 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  margin: auto;
  padding: 0 60px;
  background-color: rgb(237,236,238);
  font-size: 1rem;
  line-height: 38px;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 1px;
  transition-duration: .7s;
}

/* fc2 search bar */
.navi-menu-adjust {
  top: 27px;
}

.navi-menu a {
  color: rgb(51,51,51);
}

.mobile-toggle {
  display: none;
}

.sp-navi {
  position: relative;
}

#navi-list {
  animation: slideInUp 1.2s;
}

#navi-list li {
  display: inline-block;
  position: relative;
  padding: 0 3em;
}

#navi-list .pc-hide {
  display: none;
}

#navi-list li a,
#modal-category-trigger-label,
#modal-trigger-label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

/* site search and category */
#modal-category-overlay,
#modal-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-color: rgba(215,211,215,.95);/* 注)モーダル背景色 */
  color: rgb(51,51,51);
  text-align:center;
  transform: scale(.8);
  transition-duration: .75s;
}

#modal-category-wrap,
#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

#modal-category-wrap {
  padding-top: 80px;
}

/* 注)closeテキストの指定 */
#modal-category-close-label,
#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 {
  position: relative;
  top: 50%;
  width: 80%;
  border-bottom: 1px solid rgb(51,51,51);
  padding: .5em 0;
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  border: 0;
  background-color: transparent;
  color: rgb(51,51,51);
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: rgb(150,150,150);
}

#modal-input::-moz-input-placeholder {
  color: rgb(150,150,150);
}

#modal-category-trigger,
#modal-trigger {
  display: none;
}

#modal-category-close-label span {
  position: relative;
  top: 30px;
  transform: translateY(-30px);
}

#modal-close-label span {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 500px;
  margin: auto;
  color: white;
  text-align: left;
}

#modal-category-trigger:checked ~ #modal-category-overlay,
#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  z-index: 100005;
  transform: scale(1);
}

#scroll-content {
  position: relative;
  z-index: 3;
  width: calc(100% - 60px);
  max-width: 450px;
  height: calc(100vh - 100px);
  margin: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

#about-modal-trigger:checked ~ #scroll-content {
  overflow-y: auto; 
}

#scroll-content a {
  color: rgb(51,51,51);
}

/* sns */
#sns-list {
  position: absolute;
  top: 0;
  left: 60px;
  line-height: 38px;
}

#sns-list li {
  display: inline-block;
}

#sns-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 38px;
}

#h-facebook:hover {
  background-color: rgb(59,89,152);
  color: white;
}

#h-twitter:hover {
  background-color: rgb(85,172,238);
  color: white;
}

#h-pinterest:hover {
  background-color: rgb(206,15,25);
  color: white;
}

#h-google-plus:hover {
  background-color: rgb(221,75,57);
  color: white;
}

#search-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 60px;
  width: 32px;
  height: 38px;
  transition: .3s ease-in-out;
}

#search-navi:hover {
  background-color: rgb(206,208,218);
  color: white;
}

@media screen and (max-width: 800px) {
  #sns-list {
    left: 30px;
  }
  #search-navi {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #navi-list .pc-hide {
    display: inline-block;
  }
  #navi-list .sp-hide {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  #sns-list {
    left: 6px;
  }
  #search-navi {
    right: 6px;
  }
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 900px) {
  #navi-list li {
    width: 100%;
    padding: .5em 1em;
  }
  .mobile-toggle {
    display: block;
    margin: auto;
    height: 38px;
    cursor: pointer;
    padding: 12px 15px 0;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    margin: 0 auto 4px;
    height: 2px;
    background: rgb(51,51,51);/* 注)上部ナビゲーションハンバーガーボタンの色 */
    transition-duration: .5s;
  }
  .mobile-toggle span:last-of-type {
    margin-bottom: 0;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .navi-menu {
    height: auto;
  }
  .sp-navi {
    display: none;
    max-height: 480px;
    padding-bottom: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/***------------------------------------------
      top page
------------------------------------------***/

#grid-container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
  grid-auto-rows: 20px;
}

@media screen and (max-width: 900px) {
  #grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 670px) {
  #grid-container {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 560px) {
  #grid-container {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 374px) {/* スマホで1列にする場合は374を414に変更 */
  #grid-container {
    grid-template-columns: 1fr;
  }
}

.image-wrapper,
.noimage-wrapper {
  position: relative;
}

.noimage-wrapper::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.noimage-span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245);
  color: rgba(51,51,51,.7);
  font-size: 1.5rem;
}

.pad80::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.pad65::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.pad120::before {
  content: "";
  display: block;
  padding-top: 120%;
}

.pad100::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.element-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.context-info {
  font-size: 1.1rem;
  text-align: center;
}

.element-datetime,
.element-category,
.element-comment {
  display: inline-block;
  margin-left: 1.5em;
}

.element-datetime {
  margin-left: 0;
}

.context-info .svg-inline--fa {
  margin-right: .5em;
}

.context {
  padding: 20px 0;
}

.element-title {
  margin: 15px auto 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  word-break: break-all;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .element-title {
    font-size: 1.3rem;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
}

#entry-header {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: 120px 60px;
  overflow: hidden;
  text-align: center;
  transform: translateX(-50%);
}

#entry-header2 {
  text-align: center;
}

@media screen and (max-width: 800px) {
  #entry-header {
    padding: 120px 30px;
  }
}
@media screen and (max-width: 560px) {
  #entry-header {
    padding: 80px 15px;
  }
}

#entry-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.2);
}

#hero-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% + 20px);
  max-width: initial;
  height: calc(100% + 20px);
  margin: -10px;
  object-fit: cover;
  object-position: center center;
  filter: blur(10px);
}

#entry-header #entry-header a {
  color: white;
}

#entry-title {
  position: relative;
  z-index: 5;
  margin: auto;
  font-size: 1.8rem;
  line-height: 1.4;
}

#entry-header,
#entry-header a {
  color: white;
}

#entry-title::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  margin: 15px auto;
  background-color: rgb(201,197,201);
}

#entry-header-info {
  position: relative;
  z-index: 5;
}

#entry-header-info li {
  display: inline-block;
  margin-right: 1.5em;
  font-size: 1.2rem;
}

#entry-header-info li:last-of-type {
  margin-right: 0;
}

#entry-header-info li .svg-inline--fa {
  margin-right: .5em;
}

#entry-tag a:not(:first-of-type) {
  margin-left: .6em;
}

#inner-contents,
.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;
}

#entry-footer-info {
  display: flex;
}

#entry-footer-info li {
  -ms-flex: 1 1 auto;/* fallback ie11 */
  flex: 1 1 0;
  margin-right: 5px;
}

#entry-footer-info li:last-of-type {
  margin-right: 0;
}

#entry-footer-info li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  color: white;/* 注)個別記事下SNSアイコン文字色 */
  line-height: 32px;
  text-align: center;
}

/* sns brand color */
#e-facebook {
  background-color: rgb(59,89,152);
}

#e-twitter {
  background-color: rgb(73,171,242);
}

#e-pinterest {
  background-color: rgb(206,15,25);
}

#e-google-plus {
  background-color: rgb(221,75,57);
}

#e-pencil {
  background-color: silver;
}

#e-hatena {
  background-color: rgb(61,142,216);
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 2px;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.author-adjust {
  margin-left: 30px;
}

.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);
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 1.6rem;
}

.visitor-name-and-title {
  flex: 1;
  font-weight: bold;
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  line-height: 1.5;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.comment-info {
  text-align: right;
}

.comment-info a {
  margin-left: .4em;
}

.post-a {
  display: inline-block;
  padding: .1em .5em;
  border-radius: 2px;
  background-color: rgb(237,236,238);
  color: rgb(51,51,51);
  letter-spacing: 1px;
  text-indent: 1px;
}

.post-a:hover {
  background-color: rgb(207,206,208);
}


/***------------------------------------------
      comment form
------------------------------------------***/

.form-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.form-table div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.left-pad {
  padding-left: .5em;
}

.right-pad {
  padding-right: .5em;
}

#comment_form input {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgb(220,220,220);
  background-color: rgb(250,250,250);
  padding: 12px;
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid rgb(220,220,220);
  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 {
  color: rgb(100,100,100);
  font-size: 1.2rem;
}

#comment_form input::-moz-input-placeholder {
  color: rgb(100,100,100);
  font-size: 1.2rem;
}

#comment::-webkit-input-placeholder {
  color: rgb(100,100,100);
  font-size: 1.2rem;
}

#comment::-moz-input-placeholder {
  color: rgb(100,100,100);
  font-size: 1.2rem;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#himitu {
  display: inline-block;
  margin-right: 6px;
}
#himitu + label {
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@media (min-width: 1px) {
  #himitu {
    display: none;
    margin: 0;
  }

  #himitu + label {
    padding: 2px 0 0 32px;
    letter-spacing: 1px;
  }

  #himitu + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #himitu + label::before {
    border: 1px solid rgb(220,220,220);
  }

  #himitu:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #himitu:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-bottom: 3px solid rgb(51,51,51);
    border-left: 3px solid rgb(51,51,51);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  width: 156px;
  height: 42px;
  margin: 20px 20px 0 0;
  border: 0;
  background-color: rgb(237,236,238);
  color: rgb(51,51,51);/* 注)send, deleteボタン文字色 */
  font-size: 1.4rem;
  line-height: 40px;
  font-family: 'Gill Sans', 'Arial', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(207,206,208);/* 注)sendボタンホバー時背景色 */
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin: 30px auto 10px;
  padding: .5em;
  border: 1px solid rgb(220,220,220);
  border-radius: 0;
  font-size: 1.3rem;
  outline: none;
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  z-index: 1;
  margin: 50px auto 30px;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  font-size: 1.3rem;
  letter-spacing: 2px;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  display: block;
  width: calc(100% / 4 - 6px);
  margin-bottom: 10px;
  border: 1px solid rgb(220,220,220);
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.relate_entry_thumbnail::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.relate_entry_thumbnail::after {
  content: "No image";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245);
}

#fc2relate_entry_thumbnail_area .relate_li .relate_entry_thumbnail a, #fc2relate_entry_thumbnail_area .relate_li_nolink .relate_entry_thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#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 {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="//static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink  .relate_entry_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: block;
  padding: 1em;
  word-break: break-all;
}


.relate_li_nolink .relate_entry_title_text::after {
  content: "【現在閲覧中】";
}

@media screen and (max-width: 900px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
    width: calc(100% / 3 - 6px);
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li:nth-child(3n+2):last-child,
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink:nth-child(3n+2):last-child {
    margin-right: calc(100% / 3 + 3px);
  }
}
@media screen and (max-width: 768px) {
  #fc2relate_entry_thumbnail_area .relate_dt::after {
    content: "\2192";
    margin-left: 1.6em;
  }
  #fc2relate_entry_thumbnail_area .relate_dt .svg-inline--fa {
    visibility: visible;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #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;
    width: 220px;
    margin-right: 6px;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li:nth-child(3n+2):last-child,
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink:nth-child(3n+2):last-child {
    margin-right: 0;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  padding: 10px 0;
  font-size: 1.2rem;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/***------------------------------------------
      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: 10px 0;
}

.index-p {
  padding: 10px 0;
}

/* only for search page */
.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;
}

.list-a {
  float: right;
  width: 72px;
  height: 72px;
  margin-bottom: 5px;
  margin-left: 10px;
  color: rgba(51,51,51,.7);
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245);
}

.search-noimage::before {
  content: "No image";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.list-info {
  font-size: 1.2rem;
  text-align: right;
}

.list-info .svg-inline--fa {
  margin-right: .5em;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
}

.side-menu h4::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  margin: 10px auto;
  background-color: rgb(201,197,201);
}

.side-menu ul {
  list-style-type: disc;
  margin-left: 1.5em;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  width: 100%;
  max-width: 320px;
  margin: auto;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgb(237,236,238);
  border-radius: 50%;
  line-height: 30px;
}

.calender td a:hover {
  background-color: rgb(201,197,201);
  color: white;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 320px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  border: none;
  padding: .5em;
  border: 1px solid rgb(200,200,200);
  border-radius: 2px;
  background-color: white;
  color: rgb(51,51,51);
  outline: none;
}

.sidebar-style input[type="submit"] {
  background-color: rgb(237,236,238);
  border: none;
  cursor: pointer;
}

/* search */
.plugin-search {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 0 2px 4px 0;
  display: inline-block;
  border: 1px solid rgb(201,197,201);
  padding: .1em .5em;
}

.plugin-tag a:hover {
  background-color: rgb(201,197,201);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 50px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
}

.light-theme a:hover {
  background-color: rgb(201,197,201);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgba(201,197,201,.6);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: rgb(51,51,51);
  font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(201,197,201);/* 注)汎用ページ送りprev/ next時背景色 */
  color: rgb(51,51,51);
}

/* article */
#posted-pager {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 70px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#prev-entry,
#next-entry {
  width: calc(50% - 2px);
}

#next-entry {
  text-align: right;
}

#prev-a,
#next-a {
  display: block;
  width: 100%;
  padding: 10px;
}

#prev-pager-box,
#next-pager-box {
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 80px;
  overflow: hidden;
}

#next-pager-box {
  text-align: right;
}

#prev-pager-image,
#next-pager-image {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 2px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#preventry-title,
#nextentry-title {
  flex: 1;
  max-height: 7rem;
  overflow: hidden;
  line-height: 1.5;
}

#preventry-title {
  padding-left: 15px;
}

#nextentry-title {
  padding-right: 15px;
  text-align: right;
}

/* iPhone6p */
@media screen and (max-width: 414px) {
  #prev-pager-box,
  #next-pager-box {
    height: 55px;
  }
  #prev-a,
  #next-a {
    padding: 0;
  }
  #prev-pager-image,
  #next-pager-image {
    width: 55px;
    height: 55px;
  }
  #preventry-title,
  #nextentry-title {
    max-height: 54rem;
  }
  #preventry-title {
    padding-left: 10px;
  }
  #nextentry-title {
    padding-right: 10px;
  }
}

#preventry-text,
#nextentry-text {
  padding-bottom: 10px;
  letter-spacing: 1px;
  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: rgb(201,197,201);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

#prev-a:hover #preventry-text,
#next-a:hover #nextentry-text {
  color: white;/* 注)個別記事ページ送りホバー時テキスト色 */
}

#center-a:hover {
  color: white;
}

/* titlelist */
#titlelist-pager {
  display: flex;
  width: 80%;
  margin: 70px auto 50px;
}

#page-center-cell {
  width: 35px;
  height: 35px;
}

#page-left-cell,
#page-right-cell {
  flex: 1;
}

#t-center-a,
#t-prev-a,
#t-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding-bottom: .1em;
  border-radius: 2px;
  background-color: rgba(201,197,201,.6);
  color: rgb(51,51,51);
}

#t-next-a {
  margin-left: auto;
}

#t-center-a:hover,
#t-prev-a:hover,
#t-next-a:hover {
  background-color: rgb(201,197,201);
  color: white;
}

/* side pagination */
.side-prev-a,
.side-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 0;
  top: 40%;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border: 1px solid rgb(150,150,150);
  border-radius: 50%;
  background-color: white;
  color: rgb(80,80,80);
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
}

.side-prev-a {
  left: 5px;
}

.side-next-a {
  right: 5px;
}

.appear {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .side-prev-a,
  .side-next-a {
    width: 80px;
    height: 80px;
    border: 0;
    background-color: rgba(201,197,201,.4);
  }
  .side-prev-a {
    left: -50px;
  }
  .side-next-a {
    right: -50px;
  }
}


/***------------------------------------------
      pager
------------------------------------------***/

/* 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: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  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 (max-width: 800px) {
  #page-scroll {
    right: 8px;
    bottom: 210px;
  }
}
@media screen and (max-width: 414px) {
  #page-scroll {
    bottom: 115px;
  }
}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
}

#footer {
  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;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
  width: 100%;
  position: relative;
}

.box-for-video::before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji {
  vertical-align: middle;
}