@charset "UTF-8";
.l-header {
  background: none;
}
.l-header .-logoW {
  display: none;
}
.l-header .-logoN {
  display: block;
}
.l-header .l-header__btns__btn--sub {
  color: #FFF;
}
.l-header .l-header__hamburger::before, .l-header .l-header__hamburger::after {
  color: #FFF;
}
.l-header.scrollact, .l-header.is-act {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
}
@media screen and (max-width: 768px) {
  .l-header.scrollact, .l-header.is-act {
    backdrop-filter: none;
  }
}
.l-header.scrollact .l-header__btns__btn--sub, .l-header.is-act .l-header__btns__btn--sub {
  color: #417794;
}
.l-header.scrollact .-logoW, .l-header.is-act .-logoW {
  display: block;
}
.l-header.scrollact .-logoN, .l-header.is-act .-logoN {
  display: none;
}
.l-header.scrollact .l-header__hamburger::before, .l-header.scrollact .l-header__hamburger::after, .l-header.is-act .l-header__hamburger::before, .l-header.is-act .l-header__hamburger::after {
  color: #000;
}

.l-container {
  padding-top: 0 !important;
}

.l-content {
  overflow: initial;
  overflow-x: clip;
}

#main {
  display: none;
}

.mvArea {
  position: relative;
  background: #000;
}
@media screen and (max-width: 768px) {
  .mvArea {
    position: relative;
    width: 100%;
  }
  .mvArea.-fin {
    height: auto;
  }
}

.opv-wraper {
  position: relative;
  width: 100%;
  background: #000;
}
@media screen and (max-width: 768px) {
  .opv-wraper {
    z-index: 1;
  }
}

