@charset "UTF-8";
.p-mv {
  position: relative;
}

.p-mv__text-area {
  position: absolute;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__text-area {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-image: url(../img/position/bg-sp.webp);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__text-area {
    right: 89px;
    top: 26%;
  }
}

.p-mv__bar {
  margin-right: auto;
  margin-left: auto;
  width: 4px;
}
.p-mv__bar.-dev {
  width: 7px;
}
@media screen and (max-width: 768px) {
  .p-mv__bar.-dev {
    width: 4px;
  }
}

.p-mv__heading {
  font-size: clamp(48px, 4.323vw, 72px);
  letter-spacing: 1px;
  font-family: "EB Garamond", serif;
  text-shadow: 0px 0px 5px #555;
}
@media screen and (max-width: 768px) {
  .p-mv__heading {
    font-size: clamp(28px, 9.333vw, 42px);
    margin-top: 20px;
    letter-spacing: 0.04em;
    color: #afa17a;
    text-shadow: none;
  }
}

.p-mv__text {
  font-size: clamp(16px, 1.441vw, 24px);
  margin-top: 10px;
  text-shadow: 0px 0px 5px #333;
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    font-size: clamp(12px, 4vw, 18px);
    margin-top: 15px;
    color: #000;
    text-shadow: none;
  }
}

