@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  71% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(5px, 5px); /* 右下に開始 */
  }
  100% {
    transform: translate(-5px, -5px); /* 左上に移動 */
  }
}
html {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body.js-scroll-hidden {
  overflow: hidden;
}

#lp {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  letter-spacing: 0.12em;
  overflow: hidden;
  max-width: 37.5rem;
  margin: 0 auto;
  overflow-anchor: none;
  text-align: center;
}
#lp img {
  width: 100%;
}
#lp picture {
  display: block;
}
#lp a {
  cursor: pointer;
  display: block;
  transition: 0.4s;
}
@media (min-width: 751px) {
  #lp a:hover {
    opacity: 0.6;
  }
}
#lp .emphasis.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#lp .emphasis.underline {
  position: relative;
  z-index: 1;
  display: inline;
  background: linear-gradient(transparent 60%, #FBFF8D 30%);
  padding-bottom: 0;
}
#lp .cta__btnBox {
  margin-top: 2.5rem;
  position: relative;
}
#lp .cta__illust {
  position: absolute;
  top: 6rem;
  right: 2rem;
  margin: auto;
  width: 5.6em;
  z-index: 2;
  animation: fuwafuwa 1s ease-in-out infinite alternate;
  pointer-events: none;
  transition: 0.4s;
  background: none;
}
#lp .cta__illust img {
  background: none;
}
#lp .cta__recommend {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}
#lp .cta__link {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.14em;
  width: 33.6rem;
  margin: 0.5rem auto 0;
  height: 6.9rem;
  border-radius: 4rem;
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0px 0.2rem 0.4rem rgba(134, 102, 102, 0.25);
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
#lp .cta__link::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffffff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
#lp .cta__link.pink {
  background: linear-gradient(to right, #FB9393, #FBC793);
}
#lp .cta__link.yellow {
  background: linear-gradient(to right, #FFCD62, #FFB87D);
}
#lp .cta__link.blue {
  background: linear-gradient(to right, #8D8BFF, #93FBAD);
}
#lp .cta__link.purple {
  background: linear-gradient(to right, #B28BFF, #A8D6FF);
}
#lp .cta__link.onecolor {
  background: #E47895;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  height: 8.8rem;
}
#lp .slide-arrow {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
  cursor: pointer;
}
#lp .prev-arrow {
  left: 0;
  z-index: 2;
}
#lp .next-arrow {
  right: 0;
}
#lp .slick-dots {
  bottom: -2.2rem;
}
#lp .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
}
#lp .slick-dots li button {
  background-color: #FFEAEA;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
}
#lp .slick-dots li button::before {
  content: none;
}
#lp .slick-dots li.slick-active button {
  background-color: #FFBCBC;
}
#lp .hero {
  position: relative;
}
#lp .hero__ranking {
  background-image: url(/assets/img/hero_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 1rem 0 3.3rem;
}
#lp .hero__ranking--illust {
  margin: 0 auto;
  width: 13.4rem;
}
#lp .hero__ranking--sub {
  font-size: 1.8rem;
  color: #F0C258;
  margin: 1rem auto 0;
  position: relative;
  width: 34.5rem;
}
#lp .hero__ranking--sub::before, #lp .hero__ranking--sub::after {
  content: "";
  background-color: #F0C258;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.3rem;
  width: 8.2rem;
}
#lp .hero__ranking--sub::before {
  right: 0;
}
#lp .hero__ranking--sub::after {
  left: 0;
}
#lp .hero__ranking--sub span {
  padding: 0 1.3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
