/* --------------------------------------------------------
# common
-------------------------------------------------------- */
:root {
  --sg-font-size-sm: 14px;
  --sg-font-size-xs: 12px;
  --sg-font-family-sans-serif: 'Inter', 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  --sg-font-family-en-serif: "Crimson Text", serif;
  --sg-heading-letter-spacing: 15%;
  --sg-en-letter-spacing: 5%;
  --sg-site-padding: 47px;
}
body {
	position: relative;
  font-size: 16px;
  font-family: var(--sg-font-family-sans-serif);
  font-optical-sizing: auto;
  letter-spacing: 0;
  padding: 0 1rem;
  min-height: 100vh;
  color: rgb(0,0,0);
}
@media print, screen and (max-width: 40em) {
  body {
    font-size: 14px;
  }
}

.text-en-serif {
  font-family: var(--sg-font-family-en-serif);
  font-weight: 400;
  letter-spacing: var(--sg-en-letter-spacing) !important;
}


.sticky-container {
	z-index: 9990;
}

body.home #sticky_anchor {
  min-height: 100vh;
}

@media print, screen and (min-width: 64em) {
  #sticky_anchor {
    padding-top: 63px;
  }
}
@media print, screen and (max-width: 64em) {
  #sticky_anchor {
    padding-top: 54px;
  }

}

p {
  line-height: 2.25;
}

a {
  color: #000;
}

a:hover, a:focus {
  color: #000;
}
a:hover {
  opacity: .6;
}

.button {
  background-color: #222;
  color: #fefefe;
}

.button:hover, .button:focus {
    background-color: #333;
    color: #fefefe;
}

.button.hollow {
    border: 1px solid #222;
    color: #222;
}

.button.hollow:hover, .button.hollow:focus {
    border-color: #333;
    color: #333;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #999;
    color: #fff;
}



img.logo {
  width: 106px;
  height: auto;
}




.tag-label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0 !important;
  border-radius: 4px;
  opacity: 1;
  line-height: 18px !important;
  font-size: 10px;
}
.tag-label.tag-label-news {
  min-width: 8em;
  text-align: center;
}
a.tag-label:hover {
  background-color: #000;
  color: #fff;
}


/* ---------------------------
tipography
--------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-style: inherit;
  word-break: break-word;
  letter-spacing: var(--sg-heading-letter-spacing);
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: var(--sg-heading-letter-spacing);
}
h1, .h1 {
  font-size: 44px; }
h2, .h2 {
  font-size: 40px; }
h3, .h3 {
  font-size: 30px; }
h4, .h4 {
  font-size: 26px; }
h5, .h5 {
  font-size: 20px; }
h6, .h6 {
  font-size: 1rem; }

@media print, screen and (max-width: 48em) {
h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1.125rem;
}

.h5 {
  font-size: 1.0625rem;
}

.h6 {
  font-size: 1rem;
}
}


.text-sm {
  font-size: var(--sg-font-size-sm);
}
.text-xs {
  font-size: var(--sg-font-size-xs);
}
.font-italic {
  font-style: italic;
}

.ls-h {
  letter-spacing: var(--sg-heading-letter-spacing);
}
.ls-en {
  letter-spacing: var(--sg-en-letter-spacing);
}

.heading {
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: var(--sg-en-letter-spacing);
}



@media print, screen and (min-width: 40em) {
  .text-medium-center {
    text-align: center;
  }
}
@media print, screen and (max-width: 40em) {
  .heading {
    text-align: center;
  }
  .text-small-center {
    text-align: center;
  }
  .page-head {
    margin-bottom: 46px !important;
    font-size: 30px !important;
  }
  .entry_title {
    font-size: 18px !important;
  }
}


/* ---------------------------
utility
--------------------------- */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-1 {
  margin-bottom: 1rem !important;
}
.margin-bottom-2 {
  margin-bottom: 2rem !important;
}
.margin-bottom-3 {
  margin-bottom: 3rem !important;
}
.margin-bottom-4 {
  margin-bottom: 4rem !important;
}
.margin-bottom-5 {
  margin-bottom: 5rem !important;
}
.margin-bottom-6 {
  margin-bottom: 6rem !important;
}



.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-right-0, .px-0 {
  padding-right: 0 !important;
}
.padding-left-0, .px-0 {
  padding-left: 0 !important;
}

.padding-top-3, .py-3 {
  padding-top: 3rem !important;
}
.padding-bottom-3, .py-3 {
  padding-bottom: 3rem !important;
}

.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
@media print, screen and (max-width: 40em) {
  .display-small-block {
    display: block;
  }
}

.border-top {
  border-top: 1px solid rgb(181, 181, 181);
}
.border-0 {
  border: none !important;
}
.text-underline {
  text-decoration: underline;
}

/* ---------------------------
layout
--------------------------- */

.row {
  max-width: calc(800px + var(--sg-site-padding) * 2);
  padding-left: var(--sg-site-padding);
  padding-right: var(--sg-site-padding);
}
.row.full-width {
  padding-left: 0;
  padding-right: 0;
}
.row.row-large {
  max-width: calc(867px + var(--sg-site-padding) * 2);
}
.row .row {
  padding-left: 0;
  padding-right: 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media print, screen and (max-width: 64em) {
.row {
  padding-left: 1rem;
  padding-right: 1rem;
}
}



#sticky_anchor > .section:not(:last-child), #page > .section:not(:last-child) {
  border-bottom: 1px solid rgb(181,181,181);
}

/* ---------------------------
scroll torigger
--------------------------- */
.fadeInTop {
  transform: translateY(3rem);
  transition: transform 1s,opacity 1s;
  opacity: 0;
}
.fadeInTop.animateIn {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------
TOPへ戻るボタン
--------------------------- */
#page-top {
  position:fixed;
  right: 0;
  bottom: 0;
  display: none;
}

#page-top a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  background: #000;
}

#page-top a:hover {
  opacity: .5;
  transition: all 0.3s;
}


/* --------------------------------------------------------
header
-------------------------------------------------------- */
.sticky {
  width: 100%;
}
.header-navbar {
  background: #fff;
}
.title-bar,
.top-bar {
  box-sizing: border-box;
  background-color: transparent;
}
.top-bar .top-bar-title {
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 38px;
}

.title-bar, .top-bar, .top-bar ul {
  background-color: #fff;
}
header #responsive-menu .menu {
  font-family: var(--sg-font-family-en-serif);
  font-weight: 400;
}

header #responsive-menu .top-bar-right ul.menu > li .fa {
  font-size: 17px;
  margin: 0;
}

header #responsive-menu .top-bar-left ul.menu > li a {
  padding: 10px 5px;
  letter-spacing: .13em;
  font-size: 14px;
}

header #responsive-menu .top-bar-right ul.menu {
  display: flex;
  align-items: center;
  gap: 12px;
}

header #responsive-menu .top-bar-right ul.menu > li a {
  padding: 0;
}

header #responsive-menu .top-bar-left,
header #responsive-menu .top-bar-right {
  float: none;
}


header #responsive-menu .top-bar-left ul.menu > li {
  display: block;
  padding: 0 22px;
}

