@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;1,500&display=swap');

/* loading */

.loading {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.loading.loaded {
  pointer-events: none;
  opacity: 0;
}

.loading__bg {
  display: flex;
  flex-direction: column;
  gap: 58px;
  width: 100%;
  opacity: 0;
}

.loading__bg-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 58px;
}

.loading__bg-wrap img {
  max-width: unset;
}

.loading__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* header */

.masthead {
  width: calc(100% - 40px);
  height: 80px;
  background-color: #000;
  right: 20px;
  padding: 10px 10px 10px 38px;
  border-radius: 0 0 10px 10px;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .masthead {
    position: absolute;
    width: calc(100% - 20px);
    height: 40px;
    right: 10px;
    padding: 0 0 0 15px;
    border-radius: 0 0 5px 5px;
  }
}

.masthead .brand-logo-text {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-self: center;
}

@media only screen and (max-width: 767px) {
  .masthead .brand-logo-text {
    font-size: 1rem;
  }
}

.masthead .ctrl-icon {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .masthead .ctrl-icon {
    display: none;
  }
}

.masthead .lang-ctrl {
  width: auto;
  display: block;
}
.masthead .lang-ctrl button {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 10px 16px;
  gap: 12px;
  width: auto;
}
.masthead .a11y-ctrl {
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .masthead .lang-ctrl {
    height: 40px;
    margin-left: 5px;
  }

  .masthead .lang-ctrl button {
    height: 40px;
    font-size: 1rem;
    padding: 10px 10px;
  }
}

.masthead .a11y-ctrl .ctrl-head {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  background-image: unset;
  color: #fff;
  background-color: #313131;
  border-radius: 5px;
  gap: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .masthead .a11y-ctrl .ctrl-head {
    width: auto;
    border-radius: 0 0 5px 0;
    padding: 10px 10px;
  }
}

/* footer */

.footer .fnav__list .speech {
  font-weight: 700;
}

/* トップ */

.page--top {
}
@media screen and (min-width: 769px) {
  .page--top {
    padding-top: unset !important;
  }
}

.page--top .section-hero {
  text-align: left;
  background: unset;
}

.page--top .section-hero {
  text-align: left;
  background: unset;
}

.page--top .bgimg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .page--top .bgimg {
    min-width: 1200px;
  }
}

.page--top .bgimg .swiper-container {
  height: 100%;
}

.page--top .bgimg .swiper-slide-active img,
.page--top .bgimg .swiper-slide-duplicate-active img,
.page--top .bgimg .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.page--top .bgimg .swiper-slide {
  position: relative;
}

.page--top .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page--top .typo {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  z-index: -1;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .page--top .typo {
    top: 210px;
    max-width: 1170px;
  }
}

@media screen and (max-width: 768px) {
  .page--top .typo {
    top: 100px;
  }
}

.page--top .section {
  position: relative;
}

@media screen and (min-width: 769px) {
  .page--top {
    padding-top: 445px;
  }
}

@media screen and (max-width: 768px) {
  .page--top .section-hero {
    padding-top: 180px;
  }
}

@media screen and (min-width: 769px) {
  .page--top .section-hero .logo {
    max-width: 330px;
  }
}

@media screen and (max-width: 768px) {
  .page--top .section-hero .logo {
    max-width: 235px;
  }
}

