@charset "UTF-8";

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-text-size-adjust: 100%;
  /* stylelint-enable property-no-vendor-prefix */
}

html:has(dialog[open]) {
  overflow: hidden;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  font-family: var(--font-noto-sans);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-noto-sans);
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
}

input {
  appearance: none;
  background-color: var(--color-00-white);
  border: 1px solid var(--color-90-gray);
}

textarea {
  appearance: none;
  background-color: var(--color-00-white);
  border: 1px solid var(--color-90-gray);
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

html.-smooth-scroll {
  height: 100%;
}

html.-is-touch-device {
  scroll-behavior: smooth;
}

html.-is-touch-device:focus-within {
  scroll-behavior: auto !important;
}

.c-main {
  z-index: 100;
  width: 100%;
}

html.-smooth-scroll .c-main {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}

.c-main .c-main__inner {
  min-height: 100vh;
}

a[href*="x.com/intent/tweet"] {
  display: block;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 21.8666666667vw;
  color: var(--color-00-white);
  pointer-events: none;
}

@media print, screen and (width >=768px) {
  .c-header {
    height: 12.5694444444vw;
  }
}

.c-header__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.6666666667vw 4.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-header__content {
    padding: 1.6666666667vw 2.2222222222vw;
  }
}

.c-header__content-logo {
  width: auto;
  height: 16.5333333333vw;
  pointer-events: auto;
}

.c-header__content-logo img {
  width: auto;
  height: 100%;
}

@media print, screen and (width >=768px) {
  .c-header__content-logo {
    height: 8.6805555556vw;
  }
}

.c-header__content-navigation {
  display: flex;
  pointer-events: auto;
  align-items: stretch;
  justify-content: flex-end;
  gap: 2.6666666667vw;
}

@media print, screen and (width >=768px) {
  .c-header__content-navigation {
    gap: 0.6944444444vw;
  }
}

.c-header__content-navigation-item {
  display: block;
}

.c-header__content-navigation-item.-burger {
  display: block;
}

.c-header__content-navigation-link {
  display: block;
  height: 6.6666666667vw;
  padding: 1.0666666667vw;
  background-color: var(--color-00-white);
  color: var(--color-00-black);
}

@media print, screen and (width >=768px) {
  .c-header__content-navigation-link {
    height: auto;
    padding: 0.2777777778vw 0.6944444444vw 0.2777777778vw 0.2777777778vw;
  }
}

@media (hover: hover) {
  .c-header__content-navigation-link:hover .c-header__content-navigation-en-label span,
  .c-header__content-navigation-link:hover .c-header__content-navigation-ja-label span {
    transform: translateY(-100%);
  }

  .c-header__content-navigation-link:hover .c-header__content-navigation-arrow img {
    animation: header-arrow-hover var(--transition-arrow-duration) var(--transition-arrow-ease) 0s 1 normal forwards;
  }
}

.c-header__content-navigation-en {
  display: block;
  color: var(--color-00-black);
}

.c-header__content-navigation-en-label {
  display: block;
  overflow: hidden;
  height: 2.1333333333vw;
}

@media print, screen and (width >=768px) {
  .c-header__content-navigation-en-label {
    height: 1.8888888889vw;
  }
}

