:root {
  --main-blue: #25383f;
  --main-blue-dark: #2e5a81;
  --accent-rose: #c27479;
  --text-main: #444444;
  --white: #ffffff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Noto Serif JP", serif;
  color: var(--text-main);
  background-color: #f3f3f3;
  line-height: 1.6;
}
.mein_fv {
  position: relative;
  background-image: url("./img/fv_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lp {
  min-height: 100vh;
}
.hero__inner,
.content__inner {
  max-width: 360px;
  margin: 0 auto;
}
.hero {
  padding: 24px 16px 0;
}
.hero__inner {
  position: relative;
}
.hero__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 242px;
  margin: auto;
}
.hero__image_item1 {
  position: absolute;
  width: 140px;
  top: 21%;
  right: 22%;
}
.hero__image_item2 {
  position: absolute;
  width: 128px;
  top: 31.5%;
  right: 22%;
}
.hero__image_item3 {
  position: absolute;
  width: 156px;
  top: 45%;
  right: 22%;
}
.hero__image_item4 {
  position: absolute;
  width: 170px;
  top: 55%;
  right: 29%;
}
.hero__image_item5 {
  position: absolute;
  width: 132px;
  top: 82%;
  right: 39%;
}

.mein_fv::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("./img/line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}

/* FV_TOP */
.lunaFV {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 640px;
  padding: clamp(24px, 4vw, 48px) 16px 18px;
  display: grid;
  place-items: center;
}
.lunaFV__img {
  width: 100%;
  margin-bottom: -17%;
  margin-top: 3%;
}

.lunaFV__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 50% 25%,
      rgba(255, 255, 255, 0.1),
      transparent 55%
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.lunaFV__inner {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  text-align: center;
}

.lunaFV__title,
.lunaFV__lead,
.lunaFV__lead2 {
  margin: 0;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 5px #224e51;
  paint-order: stroke fill;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.25),
    0 0 12px rgba(0, 0, 0, 0.25);
}

.lunaFV__title {
}
.lunaFV__title img {
  width: 90%;
}
.lunaFV__lead {
  margin-top: clamp(18px, 3vw, 28px);
  font-size: clamp(20px, 3.8vw, 42px);
}
.lunaFV__lead2 {
  margin-top: clamp(6px, 1.2vw, 10px);
  margin-bottom: -18px;
  font-size: clamp(20px, 3.4vw, 38px);
  position: relative;
  z-index: 999;
}

.lunaMarquee {
  margin-top: clamp(14px, 3vw, 26px);
}
.lunaMarquee::before,
.lunaMarquee::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("./img/line.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.lunaMarquee__viewport {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
}

.lunaMarquee__track {
  display: flex;
  align-items: center;
  padding: 5px 0;
  gap: clamp(5px, 1vw, 10px);
  width: max-content;
  animation: lunaMarquee var(--marquee-speed, 45s) linear infinite;
  will-change: transform;
}

.lunaMarquee__item {
  width: clamp(54px, 8vw, 76px);
  height: clamp(54px, 8vw, 76px);
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 auto;
}
.lunaMarquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

@media (prefers-reduced-motion: reduce) {
  .lunaMarquee__track {
    animation: none;
    transform: none;
  }
}
.lunaFvPc {
  display: none;
}
/* ---------- コンテンツエリア ---------- */
.content {
  padding: 24px 16px 40px;
}
.content__inner {
  text-align: center;
}
.content__title {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  text-shadow:
    0 0 5px #e4cf96,
    0 0 10px #e4cf96,
    0 0 20px #e4cf96,
    0 0 40px rgba(228, 207, 150, 0.6);
}
.content__title1 {
  margin: 0px;
  text-align-last: left;
}
.content__title2 {
  margin: 0 0px 20px 0;
  text-align-last: right;
}
.tag-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.tag-list__item {
  padding: 6px 8px;
  border-radius: 999px;
  font-size: 13px;
  background-color: #fff;
  color: #335f62;
  width: 105px;
  white-space: nowrap;
  font-weight: bold;
}
.line-btn {
  display: block;
  max-width: 360px;
  margin: 0 auto;
  text-decoration: none;
}

.line-btn__image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}
.content_text {
  font-size: 12px;
  color: var(--main-blue);
}

