@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.pet-intro {
  background-image: url(../../img/common/bg_paper.webp);
  padding-top: 90px;
  padding-bottom: 70px;
}
@media (max-width: 428px) {
  .pet-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.pet-intro > .m-inner > .ttl {
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  font-family: "Hina Mincho", serif;
}
@media (max-width: 428px) {
  .pet-intro > .m-inner > .ttl {
    font-size: 18px;
  }
}
.pet-intro > .m-inner > .desc {
  font-family: "Hina Mincho", serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 2em;
}
@media (max-width: 428px) {
  .pet-intro > .m-inner > .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.8em;
  }
}
.pet-intro > .m-inner > .desc:nth-child(2) {
  margin-top: 20px;
}
.pet-intro > .m-inner > .list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 428px) {
  .pet-intro > .m-inner > .list {
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
  }
}
@media (max-width: 428px) {
  .pet-intro > .m-inner > .list > li {
    width: 202px;
  }
  .pet-intro > .m-inner > .list > li a {
    width: 100%;
  }
}
.pet-intro > .m-inner > .imgWrap {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 428px) {
  .pet-intro > .m-inner > .imgWrap {
    flex-wrap: wrap;
  }
}
.pet-intro > .m-inner > .imgWrap > img {
  display: block;
  width: 250px;
}
@media (max-width: 428px) {
  .pet-intro > .m-inner > .imgWrap > img {
    width: calc((100% - 8px) / 2);
  }
}