.c-header__content-navigation-en-label-text1, .c-header__content-navigation-en-label-text2 {
  display: block;
  font-family: var(--font-field-gothic);
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 0.8;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

@media print, screen and (width >=768px) {
  .c-header__content-navigation-en-label-text1, .c-header__content-navigation-en-label-text2 {
    font-size: 2.3611111111vw;
  }
}

.c-header__content-navigation-ja {
  display: flex;
  align-self: center;
  justify-content: flex-start;
  gap: 0.5333333333vw;
  margin-top: 0.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-header__content-navigation-ja {
    gap: 0.3472222222vw;
    margin-top: 0.2083333333vw;
  }
}

.c-header__content-navigation-ja-label {
  display: block;
  overflow: hidden;
  height: 2.6666666667vw;
}

@media print, screen and (width >=768px) {
  .c-header__content-navigation-ja-label {
    height: 1.1111111111vw;
  }
}

.c-header__content-navigation-ja-label-text1, .c-header__content-navigation-ja-label-text2 {
  display: block;
  font-family: var(--font-family-ja);
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

@media print, screen and (width >=768px) {
  .c-header__content-navigation-ja-label-text1, .c-header__content-navigation-ja-label-text2 {
    font-size: 1.1111111111vw;
    letter-spacing: 0;
  }
}

.c-header__content-navigation-arrow {
  display: block;
  overflow: hidden;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin-top: 0.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-header__content-navigation-arrow {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-top: 0.1388888889vw;
  }
}

.c-header__content-navigation-arrow img {
  display: block;
}

@keyframes header-arrow-hover {
  0% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(100%) translateY(-100%);
  }

  51% {
    transform: translateX(-100%) translateY(100%);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

.c-header__content-burger {
  position: relative;
  display: block;
  overflow: hidden;
  width: 20.8vw;
  height: 6.6666666667vw;
  background-color: var(--color-00-white);
}

@media print, screen and (width >=768px) {
  .c-header__content-burger {
    width: 10.5555555556vw;
    height: 100%;
  }
}

@media (hover: hover) {
  .c-header__content-burger:hover .c-header__content-burger-text span {
    transform: translateY(-100%);
  }
}

.c-header__content-burger-icon {
  position: absolute;
  top: 0.5333333333vw;
  right: 0.8vw;
  display: grid;
  width: 4.5333333333vw;
  height: 5.6vw;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0.5333333333vw;
}

@media print, screen and (width >=768px) {
  .c-header__content-burger-icon {
    top: 0.4166666667vw;
    right: 0.4166666667vw;
    width: 2.4305555556vw;
    height: 2.7777777778vw;
    gap: 0.3472222222vw;
  }
}

.c-header__content-burger-icon > span {
  display: block;
  width: 4.5333333333vw;
  height: 1.3333333333vw;
  background: var(--gradation-01);
  transition: transform 100ms ease-out;
}

@media print, screen and (width >=768px) {
  .c-header__content-burger-icon > span {
    width: 2.4305555556vw;
    height: 0.6944444444vw;
  }
}

.c-header__content-burger-text {
  position: absolute;
  top: -0.8vw;
  left: 0.8vw;
  display: block;
  color: var(--color-00-black);
  font-family: var(--font-field-gothic);
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
}

@media print, screen and (width >=768px) {
  .c-header__content-burger-text {
    top: -0.3472222222vw;
    left: 0.4166666667vw;
    font-size: 4.1666666667vw;
  }
}

.c-header__content-burger-text1, .c-header__content-burger-text2 {
  display: block;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

.c-header__content-burger[aria-expanded="true"] .c-header__content-burger-icon > span:nth-child(1) {
  transform: translateY(2.0533333333vw) rotate(45deg);
}

@media print, screen and (width >=768px) {
  .c-header__content-burger[aria-expanded="true"] .c-header__content-burger-icon > span:nth-child(1) {
    transform: translateY(1.0694444444vw) rotate(45deg);
  }
}

.c-header__content-burger[aria-expanded="true"] .c-header__content-burger-icon > span:nth-child(2) {
  transform: scale(0, 0);
}

.c-header__content-burger[aria-expanded="true"] .c-header__content-burger-icon > span:nth-child(3) {
  transform: translateY(-2.0533333333vw) rotate(-45deg);
}

@media print, screen and (width >=768px) {
  .c-header__content-burger[aria-expanded="true"] .c-header__content-burger-icon > span:nth-child(3) {
    transform: translateY(-1.0694444444vw) rotate(-45deg);
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: none;
  pointer-events: none;
}

@media print, screen and (width <=767px) {
  .c-background {
    height: 110lvh;
  }
}

.c-background__layer-gradation1, .c-background__layer-gradation2, .c-background__layer-gradation3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: opacity 1s;
}

.c-background__layer-gradation1 {
  background: var(--gradation-01);
  opacity: 1;
  animation: gradient-fade-1 30s infinite;
}

.c-background__layer-gradation2 {
  background: var(--gradation-02);
  opacity: 0;
  animation: gradient-fade-2 30s infinite;
}

.c-background__layer-gradation3 {
  background: var(--gradation-03);
  opacity: 0;
  animation: gradient-fade-3 30s infinite;
}

@keyframes gradient-fade-1 {
  0%, 25% {
    opacity: 1;
  }

  35%, 85% {
    opacity: 0;
  }

  95%, 100% {
    opacity: 1;
  }
}

@keyframes gradient-fade-2 {
  0%, 20% {
    opacity: 0;
  }

  30%, 55% {
    opacity: 1;
  }

  65%, 100% {
    opacity: 0;
  }
}

@keyframes gradient-fade-3 {
  0%, 50% {
    opacity: 0;
  }

  60%, 85% {
    opacity: 1;
  }

  95%, 100% {
    opacity: 0;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-footer {
  position: relative;
  z-index: 50;
  padding-bottom: 6.4vw;
  color: var(--color-00-white);
}

@media print, screen and (width >=768px) {
  .c-footer {
    padding-bottom: 1.3888888889vw;
  }
}

.c-footer img {
  display: block;
  width: 100%;
}

@media print, screen and (width >=768px) {
  .c-footer__inner {
    padding: 0 2.0833333333vw;
  }
}

.c-footer__content {
  display: grid;
  grid-template-rows: repeat(4, auto);
  place-items: center center;
}

@media print, screen and (width >=768px) {
  .c-footer__content {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.9444444444vw;
  }
}

@media print, screen and (width >=768px) {
  .c-footer__content-group {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1.8055555556vw;
    order: 1;
    margin-right: auto;
  }
}

.c-footer__content-logo {
  display: grid;
  grid-template-columns: 30.1333333333vw 18.1333333333vw;
  gap: 5.3333333333vw;
  margin-top: 18.9333333333vw;
}

@media print, screen and (width >=768px) {
  .c-footer__content-logo {
    grid-template-columns: 10.4166666667vw 4.7222222222vw;
    margin-top: 0.8333333333vw;
    gap: 1.3888888889vw;
  }
}

.c-footer__content-logo img {
  width: 100%;
}

@media print, screen and (width >=768px) {
  .c-footer__vket {
    order: 2;
  }
}

.c-footer__vket a {
  position: relative;
  display: flex;
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  color: var(--color-00-white);
  font-family: var(--font-inter);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 200ms;
  align-items: baseline;
  gap: 0.5333333333vw;
}

@media print, screen and (width >=768px) {
  .c-footer__vket a {
    text-underline-offset: 0.2777777778vw;
    gap: 0.1388888889vw;
    margin-right: auto;
    margin-left: 0;
  }
}

@media (hover: hover) {
  .c-footer__vket a:hover .c-footer__vket-label span {
    transform: translateY(-100%);
  }

  .c-footer__vket a:hover::after {
    animation: text-link-arrow-hover var(--transition-arrow-duration) var(--transition-arrow-ease);
  }
}

.c-footer__vket a::after {
  display: inline-block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media print, screen and (width >=768px) {
  .c-footer__vket a::after {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
}

.c-footer__vket a::before {
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid var(--color-00-white);
}

.c-footer__vket-label {
  display: block;
  overflow: hidden;
  height: 3.6266666667vw;
  font-size: 4.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-footer__vket-label {
    height: 1.1805555556vw;
    font-size: 1.3888888889vw;
  }
}

.c-footer__vket-label span {
  display: block;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

.c-footer__logo {
  width: 30.1333333333vw;
  transform: translateY(0.8vw);
}

@media print, screen and (width >=768px) {
  .c-footer__logo {
    width: 10.4166666667vw;
    transform: translateY(0.1388888889vw);
  }
}

.c-footer__logo a {
  display: block;
  transition: opacity 200ms;
}

@media (hover: hover) {
  .c-footer__logo a:hover {
    opacity: 0.6;
  }
}

.c-footer__vrchat {
  width: 18.1333333333vw;
}

@media print, screen and (width >=768px) {
  .c-footer__vrchat {
    width: 4.7222222222vw;
  }
}

.c-footer__vrchat a {
  transition: opacity 200ms;
}

@media (hover: hover) {
  .c-footer__vrchat a:hover {
    opacity: 0.6;
  }
}

.c-footer__vrchat img {
  width: 100%;
}

.c-footer__navigation {
  display: grid;
  width: 44.2666666667vw;
  margin: 6.4vw auto 0;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.6666666667vw;
  list-style: none;
}

@media print, screen and (width >=768px) {
  .c-footer__navigation {
    width: auto;
    margin-top: 0;
    gap: 0.6944444444vw;
    place-items: center center;
  }
}

.c-footer__navigation-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-footer__navigation-item {
  width: 6.4vw;
  margin: 0;
}

@media print, screen and (width >=768px) {
  .c-footer__navigation-item {
    width: 24px;
  }
}

.c-footer__navigation-item a {
  display: block;
  transition: opacity 200ms;
}

@media print, screen and (width >=768px) {
  .c-footer__navigation-item a {
    display: flex;
    text-decoration: none;
    place-items: center center;
  }
}

@media (hover: hover) {
  .c-footer__navigation-item a:hover {
    opacity: 0.6;
  }
}

.c-footer__navigation-link {
  color: var(--color-00-white);
}

.c-footer__copyright {
  margin-top: 8.5333333333vw;
}

@media print, screen and (width >=768px) {
  .c-footer__copyright {
    order: 3;
    margin-top: 0;
    margin-left: auto;
  }
}

.c-footer__copyright small {
  color: var(--color-00-white);
  font-size: 2.6666666667vw;
  font-weight: 900;
  letter-spacing: 0;
}

@media print, screen and (width >=768px) {
  .c-footer__copyright small {
    font-size: 1.0416666667vw;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-hero {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  padding-top: 21.3333333333vw;
  user-select: none;
  pointer-events: none;
  -webkit-touch-callout: none;
}

@media print, screen and (width >=768px) {
  .c-hero {
    padding-top: 9.0277777778vw;
  }
}

.c-hero * {
  user-select: none;
  pointer-events: none;
  -webkit-touch-callout: none;
}

.c-hero__background {
  aspect-ratio: 320/600;
  width: 85.3333333333vw;
  margin: 0 auto 42.6666666667vw;
  background-image: url("https://vket-event.vketcdn.com/2025Winter/lp-assets/images/sp/hero_background.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(5px);
}

@media print, screen and (width >=768px) {
  .c-hero__background {
    background-image: url("https://vket-event.vketcdn.com/2025Winter/lp-assets/images/hero_background.webp");
    aspect-ratio: 1290/800;
    width: 89.5833333333vw;
    margin: 0 auto 30.5555555556vw;
  }
}

.c-hero__copy {
  position: absolute;
  top: 77.3333333333vw;
  left: 0;
  width: 100%;
  height: 67.2vw;
  background-image: url("/lp/2025Winter/_assets/images/hero_loop_copy.svg");
  background-repeat: repeat-x;
  background-position: left 0 top 0;
  background-size: 433.0666666667vw auto;
  transform: translate3d(0, 0, 0);
  animation: hero-copy-slide-sp 15s linear infinite;
  animation-play-state: running;
}

@media print, screen and (width >=768px) {
  .c-hero__copy {
    top: 23.6111111111vw;
    height: 25vw;
    background-size: 161.1111111111vw auto;
    animation: hero-copy-slide-pc 20s linear infinite;
    will-change: background-position;
  }
}

.c-hero__copy.-is-paused {
  animation-play-state: paused;
}

@media print, screen and (width >=768px) {
  .c-hero__copy.-is-paused {
    will-change: none;
  }
}

@keyframes hero-copy-slide-sp {
  0% {
    background-position: left 433.0666666667vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

@keyframes hero-copy-slide-pc {
  0% {
    background-position: left 161.1111111111vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

.c-hero__date {
  position: absolute;
  top: 168vw;
  left: 0;
  width: 100%;
  height: 17.0666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/hero_loop_date.svg");
  background-repeat: repeat-x;
  background-position: left 0 top 0;
  background-size: 92.9333333333vw auto;
  transform: translate3d(0, 0, 0);
  animation: hero-date-slide-sp 10s linear infinite;
  animation-play-state: running;
}

@media print, screen and (width >=768px) {
  .c-hero__date {
    top: 59.0277777778vw;
    height: 8.75vw;
    background-size: 48.4027777778vw auto;
    animation: hero-date-slide-pc 20s linear infinite;
    will-change: background-position;
  }
}

.c-hero__date.-is-paused {
  animation-play-state: paused;
}

@media print, screen and (width >=768px) {
  .c-hero__date.-is-paused {
    will-change: none;
  }
}

.c-hero__image-main, .c-hero__image-sub1, .c-hero__image-sub2, .c-hero__image-sub3, .c-hero__image-sub4, .c-hero__image-sub5, .c-hero__image-sub6, .c-hero__image-sub7 {
  position: absolute;
  transform-origin: center;
}

@media print, screen and (width >=768px) {
  .c-hero__image-main, .c-hero__image-sub1, .c-hero__image-sub2, .c-hero__image-sub3, .c-hero__image-sub4, .c-hero__image-sub5, .c-hero__image-sub6, .c-hero__image-sub7 {
    will-change: transform;
  }
}

.c-hero__image-main img, .c-hero__image-sub1 img, .c-hero__image-sub2 img, .c-hero__image-sub3 img, .c-hero__image-sub4 img, .c-hero__image-sub5 img, .c-hero__image-sub6 img, .c-hero__image-sub7 img {
  display: block;
  width: 100%;
  height: auto;
}

@media print, screen and (width >=768px) {
  .c-hero__image-main img, .c-hero__image-sub1 img, .c-hero__image-sub2 img, .c-hero__image-sub3 img, .c-hero__image-sub4 img, .c-hero__image-sub5 img, .c-hero__image-sub6 img, .c-hero__image-sub7 img {
    will-change: transform;
  }
}

.c-hero__image-main {
  top: 45.3333333333vw;
  left: 2.9333333333vw;
  width: 104.8vw;
  aspect-ratio: 1899/2354;
}

@media print, screen and (width >=768px) {
  .c-hero__image-main {
    top: 6.8055555556vw;
    left: 22.6388888889vw;
    width: 65.9722222222vw;
  }

  .c-hero__image-main img {
    will-change: transform, filter;
  }
}

.c-hero__image-sub1 {
  aspect-ratio: 700/616;
  top: 59.2vw;
  left: -11.2vw;
  width: 41.8666666667vw;
}

@media print, screen and (width >=768px) {
  .c-hero__image-sub1 {
    top: 20.4861111111vw;
    left: -0.7638888889vw;
    width: 24.3055555556vw;
  }
}

.c-hero__image-sub2 {
  aspect-ratio: 603/716;
  top: 16vw;
  left: 0;
  width: 36.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-hero__image-sub2 {
    top: 4.5833333333vw;
    left: 8.5416666667vw;
    width: 20.9722222222vw;
  }
}

.c-hero__image-sub3 {
  aspect-ratio: 455/521;
  top: 9.0666666667vw;
  left: 34.6666666667vw;
  width: 29.8666666667vw;
}

@media print, screen and (width >=768px) {
  .c-hero__image-sub3 {
    top: 2.0138888889vw;
    left: 26.5972222222vw;
    width: 15.7638888889vw;
  }
}

.c-hero__image-sub4 {
  aspect-ratio: 698/656;
  top: 138.4vw;
  left: 0;
  width: 38.6666666667vw;
}

@media print, screen and (width >=768px) {
  .c-hero__image-sub4 {
    top: 41.875vw;
    left: 8.2638888889vw;
    width: 24.2361111111vw;
  }
}

.c-hero__image-sub5 {
  aspect-ratio: 668/746;
  top: 16vw;
  left: 63.2vw;
  width: 44.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-hero__image-sub5 {
    top: 4.7222222222vw;
    left: 80.625vw;
    width: 23.125vw;
  }
}

.c-hero__image-sub6 {
  aspect-ratio: 307/268;
  top: 93.8666666667vw;
  left: 79.4666666667vw;
  width: 16.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-hero__image-sub6 {
    top: 33.4027777778vw;
    left: 77.2916666667vw;
    width: 10.625vw;
  }
}

.c-hero__image-sub7 {
  aspect-ratio: 649/748;
  top: 129.3333333333vw;
  left: 69.0666666667vw;
  width: 32.5333333333vw;
}

@media print, screen and (width >=768px) {
  .c-hero__image-sub7 {
    top: 38.3333333333vw;
    left: 78.2638888889vw;
    width: 22.5vw;
  }
}

@keyframes hero-date-slide-sp {
  0% {
    background-position: left 371.7333333333vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

@keyframes hero-date-slide-pc {
  0% {
    background-position: left 48.4027777778vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-about {
  display: grid;
  overflow: hidden;
  margin-bottom: 26.6666666667vw;
  padding: 13.3333333333vw 0 40vw;
  grid-template-columns: 1fr;
  gap: 53.3333333333vw;
}

@media print, screen and (width >=768px) {
  .c-about {
    margin-top: -6.9444444444vw;
    margin-bottom: 0;
    padding-top: 6.9444444444vw;
    padding-bottom: 20.8333333333vw;
    gap: 20.8333333333vw;
  }
}

.c-about__content {
  position: relative;
  width: 100%;
}

.c-about__title {
  position: relative;
  z-index: 30;
  font-family: var(--font-field-gothic);
  font-size: 21.3333333333vw;
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.01em;
  pointer-events: none;
}

@media print, screen and (width >=768px) {
  .c-about__title {
    font-size: 13.8888888889vw;
  }
}

.c-about__title-discover, .c-about__title-play, .c-about__title-connect {
  display: block;
  width: fit-content;
  user-select: text;
  pointer-events: auto;
}

.c-about__title-discover > span, .c-about__title-play > span, .c-about__title-connect > span {
  display: block;
  width: fit-content;
  padding: 0 0.03em 0.03em;
  background-color: var(--color-00-white);
}

.c-about__title-discover > span > span, .c-about__title-play > span > span, .c-about__title-connect > span > span {
  display: block;
  width: fit-content;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-about__title-discover {
  margin: 82.6666666667vw 0.3em 0.2em auto;
}

@media print, screen and (width >=768px) {
  .c-about__title-discover {
    width: fit-content;
    margin: 11.1111111111vw 0.4em 0.2em auto;
  }
}

.c-about__title-discover > span > span {
  background-image: var(--gradation-03);
}

.c-about__title-discover > span:nth-child(1) {
  margin-right: 0.5em;
  text-align: left;
}

.c-about__title-discover > span:nth-child(2) {
  margin: 0 0 0 auto;
}

.c-about__title-play {
  margin: 66.6666666667vw 0.4em 0.2em auto;
}

@media print, screen and (width >=768px) {
  .c-about__title-play {
    margin: 11.1111111111vw auto 0.2em 0.7em;
  }
}

.c-about__title-play > span > span {
  background-image: var(--gradation-01);
}

.c-about__title-play > span:nth-child(1) {
  margin: 0 0 0 auto;
  text-align: left;
}

.c-about__title-play > span:nth-child(2) {
  margin-right: 1.05em;
}

.c-about__title-connect {
  margin: 69.3333333333vw 0 0.2em auto;
}

@media print, screen and (width >=768px) {
  .c-about__title-connect {
    margin: 26.3888888889vw 0.3em 0.2em auto;
  }
}

.c-about__title-connect > span > span {
  background-image: var(--gradation-04);
}

.c-about__title-connect > span:nth-child(2) {
  margin-left: -0.5em;
}

.c-about__text {
  position: relative;
  z-index: 30;
  margin: 0 5.3333333333vw;
}

.c-about__text-discover {
  margin: 0;
}

@media print, screen and (width >=768px) {
  .c-about__text-discover {
    width: fit-content;
    margin: 0 6.9444444444vw 0 auto;
  }

  .c-about__text-discover .c-about__text-en {
    margin: 2.0833333333vw 0 0 -4.1666666667vw;
  }
}

@media print, screen and (width >=768px) {
  .c-about__text-play {
    width: fit-content;
    margin: 0 auto 0 6.9444444444vw;
  }

  .c-about__text-play .c-about__text-en {
    margin: 2.0833333333vw 0 0 4.1666666667vw;
  }
}

@media print, screen and (width >=768px) {
  .c-about__text-connect {
    width: fit-content;
    margin: 0 6.9444444444vw 0 auto;
  }

  .c-about__text-connect .c-about__text-en {
    margin: 2.0833333333vw 0 0 6.9444444444vw;
  }
}

.c-about__text-ja {
  color: var(--color-00-white);
  font-family: var(--font-noto-sans);
  font-size: 3.4666666667vw;
  font-weight: 900;
  line-height: 1.6;
  text-align: justify;
}

@media print, screen and (width >=768px) {
  .c-about__text-ja {
    width: 27.7777777778vw;
    font-size: 0.9722222222vw;
  }
}

.c-about__text-en {
  margin-top: 5.3333333333vw;
  color: var(--color-00-white);
  font-family: var(--font-inter);
  font-size: 3.7333333333vw;
  font-weight: 800;
  line-height: 1.45;
}

@media print, screen and (width >=768px) {
  .c-about__text-en {
    width: 27.7777777778vw;
    font-size: 1.0416666667vw;
  }
}

.c-about__video-discover, .c-about__video-play, .c-about__video-connect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 400px;
}

.c-about__video-discover video, .c-about__video-play video, .c-about__video-connect video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-about__video-discover {
  aspect-ratio: 687/714;
  top: 13.3333333333vw;
  left: -2.6666666667vw;
  width: 85.3333333333vw;
  clip-path: url("#about_discover_mask");
}

@media print, screen and (width >=768px) {
  .c-about__video-discover {
    top: 0;
    left: 6.9444444444vw;
    width: 47.5694444444vw;
  }
}

.c-about__video-play {
  aspect-ratio: 814/667;
  top: 13.3333333333vw;
  left: -2.6666666667vw;
  width: 85.3333333333vw;
  clip-path: url("#about_play_mask");
}

@media print, screen and (width >=768px) {
  .c-about__video-play {
    top: 0;
    left: 41.6666666667vw;
    width: 56.5277777778vw;
  }
}

.c-about__video-connect {
  aspect-ratio: 936/580;
  top: 13.3333333333vw;
  left: -5.3333333333vw;
  width: 98.6666666667vw;
  clip-path: url("#about_connect_mask");
}

@media print, screen and (width >=768px) {
  .c-about__video-connect {
    top: 0;
    left: -2.0833333333vw;
    width: 65vw;
  }
}

.c-about__image-discover-image1, .c-about__image-discover-image2, .c-about__image-discover-image3, .c-about__image-discover-image4, .c-about__image-discover-image5, .c-about__image-discover-image6, .c-about__image-discover-image7, .c-about__image-discover-image8, .c-about__image-discover-image9, .c-about__image-discover-image10, .c-about__image-discover-image11, .c-about__image-discover-image12, .c-about__image-discover-image13, .c-about__image-play-image1, .c-about__image-play-image2, .c-about__image-play-image3, .c-about__image-play-image4, .c-about__image-play-image5, .c-about__image-play-image6, .c-about__image-play-image7, .c-about__image-play-image8, .c-about__image-play-image9, .c-about__image-play-image10, .c-about__image-play-image11, .c-about__image-play-image12, .c-about__image-play-image13, .c-about__image-connect-image1, .c-about__image-connect-image2, .c-about__image-connect-image3, .c-about__image-connect-image4, .c-about__image-connect-image5, .c-about__image-connect-image6, .c-about__image-connect-image7, .c-about__image-connect-image8, .c-about__image-connect-image9, .c-about__image-connect-image10, .c-about__image-connect-image11, .c-about__image-connect-image12, .c-about__image-connect-image13 {
  position: absolute;
  z-index: 20;
  transform-origin: center;
}

.c-about__image-discover-image1 img, .c-about__image-discover-image2 img, .c-about__image-discover-image3 img, .c-about__image-discover-image4 img, .c-about__image-discover-image5 img, .c-about__image-discover-image6 img, .c-about__image-discover-image7 img, .c-about__image-discover-image8 img, .c-about__image-discover-image9 img, .c-about__image-discover-image10 img, .c-about__image-discover-image11 img, .c-about__image-discover-image12 img, .c-about__image-discover-image13 img, .c-about__image-play-image1 img, .c-about__image-play-image2 img, .c-about__image-play-image3 img, .c-about__image-play-image4 img, .c-about__image-play-image5 img, .c-about__image-play-image6 img, .c-about__image-play-image7 img, .c-about__image-play-image8 img, .c-about__image-play-image9 img, .c-about__image-play-image10 img, .c-about__image-play-image11 img, .c-about__image-play-image12 img, .c-about__image-play-image13 img, .c-about__image-connect-image1 img, .c-about__image-connect-image2 img, .c-about__image-connect-image3 img, .c-about__image-connect-image4 img, .c-about__image-connect-image5 img, .c-about__image-connect-image6 img, .c-about__image-connect-image7 img, .c-about__image-connect-image8 img, .c-about__image-connect-image9 img, .c-about__image-connect-image10 img, .c-about__image-connect-image11 img, .c-about__image-connect-image12 img, .c-about__image-connect-image13 img {
  display: block;
  width: 100%;
  height: auto;
}

.c-about__image-discover-image1 {
  top: 0;
  left: 13.3333333333vw;
  width: 36.5333333333vw;
  aspect-ratio: 344/265;
}

@media print, screen and (width >=768px) {
  .c-about__image-discover-image1 {
    top: -0.6944444444vw;
    left: 2.0833333333vw;
    z-index: 1;
    width: 23.8888888889vw;
  }
}

.c-about__image-discover-image2 {
  top: 66.6666666667vw;
  left: 58.6666666667vw;
  width: 39.7333333333vw;
  aspect-ratio: 374/171;
}

@media print, screen and (width >=768px) {
  .c-about__image-discover-image2 {
    top: 15.2777777778vw;
    left: -4.1666666667vw;
    z-index: 2;
    width: 25.9722222222vw;
  }
}

.c-about__image-discover-image3 {
  top: -5.3333333333vw;
  left: 40vw;
  width: 34.6666666667vw;
  aspect-ratio: 301/247;
}

@media print, screen and (width <=767px) {
  .c-about__image-discover-image3 {
    z-index: 11;
  }
}

@media print, screen and (width >=768px) {
  .c-about__image-discover-image3 {
    top: 23.6111111111vw;
    left: -4.1666666667vw;
    z-index: 1;
    width: 20.9027777778vw;
  }
}

.c-about__image-discover-image4 {
  top: 53.3333333333vw;
  left: 61.3333333333vw;
  width: 46.4vw;
  aspect-ratio: 413/193;
}

@media print, screen and (width >=768px) {
  .c-about__image-discover-image4 {
    top: 38.1944444444vw;
    left: -1.3888888889vw;
    width: 28.6805555556vw;
  }
}

.c-about__image-discover-image5 {
  top: 10.6666666667vw;
  left: 58.6666666667vw;
  width: 42.1333333333vw;
  aspect-ratio: 394/405;
}

@media print, screen and (width >=768px) {
  .c-about__image-discover-image5 {
    top: -5.5555555556vw;
    left: 76.3888888889vw;
    width: 27.3611111111vw;
  }
}

.c-about__image-discover-image6 {
  top: 16vw;
  left: -5.3333333333vw;
  width: 48vw;
  aspect-ratio: 479/296;
}

@media print, screen and (width <=767px) {
  .c-about__image-discover-image6 {
    z-index: 11;
  }
}

@media print, screen and (width >=768px) {
  .c-about__image-discover-image6 {
    top: 22.2222222222vw;
    left: 84.7222222222vw;
    width: 33.2638888889vw;
  }
}

.c-about__image-discover-image7 {
  top: 104vw;
  left: 29.3333333333vw;
  width: 14.4vw;
  aspect-ratio: 136/100;
}

@media print, screen and (width >=768px) {
  .c-about__image-discover-image7 {
    top: 45.1388888889vw;
    left: 40.2777777778vw;
    width: 9.4444444444vw;
  }
}

.c-about__image-discover-image8 {
  top: 101.3333333333vw;
  left: 6.6666666667vw;
  width: 8.8vw;
  aspect-ratio: 84/57;
}

@media print, screen and (width >=768px) {
  .c-about__image-discover-image8 {
    top: 48.6111111111vw;
    left: 4.8611111111vw;
    width: 5.8333333333vw;
  }
}

.c-about__image-play-image1 {
  top: 34.6666666667vw;
  left: 72vw;
  width: 36vw;
  aspect-ratio: 359/269;
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image1 {
    top: 4.8611111111vw;
    left: -2.7777777778vw;
    width: 24.9305555556vw;
  }
}

.c-about__image-play-image2 {
  top: 70.6666666667vw;
  left: 8vw;
  width: 10.1333333333vw;
  aspect-ratio: 97/145;
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image2 {
    top: 28.4722222222vw;
    left: 3.4722222222vw;
    width: 6.7361111111vw;
  }
}

.c-about__image-play-image3 {
  top: 1.3333333333vw;
  left: 21.3333333333vw;
  width: 25.8666666667vw;
  aspect-ratio: 289/177;
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image3 {
    top: -8.3333333333vw;
    left: 69.4444444444vw;
    width: 20.0694444444vw;
  }
}

.c-about__image-play-image4 {
  top: 10.6666666667vw;
  left: 66.6666666667vw;
  width: 25.6vw;
  aspect-ratio: 259/197;
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image4 {
    top: -1.3888888889vw;
    left: 83.3333333333vw;
    width: 17.9861111111vw;
  }
}

.c-about__image-play-image5 {
  top: 5.3333333333vw;
  left: 2.6666666667vw;
  width: 29.8666666667vw;
  aspect-ratio: 333/265;
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image5 {
    top: 8.3333333333vw;
    left: 84.7222222222vw;
    width: 23.125vw;
  }
}

.c-about__image-play-image6 {
  top: 21.3333333333vw;
  left: 73.3333333333vw;
  width: 29.3333333333vw;
  aspect-ratio: 381/209;
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image6 {
    top: 20.1388888889vw;
    left: 76.3888888889vw;
    z-index: 1;
    width: 26.4583333333vw;
  }
}

.c-about__image-play-image7 {
  top: 56vw;
  left: 80vw;
  width: 32vw;
  aspect-ratio: 272/131;
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image7 {
    top: 31.25vw;
    left: 81.25vw;
    width: 18.8888888889vw;
  }
}

.c-about__image-play-image8 {
  top: 8vw;
  left: 90.6666666667vw;
  width: 8vw;
  aspect-ratio: 75/99;
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image8 {
    top: 26.3888888889vw;
    left: 90.9722222222vw;
    width: 5.2083333333vw;
  }
}

.c-about__image-play-image9 {
  top: 32vw;
  left: -5.3333333333vw;
  width: 36.8vw;
  aspect-ratio: 354/130;
}

@media print, screen and (width <=767px) {
  .c-about__image-play-image9 {
    transform: rotate(-20deg);
  }
}

@media print, screen and (width >=768px) {
  .c-about__image-play-image9 {
    top: 37.5vw;
    left: 75vw;
    z-index: 19;
    width: 24.5833333333vw;
  }
}

.c-about__image-connect-image1 {
  top: 2.6666666667vw;
  left: 5.3333333333vw;
  width: 43.7333333333vw;
  aspect-ratio: 411/189;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image1 {
    top: 3.4722222222vw;
    left: -4.8611111111vw;
    z-index: 1;
    width: 28.5416666667vw;
  }
}

.c-about__image-connect-image2 {
  top: 17.3333333333vw;
  left: -2.6666666667vw;
  width: 39.4666666667vw;
  aspect-ratio: 371/154;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image2 {
    top: 13.8888888889vw;
    left: -6.9444444444vw;
    z-index: 1;
    width: 25.7638888889vw;
  }
}

.c-about__image-connect-image3 {
  top: 45.3333333333vw;
  left: -6.6666666667vw;
  width: 32vw;
  aspect-ratio: 266/290;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image3 {
    top: 27.7777777778vw;
    left: -2.7777777778vw;
    z-index: 1;
    width: 18.4722222222vw;
  }
}

.c-about__image-connect-image4 {
  top: 154.6666666667vw;
  left: -2.6666666667vw;
  width: 19.4666666667vw;
  aspect-ratio: 262/237;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image4 {
    top: 40.2777777778vw;
    left: 22.2222222222vw;
    z-index: 1;
    width: 18.1944444444vw;
  }
}

.c-about__image-connect-image5 {
  top: 160vw;
  left: 53.3333333333vw;
  width: 8.2666666667vw;
  aspect-ratio: 79/55;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image5 {
    top: 42.3611111111vw;
    left: 25vw;
    z-index: 2;
    width: 5.4861111111vw;
  }
}

.c-about__image-connect-image6 {
  top: 168vw;
  left: 53.3333333333vw;
  width: 2.6666666667vw;
  aspect-ratio: 25/23;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image6 {
    top: 45.8333333333vw;
    left: 12.5vw;
    width: 1.7361111111vw;
  }
}

.c-about__image-connect-image7 {
  top: 165.3333333333vw;
  left: 48vw;
  width: 3.2vw;
  aspect-ratio: 24/20;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image7 {
    top: 48.6111111111vw;
    left: 18.75vw;
    width: 1.6666666667vw;
  }
}

.c-about__image-connect-image8 {
  top: 173.3333333333vw;
  left: 26.6666666667vw;
  width: 11.4666666667vw;
  aspect-ratio: 108/75;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image8 {
    top: 50.6944444444vw;
    left: 6.25vw;
    width: 7.5vw;
  }
}

.c-about__image-connect-image9 {
  top: 13.3333333333vw;
  left: 73.3333333333vw;
  width: 29.3333333333vw;
  aspect-ratio: 292/161;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image9 {
    top: 18.75vw;
    left: 81.25vw;
    width: 20.2777777778vw;
  }
}

.c-about__image-connect-image10 {
  top: 152vw;
  left: 69.3333333333vw;
  width: 35.2vw;
  aspect-ratio: 332/257;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image10 {
    top: 35.4166666667vw;
    left: 81.25vw;
    width: 23.0555555556vw;
  }
}

.c-about__image-connect-image11 {
  top: -8vw;
  left: 66.6666666667vw;
  width: 19.2vw;
  aspect-ratio: 181/127;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image11 {
    top: 8.3333333333vw;
    left: 70.8333333333vw;
    width: 12.5694444444vw;
  }
}

.c-about__image-connect-image12 {
  top: 2.6666666667vw;
  left: 53.3333333333vw;
  width: 8.8vw;
  aspect-ratio: 84/60;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image12 {
    top: 16.6666666667vw;
    left: 62.5vw;
    width: 5.8333333333vw;
  }
}

.c-about__image-connect-image13 {
  top: 8vw;
  left: 61.3333333333vw;
  width: 8.8vw;
  aspect-ratio: 84/55;
}

@media print, screen and (width >=768px) {
  .c-about__image-connect-image13 {
    top: 20.8333333333vw;
    left: 68.0555555556vw;
    width: 5.8333333333vw;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-world {
  position: relative;
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}

.c-world .pin-spacer {
  z-index: 30;
  pointer-events: none;
}

.c-world__inner {
  position: relative;
  z-index: 20;
}

.c-world__title {
  width: 100%;
  height: 48vw;
  margin-bottom: 6.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/world_title_text.svg");
  background-repeat: repeat-x;
  background-position: left 0 top 0;
  background-size: 331.666667vw auto;
  animation: world-title-slide-sp 15s linear infinite;
}

@media print, screen and (width >=768px) {
  .c-world__title {
    height: 25vw;
    margin-bottom: 3.4722222222vw;
    background-size: 172.138889vw auto;
    animation: world-title-slide-pc 20s linear infinite;
    will-change: background-position;
  }
}

.c-world__title.-is-paused {
  animation-play-state: paused;
}

@media print, screen and (width >=768px) {
  .c-world__title.-is-paused {
    will-change: none;
  }
}

@keyframes world-title-slide-sp {
  0% {
    background-position: left 470.6666666667vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

@keyframes world-title-slide-pc {
  0% {
    background-position: left 245.1388888889vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

.c-world__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100lvh;
}

@media print, screen and (width <=767px) {
  .c-world__background {
    height: 110lvh !important;
    max-height: 110lvh !important;
  }
}

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

.c-world__background-world {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  opacity: 0;
}

@media print, screen and (width <=767px) {
  .c-world__background-world {
    height: 110lvh;
  }
}

.c-world__background-world img {
  transform: scale(1);
}

.c-world__background-world[data-world="1"] {
  z-index: 1;
  opacity: 1 !important;
}

.c-world__background-world[data-world="1"] img {
  transform: scale(1) !important;
}

.c-world__background-world[data-world="2"] {
  z-index: 2;
}

.c-world__background-world[data-world="3"] {
  z-index: 3;
}

.c-world__background-world[data-world="4"] {
  z-index: 4;
}

.c-world__background-world[data-world="5"] {
  z-index: 5;
}

.c-world__background-world[data-world="6"] {
  z-index: 6;
}

.c-world__background-world[data-world="7"] {
  z-index: 7;
}

.c-world__background-world[data-world="8"] {
  z-index: 8;
}

.c-world__background-world[data-world="9"] {
  z-index: 9;
}

.c-world__background-world[data-world="10"] {
  z-index: 10;
}

.c-world__background-world[data-world="11"] {
  z-index: 11;
}

.c-world__background-world[data-world="12"] {
  z-index: 12;
}

.c-world__section {
  position: relative;
  z-index: 25;
  display: flex;
  min-height: 100lvh;
  color: var(--color-00-white);
  align-items: center;
  padding-block: 40vw;
}

@media print, screen and (width >=768px) {
  .c-world__section {
    padding-block: 17.3611111111vw;
  }
}

.c-world__section:nth-of-type(odd) {
  padding-inline: 8vw 0;
  text-align: left;
}

@media print, screen and (width >=768px) {
  .c-world__section:nth-of-type(odd) {
    padding-inline: 5.5555555556vw 0;
  }
}

.c-world__section:nth-of-type(odd) .c-world__section-number,
.c-world__section:nth-of-type(odd) .c-world__section-title,
.c-world__section:nth-of-type(odd) .c-world__section-title-en,
.c-world__section:nth-of-type(odd) .c-world__section-title-ja {
  margin-right: auto;
}

.c-world__section:nth-of-type(odd) .c-world__section-text {
  margin-right: 12vw;
}

@media print, screen and (width >=768px) {
  .c-world__section:nth-of-type(odd) .c-world__section-text {
    width: 34.7222222222vw;
    margin-right: auto;
  }
}

.c-world__section:nth-of-type(even) {
  padding-inline: 0 8vw;
  text-align: right;
}

@media print, screen and (width >=768px) {
  .c-world__section:nth-of-type(even) {
    padding-inline: 0 5.5555555556vw;
  }
}

.c-world__section:nth-of-type(even) .c-world__section-number,
.c-world__section:nth-of-type(even) .c-world__section-title,
.c-world__section:nth-of-type(even) .c-world__section-title-en,
.c-world__section:nth-of-type(even) .c-world__section-title-ja {
  margin-left: auto;
}

.c-world__section:nth-of-type(even) .c-world__section-text {
  margin-left: 12vw;
}

@media print, screen and (width >=768px) {
  .c-world__section:nth-of-type(even) .c-world__section-text {
    width: 34.7222222222vw;
    margin-left: auto;
  }
}

.c-world__section:nth-of-type(even) .c-world__section-link {
  margin-left: auto;
}

.c-world__section:last-of-type {
  padding-bottom: 80vw;
}

@media print, screen and (width >=768px) {
  .c-world__section:last-of-type {
    padding-bottom: 34.7222222222vw;
  }
}

.c-world__section-content {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 2.6666666667vw;
}

@media print, screen and (width >=768px) {
  .c-world__section-content {
    gap: 0.6944444444vw;
  }
}

.c-world__section-number {
  display: block;
  width: fit-content;
  font-family: var(--font-field-gothic);
  font-size: 10.6666666667vw;
  font-weight: 900;
  line-height: 1;
}

@media print, screen and (width >=768px) {
  .c-world__section-number {
    font-size: 5.5555555556vw;
  }
}

.c-world__section-number-text {
  display: block;
  width: fit-content;
  font-family: var(--font-field-gothic);
}

.c-world__section-title-en {
  display: block;
  width: fit-content;
  font-weight: 400;
  line-height: 0.8;
}

.c-world__section-title-en[data-world="1"] {
  font-family: var(--font-title-world1);
  font-size: 18.6666666667vw;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="1"] {
    font-size: 12.5vw;
  }
}

.c-world__section-title-en[data-world="2"] {
  font-family: var(--font-title-world2);
  font-size: 17.0666666667vw;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="2"] {
    font-size: 11.1111111111vw;
  }
}

.c-world__section-title-en[data-world="3"] {
  font-family: var(--font-title-world3);
  font-size: 20.5333333333vw;
  font-weight: 700;
  line-height: 0.7;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="3"] {
    font-size: 13.4027777778vw;
  }
}

.c-world__section-title-en[data-world="4"] {
  font-family: var(--font-title-world4);
  font-size: 16vw;
  letter-spacing: -0.06em;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="4"] {
    font-size: 10.4166666667vw;
  }
}

.c-world__section-title-en[data-world="5"] {
  font-family: var(--font-title-world5);
  font-size: 20.5333333333vw;
  line-height: 0.65;
  letter-spacing: -0.07em;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="5"] {
    font-size: 13.4027777778vw;
  }
}

.c-world__section-title-en[data-world="6"] {
  font-family: var(--font-title-world6);
  font-size: 13.8666666667vw;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="6"] {
    font-size: 10.4166666667vw;
  }
}

.c-world__section-title-en[data-world="7"] {
  font-family: var(--font-title-world7);
  font-size: 18.1333333333vw;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="7"] {
    font-size: 13.1944444444vw;
  }
}

.c-world__section-title-en[data-world="8"] {
  font-family: var(--font-title-world8);
  font-size: 13.3333333333vw;
  font-weight: 300;
  line-height: 0.9;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="8"] {
    font-size: 8.3333333333vw;
  }
}

.c-world__section-title-en[data-world="9"] {
  font-family: var(--font-title-world9);
  font-size: 13.8666666667vw;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="9"] {
    font-size: 10.4166666667vw;
  }
}

.c-world__section-title-en[data-world="10"] {
  font-family: var(--font-title-world10);
  font-size: 12.8vw;
  line-height: 1;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="10"] {
    font-size: 8.3333333333vw;
  }
}

.c-world__section-title-en[data-world="11"] {
  font-family: var(--font-title-world11);
  font-size: 12.8vw;
  line-height: 1;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="11"] {
    font-size: 8.3333333333vw;
  }
}

.c-world__section-title-en[data-world="12"] {
  font-family: var(--font-title-world12);
  font-size: 12.8vw;
  line-height: 1;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-en[data-world="12"] {
    font-size: 8.3333333333vw;
  }
}

.c-world__section-title-ja {
  display: block;
  width: fit-content;
  margin-top: 4vw;
  font-family: var(--font-noto-sans);
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1;
}

@media print, screen and (width >=768px) {
  .c-world__section-title-ja {
    margin-top: 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
}

.c-world__section-text-ja {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 5.3333333333vw;
  font-family: var(--font-noto-sans);
  font-size: 3.4666666667vw;
  font-weight: 900;
  line-height: 1.6;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media print, screen and (width >=768px) {
  .c-world__section-text-ja {
    margin-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
}

.c-world__section-text-en {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4vw;
  font-family: var(--font-inter);
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media print, screen and (width >=768px) {
  .c-world__section-text-en {
    margin-top: 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
}

.c-world__section-link {
  position: relative;
  display: flex;
  overflow: hidden;
  width: fit-content;
  margin-top: 5.3333333333vw;
  color: var(--color-00-white);
  font-family: var(--font-inter);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 200ms;
  align-items: baseline;
  gap: 0.5333333333vw;
}

@media print, screen and (width >=768px) {
  .c-world__section-link {
    text-underline-offset: 0.2777777778vw;
    margin-top: 1.3888888889vw;
    gap: 0.1388888889vw;
  }
}

@media (hover: hover) {
  .c-world__section-link:hover .c-world__section-link-label span {
    transform: translateY(-100%);
  }

  .c-world__section-link:hover::after {
    animation: text-link-arrow-hover var(--transition-arrow-duration) var(--transition-arrow-ease);
  }
}

.c-world__section-link-label {
  display: block;
  overflow: hidden;
  height: 3.6266666667vw;
  font-size: 4.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-world__section-link-label {
    height: 1.1805555556vw;
    font-size: 1.3888888889vw;
  }
}

.c-world__section-link-label span {
  display: block;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

.c-world__section-link::after {
  display: inline-block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media print, screen and (width >=768px) {
  .c-world__section-link::after {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
}

.c-world__section-link::before {
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid var(--color-00-white);
}

.c-world__navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.c-world__navigation-list {
  position: absolute;
  bottom: 5.3333333333vw;
  left: 0;
  display: flex;
  gap: 2.6666666667vw;
  list-style: "";
  justify-content: center;
  width: 100%;
  pointer-events: auto;
}

@media print, screen and (width >=768px) {
  .c-world__navigation-list {
    bottom: 5.5555555556vw;
    left: 5.5555555556vw;
    gap: 0.6944444444vw;
    justify-content: flex-start;
    width: fit-content;
    max-width: 94.4444444444vw;
  }
}

.c-world__navigation-button {
  opacity: 0.5;
  color: var(--color-00-white);
  font-family: var(--font-field-gothic);
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  pointer-events: auto;
  transition: opacity 200ms;
}

@media (hover: hover) {
  .c-world__navigation-button:hover {
    opacity: 1;
  }
}

@media print, screen and (width >=768px) {
  .c-world__navigation-button {
    font-size: 2.0833333333vw;
  }
}

.c-world__navigation-button.-is-current {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  --font-title-world11: "Nova Flat", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-event {
  position: relative;
  z-index: 30;
  color: var(--color-00-white);
}

.c-event__header {
  position: relative;
  overflow: hidden;
  padding: 26.6666666667vw 0;
}

@media print, screen and (width >=768px) {
  .c-event__header {
    padding: 20.8333333333vw 0;
  }
}

.c-event__title {
  width: 100%;
  height: 32.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/event_title_text.svg");
  background-repeat: repeat-x;
  background-position: left 0 top 0;
  background-size: 198.6666666667vw auto;
  animation: event-title-slide-sp 10s linear infinite;
}

@media print, screen and (width >=768px) {
  .c-event__title {
    height: 17.0138888889vw;
    background-size: 103.4722222222vw auto;
    animation: event-title-slide-pc 20s linear infinite;
    will-change: background-position;
  }
}

.c-event__title.-is-paused {
  animation-play-state: paused;
}

@media print, screen and (width >=768px) {
  .c-event__title.-is-paused {
    will-change: none;
  }
}

.c-event__title-sub1, .c-event__title-sub2, .c-event__title-sub3, .c-event__title-sub4 {
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-event__title-sub1 {
  top: 16vw;
  left: -1.3333333333vw;
  width: 54.1333333333vw;
  background-image: url("/lp/2025Winter/_assets/images/event_details_text1.svg");
  aspect-ratio: 720/237;
}

@media print, screen and (width >=768px) {
  .c-event__title-sub1 {
    top: 10.4166666667vw;
    left: -0.3472222222vw;
    width: 50vw;
  }
}

.c-event__title-sub2 {
  top: 13.3333333333vw;
  left: 56vw;
  aspect-ratio: 650/245;
  width: 48.5333333333vw;
  background-image: url("/lp/2025Winter/_assets/images/event_details_text2.svg");
}

@media print, screen and (width >=768px) {
  .c-event__title-sub2 {
    top: 11.1111111111vw;
    left: 51.3888888889vw;
    width: 45.1388888889vw;
  }
}

.c-event__title-sub3 {
  top: 45.3333333333vw;
  left: 2.6666666667vw;
  aspect-ratio: 654/166;
  width: 50.4vw;
  background-image: url("/lp/2025Winter/_assets/images/event_details_text3.svg");
}

@media print, screen and (width >=768px) {
  .c-event__title-sub3 {
    top: 32.6388888889vw;
    left: 0.6944444444vw;
    width: 45.4166666667vw;
  }
}

.c-event__title-sub4 {
  top: 44vw;
  left: 45.3333333333vw;
  aspect-ratio: 735/239;
  width: 55.2vw;
  background-image: url("/lp/2025Winter/_assets/images/event_details_text4.svg");
}

@media print, screen and (width >=768px) {
  .c-event__title-sub4 {
    top: 31.9444444444vw;
    left: 51.3888888889vw;
    width: 51.0416666667vw;
  }
}

@keyframes event-title-slide-sp {
  0% {
    background-position: left 198.6666666667vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

@keyframes event-title-slide-pc {
  0% {
    background-position: left 103.4722222222vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

.c-event__section {
  overflow: hidden;
  padding: 26.6666666667vw 8vw;
}

@media print, screen and (width >=768px) {
  .c-event__section {
    padding: 9.0277777778vw 5.2083333333vw;
  }
}

.c-event__section.-event-period .c-event__subtitle, .c-event__section.-application-period .c-event__subtitle, .c-event__section.-submission-period .c-event__subtitle {
  position: relative;
}

.c-event__section.-event-period .c-event__subtitle::before, .c-event__section.-application-period .c-event__subtitle::before, .c-event__section.-submission-period .c-event__subtitle::before {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-event__section.-event-period .c-event__subtitle::before {
  top: -16vw;
  left: 21.3333333333vw;
  width: 48vw;
  aspect-ratio: 450/181;
  background-image: url("/lp/2025Winter/_assets/images/event_subtitle_text1.svg");
}

@media print, screen and (width >=768px) {
  .c-event__section.-event-period .c-event__subtitle::before {
    top: -8.3333333333vw;
    left: 8.3333333333vw;
    width: 31.25vw;
  }
}

@media print, screen and (width >=768px) {
  .c-event__section.-event-period .c-event__link {
    margin-left: 54.8611111111vw;
  }
}

.c-event__section.-application-period .c-event__subtitle::before {
  top: -13.3333333333vw;
  left: 16vw;
  width: 73.6vw;
  aspect-ratio: 690/152;
  background-image: url("/lp/2025Winter/_assets/images/event_subtitle_text2.svg");
}

@media print, screen and (width >=768px) {
  .c-event__section.-application-period .c-event__subtitle::before {
    top: -5.5555555556vw;
    left: 19.4444444444vw;
    width: 47.9166666667vw;
  }
}

@media print, screen and (width >=768px) {
  .c-event__section.-application-period {
    width: fit-content;
    margin: 0 0 0 auto;
  }

  .c-event__section.-application-period .c-event__link a {
    margin-left: auto;
  }
}

.c-event__section.-submission-period .c-event__subtitle::before {
  top: -10.6666666667vw;
  left: 13.3333333333vw;
  width: 76.9066666667vw;
  aspect-ratio: 721/104;
  background-image: url("/lp/2025Winter/_assets/images/event_subtitle_text3.svg");
}

@media print, screen and (width >=768px) {
  .c-event__section.-submission-period .c-event__subtitle::before {
    top: -3.4722222222vw;
    left: 13.8888888889vw;
    width: 50.0694444444vw;
  }
}

@media print, screen and (width >=768px) {
  .c-event__section.-submission-period .c-event__link {
    margin-left: 54.8611111111vw;
  }
}

.c-event__subtitle-en {
  display: block;
  font-family: var(--font-field-gothic-xxcondensed);
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media print, screen and (width >=768px) {
  .c-event__subtitle-en {
    font-size: 2.5vw;
  }
}

.c-event__subtitle-ja {
  display: block;
  font-family: var(--font-noto-sans);
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media print, screen and (width >=768px) {
  .c-event__subtitle-ja {
    font-size: 1.1111111111vw;
  }
}

.c-event__date {
  position: relative;
  display: flex;
  font-family: var(--font-field-gothic-xxcondensed);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  align-items: baseline;
  gap: 5.3333333333vw;
}

@media print, screen and (width >=768px) {
  .c-event__date {
    gap: 2.7777777778vw;
  }
}

.c-event__date-time {
  position: relative;
}

.c-event__date-time-date {
  font-size: 12.8vw;
}

@media print, screen and (width >=768px) {
  .c-event__date-time-date {
    font-size: 9.7222222222vw;
  }
}

.c-event__date-time-day {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: fit-content;
  font-size: 6.4vw;
}

@media print, screen and (width >=768px) {
  .c-event__date-time-day {
    font-size: 4.1666666667vw;
  }
}

.c-event__date-separator {
  position: relative;
  width: 1px;
  font-size: 0;
  flex: 0 0 1px;
}

.c-event__date-separator::before {
  position: absolute;
  top: -1.5rem;
  left: -1.4rem;
  display: block;
  overflow: hidden;
  width: 7.4666666667vw;
  height: 1px;
  content: "";
  border-top: 1px solid var(--color-00-white);
}

@media print, screen and (width >=768px) {
  .c-event__date-separator::before {
    top: -2.7777777778vw;
    left: -2.0833333333vw;
    width: 4.1666666667vw;
  }
}

.c-event__text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.3333333333vw;
  margin-top: 5.3333333333vw;
}

@media print, screen and (width >=768px) {
  .c-event__text {
    width: 50vw;
    grid-template-columns: 24.3055555556vw 24.3055555556vw;
    gap: 1.3888888889vw;
    margin-top: 1.3888888889vw;
    margin-left: 12.5vw;
  }
}

.c-event__text-ja {
  color: var(--color-00-white);
  font-family: var(--font-noto-sans);
  font-size: 3.4666666667vw;
  font-weight: 900;
  line-height: 1.6;
  text-align: justify;
}

@media print, screen and (width >=768px) {
  .c-event__text-ja {
    font-size: 0.9722222222vw;
  }
}

.c-event__text-en {
  color: var(--color-00-white);
  font-family: var(--font-inter);
  font-size: 3.7333333333vw;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

@media print, screen and (width >=768px) {
  .c-event__text-en {
    margin-top: 2.7777777778vw;
    font-size: 1.0416666667vw;
  }
}

.c-event__link a {
  position: relative;
  display: flex;
  overflow: hidden;
  width: fit-content;
  margin-top: 5.3333333333vw;
  color: var(--color-00-white);
  font-family: var(--font-inter);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 200ms;
  align-items: baseline;
  gap: 0.5333333333vw;
}

@media print, screen and (width >=768px) {
  .c-event__link a {
    text-underline-offset: 0.2777777778vw;
    margin-top: 1.3888888889vw;
    gap: 0.1388888889vw;
  }
}

@media (hover: hover) {
  .c-event__link a:hover .c-event__link-label span {
    transform: translateY(-100%);
  }

  .c-event__link a:hover::after {
    animation: text-link-arrow-hover var(--transition-text-duration) var(--transition-text-ease);
  }
}

.c-event__link a::after {
  display: inline-block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media print, screen and (width >=768px) {
  .c-event__link a::after {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
}

.c-event__link a::before {
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid var(--color-00-white);
}

.c-event__link-label {
  display: block;
  overflow: hidden;
  height: 3.6266666667vw;
  font-size: 4.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-event__link-label {
    height: 1.1805555556vw;
    font-size: 1.3888888889vw;
  }
}

.c-event__link-label span {
  display: block;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

.c-event__information {
  position: relative;
  padding: 13.3333333333vw 8vw 26.6666666667vw;
}

@media print, screen and (width >=768px) {
  .c-event__information {
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 3.4722222222vw 3.4722222222vw 13.8888888889vw;
  }
}

.c-event__information::after {
  position: absolute;
  top: 10.6666666667vw;
  right: 5.3333333333vw;
  display: block;
  width: 42.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/event_information_text.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  aspect-ratio: 400/96;
}

@media print, screen and (width >=768px) {
  .c-event__information::after {
    top: 2.0833333333vw;
    right: 0.6944444444vw;
    width: 27.7777777778vw;
  }
}

.c-event__information-list {
  display: flex;
  justify-content: flex-start;
  gap: 5.3333333333vw;
  list-style: none;
  margin-top: 5.3333333333vw;
}

@media print, screen and (width >=768px) {
  .c-event__information-list {
    gap: 3.4722222222vw;
    margin-top: 3.4722222222vw;
  }
}

.c-event__information-item a {
  display: flex;
  overflow: hidden;
  color: var(--color-00-white);
  font-family: var(--font-field-gothic-xxcondensed);
  font-size: 11.7333333333vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: opacity 200ms;
  gap: 2.6666666667vw;
  align-items: baseline;
}

@media print, screen and (width >=768px) {
  .c-event__information-item a {
    gap: 0.5555555556vw;
    font-size: 7.6388888889vw;
  }
}

@media (hover: hover) {
  .c-event__information-item a:hover .c-event__information-item-label span {
    transform: translateY(-100%);
  }

  .c-event__information-item a:hover::after {
    animation: text-link-arrow-hover var(--transition-text-duration) var(--transition-text-ease);
  }
}

.c-event__information-item a::after {
  display: block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media print, screen and (width >=768px) {
  .c-event__information-item a::after {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}

.c-event__information-item-label {
  display: block;
  overflow: hidden;
  height: 10.56vw;
  font-size: 11.7333333333vw;
}

@media print, screen and (width >=768px) {
  .c-event__information-item-label {
    height: 6.875vw;
    font-size: 7.6388888889vw;
  }
}

.c-event__information-item-label span {
  display: block;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-real {
  position: relative;
  z-index: 40;
  padding: 26.6666666667vw 0 17.6vw;
  color: var(--color-00-white);
}

@media print, screen and (width >=768px) {
  .c-real {
    padding: 6.9444444444vw 0;
  }
}

.c-real__header {
  position: relative;
  overflow: hidden;
  padding-top: 16vw;
}

@media print, screen and (width >=768px) {
  .c-real__header {
    padding-top: 9.7222222222vw;
  }
}

.c-real__subtitle {
  margin-left: 5.3333333333vw;
  font-family: var(--font-field-gothic-xxcondensed);
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media print, screen and (width >=768px) {
  .c-real__subtitle {
    margin-left: 5.0694444444vw;
    font-size: 2.5vw;
  }
}

.c-real__title {
  width: 100%;
  height: 24vw;
  margin-bottom: 6.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/real_title_text.svg");
  background-repeat: repeat-x;
  background-position: left 0 top 0;
  background-size: 144.8vw auto;
  animation: real-title-slide-sp 10s linear infinite;
}

@media print, screen and (width >=768px) {
  .c-real__title {
    height: 15.2777777778vw;
    margin-bottom: 3.4722222222vw;
    background-size: 108.3333333333vw auto;
    animation: real-title-slide-pc 20s linear infinite;
    will-change: background-position;
  }
}

.c-real__title.-is-paused {
  animation-play-state: paused;
}

@media print, screen and (width >=768px) {
  .c-real__title.-is-paused {
    will-change: none;
  }
}

.c-real__title-sub {
  position: absolute;
  top: 0;
  left: -1.3333333333vw;
  z-index: 0;
  width: 214.8vw;
  background-image: url("/lp/2025Winter/_assets/images/real_title_sub_text1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1611/164;
}

@media print, screen and (width >=768px) {
  .c-real__title-sub {
    top: 0;
    left: -0.3472222222vw;
    width: 111.875vw;
  }
}

@keyframes real-title-slide-sp {
  0% {
    background-position: left 144.8vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

@keyframes real-title-slide-pc {
  0% {
    background-position: left 108.3333333333vw top 0%;
  }

  100% {
    background-position: left 0 top 0%;
  }
}

.c-real__content {
  position: relative;
  display: grid;
  overflow: hidden;
  padding: 0 8vw 18.6666666667vw;
  grid-template-columns: 1fr;
  gap: 5.3333333333vw;
  grid-template-areas: "date" "text";
}

@media print, screen and (width >=768px) {
  .c-real__content {
    padding: 0 4.1666666667vw 7.6388888889vw;
    grid-template-columns: 1fr auto;
    grid-template-areas: "text date";
    gap: 1.3888888889vw;
    align-items: center;
  }
}

.c-real__content-sub {
  position: absolute;
  bottom: 0;
  left: -5.3333333333vw;
  z-index: 0;
  width: 216.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/real_title_sub_text2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1625/130;
  pointer-events: none;
}

@media print, screen and (width >=768px) {
  .c-real__content-sub {
    bottom: 0;
    left: -6.9444444444vw;
    width: 112.8472222222vw;
  }
}

.c-real__date {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-field-gothic-xxcondensed);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  grid-area: date;
  align-items: baseline;
  gap: 5.3333333333vw;
}

@media print, screen and (width >=768px) {
  .c-real__date {
    gap: 2.7777777778vw;
  }
}

.c-real__date-time {
  position: relative;
}

.c-real__date-time-date {
  font-size: 12.8vw;
}

@media print, screen and (width >=768px) {
  .c-real__date-time-date {
    font-size: 4.8611111111vw;
  }
}

.c-real__date-time-day {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: fit-content;
  font-size: 6.4vw;
}

@media print, screen and (width >=768px) {
  .c-real__date-time-day {
    font-size: 2.0833333333vw;
  }
}

.c-real__date-separator {
  position: relative;
  width: 1px;
  font-size: 0;
  flex: 0 0 1px;
}

.c-real__date-separator::before {
  position: absolute;
  top: -1.5rem;
  left: -1.4rem;
  display: block;
  overflow: hidden;
  width: 7.4666666667vw;
  height: 1px;
  content: "";
  border-top: 1px solid var(--color-00-white);
}

@media print, screen and (width >=768px) {
  .c-real__date-separator::before {
    top: -1.3888888889vw;
    left: -2.0833333333vw;
    width: 4.1666666667vw;
  }
}

.c-real__text {
  grid-area: text;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  grid-template-rows: auto auto auto;
}

@media print, screen and (width >=768px) {
  .c-real__text {
    width: 50vw;
    grid-template-columns: 24.3055555556vw 24.3055555556vw;
    gap: 1.3888888889vw;
    margin-top: 1.3888888889vw;
  }
}

.c-real__text-ja {
  color: var(--color-00-white);
  font-family: var(--font-noto-sans);
  font-size: 3.4666666667vw;
  font-weight: 900;
  line-height: 1.6;
  text-align: justify;
}

@media print, screen and (width >=768px) {
  .c-real__text-ja {
    font-size: 0.9722222222vw;
  }
}

.c-real__text-en {
  color: var(--color-00-white);
  font-family: var(--font-inter);
  font-size: 3.7333333333vw;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

@media print, screen and (width >=768px) {
  .c-real__text-en {
    font-size: 1.0416666667vw;
  }
}

.c-real__link a {
  position: relative;
  display: flex;
  width: fit-content;
  margin-left: auto;
  color: var(--color-00-white);
  font-family: var(--font-inter);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 200ms;
  align-items: baseline;
  gap: 0.5333333333vw;
}

@media print, screen and (width >=768px) {
  .c-real__link a {
    text-underline-offset: 0.2777777778vw;
    gap: 0.1388888889vw;
    margin-right: auto;
    margin-left: 0;
  }
}

@media (hover: hover) {
  .c-real__link a:hover .c-real__link-label span {
    transform: translateY(-100%);
  }

  .c-real__link a:hover::after {
    animation: text-link-arrow-hover var(--transition-arrow-duration) var(--transition-arrow-ease);
  }
}

.c-real__link a::after {
  display: inline-block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media print, screen and (width >=768px) {
  .c-real__link a::after {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
}

.c-real__link a::before {
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid var(--color-00-white);
}

.c-real__link-label {
  display: block;
  overflow: hidden;
  height: 3.6266666667vw;
  font-size: 4.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-real__link-label {
    height: 1.1805555556vw;
    font-size: 1.3888888889vw;
  }
}

.c-real__link-label span {
  display: block;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

.c-real__share {
  position: relative;
  width: fit-content;
  margin: 53.3333333333vw auto 0;
}

@media print, screen and (width >=768px) {
  .c-real__share {
    margin: 13.8888888889vw auto 0;
  }
}

.c-real__share-title {
  font-family: var(--font-field-gothic-xxcondensed);
  font-size: 37.8666666667vw;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

@media print, screen and (width >=768px) {
  .c-real__share-title {
    font-size: 35.0694444444vw;
  }
}

.c-real__share-date {
  position: relative;
  display: flex;
  width: fit-content;
  margin: -5.3333333333vw auto 0 0;
  font-family: var(--font-field-gothic-xxcondensed);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  grid-area: date;
  align-items: baseline;
  gap: 5.3333333333vw;
}

@media print, screen and (width >=768px) {
  .c-real__share-date {
    gap: 2.7777777778vw;
    margin-top: -4.1666666667vw;
  }
}

.c-real__share-date-time {
  position: relative;
}

.c-real__share-date-time-date {
  font-size: 12.8vw;
}

@media print, screen and (width >=768px) {
  .c-real__share-date-time-date {
    font-size: 12.0833333333vw;
  }
}

.c-real__share-date-time-day {
  position: absolute;
  bottom: 1.3333333333vw;
  left: 100%;
  display: block;
  width: fit-content;
  font-size: 4.2666666667vw;
}

@media print, screen and (width >=768px) {
  .c-real__share-date-time-day {
    font-size: 5.2777777778vw;
  }
}

.c-real__share-date-separator {
  position: relative;
  width: 1px;
  font-size: 0;
  flex: 0 0 1px;
}

.c-real__share-date-separator::before {
  position: absolute;
  top: -2rem;
  left: -1.4rem;
  display: block;
  overflow: hidden;
  width: 7.4666666667vw;
  height: 1px;
  content: "";
  border-top: 1px solid var(--color-00-white);
}

@media print, screen and (width >=768px) {
  .c-real__share-date-separator::before {
    top: -5vw;
    left: -2.0833333333vw;
    width: 4.1666666667vw;
  }
}

.c-real__share-winter {
  position: absolute;
  top: 32vw;
  right: -2.6666666667vw;
  width: 39.7333333333vw;
  background-image: url("/lp/2025Winter/_assets/images/real_share_winter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 630/173;
}

@media print, screen and (width >=768px) {
  .c-real__share-winter {
    top: 29.8611111111vw;
    right: -0.6944444444vw;
    width: 43.0555555556vw;
  }
}

.c-real__share-button {
  display: block;
}

.c-real__share-button a {
  display: block;
}

.c-real__share-link {
  display: block;
  width: 86.6666666667vw;
  margin-top: 2.6666666667vw;
  background-image: url("/lp/2025Winter/_assets/images/real_share_button_text.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1137/78;
  transition: opacity 200ms;
}

@media print, screen and (width >=768px) {
  .c-real__share-link {
    width: 78.9583333333vw;
    margin-top: 1.3888888889vw;
  }
}

@media (hover: hover) {
  .c-real__share-link:hover {
    opacity: 0.6;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

@media print, screen and (width <=767px) {
  .c-loading {
    height: 110lvh;
  }
}

.c-loading.-is-hidden {
  display: none !important;
}

.c-loading.-is-loaded {
  display: flex;
  pointer-events: none;
}

@media print, screen and (width <=767px) {
  body.is-alternative .c-loading.-is-loaded .c-loading__background {
    transform: scale(100);
  }
}

@media print, screen and (width >=768px) {
  body.is-alternative .c-loading.-is-loaded .c-loading__background {
    transform: scale(300);
  }
}

@media print, screen and (width <=767px) {
  body:not(.is-alternative) .c-loading.-is-loaded .c-loading__background {
    background-size: 10000%;
  }
}

@media print, screen and (width >=768px) {
  body:not(.is-alternative) .c-loading.-is-loaded .c-loading__background {
    background-size: 20000%;
  }
}

.c-loading.-is-loaded .c-loading__background::before {
  opacity: 0;
}

.c-loading.-is-loaded .c-loading__progress {
  opacity: 0;
}

.c-loading__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  display: none;
  color: var(--color-00-white);
  font-family: var(--font-field-gothic);
  transition: opacity 200ms ease;
  transform: translate(-50%, -50%);
}

html.wf-field-gothic-xxcondensed-n9-active .c-loading__progress {
  display: block;
}

.c-loading__progress-number {
  font-size: 21.3333333333vw;
}

@media print, screen and (width >=768px) {
  .c-loading__progress-number {
    font-size: 8.3333333333vw;
  }
}

.c-loading__progress-unit {
  font-size: 16vw;
}

@media print, screen and (width >=768px) {
  .c-loading__progress-unit {
    font-size: 5.5555555556vw;
  }
}

.c-loading__background {
  position: fixed;
  top: -20vh;
  left: -25vw;
  z-index: 1;
  width: 150vw;
  height: 150vh;
  background-image: url("/lp/2025Winter/_assets/images/loading_backgroung_sp.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media print, screen and (width <=767px) {
  .c-loading__background {
    background-size: 100%;
  }
}

@media print, screen and (width >=768px) {
  .c-loading__background {
    background-image: url("/lp/2025Winter/_assets/images/loading_backgroung.svg");
    background-size: 500%;
  }
}

body.is-alternative .c-loading__background {
  transform: scale(1);
}

@media print, screen and (width <=767px) {
  body.is-alternative .c-loading__background {
    transition: transform 400ms cubic-bezier(0.47, 0.2, 0.76, 0.49) 50ms;
  }
}

@media print, screen and (width >=768px) {
  body.is-alternative .c-loading__background {
    transition: transform 600ms cubic-bezier(0.47, 0.2, 0.76, 0.49) 50ms;
  }
}

@media print, screen and (width <=767px) {
  body:not(.is-alternative) .c-loading__background {
    transition: background-size 400ms cubic-bezier(0.84, 0.07, 0.94, 0.51) 50ms;
  }
}

@media print, screen and (width >=768px) {
  body:not(.is-alternative) .c-loading__background {
    transition: background-size 600ms cubic-bezier(0.84, 0.07, 0.94, 0.51) 50ms;
  }
}

.c-loading__background::before {
  position: fixed;
  top: -25vh;
  left: -25vw;
  z-index: 2;
  width: 150vw;
  height: 150vh;
  background: var(--gradation-01);
  content: "";
  transition: opacity 200ms ease;
}

#root {
  position: relative;
  z-index: 100;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-user-images {
  position: fixed;
  top: -50vh;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150vh;
  background: none;
  opacity: 0.5;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.c-user-images.-is-paused {
  visibility: hidden;
}

@media print, screen and (width >=768px) {
  .c-user-images.-is-paused .c-user-images__item {
    will-change: none;
  }

  .c-user-images.-is-paused .c-user-images__item img {
    will-change: none;
  }
}

.c-user-images__item {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 32vw;
  height: 32vw;
  transform-origin: center;
  transform: translate(-50%, -50%);
}

@media print, screen and (width >=768px) {
  .c-user-images__item {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    will-change: transform, left;
  }
}

.c-user-images__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, screen and (width >=768px) {
  .c-user-images__item img {
    will-change: transform;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-movie-tile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100lvh;
  mix-blend-mode: multiply;
}

.c-movie-tile.-is-show {
  display: block;
}

.c-movie-tile > video {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.c-movie-tile__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 150%;
  max-width: 3000px;
  height: 150lvh;
  transform: translate(-50%, -50%);
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  gap: 8vw;
}

@media print, screen and (width >=768px) {
  .c-movie-tile__canvas {
    gap: 3.4722222222vw;
    height: auto;
  }
}

@media print, screen and (width <=767px) {
  .c-movie-tile__canvas {
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    transform: none;
  }
}

@media (width >= 2000px) {
  .c-movie-tile__canvas {
    width: 3000px;
  }
}

.c-movie-tile__canvas-wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 8vw;
  justify-content: center;
}

@media print, screen and (width >=768px) {
  .c-movie-tile__canvas-wrapper {
    gap: 3.4722222222vw;
  }
}

@media print, screen and (width <=767px) {
  .c-movie-tile__canvas-wrapper {
    height: 33.3333333333lvh;
  }
}

.c-movie-tile__canvas-wrapper:nth-child(1), .c-movie-tile__canvas-wrapper:nth-child(3) {
  grid-template-columns: repeat(2, 1fr);
}

.c-movie-tile__canvas-wrapper:nth-child(1) canvas:nth-child(1), .c-movie-tile__canvas-wrapper:nth-child(3) canvas:nth-child(1) {
  margin-left: auto;
}

.c-movie-tile__canvas-wrapper:nth-child(1) canvas:nth-child(2), .c-movie-tile__canvas-wrapper:nth-child(3) canvas:nth-child(2) {
  margin-right: auto;
}

.c-movie-tile__canvas-wrapper:nth-child(2) {
  grid-template-columns: repeat(3, 1fr);
}

.c-movie-tile__canvas canvas {
  aspect-ratio: 16/9;
}

@media print, screen and (width <=767px) {
  .c-movie-tile__canvas canvas {
    width: auto;
    height: 33.3333333333lvh;
  }
}

@media print, screen and (width >=768px) {
  .c-movie-tile__canvas canvas {
    width: 100%;
    height: 100%;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --color-primary: #005bac;
  --color-secondary: #fcc800;
  --color-00-black: #1a1c21;
  --color-00-white: #fff;
  --color-60-gray: #6b7075;
  --color-70-gray: #979ca1;
  --color-80-gray: #dbdee3;
  --color-90-gray: #f2f3f5;
  --color-95-gray: #f7f7f7;
  --gradation-01: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #f47f2d 8.37%,
    #e36be7 37.76%,
    #2da1c2 65.63%
  );
  --gradation-02: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --gradation-03: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #67b15d 8.37%,
    #5f90c9 37.76%,
    #b32dc2 65.63%
  );
  --gradation-04: linear-gradient(
    98deg,
    #f3f2ee -12.63%,
    #6bea2b 8.37%,
    #bbc95f 37.76%,
    #e57d3c 65.63%
  );
  --font-field-gothic: "field-gothic-xcondensed", sans-serif;
  --font-field-gothic-xxcondensed: "field-gothic-xxcondensed", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-title-world1: "Jersey 25", sans-serif;
  --font-title-world2: "Hanalei Fill", sans-serif;
  --font-title-world3: "hackney", sans-serif;
  --font-title-world4: "Iceberg", sans-serif;
  --font-title-world5: "hellofont-id-tongzhiti", sans-serif;
  --font-title-world6: "Montaga", sans-serif;
  --font-title-world7: "kablammo-variable", sans-serif;
  --font-title-world8: "itc-avant-garde-gothic-pro", sans-serif;
  --font-title-world9: "industria-serif-variable", sans-serif;
  --font-title-world10: "quiche-sans", sans-serif;

  /* WORLD11用フォント（仮） */
  --font-title-world11: "Jersey 25", sans-serif;

  /* WORLD12用フォント（仮） */
  --font-title-world12: "Jersey 25", sans-serif;
  --transition-text-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-arrow-ease: cubic-bezier(0.19, 0.63, 0.36, 0.97);
  --transition-text-duration: 1000ms;
  --transition-arrow-duration: 400ms;
}

@keyframes text-link-arrow-hover {
  0% {
    transform: translate(0%, 0%);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.c-burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100lvh;
  background-color: transparent;
  border: none;
  color: var(--color-00-white);
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  transition: clip-path 400ms cubic-bezier(0.75, 0.26, 0.3, 1);
}

.c-burger-menu[open] {
  visibility: visible;
  pointer-events: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.c-burger-menu__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background: var(--gradation-01);
}

.c-burger-menu__body {
  position: relative;
  display: flex;
  overflow: auto;
  height: 100%;
  margin: 0;
  padding-top: 26.6666666667vw;
  padding-bottom: 17.0666666667vw;
}

@media print, screen and (width >=768px) {
  .c-burger-menu__body {
    overflow: hidden;
    padding: 0;
    align-items: flex-end;
  }
}

.c-burger-menu__inner {
  width: 100%;
  padding: 0 16px;
}

@media print, screen and (width >=768px) {
  .c-burger-menu__inner {
    display: flex;
    overflow: auto;
    height: 100%;
    padding: 10.4166666667vw 27.7777777778vw 6.9444444444vw 5.5555555556vw;
  }
}

@media print, screen and (width >=768px) {
  .c-burger-menu__navigation {
    align-self: flex-end;
    margin-top: auto;
  }
}

.c-burger-menu__navigation > ul {
  list-style-type: "";
  display: flex;
  flex-wrap: wrap;
  gap: 5.3333333333vw;
}

@media print, screen and (width >=768px) {
  .c-burger-menu__navigation > ul {
    gap: 1.3888888889vw 2.7777777778vw;
  }
}

.c-burger-menu__navigation > ul > li {
  flex: 0 0 auto;
}

.c-burger-menu__link {
  display: grid;
  grid-template-rows: 1fr;
  gap: 2.6666666667vw;
  margin: 0;
  padding: 0;
  color: var(--color-00-white);
}

@media print, screen and (width >=768px) {
  .c-burger-menu__link {
    gap: 0.6944444444vw;
  }
}

@media (hover: hover) {
  .c-burger-menu__link:hover .c-burger-menu__link-en span {
    transform: translateY(-100%);
  }
}

.c-burger-menu__link-en {
  display: block;
  overflow: hidden;
  height: 18.9866666667vw;
  font-family: var(--font-field-gothic-xxcondensed);
  font-size: 23.7333333333vw;
  font-weight: 900;
  line-height: 0.8;
}

@media print, screen and (width >=768px) {
  .c-burger-menu__link-en {
    height: 10.3333333333vw;
    font-size: 12.9166666667vw;
  }
}

.c-burger-menu__link-en-text1, .c-burger-menu__link-en-text2 {
  display: block;
  transition: transform var(--transition-text-duration) var(--transition-text-ease);
}

.c-burger-menu__link-ja {
  display: block;
  overflow: hidden;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 1;
}

@media print, screen and (width >=768px) {
  .c-burger-menu__link-ja {
    font-size: 0.9722222222vw;
  }
}