#lp .hero__ranking--title {
  color: #E17793;
  font-size: 2rem;
  letter-spacing: 0.13em;
  margin-top: 1rem;
}
#lp .hero__ranking--title .title01 {
  color: #F46B8E;
  font-size: 2.6rem;
}
#lp .hero__ranking--title .title02 {
  color: #F46B8E;
  font-size: 2.4rem;
}
#lp .hero__ranking--title .title03 {
  color: #F5B612;
  font-size: 2.8rem;
}
#lp .hero__ranking--title .num {
  font-size: 3.4rem;
}
#lp .hero__ranking--num {
  margin: 0 auto;
  width: 6.5rem;
}
#lp .hero__ranking--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}
#lp .hero__ranking--text.accent {
  color: #D62525;
}
#lp .hero__ranking--image {
  margin: 0.6rem auto 0;
}
#lp .hero__ranking--name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin-top: 0.4rem;
}
#lp .hero__ranking--star {
  margin: 0.6rem auto 0;
}
#lp .hero__ranking--star01 {
  width: 9.3rem;
}
#lp .hero__ranking--star02 {
  width: 9.8rem;
}
#lp .hero__ranking--star03 {
  width: 7.3rem;
}
#lp .hero ul {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
#lp .hero ul li {
  margin: 0 0.8rem;
  width: 10.6rem;
}
#lp .features {
  background: linear-gradient(to right, #FFF0FD, #FFF4F4);
  padding-bottom: 4rem;
}
#lp .features__tabs {
  margin: 0 auto;
  padding-top: 1.9rem;
}
#lp .tab__links {
  list-style: none;
  padding: 0;
  display: flex;
  width: 34.3rem;
  margin: auto;
}
#lp .tab__links li {
  margin: 0;
}
#lp .tab__links li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #FFEAEE;
  border: 1px solid #FFDAE0;
  border-radius: 2rem 2rem 0 0;
  color: #E47895;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  width: 11.4rem;
  height: 5rem;
}
#lp .tab__links li.active a {
  color: #FFFFFF;
  background: #FC9FAE;
  border-bottom: 1px solid transparent;
}
#lp .tab__links li.active a path {
  fill: #FFFFFF;
}
#lp .tab__links li:nth-child(1) a {
  padding: 0.5rem 0 0 1.7rem;
}
#lp .tab__links li:nth-child(1) span {
  margin-right: 1rem;
}
#lp .tab__links li:nth-child(2) a {
  letter-spacing: 0.13em;
  padding: 0.6rem 0 0 1.4rem;
}
#lp .tab__links li:nth-child(2) span {
  margin-right: 0.4rem;
}
#lp .tab__links li:nth-child(3) a {
  padding: 0.5rem 0 0 2rem;
}
#lp .tab__links li:nth-child(3) span {
  margin-right: 1.1rem;
}
#lp .tab__illust {
  display: inline-block;
}
#lp .tab__illust01 {
  width: 1.8rem;
}
#lp .tab__illust02 {
  width: 2.7rem;
}
#lp .tab__illust03 {
  width: 2.2rem;
}
#lp .tab__content .tab__body {
  display: none;
}
#lp .tab__content .tab__body.active {
  display: block;
}
#lp .tab__content--image {
  background-color: #FFE9E9;
  border: 2px solid #FFBCBC;
  height: 18.3rem;
  width: 34.3rem;
  margin: auto;
}
#lp .tab__content--image01 {
  padding: 1rem 0 1rem 2rem;
}
#lp .tab__content--image02, #lp .tab__content--image03 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18.1rem;
}
#lp .tab__content--image02 img, #lp .tab__content--image03 img {
  width: 95%;
}
#lp .features__app01 {
  background: #FFEAEE;
  border-radius: 0 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 35.3rem;
  padding: 0 0.5rem 0.5rem;
}
#lp .features__app01 li {
  background-color: #FFFFFF;
  display: flex;
  margin-top: 0.4rem;
  padding: 1.2rem 1rem 1rem 1.2rem;
}
#lp .features__app01 li:not(:first-child) {
  margin-top: 0.5rem;
}
#lp .features__app01 li:last-child {
  border-radius: 0 0 0.8rem 0.8rem;
}
#lp .features__app01--title {
  width: 9.8rem;
  margin-right: 1.3rem;
}
#lp .features__app01--image {
  margin: auto;
  width: 6.3rem;
}
#lp .features__app01--name {
  color: #FB9393;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-decoration: underline;
}
#lp .features__app01--detail {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#lp .features__app01--detail p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
#lp .features__app01--detail p:not(:first-child) {
  margin-top: 1rem;
}
#lp .features__app02--head {
  background-color: #FB9393;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 34.3rem;
  margin: auto;
}
#lp .features__app02--head p {
  position: relative;
}
#lp .features__app02--head p:first-child {
  width: 10rem;
}
#lp .features__app02--head p:nth-child(2) {
  width: 7.5rem;
}
#lp .features__app02--head p:nth-child(3) {
  width: 8.5rem;
}
#lp .features__app02--head p:nth-child(4) {
  width: 8.5rem;
}
#lp .features__app02--head p:not(:last-child)::before {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 1px;
  height: 1rem;
}
#lp .features__app02--content {
  width: 34.3rem;
  margin: auto;
  border: 0.5rem solid #FFEAEE;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
}
#lp .features__app02--content li {
  background-color: #FFFFFF;
  border-bottom: 0.5rem solid #FFE9E9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.4rem;
}
#lp .features__app02--content li:last-child {
  border-radius: 0 0 0.8rem 0.8rem;
  border-bottom: 0;
}
#lp .features__app02--link {
  width: 10rem;
}
#lp .features__app02--price {
  color: #F06A6C;
  font-size: 1.4rem;
  position: relative;
}
#lp .features__app02--price span {
  font-size: 3.4rem;
}
#lp .features__app02--price .small {
  font-size: 2.8rem;
  letter-spacing: -0.03em;
}
#lp .features__app02--price:nth-child(2)::before, #lp .features__app02--price:nth-child(3)::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/img/features_line.png);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -0.7rem;
  margin: auto;
  width: 1.4rem;
  height: 9rem;
}
#lp .features__app02--price:nth-child(2) {
  width: 7.5rem;
}
#lp .features__app02--price:nth-child(3) {
  width: 8.5rem;
}
#lp .features__app02--price:nth-child(4) {
  width: 8.5rem;
}
#lp .features__app02--image {
  margin: auto;
  width: 6.3rem;
}
#lp .features__app02--name {
  color: #FB9393;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
  margin-top: 0.4rem;
  white-space: nowrap;
}
#lp .features__app03--head {
  background-color: #FB9393;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 34.3rem;
  margin: auto;
}
#lp .features__app03--head p {
  position: relative;
}
#lp .features__app03--head p:first-child {
  width: 10rem;
}
#lp .features__app03--head p:nth-child(2) {
  width: 7.5rem;
}
#lp .features__app03--head p:nth-child(3) {
  width: 8.5rem;
}
#lp .features__app03--head p:nth-child(4) {
  width: 8.5rem;
}
#lp .features__app03--head p:not(:last-child)::before {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 1px;
  height: 1rem;
}
#lp .features__app03--content {
  width: 34.3rem;
  margin: auto;
  border: 0.5rem solid #FFEAEE;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
}
#lp .features__app03--content li {
  background-color: #FFFFFF;
  border-bottom: 0.5rem solid #FFE9E9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.4rem;
}
#lp .features__app03--content li:last-child {
  border-radius: 0 0 0.8rem 0.8rem;
  border-bottom: 0;
}
#lp .features__app03--link {
  width: 10rem;
}
#lp .features__app03--papa {
  color: #F06A6C;
  font-size: 1.4rem;
  position: relative;
}
#lp .features__app03--papa .large {
  font-size: 2.4rem;
}
#lp .features__app03--papa .num {
  font-size: 2rem;
}
#lp .features__app03--papa .midium {
  font-size: 1.5rem;
}
#lp .features__app03--papa .small {
  font-size: 1.2rem;
}
#lp .features__app03--papa .age {
  text-align: left;
  padding-left: 0.9rem;
}
#lp .features__app03--papa:nth-child(2)::before, #lp .features__app03--papa:nth-child(3)::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/img/features_line.png);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -0.7rem;
  margin: auto;
  width: 1.4rem;
  height: 9rem;
}
#lp .features__app03--papa:nth-child(2) {
  width: 7.5rem;
}
#lp .features__app03--papa:nth-child(3) {
  width: 8.5rem;
}
#lp .features__app03--papa:nth-child(4) {
  width: 8.5rem;
}
#lp .features__app03--image {
  margin: auto;
  width: 6.3rem;
}
#lp .features__app03--name {
  color: #FB9393;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
  margin-top: 0.4rem;
}
#lp .reason {
  margin-top: 1.8rem;
}
#lp .reason__title {
  color: #E47895;
  font-size: 2rem;
}
#lp .reason__ex {
  background: linear-gradient(to right, #FFF0FD, #FFF4F4);
  border-radius: 1rem;
  width: 36rem;
  padding: 2rem 0;
  margin: auto;
  position: relative;
}
#lp .reason__ex:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/img/reason_illust01.png);
  position: absolute;
  bottom: 1rem;
  right: 0px;
  margin: auto;
  width: 13.3rem;
  height: 16.8rem;
}
#lp .reason__ex ul {
  display: flex;
  flex-direction: column;
  padding-left: 1.6rem;
}
#lp .reason__ex li {
  background-color: #FFFFFF;
  border: 2px solid #FFEAEA;
  border-radius: 2rem;
  font-family: vdl-penletter, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  padding: 0.65rem 1rem 0.65rem 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
}
#lp .reason__ex li span {
  display: inline-block;
  margin-right: 1rem;
  width: 2.8rem;
}
#lp .reason__worries--image {
  margin: 1.2rem auto 0;
  width: 31.5rem;
}
#lp .reason__worries--text {
  color: #68666C;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin-top: 1.4rem;
}
#lp .reason .review {
  border: 0.8rem solid #FFCCCC;
  margin-top: 2.2rem;
  padding: 11.8rem 0 1.4rem;
  position: relative;
}
#lp .reason .review__head {
  color: #FFFFFF;
  font-size: 1.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/img/reason_speech.png);
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0px;
  margin: auto;
  width: 7.8rem;
  height: 8.6rem;
  padding-top: 2.7rem;
}
#lp .reason .review__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  margin: -0.8rem auto 0;
  width: 30.8rem;
}
#lp .reason .review__lead p:not(:first-child) {
  margin-top: 2rem;
}
#lp .reason .review__title {
  margin: 2.4rem auto 0;
  width: 32rem;
}
#lp .reason .review__list {
  margin-top: 0.8rem;
}
#lp .reason .review__list li {
  background: #FFEAEA;
  border-radius: 1rem;
  margin: auto;
  padding: 1.4rem;
  width: 33.9rem;
}
#lp .reason .review__list li:not(:first-child) {
  margin-top: 2rem;
}
#lp .reason .review__list--head {
  display: flex;
  align-items: center;
}
#lp .reason .review__list--icon {
  width: 5.7rem;
  margin-right: 2rem;
}
#lp .reason .review__list--detail {
  color: #68666C;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}
