@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dd, figure, blockquote {
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  background-color: #F5F3E7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
  color: inherit;
}

.l-pc-frame {
  display: block;
  position: relative;
}

.l-wrapper {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  background-color: #F5F3E7;
  overflow: hidden;
}

.l-main {
  width: 100%;
}

.l-pc-decor {
  display: none;
}

@media (min-width: 768px) {
  html,
  body {
    height: 100vh;
    overflow: hidden;
  }
  body {
    background-color: #F5F3E7;
  }
  .l-pc-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
    padding: 40px 40px 40px;
    max-width: 1280px;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
  }
  .l-pc-decor {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(300px, 39.3vw, 566px);
    height: calc(100vh - 80px);
    overflow: hidden;
  }
  .l-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 375px;
    height: calc(100vh - 80px);
    margin: 0;
    border: 2px solid #F2A32D;
    border-radius: 32px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
  }
}
.l-pc-decor__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-pc-decor__logo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 270px;
}

.l-pc-decor__logo img {
  width: 100%;
  height: auto;
}

.l-pc-decor__tagline {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #E28103;
  letter-spacing: 0.04em;
}

.l-pc-decor__photo {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border: 3px solid #F2A32D;
}

.l-pc-decor__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.l-pc-decor__photo--1 {
  top: 150px;
  left: 0;
  width: 100%;
  max-width: 442px;
  height: 295px;
}

.l-pc-decor__photo--2 {
  top: 465px;
  right: 0;
  width: 100%;
  max-width: 318px;
  height: 212px;
}

.l-pc-decor__tri {
  position: absolute;
  display: block;
  width: 20px;
  height: 17.32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
}

.l-pc-decor__tri--blue-1 {
  top: 60px;
  left: 365px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%238FBAD5' stroke='%238FBAD5' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(32deg) scaleY(-1) scale(1.5);
          transform: rotate(32deg) scaleY(-1) scale(1.5);
}

.l-pc-decor__tri--orange-1 {
  top: 320px;
  left: 500px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F2A32D' stroke='%23F2A32D' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.l-pc-decor__tri--pink-1 {
  top: 530px;
  left: 100px;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F3AAAC' stroke='%23F3AAAC' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(18deg) scale(1.8);
          transform: rotate(18deg) scale(1.8);
}

.l-pc-decor__tri--pink-2 {
  top: 130px;
  right: 60px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F3AAAC' stroke='%23F3AAAC' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(27deg) scaleY(-1) scale(1.2);
          transform: rotate(27deg) scaleY(-1) scale(1.2);
}
@media (max-width: 767px) {
  .l-pc-decor__tri--pink-2 {
    display: none;
  }
}

.l-pc-decor__tri--orange-2 {
  top: 320px;
  right: 160px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F2A32D' stroke='%23F2A32D' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media (max-width: 767px) {
  .l-pc-decor__tri--orange-2 {
    display: none;
  }
}

.l-pc-decor__tri--blue-2 {
  top: 538px;
  right: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%238FBAD5' stroke='%238FBAD5' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(-45deg) scale(1.2);
          transform: rotate(-45deg) scale(1.2);
}
@media (max-width: 767px) {
  .l-pc-decor__tri--blue-2 {
    display: none;
  }
}

.l-pc-decor__tri--pink-3 {
  top: 650px;
  right: 145px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F3AAAC' stroke='%23F3AAAC' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(27deg) scaleY(-1) scale(1.4);
          transform: rotate(27deg) scaleY(-1) scale(1.4);
}
@media (max-width: 767px) {
  .l-pc-decor__tri--pink-3 {
    display: none;
  }
}

.p-hero {
  position: relative;
  background-color: #F5F3E7;
}

.p-hero__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 375/225;
  overflow: hidden;
}

