html {
  box-sizing: border-box;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background: #fff;
  color: #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0;
}

/*
Layer scale:
  5    page decoration
  80   artwork sub menu
  850  to-top button
  900  global header
  910  mobile menu overlay
  920  mobile menu panel
  1500 PhotoSwipe (defined in photoswipe.css)
*/

body.admin-bar #headerBg {
  top: 32px;
}

body.admin-bar #datalist2 {
  top: 72px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #777;
}

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

.DN {
  display: none;
}

.section img,
.ARTgallery img,
.exhibition-gallery img,
.artwork-single img {
  opacity: 0;
  transition: opacity .45s ease;
}

.section img.is-loaded,
.ARTgallery img.is-loaded,
.exhibition-gallery img.is-loaded,
.artwork-single img.is-loaded {
  opacity: 1;
}

#headerBg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid #eee;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .08em;
}

.site-header-tools {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
}

.site-menu-toggle,
.site-menu-overlay,
.mobile-artwork-submenu {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 40px;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: .06em;
}

.site-nav a {
  color: #555;
  text-decoration: none;
  text-underline-offset: 4px;
}

.site-nav a:hover,
.site-nav a.is-current {
  color: #000;
}

.site-nav a.is-current {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.site-breadcrumb {
  width: 100%;
  margin: 0 0 48px;
  padding: 64px 18px 0;
  color: #777;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: right;
}

.site-breadcrumb a {
  color: #555;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-breadcrumb a:hover {
  color: #111;
}

.site-breadcrumb + .archive-heading,
.site-breadcrumb + .profile-page,
.site-breadcrumb + .exhibition-archive,
.site-breadcrumb + .exhibition-detail,
.site-breadcrumb + .artwork-single {
  padding-top: 0;
}

.site-search {
  display: flex;
  align-items: center;
  height: 40px;
  margin-left: 18px;
}

.site-search input[type="search"] {
  width: 126px;
  height: 22px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  color: #555;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .04em;
  outline: none;
}

.site-search input[type="search"]::placeholder {
  color: #aaa;
}

.site-search input[type="search"]:focus {
  border-bottom-color: #777;
}

.site-search button {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 0 0 4px;
  border: 0;
  background: transparent;
  color: #777;
  cursor: pointer;
}

.site-search button::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.site-search button::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 6px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.site-search button:hover {
  color: #111;
}

.home #headerBg {
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid #eee;
}

#fullpage {
  width: 100%;
}

.sectionTop {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100px;
  margin: 0;
  padding: 300px 0;
}

.sectionTop h1,
.sectionTop h2,
.sectionTop h3,
.sectionTop h4,
.sectionTop h5,
.sectionTop h6,
.sectionTop p {
  position: absolute;
  left: 50%;
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.home-reveal {
  opacity: 0;
  visibility: hidden;
}

.home-reveal.is-visible {
  opacity: 1;
  visibility: visible;
}

.sectionTop h1 {
  top: 50%;
  width: 300px;
  height: 30px;
  margin: -60px 0 0 -150px;
  font-size: 15px;
  letter-spacing: .05em;
}

.sectionTop h2 {
  top: 50%;
  width: 360px;
  height: 30px;
  margin: -37px 0 0 -180px;
  font-size: 11px;
  letter-spacing: .05em;
}

.sectionTop h3 {
  top: 50%;
  width: 300px;
  height: 30px;
  margin: 10px 0 0 -150px;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
}

.sectionTop #navigation1 {
  top: 50%;
  width: 300px;
  height: 30px;
  margin: 220px 0 0 -150px;
  font-size: 30px;
  font-style: italic;
  line-height: 30px;
}

.sectionTop #navigation2 {
  top: 50%;
  width: 300px;
  height: 30px;
  margin: 242px 0 0 -150px;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.sectionTop #navigation3 {
  top: 50%;
  width: 300px;
  height: 30px;
  margin: 260px 0 0 -150px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}

.sectionTop h4 {
  top: 50%;
  width: 42px;
  height: 120px;
  margin: -200px 0 0 -21px;
}

.sectionTop h5 {
  top: 50%;
  width: 300px;
  height: 120px;
  margin: 75px 0 0 -150px;
}

