@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

.img_2,
picture {
  width: 100%;
  display: block;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {

  .img_2,
  picture {
    width: 40%;
    display: block;
    margin-top: 20px;
  }
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 12px;
}

@media (max-width: 375px) {
  html {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 2.2556390977vw;
  }
}

@media (min-width: 532px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #231815;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

/* ========= Layout: 固定サイド背景 ========= */
.l-fixed-sides {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.l-fixed-sides__bg {
  position: fixed;
  z-index: 100;
  /* 背景として下層 */
  top: 0;
  bottom: 0;
  width: calc((100vw - 55.6666666667rem) / 2);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.l-fixed-sides__bg--left {
  left: 0;
  background-position: right center;
  background-image: url("../images/top/bg-left.png");
}

.l-fixed-sides__bg--right {
  right: 0;
  background-position: left center;
  background-image: url("../images/top/bg-right.png");
}

.l-fixed-sides__main {
  position: relative;
  z-index: 200;
  margin: 0 auto;
  max-width: 55.6666666667rem;
}

.l-inner {
  max-width: 48.5833333333rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0 25px;
  }
}

.c-section__title img {
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-anniversary {
  padding: 6.6666666667rem 0;
  text-align: center;
  position: relative;
}

.p-anniversary::before {
  position: absolute;
  top: 4.5833333333rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 20.8333333333rem;
  height: 33.3333333333rem;
  background: url("../images/top/top-bg.png") no-repeat center center/contain;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-anniversary::before {
    width: 34.0833333333rem;
    height: 47.1666666667rem;
  }
}

.p-anniversary__inner {
  position: relative;
  z-index: 2;
}

.p-anniversary__text {
  line-height: 1.85;
  font-weight: 600;
  margin-top: 1.3333333333rem;
  font-size: 1.3333333333rem;
}

.p-anniversary__text:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-anniversary__text {
    font-size: 1.6666666667rem;
  }
}

.p-anniversary__lead {
  line-height: 1.75;
  font-weight: 600;
  margin-top: 1.3333333333rem;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .p-anniversary__lead {
    font-size: 3rem;
  }
}

.p-art {
  margin-top: 10.6666666667rem;
}

.p-art__images {
  display: flex;
  gap: 0.3333333333rem;
  margin-top: 3.3333333333rem;
  justify-content: space-between;
}

.p-art__image {
  max-width: 13.0833333333rem;
  width: 100%;
}

.p-art__image img {
  aspect-ratio: 157/210;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-art__image:last-child {
  max-width: 17.5rem;
}

.p-art__image:last-child img {
  aspect-ratio: 210/210;
}

.p-art__subtitle {
  margin-top: 4.6666666667rem;
}

.p-art__text {
  margin-top: 1rem;
}

.p-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  gap: 3rem;
}

@media screen and (min-width: 768px) {
  .p-buttons {
    gap: 6rem;
  }
}

.p-buttons__item {
  display: block;
  border-radius: 1rem;
  max-width: 17.75rem;
  cursor: pointer;
}

.p-buttons__item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 213/72;
}

.p-collaborator {
  margin-top: 12.0833333333rem;
}

.p-collaborator__lead {
  margin-top: 3.3333333333rem;
}

.p-collaborator__list {
  margin-top: 1.75rem;
  display: grid;
  gap: 4.5833333333rem;
}

@media screen and (min-width: 768px) {
  .p-collaborator__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-collaborator-list__item {
  display: flex;
  flex-direction: column;
}

.p-collaborator-list__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-collaborator-list__title {
  font-size: 2rem;
  margin-top: 1.6666666667rem;
  font-weight: 600;
  line-height: 1;
}

.p-collaborator-list__subtitle {
  margin-top: 0.3333333333rem;
  font-size: 1.0833333333rem;
  font-weight: 600;
  text-indent: 1em;
  line-height: 1;
  margin-top: 0.9166666667rem;
}

.p-collaborator-list__text {
  margin-top: 1.5rem;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  line-height: 1.4444444444;
}

.p-creator {
  margin-top: 6.9166666667rem;
}

.p-creator__inner {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-top: 3.3333333333rem;
  align-items: center;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .p-creator__inner {
    align-items: flex-start;
    flex-direction: row;
  }
}

.p-creator__content {
  max-width: 20rem;
}

.p-creator__name {
  font-size: 2rem;
  letter-spacing: 0.14em;
}

.p-creator__text {
  margin-top: 1.5rem;
  letter-spacing: -0.05em;
}

.p-creator__sign img {
  display: block;
  margin: 1rem auto 0;
}

.p-creator__image {
  max-width: 19.9166666667rem;
  width: 100%;
}

.p-creator__image img {
  aspect-ratio: 239/374;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-exhibit {
  margin-top: 10.6666666667rem;
}

.p-exhibit__kv {
  margin-top: 3rem;
  max-width: 44.3333333333rem;
  width: 100%;
}

.p-exhibit__kv img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 532/283;
}

.p-exhibit__kv-caption {
  margin-top: 0.4166666667rem;
  text-align: right;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-exhibit__kv-caption {
    font-size: 1rem;
  }
}

.p-exhibit__block {
  margin-top: 2.75rem;
}

@media screen and (min-width: 768px) {
  .p-exhibit__block {
    align-items: center;
    display: flex;
    gap: 1rem
  }
}

.p-exhibit__block-head {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.p-exhibit__inner {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-exhibit__inner {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
    margin-top: 2rem;
  }
}

.p-exhibit__period {
  display: inline-block;
  padding: 0.1666666667rem 0.6666666667rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: #E72418;
  border-radius: 0.25rem;
  margin-top: 0.6666666667rem;
  font-size: 0.79rem;
}

@media screen and (min-width: 768px) {
  .p-exhibit__period {
    margin-top: 0;
  }
}

.p-exhibit__text {
  letter-spacing: -0.02em;
}

.p-exhibit__place {
  font-weight: 600;
  margin-top: 0.4166666667rem;
  margin-bottom: 0.4166666667rem;
  text-decoration: underline;
}

.p-exhibit-gallery {
  margin-top: 4.5rem;
  display: grid;
  gap: 0.25rem;
  grid-template-columns: 5fr 2fr;
}

.p-exhibit-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-exhibit-gallery__item.-large {
  grid-row: 1/3;
  grid-column: 1/2;
}

.p-exhibit-gallery__item.-small {
  grid-column: 2/3;
}

.p-exhibit__list {
  background-color: #e5e5e5;
  margin-top: 0.9166666667rem;
}

.p-exhibit__group {
  display: block;
  padding: 1.6rem 1.8333333333rem;
}

@media screen and (min-width: 768px) {
  .p-exhibit__group {
    /* display: flex; */
    /* align-items: center; */
    padding: 1.5rem 1.8333333333rem;
  }
}

@media screen and (max-width: 500px) {
  .p-exhibit__right {
    position: relative !important;
    right: inherit !important;
    top: inherit !important;
    width: 100% !important;
  }
}

.p-exhibit__left {
  display: grid;
  gap: 1.25rem;
  flex: 0 0 60%;
}

.p-exhibit__right {
  position: absolute;
  text-align: right;
  width: 35%;
  right: 20px;
  top: 5%;
}

.p-exhibit__right img {
  width: 80%;
  height: auto;
}

.p-exhibit__button_out {
  padding-bottom: 20px;
}

.p-exhibit__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding: .9em 2em;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: rgb(0, 0, 0);
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}

.p-exhibit__button:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}

.p-exhibit__button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  content: '';
  transition: width .3s ease;
}

.p-exhibit__button:hover::before {
  width: 100%;
}

.p-exhibit__button::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

.p-exhibit__button:hover::after {
  border-color: rgb(0, 0, 0);
}

.p-exhibit__item {
  display: flex;
  align-items: flex-start;
}

.p-exhibit__label {
  margin: 0;
  border-radius: 0.25rem;
  width: 6rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #E72418;
  text-align: center;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-exhibit__label {
    width: 6rem;
    font-size: 1rem;
  }
}

.p-exhibit__desc {
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-exhibit__desc {
    font-size: 1.14rem;
  }
}

.p-exhibit__desc--sm {
  margin-left: 12px;
}

.p-exhibit__note {
  font-size: 0.9em;
  color: #555;
}

.p-exhibit__label-sub {
  display: inline-block;
  margin-left: 3.3333333333rem;
  margin-right: 1rem;
  border-radius: 0.25rem;
  width: 3.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #E72418;
  text-align: center;
  margin-left: 1.25rem;
}

.p-exhibit__caption {
  position: absolute;
  right: 0;
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

/* @media screen and (min-width: 768px) {
  .p-exhibit__caption {
    top: -30px;
  }
} */

.p-exhibit__caption::before,
.p-exhibit__caption::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  margin: 4px 0;
}

.p-collaborator__list_sub {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 1.25rem 0;
}

@media screen and (min-width: 768px) {
  .p-collaborator__list_sub {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 1.25rem 0;
  }
}

.p-collaborator__item {
  flex: 1;
}

.p-collaborator__label {
  font-weight: 600;
  font-size: 1.1rem;
}

.p-collaborator__desc {
  font-size: 0.79rem;
  padding-top: 9px;
}

.p-collaborator__desc--sm {
  margin-left: 12px;
}

.p-collaborator__img {
  width: 20%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-collaborator__img {
    width: 30%;
    height: auto;
  }
}

.p-footer {
  margin-top: 8rem;
  padding-bottom: 2.8333333333rem;
  text-align: center;
}

.p-footer__logo {
  display: inline-block;
}

.p-footer__logo img {
  display: block;
  width: 100%;
  max-width: 8.3333333333rem;
  height: auto;
  margin: 0 auto;
}

.p-footer .copyright {
  width: 100%;
  color: #000;
  font-size: 1rem;
  text-align: center;
  padding-top: 15px;
}

.p-motif {
  margin-top: 10.6666666667rem;
}

.p-motif__lead {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.3333333333rem;
  line-height: 1.75;
  font-weight: 600;
}

.p-motif__list {
  margin-top: 1.3333333333rem;
  display: grid;
  gap: 2.75rem;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .p-motif__list {
    gap: 2.75rem 4.4166666667rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-motif__list+.p-motif__list {
  margin-top: 2.75rem;
}

.p-motif-list__img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-motif-list__img {
    max-width: 11.75rem;
  }
}

.p-motif-list__img img {
  aspect-ratio: 141/141;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-motif-list__title {
  margin-top: 0.4166666667rem;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: -0.1em;
  line-height: 1.4444444444;
}

.p-motif-list__text {
  margin-top: 0.25rem;
  font-size: 0.6666666667rem;
  letter-spacing: -0.1em;
  line-height: 1.4444444444;
}

.p-motif__top-title {
  font-size: 1.1666666667rem;
  text-align: center;
  margin-top: 2.8333333333rem;
  font-weight: 600;
}

.p-motif__top-list {
  gap: 0.4166666667rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.1666666667rem;
}

.p-motif__top-item {
  max-width: 14.3333333333rem;
  width: 100%;
}

.p-motif__top-item img {
  aspect-ratio: 172/244;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-motif__top-text {
  letter-spacing: -0.02em;
  font-size: 1rem;
  line-height: 1.9166666667;
  margin-top: 1.6666666667rem;
}

.p-top-lead {
  line-height: 2.1666666667;
  font-weight: 600;
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-lead {
    font-size: 1.5rem;
  }
}

.u-pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
.container {
  position: relative;
}

.free-img {
  position: absolute;
}

#img1 {
  top: -130px;
  right: calc(50% + 320px);
  width: 240px;
}

@media screen and (max-width: 1200px) {
  #img1 {
    top: -60px;
    left: 22%;
    right: unset;
    transform: translateX(-50%);
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  #img1 {
    top: -9vw;
    left: 3%;
    transform: unset;
    width: 27%;
  }
}

#img2 {
  top: -170px;
  left: calc(50% + 300px);
  width: 250px;
}

@media screen and (max-width: 1200px) {
  #img2 {
    top: -80px;
    right: 24%;
    left: unset;
    transform: translateX(50%);
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  #img2 {
    top: -13vw;
    right: 4%;
    transform: unset;
    width: 27%;
  }
}

