/*============================================================
* 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;
}

/*============================================================
* fv2
=============================================================*/
#fv {
  height: 85svh;
}

.fv2_movie_blk {
  position: relative;
  aspect-ratio: 750 / 1250;
  width: 100%;
}

.fv2_movie_blk video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.fv2_movie_blk .fv_copytop {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 1rem 0 1rem;
}

.fv2_movie_blk .fv_txt1 {
  width: 60%;
  padding: 2rem 1rem 0 1rem;
  margin-bottom: 2.5rem;
}

.fv2_movie_blk .fv_txt2 {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 1rem 0 1rem;
  bottom: 2.5%;
}

.fv2_movie_blk .tenpomei {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  padding: 0.7rem 1rem 0 1rem;
  text-align: left; 
}

.fv2_movie_blk .fv_copy {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin-top: -2rem;
  padding: 0.7rem 1rem 0 1rem;
  text-align: left;
  line-height: 1.25;
}

.fv2_movie_blk .fv_copy .mega{
  font-size: 5rem;
}

.fv2_movie_blk .fv_copy .large{
  font-size: 4.5rem;
  line-height: 1.3;
}

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




