.lower-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #d9d9d9;
}

.page-lower .lower-hero__inner {
  position: relative;
  width: min(1400px, calc(100% - 64px));
  min-height: 520px;
  margin: 0 auto;
  padding: 90px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lower-hero__head {
  position: relative;
  z-index: 2;
  text-align: center;
}

.lower-hero__bgWord {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: 0;
  transform: translate(-50%, -54%);
  font-family: serif;
  font-size: 240px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  opacity: 0.04;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.lower-hero__category {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  padding: 0 18px 8px;
  font-family: serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--page-main-color, #d7006f);
}

.lower-hero__category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 36px);
  height: 1px;
  background: var(--page-main-color, #d7006f);
  transform: translateX(-50%);
}

.lower-hero__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #202124;
}

.lower-breadcrumb {
  background: #f9f9f9;
  --page-main-color: #d7006f;

  min-height: 80px;
  display: flex;
  align-items: center;
}

.lower-breadcrumb__inner {
  width: min(1400px, calc(100% - 64px));
  margin: 0 auto;
  padding: 42px 0 40px;
}

.lower-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 40px;
}

.lower-breadcrumb__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
}

.lower-breadcrumb__list,
.lower-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.lower-breadcrumb__sep {
  display: inline-block;
  margin: 0 26px;
  color: var(--page-main-color, #f6ab00);
  font-family: "Libre Bodoni", serif;
  font-size: 24px;
  line-height: 1;
}

.lower-breadcrumb__item a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  .lower-hero {
    border-top: 1px solid #d9d9d9;
    padding-top: 79px;
  }

  .page-lower .lower-hero__inner {
    width: 100%;
    min-height: 160px;
    padding: 8px 20px 16px;
    box-sizing: border-box;
  }

  .lower-hero__head {
    padding-top: 10px;
  }

  .lower-hero__bgWord {
    font-size: 70px;
    letter-spacing: 0.06em;
    opacity: 0.035;
    transform: translate(-50%, -48%);
  }

  .lower-hero__category {
    margin: 0;
    padding: 0 10px 3px;
    font-size: 21px;
    letter-spacing: 0.14em;
  }

  .lower-hero__category::after {
    width: calc(100% - 20px);
  }

  .lower-hero__title {
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .lower-breadcrumb {
    display: none;
  }

  .lower-breadcrumb__inner {
    display: none;
  }
}
