#side {
  display: none; }

/*=============================================
 * HOME
 *=============================================*/
.hero {
  min-height: 500px; }

.hero .slick-list,
.hero .slick-track,
.hero .slick-slide {
  width: 100%;
  height: 100%; }

.hero .slide-item:after {
  content: '';
  width: 100%;
  height: 65%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  position: absolute;
  bottom: 0;
  left: 0; }

.hero .mv-img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.hero .wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.72;
  color: #fff;
  padding-bottom: 70px;
  box-sizing: border-box;
  z-index: 1; }

.hero .text {
  width: 60%; }

.hero h3 {
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 69px; }

.hero .date {
  padding-top: 10px; }

.hero .slick-dots {
  display: flex;
  gap: 14px;
  width: auto;
  position: absolute;
  bottom: 70px;
  right: 7.5%;
  z-index: 1; }

.hero .slick-dots li {
  width: 90px;
  height: 2px;
  margin: 0; }

.hero .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #9A9A9A;
  border: 0;
  font-size: 0;
  border-radius: 0;
  margin: 0;
  padding: 0; }

.hero .slick-dots li button:before {
  display: none; }

.hero .slick-dots li:hover button,
.hero .slick-dots li.slick-active button {
  background-color: #fff; }

@media screen and (max-width: 1023px) {
  .hero .text {
    width: 100%; }

  .hero .slick-dots {
    justify-content: center;
    bottom: 40px;
    left: 0; } }
@media screen and (max-width: 767px) {
  .hero {
    min-height: 300px; }

  .hero .wrap {
    font-size: 16px;
    padding-bottom: 10vw; }

  .hero h3 {
    font-size: 32px;
    line-height: 1.5; }

  .hero .slick-dots {
    gap: 5px;
    right: 0;
    bottom: 5vw; }

  .hero .slick-dots li {
    width: 40px; } }
.frontNews {
  padding: 100px 0 0; }

.frontNews .wrap {
  display: flex;
  flex-wrap: wrap; }

.frontNews h2 {
  width: 35%;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.22em;
  line-height: 35px; }

.frontNews .box {
  width: 65%; }

.frontNews .box .item {
  border-bottom: 1px solid #EBEBEB;
  padding: 14px 0 13px; }

.frontNews .box .item a {
  display: grid;
  grid-template-columns: 148px 1fr; }

.frontNews .box .item time {
  font-weight: 400;
  letter-spacing: 0.11em; }

.frontNews .box .item h3 {
  font-weight: 600;
  letter-spacing: 0.06em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden; }

.frontNews .box .item a:hover {
  opacity: 0.7; }

.frontNews .box .item a:hover h3 {
  text-decoration: underline; }

.frontNews .btn-more {
  width: 100%;
  text-align: right;
  padding-top: 75px; }

.frontNews .btn-more a {
  display: inline-block;
  border-bottom: 1px solid;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1; }

.frontNews .btn-more a:hover {
  border-bottom-color: transparent; }

@media screen and (max-width: 767px) {
  .frontNews {
    padding: 50px 0 0; }

  .frontNews .wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px; }

  .frontNews h2 {
    width: 100%; }

  .frontNews .box {
    width: 100%; }

  .frontNews .box .item a {
    grid-template-columns: 1fr; }

  .frontNews .box .item h3 {
    -webkit-line-clamp: 2; }

  .frontNews .btn-more {
    text-align: center;
    padding-top: 0; } }
/*=============================================
 * About
 *=============================================*/
.about__lead {
  padding-bottom: 150px; }

.about__lead .content {
  line-height: 2.62;
  letter-spacing: 0.06em; }

.about__lead .content p:not(:last-child) {
  padding-bottom: 20px; }

.about__lead .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  padding-top: 60px; }

.about__lead .box .col {
  border: 1px solid #D6D6D6;
  padding: 45px; }

.about__lead .box figure {
  margin: 0; }

.about__lead .box .text {
  padding-top: 40px;
  line-height: 1.87;
  letter-spacing: 0.04em; }

.about__lead .box h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.72; }

.about__lead .box .txt {
  padding-top: 10px;
  padding-bottom: 0 !important; }

.about__lead .box .txt a {
  border-bottom: 1px solid; }

.about__lead .box .txt a:hover {
  border-bottom-color: transparent; }

