@charset "UTF-8";
/* color */
/* ブレイクポイント */
/* 読み込み */
/*foundation */
html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  color: #1B1B1B;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  color: #1B1B1B;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.lp-wrapper {
  background: url("../img/pc-bg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.lp-container {
  max-width: 440px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .lp-wrapper {
    background-attachment: scroll;
  }
}

.js-stop-float {
  height: 1px;
}

/* =====================
    読み込み
===================== */
/* =====================
    fv
===================== */
.l-fv {
  width: 100%;
  min-height: 1064px;
  background-image: url(../img/fv-bg.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.l-fv__sub-copy {
  padding: 20px 16px 12px 16px;
}

.l-fv__main-copy {
  padding: 0 14px 8px 6px;
}

.l-fv__badges {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding-right: 14px;
  padding-left: 26px;
}

.l-badges-icon {
  display: flex;
}

.l-fv-campaign {
  width: 342px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

/* =====================
    problems
===================== */
.l-problems {
  width: 100%;
  min-height: 573px;
  background-image: url(../img/problems-bg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.l-problems__wrapper {
  padding: 5rem 9% 136px 9%;
}

.l-problems__title {
  width: 260px;
  margin: 0 auto 28px auto;
}

/* =====================
    problems
===================== */
.l-features {
  width: 100%;
  min-height: 693px;
  background-image: url(../img/features-bg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -92px;
}

.l-features__wrapper {
  padding: 0 1rem 2.5rem 1rem;
}

.l-features__title {
  width: 283px;
  padding-top: 105px;
  margin: 0 auto 28px auto;
}

/* =====================
    strengths
===================== */
.l-strengths {
  background-image: url(../img/strengths-bg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.l-strengths__wrapper {
  padding: 83px 1rem 60px 1rem;
}

/* =====================
    about
===================== */
.l-about {
  width: 100%;
  background-image: url(../img/about-bg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 128px;
}

.l-about__wrapper {
  padding: 0 0.5rem 2.5rem 0.5rem;
}

.l-about__title {
  width: 202px;
  margin: 0 auto 2rem auto;
}

.l-about__photo {
  width: 311px;
  margin: 0 auto;
}

.l-about__text {
  width: 94%;
  height: 369px;
  background-image: url(../img/about-memo.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 16px 32px 16px;
  margin: -40px auto 0 auto;
}

.l-about__photo-garland {
  width: 100%;
  position: absolute;
  top: -80px;
}

/* =====================
    voice
===================== */
.l-voice {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-voice img {
  display: block;
}

.l-voice__title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

/* =====================
    plan
===================== */
.l-plan {
  background-image: url(../img/plan-bg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 2.5rem;
  position: relative;
}

.l-plan__wrapper {
  padding: 86px 24px 40px 24px;
}

.l-plan__cta {
  display: block;
  padding: 0 0.5rem;
}

.l-plan__photo-garland {
  width: 100%;
  position: absolute;
  top: -122px;
}

/* =====================
    faq
===================== */
.l-faq {
  background-color: #fff;
}

.l-faq__wrapper {
  padding: 2.5rem 1.5rem;
}

.l-faq__title {
  width: 180px;
  margin: 0 auto 1.5rem auto;
}

/* =====================
    closing
===================== */
.l-closing {
  min-height: 1013px;
  background-image: url(../img/closing-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.l-closing__title {
  padding: 2.5rem 1.5rem 0 1.5rem;
}

.l-closing__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.l-closing__text {
  width: 222px;
  margin: 0 auto;
}

.l-closing__cta {
  padding: 0 1rem 1.5rem 1rem;
}

/* 読み込み */
.c-shadow {
  box-shadow: 1px 1px 10px rgba(11, 19, 24, 0.12);
}

.c-text {
  font-size: 0.9375rem;
  font-weight: 400;
}

.c-text-small {
  font-size: 0.9375rem;
  font-weight: 400;
}

.c-campaign-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  background-color: #2F5D7C;
  padding: 12px 0;
}

.c-check-text {
  font-size: 0.9375rem;
  font-weight: 500;
}
.c-check-text.black {
  color: #1B1B1B;
}
.c-check-text.white {
  color: white;
}

.c-price {
  color: #EB7457;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.c-yen {
  font-size: 0.9375rem;
  font-weight: 600;
  padding-left: 6px;
  padding-bottom: 14px;
}

/* アニメーション */
.c-fade {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.c-fade.is-show {
  opacity: 1;
}

.c-fv-fade, .c-slide-up {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.c-fv-fade.is-show, .c-slide-up.is-show {
  opacity: 1;
  transform: translateX(0);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

@-webkit-keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.c-float {
  -webkit-animation: floatY 3s ease-in-out infinite;
          animation: floatY 3s ease-in-out infinite;
}

/* =====================
    読み込み
===================== */
/* =====================
    SP-TB固定CTA
===================== */
.p-float-cta {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
  background: rgba(255, 255, 255, 0.4); /* 半透明 */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 0.5rem 2rem;
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .p-float-cta {
    display: none;
  }
}

.p-float-cta.is-show {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.p-float-cta__btn {
  position: relative;
  display: block;
  overflow: hidden;
}

.p-float-cta__btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -40%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-150%) rotate(25deg);
  -webkit-animation: shine 5s ease-in-out infinite;
          animation: shine 5s ease-in-out infinite;
  pointer-events: none;
}

@-webkit-keyframes shine {
  0% {
    transform: translateX(-150%) rotate(25deg);
    opacity: 0;
  }
  15% {
    transform: translateX(800%) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: translateX(800%) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    transform: translateX(-150%) rotate(25deg);
    opacity: 0;
  }
  15% {
    transform: translateX(800%) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: translateX(800%) rotate(25deg);
    opacity: 0;
  }
}
.p-float-cta__img {
  max-width: 360px;
  width: 100%;
  display: block;
}

/* =====================
    present
===================== */
.p-present {
  background-color: #fff;
  padding: 1rem;
}

.p-present__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.p-present__title--line {
  display: block;
  width: 1px;
  height: 33px;
  background-color: #1B1B1B;
}
.p-present__title--line.left {
  transform: rotate(-23deg);
}
.p-present__title--line.right {
  transform: rotate(23deg);
}

.p-present__title--text {
  color: #EB7457;
  font-size: 0.812rem;
  font-weight: 700;
  text-align: center;
}

.p-present__img {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.p-present__img.plan {
  margin-bottom: 16px;
}

.p-present__img--item {
  width: 126px;
}

.p-present__container {
  max-width: 200px;
  margin: 0 auto 32px auto;
}

.p-present__list {
  margin-bottom: 35px;
}

.p-present__list--item {
  color: #2F5D7C;
  font-size: 0.9375rem;
  list-style: disc;
  margin-bottom: 0.5rem;
}
.p-present__list--item:last-child {
  margin-bottom: 0;
}
.p-present__list--item span {
  display: block;
  font-size: 10px;
  font-weight: 700;
}

/* =====================
    fv
===================== */
.p-badges-works {
  width: 145px;
}

.p-badges-icon__img {
  width: 105px;
}
.p-badges-icon__img.left {
  margin-right: -13px;
}

/* =====================
    problems
===================== */
.p-problems {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  padding: 0.5rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
.p-problems:last-child {
  margin-bottom: 0;
}

.p-problems__check {
  width: 17px;
  padding-top: 3px;
}

/* =====================
    features
===================== */
.p-features {
  width: 100%;
  margin-bottom: 3rem;
}

.p-features__text {
  text-align: center;
  background-color: #2F5D7C;
  padding: 13px 0;
  margin-bottom: 2rem;
}
.p-features__text:last-child {
  margin-bottom: 0;
}

.p-features__concept {
  width: 292px;
  margin: 0 auto;
}

/* =====================
    strengths
===================== */
.p-strengths {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 4.5rem;
}
.p-strengths:last-child {
  margin-bottom: 0;
}

.p-strengths__number {
  position: absolute;
  top: -51px;
}
.p-strengths__number.shabon01 {
  width: 123px;
  top: -51px;
  left: 8px;
}
.p-strengths__number.shabon02 {
  width: 127px;
  top: -72px;
  right: -3px;
}
.p-strengths__number.shabon03 {
  width: 138px;
  top: -56px;
  left: -7px;
}

.p-strengths-shabon {
  width: 46px;
  position: absolute;
  top: 167px;
  right: -14px;
}

.p-strengths__title {
  margin: 0 auto 1rem auto;
}
.p-strengths__title.strengths01 {
  width: 306px;
}
.p-strengths__title.strengths02 {
  width: 303px;
}
.p-strengths__title.strengths03 {
  width: 196px;
}

.p-strengths__text {
  margin-bottom: 1rem;
}

.p-strengths__note {
  max-width: 367px;
  margin: 0 auto;
  position: relative;
}

.p-strengths__note--img {
  width: 123px;
  position: absolute;
  top: -80px;
  right: -2px;
}

/* =====================
    about
===================== */
.p-about__message {
  width: 89%;
  margin-bottom: 2rem;
}

.p-about__photographer {
  width: 174px;
  margin-left: 32px;
  margin-bottom: 8px;
}

.p-about__name {
  max-width: 207px;
  margin: 0 auto 16px auto;
}

.p-about__text {
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
}

/* =====================
    plan
===================== */
.p-plan__title {
  width: 261px;
  margin: 0 auto;
}

.p-plan__price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}

.p-plan-features {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.p-plan__note {
  padding: 0 16px;
}

.p-plan__note-list {
  margin-bottom: 1rem;
}

.p-plan__note-list--item {
  margin-bottom: 0.5rem;
}
.p-plan__note-list--item:last-child {
  margin-bottom: 0;
}

.p-plan__note--text {
  margin-bottom: 0.5rem;
}

/* =====================
    faq
===================== */
.p-faq__list {
  background-color: #EEF8FF;
  margin-bottom: 1.5rem;
}
.p-faq__list:last-child {
  margin-bottom: 0;
}

.p-faq__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2F5D7C;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 1rem;
}

.p-faq__question {
  flex-shrink: 0;
}

.p-faq__question--title {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-right: 0.5rem;
}

.p-faq__question--text {
  flex: 1;
}

.p-faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.p-faq__item.is-open .p-faq__icon {
  transform: rotate(180deg);
}

.p-faq__answer {
  display: flex;
  gap: 0.5rem;
  color: #2F5D7C;
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  font-size: 0.9375rem;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.p-faq__answer--title {
  color: #EB7457;
  font-size: 0.9375rem;
  font-weight: 400;
}

.p-faq__list.is-open .p-faq__answer {
  max-height: 500px;
  padding: 0 1rem 1rem 1rem;
}

/* 読み込み */
.u-sp-only {
  display: inline;
}
@media (min-width: 767px) {
  .u-sp-only {
    display: none;
  }
}

.u-tb-only {
  display: none;
}
@media (min-width: 767px) {
  .u-tb-only {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .u-tb-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 1025px) {
  .u-pc-only {
    display: inline-block;
  }
}

.u-mb-8 {
  margin-bottom: 0.5rem;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-64 {
  margin-bottom: 4rem;
}

/* 基本設定（変数、リセットCSSなど） */
/* ヘッダー、フッターなどの共通レイアウト*/
/* パーツ（ボタン、カードなど） */
/*各ページ独自のモジュール（例：トップページの特集など） */
/*1プロパティだけのユーティリティ（margin調整など）*/
/*# sourceMappingURL=style.css.map */