.imk-country-list-page {
  --country-pink: #f45c80;
  --country-pink-dark: #eb416b;
  --country-navy: #1a2440;
  --country-text: #343b52;
  --country-soft: #fff5f7;
  --country-border: rgba(244, 92, 128, 0.22);
  --country-shadow: 0 18px 44px rgba(230, 72, 110, 0.12);
  background: #fff;
  color: var(--country-navy);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.imk-country-list-page .eac-siteFooter,
.imk-country-list-page .eac-stickyFooter {
  display: none !important;
}

.imk-country-list-page .siteHeader {
  border-bottom: 1px solid rgba(244, 92, 128, 0.14);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(244, 92, 128, 0.06);
  backdrop-filter: blur(16px);
}

.imk-country-list-page .siteHeader__desktopNav a[href*="/country"] {
  color: var(--country-pink);
}

.imk-country-list-page .siteHeader__desktopNav a[href*="/country"]::after {
  transform: scaleX(1);
}

.countryLp,
.countryLp * {
  box-sizing: border-box;
}

.countryLp {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(244, 92, 128, 0.1), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fffafb 52%, #fff 100%);
  color: var(--country-navy);
  letter-spacing: -0.02em;
}

.countryContainer {
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
}

.countryHero {
  position: relative;
  min-height: 440px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 48%, rgba(255,255,255,0.18) 100%),
    url("../images/campaign-hero-main.png") right center / auto 108% no-repeat;
}

.countryHero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 74px;
  background: linear-gradient(180deg, transparent, #fff);
  pointer-events: none;
}

.countryHero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
  gap: 36px;
  align-items: center;
  width: min(100% - 72px, 1180px);
  min-height: 440px;
  margin: 0 auto;
  padding: 52px 0 36px;
}

.countryHero__copy {
  max-width: 640px;
}

