@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --js-windowWidth: 0;
  --js-scrollbarWidth: 0;
  --js-viewHeight: 0;
  --js-headerHeight: 0;
}

.mv {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.mv * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.mv img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mv button, .mv a {
  -webkit-tap-highlight-color: transparent;
}
.mv button {
  font: inherit;
}

.mv-main {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mv-main .mv-large-copy {
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-size: 71px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.11em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 52px;
  pointer-events: none;
  z-index: 9999;
}
@media screen and (min-width: 1281px) {
  .mv-main .mv-large-copy {
    font-size: 3.6979166667vw;
    bottom: 56px;
  }
}
@media screen and (min-width: 769px) {
  .mv-main .mv-large-copy {
    font-size: 5.546875vw;
    bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .mv-main .mv-large-copy {
    font-size: 8.8vw;
    text-align: left;
    bottom: 66px;
  }
}
.mv-main .mv-large-copy span {
  font-size: 0.68em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .mv-main .mv-large-copy br.pc-hide {
    display: none;
  }
}
.mv-main .swiper-wrapper {
  align-items: stretch;
  position: relative;
}
.mv-slide {
  width: 100%;
  height: 590px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1280/590;
}
@media screen and (min-width: 1281px) and (orientation: landscape) {
  .mv-slide {
    /*For device width */
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mv-slide {
    /*For device width */
    height: calc(100vh - var(--js-headerHeight));
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide {
    height: auto;
    min-height: auto;
    max-height: none;
    align-items: flex-start;
    aspect-ratio: 375/520;
  }
}
.mv-slide__inner {
  width: min(100% - 40px, 1145px);
  min-height: 590px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding: 60px 0 150px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1281px) {
  .mv-slide__inner {
    width: min(100% - 2.0833333333vw, 59.6354166667vw);
    min-height: 30.7291666667vw;
    padding: 3.125vw 0 7.8125vw;
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__inner {
    width: min(100% - 3.125vw, 89.453125vw);
    min-height: 46.09375vw;
    padding: 4.6875vw 0 11.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__inner {
    width: min(100% - 13.3333333333vw, 86.6666666667vw);
    min-height: auto;
    padding: 10.6666666667vw 0 40vw;
  }
}
.mv-slide__logo {
  width: auto;
  height: 50px;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  .mv-slide__logo {
    height: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__logo {
    height: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__logo {
    height: 10.6666666667vw;
  }
}
.mv-slide__logo:not(:has(img)) {
  display: none;
}
.mv-slide__logo:not(:has(img)) + .mv-slide__label {
  margin-top: 0;
}
.mv-slide__logo img {
  width: auto;
  height: 100%;
  display: block;
}
.mv-slide__label {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  margin: 1em 0 0;
  padding: 0.2em 1em 0.1em;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .mv-slide__label {
    font-size: 0.7291666667vw;
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__label {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__label {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
.mv-slide__label + .mv-slide__title {
  margin-top: 20px;
}
@media screen and (min-width: 1281px) {
  .mv-slide__label + .mv-slide__title {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__label + .mv-slide__title {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__label + .mv-slide__title {
    margin-top: 3.7333333333vw;
  }
}
.mv-slide__label::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .mv-slide__label br.pc-hide {
    display: none;
  }
}
.mv-slide__title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 0;
}
@media screen and (min-width: 1281px) {
  .mv-slide__title {
    font-size: 1.5625vw;
    margin: 1.0416666667vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__title {
    font-size: 2.34375vw;
    margin: 1.5625vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__title {
    font-size: 5.8666666667vw;
    letter-spacing: 0;
    margin: 3.7333333333vw 0 0;
  }
}
.mv-slide__title strong {
  text-shadow: 0 0 12px rgb(0, 0, 0);
}
@media screen and (min-width: 1281px) {
  .mv-slide__title strong {
    text-shadow: 0 0 0.625vw rgb(0, 0, 0);
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__title strong {
    text-shadow: 0 0 0.9375vw rgb(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__title strong {
    text-shadow: 0 0 3.2vw rgb(0, 0, 0);
  }
}
.mv-slide__lead {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-shadow: 0 0 8px rgb(0, 0, 0);
}
@media screen and (min-width: 1281px) {
  .mv-slide__lead {
    font-size: 0.9375vw;
    text-shadow: 0 0 0.4166666667vw rgb(0, 0, 0);
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__lead {
    font-size: 1.40625vw;
    text-shadow: 0 0 0.625vw rgb(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__lead {
    font-size: 4.2666666667vw;
    text-shadow: 0 0 2.1333333333vw rgb(0, 0, 0);
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__lead br.pc-hide {
    display: none;
  }
}
.mv-slide__btn {
  width: auto;
  min-width: 250px;
  min-height: 58px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  border-radius: 100vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto 0 0;
  padding: 12px 60px 12px 34px;
  position: relative;
  transition: color 0.3s, background 0.3s;
}
@media screen and (min-width: 1281px) {
  .mv-slide__btn {
    min-width: 13.0208333333vw;
    min-height: 3.0208333333vw;
    font-size: 0.8333333333vw;
    padding: 0.625vw 3.125vw 0.625vw 1.7708333333vw;
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__btn {
    min-width: 19.53125vw;
    min-height: 4.53125vw;
    font-size: 1.25vw;
    padding: 0.9375vw 4.6875vw 0.9375vw 2.65625vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__btn {
    min-width: 53.3333333333vw;
    min-height: 11.7333333333vw;
    font-size: 3.7333333333vw;
    padding: 3.2vw 16vw 3.2vw 9.0666666667vw;
    margin: 10.6666666667vw 0 0;
  }
}
.mv-slide__btn::after {
  content: "";
  width: 21px;
  height: 11px;
  mask: url(../../images/mv/icon_arrow.svg) no-repeat center/contain;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
  right: 31px;
  translate: 0 -50%;
  transition: background 0.3s;
}
@media screen and (min-width: 1281px) {
  .mv-slide__btn::after {
    width: 1.09375vw;
    height: 0.5729166667vw;
    right: 1.6145833333vw;
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__btn::after {
    width: 1.640625vw;
    height: 0.859375vw;
    right: 2.421875vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__btn::after {
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    right: 8vw;
  }
}
.mv-slide__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
@media screen and (min-width: 1281px) {
  .mv-slide__btn:focus-visible {
    outline-width: 0.15625vw;
    outline-offset: 0.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .mv-slide__btn:focus-visible {
    outline-width: 0.234375vw;
    outline-offset: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-slide__btn:focus-visible {
    outline-width: 0.8vw;
    outline-offset: 1.0666666667vw;
  }
}
.mv-slide__btn--brightyellow {
  background: #E99F00;
}
.mv-slide__btn--brightyellow:hover {
  color: #E99F00;
  background: #1a1a1a;
}
.mv-slide__btn--brightyellow:hover::after {
  background: #E99F00;
}
.mv-slide__btn--yellow {
  background: #E6C153;
}
.mv-slide__btn--yellow:hover {
  color: #E6C153;
  background: #1a1a1a;
}
.mv-slide__btn--yellow:hover::after {
  background: #E6C153;
}
.mv-slide__btn--sky {
  background: #4BB3EB;
}
.mv-slide__btn--sky:hover {
  color: #4BB3EB;
  background: #1a1a1a;
}
.mv-slide__btn--sky:hover::after {
  background: #4BB3EB;
}
.mv-slide__btn--blue {
  background: #2C69C9;
  color: #fff;
}
.mv-slide__btn--blue::after {
  background: #fff;
}
.mv-slide__btn--blue:hover {
  color: #2C69C9;
  background: #fff;
}
.mv-slide__btn--blue:hover::after {
  background: #2C69C9;
}
.mv-slide__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.mv-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-controls-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mv-controls-wrap {
    margin-top: 30px;
  }
}
.mv-controls-wrap .mv-controls {
  padding: 0 15px;
  border-radius: 100vw;
  background: #003f91;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.mv-controls__pagination {
  width: auto !important;
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.mv-controls__pagination .swiper-pagination-bullet {
  width: 34px;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
  background: #fff;
  position: relative;
  opacity: 1;
}
.mv-controls__pagination .swiper-pagination-bullet::before {
  content: "";
  height: 100%;
  background: #2C69CB;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-controls__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active ~ .swiper-pagination-bullet)::before {
  width: 100%;
}
.mv-controls__pagination:not(.is-paused) .swiper-pagination-bullet-active::before {
  width: 100%;
  animation: expandWidth 6s linear alternate;
}
@keyframes expandWidth {
  /* アニメーション開始時：幅0% */
  0% {
    width: 0%;
  }
  /* アニメーション終了時：幅100% */
  100% {
    width: 100%;
  }
}

.mv-controls__arrow,
.mv-controls__autoplay {
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
  flex: 0 0 auto;
  position: relative;
}
.mv-controls__arrow:focus-visible,
.mv-controls__autoplay:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.mv-controls__arrow {
  width: 11px;
  height: 12px;
}
.mv-controls__arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
}

.mv-controls__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.mv-controls__arrow--next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.mv-controls__autoplay {
  width: 40px;
  height: 40px;
}
.mv-controls__autoplay::before {
  content: "";
  width: 7px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-controls__autoplay.is-paused::before {
  width: 0;
  height: 0;
  border-left: 8px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  transform: translate(-35%, -50%);
}

.content-links {
  width: min(100% - 40px, 1145px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1em 8px;
  margin: 90px auto 0;
}
@media screen and (max-width: 1023px) {
  .content-links {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .content-links {
    width: min(100% - 32px, 1145px);
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
    margin-top: 48px;
  }
}
.content-links .content-link {
  height: auto;
  transition: opacity 0.3s;
}
.content-links .content-link:hover {
  opacity: 0.45;
}
.content-links .content-link:focus-visible {
  outline: 3px solid #003f91;
  outline-offset: 4px;
  opacity: 0.45;
}
.content-links .content-link__img {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 280/120;
  position: relative;
}
.content-links .content-link__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.content-links .content-link__text {
  margin-top: 16px;
  padding-left: 26px;
  display: block;
  position: relative;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .content-links .content-link__text {
    margin-top: 12px;
    font-size: 13px;
  }
}
.content-links .content-link__text::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #003f91;
  position: absolute;
  top: 0.33em;
  left: 0;
}
.content-links .content-link__text::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: calc(.33em + 5px);
  left: 5px;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .content-links .content-link__text br.pc-hide {
    display: none;
  }
}

.dev > * {
  box-shadow: 0 0 3px 3px red inset;
}
.dev > * > * {
  box-shadow: 0 0 3px 3px blue inset;
}
.dev > * > * > * {
  box-shadow: 0 0 3px 3px green inset;
}
.dev > * > * > * > * {
  box-shadow: 0 0 3px 3px purple inset;
}
.dev > * > * > * > * > * {
  box-shadow: 0 0 3px 3px yellow inset;
}
.dev > * > * > * > * > * > * {
  box-shadow: 0 0 3px 3px black inset;
}
.dev > * > * > * > * > * > * > * {
  box-shadow: 0 0 3px 3px pink inset;
}
.dev > * > * > * > * > * > * > * > * {
  box-shadow: 0 0 3px 3px orange inset;
}
/*# sourceMappingURL=maps/mv.css.map */