@media screen and (max-width: 1023px) {
  .about__lead .box {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  .about__lead {
    padding-bottom: 80px; }

  .about__lead .content {
    line-height: 2; }

  .about__lead .box {
    padding-top: 40px; }

  .about__lead .box .col {
    padding: 20px; }

  .about__lead .box .text {
    padding-top: 20px; } }
.about__message {
  padding-bottom: 150px; }

.about__message .box {
  line-height: 2.62;
  letter-spacing: 0.06em; }

.about__message .name {
  font-weight: 700; }

@media screen and (max-width: 767px) {
  .about__message {
    padding-bottom: 80px; }

  .about__message .box {
    line-height: 2; } }
.about__bio {
  padding-bottom: 150px; }

@media screen and (max-width: 767px) {
  .about__bio {
    padding-bottom: 80px; } }
/*=============================================
 * Artists
 *=============================================*/
.artists {
  padding-bottom: 280px; }

.artists .tab-link {
  display: flex;
  justify-content: flex-end;
  gap: 90px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.22em;
  line-height: 30px;
  padding-top: 40px; }

.artists .tab-link li {
  display: block;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
  text-transform: capitalize; }

.artists .tab-link li:hover,
.artists .tab-link li.active {
  border-bottom-color: #003F73; }

@media screen and (max-width: 1023px) {
  .artists .tab-link {
    gap: 40px; } }
@media screen and (max-width: 767px) {
  .artists .tab-link {
    gap: 10px;
    font-size: 11px;
    line-height: 24px;
    padding-top: 20px; } }
.artistList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 3.6%;
  padding-top: 100px; }

.artistList .col {
  display: block;
  text-align: center; }

.artistList .col span {
  display: block; }

.artistList .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }

.artistList .img img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s ease-in-out; }

.artistList .artists-eng-name {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.72;
  padding-top: 15px; }

.artistList .artists-jp-name {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.72; }

.artistList a.col:hover .img img {
  transform: scale(1.05); }

@media screen and (max-width: 1023px) {
  .artistList {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .artistList {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 30px; } }
.artists-other .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }

.artists-other .list li {
  display: block; }

.artists-other .list li > a,
.artists-other .list li > p {
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 10px;
  line-height: 22px; }

.artists-other .list li .artists-eng-name {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em; }

.artists-other .list li .artists-jp-name {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em; }

.artists-other .btn-more {
  text-align: center;
  padding-top: 70px; }

.artists-other .btn-more span {
  display: inline-block;
  letter-spacing: 0.11em;
  border-bottom: 1px solid;
  cursor: pointer; }

@media screen and (max-width: 1200px) {
  .artists-other .list {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .artists-other .list {
    grid-template-columns: 1fr;
    gap: 10px; }

  .artists-other .list li {
    line-height: 24px; }

  .artists-other .list li .artists-eng-name {
    font-size: 15px; }

  .artists-other .list li .artists-jp-name {
    font-size: 10px; } }
.artistsGallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.artistsGallery__item {
  margin: 0;
  padding: 0; }

.artistsGallery__item.is-hidden {
  display: none; }

.artistsGallery__item img {
  width: 100%;
  height: auto;
  display: block; }

.artistsGallery__toggle {
  text-align: center;
  margin-bottom: 150px; }

.artistsGallery__btn {
  display: inline-block;
  border-bottom: 1px solid;
  cursor: pointer;
  line-height: 24px;
  transition: all 0.3s; }

.artistsGallery__btn:hover {
  border-bottom-color: transparent; }

/*=============================================
 * ACCESS
 *=============================================*/
.access {
  max-width: 1200px;
  margin: 0 auto; }
  .access:not(:last-child) {
    padding-bottom: 150px; }
  .access .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 80px; }
    .access .box figure {
      margin: 0; }
    .access .box .text {
      line-height: 2.46;
      letter-spacing: 0.04em; }
      .access .box .text p:not(:last-child) {
        padding-bottom: 40px; }
      .access .box .text code {
        font-family: inherit;
        background: transparent; }
  .access .gmap {
    width: 100%;
    height: 455px;
    margin-top: 80px; }
    .access .gmap iframe {
      display: block;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 767px) {
  .access:not(:last-child) {
    padding-bottom: 80px; }
  .access .box {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    padding-top: 30px; }
    .access .box .text {
      line-height: 2; }
      .access .box .text p:not(:last-child) {
        padding-bottom: 20px; }
  .access .gmap {
    margin-top: 40px; } }
/*=============================================
 * NEWS
 *=============================================*/
.news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px 3%; }
  .news__list figure {
    width: 100%;
    padding-top: 79%;
    position: relative;
    margin: 0;
    overflow: hidden; }
    .news__list figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s; }
  .news__list .title {
    font-size: 17px;
    line-height: 1.72;
    letter-spacing: 0.12em;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden; }
  .news__list time {
    display: block;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #666;
    padding-top: 10px; }
  .news__list .item a {
    display: block;
    transition: all 0.3s; }
    .news__list .item a:hover {
      opacity: 0.7; }
      .news__list .item a:hover figure img {
        transform: scale(1.05); }

@media screen and (max-width: 1023px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .news__list {
    grid-template-columns: 1fr;
    gap: 40px; } }
