@charset "UTF-8";

body {
  /*
  font-family: 'A P-OTF リュウミン Pr6N','a-otf-ryumin-pr6n','Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  */
  font-family: "游ゴシック体 D","Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  color:#562e1b;
  background: #f5f2ec;
}

a {
  color:#562e1b;
}

.box {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1300px;
  padding: 0 100px;
  margin: auto;
}

img {
  max-width: 100%;
}

/*-----------------------------------
HEADER
------------------------------------*/
.header {
  background: none;
  padding: 0;
  transform: rotate(90deg);
  transform-origin: left bottom;
  width: 100vh;
  top: 0px;
  top: min(4px, 1vh);
  left: 30px;
}
.header ul.header_navi_list {
  margin: 0;
  float: none;
  text-align: left;
}
.header .header_navi_list_item:last-child:after {
  display: none;
}
.header ul.header_navi_list li+li::before {
  padding-right: 10px;
  padding-left: min(10px, 0.5vh);
}
.header .header_navi_list_item {  
  padding-left: 10px;
  padding-left: min(10px, 0.5vh);
}
.header .header_navi_list_item a {
  font-size: 20px;
  font-size: min(15px,1.6vh);
  color: #040000;
}
.header .header_navi_list_item.lang.nowork a {
  opacity: 0.6;
  pointer-events: none;
}
.header .header_navi_list_item.lang.jp a {
  color: #e99211;
  font-weight: 700;
}
.header .header_navi_list_item.lang.en a {
  color: #562e1b;
  font-weight: 700;
}
.header .header_navi_list_item.lang.ch a {
  color: #dd5317;
  font-weight: 700;
}

.header .wrap.nowork,
.header .wrap.nowork a {
  pointer-events: none;
  color: #ccc;
}
.header .wrap label {
  top: 20px;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  background: none;
  color: inherit;
}
.header .wrap .content {
  right: 20px;
  top: 55px;
}

/*-----------------------------------
TOP
------------------------------------*/
.top .anc {
  padding-top: 100px;
  margin-top: -100px;
}
.top .top_kv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  /*background: #979797;*/
  margin: 0 0 150px;
}
.top .top_kv .kv_box {
  margin: auto;
  width: 100%;
  max-width: calc(100% - 150px);
}
.top .top_kv .kv_box .h1_kv {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  text-align: center;
}
.top .top_kv .kv_box img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.top .top_kv .kv_box img.sp-none.pc-none {
  display: none;
}
@media screen and (max-width: 1200px) {
  .top .top_kv .kv_box img.tablet-none {
    display: none;
  }
  .top .top_kv .kv_box img.sp-none.pc-none {
    display: block;
  }
}

.top .top_kv .kv_box .kv_caption {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 0;
  height: auto;
  height: calc(100% - 80px);
  width: auto;
  max-width: 100px;
  margin: 0;
}


.top .sec_concept {
  margin: 0 0 160px;
}

section .title_columns {
  display: flex;
  flex-wrap: nowrap;
}
section .title_columns .h2,
section .title_columns .artist_name {
  width: 100px;
}
section .title_columns .h2 > span:has(img.sp-none),
section .title_columns .artist_name > span:has(img.sp-none) {
  display: inline-block;
}
section .title_columns .h2 > span img.sp-none,
section .title_columns .artist_name > span img.sp-none {
  width: 75%;
}
section .title_columns .item_contents {
  flex: 1;
}

.top .h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.4;
  margin: 10px 0 0;
}

.top .sec_artist {
  margin: 0 0 160px;
}
.top .sec_artist .artist_columns {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 10%;
}
.top .sec_artist .artist_columns .item {
  width: 45%;
}
.top .sec_artist .artist_columns .item a {
  display: block;
  transition: .3s;
}
.top .sec_artist .artist_columns .item a:hover {
  opacity: 0.7;
}
.top .sec_artist .artist_columns .item a figure {
  margin: 0 0 20px;
}
.top .sec_artist .artist_columns .item a figure > img {
  width: 80%;
}
.top .sec_artist .artist_columns .item a .name {
  margin: 0 0 5px;
}
.top .sec_artist .artist_columns .item a .more {
  color: #dd5317;
}
.top .sec_artist .artist_columns .item a .name > span,
.top .sec_artist .artist_columns .item a .more {
  font-size: 0.8em;
}

