@charset "UTF-8";
.br {
  display: block;
}
.br::before {
  content: "\A";
  white-space: pre;
}
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #tentative {
    width: 100%;
    margin: 20vw 0;
  }
  .tentative_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .tentative_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .tentative_heading {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
  }
  .tentative_txt {
    line-height: 1.6em;
    text-align: left;
    margin-top: 5vw;
  }
  .tentative_txt:first-of-type {
    line-height: 1.6em;
    text-align: left;
    margin-top: 10vw;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #tentative {
    width: 100%;
    margin: 20vw 0;
  }
  .tentative_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .tentative_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .tentative_heading {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
  }
  .tentative_txt {
    line-height: 1.6em;
    text-align: left;
    margin-top: 5vw;
  }
  .tentative_txt:first-of-type {
    line-height: 1.6em;
    text-align: left;
    margin-top: 10vw;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    padding: 2.5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #tentative {
    width: 100%;
    margin: 10vw 0;
  }
  .tentative_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 40px;
    margin: 0 auto;
  }
  .tentative_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .tentative_heading {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .tentative_txt {
    line-height: 1.6em;
    text-align: center;
    margin-top: 5vw;
  }
}