html body .contents-ipo {
  background-image: url("../../images/ipo/ipo-bg.png");
  background-repeat: repeat-y;
  background-position: center top;
}
html body .contents-ipo .wrapper {
  max-width: calc(1000px + 2rem);
}
html body .contents-ipo h2 {
  text-align: center;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.4375;
  letter-spacing: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  html body .contents-ipo h2 {
    font-size: 60px;
    font-size: 5vw;
  }
}
@media screen and (max-width: 991px) {
  html body .contents-ipo h2 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
}
html body .contents-ipo .contents-list-wrapper {
  display: grid;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  html body .contents-ipo .contents-list-wrapper {
    gap: 40px;
  }
}
html body .contents-ipo .contents-list-wrapper .contents-list-inner {
  display: grid;
  gap: 40px;
}
html body .contents-ipo .contents-list-wrapper .contents-list figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body .contents-ipo .contents-list-wrapper .contents-list figure {
    margin-bottom: 1rem;
  }
}
html body .contents-ipo .contents-list-wrapper .contents-list p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  html body .contents-ipo .contents-list-wrapper .contents-list p {
    font-size: 18px;
  }
}
html body .contents-ipo .contents-list-wrapper .contents-list p:last-child {
  margin-bottom: 0;
}
html body .contents-ipo .contents-list-wrapper .contents-list p.t-right {
  text-align: right;
}
html body .contents-ipo .contents-list-wrapper .contents-list .video-wrap {
  aspect-ratio: 1000/560;
}
@media screen and (max-width: 575px) {
  html body .contents-ipo .contents-list-wrapper .contents-list .video-wrap {
    aspect-ratio: 300/200;
  }
}
html body .contents-ipo .contents-list-wrapper .contents-list .video-wrap iframe {
  width: 100%;
  height: 100%;
}
html body footer {
  padding-top: 0;
}

/*# sourceMappingURL=ipo.css.map */
