@charset "UTF-8";
.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;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

.inlineblock_item {
  display: inline-block;
}

.leftBox {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .innerBox {
    padding: 60px 0;
    width: 90%;
  }
}
div.contents20250604 {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
div.contents20250604 .contents_wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
div.contents20250604 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1201px) {
  div.contents20250604 {
    width: 100%;
  }
}
div.contents20250604 p,
div.contents20250604 h2,
div.contents20250604 h3 {
  margin: 0;
  font-family: "Lexend", "Noto Sans JP", sans-serif;
}
div.contents20250604 div.title_area {
  display: flex;
  flex-wrap: wrap;
}
div.contents20250604 div.title_area div.image_area {
  width: 50%;
  position: relative;
  order: 2;
}
@media (max-width: 810px) {
  div.contents20250604 div.title_area div.image_area {
    width: 100%;
    order: 0;
  }
}
div.contents20250604 div.title_area div.image_area div.sticky_image {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 810px) {
  div.contents20250604 div.title_area div.image_area div.sticky_image {
    height: 75vh;
  }
}
div.contents20250604 div.title_area div.image_area div.sticky_image div.back_image {
  width: 100%;
  height: 100%;
  background: url("https://pawsliving.itembox.design/item/img/contents/2025/0531contents/title.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  opacity: 0;
  transition: 2.4s;
}
div.contents20250604 div.title_area div.image_area div.sticky_image h2 {
  display: none;
  color: #f6bb00;
  width: 100%;
  justify-content: center;
  padding-top: 15%;
  font-size: 45px;
}
div.contents20250604 div.title_area div.image_area div.sticky_image h2 span {
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 810px) {
  div.contents20250604 div.title_area div.image_area div.sticky_image h2 {
    display: flex;
    transition: 1.8s;
    transition-delay: 2.4s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
div.contents20250604 div.title_area div.image_area div.sticky_image.inview div.back_image {
  opacity: 1;
  transform: scale(1);
}
div.contents20250604 div.title_area div.image_area div.sticky_image.inview h2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
div.contents20250604 div.title_area div.detail_area {
  width: 50%;
  order: 1;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media (max-width: 810px) {
  div.contents20250604 div.title_area div.detail_area {
    width: 100%;
    padding: 48px;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  div.contents20250604 div.title_area div.detail_area {
    padding: 24px;
  }
}
div.contents20250604 div.title_area div.detail_area div.title_up {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 810px) {
  div.contents20250604 div.title_area div.detail_area div.title_up {
    height: auto;
    justify-content: center;
  }
}
div.contents20250604 div.title_area div.detail_area div.title_up div.spase_area {
  width: 1px;
}
div.contents20250604 div.title_area div.detail_area div.title_up div.text_area {
  width: calc(100% - 1px);
}
div.contents20250604 div.title_area div.detail_area div.title_box {
  margin-top: 0;
  transition: 0.8s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media (max-width: 1280px) {
  div.contents20250604 div.title_area div.detail_area div.title_box {
    margin-top: 50%;
  }
}
@media (max-width: 810px) {
  div.contents20250604 div.title_area div.detail_area div.title_box {
    margin-top: 0;
  }
}
div.contents20250604 div.title_area div.detail_area div.title_box.inview {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
div.contents20250604 div.title_area div.detail_area div.title_box h2 {
  color: #f6bb00;
  font-weight: 700;
  text-align: center;
  font-size: 75px;
  margin-bottom: 48px;
}
@media (max-width: 1600px) {
  div.contents20250604 div.title_area div.detail_area div.title_box h2 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  div.contents20250604 div.title_area div.detail_area div.title_box h2 {
    font-size: 40px;
  }
}
@media (max-width: 810px) {
  div.contents20250604 div.title_area div.detail_area div.title_box h2 {
    display: none;
  }
}
@media (max-width: 810px) {
  div.contents20250604 div.title_area div.detail_area div.comment_box {
    margin: 0 auto;
  }
}
div.contents20250604 div.title_area div.detail_area div.comment_box p {
  max-width: 400px;
  transition: 0.8s;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1.2s;
}
div.contents20250604 div.title_area div.detail_area div.comment_box p.title {
  font-weight: 700;
  margin-bottom: 24px;
  transition-delay: 0.8s;
  text-align: center;
}
div.contents20250604 div.title_area div.detail_area div.comment_box p.inview {
  opacity: 1;
  transform: translateY(0);
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box {
  margin-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #000;
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.pick_up_title_box h3 {
  position: relative;
  text-align: center;
  font-size: 24px;
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.pick_up_title_box h3::after {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 12px;
  left: 0;
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.pick_up_title_box h3 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.pick_up_title_box p {
  text-align: center;
  padding: 24px 0;
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.image_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.image_box div.box {
  width: calc(50% - 12px);
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.4s;
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.image_box div.box.box2 {
  transition-delay: 0.8s;
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.image_box div.box.inview {
  opacity: 1;
  transform: translateY(0);
}
div.contents20250604 div.title_area div.detail_area div.pick_up_box div.image_box div.box p {
  text-align: center;
  padding: 12px 12px 0;
  font-size: 14px;
}
div.contents20250604 div.move_text p {
  font-size: 35px;
  font-weight: 700;
}
div.contents20250604 div.move_text p a {
  color: #f6bb00;
  text-decoration: none;
}
div.contents20250604 div.contents_area {
  max-width: 800px;
  margin: 0 auto;
}
div.contents20250604 div.contents_area div.comment_area p {
  text-align: left;
  max-width: 450px;
  margin: 4px auto 0;
}
@media (max-width: 810px) {
  div.contents20250604 div.contents_area div.comment_area p {
    text-align: left;
    padding: 0 24px;
  }
}
div.contents20250604 div.contents_area div.slick_area {
  margin: 12px 0 48px;
  position: relative;
}
div.contents20250604 div.contents_area div.animation_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
div.contents20250604 div.contents_area div.animation_image div {
  position: absolute;
  top: 0;
  left: 20%;
  width: 58.45%;
}
@media (max-width: 810px) {
  div.contents20250604 div.contents_area div.animation_image div {
    width: 57.45%;
  }
}
div.contents20250604 div.contents_area div.slick-slide {
  padding: 0 12px 0 0;
}
div.contents20250604 div.contents_area div.item_slick2 div.slick-list {
  padding: 0 20% !important;
}
div.contents20250604 div.contents_area ul.slick-dots {
  margin: 12px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
div.contents20250604 div.contents_area ul.slick-dots li {
  margin: 0 6px;
}
div.contents20250604 div.contents_area ul.slick-dots li button {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  transition: 0.8s;
  padding: 0;
}
div.contents20250604 div.contents_area ul.slick-dots li.slick-active button {
  background: #000;
}
div.contents20250604 div.contents_area div.item_credit p {
  text-align: center;
  margin-top: 24px;
}
div.contents20250604 div.contents_area div.item_credit p a {
  color: #000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
}
div.contents20250604 div.contents_area div.item_credit p a span {
  display: flex;
  justify-content: center;
  transition: 0.8s;
}
div.contents20250604 div.contents_area div.item_credit p a span:nth-child(1) {
  width: 100%;
  font-weight: 700;
}
div.contents20250604 div.contents_area div.item_credit p a span:nth-child(2) {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}
div.contents20250604 div.contents_area div.item_credit p a span:nth-child(3) {
  margin-top: 12px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 0 24px;
}
div.contents20250604 div.contents_area div.item_credit p a:hover span:nth-child(3) {
  background: #f6bb00;
}

.up {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
}
.up.inview {
  opacity: 1;
  transform: translateY(0);
}

.move_text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #fff;
  padding: 48px 0;
}
@media (max-width: 810px) {
  .move_text {
    padding: 0 0 24px 0;
  }
}

.scroll_text {
  display: inline-flex;
  animation: scroll-left 20s linear infinite;
}

.scroll_text p {
  margin: 0;
  padding-right: 2rem; /* テキスト間の余白 */
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.img1, .img2, .img3 {
  transform-origin: center center;
}

/* 各画像の初期傾き */
.img1 {
  transform: rotate(-2deg);
  animation-delay: 1.2s;
}

.img2 {
  transform: rotate(2deg);
  animation-delay: 0.9s;
}

.img3 {
  transform: rotate(-4deg);
  animation-delay: 0.6s;
}

.inview .animation_image div.img1 {
  animation: showAndFade1 4s ease forwards;
}

.inview .animation_image div.img2 {
  animation: showAndFade2 4s ease forwards;
}

.inview .animation_image div.img3 {
  animation: showAndFade3 4s ease forwards;
}

@keyframes showAndFade1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(0deg);
    opacity: 1;
  }
  90% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0;
  }
}
@keyframes showAndFade2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(0deg);
    opacity: 1;
  }
  95% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0;
  }
}
@keyframes showAndFade3 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(0deg);
    opacity: 1;
  }
  98% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0;
  }
}
div.slick_box {
  opacity: 0;
  transition: 0.8s;
  transition-delay: 3s;
}

.inview div.slick_box {
  opacity: 1;
}

div.animation_image {
  transition-delay: 4s;
}

.inview div.animation_image {
  visibility: hidden;
}

#contents {
  overflow: unset !important;
}
#contents div.innerBox {
  max-width: none !important;
  width: 100% !important;
}
#contents div.innerBox main.fs-l-main {
  margin: 0;
}/*# sourceMappingURL=0604contents.css.map */