@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

:root {
  --t-pro-bg: #f5f5f0;
  --t-pro-footer: #bebab0;
  --t-pro-heading: #939386;
  --t-pro-text: #3e3e3c;
  --t-pro-surface: #ffffff;
  --t-pro-border: #707070;
  --t-pro-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  --header-offset: 42px;
  --pc-content-width: 945px;
  font-size: 14px;
  scroll-padding-top: 96px;
}
@media screen and (max-width: 945px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 14px;
    scroll-padding-top: 70px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 3.7333333333vw;
    scroll-padding-top: 70px;
  }
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--t-pro-bg);
  color: var(--t-pro-text);
  font-family: "M PLUS 1p", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.6;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 721px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .pc {
    display: none;
  }
}
.site-main {
  margin: 0 auto;
  max-width: var(--pc-content-width);
}

.site-branding {
  min-width: 180px;
}

.site-title {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.site-title a,
.primary-menu a {
  color: var(--t-pro-text);
  text-decoration: none;
}

.site-description,
.entry-meta,
.entry-footer {
  color: #646b73;
  font-size: 0.9rem;
}

.site-description {
  margin: 4px 0 0;
}

.primary-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  font-weight: 650;
}

.hero {
  background: var(--t-pro-text);
  color: #ffffff;
  margin: 0 0 44px;
  padding: 72px 0;
}

.hero__inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 24px;
}

.hero__eyebrow {
  color: var(--t-pro-footer);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  line-height: 1.03;
  margin: 0;
  max-width: 760px;
}

.hero p {
  font-size: 1.12rem;
  margin: 20px 0 0;
  max-width: 640px;
}

.site-main {
  padding-top: 153px;
  padding-bottom: 56px;
}

.content-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
}

.post-card,
.page-content {
  background: var(--t-pro-surface);
  border: 1px solid #d8ded9;
  border-radius: var(--t-pro-radius);
  padding: 28px;
}

.post-card + .post-card {
  margin-top: 24px;
}

.entry-title {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.12;
  margin: 0 0 12px;
}

.entry-title a {
  color: var(--t-pro-text);
  text-decoration: none;
}

.entry-content {
  margin-top: 20px;
}

.read-more {
  display: inline-block;
  font-weight: 800;
  margin-top: 12px;
}

.navigation.pagination,
.post-navigation {
  margin: 32px 0 0;
}

.site-footer {
  background: var(--t-pro-text);
  color: #ffffff;
  margin-top: 32px;
}

.site-footer__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  min-height: 96px;
}

.site-footer a {
  color: #ffffff;
}