.p-section {
  padding-block: 0;
}
@media screen and (max-width: 768px) {
  .p-section {
    background-color: #fff !important;
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-section.-n1 {
    padding-top: 0;
  }
}
.p-section.-is-ready .p-section__text-area {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
.p-section.is-current .p-section__text-area, .p-section.is-text-shown .p-section__text-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-section.-n1.is-text-pending .p-section__text-area {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-section .p-section__map {
  height: auto;
  overflow: visible;
}
.p-section .p-section__map > img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-left: 0;
  -o-object-fit: initial;
     object-fit: initial;
  will-change: auto;
  -webkit-animation: none;
          animation: none;
}
@media screen and (min-width: 769px) {
  .p-section .p-section__map > img {
    margin-right: -14.5vw;
  }
}
.p-section.-bg-active .p-section__map > img {
  -webkit-animation: none;
          animation: none;
}

.position-map-ready .p-section .p-section__map {
  visibility: hidden;
}
.position-map-ready .p-section.is-map-released .p-section__map {
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .position .js-top-fullview {
    height: auto;
    overflow: visible;
  }
  .position .p-section.-is-ready .p-section__text-area,
  .position .p-section.-n1.is-text-pending .p-section__text-area {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .position.position-map-ready .p-section .p-section__map {
    visibility: visible;
  }
  .position .p-section__map {
    width: 100% !important;
    max-width: none !important;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    height: auto !important;
  }
  .position .p-section__map--stage {
    display: none;
  }
}
.p-section__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-section__img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.p-section__img figcaption {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media screen and (max-width: 768px) {
  .p-section__img figcaption {
    left: auto;
    right: 5px;
  }
}
.p-section__img img {
  -webkit-animation: none !important;
          animation: none !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.p-section__body {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: static;
    display: block;
  }
}

.p-section__text-area {
  color: #fff;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-section__text-area {
    padding: 24px 18px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: absolute;
    top: 20px;
    right: 3%;
    width: 90%;
  }
}
.p-section__text-area::before {
  content: "";
  display: block;
  height: 100%;
  width: 50vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(#000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, #000 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-section__text-area::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-section__text-area.-n1 {
    top: 1%;
  }
}

.p-section__text {
  margin-top: 40px;
  font-size: clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-section__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    margin-top: 0px;
  }
}
.p-section__text sup {
  font-size: 10px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .p-section__text sup {
    top: -6px;
  }
}

.p-section__cap {
  font-size: clamp(8px, 0.72vw, 12px);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-section__cap {
    font-size: clamp(7.2px, 2.4vw, 10.8px);
    line-height: 1.5;
  }
}

.p-section__num {
  opacity: 0.7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-section__num.-n1 {
  width: 117px;
}
.p-section__num.-n2 {
  width: 132px;
}
.p-section__num.-n3 {
  width: 124px;
}
.p-section__num.-n4 {
  width: 130px;
}
.p-section__num.-n5 {
  width: 133px;
}
@media screen and (max-width: 768px) {
  .p-section__num.-n1, .p-section__num.-n2, .p-section__num.-n3, .p-section__num.-n4, .p-section__num.-n5 {
    width: 80px;
  }
}

.p-section__map {
  aspect-ratio: 1938/1756;
  max-width: 969px;
  width: 69.2142857143%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-section__map {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 16px;
  }
}
.p-section__map img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-section__map img {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.p-section__map figcaption {
  background: #000;
  padding: 2px 5px;
  left: 0;
  bottom: 0;
}

.p-section__map--stage {
  position: fixed;
  z-index: 2;
  max-width: none;
  width: auto;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p-section__map--stage img,
.p-section__map--stage video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.p-section__map--stage img {
  position: relative;
  z-index: 0;
  opacity: 0;
}
.p-section__map--stage video {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.16s linear;
  transition: opacity 0.16s linear;
}
.p-section__map--stage.is-active {
  visibility: visible;
  opacity: 1;
}
.p-section__map--stage.is-static img {
  opacity: 1;
}
.p-section__map--stage.has-visible-video img {
  opacity: 0;
}
.p-section__map--stage video.is-visible {
  opacity: 1;
}

.p-section__map-scrolly {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-section__map-scrolly video,
.p-section__map-scrolly canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: fill !important;
     object-fit: fill !important;
  position: static !important;
  inset: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
  z-index: 1;
}

/* PC: 1〜5セクションをピン留めしてスクロール連動スクラブ＋クロスフェード
   （JS有効時のみ .position-map-ready が付与され適用。未対応時は通常の縦積みにフォールバック） */
@media screen and (min-width: 769px) {
  .position-map-ready .l-content {
    overflow: visible;
  }
  .position-map-ready .p-position-scene {
    --scene-steps: 9;
    position: relative;
    height: calc(var(--scene-steps) * 60vh);
  }
  .position-map-ready .p-position-scene__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
  }
  .position-map-ready .p-section__map--stage {
    position: absolute;
  }
  .position-map-ready .p-position-scene .p-section.js-top-fullview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.18s linear;
    transition: opacity 0.18s linear;
    pointer-events: none;
  }
  .position-map-ready .p-position-scene .p-section.js-top-fullview.-n1 {
    opacity: 1;
  }
  .position-map-ready .p-position-scene .p-section.js-top-fullview.is-scene-active {
    pointer-events: auto;
  }
  .position-map-ready .p-position-scene .p-section.js-top-fullview .p-section__text-area {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .position-map-ready .p-position-scene .p-section.js-top-fullview .p-section__text-area::before {
    width: calc(50vw + var(--map-bg-extend, 0px));
    right: calc(-1 * var(--map-bg-extend, 0px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-section.-is-ready .p-section__text-area {
    -webkit-transition: none;
    transition: none;
  }
}
.p-dev {
  background: url(../img/postition/);
}

.p-dev-mv {
  position: relative;
}

.p-dev-mv__text-area {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}

.p-dev-mv__heading {
  font-size: clamp(48px, 4.323vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-dev-mv__heading {
    font-size: clamp(28px, 9.333vw, 42px);
  }
}

.p-dev-mv__text {
  font-size: clamp(24px, 2.161vw, 36px);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-dev-mv__text {
    font-size: clamp(12px, 4vw, 18px);
  }
}

.p-dev__body {
  counter-reset: item;
  background-color: #eeede9;
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .p-dev__body {
    padding-bottom: 50px;
  }
}

.p-dev__text {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-dev__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: clamp(8.8px, 2.933vw, 13.2px);
  }
}

.p-dev-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 20px 1fr;
  grid-template-columns: 40% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-dev-card.-river {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 1fr;
  grid-template-columns: 60% 1fr;
}
@media screen and (max-width: 768px) {
  .p-dev-card.-river {
    display: block;
  }
}
.p-dev-card.-river .p-dev-card__name {
  font-size: clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-dev-card.-river .p-dev-card__name {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
  }
}
.p-dev-card.-river .p-dev-card__name span {
  font-size: clamp(10.4px, 0.937vw, 15.6px);
}
@media screen and (max-width: 768px) {
  .p-dev-card.-river .p-dev-card__name span {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.p-dev-card.-river .p-dev-card__text {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
}
.p-dev-card.-river .p-dev-card__img figcaption {
  font-size: clamp(10.4px, 0.937vw, 15.6px);
}
@media screen and (max-width: 768px) {
  .p-dev-card.-river .p-dev-card__img figcaption {
    text-align: right;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

.p-dev-card__name {
  font-size: clamp(10.56px, 0.951vw, 15.84px);
}
@media screen and (max-width: 768px) {
  .p-dev-card__name {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
  }
}
.p-dev-card__name span {
  margin-top: 5px;
  font-size: clamp(8px, 0.72vw, 12px);
  display: block;
}
@media screen and (max-width: 768px) {
  .p-dev-card__name span {
    font-size: clamp(6.4px, 2.133vw, 9.6px);
  }
}
.p-dev-card__name span.-mb {
  margin-bottom: 20px;
}

.p-dev-card__text {
  font-size: clamp(8px, 0.72vw, 12px);
  margin-top: 20px;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .p-dev-card__text {
    margin-top: 10px;
    line-height: 1.75;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

.p-dev-card__cap {
  margin-top: 20px;
}

.p-dev__heading {
  font-size: clamp(27.2px, 2.45vw, 40.8px);
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  margin-top: 66px;
  background-color: #afa17a;
  padding-block: 10px 7px;
}
@media screen and (max-width: 768px) {
  .p-dev__heading {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-dev-card__img figcaption {
  position: static;
  margin-top: 5px;
  color: #000;
  font-size: clamp(8px, 0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-dev-card__img figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

.p-dev__list {
  margin-top: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-dev__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }
}
.p-dev__list .p-dev-card__name {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-dev__list .p-dev-card__name {
    padding-left: 25px;
  }
}
.p-dev__list .p-dev-card__name::before {
  content: counter(item);
  counter-increment: item;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  color: #fff;
  height: 28px;
  width: 28px;
  background-color: #9c8175;
  border-radius: 50%;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-dev__list .p-dev-card__name::before {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    height: 20px;
    width: 20px;
  }
}

.c-cap-on-dev {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .c-cap-on-dev {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-dev {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-dev__visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-dev__visual-img {
  width: 100%;
  overflow-x: scroll;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-dev__visual-scroll-wrap {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-dev__visual-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .p-dev__visual-scroll::-webkit-scrollbar {
    display: none;
  }
  .p-dev__visual-scroll img {
    width: 200vw;
    max-width: none;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-dev__icon {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    margin: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  .p-dev__icon img {
    display: block;
    width: 100%;
  }
  .p-dev__icon.-hide {
    opacity: 0;
  }
}

.p-dev__copy {
  text-align: center;
  font-size: clamp(20.8px, 1.873vw, 31.2px);
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-dev__copy {
    line-height: 1.8;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    margin-bottom: 30px;
  }
}

.p-dev__section-heading {
  text-align: center;
  color: #afa17a;
  font-size: clamp(44.8px, 4.035vw, 67.2px);
  font-family: "EB Garamond", serif;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-dev__section-heading {
    font-size: clamp(24px, 8vw, 36px);
    margin-top: 10px;
  }
}
/*# sourceMappingURL=position.css.map */