@charset "UTF-8";
/*時間替わりページ背景*/
body {
  position: relative;
  background-color: #222;
}
body::after {
  content: "";
  position: fixed;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: calc(100vw + 40px);
  height: calc(100vh + 40px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  will-change: opacity, filter;
  transition: opacity 1.2s ease, filter 1.2s ease;
  filter: blur(30px);
  opacity: 0;
}
body.is-loaded::after {
  opacity: 1;
  filter: blur(0);
}
body.is-morning::after {
  background-image: url("/wp-content/site-parts/page/noria/img/bg-morning.webp");
}
body.is-day::after {
  background-image: url("/wp-content/site-parts/page/noria/img/bg-day.webp");
}
body.is-evening::after {
  background-image: url("/wp-content/site-parts/page/noria/img/bg-evening.webp");
}
body.is-night::after {
  background-image: url("/wp-content/site-parts/page/noria/img/bg-night.webp");
}
body #wrapper {
  position: relative;
  z-index: 1;
}

.single .thumbnail {
  aspect-ratio: 3/2;
}
.single .thumbnail img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
  max-width: initial;
}
.single .article-text-wrap {
  margin: 0 auto 2em !important;
}
.single .article-text-wrap img {
  margin-bottom: 1em;
}
.single .wp-block-paragraph {
  margin: 2em 0;
}
.single .article-title {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  font-size: 150% !important;
}
.single h1 {
  clear: none !important;
}

.single #contents {
  padding-bottom: 110px;
}
.single #contents > .l-content {
  margin-top: 4cqw;
}
.single #contents > .l-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% + 8cqw);
  height: calc(100% + 8cqw);
  background-color: rgba(255, 255, 255, 0.85) !important;
}
@media (min-width: 768px) {
  .single #contents > .l-content::after {
    border-radius: 4cqw;
  }
}
@media (max-width: 767px) {
  .single #contents > .l-content::after {
    border-radius: 4cqw;
  }
}
.single #contents > .l-content * {
  position: relative;
  z-index: 1;
}
