/*========= Hero Image ===============*/
.p-top-hero {
  position: relative;
}
.p-top-hero__img {
  position: relative;
  height: 100vh;
}
.p-top-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.p-top-hero__img figcaption {
  position: absolute;
  right: 0;
  bottom: 40px;
  padding-right: clamp(30px, 5.952vw - 34.2857px, 80px);
  color: white;
  font-size: 10px;
}
.p-top-hero__box {
  position: absolute;
  left: 0;
  bottom: 80px;
  padding-left: clamp(30px, 5.952vw - 34.2857px, 80px);
}
.p-top-hero__title {
  position: relative;
  width: 544px;
}

.p-top-concept {
  position: relative;
  background-color: transparent;
}
.p-top-concept__item {
  display: grid;
  grid-template: "img text"/50% 1fr;
}
.p-top-concept__item.-reverse {
  grid-template: "text img"/50% 1fr;
}
.p-top-concept__item.-reverse .p-top-concept__textBlock-inner {
  justify-self: end;
  padding-right: min(9vw, 110px);
  padding-left: 0;
}
.p-top-concept__item.-reverse .p-top-concept__caption {
  right: auto;
  left: 30px;
}
.p-top-concept__item.-beige {
  background-color: var(--beige);
}
.p-top-concept__item.-beige .p-top-concept__textBlock {
  background-color: var(--beige);
}
.p-top-concept__imgBlock {
  grid-area: img;
}
.p-top-concept__textBlock {
  grid-area: text;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(18.75%, 178px) 0;
  color: var(--white);
  background-color: var(--mid_gray);
}
.p-top-concept__textBlock-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(86.4583333333%, 540px);
  padding-left: min(9vw, 110px);
}
.p-top-concept__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-concept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-concept__caption {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 2px 6px 3px;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.p-top-concept__title {
  margin-bottom: 100px;
  color: var(--white);
}
.p-top-concept__head {
  margin-bottom: 40px;
}
.p-top-concept__multiText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-concept__multiText-item + .p-top-concept__multiText-item {
  margin-top: min(13.9534883721%, 60px);
  padding-top: min(13.9534883721%, 60px);
  border-top: 1px solid var(--white);
}

.p-top-vr {
  background-color: var(--light_gray);
}
.p-top-vr__inner {
  width: min(86.4583333333%, 1080px);
  margin: auto;
  padding: min(18.5185185185%, 200px) 0;
}
.p-top-vr__title {
  margin-bottom: 60px;
  text-transform: none;
}
.p-top-vr__links {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  gap: 40px;
}
.p-top-vr__links::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(45.462962963%, 491px);
  aspect-ratio: 982/398;
  background: url("../images/top/bg_360.png") no-repeat 0 0;
  background-size: contain;
  translate: -5% -85% 0;
}
.p-top-vr__link {
  position: relative;
}
.p-top-vr__link:first-child {
  grid-area: 1/1/auto/span 2;
}
.p-top-vr__link a {
  display: block;
  overflow: hidden;
  border: 2px solid var(--white);
  border-radius: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-top-vr__link a:hover {
  opacity: 0.5;
}

.p-top-access__header {
  aspect-ratio: 1920/700;
  background: url("../images/top/access@2x.png") center center/cover no-repeat;
}
.p-top-access__header-inner {
  width: min(86.4583%, 1080px);
  margin: auto;
  padding: 100px 0px;
}
.p-top-access__title {
  color: var(--white);
}
.p-top-access__body {
  color: var(--white);
  background-color: var(--beige);
}
.p-top-access__body-inner {
  width: min(86.4583333333%, 1080px);
  margin: auto;
  padding: min(11.1111111111%, 120px) 0 min(12.962962963%, 140px);
}
.p-top-access__routeMap {
  display: grid;
  grid-template-columns: min(23.8888888889%, 258px) 64px 1fr;
}
.p-top-access__routeMap-textBlock {
  grid-area: 1/1/auto/span 2;
}
.p-top-access__routeMap-imgBlock {
  grid-area: 1/2/auto/span 2;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-top-access__routeMap-imgBlock img {
  width: 822px;
  max-width: 100%;
}
.p-top-access__station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
  margin-top: 120px;
}
.p-top-access__station-item {
  width: calc(33.3333% - 30px);
}
.p-top-access__station-item.-notes {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-top-access__station-notes {
  width: min(86.4583%, 610px);
}
.p-top-access__station-notesLine {
  margin-bottom: 20px;
}
.p-top-access__station-notesList {
  letter-spacing: 0.035em;
}

/**************** SP ****************/
@media screen and (max-width: 1024px) {
  .p-top-hero {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    height: 100vh;
    height: 100dvh;
    background-color: var(--mid_gray);
  }
  .p-top-hero__img {
    position: relative;
    height: auto;
  }
  .p-top-hero__img figcaption {
    bottom: clamp(15px, 2.31vw + 6.4px, 30px);
    padding-right: clamp(15px, 2.31vw + 6.4px, 30px);
  }
  .p-top-hero__box {
    position: relative;
    bottom: auto;
    padding: clamp(30px, 4.8828125%, 50px);
  }
  .p-top-hero__title {
    width: clamp(400px, 53.125%, 544px);
  }
  .p-top-concept__item {
    display: grid;
    grid-template: "img" auto "text" 1fr/1fr;
  }
  .p-top-concept__item.-reverse {
    grid-template: "img" auto "text" 1fr/1fr;
  }
  .p-top-concept__item.-reverse .p-top-concept__textBlock-inner {
    padding-right: 0;
  }
  .p-top-concept__item.-reverse .p-top-concept__caption {
    right: clamp(15px, 2.31vw + 6.4px, 30px);
    left: auto;
  }
  .p-top-concept__textBlock {
    padding: min(7.8125%, 80px) 0 min(9.765625%, 100px);
  }
  .p-top-concept__textBlock-inner {
    width: min(75.390625%, 772px);
    margin: auto;
    padding-left: 0;
  }
  .p-top-concept__caption {
    right: clamp(15px, 2.31vw + 6.4px, 30px);
    bottom: clamp(15px, 2.31vw + 6.4px, 30px);
  }
  .p-top-concept__title {
    margin-bottom: min(7.7720207254%, 60px);
    color: var(--white);
  }
  .p-top-concept__head {
    margin-bottom: min(7.3529411765%, 30px);
  }
  .p-top-concept__head-period {
    letter-spacing: -1em;
  }
  .p-top-concept__multiText {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 44px;
  }
  .p-top-concept__multiText-item {
    width: min(45.5958549223%, 352px);
  }
  .p-top-concept__multiText-item + .p-top-concept__multiText-item {
    width: min(48.7046632124%, 376px);
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .p-top-vr__inner {
    width: min(75.390625%, 772px);
    padding: clamp(60px, 9.765625%, 100px) 0 clamp(72px, 9.765625%, 100px);
  }
  .p-top-vr__title {
    margin-bottom: min(7.7720207254%, 60px);
  }
  .p-top-vr__links {
    gap: min(3.125vw, 32px);
  }
  .p-top-vr__links::before {
    width: min(27.4611398964%, 212px);
  }
  .p-top-access__header {
    aspect-ratio: 1024/500;
    background-image: url("../images/top/access_sp@2x.png");
  }
  .p-top-access__header-inner {
    width: min(75.390625%, 772px);
  }
  .p-top-access__body-inner {
    width: min(75.390625%, 772px);
    padding: clamp(40px, 7.8125%, 80px) 0 clamp(72px, 9.765625%, 100px);
  }
  .p-top-access__routeMap {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .p-top-access__routeMap-textBlock {
    grid-area: 1/1;
  }
  .p-top-access__routeMap-imgBlock {
    grid-area: 2/1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
    margin-top: clamp(50px, 10.3626943005%, 80px);
  }
  .p-top-access__routeMap-imgBlock img {
    width: 100vw;
    max-width: 100%;
  }
  .p-top-access__station {
    gap: 40px 60px;
    margin-top: clamp(60px, 10.3626943005%, 80px);
  }
  .p-top-access__station-item {
    width: calc((100% - 60px) / 2);
    max-width: 330px;
  }
  .p-top-access__station-item.-notes {
    max-width: none;
  }
  .p-top-access__station-notes {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-top-hero__box {
    width: min(87.6923076923%, 544px);
    margin: auto;
    padding: clamp(30px, 4.8828125%, 50px) 0;
  }
  .p-top-hero__title {
    width: 100%;
    max-width: 400px;
  }
  .p-top-concept__textBlock {
    padding: 54px 0 60px;
  }
  .p-top-concept__textBlock-inner {
    width: min(87.6923076923%, 544px);
  }
  .p-top-concept__multiText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .p-top-concept__multiText-item {
    width: 100% !important;
  }
  .p-top-vr__inner {
    width: min(87.6923076923%, 544px);
  }
  .p-top-vr__links {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 20px;
  }
  .p-top-vr__link:first-child {
    grid-area: 1/1;
  }
  .p-top-vr__link:first-child a {
    aspect-ratio: 1040/720;
  }
  .p-top-vr__link:first-child a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-access__header {
    aspect-ratio: 390/400;
  }
  .p-top-access__header-inner {
    width: min(87.6923076923%, 544px);
  }
  .p-top-access__body-inner {
    width: min(87.6923076923%, 544px);
  }
  .p-top-access__station {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-access__station-item {
    width: 100%;
    max-width: 282px;
  }
}