@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 2.13333333vw;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 1.33333333vw;
  }
}

body {
  width: 100%;
  height: 100%;
  /* margin: 0px; */
  padding: 0px;
  /* max-width: 750px; */
  margin: 0 auto;
  background-position: top center;
  -webkit-text-size-adjust: none;
  text-align: center;
  font-size: 2.1875rem;
  font-family: serif, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #17334b;
}
@media screen and (min-width: 751px) {
  body {
    max-width: none;
    font-size: 1rem;
  }
}
.rapper {
  width: 100%;
  /* min-width: 750px; */
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  .rapper {
    width: 100%;
    min-width: none;
  }
}
.img {
  width: 100%;
  background-position-x: center;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 751px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

.footer {
  padding: 4.6875rem 0 4.6875rem 0;
  line-height: 1.25;
  background-color: #17334b;
  color: #fdfdfd;
}
@media screen and (min-width: 751px) {
  .footer {
    padding: 3rem 0 9.375rem 0;
  }
}
.footer-flex {
  display: flex;
  justify-content: center;
}
.footer-flex p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 751px) {
  .footer-flex p {
    font-size: 1rem;
  }
}

.Copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  padding-top: 1rem;
}

@media screen and (min-width: 751px) {
  .Copyright {
    font-size: 1rem;
  }
}

/* pc */
/* @media screen and (min-width: 641px) {
  .fv {
    background: url("../img/fv.webp") no-repeat top center;
    height: 1252px;
  }
} */
