.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.content20250214 {
  width: 100%;
  overflow: hidden;
  background: #FFF;
}
div.content20250214 p {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
}
div.content20250214 img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
div.content20250214 a {
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  display: block;
}
div.content20250214 ul,
div.content20250214 li {
  margin: 0;
  padding: 0;
}
div.content20250214 div.top_area {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  div.content20250214 div.top_area {
    width: 100%;
  }
}
div.content20250214 p.comment1 {
  width: 60%;
  min-width: 560px;
  font-size: 16px;
  line-height: 32px;
  margin: 5% auto;
}
@media (max-width: 640px) {
  div.content20250214 p.comment1 {
    width: 90%;
    min-width: unset;
    font-size: 14px;
    line-height: 28px;
    margin: 10% auto;
  }
}
div.content20250214 div.contents {
  max-width: 1200px;
  margin: 10% auto;
}
div.content20250214 div.contents div {
  width: 33.3%;
  position: relative;
}
@media (max-width: 640px) {
  div.content20250214 div.contents div {
    width: 35%;
  }
}
div.content20250214 div.contents div h3 {
  font-family: "Anton", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2ch;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 1080px) {
  div.content20250214 div.contents div h3 {
    font-size: 36px;
  }
}
@media (max-width: 810px) {
  div.content20250214 div.contents div h3 {
    font-size: 29px;
  }
}
@media (max-width: 640px) {
  div.content20250214 div.contents div h3 {
    font-size: 16px;
  }
}
div.content20250214 div.contents div p {
  font-size: 16px;
  width: 100%;
}
@media (max-width: 640px) {
  div.content20250214 div.contents div p {
    font-size: 12px;
  }
}
div.content20250214 div.contents div p a {
  color: #000;
  padding: 2% 5%;
  width: 100%;
}
@media (max-width: 640px) {
  div.content20250214 div.contents div p a {
    padding: 0% 5%;
    font-size: 12px;
  }
}
div.content20250214 div.contents div p a:hover {
  background: #000;
  color: #fff;
  transition: 1s;
}
div.content20250214 .border_w {
  border: 12px solid #fff;
}
div.content20250214 div.contents1 .img_box_1 {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  div.content20250214 div.contents1 .img_box_1 {
    flex-direction: column;
  }
}
div.content20250214 div.contents1 .img_box_1 .box_1_item {
  width: 70%;
}
@media (max-width: 640px) {
  div.content20250214 div.contents1 .img_box_1 .box_1_item {
    width: 90%;
  }
}
div.content20250214 div.contents1 .credit_box {
  width: 35%;
  min-width: 250px;
  margin-left: -10%;
  margin-top: 30%;
  border: 1px solid #000;
  position: relative;
  text-align: right;
}
@media (max-width: 640px) {
  div.content20250214 div.contents1 .credit_box {
    width: 90%;
    margin-top: 10%;
    margin-bottom: 20%;
    margin-inline: auto;
    min-width: unset;
  }
}
div.content20250214 div.contents1 .credit_box span {
  position: absolute;
  font-size: 24px;
  color: #adadad;
  left: 0;
  top: -32px;
}
div.content20250214 div.contents1 .img_box_2 {
  width: 86%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 10px;
  position: relative;
}
div.content20250214 div.contents1 .img_box_2 li:first-child {
  margin-top: 10%;
  margin-right: 5%;
}
div.content20250214 div.contents1 .img_box_2 li:nth-child(2) {
  margin-top: -38%;
}
div.content20250214 div.contents1 .img_box_3 {
  width: 94%;
  display: grid;
  margin-right: auto;
  grid-template-columns: 60% 40%;
  gap: 10px;
  position: relative;
}
div.content20250214 div.contents1 .img_box_3 li:first-child {
  margin-top: 5%;
}
div.content20250214 div.contents1 .img_box_3 li:nth-child(2) {
  margin-top: -20%;
}
div.content20250214 div.contents2 .img_box_1 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 640px) {
  div.content20250214 div.contents2 .img_box_1 {
    flex-direction: column;
  }
}
div.content20250214 div.contents2 .img_box_1 .box_1_item {
  width: 70%;
}
@media (max-width: 640px) {
  div.content20250214 div.contents2 .img_box_1 .box_1_item {
    width: 90%;
  }
}
div.content20250214 div.contents2 .credit_box {
  width: 35%;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: -10%;
  margin-top: 30%;
  border: 1px solid #000;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  div.content20250214 div.contents2 .credit_box {
    width: 90%;
    margin-top: 10%;
    margin-bottom: 20%;
    margin-inline: auto;
    min-width: unset;
    text-align: right;
  }
}
div.content20250214 div.contents2 .credit_box span {
  position: absolute;
  font-size: 24px;
  color: #adadad;
  right: 0;
  top: -32px;
}
@media (max-width: 640px) {
  div.content20250214 div.contents2 .credit_box span {
    left: 0;
    right: unset;
  }
}
div.content20250214 div.contents2 .img_box_2 {
  width: 86%;
  margin-right: auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 10px;
  position: relative;
}
div.content20250214 div.contents2 .img_box_2 li:first-child {
  margin-top: -38%;
}
div.content20250214 div.contents2 .img_box_2 li:nth-child(2) {
  margin-top: 10%;
  margin-left: 5%;
}
div.content20250214 div.contents2 .img_box_3 {
  width: 94%;
  display: grid;
  margin-left: auto;
  grid-template-columns: 40% 60%;
  gap: 10px;
  position: relative;
}
div.content20250214 div.contents2 .img_box_3 li:first-child {
  margin-top: -20%;
}
div.content20250214 div.contents2 .img_box_3 li:nth-child(2) {
  margin-top: 5%;
}/*# sourceMappingURL=0214content.css.map */