/*========= Hero Image ===============*/
.p-top-hero {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;

}
.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__cap {
  position: absolute;
  right: 0;
  top: 92vh;
  padding-right: clamp(30px, 5.952vw - 34.2857px, 80px);
  color: white;
  font-size: 10px;
  font-family: var(--font-serif);
}
.p-top-hero__box {
  position: absolute;
  left: 0;
  top: 84vh;
  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;
  padding-top: 100vh;
}
.p-top-concept__item {
  display: grid;
  grid-template: "img text"/55% 1fr;
}
.p-top-concept__item.-reverse {
  grid-template: "text img"/45% 1fr;
}
.p-top-concept__item.-reverse .p-top-concept__textBlock-inner {
  justify-self: end;
  padding-right: min(9vw, 130px);
  padding-left: 0;
}
.p-top-concept__item.-reverse .p-top-concept__caption {
  left: auto;
  right: 30px;
}
.p-top-concept__item.-concept .p-top-concept__caption {
  bottom: 55px;
}
.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: 180px 0 150px 0;
  color: var(--white);
}
.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;
     object-position: bottom;
}
.p-top-concept__caption,
.p-top-access__caption {
  position: absolute;
  right: 30px;
  bottom: 20px;
  padding: 2px 6px 3px;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 10px;
  text-align: right;
  line-height: 2;
  font-weight: 500;
}
.p-top-concept__title {
  /* margin-bottom: 100px; */
  color: var(--white);
  font-size: 52px;
}
.p-top-concept__head {
  margin-bottom: 48px;
  margin-top: 100px;
}
.c-headText02 {
  margin-top: 90px;
}
.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: 90px;
  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/850;
  background: url("../images/top/access@2x.png") center center/cover no-repeat;
  position: relative;
}
.p-top-access__header-inner {
  width: min(86.4583%, 1260px);
  margin: auto;
  padding: 300px 0px 130px 0;
}
.p-top-access__title {
  color: var(--white);
}
.p-top-access__body {
  color: var(--white);
  background: #313131 url(../images/top/texture_03@2x.png) no-repeat 100%;
  background-size: cover;
}
.p-top-access__body-inner {
  width: min(86.4583333333%, 1260px);
  margin: auto;
  padding: min(11.1111111111%, 120px) 0 min(12.962962963%, 140px);
}
.p-top-access__routeMap {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 110px;
}
.p-top-access__routeMap-textBlock {
  color: var(--white);
  width: 410px;
}
.p-top-access__station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
  margin-top: 80px;
}
.p-top-access__station-item {
  width: calc(25%);
}
.p-top-access__station-item.-notes {
  max-width: 330px;
  width: 100%;
  margin-left: 60px;
  margin-top: 30px;
}
.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: 85dvh;
    background-color: var(--mid_gray);
    position: initial;
  }
  .p-top-hero__img {
    position: relative;
    height: 85vh;
  }
  .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: initial;
    background: url(../images/top/texture_01_sp@2x.png) no-repeat 100%, #222C38;
    background-size: cover;
    padding: 50px;
  }
  .p-top-hero__cap {
    top: -6vh;
  }
  .p-top-hero__title {
    width: clamp(400px, 53.125%, 544px);
  }
  .p-top-concept {
    padding-top: initial;
  }
  .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: clamp(3.75rem, 1.3297rem + 6.7114vw, 5.625rem) 0 clamp(4.375rem, 1.1479rem + 8.9485vw, 6.875rem);
  }
  .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);
    font-size: min(4.4921875vw, 46px);
  }
  .p-top-concept__head {
    margin-bottom: min(7.3529411765%, 40px);
    margin-top: initial;
  }
  .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 {
    background: #313131 url(../images/top/texture_04_sp@2x.png) no-repeat 100%;
    background-size: cover;
  }
  .p-top-access__body-inner {
    width: min(75.390625%, 772px);
    padding: clamp(3.125rem, -0.1021rem + 8.9485vw, 5.625rem) 0 clamp(4.375rem, -0.4656rem + 13.4228vw, 8.125rem);
  }
  .p-top-access__routeMap {
    padding-bottom: clamp(3.125rem, 0.7047rem + 6.7114vw, 5rem);
  }
  .p-top-access__routeMap-textBlock {
    display: flex;
    width: 100%;
  }
  .only-route-wrap-left {
    width: 33%;
  }
  .only-route-wrap-right {
    width: 67%;
  }
  .p-top-access__routeMap-imgBlock {
    min-height: auto;
    margin-top: clamp(3.75rem, 2.1365rem + 4.4743vw, 5rem);
  }
  .p-top-access__routeMap-imgBlock img {
    width: 100vw;
    max-width: 100%;
  }
  .p-top-access__station {
    gap: 50px 60px;
    margin-top: clamp(3.75rem, 2.1365rem + 4.4743vw, 5rem);
  }
  .p-top-access__station-item {
    width: calc((100% - 60px) / 2);
    max-width: 330px;
  }
  .p-top-access__station-item.-notes {
    margin-left: initial;
    margin-top: initial;
    align-self: self-end;
  }
  .p-top-access__station-notes {
    width: 100%;
  }
  .text-entrance .p-top-concept__textBlock-inner,
  .text-room .p-top-concept__textBlock-inner {
    display: flex;
  }
  .only-entrance-wrap-left {
    width: 35%;
  }
  .only-room-wrap-left {
    width: 30%;
  }
  .only-entrance-wrap-right {
    width: 65%;
  }
  .only-room-wrap-right {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  /* .p-top-hero {
    height: 70dvh;
  }
  .p-top-hero__img {
    height: 70vh;
  } */
  .p-top-hero__box {
    padding: 30px 24px;
  }
  .p-top-hero__title {
    width: 100%;
    max-width: 400px;
  }
  .p-top-concept__title {
    font-size: min(9.743589743589745vw, 38px);
    margin-bottom: min(15.384615384615385vw, 60px);
  }
  .p-top-concept__head {
    margin-bottom: min(9.743589743589745vw, 38px);
  }
  .p-top-concept__textBlock {
    padding: 60px 0 70px;
  }
  .p-top-concept__textBlock-inner {
    width: min(87.6923076923%, 544px);
    flex-direction: column;
  }
  .only-entrance-wrap-left,
  .only-entrance-wrap-right,
  .only-room-wrap-left,
  .only-room-wrap-right,
  .only-route-wrap-left,
  .only-route-wrap-right {
    width: 100%;
  }
  .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-concept__imgBlock {
    height: 400px;
  }
  .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 {
    width: 100%;
    height: 300px;
  }
  .p-top-access__header-inner {
    width: min(87.6923076923%, 544px);
  }
  .p-top-access__body-inner {
    width: min(87.6923076923%, 544px);
    padding: 50px 0 70px;
  }
  .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-textBlock {
    flex-direction: column;
  }
  .p-top-access__title {
    margin-bottom: min(15.384615384615385vw, 60px);
  }
  .p-top-access__routeMap-imgBlock {
    margin-top: min(15.384615384615385vw, 60px);
  }
  .p-top-access__routeMap {
    padding-bottom: min(12.82051282051282vw, 50px);
  }
  .p-top-access__station {
    margin-top: min(12.82051282051282vw, 50px);
    gap: 40px;
  }
}

