@layer ninja,
	base,
	local,
	custom,
	override;
@layer base {
  .infographic {
    --syo: 0;
    --infographic-bg: transparent;
    --infographic-intro-opacity: 1;
    --infographic-decor-1: var(--c_a1);
    --infographic-decor-2: var(--c_a4);
    --infographic-decor-3: var(--c_a4);
    --infographic-decor-4: var(--c_a1);
    border-radius: var(--br_1);
    background: var(--infographic-bg);
  }
  .infographic__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .infographic__intro {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    margin: 0;
    padding: 0;
    opacity: var(--infographic-intro-opacity);
  }
  .infographic__intro__header {
    --syo: 2rem;
  }
  .infographic__intro__header h2 {
    color: var(--c_d2);
  }
  .infographic__intro__header p {
    text-wrap: balance;
    font-size: 1.3559322034rem;
  }
  .infographic__intro__image {
    display: none;
    position: relative;
  }
  .infographic__intro__image .infographic__image {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
  }
  .infographic__star {
    position: absolute;
  }
  .infographic__star--1 {
    width: 14.406779661rem;
    height: 14.406779661rem;
		animation: infographic-spin-1 20s linear infinite;
		transform-origin: center;
  }
	@keyframes infographic-spin-1 {
		from {
			rotate: 0deg;
		}
		to {
			rotate: 360deg;
		}
	}
  .infographic__star--2 {
    width: 6.7796610169rem;
    height: 9.3220338983rem;
		animation: infographic-spin-2 6s linear infinite;
		transform-origin: center;
  }
	@keyframes infographic-spin-2 {
		from {
			rotate: 0deg;
		}
		to {
			rotate: 360deg;
		}
	}
  .infographic__star--3 {
    width: 5.9322033898rem;
    height: 8.0508474576rem;
  }
  .infographic__intro__image--1 .infographic__star--intro--1 {
    left: -0.8474576271rem;
    top: -9.3220338983rem;
  }
  .infographic__intro__image--1 .infographic__star--intro--2 {
    left: 1.2711864407rem;
    bottom: -4.6610169492rem;
    z-index: 3;
  }
  .infographic__intro__image--2 .infographic__star--intro--1 {
    right: -0.8474576271rem;
    bottom: -7.6271186441rem;
  }
  .infographic__intro__image--2 .infographic__star--intro--2 {
    right: 2.5423728814rem;
    top: -5.5084745763rem;
  }
  .infographic__intro__image--2 .infographic__star--intro--3 {
    left: -1.6949152542rem;
    bottom: -11.4406779661rem;
  }
  @media (min-width: 1000px) {
    .infographic__intro {
      padding: 4rem 5% 8rem 5%;
    }
  }
  @media (min-width: 1000px) {
    .infographic__intro {
      padding: 4rem 12% 8rem 12%;
    }
    .infographic__intro__image {
      position: absolute;
      top: 50%;
      translate: 0 -50%;
      z-index: 1;
      display: block;
      margin: 0;
      width: 26rem;
      pointer-events: none;
    }
    .infographic__intro__image--1 {
      left: -13rem;
    }
    .infographic__intro__image--2 {
      right: -13rem;
    }
  }
  @media (min-width: 1300px) {
    .infographic__intro {
      padding: 4rem 20% 8rem 20%;
    }
    .infographic__intro__image {
      width: 26rem;
    }
    .infographic__intro__image--1 {
      left: -18.5rem;
    }
    .infographic__intro__image--2 {
      right: -18.5rem;
    }
  }
  .infographic__intro__link-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 3rem 7rem;
    aspect-ratio: 0.7046004843;
  }
  @media (min-width: 600px) {
    .infographic__intro__link-container {
      gap: 4rem;
      padding: 8rem 13rem;
    }
  }
  @media (min-width: 1000px) {
    .infographic__intro__link-container {
      flex-direction: row;
      gap: 4rem;
      aspect-ratio: 1.4192439863;
      padding: 0 4rem;
    }
  }
  @media (min-width: 1300px) {
    .infographic__intro__link-container {
      padding: 0 3rem;
      gap: 2rem;
    }
  }
  .infographic__intro__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .infographic__intro__link .infographic__intro__link__header {
    margin: 0;
    margin-bottom: 1.2rem;
  }
  .infographic__intro__link a {
    --abc: transparent;
    --aucn: transparent;
    --auch: currentColor;
    --auo: 0.25em;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding-inline: 0.4em;
    font-weight: 700;
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .infographic__intro__link {
    flex: 1 1 0;
    position: relative;
    top: 0.3rem;
    z-index: 4;
    margin: 0;
  }
  .infographic__intro__link .infographic__intro__link__header {
    color: var(--c_d1);
  }
  @media (min-width: 600px) {
    .infographic__intro__link {
      top: 1rem;
    }
  }
  @media (min-width: 1000px) {
    .infographic__intro__link {
      top: 0;
    }
  }
  .infographic__intro__bg__layer {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    rotate: 90deg;
    aspect-ratio: 1;
    pointer-events: none;
  }
  .infographic__intro__bg__layer img {
		display: block;
		width: 100%;
		height: 100%;
    object-fit: contain;
  }
  @media (min-width: 1000px) {
    .infographic__intro__bg__layer {
      rotate: 0deg;
    }
  }
  .infographic__intro__bg__layer--circles {
    z-index: 3;
    display: flex;
    padding: 6.3%;
  }
  @media (min-width: 1000px) {
    .infographic__intro__bg__layer--circles {
      padding: 4.3%;
    }
  }
  .infographic__intro__bg__layer--texture {
    z-index: 1;
  }
  .infographic__intro__bg__layer--texture > * {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 72%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
  }
  .infographic__intro__bg__layer__texture--1 {
    left: 0;
  }
  .infographic__intro__bg__layer__texture--2 {
    right: 0;
  }
  .infographic__detail {
    --infographic-detail-opacity: 0;
    --infographic-detail-size: 20rem;
    background: var(--c_b1t);
    border-radius: 1.3559322034rem;
    overflow: hidden;
    color: var(--c_d1t);
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding-top: 4rem;
    opacity: var(--infographic-detail-opacity);
  }
  .infographic__detail h2 {
    padding-inline: 3rem;
  }
  @media (min-width: 800px) {
    .infographic__detail h2 {
      margin-top: 0;
    }
  }
  .infographic__detail .infographic__detail__subtitle {
    margin-top: 0.5em;
  }
  .infographic__detail .infographic__detail__items {
    flex: 1 0 auto;
    list-style: none;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0 2.5rem;
    margin: 0;
    padding-inline: 8%;
    padding-bottom: 2rem;
    overflow-x: auto;
  }
  .infographic__detail p {
    margin: 0;
    padding: 0 2.5rem;
    font-weight: 700;
    font-size: 1.5rem;
    --lh: 1.2;
    color: var(--c_d1);
  }
  .infographic__detail .infographic__detail__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    padding: 3rem;
    color: var(--c_i1);
    font-size: 2.5rem;
    --lh: 1;
    cursor: pointer;
  }
  @media (min-width: 600px) {
    .infographic__detail {
      --infographic-detail-size: 40rem;
    }
    .infographic__detail h2 {
      padding-inline: 4rem;
    }
    .infographic__detail p {
      font-size: 3rem;
    }
    .infographic__detail .infographic__detail__close {
      font-size: 3.5rem;
    }
  }
  @media (min-width: 800px) {
    .infographic__detail {
      --infographic-detail-size: 18rem;
    }
    .infographic__detail .infographic__detail__items {
      flex: 0 1 auto;
      flex-wrap: wrap;
      justify-content: center;
      overflow: visible;
    }
    .infographic__detail p {
      font-size: 1.85rem;
    }
  }
  @media (min-width: 1000px) {
    .infographic__detail {
      --infographic-detail-size: 22rem;
    }
    .infographic__detail .infographic__detail__items {
      padding: 0 5%;
      padding-bottom: 2rem;
    }
    .infographic__detail p {
      font-size: 1.85rem;
    }
  }
  @media (min-width: 1300px) {
    .infographic__detail {
      --infographic-detail-size: 22rem;
    }
  }
  .infographic__detail:not([open]) {
    pointer-events: none;
  }
  .infographic__detail[open] {
    --infographic-detail-opacity: 1;
  }
  .infographic__detail__wave {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 13.5593220339rem;
    --m: url(../images/waves1b-bottom.svg) left top / 100% 100% no-repeat;
    mask: var(--m);
		mask-size: cover;
		border-bottom-left-radius: 1.3559322034rem;
		border-bottom-right-radius: 1.3559322034rem;
		overflow: hidden;
  }
  .infographic__detail__wave .bg1 {
    --c_b1t: #401f55;
    --c: color-mix(in srgb, var(--c_b4), transparent 50%);
    background-blend-mode: normal;
    height: 100%;
  }
  .infographic:has([data-infographic-detail][open]) {
    --infographic-intro-opacity: 0;
  }
  .infographic:has([data-infographic-detail="1"][open]) {
    --infographic-decor-1: var(--c_a1);
    --infographic-decor-2: var(--c_a4);
    --infographic-decor-3: var(--c_a4);
    --infographic-decor-4: var(--c_a1);
  }
  .infographic:has([data-infographic-detail="2"][open]) {
    --infographic-decor-1: var(--c_a2);
    --infographic-decor-2: var(--c_a5);
    --infographic-decor-3: var(--c_a4);
    --infographic-decor-4: var(--c_a3);
  }
  .infographic:has([data-infographic-detail="3"][open]) {
    --infographic-decor-1: var(--c_a1);
    --infographic-decor-2: var(--c_a2);
    --infographic-decor-3: var(--c_a4);
    --infographic-decor-4: var(--c_a1);
  }
  .infographic__detail__item {
    order: var(--infographic-detail-order);
    flex: 0 0 var(--infographic-detail-size);
    position: relative;
    z-index: 2;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 2.5rem;
    padding: 0;
    width: var(--infographic-detail-size);
    height: var(--infographic-detail-size);
    border-radius: 50%;
    background: var(--c_a3);
    overflow: hidden;
    text-align: center;
  }
  .infographic__detail__item::before {
    display: none;
  }
  .infographic__detail__image {
    position: relative;
    z-index: 1;
    display: none;
    margin: 0;
    order: var(--infographic-detail-order);
    flex: 0 0 var(--infographic-detail-size);
    list-style: none;
    margin: 0;
    margin-bottom: 2.5rem;
    padding: 0;
    width: var(--infographic-detail-size);
    height: var(--infographic-detail-size);
    text-align: center;
    pointer-events: none;
  }
  .infographic__detail__image::before {
    display: none;
  }
  @media (min-width: 800px) {
    .infographic__detail__image {
      display: block;
    }
  }
  .infographic__detail__image .infographic__image {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    scale: 0.81;
  }
  .infographic__detail__image--1 {
    margin-right: -6.7796610169rem;
  }
  .infographic__detail__image--1 .infographic__star--detail--1 {
    left: -2.5423728814rem;
    top: -5.9322033898rem;
  }
  .infographic__detail__image--1 .infographic__star--detail--2 {
    left: 2.9661016949rem;
    bottom: -1.6949152542rem;
    z-index: 3;
  }
  .infographic__detail__image--2 {
    margin-left: -6.7796610169rem;
  }
  .infographic__detail__image--2 .infographic__star--detail--1 {
    right: 0.8474576271rem;
    bottom: -7.6271186441rem;
  }
  .infographic__detail__image--2 .infographic__star--detail--2 {
    right: 1.6949152542rem;
    top: -0.8474576271rem;
    z-index: 3;
  }
  @media (min-width: 800px) and (max-width: 999px) {
    :nth-child(1 of .infographic__detail__image) {
      --infographic-detail-order: -1;
    }
    .infographic__detail:has(:nth-child(1 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 15;
    }
    .infographic__detail:has(:nth-child(2 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 25;
    }
    .infographic__detail:has(:nth-child(2 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 15;
    }
    .infographic__detail:has(:nth-child(3 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 15;
    }
    .infographic__detail:has(:nth-child(3 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 16;
    }
    .infographic__detail:has(:nth-child(4 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 15;
    }
    .infographic__detail:has(:nth-child(4 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 16;
    }
    .infographic__detail:has(:nth-child(5 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__image) {
      --infographic-detail-order: 25;
    }
    .infographic__detail:has(:nth-child(5 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 35;
    }
    .infographic__detail:has(:nth-child(5 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 24;
    }
    .infographic__detail:has(:nth-child(5 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__break) {
      --infographic-detail-order: 36;
    }
    .infographic__detail:has(:nth-child(6 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__image) {
      --infographic-detail-order: 35;
    }
    .infographic__detail:has(:nth-child(6 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 45;
    }
    .infographic__detail:has(:nth-child(6 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 34;
    }
    .infographic__detail:has(:nth-child(6 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__break) {
      --infographic-detail-order: 46;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__image) {
      --infographic-detail-order: 35;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 45;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 34;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__break) {
      --infographic-detail-order: 46;
    }
  }
  @media (min-width: 1000px) and (max-width: 1299px) {
    :nth-child(1 of .infographic__detail__image) {
      --infographic-detail-order: -1;
    }
    .infographic__detail:has(:nth-child(1 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 15;
    }
    .infographic__detail:has(:nth-child(2 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 25;
    }
    .infographic__detail:has(:nth-child(3 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 15;
    }
    .infographic__detail:has(:nth-child(3 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 16;
    }
    .infographic__detail:has(:nth-child(4 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 15;
    }
    .infographic__detail:has(:nth-child(4 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 16;
    }
    .infographic__detail:has(:nth-child(5 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 25;
    }
    .infographic__detail:has(:nth-child(5 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 26;
    }
    .infographic__detail:has(:nth-child(6 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 25;
    }
    .infographic__detail:has(:nth-child(6 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 26;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 25;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 26;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__break) {
      --infographic-detail-order: 55;
    }
  }
  @media (min-width: 1300px) {
    :nth-child(1 of .infographic__detail__image) {
      --infographic-detail-order: -1;
    }
    .infographic__detail:has(:nth-child(1 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 15;
    }
    .infographic__detail:has(:nth-child(2 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 25;
    }
    .infographic__detail:has(:nth-child(3 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 35;
    }
    .infographic__detail:has(:nth-child(4 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 25;
    }
    .infographic__detail:has(:nth-child(4 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 26;
    }
    .infographic__detail:has(:nth-child(5 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 35;
    }
    .infographic__detail:has(:nth-child(5 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 36;
    }
    .infographic__detail:has(:nth-child(6 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 35;
    }
    .infographic__detail:has(:nth-child(6 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 36;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(2 of .infographic__detail__image) {
      --infographic-detail-order: 35;
    }
    .infographic__detail:has(:nth-child(7 of .infographic__detail__item):nth-last-child(1 of .infographic__detail__item)) :nth-child(1 of .infographic__detail__break) {
      --infographic-detail-order: 36;
    }
  }
  .infographic__detail__break {
    --infographic-detail-order: 1000;
    display: none;
    order: var(--infographic-detail-order);
    list-style: none;
  }
  .infographic__detail__break::before {
    display: none;
  }
  @media (min-width: 800px) {
    .infographic__detail__break {
      flex-basis: 100%;
      display: block;
      margin: 0;
      width: 100%;
      height: 0;
      background: transparent;
    }
  }
  .infographic:has(.infographic__detail[open]) .infographic__intro {
    pointer-events: none;
  }
}