header #responsive-menu .top-bar-right ul.menu > li {
  display: inline-block !important;
}

.header-shop-btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  height: 19px;
  border-radius: 3px;
  line-height: 19px !important;
  padding: 0 10px !important;
}

header #responsive-menu .submenu.nested > li {
  display: block;
}


header #responsive-menu .menu > li.is-accordion-submenu-parent > a::after {
  border-color: #333 transparent transparent;
}

header #responsive-menu .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #333 transparent transparent;
  visibility: hidden;
}

header #responsive-menu .top-bar-right ul.menu > li.tel {
  margin-right: 36px;
}
header #responsive-menu .top-bar-right ul.menu > li.tel img {
  margin-top: 3px;
}






@media print, screen and (max-width: 64em) {



  header #responsive-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 106px 1rem 30px !important;
    display: flex !important;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
  }
  header #responsive-menu.opened {
    opacity: 1;
    visibility: visible;
    z-index: 9990;
  }

  header #responsive-menu .top-bar-left ul.menu {
    margin-left: -27px;
  }

  .h-menu-wrap {
    width: 30px;
    height: 26px;
    position: relative;
    z-index: 9999;
    transition: all 1.2s cubic-bezier(.14,1,.34,1);
  }
  .h-menu-wrap > span {
    background-color: #000;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transition: all 1.2s cubic-bezier(.14,1,.34,1);
  }
  .h-menu-wrap .h-menu1 {
    transform: translateY(-5px);
  }
  .h-menu-wrap .h-menu3 {
    transform: translateY(5px);
  }

  .hamburger-menu.opened .h-menu-wrap {
    transform: rotate(90deg);
    transition: all 1.4s cubic-bezier(.14,1,.34,1);
  }
  .hamburger-menu.opened .h-menu-wrap .h-menu1 {
    transform: translate(0) rotate(45deg);
    transition: transform 1.4s cubic-bezier(.14,1,.34,1);
  }
  .hamburger-menu.opened .h-menu-wrap .h-menu2 {
    opacity: 0;
    transform: rotate(90deg);
    transition: transform 1.4s cubic-bezier(.14,1,.34,1),opacity .3s;
  }
  .hamburger-menu.opened .h-menu-wrap .h-menu3 {
    transform: translate(0) rotate(-45deg);
    transition: transform 1.4s cubic-bezier(.14,1,.34,1);
  }




  .title-bar,
  .top-bar {
    height: 75px;
    padding: 20px 0;
    display: block !important;
  }



  header #responsive-menu .top-bar-left ul.menu > li a {
    font-size: 1.5rem;
  }
  
  header #responsive-menu .top-bar-right {
    margin-top: auto;
  }


  .top-bar-bottom {
    display: flex;
    flex-direction: column;
  }
  .top-bar-bottom-address {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
  .top-bar-bottom-logo {
    display: inline-block;
    margin-left: auto;
    margin-top: auto;
  }
  .top-bar-bottom-logo img {
    width: 40vw;
    max-width: 200px;
  }

}

@media print, screen and (max-width: 40em) {
  header #responsive-menu .top-bar-right ul.menu > li.tel-mobile {
    display: inline-block;
    padding-top: 0.1rem;
  }
}


@media print, screen and (min-width: 64em) {

  .title-bar,
  .top-bar {
    height: 92px;
    padding: 22px 0;
    display: flex;
    align-items: center;
  }

  header #responsive-menu .top-bar-left {
    float: left;
  }

  header #responsive-menu .top-bar-right {
    float: right;
    margin-left: auto;
  }

  header .submenu.menu.vertical > li {
    display: inline-block;
  }


  header #responsive-menu .is-accordion-submenu-parent {
    position: relative;
  }

  header #responsive-menu .is-accordion-submenu {
    position: absolute;
    top: 2.45rem;
    left: 0;
  }

  header #responsive-menu .top-bar-right .is-accordion-submenu {
    position: absolute;
    top: 2.45rem;
    right: 0;
    left: auto;
  }

  header #responsive-menu .top-bar-left ul.menu > li,
  header #responsive-menu .top-bar-right ul.menu > li {
    display: table-cell;
  }

  header #responsive-menu .is-submenu-item.is-accordion-submenu-item {
    padding: 0.5rem 0;
  }

  header #responsive-menu .is-submenu-item.is-accordion-submenu-item > a {
    padding: 0 1rem;
    border-right: solid 1px #333;
  }

  header #responsive-menu .is-submenu-item.is-accordion-submenu-item:last-child > a {
    border-right: none;
  }

  header #responsive-menu .menu > li.is-accordion-submenu-parent > a::after {
    visibility: hidden;
  }


  header #responsive-menu .top-bar-left ul.menu > li > a {
    position: relative;
  }
  header #responsive-menu .top-bar-left ul.menu > li > a::before {
    content: '';
    height: 1px;
    width: 0;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease;
  }
  header #responsive-menu .top-bar-left ul.menu > li > a:hover {
    opacity: 1;
  }
  header #responsive-menu .top-bar-left ul.menu > li > a:hover::before {
    width: 100%;
  }

}


.breadcrumbs {
  margin: .5rem 0;
  font-size: .8rem;
}

.breadcrumbs a {
  color: #000;
  opacity: 0.8;
}

.breadcrumbs a:hover {
  opacity: 1.0;
  text-decoration: none;
}








/* ---------------------------
news card list
--------------------------- */

.news-header {
  margin-bottom: 37px;
  line-height: 34px;
}
.news-category-nav li a {
  position: relative;
  line-height: 34px;
  font-size: 16px;
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  display: inline-block;
  letter-spacing: 10%;
  padding-right: 1.5em;
}
.news-category-nav li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 15px;
  background: url(../images/chevron_right.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 8.5px)
}


.news-card {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
  width: 100%;
}
.news-card-thumb {
  flex: 0 0 200px;
  aspect-ratio: 20/13;
  position: relative;
  overflow: hidden;
}
.news-card-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card-content {
  flex: 1 0 calc(100% - 200px - 37px);
}
.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.news-card-meta time {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 10%;
}
.news-card-title {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 10%;
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .news-card-list .news-card {
    border-bottom: 1px solid rgb(181,181,181);
    padding: 44px 0;
  }
  .news-card-list {
    border-top: 1px solid rgb(181,181,181);
  }
  .news-card-meta {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 40em) {
  .news-card-list > article:not(:last-child) {
    margin-bottom: 60px;
  }
  .news-card-list .news-card {
    gap: 16px;
  }
  .news-card-list .news-card-meta {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .news-card-thumb {
    flex-basis: 100%;
  }
  .news-card-content {
    flex-basis: 100%;
    padding: 0;
  }

}


/* ---------------------------
# news_entry
--------------------------- */
#news_entry {
  word-break: break-all;
}
#news_entry .entry_header .news-card-meta {
  margin-bottom: 44px;
}

#news_entry .entry_title {
  font-size: 22px;
  line-height: 1.333;
  letter-spacing: 15%;
  margin-bottom: 0;
}



#news_entry .entry_body {
  padding-top: 70px;
  padding-bottom: 100px;
  font-size: 13px;
  border-bottom: 1px solid rgb(181, 181, 181);
}
#news_entry .entry_body p:last-child {
  margin-bottom: 0;
}


