@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/*	共通部分
-------------------------------	*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1px;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  margin-bottom: 3rem;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
h2.heading img {
  width: 100%;
  max-width: 450px;
}

p {
  margin-bottom: 1rem;
}

.small {
  font-size: 1.2rem;
}

.sp {
  display: none;
}
@media screen and (min-width: 500px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 500px) {
  .pc {
    display: none;
  }
}
.btn {
  display: block;
  margin: 3rem auto 6rem;
  padding: 1rem;
  width: 100%;
  max-width: 340px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #f25042;
  border: 6px solid #f25042;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 2.8rem;
  font-weight: bold;
}
.btn:hover {
  color: #f25042;
  background-color: #fff;
}

/*	HEADER
-------------------------------	*/
header {
  position: relative;
  padding: 8rem 5% 0;
  text-align: center;
}
header h1 img {
  width: 100%;
  max-width: 320px;
}

/*	FOOTER
-------------------------------	*/
footer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
footer h2 {
  font-size: 2.6rem;
}/*# sourceMappingURL=style.css.map */