.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.contents20250131 {
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  div.contents20250131 {
    font-size: 14px;
  }
}
div.contents20250131 h1, div.contents20250131 h2, div.contents20250131 h3, div.contents20250131 p {
  margin: 0;
  padding: 0;
}
div.contents20250131 img {
  width: 100%;
}
div.contents20250131 div.contents20250131_top {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 10%;
}
@media screen and (max-width: 1024px) {
  div.contents20250131 div.contents20250131_top {
    width: 100%;
  }
}
div.contents20250131 .lead_area {
  width: 80%;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-inline: auto;
  padding-block: 3% 5%;
  text-align: center;
}
@media (max-width: 640px) {
  div.contents20250131 .lead_area {
    width: 90%;
    padding-block: 3% 8%;
  }
}
div.contents20250131 .contents_wwrapper {
  position: relative;
}
div.contents20250131 .contents_deco {
  background: rgba(112, 112, 112, 0.3);
  color: #fff;
  text-align: right;
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 5%;
  padding-right: 18%;
}
@media (max-width: 640px) {
  div.contents20250131 .contents_deco {
    font-size: 12px;
    padding-right: 20px;
  }
}
div.contents20250131 div.title {
  max-width: 300px;
  width: 40%;
}
div.contents20250131 div.contents20250131_style {
  position: relative;
}
div.contents20250131 div.contents20250131_style div.slick-list {
  padding: 0 35% !important;
}
@media screen and (max-width: 1024px) {
  div.contents20250131 div.contents20250131_style div.slick-list {
    padding: 0 20% !important;
  }
}
div.contents20250131 div.contents20250131_style div.slick-slide {
  padding: 0 8px;
  position: relative;
}
div.contents20250131 div.contents20250131_style button.slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  cursor: pointer;
}
div.contents20250131 div.contents20250131_style button.slick-arrow::after {
  content: "";
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 1;
  transform: rotate(45deg);
}
div.contents20250131 div.contents20250131_style button.slick-arrow.slick-prev {
  left: 0;
}
div.contents20250131 div.contents20250131_style button.slick-arrow.slick-prev::after {
  left: 24px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
div.contents20250131 div.contents20250131_style button.slick-arrow.slick-next {
  right: 0;
}
div.contents20250131 div.contents20250131_style button.slick-arrow.slick-next::after {
  right: 24px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
div.contents20250131 div.mainitem {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10% 0 5%;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  div.contents20250131 div.mainitem {
    width: 96%;
    padding: 12% 0;
  }
}
div.contents20250131 div.mainitem div {
  width: 25%;
}
div.contents20250131 div.mainitem div.itemname {
  width: 100%;
}
div.contents20250131 div.mainitem div.itemname p {
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 640px) {
  div.contents20250131 div.mainitem div.itemname p {
    margin-top: 1.25em;
  }
}
div.contents20250131 div.mainitem div.itemname p a {
  min-width: 250px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-flex;
  padding: 0.5em 1em;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  transition: 0.4s;
  align-items: center;
  justify-content: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
}
@media (max-width: 640px) {
  div.contents20250131 div.mainitem div.itemname p a {
    min-width: 220px;
  }
}
div.contents20250131 div.mainitem div.itemname p a:hover {
  background: rgba(0, 0, 0, 0.6);
}
div.contents20250131 div.mainitem div.itemname p a::after {
  content: "click";
  display: inline-block;
  margin-left: 12px;
  font-size: 11px;
  border: 1px solid #fff;
  padding: 0 12px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 769px) {
  div.contents20250131 div.mainitem div.itemname p a::after {
    content: "tap";
  }
}
div.contents20250131 div.mainitem div.itemtitle {
  position: absolute;
  top: 10%;
  left: -3%;
}
@media (max-width: 768px) {
  div.contents20250131 div.mainitem div.itemtitle {
    left: 2%;
  }
}
div.contents20250131 div.mainitem div.itemtitle p {
  color: #e6185d;
  font-family: "Bad Script", cursive;
  font-size: clamp(1.75rem, 1.4412rem + 1.4118vw, 2.5rem);
  transform: rotate(-17deg);
  white-space: nowrap;
}
div.contents20250131 div.mainitem .detail_title {
  width: 40%;
  aspect-ratio: 3/1;
  position: absolute;
  top: -6%;
  right: -10%;
  z-index: 1;
}
@media (max-width: 1024px) {
  div.contents20250131 div.mainitem .detail_title {
    width: 45%;
    top: -10%;
    right: -12%;
  }
}
@media (max-width: 768px) {
  div.contents20250131 div.mainitem .detail_title {
    width: 42%;
    min-width: 180px;
    top: -8%;
    right: 0;
  }
}
div.contents20250131 div.styleimg {
  display: flex;
  flex-wrap: wrap;
}
div.contents20250131 div.styleimg > div {
  width: 100%;
}
@media screen and (max-width: 640px) {
  div.contents20250131 div.styleimg > div {
    width: 100%;
  }
}
div.contents20250131 div.styleimg > div:nth-child(2) {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 4px;
  border: 1px solid #ddd;
}
div.contents20250131 div.styleimg > div:nth-child(2) p {
  padding: 4px 8px;
}
@media screen and (max-width: 640px) {
  div.contents20250131 div.styleimg > div:nth-child(2) p {
    font-size: 12px;
  }
}
@media screen and (max-width: 321px) {
  div.contents20250131 div.styleimg > div:nth-child(2) p {
    font-size: 10px;
  }
}
div.contents20250131 div.styleimg > div:nth-child(2) p a {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  color: #4f4f4f;
  text-decoration: none;
  transition: 0.4s;
}
div.contents20250131 div.styleimg > div:nth-child(2) p a:hover {
  color: #000;
}
div.contents20250131 div.styleimg > div span {
  display: block;
}
div.contents20250131 div.styleimg > div span:nth-child(1) {
  padding-left: 10%;
  padding-bottom: 5%;
}
div.contents20250131 div.styleimg > div span:nth-child(2) {
  padding-right: 10%;
  padding-top: 5%;
}

.contents_link {
  width: 60%;
  margin-inline: auto;
  padding-block: 30px;
}
@media (max-width: 1024px) {
  .contents_link {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .contents_link {
    width: 80%;
    padding-block: 20px;
  }
}
.contents_link p {
  font-family: "Noto Serif", serif;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.contents_link a {
  transition: 0.6s;
}
.contents_link a:hover {
  filter: brightness(0.8);
}/*# sourceMappingURL=0131content.css.map */