@media screen and (min-width: 769px) {
  .page--top .section-hero .content {
    margin-top: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 769px) {
  .page--top .section-hero .project {
    width: calc(100% - 265px);
    margin-left: auto;
  }
}

.page--top.bg-bl .section-hero .project {
  color: #fff100;
}

.page--top .section-hero .project__title {
  display: inline-block;
  /* background: #fff; */
  padding: 0.75em 1.25em;
}

@media screen and (min-width: 769px) {
  .page--top .section-hero .project__title {
    font-size: 2.1rem;
  }
}

.page--top .section-hero .project__desc {
  /* background: #fff; */
  padding: 1.5em 2em;
}

@media screen and (min-width: 769px) {
  .page--top .section-hero .project__desc {
    font-size: 1.4rem;
    margin-left: 70px;
  }
}

@media screen and (min-width: 769px) {
  .page--top .section-venue-index {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .page--top .section-venue-index {
    padding-top: 50px;
  }
}

.page--top .section-venue-index .content.inview.slideIn {
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 769px) {
  .page--top .section-venue-index .cell:not(:nth-of-type(-n + 3)) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .page--top .section-venue-index .grid-x {
    margin: 0 -7px;
  }

  .page--top .section-venue-index .cell {
    padding: 7px;
  }
}

.section-venue-index .cell:nth-of-type(3n - 2) .entry {
  --category-color: #a40000;
}

.section-venue-index .cell:nth-of-type(3n - 1) .entry {
  --category-color: #005982;
}

.section-venue-index .cell:nth-of-type(3n) .entry {
  --category-color: #007130;
}

.page--top .section-venue-index .entry {
  color: #fff;
  background: #313131;
  box-shadow: 20px 15px 20px rgb(0 0 0 / 40%);
}

.page--top.bg-bl .section-venue-index .entry {
  color: #fff100;
  background: #04004c;
}

@media screen and (max-width: 768px) {
  .page--top .section-venue-index .entry__title {
    font-size: 1.6rem;
  }
}

.page--top .section-venue-index .entry__meta {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .page--top .section-venue-index .entry__meta {
    margin-top: 0.35em;
  }
}

.page--top .section-venue-index .entry__meta .date {
  font-family: 'Montserrat', sans-serif;
}

.page--top .section-venue-index .entry__content {
  margin-top: 2em;
}

.page--top .section-venue-index .entry a {
  color: inherit;
}

@media screen and (min-width: 769px) {
  .page--top .section-venue-index .panel {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .page--top .section-venue-index .panel {
    padding: 20px 15px;
  }
}

.page--top .section-venue-index .entry .figure {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .page--top .section-venue-index .entry__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .page--top .section-venue-index .entry__text {
    font-size: 1rem;
  }
}

.page--top .section-venue-index .entry__content .more {
  margin-top: 0.25em;
  text-align: right;
}

.page--top .section-venue-index .entry__content .more a {
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .page--top .section-venue-index .entry__content .more a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .page--top .section-venue-index .entry__content .more a:hover {
    text-decoration: none;
  }
}

.page--top .section-hero {
  padding: 0 0 35px;
}

.page--top .section-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: calc(100% - 800px);
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  opacity: 0.8;
  transition: 0.6s;
}

body.is-scrolled .section-hero::before {
  opacity: 0;
}

.page--top .section-hero .headline {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page--top .section-hero .logo {
  max-width: 280px;
}

.page--top .section-hero .section-content {
  margin-inline: max(90px, ((100% - 1240px) / 2));
  height: 100svh;
  max-height: 1200px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .section-content {
    margin-inline: max(20px, ((100% - 1240px) / 2));
  }
}

.page--top .section-hero .section-content .content {
  margin-top: auto;
}

.page--top .section-hero .section-content .project {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
}

.page--top .section-hero .section-content .project__inner {
  display: flex;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .section-content .project__inner {
    flex-direction: column;
  }
}

.page--top .section-hero .project__title,
.page--top .section-hero .project__desc {
  background: unset;
  padding: unset;
  color: #fff;
}

.page--top .section-hero .section-content .project__title {
  flex-shrink: 0;
  width: 360px;
}

.page--top .section-hero .section-content .project__desc {
  margin-left: unset;
  line-height: 2.1;
  max-width: unset;
}

.page--top .section-hero .section-content .project__scroll {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 35px;
}

/* cat-pickup */
.page--top .section-cat-pickup {
  padding: 64px 0;
}

.page--top .section-cat-pickup .section-content .cat-pickup {
}

.page--top .section-cat-pickup .section-content .content {
  margin-inline: max(15px, ((100% - 1130px) / 2));
}

.page--top .section-cat-pickup .section-content .cat-pickup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-cat-pickup .section-content .cat-pickup__list {
    flex-direction: column;
  }
}

.page--top .section-cat-pickup .section-content .cat-pickup__list-item {
  width: calc((100% - 80px) / 3);
  display: flex;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .page--top .section-cat-pickup .section-content .cat-pickup__list-item {
    width: 100%;
  }
}

.page--top .section-cat-pickup .section-content .cat-pickup__card {
  color: #fff;
  background-color: var(--category-color);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
}

.page--top .section-cat-pickup .section-content .cat-pickup__header {
  min-height: 116px;
  padding: 35px 20px 24px;
}
.page--top .section-cat-pickup .section-content .cat-pickup__title {
  font-size: 1.8rem;
  line-height: 1.6;
}

.page--top .section-cat-pickup .section-content .cat-pickup__title a {
  color: #fff;
}

.page--top .section-cat-pickup .section-content .cat-pickup__title small {
  font-size: 1.4rem;
}

.page--top .section-cat-pickup .section-content .cat-pickup__body {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: stretch;
  padding: 35px 20px;
  font-size: 1.4rem;
  line-height: 2;
}

.page--top .section-cat-pickup .section-content .cat-pickup__thumbnail {
}

.page--top .section-cat-pickup .section-content .cat-pickup__thumbnail img {
  width: 100%;
}

.page--top .section-cat-pickup .section-content .cat-pickup__link {
  color: #fff;
  text-align: right;
  text-decoration: underline;
  margin-top: auto;
  margin-left: auto;
}

/* section-venue-index */
.page--top .section-venue-index {
  padding-top: 70px;
}

.page--top .section-venue-index .entry {
  border-top: solid 10px var(--category-color);
}

.page--top .section-venue-index .panel {
  position: relative;
}

.page--top .section-venue-index .entry__badge {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background-color: #000000;
  border: solid 1px #595959;
  display: inline-flex;
  min-height: 30px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.footer .brand-logo__wrapper--center {
  grid-column: span 2;
  justify-content: center !important;
}

.grid-margin-x-40 .alm-masonry {
  overflow: visible;
}

.footer .contact {
  margin-bottom: 3em;
}

.footer .banner__img a {
  display: inline-block;
}

.footer .copyright {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 3.5em;
}