@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: 62.5%;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  font-size: 1.2rem;
  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: 8rem;
}
@media screen and (min-width: 1080px) {
  [id] {
    scroll-margin-top: 8rem;
  }
}

.mainV {
  background-color: #000;
  color: #fff;
}
.mainV-image {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (min-width: 1080px) {
  .mainV-image {
    flex-direction: row;
    gap: 1.4rem;
  }
}
.mainV-image__column {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .mainV-image__column {
    width: calc(50% - 0.7rem);
  }
}
.mainV__contents {
  max-width: 88rem;
  margin: -2rem auto 0;
  padding: 0 2.4rem 4.8rem;
}
@media screen and (min-width: 768px) {
  .mainV__contents {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .mainV__contents {
    margin-top: -3.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 6.4rem;
  }
}
.mainV__head {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  line-height: 1.4;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1080px) {
  .mainV__head {
    margin-bottom: 4rem;
  }
}
.mainV__title {
  font-family: goldwingrotesk-book, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 4rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1080px) {
  .mainV__title {
    font-size: 6.4rem;
  }
}
.mainV__catchcopy {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1080px) {
  .mainV__catchcopy {
    font-size: 2.9rem;
  }
}
.mainV__date {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1080px) {
  .mainV__date {
    font-size: 2.2rem;
  }
}
.mainV__body {
  font-size: 1.4rem;
}

.section {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 1080px) {
  .section {
    margin-top: 9.6rem;
    margin-bottom: 9.6rem;
  }
}
.section__wrap {
  margin: 0 auto;
  max-width: 106.8rem;
  padding: 0 2.4rem;
}
.section-head {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1080px) {
  .section-head {
    margin-bottom: 6.4rem;
  }
}
.section-head__text {
  font-size: 1.6rem;
}
@media screen and (min-width: 1080px) {
  .section-head__text {
    font-size: 1.4rem;
  }
}
.section__title {
  font-family: goldwingrotesk-book, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1080px) {
  .section__title {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}

.profile {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .profile {
    flex-direction: row;
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .profile__image {
    width: 18.4rem;
  }
}
@media screen and (min-width: 768px) {
  .profile-text {
    width: calc(100% - 20.4rem);
  }
}
.profile-text__term {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .profile-text__term {
    font-size: 1.6rem;
  }
}
.profile-text__desc {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .profile-text__desc {
    font-size: 1.2rem;
  }
}

.photo-galley {
  margin-top: 3.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .photo-galley {
    margin-top: 5.6rem;
  }
}
.photo-galley__carousel {
  width: 100%;
}
@media (any-hover: hover) {
  .photo-galley__carousel:hover .photo-galley__navigation {
    opacity: 1;
  }
}
.photo-galley__item {
  width: 80%;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .photo-galley__item {
    width: 60rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .photo-galley__item {
    width: 72rem;
  }
}
.photo-galley__navigation {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .photo-galley__navigation {
    backface-visibility: hidden;
    transition: all 0.3s ease-in;
    visibility: visible;
    background-color: #fff;
    color: #251E1C;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
  }
  .photo-galley__navigation::after {
    font-size: 1.6rem;
  }
}

.event__block, .event__block--reverse {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin: 8rem auto;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .event__block, .event__block--reverse {
    gap: 2.6rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 12rem auto;
  }
}
@media screen and (min-width: 1080px) {
  .event__block, .event__block--reverse {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .event__block--reverse {
    flex-direction: row-reverse;
  }
}
.event__image {
  transition: opacity 0.1s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .event__image:hover:not([disabled]) {
    opacity: 0.8;
  }
}
.event__image:focus:not([disabled]) {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .event__image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .event__contents {
    width: calc(50% - 2.6rem);
  }
}
.event__category, .event__category--galley, .event__category--workshop, .event__category--talk, .event__category--sustainB, .event__category--sustainA {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: goldwingrotesk-book, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  line-height: 1;
  width: 100%;
  padding: 1.2rem 0.8rem;
  font-size: 2rem;
  border-radius: 0.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .event__category, .event__category--galley, .event__category--workshop, .event__category--talk, .event__category--sustainB, .event__category--sustainA {
    max-width: 30rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.event__category--sustainA {
  background-color: #1F3C54;
  color: #fff;
}
.event__category--sustainB {
  background-color: #408BBD;
  color: #fff;
}
.event__category--talk {
  background-color: #9D9D9D;
  color: #fff;
}
.event__category--workshop {
  background-color: #251E1C;
  color: #fff;
}
.event__category--galley {
  border: 1px solid #251E1C;
  background-color: #fff;
}
.event__title {
  font-size: 2rem;
}
.event__detail {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .event__detail {
    font-size: 1.4rem;
  }
}
.event__link {
  transition: opacity 0.1s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .event__link:hover:not([disabled]) {
    opacity: 0.8;
  }
}
.event__link:focus:not([disabled]) {
  opacity: 0.8;
}

.schedule {
  margin-bottom: 8rem;
  border-top: 1px solid #9D9D9D;
  padding-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .schedule {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    padding-top: 0;
    border: 1px solid #9D9D9D;
  }
}
.schedule__column {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #9D9D9D;
}
.schedule__column:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .schedule__column {
    width: 16.6666666667%;
    padding: 0.8rem;
    border-bottom: none;
  }
  .schedule__column:not(:last-of-type) {
    margin-bottom: 0;
  }
  .schedule__column:not(:first-of-type) {
    border-left: 1px solid #9D9D9D;
  }
}
.schedule__date {
  display: block;
  font-family: goldwingrotesk-book, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .schedule__date {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .schedule__timeframe {
    height: 2.4rem;
    position: relative;
    margin: 0.2rem 0;
  }
  .schedule__timeframe:nth-of-type(2n) {
    border-bottom: 1px dashed #f0f0f0;
  }
  .schedule__timeframe:first-of-type {
    border-top: 1px solid #f0f0f0;
  }
  .schedule__timeframe:last-of-type {
    border-bottom: 1px solid #f0f0f0;
  }
}
.schedule-label {
  transition: opacity 0.1s ease-in;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0.8rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
@media (any-hover: hover) {
  .schedule-label:hover:not([disabled]) {
    opacity: 0.8;
  }
}
.schedule-label:focus:not([disabled]) {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .schedule-label {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1.6rem;
    width: 100%;
    margin-bottom: 0;
  }
}
.schedule-label__time {
  font-family: goldwingrotesk-regular, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.2rem;
  width: 24%;
}
@media screen and (min-width: 768px) {
  .schedule-label__time {
    width: 100%;
    height: 1.6rem;
    font-size: 1.1rem;
  }
}
.schedule-label__category, .schedule-label__category--galley, .schedule-label__category--workshop, .schedule-label__category--talk, .schedule-label__category--sustainB, .schedule-label__category--sustainA {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 4rem;
  font-family: goldwingrotesk-book, noto-sans-cjk-jp, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  line-height: 1.2;
  width: calc(76% - 0.8rem);
  padding: 0 0.8rem;
  font-size: 1.4rem;
  border-radius: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule-label__category, .schedule-label__category--galley, .schedule-label__category--workshop, .schedule-label__category--talk, .schedule-label__category--sustainB, .schedule-label__category--sustainA {
    width: 100%;
    font-size: 1.2rem;
    height: calc(var(--time) * 4.8rem);
    min-height: 2.4rem;
  }
}
.schedule-label__category--sustainA {
  background-color: #1F3C54;
  color: #fff;
}
.schedule-label__category--sustainB {
  background-color: #408BBD;
  color: #fff;
}
.schedule-label__category--talk {
  background-color: #9D9D9D;
  color: #fff;
}
.schedule-label__category--workshop {
  background-color: #251E1C;
  color: #fff;
}
.schedule-label__category--galley {
  border: 1px solid #251E1C;
  background-color: #fff;
}

.exhibition {
  margin: 0 auto 3.2rem;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .exhibition {
    max-width: 32rem;
  }
}
.exhibition-list {
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #9D9D9D;
}
.exhibition-list:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .exhibition-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .exhibition-list:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .exhibition-list__term, .exhibition-list__term--long {
    width: 6rem;
    text-align-last: justify;
  }
}
@media screen and (min-width: 768px) {
  .exhibition-list__term--long {
    width: calc(100% - 9.6rem);
  }
}
@media screen and (min-width: 768px) {
  .exhibition-list__desc, .exhibition-list__desc--short {
    width: calc(100% - 6rem);
    position: relative;
    padding-left: 1.6rem;
  }
  .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: 9.6rem;
  }
}

.footer {
  background-color: #000;
  padding: 6rem 2.4rem 1.6rem;
}
.footer__logo {
  width: 16rem;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .footer__logo {
    width: 20rem;
  }
}

.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;
}

.button, .button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.1s ease-in;
  opacity: 1;
  line-height: 1;
  width: 100%;
  font-size: 2rem;
  padding: 1.6rem;
}
@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;
}
@media screen and (min-width: 768px) {
  .button, .button__link {
    font-size: 2.5rem;
    padding: 1.2rem;
  }
}
.button__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  text-align: left;
  margin: 4rem auto;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .button__wrap {
    font-size: 1.4rem;
  }
}
.button__link {
  background-color: #000;
  color: #fff;
  border-radius: 0.6rem;
}
@media screen and (min-width: 768px) {
  .button__link {
    max-width: 30rem;
  }
}