.navigation-back {
  padding-top: 50px;
  padding-bottom: 206px;
  text-align: center;
}
.navigation-back a {
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  letter-spacing: var(--sg-en-letter-spacing);
  font-size: 18px;
  line-height: 19px;
  display: inline-flex;
  gap: 1em;
}
.navigation-back a::before {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../images/chevron_left.svg) center/contain no-repeat;
}



@media print, screen and (max-width: 40em) {
  #news_entry .entry_header .news-card-meta {
    margin-bottom: 23px;
  }
  #news_entry .entry_body {
    padding-top: 46px;
    padding-bottom: 80px;
  }
  .navigation-back {
    padding-bottom: 100px;
  }
}


/* news page layout */

.news-page-container {
  margin-top: -6px;
}
.news-page-container .side-bar {
  padding-right: 40px;
}
.news-page-container .news-main {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.single .news-page-container .news-main {
  max-width: 800px;
}



/* ---------------------------
pagination
--------------------------- */
.archive-pagination {
  padding-bottom: 180px;
}
.archive-pagination .pagination {
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 0;
}
.news-page-container .archive-pagination .pagination {
  padding-top: 70px;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1.5rem;
  justify-content: center;
}

.pagination .current, .pagination a:hover, .pagination button:hover {
  background: none;
  color: rgb(160,160,160);
}

.pagination .nav-links .prev, .pagination .nav-links .next {
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  position: relative;
}
.pagination .nav-links .prev {
  padding-left: 1.5em;
  margin-right: 3rem;
}
.pagination .nav-links .next {
  padding-right: 1.5em;
  margin-left: 3rem;
}
.pagination .nav-links .prev::before, .pagination .nav-links .next::after {
  content: '';
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: calc(50% - .5em);
}
.pagination .nav-links .prev::before {
  background: url(../images/chevron_left.svg) center/contain no-repeat;
  left: 0;
}
.pagination .nav-links .next::after {
  background: url(../images/chevron_right.svg) center/contain no-repeat;
  right: 0;
}
@media print, screen and (max-width: 40em) {
  .archive-pagination {
    padding-bottom: 100px;
  }
  .archive-pagination .pagination {
    padding-top: 80px;
  }
  .pagination .nav-links .prev, .pagination .nav-links .next {
    margin: 0;
  }
  .pagination .nav-links .prev span, .pagination .nav-links .next span {
    display: none;
  }
}



/* ---------------------------
artist-list
--------------------------- */
.artist-list-h1 {
  margin-bottom: 70px;
  font-size: 44px;
}


/* ---------------------------
#artist_entry
--------------------------- */

#artist_entry .title {
  margin-bottom: 50px;
}
#artist_entry .title p {
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 44px;
  letter-spacing: var(--sg-en-letter-spacing);
}

#artist_entry .title h2 {
  font-size: 36px;
  line-height: 1.111;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0;
  letter-spacing: 15%;
}

#artist_entry .title h3 {
  font-family: var(--sg-font-family-en-serif);
  letter-spacing: var(--sg-en-letter-spacing);
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 19px;
}

.artist-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 65px;
  font-family: var(--sg-font-family-en-serif);
  margin-bottom: 80px;
}

.artist-info p {
  margin-bottom: 0;
}

.artist-info-data {
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: 5em calc(100% - 5em - .5rem);
  margin-bottom: 0;
  gap: 14px;
  max-width: 100%;
  line-height: 19px;
  font-size: 15px;
  letter-spacing: var(--sg-en-letter-spacing);
}
.artist-info-data dt {
  margin-bottom: 0;
  font-weight: 400;
  font-style: italic;
}
.artist-info-data dd {
  margin-left: 16px;
}
.artist-info-data p {
  line-height: 19px;
}

.artist-info-right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: .5rem;
}

.pdf-download {
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-family: var(--sg-font-family-sans-serif);
  font-size: .75rem;
  padding-right: 90px;
  padding-left: 13px;
  line-height: 40px;
  height: 40px;
  position: relative;
}
.pdf-download:hover, .pdf-download:focus {
  color: #fff;
}
.pdf-download::after {
  content: '';
  width: 19px;
  height: 100%;
  background: url(../images/arrow.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  right: .75rem;
  top: 0;
}

@media print, screen and (max-width: 40em) {
  #artist_entry .title p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #artist_entry .title h2 {
    margin-bottom: .25rem;
    font-size: 30px;
  }
  .artist-info-data, .artist-info-right {
    flex: 0 0 100%;
  }
  .artist-info-right {
    align-items: flex-start;
  }
  .artist-info {
    margin-bottom: 65px;
  }

}

#artist_entry .title {
  margin-bottom: 50px;
}

#artist_entry .photo img {
	width: 100%;
}

#profile table {
	font-size: .8rem;
  margin-top: 100px;
  margin-bottom: 100px;
  border-collapse: collapse;
}
#profile table tbody, #profile table tr {
  border: none !important;
  background: none !important;
}
#profile table tr td:first-child {
  text-align: left;
  min-width: 6em;
  border-right: 1px solid rgb(181, 181, 181);
  padding-left: 0;
  width: auto !important;
}
#profile table td:nth-child(2) {
  padding-left: 4em !important;
}
#profile table tr:first-child td {
  padding-top: 0 !important;
}
#profile table tr:last-child td {
  padding-bottom: 0 !important;
} 

@media print, screen and (max-width: 40em) {
  #profile table td:nth-child(2) {
    padding-left: 2em !important;
  }
}

#artist_entry #profile {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 5%;
}

#artist_entry .columns .profile_head {
  font-family: var(--sg-font-family-en-serif);
  letter-spacing: var(--sg-en-letter-spacing);
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 25px;
}
#artist_entry .profile .columns:not(:last-child) .profile_body {
  margin-bottom: 50px;
}


#artist_entry .profile {
  margin-top: 130px;
}

#artist_entry .profile .profile_body p {
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 3%;
}



@media print, screen and (max-width: 40em) {
  #artist_entry .profile {
    margin-top: 100px;
  }
  #artist_entry .movie iframe {
    width: 100%;
    height: 100%;
  }

}



.reveal-overlay {
  z-index: 1005;
}

.reveal {
  z-index: 1006;
  top: 50% !important;
  transform: translateY(-50%) !important;
}


.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }


#artist_entry .tabs {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--sg-font-family-en-serif);
  letter-spacing: var(--sg-en-letter-spacing);
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 0;
}


#artist_entry .tabs-title > a:focus,
#artist_entry .tabs-title > a:hover,
#artist_entry .tabs-title > a[aria-selected='true'] {
    background: transparent;
    opacity: 1;
}

#artist_entry .tabs-title > a {
    display: block;
    padding: 8px 0;
    font-size: 17px;
    line-height: 19px;
    color: #000;
    opacity: .4;
    margin: 0 13px;
}

