/* 
------------------------------------- */
ul {
  margin: 0;
}

p {
  margin: 0;
}

.sec-p {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sec-p.-first {
  padding-top: 0;
}

.sec-p.-last {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .sec-p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* 
------------------------------------- */

.naimachide .bred {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.naimachide-ttl {
  text-align: center;
  font-size: min(7vw, 46px);
  font-weight: normal;
  margin-top: 10px;
}

.naimachide-list {
  display: flex;
  flex-direction: column;
  gap: 130px;
}

@media only screen and (max-width: 768px) {
  .naimachide-list {
    gap: 70px;
  }
}

.naimachide-img {
  width: 60%;
}

.naimachide-listitem:nth-child(even) .naimachide-img {
  margin-left: auto;
}


/* 
------------------------------------- */







.overlay-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 3;
  overflow-y: auto;
}

.overlay-text {
  position: absolute;
  z-index: 99;
  line-height: 4;
  text-orientation: upright;
  opacity: 0;
  transition: opacity 3.5s ease-in-out;
  white-space: normal;
  font-size: 20px;


}

@media only screen and (max-width: 768px) {
  .overlay-text {
    font-size: 14px;

  }
}

.overlay-text.active {
  opacity: 1;
}

.overlay-text span {
  background: #fff;
  padding: 1em 5px;

}



.naimachide-img img {
  aspect-ratio: 665 / 377;
  width: 100%;
  height: auto;
}

/* 
------------------------------------- */
.naimachide-audio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
  position: relative;
  z-index: 99;
}


/* 
------------------------------------- */

.fixed-p {
  padding-top: 120px;
  padding-bottom: 120px;
}

.fixed-sns {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .fixed-sns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
}