.news-details {
  max-width: 1200px;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.12em; }
  .news-details .articleTitle {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.28em;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 60px; }
    .news-details .articleTitle:after {
      content: '';
      border-top: 1px solid #EBEBEB;
      flex: 1 0 0;
      min-width: 30px; }
  .news-details .editable p,
  .news-details .editable a,
  .news-details .editable img,
  .news-details .editable ul,
  .news-details .editable ol {
    margin-bottom: 0; }
    .news-details .editable p:not(:last-child),
    .news-details .editable a:not(:last-child),
    .news-details .editable img:not(:last-child),
    .news-details .editable ul:not(:last-child),
    .news-details .editable ol:not(:last-child) {
      margin-bottom: 40px; }
  .news-details .editable strong {
    font-family: inherit; }
  .news-details hr {
    border: 0;
    border-bottom: 1px solid #EBEBEB;
    margin: 185px 0 0; }
  .news-details .back {
    font-size: 16px;
    letter-spacing: 0.11em;
    text-align: center;
    padding-top: 40px; }
    .news-details .back a {
      border-bottom: 1px solid transparent; }
      .news-details .back a:hover {
        border-bottom-color: #555; }

@media screen and (max-width: 767px) {
  .news-details {
    max-width: 1200px;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.12em; }
    .news-details .articleTitle {
      flex-direction: column;
      margin-bottom: 40px; }
      .news-details .articleTitle:after {
        width: 100%; }
    .news-details .editable {
      font-size: 14px; }
    .news-details hr {
      margin: 80px 0 0; }
    .news-details .back {
      padding-top: 20px; } }
/*=============================================
 * Exhibition
 *=============================================*/


.exhibition .tab-link {
  display: flex;
  justify-content: center;
  gap: 60px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.22em;
  padding-bottom: 100px; }
  .exhibition .tab-link li {
    border-bottom: 1px solid transparent; }
    .exhibition .tab-link li.active, .exhibition .tab-link li:hover {
      border-bottom-color: #003F73; }

.exhibit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px 3%; }
  .exhibit-list figure {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin: 0;
    overflow: hidden; }
    .exhibit-list figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s; }
  .exhibit-list .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.72;
    letter-spacing: 0.12em;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden; }
  .exhibit-list .desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.11;
    color: #666;
    padding-top: 5px; }
  .exhibit-list .item a {
    display: block;
    transition: all 0.3s; }
    .exhibit-list .item a:hover {
      opacity: 0.7; }
      .exhibit-list .item a:hover figure img {
        transform: scale(1.05); }

@media screen and (max-width: 1023px) {
  .exhibit-list {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .exhibition .tab-link {
    gap: 20px;
    padding-bottom: 50px; }

  .exhibit-list {
    grid-template-columns: 1fr;
    gap: 40px; } }
.exhibit-details {
  max-width: 1200px; }
  .exhibit-details .title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.28em;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 60px; }
    .exhibit-details .title:after {
      content: '';
      border-top: 1px solid #EBEBEB;
      flex: 1 0 0;
      min-width: 30px; }
  .exhibit-details .desc {
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.12em;
    padding-bottom: 100px; }
  .exhibit-details .editable {
    font-weight: 600;
    font-size: 14px;
    line-height: 2.11;
    letter-spacing: 0.06em; }
    .exhibit-details .editable p,
    .exhibit-details .editable a,
    .exhibit-details .editable img,
    .exhibit-details .editable ul,
    .exhibit-details .editable ol {
      margin-bottom: 0; }
      .exhibit-details .editable p:not(:last-child),
      .exhibit-details .editable a:not(:last-child),
      .exhibit-details .editable img:not(:last-child),
      .exhibit-details .editable ul:not(:last-child),
      .exhibit-details .editable ol:not(:last-child) {
        margin-bottom: 40px; }
    .exhibit-details .editable strong {
      font-family: inherit; }
    .exhibit-details .editable img {
      max-width: 100%; }
  .exhibit-details hr {
    border: 0;
    border-bottom: 1px solid #EBEBEB;
    margin: 100px 0 0; }
  .exhibit-details .back {
    font-size: 16px;
    letter-spacing: 0.11em;
    text-align: center;
    padding-top: 40px; }
    .exhibit-details .back a {
      border-bottom: 1px solid transparent; }
      .exhibit-details .back a:hover {
        border-bottom-color: #555; }

@media screen and (max-width: 767px) {
  .exhibit-details {
    max-width: 1200px;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.12em; }
    .exhibit-details .title {
      flex-direction: column;
      margin-bottom: 40px; }
      .exhibit-details .title:after {
        width: 100%; }
    .exhibit-details .desc {
      font-size: 16px;
      padding-bottom: 50px; }
    .exhibit-details .editable {
      font-size: 14px; }
    .exhibit-details hr {
      margin: 50px 0 0; }
    .exhibit-details .back {
      padding-top: 20px; } }

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