.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

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

.sa-lr {
  transform: translate(-80px, 0);
}

.sa-rl {
  transform: translate(80px, 0);
}

.sa-up {
  transform: translate(0, 40px);
}

.sa-down {
  transform: translate(0, -80px);
}

.sa-scaleUp {
  transform: scale(0.7);
}

.sa-scaleDown {
  transform: scale(1.5);
}

.sa-rotateL {
  transform: rotate(180deg);
}

.sa-rotateR {
  transform: rotate(-180deg);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fade1 {
  animation-name: fade1;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-11 {
  transition-delay: 1.1s;
}

.delay-12 {
  transition-delay: 1.2s;
}

.inlineblock_item {
  display: inline-block;
}

div.contents20240830 {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: auto;
}
div.contents20240830 p {
  margin: 0;
  padding: 0;
}
div.contents20240830 a {
  text-decoration: none;
}
div.contents20240830 div.contents_top {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  div.contents20240830 div.contents_top {
    width: 100%;
  }
}
div.contents20240830 div.contents_top p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto;
  padding: 24px;
  line-height: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  div.contents20240830 div.contents_top p {
    margin: 0 auto;
  }
}
div.contents20240830 div.contents_main {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  div.contents20240830 div.contents_main {
    width: 100%;
  }
}
div.contents20240830 div.contents_main div.contents_style {
  padding: 4px;
}
@media screen and (max-width: 480px) {
  div.contents20240830 div.contents_main div.contents_style {
    padding: 0px;
  }
}
div.contents20240830 div.contents_main div.contents_style .style_slide img {
  padding-inline: 10px;
}
div.contents20240830 div.contents_main div.contents_style .style_img {
  width: 90%;
  margin-top: 30px;
  margin-inline: auto;
  display: flex;
}
@media (max-width: 640px) {
  div.contents20240830 div.contents_main div.contents_style .style_img {
    flex-direction: column;
  }
}
div.contents20240830 div.contents_main div.contents_style .style_img > div {
  width: 50%;
  padding: 10px;
}
@media (max-width: 640px) {
  div.contents20240830 div.contents_main div.contents_style .style_img > div {
    width: 84%;
  }
}
@media (max-width: 640px) {
  div.contents20240830 div.contents_main div.contents_style .style_img > div:nth-child(2) {
    margin-left: auto;
  }
}
div.contents20240830 div.contents_main div.contents_style .item_img a {
  display: flex;
  justify-content: center;
  padding-block: 30px;
}
@media (max-width: 640px) {
  div.contents20240830 div.contents_main div.contents_style .item_img a {
    padding-bottom: 20px;
  }
}
div.contents20240830 div.contents_main div.contents_style .item_img a img {
  width: 25%;
}
div.contents20240830 div.contents_main div.contents_style div.item_credit {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px;
  margin: 32px auto 100px;
}
@media (max-width: 840px) {
  div.contents20240830 div.contents_main div.contents_style div.item_credit {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  div.contents20240830 div.contents_main div.contents_style div.item_credit {
    flex-wrap: wrap;
  }
}
div.contents20240830 div.contents_main div.contents_style div.item_credit p a {
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  padding: 8px;
  position: relative;
  font-size: 16px;
  color: #4f4f4f;
  font-family: "Josefin Sans";
}
div.contents20240830 div.contents_main div.contents_style div.item_credit p a img {
  margin-bottom: 10%;
}
div.contents20240830 div.contents_main div.contents_style div.item_credit p a::after {
  content: "";
  background-color: #4f4f4f;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
}
div.contents20240830 div.contents_main div.contents_style div.item_credit p a:hover::after {
  width: 100%;
}
div.contents20240830 img {
  width: 100%;
}
div.contents20240830 h2 {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5% auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  div.contents20240830 h2 {
    font-size: 16px;
  }
}/*# sourceMappingURL=0830content.css.map */