html body {
  position: relative;
  animation: fade;
  margin: 0;
  padding: 0;
  background-color: #2B4196;
}
html body p {
  font-family: "Noto Sans", sans-serif;
}
html body a {
  transition: 0.3s;
}
html body a:hover {
  opacity: 0.6;
}
html body::before {
  content: "";
  background-image: url(../img/bg_left.svg);
  width: 324px;
  height: 1220px;
  position: absolute;
  left: 0;
  bottom: clamp(450px, 43vw, 600px);
  z-index: -1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  html body::before {
    background-size: contain;
    width: 100%;
    height: 800px;
    bottom: 800px;
  }
}
html body::after {
  content: "";
  background-image: url(../img/bg_right.svg);
  width: 288px;
  height: 989px;
  position: absolute;
  right: 0;
  bottom: 400px;
  z-index: -1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  html body::after {
    background-size: contain;
    width: 100%;
    height: 600px;
    bottom: 500px;
    background-position: right;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    scroll-padding-top: 600px;
  }
  to {
    opacity: 1;
    scroll-padding-top: 0px;
  }
}
html body.fade-in {
  animation: fadeIn 1s ease-out forwards;
}
html body picture, html body img {
  width: 100%;
  height: auto;
}
html body picture {
  display: block;
}
html body .kv_area {
  position: relative;
}
html body .kv_area::after {
  content: "";
  width: 100%;
  height: 118px;
  background-color: #2B4196;
  position: absolute;
  bottom: 5px;
  left: 0;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
html body .title_area, html body .movie_area, html body .sns_area {
  display: grid;
  justify-content: center;
  text-align: center;
}
html body .title_area h2, html body .movie_area h2, html body .sns_area h2 {
  display: none;
}
html body .title_area .h2_text, html body .movie_area .h2_text, html body .sns_area .h2_text {
  height: 1.5rem;
  margin-bottom: 3rem;
}
html body .title_area {
  position: relative;
  margin-top: -20rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  html body .title_area {
    margin-top: -10rem;
  }
}
html body .title_area picture {
  margin: 0 auto;
}
html body .title_area picture img {
  max-width: clamp(500px, 50vw, 707px);
  height: auto;
}
@media screen and (max-width: 768px) {
  html body .title_area picture img {
    max-width: clamp(300px, 80vw, 500px);
  }
}
html body .title_area picture.text_img {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  html body .title_area picture.text_img {
    max-width: 250px;
  }
}
html body .title_area p {
  margin-top: 14rem;
  font-size: 5rem;
  font-family: "a-otf-ud-shin-go-pr6n";
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 10px #D388D9;
}
html body .movie_area {
  margin-bottom: 5rem;
}
html body .movie_area picture {
  cursor: pointer;
  transition: 0.3s;
}
html body .movie_area picture:hover {
  opacity: 0.8;
}
html body .movie_area picture img {
  width: 90%;
}
html body .sns_area .sns_logo {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  html body .sns_area .sns_logo {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
html body .sns_area .sns_logo li {
  width: 5rem;
  height: 5rem;
  display: block;
  background-color: #fff;
  border-radius: 5rem;
}
html body .sns_area .elemon {
  width: 340px;
  height: 109px;
  background-color: #FBFF96;
  border: 6px solid #9DC93A;
  border-radius: 12px;
  margin: 0 auto 5rem auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body .sns_area .elemon {
    width: 280px;
  }
}
html body .sns_area .elemon img {
  height: 5rem;
}
html body .sns_area p {
  text-align: center;
  color: #fff;
  margin: 1rem;
}
html body footer {
  padding-top: 18rem;
  position: relative;
}
html body footer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  background-image: url(../img/bg_foot.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  html body footer::after {
    background-size: auto;
  }
}
html body footer small {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  background-color: #17204A;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  html body footer small {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */