body {
  background-color: var(--color-base);
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
  width: 1024px;
  margin: 0 auto;
  padding: 80px 0;
}

.mv {
  width: 100%;
  aspect-ratio: 1440 / 810;
  background-image: url("../images/FV.png");
  background-size: cover;
}

.section-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  letter-spacing: 1px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.5;
  color: var(--color-black);
}

.section-title:before,
.section-title::after {
  content: "";
  border-top: 2px solid;
  width: 48px;
}

.works-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  row-gap: 48px;
}

.works-list button {
  width: 478px;
  height: 269px;
}

.works-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.showmore-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 262px;
  height: 54px;
  margin: 0 auto;
  padding: 16px 80px;
  border-radius: 20px;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
}

.member-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
}

.member-list img {
  width: 180px;
  height: 180px;
}

.member-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.member-explanation {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.member-position {
  font-size: 20px;
  font-weight: 400;
}

.member-name {
  font-size: 24px;
  font-weight: 500;
}

.gear-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  row-gap: 48px;
}

.gear-list a {
  width: 500px;
  height: 301px;
}

.gear-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

footer {
  background-color: var(--color-black);
}

.footer-wrapper {
  width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 74px;
}

.footer-copy {
  text-align: center;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.12px;
}

.footer-contents {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 180px;
}

.footer-logo {
  width: 293px;
  height: 40px;
}

.sns-icons {
  display: flex;
  gap: 24px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  text-align: right;
}

.footer-menu li {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 400;
}

.layer {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
}

.layer.is-open .modal {
  opacity: 1;
  visibility: visible;
}

.modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  width: 1124px;
  margin: 48px auto;
  padding: 24px 24px 60px 24px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: radial-gradient(
    252.88% 100% at 0% 49.85%,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 0.01%,
    rgba(0, 0, 0, 0.7) 100%
  );
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 20px;
}

.modal__image {
  width: 1072px;
  height: 603px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.movie__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 868px;
  color: #fff;
}

.button__youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 133px;
  height: 46px;
  border: 2px solid var(--color-white);
  font-size: 16px;
  font-weight: 600;
}

.movie__information {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.movie__title-and-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.movie__title {
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-weight: 700;
}

.movie__detail-list {
  display: flex;
  gap: 48px;
  font-size: 16px;
}

.movie__staff-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 24px;
  font-size: 16px;
}
