@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --bg-dark: #080812;
  --text-light: #fff6f6;
  --text-cream: #eeece7;
  --text-warm: #fffafa;
  --red-set: #b41919;
  --blue-set: #2d3da4;
  --footer-bg: #090909;
  --gray-bg: #443c3a;
  --gradient-marquee: linear-gradient(90deg, #af152b 0%, #003de3 100%);
  --gradient-btn: linear-gradient(146deg, #c40000 0%, #1a45c3 93%);
  --gradient-btn-accent: linear-gradient(146deg, #0a4ac3 0%, #18677a 93%);
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-light);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

main {
  position: relative;
  z-index: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

figure {
  margin: 0;
}

strong {
  font-weight: 700;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-site {
  position: relative;
  overflow-x: hidden;
  background-color: var(--bg-dark);
}

.l-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  background-color: var(--bg-dark);
}

.l-inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: none;
    padding-inline: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: none;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  max-width: 1920px;
  margin-inline: auto;
  pointer-events: none;
}
body.is-menu-open .l-header {
  z-index: 250;
}

.l-header__menu {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 32px 24px 48px;
  background: var(--gradient-btn);
  clip-path: polygon(0 0, 100% 0%, 100% 73%, 0% 100%);
  pointer-events: auto;
}
.l-header__menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--gradient-btn-accent);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    gap: 1.0666666667vw;
    padding: 6.4vw 4.2666666667vw 8.5333333333vw;
  }
}
.l-header__menu.is-active::before {
  opacity: 1;
}
@media (hover: hover) {
  .l-header__menu:hover::before {
    opacity: 1;
  }
}
.l-header__menu > * {
  position: relative;
  z-index: 1;
}

.l-header__menu-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 28px;
}
@media screen and (max-width: 768px) {
  .l-header__menu-lines {
    gap: 1.3333333333vw;
    width: 5.8666666667vw;
  }
}
.l-header__menu-lines span {
  display: block;
  height: 3px;
  background-color: var(--text-cream);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 768px) {
  .l-header__menu-lines span {
    height: 0.5333333333vw;
  }
}

.l-header__menu.is-active .l-header__menu-lines span:nth-child(1) {
  transform: translateY(4.5px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-header__menu.is-active .l-header__menu-lines span:nth-child(1) {
    transform: translateY(0.9333333333vw) rotate(45deg);
  }
}
.l-header__menu.is-active .l-header__menu-lines span:nth-child(2) {
  transform: translateY(-4.5px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header__menu.is-active .l-header__menu-lines span:nth-child(2) {
    transform: translateY(-0.9333333333vw) rotate(-45deg);
  }
}

.l-header__menu-text {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-cream);
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .l-header__menu-text {
    font-size: 3.7333333333vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .l-header__menu-lines span {
    transition: none;
  }
  .l-header__menu::before {
    transition: none;
  }
}
.p-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  width: min(440px, 92vw);
  height: 100vh;
  height: 100dvh;
  padding: 112px 40px 48px;
  background-color: var(--bg-dark);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 768px) {
  .p-nav {
    width: 85.3333333333vw;
    padding: 25.6vw 6.4vw 10.6666666667vw;
  }
}
.p-nav.is-open {
  transform: translateX(0);
}
.p-nav.is-open .p-nav__item {
  opacity: 1;
  transform: translateX(0);
}

.p-nav__label {
  margin: 0 0 32px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 246, 246, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-nav__label {
    margin-bottom: 6.4vw;
    font-size: 3.2vw;
  }
}

.p-nav__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-nav__item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-nav__item:nth-child(2) {
  transition-delay: 0.15s;
}
.p-nav__item:nth-child(3) {
  transition-delay: 0.2s;
}
.p-nav__item:nth-child(4) {
  transition-delay: 0.25s;
}
.p-nav__item:nth-child(5) {
  transition-delay: 0.3s;
}
.p-nav__item:nth-child(6) {
  transition-delay: 0.35s;
}
.p-nav__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.p-nav__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-nav__link {
    gap: 3.2vw;
    padding: 4.2666666667vw 0;
  }
}
.p-nav__link:hover {
  opacity: 0.75;
}
.p-nav__link:hover .p-nav__index {
  color: var(--text-cream);
}

.p-nav__index {
  flex-shrink: 0;
  width: 28px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 246, 246, 0.35);
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-nav__index {
    width: 6.4vw;
    font-size: 3.2vw;
  }
}

.p-nav__text {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-nav__text {
    font-size: 4.8vw;
    letter-spacing: -0.03em;
  }
}

.p-nav__overlay {
  position: fixed;
  inset: 0;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.p-nav__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .p-nav__overlay {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-nav,
  .p-nav__item {
    transition: none;
  }
  .p-nav.is-open .p-nav__item {
    opacity: 1;
    transform: none;
  }
}
.l-footer {
  position: relative;
  z-index: 1;
  padding: 56px 0 8px;
  background-color: var(--bg-dark);
}
@media screen and (max-width: 768px) {
  .l-footer {
    display: flex;
    flex-direction: column;
    padding: 21.3333333333vw 8vw 2.1333333333vw;
  }
}

.l-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    gap: 0.5333333333vw 4.2666666667vw;
  }
}
.l-footer__links li {
  display: flex;
  align-items: center;
}
.l-footer__links li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin-inline: 16px;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer__links li:not(:last-child)::after {
    height: 3.2vw;
    margin-inline: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links li:nth-child(even)::after {
    display: none;
  }
}
.l-footer__links a {
  font-size: 14px;
  color: var(--white);
  line-height: 1.6;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-footer__links a {
    font-size: 3.2vw;
    white-space: normal;
  }
}
.l-footer__links a:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  margin-top: 80px;
  font-size: 11px;
  color: var(--white);
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 12.8vw;
    font-size: 2.6666666667vw;
  }
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-section-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    gap: min(8px, 2.1333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-section-heading--event {
    justify-content: flex-start;
  }
  .c-section-heading--event .c-section-heading__deco--left {
    display: none;
  }
  .c-section-heading--event .c-section-heading__text {
    white-space: normal;
  }
}

.c-section-heading__text {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: -0.015em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-section-heading__text {
    font-size: 8.5333333333vw;
    letter-spacing: -0.03em;
  }
}

.c-section-heading__deco {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  overflow: visible;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-section-heading__deco {
    gap: min(4px, 1.0666666667vw);
  }
}
.c-section-heading__deco--left {
  justify-content: flex-end;
}
.c-section-heading__deco--right {
  justify-content: flex-start;
}

.c-section-heading__pill {
  display: block;
  width: 24px;
  height: 11px;
  background-color: var(--white);
  border-radius: 100px 0 0 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-section-heading__pill {
    width: min(13px, 3.4666666667vw);
    height: min(6px, 1.6vw);
    border-radius: min(100px, 26.6666666667vw) 0 0 min(100px, 26.6666666667vw);
  }
}
.c-section-heading__deco--right .c-section-heading__pill {
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 768px) {
  .c-section-heading__deco--right .c-section-heading__pill {
    border-radius: 0 min(100px, 26.6666666667vw) min(100px, 26.6666666667vw) 0;
  }
}

