/* ================================
Main Visual
================================ */
.p-top-mv {
  position: relative;
  z-index: 0;
  height: 100svh;
}
.p-top-mv::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 3.5vh;
  display: block;
  width: 100vw;
  aspect-ratio: 1920/142;
  background: url(../img/top/mv-round_object.png) no-repeat bottom center/cover;
}
.p-top-mv::after {
  content: "";
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100svh - 3.5vh - 7.4vw);
  background-color: #FFDE7B;
}
.p-top-mv__catch {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90.5vw;
  max-height: calc(100svh - min(6.3vw, 120px));
  aspect-ratio: 1738/745;
}
.p-top-mv__catch img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    height: calc(var(--ivh) * 100);
    padding: 10rem 0 8.2vh;
  }
  .p-top-mv::before {
    bottom: 2.2rem;
    aspect-ratio: 750/32;
    background: url(../img/top/mv-round_object_sp.png) no-repeat bottom center/cover;
  }
  .p-top-mv::after {
    height: calc(100% - 1.1rem - 2.2rem + 1px);
  }
  .p-top-mv__catch {
    width: 100vw;
    max-height: initial;
    aspect-ratio: 1500/2122;
  }
}

.p-page-mv {
  position: relative;
  z-index: 0;
  padding: 9.5rem 0 0;
}
.p-page-mv::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 3.5rem;
  display: block;
  width: 100vw;
  height: calc(100% - 3.5rem);
  background: url(../img/cmn/round_bg.png) no-repeat bottom center/cover;
}
.p-page-mv__body {
  position: relative;
  height: 20.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem 2rem;
}
.p-page-mv__object01 {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 4.4rem;
}
.p-page-mv__object02 {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 3rem;
}
.p-page-mv__heading.c-balloon-heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 2.5rem;
  margin: 0;
}
.p-page-mv__heading.c-balloon-heading::before {
  width: 4rem;
  margin: 0 0.5rem 1.5rem 0;
}
.p-page-mv__img {
  width: auto;
  height: 20.5rem;
}
.p-page-mv__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-page-mv {
    height: 26.7rem;
    padding: 6.7rem 0 0;
  }
  .p-page-mv::before {
    top: 0;
    bottom: initial;
    height: auto;
    aspect-ratio: 750/565;
    background: url(../img/cmn/round_bg_sp.png) no-repeat center center/contain;
  }
  .p-page-mv__breadcrumbs {
    display: none;
  }
  .p-page-mv__body {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-page-mv__heading.c-balloon-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.7rem;
    margin: 0 0 0 -2rem;
  }
  .p-page-mv__heading.c-balloon-heading::before {
    width: 2.7rem;
    margin: 0 1rem 0 0;
  }
  .p-page-mv__object01.c-cloud-object01 {
    top: 5rem;
    left: 0;
    width: 4.2rem;
  }
  .p-page-mv__object02.c-cloud-object02 {
    top: 5.8rem;
    right: 0.5rem;
    width: 2rem;
  }
  .p-page-mv__img {
    height: 12.7rem;
  }
}