/* //////////////////////2023 ラグゼナ平塚用CSS//////////////////////// */

/* /////////TOPページテキスト背景///////// */

.text-concept {
  background: url(../images/top/texture_01@2x.png) no-repeat 100%, linear-gradient(180deg, rgb(67,88,111), rgb(34,44,56));
  background-size: cover;
}
.text-entrance {
  background: url(../images/top/texture_02@2x.png) no-repeat 100%, linear-gradient(180deg, rgb(123,98,77), rgb(62,49,39));
  background-size: cover;
}
.text-room {
  background: url(../images/top/texture_03@2x.png) no-repeat 100%, linear-gradient(180deg, rgb(87,74,70), rgb(17,15,14));
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .text-concept {
    background: url(../images/top/texture_02_sp@2x.png) no-repeat 100%, linear-gradient(180deg, rgb(67,88,111), rgb(34,44,56));
    background-size: cover;
  }
  .text-entrance {
    background: url(../images/top/texture_03_sp@2x.png) no-repeat 100%, linear-gradient(180deg, rgb(123,98,77), rgb(62,49,39));
    background-size: cover;
  }
  .text-room {
    background: url(../images/top/texture_03_sp@2x.png) no-repeat 100%, linear-gradient(180deg, rgb(87,74,70), rgb(17,15,14));
    background-size: cover;
  }
}