@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  background-color: #EEEEEE; }

img {
  vertical-align: bottom; }

a img {
  border-style: none; }

a {
  color: #2962FF; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

.wrapper {
  background-color: #EEEEEE;
  min-width: 320px; }

.page-title {
  margin: 0;
  padding: 4px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #263238; }

/*
    HEADER Settings
*/
.header {
  background-color: #263238;
  position: relative;
  overflow: hidden;
  border-bottom: solid 2px #B71C1C; }
  .header__inner {
    width: 1280px;
    margin: auto;
    position: relative; }
  .header a {
    display: block;
    text-decoration: none;
    margin-right: 78px;
    overflow: hidden; }
  .header__site-icon {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 8px;
    left: 8px; }
    .header__site-icon-frame {
      display: block;
      border: solid 1px #616161;
      border-radius: 2px;
      box-sizing: border-box;
      width: 43px;
      height: 43px;
      box-shadow: 0 1px 3px #000000; }
      .header__site-icon-frame img {
        width: 100%;
        max-width: 100%;
        height: auto; }
  .header__site-name {
    margin: 8px 0 0 55px;
    padding: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 1.2px;
    color: #FAFAFA; }
  .header__site-phrase {
    margin: 0 0 8px 55px;
    padding: 0;
    color: #9E9E9E;
    font-size: 9px;
    letter-spacing: .2px; }
  .header__cat-link {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 59px; }
    .header__cat-link a {
      display: block;
      overflow: hidden;
      font-size: 9px;
      font-weight: bold;
      color: #EEEEEE;
      text-decoration: none;
      border-left: solid 1px #37474F;
      min-height: 23px;
      padding: 36px 4px 0;
      background-image: url(../img/search-icon.svg);
      background-repeat: no-repeat;
      background-position: 28px 10px; }

.header-sub {
  width: 60%;
  padding-left: 170px;
  box-sizing: border-box; }
  .header-sub .archives__intro-title {
    padding: 16px 0 0;
    margin: 0; }
  .header-sub__announce {
    width: 1280px;
    margin: auto;
    padding: 6px 8px 6px 25px;
    font-size: 9px;
    color: #757575;
    background: url(../img/announce.svg);
    background-repeat: no-repeat;
    background-position: 10px 6px; }
    .header-sub__announce::before {
      content: 'お知らせ：'; }
    .header-sub__announce a {
      font-size: 9px; }

.single-post .header-sub {
  width: 820px; }

/*
FOOTER Settings
*/
.footer {
  margin: 24px 0 0 0;
  background-color: #212121;
  font-size: 8px;
  color: #999999; }
  .footer__note {
    padding: 12px 8px;
    margin: 0; }
  .footer__bar {
    *zoom: 1;
    padding: 6px 8px;
    background-color: #000000; }
    .footer__bar:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0; }
    .footer__bar-copy {
      margin: 0;
      padding: 0;
      display: inline-block; }
    .footer__bar-link {
      display: inline-block;
      float: right; }
      .footer__bar-link-item {
        display: inline-block; }
        .footer__bar-link-item a {
          color: #999999;
          padding: 0 4px; }

.archives {
  *zoom: 1;
  background-color: #EEEEEE;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 600px; }
  .archives:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .archives-side {
    width: 160px;
    background-color: #FAFAFA;
    position: absolute;
    height: 100%; }
    .archives-side__title {
      margin: 16px 0 4px;
      padding: 0 0 0 4px;
      font-size: 14px;
      color: #616161;
      border-left: solid #B71C1C 5px; }
  .archives-left {
    left: 0;
    top: 0; }

.archives-list {
  *zoom: 1;
  padding: 0;
  margin: 24px 0 0 170px;
  float: left; }
  .archives-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .archives-list__item {
    width: 240px;
    margin-bottom: 12px;
    padding: 2px;
    box-sizing: border-box;
    float: left; }
    .archives-list__item:nth-last-of-type(1) {
      margin-bottom: 0; }
    .archives-list__item:nth-last-of-type(2) {
      margin-bottom: 0; }
    .archives-list__item:nth-of-type(2n) a {
      margin-left: 2px; }
    .archives-list__item:nth-of-type(2n-1) a {
      margin-right: 2px; }
    .archives-list__item a {
      display: block;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      background-color: #FAFAFA;
      box-shadow: 1px 1px 4px #E0E0E0;
      padding: 0 0 8px;
      border-radius: 0 0 2px 2px;
      border-bottom: solid 1px #FAFAFA; }
    .archives-list__item-thumbnail {
      height: 250px;
      display: block;
      overflow: hidden; }
      .archives-list__item-thumbnail img {
        width: 100%;
        max-width: 100%;
        height: auto; }
    .archives-list__item-title {
      font-size: 14px;
      line-height: 1.22;
      height: 2.3em;
      overflow: hidden;
      display: block;
      margin: 4px 4px 4px;
      border-bottom: solid 1px #EEEEEE;
      padding: 0 0 2px; }
    .archives-list__item-tag {
      display: inline-block;
      font-size: 10px;
      color: #9E9E9E;
      text-align: right;
      margin: 4px 4px 4px; }

.single .archives-list {
  margin: 24px 0 0 0; }

@media (max-width: 1025px) {
  .archives-list__item {
    width: 210px; }

  .archives-list__item-thumbnail {
    height: 218px; } }
@media (max-width: 769px) {
  .archives-list__item {
    width: 190px; }

  .archives-list__item-thumbnail {
    height: 197px; } }
.archives-side__category-list .cat-item {
  font-size: 12px;
  color: #616161; }
  .archives-side__category-list .cat-item a {
    color: #616161;
    font-weight: bold;
    text-decoration: none;
    line-height: 32px;
    height: 32px;
    display: block;
    background-color: #F5F5F5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .archives-side__category-list .cat-item a::before {
      display: inline-block;
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #D8D8D8;
      margin: 0 4px 0 8px; }
    .archives-side__category-list .cat-item a:hover {
      color: #B71C1C; }
      .archives-side__category-list .cat-item a:hover::before {
        background-color: #B71C1C; }

.wp-pagenavi .pages {
  display: none; }

.wp-pagenavi .extend {
  display: none; }

.wp-pagenavi .last {
  display: none; }

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 40px;
  height: 44px;
  margin: 0 2px;
  line-height: 44px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  background-color: #263238;
  border-radius: 2px; }

.wp-pagenavi {
  text-align: center;
  padding: 24px 0; }
  .wp-pagenavi .current {
    box-shadow: none;
    background-color: #BDBDBD;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5) inset;
    color: #212121; }
  .wp-pagenavi .nextpostslink {
    width: 96px; }
    .wp-pagenavi .nextpostslink::before {
      content: '次へ '; }

.pickup-list {
  *zoom: 1;
  overflow: hidden;
  background-color: #212121; }
  .pickup-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .pickup-list__item {
    float: left;
    width: 300px;
    text-align: center;
    margin: 20px 0; }
    .pickup-list__item a {
      display: block; }
    .pickup-list__item-thumbnail {
      height: 224px;
      overflow: hidden;
      display: block; }
      .pickup-list__item-thumbnail img {
        max-width: 100%;
        height: auto; }
    .pickup-list__item-title {
      font-size: 14px;
      line-height: 1.2;
      height: 2.5em;
      overflow: hidden;
      display: block;
      padding: 4px 4px 0;
      width: 260px;
      box-sizing: border-box;
      margin: auto; }

.single .article-left.article-side, .single .article-right.article-side {
  top: 742px; }

/*
article Settings
// 1.記事ヘッダー部分
// 2.記事本文部分
// 3.記事フッター部分
*/
/** 追尾する忍者 **/
.follow-parent {
  position: relative; }

.follow {
  width: 190px; }

/** 追尾する忍者end **/
.single .contents {
  width: 1200px;
  margin: auto;
  position: relative; }

.contents > article {
  margin-left: 190px;
  width: 830px; }

.contents > article.attachment {
  margin-left: 0;
  width: 1200px; }
  .contents > article.attachment .attachment-image {
    max-width: 100%;
    height: auto; }

.article-left.article-side {
  width: 164px;
  padding: 0 8px;
  position: absolute;
  left: 0;
  top: 0; }

.article-right.article-side {
  width: 164px;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 0; }

.article-side__title {
  margin: 16px 0 4px;
  padding: 0 0 0 4px;
  font-size: 14px;
  color: #616161;
  border-left: solid #B71C1C 5px; }
.article-side__category {
  background-color: #FAFAFA;
  margin: 0 -8px;
  padding: 0 8px; }
  .article-side__category-list .cat-item {
    font-size: 12px;
    color: #616161; }
    .article-side__category-list .cat-item a {
      color: #616161;
      font-weight: bold;
      text-decoration: none;
      line-height: 32px;
      height: 32px;
      display: block;
      background-color: #F5F5F5;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .article-side__category-list .cat-item a::before {
        display: inline-block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #D8D8D8;
        margin: 0 4px 0 8px; }

.btn.more {
  position: relative;
  height: 34px;
  margin: 24px 0;
  max-width: 100%;
  height: 38px;
  overflow: hidden; }

.btn.more .btn-inner {
  position: absolute;
  display: block;
  left: 50%; }

.btn.more a {
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #FAFAFA;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  background: #263238;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  min-width: 180px;
  margin-left: -50%;
  padding: 0 8px;
  border: solid 1px #141A1E;
  /*例外の色 blue gray900より濃い*/ }

.article-next {
  text-align: center;
  font-size: 12px;
  font-weight: bold; }
  .article-next a {
    display: block;
    text-align: center;
    background: #263238;
    width: 80%;
    margin: 24px auto;
    border-radius: 4px;
    line-height: 44px;
    color: #fafafa;
    text-decoration: none;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 15px; }
    .article-next a:empty::after {
      content: '次のページ';
      color: #fafafa; }

.article-header {
  padding: 8px;
  border-bottom: solid 1px #E0E0E0; }
  .article-header__tags {
    background-image: url(../img/article-header-tag.svg);
    background-repeat: no-repeat;
    font-size: 9px;
    margin-bottom: 4px;
    padding: 0 0 0 10px;
    background-position: 2px 4px; }
    .article-header__tags-item {
      display: inline-block; }
      .article-header__tags-item a {
        text-decoration: none;
        color: #9E9E9E; }
  .article-header__title {
    font-size: 32px;
    margin: 0 0 2px 0;
    padding: 0;
    font-weight: normal; }
    .article-header__title a {
      text-decoration: none;
      color: #000000; }
  .article-header__update {
    text-align: right;
    color: #9E9E9E;
    font-size: 9px; }

/*------------------------------------------------*/
.article-body {
  background-color: #F5F5F5;
  padding: 0 8px;
  overflow: hidden;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border-bottom: solid 1px #FAFAFA; }
  .article-body .article-img-box {
    margin: 0 0 47px 0; }
  .article-body .article-img {
    margin: 0; }
    .article-body .article-img img, .article-body .article-img video {
      max-width: 100%;
      height: auto; }
  .article-body .article-img-note {
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 10px; }
  .article-body .article-img-box {
    counter-increment: count; }
  .article-body .number {
    color: #616161;
    font-size: 10px; }
    .article-body .number::before {
      content: '▲ '; }
  .article-body .number:empty::after {
    content: counter(count) "枚目"; }
  .article-body .nijigazo a {
    font-size: 10px;
    color: #616161; }
  .article-body .article-img-link {
    margin: 26px 0 0 0;
    font-size: 10px;
    line-height: 12px;
    color: #424242; }
    .article-body .article-img-link a {
      font-size: 12px; }

/*------------------------------------------------*/
.article-footer {
  margin-top: 24px; }

.article-footer__headline {
  margin: 24px 8px 4px;
  padding: 0;
  color: #B71C1C;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  display: inline-block; }
  .article-footer__headline-sub {
    font-size: 9px;
    color: #616161;
    margin: 0 8px 24px; }

.relate-article {
  background-color: #F5F5F5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border-bottom: solid 1px #FAFAFA;
  /*装飾兼box内下マージン対策トル場合oh*/
  border-top: solid 1px #FAFAFA; }
  .relate-article > section::after, .relate-article > section + section::before {
    width: 98%;
    widht: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    margin: auto;
    display: block;
    content: ''; }
  .relate-article > section::after {
    border-bottom: solid #FAFAFA 1px; }
  .relate-article > section + section::before {
    border-top: solid #EEEEEE 1px; }
  .relate-article > section:nth-last-of-type(1)::after {
    border-bottom: none; }

.relate-cat {
  margin: 0 4px 0; }
  .relate-cat__item {
    background-color: #FAFAFA; }
    .relate-cat__item a {
      display: block;
      height: 60px;
      position: relative;
      overflow: hidden;
      border-bottom: solid 1px #EEEEEE;
      text-decoration: none;
      line-height: 61px;
      padding: 0 8px; }
      .relate-cat__item a:after {
        color: #616161;
        margin-top: 0;
        font-size: 13px;
        position: absolute;
        right: 4px;
        content: "≫";
        clear: both; }
    .relate-cat__item:nth-last-of-type(1) a {
      border-bottom: none; }
    .relate-cat__item-thumbnail {
      float: left;
      margin-right: 8px; }
      .relate-cat__item-thumbnail img {
        width: 100%;
        max-width: 100%; }
    .relate-cat__item-title {
      margin: 14.4px 0 0 0;
      color: #212121;
      font-size: 14px;
      display: block; }
      .relate-cat__item-title-sub {
        margin: 0 0 14.4px 0;
        color: #9E9E9E;
        font-size: 10px;
        display: block; }

.single-pagenav {
  text-align: center;
  padding: 0 4px;
  margin: 24px 0; }
  .single-pagenav a {
    height: 44px;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #263238;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 black;
    color: #F5F5F5;
    box-sizing: border-box; }
  .single-pagenav-prev, .single-pagenav-home, .single-pagenav-next {
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .single-pagenav-prev, .single-pagenav-next {
    line-height: 44px;
    width: 38%; }
  .single-pagenav-prev a, .single-pagenav-next a {
    font-size: 13px; }
  .single-pagenav-home {
    margin: 0 3%;
    width: 18%; }
  .single-pagenav-home a {
    font-size: 9px;
    line-height: 64px;
    background-image: url(../img/home-icon.svg);
    background-repeat: no-repeat;
    background-position: center 6px; }

.genre {
  background-color: #F5F5F5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border-bottom: solid 1px #FAFAFA;
  /*装飾兼box内下マージン対策トル場合oh*/
  border-top: solid 1px #FAFAFA; }

.kari {
  background-color: #F5F5F5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border-bottom: solid 1px #FAFAFA;
  /*装飾兼box内下マージン対策トル場合oh*/
  border-top: solid 1px #FAFAFA; }

.genre > section::after, .genre > section + section::before {
  width: 98%;
  widht: -webkit-calc(100% - 8px);
  width: -moz-calc(100% - 8px);
  width: calc(100% - 8px);
  margin: auto;
  display: block;
  content: ''; }
.genre > section::after {
  border-bottom: solid #FAFAFA 1px; }
.genre > section + section::before {
  border-top: solid #EEEEEE 1px; }
.genre > section:nth-last-of-type(1)::after {
  border-bottom: none; }

.category__headline {
  margin: 24px 8px 4px;
  padding: 0;
  color: #B71C1C;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  display: inline-block; }
  .category__headline-sub {
    font-size: 9px;
    color: #616161;
    margin: 0 8px 24px; }

.category-title {
  margin: 12px 8px 12px;
  font-weight: bold;
  font-size: 14px;
  color: #212121; }

.cat-list {
  margin: 12px 8px 12px; }
  .cat-list__item {
    background-color: #FAFAFA; }
    .cat-list__item a {
      display: block;
      height: 60px;
      position: relative;
      overflow: hidden;
      border-bottom: solid 1px #EEEEEE;
      text-decoration: none; }
      .cat-list__item a:after {
        color: #616161;
        margin-top: -8px;
        font-size: 13px;
        position: absolute;
        right: 4px;
        top: 50%;
        content: "≫";
        clear: both; }
    .cat-list__item:nth-last-of-type(1) a {
      border-bottom: none; }
    .cat-list__item-thumbnail {
      float: left;
      margin-right: 8px; }
      .cat-list__item-thumbnail img {
        width: 100%;
        max-width: 100%; }
    .cat-list__item-title {
      margin: 14.4px 0 0 0;
      color: #212121;
      font-size: 14px;
      display: block; }
      .cat-list__item-title-sub {
        margin: 0 0 14.4px 0;
        color: #9E9E9E;
        font-size: 10px;
        display: block; }

/*
comment area Settings
// 1. コメント表示部分
// 2. コメント投稿フォーム
*/
.comment {
  background-color: #F5F5F5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border-bottom: solid 1px #FAFAFA;
  /*装飾兼box内下マージン対策トル場合oh*/
  border-top: solid 1px #FAFAFA; }

.comment-list {
  padding: 0 8px 0; }
  .comment-list__item p {
    margin: 0;
    color: #212121; }
  .comment-list__item + .comment-list__item .comment-list__item-number {
    margin-top: 18px;
    display: inline-block; }
  .comment-list__item-number {
    font-size: 10px;
    color: #616161;
    font-weight: bold; }
    .comment-list__item-number::after {
      content: '.'; }
  .comment-list__item-name {
    font-size: 10px;
    color: #263238;
    font-weight: bold; }
  .comment-list__item-date {
    font-weight: normal;
    color: #9E9E9E;
    font-size: 9px; }
  .comment-list__item-body {
    padding: 4px 0 0 14px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #212121; }
  .comment-list__item::after, .comment-list__item + .comment-list__item::before {
    width: 98%;
    widht: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    margin: auto;
    display: block;
    content: ''; }
  .comment-list__item::after {
    border-bottom: solid #FAFAFA 1px; }
  .comment-list__item::before {
    border-top: solid #EEEEEE 1px; }
  .comment-list__item:nth-last-of-type(1)::after {
    border-bottom: none; }

.comment-form__author {
  font-size: 14px;
  color: #212121;
  margin: 34px 0 0 0; }

.comment-form__author-label {
  margin-left: 8px;
  font-size: 12px;
  color: #212121; }

.comment-form__author-input input {
  border-radius: 2px;
  border: none;
  outline: none;
  background-color: #EEEEEE;
  box-shadow: 0 1px 1px 0 #E0E0E0 inset;
  padding: .25em .5em;
  font-size: 12px; }

.comment-form-comment textarea {
  background-color: #FAFAFA;
  border-radius: 2px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5) inset;
  border: none;
  outline: none;
  width: 92%;
  widht: -webkit-calc(100% - 8px);
  width: -moz-calc(100% - 8px);
  width: calc(100% - 8px);
  margin: auto;
  display: block;
  height: 6em;
  padding: 1em;
  box-sizing: border-box; }

.form-submit {
  text-align: center;
  margin: 24px 0; }

.form-submit .submit {
  width: 160px;
  height: 36px;
  background-color: #EF5350;
  border: none;
  outline: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-size: 12px;
  color: #FFFFFF; }