.countryHero__eyebrow {
  margin: 0 0 22px;
  color: var(--country-pink);
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.countryHero h1 {
  margin: 0;
  color: #181b26;
  font-size: clamp(56px, 8vw, 108px);
  font-weight: 950;
  line-height: 1.05;
}

.countryHero h1 span {
  color: var(--country-pink);
}

.countryHero__copy > p:not(.countryHero__eyebrow) {
  margin: 22px 0 0;
  color: #1f273d;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 800;
  line-height: 1.9;
}

.countryHero__points {
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  gap: 0;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid var(--country-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--country-shadow);
  backdrop-filter: blur(14px);
}

.countryHero__points span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-width: 168px;
  padding: 18px 22px;
  border-right: 1px solid var(--country-border);
  color: var(--country-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.55;
}

.countryHero__points span:last-child {
  border-right: 0;
}

.countryHero__points strong {
  color: var(--country-pink);
  font-size: 28px;
  line-height: 1;
}

.countryHero__visual {
  position: relative;
  min-height: 310px;
}

.countryHero__note {
  position: absolute;
  top: 24px;
  left: -24px;
  color: var(--country-pink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  transform: rotate(-7deg);
}

.countryHero__note::before,
.countryHero__note::after {
  content: "";
  position: absolute;
  background: var(--country-pink);
  opacity: 0.42;
}

.countryHero__note::before {
  width: 72px;
  height: 2px;
  right: -20px;
  bottom: -6px;
  transform: rotate(-8deg);
}

.countryHero__note::after {
  width: 22px;
  height: 22px;
  right: -56px;
  bottom: -20px;
  clip-path: polygon(0 44%, 100% 0, 68% 55%, 100% 100%);
}

.countryHero__photo {
  position: absolute;
  right: 0;
  width: 252px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(45, 61, 91, 0.2);
  transform: rotate(7deg);
}

.countryHero__photo img {
  display: block;
  width: 100%;
  height: 130px;
  border-radius: 4px;
  object-fit: cover;
}

.countryHero__photo--one {
  top: 102px;
}

.countryHero__photo--two {
  top: 236px;
  right: 54px;
  transform: rotate(8deg);
}

.countrySection {
  padding: clamp(44px, 5vw, 68px) 0;
  background: #fff;
}

.countrySection__head,
.countryVoices__head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  text-align: center;
}

.countrySection__head p {
  margin: 0;
  color: var(--country-pink);
  font-size: 32px;
  line-height: 1;
}

.countrySection__head h2,
.countryVoices__head h2 {
  margin: 0;
  color: var(--country-navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.2;
}

.countryGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.countryCard {
  min-width: 0;
}

.countryCard a {
  display: grid;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--country-border);
  border-radius: 10px;
  background: #fff;
  color: var(--country-navy);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(244, 92, 128, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.countryCard a:hover {
  transform: translateY(-4px);
  box-shadow: var(--country-shadow);
}

.countryCard__image {
  position: relative;
  height: 160px;
  overflow: hidden;
}

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

.countryCard__image span {
  position: absolute;
  left: 14px;
  bottom: -2px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 42px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  font-size: 31px;
  box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.08);
}

.countryCard__body {
  display: grid;
  padding: 20px 18px 18px;
}

.countryCard h3 {
  margin: 0 0 10px;
  color: var(--country-pink);
  font-size: 25px;
  font-weight: 950;
}

.countryCard p {
  margin: 0;
  min-height: 68px;
  color: var(--country-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
}

.countryCard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 15px 0 18px;
}

.countryCard__tags em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f5f3f5;
  color: #7d7d88;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.countryCard strong,
.countryMoreBtn,
.countryPointBox a,
.countryVoices__head a {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 26px;
  border: 1px solid var(--country-pink);
  border-radius: 999px;
  color: var(--country-pink);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.countryCard strong::after,
.countryMoreBtn::after,
.countryPointBox a::after,
.countryVoices__head a::after {
  content: "›";
  margin-left: 14px;
  font-size: 22px;
  line-height: 1;
}

.countryMoreBtn {
  display: flex;
  width: fit-content;
  min-height: 48px;
  margin: 28px auto 0;
  padding: 0 34px;
  background: #fff;
  font-size: 16px;
}

.countryInfo {
  padding-top: 8px;
}

.countryInfo__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr);
  gap: 22px;
}

.countryPointBox,
.countryReasonBox {
  padding: 28px;
  border: 1px solid var(--country-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(244, 92, 128, 0.05);
}

.countryPointBox h2,
.countryReasonBox h2 {
  margin: 0 0 20px;
  color: var(--country-pink);
  font-size: 22px;
  font-weight: 950;
  text-align: center;
}

.countryPointBox ul {
  display: grid;
  gap: 16px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.countryPointBox li {
  position: relative;
  padding-left: 30px;
}

.countryPointBox li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--country-pink);
  font-size: 20px;
  font-weight: 950;
}

.countryPointBox strong,
.countryPointBox span {
  display: block;
  color: var(--country-navy);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.7;
}

.countryPointBox span {
  color: var(--country-text);
  font-size: 12px;
  font-weight: 800;
}

.countryReasonBox__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.countryReasonBox__grid div {
  padding: 16px 18px;
  border-right: 1px solid var(--country-border);
  text-align: center;
}

.countryReasonBox__grid div:last-child {
  border-right: 0;
}

.countryReasonBox__grid span {
  color: var(--country-pink);
  font-size: 42px;
  line-height: 1;
}

.countryReasonBox__grid h3 {
  margin: 12px 0 8px;
  color: var(--country-navy);
  font-size: 15px;
  font-weight: 950;
}

.countryReasonBox__grid p {
  margin: 0;
  color: var(--country-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.75;
}

.countryVoices {
  padding: 18px 0 42px;
  background: #fff;
}

.countryVoices__head {
  position: relative;
  justify-content: center;
}

.countryVoices__head h2 {
  font-size: 24px;
}

.countryVoices__head a {
  position: absolute;
  right: 0;
  min-height: 40px;
  padding: 0 24px;
  background: #fff;
  font-size: 13px;
}

.countryVoices__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.countryVoices article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--country-border);
  border-radius: 10px;
  background: #fff;
}

