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

body {
  font-family: "M PLUS Rounded 1c", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 1rem;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 4%;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
    padding: 100px 4%;
  }
}

.section-title {
  text-align: center;
  font-size: clamp(3.2rem, 5vw, 8rem);
  font-weight: 900;
  margin-bottom: 5rem;
}
.section-title img {
  margin: 0 auto;
  max-width: 860px;
}

header {
  position: relative;
  padding: 5rem 4% 2rem;
  width: 100%;
  text-align: center;
}
header img {
  width: 100%;
  max-width: 860px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}

.section-about {
  text-align: center;
}
.section-about h2 {
  padding: 1.5rem 1rem;
  font-size: 24px;
  line-height: 1.5;
  border: 1px solid black;
}
@media screen and (min-width: 768px) {
  .section-about h2 {
    padding: 3rem;
    font-size: 42px;
    line-height: 1.2;
  }
}
.section-about h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .section-about h3 {
    font-size: 38px;
  }
}
.section-about .about__img {
  margin-top: 3rem;
}

.section-pamphlet h2,
.section-tv h2 {
  padding: 1.5rem 1rem;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-pamphlet h2,
  .section-tv h2 {
    padding: 3rem;
    font-size: 42px;
    line-height: 1.2;
  }
}

.section-pamphlet {
  background-color: #e6fdff;
  text-align: center;
}
.section-pamphlet a img {
  border: 1px solid black;
  width: 100%;
  max-width: 440px;
}
.section-pamphlet .btn-outline {
  margin-top: 5rem;
  background: transparent;
  color: #007bff;
  border: 2px solid #007bff;
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.section-pamphlet .btn-outline:hover {
  background: #007bff;
  color: white;
  transform: translateY(-2px);
}
.section-pamphlet .btn-outline:active {
  transform: translateY(0);
}

.section-tv {
  text-align: center;
  background-color: #ffe2e1;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.section-support {
  text-align: center;
  font-size: 26px;
}
.section-support h2 {
  font-size: 20px;
}
.section-support .support__list-1 {
  margin-bottom: 3rem;
  font-size: 18px;
}
.section-support .support__list-2 {
  font-size: 14px;
}

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

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

footer .copy {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */