/**
 * File: subp.css
 * Usage: トップページ以外の共通スタイルを定義します。
 * Example: サブページ共通のヘッダーなど
*/

.ly_sidenav_logoSub {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  padding-inline: 2.5vw;
  padding-top: 5vw;
  width: 15vw;
}

.bl_sidenav_logoSub {
  width: 100%;
}

.ly_subpFV {
  position: relative;
  overflow: hidden;
  /* height: 37.9vh; */
  background: var(--bg_light);
}

.bl_subpFV {
  height: 100%;
  overflow: hidden;
}
.bl_subpFV picture{
  height: 100%;
  width: 100%;
}

.bl_subpFV img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* .ly_subpFV::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.08;
} */

.el_subpHeading {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 700;
  color: #fafafa;
  z-index: 1;
}

.el_subpTtl {
  font-size: clamp(3rem, 2.681rem + 1.31vw, 4.25rem);
  font-weight: 700;
  color: var(--text_heading);
  margin: 0;
}

.el_subpSubtl {
  font-family: 'NotoSerifJp', serif;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (width > 768px) {
  .ly_subpFV {
    position: relative;
    overflow: hidden;
    /* height: 55.5vh; */
  }

  .el_subpHeading {
    font-size: 68px;
  }
}
