@charset "UTF-8"; /*! kiso.css v1.2.4 | MIT License | https://github.com/tak-dcxi/kiso.css */
*,
:before,
:after {
  box-sizing: border-box;
}
:where(:root) {
  font-family: sans-serif;
  line-height: 1.5;
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
  -webkit-tap-highlight-color: transparent;
}
:where(body) {
  min-block-size: 100dvb;
  margin: unset;
}
:where(:is(h1, h2, h3, h4, h5, h6):lang(en)) {
  text-wrap: pretty;
}
:where(h1) {
  margin-block: 0.67em;
  font-size: 2em;
}
:where(h2, h3, h4, h5, h6) {
  margin-block: unset;
}
:where(search) {
  display: block flow;
}
:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  margin-block: unset;
}
:where(blockquote, figure) {
  margin-inline: unset;
}
:where(p:lang(en)) {
  text-wrap: pretty;
}
:where(address:lang(ja)) {
  font-style: unset;
}
:where(ul, ol, menu) {
  padding-inline-start: unset;
  list-style-type: "";
}
:where(dt) {
  font-weight: bolder;
}
:where(dd) {
  margin-inline-start: unset;
}
:where(pre) {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}
:where(em:lang(ja)) {
  font-weight: bolder;
}
:where(:is(i, cite, em, dfn):lang(ja)) {
  font-style: unset;
}
:where(u, s, del, ins) {
  text-decoration-inset: auto;
}
:where(code, kbd, samp) {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-feature-settings: initial;
  font-variation-settings: initial;
  font-size: unset;
  font-variant-ligatures: none;
}
:where(abbr[title]) {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-inset: auto;
  cursor: help;
}
:where(time) {
  text-autospace: no-autospace;
}
:where(a) {
  color: unset;
}
:where(a:-moz-any-link) {
  text-decoration-line: unset;
  text-decoration-thickness: from-font;
  text-decoration-inset: auto;
}
:where(a:any-link) {
  text-decoration-line: unset;
  text-decoration-thickness: from-font;
  text-decoration-inset: auto;
}
:where(img, svg, picture, video, audio, canvas, model, iframe, embed, object) {
  max-inline-size: 100%;
  vertical-align: bottom;
}
:where(img, svg, picture, video, canvas, model, iframe, embed, object) {
  block-size: auto;
}
:where(iframe) {
  border: unset;
}
:where(table) {
  border-collapse: collapse;
}
:where(caption, th) {
  text-align: unset;
}
:where(caption:lang(en)) {
  text-wrap: pretty;
}
:where(button, input, select, textarea),
::file-selector-button {
  border-width: 1px;
  border-style: solid;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}