#lp .reason .review__list--text {
  background-color: #FFFFFF;
  border: 2px solid #FFDAE0;
  border-radius: 1rem;
  padding: 1.3rem 1rem;
  margin-top: 1rem;
}
#lp .reason .review__list--text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.56;
  font-feature-settings: normal;
  letter-spacing: 0;
}
#lp .tips {
  background-image: url(/assets/img/tips_bg.png);
  background-repeat: repeat;
  background-size: 7.5rem;
  padding-bottom: 1.8rem;
  margin-top: 1.8rem;
}
#lp .tips__title {
  background-color: #F0C258;
  color: #FFFFFF;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  height: 10.4rem;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 6.8rem;
  position: relative;
}
#lp .tips__title::before {
  content: "";
  color: #FFFFFF;
  font-size: 1.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/img/tips_illust01.png);
  position: absolute;
  bottom: 0;
  right: 4rem;
  margin: auto;
  width: 8.5rem;
  height: 10.4rem;
  z-index: 1;
}
#lp .tips__intro {
  background-color: #FFEEC7;
  border-radius: 1rem;
  margin: 2.8rem auto 0;
  width: 34.5rem;
  height: 16.8rem;
  position: relative;
}
#lp .tips__intro::before, #lp .tips__intro::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
}
#lp .tips__intro::before {
  background-image: url(/assets/img/tips_illust02.png);
  top: 1.6rem;
  left: 3.5rem;
  width: 6.9rem;
  height: 7.4rem;
}
#lp .tips__intro::after {
  background-image: url(/assets/img/tips_illust03.png);
  top: 8.3rem;
  right: 1.4rem;
  width: 5.9rem;
  height: 6.8rem;
}
#lp .tips__intro--serif {
  background-color: #FFFFFF;
  border-radius: 1rem;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.17em;
  padding: 0.8rem 1rem;
  text-align: left;
  position: absolute;
}
#lp .tips__intro--serif .ja {
  font-size: 2rem;
}
#lp .tips__intro--serif .en {
  font-size: 2.2rem;
}
#lp .tips__intro--serif01 {
  top: 3.2rem;
  left: 11.6rem;
}
#lp .tips__intro--serif02 {
  top: 10.4rem;
  left: 2.1rem;
}
#lp .tips__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
  text-align: left;
  padding-left: 3.6rem;
}
#lp .tips__lead p {
  margin-top: 1.6rem;
}
#lp .tips__contents--title {
  margin: 3.5rem auto 0;
  width: 28rem;
}
#lp .tips__contents ul {
  text-align: left;
}
#lp .tips__contents li {
  background-color: #FFF5DE;
  border: 0.6rem solid #FFEDB5;
  border-radius: 1rem;
  width: 33.8rem;
  margin: 1.4rem auto 0;
  padding: 1.4rem;
}
#lp .tips__contents--head {
  display: flex;
  align-items: center;
}
#lp .tips__contents--head .num {
  width: 4.2rem;
  margin-right: 1.6rem;
}
#lp .tips__contents--head p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.13em;
  color: #E47895;
  line-height: 1.4;
}
#lp .tips__contents--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 1.4rem;
}
#lp .tips__contents--text p:not(:first-child) {
  margin-top: 2.2rem;
}
#lp .ranking__title {
  background-color: #FB9393;
  color: #FFFFFF;
  line-height: 1.6;
  height: 10.2rem;
  padding-top: 2.2rem;
  position: relative;
}
#lp .ranking__title .small {
  font-size: 1.9rem;
  letter-spacing: 0.12em;
  display: block;
  position: relative;
}
#lp .ranking__title .small::before, #lp .ranking__title .small::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0.5rem;
  z-index: 1;
}
#lp .ranking__title .small::before {
  background-image: url(/assets/img/ranking_illust03.png);
  left: 9.4rem;
  width: 2.5rem;
  height: 2.5rem;
}
#lp .ranking__title .small::after {
  background-image: url(/assets/img/ranking_illust04.png);
  right: 9.8rem;
  width: 2.5rem;
  height: 2.5rem;
}
#lp .ranking__title .large {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
#lp .ranking__title::before, #lp .ranking__title::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 1rem;
  z-index: 1;
}
#lp .ranking__title::before {
  background-image: url(/assets/img/ranking_illust01.png);
  left: 1.3rem;
  width: 6.3rem;
  height: 8.2rem;
}
#lp .ranking__title::after {
  background-image: url(/assets/img/ranking_illust02.png);
  right: 1.3rem;
  width: 6.7rem;
  height: 8.2rem;
}
#lp .ranking__list {
  padding: 3.5rem 0 5.8rem;
}
#lp .ranking__list.pink {
  background-color: #FFFAFA;
}
#lp .ranking__list.pink .ranking__head--name .name {
  color: #FB9393;
}
#lp .ranking__list.pink .ranking__point--title {
  color: #FF87A7;
}
#lp .ranking__list.pink .ranking__point--title span {
  background-color: #FFFAFA;
}
#lp .ranking__list.pink .ranking__point--title:before {
  background-color: #FF87A7;
}
#lp .ranking__list.pink .ranking__point--listBox li {
  border: 0.2rem solid #FB9393;
}
#lp .ranking__list.pink .ranking__point--listBox li .title {
  color: #FF6060;
}
#lp .ranking__list.pink .ranking__point--listBox li .text p {
  border-top: 0.2rem solid #FFE9E9;
}
#lp .ranking__list.pink .ranking__review--title {
  color: #FFBCBC;
}
#lp .ranking__list.pink .ranking__review--title span {
  background-color: #FFFAFA;
}
#lp .ranking__list.pink .ranking__review--title:before {
  background-color: #FFBCBC;
}
#lp .ranking__list.pink .ranking__review--list {
  background-color: #FFE9E9;
}
#lp .ranking__list.pink .ranking__moreBtn .inner {
  background-color: #FB9393;
}
#lp .ranking__list.yellow {
  background-color: #FDFFEA;
}
#lp .ranking__list.yellow .ranking__head--name .name {
  color: #F0C258;
}
#lp .ranking__list.yellow .ranking__point--title {
  color: #F0C258;
}
#lp .ranking__list.yellow .ranking__point--title span {
  background-color: #FDFFEA;
}
#lp .ranking__list.yellow .ranking__point--title:before {
  background-color: #F0C258;
}
#lp .ranking__list.yellow .ranking__point--listBox li {
  border: 0.2rem solid #FFEDB5;
}
#lp .ranking__list.yellow .ranking__point--listBox li .title {
  color: #EDB22B;
}
#lp .ranking__list.yellow .ranking__point--listBox li .text p {
  border-top: 0.2rem solid #FFEDB5;
}
#lp .ranking__list.yellow .ranking__review--title {
  color: #F9D771;
}
#lp .ranking__list.yellow .ranking__review--title span {
  background-color: #FDFFEA;
}
#lp .ranking__list.yellow .ranking__review--title:before {
  background-color: #F9D771;
}
#lp .ranking__list.yellow .ranking__review--list {
  background-color: #FFEDB5;
}
#lp .ranking__list.yellow .ranking__moreBtn .inner {
  background-color: #F0C258;
}
#lp .ranking__list.blue {
  background-color: #EAF4FF;
}
#lp .ranking__list.blue .ranking__head--name .name {
  color: #9194FF;
}
#lp .ranking__list.blue .ranking__point--title {
  color: #9194FF;
}
#lp .ranking__list.blue .ranking__point--title span {
  background-color: #EAF4FF;
}
#lp .ranking__list.blue .ranking__point--title:before {
  background-color: #9194FF;
}
#lp .ranking__list.blue .ranking__point--listBox li {
  border: 0.2rem solid #C4C6FF;
}
#lp .ranking__list.blue .ranking__point--listBox li .title {
  color: #9194FF;
}
#lp .ranking__list.blue .ranking__point--listBox li .text p {
  border-top: 0.2rem solid #C4C6FF;
}
#lp .ranking__list.blue .ranking__review--title {
  color: #9194FF;
}
#lp .ranking__list.blue .ranking__review--title span {
  background-color: #EAF4FF;
}
#lp .ranking__list.blue .ranking__review--title:before {
  background-color: #9194FF;
}
#lp .ranking__list.blue .ranking__review--list {
  background-color: #DCDDFF;
}
#lp .ranking__list.blue .ranking__moreBtn .inner {
  background-color: #9194FF;
}
#lp .ranking__list.purple {
  background-color: #F4DFFF;
}
#lp .ranking__list.purple .ranking__head--name .name {
  color: #C16AFF;
}
#lp .ranking__list.purple .ranking__point--title {
  color: #C16AFF;
}
#lp .ranking__list.purple .ranking__point--title span {
  background-color: #F4DFFF;
}
#lp .ranking__list.purple .ranking__point--title:before {
  background-color: #C16AFF;
}
#lp .ranking__list.purple .ranking__point--listBox li {
  border: 0.2rem solid #C4C6FF;
}
#lp .ranking__list.purple .ranking__point--listBox li .title {
  color: #C16AFF;
}
#lp .ranking__list.purple .ranking__point--listBox li .text p {
  border-top: 0.2rem solid #C4C6FF;
}
#lp .ranking__list.purple .ranking__review--title {
  color: #C16AFF;
}
#lp .ranking__list.purple .ranking__review--title span {
  background-color: #F4DFFF;
}
#lp .ranking__list.purple .ranking__review--title:before {
  background-color: #C16AFF;
}
#lp .ranking__list.purple .ranking__review--list {
  background-color: #DCDDFF;
}
#lp .ranking__list.purple .ranking__moreBtn .inner {
  background-color: #C16AFF;
}
#lp .ranking__head {
  display: flex;
  align-items: center;
  width: 32.3rem;
  margin: auto;
}
#lp .ranking__head--num {
  width: 6.6rem;
  margin-right: 1rem;
}
#lp .ranking__head--name {
  margin-right: 1rem;
}
#lp .ranking__head--name .recommend {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  white-space: nowrap;
}
#lp .ranking__head--name .recommend.accent {
  color: #D62525;
}
#lp .ranking__head--name .name {
  display: block;
  font-size: 2rem;
  text-decoration: underline;
  margin-top: 0.4rem;
}
#lp .ranking__head--star01 {
  width: 9.6rem;
}
#lp .ranking__image {
  margin: 2rem auto 0;
  width: 32.3rem;
}
#lp .ranking__point--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  position: relative;
  margin-top: 5.5rem;
}
#lp .ranking__point--title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 28.2rem;
  height: 0.3rem;
}
#lp .ranking__point--title span {
  background-color: inherit;
  padding: 0 1.3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