/* ========== ツインレイ鑑定とは？ セクション ========== */
.about {
  padding: 40px 16px 40px 0;
  background: #fff;
}
.about__inner {
  margin: 0 auto 0 0;
}
.about-card {
  background-color: var(--main-blue);
  color: var(--white);
  padding: 60px 16px;
  border-radius: 0 32px 0 0;
}
.about-card__title {
  margin: 0 0 35px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.about-card p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.about__image img {
  display: block;
  width: 263px;
  height: auto;
  margin: -64px -16px 0 auto;
}
/* ========== プロフィール セクション ========== */
.profile {
  padding: 32px 16px 40px;
  background-color: #fff;
}
.profile__inner {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}
.profile__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: #3b6566;
}
.profile__name {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #3b6566;
}
.profile__image {
  margin-bottom: 16px;
}
.profile__image img {
  display: block;
  width: 60%;
  max-width: 220px;
  margin: 0 auto;
}
.profile__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-main);
  font-family: "Noto Sans JP";
  text-align: justify;
  white-space: nowrap;
}
.profile__link {
  color: var(--main-blue-dark);
  text-decoration: none;
}
/* 鑑定section */
.tw-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background-image: url("./img/line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}

.bg_section {
  background-image: url("./img/can_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tw-section {
  padding: 60px 16px;
  position: relative;
}

.tw-section__inner {
  max-width: 960px;
  margin: 0 auto;
}

.tw-section__title {
  text-align: center;
  color: var(--white);
  font-size: 24px;
  margin: 0 0 30px;
}
.tw-section__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.tw-card {
  background: var(--white);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.tw-card__icon {
  text-align: center;
  margin-bottom: 4px;
}

.tw-card__icon img {
  max-width: 94px;
  width: 100%;
  height: auto;
}

.tw-card__title {
  font-size: 15px;
  color: #000;
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  height: 48px;
}

.tw-card__text {
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-main);
  margin: 0;
  font-family: "Noto Sans JP";
}

.sp-only {
  display: block;
}
.star1 {
  position: absolute;
  z-index: 1;
  bottom: -10%;
  right: 0;
}
.star2 {
  position: absolute;
  z-index: -1;
  bottom: -40%;
  right: 0;
}
.star3 {
  position: absolute;
  z-index: 1;
  bottom: -10%;
}
/* 3step */
.\33 step {
  padding: 24px 0px 24px 18px;
}

.threeStep__inner {
  background: #fff;
  border-radius: 16px 0 0 16px;
}

.threeStep__title {
  padding: 24px 12px 0;
  text-align: center;
  font-weight: 700;
  color: #3b6566;
}

.threeStep__row {
  position: relative;
  display: flex;
  max-height: 200px;
  min-height: 180px;
  background: #325157;
  padding: 25px 35px;
  gap: 12px;
  text-align: left;
  margin-left: 26px;
  margin-bottom: 36px;
  font-family: "Noto Sans JP";
  color: #fff;
}
.threeStep__row3 {
  margin-bottom: 12px;
}

.threeStep__badge {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #47797b;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  left: -5%;
  top: -15%;
}
.threeStep__badge span {
  font-size: 14px;
  margin-bottom: -5px;
}
.threeStep__badge b {
  font-size: 22px;
}

.threeStep__media img {
  width: 180px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: 5%;
  max-height: 160px;
  width: auto;
}

.threeStep__media2 img {
  max-height: 185px !important;
  right: 2%;
}
.threeStep__media_key img {
  max-height: 70px !important;
  right: 2%;
}
.threeStep__text {
  max-width: 120px;
  margin: auto 0;
}
.threeStep__text h3 {
  margin: 0 0 16px;
  font-size: 4vw;
  white-space: nowrap;
}
.threeStep__text p {
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
}

.threeStep__note {
  font-size: 22px;
  padding: 16px 12px 40px;
  text-align: center;
  font-weight: 700;
  color: #3b6566;
  margin: 0;
}

.threeStep__arrow {
  position: absolute;
  left: 40%;
  width: 100px;
  height: 30px;
  margin-top: -15px;

  background: linear-gradient(to bottom, #f6dd9b 0%, #fff9ea 48%, #f6dd9b 100%);

  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.threeStep__cover {
  z-index: 1;
  position: relative;
  padding: 24px 14px 48px;
}

.threeStep__dm {
  display: grid;
  gap: 20px;
  margin-bottom: 28px;
}

.threeStep__card {
  align-items: center;
  position: relative;
  display: flex;
  gap: 12px;
  padding: 17px 14px;
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 0 20px rgba(246, 221, 155, 0.5),
    0 0 40px rgba(246, 221, 155, 0.35);
}

.threeStep__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.threeStep__msg {
  font-size: 12px;
  line-height: 1.6;
}
.threeStep__msg p {
  margin: 0;
  color: #444444;
  font-family: "Noto Sans JP";
}

.threeStep__name {
  margin: 0 0 4px;
  font-weight: 700;
}

.threeStep__time {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 12px;
  color: #999;
}

.threeStep__lead {
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px;
}
.threeStep__cta {
  position: relative;
  z-index: 10;
}

.threeStep__cta img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

/* お客様の声セクション */
.voice-section {
  padding: 30px 17px 60px;
  position: relative;
  overflow: hidden;
}

.voice-section__inner {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.voice-section__title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.voice-section__grid {
  display: grid;
  gap: 24px;
}
.voice-card_content {
  display: flex;
  gap: 16px;
}
.voice-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: block;
  text-align: justify;
  align-items: center;
  gap: 16px;
  padding: 12px;
  font-family: "Noto Sans JP";
}

.voice-card__img {
  flex-shrink: 0;
  width: 100px;
  overflow: hidden;
  margin: auto;
}

.voice-card__img img {
  width: 100%;
  height: auto;
  display: block;
}

.voice-card__body {
  flex: 1;
}

.voice-card__name {
  text-align: center;
  font-size: 18px;
  color: var(--accent-rose);
  margin-bottom: 13px;
  margin-top: 0;
  font-weight: 400;
}

.voice-card__text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-main);
  margin: 0;
  text-align-last: left;
}

/* フッターセクション */
.price {
  background: #fdfdfd;
  padding: 40px 0px 0;
}

.price__inner {
  margin: 0 auto;
  text-align: center;
}

.price__title {
  font-size: 24px;
  letter-spacing: 0.18em;
  color: #3b6566;
  margin-bottom: 19px;
}

.price__main {
  font-size: 40px;
  color: #53908f;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0;
  font-family: "Noto Sans JP";
}

.price__note {
  font-size: 14px;
  color: #53908f;
  margin-bottom: 260px;
  margin-top: 0;
  font-family: "Noto Sans JP";
}
.price__panel {
  position: relative;
  background: #3a626c;
  border-radius: 14px 0 0 0;
  padding: 173px 0px 32px 0px;
  margin: 0 0 0 17px;
}
.price__phone {
  position: absolute;
  left: 50%;
  top: -60%;
  transform: translateX(-50%);
  width: 220px;
}

.price__phone img {
  width: 100%;
  height: auto;
  display: block;
}
.price__pagetop {
  position: absolute;
  right: 8%;
  top: 30%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  background: #325157;
  cursor: pointer;
  padding: 0;
}

.price__pagetop::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -40%) rotate(135deg);
}
.price__line-btn {
  width: 100%;
  background: var(--main-blue);
  border: none;
}
.price__line-btn {
  width: 90%;
  margin: 0 auto;
}
.price__line-btn img {
  width: 90%;
  margin: 0 auto;
}
.footer_text {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
.price__line-btn:hover {
  opacity: 0.75;
}
.price__footer {
  background: #325157;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  gap: 58px;
}
.price__footer-link {
  font-size: 12px;
  color: var(--white);
  text-decoration: none;
}
.price__footer-link:hover {
  opacity: 0.75;
}
.price__line-btn1 {
  display: none;
}

/* アニメーション */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.2, 0.65, 0.2, 1);
  will-change: transform, opacity;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
