.p-section__title {
  position: relative;
  display: inline-block;
}

.p-section__title-en {
  margin: 0;
  font-size: 60px;
  font-weight: bold;
  color: #cfcfcf;
  text-align: center;
}

.p-section__title-jp {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #1c1c1c;
  white-space: nowrap;
  pointer-events: none;
}
