
  @media (pointer: fine) {
    .singleCostumeList.svelte-134c083 {
      padding: 8rem 10vw 8rem 10vw;
      background-image: var(--cliG-t1);
      min-height: 100vh;
      position: relative;
      color: var(--cliC-r1);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4rem;
      z-index: 222;
    }

    .singleCostumeList.svelte-134c083 > h1:where(.svelte-134c083) {
      font-size: 3.6rem;
      font-family: "Azonix";
    }

    .singleCostumeList.svelte-134c083 > p:where(.svelte-134c083) {
      font-size: 2rem;
      font-family: "Azonix";
    }

    .singleCostumeList.svelte-134c083 > .costume-info:where(.svelte-134c083) {
      border-radius: 1rem;
      padding: 1rem 2rem;
      background-color: rgba(0, 0, 0, 0.2);
    }

    .singleCostumeList.svelte-134c083 > .costume-info:where(.svelte-134c083) > p:where(.svelte-134c083) {
      font-size: 2rem;
      line-height: 1.5;
      font-family: "Azonix";
    }

    .singleCostumeList.svelte-134c083 > .listFormat:where(.svelte-134c083) {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      justify-content: flex-start;
      gap: 2rem;
    }

    .singleCostumeList.svelte-134c083 > .listFormat:where(.svelte-134c083) > .img:where(.svelte-134c083) {
      border-radius: 1rem;
      border-color: var(--cliC-r2);
      background-color: rgba(0, 0, 0, 0.2);
      width: calc(100% / 4 - 6rem);
      height: auto;
      aspect-ratio: 1/2;
      display: flex;
      justify-content: center;
      align-items: center;
      filter: saturate(0.25) opacity(0.25);
      overflow: hidden;
    }

    .singleCostumeList > .listFormat > .img > img {
      width: auto;
      height: 100%;
    }

    .singleCostumeList.svelte-134c083 > .listFormat:where(.svelte-134c083) > .posts:where(.svelte-134c083) {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      gap: 1rem;
    }

    .singleCostumeList.svelte-134c083 > .listFormat:where(.svelte-134c083) > .posts:where(.svelte-134c083) > article:where(.svelte-134c083) {
      flex: 0 0 calc((100% - (2 * 1rem)) / 3 - 0.01px);
      transition-duration: 1s;
      animation: fadeload 1s;
      position: relative;
    }

    .adult-1.svelte-134c083::before {
      content: "18+";
      border-radius: 1rem;
      background-color: rgba(0, 0, 0, 0.75);
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      backdrop-filter: blur(4px);
      position: absolute;
      top: 0;
      left: 0;
      font-size: 3rem;
      color: var(--cliC-r2);
    }
  }

  /* ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------- */

  @media (pointer: coarse) {
    .singleCostumeList.svelte-134c083 {
      padding: 8rem 4rem 19rem 4rem;
      background-image: var(--cliG-t1);
      min-height: 100vh;
      position: relative;
      color: var(--cliC-r1);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4rem;
      z-index: 222;
    }

    .singleCostumeList.svelte-134c083::before {
      content: "";
      background-image: var(--ba20d), var(--cliG-t2r);
      mask-image: var(--ba20);
      mask-repeat: no-repeat;
      mask-position: top center;
      width: 100%;
      aspect-ratio: 64 / 3;
      display: block;
      position: absolute;
      top: -2px;
      left: 0;
      transform: rotate(180deg);
      z-index: 112;
    }

    .singleCostumeList.svelte-134c083 > h1:where(.svelte-134c083) {
      font-size: 6rem;
      font-family: "Azonix";
    }

    .singleCostumeList.svelte-134c083 > p:where(.svelte-134c083) {
      font-size: 3rem;
      font-family: "Azonix";
    }

    .singleCostumeList.svelte-134c083 > .costume-info:where(.svelte-134c083) {
      border-radius: 1rem;
      padding: 1rem 2rem;
      background-color: rgba(0, 0, 0, 0.2);
    }

    .singleCostumeList.svelte-134c083 > .costume-info:where(.svelte-134c083) > p:where(.svelte-134c083) {
      font-size: 2.6rem;
      line-height: 1.5;
      font-family: "Azonix";
    }

    .singleCostumeList.svelte-134c083 > .listFormat:where(.svelte-134c083) {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: stretch;
      justify-content: flex-start;
      gap: 1rem;
    }

    .singleCostumeList.svelte-134c083 > .listFormat:where(.svelte-134c083) > .img:where(.svelte-134c083) {
      margin: 0;
      border-radius: 1rem;
      border-style: solid;
      border-width: 0;
      border-color: var(--cliC-r2);
      background-color: rgba(0, 0, 0, 0.2);
      width: 100%;
      height: auto;
      aspect-ratio: 2/1;
      display: flex;
      justify-content: center;
      align-items: center;
      filter: saturate(0.25) opacity(0.25);
      overflow: hidden;
    }

    .singleCostumeList > .listFormat > .img > img {
      width: auto;
      height: 100%;
    }

    .singleCostumeList.svelte-134c083 > .listFormat:where(.svelte-134c083) > .posts:where(.svelte-134c083) {
      width: 100%;
      height: fit-content;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 1rem;
    }

    .singleCostumeList.svelte-134c083 > .listFormat:where(.svelte-134c083) > .posts:where(.svelte-134c083) > article:where(.svelte-134c083) {
      margin: 0;
      flex: 0 0 calc((100% - (1 * 1rem)) / 2 - 0.01px);
      animation: fadeload 1s;
    }

    .adult-1.svelte-134c083::before {
      content: "18+";
      border-radius: 1rem;
      background-color: rgba(0, 0, 0, 0.75);
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      backdrop-filter: blur(4px);
      position: absolute;
      top: 0;
      left: 0;
      font-size: 3rem;
      color: var(--cliC-r2);
    }
  }
