@charset "UTF-8";

.p-animationDoor {
  background: url(../images/p-animation-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.l-animation-inner {
  width: calc(100% - 72px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 172px 0 180px;
}
.animationDoor-head {
  padding-top: 51px;
  text-align: center;
}
.animationDoor-head__siteTitle {
  margin-bottom: 56px;
  color: #ec7c0f;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.2px;
}
.animationDoor-head__contentCopy {
  margin-top: 22px;
  font-size: 18px;
  line-height: calc(32 / 18);
  letter-spacing: 0.3px;
}
.p-animationSub-main {
  display: flex;
  column-gap: 56px;
  width: fit-content;
  margin-inline: auto;
}
.p-animationSub-main__sectionText {
  margin-top: 48px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.3px;
}
.p-animationSub-main__sectionCopy {
  margin-top: 1em;
  line-height: 2.25;
  letter-spacing: 0.3px;
}
.p-animation__link {
  color: #333;
  text-decoration: underline;
}
.p-animation__link:hover {
  text-decoration: none;
}
.p-animationSub-movie {
  width: 100%;
  max-width: 960px;
  margin-top: 48px;
  margin-inline: auto;
  aspect-ratio: 16/9;
}
.p-animationSub-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (width < 767px) {
  .l-animation-inner {
    width: calc(314 / 375 * 100%);
    max-width: initial;
    margin: 0 auto;
    padding-top: 112px;
    padding-bottom: 72px;
  }
  .animationDoor-head__siteTitle {
    margin-bottom: 40px;
    color: #ec7c0f;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.2px;
  }
  .animationDoor-head__contentCopy {
    margin-top: 16px;
    font-size: clamp(1rem, 0.8804rem + 0.5102vw, 1.125rem);
  }
  .p-animationSub-main {
    display: block;
  }
  .p-animationSub-main__sectionText {
    margin-top: 42px;
    font-weight: 700;
    font-size: 17px;
    line-height: calc(36 / 17);
    letter-spacing: 0.3px;
  }
  .p-animationSub-main__sectionCopy {
    line-height: 2;
    letter-spacing: 0.4px;
  }
  .p-animationSub {
    display: block;
  }
}
