@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.p-top {
  background-color: #dcdddd;
}
.p-top-mv {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-top-mv {
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-mv .c-imgBox__cap {
    bottom: 1px;
    right: 1px;
  }
}
.p-top-mv picture {
  width: 100%;
  height: 100%;
}
.p-top-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__catch {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ddb871;
  font-family: "EB Garamond", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60vw;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__catch {
    text-align: center;
    width: 90%;
    bottom: 1.4rem;
  }
}
.p-top-mv__catch .jp-txt {
  width: 34vw;
  display: block;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.5s ease, filter 2s ease;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__catch .jp-txt {
    width: 64vw;
  }
}
.p-top-mv__catch .jp-txt.is-active {
  opacity: 1;
  filter: blur(0px);
}
.p-top-mv__catch .eng-txt {
  white-space: nowrap;
  font-size: clamp(5rem, 7vw, 10.4rem);
  letter-spacing: 1;
  padding-top: 2rem;
  line-height: 0.8;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__catch .eng-txt {
    padding-top: 1rem;
    font-size: clamp(4rem, 11vw, 10rem);
    white-space: normal;
    word-break: keep-all;
    letter-spacing: 0.01em;
  }
}
.p-top-mv__catch .eng-txt__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.3em);
  transition: opacity 0.6s ease, transform 1s ease;
  background: linear-gradient(180deg, rgb(221, 184, 113) 0%, rgb(176, 141, 76) 50%, rgb(176, 128, 33) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px rgb(85, 85, 85)) drop-shadow(1px 1px 5px rgb(24, 24, 24)) drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
.p-top-mv__catch .eng-txt__char.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .p-top-mv__catch .eng-txt__char.is-space {
    display: block;
    height: 0;
  }
}
.p-top-mv__cap {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.7;
}
.p-top-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}
.p-top-mv__video iframe {
  width: 500%;
  height: 100%;
  display: block;
  pointer-events: none;
  margin-left: -200%;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__video {
    aspect-ratio: 1/1;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-mv #skipButton {
  z-index: 99;
  position: absolute;
  pointer-events: auto;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  background: #c4a893;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-top-mv #skipButton {
    bottom: 1rem;
    left: 1rem;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}

.p-sokyu {
  background-color: #4e4d3c;
  color: #fff;
  width: 100%;
}
.p-sokyu__inner {
  max-width: 120rem;
  margin-inline: auto;
}

.p-sokyu__topwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  gap: 6rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 1080px) {
  .p-sokyu__topwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-sokyu__topwrap {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1rem 0 0.6rem;
  }
}

.p-sokyu__trainline {
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .p-sokyu__trainline {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-sokyu__trainline {
    border-right: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.35);
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0.6rem;
    flex-direction: column;
    align-items: center;
  }
}
.p-sokyu__trainline-line {
  position: absolute;
  top: 0.45em;
  left: 1.4rem;
  display: block;
  font-size: 1.7rem;
  color: #ddb871;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-sokyu__trainline-line {
    top: unset;
    left: -7rem;
    margin-bottom: -1.6lh;
    display: block;
    position: relative;
  }
}
.p-sokyu__trainline-body {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.1em;
  font-size: 2rem;
}
.p-sokyu__trainline-station, .p-sokyu__trainline-label, .p-sokyu__trainline-unit {
  font-size: 2rem;
}
.p-sokyu__trainline-num {
  font-size: 3em;
  line-height: 1;
  color: #ddb871;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.p-sokyu__park {
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .p-sokyu__park {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-sokyu__park {
    padding-top: 1rem;
  }
}
.p-sokyu__park-size {
  position: absolute;
  top: 0.45em;
  left: 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  color: #ddb871;
}
@media only screen and (max-width: 768px) {
  .p-sokyu__park-size {
    top: 1rem;
  }
}
.p-sokyu__park-body {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.1em;
}
.p-sokyu__park-name {
  font-size: 2rem;
}
.p-sokyu__park-catch {
  font-size: 4.8rem;
  line-height: 1.1;
  color: #ddb871;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .p-sokyu__park-catch {
    font-size: 3.4rem;
  }
}

.p-sokyu__bottomwrap {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  .p-sokyu__bottomwrap {
    gap: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-sokyu__bottomwrap {
    display: grid;
    grid-template-columns: 1fr;
    padding: unset;
    gap: unset;
  }
}

.p-sokyu__ldk,
.p-sokyu__south,
.p-sokyu__vari,
.p-sokyu__com {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-sokyu__ldk:last-child,
.p-sokyu__south:last-child,
.p-sokyu__vari:last-child,
.p-sokyu__com:last-child {
  border-right: none;
}
@media only screen and (max-width: 1080px) {
  .p-sokyu__ldk,
  .p-sokyu__south,
  .p-sokyu__vari,
  .p-sokyu__com {
    flex: 0 0 50%;
    align-items: center;
  }
  .p-sokyu__ldk:nth-child(n+3),
  .p-sokyu__south:nth-child(n+3),
  .p-sokyu__vari:nth-child(n+3),
  .p-sokyu__com:nth-child(n+3) {
    border-top: 1px solid rgba(201, 168, 76, 0.35);
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sokyu__ldk,
  .p-sokyu__south,
  .p-sokyu__vari,
  .p-sokyu__com {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.35);
    padding: 1rem 0 0.8rem;
  }
  .p-sokyu__ldk:last-child,
  .p-sokyu__south:last-child,
  .p-sokyu__vari:last-child,
  .p-sokyu__com:last-child {
    border-bottom: none;
  }
  .p-sokyu__ldk:nth-child(n+3),
  .p-sokyu__south:nth-child(n+3),
  .p-sokyu__vari:nth-child(n+3),
  .p-sokyu__com:nth-child(n+3) {
    border-top: none;
    padding-top: 1.2rem;
  }
}

.p-sokyu__ldk-range {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-sokyu__ldk-body {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.2em;
}
.p-sokyu__ldk-main {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #ddb871;
}
.p-sokyu__ldk-main small {
  font-size: 0.8em;
  font-family: "Yu Mincho Pr6N R", "游明朝体 Pr6N R";
}
.p-sokyu__ldk-total {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #ddb871;
}
.p-sokyu__ldk-total small {
  font-size: 0.8em;
  font-family: "Yu Mincho Pr6N R", "游明朝体 Pr6N R";
}

.p-sokyu__south-label {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-sokyu__south-body {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.05em;
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-sokyu__south-num, .p-sokyu__south-dir {
  font-size: 2.4rem;
  line-height: 1;
  color: #ddb871;
  letter-spacing: -0.02em;
}
.p-sokyu__south-unit, .p-sokyu__south-sep {
  font-size: 0.7em;
}
.p-sokyu__south-sep {
  letter-spacing: -0.6rem;
  margin-left: -0.6rem;
}
.p-sokyu__south-note {
  font-size: 0.5em;
  vertical-align: super;
  position: absolute;
  right: -2.4rem;
  top: -0.4rem;
}

.p-sokyu__vari-label {
  display: block;
  font-size: 1.3rem;
  letter-spacing: -0.1em;
  line-height: 1;
}
.p-sokyu__vari-label small {
  letter-spacing: -0.7rem;
}
.p-sokyu__vari-label small.kakko {
  margin-left: -0.5rem;
  letter-spacing: -0.2rem;
}
.p-sokyu__vari-body {
  margin: 0;
  display: flex;
  align-items: baseline;
}
.p-sokyu__vari-main {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #ddb871;
  letter-spacing: -0.1rem;
}

.p-sokyu__com-label {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -0.15em;
  line-height: 1;
}
.p-sokyu__com-body {
  margin: 0;
  display: flex;
  align-items: baseline;
}
.p-sokyu__com-main {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #ddb871;
}

.p-top-conc__koku {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/947;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-top-conc__koku {
    aspect-ratio: 1/1;
  }
}
.p-top-conc__bg, .p-top-conc__light, .p-top-conc__txt {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: transform 7s ease;
}
.p-top-conc__bg img, .p-top-conc__light img, .p-top-conc__txt img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top-conc__koku.is-active--scale .p-top-conc__bg,
.p-top-conc__koku.is-active--scale .p-top-conc__train,
.p-top-conc__koku.is-active--scale .p-top-conc__light,
.p-top-conc__koku.is-active--scale .p-top-conc__txt {
  transform: scale(1);
}
.p-top-conc__train {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  opacity: 0.7;
  clip-path: inset(0 100% 0 0);
  transition: transform 7s ease, clip-path 1s ease;
}
.p-top-conc__train img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
.p-top-conc__train.is-active--train {
  clip-path: inset(0 0% 0 0);
}
.p-top-conc__light img {
  opacity: 0;
  mix-blend-mode: screen;
}
.p-top-conc__light.is-active--light img {
  animation: kokuLight 5s ease forwards;
}
.p-top-conc__txt {
  opacity: 0;
  transition: transform 7s ease, opacity 0.6s ease;
}
.p-top-conc__txt.is-active--txt {
  opacity: 1;
}
.p-top-conc__main {
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .p-top-conc__main {
    width: 70%;
    top: 3rem;
  }
}
.p-top-conc__copywrap {
  background-color: #4e4d3c;
}
.p-top-conc__copy {
  font-size: 1.8rem;
  text-align: center;
  padding: 6rem 5%;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-top-conc__copy {
    font-size: 1.4rem;
  }
}

@keyframes kokuLight {
  0% {
    opacity: 0;
    filter: brightness(1);
  }
  30% {
    opacity: 1;
    filter: brightness(2);
  }
  100% {
    opacity: 0;
    filter: brightness(1);
  }
}
@supports (-webkit-hyphens: none) {
  @keyframes kokuLight {
    0% {
      opacity: 0;
      filter: brightness(1);
    }
    30% {
      opacity: 0.5;
      filter: brightness(1.5);
    }
    100% {
      opacity: 0;
      filter: brightness(1);
    }
  }
}
.p-top-map {
  padding: 6rem 0;
  background-color: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .p-top-map {
    padding: 4rem 0;
  }
}
.p-top-map__ttl {
  max-width: 30rem;
  width: 90%;
  font-size: 2.4rem;
  text-align: center;
  margin: 2rem auto;
}
.p-top-map__ttl .eng {
  display: block;
  color: #b08255;
  border-bottom: 1px solid;
  font-family: YakuHanJP, "A1ゴシック L", "A1 Gothic L", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}
.p-top-map__ttl .jp {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  font-weight: 700;
}
.p-top-map__img {
  max-width: 68rem;
  width: 90%;
  margin: 4rem auto;
}
.p-top-map__btn a {
  font-size: 1.7rem;
  font-weight: 500;
  background-color: #4e4d3c;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  width: 90%;
  padding: 1.6rem 4rem;
  border-radius: 1000px;
  margin-inline: auto;
  margin-block: 4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-top-map__btn a {
    font-size: 1.5rem;
    margin-block: 2rem;
  }
}
.p-top-map__btn a:hover {
  background-color: rgb(20.347826087, 20.0869565217, 15.652173913);
  transition: 0.3s;
}

.p-top-divider {
  margin: 0 auto;
  width: 100%;
  max-width: 96rem;
  height: 1px;
  background-color: #144c45;
}

.p-conv-cta {
  padding: 4rem 5%;
}
@media only screen and (max-width: 768px) {
  .p-conv-cta {
    padding: 2rem 5%;
  }
}
.p-conv-cta__ttl {
  font-size: 2.2rem;
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  margin-block: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-conv-cta__ttl {
    margin-block: 1rem;
    font-size: 1.8rem;
  }
}
.p-conv-cta__txt {
  font-size: 1.6rem;
  text-align: center;
  margin-block: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-conv-cta__txt {
    font-size: 1.4rem;
  }
}
.p-conv-cta__btn a {
  font-size: 1.7rem;
  font-weight: 500;
  background-color: #b08255;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  width: 100%;
  padding: 1.6rem 4rem;
  border-radius: 1000px;
  margin-inline: auto;
  margin-block: 4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-conv-cta__btn a {
    font-size: 1.5rem;
    margin-block: 2rem;
    margin-bottom: 3rem;
  }
}
.p-conv-cta__btn a:hover {
  background-color: #766456;
  transition: 0.3s;
}

.bg-lgray {
  background-color: #e6e6e6;
}

.bg-sand {
  background-color: #efe9e0;
}
/*# sourceMappingURL=../../map/top/top.css.map */