.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;
  }
}

.ib_item {
  display: inline-block;
}

.leftBox {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .innerBox {
    padding: 60px 0;
    width: 90%;
  }
}
div.contents20241122fair {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
div.contents20241122fair::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pawsliving.itembox.design/item/img/contents/2025/1031fair/bg.jpg);
  background-size: auto;
  z-index: -1;
  opacity: 0.3;
}
div.contents20241122fair .contents_wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
div.contents20241122fair img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1201px) {
  div.contents20241122fair {
    width: 100%;
  }
}
div.contents20241122fair p,
div.contents20241122fair h2,
div.contents20241122fair h3 {
  margin: 0;
}
div.contents20241122fair div.contents_top div.title {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 640px) {
  div.contents20241122fair div.contents_top div.title {
    align-items: flex-end;
    padding-bottom: 5%;
    width: 95%;
    right: 2.5%;
    background: rgba(0, 0, 0, 0);
  }
}
div.contents20241122fair div.contents_top div.title h1 {
  display: flex;
  flex-wrap: wrap;
  font-family: "Spectral", serif;
}
div.contents20241122fair div.contents_top div.title h1 span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
div.contents20241122fair div.contents_top div.title h1 span:nth-child(1) {
  letter-spacing: 4px;
  font-size: 40px;
}
@media screen and (max-width: 1025px) {
  div.contents20241122fair div.contents_top div.title h1 span:nth-child(1) {
    font-size: 30px;
  }
}
@media screen and (max-width: 769px) {
  div.contents20241122fair div.contents_top div.title h1 span:nth-child(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  div.contents20241122fair div.contents_top div.title h1 span:nth-child(1) {
    font-size: 12px;
  }
}
div.contents20241122fair div.contents_top div.title h1 span:nth-child(2) {
  letter-spacing: 4px;
  font-size: 66px;
  margin-top: 24px;
}
@media screen and (max-width: 1025px) {
  div.contents20241122fair div.contents_top div.title h1 span:nth-child(2) {
    font-size: 50px;
  }
}
@media screen and (max-width: 769px) {
  div.contents20241122fair div.contents_top div.title h1 span:nth-child(2) {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  div.contents20241122fair div.contents_top div.title h1 span:nth-child(2) {
    font-size: 22px;
    margin-top: 8px;
  }
}
div.contents20241122fair div.contents_top div.title h1 span:nth-child(3) {
  letter-spacing: 4px;
  font-size: 33px;
  margin-top: 16px;
}
@media screen and (max-width: 1025px) {
  div.contents20241122fair div.contents_top div.title h1 span:nth-child(3) {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  div.contents20241122fair div.contents_top div.title h1 span:nth-child(3) {
    font-size: 12px;
    margin-top: 4px;
  }
}
div.contents20241122fair .contents_top {
  max-width: 1500px;
  margin: 0 auto;
}
div.contents20241122fair div.comment {
  padding: 48px 0 80px;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  div.contents20241122fair div.comment {
    padding: 24px 0 60px;
  }
}
@media screen and (max-width: 640px) {
  div.contents20241122fair div.comment {
    padding: 0;
    padding-bottom: 40px;
  }
}
div.contents20241122fair div.comment .lead_box {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto !important;
}
@media (max-width: 810px) {
  div.contents20241122fair div.comment .lead_box {
    width: 80%;
  }
}
@media (max-width: 640px) {
  div.contents20241122fair div.comment .lead_box {
    width: 90%;
  }
}
div.contents20241122fair .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 60px;
  transition: 0.6s;
}
@media (max-width: 640px) {
  div.contents20241122fair .btn_box {
    gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  div.contents20241122fair .btn_box {
    gap: 20px;
    flex-wrap: wrap;
    padding-inline: 10px;
  }
}
div.contents20241122fair .btn_box p {
  width: 240px;
  height: 100%;
  padding: 20px;
  border: 2px solid #000;
  background: #fff;
  font-family: "Spectral", serif;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  transition: 0.6s all;
}
@media (max-width: 640px) {
  div.contents20241122fair .btn_box p {
    width: min(32%, 200px);
    min-width: 150px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 500px) {
  div.contents20241122fair .btn_box p {
    padding: 14px 0;
  }
}
div.contents20241122fair .btn_box p:hover {
  background: #000;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
div.contents20241122fair .btn_box p:hover a {
  color: #fff !important;
}
div.contents20241122fair .btn_box p a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000 !important;
  transition: 0.6s;
}
@media (max-width: 640px) {
  div.contents20241122fair .btn_box p a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  div.contents20241122fair .btn_box p a {
    font-size: 14px;
  }
}
div.contents20241122fair .item_comment {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding: 24px 0;
  text-align: center;
}

div.content_area {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-inline: 2%;
  padding-bottom: 4%;
  position: relative;
}
@media (max-width: 1024px) {
  div.content_area {
    padding: 0;
    padding-bottom: 4%;
    width: 100%;
  }
}
div.content_area .img_area {
  width: 50%;
  position: relative;
  padding: 0;
}
div.content_area .img_area .w90 {
  width: 90%;
}
div.content_area .img_area .w80 {
  width: 80%;
}
div.content_area .img_area_left {
  width: 53%;
}
div.content_area .img_area_left .img1 {
  width: 94%;
  margin-left: auto;
  margin-bottom: 0.7%;
}
div.content_area .img_area_left .img2 {
  width: 86%;
  margin-left: auto;
  margin-bottom: 0.7%;
}
div.content_area .img_area_left .img3 {
  margin-bottom: 0.7%;
  position: relative;
  z-index: 2;
}
div.content_area .img_area_left .img4 {
  width: 76%;
  margin-left: auto;
  margin-top: -8%;
}
div.content_area .img_area_right {
  width: 53%;
  margin-left: -6%;
  z-index: 2;
}
div.content_area .img_area_right .img5 {
  margin-top: 37%;
  margin-bottom: 0.6%;
  margin-inline: 4%;
}
div.content_area .img_area_right .img6 {
  margin-left: 12%;
  width: 80%;
  margin-bottom: 0.6%;
  border: 6px solid #fff;
}
div.content_area .img_area_right .img7 {
  margin-left: 12%;
  margin-bottom: 0.6%;
}
div.content_area .img_area_right .img8 {
  margin-left: 12%;
  margin-bottom: 0.6%;
  width: 80%;
}
div.content_area .contents_deco {
  width: 50%;
  aspect-ratio: 5/1;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 2;
}
div.content_area .contents_deco img {
  width: 100%;
}

div.contents_main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1201px) {
  div.contents_main {
    width: 100%;
    overflow-x: clip;
  }
}
div.contents_main div.end_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  animation: cubic-bezier;
  align-items: center;
  z-index: 2;
  color: #fff;
  font-size: 60px;
  letter-spacing: 10px;
}
@media screen and (max-width: 640px) {
  div.contents_main div.end_text {
    font-size: 26px;
  }
}
div.contents_main div.end_text span {
  position: sticky;
  top: 64px;
}
div.contents_main .item_detail {
  margin-top: 4%;
  background: #fff;
}
div.contents_main .item_detail .detail_title {
  width: 100%;
  background: #c37802;
  padding-top: 10px;
  font-size: 40px;
  color: #fff;
  font-family: "Spectral", serif;
  text-align: center;
}
@media (max-width: 640px) {
  div.contents_main .item_detail .detail_title {
    font-size: 30px;
  }
}
div.contents_main .item_detail .detail_contents {
  margin-top: 4%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  width: 80%;
  gap: 10px;
}
@media (max-width: 640px) {
  div.contents_main .item_detail .detail_contents {
    width: 90%;
    gap: 8px;
  }
}
div.contents_main .item_detail .detail_contents h4 {
  width: 80px;
  margin: 0;
  margin-top: 20px;
  writing-mode: vertical-lr;
  font-family: "Spectral", serif;
  font-size: 60px;
}
@media (max-width: 640px) {
  div.contents_main .item_detail .detail_contents h4 {
    width: 60px;
    font-size: 48px;
  }
}
@media screen and (max-width: 450px) {
  div.contents_main .item_detail .detail_contents h4 {
    width: 50px;
    font-size: 40px;
  }
}
div.contents_main .item_detail .detail_contents div.item_slick {
  padding: 20px;
  width: calc(100% - 90px);
  aspect-ratio: 1;
  margin-inline: 0;
  background: #a1a1a1;
  border-radius: 20px;
}
@media (max-width: 640px) {
  div.contents_main .item_detail .detail_contents div.item_slick {
    width: calc(100% - 68px);
  }
}
@media screen and (max-width: 450px) {
  div.contents_main .item_detail .detail_contents div.item_slick {
    width: calc(100% - 58px);
  }
}
div.contents_main .item_detail .detail_list {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  div.contents_main .item_detail .detail_list {
    width: 90%;
  }
}
div.contents_main .item_detail .detail_list dl {
  margin-top: 4%;
  border-bottom: 2px solid #d4d4d4;
  padding-bottom: 20px;
}
div.contents_main .item_detail .detail_list dl dt {
  padding: 10px;
  text-align: center;
  background: #d4d4d4;
  color: #fff;
}
div.contents_main .item_detail .detail_list dl dd {
  margin: 0;
  padding: 10px;
  text-align: center;
}

div.comment_img_box {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  div.comment_img_box {
    width: 90%;
  }
}
@media (max-width: 810px) {
  div.comment_img_box {
    width: 94%;
  }
}
@media (max-width: 640px) {
  div.comment_img_box {
    width: 100%;
  }
}
div.comment_img_box .title {
  font-size: 60px;
  font-weight: bold;
  font-family: "Spectral", serif;
  text-align: center;
  color: #000;
}
@media (max-width: 810px) {
  div.comment_img_box .title {
    font-size: 52px;
  }
}
@media (max-width: 640px) {
  div.comment_img_box .title {
    font-size: clamp(40px, 7.5vw, 48px);
  }
}
div.comment_img_box .comment {
  padding: 60px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 640px) {
  div.comment_img_box .comment {
    padding: 40px 16px;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  div.comment_img_box .comment {
    font-size: 12px;
  }
}
div.comment_img_box .comment .red {
  color: red;
}
div.comment_img_box .sub_comment {
  padding: 3em 2em;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
div.comment_img_box .item_text {
  width: 80%;
  margin-top: 4em;
  margin-inline: auto;
  padding: 48px;
  background: #e9e4d8;
  border: 5px dotted #fff;
}
@media (max-width: 1080px) {
  div.comment_img_box .item_text {
    width: 90%;
  }
}
@media (max-width: 810px) {
  div.comment_img_box .item_text {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 640px) {
  div.comment_img_box .item_text {
    padding: 20px;
  }
}
div.comment_img_box .item_text p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 810px) {
  div.comment_img_box .item_text p {
    font-size: 18px;
  }
}
div.comment_img_box .item_text dl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 20px 40px;
  margin-block: 24px;
}
@media (max-width: 640px) {
  div.comment_img_box .item_text dl {
    gap: 30px 16px;
  }
}
div.comment_img_box .item_text dl dt {
  font-weight: bold;
}
div.comment_img_box .item_text dl dd {
  margin-inline-start: 0;
}

.attention_box {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto !important;
  margin-top: 4% !important;
}
@media (max-width: 1080px) {
  .attention_box {
    width: 80%;
  }
}
@media (max-width: 810px) {
  .attention_box {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .attention_box {
    width: 100%;
    padding-inline: 10px;
  }
}

#point_up {
  width: 100%;
  margin-block: 4%;
  padding-block: max(60px, 6%);
  background: #cacaca;
}

.point_up_box {
  padding: 30px;
  margin-inline: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
}
@media (max-width: 1080px) {
  .point_up_box {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .point_up_box {
    padding: 24px 14px;
    margin-inline: 14px;
  }
}
@media (max-width: 450px) {
  .point_up_box {
    padding: 20px 10px;
  }
}
.point_up_box .box_left {
  width: 30%;
}
@media (max-width: 1080px) {
  .point_up_box .box_left {
    min-width: 230px;
  }
}
@media (max-width: 810px) {
  .point_up_box .box_left {
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .point_up_box .box_left {
    display: none;
  }
}
.point_up_box .box_right {
  width: calc(70% - 30px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto) 1fr;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .point_up_box .box_right {
    width: 100%;
    grid-template-rows: repeat(5, auto);
  }
}
@media (max-width: 640px) {
  .point_up_box .box_right {
    gap: 20px;
  }
}
.point_up_box .box_right .box_top_img {
  width: 70px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.point_up_box .box_right .box_top_img img {
  border-radius: 16px;
}
.point_up_box .box_right p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  padding-block: 10px;
}
@media (max-width: 810px) {
  .point_up_box .box_right p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .point_up_box .box_right p {
    line-height: 1.7;
  }
}
@media (max-width: 450px) {
  .point_up_box .box_right p {
    font-size: 14px;
  }
}
.point_up_box .box_right .point_btn_box {
  padding: 20px;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #000;
  font-family: "Spectral", serif;
  font-weight: bold;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  transition: 0.2s all;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .point_up_box .box_right .point_btn_box {
    width: 90%;
  }
}
@media (max-width: 810px) {
  .point_up_box .box_right .point_btn_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .point_up_box .box_right .point_btn_box {
    width: 90%;
  }
}
.point_up_box .box_right .point_btn_box:before {
  border: solid currentColor;
  border-width: 1px 1px 0 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  width: 15px;
  height: 15px;
}
.point_up_box .box_right .point_btn_box:hover {
  background: #000;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.point_up_box .box_right .point_btn_box:hover a {
  color: #fff !important;
}
.point_up_box .box_right a {
  color: #000;
}
.point_up_box .point_att {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .point_up_box .point_att {
    width: 90%;
  }
}
@media (max-width: 810px) {
  .point_up_box .point_att {
    width: 100%;
  }
}/*# sourceMappingURL=1031fair.css.map */