.nayami-section {
  width: 100vw;
  height: 57.2vw;
  background-image: url('../img/nayami-section-pc-bg.png');
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.nayami-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3vw;
}

.lady-nayami {
  width: 8.2vw;
  height: auto;
  z-index: 2;
  display: block;
  margin-bottom: 0.8vw;
}

.nayami-title {
  width: 27.8vw;
  height: 4.2vw;
  background-color: #D5AC4F;
  border: 0.25vw solid #212121;
  border-radius: 9999px;
  box-shadow: 0.3vw 0.3vw 0 #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 1.7vw;
  color: white;
  margin-top: -0.8vw;
  z-index: 1;
}

.nayami-content-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -2.2vw;
  position: relative;
}

.nayami-area-bg-pc {
  width: 72vw;
  height: auto;
  display: block;
}

.nayami-area-bg-sp {
  display: none;
}

.nayami-items {
  position: absolute;
  width: 72vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nayami-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0;
}

.nayami-item-1 {
  top: 8%;
  left: 15%;
}

.nayami-item-2 {
  top: 28%;
  right: 15%;
  flex-direction: row-reverse;
}

.nayami-item-3 {
  top: 50%;
  left: 15%;
}

.nayami-item-4 {
  top: 72%;
  right: 17%;
  flex-direction: row-reverse;
}

.nayami-fukidashi {
  width: 12.3vw;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.nayami-item-1 .nayami-text,
.nayami-item-3 .nayami-text {
  margin-left: -6.15vw;
  z-index: 2;
  position: relative;
}

.nayami-item-2 .nayami-text,
.nayami-item-4 .nayami-text {
  margin-right: -6.15vw;
  z-index: 2;
  position: relative;
}

.nayami-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 2vw;
  color: #212121;
  line-height: 1.5;
  white-space: nowrap;
}

.nayami-text div {
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 0.3vw;
  text-underline-offset: 0.2vw;
}

.nayami-emphasis {
  color: #F55067;
}
