/* 메인 페이지(index.php) 전용 스타일 */

.main-hero-section {
  /* 기존 Tailwind 유틸리티 우선, 커스텀 필요시 작성 */
}

/* ── 모바일 Hero ── */
.mobile-hero {
  background: #fff;
}

.mobile-hero__top {
  position: relative;
}

.mobile-hero__image-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
  line-height: 0;
  background: #fff;
}

.mobile-hero__image-wrap--fade .mobile-hero__image {
  opacity: 0;
  animation: mobileHeroImageFadeIn 1.6s ease-out forwards;
}

@keyframes mobileHeroImageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mobile-hero__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.mobile-hero__content {
  position: relative;
  z-index: 2;
  /* 이미지 너비(720px) 기준 -140px → 약 19.44%, 화면 너비에 비례 */
  margin-top: calc(100% * -140 / 720);
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  background: transparent;
  box-sizing: border-box;
}

.mobile-hero-text-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.mobile-hero-text-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.mobile-hero__fraction {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.mobile-hero__fraction-current {
  font-weight: 700;
  color: #1a1a1a;
}

.mobile-hero__fraction-total {
  font-weight: 500;
  color: #888;
}

.mobile-hero__title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0 0 1.125rem;
  letter-spacing: -0.03em;
}

.mobile-hero__desc {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 1.85;
  margin: 0;
  padding-right: 2.75rem;
}

.mobile-hero__buttons {
  display: flex;
  gap: 0.625rem;
  align-items: stretch;
  width: 100%;
  padding: 0.75rem 0 1.75rem;
  box-sizing: border-box;
}

.mobile-hero__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 3rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.mobile-hero__btn:active {
  transform: scale(0.98);
  opacity: 0.9;
}

