body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-feature-settings: "palt";
  color: #2b415f;
  letter-spacing: 0.1em;
}

.u-mobile {
  display: none;
}

.p-mv {
  background: #f9fafb url("../images/bg_mv.webp") center center/cover no-repeat;
  height: 100vh;
  padding-top: 6.25rem;
  position: relative;
}

.p-mv__inner {
  height: 100%;
  position: relative;
  z-index: 1;
}

.p-mv__wrap {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: inherit;
  overflow: hidden;
}

.p-mv__content {
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.p-mv__head {
  font-size: 0.8125rem;
  left: 1.875rem;
  line-height: 1.6923076923;
  position: absolute;
  top: 1.875rem;
  z-index: 1;
}

.p-mv__mainTitle {
  font-family: "Jost", sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-mv__mainTitle > span {
  display: inline-block;
  position: relative;
}

.p-mv__mainTitle > span > span {
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.5s;
}

.p-mv__mainTitle.is-active > span > span {
  opacity: 1;
}

.p-mv__mainTitle > span::before {
  background-color: #2b415f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}

.p-mv__mainTitle.is-active span::before {
  animation: bgAnime 1s forwards;
}

.p-mv__mainTitle > span:nth-child(3)::before {
  animation-delay: 0.5s !important;
}

.p-mv__mainTitle > span:nth-child(3) > span {
  transition-delay: 1s !important;
}

.p-mv__subTitle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  max-width: 23.4375rem;
}

.p-mv__subTitle path {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-miterlimit: 50;
}

.p-mv__subTitle svg {
  width: 100%;
}

.p-mv__lead {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3125;
  margin-top: 2.5rem;
  text-align: center;
}

.p-mv__illust {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.875rem;
  max-width: 13.125rem;
  padding-bottom: 0.625rem;
  padding-left: 2.1875rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  position: relative;
}

.p-mv__illust-noanime {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.875rem;
  max-width: 14.375rem;
  height: auto;
  position: relative;
}

.p-mv__animation img {
  position: absolute;
}

.p-mv__animation img:nth-child(1) {
  animation: leftAnime steps(2) 2s infinite;
  bottom: 1rem;
  left: 3.875rem;
  width: 7.375rem;
}

.p-mv__animation img:nth-child(2) {
  animation: rotateAnime steps(1) 2s infinite;
  animation-delay: 0.25s;
  bottom: 1rem;
  left: 0;
  width: 3.125rem;
}

.p-mv__animation img:nth-child(3) {
  animation: rotateAnime steps(1) 4s infinite;
  bottom: 0;
  right: 0.875rem;
  width: 2.625rem;
}

.p-mv__animation img:nth-child(4) {
  animation: rotateAnime steps(1) 1.75s infinite;
  left: 0;
  top: 0;
  width: 3.125rem;
}

.p-mv__animation img:nth-child(5) {
  animation: rightAnime steps(1) 2s infinite;
  animation-delay: 0.625s;
  right: 0.9375rem;
  top: 0;
  width: 2.625rem;
}

.p-mv__animation img:nth-child(6) {
  animation: rotateAnime steps(1) 1.5s infinite;
  bottom: 2rem;
  right: 0;
  width: 2.125rem;
}

.p-mv__scroll {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100vh;
}

.p-mv__imgs > div {
  animation: infiniteScroll1 100s -50s linear infinite;
  height: inherit;
}

.p-mv__imgs > div:nth-child(2) {
  animation: infiniteScroll2 100s 0s linear infinite;
}

.p-mv__imgs.--reverse > div {
  animation-direction: reverse;
}

.p-mv__img {
  height: 33.3333333333%;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 485/300;
  height: 100%;
  max-width: none;
  max-width: initial;
  object-fit: cover;
  width: 100%;
}

.p-mv__btns {
  bottom: -2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
  left: max(3.125rem, 50% - 44.0625rem);
  position: absolute;
  width: 36.875rem;
}

.p-mv__btn {
  max-width: 17.5rem;
}

.p-mv__btn a {
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}

.p-mv__btn a:hover {
  opacity: 0.8;
}

.p-mv__treat span {
  animation: move;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 0.625rem;
  box-shadow: 1.25rem 1.25rem 0.5rem currentColor;
  color: #fff;
  height: 1.25rem;
  position: absolute;
  width: 1.25rem;
}

.p-mv__treat span:nth-child(1) {
  animation-delay: -90s;
  animation-duration: 134s;
  left: 15%;
  top: 35%;
  transform-origin: 20vw 16vh;
}

.p-mv__treat span:nth-child(2) {
  animation-delay: -150s;
  animation-duration: 86s;
  left: 32%;
  top: 90%;
  transform-origin: 12vw -10vh;
}

.p-mv__treat span:nth-child(3) {
  animation-delay: -117s;
  animation-duration: 30s;
  left: 38%;
  top: 17%;
  transform-origin: -10vw 22vh;
}

.p-mv__treat span:nth-child(4) {
  animation-delay: -80s;
  animation-duration: 61s;
  right: 95%;
  top: 25%;
  transform-origin: 8vw -2vh;
}

.p-mv__treat span:nth-child(5) {
  animation-delay: -129s;
  animation-duration: 126s;
  left: 27%;
  top: 70%;
  transform-origin: 18vw -17vh;
}

.p-mv__treat span:nth-child(6) {
  animation-delay: -69s;
  animation-duration: 34s;
  right: 92%;
  top: 32%;
  transform-origin: 10vw 20vh;
}

.p-mv__treat span:nth-child(7) {
  animation-delay: -29s;
  animation-duration: 67s;
  left: 12%;
  top: 91%;
  transform-origin: 0vw -23vh;
}

.p-mv__treat span:nth-child(8) {
  animation-delay: -71s;
  animation-duration: 138s;
  right: 95%;
  top: 22%;
  transform-origin: 5vw 15vh;
}

.p-mv__treat span:nth-child(9) {
  animation-delay: -31s;
  animation-duration: 36s;
  left: 1%;
  top: 26%;
  transform-origin: 16vw 19vh;
}

.p-mv__treat span:nth-child(10) {
  animation-delay: -119s;
  animation-duration: 62s;
  right: 99%;
  top: 90%;
  transform-origin: 5vw 4vh;
}

.p-mv__treat span:nth-child(11) {
  animation-delay: -150s;
  animation-duration: 24s;
  right: 93%;
  top: 5%;
  transform-origin: 17vw 22vh;
}

.p-mv__treat span:nth-child(12) {
  animation-delay: -37s;
  animation-duration: 32s;
  left: 34%;
  top: 17%;
  transform-origin: -16vw 25vh;
}

.p-mv__treat span:nth-child(13) {
  animation-delay: -162s;
  animation-duration: 30s;
  left: 22%;
  top: 32%;
  transform-origin: 0vw -5vh;
}

.p-mv__treat span:nth-child(14) {
  animation-delay: -16s;
  animation-duration: 150s;
  right: 71%;
  top: 52%;
  transform-origin: -4vw 21vh;
}

.p-mv__treat span:nth-child(15) {
  animation-delay: -45s;
  animation-duration: 34s;
  left: 2%;
  top: 42%;
  transform-origin: 0vw 5vh;
}

.p-mv__treat span:nth-child(16) {
  animation-delay: 0s;
  animation-duration: 35s;
  left: 10%;
  top: 15%;
  transform-origin: 3vw 10vh;
}

.p-mv__treat span:nth-child(17) {
  animation-delay: -120s;
  animation-duration: 16s;
  left: 5%;
  top: 45%;
  transform-origin: 20vw 16vh;
}

.p-mv__treat span:nth-child(18) {
  animation-delay: -90s;
  animation-duration: 134s;
  left: 20%;
  top: 62%;
  transform-origin: 1vw 16vh;
}

.p-mv__treat span:nth-child(19) {
  animation-delay: -120s;
  animation-duration: 28s;
  left: 25%;
  top: 75%;
  transform-origin: -2vw -2vh;
}

.p-mv__treat span:nth-child(20) {
  animation-delay: -120s;
  animation-duration: 20s;
  left: 15%;
  top: 35%;
  transform-origin: 10vw 16vh;
}

.p-mv1 {
  padding-top: 6.25rem;
}

.p-mv1__body {
  position: relative;
}

.p-mv1__bg {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.p-mv1__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv1__slider {
  margin-left: auto;
  margin-top: -18.75rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.p-mv1__pc {
  width: 39.375rem;
}

.p-mv1__sp {
  margin-left: auto;
  margin-top: -18.75rem;
  position: relative;
  width: 8.125rem;
  z-index: 1;
}

.p-mv1__PCslider {
  left: 50%;
  position: absolute;
  top: 3.25rem;
  transform: translateX(-50%);
  width: 28.125rem;
}

.p-mv1__PCslider picture {
  aspect-ratio: 450/290;
}

.p-mv1__PCslider picture img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv1__SPslider {
  border-radius: 0.9375rem;
  left: 42%;
  overflow: hidden;
  perspective: 100px;
  position: absolute;
  top: 0.5rem;
  transform: translateX(-50%);
  width: 7.5rem;
}

.p-mv1__SPslider picture {
  aspect-ratio: 107/289;
  border-radius: 0.9375rem;
  overflow: hidden;
  transform: perspective(300px) rotateY(-10deg);
  transform-origin: center right;
}

.p-mv1__SPslider picture img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-mv2 {
  overflow: hidden;
  position: relative;
  padding-top: 6.25rem;
}

.p-mv2 .p-mv__head {
  padding-top: 6.25rem;
}

.p-mv2__wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  height: inherit;
}

.p-mv2__wrap > div {
  height: 100%;
}

.p-mv2__bigSlider .slick-list {
  height: 100%;
}

.p-mv2__bigSlider .slick-track {
  height: 100%;
}

.p-mv2__img {
  height: inherit;
}

.p-mv2__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-mv2__slider {
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
}

.p-mv2__content {
  aspect-ratio: 1;
  background: url("../images/mv2/bg.png") center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.p-mv2__content .p-mv__mainTitle {
  font-size: 4.625rem;
}

.p-mv2__content .p-mv__lead {
  font-size: 1rem;
}

.p-mv2__slider1 > div {
  height: 100%;
}

.p-mv2__slider1 > div picture {
  aspect-ratio: 1;
  height: 50%;
}

.p-mv2__slider1 > div picture img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-mv2__slider2 > div {
  height: 100%;
}

.p-mv2__slider2 > div picture {
  aspect-ratio: 1;
  height: 50%;
}

.p-mv2__slider2 > div picture img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-mv2__fade {
  height: 50%;
}

.p-mv3 {
  background: #f9fafb url("../images/bg_mv.webp") center center/cover no-repeat;
  min-height: 800px;
  overflow: hidden;
  margin-top: 6.5rem;
  position: relative;
  padding-top: 1.5rem;
}

.p-mv3__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 34.875rem;
}

.p-mv3__title svg {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: all 1s;
}

.p-mv3__title.is-active svg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.p-mv3__lead {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-mv__illust.--3 {
  margin-top: 9.375rem;
  transform: scale(2);
}

.p-mv3__text {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 9.375rem;
  text-align: center;
}

.p-mv3__img1 {
  left: calc(50% - 32.8125rem);
  position: absolute;
  top: 10rem;
  width: 12.5rem;
}

.p-mv3__img2 {
  left: calc(50% - 40.3125rem);
  position: absolute;
  top: 26.25rem;
  width: 17.5rem;
}

.p-mv3__img3 {
  position: absolute;
  right: calc(50% - 36.25rem);
  top: 11.25rem;
  width: 16.25rem;
}

.p-mv3__img4 {
  position: absolute;
  right: calc(50% - 41.25rem);
  top: 31.75rem;
  width: 13.75rem;
}

.p-mv3__slider {
  margin-left: calc(50% - 50vw);
  margin-top: 5.625rem;
  width: 100vw;
}

.p-mv4 {
  background: #f9fafb url("../images/bg_mv.webp") center center/cover no-repeat;
  height: 100vh;
  max-height: 1000px;
  min-height: 800px;
  overflow: hidden;
  position: relative;
}

.p-mv4 .p-mv__head {
  padding-top: 6.25rem;
}

.p-mv4__inner {
  height: 100%;
}

.p-mv4__img {
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 130rem;
}

.p-mv4__content {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 34.375rem;
  z-index: 1;
}

.p-mv5 {
  background: #f9fafb url("../images/bg_mv.webp") center center/cover no-repeat;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  position: relative;
}

.p-mv5__inner {
  max-width: 93.75rem;
}

.p-mv5__wrap {
  grid-gap: 5.3125rem;
  align-items: center;
  display: grid;
  gap: 5.3125rem;
  grid-template-columns: 1fr 54.375rem;
  height: 100%;
}

.p-mv5__title {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  max-width: 26.25rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

.p-mv5__title.is-active {
  opacity: 1;
  transform: translateY(0);
}

.p-mv5__title span:nth-child(1) {
  display: block;
  max-width: 11.875rem;
  width: 100%;
}

.p-mv5__title span:nth-child(2) {
  display: block;
  margin-left: auto;
  max-width: 17.1875rem;
  position: relative;
  width: 100%;
}

.p-mv5__title span:nth-child(2)::before {
  background: url("../images/mv5/circle_01.png") center center/contain no-repeat;
  content: "";
  height: 4.5625rem;
  position: absolute;
  right: -2.625rem;
  top: -3.4375rem;
  width: 4.625rem;
}

.p-mv5__title span:nth-child(3) {
  display: block;
  max-width: 16.5625rem;
  position: relative;
  width: 100%;
}

.p-mv5__title span:nth-child(3)::before {
  background: url("../images/mv5/circle_02.png") center center/contain no-repeat;
  content: "";
  height: 3.4375rem;
  left: -2.1875rem;
  position: absolute;
  top: -2.1875rem;
  width: 3.4375rem;
}

.p-mv5__title span:nth-child(4) {
  display: block;
  margin-left: auto;
  max-width: 10.9375rem;
  width: 100%;
}

.p-mv5__title span img {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.p-mv5__main {
  max-width: 54.375rem;
  position: relative;
  width: 45.3125vw;
}

.p-mv5__slider {
  width: 100%;
}

.p-mv5__slider picture {
  aspect-ratio: 940/608;
  border-radius: 3.4375rem;
  overflow: hidden;
}

.p-mv5__img {
  position: absolute;
  z-index: 1;
}

.p-mv5__img.--1 {
  animation: rotateAnime steps(1) 4s infinite;
  left: 5rem;
  top: -4.0625rem;
  width: min(10.4166666667vw, 12.5rem);
}

.p-mv5__img.--2 {
  animation: rotateAnime steps(1) 2s infinite;
  right: 4.5rem;
  top: -4.5rem;
  width: min(6.09375vw, 7.3125rem);
}

.p-mv5__img.--3 {
  animation: rotateAnime steps(1) 1.75s infinite;
  right: 3.4375rem;
  top: -5rem;
  width: min(7.8125vw, 9.375rem);
}

.p-mv5__img.--4 {
  animation: rightAnime steps(1) 2s infinite;
  bottom: 10.625rem;
  right: max(-8.3333333333vw, -10rem);
  width: min(4.6875vw, 5.625rem);
}

.p-mv5__img.--5 {
  animation: rotateAnime steps(1) 1.5s infinite;
  bottom: 3.125rem;
  right: -5.875rem;
  width: min(7.8125vw, 9.375rem);
}

.p-mv5__img.--6 {
  animation: rightAnime steps(1) 2s 0.5s infinite;
  bottom: -6.25rem;
  left: 3.5rem;
  width: min(5.46875vw, 6.5625rem);
}

.p-mv5__img.--7 {
  animation: leftAnime steps(2) 2s infinite;
  bottom: -3.4375rem;
  left: max(-8.3333333333vw, -10rem);
  width: min(17.4479166667vw, 20.9375rem);
}

.p-mv5__img.--8 {
  animation: rightAnime steps(1) 1.25s infinite;
  left: max(-11.7708333333vw, -14.125rem);
  top: -6.25rem;
  width: min(14.84375vw, 17.8125rem);
}

.p-mv5__bottomText {
  bottom: -3.5rem;
  position: absolute;
  right: max(-7.8125vw, -9.375rem);
  width: min(42.9166666667vw, 51.5rem);
}

.p-mv6__inner {
  max-width: 93.75rem;
}

.p-mv6__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.p-mv6__wrap {
  align-items: center;
  display: flex;
  gap: 5.3125rem;
  justify-content: center;
}

.p-mv6__main {
  max-width: 58.125rem;
  width: 48.4375vw;
}

.p-mv6__main svg {
  width: 100%;
}

.p-mv6__slider picture img {
  -o-object-fit: cover;
  aspect-ratio: 930/640;
  object-fit: cover;
}

.p-mv6__slider1 {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.p-mv6__slider1 picture {
  margin-left: 1.25rem;
  max-width: 74.375rem;
  width: 61.9791666667vw;
}

.p-mv6__slider2 {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.p-mv6__slider2 picture {
  margin-left: 1.25rem;
  max-width: 97.5rem;
  width: 81.25vw;
}

html {
  overflow-x: hidden;
}

@media screen and (max-width: 1440px) {
  .p-mv2__content .p-mv__mainTitle {
    font-size: 3.25rem;
  }

  .p-mv2__content .p-mv__subTitle svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .p-mv {
    aspect-ratio: 1280/800;
    height: auto;
  }

  .p-mv__content {
    height: 100%;
  }

  .p-mv__scroll {
    height: 500px;
  }

  .p-mv4 {
    max-height: 700px;
    min-height: 600px;
  }

  .p-mv4__img {
    /* left: 55%; */
    width: 150%;
  }
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }

  .u-mobile {
    display: block;
  }

  .p-mv {
    aspect-ratio: unset;
    background: none;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 6.25rem;
  }

  .p-mv__wrap {
    background: #f9fafb url("../images/bg_mv.webp") center center/cover no-repeat;
    display: block;
  }

  .p-mv__content {
    background: #f9fafb;
    height: 40.625rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .p-mv__content {
    height: 28.125rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }

  .p-mv__head {
    font-size: 0.875rem;
    left: auto;
    left: initial;
    position: relative;
    text-align: center;
    top: auto;
    top: initial;
  }

  .p-mv__head {
    font-size: 0.625rem;
  }

  .p-mv__mainTitle {
    font-size: 5.125rem;
    margin-top: 1rem;
  }

  .p-mv__mainTitle {
    font-size: 3.25rem;
  }

  .p-mv__subTitle {
    max-width: 18.75rem;
  }

  .p-mv__subTitle {
    max-width: 15.625rem;
  }

  .p-mv__lead {
    font-size: 0.75rem;
    margin-top: 1.5rem;
  }

  .p-mv__illust {
    margin-top: 0.625rem;
  }

  .p-mv__scroll {
    display: block;
    height: 21.875rem;
    height: auto;
    min-height: 21.875rem;
  }

  .p-mv__scroll {
    height: 9.375rem;
    min-height: 9.375rem;
  }

  .p-mv__imgs {
    display: flex;
    height: 50%;
  }

  .p-mv__imgs > div {
    animation: infiniteScrollX1 80s -40s linear infinite;
    display: flex;
    height: 100%;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-mv__imgs > div:nth-child(2) {
    animation: infiniteScrollX2 80s 0s linear infinite;
  }

  .p-mv__imgs.--reverse > div {
    animation: infiniteScrollX1 80s -40s linear infinite reverse;
  }

  .p-mv__imgs.--reverse > div:nth-child(2) {
    animation: infiniteScrollX2 80s 0s linear infinite reverse;
  }

  .p-mv__img {
    height: auto;
    width: 33.3333333333vw;
  }

  .p-mv__btns {
    bottom: auto;
    bottom: initial;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    left: auto;
    left: initial;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    position: relative;
    width: 90%;
  }

  .p-mv__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .p-mv1__body {
    height: 21.25rem;
  }

  .p-mv1__bg {
    height: 100%;
  }

  .p-mv1__bg img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
  }

  .p-mv1__content {
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .p-mv1__slider {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
  }

  .p-mv1__pc {
    width: 18.75rem;
  }

  .p-mv1__sp {
    margin-top: -12.75rem;
    transform: scale(0.5);
    transform-origin: right;
  }

  .p-mv1__PCslider {
    top: 1.75rem;
    width: 13.125rem;
  }

  .p-mv2__wrap {
    display: block;
  }

  .p-mv2__content .p-mv__mainTitle {
    font-size: 1.75rem;
  }

  .p-mv2__content .p-mv__subTitle svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .p-mv2__content .p-mv__lead {
    font-size: 0.625rem;
  }

  .p-mv2 .p-mv__head {
    left: 1.25rem;
    position: absolute;
    text-align: left;
    top: 0.625rem;
  }

  .p-mv3 {
    min-height: auto;
    /* padding-top: 1.25rem; */
  }

  .p-mv__illust.--3 {
    margin-top: 6.25rem;
    transform: scale(1);
  }

  .p-mv3__text {
    margin-top: 6.25rem;
  }

  .p-mv3__img1 {
    left: 1.25rem;
    top: 16.25rem;
    width: 7.5rem;
  }

  .p-mv3__img2 {
    left: 2.1875rem;
    top: 31.875rem;
    width: 6.25rem;
  }

  .p-mv3__img3 {
    right: 0.9375rem;
    top: 18.75rem;
    width: 6.25rem;
  }

  .p-mv3__img4 {
    right: 1.875rem;
    top: 31.25rem;
    width: 5rem;
  }

  .p-mv3__slider {
    margin-top: 2.8125rem;
  }

  .p-mv3__slider img {
    width: 125rem;
  }

  .p-mv4 {
    max-height: 700px;
    min-height: 500px;
  }

  .p-mv4__img {
    left: 55%;
    width: 200%;
  }

  .p-mv4__content {
    /* height: calc(100% - 6.25rem); */
    height: 100%;
    margin-bottom: 1.25rem;
    max-width: 18.75rem;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }

  .p-mv5 {
    height: auto;
    min-height: 600px;
    padding-bottom: 1.875rem;
    padding-top: 3.125rem;
  }

  .p-mv5__wrap {
    display: block;
  }

  .p-mv5__title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125rem;
    max-width: 18.75rem;
  }

  .p-mv5__title span:nth-child(1) {
    max-width: 10rem;
  }

  .p-mv5__title span:nth-child(2) {
    max-width: 12.5rem;
  }

  .p-mv5__title span:nth-child(3) {
    max-width: 13.75rem;
  }

  .p-mv5__title span:nth-child(4) {
    max-width: 8.75rem;
  }

  .p-mv5__main {
    margin-top: 3.125rem;
    width: 100%;
  }

  .p-mv5__img.--1 {
    left: 2.5rem;
    top: -1.875rem;
    width: 6.25rem;
  }

  .p-mv5__img.--2 {
    right: 0rem;
    top: 2.25rem;
    width: 3.625rem;
  }

  .p-mv5__img.--3 {
    right: -0.625rem;
    top: -2.5rem;
    width: 4.6875rem;
  }

  .p-mv5__img.--4 {
    bottom: 5rem;
    right: -1.25rem;
    width: 2.8125rem;
  }

  .p-mv5__img.--5 {
    bottom: -1.5625rem;
    right: -0.625rem;
    width: 4.6875rem;
  }

  .p-mv5__img.--6 {
    bottom: -0.625rem;
    left: 1.25rem;
    width: 3.125rem;
  }

  .p-mv5__img.--7 {
    bottom: -1.25rem;
    left: -1.25rem;
    width: 9.375rem;
  }

  .p-mv5__img.--8 {
    left: -1.25rem;
    top: -3.125rem;
    width: 8.75rem;
  }

  .p-mv5__bottomText {
    bottom: 0rem;
    right: -0.625rem;
    width: 12.5rem;
    z-index: 10;
  }

  .p-mv6__wrap {
    display: block;
  }

  .p-mv6__main {
    margin-top: 2.5rem;
    width: 100%;
  }

  .p-mv6__slider {
    width: 100%;
  }

  .p-mv6__slider1 picture {
    width: 37.1875rem;
  }

  .p-mv6__slider2 picture {
    width: 48.75rem;
  }
}

@media screen and (max-width: 480px) {
  .p-mv4 .p-mv__head {
    padding-top: 0.5em;
  }

  .p-mv4 .l-inner {
    padding: 0;
  }

  .p-mv4__content {
    max-height: 45%;
    max-width: 100%;
    padding-top: 4rem;
  }

  .p-mv4__img {
    width: 103%;
    top: 75%;
    left: 50%;
  }
}

@keyframes bgAnime {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }

  50% {
    transform: scaleX(1);
    transform-origin: left;
  }

  51% {
    transform-origin: right;
  }

  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes leftAnime {
  50% {
    transform: translateX(-3%);
  }
}

@keyframes rightAnime {
  50% {
    transform: translateX(-3%);
  }
}

@keyframes rotateAnime {
  50% {
    transform: rotate(5deg);
  }
}

@keyframes infiniteScroll1 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes infiniteScroll2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-200%);
  }
}

@keyframes infiniteScrollX1 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes infiniteScrollX2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

/*# sourceMappingURL=mv.css.map */
