@charset "UTF-8";
/**************************************/
/* -------------------------
 * 共通レイアウト
 * ------------------------- */
.under-main {
  margin-bottom: 18rem;
}
@media (max-width: 834px) {
  .under-main {
    margin-bottom: 4rem;
  }
}

/* -------------------------
 * MVエリア
 * ------------------------- */
/* 画像あり */
.under-mv.under-mv--img {
  padding-top: 25rem;
  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: flex-end;
  gap: 7rem 0;
}

@media screen and (max-width: 834px) {
  .under-mv.under-mv--img {
    padding-top: 11rem;
    gap: 3rem 0;
  }
}
.under-mv.under-mv--img .under-mv__title .under-mv__title-en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(80px, 11vw, 120px);
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 834px) {
  .under-mv.under-mv--img .under-mv__title .under-mv__title-en {
    font-size: clamp(50px, 10vw, 80px);
  }
}
.under-mv.under-mv--img .under-mv__title .under-mv__title-ja {
  font-size: 20px;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 834px) {
  .under-mv.under-mv--img .under-mv__title .under-mv__title-ja {
    font-size: 16px;
  }
}
.under-mv.under-mv--img .under-mv__picture {
  overflow: hidden;
}

.under-mv.under-mv--img .under-mv__picture img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 画像なし */
.under-mv--no-img {
  margin-bottom: 20rem;
}
@media (max-width: 834px) {
  .under-mv--no-img {
    margin-bottom: 6rem;
  }
}

.under-mv.under-mv--no-img {
  padding-top: 25rem;
  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: flex-end;
  gap: 7rem 0;
}
@media (max-width: 834px) {
  .under-mv.under-mv--no-img {
    padding-top: 11rem;
    gap: 3rem 0;
  }
}

.under-mv.under-mv--no-img .under-mv__title .under-mv__title-en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(80px, 11vw, 120px);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.under-mv.under-mv--no-img .under-mv__title .under-mv__title-ja {
  font-size: 20px;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

/* -------------------------
 * 共通スタイル
 * ------------------------- */
/* フォント */
.ff-bg {
  font-family: "Bricolage Grotesque", sans-serif;
}

/* インナー幅 */
.inner--1100 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

/* 見出し（セクション） */
.sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
@media (max-width: 834px) {
  .sec-ttl {
    margin-bottom: 1.5rem;
  }
}

.sec-ttl__ja-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}

.sec-ttl__star {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.sec-ttl--ja {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .sec-ttl--ja {
    font-size: 1.6rem;
  }
}

.sec-ttl__en {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .sec-ttl__en {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}

/* 改行 */
.no-br-834 {
  display: block;
}
@media (max-width: 834px) {
  .no-br-834 {
    display: none;
  }
}

.br-834 {
  display: none;
}
@media (max-width: 834px) {
  .br-834 {
    display: block;
  }
}

.no-br-499 {
  display: block;
}
@media (max-width: 499px) {
  .no-br-499 {
    display: none;
  }
}

.br-499 {
  display: none;
}
@media (max-width: 499px) {
  .br-499 {
    display: block;
  }
}/*# sourceMappingURL=under.css.map */