.fedeup {
  animation-name: fadeUpAnime;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sa {
  opacity: 0;
  transition: all 3s ease;
}

.sa-up {
  transform: translate(0, 30%);
}

.sa-down {
  transform: translate(0, -30%);
}

.sa-l {
  transform: translate(-30%, 0);
}

.sa-r {
  transform: translate(30%, 0);
}

.sa.show {
  opacity: 1;
  transform: none;
}

.delay1 {
  animation-delay: 0.6s;
}

.delay2 {
  animation-delay: 1.2s;
}

.delay3 {
  animation-delay: 1.8s;
}

.inlineblock_item {
  display: inline-block;
}

div.content20250220 {
  width: 100%;
  overflow: hidden;
  background: #FFF;
}
div.content20250220 p {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
}
div.content20250220 img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
div.content20250220 a {
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  display: block;
}
div.content20250220 ul,
div.content20250220 li {
  margin: 0;
  padding: 0;
}
div.content20250220 div.top_area {
  max-width: 1200px;
  margin: 0 auto;
}
div.content20250220 p.comment1 {
  width: 60%;
  min-width: 560px;
  font-size: 16px;
  line-height: 32px;
  margin: 5% auto;
}
@media (max-width: 640px) {
  div.content20250220 p.comment1 {
    width: 90%;
    min-width: unset;
    font-size: 14px;
    line-height: 28px;
    margin: 10% auto;
  }
}
div.content20250220 .contents_wrapper {
  width: 100%;
}
div.content20250220 .contents_wrapper + .contents_wrapper {
  margin-top: 10%;
}
div.content20250220 h2.contents_title {
  font-size: clamp(32px, 0.8571rem + 2.8571vw, 48px);
  font-family: "Josefin Sans";
  width: 70%;
  min-width: 900px;
  color: #fff;
  background: #d5b7b7;
  line-height: 2;
  padding-left: 4%;
  margin: 0;
  margin-bottom: 3%;
}
@media (max-width: 1080px) {
  div.content20250220 h2.contents_title {
    width: 90%;
    min-width: unset;
  }
}
@media (max-width: 640px) {
  div.content20250220 h2.contents_title {
    font-size: clamp(24px, 0.7925rem + 3.0189vw, 32px);
  }
}
div.content20250220 h2.title_r {
  background: #b2ba67;
  padding-right: 4%;
  margin-left: auto;
  text-align: right;
}
div.content20250220 div.contents {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
div.content20250220 div.contents p.contents_comment {
  font-size: 20px;
  line-height: 2;
  margin: 3% auto;
}
@media (max-width: 640px) {
  div.content20250220 div.contents p.contents_comment {
    min-width: unset;
    font-size: 14px;
    margin: 10% auto;
  }
}/*# sourceMappingURL=0220content.css.map */