/*============================================================
* fv1
=============================================================*/

#fv {
    background-color: #fff;
}

.fv1_img {
  position: relative;
  aspect-ratio: 750 / 1118;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.fv1_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fv1-img.jpg) no-repeat center center;
  background-size: contain;
  z-index: 0;
}

/* 中央コンテンツ */
.fv1_img .__inner {
  position: relative;
  z-index: 1;
  height: 100%; /* 高さを100%にすることで絶対位置基準がとれる */
}

.fv1_img .__center {
  position: relative;
  z-index: 1;
}

.fv1_img .__inner .__center .logo {
  width: 60%;
  height: auto;
  margin: 1.0rem auto 0;
}

.fv1_img .__inner .__center .tenpomei {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.0rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .5rem;
}

.fv1_img .cta_btn {
  position: absolute;
  width: 90%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}