:root {
  --main-blue: #09305b;
  --main-blue-dark: #09305b;
  --accent-rose: #1763b8;
  --text-main: #444444;
  --white: #ffffff;
  --black: #000;
}
*,
*::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;
}
.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: 132px;
  top: 20%;
  right: 24%;
}
.hero__image_item2 {
  position: absolute;
  width: 165px;
  top: 30%;
  right: 24%;
}
.hero__image_item3 {
  position: absolute;
  width: 165px;
  top: 40%;
  right: 24%;
}
.hero__image_item4 {
  position: absolute;
  width: 170px;
  top: 47%;
  left: 20%;
}
.hero__image_item5 {
  position: absolute;
  width: 132px;
  top: 85%;
  right: 39%;
}
.main_fv_text {
  color: var(--text-main);
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
/* ---------- コンテンツエリア ---------- */
.content {
  padding: 24px 16px 40px;
}
.content__inner {
  text-align: center;
}
.content__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
  color: var(--main-blue-dark);
}
.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: 12px;
  background-color: var(--main-blue);
  color: #fff;
  width: 105px;
  white-space: nowrap;
}
.line-btn {
  display: block;
  max-width: 360px;
  margin: 0 auto;
  text-decoration: none;
}

.line-btn__image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  margin-top: 24px;
}

/* ========== ツインレイ鑑定とは？ セクション ========== */
.about {
  padding: 24px 16px 40px 0;
}
.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 18px;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.about__image img {
  display: block;
  width: 263px;
  height: auto;
  margin: -65px -16px 0 auto;
}
/* ========== プロフィール セクション ========== */
.profile {
  padding: 32px 16px 40px;
  background-color: #f7f7f7;
}
.profile__inner {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.profile__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: var(--main-blue-dark);
}
.profile__name {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  color: var(--accent-rose);
}
.profile__image {
  margin-bottom: 16px;
}
.profile__image img {
  display: block;
  width: 60%;
  max-width: 200px;
  margin: 0 auto;
}
.profile__body p {
  margin: 0;
  font-size: 3.8vw;
  line-height: 1.9;
  color: var(--text-main);
  font-family: "Noto Sans JP";
  text-align: left;
}
.profile__link {
  color: var(--accent-rose);
  text-decoration: none;
}
/* 鑑定section */
.tw-section {
  background: var(--main-blue);
  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: 28px;
  margin: 0 0 30px;
}
.tw-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.tw-card__icon_bottom img{
  position: absolute;
  max-width: 175px;
  right: 0;
}
.tw-card {
  background: var(--white);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.tw-card__icon img {
  max-height: 85px;
  width: auto;
  height: auto;
}

.tw-card__title {
  font-size: 17px;
  color: #000;
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP";
}

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

.sp-only {
  display: inline;
}
/* お客様の声セクション */
.voice-section {
  padding: 60px 17px;
  background: #f7f7f7;
}

.voice-section__inner {
  margin: 0 auto;
}

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

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

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

.voice-card__body {
  flex: 1;
}

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

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

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

.price__inner {
  margin: 0 auto;
  text-align: center;
}
.footer_text {
  font-size: 16px;
  color: #726579;
  font-weight: 600;
  text-align: center;
  margin-left: 5%;
  margin-bottom: 40px;
}

.price__title {
  font-size: 24px;
  letter-spacing: 0.18em;
  color: var(--main-blue-dark);
  margin-bottom: 19px;
}

.price__main {
  font-size: 40px;
  color: var(--accent-rose);
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0;
  font-family: "Noto Sans JP";
}

.price__note {
  font-size: 14px;
  color: var(--accent-rose);
  margin-bottom: 190px;
  margin-top: 0;
  font-family: "Noto Sans JP";
}
.price__panel {
  position: relative;
  background: var(--main-blue);
  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: 160px;
}

.price__phone img {
  width: 100%;
  height: auto;
  display: block;
}
.price__pagetop {
  position: absolute;
  right: 8%;
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  background: var(--accent-rose);
  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;
}
.price__line-btn:hover {
  opacity: 0.75;
}
.price__footer {
  background: var(--accent-rose);
  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,
.price__line-btn img {
  display: block;
  height: auto;
  transform-origin: center center;
}
.line-btn__image.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;
}

/* PC  */
@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp_br {
    display: none;
  }
  /* FVセクション */
  .mein_fv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
  .hero {
    padding-top: 40px;
  }
  .content {
    padding: 24px 16px 60px;
  }
  .content__title {
    font-size: 48px;
    white-space: nowrap;
    margin-bottom: 50px;
  }
  .tag-list__item {
    font-size: 20px;
    width: 164px;
  }
  .line-btn {
    margin: 0;
  }
  .tag-list {
    margin-bottom: 50px;
  }
  .hero__inner,
  .content__inner {
    max-width: 650px;
  }
  .line-btn__image {
    width: 634px;
    margin-top: 32px;
  }
  .main_fv_text {
    color: var(--text-main);
    font-size: 28px;
    margin: 0;
    font-weight: 700;
  }
  .hero__image {
    max-width: 282px;
  }
  .hero__image_item1 {
    position: absolute;
    width: 155px;
    top: 20%;
    right: 11%;
  }
  .hero__image_item2 {
    position: absolute;
    width: 195px;
    top: 30%;
    right: 11%;
  }
  .hero__image_item3 {
    position: absolute;
    width: 195px;
    top: 40%;
    right: 11%;
  }
  .hero__image_item4 {
    position: absolute;
    width: 190px;
    top: 50%;
    left: 8%;
  }
  .hero__image_item5 {
    position: absolute;
    width: 152px;
    top: 84%;
    right: 34%;
  }
  /* アバウトセクション */
  .about {
    padding: 60px 16px 40px 0px;
  }
  .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: 600px;
    margin: -90px -16px 0 auto;
  }

  /* プロフィールセクション */
  .profile {
    padding: 32px 16px 120px;
  }
  .profile__inner {
    max-width: 1100px;
  }
  .profile__title {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .profile__name {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .profile__image img {
    max-width: 400px;
  }
  .profile__body p {
    font-size: 26px;
    text-align: left;
    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: 36px;
    row-gap: 36px;
    max-width: 1100px;
  }
  .tw-card {
    border-radius: 16px;
    padding: 30px;
    gap: 10px;
  }
  .tw-card__title {
    font-size: 36px;
  }
  .tw-card__text {
    font-size: 32px;
    max-width: 500px;
  }
  .tw-card ul {
    padding: 0 0 0 40px;
  }
  .tw-card__icon img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    max-width: 280px;
  }
  .tw-card__icon_bottom img{
    position: absolute;
    max-width: 500px ;
    right: 0;
  }
  /* 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 {
    font-size: 32px;
  }
  .voice-card__text {
    font-size: 26px;
  }
  .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: 657px;
  }
  .price__phone {
    width: 370px;
    top: -110%;
    left: 43%;
  }
  .price__panel {
    margin: 0 0 0 13%;
    padding: 173px 0px 150px 0px;
    border-radius: 40px 0 0 0;
  }
  .price__line-btn img {
    width: 950px;
  }
  .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;
  }
  .footer_text {
    font-size: 36px;
    margin: 40px auto 100px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .mein_fv {
    gap: 40px;
  }
  .line-btn__image {
    width: 500px;
  }
  .price__line-btn img {
    width: 650px;
  }
  .price__phone {
    width: 300px;
    top: -120%;
  }
  .price__note {
    margin-bottom: 500px;
  }
  .price__panel {
    padding: 140px 0px;
  }
  .price__line-btn1 {
    display: none;
  }
}