.p-hero__visual-img {
  width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-hero__car {
  position: absolute;
  right: 11px;
  bottom: 0px;
  width: 140px;
  height: auto;
}

.p-hero__lead {
  text-align: center;
  padding: 20px 20px 40px;
  position: relative;
  z-index: 1;
}

.p-hero__logo {
  margin: 0 auto;
  width: 260px;
}

.p-hero__logo img {
  width: 100%;
  height: auto;
}

.p-hero__tagline {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #E28103;
  letter-spacing: 0.04em;
}

.p-hero__catch {
  position: relative;
  padding: 30px 28px 40px;
  z-index: 0;
}

.p-hero__catch-line {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0px 10px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.p-hero__catch-line:last-child {
  margin-bottom: 0;
}

.p-hero__catch-photo {
  position: absolute;
  right: 0;
  top: -20px;
  width: 200px;
  height: auto;
  z-index: -1;
  border-top-left-radius: 50% 18%;
  border-bottom-left-radius: 50% 18%;
  overflow: hidden;
}

.p-hero__cta {
  position: relative;
  margin-top: 20px;
  padding: 48px 20px 48px;
  background-color: #F2A32D;
  color: #fff;
  text-align: center;
  border-top-left-radius: 50% 60px;
  border-top-right-radius: 50% 60px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.p-hero__cta-lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.p-hero__cta-lead-em {
  display: inline-block;
  background: linear-gradient(transparent calc(100% - 4px), #F8F287 calc(100% - 4px));
  padding: 0 4px;
}

.p-hero__campaign {
  display: inline-block;
  margin-top: 32px;
  padding: 2px 20px;
  background-color: #F8F287;
  color: #E28103;
  font-size: 16px;
  font-weight: 700;
  border-radius: 9999px;
  letter-spacing: 0.02em;
}

.p-hero__store {
  display: block;
  margin: 16px auto 0;
  width: 220px;
}

.p-hero__store img {
  width: 100%;
  height: auto;
}

.p-hero__notes {
  margin-top: 16px;
  font-size: 14px;
  color: #fff5dc;
  text-align: left;
  line-height: 1.6;
}

.p-hero__tri {
  position: absolute;
  z-index: 2;
  display: block;
  width: 20px;
  height: 17.32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
}

.p-hero__tri--pink-1 {
  top: 40px;
  right: 55px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F3AAAC' stroke='%23F3AAAC' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(24deg) scaleY(-1);
          transform: rotate(24deg) scaleY(-1);
}

.p-hero__tri--blue-1 {
  top: 158px;
  left: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%238FBAD5' stroke='%238FBAD5' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-hero__tri--yellow-1 {
  top: 210px;
  left: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23FBCF75' stroke='%23FBCF75' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.p-hero__tri--pink-2 {
  top: 376px;
  left: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F3AAAC' stroke='%23F3AAAC' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(24deg) scaleY(-1);
          transform: rotate(24deg) scaleY(-1);
}

.p-hero__tri--blue-2 {
  top: 555px;
  left: 60px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%238FBAD5' stroke='%238FBAD5' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}

.p-hero__tri--yellow-2 {
  top: 357px;
  left: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23FBCF75' stroke='%23FBCF75' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-worries {
  position: relative;
  padding: 0 0 24px;
  margin-top: -24px;
}

.p-worries__head {
  position: relative;
  padding: 20px 20px 20px;
  min-height: 120px;
}

.p-worries__photo {
  position: absolute;
  left: 30px;
  top: 0px;
  width: 107px;
  height: auto;
}

.p-worries__title {
  position: relative;
  margin: 0;
  padding-top: 32px;
  text-align: right;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}

.p-worries__title-em {
  display: inline-block;
  color: #E28103;
  background: linear-gradient(transparent calc(100% - 4px), #F8F287 calc(100% - 4px));
  padding: 0 2px;
}

.p-worries__tri {
  position: absolute;
  display: block;
  width: 20px;
  height: 17.32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
}

.p-worries__tri--pink-1 {
  top: 28px;
  left: 19px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F3AAAC' stroke='%23F3AAAC' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.p-worries__tri--pink-2 {
  top: 100px;
  right: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23F3AAAC' stroke='%23F3AAAC' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-worries__tri--blue {
  top: 20px;
  right: 45px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%238FBAD5' stroke='%238FBAD5' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(15deg) scaleY(-1);
          transform: rotate(15deg) scaleY(-1);
}

.p-worries__tri--yellow {
  top: 107px;
  right: 160px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23FBCF75' stroke='%23FBCF75' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.p-worries__tri--orange {
  top: 120px;
  right: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.32'><polygon points='10,2 17.32,15.32 2.68,15.32' fill='%23FBCF75' stroke='%23FBCF75' stroke-width='3' stroke-linejoin='round'/></svg>");
  -webkit-transform: rotate(20deg) scaleY(-1);
          transform: rotate(20deg) scaleY(-1);
}

.p-worries__slider {
  position: relative;
  margin: 10px 20px 0;
}

.p-worries__bubble {
  position: absolute;
  top: -14px;
  left: 126px;
  width: 28px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.p-worries__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  z-index: 1;
}

.p-worries__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  will-change: transform;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-worries__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 24px 16px;
}

.p-worries__viewport {
  background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(20px - 0.5px), #ececec calc(20px - 0.5px), #ececec 20px), repeating-linear-gradient(to bottom, transparent 0, transparent calc(20px - 0.5px), #ececec calc(20px - 0.5px), #ececec 20px);
  background-position: 0 0;
  background-repeat: repeat;
}

.p-worries__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.02em;
}
.p-worries__text + .p-worries__text {
  margin-top: 20px;
}

.p-worries__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-worries__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid #E5E5DC;
}
.p-worries__dot.is-active {
  background-color: #E5E5DC;
}

.p-worries__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  padding: 16px 0 24px;
}

.p-worries__nav-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: transform 0.1s, opacity 0.2s;
  transition: transform 0.1s, opacity 0.2s, -webkit-transform 0.1s;
}
.p-worries__nav-btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.p-worries__nav-btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.p-worries__nav-icon {
  width: 32px;
  height: 32px;
  display: block;
}

.p-worries__nav-btn--prev .p-worries__nav-icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-troubles {
  position: relative;
  padding: 0px 0 40px;
}

.p-troubles__head {
  position: relative;
  padding: 0px 0 24px;
}

.p-troubles__cloud {
  position: relative;
  margin: 0 auto;
  padding: 64px 30px;
  text-align: center;
  background-image: url("../images/troubles-cloud.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.p-troubles__swirl {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 26px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.p-troubles__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #333333;
}

.p-troubles__title-em {
  display: inline-block;
  color: #E28103;
  background: linear-gradient(transparent calc(100% - 4px), #F8F287 calc(100% - 4px));
  padding: 0 2px;
}

.p-troubles__list {
  margin: 10px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-troubles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-troubles__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-troubles__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.p-troubles__bubble {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 18px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
  z-index: 1;
}
.p-troubles__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #fff transparent transparent;
}

.p-troubles__item--reverse .p-troubles__bubble::before {
  left: auto;
  right: -8px;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
}

.p-troubles__bubble p {
  margin: 0;
}

.p-features {
  position: relative;
  margin-top: 20px;
  padding: 50px 28px 80px;
  background-color: #F2A32D;
  color: #fff;
  border-top-left-radius: 50% 60px;
  border-top-right-radius: 50% 60px;
  overflow: hidden;
}

.p-features__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 30px;
  display: block;
  pointer-events: none;
}

.p-features__title-wrap {
  text-align: center;
}

.p-features__title {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-features__title-em {
  display: inline-block;
  background: linear-gradient(transparent calc(100% - 4px), #F8F287 calc(100% - 4px));
  padding: 0 2px;
}

.p-features__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-features__item {
  position: relative;
  padding-top: 20px;
}

.p-features__num {
  position: absolute;
  top: 0;
  font-size: 72px;
  font-weight: 700;
  color: #F8F287;
  line-height: 1;
  letter-spacing: 0.02em;
  z-index: 2;
}

.p-features__item--num-right .p-features__num {
  right: 0;
}

.p-features__item--num-left .p-features__num {
  left: 0;
}

.p-features__photo {
  position: relative;
  z-index: 1;
}

.p-features__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-features__item--photo-left .p-features__photo {
  margin-left: 0;
  margin-right: auto;
}

.p-features__item--photo-right .p-features__photo {
  margin-left: auto;
  margin-right: 0;
}

.p-features__body {
  margin-top: 8px;
}

.p-features__name {
  display: inline-block;
  margin: 0 0 8px;
  padding: 0px 4px;
  background-color: #fff;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 2px;
}

.p-features__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
}

.p-reasons {
  position: relative;
  padding: 50px 24px 0;
}

.p-reasons__title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.p-reasons__title {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.04em;
}

.p-reasons__title-em {
  display: inline-block;
  color: #F2A32D;
  background: linear-gradient(transparent calc(100% - 4px), #F8F287 calc(100% - 4px));
  padding: 0 2px;
  margin-right: 4px;
}

.p-reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}

.p-reasons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-reasons__item:nth-child(odd) .p-reasons__photo {
  margin-left: -24px;
}

.p-reasons__photo {
  width: 351px;
  overflow: hidden;
  margin-bottom: 16px;
}

.p-reasons__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-reasons__name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.02em;
}

.p-reasons__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #333333;
}

.p-reasons__note {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #888;
}

.p-reasons__cta {
  position: relative;
  margin: 40px -24px 0;
  padding: 40px 28px 36px;
  background-color: #F2A32D;
  color: #fff;
  text-align: center;
  border-top-left-radius: 50% 60px;
  border-top-right-radius: 50% 60px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.p-reasons__cta-campaign {
  display: inline-block;
  margin: 0 0 16px;
  padding: 4px 20px;
  background-color: #F8F287;
  color: #E28103;
  font-size: 16px;
  font-weight: 700;
  border-radius: 9999px;
  letter-spacing: 0.02em;
}

.p-reasons__cta-store {
  display: block;
  margin: 0 auto;
  width: 220px;
}

.p-reasons__cta-store img {
  width: 100%;
  height: auto;
  display: block;
}

.p-reasons__cta-notes {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff5dc;
  text-align: left;
}

.p-scenes {
  position: relative;
  padding: 40px 0 40px;
}

.p-scenes__title-wrap {
  text-align: center;
  margin-bottom: 24px;
}

.p-scenes__title {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.04em;
}

.p-scenes__title-em {
  display: inline-block;
  color: #F2A32D;
  background: linear-gradient(transparent calc(100% - 4px), #F8F287 calc(100% - 4px));
  padding: 0 2px;
  margin-right: 8px;
}

.p-scenes__card {
  margin: 0 20px;
  padding: 24px 20px;
  background-color: #fdf8e9;
  border-radius: 20px;
}

.p-scenes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px;
}

.p-scenes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-scenes__card {
  background-color: #fff;
  border-radius: 20px;
}

.p-scenes__photo {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.p-scenes__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-scenes__caption {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}

.p-scenes__gallery {
  margin-top: 48px;
  overflow: hidden;
}

.p-scenes__gallery-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scenes-marquee 30s linear infinite;
          animation: scenes-marquee 30s linear infinite;
}

.p-scenes__gallery-track img {
  width: 160px;
  height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
  border-radius: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

@-webkit-keyframes scenes-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scenes-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-voices {
  position: relative;
  margin-top: 20px;
  padding: 50px 20px 50px;
  background-color: #F2A32D;
  color: #fff;
  border-top-left-radius: 50% 60px;
  border-top-right-radius: 50% 60px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.p-voices__title-wrap {
  text-align: center;
  margin-bottom: 28px;
}

.p-voices__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-voices__title-em {
  display: inline-block;
  background: linear-gradient(transparent calc(100% - 4px), #F8F287 calc(100% - 4px));
  padding: 0 2px;
}

.p-voices__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 14px;
}

.p-voices__item {
  position: relative;
}

.p-voices__card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.p-voices__card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-voices__card:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.p-voices__avatar {
  margin: 0 auto -1px;
  pointer-events: none;
}

.p-voices__role {
  display: inline-block;
  margin-bottom: 3px;
  padding: 2px 10px;
  background-color: #F2A32D;
  color: #fff;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 20px;
  white-space: nowrap;
}

.p-voices__quote {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.02em;
}

.p-voices__quote-wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 32px;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.p-voices__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21px;
  height: 21px;
  margin: 0 auto;
  border-radius: 50%;
  pointer-events: none;
  background: url(../images/slide_arrow.svg) no-repeat center center/contain;
}

.p-voices-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-voices-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-voices-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.p-voices-modal__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: url(../images/slide_arrow.svg) no-repeat center center/contain;
  cursor: pointer;
  z-index: 1;
}
.p-voices-modal__nav--prev {
  left: 50%;
  -webkit-transform: translate(calc(-160px - 50%), -50%) scaleX(-1);
          transform: translate(calc(-160px - 50%), -50%) scaleX(-1);
}
.p-voices-modal__nav--next {
  right: 50%;
  -webkit-transform: translate(calc(160px + 50%), -50%);
          transform: translate(calc(160px + 50%), -50%);
}

.p-voices-modal__content {
  position: relative;
  width: 86%;
  max-width: 320px;
  max-height: 85vh;
  overflow-y: auto;
  background-color: #F5F3E7;
  border: 1px solid #F2A32D;
  border-radius: 32px;
  padding: 32px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.p-voices-modal__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
}

.p-voices-modal__role {
  display: inline-block;
  color: #E28103;
  font-size: 15px;
  font-weight: 700;
  width: 67px;
}

.p-voices-modal__body {
  position: relative;
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
}

.p-voices-modal__bubble {
  position: absolute;
  top: -14px;
  right: 24px;
  width: 28px;
  height: auto;
  pointer-events: none;
}

.p-voices-modal__title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.02em;
}

.p-voices-modal__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.p-voices-modal__close {
  display: block;
  margin: 20px auto 0;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  background: none;
}
.p-voices-modal__close::before {
  content: "× ";
}

body.is-modal-open {
  overflow: hidden;
}

.p-faq {
  padding: 40px 20px 60px;
  background-color: #F5F3E7;
}

.p-faq__title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  letter-spacing: 0.04em;
}

