section.fv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Noto Serif JP", serif;
 
}

@media screen and (min-width: 751px) {

section.fv {
  background-image: url("../img3/new_top_background_pc.jpg");
  padding: 5vw 0 7.5vw;
  min-width: 1340px;
}


section.fv * {
  box-sizing: border-box;
}

section.fv .fv-inner {
  max-width: 100%;
  margin: 50px calc(50vw - 670px) 50px calc(50vw - 670px);
  padding-left: 40px;
}

section.fv .fv-title {
  font-size: 72px;
  line-height: 1.5;
  margin-bottom: 30px;
}

section.fv .fv-text {
  font-size: 18px;
  line-height: 2;
}

.pc-br {
  display: inline;
}

.sp-br {
  display: none;
}

}

@media screen and (min-width: 751px) {
  .gnav-pc,
  .wrapper .__inner {
    min-width: 1340px;
  }
}

/* SP */

@media screen and (max-width: 750px) {

  section.fv {
    background-image: url("../img3/new_top_background_sp.png");
    background-size: 100% auto;
    background-position: top;
    padding: 65vh 0 4vw;
    margin-top: -1em;
  }

  section.fv .fv-inner {
    margin: 0 auto;
    padding: 0 16vw;
  }

  section.fv .fv-title {
    font-size: 7.5vw;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  section.fv .fv-text {
    font-size: 2.9vw;
    line-height: 1.8;
  }

  .pc-br {
    display: none;
  }

  .sp-br {
    display: inline;
  }

}