.c-section-heading__cross {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.c-section-heading__cross::before, .c-section-heading__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--white);
  transform: translate(-50%, -50%);
}
.c-section-heading__cross::before {
  width: 12px;
  height: 2px;
}
.c-section-heading__cross::after {
  width: 2px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .c-section-heading__cross {
    width: min(8px, 2.1333333333vw);
    height: min(8px, 2.1333333333vw);
  }
  .c-section-heading__cross::before {
    width: min(8px, 2.1333333333vw);
    height: min(1px, 0.2666666667vw);
  }
  .c-section-heading__cross::after {
    width: min(1px, 0.2666666667vw);
    height: min(8px, 2.1333333333vw);
  }
}
.c-section-heading__cross--sm {
  width: 8px;
  height: 8px;
}
.c-section-heading__cross--sm::before {
  width: 8px;
  height: 1px;
}
.c-section-heading__cross--sm::after {
  width: 1px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .c-section-heading__cross--sm {
    width: min(8px, 2.1333333333vw);
    height: min(8px, 2.1333333333vw);
  }
}
.c-section-heading__cross--dark::before, .c-section-heading__cross--dark::after {
  background-color: var(--black);
}

.c-section-heading__line {
  position: relative;
  display: block;
  height: 1px;
  background-color: var(--white);
  flex: 1;
  min-width: 20px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .c-section-heading__line {
    height: min(1px, 0.2666666667vw);
    min-width: min(12px, 3.2vw);
  }
}
.c-section-heading__line--sm {
  height: 1px;
  flex: 0 1 80px;
}
@media screen and (max-width: 768px) {
  .c-section-heading__line--sm {
    flex-basis: min(80px, 21.3333333333vw);
  }
}
.c-section-heading__line--dark {
  background-color: var(--black);
}

/* ==========================================
SECTION HEADING ANIMATION
========================================== */
.c-section-heading .c-section-heading__deco {
  position: relative;
}
.c-section-heading .c-section-heading__text-wrap,
.c-section-heading .c-section-heading__text-inn {
  display: block;
}
.c-section-heading .c-section-heading__text-wrap {
  overflow: hidden;
  opacity: 0;
}
.c-section-heading .c-section-heading__text-inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
}
.c-section-heading .c-section-heading__line {
  transform: scaleX(0);
}
.c-section-heading .c-section-heading__deco--right .c-section-heading__line {
  transform-origin: left center;
}
.c-section-heading .c-section-heading__deco--left .c-section-heading__line {
  transform-origin: right center;
}
.c-section-heading .c-section-heading__deco--left .c-section-heading__cross {
  transform: translateX(24px);
}
.c-section-heading .c-section-heading__deco--left .c-section-heading__bullet {
  left: auto;
  right: 0;
  border-radius: 999px 0 0 999px;
  transform: translate(140%, -50%);
}
.c-section-heading .c-section-heading__deco--left .c-section-heading__pill {
  transform-origin: left center;
}
.c-section-heading .c-section-heading__deco--right .c-section-heading__cross {
  transform: translateX(-24px);
}
.c-section-heading .c-section-heading__bullet {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 22px;
  height: 8px;
  background: var(--white);
  border-radius: 0 999px 999px 0;
  opacity: 0;
  transform: translate(-140%, -50%);
}
@media screen and (max-width: 768px) {
  .c-section-heading .c-section-heading__bullet {
    width: min(14px, 3.7333333333vw);
    height: min(5px, 1.3333333333vw);
  }
}
.c-section-heading .c-section-heading__cross {
  opacity: 0;
}
.c-section-heading .c-section-heading__pill {
  opacity: 0;
  transform: scale(0.5);
}

/* --------------------------
ACTIVE
-------------------------- */
.c-section-heading.is-active .c-section-heading__text-wrap {
  opacity: 1;
}
.c-section-heading.is-active .c-section-heading__text-inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-section-heading.is-active .c-section-heading__line {
  transform: scaleX(1);
  transition: transform 0.35s 0.2s ease;
}
.c-section-heading.is-active .c-section-heading__deco--right .c-section-heading__cross--01 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.25s 0.45s ease, transform 0.25s 0.45s ease;
}
.c-section-heading.is-active .c-section-heading__deco--right .c-section-heading__cross--02 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.25s 0.6s ease, transform 0.25s 0.6s ease;
}
.c-section-heading.is-active .c-section-heading__deco--right .c-section-heading__pill {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s 0.75s ease, transform 0.25s 0.75s ease;
}
.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__bullet {
  animation: headingBulletLeft 0.75s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__cross--01 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.25s 0.45s ease, transform 0.25s 0.45s ease;
}
.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__cross--02 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.25s 0.6s ease, transform 0.25s 0.6s ease;
}
.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__pill {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s 0.75s ease, transform 0.25s 0.75s ease;
}

@media (prefers-reduced-motion: reduce) {
  .c-section-heading .c-section-heading__text-wrap {
    opacity: 1;
  }
  .c-section-heading .c-section-heading__text-inn {
    opacity: 1;
    transform: none;
  }
  .c-section-heading.is-active .c-section-heading__text-inn {
    transition: none;
  }
}
/* --------------------------
KEYFRAMES
-------------------------- */
@keyframes headingBullet {
  0% {
    opacity: 1;
    left: 0;
    transform: translate(-140%, -50%);
  }
  100% {
    opacity: 1;
    left: calc(100% - 24px);
    transform: translate(0, -50%);
  }
}
@keyframes headingBulletLeft {
  0% {
    opacity: 1;
    right: 0;
    transform: translate(140%, -50%);
  }
  100% {
    opacity: 1;
    right: calc(100% - 24px);
    transform: translate(0, -50%);
  }
}
.c-section-heading__deco--left {
  /* 重要：右側と“逆構造”にする */
  justify-content: flex-end;
}
.c-section-heading__deco--left .c-section-heading__line {
  transform-origin: right center;
  transform: scaleX(0);
}
.c-section-heading__deco--left .c-section-heading__cross {
  opacity: 0;
  transform: translateX(24px);
}
.c-section-heading__deco--left .c-section-heading__bullet {
  left: auto;
  right: 0;
  transform: translate(140%, -50%);
}
.c-section-heading__deco--left .c-section-heading__pill {
  transform-origin: right center;
  transform: scale(0.5);
}

.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__line {
  transform: scaleX(1);
  transition: transform 0.35s 0.2s ease;
}
.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__cross--01 {
  opacity: 1;
  transform: translateX(0);
  transition: 0.25s 0.45s ease;
}
.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__cross--02 {
  opacity: 1;
  transform: translateX(0);
  transition: 0.25s 0.6s ease;
}
.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__pill {
  opacity: 1;
  transform: scale(1);
  transition: 0.25s 0.75s ease;
}
.c-section-heading.is-active .c-section-heading__deco--left .c-section-heading__bullet {
  animation: headingBulletLeft 0.75s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.c-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 72px;
  width: 304px;
  height: 66px;
  border-radius: 0 100px 100px 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  color: var(--text-warm);
  letter-spacing: 0.0625em;
  text-align: center;
  margin-inline: auto;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background-image: var(--gradient-btn);
  pointer-events: none;
}
.c-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-image: var(--gradient-btn-accent);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 3.2vw 10.6666666667vw;
    border-radius: 0 26.6666666667vw 26.6666666667vw 0;
    font-size: 3.7333333333vw;
    line-height: 1.4;
    width: 69.3333333333vw;
    height: 14.4vw;
  }
}
.c-btn:hover {
  transform: translateX(8px);
}
.c-btn:hover::before {
  opacity: 1;
}
.c-btn--event {
  width: 343px;
  height: 66px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-btn--event {
    width: 74.6666666667vw;
    height: 14.4vw;
  }
}

.c-btn__arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  display: block;
  width: 24px;
  line-height: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-btn__arrow {
    right: min(14px, 3.7333333333vw);
    width: min(20px, 5.3333333333vw);
  }
}

.c-btn__arrow-icon {
  display: block;
  width: 100%;
  height: auto;
}

/* Project (prefix: p-)
  ------------------------------------------------*/
.p-top-anchor {
  display: block;
  height: 0;
}