#lp .ranking__point li {
  background-color: #FFFFFF;
  border-radius: 1rem;
  margin: 0.8rem auto 0;
  width: 34rem;
}
#lp .ranking__point li:not(:first-child) {
  margin-top: 1.6rem;
}
#lp .ranking__point--head {
  display: flex;
  align-items: center;
  padding: 2rem 0 1rem 1.3rem;
}
#lp .ranking__point--head .num {
  margin-right: 0.7rem;
  width: 3.9rem;
}
#lp .ranking__point--head .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
}
#lp .ranking__point--head .title.small {
  font-size: 1.5rem;
}
#lp .ranking__point--text {
  padding: 0 1.75rem 1.5rem;
}
#lp .ranking__point--text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.13em;
  line-height: 1.6;
  text-align: left;
  padding-top: 0.8rem;
}
#lp .ranking__review--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  position: relative;
  margin-top: 2.4rem;
}
#lp .ranking__review--title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 32rem;
  height: 0.3rem;
}
#lp .ranking__review--title span {
  background-color: inherit;
  padding: 0 1.3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
#lp .ranking__review--list {
  border-radius: 1rem;
  margin: 1rem auto 0;
  padding-bottom: 2.9rem;
  width: 34rem;
}
#lp .ranking__review--head {
  display: flex;
  align-items: center;
  padding: 1.4rem 1.9rem 0;
}
#lp .ranking__review--head .icon {
  margin-right: 0.7rem;
  width: 4.8rem;
}
#lp .ranking__review--head .icon.small {
  margin-right: 0.3rem;
  width: 3.8rem;
}
#lp .ranking__review--head .detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
#lp .ranking__review--head .detail.midium {
  font-size: 1.4rem;
  letter-spacing: 0;
}
#lp .ranking__review--head .detail.small {
  font-size: 1.25rem;
  letter-spacing: 0;
}
#lp .ranking__review--text {
  background-color: #FFFFFF;
  border-radius: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-align: left;
  margin: 0.4rem auto 0;
  padding: 1rem;
  width: 32.1rem;
}
#lp .ranking__more {
  position: relative;
}
#lp .ranking__more ul {
  display: none;
  padding-bottom: 8rem;
}
#lp .ranking .overlay {
  position: absolute;
  bottom: -2rem;
  left: -9.75rem;
  margin: auto;
  width: 34rem;
  height: 17.3rem; /* 親要素の高さに合わせる */
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 0; /* ボタンの下に配置 */
  pointer-events: none;
}
#lp .ranking__moreBtn {
  display: inline-block;
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  margin: auto;
  margin: 3rem auto 0;
  width: 14.5rem;
  z-index: 1;
}
#lp .ranking__moreBtn .inner {
  border-radius: 1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  height: 4rem;
  position: relative;
}
#lp .ranking__moreBtn .inner:after {
  content: "もっと読む";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  margin: auto;
}
#lp .ranking__moreBtn .inner:hover {
  cursor: pointer;
}
#lp .ranking__moreBtn.active .inner:after {
  content: "閉じる" !important;
}
#lp .ranking__moreBtn.active .overlay {
  opacity: 0;
}
#lp .ranking__moreBtn .arrow {
  font-size: 2.8rem;
  margin-right: 1.3rem;
  writing-mode: vertical-rl;
  right: 1.4rem;
  top: 1.4rem;
  position: absolute;
}
#lp .ranking__moreBtn.is-hidden {
  display: none;
}
#lp .caution {
  background-image: url(/assets/img/caution_bg.png);
  background-repeat: repeat;
  background-size: 4.6rem;
  padding-bottom: 4.2rem;
}
#lp .caution__title {
  background-color: #FF87A7;
  color: #FFFFFF;
  font-size: 2rem;
  letter-spacing: 0.13em;
  line-height: 1.6;
  height: 10rem;
  text-align: center;
  padding: 2.2rem 0 0 7.5rem;
  position: relative;
}
#lp .caution__title::before {
  content: "";
  color: #FFFFFF;
  font-size: 1.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/img/caution_illust01.png);
  position: absolute;
  bottom: 0;
  left: 2rem;
  margin: auto;
  width: 6.2rem;
  height: 9rem;
  z-index: 1;
}
#lp .caution__title .small {
  display: block;
  font-size: 1.8rem;
}
#lp .caution__intro {
  background-color: #FFEEC7;
  border-radius: 1rem;
  margin: 2.8rem auto 0;
  width: 34.5rem;
  height: 16.8rem;
  position: relative;
}
#lp .caution__intro::before, #lp .caution__intro::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
}
#lp .caution__intro::before {
  background-image: url(/assets/img/tips_illust02.png);
  top: 1.6rem;
  left: 3.5rem;
  width: 6.9rem;
  height: 7.4rem;
}
#lp .caution__intro::after {
  background-image: url(/assets/img/tips_illust03.png);
  top: 8.3rem;
  right: 1.4rem;
  width: 5.9rem;
  height: 6.8rem;
}
#lp .caution__intro--serif {
  background-color: #FFFFFF;
  border-radius: 1rem;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.8rem 1rem;
  text-align: left;
  position: absolute;
}
#lp .caution__intro--serif .ja {
  font-size: 2rem;
}
#lp .caution__intro--serif .en {
  font-size: 2.2rem;
}
#lp .caution__intro--serif01 {
  top: 3.2rem;
  left: 11.6rem;
}
#lp .caution__intro--serif02 {
  top: 10.4rem;
  left: 2.1rem;
}
#lp .caution__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: left;
  padding-left: 2.7rem;
}
#lp .caution__lead p {
  margin-top: 1.6rem;
}
#lp .caution__contents--title {
  color: #FF87A7;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  position: relative;
  margin: 2.4rem auto 0;
  width: 28.2rem;
}
#lp .caution__contents--title::before, #lp .caution__contents--title::after {
  content: "";
  background-color: #FF87A7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.3rem;
  width: 9rem;
}
#lp .caution__contents--title::before {
  right: 0;
}
#lp .caution__contents--title::after {
  left: 0;
}
#lp .caution__contents--title span {
  padding: 0 1.3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
