@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
@keyframes yurari {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

.display_w600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}

.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f-life {
  background-color: #fff9e8;
}
.f-life::before {
  content: none !important;
}
.f-life .gallery {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-life .gallery {
    margin-bottom: 40px;
  }
}
.f-life .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 1024px) {
  .f-life .gallery__list {
    gap: 6%;
  }
}
.f-life .gallery__list li {
  width: 22%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
	margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-life .gallery__list li {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .gallery__list li {
    width: 47%;
  }
}
.f-life .gallery__list li a img {
  aspect-ratio: 1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-life .gallery__list li a img {
    border-radius: 5px;
  }
}
.f-life .gallery__list li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(116, 77, 33, 0.7);
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 3;
}



