main {
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .moments .outer {
    padding-inline: 24px;
  }
}

.sec-fv {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    margin-bottom: 32px;
  }
}
.sec-fv .fv-en {
  margin-top: -7.5%;
  left: -54px;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-en {
    left: -32px;
  }
}

.content-wrap {
  padding-block: 140px 0;
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .content-wrap {
    margin-bottom: 120px;
    padding-block: 14px 0;
  }
}

.intro {
  max-width: 996px;
  margin-inline: auto;
  padding-inline: 32px;
}
.intro .base-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro .base-text {
    text-align: justify;
  }
}

.sec-moments {
  position: relative;
  padding-inline: 32px;
}
.sec-moments .moments-container {
  max-width: 992px;
  margin-inline: auto;
  container-type: inline-size;
}
.sec-moments .moments-block {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 88px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-moments .moments-block {
    flex-direction: column;
    padding: 0;
    gap: 48px;
    margin-top: 20%;
  }
  .sec-moments .moments-block.sp-reverse {
    justify-content: flex-end;
    margin-top: 10%;
    flex-direction: column-reverse;
  }
}
.sec-moments .moments-item {
  position: relative;
  flex: 0 0 auto;
}
.sec-moments .moments-item.odd {
  width: 37cqw;
  max-width: 472px;
}
.sec-moments .moments-item.even {
  width: 33cqw;
  max-width: 392px;
}
@media screen and (min-width: 769px) {
  .sec-moments .moments-item.odd {
    margin-top: 0;
  }
  .sec-moments .moments-item.even {
    margin-top: 25%;
  }
}
@media screen and (max-width: 768px) {
  .sec-moments .moments-item.odd {
    width: 70%;
    max-width: none;
  }
  .sec-moments .moments-item.even {
    width: 68%;
    max-width: none;
    margin-top: 24px;
  }
  .sec-moments .moments-item.item01 {
    left: 16px;
  }
  .sec-moments .moments-item.item02, .sec-moments .moments-item.item04, .sec-moments .moments-item.item06, .sec-moments .moments-item.item08, .sec-moments .moments-item.item10 {
    margin-left: auto;
  }
}
.sec-moments .moments-item__img {
  display: block;
  margin-bottom: 16px;
}
.sec-moments .moments-item__img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-moments .moments-item__num {
  position: absolute;
  font-family: var(--mont);
  font-size: 7.2rem;
  font-weight: 800;
  color: var(--blue-hov);
  line-height: 1;
  letter-spacing: 0.01em;
  top: -30px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .sec-moments .moments-item__num {
    font-size: 4.8rem;
    top: -20px;
    left: -16px;
  }
}