body::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: -2;
  display: inline-block;
  inline-size: 100%;
  block-size: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: repeat-y;
  background-image: url("../images/site-bg02.jpg");
}

@media screen and (min-width: 769px) {
  .g-heading-post-primary .string {
    font-size: 1.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .g-heading-post-primary .string {
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 769px) {
  .g-time .string {
    font-size: 0.67708vw;
  }
}
@media screen and (max-width: 768px) {
  .g-time .string {
    font-size: 3.25vw;
  }
}

@media screen and (min-width: 769px) {
  .g-term .string {
    font-size: 0.67708vw;
  }
}
@media screen and (max-width: 768px) {
  .g-term .string {
    font-size: 3.25vw;
  }
}

.visual-eye-catch .disp {
  position: relative;
}
@media screen and (min-width: 769px) {
  .visual-eye-catch .disp {
    padding-block-start: 3.75vw;
    padding-block-end: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .visual-eye-catch .disp {
    padding-block-start: 9vw;
    padding-block-end: 9vw;
  }
}
@media screen and (min-width: 769px) {
  .visual-eye-catch .disp {
    padding-inline-start: 3.75vw;
    padding-inline-end: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .visual-eye-catch .disp {
    padding-inline-start: 9vw;
    padding-inline-end: 9vw;
  }
}
.visual-eye-catch .disp::before, .visual-eye-catch .disp::after {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 50%;
}
.visual-eye-catch .disp::before {
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  background-color: rgba(102, 102, 102, 0.5);
}
@media screen and (min-width: 769px) {
  .visual-eye-catch .disp::before {
    max-inline-size: 18.75vw;
    block-size: 18.75vw;
  }
}
@media screen and (max-width: 768px) {
  .visual-eye-catch .disp::before {
    max-inline-size: 40vw;
    block-size: 40vw;
  }
}
.visual-eye-catch .disp::after {
  inset-block-end: 0;
  inset-inline-end: 0;
  inline-size: 100%;
  background-color: rgba(255, 170, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .visual-eye-catch .disp::after {
    max-inline-size: 16.66667vw;
    block-size: 16.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .visual-eye-catch .disp::after {
    max-inline-size: 30vw;
    block-size: 30vw;
  }
}
.visual-eye-catch .disp .media {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 16 / 9;
}
.visual-eye-catch .disp .media .image {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.visual-eye-catch .disp .media {
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .visual-eye-catch .disp .media {
    max-inline-size: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .visual-eye-catch .disp .media {
    max-inline-size: 100%;
  }
}
@media screen and (min-width: 769px) {
  .visual-eye-catch .disp .media {
    border-radius: 0 5vw 0 5vw;
  }
}
@media screen and (max-width: 768px) {
  .visual-eye-catch .disp .media {
    border-radius: 0 12vw 0 12vw;
  }
}

@media screen and (min-width: 769px) {
  .atcl-entry {
    padding-block-start: 12.5vw;
    padding-block-end: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .atcl-entry {
    padding-block-start: 32vw;
    padding-block-end: 32vw;
  }
}

@scope (.area-prmy-entry) to (.area-scdy-entry) {
  @media screen and (min-width: 769px) {
    :scope.ly-fixed-width {
      max-inline-size: 71.875vw;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .head {
      padding-block-start: 6.25vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .head {
      padding-block-start: 10vw;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .body {
      padding-block-end: 6.25vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body {
      padding-block-end: 10vw;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .head,
    :scope .body {
      padding-inline-start: 7.70833vw;
      padding-inline-end: 7.70833vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .head,
    :scope .body {
      padding-inline-start: 6vw;
      padding-inline-end: 6vw;
    }
  }
  :scope .head,
  :scope .body {
    position: relative;
  }
  :scope .head::before,
  :scope .body::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: -2;
    inline-size: 100%;
    block-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: repeat-y;
    background-image: url("../images/area-bg01.jpg");
  }
  @media screen and (min-width: 769px) {
    :scope .body {
      margin-block-end: 7.70833vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .body {
      margin-block-end: 14vw;
    }
  }
}
@scope (.area-prmy-entry) to (.area-scdy-entry) {
  :scope .head .overview {
    display: grid;
    justify-items: space-between;
    align-items: center;
    grid-template-areas: "title title" "date taxonomy";
    grid-template-columns: max-content 1fr;
  }
  :scope .head .overview .ga-title {
    grid-area: title;
  }
  :scope .head .overview .ga-taxonomy {
    grid-area: taxonomy;
  }
  :scope .head .overview .ga-date {
    grid-area: date;
  }
  @media screen and (min-width: 769px) {
    :scope .head .overview {
      padding-block-end: 3.75vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .head .overview {
      padding-block-end: 9vw;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .head .overview .title {
      padding-block-end: 1.25vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .head .overview .title {
      padding-block-end: 4vw;
    }
  }
  :scope .head .overview .taxonomy .g-term .link {
    display: inline-block;
    color: currentColor;
    text-decoration: none;
    background-color: #dddddd;
  }
  :scope .head .overview .taxonomy .g-term .link .string {
    color: #fff;
  }
  @media screen and (min-width: 769px) {
    :scope .head .overview .taxonomy .g-term .link .string {
      padding-block-start: 0.20833vw;
      padding-block-end: 0.20833vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .head .overview .taxonomy .g-term .link .string {
      padding-block-start: 1vw;
      padding-block-end: 1vw;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .head .overview .taxonomy .g-term .link .string {
      padding-inline-start: 0.41667vw;
      padding-inline-end: 0.41667vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .head .overview .taxonomy .g-term .link .string {
      padding-inline-start: 2vw;
      padding-inline-end: 2vw;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .head .overview .date {
      padding-inline-end: 1.25vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .head .overview .date {
      padding-inline-end: 6vw;
    }
  }
  :scope .foot .post-adjacent-nav .list-nav {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
  }
  :scope .foot .post-adjacent-nav .list-nav > .item {
    inline-size: 100%;
  }
  :scope .foot .post-adjacent-nav .list-nav > .item .link {
    display: inline-block;
    color: currentColor;
    text-decoration: none;
    inline-size: 100%;
  }
  @media screen and (min-width: 769px) {
    :scope .foot .post-adjacent-nav .list-nav > .item .link {
      padding-block-start: 0.41667vw;
      padding-block-end: 0.41667vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .foot .post-adjacent-nav .list-nav > .item .link {
      padding-block-start: 2vw;
      padding-block-end: 2vw;
    }
  }
  :scope .foot .post-adjacent-nav .list-nav > .item .link .string {
    letter-spacing: 0.04em;
    text-transform: capitalize;
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.prev .link, :scope .foot .post-adjacent-nav .list-nav > .item.next .link {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  @media screen and (min-width: 769px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link, :scope .foot .post-adjacent-nav .list-nav > .item.next .link {
      max-inline-size: 8.33333vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link, :scope .foot .post-adjacent-nav .list-nav > .item.next .link {
      max-inline-size: 25vw;
    }
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow {
    position: relative;
    inline-size: 100%;
    background-color: #4c4d4d;
  }
  @media screen and (min-width: 769px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow {
      max-inline-size: 4.16667vw;
      block-size: 0.05208vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow {
      max-inline-size: 12.5vw;
      block-size: 0.25vw;
    }
  }
  @media screen and (min-width: 769px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow {
      margin-block-end: 0.41667vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow {
      margin-block-end: 2vw;
    }
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow::before, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    display: inline-block;
    inline-size: 100%;
    border-block-start-color: #4c4d4d;
    border-block-start-style: solid;
  }
  @media screen and (min-width: 769px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow::before, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow::before {
      border-block-start-width: 0.05208vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow::before, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow::before {
      border-block-start-width: 0.25vw;
    }
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow::before, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow::before {
    background-color: transparent;
  }
  @media screen and (min-width: 769px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow::before, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow::before {
      max-inline-size: 0.72917vw;
      block-size: 0.72917vw;
    }
  }
  @media screen and (max-width: 768px) {
    :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow::before, :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow::before {
      max-inline-size: 2.5vw;
      block-size: 2.5vw;
    }
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.prev .link {
    flex-direction: row-reverse;
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.prev .link .arrow::before {
    inset-inline-start: 0;
    rotate: -30deg;
    transform-origin: left;
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.next {
    text-align: right;
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.next .link .arrow::before {
    inset-inline-end: 0;
    rotate: 30deg;
    transform-origin: right;
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.archive .link {
    text-align: center;
  }
  :scope .foot .post-adjacent-nav .list-nav > .item.archive .link .string {
    text-transform: uppercase;
  }
}
@scope (.area-prmy-entry) to (.area-scdy-entry) {
  :scope .body .specifics {
    display: flow-root;
  }
}
@media screen and (min-width: 769px) {
  .wp-block-heading {
    margin-block-start: 0.83333vw;
    margin-block-end: 0.83333vw;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-heading {
    margin-block-start: 3vw;
    margin-block-end: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .wp-block-heading {
    padding-block-end: 0.83333vw;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-heading {
    padding-block-end: 3vw;
  }
}

@media screen and (min-width: 769px) {
  h2.wp-block-heading {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  h2.wp-block-heading {
    font-size: 4.5vw;
  }
}

.wp-block-image.is-block-right {
  float: none;
  clear: both;
  max-inline-size: 100%;
  inline-size: fit-content;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
/*# sourceMappingURL=single.css.map */
