main {
  padding: 80px 0;
  background-color: #fff;
}

h2.c {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h2.c {
    font-size: 35px;
  }
}
@media screen and (max-width: 520px) {
  h2.c {
    font-size: 30px;
  }
}
h2.c .fade-in-text span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h2.c .fade-in-text .char {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  h2.c .fade-in-text .char {
    font-size: 30px;
  }
}

h2 .hosoku {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h2 .fade-in-text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}

.movie-list {
  margin: 5rem var(--space-small) 5rem var(--space-large);
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 30px;
}
@media screen and (max-width: 1100px) {
  .movie-list {
    grid-template-columns: 48% 48%;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 700px) {
  .movie-list {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 600px) {
  .movie-list {
    display: block;
  }
}
.movie-list li {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .movie-list li {
    margin-bottom: 30px;
  }
}
.movie-list li .movie-box {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.movie-list li .movie-box iframe {
  width: 100%;
  height: 100%;
}
.movie-list li .title {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .movie-list li .title {
    font-size: 16px;
  }
}
.movie-list li .post-name {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1400px) {
  .movie-list li .post-name {
    font-size: 13px;
  }
}

.short-list {
  margin: 5rem var(--space-small) 5rem var(--space-large);
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 30px;
}
@media screen and (max-width: 700px) {
  .short-list {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 520px) {
  .short-list {
    display: block;
  }
}
.short-list li {
  width: 100%;
}
.short-list li .movie-box {
  width: 70%;
  height: auto;
  aspect-ratio: 9/16;
  margin: 0 auto 10px;
}
.short-list li .movie-box iframe {
  width: 100%;
  height: 100%;
}
.short-list li .title {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.short-list li .post-name {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.15em;
}/*# sourceMappingURL=youtube.css.map */