.top .sec_curator {
  margin: 0 0 100px;
}
.top .sec_curator .curator_columns {
  display: flex;
  gap: 5%;
  margin-bottom: 100px;
}
.top .sec_curator .curator_columns.mb0 {
  margin-bottom: 0;
}
.top .sec_curator .curator_columns .item.text {
  width: 58%;
}
.top .sec_curator .curator_columns .item .curator_name {
  line-height: 1.375;
  margin: 0 0 1.5em;
  font-size: 26px;
}
.top .sec_curator .curator_columns .item .curator_name > span:first-child {
  color: #dd5317;
}
.top .sec_curator .curator_columns .item.figure {
  width: 37%;
}

.top .sec_date {
  margin: 0 0 150px;
}
.top .sec_date .date_text {
  margin-bottom: 1.5em;
}
.top .sec_date .date_text:nth-of-type(2) {
  margin-bottom: 0.5em;
}
.top .sec_date .date_text .title,
.top .sec_access .access_text .title {
  font-size: 26px;
}
.top .sec_date .date_text .sub,
.top .sec_access .access_text .sub {
  position: relative;
  z-index: 0;
  top: -2px;
  display: inline-block;
  font-size: 0.7em;
  margin-right: 0.35em;
}
.top .sec_date .date_caption {
  font-size: 0.8em;
  margin: 0;
}

.top .sec_access {
  margin: 0 0 180px;
}
.top .sec_access .access_text {
  margin-bottom: 20px;
}
.top .sec_access .map_cont {
  position: relative;
  z-index: 0;
  max-width: 730px;
  width: 100%;
  height: 450px;
  margin: 0 0 55px;
}
.top .sec_access .map_cont > iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top .sec_contact {
  margin: 0 0 135px;
}
.top .sec_contact p.mail-link {
  margin: 40px 0 0;
  background: #c79f62;
}

.top .top_news .top_container {
  max-width: none;
  margin-top: 0;
  background: #e1d8c6;
}
.top .top_news .top_container a {
  color: #231815;
}
.top .top_news .post-archive_item {
  border-bottom: 1px solid #231815;
  margin-bottom: 20px;
}
.top .top_news .top_container .news-heading {
  font-size: 20px;
  color: #231815;
  margin-bottom: 35px;
}
.top .top_news .top_container .post-archive_item_info {
  width: 150px;
}
.news-btn::before {
  background: #000;
}

/*-----------------------------------
ARTISTS
------------------------------------*/
/*
.artist .artist_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin: 190px 0 70px;
  font-weight: 300;
}
.artist .artist_name .jp {
  font-size: 56px;
}
.artist .artist_name .en {
  font-size: 38px;
}
*/
.artist .sec_artist {
  margin-top: 110px;
}
.artist .artist_columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 10%;
}
.artist .artist_columns .item.works {
  width: 57%;
}
.artist .works_list {
  margin: 0;
}
.artist .works_list li {
  margin: 0 0 75px;
}
.artist .works_list li:last-child {
  margin-bottom: 0;
}
.artist .works_list li::marker {
  content: none;
}
.artist .works_list li figure {
  margin: 0 0 20px;
}
.artist .works_list li p {
  line-height: 1.5;
  margin: 0;
}
.artist .works_list li .works_caption {
  font-size: 15px;
  margin-top: 5px;
}

.artist .artist_columns .item.profile {
  width: 33%;
}
.artist .artist_columns .item.profile figure {
  margin: 0 0 30px;
}
.artist .artist_columns .item.profile figure figcaption {
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}
.artist .artist_columns .item.profile figure + p {
  font-size: 15px;
}

/*-----------------------------------
SINGLE
------------------------------------*/
main.category,
main.single {
  margin: 120px 0 160px;
}
.post-archive_item_info {
  width: 150px;
}
.single-post .single_info {
  margin-bottom: 0;
}