video.opv {
  width: 100%;
  vertical-align: bottom;
}
.mv-area {
  background: #000;
}
.mv {
  position: relative;
}
.mv figcaption {
  position: absolute;
  bottom: 3px;
  left: 10px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

/*
video.opv {
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  margin: 0 calc(50% - 50vw);
  min-width: 100%;
  text-align: center;
  height: 100%;
  source {
    display: block;
    object-fit: cover;
    width: 100%;
  }
}

*/
.skip {
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  z-index: 1000000;
}
@media screen and (max-width: 768px) {
  .skip {
    font-size: 11px;
    padding: 5px 10px;
  }
}

.p-mv {
  position: relative;
}

.p-mv__text {
  position: absolute;
  top: 0;
  right: 0%;
  width: 100%;
  z-index: 10;
}
.p-mv__img figcaption {
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
}

.p-content-area {
  background-color: #f2f3f7;
  padding-top: 52px;
  padding-bottom: 176px;
}
@media screen and (max-width: 768px) {
  .p-content-area {
    padding-bottom: 205px;
  }
}

.c-main-copy {
  text-align: center;
  font-size: clamp(23.2px, 2.089vw, 34.8px);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-main-copy {
    font-size: 20px;
  }
}
.c-main-copy span {
  font-size: 20px;
}

.p-point {
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.3fr 1fr 1.5fr;
  grid-template-columns: 2.3fr 1fr 1.5fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid #000;
  width: min(83.573vw, 1392px);
  font-weight: 300;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-point {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-right: none;
  }
}

.p-point__item {
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-point__item {
    padding: 10px;
    border-left: none;
    display: block;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .p-point__item:last-child {
    border-bottom: 1px solid #000;
  }
}

.p-point__line {
  font-size: 12px;
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .p-point__line {
    margin-bottom: 0;
  }
}

.p-point__station-row {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-point__station-row {
    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;
  }
}

.p-point__station {
  font-size: clamp(17.6px, 1.585vw, 26.4px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-point__station {
    font-size: 18px;
    text-align: center;
  }
}
.p-point__station span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .p-point__station span {
    font-size: 27px;
  }
}

.p-point__cap {
  font-size: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-point__cap {
    font-size: 9px;
    text-align: center;
  }
}
.p-point__cap span {
  display: block;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-point__cap span {
    display: none;
  }
}

.p-entry {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-entry {
    margin-top: 30px;
  }
}

.p-entry__heading {
  text-align: center;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .p-entry__heading {
    font-size: 20px;
  }
}

.p-entry__text {
  margin-top: 18px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-entry__text {
    font-size: 14px;
    margin-top: 4px;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 #487895;
            box-shadow: 0 0 0 0 #487895;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 #487895;
            box-shadow: 0 0 0 0 #487895;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.p-entry__btn {
  width: 340px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-entry__btn {
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__btn {
    width: 220px;
    margin-top: 20px;
  }
}
@media (hover: hover) {
  .p-entry__btn:hover {
    -webkit-animation: ripple 1.5s infinite;
            animation: ripple 1.5s infinite;
  }
}

.p-info {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 74px;
  background-image: url(../img/top/bg.png);
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-info {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 68px;
}
@media screen and (max-width: 768px) {
  .p-info__inner {
    display: block;
  }
}

.p-info__heading {
  font-size: 20px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-info__heading {
    text-align: center;
    font-size: 13px;
  }
}

.p-info__block-heading {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-info__block-heading {
    font-size: 16px;
    text-align: center;
    margin-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .p-info__text {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
  }
}

.p-appeal {
  background-image: url(../img/top/bg2.png);
  background-size: cover;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-appeal {
    margin-top: 20px;
    padding-top: 50px;
    display: block;
  }
}

.p-appeal__map {
  position: absolute;
  top: 150px;
  right: 0;
  width: 35vw;
}
@media screen and (max-width: 768px) {
  .p-appeal__map {
    display: none;
  }
}

.p-appeal__text-area {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .p-appeal__text-area {
    max-width: 308px;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-appeal__text-area {
    position: sticky;
    top: clamp(96px, 8.646vw, 144px);
    left: 0;
    z-index: 2;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 50px;
  }
}

.p-appeal__heading {
  font-size: 30px;
  letter-spacing: 0.25em;
  line-height: 1.6666666667;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-appeal__heading {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
.p-appeal__heading::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #86909e;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-appeal__text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-appeal__text {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0.004em;
    margin-top: 20px;
    padding-left: 20px;
  }
}

.p-appeal__img {
  width: 39vw;
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-appeal__img {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-appeal__img {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-appeal__img figcaption {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-appeal__img figcaption {
    display: none;
  }
}
.p-appeal__img img {
  will-change: transform;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-appeal__img img {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.p-link-area {
  margin-top: 137px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-link-area {
    margin-top: 22px;
  }
}
.p-link-area::before {
  content: "";
  display: block;
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  background-image: url(../img/top/bg3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-link__text-area {
  position: relative;
}
.p-link__text-area.-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-right: 130px;
}
@media screen and (max-width: 768px) {
  .p-link__text-area.-plan {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-link__text-area.-tar {
  text-align: right;
}

.p-link {
  position: relative;
}
.p-link.-right {
  margin-left: auto;
}
.p-link.-design {
  width: 72%;
}
@media screen and (min-width: 1400px) {
  .p-link.-design {
    width: 69%;
  }
}
@media screen and (min-width: 1600px) {
  .p-link.-design {
    width: 66%;
  }
}
@media screen and (min-width: 1860px) {
  .p-link.-design {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .p-link.-design {
    width: calc(100% - 20px);
  }
}
.p-link.-location {
  width: 91%;
  margin-top: 48vw;
}
@media screen and (max-width: 768px) {
  .p-link.-location {
    padding-bottom: 40px;
    width: 100%;
    padding-top: 50px;
    margin-top: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .p-link.-location .p-link__text-area {
    padding-right: 20px;
  }
}
.p-link.-access {
  width: 85.8%;
  margin-top: 142px;
}
@media screen and (max-width: 768px) {
  .p-link.-access {
    margin-top: 220px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-link.-access .p-link__text-area {
    padding-left: 20px;
  }
}
.p-link.-plan {
  width: 91%;
  margin-top: 18vw;
  padding-top: 36vw;
}
@media screen and (max-width: 768px) {
  .p-link.-plan {
    margin-top: 200px;
    width: 100%;
    padding-top: 135px;
  }
}
@media screen and (max-width: 768px) {
  .p-link.-plan .p-link__text-area {
    padding-right: 20px;
  }
}
.p-link.-quality {
  width: 85.8%;
  padding-top: 19vw;
  margin-top: 7vw;
}
@media screen and (max-width: 768px) {
  .p-link.-quality {
    margin-top: 0;
    width: 100%;
    padding-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-link.-quality .p-link__text-area {
    padding-left: 20px;
  }
}
.p-link.-brand {
  width: 91%;
  margin-top: 20vw;
  padding-top: 10vw;
}
@media screen and (max-width: 768px) {
  .p-link.-brand {
    margin-top: 220px;
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-link.-brand .p-link__text-area {
    padding-right: 20px;
  }
}

.p-link__heading {
  font-size: 40px;
  position: relative;
  letter-spacing: 0.06em;
  color: #33556c;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .p-link__heading {
    font-size: 20px;
    letter-spacing: 0.06em;
    padding-bottom: 10px;
  }
}
.p-link__heading::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #33556c;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-link__heading.-design {
    width: 30%;
  }
}
.p-link__heading.-design::after {
  right: 0;
  width: 73vw;
}
@media screen and (max-width: 768px) {
  .p-link__heading.-design::after {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-link__heading.-access {
    width: 30%;
  }
}
.p-link__heading.-access::after {
  left: 0;
  width: 73vw;
}
@media screen and (max-width: 768px) {
  .p-link__heading.-location {
    width: 40%;
    margin-left: auto;
  }
}
.p-link__heading.-location::after {
  right: 0;
  width: 73vw;
}
@media screen and (max-width: 768px) {
  .p-link__heading.-location::after {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .p-link__heading.-plan {
    width: 40%;
    margin-left: auto;
  }
}
.p-link__heading.-plan::after {
  right: 0;
  width: 73vw;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-link__heading.-quality {
    width: 32%;
  }
}
.p-link__heading.-quality::after {
  left: 0;
  width: 73vw;
}
@media screen and (max-width: 768px) {
  .p-link__heading.-brand {
    width: 27%;
    margin-left: auto;
  }
}
.p-link__heading.-brand::after {
  right: 0;
  width: 73vw;
}

.p-link__text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-link__text {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

.p-link__link {
  display: block;
  position: relative;
  z-index: 6;
  width: 127px;
}
@media screen and (max-width: 768px) {
  .p-link__link {
    width: 41px;
  }
}
.p-link__link.-design {
  margin-top: 3%;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .p-link__link.-design {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-link__link.-location {
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-link__link.-location {
    margin-top: 20px;
  }
}
.p-link__link.-access {
  margin-top: 6%;
}
.p-link__link.-quality {
  margin-top: 6%;
}
.p-link__link.-brand {
  margin-top: 3%;
  margin-left: auto;
}
@media (hover: hover) {
  .p-link__link:hover {
    opacity: 0.2;
  }
}

.c-design-img {
  pointer-events: none;
  position: absolute;
  top: 81.4px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-design-img {
    top: 18.5%;
    width: 75%;
  }
}
.c-design-img figcaption {
  right: 20px;
  bottom: 24%;
}
@media screen and (max-width: 768px) {
  .c-design-img figcaption {
    bottom: 0;
    right: 10px;
  }
}

.c-location-img {
  width: 82%;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-location-img {
    width: 100%;
    bottom: auto;
    top: 12%;
  }
}
.c-location-img figcaption {
  color: #fff;
  right: 50px;
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .c-location-img figcaption {
    left: auto;
    right: 10px;
  }
}

.c-access-img {
  width: 85.8vw;
  pointer-events: none;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-access-img {
    width: 100%;
    top: 43px;
  }
}
.c-access-img figcaption {
  color: #fff;
  right: 10px;
  bottom: 10px;
}

.c-plan-img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-plan-img figcaption {
  color: #fff;
  left: 10px;
  bottom: 13%;
}
@media screen and (max-width: 768px) {
  .c-plan-img figcaption {
    bottom: 0;
    left: 15%;
    color: #707070;
  }
}

.c-quality-img {
  width: 85.8vw;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-quality-img {
    width: 100%;
    top: 0;
  }
}
.c-quality-img figcaption {
  right: 38%;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-quality-img figcaption {
    right: 15%;
    color: #707070;
  }
}

.c-brand-img {
  width: 90%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-brand-img {
    width: 100%;
    top: 43px;
  }
}
.c-brand-img figcaption {
  color: #fff;
  left: 10px;
  bottom: 10px;
}

.c-card-cap {
  font-size: 13px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-card-cap {
    font-size: 10px;
  }
}
/*# sourceMappingURL=top.css.map */