@media print, screen and (max-width: 40em) {
  #artist_entry .tabs {
    flex-direction: column;
    border: 1px solid rgb(181, 181, 181);
    padding: 0;
    position: relative;
  }
  #artist_entry .tabs::after {
    content: '+';
    display: block;
    width: 3rem;
    height: 100%;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    line-height: 40px;
  }
  #artist_entry .tabs .tabs-title {
    width: 100%;
    display: none;
    border-bottom: 1px solid rgb(181, 181, 181);
    margin-bottom: -1px;
  }
  #artist_entry .tabs .tabs-title.is-active, #artist_entry .tabs.open .tabs-title {
    display: block;
  }
  #artist_entry .tabs.open::after {
    content: '-';
  }
  #artist_entry .tabs .tabs-title a {
    padding: 1rem;
    line-height: 1;
    font-size: 1rem;
    margin: 0;
  }
}


#artist_entry .tabs-content {
  border: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
  padding-bottom: 180px;
}

#artist_entry .tabs-panel {
  padding: 60px 1rem 0;
  scroll-margin-top: 300px;
}



#artist_entry .gallery {
  margin: 0;
  text-align: center;
}

#artist_entry .gallery img {
  max-width: 100%;
}




@media print, screen and (min-width: 40em) {
  #artist_entry .gallery.h850 {
    text-align: center;
  }

  #artist_entry .gallery.h850 img {
    max-height: 650px;
    width: auto;
  }
}

@media print, screen and (max-width: 40em) {
  #artist_entry .tabs-panel {
    padding: 65px 0 0;
  }
  #artist_entry .tabs-content {
    padding-bottom: 80px;
  }
}




#artist_entry .grid-item {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {



  .grid-item h4 {
    padding: .25rem 1rem 0;
  }

  .grid-item h5 {
    padding: 0 1rem;
  }

  .grid-item p.entry_date {
    padding: 0 1rem .25rem;
  }


  .grid-item p.sub_comment {
    padding: 0 1rem .25rem;
  }

  #news_list .grid-item a p {
    padding: .25rem 1rem;
  }

  #artist_entry .gallery {
    margin: 0 0 1rem;
  }

}




/** artist nav reveal ****/
#artist_entry {
  position: relative;
}
.artist-reveal-btn {
  display: inline-flex;
  gap: 1.5rem;
  align-items: flex-end;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 47px;
  top: -63px;
}
.artist-reveal-btn:hover, #artist_nav_panel.reveal .close-button:hover {
  opacity: .6;
}
#artist_nav_panel.reveal {
  padding: 2rem 60px 2rem 0;
}
#artist_nav_panel.reveal .close-button {
  top: 88px;
  right: 44px;
  color: #000;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 9999;
}


.artist-nav-wrap {
  display: flex;
}

.artist-nav-left {
  position: relative;
}

#artist-navi-thumb {
  position: sticky;
  top: 0;
  left: 0;
  width: 290px;
  height: 420px;
}

#artist-navi-thumb > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: .15s ease;
  background-color: #fff;
}

#artist-navi-thumb > .active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#artist-navi-thumb > .default {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}


#artist_nav .nested {
  margin-left: -.5rem;
  margin-right: -.5rem;
}
#artist_nav .nested > li {
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 6.5px;
}

#artist_nav .nested a {
  opacity: .4;
  padding: 0;
  display: inline-block;
}
#artist_nav .nested a > span {
  font-size: var(--sg-font-size-xs);
}
#artist_nav .nested a:hover {
  opacity: 1;
}
#artist_nav a.author-active {
  opacity: 1;
  /* font-weight: bold; */
}
#artist_nav .artist-navi-head {
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: var(--sg-en-letter-spacing);
  font-size: 22px;
  line-height: 19px;
}
#artist_nav .sctitle {
  font-family: var(--sg-font-family-en-serif);
  letter-spacing: var(--sg-en-letter-spacing);
}

@media print, screen and (min-width: 64em) {
  #management_nav {
    margin-left: 70px;
    margin-top: -104px;
  }
  .page-artist #artist-navi-thumb.is_sticky {
    transform: translateY(92px);
  }
  .artist-nav-wrap .large-3 {
    width: 320px;
  }
  .artist-nav-wrap .large-9 {
    width: calc(100% - 320px);
    padding-left: 85px;
  }
}


@media print, screen and (min-width: 40em) {
  .artist-reveal-btn-bar {
    margin-bottom: 1rem;
    text-align: right;
  }
  #artist_nav {
    display: grid;
    grid-template-columns: 210px 210px 230px 300px;
  }
  #artist_nav .cat-photographer {
    grid-column: 1/3;
    grid-row: 1/5;
  }
  #artist_nav .cat-stylist {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  #artist_nav .cat-prop-stylist {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  #artist_nav .cat-hair_and_make_up {
    grid-column: 4/5;
    grid-row: 1/5;
  }
  #artist_nav .cat-filmmaker_collage_artist {
    grid-column: 3/4;
    grid-row: 3/4;
  }
  #artist_nav .cat-art-director {
    grid-column: 3/4;
    grid-row: 4/5;
  }
  #artist_nav .menu.nested > li {
    display: block;
    width: 100%;
  }
  #artist_nav .cat-photographer {
    .menu.nested > li {
      display: inline-block;
      width: 50%;
    }
  }
}
@media print, screen and (min-width: 40em) and (max-width: 64em) {
  #artist_nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (max-width: 64em) {
  .artist-reveal-btn {
    top: -44px;
  }
}
@media print, screen and (max-width: 40em) {
  .single-artists #sticky_anchor {
    padding-top: 103.4px;
  }
  .artist-reveal-btn-bar {
    margin-bottom: 65px;
    margin-top: 44px;
    text-align: left;
  }
  .artist-reveal-btn {
    color: #000;
    flex-direction: row-reverse;
    right: inherit;
    left: 1rem;
    top: -79.4px;
  }
  .artist-reveal-btn svg {
    width: 24px;
    height: auto;
  }
  #artist_nav > li:not(:last-child) .menu.nested {
    margin-bottom: 3rem;
  }
  #artist_nav_panel.reveal {
    top: 99px !important;
    transform: none !important;
    padding: 3rem 0 3rem;
    padding: 3rem 0 calc(env(safe-area-inset-bottom) + 3rem);
    height: calc(100vh - 99px);
    min-height: calc(100vh - 99px);
    height: calc(100dvh - 99px);
    min-height: calc(100dvh - 99px);
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  #artist_nav_panel.reveal .close-button {
    top: 0;
    left: 1rem;
    right: inherit;
  }
  #artist_nav_panel.reveal .close-button svg {
    width: 24px;
    height: auto;
  }

  #artist_nav .artist-navi-head {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  #artist_nav .nested {
    display: flex;
    flex-wrap: wrap;
  }
  #artist_nav .nested > li {
    width: 50%;
  }
  #artist_nav .nested > li.sctitle {
    width: 100%;
  }
  #artist_nav .nested a {
    width: 100%;
  }
}





/**** artist footer works link ****/

