@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
:root {
  --color-white: #fff;
  --color-black: #222;
  --color-brown: #75412e;
  --color-magenta: #f05288;
  --color-aqua: #00bfcd;
  --color-purple: #8661c6;
  --color-orange-light: #fff3f2;
  --color-magenta-light: #fdeef3;
  --color-purple-light: #f3eff9;
  --color-yellow: #ffe9a4;
  --color-gray: #757070;
  --color-red: #e8383d;
  --color-orange: #ff897d;
  --inner-size: 96%;
  --font-josefin: "Josefin Sans", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
}

.lp-with-cats * {
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--color-brown);
}
.lp-with-cats em {
  font-weight: 700;
}
.lp-with-cats img {
  vertical-align: middle;
}
.lp-with-cats a:link {
  color: initial;
  text-decoration: none;
}
.lp-with-cats > section {
  overflow-x: clip;
}
.lp-with-cats-c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  width: fit-content;
  padding: 20px 40px;
  border-radius: 100vmax;
  color: var(--color-white) !important;
  background-color: var(--color-magenta);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-c-btn {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lp-with-cats-c-btn {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .lp-with-cats-c-btn:hover {
    opacity: 0.8;
  }
}
.lp-with-cats-c-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  border-radius: 2px;
  transform: rotate(45deg);
}
.lp-with-cats-c-btn.border {
  justify-content: flex-start;
  gap: 0 15px;
  padding: 20px 30px;
  background-color: transparent;
  border: 2px solid var(--color-brown);
  color: var(--color-brown) !important;
}
.lp-with-cats-c-btn.border::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-brown);
  border-right: 2px solid var(--color-brown);
  border-radius: 2px;
  transform: rotate(-135deg);
}
.lp-with-cats-c-btn.border::after {
  display: none;
}
.lp-with-cats .u-color-magenta {
  color: var(--color-magenta);
}
.lp-with-cats .u-color-magenta {
  color: var(--color-magenta);
}
.lp-with-cats .u-fw-regular {
  font-weight: 400;
}
.lp-with-cats .u-fw-bold {
  font-weight: 700;
}
.lp-with-cats .u-al-center {
  text-align: center;
}
@media screen and (max-width: 512px) {
  .lp-with-cats .u-default-fz {
    font-size: max(14px, 14 / 512 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .lp-with-cats .u-hide-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats .u-hide-md {
    display: none;
  }
}
@media screen and (min-width: 513px) {
  .lp-with-cats .u-hide-ovsp {
    display: none;
  }
}
@media screen and (max-width: 512px) {
  .lp-with-cats .u-hide-sp {
    display: none;
  }
}
.lp-with-cats-section__wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  z-index: 0;
}
.lp-with-cats-section__inner {
  width: var(--inner-size);
  max-width: 1100px;
  margin-inline: auto;
  padding-block: 140px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section__inner {
    max-width: min(max(345px / 2, 345 / 375 * 100vw), 600px);
    padding-block: max(50px / 2, 50 / 375 * 100vw);
  }
}
.lp-with-cats-section__inner.pad {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section__inner.pad {
    padding-top: max(160px / 2, 160 / 375 * 100vw);
  }
}
.lp-with-cats-section__title {
  position: relative;
  width: fit-content;
  padding-inline: 65px;
  margin-inline: auto;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section__title {
    padding-inline: max(50px / 2, 50 / 375 * 100vw);
    font-size: clamp(14px, 32 / 375 * 100vw, 45px);
  }
}
.lp-with-cats-section__title::before, .lp-with-cats-section__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 90%;
  background-color: var(--color-brown);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section__title::before, .lp-with-cats-section__title::after {
    bottom: 50%;
    height: 70%;
  }
}
.lp-with-cats-section__title::before {
  left: 0;
  transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section__title::before {
    left: max(10px / 2, 10 / 375 * 100vw);
    transform: translateY(50%) rotate(-35deg);
  }
}
.lp-with-cats-section__title::after {
  right: 0;
  transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section__title::after {
    right: max(10px / 2, 10 / 375 * 100vw);
    transform: translateY(50%) rotate(35deg);
  }
}
.lp-with-cats-section__sub-title {
  position: relative;
  padding-top: 70px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section__sub-title {
    font-size: clamp(14px, 30 / 375 * 100vw, 40px);
    line-height: 1.6666666667;
  }
}
.lp-with-cats-section__sub-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 50px;
  background: url(../image/lp_with-cats_title_deco.webp) no-repeat center/contain;
}
.lp-with-cats-mv {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-mv {
    height: max(307px / 2, 307 / 375 * 100vw);
  }
}
.lp-with-cats-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.lp-with-cats-mv__inner {
  width: var(--inner-size);
  max-width: 1334px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-mv__inner {
    max-width: max(345px / 2, 345 / 375 * 100vw);
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-mv__title {
    margin-top: max(22px / 2, 22 / 375 * 100vw);
  }
}
.lp-with-cats-mv__title-small {
  position: relative;
  display: block;
  padding-bottom: 28px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-mv__title-small {
    padding-bottom: max(22px / 2, 22 / 375 * 100vw);
    font-size: max(14px, 14 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
}
.lp-with-cats-mv__title-small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 28px;
  background: url(../image/lp_with-cats_mv_deco.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-mv__title-small::after {
    height: max(12px / 2, 12 / 375 * 100vw);
  }
}
.lp-with-cats-mv__title-large {
  display: block;
  margin-top: 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-magenta);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-mv__title-large {
    margin-top: max(2px / 2, 2 / 375 * 100vw);
    font-size: max(14px, 32 / 375 * 100vw);
    transform: translateX(max(-30px / 2, -30 / 375 * 100vw));
  }
}
.lp-with-cats-mv__title-large span {
  font-size: 60px;
  font-weight: 700;
  color: var(--color-magenta);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-mv__title-large span {
    font-size: max(14px, 25 / 375 * 100vw);
  }
}
.lp-with-cats-bg-block {
  position: relative;
  background: url(../image/lp_with-cats_sec02_bg.webp) repeat top left/600px 600px;
}
.lp-with-cats-bg-block::before, .lp-with-cats-bg-block::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 257px;
  aspect-ratio: 257/176;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-bg-block::before, .lp-with-cats-bg-block::after {
    display: none;
  }
}
.lp-with-cats-bg-block::before {
  background: url(../image/lp_with-cats_block-l.webp) no-repeat center/contain;
  left: 0;
}
.lp-with-cats-bg-block::after {
  right: 0;
  background: url(../image/lp_with-cats_block-r.webp) no-repeat center/contain;
}
.lp-with-cats-band {
  position: relative;
  background-color: var(--color-orange);
}
.lp-with-cats-band::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  display: inline-block;
  width: 100px;
  aspect-ratio: 100/28;
  background-color: var(--color-orange);
  transform: translate(-50%, -1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.lp-with-cats-band .lp-with-cats-section__inner {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-band .lp-with-cats-section__inner {
    padding-top: max(50px / 2, 50 / 375 * 100vw);
    padding-bottom: max(50px / 2, 50 / 375 * 100vw);
  }
}
.lp-with-cats-band .lp-with-cats-section__title {
  color: var(--color-white);
}
.lp-with-cats-band .lp-with-cats-section__title::before, .lp-with-cats-band .lp-with-cats-section__title::after {
  background-color: var(--color-white);
}
.lp-with-cats-band-text {
  margin-top: 20px;
  color: var(--color-white);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-band-text {
    font-size: clamp(14px, 20 / 375 * 100vw, 30px);
  }
}
.lp-with-cats-section01 img {
  max-width: 100%;
  height: auto;
}
.lp-with-cats-section01__col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 108px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section01__col {
    flex-direction: column;
    gap: max(20px / 2, 20 / 375 * 100vw) 0;
  }
}
.lp-with-cats-section01__image {
  max-width: 322px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section01__image {
    max-width: max(220px / 2, 220 / 375 * 100vw);
  }
}
.lp-with-cats-section01__title {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-aqua);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section01__title {
    font-size: clamp(14px, 35 / 375 * 100vw, 45px);
  }
}
.lp-with-cats-section01__title span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section01__title span {
    font-size: clamp(14px, 35 / 375 * 100vw, 45px);
  }
}
.lp-with-cats-section01__text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 2.7777777778;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section01__text {
    margin-top: max(20px / 2, 20 / 375 * 100vw);
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0;
  }
}
.lp-with-cats-section02 img {
  max-width: 100%;
  height: auto;
}
.lp-with-cats-section02__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section02__list {
    grid-template-columns: repeat(1, 1fr);
    gap: max(30px / 2, 30 / 375 * 100vw) 0;
    margin-top: max(30px / 2, 30 / 375 * 100vw);
  }
}
.lp-with-cats-section02__list li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-with-cats-section02__list li:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section02__list li img {
    max-width: 340px;
  }
}
.lp-with-cats-section02__list-title {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section02__list-title {
    margin-top: max(20px / 2, 20 / 375 * 100vw);
    font-size: clamp(14px, 18 / 375 * 100vw, 23px);
  }
}
.lp-with-cats-section-point {
  position: relative;
  padding-bottom: 140px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point {
    padding-bottom: max(60px / 2, 60 / 375 * 100vw);
  }
}
.lp-with-cats-section-point img {
  max-width: 100%;
  height: auto;
}
.lp-with-cats-section-point__num {
  position: absolute;
  top: 64px;
  left: -86px;
  font-family: var(--font-josefin);
  font-size: 450px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-white);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__num {
    top: max(30px / 2, 30 / 375 * 100vw);
    left: max(-66px / 2, -66 / 375 * 100vw);
    font-size: clamp(14px, 180 / 375 * 100vw, 450px);
  }
}
.lp-with-cats-section-point__text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__text {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__list {
    padding-inline: max(15px / 2, 15 / 375 * 100vw);
  }
}
.lp-with-cats-section-point__list li {
  display: flex;
  align-items: center;
  gap: 0 4.8387096774%;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__list li {
    align-items: flex-start;
    flex-direction: column;
    gap: max(20px / 2, 20 / 375 * 100vw) 0;
    margin-top: max(30px / 2, 30 / 375 * 100vw);
  }
}
.lp-with-cats-section-point__list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__list li:nth-child(even) {
    flex-direction: column;
  }
}
.lp-with-cats-section-point__list-reverse {
  margin-top: 150px !important;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__list-reverse {
    margin-top: max(30px / 2, 30 / 375 * 100vw) !important;
  }
}
.lp-with-cats-section-point__list-image {
  position: relative;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__list-image {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .lp-with-cats-section-point__list-detail {
    max-width: 530px;
  }
}
.lp-with-cats-section-point__list-copy {
  display: inline-block;
  padding: 3px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  border: 1px solid var(--color-brown);
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__list-copy {
    font-size: 16px;
  }
}
.lp-with-cats-section-point__list-title {
  margin-block: 10px 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__list-title {
    font-size: clamp(14px, 27 / 375 * 100vw, 35px);
  }
}
.lp-with-cats-section-point__list-text {
  margin-top: 20px;
  line-height: 2.25;
}
.lp-with-cats-section-point__box {
  padding: 60px 15px;
  margin-top: 100px;
  border-width: 4px;
  border-style: solid;
  border-right: none;
  border-left: none;
  background-color: #fff;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__box {
    padding: max(50px / 2, 50 / 375 * 100vw) max(15px / 2, 15 / 375 * 100vw);
    margin-top: max(30px / 2, 30 / 375 * 100vw);
  }
}
.lp-with-cats-section-point__box-inner {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 4.8387096774%;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__box-inner {
    flex-direction: column;
    gap: max(20px / 2, 20 / 375 * 100vw) 0;
  }
}
.lp-with-cats-section-point__box-image {
  position: relative;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .lp-with-cats-section-point__box-detail {
    max-width: 530px;
  }
}
.lp-with-cats-section-point__box-copy {
  display: inline-block;
  padding: 3px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  border: 1px solid var(--color-brown);
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__box-copy {
    font-size: 16px;
  }
}
.lp-with-cats-section-point__box-title {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section-point__box-title {
    font-size: clamp(14px, 27 / 375 * 100vw, 35px);
  }
}
.lp-with-cats-section-point__box-text {
  margin-top: 20px;
  line-height: 2.25;
}
.lp-with-cats-section-point__list-annotation {
  font-size: 12px;
  margin: 10px 5px 0;
  color: var(--color-gray);
}
.lp-with-cats-section03 {
  background-color: var(--color-orange-light);
}
.lp-with-cats-section03__cat {
  position: absolute;
  top: 301px;
  right: 35px;
  width: 236px;
  z-index: -1;
}
@media (max-width: 1080px) {
  .lp-with-cats-section03__cat {
    top: 380px;
    right: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section03__cat {
    top: max(55px / 2, 55 / 375 * 100vw);
    width: max(150px / 2, 150 / 375 * 100vw);
  }
}
.lp-with-cats-section03 .lp-with-cats-section__sub-title,
.lp-with-cats-section03 .lp-with-cats-section-point__list-title,
.lp-with-cats-section03 .lp-with-cats-section-point__box-title {
  color: var(--color-orange);
}
.lp-with-cats-section03 .lp-with-cats-section-point__box {
  border-color: var(--color-orange);
}
.lp-with-cats-section03 .lp-with-cats-section-point__list {
  display: block;
}
.lp-with-cats-section03 .lp-with-cats-section-point__list li:nth-child(even) {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section03 .lp-with-cats-section-point__list li:nth-child(even) {
    flex-direction: column;
  }
}
.lp-with-cats-section03 .lp-with-cats-section-point__list-detail {
  max-width: 1000px;
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row {
  margin-block: 100px 0;
  padding-inline: max(7.5px, 4vw);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section03 .lp-with-cats-section-point__list__row {
    margin-block: max(10px, 8vw) 0;
  }
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row-col {
  margin-block: 30px 0;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section03 .lp-with-cats-section-point__list__row-col {
    margin-block: 0;
  }
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row-col-item-head {
  padding-block: 10px;
  background-color: var(--color-orange);
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section03 .lp-with-cats-section-point__list__row-col-item-head {
    padding: 10px;
    font-size: 20px;
    border-radius: 5px 5px 0 0;
  }
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row-col-item-head .small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section03 .lp-with-cats-section-point__list__row-col-item-head .small {
    font-size: 16px;
  }
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row-col-item-title {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row-col-item-text {
  margin: 10px 0 0;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section03 .lp-with-cats-section-point__list__row-col-item-text {
    margin: 10px 0 0;
  }
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row-col-item-text .small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.lp-with-cats-section03 .lp-with-cats-section-point__list__row-col.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 16px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section03 .lp-with-cats-section-point__list__row-col.col3 {
    grid-template-columns: 1fr;
    gap: 20px 16px;
  }
}
.lp-with-cats-section04 {
  background-color: var(--color-purple-light);
}
.lp-with-cats-section04__cat {
  position: absolute;
  top: 256px;
  right: 67px;
  width: 240px;
  z-index: -1;
}
@media (max-width: 1080px) {
  .lp-with-cats-section04__cat {
    top: 300px;
    right: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section04__cat {
    top: min(-25px, -25 / 375 * 100vw);
    right: max(27px / 2, 27 / 375 * 100vw);
    width: max(120px / 2, 120 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section04 .lp-with-cats-section__sub-title {
    width: 104%;
    margin-left: -2%;
  }
}
.lp-with-cats-section04 .lp-with-cats-section__sub-title,
.lp-with-cats-section04 .lp-with-cats-section-point__list-title,
.lp-with-cats-section04 .lp-with-cats-section-point__box-title {
  color: var(--color-purple);
}
.lp-with-cats-section04 .lp-with-cats-section-point__box {
  border-color: var(--color-purple);
}
.lp-with-cats-section04 .lp-with-cats-section-point__box-inner {
  position: relative;
}
.lp-with-cats-section04 .lp-with-cats-section-point__box-cat {
  position: absolute;
  top: -128px;
  left: 0;
  right: 0;
  width: 170px;
  margin-inline: auto;
  transform: translateX(-58px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section04 .lp-with-cats-section-point__box-cat {
    top: min(-70px, -70 / 375 * 100vw);
    transform: translateX(max(40px / 2, 40 / 375 * 100vw));
    width: max(90px / 2, 90 / 375 * 100vw);
  }
}
.lp-with-cats-section05 {
  background-color: var(--color-magenta-light);
  padding-bottom: 0;
}
.lp-with-cats-section05__cat {
  position: absolute;
  top: -40px;
  right: 115px;
  width: 270px;
  z-index: -1;
}
@media (max-width: 1080px) {
  .lp-with-cats-section05__cat {
    top: 300px;
    right: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section05__cat {
    top: min(-40px, -40 / 375 * 100vw);
    right: max(31px / 2, 31 / 375 * 100vw);
    width: max(120px / 2, 120 / 375 * 100vw);
  }
}
.lp-with-cats-section05__stamp {
  position: absolute;
  top: -260px;
  left: 380px;
  width: 340px;
  z-index: 1;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section05__stamp {
    display: none;
  }
}
.lp-with-cats-section05 .lp-with-cats-section__sub-title,
.lp-with-cats-section05 .lp-with-cats-section-point__list-title,
.lp-with-cats-section05 .lp-with-cats-section-point__box-title {
  color: var(--color-magenta);
}
.lp-with-cats-section05 .lp-with-cats-section-point__list {
  flex-direction: row-reverse;
}
.lp-with-cats-section05 .lp-with-cats-section-point__list li:last-child {
  position: relative;
}
.lp-with-cats-section05 .lp-with-cats-section-point__list-cat {
  position: absolute;
  top: -60px;
  right: 20px;
  width: 250px;
  z-index: -1;
}
@media (max-width: 1300px) {
  .lp-with-cats-section05 .lp-with-cats-section-point__list-cat {
    top: max(-220px / 2, -220 / 375 * 100vw);
    width: max(70px / 2, 70 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section05 .lp-with-cats-section-point__list-cat {
    display: none;
  }
}
.lp-with-cats-section05 .small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.lp-with-cats-section06 {
  background-color: var(--color-magenta-light);
}
.lp-with-cats-section06 .lp-with-cats-section__inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06 .lp-with-cats-section__inner {
    padding-top: max(50px / 2, 50 / 375 * 100vw);
  }
}
.lp-with-cats-section06__frame {
  background-color: var(--color-white);
  border: 4px solid var(--color-brown);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame {
    max-width: 600px;
    margin-inline: auto;
  }
}
.lp-with-cats-section06__frame-title {
  padding: 30px;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-brown);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-title {
    padding: max(15px / 2, 15 / 375 * 100vw) max(10px / 2, 10 / 375 * 100vw);
    font-size: clamp(14px, 18 / 375 * 100vw, 28px);
  }
}
.lp-with-cats-section06__frame-inner {
  max-width: 895px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0 5.8479532164%;
  padding: 60px 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-inner {
    flex-direction: column;
    gap: max(20px / 2, 20 / 375 * 100vw) 0;
    padding: max(40px / 2, 40 / 375 * 100vw) max(15px / 2, 15 / 375 * 100vw);
  }
}
.lp-with-cats-section06__frame-image {
  width: 50.2923976608%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-image {
    width: 100%;
  }
}
.lp-with-cats-section06__frame-text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-text {
    font-size: 14px;
  }
}
.lp-with-cats-section06__frame-lineup-wrap {
  padding: 30px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-lineup-wrap {
    padding: max(20px / 2, 20 / 375 * 100vw);
  }
}
.lp-with-cats-section06__frame-lineup-title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: var(--color-brown);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-lineup-title {
    font-size: clamp(14px, 20 / 375 * 100vw, 30px);
  }
}
.lp-with-cats-section06__frame-lineup-text {
  display: block;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-lineup-text {
    margin-top: max(10px / 2, 10 / 375 * 100vw);
    font-size: clamp(14px, 14 / 375 * 100vw, 18px);
  }
}
.lp-with-cats-section06__frame-lineup-inner {
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5.4347826087%;
  padding: 30px 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-lineup-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: max(20px / 2, 20 / 375 * 100vw) 0;
    padding: max(40px / 2, 40 / 375 * 100vw) max(15px / 2, 15 / 375 * 100vw);
  }
}
.lp-with-cats-section06__frame-lineup-item-title {
  padding: 15px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-brown);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-lineup-item-title {
    padding: max(10px / 2, 10 / 375 * 100vw);
    font-size: clamp(14px, 18 / 375 * 100vw, 25px);
  }
}
.lp-with-cats-section06__frame-lineup-item img {
  width: 100%;
  height: auto;
}
.lp-with-cats-section06__frame-lineup-item-list {
  margin-top: 10px;
}
.lp-with-cats-section06__frame-lineup-item-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #999;
}
.lp-with-cats-section06__frame-lineup-item-list li img {
  width: auto;
  height: 21px;
}
.lp-with-cats-section06__frame-lineup-item-list li span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-noto-sans);
  font-size: 14px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section06__frame-lineup-item-list li span {
    font-size: 12px;
  }
}
.lp-with-cats-section07 {
  position: relative;
  background: #ffe2cf url(../image/lp_with-cats_sec07_bg.webp) repeat top left/11px 11px;
}
.lp-with-cats-section07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../image/lp_with-cats_sec06_bg_bottom.webp) no-repeat center/cover;
}
@media screen and (min-width: 1441px) {
  .lp-with-cats-section07::before {
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07::before {
    background: url(../image/sp/lp_with-cats_sec06_bg_bottom.webp) no-repeat center/cover;
    height: max(18px / 2, 18 / 375 * 100vw);
  }
}
.lp-with-cats-section07 img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1441px) {
  .lp-with-cats-section07 .lp-with-cats-section__inner {
    padding-top: calc(100px + 2.7777777778vw);
  }
}
.lp-with-cats-section07__cat {
  position: absolute;
  top: -110px;
  left: 151px;
  width: 170px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__cat {
    display: none;
  }
}
.lp-with-cats-section07__stamp {
  position: absolute;
  top: 60px;
  right: -45px;
  width: 172px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__stamp {
    display: none;
  }
}
.lp-with-cats-section07__family {
  position: relative;
  width: fit-content;
  padding: 14px 37px;
  margin-top: 60px;
  color: var(--color-white);
  background-color: var(--color-aqua);
  font-size: 24px;
  font-weight: 500;
  border-radius: 100vmax;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__family {
    margin-top: max(30px / 2, 30 / 375 * 100vw);
    margin-inline: auto;
  }
}
.lp-with-cats-section07__family::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: inline-block;
  width: 40px;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background-color: var(--color-aqua);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
.lp-with-cats-section07__box {
  margin-top: 6px;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__box {
    max-width: 600px;
    margin-inline: auto;
  }
}
.lp-with-cats-section07__box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
  font-size: 40px;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-brown);
  border-radius: 10px 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__box-title {
    padding: max(20px / 2, 20 / 375 * 100vw) max(15px / 2, 15 / 375 * 100vw);
    font-size: clamp(14px, 26 / 375 * 100vw, 40px);
  }
}
.lp-with-cats-section07__box-inner {
  padding: 40px 4.5454545455% 50px;
  border-radius: 0 0 10px 10px;
  border: 4px solid var(--color-brown);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__box-inner {
    padding: max(20px / 2, 20 / 375 * 100vw) max(12px / 2, 12 / 375 * 100vw);
  }
}
.lp-with-cats-section07__box-flex {
  display: flex;
  align-items: flex-start;
  gap: 0 2.7272727273%;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__box-flex {
    flex-direction: column;
    gap: max(30px / 2, 30 / 375 * 100vw) 0;
  }
}
.lp-with-cats-section07__box-mainImage {
  flex-shrink: 0;
  width: 60%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__box-mainImage {
    width: 100%;
  }
}
.lp-with-cats-section07__box-familyImage {
  width: 100%;
  height: auto;
}
.lp-with-cats-section07__box-detail {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__box-detail > div {
    margin-top: max(5px / 2, 5 / 375 * 100vw);
  }
}
.lp-with-cats-section07__box-detail dt,
.lp-with-cats-section07__box-detail dd {
  display: inline;
  letter-spacing: 0;
}
.lp-with-cats-section07__box-detail dt {
  flex-shrink: 0;
  font-weight: 700;
}
.lp-with-cats-section07__box-detail dd::before {
  content: "：";
}
.lp-with-cats-section07__box-text-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__box-text-wrap {
    margin-top: max(20px / 2, 20 / 375 * 100vw);
  }
}
.lp-with-cats-section07__box-text {
  line-height: 2.25;
}
.lp-with-cats-section07__box-text + .lp-with-cats-section07__box-text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__box-text + .lp-with-cats-section07__box-text {
    margin-top: 5px;
  }
}
.lp-with-cats-section07__col-wrap {
  position: relative;
}
.lp-with-cats-section07__col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2.1818181818%;
  margin-top: 90px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__col {
    grid-template-columns: repeat(2, 1fr);
    gap: max(14px / 2, 14 / 375 * 100vw);
    margin-top: max(30px / 2, 30 / 375 * 100vw);
    margin-bottom: max(40px / 2, 40 / 375 * 100vw);
  }
}
.lp-with-cats-section07__col-image {
  width: 100%;
  height: auto;
}
.lp-with-cats-section07__col-text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__col-text {
    margin-top: max(10px / 2, 10 / 375 * 100vw);
    font-size: 15px;
  }
}
.lp-with-cats-section07__btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section07__btn-wrap {
    margin-top: max(30px / 2, 30 / 375 * 100vw);
  }
}
.lp-with-cats-section07__btn-wrap .lp-with-cats-c-btn {
  margin-inline: auto;
}
.lp-with-cats-section08__text {
  margin-top: 40px;
  line-height: 2.25;
  text-align: center;
}
.lp-with-cats-section08__model {
  position: relative;
  display: block;
  overflow: initial;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .lp-with-cats-section08__model:hover {
    opacity: 0.8;
  }
}
.lp-with-cats-section08__model-ribbon {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 203px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 880px) {
  .lp-with-cats-section08__model-ribbon {
    top: -140px;
  }
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__model-ribbon {
    top: -100px;
  }
}
@media screen and (max-width: 512px) {
  .lp-with-cats-section08__model-ribbon {
    top: max(-120px / 2, -120 / 512 * 100vw);
  }
}
.lp-with-cats-section08__model-ribbon img {
  width: 100%;
  max-width: 994px;
  height: auto;
}
.lp-with-cats-section08__model-wrap {
  position: relative;
  display: block;
  margin-top: 185px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__model-wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 512px) {
  .lp-with-cats-section08__model-wrap {
    margin-top: max(100px / 2, 100 / 512 * 100vw);
  }
}
.lp-with-cats-section08__model-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__model-inner {
    flex-direction: column;
  }
}
.lp-with-cats-section08__model-image {
  width: 408px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__model-image {
    width: 100%;
    height: 50vw;
  }
}
.lp-with-cats-section08__model-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.lp-with-cats-section08__model-detail {
  width: 692px;
  padding: 70px 50px 30px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__model-detail {
    width: 100%;
    padding: 20px;
  }
}
.lp-with-cats-section08__model-special {
  display: inline-block;
  position: relative;
  padding: 0.2em 2em 0.2em 2.5em;
  border-radius: 5px 5px 0 0;
  background-color: #5f91e4;
  color: var(--color-white);
  font-family: var(--font-noto-sans);
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-align: center;
}
.lp-with-cats-section08__model-special::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #5f91e4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.lp-with-cats-section08__model-benefit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5em 0 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__model-benefit {
    justify-content: center;
    width: 110%;
    margin-left: -5%;
  }
}
.lp-with-cats-section08__model-benefit-01 {
  display: inline-block;
  color: var(--color-brown);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.lp-with-cats-section08__model-benefit-01 .middle {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-brown);
}
.lp-with-cats-section08__model-benefit-01 .small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-brown);
}
.lp-with-cats-section08__model-benefit-02 {
  display: inline-block;
  margin-left: -30px;
  color: var(--color-magenta);
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 512px) {
  .lp-with-cats-section08__model-benefit-02 {
    font-size: 50px;
    margin-left: 0;
  }
}
.lp-with-cats-section08__model-benefit-03 {
  display: inline-block;
  margin-left: -25px;
  color: var(--color-brown);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__model-benefit-03 {
    margin-left: 0;
  }
}
.lp-with-cats-section08__model-criteria {
  position: relative;
  display: block;
  width: fit-content;
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 5px 5px 0 0;
  background-color: #5f91e4;
  color: var(--color-white);
  font-family: var(--font-noto-sans);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp-with-cats-section08__model-criteria::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #5f91e4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.lp-with-cats-section08__model-text {
  padding: 0.75em;
  border-radius: 0 5px 5px 5px;
  background-color: #f5f5f5;
  color: #222;
  font-family: var(--font-noto-sans);
  font-size: 14px;
}
.lp-with-cats-section08__model-text span {
  color: #222;
}
.lp-with-cats-section08__model-btn {
  padding-top: 20px;
  text-align: center;
}
.lp-with-cats-section08__model-btn img {
  width: 100%;
  max-width: 525px;
  height: auto;
}
.lp-with-cats-section08__box {
  margin-top: 80px;
  background-color: var(--color-white);
}
.lp-with-cats-section08__box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-brown);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__box-title {
    padding: max(20px / 2, 20 / 375 * 100vw) max(10px / 2, 10 / 375 * 100vw);
    font-size: clamp(14px, 22 / 375 * 100vw, 28px);
  }
}
.lp-with-cats-section08__box-inner {
  padding: 10px 15px 50px;
  border: 4px solid var(--color-brown);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__box-inner {
    padding: max(10px / 2, 10 / 375 * 100vw) max(10px / 2, 10 / 375 * 100vw) max(40px / 2, 40 / 375 * 100vw);
  }
}
.lp-with-cats-section08__box-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 5.4545454545% 0;
  gap: 100px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__box-flex {
    flex-direction: column;
    padding: max(20px / 2, 20 / 375 * 100vw) max(5px / 2, 5 / 375 * 100vw) 0;
  }
}
@media screen and (max-width: 512px) {
  .lp-with-cats-section08__box-flex {
    gap: max(100px / 2, 100 / 512 * 100vw) max(50px / 2, 50 / 512 * 100vw);
  }
}
.lp-with-cats-section08__box-flex-image {
  width: 100%;
  height: auto;
}
.lp-with-cats-section08__box-flex-title {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 512px) {
  .lp-with-cats-section08__box-flex-title {
    padding-top: max(20px / 2, 20 / 512 * 100vw);
    font-size: clamp(14px, 20 / 375 * 100vw, 28px);
  }
}
.lp-with-cats-section08__box-flex-text {
  padding: 0 20px;
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 512px) {
  .lp-with-cats-section08__box-flex-text {
    padding: 0;
    margin-top: max(10px / 2, 10 / 375 * 100vw);
  }
}
.lp-with-cats-section08__btn-wrap {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__btn-wrap {
    margin-top: max(30px / 2, 30 / 375 * 100vw);
  }
}
.lp-with-cats-section08__btn-wrap.bottom {
  margin-top: 80px;
}
.lp-with-cats-section08__btn-wrap .lp-with-cats-c-btn {
  margin-inline: auto;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats-section08__btn-wrap .lp-with-cats-c-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 512px) {
  .lp-with-cats-section08__btn-wrap .lp-with-cats-c-btn.large {
    gap: 0 5px;
    padding: 20px 15px;
  }
}
.lp-with-cats__campaign-btn {
  position: fixed;
  right: 5px;
  bottom: 20px;
  display: block;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-with-cats__campaign-btn {
    bottom: 60px;
  }
}
@media (any-hover: hover) {
  .lp-with-cats__campaign-btn:hover {
    opacity: 0.8;
  }
}
.lp-with-cats__campaign-btn-image {
  width: 329px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-with-cats__campaign-btn-image {
    width: 177px;
  }
}
@media screen and (max-width: 512px) {
  .lp-with-cats__campaign-btn-image {
    width: max(177px / 2, 177 / 512 * 100vw);
  }
}
.lp-with-cats__campaign-btn-close {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .lp-with-cats__campaign-btn-close {
    width: 23px;
    height: auto;
  }
}
@media screen and (max-width: 512px) {
  .lp-with-cats__campaign-btn-close {
    top: max(20px / 2, 20 / 512 * 100vw);
    right: max(10px / 2, 10 / 512 * 100vw);
    width: max(23px / 2, 23 / 512 * 100vw);
    min-width: 20px;
  }
}