/*========= Hero Image ===============*/
.p-top-hero {
  position: relative;
  height: 100svh;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
.p-top-hero::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/main@2x.png) no-repeat center bottom;
  background-size: cover;
}
.p-top-hero .figcaption {
  position: absolute;
  right: 0;
  bottom: 80px;
  padding-right: 80px;
  color: white;
  font-size: 10px;
  font-family: var(--font-serif);
}
.p-top-hero__box {
  position: absolute;
  left: 0;
  bottom: 80px;
  padding-left: 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"/calc(50% + 90px) 1fr;
  background: -webkit-gradient(linear, left top, left bottom, from(#726D5F), to(#454139));
  background: linear-gradient(to bottom, #726D5F 0%, #454139 100%);
}
.p-top-concept__item.-reverse {
  grid-template: "text img"/1fr calc(50% + 90px);
}
.p-top-concept__item.-reverse .p-top-concept__textBlock {
  background: url(../images/top/texture_concept@2x.png) no-repeat left top;
  background-size: cover;
}
.p-top-concept__item.-reverse .p-top-concept__textBlock-inner {
  justify-self: end;
  padding-right: min(6.8vw, 130px);
  padding-left: 0;
}
.p-top-concept__item.-rooftop {
  background: -webkit-gradient(linear, left top, left bottom, from(#728483), to(#475252));
  background: linear-gradient(to bottom, #728483 0%, #475252 100%);
}
.p-top-concept__item.-rooftop .p-top-concept__textBlock {
  background: url(../images/top/textture_rooftop@2x.png) no-repeat left top;
  background-size: cover;
}
.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(35%, 180px) 0;
  color: var(--white);
  background: url(../images/top/texture_01@2x.png) no-repeat right top;
  background-size: cover;
}
.p-top-concept__textBlock-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(86.4583333333%, 540px);
  padding-left: min(6.8vw, 130px);
}
.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;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 10px;
}
.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(20%, 90px);
  padding-top: min(20%, 90px);
  border-top: 1px solid var(--white);
}

.p-top-vr {
  background: url(../images/top/texture_vr@2x.png) no-repeat center top, transparent -webkit-gradient(linear, left top, left bottom, from(#767676), to(#3E3E3E)) 0% 0% no-repeat;
  background: url(../images/top/texture_vr@2x.png) no-repeat center top, transparent linear-gradient(180deg, #767676 0%, #3E3E3E 100%) 0% 0% no-repeat;
  background-size: cover, auto;
}
.p-top-vr__inner {
  width: min(86.4583333333%, 1260px);
  margin: auto;
  padding: min(18.5185185185%, 160px) 0;
}
.p-top-vr__title {
  margin-bottom: 60px;
  text-transform: none;
  color: var(--white);
}
.p-top-vr__links {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.p-top-vr__links::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(30.2380952381%, 381px);
  aspect-ratio: 762/339;
  background: url("../images/top/bg_360.png") no-repeat 0 0;
  background-size: contain;
  translate: -5% -90% 0;
}
.p-top-vr__link {
  position: relative;
}
.p-top-vr__link:first-child {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-top-vr__link:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/2;
}
.p-top-vr__link:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.p-top-vr__link a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-top-vr__link a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-vr__link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px inset;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px inset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-vr__link a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top-vr__link a:hover::before {
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

.p-top-access__img {
  display: none;
}
.p-top-access__header {
  position: relative;
  height: 850px;
  background: url("../images/top/access@2x.png") center center/cover no-repeat;
}
.p-top-access__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: min(86.4583%, 1260px);
  height: 100%;
  margin: auto;
  padding: 0 0 125px;
}
.p-top-access__title {
  margin-bottom: 100px;
  color: var(--white);
}
.p-top-access__catch {
  max-width: 460px;
  color: var(--white);
}
.p-top-access__caption {
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 10px;
}
.p-top-access__body {
  color: var(--white);
  background: #3e3e3e url(../images/top/texture_access@2x.png) center center/cover no-repeat;
}
.p-top-access__body-inner {
  width: min(86.4583333333%, 1260px);
  margin: auto;
  padding: min(11.1111111111%, 130px) 0 min(14.8148148148%, 160px);
}
.p-top-access__routeMap {
  padding-bottom: 130px;
  border-bottom: 1px solid white;
}
.p-top-access__station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
.p-top-access__station-item {
  width: calc(25% - 40px);
}
.p-top-access__station-item.-notes {
  -webkit-box-flex: 0.1;
      -ms-flex-positive: 0.1;
          flex-grow: 0.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.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: calc(100vh - 170px);
    height: calc(100svh - 170px);
    margin-bottom: 170px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .p-top-hero::before {
    background: url(../images/top/main_sp@2x.png) no-repeat center bottom/cover;
  }
  .p-top-hero .figcaption {
    bottom: 30px;
    padding-right: 30px;
  }
  .p-top-hero__box {
    width: 100%;
    height: 170px;
    padding: 50px 50px;
    bottom: -170px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0, 0.7) 100%);
    background-size: cover;
  }
  .p-top-hero__title {
    max-width: 100%;
  }
  .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__item.-concept .p-top-concept__textBlock-inner {
    display: block;
  }
  .p-top-concept__item.-rooftop {
    background: -webkit-gradient(linear, left top, left bottom, from(#728483), to(#475252));
    background: linear-gradient(to bottom, #728483 0%, #475252 100%);
  }
  .p-top-concept__item.-rooftop .p-top-concept__textBlock {
    background: url(../images/top/texture_03_sp@2x.png) no-repeat left top;
    background-size: cover;
  }
  .p-top-concept__textBlock {
    padding: min(7.8125%, 80px) 0 min(9.765625%, 100px);
  }
  .p-top-concept__textBlock-inner {
    display: grid;
    grid-template-columns: 1.09fr 2fr;
    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 {
    grid-row: 1/3;
    grid-column: 1/2;
    margin-bottom: min(7.7720207254%, 60px);
    color: var(--white);
  }
  .p-top-concept__head {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: min(7.3529411765%, 30px);
  }
  .p-top-concept__head-period {
    letter-spacing: -1em;
  }
  .p-top-concept__text {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .p-top-concept__multiText {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 44px;
  }
  .p-top-concept__multiText-item {
    width: min(43.5233160622%, 336px);
  }
  .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: 16px;
  }
  .p-top-vr__links::before {
    width: min(27.4611398964%, 212px);
  }
  .p-top-vr__link:first-child {
    grid-row: 1/1;
    grid-column: 1/3;
  }
  .p-top-vr__link:nth-child(2) {
    grid-row: 2/2;
    grid-column: 1/2;
  }
  .p-top-vr__link:nth-child(3) {
    grid-row: 2/2;
    grid-column: 2/3;
  }
  .p-top-access {
    background: #313131 url(../images/top/texture_04_sp@2x.png) center center/cover no-repeat;
  }
  .p-top-access__img {
    position: relative;
    display: block;
  }
  .p-top-access__imgCaption {
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 0;
    color: var(--white);
    font-family: var(--font-serif);
    font-size: 10px;
  }
  .p-top-access__header {
    height: auto;
    padding-top: 90px;
    background: none;
  }
  .p-top-access__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: min(75.390625%, 772px);
    height: auto;
    padding-bottom: 0;
  }
  .p-top-access__title {
    -webkit-box-flex: 1.09;
        -ms-flex: 1.09;
            flex: 1.09;
  }
  .p-top-access__catch {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: none;
  }
  .p-top-access__body {
    background: none;
  }
  .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__caption {
    display: none;
  }
  .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 {
    height: calc(100vh - 104px);
    height: calc(100svh - 104px);
    margin-bottom: 104px;
  }
  .p-top-hero .figcaption {
    bottom: 20px;
    padding-right: 24px;
  }
  .p-top-hero__box {
    bottom: -104px;
    height: 104px;
    margin: auto;
    padding: 30px 24px;
  }
  .p-top-hero__title {
    width: 100%;
    max-width: 342px;
  }
  .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 {
    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-vr__links::before {
    content: none;
  }
  .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__img img {
    width: 140%;
  }
  .p-top-access__header {
    padding-top: 50px;
  }
  .p-top-access__header-inner {
    display: block;
    width: min(87.6923076923%, 544px);
  }
  .p-top-access__title {
    margin-bottom: 60px;
  }
  .p-top-access__catch .p-top-concept__head {
    font-size: clamp(10px, 5.641025641vw, 22px);
  }
  .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;
  }
  .p-top-access__routeMap {
    padding-bottom: 50px;
  }
}