.artist-entry-footer {
  border-top: 1px solid rgb(181, 181, 181);
  padding-top: 100px;
  padding-bottom: 100px;
}
.artist-entry-footer-title {
  text-align: center;
  letter-spacing: 15%;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.artist-entry-footer-title span {
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 30px;
}


@media print, screen and (min-width: 40em) {
  .artist-works-link.works-list {
    justify-content: center;
    column-gap: 80px;
  }
}


@media print, screen and (max-width: 40em) {
  .artist-entry-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .artist-entry-footer-title {
    flex-direction: column;
    gap: 0;
  }
  .artist-entry-footer-title span {
    border: none;
    font-size: 14px;
  }
}


 


/* ---------------------------
# page
--------------------------- */



#page table.bordered {
  border-collapse: separate;
  border-spacing: 0;
}

#page table.bordered th {
  border-bottom: none;
}

#page table.bordered td {
  border-bottom: solid 1px #333;
}


#page table th,
#page table td {
  display: block;
  padding: .625rem;
}

#page table th {
  width: auto;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  padding: .625rem 0 0;
}

#page .gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#page .gmap iframe,
#page .gmap object,
#page .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page #philosophy .inner {
  text-align: center;
  margin: 0 auto;
  max-width: 20rem;
}

#page #philosophy .inner p {
  text-align: left;
}


@media print, screen and (min-width: 40em) {
  #page table th,
  #page table td {
    display: table-cell;
    padding: .625rem;
  }

  #page table.history th,
  #page table.information th {
    width: 6rem;
  }

  #page table.group th {
    width: 12rem;
  }

  #page table th {
    font-weight: normal;
  }

  #page table.bordered th,
  #page table.bordered td {
    border-bottom: solid 1px #333;
  }

}

/* --------------------------------------------------------
# footer
-------------------------------------------------------- */
#site-footer {
  padding-top: 54px;
  padding-bottom: 30px;
  border-top: 1px solid rgb(181, 181, 181);
}
.footer-info {
  margin-bottom: 85px;
}
.footer-info-left {
  display: flex;
  flex-wrap: wrap;
  column-gap: 114px;
  row-gap: 2rem;
}
.footer-info-left p, .footer-info-left a {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 10%;
}
.footer-info-left a {
  text-decoration: underline;
}
.footer-info-left a .fa {
  font-size: 14px;
}
.footer-logo {
  margin-bottom: 2rem;
}
.footer-logo img {
  max-width: 190px;
}
.footer-copy-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 24px;
}
.footer-copy-p {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 10%;
  margin-bottom: 0;
}
.footer-copy {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 5%;
  text-align: right;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .footer-info {
    display: flex;
    flex-direction: row-reverse;
  }
  .footer-logo {
    text-align: right;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 40em) {
  #site-footer {
    padding-top: 40px;
  }
  .footer-info {
    margin-bottom: 116px;
  }
  .footer-copy {
    text-align: center;
  }
}

/* --------------------------------------------------------
home
-------------------------------------------------------- */

/** home hero **/
#home-hero {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 405px;
}
#home-slider {
  position: relative;
  padding-bottom: 40px;
}

#home-slider .home-slider-box {
  display: block;
  position: relative;
}
#home-slider figure {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
#home-slider figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
#home-slider .home-slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: .5rem 1rem;
  background-color: rgba(255,255,255,.6);
  font-size: var(--sg-font-size-xs);
  box-sizing: border-box;
  margin: 0;
}


#home-slider .swiper-pagination-fraction {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

#home-slider .swiper-pagination-fraction .border {
  width: 70px;
  height: 2px;
  margin: 0 8px;
  background-color: #ddd;
  position: relative;
}

#home-slider .swiper-pagination-fraction .border span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}

#home-slider .swiper-pagination.is-active .border span {
  transform: scaleX(1);
  transition: transform 3.85s linear;
}



.home-hero-text {
  height: 100%;
  max-width: 580px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--sg-font-family-en-serif);
}
.home-hero-title {
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 3px;
  line-height: .94;
  letter-spacing: var(--sg-en-letter-spacing);
  font-size: 36px;
}
.home-hero-text p {
  line-height: 1.625;
  letter-spacing: var(--sg-en-letter-spacing);
}
.home-hero-text p:last-child {
  margin-bottom: 0;
}


#home-hero.row > .column:last-child {
  position: relative;
  padding-bottom: 2rem;
}
.home-hero-logo {
  position: absolute;
  right: 6rem;
  bottom: 0;
  max-width: 60vw;
}

@media print, screen and (min-width: 64em) {
  #home-slider {
    margin-right: 20px;
    padding-bottom: 54px;
  }
}
@media print, screen and (max-width: 64em) {
  .home #sticky_anchor {
    padding-top: 0;
  }
  #home-hero {
    margin-bottom: 74px;
  }
  #home-slider .swiper-pagination-fraction {
    padding-right: 1rem;
  }
  #home-hero.row > .column:last-child {
    padding-bottom: 4rem;
  }
  .home-hero-text {
    padding: 3rem 1rem;
  }
  .home-hero-logo {
    right: 2rem;
  }
}

@media print, screen and (max-width: 40em) {
  .home-hero-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .home-hero-text {
    padding: 2rem 1rem;
  }
}


/**** home about us ****/
.home-about-head {
  margin-bottom: 116px;
}
.home-about-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.home-about-box.home-about-box1 {
  margin-bottom: 111px;
}
.home-about-box.home-about-box2 {
  margin-bottom: 50px;
}
.home-about-box.home-about-box3 {
  margin-bottom: 82px;
}
.home-about-text {
  margin-bottom: 0;
}
.viewmore-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}
.viewmore {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  font-family: var(--sg-font-family-en-serif);
  letter-spacing: var(--sg-en-letter-spacing);
  font-style: italic;
  font-size: .875rem;
}
.viewmore-bar {
  height: 1px;
  background: #000;
  display: block;
  flex: 0 0 105px;
  width: 105px;
  position: relative;
}
.viewmore-bar::before {
  content: '';
  background: #000;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: right center;
  transform: scaleX(0);
}
.viewmore:hover {
  opacity: 1;
}
[data-whatintent="mouse"] .viewmore:hover .viewmore-bar::before {
  transform-origin: left center;
  transform: scaleX(1);
}

.home-who-we-are {
  font-size: 22px;
  margin-bottom: 22px;
}

.home-about-box-title-s {
  letter-spacing: 5%;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 19x;
}

.home-about-box-title {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 22px;
}
.home-about-box-title > span {
  font-size: 42px;
  line-height: 34px;
}

.home-about-box.home-about-box3 .home-about-box-title {
  margin-bottom: 18px;
}

@media print, screen and (min-width: 64em) {
  .home-about-head {
    font-size: 38px;
  }
  .home-head-left {
    margin-left: 48px;;
  }
  .home-about .home-head-left {
    margin-left: 24px;
    margin-top: 6px;
  }
}

@media print, screen and (max-width: 64em) {
  .home-about .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .viewmore-wrap {
    padding-left: 2rem !important;
  }
}