#lp .caution__contents ul {
  text-align: left;
}
#lp .caution__contents li {
  background-color: #FFFFFF;
  border: 0.6rem solid #FFBCBC;
  border-radius: 1rem;
  width: 33.8rem;
  margin: 2.7rem auto 0;
  padding: 1.5rem 0 1.5rem 1.4rem;
}
#lp .caution__contents li:not(:first-child) {
  margin-top: 1.4rem;
}
#lp .caution__contents--head {
  display: flex;
  align-items: center;
}
#lp .caution__contents--head .num {
  width: 4.2rem;
  margin-right: 1rem;
}
#lp .caution__contents--head p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #E47895;
  line-height: 1.4;
}
#lp .caution__contents--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.43;
  margin: 2.3rem 1.4rem 0 0;
}
#lp .chart__title {
  background-color: #FB9393;
  color: #FFFFFF;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  height: 10.4rem;
  text-align: left;
  padding: 3.7rem 0 0 6.8rem;
  position: relative;
}
#lp .chart__title--illust {
  display: block;
  width: 2.8rem;
  position: absolute;
  top: 4.1rem;
  left: 3.3rem;
}
#lp .chart__title--illust img {
  vertical-align: top;
}
#lp .chart__title::before, #lp .chart__title::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
}
#lp .chart__title::before {
  background-image: url(/assets/img/chart_title.svg);
  top: 0.5rem;
  left: 1.5rem;
  margin: auto;
  width: 13rem;
  height: 3.4rem;
}
#lp .chart__title::after {
  background-image: url(/assets/img/chart_illust01.png);
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 8.5rem;
  height: 10.4rem;
  z-index: 1;
}
#lp .chart__content--listWrap {
  border: 0.1rem solid #FFBCBC;
  display: flex;
  justify-content: space-between;
}
#lp .chart__content--list {
  flex: 1;
}
#lp .chart__content--list:nth-child(odd) {
  background-color: #FFF5F5;
}
#lp .chart__content--list:not(:last-child) {
  border-right: 0.1rem solid #FFBCBC;
}
#lp .chart__head {
  border-bottom: 0.1rem solid #FFBCBC;
  height: 16rem;
}
#lp .chart__head--num {
  margin: 0.7rem auto 0;
  width: 5.4rem;
  height: 3.7rem;
}
#lp .chart__head--image {
  border: 0.2rem solid #FFFFFF;
  margin: 0.5rem auto 0;
  width: 8.7rem;
  height: 8.7rem;
  display: flex;
  align-items: center;
}
#lp .chart__head--name {
  color: #FB9393;
  font-size: 1.15rem;
  margin-top: 0.4rem;
}
#lp .chart__price {
  border-bottom: 0.1rem solid #FFBCBC;
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
}
#lp .chart__price--category {
  display: flex;
  align-items: center;
  justify-content: center;
}
#lp .chart__price .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}
#lp .chart__price .illust {
  margin-right: 0.2rem;
}
#lp .chart__price .illust01 {
  width: 1.9rem;
}
#lp .chart__price .illust02 {
  width: 1.7rem;
}
#lp .chart__price .illust03 {
  width: 1.8rem;
}
#lp .chart__price .text {
  color: #F06A6C;
  font-size: 1.2rem;
}
#lp .chart__price .large {
  font-size: 2rem;
}
#lp .chart__about {
  border-bottom: 0.1rem solid #FFBCBC;
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
}
#lp .chart__about--category {
  display: flex;
  align-items: center;
  justify-content: center;
}
#lp .chart__about .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}
#lp .chart__about .illust {
  margin-right: 0.2rem;
  width: 1.6rem;
}
#lp .chart__about .text {
  color: #F06A6C;
  font-size: 1.3rem;
}
#lp .chart__about .large {
  font-size: 1.6rem;
  letter-spacing: 0;
}
#lp .chart__about .midium {
  font-size: 1rem;
}
#lp .chart__about .small {
  font-size: 0.9rem;
}
#lp .chart__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
}
#lp .chart__btn a {
  background-color: #E47895;
  border: 0.2rem solid #FFFFFF;
  border-radius: 1rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  margin: auto;
  width: 10.9rem;
  height: 3.9rem;
}
#lp .howto {
  background: #FFBCBC;
  padding: 0.8rem 0.8rem 2rem;
  margin-top: 1rem;
}
#lp .howto__inner {
  background: #FFFFFF;
  border-radius: 1rem;
  padding-top: 3rem;
}
#lp .howto__subTitle {
  color: #FF87A7;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 auto;
  width: 29.5rem;
}
#lp .howto__subTitle::before, #lp .howto__subTitle::after {
  content: "";
  background-color: #FF87A7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.3rem;
  width: 9rem;
}
#lp .howto__subTitle::before {
  right: 0;
}
#lp .howto__subTitle::after {
  left: 0;
}
#lp .howto__subTitle span {
  background-color: inherit;
  padding: 0 1.3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
