@charset "utf-8";


/*  l-positionIntro
--------------------------------------------------*/
.l-positionIntro {
  padding-block: 50.0rem 16.0rem;
}
.positionIntro-heading__ttl {
  font-size: 4.8rem;
  letter-spacing: 0.25em;
  color: var(--color-gold);
}
.positionIntro-heading__desc {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 4.0rem;
}
/* .positionIntro-heading + .positionIntro-detail {
  margin-top: 4.5rem;
} */
.positionIntro-detail__explain {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
  color: var(--white);
  text-align: center;
  margin-top: 20.0rem;
}
.positionIntro-detail__figure {
  width: min(100%,1100px);
  margin-top: 4.0rem;
}
@media screen and (max-width: 768px) {
  .l-positionIntro {
    padding-block: 25.0rem 12.0rem;
  }
  .positionIntro-heading__ttl {
    font-size: 4.0rem;
  }
  .positionIntro-heading__desc {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 4.0rem;
  }
  .positionIntro-detail {
    margin-top: 5.0rem;
  }
  .positionIntro-detail__explain {
    font-size: 1.6rem;
    margin-top: 20.0rem;
  }
  .positionIntro-detail__figure {
    margin-top: 6.0rem;
  }
}




/*  locationWrapper
--------------------------------------------------*/
.locationWrapper {
  position: relative;
}
.location-container {
  position: relative;
  padding-block: 16.0rem;
}
.location-content {
  position: relative;
  z-index: 1;
}
.location-content__ttl {
  position: sticky;
  top: 0;
  left: 0;
  font-size: 11.0rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.04em;
  text-align: center;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  padding-block: 1.8rem 0;
}
.location-container:nth-of-type(even) .location-content__ttl {
  left: auto;
  right: 0;
  padding-block: 0 1.8rem;
}
.location-content__ttl span {
  word-break: keep-all;
  white-space: nowrap;
  color: var(--white);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(180deg, rgba(var(--white-rgb), 0.5) 0%, rgba(var(--white-rgb), 0) 110%);
}
.location-content__head {
  width: calc(100% - 19.0rem);
  padding-inline: 0 5.7%;
}
.location-container:nth-of-type(even) .location-content__head {
  padding-inline: 5.7% 0;
}
.location-content__head__detail {
  width: calc(382 / 1620 * 100%);
}
.location-content__head__detail__heading {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: .05em;
  color: var(--white);
}
.location-content__head__detail__heading span {
  display: block;
  font-size: calc(40 / 24 * 1em);
  letter-spacing: .05em;
  line-height: 1.3;
  margin-top: .2em;
}
.location-content__head__detail__desc {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
  color: var(--white);
  margin-top: 4.0rem;
}
.location-content__head__photo {
  width: calc(1148 / 1620 * 100%);
}
.location-content__slide {
  position: relative;
  width: 100%;
  margin-top: 16.0rem;
}
/* .location-content__slide::before ,
.location-content__slide::after {
  content: '';
  position: absolute;
  top: 0;
  width: calc(800 / 1920 * 100%);
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.location-content__slide::before {
  left: 0;
  background: linear-gradient(270deg, rgba(18, 19, 25, 0) 0%, #13131A 83.67%);
}
.location-content__slide::after {
  right: 0;
  background: linear-gradient(90deg, rgba(18, 19, 25, 0) 0%, #13131A 83.67%);
} */
.location-content__slide__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .location-container {
    padding-block: 13.0rem 11.0rem;
  }
  .location-content__ttl {
    position: absolute;
    top: -5.5rem;
    font-size: 6.0rem;
    line-height: 1cap;
    padding-block: 0;
    z-index: 1;
  }
  .location-container:nth-of-type(even) .location-content__ttl {
    padding-block: 0;
  }
  .location-content__head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-inline: 0;
  }
  .location-container:nth-of-type(even) .location-content__head {
    padding-inline: 0;
  }
  .location-content__head__detail {
    display: contents;
    width: 100%;
  }
  .location-content__head__detail__heading {
    font-size: 2.0rem;
    letter-spacing: -.01em;
    width: calc(100% - 11.0rem);
    margin-inline: auto;
    order: 0;
  }
  .location-content__head__detail__desc {
    font-size: 1.6rem;
    width: calc(320 / 380 * 100%);
    margin-inline: auto;
    margin-top: 4.0rem;
    order: 2;
  }
  .location-content__head__photo {
    width: 100%;
    margin-top: 6.5rem;
    aspect-ratio: 380 / 340;
    overflow: clip;
    order: 1;
  }
  .location-content__head__photo img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .location-content__slide {
    position: relative;
    width: 100%;
    margin-top: 6.5rem;
  }
  .location-content__slide::before ,
  .location-content__slide::after {
    width: calc(120 / 380 * 100%);
    content: none;
  }
  .location-content__slide__item__photo {
    width: 100%;
    aspect-ratio: 300 / 300;
    overflow: clip;
  }
  .location-content__slide__item__photo img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
}




/*  locationWrapper
--------------------------------------------------*/
.l-matsuri {
  position: relative;
  padding-block: 16.0rem;
  overflow: clip;
  z-index: 1;
}
.l-matsuri::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 101%;
  height: 101%;
  background: url(../imgs/bg_matsuri.webp) no-repeat center center/cover;
  filter: blur(10px);
  opacity: .3;
  z-index: -1;
}
.l-matsuri::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(11, 11, 11, 0.2), rgba(11, 11, 11, 0.2)), linear-gradient(77.82deg, rgba(11, 11, 11, 0.2) 5.14%, rgba(11, 11, 11, 0) 59.28%);
  z-index: 0;
}
.matsuri-inner {
  position: relative;
  padding-block: 8.0rem;
  z-index: 1;
}
.matsuri-box {
  position: relative;
  width: min(90%,1342px);
  margin-inline: auto;
  z-index: 1;
}
.matsuri-detail {
  width: calc(580 / 1342 * 100%);
}
.matsuri-detail__ttl {
  font-size: 2.4rem;
  color: var(--color-gold);
}
.matsuri-detail__heading {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #0B0B0B;
  margin-top: 2.4rem;
}
.matsuri-detail__desc {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
  color: var(--base-color);
  margin-top: 2.4rem;
}
.matsuri-photo {
  width: calc(714 / 1342 * 100%);
}
@media screen and (max-width: 768px) {
  .l-matsuri {
    padding-block: 0;
  }
  .l-matsuri::before,
  .l-matsuri::after {
    display: none;
  }
  .matsuri-inner {
    width: 100%;
    padding-block: 10.0rem;
  }
  .matsuri-box {
    width: calc(320 / 380 * 100%);
  }
  .matsuri-detail {
    width: 100%;
    margin-bottom: 4.0rem;
  }
  .matsuri-detail__ttl {
    font-size: 2.0rem;
  }
  .matsuri-detail__heading {
    font-size: 2.0rem;
    line-height: 1.8;
    margin-top: 2.4rem;
  }
  .matsuri-detail__desc {
    font-size: 1.6rem;
    margin-top: 2.0rem;
  }
  .matsuri-photo {
    width: 100%;
  }
}