.mobile-hero__btn--guide {
  background: linear-gradient(90deg, #f07a6e 0%, #f5a06a 100%);
}

.mobile-hero__btn--consult {
  background: linear-gradient(90deg, #2db8c4 0%, #5ed4e8 100%);
}

.mobile-hero__btn .material-symbols-outlined {
  font-size: 1.25rem;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

.mobile-hero__contact {
  width: 100%;
}

.mobile-hero__phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  background: #0a5ec2;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease;
}

.mobile-hero__phone-bar:active {
  background: #084a9a;
}

.mobile-hero__phone-label {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.mobile-hero__phone-number {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: right;
}

.mobile-hero__hours-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8125rem 1.25rem;
  background: #6bc5fa;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.mobile-hero__hours-label {
  font-weight: 400;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.mobile-hero__hours-time {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.02em;
}

.mobile-hero__hours-time .time-prefix {
  font-size: 0.6875rem;
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-hero__image-wrap--fade .mobile-hero__image {
    animation: none;
    opacity: 1;
  }
}

/* Hero 배너 동영상 */
.hero-movie-section {
  width: 100%;
  line-height: 0;
  background: #fff;
}

.hero-movie {
  position: relative;
  width: 100%;
  background: #fff;
  cursor: pointer;
  line-height: 0;
  --hero-movie-radius: 30px;
  border-radius: var(--hero-movie-radius);
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-movie__stage {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: inherit;
  overflow: hidden;
}

.hero-movie--pc {
  cursor: default;
}

/* PC Hero 동영상 — 시안 (배경·1200px 고정) */
@media (min-width: 768px) {
  .hero-movie-section__pc {
    width: 100%;
    background-color: #eff9ff;
    background-image: url("/assets/images/main/bg_movie.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 85%;
    padding: 3rem 1.5rem 4rem;
    box-sizing: border-box;
  }

  .hero-movie-section__pc-inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
  }

  .hero-movie-pc__head {
    text-align: center;
    margin-bottom: 2.25rem;
  }

  .hero-movie-pc__title {
    margin: 0 0 1rem;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.45;
    color: #0a5ec2;
    letter-spacing: -0.02em;
  }

  .hero-movie-pc__lead {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
  }

  .hero-movie--pc {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-movie--pc .hero-movie__stage {
    width: 100%;
  }

  .hero-movie-pc__features {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .hero-movie-pc__feature {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    align-items: stretch;
    background: #fff;
    border: 1px solid #d6e8f5;
    min-height: 76px;
  }

  .hero-movie-pc__feature-title {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #0a5ec2;
    letter-spacing: 0.02em;
  }

  .hero-movie-pc__feature-desc {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
    color: #333;
  }

  .hero-movie-pc__cta {
    margin: 1.5rem 0 0;
    padding: 1.375rem 2rem;
    background: #0a5ec2;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
  }
}

.hero-movie__video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  object-fit: contain;
  object-position: center center;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-movie__controls {
  border-radius: inherit;
}

.hero-movie__video--primary {
  position: relative;
  z-index: 1;
}

.hero-movie__video--secondary {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-movie__video.is-visible {
  opacity: 1;
}

.hero-movie__controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
  pointer-events: none;
}

.hero-movie--mobile .hero-movie__controls {
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

.hero-movie.is-controls-visible .hero-movie__controls,
.hero-movie--pc:hover .hero-movie__controls {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-movie__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0a5ec2;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.hero-movie__btn:active {
  transform: scale(0.95);
}

.hero-movie__btn .material-symbols-outlined {
  font-size: 2rem;
  line-height: 1;
}

.hero-movie__btn-play[hidden],
.hero-movie__btn-pause[hidden] {
  display: none;
}

/* 모바일 Hero 동영상 — PC 시안 유사 레이아웃 */
@media (max-width: 767px) {
  .hero-movie-section {
    padding: 0;
    background: #fff;
  }

  .hero-movie-section__mobile {
    width: 100%;
    background-color: #eff9ff;
    background-image: url("/assets/images/main/bg_movie.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 130% auto;
    padding: 1.5rem 16px 2rem;
    box-sizing: border-box;
  }

  .hero-movie-section__mobile-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
  }

  .hero-movie-mobile__head {
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .hero-movie-mobile__title {
    margin: 0 0 0.75rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.45;
    color: #0a5ec2;
    letter-spacing: -0.02em;
  }

  .hero-movie-mobile__lead {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
  }

  .hero-movie--mobile {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }

  .hero-movie-mobile__features {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero-movie-mobile__feature {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #9dcae8;
    overflow: hidden;
  }

  .hero-movie-mobile__feature-title {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #0a5ec2;
    border-bottom: 1px solid #9dcae8;
    letter-spacing: 0.02em;
  }

  .hero-movie-mobile__feature-desc {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.65;
    color: #333;
  }

  .hero-movie-mobile__cta {
    margin: 1rem 0 0;
    padding: 1rem 1.25rem;
    background: #0a5ec2;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.55;
    text-align: center;
    letter-spacing: 0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-movie__video {
    display: none;
  }

  .hero-movie-section {
    display: none;
  }
}

/* 하단 상담 유도 섹션 */
.consult-cta__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.consult-cta__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.consult-cta__phone {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.85rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, #4ec8f7 0%, #2196f3 55%, #1577e0 100%);
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    0 10px 24px rgba(33, 150, 243, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.45);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.consult-cta__phone:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 14px 30px rgba(33, 150, 243, 0.5),
    inset 0 1px 1px rgba(255, 255, 255, 0.45);
}

.consult-cta__phone:active {
  transform: translateY(0);
}

.consult-cta__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.consult-cta__phone-icon svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.consult-cta__desc {
  margin-top: 2.5rem;
  color: #4b5563;
  font-size: clamp(0.95rem, 1.4vw, 1.125rem);
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.consult-cta__desc p {
  margin: 0;
}

@media (max-width: 767px) {
  .consult-cta__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .consult-cta__phone {
    align-self: stretch;
    justify-content: center;
  }

  .consult-cta__desc {
    margin-top: 1.75rem;
  }
}

/* ガイドブック紹介 섹션 */
.guidebook {
  width: 100%;
  background: linear-gradient(150deg, #ffffff 0%, #eef6fc 45%, #d6eafa 100%);
}

.guidebook__inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 3rem;
}

.guidebook__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guidebook__book {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(31, 88, 130, 0.25));
}

.guidebook__content {
  min-width: 0;
}

.guidebook__title {
  margin: 0 0 2.25rem;
  color: #1f2937;
  font-weight: 700;
  line-height: 1.4;
}

.guidebook__title-row {
  display: block;
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
}

.guidebook__title-sub {
  margin-left: 0.5em;
  font-size: 0.5em;
  font-weight: 700;
  color: #4b5563;
  vertical-align: middle;
}

.guidebook__cards {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.guidebook__card {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 1.5rem 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dceaf5;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(31, 88, 130, 0.08);
}

.guidebook__card-icon {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  background-color: #1f8fef;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.guidebook__card-icon--implant {
  -webkit-mask-image: url("/assets/images/main/0-1_main svg_1-1_implant.svg");
  mask-image: url("/assets/images/main/0-1_main svg_1-1_implant.svg");
}

.guidebook__card-icon--tooth {
  -webkit-mask-image: url("/assets/images/main/0-1_main svg_1-2_tooth.svg");
  mask-image: url("/assets/images/main/0-1_main svg_1-2_tooth.svg");
}

.guidebook__card-icon--loca {
  -webkit-mask-image: url("/assets/images/main/0-1_main svg_1-3_loca.svg");
  mask-image: url("/assets/images/main/0-1_main svg_1-3_loca.svg");
}

.guidebook__card-icon--check {
  -webkit-mask-image: url("/assets/images/main/0-1_main svg_1-4_check.svg");
  mask-image: url("/assets/images/main/0-1_main svg_1-4_check.svg");
}

.guidebook__card-text {
  font-size: clamp(0.95rem, 1.25vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.5;
  color: #1f2937;
  white-space: nowrap;
}

.guidebook__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1.15rem 1.75rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #f76b6b 0%, #fb8a5c 50%, #ffa44d 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(248, 121, 92, 0.4);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.guidebook__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 16px 32px rgba(248, 121, 92, 0.5);
}

.guidebook__btn:active {
  transform: translateY(0);
}

.guidebook__btn-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-mask: url("/assets/images/main/0-1_main svg_book.svg") center /
    contain no-repeat;
  mask: url("/assets/images/main/0-1_main svg_book.svg") center / contain
    no-repeat;
}

.guidebook__btn-text {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.guidebook__btn-text strong {
  font-size: 1.25em;
  font-weight: 800;
}

.guidebook__btn-arrow {
  position: absolute;
  right: -0.5rem;
  bottom: -1.25rem;
  width: 56px;
  height: auto;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .guidebook__inner {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    justify-items: center;
  }

  .guidebook__book {
    max-width: 420px;
    margin: 0 auto;
  }

  .guidebook__content {
    width: 100%;
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .guidebook__inner {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    padding: 3rem 1.25rem;
  }

  .guidebook__book {
    max-width: 320px;
    margin: 0 auto;
  }

  .guidebook__title {
    margin-bottom: 1.75rem;
    text-align: center;
  }

  .guidebook__cards {
    gap: 0.75rem;
  }

  .guidebook__card {
    padding: 0.9rem 1rem;
    gap: 0.7rem;
  }

  .guidebook__card-icon {
    width: 38px;
    height: 38px;
  }

  .guidebook__card-text {
    font-size: 0.875rem;
  }

  .guidebook__btn {
    padding: 1rem 1.25rem;
    justify-content: center;
  }

  .guidebook__btn-text {
    font-size: 0.95rem;
  }

  .guidebook__btn-arrow {
    width: 44px;
    right: 0;
    bottom: -1rem;
  }
}

/* PC 화면 높이 1020px 연출 */
@media (min-width: 1024px) {
  .guidebook {
    min-height: 1020px;
    display: flex;
    align-items: center;
  }

  .guidebook__inner {
    width: 100%;
  }
}

/* Contact Us CTA (campaign.php 공통 영역 / index.php 재사용) */
.campaign-cta {
  width: 100%;
  background-color: #ffffff;
  overflow: visible;
}

.campaign-cta__inner {
  box-sizing: border-box;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 72px 24px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: visible;
}

@media (min-width: 768px) {
  .campaign-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
    padding: 96px 30px 120px;
  }
}

.campaign-cta__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
}

@media (min-width: 768px) {
  .campaign-cta__contact {
    width: auto;
    max-width: none;
    flex-shrink: 0;
  }
}

.campaign-cta__label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.campaign-cta__icon {
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
  background-color: #0865c6;
  -webkit-mask: url("/assets/campagin/call.svg") no-repeat center / contain;
  mask: url("/assets/campagin/call.svg") no-repeat center / contain;
}

.campaign-cta__label {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #0865c6;
}

.campaign-cta__phone {
  display: block;
  margin: 0 0 16px;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.campaign-cta__phone:hover {
  color: #0865c6;
}

@media (min-width: 768px) {
  .campaign-cta__phone {
    font-size: 56px;
    margin-bottom: 20px;
  }
}

.campaign-cta__hours {
  margin: 0;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 9999px;
  background-color: #f2f2f2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .campaign-cta__hours {
    font-size: 14px;
    padding: 10px 24px;
  }
}

.campaign-cta__btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  overflow: visible;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .campaign-cta__btn-wrap {
    width: 750px;
    max-width: 100%;
    flex-shrink: 0;
    margin-bottom: 40px;
  }
}

.campaign-cta__btn-wrap .campaign-cta__btn {
  width: 100%;
  max-width: 100%;
}

.campaign-cta__arrow {
  position: absolute;
  width: clamp(72px, 7.5vw, 110px);
  height: auto;
  right: clamp(-24px, -2vw, -8px);
  bottom: clamp(-38px, -3vw, -24px);
  pointer-events: none;
  z-index: 2;
  animation: campaign-cta-arrow-float 2.4s ease-in-out infinite;
}

@keyframes campaign-cta-arrow-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.campaign-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  padding: 22px 48px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #4dd4df 0%, #41ced9 50%, #32b9c5 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    filter 0.2s ease;
  box-shadow: 0 4px 16px rgba(65, 206, 217, 0.35);
}

.campaign-cta__btn:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  .campaign-cta__btn {
    padding: 26px 72px;
    font-size: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-cta__arrow {
    animation: none;
  }
}