#lp .howto__title {
  color: #FB9393;
  font-size: 2rem;
  letter-spacing: 0.14em;
  margin-top: 2.4rem;
}
#lp .howto__lead {
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 2.4rem;
}
#lp .howto__list {
  padding-bottom: 2rem;
}
#lp .howto__list:nth-child(1) {
  margin-top: 2.7rem;
}
#lp .howto__list--head {
  background-color: #FFBCBC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35.6rem;
  padding: 1.2rem 2.5rem 0.6rem;
  margin: auto;
  position: relative;
}
#lp .howto__list--head.--reverse {
  flex-direction: row-reverse;
}
#lp .howto__list--num {
  background-color: #FFE9E9;
  border-radius: 50%;
  color: #FB9393;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 6.2rem;
  height: 6.2rem;
  padding-top: 1.8rem;
}
#lp .howto__list--num .num {
  display: block;
  font-size: 2.2rem;
  margin-top: -0.2rem;
}
#lp .howto__list--title {
  color: #FFFFFF;
}
#lp .howto__list--title .serif {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#lp .howto__list--title .text {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
}
#lp .howto__list--illust01 {
  width: 4.8rem;
}
#lp .howto__list--illust02 {
  width: 5.6rem;
}
#lp .howto__list--illust03 {
  width: 6rem;
}
#lp .howto__list--illust04 {
  width: 4.4rem;
}
#lp .howto__list--illust05 {
  width: 4.8rem;
}
#lp .howto__list--illust06 {
  width: 5.9rem;
}
#lp .howto__list--image {
  margin: 2.2rem auto 0;
  width: 33.3rem;
}
#lp .howto__list--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
  margin: 1.8rem auto 0;
  width: 30rem;
  font-feature-settings: normal;
}
#lp .howto__list--text p:not(:first-child) {
  margin-top: 2.1rem;
}
#lp .howto__list--lead {
  color: #FB9393;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.4rem;
  text-align: left;
  display: flex;
  justify-content: center;
}
#lp .howto__example--title {
  color: #E47895;
  font-size: 2rem;
  margin-top: 2.4rem;
}
#lp .howto__example--subTitle {
  color: #FFBCBC;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.18em;
  position: relative;
  margin: 1rem auto 0;
  width: 31.2rem;
}
#lp .howto__example--subTitle::before, #lp .howto__example--subTitle::after {
  content: "";
  background-color: #FFBCBC;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.3rem;
  width: 9rem;
}
#lp .howto__example--subTitle::before {
  right: 0;
}
#lp .howto__example--subTitle::after {
  left: 0;
}
#lp .howto__example--subTitle span {
  padding: 0 1.3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
