@import url(https://db.onlinewebfonts.com/c/e4a357440c07fdfa43d39f16ddde1ba6?family=Bodoni+W01+Poster);
@font-face {
  font-family: "songti";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://pawsliving.itembox.design/item/font/songti-sc-regular.woff") format("woff");
}
body {
  background: #d8f7fe;
}

div.contents_1003_top {
  background: #d8f7fe;
  width: 100%;
  min-height: 100vh;
}
div.contents_1003_top div.top_area {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
}
@media (max-width: 810px) {
  div.contents_1003_top div.top_area {
    overflow: hidden;
  }
}
div.contents_1003_top div.top_area div.date {
  position: absolute;
  font-family: "ads-piccolo", sans-serif, sans-serif;
  background: #fff;
  top: 44%;
  left: 41%;
  font-size: 2.6vw;
  letter-spacing: 2px;
  padding: 4px 12px;
  transform: rotate(-10deg);
}
@media (max-width: 810px) {
  div.contents_1003_top div.top_area div.date {
    font-size: 30px;
    white-space: nowrap;
    top: 40%;
    left: 3%;
  }
}
div.contents_1003_top div.top_area div.date span {
  font-size: 70%;
}
div.contents_1003_top div.top_area div.image_box {
  position: absolute;
}
div.contents_1003_top div.top_area div.image_box.logo_tent {
  bottom: 0;
  right: 10%;
  width: 60%;
}
@media (max-width: 810px) {
  div.contents_1003_top div.top_area div.image_box.logo_tent {
    width: 100%;
    right: -50%;
  }
}
@media (max-width: 640px) {
  div.contents_1003_top div.top_area div.image_box.logo_tent {
    width: 157%;
    right: -73%;
  }
}
div.contents_1003_top div.top_area div.image_box.door {
  bottom: 5%;
  right: 15%;
  width: 32%;
  animation: heartbeat 2.5s ease-in-out infinite;
}
@media (max-width: 640px) {
  div.contents_1003_top div.top_area div.image_box.door {
    bottom: 5%;
    right: -17%;
    width: 90%;
  }
}
div.contents_1003_top div.top_area div.image_box.door a span {
  top: 59%;
  left: 39%;
  position: absolute;
  color: #fff;
  font-family: "ads-piccolo", sans-serif;
  font-size: 26px;
  border-bottom: 4px solid #fff;
  display: block;
  width: 22%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1080px) {
  div.contents_1003_top div.top_area div.image_box.door a span {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  div.contents_1003_top div.top_area div.image_box.door a span {
    font-size: 30px;
  }
}
div.contents_1003_top div.top_area div.image_box.door a span.text2 {
  top: 74%;
}
div.contents_1003_top div.top_area div.image_box.dog_cat {
  bottom: 5%;
  left: 15%;
  width: 45%;
}
@media (max-width: 640px) {
  div.contents_1003_top div.top_area div.image_box.dog_cat {
    bottom: 5%;
    left: -38%;
    width: 109%;
  }
}
div.contents_1003_top div.top_area div.image_box.hata {
  top: -3%;
  right: 5%;
  width: 45%;
  transform: rotate(24deg);
  transform-origin: left center;
}
div.contents_1003_top div.top_area div.image_box.logo01 {
  width: 50%;
  left: 3.3%;
  top: 5%;
  animation: rotate3d-left 8s linear infinite;
}
@media (max-width: 640px) {
  div.contents_1003_top div.top_area div.image_box.logo01 {
    width: 87%;
    left: 3.3%;
    top: 13%;
  }
}
div.contents_1003_top div.top_area div.image_box.logo02 {
  width: 50%;
  left: 10%;
  top: 28%;
  animation: rotate3d-right 8s linear infinite;
}
@media (max-width: 640px) {
  div.contents_1003_top div.top_area div.image_box.logo02 {
    width: 87%;
    top: 26%;
  }
}
div.contents_1003_top div.top_area div.image_box img {
  width: 100%;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rotate3d-left {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform: perspective(800px) rotateY(360deg);
  }
}
@keyframes rotate3d-right {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform: perspective(800px) rotateY(-360deg);
  }
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.95);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.95);
  }
  40% {
    transform: scale(1);
  }
}
#contents {
  overflow: unset !important;
}
#contents div.innerBox {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
#contents div.innerBox main.fs-l-main {
  margin: 0;
}

