@media screen and (max-width: 828px) {
  .commonWidth-sp {
    width: 88.4057971014%;
    margin-right: auto;
    margin-left: auto;
  }
}

/**
 * Fonts
 */
/*
$fonts: (
  Minamoto : 'source-han-sans-japanese, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Niveau   : 'niveau-grotesk, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Roboto   : 'roboto, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Mincho   : 'source-han-serif-japanese, serif',
  Expo     : 'expo-serif-pro, serif', // 300 -> light,
  Futura   : 'futura-pt, sans-serif', // 300 -> light,
  NotoSans: 'noto-sans, sans-serif', // 100 -> thin, 400 -> Regular, 700 -> Bold
  TBNPMincho: 'tbnpmincho-std, serif', // 300 -> Regular
);

@mixin get_webfont( $font, $weight, $style: normal ) {
  $fonts: (
  Minamoto : 'source-han-sans-japanese, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Niveau   : 'niveau-grotesk, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Roboto   : 'roboto, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Mincho   : 'source-han-serif-japanese, serif',
  Expo     : 'expo-serif-pro, serif', // 300 -> light,
  Futura   : 'futura-pt, sans-serif', // 300 -> light,
  NotoSans: 'noto-sans, sans-serif', // 100 -> thin, 400 -> Regular, 700 -> Bold
  TBNPMincho: 'tbnpmincho-std, serif', // 300 -> Regular
  );

  font-family: unquote( map-get( $fonts, $font ) );
  font-weight: $weight;
  font-style: $style;
  @content;
}
*/
.artistArchive .mainContent,
.artistSingle .mainContent {
  padding-top: 64px;
}
@media screen and (max-width: 1366px) {
  .artistArchive .mainContent,
  .artistSingle .mainContent {
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .artistArchive .mainContent,
  .artistSingle .mainContent {
    padding-top: 19.3236714976vw;
  }
}
.artistArchive .categoryTitle,
.artistSingle .categoryTitle {
  font-family: futura-pt-bold, sans-serif;
  margin-top: 32px;
  font-size: 4.8rem;
}
@media screen and (max-width: 1366px) {
  .artistArchive .categoryTitle,
  .artistSingle .categoryTitle {
    margin-top: 3.513909224vw;
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .artistArchive .categoryTitle,
  .artistSingle .categoryTitle {
    margin-top: 5.7971014493vw;
    font-size: 8.6956521739vw;
  }
}
.artistArchive .categoryTitle_slug, .artistArchive .categoryTitle_name,
.artistSingle .categoryTitle_slug,
.artistSingle .categoryTitle_name {
  display: block;
}
.artistArchive .categoryTitle_name,
.artistSingle .categoryTitle_name {
  font-size: 1.2rem;
}
@media screen and (max-width: 1366px) {
  .artistArchive .categoryTitle_name,
  .artistSingle .categoryTitle_name {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .artistArchive .categoryTitle_name,
  .artistSingle .categoryTitle_name {
    font-size: 2.8985507246vw;
  }
}

.artistArchive .tabContent_navi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 828px) {
  .artistArchive .tabContent_navi {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 828px) {
  .artistArchive .tabContent_navi_item {
    width: 49%;
    margin-left: 0;
  }
  .artistArchive .tabContent_navi_item:nth-child(n+3) {
    margin-top: 1.9323671498vw;
  }
}
@media screen and (max-width: 828px) {
  .artistArchive .tabContent_navi_item a {
    width: 28.9855072464vw;
    width: 100%;
  }
}
.artistArchive .tabContent_main {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .artistArchive .tabContent_main {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .artistArchive .tabContent_main {
    margin-top: 5.7971014493vw;
  }
}
.artistArchive .tabContent .lead {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .artistArchive .tabContent .lead {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistArchive .tabContent .lead {
    margin-top: 7.729468599vw;
  }
}

.artistSingle {
  /*
  a {
    display: inline;
    color: $blue;
    text-decoration: underline;
  }
  */
}
@media screen and (max-width: 828px) {
  .artistSingle_main .commonWidth-narrow {
    width: 100%;
  }
}
.artistSingle .section {
  margin-top: 72px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .section {
    margin-top: 5.270863836vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .section {
    margin-top: 5.7971014493vw;
  }
}
.artistSingle .artistTitle {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .artistTitle {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .artistTitle {
    display: block;
    margin-top: 0vw;
  }
}
.artistSingle .artistTitle_image {
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .artistTitle_image {
    width: 7.3206442167vw;
    min-width: 7.3206442167vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .artistTitle_image {
    width: 28.9855072464vw;
    min-width: auto;
    margin: 0 auto;
  }
}
.artistSingle .artistTitle_name {
  margin-left: 40px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .artistTitle_name {
    margin-left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .artistTitle_name {
    margin: 5.7971014493vw 0 0 0;
  }
}
.artistSingle .artistTitle_name_main, .artistSingle .artistTitle_name_en {
  display: block;
}
.artistSingle .artistTitle_name_main {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1366px) {
  .artistSingle .artistTitle_name_main {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .artistTitle_name_main {
    font-size: 5.3140096618vw;
    line-height: 1.3;
  }
}
.artistSingle .artistTitle_name_en {
  margin-top: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1366px) {
  .artistSingle .artistTitle_name_en {
    margin-top: 1.1713030747vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .artistTitle_name_en {
    margin-top: 1.9323671498vw;
    font-size: 2.8985507246vw;
    letter-spacing: 0;
  }
}
.artistSingle .imageSlider {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .imageSlider {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .imageSlider {
    margin-top: 9.6618357488vw;
  }
}
.artistSingle .productTitle {
  margin-top: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .artistSingle .productTitle {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .productTitle {
    margin-top: 9.6618357488vw;
  }
}
.artistSingle .productTitle_title, .artistSingle .productTitle_name {
  display: block;
}
.artistSingle .productTitle_title {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1366px) {
  .artistSingle .productTitle_title {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .productTitle_title {
    font-size: 3.8647342995vw;
  }
}
.artistSingle .productTitle_name {
  margin-top: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .artistSingle .productTitle_name {
    margin-top: 0.7320644217vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .productTitle_name {
    margin-top: 2.4154589372vw;
    font-size: 7.729468599vw;
  }
}
.artistSingle .productDescription {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .artistSingle .productDescription {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .productDescription {
    margin-top: 7.729468599vw;
  }
}
.artistSingle .exhibitionHall {
  margin-top: 48px;
  display: flex;
  border: 1px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .artistSingle .exhibitionHall {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .exhibitionHall {
    margin-top: 11.5942028986vw;
    display: block;
  }
}
.artistSingle .exhibitionHall_title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 133px;
  min-width: 133px;
  min-height: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1366px) {
  .artistSingle .exhibitionHall_title {
    width: 9.7364568082vw;
    min-width: 9.7364568082vw;
    min-height: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .exhibitionHall_title {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 3.8647342995vw 0;
    line-height: 1;
  }
}
.artistSingle .exhibitionHall_text {
  padding: 8px 24px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .artistSingle .exhibitionHall_text {
    padding: 0.5856515373vw 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .exhibitionHall_text {
    padding: 3.8647342995vw 5.7971014493vw;
    text-align: center;
  }
}
.artistSingle .exhibitionHall_text a {
  display: inline;
  text-decoration: underline;
  font-weight: normal;
}
@media screen and (min-width: 829px) {
  .artistSingle .exhibitionHall_text a:hover {
    opacity: 0.5;
  }
}
.artistSingle .youtube {
  width: 800px;
  height: 450px;
  margin: 64px auto 0;
}
@media screen and (max-width: 1366px) {
  .artistSingle .youtube {
    width: 58.5651537335vw;
    height: 32.9428989751vw;
    margin-top: 4.6852122987vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .youtube {
    width: 100%;
    height: 48.309178744vw;
    margin-top: 11.5942028986vw;
  }
}
.artistSingle .youtube iframe {
  width: 100%;
  height: 100%;
}
.artistSingle .profileList {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .profileList {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList {
    margin-top: 9.6618357488vw;
  }
}
.artistSingle .profileList_item {
  display: flex;
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList_item {
    display: block;
  }
}
.artistSingle .profileList_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .profileList_item:not(:first-child) {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList_item:not(:first-child) {
    margin-top: 13.5265700483vw;
  }
}
.artistSingle .profileList_header {
  width: 180px;
  min-width: 180px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .profileList_header {
    width: 13.17715959vw;
    min-width: 13.17715959vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList_header {
    width: 100%;
    min-width: auto;
  }
}
.artistSingle .profileList_name {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .profileList_name {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList_name {
    margin-top: 3.8647342995vw;
  }
}
.artistSingle .profileList_name_jp, .artistSingle .profileList_name_en {
  display: block;
}
.artistSingle .profileList_name_jp {
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .artistSingle .profileList_name_jp {
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList_name_jp {
    font-size: 7.729468599vw;
  }
}
.artistSingle .profileList_name_en {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 1366px) {
  .artistSingle .profileList_name_en {
    margin-top: 0.5856515373vw;
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList_name_en {
    margin-top: 1.9323671498vw;
    font-size: 2.8985507246vw;
  }
}
.artistSingle .profileList_profile {
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .profileList_profile {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList_profile {
    margin-top: 5.7971014493vw;
  }
}
.artistSingle .profileList_profile_title {
  padding-right: 40px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 1366px) {
  .artistSingle .profileList_profile_title {
    font-size: 0.878477306vw;
    padding-right: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList_profile_title {
    padding-right: 3.8647342995vw;
    font-size: 2.8985507246vw;
  }
}
.artistSingle .profileList_profile_title::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #1D1D1F;
  position: absolute;
  top: 0;
  right: 0;
}
.artistSingle .profileList_profile_text {
  font-size: 1.4rem;
  line-height: 2;
}
.artistSingle .information {
  border: 1px solid #000;
  margin-top: 40px;
  padding: 32px 40px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .artistSingle .information {
    margin-top: 2.9282576867vw;
    padding: 2.3426061493vw 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .information {
    margin-top: 7.729468599vw;
    padding: 5.7971014493vw 5.7971014493vw;
  }
}
.artistSingle .movie {
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .movie {
    height: 39.5314787701vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .movie {
    height: 48.309178744vw;
  }
}
.artistSingle .movie iframe {
  width: 100%;
  height: 100%;
}
.artistSingle .movie:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 1366px) {
  .artistSingle .movie:not(:first-child) {
    margin-top: 4.39238653vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .movie:not(:first-child) {
    margin-top: 11.5942028986vw;
  }
}

.artistSingle .section--title {
  padding: 2rem;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 829px) {
  .artistSingle .section--title {
    padding: 2rem;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .section--title {
    padding: 1rem clamp(0.1rem, -0.463rem + 2.81vw, 2rem);
    letter-spacing: 0em;
  }
}
.artistSingle .section--title em {
  font-size: clamp(1.25rem, 1.028rem + 1.11vw, 2rem);
  font-family: mrs-eaves,serif;
  font-weight: 500;
  font-style: normal;
}
.artistSingle .section--title span {
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
}
.artistSingle .productTitle .heading {
  font-size: 1.2rem;
  font-weight: normal;
}
.artistSingle .profileList__col {
  display: grid;
  border: 1px solid #333333;
  margin-bottom: clamp(1.5rem, 1.056rem + 2.22vw, 3rem);
}
@media screen and (min-width: 829px) {
  .artistSingle .profileList__col {
    grid-template-columns: 38% 1fr;
  }
  .artistSingle .profileList__col:last-child {
    margin-bottom: 0;
  }
}
.artistSingle .profileList__col .photo .credit {
  padding: 32px;
  font-size: 1.2rem;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 829px) {
  .artistSingle .profileList__col .photo .credit {
    padding: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList__col .photo .credit {
    padding: 5.7971014493vw;
  }
}
.artistSingle .profileList__col .details {
  padding: clamp(1.5rem, 1.056rem + 2.22vw, 3rem);
}
@media screen and (min-width: 829px) {
  .artistSingle .profileList__col .details {
    border-left: 1px solid #333333;
  }
}
@media screen and (max-width: 828px) {
  .artistSingle .profileList__col .details {
    border-top: 1px solid #333333;
  }
}
.artistSingle .profileList__col .details .profile {
  display: flex;
  align-items: center;
  margin-top: clamp(2rem, 1.407rem + 2.96vw, 4rem);
  margin-bottom: 1rem;
  font-family: lato,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.artistSingle .profileList__col .details .profile:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-left: 0.4em;
  background: #333333;
}

.artistArchive .tab__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: -1px;
  border-bottom: 1px solid #333333;
}
.artistArchive .tab__nav a {
  background: white;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: clamp(1.2rem, 1.022rem + 0.89vw, 1.8rem) clamp(0.2rem, 0.022rem + 0.89vw, 0.8rem) 1rem;
  display: grid;
  place-items: center;
  border-right: 1px solid #333333;
}
.artistArchive .tab__nav a.active {
  color: white;
  background: #333333;
}
.artistArchive .tab__nav a em {
  font-size: clamp(1.8rem, 1.504rem + 1.48vw, 2.8rem);
  line-height: 1;
  font-family: mrs-eaves,serif;
  font-weight: 500;
  font-style: normal;
}
.artistArchive .tab__nav a span {
  display: block;
  font-size: clamp(1rem, 0.881rem + 0.59vw, 1.4rem);
  line-height: 2;
  padding-top: 0.2rem;
}
.artistArchive .tab__desc {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: clamp(3.2rem, 2.963rem + 1.19vw, 4rem) 3.2rem;
}
.artistArchive .tab__desc p {
  line-height: clamp(3rem, 2.881rem + 0.59vw, 3.4rem);
}
.artistArchive .tab__content__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: -1px;
  margin-right: -1px;
}
@media screen and (max-width: 828px) {
  .artistArchive .tab__content__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.artistArchive .tab__content__inner .col {
  border: 1px solid #333333;
  margin-left: -1px;
  margin-top: -1px;
}
.artistArchive .tab__content__inner .col p {
  padding: 0.8rem;
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  font-weight: bold;
}