.sectionTop h6 {
  top: 50%;
  width: 300px;
  height: 30px;
  margin: 200px 0 0 -150px;
}

.sectionTop h4 img,
.sectionTop h5 img,
.sectionTop h6 img {
  width: auto;
  margin: 0 auto;
}

.sectionTop h5 img {
  height: 120px;
  width: auto;
}

.sectionTop h6 img {
  width: 200px;
  height: 30px;
}

.home-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 5;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  transform: rotate(45deg);
}

.home-scroll-cue::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  animation: home-scroll-cue 1.8s ease-in-out infinite;
}

.home-scroll-cue:hover::before {
  border-color: #111;
}

@keyframes home-scroll-cue {
  0%,
  100% {
    opacity: .35;
    transform: translate(0, 0);
  }

  50% {
    opacity: .95;
    transform: translate(5px, 5px);
  }
}

.section {
  padding: 50px 0;
}

#home-content {
  padding-top: 100px;
}

.section p.canvasart,
.section p.canvasart_landscape,
.section p.canvasart_landscapeWide {
  width: 78%;
  margin: 0 auto;
  text-align: center;
}

.section p.canvasart img,
.section p.canvasart_landscape img,
.section p.canvasart_landscapeWide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.section p.canvasart img {
  max-width: min(453px, 100%);
}

.section p.canvasart_landscape img {
  max-width: min(650px, 100%);
}

.section p.canvasart_landscapeWide {
  width: 92%;
}

.section p.canvasart_landscapeWide img {
  width: 100%;
  max-width: 1280px;
}

.section p.canvasart_tyingwind_capturelight {
  width: 92%;
  margin: 50px auto;
  text-align: center;
}

.section p.canvasart_tyingwind_capturelightF6 {
  width: 78%;
  margin: 50px auto;
  text-align: center;
}

.section p.canvasart_tyingwind_capturelight img {
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
}

.section p.canvasart_tyingwind_capturelightF6 img {
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
}

.section p.img {
  width: 78%;
  margin: 12px auto;
  text-align: center;
}

.section p.img img {
  width: 280px;
  margin: 0 auto;
}

.section p.legacy-unnoticed {
  width: 78%;
  margin: 12px auto;
  text-align: center;
}

.section p.legacy-unnoticed img {
  width: 200px;
  margin: 0 auto;
}

.section p.spaceb {
  margin-bottom: 5px;
}

.section p a[data-size] {
  display: block;
  width: 100%;
}

.section p.contactinfo {
  width: 78%;
  margin: 1.1em auto 0;
  padding: 110px 0 30px;
  font-size: 13px;
  text-align: center;
}

.section p.mt {
  width: 78%;
  margin: 1.1em auto 0;
  padding: 10px 0 30px;
  font-size: 11px;
  text-align: center;
}

.section p.mt img,
.contact p.contactinfo img {
  width: 144px;
  margin: 0 auto;
}

.bold {
  font-weight: 700;
}

.block {
  display: block;
}

#section5 p.exhibition {
  width: 78%;
  margin: 0 auto 32px;
  font-size: 13px;
  letter-spacing: .07em;
  text-align: left;
  font-family: Georgia, "Times New Roman", serif;
}

#section5 p {
  width: 78%;
  margin: 12px auto;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
}

#section5 p.eng {
  width: 78%;
  margin: 22px auto 0;
  padding: 10px 0;
  font-size: 11px;
  text-align: left;
}

#section5 p.mts {
  width: 78%;
  margin: 200px auto 0;
  padding: 10px 0 30px;
  font-size: 11px;
}

#section7 p {
  width: 78%;
  margin: 60px auto 0;
  font-size: 10px;
  letter-spacing: .07em;
  text-align: center;
}

#section7 p a {
  display: inline-block;
}

#section7 p img {
  margin: 0 auto;
}

#section7 p.mt {
  margin-top: 20px;
}

#section7 address {
  width: 78%;
  margin: 20px auto 0;
  background: transparent;
  color: #111;
  font-size: 10px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: .02em;
  text-align: center;
}

.contact,
.profile {
  width: 78%;
  margin: 0 auto;
}

.contact {
  padding: 34px 0 30px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .08em;
}

.profile {
  padding: 0;
}

.section-profile-contact {
  min-height: 100vh;
}

