/* 下層FV */
#fvContainer {
  position: relative;
}

#fvContainer > img {
  width: 3840px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fvTitle {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.fvTitle h1 {
  font-size: 110px;
  line-height: 1;
}

.fvTitle > p {
  font-size: 30px;
}








@media (max-width: 1024px) {
/* #fvContainer {
  position: relative;
}

#fvContainer > img {
  width: 3840px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */

/* .fvTitle {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
} */

.fvTitle h1 {
  font-size: 82px;
  /* line-height: 1; */
}

.fvTitle > p {
  font-size: 22px;
}
}








@media (max-width: 560px) {
/* #fvContainer {
  position: relative;
} */

#fvContainer > img.fvBack {
  width: 100%;
  /* position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
}

/* .fvTitle {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
} */

.fvTitle h1 {
  font-size: 67px;
  /* line-height: 1; */
}

.fvTitle > p {
  font-size: 18px;
}
}