@charset "utf-8";
/* =========================
Previous/Next page forwarding
========================= */
.post-navigation {
  display: block;
  margin: auto;
  text-align: center;
}
.post-navigation .prev-post,
.post-navigation .archive-link,
.post-navigation .next-post {
  display: inline-block;
}
.post-navigation a,
.post-navigation .disabled {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.5rem 0.75rem;
  color: var(--color-black);
  text-decoration: none;
  border: solid 1px rgb(var(--color-gray777-rgb) / 0.1);
}
.post-navigation a:hover {
  color: var(--color-text);
  background-color: rgb(var(--color-gray777-rgb) / 0.1);
  text-decoration: none;
}
.post-navigation .disabled {
  opacity: 0.45;
  cursor: default;
}
/* =========================
contact form button
========================= */
.wpcf7-form .btn-primary,
.mw_wp_form .btn-primary,
.detail_comments .btn-primary {
  font-size: 100% !important;
  background: linear-gradient(to right, var(--color-primary) 50%, var(--color-text) 50%) 100% 0 / 200% 100% no-repeat !important;
  color: var(--color-white) !important;
  -webkit-text-fill-color: var(--color-white);
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  border: none !important;
  border-radius: 999px;
  padding: 12px 24px !important;
  transition:
    background-position 0.3s ease,
    color 0.3s ease !important;
}
.wpcf7-form .btn-primary:hover,
.wpcf7-form .btn-primary:focus,
.mw_wp_form .btn-primary:hover,
.mw_wp_form .btn-primary:focus,
.detail_comments .btn-primary:hover,
.detail_comments .btn-primary:focus {
  background-position: 0 0 !important;
  color: var(--color-white) !important;
  -webkit-text-fill-color: var(--color-white);
}
/* ============================================================
FRONT PAGE CARD LAYOUT
============================================================ */
body.home .front-latest-posts {
  padding-top: 88px;
}
.front-latest-posts section {
  margin-bottom: 128px;
}
body.home .front-latest-posts .container {
  max-width: 90% !important;
}
body.home .front-latest-posts > .container > .container {
  width: 100%;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
/* ============================================================
top slide
============================================================ */
.carousel-indicators .active {
  background-color: var(--color-primary) !important;
}
/* SP */
@media (max-width: 767.98px) {
  .cover,
  .cover .carousel,
  .cover .carousel-inner,
  .cover .carousel-item {
    height: 60vh;
    min-height: 60vh;
  }
  .cover .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* ============================================================
top gallery
============================================================ */
@media (min-width: 961px) {
  .latest-gallery .front-section-title-area {
    width: 25%;
  }
  .latest-gallery .gallerySwiper {
    width: 70%;
  }
  .latest-gallery .gallerySwiper .swiper-slide .post_thumb {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
  }
}
/*.gallerySwiper .swiper-slide,
.gallerySwiper .swiper-slide > a,*/
.gallerySwiper .swiper-slide > a .post_thumb {
  overflow: hidden !important;
}
.gallerySwiper .swiper-slide .post_thumb,
.gallerySwiper .swiper-slide .post_thumb:hover {
  transform: none !important;
  transition: none !important;
}
.gallerySwiper .swiper-slide .post_thumb {
  position: relative !important;
  height: 320px !important;
  margin-bottom: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.gallerySwiper .swiper-slide .post_thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s ease;
  will-change: transform;
  pointer-events: none;
}
.gallerySwiper .swiper-slide:hover .post_thumb::before {
  transform: scale(1.08);
}
.swiper-wrapper {
  display: flex;
}
.card .card-title,
article.card .card-title {
  font-size: 125% !important;
  font-weight: 600 !important;
}
.card .card-title,
.card:hover .card-title {
  color: var(--color-text);
}
.swiper-wrapper .card-title {
  padding: 12px 16px;
}
.swiper-wrapper .gallery-comment {
  line-height: 1.8em;
  padding: 0 16px 16px;
}
.swiper-wrapper .card-title,
.swiper-wrapper .gallery-comment {
  margin-bottom: 0;
}
.gallerySwiper .swiper-slide .post_thumb {
  position: relative !important;
}
.gallerySwiper .gallery-type-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  padding: 4px 10px;
  font-size: 65%;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-white);
  background: rgb(var(--color-black-rgb) / 0.55);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.gallerySwiper .gallery-type-badge.is-painting {
  background: #ffe4e3;
  color: var(--color-text);
}
.gallerySwiper .gallery-type-badge.is-illustration {
  background: #f0a5a5;
}
.post-type-archive-gallery .post_thumb {
  position: relative;
}
.post-type-archive-gallery .post_thumb .gallery-type-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  padding: 4px 10px;
  font-size: 65%;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-white);
  background: rgb(var(--color-black-rgb) / 0.55);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.post-type-archive-gallery .post_thumb .gallery-type-badge.is-painting {
  background: #ffe4e3;
  color: var(--color-text);
}
.post-type-archive-gallery .post_thumb .gallery-type-badge.is-illustration {
  background: #f0a5a5;
}
.gallerySwiper .swiper-slide {
  position: relative;
  flex-shrink: 0;
  background: var(--color-white) !important;
  border-radius: 0 !important;
  overflow: visible;
  z-index: 1;
}
.gallerySwiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(4px, 4px);
  background: rgb(var(--color-black-rgb) / 0.12);
  z-index: -1;
  pointer-events: none;
}
.gallerySwiper .swiper-slide.card,
.gallerySwiper .swiper-slide > a,
.gallerySwiper .swiper-slide .post_thumb,
.gallerySwiper .swiper-slide .post_thumb_clip {
  border-radius: 0 !important;
}
.gallerySwiper .swiper-slide > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-white) !important;
}
.gallerySwiper .swiper-slide .card-title,
.gallerySwiper .swiper-slide .gallery-comment {
  background: var(--color-white) !important;
  margin-bottom: 0;
}
.gallerySwiper .swiper-slide .gallery-comment {
  margin-top: auto;
}
.gallerySwiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56px;
}
.gallerySwiper .swiper-pagination {
  display: none !important;
}
.gallerySwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  row-gap: 0;
}
/* ===== Arrows ===== */
.gallerySwiper .swiper-button-prev,
.gallerySwiper .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--color-text);
  border-radius: 999px;
  top: auto !important;
  bottom: 0 !important;
  right: auto !important;
  transform: none !important;
  color: var(--color-text);
  margin-top: 0 !important;
}
.gallerySwiper .swiper-button-prev::after,
.gallerySwiper .swiper-button-next::after {
  font-size: 12px !important;
  font-weight: 700;
}
.gallerySwiper .swiper-button-prev {
  left: 0 !important;
}
.gallerySwiper .swiper-button-next {
  left: 56px !important;
}
.gallerySwiper .swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.swiper-pagination {
  margin: 32px 0;
}
.swiper-button-next,
.swiper-button-prev {
  text-shadow: none !important;
}
@media (max-width: 960px) {
  .gallerySwiper .swiper-button-prev,
  .gallerySwiper .swiper-button-next {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
    right: auto !important;
  }
  .gallerySwiper .swiper-button-prev {
    left: calc(50% - 46px) !important;
  }
  .gallerySwiper .swiper-button-next {
    left: calc(50% + 8px) !important;
  }
  .gallerySwiper {
    padding-bottom: 56px;
  }
  .latest-gallery .gallerySwiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .gallerySwiper .swiper-wrapper {
    justify-content: flex-start;
  }
  .gallerySwiper {
    overflow: visible;
    padding-right: 4px;
  }
  .gallerySwiper .swiper-wrapper {
    padding-right: 4px;
  }
}
body.home .front-latest-posts .latest-gallery {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding-bottom: 48px;
}
body.home .front-latest-posts .latest-gallery::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 55%;
  background: rgba(119, 119, 119, 0.1);
  z-index: 0;
  pointer-events: none;
}
body.home .front-latest-posts .latest-gallery > * {
  position: relative;
  z-index: 1;
}
/* ======================
TOP プロローグ layout
====================== */
body.home .top-project-feature {
  margin: 0 auto 128px;
}
body.home .top-project-feature .top-project-feature-inner {
  --tp-pad-top: 24px;
  --tp-title-size: 2rem;
  --tp-title-lh: 1.2;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: var(--tp-pad-top) clamp(20px, 4vw, 72px) 32px;
}
body.home .top-project-feature .top-project-feature-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--tp-pad-top) + (var(--tp-title-size) * var(--tp-title-lh) * 0.5));
  bottom: 0;
  background: rgb(var(--color-primary-rgb) / 0.05);
  z-index: 0;
  border: 1px solid rgb(var(--color-primary-rgb) / 0.1);
}
body.home .top-project-feature .top-project-feature-title {
  position: relative;
  z-index: 2;
  margin: 0 0 24px 0;
  letter-spacing: 0.04em;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
  color: rgb(var(--color-primary-rgb)) !important;
}
body.home .top-project-feature .top-project-feature-media {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
body.home .top-project-feature .top-project-feature-image {
  margin: 0;
  width: 60%;
  aspect-ratio: 1 / 1;
  overflow: visible;
  position: relative;
  isolation: isolate;
}
body.home .top-project-feature .top-project-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
body.home .top-project-feature .top-project-feature-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 58% 42% 61% 39% / 45% 57% 43% 55%;
  background: rgb(var(--color-primary-rgb) / 0.3);
  z-index: 0;
  transform: translate(12px, -12px);
}
body.home .top-project-feature .top-project-feature-image:nth-child(2)::before {
  border-radius: 47% 53% 41% 59% / 61% 39% 56% 44%;
  transform: translate(-12px, 12px);
}
body.home .top-project-feature .top-project-feature-image:nth-child(3)::before {
  border-radius: 54% 46% 63% 37% / 42% 58% 47% 53%;
  transform: translate(12px, 12px);
}
body.home .top-project-feature .top-project-feature-image img {
  position: relative;
  z-index: 1;
}
body.home .top-project-feature .top-project-feature-text > :last-child {
  margin-bottom: 0;
}
body.home .top-project-feature .top-project-feature-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.home .top-project-feature .top-project-feature-link-wrap {
  margin: 18px 0 0;
}
html[lang^="en"] body.home .top-project-feature .top-project-feature-link-wrap,
html[lang^="fr"] body.home .top-project-feature .top-project-feature-link-wrap {
  margin-top: 20px;
}
@media (max-width: 960px) {
  body.home .top-project-feature .top-project-feature-link-wrap {
    margin-top: 18px;
    text-align: center;
  }
  body.home .top-project-feature .top-project-feature-media {
    align-items: stretch;
    gap: 12px;
    margin-bottom: 32px;
  }
  body.home .top-project-feature .top-project-feature-image {
    width: min(52vw, 210px);
    height: min(52vw, 210px);
    aspect-ratio: auto;
    flex: 0 0 auto;
  }
  body.home .top-project-feature .top-project-feature-image:nth-child(1) {
    align-self: flex-end;
  }
  body.home .top-project-feature .top-project-feature-image:nth-child(2) {
    align-self: flex-start;
  }
  body.home .top-project-feature .top-project-feature-image:nth-child(3) {
    align-self: flex-end;
  }
  body.home .top-project-feature .top-project-feature-image::before {
    transform: translate(8px, -8px);
  }
  body.home .top-project-feature .top-project-feature-image:nth-child(2)::before {
    transform: translate(-8px, 8px);
  }
  body.home .top-project-feature .top-project-feature-image:nth-child(3)::before {
    transform: translate(8px, 8px);
  }
}
@media (min-width: 961px) {
  body.home .top-project-feature .top-project-feature-inner::before {
    top: calc(var(--tp-pad-top) + (var(--tp-title-size) * var(--tp-title-lh) * 0.9));
    bottom: 22px;
  }
  html[lang^="en"] body.home .top-project-feature .top-project-feature-inner::before,
  html[lang^="fr"] body.home .top-project-feature .top-project-feature-inner::before {
    bottom: 12px;
  }
  html[lang^="en"] body.home .top-project-feature .top-project-feature-inner,
  html[lang^="fr"] body.home .top-project-feature .top-project-feature-inner {
    padding-bottom: 56px;
  }
  body.home .top-project-feature .top-project-feature-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(28px, 3vw, 56px);
    padding: 28px clamp(36px, 5vw, 96px) 40px;
    min-height: clamp(540px, 44vw, 700px);
    align-items: flex-start;
  }
  body.home .top-project-feature .top-project-feature-title {
    flex: 0 0 56%;
    max-width: 56%;
    margin: 0;
    padding-right: clamp(8px, 1.6vw, 24px);
  }
  html[lang^="en"] body.home .top-project-feature .top-project-feature-title,
  html[lang^="fr"] body.home .top-project-feature .top-project-feature-title {
    flex-basis: 52%;
    max-width: 52%;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
  }
  body.home .top-project-feature .top-project-feature-content {
    flex: 0 0 46%;
    max-width: 46%;
    justify-content: flex-start;
    align-self: flex-start;
    order: 1;
    z-index: 1;
    min-width: 0;
  }
  body.home .top-project-feature .top-project-feature-media {
    flex: 0 0 47%;
    max-width: 47%;
    order: 2;
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    grid-template-areas:
      "img1 img3"
      "img2 img3";
    gap: 24px 26px;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: clamp(-130px, -8vw, -88px);
    transform: translateY(clamp(-130px, -8vw, -88px));
  }
  body.home .top-project-feature .top-project-feature-image {
    width: 100%;
  }
  body.home .top-project-feature .top-project-feature-image:nth-child(1) {
    grid-area: img1;
  }
  body.home .top-project-feature .top-project-feature-image:nth-child(2) {
    grid-area: img2;
  }
  body.home .top-project-feature .top-project-feature-image:nth-child(3) {
    grid-area: img3;
    align-self: center;
  }
}
@media (min-width: 1440px) {
  body.home .top-project-feature .top-project-feature-inner::before {
    top: calc(var(--tp-pad-top) + (var(--tp-title-size) * var(--tp-title-lh) * 0.55));
    bottom: 30px;
  }
}
.front-section-title-area .front-archive-link {
  margin: 24px 0 0;
  text-align: left;
}
/* ======================
basic card setting
====================== */
.card {
  background: var(--color-white);
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.swiper-slide.card {
  margin-bottom: 0;
}
.card a {
  text-decoration: none;
  color: var(--color-text);
  display: block;
}
.card a:hover {
  color: var(--color-primary);
}
/* thumbnail */
article.card .post_thumb {
  width: auto !important;
  height: auto !important;
  display: block !important;
  aspect-ratio: 1 / 1;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 10px;
}
/* title */
.post_ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0.5rem;
  color: var(--color-black);
}
/* custom fields */
.custom-fields {
  font-size: 0.875rem;
  line-height: 1.6;
}
.custom-fields > div {
  margin-bottom: 0.25rem;
}
.custom-fields strong {
  color: var(--color-text);
}
/* comment,exhibition date place */
.card .excerpt,
.card .gallery-comment,
.card .exhibition-date-place {
  font-size: 0.875rem;
  color: var(--color-muted);
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .col-md-3 {
    max-width: 23% !important;
  }
}
.col-md-4,
.col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  .latest-info .row,
  .latest-blog .row {
    gap: 2.4%;
    margin-left: 0;
    margin-right: 0;
  }
  .latest-info article.col-md-3,
  .latest-blog article.col-md-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .post-type-archive-gallery #main,
  .tax-gallery_type #main,
  .tax-gallery_category #main,
  .tax-gallery_tag #main {
    gap: 6%;
    margin-left: 0;
    margin-right: 0;
  }
  article.card.col-md-6 {
    width: 29% !important;
    max-width: 29% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
  }
}
.post-type-archive-gallery .card-block,
.tax-gallery_type .card-block,
.tax-gallery_category .card-block,
.tax-gallery_tag .card-block {
  overflow: hidden;
}
.post-type-archive-gallery .card-block > a,
.tax-gallery_type .card-block > a,
.tax-gallery_category .card-block > a,
.tax-gallery_tag .card-block > a,
.blog-item > a,
.info-item > a {
  display: block;
  overflow: hidden;
}
.post-type-archive-gallery .card-block .post_thumb,
.tax-gallery_type .card-block .post_thumb,
.tax-gallery_category .card-block .post_thumb,
.tax-gallery_tag .card-block .post_thumb {
  position: relative;
  display: block;
  overflow: hidden;
  height: 320px;
  margin-bottom: 0 !important;
  line-height: 0;
}
.post-type-archive-gallery .card-block .post_thumb_bg,
.tax-gallery_type .card-block .post_thumb_bg,
.tax-gallery_category .card-block .post_thumb_bg,
.tax-gallery_tag .card-block .post_thumb_bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s ease;
  will-change: transform;
}
.post-type-archive-gallery .card-block:hover .post_thumb_bg,
.tax-gallery_type .card-block:hover .post_thumb_bg,
.tax-gallery_category .card-block:hover .post_thumb_bg,
.tax-gallery_tag .card-block:hover .post_thumb_bg {
  transform: scale(1.08);
}
article.card .card-block .card-title {
  margin: 16px !important;
}
.blog-item > a .post_thumb,
.info-item > a .post_thumb {
  position: relative;
  display: block;
  overflow: hidden;
  transform: none !important;
}
.blog-item > a .post_thumb::before,
.info-item > a .post_thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s ease;
  will-change: transform;
  pointer-events: none;
}
.blog-item:hover > a .post_thumb::before,
.info-item:hover > a .post_thumb::before {
  transform: scale(1.08);
}
body.tax-gallery_type article.card .card-text,
body.tax-gallery_category article.card .card-text,
body.tax-gallery_tag article.card .card-text {
  display: none;
}
/* ======================
section title
====================== */
.front-section-title {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .front-section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    line-height: 1.15;
    letter-spacing: 0.03em;
  }
}
/* ======================
archive link button
====================== */
.front-archive-link {
  text-align: center;
  margin-top: 24px;
}
.btn-archive,
.single-gallery .gallery-buy-link > a {
  position: relative;
  width: 90%;
  max-width: 280px;
  text-align: center;
  display: inline-block;
  padding: 16px !important;
  background: linear-gradient(to right, var(--color-primary) 50%, var(--color-text) 50%) 100% 0 / 200% 100% no-repeat !important;
  color: var(--color-white) !important;
  -webkit-text-fill-color: var(--color-white);
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  border-radius: 999px;
  transition:
    background-position 0.3s ease,
    color 0.3s ease !important;
  text-decoration: none;
}
html[lang^="en"] body .btn-archive,
html[lang^="fr"] body .btn-archive,
html[lang^="en"] body .single-gallery .gallery-buy-link > a,
html[lang^="fr"] body .single-gallery .gallery-buy-link > a {
  max-width: 360px;
}
.single-gallery .gallery-buy-link {
  text-align: center;
  margin: 24px 0;
}
.single-gallery .gallery-buy-link > .not-for-sale {
  display: block;
  width: auto;
  max-width: none;
  padding: 0;
  background: none !important;
  border-radius: 0;
  color: var(--color-text) !important;
  -webkit-text-fill-color: currentColor;
  text-decoration: none;
}
.btn-archive:hover,
.btn-archive:focus,
.single-gallery .gallery-buy-link > a:hover,
.single-gallery .gallery-buy-link > a:focus {
  background-position: 0 0 !important;
  color: var(--color-white) !important;
  -webkit-text-fill-color: var(--color-white);
  text-decoration: none;
}
.btn-archive::before,
.btn-archive::after,
.single-gallery .gallery-buy-link > a::before,
.single-gallery .gallery-buy-link > a::after {
  content: "";
  position: absolute;
  right: 1em;
  width: 10px;
  height: 2px;
  background: var(--color-white);
  transform-origin: right center;
}
.btn-archive::before,
.single-gallery .gallery-buy-link > a::before {
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
}
.btn-archive::after,
.single-gallery .gallery-buy-link > a::after {
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
}
@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333%;
  }
}
/* ============================================================
PAGE gallery
============================================================ */
.related-gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.related-gallery-list li {
  width: 48%;
}
@media (min-width: 961px) {
  .related-gallery-list {
    justify-content: space-between;
    gap: 8px;
  }
  .related-gallery-list li {
    width: 32%;
  }
}
/* ============================================================
PAGE Exhibition information
============================================================ */
.info-pickup {
  width: 100%;
  margin-bottom: 120px;
}
.info-others-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.info-others-grid li {
  width: 44%;
  margin-bottom: 96px;
}
.archive-section-title {
  margin-bottom: 32px;
  border-bottom: 1px dotted var(--color-border);
  padding-bottom: 8px;
}
.post_time {
  display: none;
}
.post-type-archive-blog .post_time,
.single-blog .post_time {
  display: inline-block;
}
.info-pickup a,
.info-pickup a:hover,
.info-others-grid a,
.info-others-grid a:hover {
  text-decoration: none;
}
.info-pickup a .info-title,
.info-others-grid a .info-title {
  margin-top: 24px;
}
.info-pickup a .info-title,
.info-others-grid a .info-title,
.info-pickup a .info-meta,
.info-others-grid a .info-meta {
  color: var(--color-text);
}
.single-info .post_info.info-meta-detail {
  display: block;
  margin: 1.5rem 0;
}
.single-info .post_info.info-meta-detail .work_date_range,
.single-info .post_info.info-meta-detail .work_time_range,
.single-info .post_info.info-meta-detail .work_place,
.single-info .post_info.info-meta-detail .work_venue {
  font-size: 112.5%;
}
.single-info .post_info.info-meta-detail .meta_label {
  font-weight: 600;
}
.single-info .post_info.info-meta-detail .meta_value {
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .single-info .post_info.info-meta-detail {
    margin-bottom: 2rem;
  }
  .single-info .post_info.info-meta-detail .meta_label {
    display: block;
  }
}
.post-type-archive-info .info-others-grid .info-others-item .thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.post-type-archive-info .info-others-grid .info-others-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ===== Exhibition finished label ===== */
.info-finished-label {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  z-index: 10;
}
@media (min-width: 961px) {
  .info-pickup {
    padding: 6%;
    background: rgba(0, 0, 0, 0.03);
  }
  .info-others-grid li {
    width: 30%;
  }
}
/* ============================================================
PAGE blog
============================================================ */
.related-posts {
  margin-bottom: 48px;
}
.blog-grid,
.related-posts ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
.blog-item h3,
.blog-item h3:hover,
.blog-item:hover h3 {
  text-decoration: none !important;
}
.blog-item > a,
.blog-item > a:hover,
.blog-item > a:focus,
.blog-item > a:hover h3,
.blog-grid a:hover,
.related-posts a:hover {
  text-decoration: none !important;
}
.blog-grid a h3 {
  color: var(--color-text);
}
.blog-grid li {
  width: 44%;
  margin-bottom: 96px;
}
.related-posts ul {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.related-posts li {
  width: 100%;
}
.related-posts a {
  color: var(--color-text);
}
.related-posts .thumb {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.related-posts a:hover .thumb img {
  transform: scale(1.08);
}
@media (max-width: 960px) {
  .front-latest-posts .latest-blog .blog-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .front-latest-posts .latest-blog .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .front-latest-posts .latest-blog .blog-item {
    padding-left: 6px;
    padding-right: 6px;
  }
  body.home .front-latest-posts .latest-blog {
    width: 90vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 961px) {
  .blog-grid {
    justify-content: flex-start;
  }
  .blog-grid li {
    width: 20%;
  }
  .related-posts ul {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    gap: 16px;
  }
  .related-posts li {
    width: 28%;
  }
}
/* ============================================================
skeleton loading
============================================================ */
img.lazy-skeleton {
  display: block;
  opacity: 0;
  transition: opacity 0.25s ease;
}
img.lazy-skeleton.is-loaded {
  opacity: 1;
}
.lazy-skeleton-bg {
  position: relative;
  overflow: hidden;
  background-color: #e3e3e3 !important;
}
.lazy-skeleton-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #d9d9d9 25%, #efefef 37%, #d9d9d9 63%);
  background-size: 400% 100%;
  animation: lazyShimmer 1.2s ease-in-out infinite;
  z-index: 3;
  pointer-events: none;
}
.lazy-skeleton-bg.is-loaded {
  background-color: transparent !important;
}
.lazy-skeleton-bg.is-loaded::after {
  opacity: 0;
  animation: none;
  transition: opacity 0.2s ease;
}
.top-project-feature-image .lazy-skeleton-bg {
  background-color: transparent !important;
}
@keyframes lazyShimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.img-skeleton-host {
  position: relative;
}
.img-skeleton-overlay.lazy-skeleton-bg {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
}
body.home .top-project-feature .top-project-feature-image .img-skeleton-overlay.lazy-skeleton-bg {
  border-radius: 50%;
}
body.home .top-project-feature .top-project-feature-image .img-skeleton-overlay.lazy-skeleton-bg::after {
  border-radius: 50%;
}
/* ============================================================
header: move burger-menu breakpoint from 1200px to 1280px
bootstrap.min.css hardcodes .navbar-expand-xl at 1200px, so
force mobile behavior back on for the 1200-1279.98px gap
============================================================ */
@media (min-width: 1200px) and (max-width: 1279.98px) {
  .navbar-expand-xl .navbar-toggler {
    display: block !important;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: column !important;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: wrap !important;
  }
  body .lang-toggle.d-xl-none {
    display: inline-flex !important;
  }
  body #mobile-language-overlay.d-xl-none {
    display: block !important;
  }
  body .headline-tools.d-xl-flex {
    display: none !important;
  }
}
/* ============================================================
burger menu: always expand sub-menus (no tap-to-toggle)
============================================================ */
@media (max-width: 1279.98px) {
  .navbar-nav .dropdown > .dropdown-menu {
    display: block !important;
  }
}
/* ============================================================
nav menu: custom link item max width
============================================================ */
.menu-item-type-custom.menu-item-object-custom {
  max-width: 320px;
}
/* ============================================================
header global menu: last button as cart icon (1181px-1399.98px)
============================================================ */
@media (min-width: 1181px) and (max-width: 1399.98px) {
  #menu-header_gm > li:nth-last-child(2) > a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border-radius: 50% !important;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #menu-header_gm > li:nth-last-child(2) > a::before {
    content: "\e93b";
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
    font-size: 20px;
  }
}