.countryVoices img {
  width: 90px;
  height: 84px;
  border-radius: 9px;
  object-fit: cover;
}

.countryVoices p {
  margin: 0 0 8px;
  color: var(--country-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.65;
}

.countryVoices strong,
.countryVoices span {
  display: block;
  color: var(--country-pink);
  font-size: 12px;
  font-weight: 950;
}

.countryVoices span {
  margin-top: 3px;
  color: var(--country-text);
}

.countryCta {
  background: linear-gradient(135deg, #ff809c, #f65078);
  color: #fff;
}

.countryCta__inner {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  min-height: 128px;
}

.countryCta img {
  align-self: end;
  width: 170px;
  height: 118px;
  object-fit: cover;
  object-position: top;
}

.countryCta p,
.countryCta h2 {
  margin: 0;
  color: #fff;
  font-weight: 950;
}

.countryCta p {
  font-size: 20px;
}

.countryCta h2 {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 34px);
}

.countryCta__actions {
  display: flex;
  gap: 16px;
}

.countryCta__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 220px;
  border-radius: 999px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(104, 26, 44, 0.18);
}

.countryCta__line {
  background: #27bf52;
}

.countryCta__reserve {
  background: #fff;
  color: var(--country-pink) !important;
}

@media (max-width: 1100px) {
  .countryContainer,
  .countryHero__inner {
    width: min(100% - 36px, 760px);
  }

  .countryHero {
    background:
      linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 55%, rgba(255,255,255,0.28) 100%),
      url("../images/campaign-hero-main.png") 68% center / cover no-repeat;
  }

  .countryHero__inner,
  .countryInfo__grid,
  .countryCta__inner {
    grid-template-columns: 1fr;
  }

  .countryHero__visual {
    display: none;
  }

  .countryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .countryReasonBox__grid,
  .countryVoices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .countryCta__inner {
    justify-items: center;
    padding: 24px 0;
    text-align: center;
  }

  .countryCta img {
    display: none;
  }
}

@media (max-width: 640px) {
  .countryContainer,
  .countryHero__inner {
    width: min(100% - 24px, 430px);
  }

  .countryHero {
    min-height: 570px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 48%, rgba(255,255,255,0.22) 100%),
      url("../images/campaign-hero-main.png") 66% bottom / cover no-repeat;
  }

  .countryHero__inner {
    min-height: 570px;
    align-items: start;
    padding-top: 42px;
  }

  .countryHero h1 {
    font-size: 58px;
  }

  .countryHero__points {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 24px;
  }

  .countryHero__points span {
    border-right: 0;
    border-bottom: 1px solid var(--country-border);
  }

  .countryHero__points span:last-child {
    border-bottom: 0;
  }

  .countryGrid,
  .countryReasonBox__grid,
  .countryVoices__grid {
    grid-template-columns: 1fr;
  }

  .countryGrid {
    display: flex;
    gap: 14px;
    margin-inline: -12px;
    padding: 0 12px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .countryCard {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .countryInfo__grid {
    gap: 14px;
  }

  .countryPointBox,
  .countryReasonBox {
    padding: 22px;
  }

  .countryReasonBox__grid div {
    border-right: 0;
    border-bottom: 1px solid var(--country-border);
  }

  .countryReasonBox__grid div:last-child {
    border-bottom: 0;
  }

  .countryVoices__head {
    display: grid;
  }

  .countryVoices__head a {
    position: static;
    justify-self: center;
  }

  .countryVoices__grid {
    display: flex;
    gap: 14px;
    margin-inline: -12px;
    padding: 0 12px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .countryVoices article {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }

  .countryCta__actions {
    flex-direction: column;
    width: 100%;
  }

  .countryCta__actions a {
    width: 100%;
  }
}