.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.p-faq__item {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  letter-spacing: 0.02em;
}

.p-faq__q-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #F2A32D;
  font-weight: 700;
  font-size: 16px;
}

.p-faq__q-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-faq__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-faq__icon::before {
  width: 14px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-faq__icon::after {
  width: 1px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq__item.is-open .p-faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__answer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}

.p-faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 12px 0 4px;
  margin-top: 10px;
  border-top: 1px dashed #8F8989;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
}

.p-faq__a-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
}

.p-faq__a-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: pre-line;
}

.p-cta {
  position: relative;
  margin-top: 20px;
  padding: 80px 28px 36px;
  background-color: #F2A32D;
  color: #fff;
  text-align: center;
  border-top-left-radius: 50% 60px;
  border-top-right-radius: 50% 60px;
}

.p-cta__title {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}

.p-cta__title-line {
  display: inline-block;
  background: linear-gradient(transparent calc(100% - 4px), #F8F287 calc(100% - 4px));
  padding: 0 2px;
}

.p-cta__lead {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.p-cta__lead:last-of-type {
  margin-bottom: 24px;
}

.p-cta__campaign {
  display: inline-block;
  margin-top: 72px;
  margin-bottom: 14px;
  padding: 2px 20px;
  background-color: #F8F287;
  color: #E28103;
  font-size: 16px;
  font-weight: 700;
  border-radius: 9999px;
  letter-spacing: 0.02em;
}

.p-cta__store {
  display: block;
  margin: 8px auto 0;
  width: 220px;
}
.p-cta__store img {
  width: 100%;
  height: auto;
}

.p-cta__notes {
  margin-top: 20px;
  font-size: 14px;
  color: #fff5dc;
  text-align: left;
  line-height: 1.7;
}

.p-footer {
  padding: 16px 0;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

.p-footer__copy {
  margin: 0;
}/*# sourceMappingURL=style.css.map */