@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --keycolor: #968e6a;
  --normal: 400;
  --bold: 600;
  font-family: "Lora", "Noto Serif JP", serif;
  font-weight: var(--normal);
}

@media (max-width: 567px) {
  .p-top-mv {
    grid-row-gap: 1em;
    padding: 2em 5em;
    background: url(../images/kyokosekine/top_mv_bg_sp.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 568px) {
  .p-top-mv {
    background-image: url(../images/kyokosekine/top_mv_bg_pc.jpg);
  }
}
@media (max-width: 567px) {
  .p-top-mv__title {
    aspect-ratio: unset;
    background: none;
  }
}
@media (max-width: 567px) {
  .p-top-mv__title img {
    height: auto !important;
  }
}
@media (max-width: 567px) {
  .p-top-mv__image img {
    aspect-ratio: unset;
  }
}
@media (min-width: 568px) {
  .p-top-profile__content {
    align-items: start;
  }
}