/*-----------------------------------
FOOTER
------------------------------------*/
.footer {
  font-size: 14px;
  line-height: 1.75;
  background: none;
  padding: 280px 0 200px;
}
.footer .sns_columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 20px 0;
}
.footer .sp-none {
  display: inline;
}
.footer .footer_credit > .sub {
  position: relative;
  z-index: 0;
  top: -2px;
  display: inline-block;
  font-size: 0.7em;
  margin-right: 0.5em;
}


@media screen and (max-width: 1100px) {
  .header .header_navi_list_item a {
    font-size: 16px;
  }
}








@media screen and (max-width: 979px) {

  body {
    font-size: 16px;
  }
  
  .box {
    padding: 0 5%;
  }
  /*-----------------------------------
  HEADER
  ------------------------------------*/
  .header {
    padding: 10px 0;
    transform: none;
    width: 100vw;
    top: 0;
    left: 0;
  }
  .header .wrap label {
    top: 13px;
    font-size: 16px;
    right: 70px;
  }
  .header .wrap .content {
    right: 120px;
    top: 45px;
  }
  .header .drawer-hamburger {
    margin: 0;
    background: none;
    right: auto;
    left: 0;
  }
  .header .drawer-hamburger-icon,
  .header .drawer-hamburger-icon::before,
  .header .drawer-hamburger-icon::after {
    background: #000;
    height: 1px;
  }
  .drawer-open .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
    left: 280px;
  }
  .drawer--right .drawer-nav {
    background: rgba(224,205,181,0.85);
    left: -350px;
    transition: left .6s cubic-bezier(.19,1,.22,1);
  }
  .drawer--right.drawer-open .drawer-nav {
    right: auto;
    left: 0;
    overflow-y: auto;
    touch-action: auto !important;
  }
  .drawer--right.drawer-open .drawer-nav .nav_scroll {
    min-height: calc(100svh - 55px);
  }
  .drawer-nav {
    width: 350px;
    max-width: 90%;
  }
  ul.drawer-menu {
    margin: 40px 20px;
  }
  ul.drawer-menu .drawer-menu-item {
    border-bottom: none;
    padding: 5px 20px 5px 0;
  }
  ul.drawer-menu .drawer-menu-item a {
    font-size: 23px;
    color: #000;
  }

  nav .language_menu {
    margin: 0 20px;
    padding-bottom: 150px;
  }
  nav .language_menu > li {
    display: inline-block;
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid #000;
    line-height: 1.1;
  }
  nav .language_menu > li:last-child {
    margin-right: 0;
    border-right: none;
  }
  nav .language_menu > li a {
    font-weight: 500;
  }
  
  nav .language_menu > li.nowork a {
  opacity: 0.6;
  pointer-events: none;
  }
  nav .language_menu > li.lang.jp a {
    color: #c79f62;
  }
  nav .language_menu > li.lang.en a {
    color: #006934;
  }
  nav .language_menu > li.lang.ch a {
    color: #E0012E;
  }

  .drawer-nav .sns_columns {
    position: absolute;
    left: 20px;
    bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    gap: 8%;
    padding-right: 20px;
  }
  .drawer-nav .sns_columns {
    flex: 1;
  }
  
  /*-----------------------------------
  TOP
  ------------------------------------*/
  .top .anc {
    padding-top: 70px;
    margin-top: -70px;
  }
  .main {
    margin-top: 0;
  }
  .top .top_kv {
    margin: 30px 0 130px;
  }
  .top .top_kv .kv_box {
    width: 100%;
    max-width: none;
  }
  .top .top_kv .kv_box .h1_kv {
  }  
  .top .top_kv .kv_box img.sp-none.pc-none {
    display: none;
  }
  .top .top_kv .kv_box .kv_caption {
    top: 60px;
    left: 5%;
    height: calc(100% - 80px);
    width: 16.6%;
    max-width: 100px;
    margin: 0;
  }

  .top .sec_concept {
    margin: 0 0 140px;
  }
  section .title_columns {
    display: block;
  }
  section .title_columns .h2,
  section .title_columns .artist_name {
    width: auto;
  }
  .top .h2 {
    font-size: 35px;
    margin: 0 0 40px
  }

  .top .sec_artist {
    margin: 0 0 120px;
  }
  .top .sec_artist .artist_columns {
    display: block;
  }
  .top .sec_artist .artist_columns .item {
    width: 100%;
    margin: 0 0 55px;
  }
  .top .sec_artist .artist_columns .item:last-child {
    margin-bottom: 0;
  }
  .top .sec_artist .artist_columns .item a figure {
    margin: 0 0 15px;
  }
  .top .sec_artist .artist_columns .item a figure > img {
    width: auto;
  }
  .top .sec_artist .artist_columns .item a .name {
    margin: 0 0 5px;
  }

  .top .sec_curator {
    margin: 0 0 120px;
  }
  .top .sec_curator .curator_columns {
    flex-wrap: wrap;
    gap: 25px 0;
    margin-bottom: 70px;
  }
  .top .sec_curator .curator_columns .item.text,
  .top .sec_curator .curator_columns .item.figure {
    width: 100%;
  }
  .top .sec_curator .curator_columns .item.text {
    order: 2;
  }
  .top .sec_curator .curator_columns .item.figure {
    order: 1;
  }
  .top .sec_curator .curator_columns .item .curator_name {
    line-height: 1.5;
    font-size: 24px;
    margin: 0 0 1em;
  }

  .top .sec_date {
    margin: 0 0 120px;
  }
  .top .sec_date .date_text .title,
  .top .sec_access .access_text .title {
    font-size: 20px;
  }

  .top .sec_access {
    margin: 0 0 120px;
  }
  .top .sec_access .access_text {
    margin-bottom: 30px;
  }
  .top .sec_access .map_cont {
    height: 250px;
    margin: 0 0 50px;
  }

  .top .sec_contact {
    margin: 0 0 120px;
  }
  .top .sec_contact .center {
    text-align: left;
  }
  .top .sec_contact .p.mail-link {
    margin: 20px auto 0;
  }

  .top .top_news .top_container {
    padding: 20px 6%;
    font-size: 14px;
    margin-bottom: 0;
  }
  .top .top_news .top_container .news-heading {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .top .top_news .top_container .post-archive_item_info {
    width: 80px;
    margin: 0;
  }

  /*-----------------------------------
  FOOTER
  ------------------------------------*/
  .footer {
    font-size: 12px;
    line-height: 1.4;
    background: none;
    padding: 220px 0 50px;
  }
  .footer .sns_columns {
    gap: 30px;
    margin: 25px 0;
  }
  .footer .sp-none {
    display: none;
  }

  /*-----------------------------------
  ARTISTS
  ------------------------------------*/
  /*
  .artist .artist_name {
    gap: 0 20px;
    margin: 160px 0 60px;
  }
  .artist .artist_name .jp {
    font-size: 28px;
  }
  .artist .artist_name .en {
    font-size: 28px;
  }
  */
  .artist .sec_artist {
    margin-top: 90px;
  }
  .artist .artist_columns {
    display: block;
  }
  .artist .artist_columns .item.works {
    width: 100%;
  }
  .artist .works_list {
    margin: 0 0 150px;
  }
  .artist .works_list li {
    margin: 0 0 40px;
  }
  .artist .works_list li figure {
    margin: 0 0 10px;
  }
  .artist .works_list li .works_caption {
    font-size: 15px;
  }
  
  .artist .artist_columns .item.profile {
    width: 100%;
  }
  .artist .artist_columns .item.profile figure {
    max-width: 70%;
    margin: 0 0 20px;
  }
  
  /*-----------------------------------
  SINGLE
  ------------------------------------*/
  main.category,
  main.single {
    margin: 60px 0 50px;
  }
  .post-archive_item_info {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 0;
  }
  .post-archive_item_info_time {
    float: none;
  }
}