:where(input:is([type="radio" i], [type="checkbox" i])) {
  margin: unset;
}
:where(input[type="file" i]) {
  border: unset;
}
:where(input[type="search" i]) {
  -webkit-appearance: textfield;
}
@supports (-webkit-touch-callout: none) {
  :where(input[type="search" i]) {
    background-color: Canvas;
  }
}
:where(
  input:is(
      [type="tel" i],
      [type="url" i],
      [type="email" i],
      [type="number" i]
    ):not(:-moz-placeholder)
) {
  direction: ltr;
}
:where(
  input:is(
      [type="tel" i],
      [type="url" i],
      [type="email" i],
      [type="number" i]
    ):not(:placeholder-shown)
) {
  direction: ltr;
}
:where(textarea) {
  margin-block: unset;
  resize: block;
}
:where(
  input:not([type="button" i], [type="submit" i], [type="reset" i]),
  textarea,
  [contenteditable]
) {
  text-autospace: no-autospace;
}
:where(
  button,
  input:is([type="button" i], [type="submit" i], [type="reset" i])
),
::file-selector-button {
  background-color: unset;
}
:where(
  button,
  input:is([type="button" i], [type="submit" i], [type="reset" i]),
  [role="tab" i],
  [role="button" i],
  [role="option" i]
),
::file-selector-button {
  touch-action: manipulation;
}
:where(
  button:enabled,
  label[for],
  select:enabled,
  input:is(
      [type="button" i],
      [type="submit" i],
      [type="reset" i],
      [type="radio" i],
      [type="checkbox" i]
    ):enabled,
  [role="tab" i],
  [role="button" i],
  [role="option" i]
),
:where(:enabled)::file-selector-button {
  cursor: pointer;
}
:where(fieldset) {
  min-inline-size: 0;
  margin-inline: unset;
  padding: unset;
  border: unset;
}
:where(legend) {
  padding-inline: unset;
}
:where(progress) {
  vertical-align: unset;
}
::-moz-placeholder {
  opacity: unset;
}
::placeholder {
  opacity: unset;
}
:where(summary) {
  list-style-type: "";
  cursor: pointer;
}
:where(summary)::-webkit-details-marker {
  display: none;
}
:where(dialog, [popover]) {
  overscroll-behavior-block: contain;
  padding: unset;
  border: unset;
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}
:where(dialog) {
  max-inline-size: unset;
  max-block-size: unset;
}
:where(dialog)::backdrop {
  background-color: #0000004d;
}
:where([popover]) {
  margin: unset;
}
:where(:focus-visible) {
  outline-offset: 3px;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
:where(:disabled, [aria-disabled="true" i]) {
  cursor: default;
}
[hidden]:not([hidden="until-found" i]) {
  display: none !important;
}
img {
  overflow-clip-margin: unset;
  display: block;
  width: 100%;
}
iframe {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  border-width: 0;
  padding: 0;
}
h1 {
  margin-block: unset;
}
@font-face {
  font-family: Noto Sans JP VF;
  src: url(../fonts/NotoSansJP-VF.woff2) format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Han Serif VF";
  src: url(../fonts/SourceHanSerif-VF.otf.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Anton;
  src: url(../fonts/Anton-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --desigh-width: 375;
  --base-font-family: "Noto Sans JP", sans-serif;
  --font-arimo: "Arimo", sans-serif;
  --font-shippori-mincho: "Shippori Mincho", sans-serif;
  --font-anton: "Anton", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-biz-udgothic: "BIZ UDGothic", sans-serif;
  --font-source-han-serif: "Source Han Serif VF", sans-serif;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --color-black: #000;
  --color-white: #fff;
  --color-main-navy: #001530;
  --color-mat-gold: linear-gradient(125.07deg, #e6d7b2 14.69%, #d4af37 92.01%);
  --color-rich-gold: linear-gradient(
    180deg,
    #d4af37 0%,
    #f9f4e8 50%,
    #b8860b 100%
  );
  --color-bg-gray: #f7f7f7;
  --inner: 33.75rem;
  --inner-padding: 1.25rem;
  --hover-transition: 0.2s ease-out;
}
html {
  font-size: 16px;
}
body {
  container-type: inline-size;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: var(--base-font-family);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-main-navy);
}
body > * {
  min-width: 0;
}
a,
button {
  transition: opacity var(--hover-transition);
}
a:not([class]) {
  text-decoration: underline;
}
a:focus-visible {
  opacity: 0.6;
}
iframe[src*="youtube.com"] {
  aspect-ratio: 16/9;
}
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.l-header {
  position: fixed;
  z-index: 1000;
  top: 1.25rem;
  right: 1.25rem;
}
.l-inner {
  margin-inline: auto;
  max-width: calc(var(--inner) + var(--inner-padding) * 2);
  width: 100%;
  padding-inline: var(--inner-padding);
}
.l-sticky-hero {
  position: relative;
}
.c-menu-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid transparent;
  box-shadow: 0 0 0.625rem #0000001a;
  background:
    linear-gradient(var(--color-main-navy), var(--color-main-navy)) padding-box,
    linear-gradient(180deg, #d4af37, #f9f4e8, #b8860b) border-box;
  transition: opacity 0.2s ease-out;
}
.c-menu-button__line {
  position: relative;
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: linear-gradient(142deg, #e6d7b2 9%, #d4af37 97%) no-repeat;
  background-size: 0.75rem 100%;
  transition: background 0.3s ease-out;
}
.c-menu-button__line:before,
.c-menu-button__line:after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: linear-gradient(142deg, #e6d7b2 9%, #d4af37 97%);
  transition: transform 0.3s ease-out;
}
.c-menu-button__line:before {
  transform: translateY(-0.3125rem);
}
.c-menu-button__line:after {
  transform: translateY(0.3125rem);
}
.c-menu-button[aria-expanded="true"] {
  background:
    linear-gradient(var(--color-main-navy), var(--color-main-navy)) padding-box,
    linear-gradient(180deg, #d4af37, #f9f4e8, #b8860b) border-box;
}
.c-menu-button[aria-expanded="true"] .c-menu-button__line {
  background: transparent;
}
.c-menu-button[aria-expanded="true"] .c-menu-button__line:before {
  transform: translateY(0) rotate(30deg);
}
.c-menu-button[aria-expanded="true"] .c-menu-button__line:after {
  transform: translateY(0) rotate(-30deg);
}
.c-menu-button:focus-visible {
  opacity: 0.7;
}
.c-page-top,
.c-page-top__button {
  display: none;
}
.c-page-top__button img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 4px 4px rgba(0, 21, 48, 0.25));
}
.c-page-top__button:focus-visible {
  transform: translateY(-10px);
}
.c-page-top__button:hover {
  transform: translateY(-10px);
}
.c-scroll {
  writing-mode: vertical-lr;
}
.c-scroll__text {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
.c-scroll__text:before {
  width: 0.4375rem;
  aspect-ratio: 66/1732;
  content: "";
  -webkit-mask: url(../images/common/arrow_scroll.svg) no-repeat center/contain;
  mask: url(../images/common/arrow_scroll.svg) no-repeat center/contain;
  background-color: currentColor;
  animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    clip-path: inset(0 0 0);
  }
  50% {
    clip-path: inset(100% 0 0);
  }
  51% {
    clip-path: inset(0 0 100%);
  }
  to {
    clip-path: inset(0 0 0);
  }
}
.p-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-block: 2.375rem;
  border-top: 0.125rem solid #1101f5;
  overflow: hidden;
}
.p-cta__bg-manga {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_manga.png);
  background-image: image-set(
    url(../images/bg_manga.avif) type("image/avif"),
    url(../images/bg_manga.png) type("image/jpeg")
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 0;
}
.p-cta__inner {
  position: relative;
  z-index: 1;
  padding-inline: 0.9375rem;
}
.p-cta__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.p-cta__info-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.p-cta__info-text {
  font-family: var(--font-family-hira);
  font-weight: var(--fw-semibold);
  font-size: max(0.875rem, 10px);
  line-height: 1.2;
  text-align: center;
  color: var(--color-black);
}
.p-cta__info-line {
  width: 5.75rem;
  height: 0.25rem;
  background-color: #1101f5;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.p-cta__button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.p-cta__button-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-cta__button-title-sub {
  font-family: var(--font-arimo);
  font-weight: var(--fw-bold);
  font-size: max(0.8125rem, 10px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-black);
  font-feature-settings: "palt";
}
.p-cta__button-title-main {
  font-family: var(--font-arimo);
  font-weight: var(--fw-bold);
  font-size: max(2rem, 10px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-black);
  font-feature-settings: "palt";
}
.p-cta__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #2d67b2;
  border: 0.125rem solid var(--color-white);
  border-radius: 50%;
  box-shadow:
    0 0.05rem 0.1rem #0000004d,
    0 0.375rem 0.75rem #00000026;
}
.p-cta__button-link img {
  width: 0.75rem;
  height: 0.625rem;
  filter: brightness(0) invert(1);
}
.p-cta__button-link:focus-visible {
  opacity: 0.8;
}
.p-drawer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-white);
  padding: 5rem 0 2.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  box-shadow: 0 0 2.5rem #0000000d;
}
.p-drawer[aria-hidden="false"] {
  opacity: 1;
  pointer-events: all;
}
.p-drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 25.9375rem;
  width: 100%;
  -o-border-image: linear-gradient(
      180deg,
      #d4af37 0%,
      #f9f4e8 50%,
      #b8860b 100%
    )
    1;
  border-image: linear-gradient(180deg, #d4af37, #f9f4e8, #b8860b) 1;
  border-inline: 0.0625rem solid transparent;
  overflow: auto;
  padding-inline: 1.25rem;
}
.p-drawer__bg-text {
  position: absolute;
  inset-block-start: -3.125rem;
  inset-inline-start: 50%;
  transform: translate(-50%);
  font-family: var(--font-anton);
  font-weight: var(--fw-normal);
  font-size: max(12.5rem, 10px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-bg-gray);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.p-drawer__logo {
  width: 10rem;
  margin-block-end: 1.875rem;
  position: relative;
  z-index: 1;
}
.p-drawer__logo img {
  width: 100%;
  height: auto;
}
.p-drawer__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  z-index: 1;
}
.p-drawer__nav-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.p-drawer__nav-item {
  width: 100%;
  text-align: center;
}
.p-drawer__nav-item-link {
  display: block;
  font-weight: var(--fw-extrabold);
  font-size: max(1.5rem, 10px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--color-main-navy);
  transition: color 0.3s ease;
}
.p-drawer__nav-item-link--external {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.p-drawer__nav-item-link--external img {
  width: 1.125rem;
  height: 1.125rem;
}
.p-drawer__legal {
  display: flex;
  gap: 1.5rem;
}
.p-drawer__legal-link {
  font-weight: var(--fw-semibold);
  font-size: max(0.75rem, 10px);
  line-height: 1.5;
  color: #00153099;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-drawer__sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.p-drawer__sns-title {
  font-weight: var(--fw-extrabold);
  font-size: max(1.25rem, 10px);
  line-height: 1.5;
  color: var(--color-main-navy);
}
.p-drawer__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.p-drawer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}
.p-drawer__sns-link img {
  width: 100%;
  height: 100%;
}
.p-drawer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.625rem 0;
}
.p-drawer__copyright small {
  font-weight: var(--fw-normal);
  font-size: max(0.625rem, 10px);
  line-height: 1.5;
  color: #00153099;
}
.p-drawer__nav-item-link:focus-visible {
  color: #d4af37;
}
.p-drawer__legal-link:focus-visible {
  color: #d4af37;
}
.p-footer {
  background-color: var(--color-main-navy);
  border-top: 0.375rem solid transparent;
  -o-border-image: linear-gradient(
      91deg,
      rgb(212, 175, 55) 0%,
      rgb(249, 244, 232) 50%,
      rgb(184, 134, 11) 100%
    )
    1;
  border-image: linear-gradient(91deg, #d4af37, #f9f4e8, #b8860b) 1;
  padding-block: 2.0625rem 1.25rem;
}
.p-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.p-footer__logo {
  width: 12.5rem;
  height: 6rem;
  flex-shrink: 0;
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}
.p-footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.p-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.625rem;
}
.p-footer__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.p-footer__nav-item {
  width: 100%;
}
.p-footer__nav-link {
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: var(--fw-extrabold);
  font-size: max(1.5rem, 10px);
  line-height: 1.5;
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.p-footer__nav-link--external {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.p-footer__nav-link--external:after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-white);
  width: 0.875rem;
  height: 0.875rem;
  transition: background-color 0.3s ease-out;
}
.p-footer__legal {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.p-footer__legal-link {
  font-family: var(--font-family-hira);
  font-weight: var(--fw-semibold);
  font-size: max(0.75rem, 10px);
  line-height: 1.5;
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.p-footer__sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
}
.p-footer__sns-title {
  font-weight: var(--fw-extrabold);
  font-size: max(1rem, 10px);
  line-height: 1.5;
  color: var(--color-white);
}
.p-footer__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.p-footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.p-footer__sns-link img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.p-footer__sns-link--line img {
  filter: none;
}
.p-footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 1.875rem 0.625rem 0;
}
.p-footer__copyright small {
  font-family: var(--font-family-hira);
  font-weight: var(--fw-light);
  font-size: max(0.625rem, 10px);
  line-height: 1.5;
  color: var(--color-white);
}
.p-footer__nav-link:focus-visible {
  opacity: 1;
  color: #d4af37;
}
.p-footer__nav-link--external:focus-visible:after {
  opacity: 1;
  background-color: #d4af37;
}
.p-footer__legal-link:focus-visible {
  opacity: 1;
  color: #d4af37;
}
.p-header {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
}
.p-header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.p-header__logo {
  display: none;
}
.p-header__logo-link {
  display: block;
}
.p-header__menu-button {
  z-index: 101;
}
.p-header__nav {
  display: none;
}
.p-header__nav-items {
  height: 100%;
  display: flex;
}
.p-header__nav-item {
  height: 100%;
}
.p-header__nav-item-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  padding-inline: 1rem;
}
.p-header__nav-item-text {
  padding-inline: 1em;
}
.p-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 100dvh;
  height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: #f4f5fa;
}
@supports (height: 100dvh) {
  .p-hero {
    height: 100dvh;
    min-height: 100dvh;
  }
}
.p-hero--fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  height: auto;
  min-height: auto;
}
.p-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
}
.p-hero__logo {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-hero__logo-image {
  width: 15.375rem;
  height: auto;
}
.p-hero__chara {
  padding-inline: 1.25rem;
  max-width: 25rem;
}
.p-hero__chara-image {
  width: 100%;
  height: auto;
  aspect-ratio: 501/744;
  border-radius: 0.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-block: 2.5rem 1.75rem;
  overflow: hidden;
  margin-top: 50vh;
}
.p-intro__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eee;
  z-index: -1;
}
.p-intro__title-area {
  display: flex;
  flex-direction: column;
}
.p-intro__heading-en {
  font-family: var(--font-arimo);
  font-weight: var(--fw-bold);
  font-size: max(2.75rem, 10px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--color-main-navy);
}
.p-intro__heading-ja {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main-navy);
  padding-block: 0 0.25rem;
  padding-inline: 1.25rem;
}
.p-intro__heading-ja-text {
  font-family: var(--font-source-han-serif);
  font-weight: var(--fw-black);
  font-size: max(1.5rem, 10px);
  line-height: 1.44;
  color: var(--color-white);
  text-shadow:
    0 0 0.875rem rgba(0, 0, 0, 0.5),
    0.0875rem 0.0875rem 0.18125rem rgba(0, 0, 0, 0.7);
}
.p-intro__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-intro__text-block {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-top: 1.875rem;
}
.p-intro__text {
  font-weight: var(--fw-semibold);
  font-size: max(1rem, 10px);
  line-height: 1.5;
  text-align: center;
  color: var(--color-main-navy);
  text-shadow:
    0 0.125rem 0.25rem rgba(255, 255, 255, 0.3),
    0 0.9375rem 1.875rem rgba(255, 255, 255, 0.15);
  -webkit-text-stroke: 0.0625rem var(--color-white);
  paint-order: stroke fill;
}
.p-intro__visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.4375rem;
}
.p-intro__visual-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: min(100%, 20.9375rem);
  gap: 0.25rem;
}
.p-intro__visual-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-intro__visual-year {
  position: relative;
  font-family: var(--font-anton);
  font-weight: var(--fw-normal);
  font-size: max(5rem, 10px);
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 0.0625rem var(--color-white);
  paint-order: stroke fill;
  filter: drop-shadow(0 0.2rem 0.2rem rgba(0, 0, 0, 0.25));
}
.p-intro__visual-year--1981 {
  width: 9.0625rem;
  background: linear-gradient(129deg, #00a0e9 14%, #0854ef 79%, #1101f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-intro__visual-year--2026 {
  width: 10rem;
  background: linear-gradient(129deg, #00a0e9 11%, #0854ef 79%, #1101f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-intro__visual-arrow {
  transform: rotate(90deg);
}
.p-intro__visual-arrow img {
  width: 3.75rem;
  height: 3.1875rem;
  background-image: url(../images/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 21, 48, 0.25));
}
.p-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8887;
  background-color: #000000b3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.p-modal__body {
  margin-inline: auto;
  position: absolute;
  top: 3.75rem;
  right: 1.25rem;
  bottom: 3.75rem;
  left: 1.25rem;
  overflow-y: auto;
  max-width: 36.25rem;
  background: var(--color-white);
}
.p-modal__top {
  margin-inline: auto;
  position: fixed;
  inset: auto 1.25rem;
  max-width: 36.25rem;
  text-align: right;
  pointer-events: none;
  padding-top: 0.625rem;
  padding-right: 0.625rem;
}
.p-modal__close {
  position: relative;
  display: inline-block;
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1/1;
  pointer-events: all;
}
.p-modal__close:before,
.p-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ed722d;
  content: "";
}
.p-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__close:hover,
.p-modal__close:focus {
  text-decoration: none;
  cursor: pointer;
}
.p-modal__content {
  padding: 1.25rem;
}
.is-show {
  visibility: visible;
  opacity: 1;
}
html:has(.p-opening:not(.p-opening--hidden)),
html:has(.p-opening:not(.p-opening--hidden)) body {
  overflow: hidden !important;
}
.p-opening {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: var(--color-bg-gray);
  overflow: hidden;
}
.p-opening--hidden {
  display: none;
}
.p-opening__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  transform: scale(1.1);
  will-change: transform;
}
.p-opening__bg img {
  width: 76.9230769231%;
  height: 76.9230769231%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
  transition: none;
}
.p-opening__bg img.is-active {
  opacity: 0.85;
}
.p-opening__bg-initial {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-opening__bg-initial img {
  opacity: 0.85;
}
.p-opening__counter-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-family: var(--font-anton);
  font-size: 9.375rem;
  font-weight: var(--fw-normal);
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-opening__counter-digit {
  flex-shrink: 0;
  height: 1.15em;
  margin-block: -0.075em;
  overflow-x: visible;
  overflow-y: hidden;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
}
.p-opening__counter-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.075em;
  will-change: transform;
}
.p-opening__counter-current {
  display: block;
  flex-shrink: 0;
  height: 1em;
  color: #ffffffe6;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-shadow:
    0 0.125rem 0.375rem rgba(0, 0, 0, 0.25),
    0 0.25rem 1.25rem rgba(0, 0, 0, 0.12),
    0 0.375rem 2.5rem rgba(0, 0, 0, 0.08);
}
.p-opening__flash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: var(--color-white);
  opacity: 0;
  pointer-events: none;
}
.p-opening-skip {
  padding: 0.625rem 1.75rem;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 99999;
  background: transparent;
  border: none;
  font-family: var(--base-font-family);
  font-size: 0.75rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  color: #0000004d;
  transition: opacity var(--hover-transition);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.p-opening-skip:hover {
  opacity: 0.6;
}
.p-opening-skip--hidden {
  opacity: 0;
  pointer-events: none;
}
.p-partners {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-block: 2.5rem;
}
.p-partners__bg-dot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: radial-gradient(
    circle,
    #fff 0.046875rem,
    transparent 0.046875rem
  );
  background-size: 0.5rem 0.5rem;
  background-color: #f4f5fa;
  z-index: 0;
}
.p-partners__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.p-partners__title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 1.25rem;
}
.p-partners__heading-en {
  font-family: var(--font-arimo);
  font-weight: var(--fw-bold);
  font-size: max(2.5rem, 10px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-main-navy);
  font-feature-settings: "palt";
}
.p-partners__heading-ja {
  font-weight: var(--fw-extrabold);
  font-size: max(1rem, 10px);
  line-height: 1.5;
  color: #00000080;
}
.p-partners__slide-body {
  width: 100%;
  padding-top: 1.25rem;
  overflow: hidden;
}
.p-partners__logo-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: partners-scroll 40s linear infinite;
}
.p-partners__logo-list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.p-partners__logo-item {
  flex-shrink: 0;
  width: 8.75rem;
  height: 3.9375rem;
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin-inline-end: 0.625rem;
}
.p-partners__logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes partners-scroll {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-33.3333333333%);
  }
}
.p-partners__logo-track:focus-visible {
  animation-play-state: paused;
}
.p-pr {
  position: relative;
  padding-block: 0 2.5rem;
  background-color: var(--color-white);
  border-bottom: 0.0625rem solid transparent;
  -o-border-image: linear-gradient(
      92deg,
      rgb(212, 175, 55) 0%,
      rgb(249, 244, 232) 100%,
      rgb(184, 134, 11) 100%
    )
    1;
  border-image: linear-gradient(92deg, #d4af37, #f9f4e8 100%, #b8860b) 1;
}
.p-pr__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.p-pr__bg-text {
  width: 100%;
  font-family: var(--font-anton);
  font-weight: var(--fw-normal);
  font-size: max(1.625rem, 10px);
  line-height: 1.1;
  background: linear-gradient(142deg, #e6d7b2 9%, #d4af37 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.p-pr__main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.p-pr__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
.p-pr__heading {
  font-weight: var(--fw-extrabold);
  font-size: max(1.25rem, 10px);
  line-height: 1.5;
  color: var(--color-main-navy);
  text-align: center;
}
.p-pr__key-text {
  text-align: center;
}
.p-pr__key-text span {
  display: inline;
  font-weight: var(--fw-bold);
  font-size: max(1rem, 10px);
  line-height: 2.7;
  text-align: center;
  color: var(--color-white);
  text-shadow: 0 0 0.9375rem rgba(249, 228, 155, 0.5);
  font-feature-settings: "palt";
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: var(--color-main-navy);
  padding: 0.5rem 0.375rem;
}
.p-pr__key-text--red {
  display: inline;
  background: linear-gradient(to bottom, #ffadad, red, #8b0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}
.p-pr__key-text span .p-pr__key-text--red,
.p-pr__key-text span .p-pr__key-text--blue {
  display: inline-block;
  font-size: max(1.5rem, 10px);
  line-height: 1;
  padding-inline: 0.0625rem;
  transform: translateY(0.0625rem);
}
.p-pr__key-text--blue {
  display: inline;
  background: linear-gradient(to bottom, #e0ffff, #00bfff, #0000cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}
.p-pr__character {
  display: none;
}
.p-pr__character img {
  display: block;
  width: 100%;
  height: auto;
}
.p-project-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  visibility: hidden;
  transition: visibility 0.3s ease-out;
}
.p-project-modal.is-open {
  visibility: visible;
}
.p-project-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff80;
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  will-change: opacity, backdrop-filter;
  cursor: pointer;
}
.p-project-modal.is-open .p-project-modal__overlay {
  opacity: 1;
}
.p-project-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9001;
  width: calc(100% - 2.5rem);
  max-width: 62.5rem;
  max-height: calc(100vh - 2.5rem);
  max-height: calc(100dvh - 2.5rem);
  opacity: 0;
  transform: translate(-50%, -50%) translate(3.75rem);
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
}
.p-project-modal.is-open .p-project-modal__wrapper {
  opacity: 1;
  transform: translate(-50%, -50%) translate(0);
}
.p-project-modal__wrapper > .p-project-modal__close-area {
  display: none;
}
.p-project-modal__container > .p-project-modal__close-area {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
}
.p-project-modal__close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--color-main-navy);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.p-project-modal__close:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  padding: 0.0625rem;
  background: linear-gradient(180deg, gold, #b8860b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.p-project-modal__close-icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 0.875rem;
}
.p-project-modal__close-icon:before,
.p-project-modal__close-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: var(--color-mat-gold);
}
.p-project-modal__close-icon:before {
  transform: translateY(-50%) rotate(30deg);
}
.p-project-modal__close-icon:after {
  transform: translateY(-50%) rotate(-30deg);
}
.p-project-modal__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-height: inherit;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: #f7f7f7b3;
  box-shadow: 0 0.25rem 0.25rem #00000040;
  border-radius: 0.25rem;
  padding-block-end: 2.5rem;
}
.p-project-modal__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-inline: 0.625rem;
}
.p-project-modal__thumbnail {
  order: 2;
  position: relative;
  width: min(100%, 10.9375rem);
  min-width: 40%;
  flex-shrink: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-inline: auto;
}
.p-project-modal__thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.25rem;
  padding: 0.0625rem;
  background: linear-gradient(180deg, #d4af37, #f9f4e8, #b8860b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.p-project-modal__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-project-modal__text-block {
  display: contents;
}
.p-project-modal__title {
  order: 1;
}
.p-project-modal__title span {
  display: inline;
  font-weight: var(--fw-black);
  font-size: max(1.625rem, 10px);
  line-height: 1.75;
  color: var(--color-white);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.125rem 0.375rem;
  background-color: var(--color-main-navy);
  font-feature-settings: "palt";
}
.p-project-modal__description {
  order: 3;
  font-family: var(--font-family-hira);
  font-weight: 300;
  font-size: max(1rem, 10px);
  line-height: 1.6;
  color: var(--color-main-navy);
}
.p-project-modal__description strong {
  display: inline;
  font-weight: var(--fw-bold);
  -webkit-text-stroke: 0.1875rem var(--color-white);
  paint-order: stroke fill;
}
.p-project-modal__link {
  order: 4;
  display: flex;
  align-items: center;
}
.p-project-modal__link-anchor {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.p-project-modal__link-text {
  font-family: var(--font-family-hira);
  font-weight: var(--fw-semibold);
  font-size: max(0.875rem, 10px);
  line-height: 1.5;
  color: #1101f5b3;
}
.p-project-modal__link-anchor:after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #1101f5b3;
  width: 0.875rem;
  height: 0.875rem;
}
.p-project-modal__link-icon {
  width: 0.875rem;
  height: 0.875rem;
  color: #1101f5b3;
}
.p-project {
  position: relative;
  padding-block: 2.5rem;
}
.p-project:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(125.07deg, #d4af37 16%, #f9f4e8 50%, #b8860b);
}
.p-project:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(125.07deg, #b8860b, #f9f4e8, #d4af37);
}
.p-project__heading-group {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3125rem;
}
.p-project__heading-ja {
  position: relative;
  font-family: var(--font-source-han-serif);
  font-weight: var(--fw-black);
  font-size: max(1.5rem, 10px);
  line-height: 1.44;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-main-navy);
  padding-block: 0.125rem;
}
.p-project__heading-ja span {
  font-weight: inherit;
}
.p-project__heading-en {
  position: relative;
  font-family: var(--font-arimo);
  font-weight: var(--fw-bold);
  font-size: max(2.0625rem, 10px);
  line-height: 0.8448275862;
  text-align: center;
  letter-spacing: -0.03em;
}
.p-project__content {
  position: relative;
  margin-top: 1.5rem;
}
.p-project__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
}
.p-project__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding: 1.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #f4f5fa;
  overflow: hidden;
  transition: box-shadow 0.3s ease-out;
}
.p-project__card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.25rem;
  padding: 0.0625rem;
  background: linear-gradient(180deg, #d4af37, #f9f4e8, #b8860b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.p-project__card-number {
  width: 12.5rem;
  margin-inline: auto;
}
.p-project__card-number img {
  width: 100%;
  height: auto;
  display: block;
}
.p-project__card-thumb {
  width: 100%;
  overflow: hidden;
}
.p-project__card-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 364/229;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
}
.p-project__card-title {
  width: 100%;
  font-weight: var(--fw-bold);
  font-size: max(1.875rem, 10px);
  line-height: 1.3333333333;
  text-align: left;
  color: var(--color-main-navy);
  font-feature-settings: "palt";
}
.p-project__card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.p-project__card--coming-soon {
  justify-content: center;
  min-height: 20rem;
  pointer-events: none;
}
.p-project__card-coming {
  font-family: var(--font-anton);
  font-size: max(2rem, 10px);
  letter-spacing: 0.05em;
  color: var(--color-main-navy);
  opacity: 0.5;
  line-height: 1;
}
.p-project__news-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 3;
}
.p-project__news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
  margin-top: 1.375rem;
}
.p-project__news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  padding: 0.5rem 0.4375rem 0.625rem;
  border-radius: 0.25rem;
  background-color: #f4f5fa;
  overflow: hidden;
  transition: box-shadow 0.3s ease-out;
}
.p-project__news-card.is-hidden {
  display: none;
}
.p-project__news-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0.25rem;
  padding: 0.0625rem;
  background: linear-gradient(180deg, #d4af37, #f9f4e8, #b8860b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.p-project__news-thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 0.125rem;
}
.p-project__news-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 148/93;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.p-project__news-date {
  font-family: var(--font-montserrat);
  font-weight: var(--fw-bold);
  font-size: max(0.625rem, 10px);
  line-height: 1.22;
  letter-spacing: 0.1em;
  color: #0009;
}
.p-project__news-title {
  font-size: max(0.875rem, 10px);
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  color: var(--color-main-navy);
}
.p-project__button {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.p-project__button-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.p-project__button-link:after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/icon_arrow.svg);
  mask-image: url(../images/icon_arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #00153080;
  width: 1rem;
  height: 0.875rem;
  margin-top: 0.125rem;
}
.p-project__button-text {
  font-weight: var(--fw-semibold);
  font-size: max(1.125rem, 10px);
  line-height: 1.2;
  color: #00153080;
}
.p-project__button-icon {
  width: 1rem;
  height: 0.875rem;
  color: #00153080;
}
.p-project__button-link:focus-visible {
  opacity: 1;
}
.p-project__card:focus-visible {
  opacity: 1;
  box-shadow: 0 0.625rem 1.875rem #00153066;
}
.p-project__card:focus-visible .p-project__card-thumb img {
  transform: scale(1.03);
}
.p-project__news-card:focus-visible {
  opacity: 1;
  box-shadow: 0 0.625rem 1.875rem #00153066;
}
.p-project__news-card:focus-visible .p-project__news-thumb img {
  transform: scale(1.03);
}
.u-pc {
  display: none;
}
.u-br-444 {
  display: none;
}
@media (max-width: 444px) {
  .u-br-444 {
    display: initial;
  }
}
.u-screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (min-width: 768px) {
  :root {
    --desigh-width: 1440;
    --inner-padding: 1.5625rem;
    --inner: 73.75rem;
  }
  html {
    font-size: 1.3008130081vw;
    font-size: 1.3008130081cqi;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-header {
    top: 2.5rem;
    right: 2.5rem;
  }
  .c-menu-button {
    width: 5rem;
    height: 5rem;
  }
  .c-menu-button__line {
    width: 2rem;
    height: 0.1875rem;
    background-size: 1.5625rem 100%;
  }
  .c-menu-button__line:before,
  .c-menu-button__line:after {
    width: 2rem;
    height: 0.1875rem;
  }
  .c-menu-button__line:before {
    transform: translateY(-0.625rem);
  }
  .c-menu-button__line:after {
    transform: translateY(0.625rem);
  }
  .c-page-top {
    display: flex;
    justify-content: flex-end;
  }
  .c-page-top__button {
    display: block;
    transition:
      transform 0.3s ease-out,
      opacity 0.3s ease-out;
    width: 3.75rem;
    height: 3.75rem;
  }
  .p-cta {
    padding: 5.125rem 0 4.75rem;
  }
  .p-cta__inner {
    padding-inline: 1.25rem;
  }
  .p-cta__wrapper {
    gap: 1.5rem;
  }
  .p-cta__info-body {
    gap: 1.375rem;
  }
  .p-cta__info-text {
    font-size: max(1.5rem, 10px);
    line-height: 1.5;
  }
  .p-cta__info-line {
    width: 11.5rem;
    height: 0.4375rem;
  }
  .p-cta__button-area {
    gap: 1.875rem;
  }
  .p-cta__button-title-sub {
    font-size: max(2.875rem, 10px);
    line-height: 0.85;
  }
  .p-cta__button-title-main {
    font-size: max(7.25rem, 10px);
    line-height: 0.85;
  }
  .p-cta__button-link {
    width: 5.625rem;
    height: 5.625rem;
    border-width: 0.3rem;
    border-radius: 3.75rem;
    box-shadow: 0 0.25rem 0.25rem #00153040;
  }
  .p-cta__button-link img {
    width: 1.5rem;
    height: 1.3125rem;
  }
  .p-drawer__inner {
    max-width: 31.25rem;
    padding-inline: 1.5625rem;
  }
  .p-drawer__logo {
    width: 13.6875rem;
  }
  .p-drawer__nav-items {
    gap: 2rem;
  }
  .p-drawer__nav-item-link {
    font-size: max(2.25rem, 10px);
  }
  .p-drawer__legal {
    gap: 2.5rem;
  }
  .p-drawer__legal-link {
    font-size: max(0.875rem, 10px);
  }
  .p-drawer__sns {
    gap: 1rem;
  }
  .p-drawer__sns-title {
    font-size: max(1.875rem, 10px);
  }
  .p-drawer__sns-list {
    gap: 2.5rem;
  }
  .p-drawer__sns-link {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-drawer__copyright small {
    font-size: max(0.75rem, 10px);
  }
  .p-footer {
    border-top-width: 0.75rem;
    padding-block: 3.1875rem 1.25rem;
  }
  .p-footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.75rem;
  }
  .p-footer__main {
    flex-direction: row;
    align-items: flex-start;
    gap: 7rem;
  }
  .p-footer__nav {
    align-items: flex-start;
    gap: 1.25rem;
  }
  .p-footer__nav-list {
    align-items: flex-start;
  }
  .p-footer__nav-link {
    justify-content: flex-start;
    font-size: max(2.25rem, 10px);
  }
  .p-footer__nav-link--external:after {
    width: 1.125rem;
    height: 1.125rem;
  }
  .p-footer__legal {
    gap: 2.5rem;
  }
  .p-footer__legal-link {
    font-size: max(0.875rem, 10px);
  }
  .p-footer__sns-title {
    font-size: max(1.875rem, 10px);
  }
  .p-footer__sns-list {
    gap: 2.5rem;
  }
  .p-footer__sns-link {
    width: 1.75rem;
    height: 1.75rem;
  }
  .p-footer__top {
    padding-inline: 2.5rem;
  }
  .p-footer__copyright {
    flex-direction: row;
    gap: 1.5rem;
    padding: 1.25rem 1.25rem 0;
  }
  .p-footer__copyright small {
    font-size: max(0.75rem, 10px);
  }
  .p-header__logo {
    display: flex;
    align-items: center;
    width: 2.5rem;
    height: 100%;
    margin-inline-end: auto;
  }
  .p-header__nav {
    display: block;
    margin-left: auto;
    height: 100%;
  }
  .p-hero__inner {
    flex-direction: row;
    gap: 2.5rem;
    padding: 2.5rem;
  }
  .p-hero__logo-image {
    width: 30rem;
  }
  .p-hero__chara {
    padding-inline: 0;
    flex: 1 1 50%;
    max-width: 31.3125rem;
  }
  .p-intro {
    gap: 2.5rem;
    padding-block: 4rem 4.5625rem;
  }
  .p-intro__inner {
    max-width: calc(73.75rem + var(--inner-padding) * 2);
    padding-inline: var(--inner-padding);
  }
  .p-intro__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4.1875rem;
  }
  .p-intro__title-area {
    align-items: center;
  }
  .p-intro__heading-en {
    font-size: max(9.8125rem, 10px);
    line-height: 0.83;
  }
  .p-intro__heading-ja {
    align-self: stretch;
    gap: 0.4375rem;
  }
  .p-intro__heading-ja-text {
    font-size: max(2.25rem, 10px);
  }
  .p-intro__body {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  .p-intro__text-block {
    width: min(100%, 30.9375rem);
  }
  .p-intro__text {
    font-size: max(1.5rem, 10px);
    text-align: left;
    -webkit-text-stroke: 0.1875rem var(--color-white);
  }
  .p-intro__visual {
    width: min(100%, 36.4375rem);
    flex-direction: row;
    gap: 2.3125rem;
  }
  .p-intro__visual-item {
    flex-direction: column;
    width: min(100%, 13.125rem);
    gap: 1.6875rem;
  }
  .p-intro__visual-item:first-child {
    margin-top: auto;
  }
  .p-intro__visual-item:first-child .p-intro__visual-image {
    width: 10.375rem;
  }
  .p-intro__visual-year {
    font-size: max(6.5625rem, 10px);
    line-height: 1;
    letter-spacing: 0;
    filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 21, 48, 0.25));
  }
  .p-intro__visual-year--1981 {
    width: 11.875rem;
  }
  .p-intro__visual-year--2026 {
    width: 13.125rem;
  }
  .p-intro__visual-arrow {
    position: relative;
    right: 0.625rem;
    transform: rotate(0);
    flex-shrink: 0;
  }
  .p-intro__visual-arrow img {
    width: 4.5625rem;
    height: 3.9375rem;
  }
  .p-modal__body {
    max-width: 76.875rem;
  }
  .p-modal__top {
    inset: auto 1.5625rem;
    max-width: 76.875rem;
  }
  .p-opening__counter-wrap {
    font-size: clamp(6.25rem, 20vw, 16.25rem);
  }
  .p-opening-skip {
    right: 2.5rem;
    bottom: 2.5rem;
    font-size: 1.5rem;
  }
  .p-partners {
    padding-block: 3.25rem 4rem;
  }
  .p-partners__bg-dot {
    background-image: radial-gradient(
      circle,
      #fff 0.0625rem,
      transparent 0.0625rem
    );
    background-size: 0.625rem 0.625rem;
  }
  .p-partners__heading-en {
    font-size: max(7.25rem, 10px);
  }
  .p-partners__heading-ja {
    font-size: max(2.25rem, 10px);
    line-height: 1;
  }
  .p-partners__slide-body {
    padding-top: 3.1875rem;
  }
  .p-partners__logo-item {
    width: 15.3125rem;
    height: 6.8125rem;
    margin-inline-end: 1.25rem;
  }
  .p-pr {
    padding-block: 4rem;
  }
  .p-pr__wrapper {
    align-items: center;
    gap: 2.5rem;
  }
  .p-pr__bg-text {
    position: absolute;
    top: -0.3125rem;
    left: 0;
    font-size: clamp(3.75rem, 6.9444444444vw, 6.25rem);
    line-height: 1;
    font-feature-settings: "palt";
  }
  .p-pr__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4.2372881356%;
    z-index: 1;
  }
  .p-pr__content {
    display: block;
    width: 46.6101694915%;
  }
  .p-pr__heading {
    font-size: max(2.5rem, 10px);
    text-align: left;
    font-feature-settings: "palt";
  }
  .p-pr__key-text {
    transform: rotate(-6deg);
  }
  .p-pr__key-text span {
    font-size: max(1.5rem, 10px);
    line-height: 2.5;
    letter-spacing: -0.05em;
    text-align: left;
    padding: 0.5625rem 0.375rem;
  }
  .p-pr__key-text span .p-pr__key-text--red,
  .p-pr__key-text span .p-pr__key-text--blue {
    font-size: max(2.25rem, 10px);
    padding-inline: 0.1875rem;
    transform: translateY(0.1875rem);
  }
  .p-pr__character {
    display: block;
    position: absolute;
    top: -5rem;
    right: 0;
    width: 22.125rem;
  }
  .p-project-modal__wrapper {
    max-height: calc(100vh - 4rem);
  }
  .p-project-modal__wrapper > .p-project-modal__close-area {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transform: translate(calc(100% + 1rem));
    z-index: 100;
  }
  .p-project-modal__container > .p-project-modal__close-area {
    display: none;
  }
  .p-project-modal__close {
    width: 5rem;
    height: 5rem;
  }
  .p-project-modal__close-icon {
    width: 2rem;
    height: 1.3125rem;
  }
  .p-project-modal__container {
    padding-block: 4rem;
  }
  .p-project-modal__body {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 2.5rem;
    padding-inline: 3.5rem;
    align-items: flex-start;
  }
  .p-project-modal__thumbnail {
    width: min(100%, 23.75rem);
    /* aspect-ratio: 380/597; */
  }
  .p-project-modal__text-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
    gap: 2.5rem;
  }
  .p-project-modal__title span {
    font-size: max(2rem, 10px);
    line-height: 1.9;
    padding: 0.375rem;
  }
  .p-project-modal__description {
    font-size: max(1.5rem, 10px);
  }
  .p-project-modal__link-text {
    font-size: max(1rem, 10px);
  }
  .p-project-modal__link-anchor:after {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-project {
    padding-block: 3.875rem 3.9375rem;
  }
  .p-project:before {
    height: 0.75rem;
  }
  .p-project:after {
    height: 0.75rem;
  }
  .p-project__inner {
    position: relative;
    max-width: 90rem;
    width: 100%;
    padding-inline: 8.125rem;
    z-index: 1;
  }
  .p-project__wrapper:before {
    content: "";
    position: absolute;
    top: -17.5625rem;
    left: 0;
    width: 21.875rem;
    height: 43.8125rem;
    background-image: url(../images/img_tsubasa_blue.png);
    background-image: image-set(
      url(../images/img_tsubasa_blue.avif) type("image/avif"),
      url(../images/img_tsubasa_blue.png) type("image/jpeg")
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transform: scale(var(--anim-scale, 1));
    transform-origin: center center;
  }
  .p-project__heading-group {
    gap: 0;
  }
  .p-project__heading-ja {
    font-size: max(2.25rem, 10px);
  }
  .p-project__heading-en {
    font-size: clamp(5rem, 8.0555555556vw, 7.25rem);
    letter-spacing: -0.05em;
  }
  .p-project__content {
    margin-top: 2.5rem;
  }
  .p-project__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .p-project__card-number {
    width: 17.25rem;
  }
  .p-project__card-title {
    font-size: max(1.93rem, 10px);
    line-height: 1.5625;
  }
  .p-project__news-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
  .p-project__news-card {
    gap: 0.5rem;
    padding: 0.5rem 0.5rem 2rem;
  }
  .p-project__news-thumb img {
    aspect-ratio: 256/161;
  }
  .p-project__news-date {
    font-size: max(0.75rem, 10px);
  }
  .p-project__news-title {
    font-size: max(1.3125rem, 10px);
  }
  .p-project__button {
    margin-top: 2.25rem;
  }
  .p-project__button-link {
    gap: 1.875rem;
  }
  .p-project__button-link:after {
    width: 1.5rem;
    height: 1.3125rem;
    margin-top: 0.1875rem;
  }
  .p-project__button-text {
    font-size: max(2rem, 10px);
    line-height: 1.5;
  }
  .p-project__button-icon {
    width: 1.5rem;
    height: 1.3125rem;
  }
  .u-pc {
    display: block;
    display: revert;
  }
  .u-sp {
    display: none;
  }
}
@media (min-width: 1230px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
    font-size: 4.2666666667cqi;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
  .c-menu-button:hover {
    opacity: 0.7;
  }
  .p-cta__button-link:hover {
    opacity: 0.8;
  }
  .p-drawer__nav-item-link:hover,
  .p-drawer__legal-link:hover {
    color: #d4af37;
  }
  .p-footer__nav-link:hover {
    opacity: 1;
    color: #d4af37;
  }
  .p-footer__nav-link--external:hover:after {
    opacity: 1;
    background-color: #d4af37;
  }
  .p-footer__legal-link:hover {
    opacity: 1;
    color: #d4af37;
  }
  .p-partners__logo-track:hover {
    animation-play-state: paused;
  }
  .p-project__card:hover {
    opacity: 1;
    box-shadow: 0 0.625rem 1.875rem #00153066;
  }
  .p-project__card:hover .p-project__card-thumb img {
    transform: scale(1.03);
  }
  .p-project__news-card:hover {
    opacity: 1;
    box-shadow: 0 0.625rem 1.875rem #00153066;
  }
  .p-project__news-card:hover .p-project__news-thumb img {
    transform: scale(1.03);
  }
}
@media (any-hover: none) {
  a:active,
  button:active {
    opacity: 0.6;
  }
}
@media (forced-colors: active) {
  :where(mark) {
    background-color: Highlight;
    color: HighlightText;
  }
}
@media print {
  :where(pre) {
    text-wrap-mode: unset;
  }
  :where(mark) {
    border-width: 1px;
    border-style: dotted;
  }
}