div.leftBox {
  display: none;
}

div.contents_1003_home {
  background: #d8f7fe;
  overflow: hidden;
}
div.contents_1003_home div.header {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  position: relative;
}
@media (max-width: 640px) {
  div.contents_1003_home div.header .header_logo {
    width: 40%;
  }
}
div.contents_1003_home div.header .header_logo img {
  max-width: 300px;
}
div.contents_1003_home div.header .header_menu {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  top: 50%;
  right: 10vw;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  div.contents_1003_home div.header .header_menu {
    position: static;
    width: 60%;
    gap: 8px;
    transform: unset;
    justify-content: center;
  }
}
div.contents_1003_home div.header .header_menu a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
@media (max-width: 640px) {
  div.contents_1003_home div.header .header_menu a {
    font-size: 10px;
  }
}
div.contents_1003_home div.header .header_menu a:first-child {
  color: #f9e3f2;
}
div.contents_1003_home div.top_area {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  div.contents_1003_home div.top_area {
    overflow: hidden;
    margin: 0;
    padding-top: 24px;
  }
}
div.contents_1003_home div.top_area div.comment_area {
  width: 46%;
  position: relative;
  transform: translateY(-17%);
}
@media (max-width: 640px) {
  div.contents_1003_home div.top_area div.comment_area {
    width: 100%;
    padding: 32px;
  }
}
div.contents_1003_home div.top_area div.comment_area h2 {
  background: #fff;
  border-radius: 40px;
  padding: 200px 24px 88px;
  border: 2px solid #3078be;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
}
@media (max-width: 1080px) {
  div.contents_1003_home div.top_area div.comment_area h2 {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  div.contents_1003_home div.top_area div.comment_area h2 {
    min-height: auto;
    padding: 64px 32px;
    margin-top: 48px;
    font-size: 3.25vw;
    line-height: 25px;
  }
}
div.contents_1003_home div.top_area div.comment_area div.image_box {
  position: absolute;
}
div.contents_1003_home div.top_area div.comment_area div.image_box.img01 {
  bottom: -9%;
  left: -26%;
  width: 63%;
  transform: rotate(-13deg);
}
@media (max-width: 640px) {
  div.contents_1003_home div.top_area div.comment_area div.image_box.img01 {
    left: -10%;
  }
}
div.contents_1003_home div.top_area div.comment_area div.image_box.img02 {
  top: 20%;
  right: 0;
  width: 40%;
  transform: rotate(-13deg);
}
@media (max-width: 640px) {
  div.contents_1003_home div.top_area div.comment_area div.image_box.img02 {
    top: 24vw;
    right: -3vw;
    width: 50%;
  }
}
div.contents_1003_home div.top_area div.comment_area div.comment {
  transform: rotate(-13deg) translate(-32%, 85%);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  color: #3d9be9;
  font-family: "Bodoni Moda", "Noto Sans JP", sans-serif;
}
div.contents_1003_home div.top_area div.comment_area div.comment span {
  background: #fadf55;
  display: inline-block;
  margin: 2px;
  padding: 0 12px;
  font-family: "Bodoni W01 Poster";
  letter-spacing: 0.05em;
}
div.contents_1003_home div.top_area div.comment_area div.comment span span.t_kanji {
  margin: 0;
  padding: 0;
  background-color: unset;
  font-family: songti;
}
@media (max-width: 640px) {
  div.contents_1003_home div.top_area div.comment_area div.comment {
    top: 2%;
    left: -5%;
    font-size: 6vw;
    transform: rotate(-13deg) translate(-27%, 98%);
  }
}
div.contents_1003_home div.top_area div.image_area {
  width: 50%;
  padding: 16% 0 0 0;
  margin-left: -9.5%;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  div.contents_1003_home div.top_area div.image_area {
    margin: 0;
    padding: 0;
    width: 80%;
  }
}
div.contents_1003_home img {
  width: 100%;
}
div.contents_1003_home div.contents_area {
  background: #fad256;
  margin-top: 120px;
  padding-bottom: 96px;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area {
    margin-top: 48px;
  }
}
div.contents_1003_home div.contents_area div.bland_bg {
  position: relative;
  z-index: 1;
}
div.contents_1003_home div.contents_area div.bland_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 100/60;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 0;
}
div.contents_1003_home div.contents_area div.bland_bg2 {
  position: relative;
  z-index: 1;
}
div.contents_1003_home div.contents_area div.bland_bg2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 100/60;
  background: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  z-index: 0;
}
div.contents_1003_home div.contents_area div.brand_area {
  position: relative;
  z-index: 1;
}
div.contents_1003_home div.contents_area div.brand_area div.brand_logo_box {
  display: flex;
  justify-content: center;
  padding: 48px;
}
div.contents_1003_home div.contents_area div.brand_area div.brand_logo_box h3 {
  margin: 0;
  padding: 0;
  font-size: 40px;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area div.brand_area div.brand_logo_box h3 {
    font-size: 30px;
    display: block;
    text-align: center;
  }
}
div.contents_1003_home div.contents_area div.brand_area div.brand_logo_box h3 span {
  font-size: 60%;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area div.brand_area div.brand_logo_box h3 span {
    display: block;
    text-align: center;
  }
}
div.contents_1003_home div.contents_area div.brand_area div.brand_logo_box div.brand_logo {
  max-width: 200px;
}
div.contents_1003_home div.contents_area .GRANDCRU div.discription_area div.main_img_box {
  background: url("https://pawsliving.itembox.design/item/img/contents/2025/1003contents/maker/GRANDCRU/main.gif");
  background-size: cover;
  background-position: center center;
}
div.contents_1003_home div.contents_area .GRANDCRU div.discription_area div.discription_box div.img01 {
  width: 15%;
  bottom: 0;
  right: 8%;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .GRANDCRU div.discription_area div.discription_box div.img01 {
    width: 26%;
  }
}
div.contents_1003_home div.contents_area .GRANDCRU div.discription_area div.discription_box div.img02 {
  width: 18%;
  bottom: -18%;
  right: 20%;
  z-index: -1;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .GRANDCRU div.discription_area div.discription_box div.img02 {
    width: 44%;
    bottom: -11%;
    right: 66%;
  }
}
div.contents_1003_home div.contents_area .WOLFGANG div.discription_area div.main_img_box {
  background: url("https://pawsliving.itembox.design/item/img/contents/2025/1003contents/maker/WOLFGANG/main.jpg");
  background-size: cover;
  background-position: center center;
}
div.contents_1003_home div.contents_area .WOLFGANG div.discription_area div.discription_box div.img01 {
  width: 11%;
  bottom: 0;
  right: 23%;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .WOLFGANG div.discription_area div.discription_box div.img01 {
    width: 26%;
    right: 6%;
  }
}
div.contents_1003_home div.contents_area .WOLFGANG div.discription_area div.discription_box div.img02 {
  width: 14%;
  bottom: -8%;
  right: 10%;
  z-index: -1;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .WOLFGANG div.discription_area div.discription_box div.img02 {
    width: 44%;
    bottom: -11%;
    right: 66%;
  }
}
div.contents_1003_home div.contents_area .TAVO div.discription_area div.main_img_box {
  background: url("https://pawsliving.itembox.design/item/img/contents/2025/1003contents/maker/TAVO/main.jpg");
  background-size: cover;
  background-position: center center;
}
div.contents_1003_home div.contents_area .TAVO div.discription_area div.discription_box div.img01 {
  width: 14%;
  bottom: -5%;
  right: 22%;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .TAVO div.discription_area div.discription_box div.img01 {
    bottom: -3%;
    right: 67%;
    width: 33%;
  }
}
div.contents_1003_home div.contents_area .TAVO div.discription_area div.discription_box div.img02 {
  width: 15%;
  bottom: -13%;
  right: 11%;
  z-index: -1;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .TAVO div.discription_area div.discription_box div.img02 {
    width: 44%;
    bottom: -6%;
    right: -2%;
  }
}
div.contents_1003_home div.contents_area .LARULARU div.discription_area div.main_img_box {
  background: url("https://pawsliving.itembox.design/item/img/contents/2025/1003contents/maker/LARULARU/main.jpg");
  background-size: cover;
  background-position: center center;
}
div.contents_1003_home div.contents_area .LARULARU div.discription_area div.discription_box div.img01 {
  width: 13%;
  bottom: -16%;
  right: 8%;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .LARULARU div.discription_area div.discription_box div.img01 {
    width: 26%;
    bottom: -3%;
  }
}
div.contents_1003_home div.contents_area .LARULARU div.discription_area div.discription_box div.img02 {
  width: 13%;
  bottom: -19%;
  right: 20%;
  z-index: -1;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .LARULARU div.discription_area div.discription_box div.img02 {
    width: 44%;
    bottom: -11%;
    right: 66%;
  }
}
div.contents_1003_home div.contents_area .Link div.discription_area div.main_img_box {
  background: url("https://pawsliving.itembox.design/item/img/contents/2025/1003contents/maker/Link/main.jpg");
  background-size: cover;
  background-position: center center;
}
div.contents_1003_home div.contents_area .Link div.discription_area div.discription_box div.img01 {
  width: 11%;
  bottom: -15%;
  right: 8%;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .Link div.discription_area div.discription_box div.img01 {
    width: 26%;
    bottom: -2%;
    right: 0%;
  }
}
div.contents_1003_home div.contents_area .Link div.discription_area div.discription_box div.img02 {
  width: 15%;
  bottom: -17%;
  right: 17%;
  z-index: -1;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area .Link div.discription_area div.discription_box div.img02 {
    width: 44%;
    bottom: -11%;
    right: 66%;
  }
}
div.contents_1003_home div.contents_area div.photo_area {
  margin-bottom: 48px;
}
div.contents_1003_home div.contents_area div.photo_area div.photo_title {
  padding: 48px;
  text-align: center;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area div.photo_area div.photo_title {
    padding: 24px;
  }
}
div.contents_1003_home div.contents_area div.photo_area div.photo_title span {
  display: inline-block;
  padding-bottom: 0px;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
div.contents_1003_home div.contents_area div.photo_area div.photo_title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #fff;
  transition: 1.6s;
}
div.contents_1003_home div.contents_area div.photo_area div.photo_title span.inview::after {
  width: 100%;
}
div.contents_1003_home div.contents_area div.photo_area div.photo_box {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area div.photo_area div.photo_box {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
div.contents_1003_home div.contents_area div.photo_area div.photo_box > div {
  aspect-ratio: 1/1;
  overflow: hidden;
}
div.contents_1003_home div.contents_area div.discription_area {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-left: 10%;
  align-items: center;
  align-content: center;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  div.contents_1003_home div.contents_area div.discription_area {
    width: 100%;
    margin-left: 0%;
  }
}
div.contents_1003_home div.contents_area div.discription_area div.main_img_box {
  width: 60%;
  min-height: 80vh;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area div.discription_area div.main_img_box {
    width: 100%;
    aspect-ratio: 1/1;
    min-height: unset;
    margin-left: 0%;
  }
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box {
  width: 40%;
  padding: 48px 64px;
}
@media (max-width: 640px) {
  div.contents_1003_home div.contents_area div.discription_area div.discription_box {
    width: 100%;
    padding: 48px 48px 72px;
  }
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box div.image_box {
  position: absolute;
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box div.brand_logo {
  max-width: 150px;
  margin: 0 auto;
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.7);
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box p {
  padding: 24px 0;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box p b {
  font-weight: 700;
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box p.link_btn {
  text-align: center;
  margin: 0;
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box p.link_btn a {
  text-decoration: none;
  background: #fbcaec;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  padding: 16px 24px;
  transition: 0.8s;
}
div.contents_1003_home div.contents_area div.discription_area div.discription_box p.link_btn a:hover {
  background: #fadf55;
  color: #000;
}
div.contents_1003_home div.contents_area .tO {
  opacity: 0;
  transition: 1.6s;
}
div.contents_1003_home div.contents_area .tO.inview {
  opacity: 1;
}
div.contents_1003_home div.footer {
  background: #000;
  display: flex;
  justify-content: center;
  height: 64px;
  align-items: center;
}
div.contents_1003_home div.footer a {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
}

footer {
  display: none;
  visibility: hidden;
}

header div.wrapper {
  display: none;
  visibility: hidden;
}/*# sourceMappingURL=1003contents.css.map */