.header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  background-color: #F5F5F0;
  padding: 0 1rem;
}
.header__logo-wrap {
  width: 100%;
  max-width: var(--pc-content-width);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.header__logo {
  display: block;
  font-size: 0;
  width: fit-content;
  height: 40px;
}

.home .header {
  background-color: transparent;
}
.home .header__logo svg {
  display: none;
}

.nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.nav__list {
  align-items: center;
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__menu-logo {
  display: none;
}

.nav__list a,
.nav__toggle,
.footer a,
.footer p,
.front-heading,
.more-link,
.contact-button {
  font-family: "Quicksand", "M PLUS 1p", sans-serif;
  font-weight: 700;
}

.nav__list a {
  color: #939386;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

.home .nav__list a {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(62, 62, 60, 0.55);
}

.nav__toggle {
  align-items: center;
  background: none;
  border: 0;
  color: #939386;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
}

.home .nav__toggle {
  color: #ffffff;
}

.menu-open .nav__toggle {
  color: #ffffff;
}

.nav__bars {
  display: block;
  height: 0.75rem;
  position: relative;
  width: 4rem;
}

.nav__bars span {
  background: currentColor;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: top 180ms ease, transform 180ms ease;
  width: 100%;
}

.home .nav__bars span {
  box-shadow: 0 2px 10px rgba(62, 62, 60, 0.55);
}

.nav__bars span:first-child {
  top: 0;
}

.nav__bars span:last-child {
  top: 10px;
}

.menu-open .nav__bars span:first-child {
  top: 5px;
  transform: rotate(18deg);
}

.menu-open .nav__bars span:last-child {
  top: 5px;
  transform: rotate(-18deg);
}

.nav__label {
  font-size: 1rem;
  line-height: 1;
}

.home .nav__label {
  text-shadow: 0 2px 10px rgba(62, 62, 60, 0.55);
}

.footer {
  align-items: center;
  background: var(--t-pro-footer);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  min-height: auto;
  padding: 76px 20px 24px;
}

.footer__nav {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
}

.footer__nav a,
.footer__privacy,
.footer__copyright {
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
}

.footer__nav a {
  font-size: 1.25rem;
}

.footer__privacy {
  font-size: 1.125rem;
  margin-top: 40px;
}

.footer__copyright {
  font-size: 13px;
  margin: 56px 0 0;
}

.t-pro-front {
  background: var(--t-pro-bg);
}

.front-main {
  overflow: hidden;
}

.front-hero {
  align-items: center;
  background: url("../images/prism_5m-poster.png") center/cover no-repeat;
  display: flex;
  height: 100vh;
  height: 100svh;
  justify-content: center;
  position: relative;
}

.front-hero__media {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.front-hero__video,
.front-hero__poster {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.front-hero__poster {
  opacity: 1;
  transition: opacity 120ms linear;
}

.front-hero__media.is-playing .front-hero__poster {
  opacity: 0;
}

.front-hero::after {
  backdrop-filter: blur(7px);
  background: rgba(113, 114, 106, 0.13);
  content: "";
  inset: 0;
  position: absolute;
}

.front-hero__logo {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.front-logo {
  display: block;
  fill: currentColor;
  width: 100%;
}

.front-logo--hero {
  width: 30.5rem;
}

.front-hero__logo p {
  font-family: "Quicksand", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  margin: 4rem 0 0;
  padding-left: 0.16em;
}

.front-section {
  position: relative;
  padding: 0 1rem;
}

.front-section__inner {
  margin: 0 auto;
  max-width: var(--pc-content-width);
}

.front-reveal {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease var(--front-reveal-delay, 0ms), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--front-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.front-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.front-reveal.front-reveal--scroll-target {
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .front-reveal,
  .front-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.front-section--news {
  background: var(--t-pro-bg);
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.news-layout {
  display: grid;
  grid-template-columns: 14.375rem minmax(0, 1fr);
  column-gap: 3rem;
}

.front-heading {
  color: var(--t-pro-heading);
  font-size: 2.25rem;
  line-height: 1;
  margin: 0;
}

.news-layout__aside {
  padding-top: 0.25rem;
}

.more-link {
  align-items: center;
  color: var(--t-pro-heading);
  display: inline-flex;
  font-size: 1.125rem;
  gap: 1rem;
  line-height: 1;
  margin-top: 3.625rem;
  text-decoration: none;
}
.more-link__circle {
  background: #ffffff;
  border: 1px solid var(--t-pro-heading);
  border-radius: 50%;
  display: inline-block;
  height: 4.5rem;
  position: relative;
  transition: transform 0.25s ease;
  width: 4.5rem;
}
.more-link__circle::before {
  background: var(--t-pro-heading);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.625rem;
  transition: all 0.2s ease-in-out;
}
.more-link__circle::after {
  background: var(--t-pro-heading);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0.27);
  transform-origin: center right;
  width: 1.625rem;
  transition: all 0.2s ease-in-out;
}
.more-link:hover {
  opacity: 1;
}
.more-link:hover .more-link__circle {
  transform: translateX(0.35rem);
}
.more-link:hover .more-link__circle::before {
  width: 2.25rem;
}
.more-link:hover .more-link__circle::after {
  width: 2.25rem;
}

.more-link--mobile {
  display: none;
}

.news-list {
  display: grid;
  gap: 2rem;
}

.news-item a {
  border-radius: calc(var(--t-pro-radius) * 0.75);
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.news-item a:hover,
.news-item a:focus-visible {
  opacity: 1;
  transform: translateX(0.5rem);
}

.news-item a:focus-visible {
  outline: 2px solid var(--t-pro-heading);
  outline-offset: 3px;
}

.news-item time {
  color: var(--t-pro-text);
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.1875rem;
}

.news-item h3 {
  color: var(--t-pro-text);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

.news-item a:hover h3,
.news-item a:focus-visible h3 {
  transform: translateX(0.25rem);
}

@media (prefers-reduced-motion: reduce) {
  .news-item a,
  .news-item h3 {
    transition-duration: 0.01ms;
  }
  .news-item a:hover,
  .news-item a:focus-visible,
  .news-item a:hover h3,
  .news-item a:focus-visible h3 {
    transform: none;
  }
}
.front-section--artists {
  background: #ffffff;
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

.artist-list {
  margin-top: 3rem;
}

.artist-list--multiple {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.artist-list--multiple .artist-card:last-child:nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
  width: calc((100% - 2rem) / 2);
}

.artist-card {
  display: block;
  margin: 0;
}
.artist-card__media-wrap {
  aspect-ratio: 16/10;
}
.artist-card__media {
  height: 100%;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: var(--artist-image-aspect-ratio);
}
.artist-card:hover {
  opacity: 1;
}

.artist-card img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  object-fit: contain;
}

html.js-enabled .artist-card__media img {
  opacity: 0;
}

html.js-enabled .artist-card__media.is-loaded img {
  animation: artist-image-fade-in 0.6s ease-in-out both;
}

.artist-card:hover img {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .artist-card img {
    transition-duration: 0.01ms;
  }
  html.js-enabled .artist-card__media.is-loaded img {
    animation-duration: 0.01ms;
  }
}
.artist-card figcaption {
  color: var(--t-pro-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 1.5rem;
  text-align: center;
}

.front-section--profile {
  background: var(--t-pro-bg);
  padding-top: 18.625rem;
  padding-bottom: 18.625rem;
}

.profile-layout {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
}

.profile-layout::before {
  background: var(--t-pro-border);
  content: "";
  grid-column: 2;
  grid-row: 1;
  opacity: 0.45;
}

.profile-panel {
  min-height: 30.1875rem;
}

.profile-panel--contact {
  grid-column: 3;
  margin-left: auto;
}

.about-list {
  display: grid;
  gap: 3.0625rem;
  margin: 3.4375rem 0 0;
}

.about-list__item dt {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.375rem;
}

.about-list__item dd {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
}

.about-list__item span,
.contact-copy span {
  display: block;
}

.contact-copy {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 3rem 0 3rem;
}

.contact-button {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--t-pro-heading);
  border-radius: 2.25rem;
  color: var(--t-pro-heading);
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  height: 4.5rem;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 22.5rem;
}

.editorial-main {
  padding-top: calc(40px + 4rem);
}

.editorial-hero {
  padding: 3rem 0 3rem;
}

.editorial-hero__title {
  color: var(--t-pro-heading);
  font-family: "Quicksand", "M PLUS 1p", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.editorial-hero__description {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2rem;
}

.editorial-hero__description > :first-child,
.editorial-article__content > :first-child {
  margin-top: 0;
}

.editorial-hero__description > :last-child,
.editorial-article__content > :last-child {
  margin-bottom: 0;
}

.editorial-body {
  padding: 0 1rem;
  padding-bottom: 8rem;
}

.archive-posts__inner {
  max-width: var(--pc-content-width);
  margin: 0 auto;
}

.archive-posts__item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.42);
}
.archive-posts__item:first-child {
  border-top: 1px solid rgba(112, 112, 112, 0.42);
}

.archive-posts__link {
  align-items: center;
  border-radius: calc(var(--t-pro-radius) * 0.75);
  display: grid;
  gap: 2rem;
  grid-template-columns: 9.5rem minmax(0, 1fr) 4.5rem;
  margin: 0 -1rem;
  padding: 1.5rem 1rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.archive-posts__link:hover,
.archive-posts__link:focus-visible {
  box-shadow: 0 0.5rem 1.5rem rgba(62, 62, 60, 0.07);
  opacity: 1;
  transform: translateX(0.375rem);
}

.archive-posts__link:focus-visible {
  outline: 2px solid var(--t-pro-heading);
  outline-offset: 3px;
}

.archive-posts__date,
.editorial-article__date {
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.archive-posts__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

.archive-posts__link:hover .archive-posts__title,
.archive-posts__link:focus-visible .archive-posts__title {
  transform: translateX(0.25rem);
}

.editorial-arrow {
  border-radius: 50%;
  display: inline-block;
  height: 4.5rem;
  position: relative;
  transition: background-color 0.3s ease, transform 0.25s ease;
  width: 4.5rem;
}

.editorial-arrow::before,
.editorial-arrow::after {
  background: var(--t-pro-heading);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: width 0.25s ease;
  width: 1.625rem;
}

.editorial-arrow::before {
  transform: translate(-50%, -50%);
}

.editorial-arrow::after {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0.27);
  transform-origin: center right;
}

.archive-posts__link:hover .editorial-arrow,
.archive-posts__link:focus-visible .editorial-arrow,
.article-return__link:hover .editorial-arrow {
  transform: translateX(0.35rem);
}

.archive-posts__link:hover .editorial-arrow,
.archive-posts__link:focus-visible .editorial-arrow {
  background-color: rgba(147, 147, 134, 0.1);
}

.archive-posts__link:hover .editorial-arrow::before,
.archive-posts__link:hover .editorial-arrow::after,
.archive-posts__link:focus-visible .editorial-arrow::before,
.archive-posts__link:focus-visible .editorial-arrow::after,
.article-return__link:hover .editorial-arrow::before,
.article-return__link:hover .editorial-arrow::after {
  width: 2.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .archive-posts__link,
  .archive-posts__title,
  .archive-posts__link .editorial-arrow,
  .archive-posts__link .editorial-arrow::before,
  .archive-posts__link .editorial-arrow::after {
    transition-duration: 0.01ms;
  }
  .archive-posts__link:hover,
  .archive-posts__link:focus-visible,
  .archive-posts__link:hover .archive-posts__title,
  .archive-posts__link:focus-visible .archive-posts__title,
  .archive-posts__link:hover .editorial-arrow,
  .archive-posts__link:focus-visible .editorial-arrow {
    transform: none;
  }
}
.editorial-main .navigation.pagination {
  font-family: "Quicksand", sans-serif;
  margin: 5rem 0 0;
}

.editorial-main .nav-links {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.editorial-main .page-numbers {
  align-items: center;
  border-radius: 50%;
  color: var(--t-pro-heading);
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.editorial-main .page-numbers.current {
  background: var(--t-pro-heading);
  color: #ffffff;
}

.editorial-main .page-numbers.prev,
.editorial-main .page-numbers.next {
  border: 1px solid var(--t-pro-heading);
  border-radius: 50%;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0 1rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.editorial-main .page-numbers.prev:hover,
.editorial-main .page-numbers.next:hover {
  background: var(--t-pro-heading);
  color: #ffffff;
  opacity: 1;
}

.editorial-main .navigation.pagination .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.editorial-empty {
  border-bottom: 1px solid rgba(112, 112, 112, 0.42);
  border-top: 1px solid rgba(112, 112, 112, 0.42);
  padding: 4rem 0;
  text-align: center;
  max-width: var(--pc-content-width);
  margin: 0 auto;
}

.editorial-empty p {
  margin: 0;
}

.editorial-article__wrap {
  max-width: var(--pc-content-width);
  margin: 0 auto;
}

.editorial-article__header .editorial-eyebrow {
  font-size: 2rem;
  letter-spacing: 0;
  margin-bottom: 4.5rem;
}

.editorial-article__date {
  display: block;
  margin-bottom: 1.25rem;
}

.editorial-article__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.55;
  margin: 0;
}

.editorial-article__visual {
  margin: 4rem 0 0;
}

.editorial-article__visual img {
  width: 100%;
}

.editorial-article__content {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0;
  margin-top: 4rem;
}
.editorial-article__content:first-child {
  margin-top: 1rem;
}

.editorial-article__content h2,
.editorial-article__content h3,
.editorial-article__content h4 {
  font-weight: 500;
  line-height: 1.6;
}

.editorial-article__content h2 {
  border-bottom: 1px solid rgba(112, 112, 112, 0.42);
  font-size: 1.625rem;
  margin: 4rem 0 1.75rem;
  padding-bottom: 0.875rem;
}

.editorial-article__content h3 {
  font-size: 1.25rem;
  margin: 3rem 0 1rem;
}

.editorial-article__content p,
.editorial-article__content ul,
.editorial-article__content ol {
  margin-bottom: 1.4375rem;
}

.editorial-article__content ul,
.editorial-article__content ol {
  padding-left: 2rem;
}

.editorial-article__content a {
  color: var(--t-pro-heading);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.editorial-article__content blockquote {
  border-left: 2px solid var(--t-pro-heading);
  margin: 2.5rem 0;
  padding: 0.25rem 0 0.25rem 2rem;
}

.editorial-article__content img,
.editorial-article__content figure {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.editorial-article__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 3rem;
}

.editorial-article__footer a {
  border: 1px solid rgba(112, 112, 112, 0.42);
  border-radius: 2rem;
  color: var(--t-pro-heading);
  font-size: 0.8125rem;
  padding: 0.35rem 1rem;
}

.article-return {
  border-top: 1px solid rgba(112, 112, 112, 0.42);
  margin-top: 6rem;
  padding-top: 3rem;
}

.article-return__link {
  align-items: center;
  color: var(--t-pro-heading);
  display: inline-flex;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  gap: 1rem;
}

.article-return__link:hover {
  opacity: 1;
}

.editorial-arrow--back {
  height: 3.75rem;
  transform: rotateY(180deg);
  width: 3.75rem;
}

.article-return__link:hover .editorial-arrow--back {
  transform: translateX(-0.35rem) rotateY(180deg);
}

body.page-contact .editorial-article__content {
  max-width: 50rem;
  margin: 0 auto;
}

.contact-form {
  margin: 4rem auto 0;
  max-width: 50rem;
}

.contact-form__field + .contact-form__field {
  margin-top: 2rem;
}

.contact-form__label {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}

.contact-form__required,
.contact-form__optional {
  border: 1px solid var(--t-pro-heading);
  border-radius: 1rem;
  color: var(--t-pro-heading);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.3rem 0.625rem;
}

.contact-form__required {
  background: var(--t-pro-heading);
  color: #ffffff;
}

.contact-form__control {
  appearance: none;
  background: var(--t-pro-surface);
  border: 1px solid rgba(112, 112, 112, 0.42);
  border-radius: var(--t-pro-radius);
  color: var(--t-pro-text);
  font: inherit;
  line-height: 1.5;
  padding: 0.875rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.contact-form__control:focus {
  border-color: var(--t-pro-heading);
  box-shadow: 0 0 0 3px rgba(147, 147, 134, 0.2);
  outline: none;
}

.contact-form__control[type=date] {
  max-width: 100%;
  width: 12rem;
}

.contact-form__control[type=time] {
  max-width: 100%;
  width: 9rem;
}

.contact-form__select-wrap {
  position: relative;
}

.contact-form__select-wrap::after {
  border-bottom: 1px solid var(--t-pro-heading);
  border-right: 1px solid var(--t-pro-heading);
  content: "";
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: calc(50% - 0.375rem);
  transform: rotate(45deg);
  width: 0.5rem;
}

.contact-form__select {
  cursor: pointer;
  padding-right: 3rem;
}

.contact-form__select:invalid {
  color: rgba(62, 62, 60, 0.6);
}

.contact-form__select option {
  color: var(--t-pro-text);
}

.contact-form__textarea {
  min-height: 12rem;
  resize: vertical;
}

.contact-form__choices {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 14rem));
  justify-content: start;
}

.contact-form__choice {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
}

.contact-form__choice-control {
  appearance: none;
  background: var(--t-pro-surface);
  border: 1px solid rgba(112, 112, 112, 0.62);
  flex: 0 0 auto;
  height: 1.25rem;
  margin: 0;
  position: relative;
  width: 1.25rem;
}

.contact-form__choice-control[type=radio] {
  border-radius: 50%;
}

.contact-form__choice-control[type=checkbox] {
  border-radius: 0.25rem;
}

.contact-form__choice-control[type=radio]:checked::after {
  background: var(--t-pro-heading);
  border-radius: 50%;
  content: "";
  inset: 0.25rem;
  position: absolute;
}

.contact-form__choice-control[type=checkbox]:checked {
  background: var(--t-pro-heading);
  border-color: var(--t-pro-heading);
}

.contact-form__choice-control[type=checkbox]:checked::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  height: 0.625rem;
  left: 0.4rem;
  position: absolute;
  top: 0.18rem;
  transform: rotate(45deg);
  width: 0.3rem;
}

.contact-form__choice-control:focus-visible {
  box-shadow: 0 0 0 3px rgba(147, 147, 134, 0.2);
  outline: 2px solid var(--t-pro-heading);
  outline-offset: 2px;
}

.contact-form__actions {
  margin-top: 3rem;
  text-align: center;
}

.contact-form__recaptcha {
  margin-top: 2.5rem;
}

.contact-form__recaptcha .g-recaptcha > div {
  margin: 0 auto;
}

.contact-form__recaptcha-error {
  color: #a33a3a;
  font-size: 0.875rem;
  margin: 0.75rem 0 0;
  text-align: center;
}

.contact-form__submit {
  background: var(--t-pro-heading);
  border: 1px solid var(--t-pro-heading);
  border-radius: 2rem;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  min-width: 14rem;
  padding: 0.875rem 2rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  background: transparent;
  color: var(--t-pro-heading);
}

.contact-form__submit:focus-visible {
  outline: 2px solid var(--t-pro-heading);
  outline-offset: 3px;
}

.contact-form [hidden] {
  display: none;
}

.contact-form__result {
  padding: 4rem 1rem;
  text-align: center;
}

.contact-form__result h2 {
  color: var(--t-pro-heading);
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
}

.contact-form__result p {
  margin: 0 0 1rem;
}

.contact-form__result-message > :last-child {
  margin-bottom: 0;
}

.contact-form__home {
  display: inline-block;
  margin-top: 2.5rem;
  text-align: center;
}

.contact-form__error .contact-form__submit {
  margin-top: 2rem;
}

body.contact-modal-open {
  overflow: hidden;
}

.contact-confirm {
  display: grid;
  height: 100vh;
  height: 100dvh;
  inset: 0;
  padding: 2rem 1rem;
  padding: calc(2rem + env(safe-area-inset-top)) calc(1rem + env(safe-area-inset-right)) calc(2rem + env(safe-area-inset-bottom)) calc(1rem + env(safe-area-inset-left));
  place-items: center;
  position: fixed;
  z-index: 1000;
}

.contact-confirm__backdrop {
  background: rgba(30, 30, 29, 0.62);
  inset: 0;
  position: absolute;
}

.contact-confirm__dialog {
  background: var(--t-pro-bg);
  border-radius: calc(var(--t-pro-radius) * 1.5);
  box-shadow: 0 1rem 3rem rgba(30, 30, 29, 0.22);
  margin: auto;
  max-height: 100%;
  width: 100%;
  max-width: 50rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2.5rem;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.contact-confirm__title {
  color: var(--t-pro-heading);
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.contact-confirm__lead {
  margin: 1rem 0 0;
  text-align: center;
}

.contact-confirm__list {
  border-top: 1px solid rgba(112, 112, 112, 0.42);
  margin: 2rem 0 0;
}

.contact-confirm__item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.42);
  display: grid;
  grid-template-columns: minmax(8rem, 0.4fr) minmax(0, 1fr);
}

.contact-confirm__item dt,
.contact-confirm__item dd {
  margin: 0;
  padding: 1rem;
}

.contact-confirm__item dt {
  background: rgba(147, 147, 134, 0.1);
  font-weight: 500;
}

.contact-confirm__item dd {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.contact-confirm__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.contact-confirm__button {
  border: 1px solid var(--t-pro-heading);
  border-radius: 2rem;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  min-width: 12rem;
  padding: 0.75rem 1.5rem;
}

.contact-confirm__button--back {
  background: transparent;
  color: var(--t-pro-heading);
}

.contact-confirm__button--send {
  background: var(--t-pro-heading);
  color: #ffffff;
}

.contact-confirm__button:focus-visible {
  outline: 2px solid var(--t-pro-heading);
  outline-offset: 3px;
}

.contact-confirm__button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.not-found-main {
  padding-top: 120px;
}

.not-found {
  display: grid;
  min-height: min(42rem, 100vh - 120px);
  min-height: min(42rem, 100dvh - 120px);
  padding: 4.5rem 1rem 7rem;
  place-items: center;
}

.not-found__inner {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(19rem, 0.9fr) minmax(22rem, 1fr);
  max-width: 67.5rem;
  width: 100%;
}

.not-found__code {
  color: transparent;
  font-family: "Quicksand", "M PLUS 1p", sans-serif;
  font-size: clamp(8rem, 17vw, 13.5rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
  margin: 0;
  -webkit-text-stroke: 1px var(--t-pro-heading);
}

.not-found__content {
  border-left: 1px solid rgba(112, 112, 112, 0.42);
  padding: 1rem 0 1rem clamp(2.5rem, 5vw, 5rem);
}

.not-found__eyebrow {
  color: var(--t-pro-heading);
  font-family: "Quicksand", "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 2rem;
}

.not-found__title {
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0;
}

.not-found__description {
  font-size: 0.9375rem;
  line-height: 2;
  margin: 1.5rem 0 0;
}

.not-found__return {
  align-items: center;
  display: inline-flex;
  font-family: "Quicksand", "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  gap: 1.25rem;
  margin-top: 3rem;
}

.not-found__return:hover,
.not-found__return:focus-visible {
  opacity: 1;
}

.not-found__return:focus-visible {
  border-radius: 2rem;
  outline: 2px solid var(--t-pro-heading);
  outline-offset: 0.5rem;
}

.not-found__arrow {
  border: 1px solid var(--t-pro-heading);
  border-radius: 50%;
  height: 3.5rem;
  position: relative;
  transition: background-color 0.25s ease, transform 0.25s ease;
  width: 3.5rem;
}

.not-found__arrow::before,
.not-found__arrow::after {
  background: var(--t-pro-heading);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1.375rem;
}

.not-found__arrow::before {
  transform: translate(-50%, -50%);
}

.not-found__arrow::after {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0.3);
  transform-origin: center right;
}

.not-found__return:hover .not-found__arrow,
.not-found__return:focus-visible .not-found__arrow {
  background: rgba(147, 147, 134, 0.12);
  transform: translateX(0.35rem);
}

@media (max-width: 720px) {
  .not-found-main {
    padding-top: 6.25rem;
  }
  .not-found {
    min-height: 36rem;
    padding: 2rem 1.5rem 5rem;
  }
  .not-found__inner {
    display: block;
  }
  .not-found__code {
    font-size: clamp(7.5rem, 39vw, 10rem);
    line-height: 0.9;
  }
  .not-found__content {
    border-left: 0;
    border-top: 1px solid rgba(112, 112, 112, 0.42);
    margin-top: 2.5rem;
    padding: 2rem 0 0;
  }
  .not-found__eyebrow {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
  .not-found__title {
    font-size: 1.25rem;
  }
  .not-found__description {
    font-size: 0.875rem;
    line-height: 1.9;
  }
  .not-found__return {
    font-size: 0.9375rem;
    margin-top: 2.5rem;
  }
  .not-found__arrow {
    height: 3rem;
    width: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .not-found__arrow {
    transition-duration: 0.01ms;
  }
  .not-found__return:hover .not-found__arrow,
  .not-found__return:focus-visible .not-found__arrow {
    transform: none;
  }
}
@keyframes artist-image-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.single-artists .artist-contact-cta {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 20;
  width: 14rem;
  height: 5rem;
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0s linear;
  visibility: visible;
}
body.single-artists .artist-contact-cta.is-threshold-controlled:not(.is-visible), body.single-artists .artist-contact-cta.is-dismissed {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  visibility: hidden;
}
body.single-artists .artist-contact-cta__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.875rem;
  border-radius: 1rem;
  background-color: var(--t-pro-heading);
  box-shadow: 0 0.25rem 1rem rgba(62, 62, 60, 0.18);
}
body.single-artists .artist-contact-cta__link:focus-visible {
  outline: 2px solid var(--t-pro-text);
  outline-offset: 3px;
}
body.single-artists .artist-contact-cta__icon {
  width: 2rem;
  height: 1.5rem;
}
body.single-artists .artist-contact-cta__label-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
body.single-artists .artist-contact-cta__label, body.single-artists .artist-contact-cta__label-sub {
  font-family: "Quicksand", "M PLUS 1p", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
body.single-artists .artist-contact-cta__label-sub {
  font-size: 0.75rem;
}
body.single-artists .artist-contact-cta__close {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 1.625rem;
  height: 1.625rem;
  padding: 0;
  border: 1px solid var(--t-pro-heading);
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--t-pro-heading);
  cursor: pointer;
}
body.single-artists .artist-contact-cta__close::before, body.single-artists .artist-contact-cta__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1px;
  background-color: currentColor;
}
body.single-artists .artist-contact-cta__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.single-artists .artist-contact-cta__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.single-artists .artist-contact-cta__close:hover {
  background-color: var(--t-pro-heading);
  color: #ffffff;
}
body.single-artists .artist-contact-cta__close:focus-visible {
  outline: 2px solid var(--t-pro-text);
  outline-offset: 2px;
}
body.single-artists .artist-image-reveal {
  aspect-ratio: var(--artist-image-aspect-ratio);
  overflow: hidden;
  position: relative;
}
body.single-artists .artist-image-reveal img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
html.js-enabled body.single-artists .artist-image-reveal img {
  opacity: 0;
}
html.js-enabled body.single-artists .artist-image-reveal.is-loaded img {
  animation: artist-image-fade-in 0.6s ease-in-out both;
}
@media (prefers-reduced-motion: reduce) {
  body.single-artists .artist-contact-cta {
    transition-duration: 0.01ms;
  }
  body.single-artists .artist-contact-cta.is-threshold-controlled:not(.is-visible), body.single-artists .artist-contact-cta.is-dismissed {
    transition-delay: 0s;
    transition-duration: 0.01ms;
  }
  html.js-enabled body.single-artists .artist-image-reveal.is-loaded img {
    animation-duration: 0.01ms;
  }
  body.single-artists .children__visual img {
    transition-duration: 0.01ms;
  }
}
body.single-artists .editorial-body {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10rem;
}
body.single-artists .editorial-article__wrap {
  max-width: var(--pc-content-width);
  padding: 0;
}
body.single-artists .children {
  margin-top: 8rem;
}
body.single-artists .children__header {
  margin-bottom: 2.5rem;
}
body.single-artists .children__header-title {
  font-family: "Quicksand", "M PLUS 1p", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}
body.single-artists .children__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 0 1rem;
}
body.single-artists .children__item:hover {
  opacity: 1;
}
body.single-artists .children__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
body.single-artists .children__link:hover {
  opacity: 1;
}
body.single-artists .children__link:hover img {
  transform: scale(1.1);
}
body.single-artists .children__link.current-post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
body.single-artists .children__link.current-post:hover img {
  transform: scale(1);
}
body.single-artists .children__visual-inner {
  overflow: hidden;
}
body.single-artists .children__visual img {
  transition: opacity 0.6s ease-in-out, transform 0.3s ease-in-out !important;
}
body.single-artists .children__title {
  margin-top: 1.5rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

body.single-artists .artist-group-template .editorial-article__visual {
  margin: 0;
  padding-top: 3rem;
}
body.single-artists .artist-group-template .editorial-article__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  margin-top: 2.5rem;
}
body.single-artists .artist-group-template .editorial-article__content {
  max-width: 53rem;
  margin: 3.5rem auto 0;
  padding: 0 1.5rem;
}
body.single-artists .artist-group-template .editorial-article__content.has-image-label {
  margin-top: 7.5rem;
}
body.single-artists .artist-group-template .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
  max-width: calc(800px + 3rem);
  margin: 3.5rem auto 0;
  padding: 0 1.5rem;
}
body.single-artists .artist-group-template .link-wrap__row {
  display: flex;
  flex-direction: row;
  gap: 3.1rem;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  flex-shrink: 0;
}
body.single-artists .artist-group-template .link-wrap__row.sns-links {
  flex-grow: 0;
}
body.single-artists .artist-group-template .link-wrap__link {
  position: relative;
}
body.single-artists .artist-group-template .link-wrap__image {
  width: auto;
  max-width: 100%;
  height: 6rem;
  object-fit: contain;
}
body.single-artists .artist-group-template .link-wrap__label {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
body.single-artists .artist-group-template .link-wrap__label.with-image {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  margin-top: 1.1875rem;
  text-decoration: none;
}
body.single-artists .artist-group-template .link-wrap__sns-link {
  position: relative;
}
body.single-artists .artist-group-template .link-wrap__sns-link:hover {
  opacity: 1;
}
body.single-artists .artist-group-template .link-wrap__sns-link::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in-out;
}
body.single-artists .artist-group-template .link-wrap__sns-link:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
body.single-artists .artist-group-template .link-wrap__sns-image {
  width: auto;
  transform: scale(calc(0.0625rem / 1px));
}

@keyframes artist-gallery-swipe-left {
  50% {
    transform: translateX(-0.2rem);
  }
}
@keyframes artist-gallery-swipe-right {
  50% {
    transform: translateX(0.2rem);
  }
}
.editorial-main.editorial-main--single:has(.editorial-hero.artist) {
  padding-top: calc(40px + 4rem);
}

body.single-artists .artist-template .editorial-hero.artist {
  padding: 1rem 0 2rem;
}
body.single-artists .artist-template .editorial-hero__group-back {
  max-width: calc(var(--pc-content-width) + 2rem);
  margin: 0 auto;
  padding: 0 1rem;
  font-family: "Quicksand", "M PLUS 1p", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
body.single-artists .artist-template .editorial-hero__group-back a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
body.single-artists .artist-template .artist-content-wrap {
  padding-top: 3rem;
}
body.single-artists .artist-template .artist-content-wrap:has(.editorial-article__visual) {
  display: flex;
  gap: 7rem;
}
body.single-artists .artist-template .editorial-article__wrap {
  max-width: calc(var(--pc-content-width) + 3rem);
  padding: 0 1.5rem;
}
body.single-artists .artist-template .editorial-article__visual {
  margin-top: 0;
  width: 26.675rem;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 8rem;
  top: calc(40px + 5rem);
}
body.single-artists .artist-template .editorial-article__content {
  max-width: 25rem;
  margin: 2rem 0;
  font-size: 1rem;
  line-height: 1.4375;
}
body.single-artists .artist-template .artist-gallery {
  width: 100%;
}
body.single-artists .artist-template .artist-gallery__main .splide__track,
body.single-artists .artist-template .artist-gallery__main .splide__list,
body.single-artists .artist-template .artist-gallery__main .splide__slide,
body.single-artists .artist-template .artist-gallery__main .artist-gallery__image {
  aspect-ratio: var(--artist-image-aspect-ratio);
}
body.single-artists .artist-template .artist-gallery__main .splide__list {
  width: 100%;
}
body.single-artists .artist-template .artist-gallery__main .artist-gallery__image img {
  object-fit: var(--artist-gallery-object-fit, contain);
}
body.single-artists .artist-template .artist-gallery__single-image img {
  object-fit: var(--artist-gallery-object-fit, cover);
}
body.single-artists .artist-template .artist-gallery__swipe-hint {
  align-items: center;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 1rem;
  bottom: 0.75rem;
  color: var(--t-pro-heading);
  display: none;
  font-family: "Quicksand", "M PLUS 1p", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1;
  opacity: 0.7;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  white-space: nowrap;
  z-index: 2;
}
body.single-artists .artist-template .artist-gallery__swipe-hint.is-dismissed {
  opacity: 0;
  visibility: hidden;
}
body.single-artists .artist-template .artist-gallery__swipe-arrow {
  display: inline-block;
}
body.single-artists .artist-template .artist-gallery__swipe-arrow--left {
  animation: artist-gallery-swipe-left 1.4s ease-in-out infinite;
}
body.single-artists .artist-template .artist-gallery__swipe-arrow--right {
  animation: artist-gallery-swipe-right 1.4s ease-in-out infinite;
}
body.single-artists .artist-template .artist-gallery__thumbnails {
  margin-top: 0.75rem;
}
body.single-artists .artist-template .artist-gallery__thumbnails .splide__list {
  align-items: flex-start;
}
body.single-artists .artist-template .artist-gallery__thumbnails .splide__slide {
  aspect-ratio: var(--artist-image-aspect-ratio);
  cursor: pointer;
  opacity: 0.55;
  outline: 2px solid transparent;
  outline-offset: -2px;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body.single-artists .artist-template .artist-gallery__thumbnails .splide__slide.is-gallery-active {
  opacity: 1;
  outline-color: var(--t-pro-text);
}
body.single-artists .artist-template .artist-gallery__thumbnails .splide__slide img {
  height: 100%;
  object-fit: var(--artist-gallery-object-fit, contain);
  width: 100%;
}
body.single-artists .artist-template .artist-gallery__thumbnails .artist-gallery__thumbnail-button {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}
body.single-artists .artist-template .artist-gallery__thumbnails .artist-gallery__thumbnail-button:focus-visible {
  outline: 2px solid var(--t-pro-text);
  outline-offset: -2px;
}
@media (prefers-reduced-motion: reduce) {
  body.single-artists .artist-template .artist-gallery__swipe-arrow {
    animation: none;
  }
}
body.single-artists .artist-template .name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
body.single-artists .artist-template .bio-heading {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0;
  color: #939386;
  font-family: "Quicksand", "M PLUS 1p", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.single-artists .artist-template .bio-wrap {
  padding-top: 0.75rem;
}
body.single-artists .artist-template .bio-wrap .bio-item__title {
  padding: 0.5rem 0 0.5rem;
  color: #BCBCB5;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45rem;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
body.single-artists .artist-template .bio-wrap .bio-item__content {
  padding: 0.5rem 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45rem;
  letter-spacing: 0;
  padding-left: 1rem;
  vertical-align: top;
}
body.single-artists .artist-template .bio-wrap.has-three-bio .bio-item {
  margin-top: 2rem;
}
body.single-artists .artist-template .bio-wrap.has-three-bio .bio-item__title {
  margin: 0 0 0.75rem;
}
body.single-artists .artist-template .bio-wrap.has-many-bio .bio-item {
  margin-top: 1.5rem;
}
body.single-artists .artist-template .bio-wrap.has-many-bio .bio-item__title {
  margin: 0 0 0.25rem;
}
body.single-artists .artist-template .link-wrap {
  display: flex;
  align-items: center;
  gap: 4rem 2rem;
  flex-wrap: wrap;
  max-width: 53rem;
  margin: 1rem auto 0;
}
body.single-artists .artist-template .link-wrap__sns-image {
  max-height: 1.75rem;
}
body.single-artists .artist-template .link-wrap__sns-image.youtube {
  transform: scale(0.84375);
  transform-origin: center;
}
body.single-artists .artist-template .link-wrap__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  flex-shrink: 0;
}
body.single-artists .artist-template .link-wrap__row.sns-links {
  flex-grow: 1;
  gap: 2rem;
}
body.single-artists .artist-template .link-wrap__link {
  position: relative;
}
body.single-artists .artist-template .link-wrap__image {
  width: auto;
  max-width: 100%;
  height: 3rem;
  object-fit: contain;
}
body.single-artists .artist-template .link-wrap__label {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
body.single-artists .artist-template .link-wrap__label.with-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
  font-size: 1rem;
  text-decoration: none;
}
body.single-artists .artist-template .link-wrap__sns-link {
  position: relative;
}
body.single-artists .artist-template .link-wrap__sns-link:hover {
  opacity: 1;
}
body.single-artists .artist-template .link-wrap__sns-link::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in-out;
}
body.single-artists .artist-template .link-wrap__sns-link:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
body.single-artists .artist-template .link-wrap__sns-image {
  width: auto;
  transform: scale(calc(0.0625rem / 1px));
}
body.single-artists .artist-template .history-heading {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0;
  color: #939386;
  font-family: "Quicksand", "M PLUS 1p", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.single-artists .artist-template .history-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body.single-artists .artist-template .history-wrap .history-item__label {
  margin: 1rem 0 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0;
  text-align: left;
  color: #939386;
  font-family: "Quicksand", "M PLUS 1p", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.single-artists .artist-template .history-wrap .history-item__content {
  margin: 0.5rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}
body.single-artists .artist-template .history-wrap.has-three-bio .bio-item {
  margin-top: 2rem;
}
body.single-artists .artist-template .history-wrap.has-three-bio .bio-item__title {
  margin: 0 0 0.75rem;
}
body.single-artists .artist-template .history-wrap.has-many-bio .bio-item {
  margin-top: 1.5rem;
}
body.single-artists .artist-template .history-wrap.has-many-bio .bio-item__title {
  margin: 0 0 0.25rem;
}
body.single-artists .artist-template .artist-contact__wrap {
  margin-top: 2rem;
}
body.single-artists .artist-template .artist-contact__link {
  position: relative;
  border-radius: 100vh;
  padding: 1rem 2.5rem 1rem;
  min-height: 6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4375;
  background-color: #939386;
  color: #fff;
}
body.single-artists .artist-template .artist-contact__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
}
body.single-artists .artist-template .artist-contact__text {
  flex-shrink: 1;
  margin: 0;
  text-align: center;
}
body.single-artists .artist-template .artist-contact__text span {
  white-space: nowrap;
}

@media (max-width: 720px) {
  body {
    font-size: 0.9375rem;
  }
  .hero {
    padding: 52px 0;
  }
  .post-card,
  .page-content {
    padding: 22px;
  }
  .front-hero {
    background-position: center top;
  }
  .front-hero__logo {
    margin-top: 0;
  }
  .front-logo--hero {
    width: 15.5rem;
  }
  .front-hero__logo p {
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    margin-top: 1.9375rem;
  }
  .front-section__inner {
    padding: 0 1.25rem;
  }
  .front-section--news {
    padding: 6rem 0 6rem;
  }
  .front-section--news.front-section--news-has-more {
    padding-bottom: 3rem;
  }
  .news-layout {
    display: block;
  }
  .news-layout__aside {
    padding-top: 0;
  }
  .front-heading {
    font-size: 2rem;
  }
  .more-link--desktop {
    display: none;
  }
  .more-link--mobile {
    display: flex;
    justify-content: flex-end;
    margin: 4.5625rem 0 0;
    gap: 1.75rem;
  }
  .news-list {
    gap: 2.625rem;
    margin-top: 4.375rem;
  }
  .news-item time {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
  .news-item h3 {
    display: -webkit-box;
    font-size: 1rem;
    line-height: 1.4375;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .front-section--artists {
    padding: 6rem 0 7.3125rem;
  }
  .artist-list {
    margin-top: 5rem;
  }
  .artist-list--multiple {
    display: block;
  }
  .artist-list--multiple .artist-card:last-child:nth-child(odd) {
    width: 100vw;
  }
  .artist-card {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .artist-card__media-wrap {
    aspect-ratio: auto;
  }
  .artist-card + .artist-card {
    margin-top: 5rem;
  }
  .artist-card figcaption {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
  .front-section--profile {
    padding: 6.25rem 0 7.25rem;
  }
  .profile-layout {
    display: block;
  }
  .profile-layout::before {
    display: none;
  }
  .profile-panel {
    min-height: 0;
    padding: 0;
  }
  .profile-panel:first-child {
    border-bottom: 1px solid rgba(112, 112, 112, 0.45);
    padding: 0 0 6rem;
  }
  .profile-panel--contact {
    padding: 6rem 0 0;
  }
  .about-list {
    gap: 3.125rem;
    margin-top: 3rem;
  }
  .about-list__item dt {
    font-size: 0.8125rem;
    margin-bottom: 0.5625rem;
  }
  .about-list__item dd {
    font-size: 0.9375rem;
    line-height: 1.47;
  }
  .contact-copy {
    font-size: 0.9375rem;
    line-height: 1.85;
    margin: 3rem 0 3rem;
  }
  .contact-button {
    font-size: 1.25rem;
    height: 3.5rem;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .editorial-main {
    padding-top: 5.25rem;
  }
  .editorial-hero {
    display: block;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .editorial-hero__title {
    font-size: 2rem;
  }
  .editorial-hero__description {
    font-size: 0.9375rem;
    margin-top: 1.5rem;
  }
  .archive-posts__link {
    display: block;
    margin: 0 -0.5rem;
    padding: 1rem 0.5rem;
    min-height: 0;
  }
  .archive-posts__date {
    font-size: 0.875rem;
  }
  .archive-posts__title {
    font-size: 1rem;
    line-height: 1.6;
  }
  .archive-posts__link .editorial-arrow {
    display: none;
  }
  .editorial-arrow {
    height: 3.5rem;
    width: 3.5rem;
  }
  .editorial-main .navigation.pagination {
    margin-top: 3.5rem;
  }
  .editorial-main .nav-links {
    gap: 0.25rem;
  }
  .editorial-main .page-numbers.prev,
  .editorial-main .page-numbers.next {
    margin: 0 0.25rem;
  }
  .editorial-article__header .editorial-eyebrow {
    font-size: 1.75rem;
    margin-bottom: 3.5rem;
  }
  .editorial-article__date {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .editorial-article__title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .editorial-article__visual,
  .editorial-article__content {
    margin-top: 3rem;
  }
  .editorial-article__content {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
  .editorial-article__content h2 {
    font-size: 1.375rem;
    margin-top: 3.25rem;
  }
  .editorial-article__content h3 {
    font-size: 1.125rem;
  }
  .editorial-article__content blockquote {
    padding-left: 1.25rem;
  }
  .article-return {
    margin-top: 4.5rem;
  }
}
@media (max-width: 720px) {
  .contact-form {
    margin-top: 3rem;
  }
  .contact-form__field + .contact-form__field {
    margin-top: 1.75rem;
  }
  .contact-form__label {
    font-size: 0.9375rem;
  }
  .contact-form__control {
    font-size: max(1rem, 16px);
  }
  .contact-form__actions {
    margin-top: 2.5rem;
  }
  .contact-form__submit {
    width: 100%;
  }
  .contact-form__result {
    padding: 3rem 0;
  }
  .contact-form__result h2 {
    font-size: 1.375rem;
  }
  .contact-confirm {
    padding: 1rem;
    padding: calc(1rem + env(safe-area-inset-top)) calc(1rem + env(safe-area-inset-right)) calc(1rem + env(safe-area-inset-bottom)) calc(1rem + env(safe-area-inset-left));
  }
  .contact-confirm__dialog {
    max-height: 100%;
    padding: 1.5rem 1rem;
  }
  .contact-confirm__title {
    font-size: 1.375rem;
  }
  .contact-confirm__item {
    display: block;
  }
  .contact-confirm__item dt,
  .contact-confirm__item dd {
    padding: 0.75rem;
  }
  .contact-confirm__actions {
    flex-direction: column-reverse;
  }
  .contact-confirm__button {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .nav {
    display: block;
    transform: none;
    left: auto;
    top: 2rem;
    right: 2rem;
  }
  .header {
    top: 0;
    background-color: transparent;
  }
  .header__logo-wrap {
    padding: 0;
  }
  .header__logo svg {
    display: none;
  }
  .header__logo {
    height: 0;
  }
  .menu-open .header {
    z-index: 21;
  }
  .nav__toggle {
    display: flex;
    position: relative;
    z-index: 13;
  }
  .nav__list {
    align-items: center;
    background: rgba(190, 186, 176, 0.96);
    display: flex;
    flex-direction: column;
    gap: 34px;
    inset: 0;
    justify-content: center;
    opacity: 0;
    position: fixed;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 12;
  }
  .nav__list a {
    color: #fff;
    text-shadow: 0 2px 10px rgba(62, 62, 60, 0.55);
  }
  .nav__menu-logo {
    display: block;
    left: 2rem;
    position: absolute;
    top: 2rem;
  }
  .nav__menu-logo a {
    color: #fff;
    display: block;
  }
  .nav__menu-logo-mark {
    height: 40px;
    width: 99px;
  }
  .menu-open .nav__list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav__list a {
    font-size: 1.25rem;
  }
}
@media (max-width: 720px) {
  .footer {
    min-height: 25.25rem;
    padding: 4.0625rem 1.25rem 2.375rem;
  }
  .footer__nav {
    align-items: center;
    flex-direction: column;
    gap: 2.4375rem;
  }
  .footer__nav a {
    font-size: 1.25rem;
  }
  .footer__privacy {
    font-size: 0.875rem;
    margin-top: 4.25rem;
  }
  .footer__copyright {
    margin-top: 3.4375rem;
  }
}
@media (max-width: 720px) {
  body.single-artists .artist-contact-cta {
    right: 1rem;
    bottom: 1rem;
    width: 10rem;
    height: 4rem;
  }
  body.single-artists .artist-contact-cta__link {
    gap: 0.5rem;
  }
  body.single-artists .artist-contact-cta__icon {
    width: 1.5rem;
    height: auto;
  }
  body.single-artists .artist-contact-cta__label {
    font-size: 0.875rem;
  }
  body.single-artists .artist-contact-cta__label-sub {
    font-size: 0.6rem;
  }
  body.single-artists .artist-contact-cta__close {
    top: -0.5rem;
    right: -0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  body.single-artists .editorial-body {
    padding-bottom: 5.125rem;
  }
  body.single-artists .children {
    margin-top: 6.375rem;
  }
  body.single-artists .children__header {
    margin-bottom: 2.5rem;
  }
  body.single-artists .children__header-title {
    font-size: 2rem;
  }
  body.single-artists .children__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0 1.5rem;
  }
  body.single-artists .children__title {
    margin-top: 0.875rem;
    font-size: 1.0625rem;
    font-weight: 500;
  }
}
@media (max-width: 720px) {
  body.single-artists .artist-group-template .editorial-article__visual {
    padding-top: 3rem;
  }
  body.single-artists .artist-group-template .editorial-article__title {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
  body.single-artists .artist-group-template .editorial-article__content {
    max-width: 100%;
    padding: 0 1.5rem;
    font-size: 1rem;
    line-height: 1.4375;
    letter-spacing: 0;
  }
  body.single-artists .artist-group-template .editorial-article__content.has-image-label {
    margin-top: 3.5rem;
  }
  body.single-artists .artist-group-template .link-wrap {
    margin-top: 2rem;
    flex-direction: column;
    gap: 3.75rem;
  }
  body.single-artists .artist-group-template .link-wrap__row.sns-links {
    padding: 0 1.5625rem;
  }
  body.single-artists .artist-group-template .link-wrap__row.sns-links.has-image-label {
    padding-top: 2.5rem;
  }
  body.single-artists .artist-group-template .link-wrap__link {
    height: auto;
    width: 100% !important;
  }
  body.single-artists .artist-group-template .link-wrap__image {
    height: auto;
  }
  body.single-artists .artist-group-template .link-wrap__sns-image {
    max-height: 2rem;
  }
  body.single-artists .artist-group-template .link-wrap__sns-image.youtube {
    transform: scale(0.84375);
    transform-origin: right center;
  }
}
@media (max-width: 720px) {
  .editorial-main.editorial-main--single:has(.editorial-hero.artist) {
    padding-top: 0;
  }
  body.single-artists .artist-template .editorial-hero.artist {
    padding: 0;
  }
  body.single-artists .artist-template .editorial-hero__group-back {
    padding: 0 7rem 0.5rem 1.625rem;
    font-size: 1.25rem;
    display: flex;
    align-items: flex-end;
    height: 5.25rem;
  }
  body.single-artists .artist-template .artist-content-wrap {
    padding-top: 0;
  }
  body.single-artists .artist-template .artist-content-wrap:has(.editorial-article__visual) {
    display: block;
  }
  body.single-artists .artist-template .artist-gallery__swipe-hint {
    display: flex;
  }
  body.single-artists .artist-template .editorial-article__wrap {
    max-width: 100%;
    padding: 0;
  }
  body.single-artists .artist-template .editorial-article__visual {
    width: 100%;
    position: static;
  }
  body.single-artists .artist-template .editorial-article__content {
    max-width: 100%;
    margin-top: 3.375rem;
  }
  body.single-artists .artist-template .artist-gallery__thumbnails {
    padding: 0 1.625rem;
  }
  body.single-artists .artist-template .artist-info {
    margin-top: 3rem;
    padding: 0 1.625rem;
  }
  body.single-artists .artist-template .bio-heading {
    margin-top: 3rem;
  }
  body.single-artists .artist-template .bio-wrap {
    padding-top: 0;
  }
  body.single-artists .artist-template .bio-wrap .bio-item__title {
    padding: 0.25rem 0;
    font-size: 0.875rem;
  }
  body.single-artists .artist-template .bio-wrap .bio-item__content {
    padding: 0.25rem 0;
    padding-left: 1rem;
    font-size: 1rem;
  }
  body.single-artists .artist-template .link-wrap__sns-image {
    max-height: 1.5rem;
  }
  body.single-artists .artist-template .link-wrap__row.sns-links {
    gap: 2rem;
  }
  body.single-artists .artist-template .history-heading {
    margin-top: 3rem;
  }
  body.single-artists .artist-template .history-heading.position2 {
    padding: 0 1.625rem;
  }
  body.single-artists .artist-template .history-wrap.position2 {
    padding: 0 1.625rem;
  }
  body.single-artists .artist-template .history-wrap {
    display: block;
  }
  body.single-artists .artist-template .history-wrap .history-item__label {
    font-size: 1rem;
  }
  body.single-artists .artist-template .history-wrap .history-item__content {
    font-size: 0.875rem;
  }
  body.single-artists .artist-template .artist-contact__wrap {
    padding: 0 1.625rem;
  }
  body.single-artists .artist-template .artist-contact__wrap.bottom {
    margin-top: 4rem;
  }
}

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