@charset "UTF-8";
/**************************************
* Under 共通
***************************************/
:root {
  --pink: #e19fd2;
}

img {
  border-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.under {
  padding: 26rem 0 13rem;
}
@media (max-width: 834px) {
  .under {
    padding: 14rem 0 4rem;
  }
}
@media (max-width: 499px) {
  .under {
    padding: 12rem 0 4rem;
  }
}

.under-inner {
  max-width: 1550px;
  width: 90%;
  margin: 0 auto 15.5rem;
}
@media (max-width: 834px) {
  .under-inner {
    margin-bottom: 0;
  }
}

/* ページ見出し */
.under__title {
  max-width: 1550px;
  width: 90%;
  margin: 0 auto 15.5rem;
}
@media (max-width: 834px) {
  .under__title {
    margin-bottom: 3rem;
  }
}

.under__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .under__title-group {
    -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;
    gap: 24px;
  }
}

.under__title-heading {
  font-size: clamp(5rem, 8vw, 9.6rem);
  line-height: 1.1;
  vertical-align: bottom;
}
@media (max-width: 499px) {
  .under__title-heading {
    font-size: 4.5rem;
  }
}

/* パンくずリスト */
.breadcrumbs {
  font-family: Inter, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  margin-left: auto;
}
.breadcrumbs > * {
  position: relative;
}
.breadcrumbs > *:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: -40px;
  width: 28px;
  height: 1px;
  border: 0;
  background: #ddd;
}

/* 404 */
.page-404__txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

/* ページネーション */
.pagination {
  margin-top: 80px;
  font-size: 1.6rem;
  margin: 80px auto 0;
}
@media (max-width: 834px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination p span + span {
  margin-left: 40px;
}
.pagination span {
  font-size: 1.4rem;
}

/* MV */
.under__mv {
  max-width: 1550px;
  width: 90%;
  margin: -10rem auto 11rem;
}
@media (max-width: 1024px) {
  .under__mv {
    margin-bottom: 6rem;
  }
}
@media (max-width: 834px) {
  .under__mv {
    margin-top: 0;
  }
}/*# sourceMappingURL=under.css.map */