.p-message__title {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__title {
    font-size: 4.6rem;
  }
}
.p-message__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1.2;
  width: 100%;
}
.p-message__title .row + .row {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__title .row + .row {
    margin-top: 2rem;
  }
}

.p-clothes {
  background: rgba(255, 255, 255, 0.8);
}

.p-clothes__img {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-clothes__img {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.p-clothes__img figure {
  width: 49%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-clothes__img figure {
    flex: 1;
    width: 100%;
  }
}
.p-clothes__img figure img {
  border-radius: 0.5rem;
}

.p-clothes__text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-clothes__text {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-other__img {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-other__img figure {
    flex: 1;
  }
}
.p-other__img figure img {
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-other__img figure + figure {
    margin-top: 4rem;
  }
}
.p-other__img figcaption {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-other__img figcaption {
    font-size: 1.8rem;
  }
}