.imk-coop-cs-page {
  background: #f3eef2;
}

.imk-coop-cs-page .siteHeader,
.imk-coop-cs-page .siteNav,
.imk-coop-cs-page .eac-siteFooter,
.imk-coop-cs-page .eac-stickyFooter,
.imk-coop-cs-page .eacFloatLine,
.imk-coop-cs-page .lpFooter {
  display: none !important;
}

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

.csLp {
  --cs-pink: #f15086;
  --cs-hot: #f83c86;
  --cs-soft: #fff1f6;
  --cs-ink: #221f2b;
  --cs-muted: #4b4050;
  --cs-line: #ffc4d8;
  width: min(100%, 862px);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 17%, rgba(255, 199, 215, 0.28), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #fff5f8 36%, #fff 75%, #fff7fb 100%);
  color: var(--cs-ink);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  box-shadow: 0 22px 60px rgba(117, 41, 73, 0.13);
}

.csHero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #fff;
}

.csHero::before,
.csHero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.csHero::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 45%, rgba(255, 255, 255, 0.1) 68%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 17% 77%, rgba(255, 219, 228, 0.7), transparent 23%);
}

.csHero::after {
  z-index: 3;
  background:
    radial-gradient(circle at 7% 25%, rgba(241, 80, 134, 0.15) 0 2px, transparent 3px),
    radial-gradient(circle at 22% 18%, rgba(241, 80, 134, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 44% 47%, rgba(241, 80, 134, 0.1) 0 2px, transparent 3px);
}

.csHero__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.csHero__copy {
  position: relative;
  z-index: 4;
  width: 54%;
  padding: 28px 0 0 28px;
}

.csLogo {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
  width: fit-content;
  margin: 0 0 28px;
  color: var(--cs-hot);
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.csLogo span {
  font-size: 33px;
}

.csLogo small {
  grid-column: 2;
  color: #ff8aad;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.csHero__hand {
  width: fit-content;
  margin: 0 0 8px 58px;
  color: #312333;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.65;
  font-family: "Comic Sans MS", "Noto Sans JP", cursive;
  transform: rotate(-4deg);
}

.csHero__hand::after {
  content: "";
  display: block;
  width: 200px;
  height: 8px;
  margin: -5px 0 0 62px;
  border-bottom: 4px solid rgba(241, 80, 134, 0.72);
  border-radius: 50%;
}

.csHero h1 {
  margin: 0 0 12px;
  color: var(--cs-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.01em;
}

.csHero h1 span {
  color: var(--cs-pink);
  font-family: "Comic Sans MS", cursive;
  font-size: 42px;
  font-weight: 700;
}

.csHero__ribbon,
.csCharm__head h2,
.csPanel h2 {
  width: fit-content;
  background: linear-gradient(90deg, #fb4d88, #ff7da6);
  color: #fff;
  font-weight: 950;
  line-height: 1.2;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%, 10px 50%);
}

.csHero__ribbon {
  margin: 0 0 20px 48px;
  padding: 8px 44px 9px;
  font-size: 15px;
}

.csHero__lead {
  margin: 0 0 22px 28px;
  color: #241e28;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.9;
}

.csHero__fields {
  display: grid;
  grid-template-columns: repeat(4, 86px);
  gap: 14px;
  margin-left: 28px;
}

.csHero__fields div {
  display: grid;
  justify-items: center;
  align-items: end;
  min-height: 64px;
  padding: 4px 4px 0;
  color: var(--cs-hot);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.csHero__fields img {
  display: block;
  width: 43px;
  height: 43px;
  object-fit: contain;
  filter: saturate(1.1) contrast(1.04);
  mix-blend-mode: multiply;
}

.csHero__fields div:last-child {
  align-items: center;
  color: #ff5f97;
  font-size: 13px;
  font-family: "Comic Sans MS", "Noto Sans JP", cursive;
}

.csHero__bubbles {
  position: absolute;
  top: 42px;
  right: 26px;
  z-index: 4;
  display: grid;
  gap: 14px;
}

.csHero__bubbles div {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  padding: 14px;
  border: 2px dashed #f178a4;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--cs-hot);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.55;
  text-align: center;
  box-shadow: 0 8px 22px rgba(151, 74, 106, 0.13);
}

.csHero__bubbles img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  filter: saturate(1.08);
  mix-blend-mode: multiply;
}

.csHero__bubbles div:nth-child(2) > span:first-child {
  font-size: 31px;
  line-height: 1;
}

.csCharm {
  padding: 26px 28px 22px;
  background: linear-gradient(180deg, #fff5f8 0%, #fff 100%);
}

.csCharm__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: center;
  margin-bottom: 20px;
}

.csCharm__head h2 {
  position: relative;
  margin: 0;
  padding: 11px 28px 12px 18px;
  font-size: 18px;
}

.csCharm__head h2::after {
  content: "♡";
  position: absolute;
  right: -32px;
  top: -24px;
  color: #ff9dbc;
  font-size: 39px;
  font-family: "Comic Sans MS", cursive;
  transform: rotate(-16deg);
}

.csCharm__head p {
  margin: 0;
  color: #292230;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.8;
}

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

.csCharm__grid article,
.csPanel {
  border: 2px solid var(--cs-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(180, 67, 108, 0.08);
}

.csCharm__grid article {
  display: grid;
  grid-template-rows: auto 38px 1fr auto;
  min-height: 292px;
  padding: 16px 12px 12px;
  text-align: center;
}

.csCharm__grid h3 {
  min-height: 46px;
  margin: 0;
  color: var(--cs-hot);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.35;
}

.csCharm__icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  object-fit: contain;
  filter: saturate(1.05);
  mix-blend-mode: multiply;
}

.csCharm__grid p {
  margin: 8px 0 10px;
  color: #2f2930;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.65;
}

.csCharm__photo {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  border-radius: 10px;
  object-fit: cover;
}

.csDetails,
.csLower {
  display: grid;
  gap: 18px;
  padding: 0 28px 22px;
}

.csDetails {
  grid-template-columns: 0.92fr 1.35fr;
}

.csLower {
  grid-template-columns: 0.82fr 1fr 1fr;
  padding-bottom: 0;
  margin-bottom: 18px;
}

.csPanel {
  position: relative;
  padding: 18px 18px 16px;
}

.csPanel h2 {
  margin: -3px 0 16px;
  padding: 9px 22px 10px 16px;
  font-size: 17px;
}

.csPanel h2 span {
  font-size: 0.75em;
}

.csCourses__body {
  position: relative;
  min-height: 158px;
}

.csCourses ol {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csCourses li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 8px;
  align-items: center;
  color: #332933;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.csCourses li span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 19px;
  border-radius: 4px;
  background: #ff6b9d;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.csCourses__note {
  position: absolute;
  right: 4px;
  top: 42px;
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border: 2px solid #ff8eb2;
  border-radius: 50%;
  color: #e94179;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.45;
  text-align: center;
  transform: rotate(-8deg);
}

.csCourses > img {
  display: block;
  width: 100%;
  aspect-ratio: 2.05 / 1;
  margin-top: 10px;
  border-radius: 9px;
  object-fit: cover;
}

.csOptions::after {
  content: "";
  position: absolute;
  right: 24px;
  top: -16px;
  width: 48px;
  height: 48px;
  background: url("../images/coop-cs-icon-plane.png") center / contain no-repeat;
  transform: rotate(-17deg);
}

.csOptions__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.csOptions__cards > div {
  min-height: 146px;
  padding: 0 14px 12px;
  border: 1px solid #ffc1d6;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.csOptions h3 {
  margin: 0 -14px 12px;
  padding: 8px 10px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(90deg, #fa4d88, #ff7ca5);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
}

.csOptions__cards p {
  margin: 0 0 8px;
  color: #302733;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.55;
}

.csOptions__cards small {
  color: #4a414a;
  font-size: 0.86em;
}

.csOptions__cards img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: saturate(1.05);
  mix-blend-mode: multiply;
}

.csOptions__hoursTitle {
  margin: 26px 0 10px;
  background: none;
  color: #3b2d37;
  font-size: 12px;
  text-align: center;
}

.csOptions__hours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 36px;
}

.csOptions__hours div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 5px;
  min-height: 42px;
  padding: 7px 6px;
  border-radius: 7px;
  background: linear-gradient(180deg, #fff1f6, #ffe7f0);
  color: var(--cs-hot);
  text-align: center;
}

.csOptions__hours span {
  grid-row: 1 / 3;
  font-size: 22px;
  line-height: 1;
}

.csOptions__hours strong,
.csOptions__hours small {
  color: #352a35;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
}

.csOptions__note {
  margin: 10px 0 0;
  color: #4b4050;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.csSchedule {
  min-height: 430px;
  overflow: hidden;
}

.csSchedule::before,
.csSchedule::after {
  position: absolute;
  z-index: 4;
  font-family: "Comic Sans MS", cursive;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.csSchedule::before {
  content: "♡";
  right: 62px;
  bottom: 64px;
  color: #ff76a7;
  font-size: 28px;
  transform: rotate(-14deg);
}

.csSchedule::after {
  content: "♡";
  right: 34px;
  bottom: 84px;
  color: #beb8bd;
  font-size: 21px;
  transform: rotate(16deg);
}

.csSchedule__item {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 7px;
  background: #fff1f5;
}

.csSchedule__item img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: saturate(1.05);
  mix-blend-mode: multiply;
}

.csSchedule__item strong {
  color: #312733;
  font-size: 13px;
  font-weight: 950;
}

.csSchedule__item p,
.csSchedule__item small {
  margin: 4px 0 0;
  color: #312733;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.5;
}

.csSchedule__person {
  position: absolute;
  left: 20px;
  bottom: -98px;
  z-index: 1;
  display: block;
  width: 158px;
  pointer-events: none;
}

.csRequirements p {
  margin: 0 0 8px;
  color: #342b35;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.7;
}

.csRequirements h3 {
  margin: 10px 0 8px;
  padding: 7px 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f55087, #ff72a1);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
}

.csGallery {
  min-height: 332px;
  overflow: hidden;
  padding-top: 12px;
}

.csGallery > p {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #e4779b;
  font-family: "Comic Sans MS", "Noto Sans JP", cursive;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-4deg);
}

.csGallery > p span {
  color: #ff9cb8;
  font-size: 12px;
}

.csGallery figure {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 6px solid #fff;
  background: #fff;
  box-shadow: 0 8px 18px rgba(88, 47, 67, 0.16);
}

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

.csGallery__main {
  transform: rotate(2deg);
}

.csGallery__main img {
  aspect-ratio: 1.54 / 1;
}

.csGallery__sub {
  width: 76%;
  margin: -6px auto 0 !important;
  transform: rotate(7deg);
}

.csGallery__sub img {
  aspect-ratio: 1.8 / 1;
}

.csBottomCta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 30px;
  background:
    linear-gradient(90deg, rgba(255, 125, 154, 0.92), rgba(242, 41, 126, 0.95)),
    url("../images/coop-cs-bg-pink.png") center / cover no-repeat;
  color: #fff;
}

