@charset "UTF-8";
body.single {
  background: #f6f6f6;
}

/* 個別ページ */
.hentry {
  margin-left: calc(var(--baseW) * 4);
}
@media screen and (max-width: 991px) {
  .hentry {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.hentry .entry-title {
  font-size: 1.62rem;
  border-color: #333;
  border-width: 2px 0;
  border-style: solid;
  padding: 3.1dvw calc(var(--baseW) - 0.5em) 3.1dvw var(--baseW);
  line-height: 1.8;
  margin-bottom: 1.35dvw;
}
@media screen and (max-width: 991px) {
  .hentry .entry-title {
    font-size: 1rem;
    line-height: 1.81;
    padding: 6.66dvw 0;
    margin-bottom: 3.33dvw;
  }
}
.hentry .entry-header {
  margin-bottom: 6.28dvw;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hentry .entry-header {
    margin-left: 13.88dvw;
    margin-right: 15px;
    margin-bottom: 15dvw;
    margin-top: -37vw;
  }
}
.hentry .entry-meta-item-date {
  float: left;
  font-size: 0.87rem;
  color: #666;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .hentry .entry-meta-item-date {
    font-size: 0.62rem;
  }
}
.hentry .entry_meta-categories {
  float: left;
  font-size: 0.87rem;
  line-height: 1.1;
  padding-left: 1.12rem;
  margin-left: 1.12rem;
  border-left: solid 1px #666;
}
@media screen and (max-width: 991px) {
  .hentry .entry_meta-categories {
    font-size: 0.62rem;
  }
}
.hentry .entry_meta-category {
  color: #666;
}
.hentry .entry-meta-item i {
  display: none;
}
.hentry .entry-body {
  margin-left: var(--baseW);
  margin-right: var(--baseW);
  margin-bottom: 10.13dvw;
  font-size: 1rem;
  line-height: 2.25em;
}
@media screen and (max-width: 991px) {
  .hentry .entry-body {
    margin-bottom: 19.44dvw;
    font-size: 0.75rem;
    line-height: 2;
  }
}
.hentry .entry-body p {
  font-size: 1em;
  line-height: inherit;
  margin-bottom: 1.87em;
}
@media screen and (max-width: 991px) {
  .hentry .entry-body p {
    margin-bottom: 2em;
  }
}
.hentry .entry-body .wp-block-image {
  margin-top: 2.7dvw;
  margin-bottom: 2.7dvw;
}
@media screen and (max-width: 991px) {
  .hentry .entry-body .wp-block-image {
    margin-top: 16.66dvw;
  }
}
.hentry .entry-body .wp-block-image .wp-element-caption {
  text-align: left;
  font-family: var(--gothic);
  font-size: 0.87rem;
  line-height: 2.42em;
  margin-top: 0.71em;
}
@media screen and (max-width: 991px) {
  .hentry .entry-body .wp-block-image .wp-element-caption {
    font-size: 0.75rem;
    line-height: 1.83;
    margin-top: 1.25em;
  }
}
.hentry .entry-body .wp-block-image-half {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .hentry .entry-body .wp-block-image-half {
    width: auto;
  }
}

.siteMain-footer-post {
  background: #fff;
}
.siteMain-footer-post .iconLink {
  font-size: 1rem;
  font-family: var(--mincho);
}
@media screen and (max-width: 991px) {
  .siteMain-footer-post .iconLink {
    font-size: 0.75rem;
  }
}
.siteMain-footer-post .iconLink:before {
  width: 1.25em;
  background-image: url("../images/linkIcon-bgGray.svg");
}
.siteMain-footer-post .iconLink:hover:before {
  background-image: url("../images/linkIcon-red.svg");
}

.siteMain-footer-post-container-inner {
  display: grid;
  grid-template-columns: 16.08dvw 26.48dvw 1fr;
  padding-top: 4.72dvw;
  padding-bottom: 4.72dvw;
}
@media screen and (max-width: 991px) {
  .siteMain-footer-post-container-inner {
    grid-template-columns: 1fr 1fr;
    padding-top: 5.55dvw;
    padding-bottom: 10dvw;
  }
}

@media screen and (max-width: 991px) {
  .siteMain-footer-post-box1 {
    grid-row: 2/3;
    margin-top: 10.55dvw;
  }
}

@media screen and (max-width: 991px) {
  .main-section {
    margin-bottom: 0;
  }
}

/* END 個別ページ */
/* アーカイブ */
.archive-mv {
  margin-left: calc(var(--baseW) * 4);
}

.archive-categoryname {
  margin-left: calc(var(--baseW) * 4);
  color: #898989;
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .archive-categoryname {
    margin-left: 0;
  }
}

.vk_posts {
  margin-left: calc(var(--baseW) * 4 - 15px);
}

.archive-mv {
  margin-bottom: 6.75dvw;
}
@media screen and (max-width: 991px) {
  .archive-mv {
    margin-bottom: 13.88dvw;
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .vk_posts {
    margin-left: -15px;
  }
}

.loop-item-post {
  padding-top: 2.02dvw;
  padding-bottom: 3.37dvw;
  border-top: solid 1px #4d4d4d;
  flex-basis: 100%;
}
.loop-item-post:last-child {
  border-bottom: solid 1px #4d4d4d;
}
@media screen and (max-width: 991px) {
  .loop-item-post {
    padding-top: 5.55dvw;
    padding-bottom: 1.66dvw;
  }
}

.loop-item-post-meta {
  font-size: 0.87rem;
  color: #666;
  line-height: 1.1;
  margin-bottom: 2.02dvw;
}
@media screen and (max-width: 991px) {
  .loop-item-post-meta {
    font-size: 0.62rem;
    margin-bottom: 3.88dvw;
  }
}

.loop-item-post-categories {
  display: inline-block;
  padding-left: 1.42em;
  margin-left: 1.42em;
  border-left: solid 1px currentColor;
}

.loop-item-post-titletext {
  display: inline-block;
  max-width: 48.75rem;
  border-bottom: solid 1px transparent;
  padding-bottom: 0.37em;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .loop-item-post-titletext {
    font-size: 0.75rem;
    padding-bottom: 1.16em;
  }
}

.loop-item-post-a-more {
  color: #bc161f;
}
@media screen and (max-width: 991px) {
  .loop-item-post-a-more {
    font-size: 0.75rem;
    display: block;
    text-align: right;
    line-height: 1.1;
  }
}
.loop-item-post-a-more:after {
  content: "";
  display: inline-block;
  width: 1.25em;
  aspect-ratio: 1;
  background: url("../images/linkIcon-bgGray.svg") right/contain no-repeat;
  vertical-align: sub;
  margin-left: 1.25em;
}

.loop-item-post-a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: var(--baseW);
}
@media screen and (max-width: 991px) {
  .loop-item-post-a {
    display: block;
    padding-right: 0;
  }
}
.loop-item-post-a:hover .loop-item-post-titletext {
  /*border-color: #4d4d4d;*/
  /*background-image: linear-gradient(to top,#4d4d4d 1px,transparent 1px);
  background-size: auto 2em;*/
  text-decoration: underline;
  text-decoration-color: #4d4d4d;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 1px;
}
.loop-item-post-a:hover .loop-item-post-a-more {
  color: #4d4d4d;
}
.loop-item-post-a:hover .loop-item-post-a-more:after {
  background-image: url("../images/linkIcon-red.svg");
}

.navigation.pagination {
  display: none;
}

.view-more-buttonArea {
  margin-top: 1.87rem;
  margin-bottom: 10rem !important;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .view-more-buttonArea {
    margin-top: 5.55dvw;
    margin-bottom: 16.66dvw !important;
  }
}

.view-more-button {
  color: #1a1a1a;
  letter-spacing: 0.05em;
  border: solid 1px #b2b2b2;
  border-radius: 1.56em;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 11.25em;
  height: 3.12em;
  box-shadow: none;
  cursor: pointer;
}
.view-more-button:hover {
  border-color: #1a1a1a;
}
@media screen and (max-width: 991px) {
  .view-more-button {
    font-size: 0.71rem;
  }
}

.page-load-status {
  color: #b2b2b2;
  font-size: 0.87rem;
}

/* END アーカイブ */

/*# sourceMappingURL=post.css.map */