.section-profile-contact .profile {
  padding-top: 0;
}

.profile .intro-ja,
.profile .intro-en {
  margin: 0 0 32px;
  font-size: 12px;
  line-height: 2;
}

table.profile {
  width: 100%;
  margin: 0 0 56px;
  border-collapse: collapse;
}

table.profile td {
  padding: 7px 0;
  vertical-align: top;
  font-size: 11px;
}

table.profile td.year {
  width: 92px;
  color: #777;
}

.home table.profile {
  width: 78%;
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
}

.home table.profile th,
.home table.profile td {
  border: none;
  padding: 10px 0 0;
  vertical-align: top;
  text-align: left;
  word-wrap: break-word;
  font-size: 10px;
}

.home table.profile th.artist {
  padding-top: 100px;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: .4em;
}

.home table.profile td.When,
.home table.profile td.year {
  width: auto;
  padding-right: 10px;
  color: #111;
  white-space: nowrap;
}

#datalist2 {
  position: static;
  width: 100%;
  min-height: 0;
  margin: 40px 0 0;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
}

.post-type-archive-artwork #datalist2 {
  display: block;
}

#datalist2 + .site-breadcrumb {
  padding-top: 24px;
}

.works-filter-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 40px;
  padding: 0 max(24px, calc((100% - 1180px) / 2));
  border: 0;
  background: #c8c8c8;
  color: #fff;
  font: inherit;
  font-size: 11px;
  letter-spacing: .08em;
  text-align: left;
  cursor: pointer;
}

.works-filter-toggle::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}

#datalist2.is-filter-open .works-filter-toggle::after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.works-filter-current {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.works-filter-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height .28s ease, opacity .2s ease, visibility 0s linear .28s;
}

#datalist2.is-filter-open .works-filter-panel {
  max-height: 360px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

#datalist2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2px;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0 max(24px, calc((100% - 1180px) / 2));
  list-style: none;
}

#datalist2 ul.collection-filter {
  background: #c8c8c8;
}

#datalist2 ul.secondary-filter,
#datalist2 ul.tertiary-filter {
  min-height: 32px;
  border-top-color: #d8d8d8;
  background: #d8d8d8;
}

#datalist2 ul.year-filter.secondary-filter {
  background: #eee;
}

#datalist2 ul.tertiary-filter {
  border-top-color: transparent;
  background: transparent;
}

#datalist2 li {
  margin: 0;
}

#datalist2 li:first-child a {
  min-width: 74px;
  justify-content: center;
}

#datalist2 a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 8px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
}

#datalist2 a:hover {
  background: #aaa;
  color: #fff;
}

#datalist2 a.sec {
  background: #eee;
  color: #777;
}

#datalist2 .secondary-filter a.sec,
#datalist2 .tertiary-filter a.sec {
  background: transparent;
  color: #333;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#datalist2 .tertiary-filter a:hover {
  background: transparent;
  color: #000;
}

#datalist2 .secondary-filter a,
#datalist2 .tertiary-filter a {
  min-height: 32px;
  padding: 0 7px;
  color: #333;
  font-size: 10px;
}

.ARTgallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 26px 18px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 80px;
}

.archive-heading {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0 0;
  font-family: Georgia, "Times New Roman", serif;
}

#datalist2 + .archive-heading {
  padding-top: 44px;
}

.archive-heading h1 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .06em;
}

.archive-heading p {
  margin: 0;
  color: #777;
  font-size: 11px;
  letter-spacing: .06em;
}

.archive-heading + .ARTgallery {
  padding-top: 28px;
}

.archive-heading + .exhibition-archive,
.archive-heading + .profile-page,
.archive-heading + .exhibition-detail,
.archive-heading + .artwork-single {
  padding-top: 44px;
}

.series-heading {
  grid-column: 1 / -1;
  margin: 34px 0 0;
  color: #555;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
}

.series-heading:first-child {
  margin-top: 0;
}

.empty-message {
  grid-column: 1 / -1;
  margin: 0;
  color: #777;
  text-align: center;
}

.ARTgallery a {
  display: block;
  text-align: center;
}

.ARTgallery img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.ARTgallery figure {
  margin: 8px 0 0;
  color: #555;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.5;
}