.p-hero {
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: -1;
}
.p-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  width: 200%;
  height: 407px;
  background: var(--bg-dark);
  transform: translateX(-50%) rotate(-18deg);
  transform-origin: center;
  z-index: 10;
}

.p-hero__side {
  position: fixed;
  top: 0;
  width: 32px;
  height: 100vh;
  background: var(--bg-dark);
  z-index: 15;
  pointer-events: none;
}
.p-hero__side--left {
  left: 0;
}
.p-hero__side--right {
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-hero__side {
    width: 4.2666666667vw;
  }
}

.p-hero__bg {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.p-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.p-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-hero__deco {
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
}

.p-hero__circle {
  position: absolute;
  mix-blend-mode: difference;
}
.p-hero__circle img {
  display: block;
  width: auto;
  height: auto;
  animation: hero-circle-float 5s ease-in-out infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .p-hero__circle img {
    animation: none;
  }
}
.p-hero__circle--1 {
  top: auto;
  bottom: 14%;
  right: 7%;
  left: auto;
}
.p-hero__circle--1 img {
  width: min(152px, 7.9166666667vw);
  animation-duration: 5s;
  animation-delay: 0s;
}
.p-hero__circle--2 {
  top: 8%;
  right: 0;
}
.p-hero__circle--2 img {
  width: min(259px, 13.4895833333vw);
  animation-name: hero-circle-float-reverse;
  animation-duration: 5.5s;
  animation-delay: 1s;
}
.p-hero__circle--5 {
  bottom: 16%;
  left: 10%;
}
.p-hero__circle--5 img {
  width: min(93px, 4.84375vw);
  animation-duration: 4.8s;
  animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-hero__circle--1 {
    top: auto;
    bottom: 14%;
    right: 7%;
    left: auto;
  }
  .p-hero__circle--1 img {
    width: min(64px, 17.0666666667vw);
  }
  .p-hero__circle--2 {
    top: 8%;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .p-hero__circle--2 img {
    width: min(100px, 26.6666666667vw);
  }
  .p-hero__circle--5 {
    top: auto;
    bottom: 16%;
    left: 10%;
    right: auto;
  }
  .p-hero__circle--5 img {
    width: min(44px, 11.7333333333vw);
  }
}

@keyframes hero-circle-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, min(-14px, -2vmin), 0);
  }
}
@keyframes hero-circle-float-reverse {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, min(12px, 1.7vmin), 0);
  }
}
.p-hero__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  margin: 0;
  padding: 4px 0 0 31px;
  mix-blend-mode: difference;
}
.p-hero__logo img {
  width: 100%;
  max-width: 582px;
}
@media screen and (max-width: 768px) {
  .p-hero__logo {
    padding: 0 0 0 4.2666666667vw;
  }
  .p-hero__logo img {
    max-width: 66.6666666667vw;
  }
}

.p-hero__copyright {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 1;
  font-size: 11px;
  color: var(--text-cream);
  white-space: nowrap;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-hero__copyright {
    bottom: 3.2vw;
    font-size: 2.6666666667vw;
  }
}

.p-marquee {
  overflow: hidden;
  padding: 12px 0;
  background: var(--gradient-marquee);
}
@media screen and (max-width: 768px) {
  .p-marquee {
    padding: 3.2vw 0;
  }
}

.p-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  width: max-content;
  will-change: transform;
  animation: marquee-scroll 30s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-marquee__track {
    gap: 4.2666666667vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-marquee__track {
    animation: none;
  }
}
.p-marquee__track span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-marquee__track span {
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-kv {
  position: relative;
  overflow: hidden;
}

/* =================================
BACKGROUND
================================= */
.p-kv__bg {
  position: relative;
  clip-path: polygon(-20% 100%, 0 100%, -40% 100%, -60% 100%);
  animation: kvBgSliceReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-kv__bg img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.05);
  animation: kvBgZoom 1.5s ease forwards;
}