#lp .howto__example--item {
  margin-top: 0.5rem;
}
#lp .howto__example--inner {
  border: 0.5rem solid #FFE9E9;
  border-radius: 1rem;
  text-align: left;
  margin: auto;
  width: 33.1rem;
}
#lp .howto__example--inner.--profile {
  padding: 2rem 2.2rem 0;
  height: 74rem;
}
#lp .howto__example--inner.--message {
  padding: 1.8rem 2rem 0 2.4rem;
  margin-top: 2rem;
  height: 28rem;
}
#lp .howto__example--inner.--talk {
  padding: 2rem 1rem 1rem 0.5rem;
  margin-top: 2rem;
  border: 0.1rem solid #FFE9E9;
}
#lp .howto__example--inner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.57;
  margin-top: 1.5rem;
  text-align: left;
  padding: 0 0.3rem;
  font-feature-settings: normal;
}
#lp .howto__example--inner .text p:not(:first-child) {
  margin-top: 2rem;
}
#lp .howto__example--inner .tag {
  background-color: #FB9393;
  border-radius: 1rem;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  padding: 0.4rem 0.7rem 0.8rem 1.2rem;
  text-align: left;
}
#lp .howto__example .title {
  color: #E47895;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
}
#lp .howto__example .illust {
  width: 15.6rem;
  margin: 1.4rem auto 0;
}
#lp .howto__example .serif {
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
#lp .howto__example .serif.--reverse {
  flex-direction: row-reverse;
}
#lp .howto__example .serif.--reverse .serif__text::before {
  left: -2rem;
  right: inherit;
  transform: scale(-1, -1);
}
#lp .howto__example .serif__text {
  background-color: #FFECEC;
  border-radius: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  font-feature-settings: normal;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
}
#lp .howto__example .serif__text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 2.7rem solid #FFECEC;
  border-right: 0;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
