@charset "UTF-8";
main {
  margin-top: min(185 / 1200 * 100vw, 185px);
}
@media (max-width: 767px) {
  main {
    margin-top: 24.6666666667vw;
  }
}

.hero {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero {
    min-height: 70svh;
  }
}
.hero__inner {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .hero__inner {
    width: 100%;
    padding-inline: 5.3333333333vw;
  }
}
.hero__logo {
  width: min(525 / 1200 * 100vw, 525px);
}
@media (max-width: 767px) {
  .hero__logo {
    width: 77.8666666667vw;
  }
}
.hero__title-ja {
  margin-top: 32px;
  font-size: 1.6rem;
}
.hero__title-en {
  margin-top: 8px;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 700;
  line-height: 1;
}
.hero__title {
  margin-top: 60px;
  color: #fff;
  font-size: min(29 / 1200 * 100vw, 29px);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero__title {
    margin-top: 8vw;
    font-size: 4.5333333333vw;
  }
}
.hero__title + .hero__title {
  margin-top: min(26 / 1200 * 100vw, 26px);
}
@media (max-width: 767px) {
  .hero__title + .hero__title {
    margin-top: 2.1333333333vw;
  }
}
.hero__title > img {
  width: min(689 / 1200 * 100vw, 689px);
}
@media (max-width: 767px) {
  .hero__title > img {
    width: 100%;
  }
}
.hero__date {
  margin-top: 57px;
}
.hero__date > img {
  width: min(477 / 1200 * 100vw, 477px);
}
@media (max-width: 767px) {
  .hero__date > img {
    width: 77.6vw;
  }
}

.about,
.event,
.overview,
.map {
  padding-block: 120px;
}
@media (max-width: 767px) {
  .about,
  .event,
  .overview,
  .map {
    padding-block: 5.3333333333vw;
  }
}
.about__inner,
.event__inner,
.overview__inner,
.map__inner {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .about__inner,
  .event__inner,
  .overview__inner,
  .map__inner {
    width: 100%;
    padding-inline: 5.3333333333vw;
  }
}

