/* ================================
Main Visual
================================ */
.p-top-mv {
  position: relative;
  z-index: 0;
  height: calc(100svh - 4rem);
  background: url(../img/top/mv_bg.jpg?1218) no-repeat top center/cover;
}
.p-top-mv__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  padding: 0 0 6.7rem;
}
.p-top-mv__catch01 {
  display: block;
  font-family: "Aboreto", system-ui;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 1.3rem;
}
.p-top-mv__catch02 {
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    height: calc(100svh - 5.3rem - 4.5rem);
    background: url(../img/top/mv_bg_sp.jpg) no-repeat top center/cover;
  }
  .p-top-mv__inner {
    padding: 0 0 7.7rem;
  }
  .p-top-mv__catch01 {
    font-size: 3.5rem;
    margin: 0;
  }
  .p-top-mv__catch02 {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

.p-top-topics {
  position: absolute;
  top: 2rem;
  left: 4rem;
  min-width: 24rem;
}
.p-top-topics__heading {
  font-size: 0.7rem;
  font-weight: 400;
}
.p-top-topics__item {
  padding: 0 0 0.7rem;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 768px) {
  .p-top-topics {
    top: 1.3rem;
    left: 2rem;
    min-width: initial;
    width: calc(100% - 4rem);
    color: #fff;
  }
  .p-top-topics__heading {
    font-size: 0.8rem;
  }
  .p-top-topics__item.c-news-list__item {
    font-size: 1.3rem;
    padding: 0 0 0.8rem;
  }
  .p-top-topics__item.c-news-list__item::after {
    background: url(../img/cmn/arrow_right_wh.svg) no-repeat center center/contain;
  }
}

.p-page-mv {
  min-height: 20.7rem;
  color: #fff;
  background-color: rgba(175, 134, 110, 0.9);
  padding: 5.3rem 0 2rem;
}
.p-page-mv__body {
  display: grid;
  grid-template-areas: "heading img" "content img";
  grid-template-columns: 1fr 1fr;
  gap: 3rem 3rem;
}
.p-page-mv__heading {
  grid-area: heading;
}
.p-page-mv__content {
  grid-area: content;
}
.p-page-mv__img {
  grid-area: img;
  margin: 0 -14.1vw 0 0;
}
@media screen and (max-width: 920px) {
  .p-page-mv__img {
    margin: 0 -6vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-page-mv {
    min-height: 16.7rem;
    padding: 5rem 0 3.3rem;
  }
  .p-page-mv__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
  .p-page-mv__heading.c-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-page-mv__main-title {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p-page-mv__content {
    padding: 2rem 0 0;
  }
  .p-page-mv__img {
    margin: 0;
  }
}