@media print, screen and (min-width: 40em) {
  .home-about {
    padding-right: 0;
  }
}
@media print, screen and (max-width: 40em) {
  .home-about-head {
    position: relative;
    padding-top: 30px;
  }
  .home-about-head::before {
    content: '';
    width: 1px;
    height: 100px;
    background: #000;
    display: block;
    position: absolute;
    left: 50%;
    top: -100px;
  }
  .home-who-we-are {
    margin-bottom: 16px;
  }
  .home-about-box.home-about-box1 {
    margin-bottom: 200px;
  }
  .home-about-box.home-about-box2 {
    margin-bottom: 146px;
  }
  .home-about-box.home-about-box3 {
    margin-bottom: 0;
  }
  .home-about-text {
    margin-bottom: 50px;
  }
  .home-about-box .home-about-link.viewmore {
    margin-right: -1rem;
  }
  .home-about-box-title-s {
    text-align: center;
  }
  .home-about-box-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .home-about-box-title > span {
    font-size: 38px;
  }
}

/**** home news list ****/


.news-list-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 1rem;
  border-bottom: 1px solid rgb(181,181,181);
  padding: 1.5rem 0;
}
.news-list-title {
  font-size: .875rem;
  margin-bottom: 0;
}

.news-list time {
  font-size: .75rem;
  display: inline-block;
  min-width: 6em;
}

@media print, screen and (min-width: 64em) {
  .home-news-container {
    padding-top: 65px;
  }
  .home-news-container .heading {
    font-size: 50px;
  }
  .home-news-container .home-head-left {
    margin-left: 6px;
  }
  .news-list {
    padding-left: 50px;
  }
  .news-list > article {
    max-width: 780px;
  }
}

@media print, screen and (min-width: 40em) {
  .news-list article:first-child .news-list-content {
    padding-top: 0;
  }
}

@media print, screen and (max-width: 40em) {
  .news-list-content {
    column-gap: 1rem;
  }
  .news-list-title {
    flex: 0 0 100%;
    order: 3;
  }
  .news-list .tag-label {
    order: 1;
  }
  .news-list time {
    order: 2;
  }
}





/* --------------------------------------------------------
artist archive menu
-------------------------------------------------------- */
.menu-navi-artists .is-accordion-submenu-parent {
  margin-bottom: 45px;
}
.menu-navi-artists .is-accordion-submenu-parent > a {
  padding: 2px 1.5rem 2px 0;
  line-height: 1;
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  border-bottom: 1px solid #000;
  font-size: 16px;
  letter-spacing: var(--sg-en-letter-spacing);
}
.menu-navi-artists .is-accordion-submenu-parent > a:hover {
  opacity: 1;
}
.menu-navi-artists .is-accordion-submenu-parent > a::after {
  content: '';
  border: none;
  top: 0;
  right: 0;
  width: 11px;
  height: 100%;
  margin: 0;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(../images/plus.svg) center/contain no-repeat;
}

.menu-navi-artists .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  background: url(../images/minus.svg) center/contain no-repeat;
  transform: none;
}

.menu-navi-artists .is-accordion-submenu {
  margin-left: 0;
  margin-top: 10px;
}

.menu-navi-artists .is-accordion-submenu > li > a, .menu-navi-artists .is-accordion-submenu > li > span {
  display: block;
  padding: 7px 1rem 7px 0;
  color: rgb(153,153,153);
  font-size: .875rem;
  line-height: 1;
}
.menu-navi-artists .is-accordion-submenu > li > a:hover, .menu-navi-artists .is-accordion-submenu > li > a.is-active {
  color: #000;
  opacity: 1;
}
.menu-navi-artists .sctitle {
  font-family: var(--sg-font-family-en-serif);
  font-size: var(--sg-font-size-xs);
}


/* --------------------------------------------------------
accordion navigation
-------------------------------------------------------- */

.acc-navi-wrap {
  background: #fff;
  border: 1px solid rgb(181,181,181);
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  margin-bottom: 46px;
}
.acc-navi-wrap .accordion-title {
  font-size: 1.25rem;
  color: #000;
  padding: 1rem 3rem 1rem 1rem;
  border: none !important;
}
.acc-navi-wrap .accordion-title::before {
  font-style: normal;
  font-size: 2rem;
  margin-top: -.2rem;
  transform: translateY(-50%);
}
.acc-navi-wrap .accordion-title:hover, .acc-navi-wrap .accordion-title:focus {
  background: #fff;
}

.acc-navi-wrap .accordion-content {
  padding: 0;
  margin: 0;
  border: none !important;
}
.acc-navi > li {
  border-top: 1px solid rgb(181,181,181);
}
.acc-navi > li > a, .accordion-item > a {
  display: block;
  font-size: 1.25rem;
  color: #000;
  padding: 1rem;
  line-height: 1;
}
.acc-navi-artists {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgb(181,181,181) !important;
  margin-right: -1px;
  margin-bottom: -1px;
  background-color: rgb(230,230,230);
}

.acc-navi-artists > li {
  width: 50%;
  border-right: 1px solid rgb(181,181,181);
  border-bottom: 1px solid rgb(181,181,181);
}
.acc-navi-artists > li.sctitle {
  width: 100%;
  background: rgb(181,181,181);
  color: #fff;
  padding: 0 1rem;
  font-style: normal;
}
.acc-navi-artists > li > a, .acc-navi-artists > li > span {
  display: block;
  color: #000;
  padding: 1rem;
  line-height: 1;
  background-color: rgb(230,230,230);
  font-family: var(--sg-font-family-sans-serif);
  font-style: normal;
  font-size: .875rem;
  height: 100%;
}

/* --------------------------------------------------------
works entries
-------------------------------------------------------- */

.heading-works {
  margin-bottom: 37px;
  letter-spacing: 0;
}
/* entry */
.works-subhead {
  border-bottom: 1px solid rgb(181,181,181);
  color: rgb(102,102,102);
  margin-bottom: 64px;
  letter-spacing: 10%;
}
.works-subhead a {
  color: rgb(102,102,102);
}

.works-entries .works-entry:not(:last-child) {
  border-bottom: 1px solid rgb(181,181,181);
}

.rel-artist-tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: .5rem;
}
.rel-artist-tags a {
  color: rgb(102,102,102);
  font-size: .875rem;
}

.works-entry .entry_header time {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 10%;
  margin-bottom: 22px;
  display: block;
}

.works-entry .entry_title {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.818;
  letter-spacing: 15%;
}

.works-title-artists {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.625;
}


.works-entry .entry_body {
  padding-top: 70px;
  padding-bottom: 100px;
}
.works-entry .entry_body .wp-block-image, .works-entry .entry_body .wp-block-embed {
  text-align: center;
}
.works-entry .entry_body .wp-block-image:not(:last-child), .works-entry .entry_body .wp-block-embed:not(:last-child) {
  margin-bottom: 70px;
}
.works-entry .entry_body p:last-child {
  margin-bottom: 0;
}





