@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- splash

================================================ */
.p-splash {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  pointer-events: none;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 30;
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
}

.p-splash.-fadeOut {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.p-splash1 {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  position: relative;
  background: linear-gradient(60deg, rgb(0, 0, 0) 0%, rgb(77, 77, 77) 100%);
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}

.p-splash1.-fadeOut {
  opacity: 0;
  visibility: hidden;
}

.p-splash1__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 550px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 3s ease-in, visibility 3s ease-in;
  transition: opacity 3s ease-in, visibility 3s ease-in;
}

.p-splash1__txt.-fadeIn {
  opacity: 1;
  visibility: visible;
}

.p-splash2 {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 3s ease-in, visibility 3s ease-in;
  transition: opacity 3s ease-in, visibility 3s ease-in;
}

.p-splash2.-fadeIn {
  opacity: 1;
  visibility: visible;
}

.p-splash2__photo {
  width: 100%;
}
.p-splash2__photo img {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-splash2__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 566px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-in, visibility 1s ease-in;
  transition: opacity 1s ease-in, visibility 1s ease-in;
}

.p-splash2__txt.-fadeIn {
  opacity: 1;
  visibility: visible;
}

.p-splash__video {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}

.p-splash__video.-fadeOut {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-splash1__txt {
    width: 345px;
  }
  .p-splash2__photo img {
    -o-object-position: 12.5% 100%;
       object-position: 12.5% 100%;
  }
  .p-splash2__txt {
    width: 350px;
  }
}
/* ================================================

- MV

================================================ */
.top-header {
  display: none;
}

.top-mv__inner {
  position: relative;
}

.top-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.703vw;
  height: 100%;
  padding: 4.531vw 0 0;
  background-color: rgba(12, 90, 155, 0.6);
}

.top-mv__content__inner {
  padding: 0 4.375vw;
}

.top-mv__logo {
  width: 32.891vw;
}

.top-mv__zeb {
  width: 23.672vw;
  margin-top: 1.484vw;
}

.top-mv__nav {
  margin-top: 4.609vw;
}

.top-mv__nav__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.547vw;
  padding-left: 1.563vw;
  position: relative;
}
.top-mv__nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.938vw;
  height: 1.094vw;
  background-color: transparent;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.top-mv__nav__item a span {
  letter-spacing: 0.06em;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top-mv__nav__item a span.-en {
  font-size: 1.484vw;
}
.top-mv__nav__item a span.-jp {
  font-size: 1.094vw;
}
.top-mv__nav__item a:hover::before {
  background-color: #FFFFFF;
}

.top-mv__nav__item:not(:first-of-type) {
  margin-top: 1.797vw;
}

.top-mv__btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 1.563vw;
  margin-top: 4.844vw;
}

.top-mv__btns__list dt.top-mv__btns__ttl {
  font-size: 1.484vw;
  letter-spacing: 0.22em;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.top-mv__btns__list dd.top-mv__btns__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0.625vw;
  margin-top: 0.547vw;
}

.top-mv__btns__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 10.938vw;
  min-height: 3.438vw;
  padding: 0 1.172vw;
  border: solid 1px #FFFFFF;
  background-color: #003F75;
}
.top-mv__btns__btn a span {
  padding-right: 1.172vw;
  font-size: 1.328vw;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  position: relative;
}
.top-mv__btns__btn a span::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.68%209%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0c3.67%2C1.26%2C7.19%2C2.86%2C10.68%2C4.5%2C0%2C0-.96.45-.96.45-3.17%2C1.49-6.38%2C2.91-9.71%2C4.05%2C3-1.86%2C6.13-3.44%2C9.29-4.95v.9C6.13%2C3.44%2C3%2C1.86%2C0%2C0h0Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.742vw;
  height: 0.703vw;
}

.top-mv__btns__btn.-vr a {
  width: 16.25vw;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-header {
    display: block;
  }
  .top-mv__inner {
    position: relative;
  }
  .top-mv__content {
    display: none;
  }
  .top-mv__nav__item a::before {
    background-color: #FFFFFF;
  }
}