* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: clamp(7px, 2.67vw, 11.47px);
  scroll-behavior: smooth;
}
@media screen and (min-width: 1240px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1239px) {
  html {
    font-size: 0.81vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html {
    font-size: 0.81vw;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  line-break: strict;
}

main {
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  background-image: url(../images/bg-main.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
main .mar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url(../images/bg-content.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 660px;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

.container {
  max-width: 144.1rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.intro {
  width: 100%;
  background-image: url("../images/intro_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.intro .intro__bg {
  width: 100%;
  overflow: hidden;
}
.intro .intro__bg img {
  width: 100%;
  height: auto;
}
.intro .intro__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  top: 1.7rem;
  width: 100%;
  height: 89.54%;
}
.intro .intro__title {
  width: 92.26%;
}
.intro .intro__action {
  width: 89.06%;
}

.benefits {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5.1rem 1rem 2.3rem 1.2rem;
  background-color: rgba(244, 203, 214, 0.5);
  background-image: url(../images/benefits_bg.png);
  background-size: 127%;
  background-position: 1.6rem -4.3rem;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: hidden;
}
.benefits .benefits__list {
  display: flex;
  flex-direction: column;
}
.benefits .benefits__list .benefits__item {
  margin-bottom: -0.3rem;
}

.feature {
  overflow-x: hidden;
}
.feature .feature__title {
  display: flex;
}
.feature .feature__content {
  width: calc(100% + 5.7rem);
  margin-left: -2.85rem;
}

.reasons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.6rem 1.7rem;
  gap: 2.5rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
.reasons img {
  width: 100%;
}

.graves {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.7rem 0 0;
  overflow-x: hidden;
}
.graves .graves__title {
  display: flex;
  justify-content: center;
  width: 68.27%;
}
.graves .graves__list {
  padding: 1.6rem 1rem 4.6rem 1rem;
  margin-left: 0px;
  margin-right: -3px;
  display: flex;
  flex-direction: column;
}
.graves .graves__list > .graves__item {
  margin-bottom: -0.8rem;
}
.graves .graves__list > .graves__item:nth-child(3) {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: -5px;
}
.graves .graves__list > .graves__item:nth-child(4) {
  margin-left: 7px;
  margin-right: 3px;
  margin-bottom: -5px;
}
.graves .graves__list > .graves__item:nth-child(5) {
  margin-left: 0;
  margin-right: 0.8rem;
  margin-bottom: 0;
}

.differences {
  padding: 0 1.8rem 0 1.9rem;
  overflow-x: hidden;
}
.differences .differences__title {
  margin-bottom: 0.8rem;
}

.points {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
}
.points .point__title {
  width: 72%;
  padding: 5.7rem 0 1.7rem;
}
.points .point_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.points .point_list .point__item {
  margin-bottom: -0.3rem;
}

.animal {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  padding-bottom: 4.4rem;
}
.animal .animal__title {
  width: 80.3%;
  padding: 5.95rem 0 0.9rem;
}
.animal .animal__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.animal .animal__list .animal__item {
  margin-bottom: -0.3rem;
}
.animal .animal__text {
  font-size: 12px;
  line-height: 22px;
  padding: 9px;
}

.feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.feedback .feedback__title {
  padding: 4.9rem 0 0.8rem 0;
  width: 61.5%;
  margin-left: -1.1rem;
}
.feedback .feedback__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feedback .feedback__list > .feedback__item:nth-child(1) {
  width: 103%;
  margin-left: -3%;
  margin-bottom: -0.6rem;
}
.feedback .feedback__list > .feedback__item:nth-child(2) {
  width: 103.3%;
  margin-right: -7.8%;
  margin-bottom: -0.7rem;
}
.feedback .feedback__list > .feedback__item:nth-child(3) {
  width: 108.5%;
  margin-left: -8%;
}

.qa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ABDAF4;
  overflow-x: hidden;
  overflow-y: hidden;
}
.qa .qa__title {
  padding: 3.6rem 0px 0.9rem 0;
  width: 31%;
  margin-left: 1.8rem;
}
.qa .qa__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  width: 100%;
  padding: 0 2.8rem 5.6rem;
}
.qa .qa__item {
  width: 100%;
}

.join {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
}
.join .join__title {
  width: 59.7%;
  padding: 3.2rem 0 1.4rem;
  margin-left: -0.8rem;
}
.join .join__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem 6rem;
  margin-left: 0.3rem;
  margin-right: -0.3rem;
}
.join .join__item {
  margin-bottom: -1.13rem;
}

.petend {
  width: 100%;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.petend .petend__bg {
  width: 100%;
  margin-bottom: -0.8rem;
}
.petend .petend__bg img {
  width: 100%;
  height: auto;
}
.petend .petend__bg img {
  width: 100%;
  height: auto;
}
.petend .petend__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 86%;
  top: 0;
}
.petend .petend__title {
  width: 98%;
  padding: 24px 0 0;
}
.petend .petend__summary {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.petend .petend__content {
  width: 75%;
  padding: 18px 0 0;
}
.petend .petend__logo {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 1.2rem;
  border: 1px solid #C65F74;
  margin-bottom: 1.5rem;
}

.cta {
  position: absolute;
  width: 90.67%;
  bottom: 20px;
  margin-bottom: -5rem;
  z-index: 9999;
}
@media screen and (max-width: 479px) {
  .cta {
    max-width: 39.5rem;
  }
}
.cta.fixed {
  position: fixed;
  bottom: 4.8rem;
  margin-bottom: 0px;
  max-width: 34rem;
}