.csBottomCta h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
}

.csBottomCta p {
  margin: 6px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.csBottomCta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 286px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 999px;
  background: #fff;
  color: var(--cs-hot);
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(132, 34, 82, 0.16);
}

.csBottomCta a::after {
  content: "›";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-left: 12px;
  border-radius: 50%;
  background: var(--cs-hot);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.csSupport {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.15fr;
  gap: 18px;
  align-items: center;
  padding: 16px 54px;
  background: #fff;
}

.csSupport div {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 8px;
  align-items: center;
}

.csSupport span,
.csSupport img {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  object-fit: contain;
  color: var(--cs-hot);
  font-size: 33px;
  filter: saturate(1.05);
  mix-blend-mode: multiply;
}

.csSupport p {
  margin: 0;
  color: #403441;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
}

.csSupport strong {
  color: var(--cs-hot);
  font-size: 22px;
  font-weight: 950;
  white-space: nowrap;
}

.csSupport strong span {
  display: inline;
  width: auto;
  height: auto;
  margin-right: 6px;
  font-size: 27px;
  vertical-align: middle;
}

@media (max-width: 760px) {
  .csLp {
    width: 100%;
    box-shadow: none;
  }

  .csHero {
    min-height: 690px;
  }

  .csHero::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 45%, rgba(255,255,255,0.3) 68%, rgba(255,255,255,0) 100%),
      radial-gradient(circle at 18% 42%, rgba(255, 219, 228, 0.62), transparent 32%);
  }

  .csHero__photo {
    object-position: 64% bottom;
  }

  .csHero__copy {
    width: 100%;
    padding: 20px 18px 0;
  }

  .csLogo {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .csHero__hand {
    margin-left: 30px;
    font-size: 16px;
  }

  .csHero h1 {
    font-size: clamp(54px, 16vw, 72px);
  }

  .csHero__lead {
    width: min(100%, 390px);
    margin-left: 4px;
    font-size: 12px;
  }

  .csHero__fields {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: min(100%, 390px);
    margin-left: 0;
  }

  .csHero__bubbles {
    top: auto;
    right: 14px;
    bottom: 28px;
    gap: 8px;
  }

  .csHero__bubbles div {
    width: 100px;
    height: 100px;
    padding: 10px;
    font-size: 10px;
  }

  .csCharm,
  .csDetails,
  .csLower {
    padding-inline: 16px;
  }

  .csCharm__head,
  .csCharm__grid,
  .csDetails,
  .csLower,
  .csOptions__cards,
  .csSupport,
  .csBottomCta {
    grid-template-columns: 1fr;
  }

  .csCharm__head {
    gap: 14px;
  }

  .csCharm__grid article {
    min-height: 0;
  }

  .csPanel {
    padding: 16px;
  }

  .csOptions__hours {
    padding: 0;
  }

  .csSchedule__person {
    position: static;
    width: 180px;
    margin: 8px auto -16px;
  }

  .csBottomCta {
    text-align: center;
  }

  .csBottomCta a {
    width: 100%;
    min-width: 0;
  }

  .csSupport {
    gap: 12px;
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .csHero {
    min-height: 650px;
  }

  .csHero__ribbon {
    margin-left: 0;
    padding-inline: 22px 34px;
  }

  .csHero__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 210px;
  }

  .csHero__bubbles {
    right: 8px;
    bottom: 18px;
  }

  .csHero__bubbles div {
    width: 92px;
    height: 92px;
  }

  .csOptions__hours {
    grid-template-columns: 1fr;
  }
}