[data-stagger] > .reveal {
  transition-delay: calc(var(--i, 0) * 800ms);
}

.pc {
  display: none;
}
.sp_br {
  display: block;
}

.line-btn__image,
.threeStep__cta,
.price__line-btn img {
  display: block;
  height: auto;
  transform-origin: center center;
}
.line-btn__image.is-bounce,
.threeStep__cta .is-bounce,
.price__line-btn img.is-bounce {
  animation: line-pulse 1.8s ease-in-out infinite;
}

@keyframes line-pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.05);
  }
}

/* .line-btn__image,
.price__line-btn img {
  display: block;
  height: auto;
  opacity: 1;
  transform-origin: center bottom;
  transition: opacity 0.3s ease, transform 0.4s ease;
}

.line-btn__image.is-bounce,
.price__line-btn img.is-bounce {
  animation: line-bounce 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s 1;
}

@keyframes line-bounce {
  0% {
    transform: translateY(-60px) scale(0.9);
  }
  40% {
    transform: translateY(0) scale(1);
  }
  55% {
    transform: translateY(-20px) scale(1.02);
  }
  70% {
    transform: translateY(0) scale(1);
  }
  82% {
    transform: translateY(-10px) scale(1.01);
  }
  92% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
} */

.line-btn__image:hover {
  transform: scale(1.1);
}
.price__line-btn img:hover {
  opacity: 0.75;
}
.lunaMarquee__track {
  animation: lunaMarquee 45s linear infinite;
}