.about {
  max-width: 1200px;
  padding-block: 50px 60px;
  margin-top: min(200 / 1200 * 100vw, 200px);
  margin-inline: auto;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .about {
    width: calc(100% - 10.6666666667vw);
    padding-block: 6.6666666667vw 6.6666666667vw;
  }
}
.about__inner {
  display: grid;
  grid-template-columns: min(21.9166666667vw, 263px) 1fr;
  gap: 0 min(8.75vw, 105px);
}
@media (max-width: 767px) {
  .about__inner {
    display: flex;
    flex-direction: column;
    gap: 3.3333333333vw;
  }
}
@media (min-width: 768px) {
  .about__heading {
    margin-top: min(10 / 1200 * 100vw, 10px);
    margin-left: min(50 / 1200 * 100vw, 50px);
  }
}
.about__title {
  font-family: "Montserrat", sans-serif;
  font-size: min(4.6666666667vw, 56px);
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 9.3333333333vw;
  }
}
.about__content {
  font-size: min(1.5vw, 18px);
  line-height: 2.5;
}
@media (max-width: 767px) {
  .about__content {
    font-size: 3.6vw;
    line-height: 2.2222222222;
  }
}
.about__content p + p {
  margin-top: 1em;
}
.about__links {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: min(12 / 1200 * 100vw, 12px);
  margin-top: min(35 / 1200 * 100vw, 35px);
}
@media (max-width: 767px) {
  .about__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.about__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: min(7 / 1200 * 100vw, 7px);
  max-width: 316px;
  min-height: 48px;
  padding-inline: min(20 / 1200 * 100vw, 20px);
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.09px 5.143px 5.64px 0.36px rgba(81, 81, 81, 0.5);
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  color: #000;
  font-weight: 700;
  font-size: min(13 / 1200 * 100vw, 13px);
}
@media (max-width: 767px) {
  .about__button {
    width: 100%;
    max-width: none;
    padding-inline: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 768px) {
  .about__button:hover {
    box-shadow: 0px 0px 1px 4px rgb(81, 81, 81);
  }
}
.about__button img {
  max-width: fit-content;
}

.event {
  margin-top: 100px;
  padding-block: 70px 70px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .event {
    margin-top: 9.3333333333vw;
    padding-block: 9.3333333333vw 9.3333333333vw;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.event__heading {
  display: flex;
  align-items: center;
  gap: min(32 / 1200 * 100vw, 32px);
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .event__heading {
    gap: 2.1333333333vw;
  }
}
.event__title {
  font-family: "Montserrat", sans-serif;
  font-size: min(56 / 1200 * 100vw, 56px);
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .event__title {
    font-size: 9.3333333333vw;
  }
}
.event__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(18 / 1200 * 100vw, 18px);
}
@media (max-width: 767px) {
  .event__lead {
    font-size: 3.2vw;
  }
}

.event-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}
@media (max-width: 767px) {
  .event-list__items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}

.event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 390px;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .event-card {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .event-card:nth-of-type(4) {
    margin-top: max(-0.8333333333vw, -10px);
  }
}
@media (min-width: 768px) {
  .event-card:nth-of-type(5) {
    margin-top: max(-17.8333333333vw, -214px);
  }
}
@media (min-width: 768px) {
  .event-card:nth-of-type(6) {
    margin-top: max(-8.5833333333vw, -103px);
  }
}
.event-card__number {
  position: absolute;
  top: min(-12 / 1200 * 100vw, -12px);
  left: min(17 / 1200 * 100vw, 17px);
  padding: min(20 / 1200 * 100vw, 20px) min(9 / 1200 * 100vw, 9px) min(27 / 1200 * 100vw, 27px);
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: min(26 / 1200 * 100vw, 26px);
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  .event-card__number {
    padding: 2.6666666667vw 2.4vw 7.6vw;
    font-size: 5.8666666667vw;
  }
}
.event-card__media {
  width: 100%;
  background-color: #ccc;
}
.event-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-card__body {
  width: 100%;
  padding: min(16 / 1200 * 100vw, 16px);
  background-color: #000;
}
@media (max-width: 767px) {
  .event-card__body {
    padding: 3.3333333333vw;
  }
}
.event-card__header {
  width: calc(100% + 16px);
  margin-top: max(-2.5vw, -30px);
  padding: min(15 / 1200 * 100vw, 15px) min(22 / 1200 * 100vw, 22px) min(9 / 1200 * 100vw, 9px);
}
@media (max-width: 767px) {
  .event-card__header {
    margin-top: -6.6666666667vw;
    width: calc(100% + 3.3333333333vw);
    padding: 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  }
}
.event-card__label {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: min(26 / 1200 * 100vw, 26px);
  color: #fff;
}
@media (max-width: 767px) {
  .event-card__label {
    font-size: 5.8666666667vw;
  }
}
.event-card__info {
  padding-inline: min(13 / 1200 * 100vw, 13px) min(13 / 1200 * 100vw, 13px);
  padding-bottom: min(20 / 1200 * 100vw, 20px);
}
.event-card__meta {
  margin-top: max(-1vw, -12px);
}
@media (max-width: 767px) {
  .event-card__meta {
    margin-top: -2.4vw;
  }
}
.event-card__meta-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
  gap: min(4 / 1200 * 100vw, 4px);
}
.event-card__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: min(50 / 1200 * 100vw, 50px);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .event-card__date {
    font-size: 11.3333333333vw;
  }
}
.event-card__date span {
  font-weight: 500;
  font-size: min(30 / 1200 * 100vw, 30px);
  letter-spacing: -0.03em;
  margin-left: -0.5em;
}
@media (max-width: 767px) {
  .event-card__date span {
    font-size: 6.8vw;
  }
}
.event-card__date-time {
  display: inline;
  font-weight: 500;
  font-size: min(20 / 1200 * 100vw, 20px);
  letter-spacing: -0.03em;
  margin-left: -0.5em;
}
@media (max-width: 767px) {
  .event-card__date-time {
    font-size: 4.5333333333vw;
  }
}
.event-card__date-time i {
  font-style: normal;
  font-size: min(15 / 1200 * 100vw, 15px);
}
@media (max-width: 767px) {
  .event-card__date-time i {
    font-size: 3.3333333333vw;
  }
}
.event-card__location-icon {
  width: min(14 / 1200 * 100vw, 14px);
  height: min(23 / 1200 * 100vw, 23px);
  margin-right: 5px;
  background: url("../img/common/icon-location.svg") no-repeat center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .event-card__location-icon {
    width: 3.2vw;
    height: 5.2vw;
    margin-right: 0.6666666667vw;
  }
}
.event-card__location {
  font-family: "Montserrat", sans-serif;
  font-size: min(14 / 1200 * 100vw, 14px);
  color: #fff;
}
@media (max-width: 767px) {
  .event-card__location {
    font-size: 3.6vw;
  }
}
.event-card__location > span {
  font-weight: bold;
}
.event-card__description {
  margin-top: min(16 / 1200 * 100vw, 16px);
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1.875;
  color: #fff;
}
@media (max-width: 767px) {
  .event-card__description {
    margin-top: 2.1333333333vw;
    font-size: 3.6vw;
    line-height: 1.8888888889;
  }
}
.event-card__related {
  position: relative;
  padding: min(18 / 1200 * 100vw, 18px) min(25 / 1200 * 100vw, 25px) min(10 / 1200 * 100vw, 10px) min(15 / 1200 * 100vw, 15px);
}
.event-card__related::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 16px);
  height: 1px;
}
.event-card__related-title {
  font-size: min(16 / 1200 * 100vw, 16px);
  font-weight: 400;
  margin-bottom: min(8 / 1200 * 100vw, 8px);
}
@media (max-width: 767px) {
  .event-card__related-title {
    font-size: 3.6vw;
    line-height: 1.8888888889;
  }
}
.event-card__related-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(8 / 1200 * 100vw, 8px) min(15 / 1200 * 100vw, 15px);
  margin-top: min(22 / 1200 * 100vw, 22px);
}
@media (max-width: 767px) {
  .event-card__related-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
  }
}
.event-card__related-item {
  display: flex;
  align-items: center;
  gap: min(8 / 1200 * 100vw, 8px);
  font-size: min(14 / 1200 * 100vw, 14px);
  color: #666;
}
.event-card__related-link {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .event-card__related-link {
    display: block;
    width: 100%;
  }
}
.event-card__related-media {
  overflow: hidden;
  width: 100%;
  max-width: 150px;
  aspect-ratio: 150/80;
  border-radius: 7px;
  background-color: #000;
}
@media (max-width: 767px) {
  .event-card__related-media {
    width: 100%;
    height: auto;
  }
}
.event-card__related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-card__related-name {
  font-size: min(14 / 1200 * 100vw, 14px);
  margin-top: min(0 / 1200 * 100vw, 0px);
  line-height: 2.1428571429;
}
@media (max-width: 767px) {
  .event-card__related-name {
    font-size: 3.2vw;
    line-height: 2.125;
  }
}
.event-card__btn-view {
  margin-top: min(30 / 1200 * 100vw, 30px);
  text-align: center;
}
@media (max-width: 767px) {
  .event-card__btn-view {
    margin-top: 8vw;
  }
}
.event-card__btn-view > a {
  display: inline-block;
  width: 160px;
  padding: min(15 / 1200 * 100vw, 15px) min(20 / 1200 * 100vw, 20px);
  border-radius: 9999px;
  background-color: rgb(225, 23, 20);
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: min(16 / 1200 * 100vw, 16px);
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .event-card__btn-view > a {
    width: 43.3333333333vw;
    padding: 4vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .event-card__btn-view > a:hover {
    opacity: 0.8;
  }
}
.event-card__btn-view > a.is-disabled {
  background-color: #ccc;
  pointer-events: none;
}
.event-card__btn-view > a.is-disabled:hover {
  opacity: 1;
}
.event-card.is-red .event-card__number {
  background-color: #e11714;
}
.event-card.is-red .event-card__header {
  background-color: #e11714;
}
.event-card.is-red .event-card__date {
  color: #e11714;
}
.event-card.is-red .event-card__related-title {
  color: #e11714;
}
.event-card.is-red .event-card__related::before {
  background-color: #e11714;
}
.event-card.is-red .event-card__related-link {
  pointer-events: none;
}
.event-card.is-red {
  border: 1px solid #e11714;
}
.event-card.is-pink {
  background-color: #db348c;
}
.event-card.is-pink .event-card__number {
  background-color: #db348c;
}
.event-card.is-pink .event-card__header {
  background-color: #db348c;
}
.event-card.is-pink .event-card__date {
  color: #db348c;
}
.event-card.is-pink .event-card__related-title {
  color: #db348c;
}
.event-card.is-pink .event-card__related::before {
  background-color: #db348c;
}
.event-card.is-pink .event-card__related-link {
  pointer-events: none;
}
.event-card.is-pink {
  border: 1px solid #db348c;
}

.overview {
  padding-block: 70px 70px;
}
@media (max-width: 767px) {
  .overview {
    padding-block: 9.3333333333vw 9.3333333333vw;
  }
}
.overview__heading {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .overview__heading {
    margin-bottom: 5.3333333333vw;
  }
}
.overview__title {
  margin-bottom: min(5 / 1200 * 100vw, 5px);
  font-family: "Montserrat", sans-serif;
  font-size: min(30 / 1200 * 100vw, 30px);
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .overview__title {
    margin-bottom: 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.overview__body {
  display: flex;
  flex-direction: column;
  gap: min(40 / 1200 * 100vw, 40px);
  padding: 40px 40px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .overview__body {
    padding: 5.3333333333vw 5.3333333333vw;
    gap: 1em;
  }
}
.overview__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .overview__item {
    grid-template-columns: 1fr;
    gap: 0.2666666667vw;
  }
}
.overview__term {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(18 / 1200 * 100vw, 18px);
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .overview__term {
    font-size: 3.6vw;
  }
}
.overview__description {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(18 / 1200 * 100vw, 18px);
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .overview__description {
    font-size: 3.6vw;
  }
}
.overview__description dt {
  font-weight: 400;
}
.overview__description p + * {
  margin-top: 12px;
}
.overview__list {
  margin: 0;
  padding-left: 2em;
  text-indent: -1em;
}
.overview__list li + li {
  margin-top: 4px;
}

.map {
  padding-block: 70px 70px;
}
@media (max-width: 767px) {
  .map__inner {
    margin-bottom: -7.3333333333vw;
  }
}
.map__heading {
  display: flex;
  align-items: center;
  gap: min(32 / 1200 * 100vw, 32px);
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .map__heading {
    align-items: last baseline;
    gap: 16px;
  }
}
.map__title {
  font-family: "Montserrat", sans-serif;
  font-size: min(56 / 1200 * 100vw, 56px);
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .map__title {
    font-size: 9.3333333333vw;
  }
}
.map__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(18 / 1200 * 100vw, 18px);
}
@media (max-width: 767px) {
  .map__lead {
    font-size: 3.2vw;
  }
}
.map__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(60 / 1200 * 100vw, 60px);
}
@media (max-width: 767px) {
  .map__grid {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}

.map-card__media {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 570/357;
}
.map-card__media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-card__body {
  margin-top: min(20 / 1200 * 100vw, 20px);
}
@media (max-width: 767px) {
  .map-card__body {
    margin-top: 2.6666666667vw;
  }
}
.map-card__title {
  font-family: "Montserrat", sans-serif;
  font-size: min(30 / 1200 * 100vw, 30px);
  font-weight: 700;
}
@media (max-width: 767px) {
  .map-card__title {
    font-size: 4.64vw;
  }
}

/* TOPのみ表示 */
.floating-button {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  padding: 22px 16px;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: -5px -4px 5.64px 0.36px rgba(81, 81, 81, 0.5);
}

/* PC時 */
@media screen and (min-width: 768px) {
  .floating-button {
    left: auto;
    right: 24px;
    bottom: 203px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 249px;
    height: 85px;
    padding: 16px 24px;
    box-shadow: 3.09px 5.143px 5.64px 0.36px rgba(81, 81, 81, 0.5);
    border-radius: 9999px;
    font-size: 18px;
    transition: opacity 0.3s;
  }
  .floating-button:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-block-end: 14.6666666667svh;
  }
}

.header__brand .header__logo.is-disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.header__brand .header__logo.is-disabled:hover {
  opacity: 1;
}