:root {
  --colorblue: #1f6cb2;
  --colorlightblue: #30c1d3;
  --colororange: #eeae42;
  --coloryellow: #f4fed1;
  --colorwhite: #FFF;
  --colorgray: #F1F4F8;
  --colorred: #FF6060;
}

.n-girls-yell-body section .title {
  position: relative;
  padding: 0.5em;
  color: var(--colorwhite);
  line-height: 1;
  text-align: start;
  background: var(--colororange);
  font-size: 18px;
  letter-spacing: 0.5em;
  width: 94%;
  margin: 0 auto;
}
.n-girls-yell-body section .title::before,
.n-girls-yell-body section .title::after {
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
}
.n-girls-yell-body section .title::after {
  right: 0;
  border-top: 1em solid transparent;
  border-right: 1em solid var(--colorwhite);
  border-left: 1em solid transparent;
  border-bottom: 1em solid transparent;
}
.n-girls-yell-body section .text {
  font-size: 16px;
  padding: 1.5em;
  color: #2E1E04;
}
.n-girls-yell-body section .comingSoon {
  font-size: 30px;
  border: 1px solid #eeeeee;
  color: gray;
  text-align: center;
  padding: 4em 1em;
  width: 50%;
  margin: 0 auto;
}
.n-girls-yell-body section .overlooking {
  text-align: center;
  padding: 2em 0 0 0;
}
.n-girls-yell-body section .program-content_img {
  display: flex;
  width: 95%;
  margin: 0 auto;
}
.n-girls-yell-body section .program-content_img li {
  padding: 0 1em 2em;
}

@media screen and (max-width: 899px) {
  .n-girls-yell-body section .program-content_img {
    display: block;
  }
  .n-girls-yell-body section .ifm_box {
    position: relative;
    width: 97%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
  }
  .n-girls-yell-body section .ifm_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=2024niigatagirlsyell.css.map */