.artwork-caption-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  align-items: baseline;
}

.artwork-caption-item small {
  margin-right: 3px;
  color: #bbb;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pswp__caption__center {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  padding: 12px 0;
}

.artwork-single,
.exhibition-detail,
.exhibition-archive,
.profile-page {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
}

.profile-page,
.exhibition-archive,
.exhibition-detail,
.artwork-single {
  min-height: calc(100vh - 58px);
}

.artwork-single article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 40px;
  align-items: start;
}

.artwork-single-image {
  margin: 0;
}

.artwork-single-image img {
  max-height: calc(100vh - 160px);
  margin: 0 auto;
  object-fit: contain;
}

.artwork-single-meta p,
.exhibition-detail p,
.exhibition-body {
  margin: 0 0 12px;
  font-size: 12px;
}

.exhibition-detail .exhibition-back {
  margin: 96px 0 0;
}

.exhibition-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 11px;
  letter-spacing: .04em;
}

.exhibition-back a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.exhibition-back a:hover {
  color: #111;
}

.exhibition-back a:hover::before {
  transform: translateX(-4px) rotate(45deg);
}

.exhibition-archive {
  display: grid;
  width: min(764px, calc(100% - 48px));
  gap: 18px;
}

.exhibition-card {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 18px;
}

.exhibition-card a {
  display: block;
  position: relative;
  min-height: 44px;
  padding: 0 44px 0 0;
}

.exhibition-card a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: translateY(-50%) rotate(45deg);
  transition: right .18s ease, border-color .18s ease, transform .18s ease;
}

.exhibition-card a:hover::after,
.exhibition-card a:focus-visible::after {
  right: 0;
  border-color: #111;
  transform: translateY(-50%) rotate(45deg);
}

.exhibition-card p {
  margin: 0 0 4px;
}

.exhibition-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.exhibition-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.exhibition-gallery a {
  display: block;
  background: #f5f5f5;
}

.exhibition-gallery img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}

.exhibition-works {
  margin-top: 56px;
}

.exhibition-works-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  gap: 18px 12px;
  padding: 24px 0 0;
}

.exhibition-works-grid img {
  width: 100%;
  height: 96px;
  object-fit: contain;
}

.exhibition-works-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  padding: 0;
  background: transparent;
  color: #555;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .04em;
  text-align: center;
}

.exhibition-works-more span,
.exhibition-works-more {
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer {
  margin-top: auto;
  padding: 18px 0;
  background: #c8c8c8;
}

.to-top-button {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 850;
  display: block;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, color .2s ease;
}

.to-top-button.is-visible {
  opacity: .8;
  pointer-events: auto;
}

.to-top-button::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
}

.to-top-button:hover {
  color: #111;
  opacity: 1;
}

address {
  width: 78%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .09em;
}