/* PC  */
@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp_br {
    display: none;
  }
  /* FVセクション */
  .lunaFvPc {
    display: block;
  }
  .mein_fv {
    display: none !important;
  }

  /* PCFV */
  .lunaFvPc {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url("./img/fv_bg_pc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .lunaFvPc__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .lunaFvPc__inner {
    position: relative;
    display: flex;
    max-width: 1000px;
    height: 100%;
    z-index: 2;
    margin: 72px auto;
    padding-bottom: 72px;
  }
  .hero__inner,
  .content__inner {
    margin: 0;
  }
  .lunaFvPc__content_right {
    display: flex;
    justify-content: space-between;
    max-width: 740px;
  }
  .fv_right {
    position: relative;
    z-index: 2;
  }
  .lunaFvPc__phone {
    left: 110px;
    top: 86px;
    width: 360px;
    z-index: 5;
  }

  .lunaFvPc__phone img {
    width: 100%;
    display: block;
  }

  .lunaFvPc__woman {
    position: relative;
  }

  .lunaFvPc__woman img {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: block;
    width: 360px;
    bottom: -15%;
  }

  .lunaFvPc__content {
    max-width: 740px;
  }

  .lunaFvPc__title {
    margin: 0;
  }

  .lunaFvPc__title img {
    width: 590px;
    display: block;
    margin: 70px auto 32px;
  }
  .lunaFvPc__tags {
    list-style: none;
    padding: 0;
    margin: 34px auto 0;
    width: 470px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 14px;
  }

  .lunaFvPc__tags li {
    min-width: 140px;
    height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #5d5d5d;
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .bg_section {
    background-image: url("./img/can_bg_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* LINEボタン */
  .lunaFvPc__line {
    display: block;
    width: 520px;
    margin: 26px auto 0;
  }

  .lunaFvPc__line img {
    width: 100%;
    display: block;
  }
  .lunaFV__lead {
    margin-top: 16px;
  }

  .lunaFvPc__lead p {
    text-align: center;
    font-size: 26px;
    white-space: nowrap;
  }

  .lunaFvPc__lead p + p {
    margin-top: 4px;
  }

  .lunaMarquee {
    margin-top: 32px;
    position: relative;
    width: 100%;
    background: rgba(89, 55, 23, 0.38);
  }

  .lunaMarquee::before,
  .lunaMarquee::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url(./img/line.png);
    z-index: 2;
  }

  .lunaMarquee::before {
    top: 4%;
  }

  .lunaMarquee::after {
    bottom: -8%;
  }

  .lunaMarquee__viewport {
    width: 100%;
    overflow: hidden;
  }

  .lunaMarquee__track {
    display: flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    padding: 10px 0;
    animation: lunaMarquee 24s linear infinite;
    will-change: transform;
  }

  .lunaMarquee__item {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    overflow: hidden;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(247, 216, 152, 0.95);
  }

  .lunaMarquee__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .lunaFvPc__copy {
    left: 0;
    right: 0;
    top: 635px;
    z-index: 6;
    text-align: center;
  }

  .lunaFvPc__copy p {
    margin: 0;
    color: #fff7dc;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-text-stroke: 4px #867657;
    paint-order: stroke fill;
    text-shadow:
      0 3px 0 rgba(0, 0, 0, 0.18),
      0 0 14px rgba(255, 240, 197, 0.24);
  }
  .mein_fv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
  .hero {
    padding-top: 40px;
  }
  .content__title {
    font-size: 38px;
    white-space: nowrap;
    margin-top: 18px;
    text-align-last: center;
  }
  .tag-list__item {
    text-align: center;
    font-size: 16px;
    width: 120px;
  }
  .line-btn {
    margin: 0 auto;
  }
  .tag-list {
    margin-bottom: 30px;
    max-width: 500px;
  }
  .hero__inner,
  .content__inner {
    max-width: 650px;
  }
  .content_text {
    font-size: 16px;
    color: var(--main-blue);
  }
  .hero__image {
    width: 320px;
    max-width: 320px;
  }
  .hero__image_item1 {
    position: absolute;
    width: 185px;
    top: 21%;
    right: 11%;
  }
  .hero__image_item2 {
    position: absolute;
    width: 160px;
    top: 30%;
    right: 11%;
  }
  .hero__image_item3 {
    position: absolute;
    width: 195px;
    top: 42%;
    right: 11%;
  }
  .hero__image_item4 {
    position: absolute;
    width: 220px;
    top: 55%;
    right: 22%;
  }
  .hero__image_item5 {
    position: absolute;
    width: 156px;
    top: 82%;
    right: 40%;
  }
  /* アバウトセクション */
  .about {
    padding: 120px 84px 40px 0;
  }
  .about-card {
    padding: 130px 32px;
  }
  .about-card__title {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .about-card_text {
    max-width: 1000px;
    margin: 0 auto;
  }
  .about-card_text p {
    font-size: 26px;
  }
  .about__image img {
    width: 500px;
    margin: -90px -84px 0 auto;
  }

  /* プロフィールセクション */
  .profile {
    padding: 32px 16px 120px;
  }
  .profile__inner {
    max-width: 1000px;
  }
  .profile__title {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .profile__name {
    font-size: 32px;
    margin-bottom: 42px;
  }
  .profile__image img {
    max-width: 500px;
  }
  .profile__body p {
    font-size: 26px;
    text-align: center;
    white-space: wrap;
  }
  /* できることはセクション */
  .tw-section__inner {
    max-width: 1100px;
  }
  .tw-section__title {
    font-size: 48px;
    margin-bottom: 71px;
  }
  .tw-section {
    padding: 120px 24px 120px;
  }
  .tw-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 58px;
    row-gap: 58px;
    max-width: 1100px;
  }
  .tw-card {
    border-radius: 30px;
    padding: 40px;
    gap: 0;
    justify-content: center;
  }
  .tw-card__title {
    font-size: 32px;
    height: 60px;
  }
  .tw-card__text {
    font-size: 24px;
    max-width: 100%;
  }
  .tw-card__icon img {
    max-width: 265px;
  }
  /* VOICEセクション */
  .sp-only {
    display: none;
  }
  .voice-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 17px;
  }
  .voice-section__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .voice-card {
    gap: 40px;
    padding: 40px;
  }
  .voice-section__title {
    font-size: 48px;
    margin-bottom: 63px;
  }
  .voice-card__name {
    text-align-last: left;
    font-size: 28px;
  }
  .voice-card__text {
    font-size: 24px;
  }
  .voice-card__img {
    width: 176px;
  }
  /* フッター */
  .price {
    padding-top: 72px;
  }
  .price__title {
    font-size: 48px;
  }
  .price__main {
    font-size: 72px;
  }
  .price__note {
    font-size: 32px;
    margin-bottom: 720px;
  }
  .price__phone {
    width: 500px;
    top: -115%;
    left: 40%;
  }
  .price__panel {
    margin: 0 0 0 13%;
    padding: 173px 0px 100px 0px;
    border-radius: 40px 0 0 0;
  }
  .price__line-btn img {
    width: 950px;
  }
  .footer_text {
    font-size: 32px;
    color: var(--white);
  }
  .price__footer {
    gap: 250px;
  }
  .price__footer-link {
    font-size: 24px;
  }
  .price__pagetop {
    width: 100px;
    height: 100px;
    top: 80%;
  }
  .price__line-btn_content {
    display: flex;
    gap: 80px;
  }
  .price__line-btn1 {
    display: block;
  }
  .price__line-btn_content {
    padding: 0 50px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .price__line-btn1 img {
    width: 100%;
    max-width: 250px;
  }
  .price__line-btn2 img {
    width: 100%;
    max-width: 600px;
  }
  /* 3STEP */
  .threeStep__inner {
    border-radius: 42px 0 0 42px;
  }
  .\33 step {
    padding: 64px 0px 64px 84px;
    position: relative;
    z-index: 2;
  }
  .threeStep__title {
    font-size: 48px;
    margin-bottom: 190px;
    padding-top: 100px;
  }
  .star1_pc {
    position: absolute;
    bottom: 29%;
    z-index: 0;
  }
  .star2_pc {
    bottom: -30%;
  }

  .threeStep__row {
    align-items: center;
    text-align: left;
    gap: 16px;
    height: 230px;
    max-height: 230px;
    margin-left: 100px;
    padding: 30px 35px 30px 150px;
    margin-bottom: 240px;
  }
  .threeStep__row3 {
    margin-bottom: 80px !important;
  }
  .threeStep__text {
    max-width: 60%;
    margin-bottom: 24px;
  }
  .threeStep__text h3 {
    font-size: 32px;
  }
  .threeStep__text p {
    font-size: 22px;
  }
  .threeStep__badge {
    margin: 0;
    width: 200px;
    height: 200px;
    top: 5%;
    left: -7%;
  }
  .threeStep__badge span {
    font-size: 36px;
  }
  .threeStep__badge b {
    font-size: 50px;
  }
  .threeStep__media img {
    margin: 0 0 0 auto;
    height: 30vw;
    right: 7%;
    max-height: 400px;
  }
  .threeStep__media2 img {
    height: 32vw !important;
    right: 5.5%;
    max-height: 450px !important;
  }
  .threeStep__media_key img {
    height: 20vw !important;
    height: 90%;
    right: 30%;
    max-height: 180px !important;
  }
  .threeStep__media3 {
    margin-bottom: 120px;
  }
  .threeStep__note {
    font-size: 48px;
    padding: 16px 12px 72px;
  }
  .threeStep__arrow {
    width: 350px;
    height: 100px;
    margin-top: -35px;
  }
  .threeStep__cover {
    padding: 48px 24px 64px;
  }
  .threeStep__card {
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
    gap: 24px;
    padding: 24px;
    align-items: center;
  }
  .threeStep__name {
    font-size: 24px;
  }
  .threeStep__msg p {
    font-size: 22px;
  }
  .threeStep__avatar {
    width: 130px;
    height: 130px;
  }
  .threeStep__lead {
    font-size: 40px;
    margin: 64px 0;
    position: relative;
    z-index: 2;
  }
  .threeStep__cta img {
    max-width: 650px;
  }
  .threeStep__time {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 20px;
    color: #999;
  }
  .threeStep__dm {
    gap: 50px;
  }
  .lunaMarquee__track {
    animation: lunaMarquee 80s linear infinite;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .mein_fv {
    gap: 40px;
  }
  .line-btn__image {
    width: 300px;
  }
  .content__title {
    font-size: 28px;
  }
  .tag-list {
    width: 300px;
  }
  .tag-list__item {
    width: 90px;
    font-size: 14px;
  }
  .lunaFvPc__content {
    max-width: 540px;
  }
  .lunaFvPc__lead p {
    font-size: 20px;
  }
  .lunaFvPc__woman img {
    width: 300px;
  }
  .lunaFvPc__content_right {
    max-width: 540px;
  }
  .lunaFvPc__title img {
    width: 390px;
  }
  .price__line-btn img {
    width: 650px;
  }
  .price__phone {
    width: 400px;
    top: -120%;
  }
  .price__note {
    margin-bottom: 500px;
  }
  .price__panel {
    padding: 140px 0px;
  }
  .price__line-btn1 {
    display: none;
  }
}