#lp .howto__example .serif__text p {
  max-width: 17rem;
  margin: auto;
  font-feature-settings: normal;
  letter-spacing: 0;
}
#lp .howto__example .serif__image01 {
  width: 7.5rem;
}
#lp .howto__example .serif__image02 {
  width: 5.6rem;
  margin-left: 1rem;
}
#lp .howto__example .serif__image03 {
  width: 8.5rem;
}
#lp .first-app__head {
  background-color: #333333;
  padding: 2.2rem 3.3rem 2.6rem;
}
#lp .first-app__subTitle {
  color: #E47895;
  background-color: #FFFFFF;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 100%;
  height: 4.3rem;
  position: relative;
  z-index: 1;
}
#lp .first-app__subTitle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 2.6rem solid #FFFFFF;
  border-bottom: 0;
  bottom: -1.5rem;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
}
#lp .first-app__title {
  color: #FFFFFF;
  font-size: 2.5rem;
  margin-top: 2rem;
}
#lp .first-app__content {
  background-color: #FFBCBC;
  padding: 3rem 0 2.4rem;
}
#lp .first-app__content--inner {
  background-color: #FFFFFF;
  box-shadow: 0px 0.2rem 0.4rem rgba(131, 126, 126, 0.25);
  border-radius: 1rem;
  display: flex;
  width: 35.3rem;
  margin: 0 auto;
  padding: 1.3rem 0 1rem 0.9rem;
}
#lp .first-app__image {
  margin-right: 1.2rem;
  width: 14.5rem;
}
#lp .first-app__point--title {
  color: #FF87A7;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  position: relative;
  margin: 0.5rem auto 0;
  width: 15rem;
}
#lp .first-app__point--title::before, #lp .first-app__point--title::after {
  content: "";
  background-color: #FF87A7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.3rem;
  width: 2.4rem;
}
#lp .first-app__point--title::before {
  right: 0;
}
#lp .first-app__point--title::after {
  left: 0;
}
#lp .first-app__point--title span {
  padding: 0 1.3rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
#lp .first-app__point ul {
  margin-top: 2.4rem;
}
#lp .first-app__point li {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
#lp .first-app__point li span {
  display: block;
  width: 2.4rem;
  margin-right: 1rem;
}
#lp .first-app__point li p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#lp .first-app__link .cta__illust {
  width: 7.5rem;
  top: 3rem;
  right: 3rem;
}
#lp footer {
  padding: 3rem 0 3rem;
}
#lp footer a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 1rem;
}