@keyframes kvBgSliceReveal {
  from {
    clip-path: polygon(-20% 100%, 0 100%, -40% 100%, -60% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes kvBgZoom {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
/* =================================
CHARACTER
================================= */
.p-kv__inner {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  /* 完全に閉じた状態 */
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  animation: kvCharacterReveal 1.2s 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 768px) {
  .p-kv__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-kv__inner picture {
    display: block;
    flex-shrink: 0;
    width: 140%;
  }
}
.p-kv__inner img {
  display: block;
  width: 100%;
  max-width: min(1680px, 87.5vw);
  position: absolute;
  top: -10%;
  right: -8%;
  filter: blur(12px);
  transform: scale(1.12);
  animation: kvCharacterFocus 1.4s 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 768px) {
  .p-kv__inner img {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-width: none;
  }
}

@keyframes kvCharacterReveal {
  from {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes kvCharacterScale {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes kvCharacterFocus {
  0% {
    filter: blur(12px);
    transform: scale(1.12);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
.p-product {
  position: relative;
  height: 762px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-product {
    height: 125.3333333333vw;
  }
}

.p-product__bg {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.p-product__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@keyframes productBgReveal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.p-product__shade {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 243px;
  background: #101012;
  transform: translateX(-50%) rotate(331deg) translateY(-50%);
  transform-origin: center;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-product__shade {
    height: 34.1333333333vw;
    transform: translateX(-50%) rotate(318deg) translateY(-37%);
  }
}

.p-product__stage {
  position: relative;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-product__shoe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-product__shoe img {
  display: block;
  width: 100%;
  height: auto;
}

.p-product__shoe--front-a {
  z-index: 5;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.p-product__shoe--front-a img {
  max-width: 975px;
  filter: blur(14px) brightness(0.75);
  transform: scale(1.12);
}

.p-product__shoe--side-left {
  position: absolute;
  top: -15%;
  left: -20%;
  z-index: 3;
  opacity: 0;
  transform: translate(-80px, -40px) rotate(135deg) scale(1.15);
}
.p-product__shoe--side-left img {
  max-width: min(878px, 45.7291666667vw);
}
@media screen and (max-width: 768px) {
  .p-product__shoe--side-left {
    top: -12%;
    left: -36%;
  }
  .p-product__shoe--side-left img {
    max-width: min(388px, 103.4666666667vw);
  }
}

.p-product__shoe--side-right {
  position: absolute;
  right: -14%;
  bottom: -7%;
  z-index: 3;
  opacity: 0;
  transform: translate(80px, 40px) rotate(332deg) scale(1.15);
}
.p-product__shoe--side-right img {
  max-width: min(878px, 45.7291666667vw);
}
@media screen and (max-width: 768px) {
  .p-product__shoe--side-right img {
    max-width: 88vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__shoe--side-right {
    right: -30%;
    bottom: -12%;
  }
}

.p-product.is-active .p-product__bg {
  animation: productBgReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-product.is-active .p-product__shade {
  animation: productShadeIn 0.6s 0.8s ease forwards;
}
.p-product.is-active .p-product__shoe--front-a {
  animation: productShoeReveal 1s 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-product.is-active .p-product__shoe--front-a img {
  animation: productFocus 1.4s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-product.is-active .p-product__shoe--side-left {
  animation: decoLeftIn 1.2s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-product.is-active .p-product__shoe--side-right {
  animation: decoRightIn 1.2s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes productShadeIn {
  to {
    opacity: 1;
  }
}
@keyframes productShoeReveal {
  from {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes productFocus {
  from {
    filter: blur(14px) brightness(0.75);
    transform: scale(1.12);
  }
  to {
    filter: blur(0) brightness(1);
    transform: scale(1);
  }
}
@keyframes decoLeftIn {
  from {
    opacity: 0;
    transform: translate(-80px, -40px) rotate(135deg) scale(1.15);
  }
  to {
    opacity: 0.2;
    transform: translate(0, 0) rotate(135deg) scale(1);
  }
}
@keyframes decoRightIn {
  from {
    opacity: 0;
    transform: translate(80px, 40px) rotate(332deg) scale(1.15);
  }
  to {
    opacity: 0.2;
    transform: translate(0, 0) rotate(332deg) scale(1);
  }
}
.p-product-bar {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 8px 80px 11px 0;
  overflow: hidden;
}
.p-product-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--bg-dark);
  transform: scaleX(0);
  transform-origin: right center;
}
@media screen and (max-width: 768px) {
  .p-product-bar {
    padding: 1.0666666667vw 4.2666666667vw 1.6vw 0;
  }
}
.p-product-bar.is-active::before {
  animation: productBarFillRight 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-product-bar.is-active .p-product-bar__name {
  animation: productBarTextFade 0.5s 0.4s ease forwards;
}

.p-product-bar__name {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.16;
  color: var(--white);
  text-align: right;
  letter-spacing: 0.02em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-product-bar__name {
    font-size: 4.8vw;
    letter-spacing: 0.035em;
  }
}

.p-puma-band {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 13px 0;
  overflow: hidden;
}
.p-puma-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--white);
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (max-width: 768px) {
  .p-puma-band {
    padding: 2.1333333333vw 0;
  }
}
.p-puma-band img {
  position: relative;
  z-index: 1;
  width: 68px;
  opacity: 0.45;
  filter: blur(11px);
  transform: scale(1.1);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .p-puma-band img {
    width: 8.5333333333vw;
  }
}
.p-puma-band.is-active::before {
  animation: pumaBandFillLeft 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-puma-band.is-active img {
  animation: footerBnrLogoFocus 0.75s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes productBarFillRight {
  to {
    transform: scaleX(1);
  }
}
@keyframes productBarTextFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pumaBandFillLeft {
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-product-bar::before,
  .p-puma-band::before {
    transform: scaleX(1);
  }
  .p-product-bar__name,
  .p-puma-band img {
    opacity: 1;
    filter: none;
    transform: none;
  }
  .p-product-bar.is-active::before,
  .p-puma-band.is-active::before,
  .p-product-bar.is-active .p-product-bar__name,
  .p-puma-band.is-active img {
    animation: none;
  }
}
.p-order {
  position: relative;
  padding: 160px 40px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.p-order::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.p-order > .c-section-heading,
.p-order > .p-order__date,
.p-order > .p-order__deco {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-order {
    padding: 42.6666666667vw 5.3333333333vw 21.3333333333vw 5.3333333333vw;
  }
}

.p-order__date {
  margin-top: 80px;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-cream);
  text-align: center;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-order__date {
    margin-top: 14.9333333333vw;
    font-size: 5.3333333333vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-order__deco {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 84px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-order__deco {
    gap: 1.0666666667vw;
    margin-top: 14.4vw;
    padding-inline: 4.2666666667vw;
  }
}
.p-order__deco .c-section-heading__line {
  flex: 1;
  transform: scaleX(0);
  transform-origin: center center;
}
.p-order__deco .c-section-heading__cross {
  opacity: 0;
  transform: scale(0.5);
}
.p-order__deco.is-active .c-section-heading__line {
  transform: scaleX(1);
  transition: transform 0.35s ease;
}
.p-order__deco.is-active .c-section-heading__cross--01 {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s 0.45s ease, transform 0.25s 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-order__deco.is-active .c-section-heading__cross--02 {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s 0.6s ease, transform 0.25s 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .p-order__deco .c-section-heading__line,
  .p-order__deco .c-section-heading__cross {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

.p-order .l-inner {
  position: relative;
}

.p-order__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 434px;
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-order__visual {
    width: 100%;
    max-width: 88.2666666667vw;
    aspect-ratio: 1;
    top: 55%;
  }
}

.p-order__visual-bg {
  position: absolute;
  inset: 0;
  display: block;
  background-image: url("../img/machi.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center center;
  animation: p-order-visual-rotate 48s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-order__visual-bg {
    animation: none;
  }
}

@keyframes p-order-visual-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-gallery {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-gallery {
    padding: 21.3333333333vw 0;
  }
}

.p-gallery__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-gallery__info {
    gap: 10.6666666667vw;
    margin-top: 14.9333333333vw;
  }
}

.p-gallery__info-box {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 1fr);
  grid-template-areas: "head body" "slider slider";
  gap: 24px;
  width: 100%;
  min-width: 0;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .p-gallery__info-box {
    grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .p-gallery__info-box {
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
  }
}
@media screen and (max-width: 1032px) {
  .p-gallery__info-box {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "slider" "body";
    gap: 4.2666666667vw 0;
    justify-items: center;
  }
}

.p-gallery__info-head {
  grid-area: head;
  min-width: 0;
  width: 100%;
  max-width: 719px;
  border: 1px solid var(--text-light);
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-gallery__info-head {
    width: 100%;
    max-width: 719px;
    border-radius: 8vw 0 8vw 0;
  }
}

.p-gallery__main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-gallery__main {
    max-width: 100%;
  }
}

.p-gallery__main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .p-gallery__main-img {
    transition: none;
  }
}
.p-gallery__main-img.is-active {
  opacity: 1;
}

.p-gallery__info-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .p-gallery__info-body {
    width: 100%;
    margin-top: 6.4vw;
    padding-inline: 0;
  }
}

.p-gallery__info-title {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 100%;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-gallery__info-title {
    gap: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-gallery__info-title .c-section-heading__deco {
  flex: none;
  width: 100%;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-gallery__info-title .c-section-heading__deco {
    gap: 1.0666666667vw;
  }
}
.p-gallery__info-title .c-section-heading__line--sm {
  flex: 1 1 auto;
  min-width: 20px;
}
@media screen and (max-width: 768px) {
  .p-gallery__info-title .c-section-heading__line--sm {
    min-width: 3.2vw;
  }
}
.p-gallery__info-title .p-gallery__info-title-text {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--text-light);
  text-align: center;
  white-space: normal;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-gallery__info-title .p-gallery__info-title-text {
    font-size: 7.4666666667vw;
    letter-spacing: -0.03em;
  }
}

.p-gallery__info-size {
  margin-bottom: 16px;
  padding-right: 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  color: var(--text-light);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-gallery__info-size {
    margin-bottom: 8.5333333333vw;
    padding-right: 0;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}

.p-gallery__set-table {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 16px;
}
.p-gallery__set-table dl {
  margin: 0;
}

.p-gallery__set-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-gallery__set-label {
    gap: 3.2vw;
  }
}

.p-gallery__set-label-tag {
  padding: 0 21px;
  background-color: var(--text-light);
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .p-gallery__set-label-tag {
    padding: 0 4.2666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 3.2vw;
  }
}

.p-gallery__set-label-note {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-light);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-gallery__set-label-note {
    font-size: 3.2vw;
  }
}

.p-gallery__set-name {
  margin: 0;
  padding: 24px 20px 0;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--text-light);
  border-bottom: none;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.17;
  color: var(--text-light);
}
.p-gallery__set-name:first-of-type {
  border-radius: 0 10px 0 0;
}
.p-gallery__set-name:not(:first-of-type) {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p-gallery__set-name {
    padding: 4.2666666667vw 4.2666666667vw 0;
    font-size: 5.3333333333vw;
  }
  .p-gallery__set-name:first-of-type {
    border-radius: 0 2.6666666667vw 0 0;
  }
}

.p-gallery__set-desc {
  margin: 0;
  padding: 16px calc(20px + min(24px, 1.25vw)) 24px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--text-light);
  border-top: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  font-feature-settings: "palt";
  color: var(--text-light);
}
.p-gallery__set-desc:first-of-type {
  border-bottom: 1px solid var(--text-light);
}
.p-gallery__set-desc:last-of-type {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .p-gallery__set-desc {
    padding: 3.2vw 4.2666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-gallery__set-desc:last-of-type {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}

.p-gallery__price {
  align-self: flex-end;
  display: inline-flex;
  gap: 16px;
  padding: 13px 24px;
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-gallery__price {
    gap: 3.2vw;
    padding: 2.6666666667vw 4.2666666667vw;
    border-radius: 2.6666666667vw;
    width: 100%;
    justify-content: space-between;
  }
}

.p-gallery__price-tag {
  padding: 7px 16px;
  background-color: var(--black);
  border-radius: 0 30px 30px 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-gallery__price-tag {
    padding: 0.8vw 4.2666666667vw 0.8vw 4.2666666667vw;
    border-radius: 0 8vw 8vw 0;
    font-size: 3.7333333333vw;
  }
}

.p-gallery__price-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--footer-bg);
}
@media screen and (max-width: 768px) {
  .p-gallery__price-text {
    font-size: 3.2vw;
  }
}
.p-gallery__price-text strong {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-gallery__price-text strong {
    font-size: 5.3333333333vw;
  }
}

.p-gallery__slider {
  grid-area: slider;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-gallery__slider {
    gap: 0;
  }
}

.p-gallery__slider-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-gallery__slider-btn {
    display: none;
  }
}
.p-gallery__slider-btn:hover {
  opacity: 0.7;
}
.p-gallery__slider-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.p-gallery__slider-btn-icon {
  display: block;
  width: 24px;
  height: auto;
}

.p-gallery__slider-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-gallery__slider-viewport {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
  }
  .p-gallery__slider-viewport::-webkit-scrollbar {
    display: none;
  }
}

.p-gallery__slider-list {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-gallery__slider-list {
    gap: 4.2666666667vw;
    padding: 0;
    height: 100%;
    align-items: stretch;
  }
}

.p-gallery__slider-item {
  flex: 0 0 calc((100% - 96px) / 7);
}
@media screen and (max-width: 1300px) {
  .p-gallery__slider-item {
    flex: 0 0 calc((100% - 80px) / 6);
  }
}
@media screen and (max-width: 1200px) {
  .p-gallery__slider-item {
    flex: 0 0 calc((100% - 64px) / 5);
  }
}
@media screen and (max-width: 1032px) {
  .p-gallery__slider-item {
    flex: 0 0 calc((100% - 48px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery__slider-item {
    flex: 0 0 calc((100% - 2 * 4.2666666667vw) / 3);
    height: 100%;
    scroll-snap-align: center;
  }
}

.p-gallery__slider-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.p-gallery__slider-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--text-light);
}
@media screen and (max-width: 768px) {
  .p-gallery__slider-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
}
.p-gallery__slider-thumb:not(.is-active)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.p-gallery__slider-thumb.is-active {
  border-color: var(--text-light);
}
.p-gallery__slider-thumb.is-active img {
  border-color: var(--text-light);
}
.p-gallery__slider-thumb.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 86px;
  height: 86px;
  background: url("../img/scope.svg") center/contain no-repeat;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  animation: p-gallery-scope 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-gallery__slider-thumb.is-active::after {
    width: 19.2vw;
    height: 19.2vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-gallery__slider-thumb.is-active::after {
    transform: translate(-50%, -50%) scale(1);
    animation: none;
  }
}

@keyframes p-gallery-scope {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  3% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
    opacity: 1;
  }
}
.p-set {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-set {
    padding: 21.3333333333vw 0;
  }
}

.p-set__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-set__cards {
    gap: 5.3333333333vw;
    margin-top: 14.9333333333vw;
  }
}
.p-set__cards > .p-set__card.js-scroll-fade:nth-child(2).is-active {
  transition-delay: 0.12s;
}

.p-set__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-set__card {
    gap: 0.5333333333vw;
  }
}

.p-set__card-head {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-set__card-head {
    height: 37.6vw;
    border-radius: 4vw 4vw 0 0;
  }
}
.p-set__card--chisato .p-set__card-head {
  background-color: var(--red-set);
}
.p-set__card--takina .p-set__card-head {
  background-color: var(--blue-set);
}

.p-set__card-bg {
  height: auto;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-set__card-bg {
    width: 100%;
  }
}

.p-set__card-deco {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 8px;
  width: 145px;
  padding-right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-set__card-deco {
    gap: 0.5333333333vw 1.0666666667vw;
    width: 19.3333333333vw;
    padding-right: 2.1333333333vw;
  }
}

.p-set__card-deco-mark {
  position: relative;
  width: 100%;
  aspect-ratio: 145/88;
}
.p-set__card-deco-mark::before, .p-set__card-deco-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--bg-dark);
  transform: translate(-50%, -50%);
}
.p-set__card-deco-mark::before {
  width: 70%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-set__card-deco-mark::before {
    height: 0.2666666667vw;
  }
}
.p-set__card-deco-mark::after {
  width: 2px;
  height: 70%;
}
@media screen and (max-width: 768px) {
  .p-set__card-deco-mark::after {
    width: 0.2666666667vw;
  }
}

.p-set__card-name {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 40px;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.17;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .p-set__card-name {
    top: 14.5333333333vw;
    bottom: auto;
    left: 14.8vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

.p-set__card-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-set__card-body {
    border-radius: 0 0 4vw 4vw;
  }
}
.p-set__card--chisato .p-set__card-body {
  background-color: var(--red-set);
}
.p-set__card--takina .p-set__card-body {
  background-color: var(--blue-set);
}

.p-set__card-toggle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  margin-top: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-set__card-toggle {
    padding: 1.0666666667vw 4.2666666667vw;
  }
}
.p-set__card-toggle:hover {
  opacity: 0.85;
}

.p-set__card-toggle-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
  width: 36px;
  height: 34px;
  overflow: visible;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-set__card-toggle-icon {
    width: 4.8vw;
    height: 4.5333333333vw;
  }
}
.p-set__card.is-open .p-set__card-toggle-icon {
  transform: rotate(180deg);
}

.p-set__card-toggle-arrow {
  display: block;
  width: 36px;
  height: auto;
  transform-origin: center center;
  animation: p-set-toggle-arrow-down 1.4s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .p-set__card-toggle-arrow {
    width: 4.8vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-set__card-toggle-arrow {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.p-set__card.is-open .p-set__card-toggle-arrow {
  animation-name: p-set-toggle-arrow-up;
}

@keyframes p-set-toggle-arrow-down {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}
@keyframes p-set-toggle-arrow-up {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}
.p-set__card-toggle-text {
  grid-row: 1;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-set__card-toggle-text {
    font-size: 4.2666666667vw;
  }
}
.p-set__card--chisato .p-set__card-toggle-text {
  grid-column: 3;
  justify-self: end;
  text-align: right;
}
.p-set__card--takina .p-set__card-toggle-text {
  grid-column: 1;
  justify-self: start;
  text-align: left;
}

.p-set__card-detail {
  flex-shrink: 0;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .p-set__card-detail {
    transition: none;
  }
}
.p-set__card.is-open .p-set__card-detail {
  grid-template-rows: 1fr;
}

.p-set__detail-panel {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 0;
  margin-inline: 40px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-set__detail-panel {
    margin-inline: 2.1333333333vw;
    border-radius: 4vw;
  }
}
.p-set__card.is-open .p-set__detail-panel {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-set__card.is-open .p-set__detail-panel {
    margin-top: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-set__card.is-open .p-set__detail-panel .p-set__detail-head-title,
.p-set__card.is-open .p-set__detail-panel .p-set__detail-main,
.p-set__card.is-open .p-set__detail-panel .p-set__detail-head-deco {
  opacity: 1;
  transition: opacity 0.35s ease 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .p-set__card.is-open .p-set__detail-panel .p-set__detail-head-title,
  .p-set__card.is-open .p-set__detail-panel .p-set__detail-main,
  .p-set__card.is-open .p-set__detail-panel .p-set__detail-head-deco {
    transition: none;
  }
}
.p-set__card.is-open .p-set__detail-panel .p-set__detail-item {
  opacity: 1;
  transition: opacity 0.35s ease 1s;
}
@media (prefers-reduced-motion: reduce) {
  .p-set__card.is-open .p-set__detail-panel .p-set__detail-item {
    transition: none;
  }
}
.p-set__card.is-detail-ready .p-set__detail-panel .p-set__detail-chisato,
.p-set__card.is-detail-ready .p-set__detail-panel .p-set__detail-takina {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .p-set__card.is-detail-ready .p-set__detail-panel .p-set__detail-chisato,
  .p-set__card.is-detail-ready .p-set__detail-panel .p-set__detail-takina {
    transition: none;
  }
}
.p-set__detail-panel .p-set__detail-head-title,
.p-set__detail-panel .p-set__detail-main,
.p-set__detail-panel .p-set__detail-head-deco {
  opacity: 0;
  transition: opacity 0s;
}
@media (prefers-reduced-motion: reduce) {
  .p-set__detail-panel .p-set__detail-head-title,
  .p-set__detail-panel .p-set__detail-main,
  .p-set__detail-panel .p-set__detail-head-deco {
    opacity: 1;
    transition: none;
  }
}
.p-set__detail-panel .p-set__detail-chisato,
.p-set__detail-panel .p-set__detail-takina {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0s, visibility 0s;
}
@media (prefers-reduced-motion: reduce) {
  .p-set__card.is-open .p-set__detail-panel .p-set__detail-chisato,
  .p-set__card.is-open .p-set__detail-panel .p-set__detail-takina {
    visibility: visible;
    opacity: 1;
  }
}
.p-set__detail-panel .p-set__detail-item {
  opacity: 0;
  transition: opacity 0s;
}
@media (prefers-reduced-motion: reduce) {
  .p-set__detail-panel .p-set__detail-item {
    opacity: 1;
    transition: none;
  }
}

.p-set__detail-inner {
  position: static;
  flex: 1;
  min-width: 0;
  padding: 0;
  visibility: hidden;
  display: flex;
  gap: min(24px, 1.25vw);
  align-items: flex-start;
}
@media screen and (max-width: 1032px) {
  .p-set__detail-inner {
    flex-direction: column;
    gap: 1.0666666667vw;
  }
}
.p-set__card.is-open .p-set__detail-inner {
  visibility: visible;
}
.p-set__card--takina .p-set__detail-inner {
  align-items: flex-end;
}
.p-set__detail-inner--takina {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1032px) {
  .p-set__detail-inner--takina {
    flex-direction: column;
  }
}

.p-set__detail-main {
  max-width: 400px;
  margin-inline: auto;
  margin-top: 183px;
  margin-bottom: 183px;
}
@media screen and (max-width: 1032px) {
  .p-set__detail-main {
    max-width: 69.8666666667vw;
    margin-top: 45.3333333333vw;
    margin-bottom: 53.3333333333vw;
  }
}

.p-set__detail-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--text-cream);
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .p-set__detail-figure {
    border-radius: 4vw 0 4vw 0;
  }
}
.p-set__detail-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.p-set__detail-note {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-cream);
  text-align: right;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-set__detail-note {
    font-size: 1.6vw;
    text-align: right;
  }
}

.p-set__detail-line {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.p-set__detail-item {
  position: absolute;
  text-align: center;
  list-style: none;
  max-width: 224px;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .p-set__detail-item {
    max-width: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item {
    max-width: 160px;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item {
    max-width: 24.8vw;
  }
}
@media screen and (max-width: 1300px) {
  .p-set__detail-item {
    max-width: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item {
    max-width: 160px;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item {
    max-width: 24.8vw;
  }
}
.p-set__detail-item--01 {
  top: 13%;
  left: 3%;
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item--01 {
    top: 13%;
    left: 2%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--01 {
    top: 10%;
    left: 9%;
  }
}
.p-set__detail-item--01 .p-set__detail-line {
  width: 160px;
  right: -68%;
  bottom: -10%;
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item--01 .p-set__detail-line {
    bottom: -25%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--01 .p-set__detail-line {
    width: 4.2666666667vw;
    right: 35%;
    bottom: -100%;
    transform: scale(-1, -1);
  }
}
.p-set__detail-item--02 {
  top: 13%;
  right: 3%;
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item--02 {
    top: 13%;
    right: 2%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--02 {
    top: 10%;
    right: 9%;
  }
}
.p-set__detail-item--02 .p-set__detail-line {
  width: 142px;
  left: -50%;
  bottom: -18%;
}
@media screen and (max-width: 1300px) {
  .p-set__detail-item--02 .p-set__detail-line {
    bottom: -35%;
  }
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item--02 .p-set__detail-line {
    left: -56%;
    bottom: -50%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--02 .p-set__detail-line {
    width: 4.2666666667vw;
    left: 50%;
    bottom: -100%;
    transform: scaleY(-1);
  }
}
.p-set__detail-item--03 {
  bottom: 12%;
  left: 3%;
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item--03 {
    bottom: 12%;
    left: 2%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--03 {
    bottom: 7%;
    left: 1%;
  }
}
.p-set__detail-item--03 .p-set__detail-line {
  width: 100%;
  max-width: 192px;
  right: -48%;
  top: 20%;
}
@media screen and (max-width: 1300px) {
  .p-set__detail-item--03 .p-set__detail-line {
    top: 0%;
    right: -52%;
  }
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item--03 .p-set__detail-line {
    right: -42%;
    top: -6%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--03 .p-set__detail-line {
    width: 4.2666666667vw;
    left: 50%;
    top: -100%;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--03 .p-set__detail-line--takina--03 {
    width: 18.9333333333vw;
    transform: scaleX(1);
    left: -25%;
  }
}
.p-set__detail-item--04 {
  bottom: 12%;
  right: 3%;
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item--04 {
    bottom: 12%;
    right: -2%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--04 {
    bottom: 7%;
    right: 36%;
  }
}
.p-set__detail-item--04 .p-set__detail-line {
  width: min(403px, 20.9895833333vw);
  left: -100%;
  top: 24%;
}
@media screen and (max-width: 1300px) {
  .p-set__detail-item--04 .p-set__detail-line {
    left: -100%;
    top: 7%;
  }
}
@media screen and (max-width: 1200px) {
  .p-set__detail-item--04 .p-set__detail-line {
    left: -134%;
    top: -2%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--04 .p-set__detail-line {
    width: 4.2666666667vw;
    left: 50%;
    top: -100%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--04 .p-set__detail-line--takina--04 {
    width: 18.9333333333vw;
    left: -42%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--takina--03 {
    bottom: 7%;
    left: 36%;
  }
}
@media screen and (max-width: 1032px) {
  .p-set__detail-item--takina--04 {
    bottom: 7%;
    right: 1%;
  }
}

.p-set__detail-item-figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  text-align: center;
}
.p-set__detail-item-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid var(--text-cream);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.p-set__detail-item-text {
  margin: 0;
  padding: 8px 8px;
  background-color: var(--text-cream);
  border: 1px solid var(--text-cream);
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--bg-dark);
}
@media screen and (max-width: 1300px) {
  .p-set__detail-item-text {
    font-size: 10px;
    padding: 8px 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-set__detail-item-text {
    padding: 0.5333333333vw 0.5333333333vw;
    font-size: 1.6vw;
  }
}

.p-set__bonus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-set__bonus {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.p-set__bonus > .p-set__bonus-item.js-scroll-fade:nth-child(2).is-active {
  transition-delay: 0.12s;
}

.p-set__bonus-item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .p-set__bonus-item {
    padding: 8.5333333333vw 4.2666666667vw;
    border-radius: 4vw 0 4vw 0;
  }
}

.p-set__bonus-head {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-set__bonus-head {
    column-gap: 2.6666666667vw;
    row-gap: 1.6vw;
    margin-bottom: 3.2vw;
  }
}

.p-set__bonus-label {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.p-set__bonus-head-deco {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-set__bonus-head-deco {
    gap: 1.0666666667vw;
  }
}
.p-set__bonus-head-deco .c-section-heading__line--sm {
  flex: 1 1 auto;
  flex-basis: auto;
  min-width: 20px;
}
@media screen and (max-width: 768px) {
  .p-set__bonus-head-deco .c-section-heading__line--sm {
    min-width: 3.2vw;
  }
}

.p-set__bonus-num {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--black);
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-set__bonus-num {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-set__bonus-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .p-set__bonus-label {
    font-size: 3.7333333333vw;
  }
}

.p-set__bonus-text {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .p-set__bonus-text {
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
  }
}

.p-set__bonus-images {
  margin: auto 0 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-set__bonus-images {
    gap: 1.6vw;
  }
}
.p-set__bonus-images img {
  max-width: min(488px, 25.4166666667vw);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-set__bonus-images img {
    max-width: 100%;
  }
}
.p-set__bonus-images--single img {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-set__bonus-images--single img {
    max-width: 42.6666666667vw;
  }
}

.p-set__bonus-note {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.75;
  color: var(--white);
  max-width: 590px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-set__bonus-note {
    max-width: 100%;
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

.p-set__detail-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--gray-bg);
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-set__detail-head {
    max-width: 100%;
  }
}
.p-set__card--takina .p-set__detail-head {
  align-items: flex-end;
}

.p-set__detail-head-title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  font-family: "Oswald", sans-serif;
  background-color: var(--black);
  display: inline-block;
  padding: 8px 100px;
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 1032px) {
  .p-set__detail-head-title {
    font-size: 6.4vw;
    padding: 1.0666666667vw 10.6666666667vw;
    border-radius: 4vw 0 4vw 0;
  }
}
.p-set__card--takina .p-set__detail-head-title {
  border-radius: 0 30px 0 30px;
}
@media screen and (max-width: 1032px) {
  .p-set__card--takina .p-set__detail-head-title {
    border-radius: 0 4vw 0 4vw;
  }
}

.p-set__detail-head-deco {
  flex-shrink: 0;
  align-self: stretch;
  width: min(150px, 7.8125vw);
  background-color: var(--gray-bg);
}
@media screen and (max-width: 1032px) {
  .p-set__detail-head-deco {
    width: 100%;
    height: 10.6666666667vw;
  }
}

.p-set__detail-chisato {
  position: absolute;
  right: -1%;
  bottom: 0;
  z-index: 99;
  display: block;
  width: 100%;
  max-width: min(578px, 30.1041666667vw);
}
@media screen and (max-width: 1032px) {
  .p-set__detail-chisato {
    max-width: 64vw;
    bottom: -0.5%;
  }
}

.p-set__detail-takina {
  position: absolute;
  left: -1%;
  bottom: 0;
  z-index: 99;
  display: block;
  width: 100%;
  max-width: min(578px, 30.1041666667vw);
}
@media screen and (max-width: 1032px) {
  .p-set__detail-takina {
    max-width: 69.3333333333vw;
  }
}

.p-set__card--takina .p-set__detail-panel {
  flex-direction: row-reverse;
}

.p-buy {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-buy {
    padding: 21.3333333333vw 0;
  }
}

.p-buy__lead {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-buy__lead {
    margin-top: 14.9333333333vw;
  }
}
.p-buy__lead p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-light);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-buy__lead p {
    font-size: 3.7333333333vw;
  }
}

.p-buy__table-wrapper {
  max-width: 590px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-buy__table-wrapper {
    max-width: 100%;
  }
}

.p-buy__table {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 40px 0 0;
  padding: 48px 32px;
  border: 1px solid var(--text-cream);
  border-radius: 30px 0 30px 0;
  background: linear-gradient(135deg, rgb(45, 61, 164) 0%, rgb(180, 25, 25) 100%);
  overflow: hidden;
}
.p-buy__table dt,
.p-buy__table dd {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-buy__table {
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
    margin-top: 8.5333333333vw;
    padding: 4.2666666667vw;
    border-radius: 4vw 0 4vw 0;
  }
}

.p-buy__table-label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-light);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-buy__table-label {
    font-size: 3.7333333333vw;
  }
}

.p-buy__table-line {
  flex: 1;
  height: 1px;
  background-color: var(--text-light);
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-buy__table-line {
    display: none;
  }
}

.p-buy__table-value {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 24px;
  min-width: 0;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-light);
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-buy__table-value {
    flex: none;
    flex-direction: column;
    gap: 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}

.p-buy__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-buy__notes {
    margin-top: 8.5333333333vw;
  }
}
.p-buy__notes p {
  font-size: 12px;
  line-height: 1.75;
  color: var(--text-light);
}
@media screen and (max-width: 768px) {
  .p-buy__notes p {
    font-size: 2.9333333333vw;
  }
}

.p-buy .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-buy .c-btn {
    margin-top: 8.5333333333vw;
  }
}

.p-styling {
  padding: 160px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-styling {
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
}

.p-styling__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-styling__cards {
    gap: 6.4vw;
    margin-top: 14.9333333333vw;
  }
}

.p-styling__card {
  display: flex;
  align-items: center;
  gap: 54px;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-styling__card {
    gap: 4.8vw;
  }
}

.p-styling__avatar {
  flex-shrink: 0;
  width: 80px;
  aspect-ratio: 1;
  margin: 12px 0 0;
  border: 1px solid var(--text-cream);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-styling__avatar {
    width: 14.9333333333vw;
    margin-top: 3.2vw;
  }
}
.p-styling__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-styling__bubble {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 20px 32px 20px 28px;
  background-color: var(--bg-dark);
  border: 1px solid var(--text-cream);
  border-radius: 30px;
}
.p-styling__bubble::before, .p-styling__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}
.p-styling__bubble::before {
  right: 100%;
  z-index: 1;
  border-style: solid;
  border-width: 7px 24px 7px 0;
  border-color: transparent var(--text-cream) transparent transparent;
}
.p-styling__bubble::after {
  right: calc(100% - 1px);
  z-index: 2;
  border-style: solid;
  border-width: 6px 22px 6px 0;
  border-color: transparent var(--bg-dark) transparent transparent;
}
@media screen and (max-width: 768px) {
  .p-styling__bubble {
    padding: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
  .p-styling__bubble::before {
    border-width: 5px 10px 5px 0;
  }
  .p-styling__bubble::after {
    right: calc(100% - 1px);
    border-width: 4px 9px 4px 0;
  }
}

.p-styling__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-styling__body {
    gap: 3.2vw;
  }
}

.p-styling__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 4px;
  align-items: baseline;
  margin: 0;
}
.p-styling__meta dt,
.p-styling__meta dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--text-light);
}
@media screen and (max-width: 768px) {
  .p-styling__meta dt,
  .p-styling__meta dd {
    font-size: 3.2vw;
  }
}
.p-styling__meta .p-styling__meta-term--size,
.p-styling__meta .p-styling__meta-desc--size {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-styling__meta .p-styling__meta-term--size,
  .p-styling__meta .p-styling__meta-desc--size {
    font-size: 3.4666666667vw;
  }
}

.p-styling__deco {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-styling__deco {
    gap: 1.6vw;
  }
}
.p-styling__deco .c-section-heading__line--sm {
  flex: 1 1 auto;
  min-width: 20px;
}
@media screen and (max-width: 768px) {
  .p-styling__deco .c-section-heading__line--sm {
    min-width: 3.2vw;
  }
}

.p-styling__comment {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-light);
}
@media screen and (max-width: 768px) {
  .p-styling__comment {
    font-size: 2.9333333333vw;
  }
}

.p-styling__cards > .p-styling__card.js-scroll-fade:nth-child(2).is-active {
  transition-delay: 0.12s;
}

.p-event {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-event {
    padding: 21.3333333333vw 0 42.6666666667vw;
  }
}

.p-event__body {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-event__body {
    margin-top: 14.9333333333vw;
  }
}

.p-event__content {
  margin-top: 0;
}

.p-event__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  padding-inline: 32px;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-event__lead {
    font-size: 3.7333333333vw;
    padding-inline: 0;
  }
}

.p-event__notes {
  margin-top: 40px;
  max-width: 590px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-event__notes {
    margin-top: 5.3333333333vw;
    max-width: 100%;
  }
}
.p-event__notes p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-event__notes p {
    font-size: 3.2vw;
  }
}
.p-event__notes a {
  text-decoration: underline;
}
.p-event__notes a:hover {
  opacity: 0.7;
}

.p-event__external-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  vertical-align: -0.1em;
}
@media screen and (max-width: 768px) {
  .p-event__external-icon {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-left: 0.5333333333vw;
  }
}

.p-event__table {
  margin-top: 40px;
  border-top: 1px solid var(--text-warm);
  max-width: 590px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.p-event__table dt,
.p-event__table dd {
  padding: 24px;
  border-bottom: 1px solid var(--text-warm);
}
@media screen and (max-width: 768px) {
  .p-event__table {
    margin-top: 8.5333333333vw;
  }
}

.p-event__place {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-warm);
}
@media screen and (max-width: 768px) {
  .p-event__place {
    font-size: 4.2666666667vw;
  }
}

.p-event__date {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-warm);
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-event__date {
    font-size: 3.7333333333vw;
  }
}

.p-event__goods {
  margin: 140px 0;
}
@media screen and (max-width: 768px) {
  .p-event__goods {
    margin-top: 8.5333333333vw;
  }
}
.p-event__goods img {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.p-event .c-btn-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-event .c-btn-wrapper {
    margin-top: 8.5333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-event .c-btn--event {
    font-size: 3.2vw;
    padding-inline: 5.3333333333vw 10.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-event__btn-text {
    font-size: 3.2vw;
    line-height: 1.35;
  }
}
.p-event__btn-text--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-event__btn-text--sp {
    display: inline;
  }
}
.p-event__btn-text--pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .p-event__btn-text--pc {
    display: none;
  }
}

.p-footer-bnr {
  overflow: hidden;
}

.p-footer-bnr__inner {
  position: relative;
}

.p-footer-bnr__bg {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: flex;
  height: 807px;
}
@media screen and (max-width: 768px) {
  .p-footer-bnr__bg {
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: #000;
  }
}

.p-footer-bnr__shoe {
  position: relative;
  display: block;
  flex: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.p-footer-bnr__shoe::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  transform: scaleY(0);
  pointer-events: none;
}
.p-footer-bnr__shoe--chisato::before {
  background-color: #c53535;
  transform-origin: top center;
}
.p-footer-bnr__shoe--takina::before {
  background-color: #2954a9;
  transform-origin: bottom center;
}
@media screen and (max-width: 768px) {
  .p-footer-bnr__shoe {
    position: relative;
    inset: auto;
    flex: none;
    width: 100%;
    height: 80vw;
  }
  .p-footer-bnr__shoe::before {
    transform: scaleX(0);
  }
  .p-footer-bnr__shoe--chisato {
    z-index: 0;
  }
  .p-footer-bnr__shoe--chisato::before {
    transform-origin: left center;
  }
  .p-footer-bnr__shoe--takina {
    z-index: 0;
    mix-blend-mode: normal;
  }
  .p-footer-bnr__shoe--takina::before {
    transform-origin: right center;
  }
}
.p-footer-bnr__shoe img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-footer-bnr__shoe img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.5);
    transform-origin: center center;
  }
}

.p-footer-bnr.is-active .p-footer-bnr__shoe--chisato::before {
  animation: footerBnrFillDown 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-footer-bnr.is-active .p-footer-bnr__shoe--takina::before {
  animation: footerBnrFillUp 0.5s 0.08s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-footer-bnr.is-active .p-footer-bnr__shoe--chisato img {
  animation: footerBnrImageFade 0.5s 0.5s ease forwards;
}
.p-footer-bnr.is-active .p-footer-bnr__shoe--takina img {
  animation: footerBnrImageFade 0.5s 0.58s ease forwards;
}
.p-footer-bnr.is-active .p-footer-bnr__logo img {
  animation: footerBnrLogoFocus 0.75s 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-footer-bnr.is-active .p-footer-bnr__corner {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-footer-bnr.is-active .p-footer-bnr__shoe--chisato::before {
    animation: footerBnrFillLeft 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .p-footer-bnr.is-active .p-footer-bnr__shoe--takina::before {
    animation: footerBnrFillRight 0.5s 0.08s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}

@keyframes footerBnrFillDown {
  to {
    transform: scaleY(1);
  }
}
@keyframes footerBnrFillUp {
  to {
    transform: scaleY(1);
  }
}
@keyframes footerBnrFillLeft {
  to {
    transform: scaleX(1);
  }
}
@keyframes footerBnrFillRight {
  to {
    transform: scaleX(1);
  }
}
@keyframes footerBnrImageFade {
  to {
    opacity: 1;
  }
}
@keyframes footerBnrLogoFocus {
  from {
    opacity: 0.45;
    filter: blur(11px);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
.p-footer-bnr__deco {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.p-footer-bnr__corner {
  position: absolute;
  top: 0;
  display: block;
  width: min(150px, 7.8125vw);
  height: auto;
  opacity: 0;
  transition: opacity 0.35s ease 0.62s;
}
@media screen and (max-width: 768px) {
  .p-footer-bnr__corner {
    width: 10.6666666667vw;
  }
}
.p-footer-bnr__corner--tl {
  left: 0;
}
.p-footer-bnr__corner--tr {
  right: 0;
  transform: scaleX(-1);
}

.p-footer-bnr__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 100%;
  max-width: 434px;
  margin: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-footer-bnr__logo {
    max-width: 58.9333333333vw;
  }
}
.p-footer-bnr__logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: blur(11px);
  transform: scale(1.1);
  transform-origin: center center;
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

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

.js-scroll-fade {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-scroll-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll-fade--delay.is-active {
  transition-delay: 0.2s;
}
.js-scroll-fade--delay-md.is-active {
  transition-delay: 0.15s;
}
.js-scroll-fade--delay-short.is-active {
  transition-delay: 0.08s;
}
.js-scroll-fade--in {
  transform: none;
  transition: opacity 0.5s ease;
}
.js-scroll-fade--in.is-active {
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .js-scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.js-scroll-fade-group > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-scroll-fade-group.is-active > * {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll-fade-group.is-active > *:nth-child(2) {
  transition-delay: 0.05s;
}
.js-scroll-fade-group.is-active > *:nth-child(3) {
  transition-delay: 0.1s;
}
@media (prefers-reduced-motion: reduce) {
  .js-scroll-fade-group > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