@media print, screen and (max-width: 40em){
  .works-entry {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .works-entry .entry_header time {
    /* margin-bottom: 66px; */
    margin-bottom: 33px;
  }
  .works-title-artists {
    font-size: 16px;
    /* margin-bottom: 25px; */
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .works-subhead {
    text-align: center;
    margin-top: -23px;
    margin-bottom: 23px;
    border: none;
  }
  .works-entry .entry_title {
    margin-bottom: 46px;
  }
  .works-entry .entry_body {
    padding-top: 46px;
    padding-bottom: 0;
  }
}

/* production-works */
.works-entry.production-works-entry .entry_title {
  font-size: 27px;
  margin-bottom: 15px;
}
.works-entry.production-works-entry .entry_header time {
  margin-bottom: 19px;
}
.entry_title .entry-subtitle {
  font-size: 16px;
}
.works-entry.production-works-entry .entry_body {
  padding-top: 59px;
}
.production-works-staff {
  margin-bottom: 80px;
  color: rgb(128,128,128);
}
.production-works-staff dt {
  font-family: var(--sg-font-family-en-serif);
  letter-spacing: 0;
  font-style: italic;
  margin-bottom: 14px; 
  line-height: 23px;
  font-weight: normal;
}
.production-works-staff dd {
  margin: 0;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0;
}

.production-category-nav {
  margin-top: -7px;
}
.production-category-nav li a {
  padding: 0;
  font-family: var(--sg-font-family-en-serif);
  letter-spacing: 0;
  font-style: italic;
  line-height: 34px;
  display: block;
}


/* archive */
.works-entries .works-entry {
  padding-top: 70px;
  padding-bottom: 40px;
}
.works-entries .works-entry:first-child {
  padding-top: 0;
}
.works-entries .works-entry:last-child {
  padding-bottom: 0;
}
.works-entries .works-entry:last-child .entry_body {
  padding-bottom: 0;
}

@media print, screen and (max-width: 40em){
  .works-entries .works-entry {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


/* works layout */
.works-container .side-bar {
  padding-right: 40px !important;
}
.works-container .works-main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


/* works single paginetion */
.works-pagination {
  padding-top: 80px;
  padding-bottom: 80px;
}

.works-pagination-list {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.works-pagination-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(300px + 80px + 72px);
  position: relative;
  box-sizing: border-box;
}


.works-pagination-item > span {
  font-size: 20px;
  font-family: var(--sg-font-family-en-serif);
  font-style: italic;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 72px;
}
.works-pagination-arrow-prev::before, .works-pagination-arrow-next::after {
  content: '';
  width: 1em;
  height: 1em;
  display: block;
}
.works-pagination-prev {
  padding-left: 152px;
}
.works-pagination-arrow-prev {
  left: 0;
}
.works-pagination-arrow-prev::before {
  background: url(../images/chevron_left.svg) center/contain no-repeat;
}
.works-pagination-next {
  padding-right: 152px;
}
.works-pagination-arrow-next {
  right: 0;
}
.works-pagination-arrow-next::after {
  background: url(../images/chevron_right.svg) center/contain no-repeat;
}
.works-pagination-item p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  word-break: break-all;
  line-height: 22px;
}

.works-pagination-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 30px;
}
.works-pagination-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media print, screen and (max-width: 64em) {
  .works-pagination-list {
    gap: 2rem;
  }
  .works-pagination-item {
    max-width: 300px;
    flex: 0 0 calc(50% - 1rem);
  }
  .works-pagination-item > span {
    width: 1em;
  }
  .works-pagination-item > span > span {
    display: none;
  }
  .works-pagination-prev {
    padding-left: 2rem;
  }
  .works-pagination-next {
    padding-right: 2rem;
  }
}

@media print, screen and (max-width: 40em) {
  .works-pagination-item {
    align-items: flex-start;
  }
  .works-pagination-item p {
    text-align: left;
    line-height: 18px;
  }
}



/* --------------------------------------------------------
works list
-------------------------------------------------------- */
.works-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 70px;
  padding-left: 12px;
  padding-right: 12px;
}
.works-list .works-card {
  width: calc(25% - 9px);
  text-align: center;
}
.works-card-content {
  display: block;
}
.works-card-thumb {
  margin-bottom: 1rem;
  background-color: rgb(242,242,242);
  position: relative;
  aspect-ratio: 69/43;
  width: 100%;
}
.works-card-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.works-card-artists {
  margin-bottom: 0;
}
.works-card-name {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
}

.works-card-subtitle {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.works-card-title {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media print, screen and (max-width: 64em) {
  .works-list {
    /* row-gap: 80px; */
    row-gap: 40px;
  }
  .works-list > .works-card {
    width: calc(50% - 6px);
    text-align: left;
  }
  .works-card-thumb {
    margin-bottom: .5rem;
  }
  .works-card-name, .works-card-subtitle, .works-card-title {
    font-size: 12px;
    line-height: 18px;
  }
}




/* works-list square */
.works-list-square .works-card {
  max-width: 300px;
}
.works-list-square .works-card .works-card-thumb {
  aspect-ratio: 1/1;
}





/* home works list */
.home-works-row h2 > span {
  font-size: 22px;
}
.home-works-row .works-list .works-card .works-card-thumb {
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 40em) {
  .home-works-row .works-list {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .home-works-row {
    display: flex;
    flex-wrap: wrap;
  }
  .home-works-row > .columns:nth-child(1) {
    order: 1;
  }
  .home-works-row > .columns:nth-child(2) {
    order: 3;
  }
  .home-works-row > .columns:nth-child(3) {
    order: 2;
  }
  .home-works-row .heading {
    font-size: 50px;
  }
}


/* --------------------------------------------------------
recent works ajax load more
-------------------------------------------------------- */
.recent-works-container {
  padding-top: 80px;
}
.recent-works-head {
  font-size: 44px;
  line-height: 34px;
  margin-bottom: 33px;
}
.recent-works-head > span {
  font-size: 23px;
  line-height: 19px;
  display: block;
  margin-bottom: 10px;
}
.ajax-load-more-wrap.default {
  background: #fff !important;
}
.alm-works-list-wrap .works-list.alm-listing {
  max-width: 100%;
  margin-bottom: 100px;
}
.alm-works-list-wrap .alm-load-more-btn {
  font-family: var(--sg-font-family-sans-serif);
  letter-spacing: 10%;
  display: block;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgb(181, 181, 181);
  padding: 40px 1rem;
  cursor: pointer;
  color: #000;
}
.alm-works-list-wrap .alm-load-more-btn:hover {
  opacity: .6;
}

.works-list-masonry {
  display: block;
  margin-bottom: 0 !important;
}
.works-list-masonry .works-card {
  width: calc(25% - 15px);
  margin-bottom: 70px;
}
.works-list-masonry .works-card-thumb {
  aspect-ratio: inherit;
}
.works-list-masonry .works-card-thumb img {
  position: static;
  width: auto;
  height: auto;
}


@media print, screen and (max-width: 40em) {
  .works-list-masonry {
    margin-bottom: 70px !important;
  }
  .recent-works-container {
    padding-top: 100px;
  }
  .alm-works-list-wrap .alm-load-more-btn {
    padding: 30px 1rem;
  }
  .recent-works-head {
    text-align: center;
    font-size: 16px;
  }
  .recent-works-head > span {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
  }

  .works-list-masonry .works-card {
    width: calc(50% - 18px);
    margin-bottom: 30px;
  }

}




/* --------------------------------------------------------
about us
-------------------------------------------------------- */


.page-about-us .section:first-child {
  padding-top: 78px;
}
.about-h1 {
  line-height: 34px;
  margin-bottom: 74px;
}
.about-diagram {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--sg-font-family-en-serif);
  letter-spacing: var(--sg-en-letter-spacing);
  text-align: center;
  font-size: 14px;
  line-height: 27px;
}
.about-diagram > .columns {
  background-color: rgba(130, 127, 125, .5);
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-diagram-title, .about-diagram a {
  color: #fff;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  letter-spacing: var(--sg-en-letter-spacing);
  line-height: 1;
}
.about-diagram-title {
  margin-top: 30px;
  font-size: 30px;
}

.about-diagram ul {
  margin: 30px 0 36px;
  line-height: 27px;
}

@media print, screen and (min-width: 64em) {
  .about-diagram {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .page-about-us .section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .about-diagram > .columns:nth-child(1) {
    margin-right: -1rem;
  }
  .about-diagram > .columns:nth-child(2) {
    margin-left: -1rem;
  }
}

@media print, screen and (max-width: 64em) {
  .about-diagram ul {
    margin: 1rem 0;
    font-size: .875rem;
  }
}
@media print, screen and (max-width: 40em) {
  .page-about-us .section:first-child {
    padding-top: 0;
  }
  .about-diagram {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .about-diagram > .columns:nth-child(1) {
    margin-bottom: -1rem;
  }
  .about-diagram > .columns:nth-child(2) {
    margin-top: -1rem;
  }
  .about-diagram > .columns:nth-child(1) .about-diagram-title {
    margin-top: 0;
  }
}

.about-us-head {
  text-align: center;
  margin-bottom: 64px;
  line-height: .85;
  font-size: 40px;
}
@media print, screen and (max-width: 40em) {
  .about-us-head {
    font-size: 30px;
    margin-bottom: 46px;
  }
}

.group-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}

.group-list a {
  display: inline-flex;
  gap: 1rem;
}
.group-list a i {
  color: rgb(128, 128, 128);
}

.profile-table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 10%;
}
.profile-table tbody, .profile-table tr {
  border: none !important;
  background: none !important;
}
.profile-table th, .profile-table td {
  padding: 15px 10px !important;
}

.about-history-table {
  margin-bottom: 108px !important;
}

.about-history-table th {
  font-family: var(--sg-font-family-sans-serif);
  font-weight: 400 !important;
}

@media print, screen and (min-width: 64em) {
  .profile-table {
    margin: 0 50px;
  }
}
@media print, screen and (min-width: 40em) {
  .profile-table th {
    width: 180px !important;
    border-right: 1px solid rgb(181, 181, 181);
  }
  .profile-table td {
    padding-left: 32px !important;
  }
  .profile-table tr:first-child th, .profile-table tr:first-child td {
    padding-top: 0 !important;
  }
  .profile-table tr:last-child th, .profile-table tr:last-child td {
    padding-bottom: 0 !important;
  } 
}
@media print, screen and (max-width: 40em) {
  .profile-table th {
    padding-bottom: .25rem !important;
  }
  .profile-table td {
    padding-top: .25rem !important;
  }

  .profile-table.about-history-table th {
    display: table-cell !important;
    padding: 0 10px 0 10px !important;
    border-right: 1px solid rgb(181, 181, 181);
  }
  .profile-table.about-history-table td {
    display: table-cell !important;
    padding: 0 10px 30px 25px !important;
  }
  .profile-table.about-history-table tr:last-child td {
    padding-bottom: 0 !important;
  }
}


.about-access {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}



/* --------------------------------------------------------
studio
-------------------------------------------------------- */
.studio-head {
  margin-bottom: 60px;
}
.studio-top-text {
  line-height: 36px;
  margin-bottom: 129px;
}
.studio-slider-head {
  font-size: 30px;
  margin-bottom: 43px;
}
.studio-slider-container {
  margin-bottom: 43px;
}
.studio-slider-container:last-child {
  margin-bottom: 60px;
}
.studio-slider-container img {
  width: 100%;
}
.swiper-studio-container {
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-studio-main {
  position: relative;
  padding-bottom: 52px;
}
.swiper-studio-main .swiper-pagination .swiper-pagination-bullet {
  background-color: rgb(128, 128, 128);
}
.swiper-studio-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(128, 128, 128);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px !important;
}
.swiper-studio-main .swiper-pagination {
  top: calc(100% - 26px) !important;
  bottom: inherit !important;
  transform: translateY(-50%);
}
.swiper-studio-main .swiper-button-next, .swiper-studio-main .swiper-button-prev {
  color: rgb(128, 128, 128);
}
.swiper-studio-t .swiper-slide {
  opacity: .4;
}
.swiper-studio-t .swiper-slide-thumb-active {
  opacity: 1;
}

@media print, screen and (max-width: 40em) {
  .studio-top-text {
    margin-bottom: 80px;
  }
  .studio-slider-head {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .swiper-studio-t {
    display: none !important;
  }
  .swiper-studio-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .swiper-studio-main .swiper-button-next, .swiper-studio-main .swiper-button-prev {
    width: 1.5rem;
    top: 0 !important;
    height: calc(100% - 3rem) !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    color: #000;
  }
  .swiper-studio-main .swiper-button-prev {
    left: 0;
    padding-right: .75rem;
  }
  .swiper-studio-main .swiper-button-next {
    right: 0;
    padding-left: .75rem;
  }
  .studio-slider-container:last-child {
    margin-bottom: 0;
  }
}

.studio-table {
  font-size: .875rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.studio-table th > span {
  font-size: 10px;
}

@media print, screen and (max-width: 40em) {
  .studio-table tr:not(:last-child) {
    border-bottom: 1px solid rgb(181,181,181) !important;
  }
  .studio-table th, .studio-table td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .studio-table th {
    padding-top: 1.5rem;
  }
  .studio-table th > br {
    display: none;
  }
  .studio-table td {
    padding-bottom: 1.5rem;
  }
}

/* --------------------------------------------------------
production
-------------------------------------------------------- */
.production-head {
  margin-bottom: 53px;
}
.production-top-text {
  letter-spacing: 10%;
  margin-bottom: 80px;
}
.production-service-list {
  display: flex;
  gap: 47px;
}
.production-service-list h2 {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 19px;
}
.production-service-list h3 {
  font-size: 26px;
  line-height: 19px;
  letter-spacing: 3% !important;
  margin-bottom: 15.5px;
}
.production-service-list > ul > li {
  padding-left: 48px;
  position: relative;
}
.production-service-list > ul > li:not(:last-child) {
  margin-bottom: 45px;
}
.production-service-list > ul > li::before {
  content: '';
  width: 20px;
  height: 1px;
  display: block;
  background: rgb(77,77,77);
  position: absolute;
  left: 0;
  top: 10px;
}
.production-service-list > ul > li p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .production-top-text {
    max-width: 520px;
  }
  .production-service-list {
    margin-left: -16px;
    margin-right: auto;
  }
  .production-service-list > ul > li {
    max-width: 404px;
  }
}

@media print, screen and (max-width: 40em) {
  .production-top-text {
    margin-bottom: 88px;
  }
  .production-service-list {
    display: block;
  }
  .production-service-list h2 {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .production-service-list h3 {
    opacity: .5;
  }
  .production-service-list > ul > li {
    padding-left: 0;
  }
  .production-service-list > ul > li::before {
    content: none;
  }
}