.p-fv__txt {
  font-size: 14px;
  font-weight: 700;
}

.pc-none {
  display: block;
}

.p-mv {
  position: relative;
}

.loop_text {
  /* font-family: "Science Gothic", sans-serif;
  font-size: 180px;
  font-weight: 400;
  fill: #fff;
  letter-spacing: 0.2em;
  text-anchor: middle;
  dominant-baseline: middle; */
  font-family: "Science Gothic", sans-serif;
  font-size: 180px;
  font-weight: 400;
  fill: #fff;
  letter-spacing: 0.2em;
  text-anchor: start;
  dominant-baseline: middle;
}

.p-mv__bg {
  position: fixed;
  height: 100svh;
  width: 100vw;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.p-mv__bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vidcover {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.vidcover_change {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: 1s;
  z-index: 1;
}

.p-mv__main {
  position: relative;
  z-index: 1;
  min-height: 100svh;
}

.p-mv__inner {
  position: relative;
  min-height: 100svh;
}

.p-mv__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 93px;
  width: 100%;
}

.p-mv__logo img {
  width: 100%;
  height: auto;
}

.p-mv__content {
  position: absolute;
  left: 20px;
  bottom: 32svh;
  transition: 1s;
}

.p-mv__main .en {
  color: #b2b2b2;
  line-height: 1.6;
  opacity: 0;
  filter: blur(12px);
  transform-origin: left center;
}

.p-mv__main .en.active {
  opacity: 1;
  filter: none;
  transition: 1s;
}

.p-mv__ttl {
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  opacity: 0;
  filter: blur(12px);
  font-family: "Noto Serif JP", serif;
}

.p-mv__ttl.active {
  opacity: 1;
  filter: none;
  transition: 1s;
}

.p-mv__ttl.active b {
  color: #c1151b;
  transition: 1s ease 0.7s;
}

.p-mv__about {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
  padding-inline: 20px;
}

.p-mv__about .p-mv__loop {
  position: absolute;
  opacity: 0.3;
  top: 180px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
}

.p-mv__aboutInner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.p-mv__about .p-mv__ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 1.6;
}

.p-mv__about .p-mv__ttl.active b {
  color: #c1151b;
}

.p-mv__txt {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  margin-top: 36px;
}

.p-mv__txt span {
  display: block;
}

.p-mv__txt span + span {
  margin-top: 1rem;
}

.p-mv__txt b {
  color: #e7380d;
}

.p-mv__loop {
  overflow: hidden;
  width: 100vw;
}

.p-mv__loopTrack {
  display: flex;
  width: max-content;
  animation: mvloop 90s linear infinite;
  gap: 0;
}

.p-mv__loopText {
  font-family: "Science Gothic", sans-serif;
  font-size: 120px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.2em;
  margin-right: 60px;
  flex-shrink: 0;
}

@keyframes mvloop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 641px) {
  .p-fv__txt {
    font-size: 16px;
  }

  .p-mv__logo {
    max-width: 150px;
    width: 100%;
  }

  .p-mv__logo img {
    width: 100%;
  }

  .p-mv__bg {
    position: fixed;
    inset: 0;
    height: 100vh;
    z-index: -1;
  }

  .p-mv__main {
    margin-inline: auto;
    top: 0;
  }

  .p-mv__ttl {
    font-size: 50px;
  }

  .p-mv__content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .p-mv__about {
    max-width: 600px;
    margin-inline: auto;
    padding-bottom: 500px;
  }
}

@media (min-width: 900px) {
  .p-mv__aboutInner {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .p-mv__txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-variant-east-asian: vertical-nums;
    font-size: 16px;
    line-height: 2.3;
    margin-right: 40px;
    text-align: start;
  }

  .p-mv__txt span + span {
    margin-top: 0;
    margin-right: 0.4rem;
  }

  .pc-none {
    display: none;
  }
  .p-mv__about .p-mv__loop {
    top: 580px;
  }

  .p-mv__loopText {
    font-size: 230px;
    margin-right: 160px;
  }
  .p-mv__loopTrack {
    animation: mvloop 120s linear infinite;
  }
}

/* === FV暫定スライダー（Splide fade）2026-05-24 追加 / 本動画完成時はこのブロックごと削除またはコメントアウト === */
.p-mv__bg .p-mv__splide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}

.p-mv__bg .p-mv__splide .splide__track,
.p-mv__bg .p-mv__splide .splide__list,
.p-mv__bg .p-mv__splide .splide__slide {
  height: 100%;
}

.p-mv__bg .p-mv__splide .splide__slide {
  overflow: hidden;
}

.p-mv__bg .p-mv__splide:not(.is-initialized) .splide__slide:not(:first-child) {
  display: none;
}

.p-mv__bg .p-mv__splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.08);
  transform-origin: center center;
}

.p-mv__bg .p-mv__splide .splide__slide.is-active img {
  animation: fvSlowZoom 5200ms linear forwards;
}

@keyframes fvSlowZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

@media (max-width: 640px) {
  .p-mv__bg .p-mv__splide .splide__slide img[src*="fv-slide-01.webp"] {
    object-position: 75% center;
  }
}
/* === FV暫定スライダーCSS ここまで === */