.section-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0 1em 0;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1rem;
  }
}

.section-title::before,
.section-title::after {
  content: "";
  display: block;
  flex: 1;
  border-bottom: 2px solid #E72418;
}

.section-title::before {
  margin-right: 1rem;
}

.section-title::after {
  margin-left: 1rem;
}

.title-text {
  display: inline-block;
  padding: 0.2em 2em;
  border: 2px solid #E72418;
  border-radius: 50px;
  background-color: #E72418;
  z-index: 1;
  color: #fff;
}

.p-fair__fv {
  height: 60rem;
  width: 100%;
  background: url("../images/fair/fv.png") no-repeat center center/cover;
}

@media screen and (max-width: 1200px) {
  .p-fair__fv {
    height: 40rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fair__fv {
    height: 70vw;
  }
}

@media screen and (min-width: 2000px) {
  .p-fair__fv {
    height: 83.3333333333rem;
  }
}

.p-fair__main {
  padding: 6.6666666667rem 2.5rem 0;
  background-color: #E72418;
}

@media screen and (max-width: 767px) {
  .p-fair__main {
    padding: 9vw 5% 0;
  }
}

.p-fair__main-title {
  padding: 0 2.5rem;
}

.p-fair__main-title img {
  width: 100%;
  display: block;
  max-width: 50rem;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .p-fair__main-title img {
    max-width: 40rem;
  }
}

.p-fair__body {
  max-width: 106.6666666667rem;
  margin: 3.9166666667rem auto 0;
  background-color: #fff;
  padding: 6.1666666667rem 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-fair__body {
    margin: 4vw auto 0;
    padding: 10vw 5%;
  }
}

.p-fair__footer {
  padding: 6.25rem 0;
  text-align: center;
  background-color: #E72418;
}

.p-fair__footer a {
  display: inline-block;
  max-width: 12.6666666667rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-fair__footer a {
    max-width: 8.3333333333rem;
  }
}

.p-fair__footer-copyright {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding-top: 1.25rem;
}

.p-fair__column {
  max-width: 94.6666666667rem;
  margin: 2.1666666667rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.0833333333rem;
  position: relative;
}

.p-fair__column::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 0.07rem;
  background-color: #E72418;
}

.p-fair__column.--cen {
  display: flex;
  justify-content: center;
}

.p-fair__column.--cen::before {
  content: none;
}

.p-fair__column.--cen ul {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-fair__column.--cen ul {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-fair__column::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-fair__column {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-fair__column-list:last-child .p-fair__column-item:last-child {
    border-bottom: none;
  }
}

.p-fair__column-item {
  border-bottom: 0.2rem dotted #E72418;
}

.p-fair__column-item:last-child {
  border: none;
}

@media screen and (max-width: 767px) {
  .p-fair__column-item:last-child {
    border-bottom: 0.1666666667rem dotted #E72418;
  }
}

.p-fair__column+.p-fair__main-title {
  margin-top: 6.25rem;
}

.p-fair__column-item--space {
  margin-top: 2.5rem;
}

.notes {
  max-width: 1200px;
  margin-left: 80px;
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .notes {
    margin-left: 0px;
  }
}

.notes span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .notes span {
    font-size: 10px;
  }
}