.pet-sougi {
  padding-top: 132px;
}
@media (max-width: 428px) {
  .pet-sougi {
    padding-top: 80px;
  }
}
.pet-sougi > .lead {
  line-height: 2;
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 428px) {
  .pet-sougi > .lead {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 30px;
  }
}
.pet-sougi > .listReason {
  width: fit-content;
  margin: 20px auto 0;
  position: relative;
}
@media (max-width: 428px) {
  .pet-sougi > .listReason {
    padding-bottom: 140px;
  }
}
.pet-sougi > .listReason:before {
  content: "";
  display: block;
  width: 128px;
  aspect-ratio: 256/308;
  background-image: url(../../img/pet/deco_sougi01.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: -213px;
}
@media (max-width: 428px) {
  .pet-sougi > .listReason:before {
    top: auto;
    bottom: -10px;
    width: 100px;
    left: 50%;
    transform: translateX(-120px);
  }
}
.pet-sougi > .listReason:after {
  content: "";
  display: block;
  width: 79px;
  aspect-ratio: 158/270;
  background-image: url(../../img/pet/deco_sougi02.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 9px;
  right: -167px;
}
@media (max-width: 428px) {
  .pet-sougi > .listReason:after {
    top: auto;
    bottom: 0;
    width: 60px;
    right: 50%;
    transform: translateX(90px);
  }
}
.pet-sougi > .listReason > li {
  font-size: 16px;
  line-height: 2;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 428px) {
  .pet-sougi > .listReason > li {
    font-size: 14px;
  }
}
.pet-sougi > .listReason > li:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/16;
  margin-top: 0.6em;
  margin-right: 9px;
  background-image: url(../../img/common/icn_check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.pet-sougi > .desc {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .pet-sougi > .desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pet-sougi > .listPlan {
  margin: 50px auto 0;
  background-color: #F5F5F5;
  width: 1080px;
  max-width: 100%;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
  gap: 50px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan {
    gap: 30px;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.pet-sougi > .listPlan > .group {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group {
    width: 100%;
  }
}
.pet-sougi > .listPlan > .group:last-of-type > dt > .wrap {
  padding-right: 12px;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group:last-of-type > dt > .wrap {
    padding-right: 0;
    width: calc(100% + 1em);
  }
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group:last-of-type > dt > .wrap .price {
    padding-right: 1em;
  }
}
.pet-sougi > .listPlan > .group > dt > img {
  display: block;
  width: 100%;
}
.pet-sougi > .listPlan > .group > dt > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group > dt > .wrap {
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }
}
.pet-sougi > .listPlan > .group > dt > .wrap > .txt {
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  line-height: 1.4333333333;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group > dt > .wrap > .txt {
    font-size: 20px;
  }
}
.pet-sougi > .listPlan > .group > dt > .wrap .small {
  font-size: 24px;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group > dt > .wrap .small {
    font-size: 18px;
  }
}
.pet-sougi > .listPlan > .group > dt > .wrap .price {
  margin-left: auto;
}
.pet-sougi > .listPlan > .group > dd {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 23px;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group > dd {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.pet-sougi > .listPlan > .group > dd.mt0 {
  margin-top: 0;
}
.pet-sougi > .listPlan > .group > dd > .desc {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group > dd > .desc {
    font-size: 14px;
  }
}
.pet-sougi > .listPlan > .group > dd > .pointList {
  margin-top: 16px;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group > dd > .pointList {
    margin-top: 12px;
  }
}
.pet-sougi > .listPlan > .group > dd > .pointList > li {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #897764;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group > dd > .pointList > li {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.8;
  }
}
.pet-sougi > .listPlan > .group > dd > .pointList > li:before {
  content: "・";
}
.pet-sougi > .listPlan > .group > dd > .pointList > li .small {
  font-size: 16px;
  vertical-align: middle;
  padding-top: 0.3em;
}
@media (max-width: 428px) {
  .pet-sougi > .listPlan > .group > dd > .pointList > li .small {
    font-size: 13px;
    padding-top: 0.2em;
  }
}
.pet-sougi .summary {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 428px) {
  .pet-sougi .summary {
    font-size: 14px;
    margin-top: 30px;
  }
}

.pet-add {
  margin-top: 50px;
  padding-top: 90px;
  padding-bottom: 80px;
  background-image: url(../../img/pet/bg_add.webp);
}
@media (max-width: 428px) {
  .pet-add {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.pet-add > .m-inner > .ttl {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4333333333;
  text-align: center;
}
@media (max-width: 428px) {
  .pet-add > .m-inner > .ttl {
    font-size: 22px;
  }
}
.pet-add > .m-inner > .desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .pet-add > .m-inner > .desc {
    font-size: 14px;
  }
}
.pet-add > .m-inner > .desc:last-of-type {
  margin-top: 50px;
}
.pet-add > .m-inner > .list {
  width: 1080px;
  max-width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 68px;
}
@media (max-width: 428px) {
  .pet-add > .m-inner > .list {
    gap: 30px;
    flex-direction: column;
    margin-top: 30px;
  }
}
.pet-add > .m-inner > .list > .group {
  width: 309px;
}
@media (max-width: 428px) {
  .pet-add > .m-inner > .list > .group {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .pet-add > .m-inner > .list > .group > dt {
    margin-top: 8px;
  }
}
.pet-add > .m-inner > .list > .group > dt > img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.pet-add > .m-inner > .list > .group > dt > .menu {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  line-height: 1.4583333333;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 428px) {
  .pet-add > .m-inner > .list > .group > dt > .menu {
    font-size: 20px;
  }
}
.pet-add > .m-inner > .list > .group > dt > .price {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  line-height: 1.4583333333;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 428px) {
  .pet-add > .m-inner > .list > .group > dt > .price {
    font-size: 20px;
  }
}
.pet-add > .m-inner > .list > .group > dd {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 8px;
  width: calc(100% + 1em);
  text-align: center;
}
@media (max-width: 428px) {
  .pet-add > .m-inner > .list > .group > dd {
    font-size: 14px;
    width: 100%;
  }
}

.pet-kasou {
  padding-top: 126px;
}
@media (max-width: 428px) {
  .pet-kasou {
    padding-top: 80px;
  }
}
.pet-kasou > .desc {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 2em;
}
@media (max-width: 428px) {
  .pet-kasou > .desc {
    font-size: 14px;
    margin-top: 1.8em;
    line-height: 1.8;
  }
}
.pet-kasou > .orderList {
  margin-top: 70px;
  border-top: 1px solid #F5F5F5;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList {
    margin-top: 20px;
  }
}
.pet-kasou > .orderList > li {
  padding: 25px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li {
    flex-direction: column;
    gap: 20px;
    padding: 25px 0;
  }
}
.pet-kasou > .orderList > li > .wrap {
  width: 532px;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap {
    width: 100%;
  }
}
.pet-kasou > .orderList > li > .wrap.long {
  width: 561px;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap.long {
    width: 100%;
  }
}
.pet-kasou > .orderList > li > .wrap > .ttl {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap > .ttl {
    gap: 7px;
  }
}
.pet-kasou > .orderList > li > .wrap > .ttl > .order {
  width: 95px;
  aspect-ratio: 95/95;
  border-radius: 50%;
  background-color: #8DAB77;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap > .ttl > .order {
    width: 64px;
    min-width: 64px;
  }
}
.pet-kasou > .orderList > li > .wrap > .ttl > .order > .txt {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap > .ttl > .order > .txt {
    font-size: 12px;
  }
}
.pet-kasou > .orderList > li > .wrap > .ttl > .order > .num {
  font-weight: 500;
  font-size: 42px;
  color: #fff;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap > .ttl > .order > .num {
    font-size: 30px;
  }
}
.pet-kasou > .orderList > li > .wrap > .ttl > .txt {
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap > .ttl > .txt {
    font-size: 22px;
  }
}
.pet-kasou > .orderList > li > .wrap > .txt {
  margin-top: 24px;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap > .txt {
    margin-top: 20px;
  }
}
.pet-kasou > .orderList > li > .wrap > .txt > .desc {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap > .txt > .desc {
    font-size: 14px;
  }
}
.pet-kasou > .orderList > li > .wrap > .txt > .caution {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}
@media (max-width: 428px) {
  .pet-kasou > .orderList > li > .wrap > .txt > .caution {
    font-size: 13px;
    margin-top: 20px;
  }
}
.pet-kasou > .orderList > li > img {
  display: block;
  max-width: 100%;
}
.pet-kasou > .priceWrap {
  padding-top: 65px;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap {
    padding-top: 80px;
  }
}
.pet-kasou > .priceWrap > .subTTl {
  font-family: "Hina Mincho", serif;
  text-align: center;
  font-size: 30px;
  line-height: 1.4333333333;
  font-weight: 400;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap > .subTTl {
    font-size: 22px;
  }
}
.pet-kasou > .priceWrap > .desc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap > .desc {
    font-size: 14px;
  }
}
.pet-kasou > .priceWrap > table {
  width: 424px;
  margin: 24px auto 0;
  border-collapse: separate;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap > table {
    width: 100%;
  }
}
.pet-kasou > .priceWrap > table > thead > tr > th {
  background-color: #897764;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  height: 42px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap > table > thead > tr > th {
    font-size: 16px;
    height: 36px;
  }
}
.pet-kasou > .priceWrap > table > thead > tr > th:first-of-type {
  border-radius: 6px 0 0 0;
}
.pet-kasou > .priceWrap > table > thead > tr > th:nth-of-type(2) {
  width: 149px;
  border-left: 1px solid #B9B9B9;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap > table > thead > tr > th:nth-of-type(2) {
    width: 40%;
  }
}
.pet-kasou > .priceWrap > table > thead > tr > th:last-of-type {
  width: 149px;
  border-left: 1px solid #B9B9B9;
  border-radius: 0 6px 0 0;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap > table > thead > tr > th:last-of-type {
    width: 40%;
  }
}
.pet-kasou > .priceWrap > table > tbody > tr > th {
  height: 47px;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: 500;
  border-left: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap > table > tbody > tr > th {
    font-size: 16px;
    height: 42px;
  }
}
.pet-kasou > .priceWrap > table > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #B9B9B9;
  border-left: 1px solid #B9B9B9;
}
.pet-kasou > .priceWrap > table > tbody > tr > td:last-of-type {
  border-right: 1px solid #B9B9B9;
}
.pet-kasou > .priceWrap > table > tbody > tr > td > .num {
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 428px) {
  .pet-kasou > .priceWrap > table > tbody > tr > td > .num {
    font-size: 20px;
  }
}
.pet-kasou > .priceWrap > table > tbody > tr > td > .yen {
  font-size: 14px;
  line-height: 1.3;
}
.pet-kasou > .priceWrap > table > tbody > tr > td > .txt {
  font-size: 12px;
  line-height: 1.3;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pet-kasou > .priceWrap > table > tbody > tr:last-of-type > th {
  border-radius: 0 0 0 6px;
}
.pet-kasou > .priceWrap > table > tbody > tr:last-of-type > td:last-of-type {
  border-radius: 0 0 6px 0;
  text-align: left;
  height: 52px;
}

.pet-noukotsu {
  padding-top: 125px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .pet-noukotsu {
    padding-top: 80px;
  }
}
.pet-noukotsu > .desc {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-top: 2em;
}
@media (max-width: 428px) {
  .pet-noukotsu > .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.8em;
  }
}
.pet-noukotsu > .desc:nth-child(2) {
  margin-top: 58px;
  position: relative;
}
@media (max-width: 428px) {
  .pet-noukotsu > .desc:nth-child(2) {
    margin-top: 30px;
  }
}
.pet-noukotsu > .desc:nth-child(2):after {
  content: "";
  display: block;
  width: 196px;
  aspect-ratio: 392/320;
  background-image: url(../../img/pet/deco_noukotsu.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  right: 154px;
  top: -8px;
}
@media (max-width: 428px) {
  .pet-noukotsu > .desc:nth-child(2):after {
    width: 160px;
    right: 50%;
    top: auto;
    bottom: -200px;
    transform: translateX(50%);
  }
}
@media (max-width: 428px) {
  .pet-noukotsu > .desc:nth-child(3) {
    padding-bottom: 160px;
  }
}
.pet-noukotsu > .list {
  margin: 50px auto 0;
  background-color: #F5F5F5;
  width: 1080px;
  max-width: 100%;
  border-radius: 10px;
  padding: 50px 81px 50px 50px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list {
    margin-top: 0;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.pet-noukotsu > .list > li {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list > li {
    margin-top: 40px;
    gap: 20px;
    flex-direction: column;
  }
}
.pet-noukotsu > .list > li:first-of-type {
  margin-top: 0;
}
.pet-noukotsu > .list > li:last-of-type {
  flex-direction: row-reverse;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list > li:last-of-type {
    flex-direction: column;
  }
}
.pet-noukotsu > .list > li > .wrap {
  width: 435px;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list > li > .wrap {
    width: 100%;
  }
}
.pet-noukotsu > .list > li > .wrap > .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pet-noukotsu > .list > li > .wrap > .ttl > .txt {
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  line-height: 1.4333333333;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list > li > .wrap > .ttl > .txt {
    font-size: 20px;
  }
}
.pet-noukotsu > .list > li > .wrap > .desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  color: #000;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list > li > .wrap > .desc {
    font-size: 14px;
    margin-top: 12px;
  }
}
.pet-noukotsu > .list > li > .wrap > .desc.serif {
  font-family: "Hina Mincho", serif;
  color: #333333;
  font-size: 20px;
  line-height: 1.55;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list > li > .wrap > .desc.serif {
    font-size: 17px;
  }
}
.pet-noukotsu > .list > li > .wrap > .caution {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #897764;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list > li > .wrap > .caution {
    font-size: 14px;
    margin-top: 12px;
  }
}
.pet-noukotsu > .list > li > .wrap > .note {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  color: #000;
}
@media (max-width: 428px) {
  .pet-noukotsu > .list > li > .wrap > .note {
    font-size: 14px;
    margin-top: 12px;
  }
}
.pet-noukotsu > .list > li > img {
  display: block;
  max-width: 100%;
}

.pet-faq {
  padding-top: 80px;
  padding-bottom: 137px;
  position: relative;
}
@media (max-width: 428px) {
  .pet-faq {
    padding-bottom: 0;
  }
}
.pet-faq:before {
  content: "";
  display: block;
  width: 86.75%;
  height: 1px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .pet-faq:before {
    width: 100%;
  }
}

/*# sourceMappingURL=pet.css.map */
