@charset "UTF-8";
@font-face {
  font-family: "goldwingrotesk-regular";
  src: url("../fonts/GoldwinGroteskPre-Regular.woff2") format("woff2"), url("../fonts/GoldwinGroteskPre-Regular.woff") format("woff");
}
@font-face {
  font-family: "goldwingrotesk-book";
  src: url("../fonts/GoldwinGroteskPre-Book.woff2") format("woff2"), url("../fonts/GoldwinGroteskPre-Book.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 16px;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  font-size: 1rem;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #251E1C;
  line-height: 2;
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
body.is-active {
  overflow: hidden;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  user-select: none;
  -webkit-user-drag: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: currentColor;
}
a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: inherit;
}
@media (any-hover: hover) {
  a:not([class]):hover:not([disabled]) {
    text-decoration: none;
  }
}
a:not([class]):focus:not([disabled]) {
  text-decoration: none;
}
a img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

[id] {
  scroll-margin-top: 5rem;
}
@media screen and (min-width: 1080px) {
  [id] {
    scroll-margin-top: 5rem;
  }
}

.section.border {
  width: calc(100% - 3rem);
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .section.border {
    width: 100%;
  }
}
.section.border .section__wrap {
  border: 1px solid #000;
}
@media screen and (min-width: 1080px) {
  .section.border .section__wrap {
    padding: 4rem 5.625rem;
  }
}
.section.gray {
  background-color: #EFEFEF;
}
.section__wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 67.5rem;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .section__wrap {
    width: 90%;
  }
}
@media screen and (min-width: 1080px) {
  .section__wrap {
    width: 100%;
    padding: 4rem 5.625rem;
  }
}
.section__wrap.narrow {
  max-width: 50rem;
}
.section__title {
  text-align: center;
  font-size: 1.75rem;
  font-family: goldwingrotesk-book, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1080px) {
  .section__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.section__introduction {
  font-size: 0.875rem;
}
.section__description {
  font-size: 1rem;
}
.section__description:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (min-width: 1080px) {
  .section__description:not(:first-of-type) {
    margin-top: 4.375rem;
  }
}
.section__caption {
  font-size: 0.8125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1080px) {
  .section__caption {
    font-size: 0.875rem;
  }
}

.key-visual {
  height: 100vh;
  height: 100dvh;
}
.key-visual__item {
  position: relative;
}
.key-visual__image {
  display: block;
  height: 100vh;
  height: 100dvh;
}
.key-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.key-visual__title {
  position: absolute;
  top: 20vh;
  width: 100%;
  left: 0;
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .key-visual__title {
    top: 10vh;
    width: 100%;
    height: 80vh;
  }
}
.key-visual__title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.book-galley {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1080px) {
  .book-galley {
    padding-bottom: 0;
  }
}
@media (any-hover: hover) {
  .book-galley:hover .book-galley__navigation {
    opacity: 1;
  }
}
.book-galley__navigation {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .book-galley__navigation {
    backface-visibility: hidden;
    transition: all 0.3s ease-in;
    visibility: visible;
    background-color: #fff;
    color: #251E1C;
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
  }
  .book-galley__navigation::after {
    font-size: 1rem;
  }
}
.book-galley .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .book-galley .swiper-pagination {
    opacity: 0;
    visibility: hidden;
  }
}
.book-galley .swiper-pagination-bullet {
  opacity: 1;
  background-color: #000;
}

.artist-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 2rem 1.5rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 37.5rem;
  margin: 3.75rem auto;
}
@media screen and (min-width: 768px) {
  .artist-list {
    gap: 3.125rem 3.125rem;
  }
}
.artist-item {
  width: calc(50% - 0.75rem);
  text-align: center;
  font-family: goldwingrotesk-book, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .artist-item {
    width: calc(50% - 1.5625rem);
  }
}
.artist-item__thumbnail {
  width: 100%;
  aspect-ratio: 1;
}
.artist-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.artist-item__thumbnail.comming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  line-height: 1;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .artist-item__thumbnail.comming-soon {
    font-size: 1.25rem;
  }
}
.artist-item__date {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1080px) {
  .artist-item__date {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}
.artist-item__term {
  font-size: 1.25rem;
}
@media screen and (min-width: 1080px) {
  .artist-item__term {
    font-size: 1.5rem;
  }
}

.event__block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin: 0 auto 5rem;
  gap: 1rem;
}
@media screen and (min-width: 1080px) {
  .event__block {
    margin: 0 auto 6.25rem;
  }
}
.event__block:last-of-type {
  margin-bottom: 0;
}
.event__contents {
  margin-top: 1rem;
}
.event__title {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .event__title {
    font-size: 1.75rem;
  }
}
.event__date {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1080px) {
  .event__date {
    font-size: 1.25rem;
  }
}
.event__detail {
  margin-top: 1.5rem;
}

.shop__image {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .shop__image {
    margin-top: 2rem;
  }
}

.exhibition {
  font-size: 1rem;
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  margin: 0 auto 2rem;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .exhibition {
    max-width: 22.5rem;
    font-size: 0.875rem;
  }
}
.exhibition__title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.exhibition-list {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #9D9D9D;
}
.exhibition-list:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .exhibition-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    border-bottom: none;
  }
  .exhibition-list:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .exhibition-list__term, .exhibition-list__term--long {
    width: 3.75rem;
    text-align-last: justify;
  }
}
@media screen and (min-width: 768px) {
  .exhibition-list__term--long {
    width: calc(100% - 14rem);
  }
}
@media screen and (min-width: 768px) {
  .exhibition-list__desc, .exhibition-list__desc--short {
    width: calc(100% - 3.75rem);
    position: relative;
    padding-left: 1rem;
  }
  .exhibition-list__desc::before, .exhibition-list__desc--short::before {
    content: "：";
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .exhibition-list__desc--short {
    width: 14rem;
  }
}

.footer {
  background-color: #000;
  padding: 3.75rem 1.5rem 1rem;
}
.footer__logo {
  width: 10rem;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .footer__logo {
    width: 12.5rem;
  }
}

.sp-only {
  display: block !important;
}
@media screen and (min-width: 1080px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 1080px) {
  .pc-only {
    display: block !important;
  }
}

.align--left {
  text-align: left;
}
.align--center {
  text-align: center;
}
.align--right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.button, .button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.1s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .button:hover:not([disabled]), .button__link:hover:not([disabled]) {
    opacity: 0.8;
  }
}
.button:focus:not([disabled]), .button__link:focus:not([disabled]) {
  opacity: 0.8;
}
.button, .button__link {
  line-height: 1;
  width: 100%;
  font-size: 1.25rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .button, .button__link {
    padding: 0.75rem;
  }
}
.button__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  margin: 2.5rem auto 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .button__wrap {
    font-size: 0.875rem;
  }
}
.button__link {
  background-color: #000;
  color: #fff;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .button__link {
    max-width: 18.75rem;
  }
}
