/* -----------------------
  nagara
----------------------- */
.nagara {
  background: url(../img/nagara_bg.png) no-repeat center top / 100%, #EAC5D7;
}
.nagara li {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
}

.nagara li > * {
  grid-area: 1 / 1;
}

.nagara ul li p:nth-of-type(1){
  position: absolute;
  width: min(calc(242 / 960 * 100vw),242px);
}
.nagara ul li:nth-child(1) p:nth-of-type(1){
  bottom: min(calc(172 / 960 * 100vw),172px);
  right: min(calc(206 / 960 * 100vw),206px);
}

.nagara ul li:nth-child(2) p:nth-of-type(1) {
  bottom: min(calc(218 / 960 * 100vw),218px);
  left: min(calc(190 / 960 * 100vw),190px);
}

.nagara ul li:nth-child(3) p:nth-of-type(1){
  bottom: min(calc(188 / 960 * 100vw),188px);
  right: min(calc(206 / 960 * 100vw),206px);
}

.nagara ul li:nth-child(4) p:nth-of-type(1) {
  bottom: min(calc(218 / 960 * 100vw),218px);
  left: min(calc(190 / 960 * 100vw),190px);
}