@media (max-width: 700px) {
  body.admin-bar #headerBg {
    top: 46px;
  }

  body.admin-bar #datalist2 {
    top: 124px;
  }

  .section {
    padding: 44px 0;
  }

  .sectionTop {
    padding: 300px 0;
  }

  .sectionTop h1 {
    margin: -80px 0 0 -150px;
  }

  .sectionTop h2 {
    margin: -50px 0 0 -180px;
  }

  .sectionTop h4 {
    margin: -220px 0 0 -21px;
  }

  .sectionTop h5 {
    margin: 10px 0 0 -150px;
  }

  .sectionTop h6 {
    margin: 135px 0 0 -150px;
  }

  .sectionTop #navigation1 {
    margin: 180px 0 0 -150px;
  }

  .sectionTop #navigation2 {
    margin: 202px 0 0 -150px;
  }

  .sectionTop #navigation3 {
    margin: 220px 0 0 -150px;
  }

  .profile-page,
  .exhibition-archive,
  .exhibition-detail,
  .artwork-single {
    padding-top: 120px;
  }

  #headerBg {
    height: 44px;
    min-height: 44px;
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .site-logo {
    height: 44px;
    padding: 0 12px;
  }

  .site-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 6px 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .site-menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: #333;
    transition: transform .24s ease, opacity .2s ease;
    transform-origin: center;
  }

  .is-mobile-menu-open .site-menu-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .is-mobile-menu-open .site-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .is-mobile-menu-open .site-menu-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .site-menu-overlay {
    display: block;
    position: fixed;
    inset: 44px 0 0;
    z-index: 910;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility 0s linear .24s;
  }

  .is-mobile-menu-open .site-menu-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  .site-header-tools {
    display: block;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 920;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 44px);
    overflow-y: auto;
    box-sizing: border-box;
    padding: 18px 24px 24px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .24s ease, transform .24s ease, visibility 0s linear .24s;
  }

  .is-mobile-menu-open .site-header-tools {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }

  body.is-mobile-menu-open {
    overflow: hidden;
  }

  body.is-mobile-menu-open #datalist2 {
    pointer-events: none;
  }

  .site-nav {
    display: grid;
    gap: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .site-nav a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
  }

  .site-nav a:hover,
  .site-nav a.is-current {
    color: #000;
  }

  .site-nav a.is-current {
    text-decoration-color: currentColor;
  }

  .site-breadcrumb {
    width: 100%;
    margin-bottom: 36px;
    padding: 64px 12px 0;
    font-size: 10px;
  }

  .site-breadcrumb + .archive-heading,
  .site-breadcrumb + .profile-page,
  .site-breadcrumb + .exhibition-archive,
  .site-breadcrumb + .exhibition-detail,
  .site-breadcrumb + .artwork-single {
    padding-top: 0;
  }

  .site-search {
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    margin: 16px 0 0;
  }

  .site-search input[type="search"] {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 260px;
    height: 24px;
    border-bottom-color: #aaa;
    color: #333;
  }

  .site-search input[type="search"]::placeholder {
    color: #777;
  }

  .site-search input[type="search"]:focus {
    border-bottom-color: #333;
  }

  .site-search button {
    color: #555;
  }

  .site-search button:hover {
    color: #000;
  }

  #datalist2 {
    display: block;
    position: static;
    width: 100%;
    min-height: 0;
    margin: 44px 0 0;
    font-family: Georgia, "Times New Roman", serif;
  }

  .post-type-archive-artwork #datalist2 {
    display: block;
  }

  .works-filter-toggle {
    min-height: 32px;
    padding: 0 10px;
    font-size: 10px;
    letter-spacing: .06em;
  }

  .works-filter-toggle::after {
    width: 7px;
    height: 7px;
    margin-left: 10px;
  }

  .works-filter-current {
    font-size: 10px;
  }

  .section p.canvasart,
  .section p.canvasart_landscape,
  .contact,
  .profile,
  .exhibition-archive {
    width: 86vw;
  }

  .home .contact,
  .home .profile,
  .home table.profile {
    width: 88%;
  }

  .home table.profile th.artist {
    padding-top: 100px;
  }

  #datalist2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4px;
    align-items: center;
    width: 100%;
    min-height: 32px;
    padding: 0;
  }

  #datalist2 ul.collection-filter {
    align-items: stretch;
    min-height: 32px;
  }

  #datalist2 ul.collection-filter > li {
    display: flex;
    align-items: stretch;
    min-height: 32px;
  }

  #datalist2 ul.collection-filter > li > a {
    min-height: 32px;
  }

  #datalist2 a {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 24px;
    padding: 0 6px;
    font-size: 9px;
    letter-spacing: .04em;
    white-space: normal;
  }

  #datalist2 a:hover,
  #datalist2 a.sec {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  #datalist2 li:first-child a {
    min-width: 54px;
  }

  .mobile-artwork-submenu {
    display: none;
  }

  .archive-heading {
    padding-top: 54px;
  }

  #datalist2 + .archive-heading {
    padding-top: 28px;
  }

  .archive-heading + .exhibition-archive,
  .archive-heading + .profile-page,
  .archive-heading + .exhibition-detail,
  .archive-heading + .artwork-single {
    padding-top: 36px;
  }

  .ARTgallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 28px);
    gap: 22px 12px;
  }

  .ARTgallery img {
    height: 168px;
  }

  .artwork-single article {
    grid-template-columns: 1fr;
  }

  .to-top-button {
    right: 12px;
    bottom: 12px;
    width: 32px;
    height: 32px;
  }

  .to-top-button::before {
    top: 12px;
    left: 10px;
  }
}
